@charset "UTF-8"; @font-face {
    font-family: "GenJyuuGothic-P-Bold";
    src: url("../fonts/GenJyuuGothic-P-Bold.ttf") format("TrueType");
}

@font-face {
    font-family: "GenJyuuGothic-Medium";
    src: url("../fonts/GenJyuuGothic-Medium.ttf") format("TrueType");
}

@font-face {
    font-family: "KiwiMaru-Medium";
    src: url("../fonts/KiwiMaru-Medium.ttf") format("TrueType");
}

.km-m {
    font-family: "KiwiMaru-Medium";
}

.gg-m {
    font-family: "GenJyuuGothic-Medium";
}

.gg-b {
    font-family: "GenJyuuGothic-P-Bold";
}

.hel {
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
    min-width: 1440px;
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    margin: 0px;
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}

a:link {
    color: #004CCA;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#menu {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.wrap {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

.wrap02 {
    position: relative;
    width: 1340px;
    margin: 0 auto;
}

/* ハンバーガー */
#main_header .hamburger {
    display : block;
    position: fixed;
    z-index : 9999;
    right : calc(50vw - 670px);
    top: 30px;
    width : 45px;
    height: 30px;
    cursor: pointer;
}

#main_header .hamburger .ham_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

#main_header .hamburger span {
    display : block;
    position: absolute;
    width : 45px;
    height : 3px;
    left : 0;
    border-radius: 6px;
    background : #43749A;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition : 0.5s ease-in-out;
    transition : 0.5s ease-in-out;
}

#main_header .hamburger span:nth-child(1) {
    top: 0px;
}

#main_header .hamburger span:nth-child(2) {
    top: 13.5px;
}

#main_header .hamburger span:nth-child(3) {
    top: 26.5px;
}

/* ナビ開いてる時のボタン */
#main_header .hamburger.active span:nth-child(1) {
    top : 10px;
    left: 0px;
    -webkit-transform: rotate(315deg);
    -moz-transform : rotate(315deg);
    transform : rotate(315deg);
}

#main_header .hamburger.active span:nth-child(2), #main_header .hamburger.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-315deg);
    -moz-transform : rotate(-315deg);
    transform : rotate(-315deg);
}

#main_header nav.globalMenu {
    position: fixed;
    z-index : 999;
    top : 0;
    left : 0;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    align-items: center;
    overflow: scroll;
    background-color: #F5F9FB;
}

#main_header nav.globalMenu ul {
    position: relative;
    margin: 0 auto;
    padding: 0 20%;
    width: 100%;
}

#main_header nav.globalMenu ul:after {
    content: "";
    width: calc(100% / 3);
    display: block;
    height: 0;
}

#main_header nav.globalMenu ul li {
    list-style-type: none;
    padding: 0;
    width: calc(100% / 3);
    text-align: center;
}

#main_header nav.globalMenu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#main_header nav.globalMenu ul li a {
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 18px;
    padding: 2.2vh 0;
    letter-spacing: 0.08em;
    transition: .5s;
}

#main_header nav.globalMenu ul li a::after {
    position: absolute;
    bottom: 2vh;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #43749A;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

#main_header nav.globalMenu ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

#main_header nav.globalMenu ul li a:hover {
    color: #43749A;
}

/* このクラスを、jQueryで付与・削除する */
#main_header nav.globalMenu.active {
    transform: translateX(0%);
}

.top_sec {
    padding: 50px 0 0;
    background-color: #F5F9FB;
}

.top_sec > .wrap02 {
    display: flex;
    justify-content: center;
}


.top_sec .top_branding {
    width: 422px;
    margin-right: 50px;
}

.top_sec .top_branding>img {
    width: 100%;
    height: 100%;
}

.top_sec .top_text {
    position: relative;
    margin-top: 70px;
}

.top_sec .top_text .text {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 8px;
}

.top_sec .top_text .text .big {
    margin-top: 8px;
    font-size: 40px;
    line-height: 56px;
    display: inline-block;
}

.top_sec .top_text .logo {
    position: relative;
    width: 611px;
    height: 150px;
    line-height: 1;
    margin: 0 auto 32px;
}

.top_sec .top_text .logo img {
    width: 100%;
}

.top_sec .top_text .ttlBox {
    position: relative;
    justify-content: center;
    overflow: hidden;
}

.top_sec .top_text .ttlBox .ttl {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #608099;
}

.top_sec .top_text .ttlBox .ttl:before, .top_sec .top_text .ttlBox .ttl:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 6px;
    border-radius: 12px;
    background-color: #608099;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.top_sec .top_text .ttlBox .ttl:before {
    right: 114px;
}

.top_sec .top_text .ttlBox .ttl:after {
    left: 114px;
}

.feature_sec {
    padding: 72px 0;
    background-color: #FFFAEF;
}

.feature_sec .ttlBox {
    position: relative;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    padding-bottom: 17px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 40px;
    overflow: hidden;
}

.feature_sec .ttlBox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 350px;
    height: 6px;
    border-radius: 3px;
    background-color: #43749A;
}

.feature_sec .ttlBox .ttl {
    font-size: 48px;
    color: #43749A;
}

.feature_sec .ttlBox .text {
    font-size: 30px;
    line-height: 1.1;
    margin: 0 2px;
}

.feature_sec .ttlBox .big {
    font-size: 44px;
}

.feature_sec .list li {
    width: 370px;
    background-color: #fff;
    border-radius: 6px;
    padding: 0 30px 40px;
    text-align: center;
}

.feature_sec .list li.time {
    animation-delay: .15s;
}

.feature_sec .list li.offer {
    animation-delay: .3s;
}

.feature_sec .list li.therapist {
    animation-delay: .45s;
}

.feature_sec .list li .img {
    width: 100%;
    height: 165px;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 53px;
}

.feature_sec .list li .img .icon {
    line-height: 1;
}

.feature_sec .list li.time .img .icon {
    width: 100px;
}

.feature_sec .list li.offer .img .icon {
    width: 64.1px;
}

.feature_sec .list li.therapist .img .icon {
    width: 88.5px;
}

.feature_sec .list li .img .icon img {
    width: 100%;
}

.feature_sec .list li .textBox {
    text-align: center;
}

.feature_sec .list li .textBox .ttl {
    color: #43749A;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 23px;
    line-height: 1;
}

.feature_sec .list li .textBox .text {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
}

.price_sec {
    padding: 85px 0 80px;
}

.price_sec .top_ttlBox {
    position: relative;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    padding-bottom: 17px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 40px;
    overflow: hidden;
}

.price_sec .top_ttlBox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 520px;
    height: 6px;
    border-radius: 3px;
    background-color: #43749A;
}

.price_sec .top_ttlBox .ttl {
    font-size: 48px;
    color: #43749A;
}

.price_sec .top_ttlBox .text {
    font-size: 30px;
    margin: 0 2px;
    line-height: 1.1;
}

.price_sec .top_ttlBox .big {
    font-size: 44px;
}

.price_sec .price_box {
    margin-bottom: 65px;
}

.price_sec .price_box .labelBox {
    width: 445px;
    height: 150px;
    border-radius: 6px 0 0 6px;
    background-color: #43749A;
    align-items: center;
    padding-left: 68px;
}

.price_sec .price_box .labelBox .contents {
    align-items: center;
    color: #fff;
    font-weight: bold;
}

.price_sec .price_box .labelBox .contents .icon {
    line-height: 1;
    width: 42px;
    margin-right: 38px;
}

.price_sec .price_box .labelBox .contents .icon img {
    width: 100%;
}

.price_sec .price_box .labelBox .contents .ttl {
    font-size: 40px;
    letter-spacing: 0.08em;
    margin-right: 30px;
    line-height: 1;
}

.price_sec .price_box .labelBox .contents .time {
    line-height: 1;
    font-size: 24px;
    letter-spacing: 0.03em;
    padding-top: 5px;
}

.price_sec .price_box .textBox {
    width: 695px;
    height: 150px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 0 6px 6px 0;
    padding: 36px 0 0 53px;
}

.price_sec .price_box .textBox .price {
    position: relative;
    align-items: flex-end;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

.price_sec .price_box .textBox .price .marker {
    position: absolute;
    z-index: -1;
    width: 428px;
    line-height: 1;
    left: 9px;
    bottom: -8px;
}

.price_sec .price_box .textBox .price .num {
    font-size: 60px;
    color: #43749A;
    margin-right: 10px;
    margin-left: 30px;
    letter-spacing: -0.01em;
    font-weight: 500;
}

.price_sec .price_box .textBox .price .yen {
    color: #43749A;
    font-size: 30px;
    margin-right: 22px;
}

.price_sec .price_box .textBox .price .text {
    font-size: 20px;
    letter-spacing: 0.03em;
}

.price_sec .price_box .textBox .sub_text {
    font-size: 14px;
    letter-spacing: 0.08em;
}

.price_sec .course_top {
    margin-bottom: 65px;
}

.price_sec .course_top .top_text {
    margin-bottom: 53px;
    font-weight: bold;
    text-align: center;
}

.price_sec .course_top .top_text .ttl {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.price_sec .course_top .top_text .text {
    font-size: 20px;
    letter-spacing: 0.08em;
}

.price_sec .course_top .timeBox {
    margin-bottom: 30px;
}

.price_sec .course_top .timeBox .progress_box {
    width: 1140px;
    height: 50px;
    padding: 0 160px;
    align-items: center;
    border-radius: 25px;
    background: rgb(255,250,239);
    background: linear-gradient(90deg, rgba(255,250,239,1) 0%, rgba(242,204,136,1) 100%);
}

.price_sec .course_top .timeBox .progress_box .textBox {
    width: 100%;
}

.price_sec .course_top .timeBox .progress_box .textBox .text {
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.price_sec .course_top .timeBox .time_list {
    width: 590px;
    margin: -80px auto 0;
}

.price_sec .course_top .timeBox .time_list li {
    width: 110px;
    line-height: 1;
}

.price_sec .course_top .timeBox .time_list li img {
    width: 100%;
}

.price_sec .course_top .course_list li {
    width: 270px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    padding: 25px 0 40px 0;
    border-radius: 6px;
}

.price_sec .course_top .course_list li .ttl {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
    text-align: center;
}

.price_sec .course_top .course_list li .icon {
    width: 143px;
    line-height: 1;
    margin: 0 auto;
}

.price_sec .course_top .course_list li .icon img {
    width: 100%;
}

.price_sec .course_under .top_text {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.price_sec .course_under .top_text .ttl {
    font-size: 30px;
    letter-spacing: 0.1em;
}

.price_sec .course_under .list li {
    width: 370px;
    border: 3px solid #43749A;
    border-radius: 6px;
    padding-bottom: 25px;
}

.price_sec .course_under .list li .ttlBox {
    background-color: #F5F9FB;
    padding: 35px 0;
    margin-bottom: 22px;
}

.price_sec .course_under .list li .ttlBox .box {
    justify-content: center;
    align-items: flex-end;
    color: #43749A;
    line-height: 1;
    font-weight: bold;
}

.price_sec .course_under .list li .ttlBox .box .en {
    font-size: 54px;
    margin-right: 10px;
    font-weight: 400;
}

.price_sec .course_under .list li .ttlBox .box .text {
    font-size: 30px;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
}

.price_sec .course_under .list li .cont_box {
    padding: 0 78px 0 70px;
}

.price_sec .course_under .list li .cont_box .box {
    align-items: center;
}

.price_sec .course_under .list li .cont_box .box .icon {
    width: 60px;
    line-height: 1;
}

.price_sec .course_under .list li .cont_box .box .icon img {
    width: 100%;
}

.price_sec .course_under .list li .cont_box .box .text {
    width: 144px;
    line-height: 1;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.price_sec .course_under .list li .cont_box .plus {
    line-height: 1;
    font-size: 24px;
    margin: 2px 0 0 132px;
}

.price_sec .course_under .list li .cont_box .time {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-left: 111px;
    font-weight: 500;
    margin-top: 3px;
}

.price_sec .course_under .list li .cont_box .time .small {
    font-size: 14px;
}

.way_sec {
    padding: 80px 0 125px;
}

.way_sec .top_ttlBox {
    position: relative;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    padding-bottom: 17px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 55px;
    overflow: hidden;
}

.way_sec .top_ttlBox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 445px;
    height: 6px;
    border-radius: 3px;
    background-color: #43749A;
}

.way_sec .top_ttlBox .ttl {
    font-size: 48px;
    color: #43749A;
}

.way_sec .top_ttlBox .text {
    font-size: 30px;
    margin: 0 2px;
    line-height: 1.1;
}

.way_sec .top_ttlBox .big {
    font-size: 44px;
}

.way_sec .list {
    padding: 0 30px;
    position: relative;
}

.way_sec .list .designs {
    position: absolute;
    top: 308px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 270px;
    z-index: -1;
    line-height: 1;
}

.way_sec .list .designs img {
    width: 100%;
}

.way_sec .list li {
    position: relative;
    width: 490px;
}

.way_sec .list li:nth-child(2) {
    margin-top: 175px;
}

.way_sec .list li:nth-child(4) {
    margin-top: 123px;
}

.way_sec .list li:nth-child(3) {
    margin-top: -52px;
}

.way_sec .list li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 490px;
    border-radius: 50%;
    background-color: #F5F9FB;
}

.way_sec .list li .subttl {
    position: absolute;
    line-height: 1;
    width: 116px;
}

.way_sec .list li .subttl img {
    width: 100%;
}

.way_sec .list li .ttl {
    line-height: 1;
}

.way_sec .list li .ttl img {
    width: 100%;
}

.way_sec .list li .img {
    line-height: 1;
}

.way_sec .list li .img img {
    width: 100%;
}

.way_sec .list li .text {
    text-align: center;
    font-weight: bold;
    font-size: 19.8px;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

.way_sec .list li.treatment .text {
    margin-top: 70px;
}

/* 予約 */
.way_sec .list li.reserve:before {
    top: 20px;
}

.way_sec .list li.reserve .subttl {
    top: 117px;
    left: 51px;
}

.way_sec .list li.reserve .ttl {
    margin-left: 130px;
    width: 197.7px;
    margin-bottom: 37px;
}

.way_sec .list li.reserve .img {
    width: 127px;
    margin: 0 auto 35px;
}

/* 施術 */
.way_sec .list li.treatment::before {
    top: 17px;
}

.way_sec .list li.treatment .subttl {
    top: 165px;
    right: -7px;
}

.way_sec .list li.treatment .ttl {
    width: 201.5px;
    margin-left: 164px;
    margin-bottom: 36px;
}

.way_sec .list li.treatment .img {
    width: 300px;
    margin: 0 auto -41px;
}

.way_sec .list li.treatment .small_text {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 13px;
}

/* 決済 */
.way_sec .list li.settlement::before {
    top: 20px;
}

.way_sec .list li.settlement .subttl {
    width: 122.7px;
    top: 140px;
    left: 47px;
}

.way_sec .list li.settlement .ttl {
    width: 197.7px;
    margin-left: 130px;
    margin-bottom: 39px;
}

.way_sec .list li.settlement .img {
    width: 126.65px;
    margin: 0 auto 30px;
}

/* レビュー */
.way_sec .list li.review {
    top: 14px;
}

.way_sec .list li.review .subttl {
    top: 140px;
    right: 50px;
}

.way_sec .list li.review .ttl {
    width: 302px;
    margin-left: 114px;
    margin-bottom: 50px;
}

.way_sec .list li.review .img {
    width: 127px;
    margin: 0 auto 35px;
}

.case_sec {
    padding: 85px 0 80px;
    background-color: #F5F9FB;
}

.case_sec .top_ttlBox {
    position: relative;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    padding-bottom: 17px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 55px;
    overflow: hidden;
}

.case_sec .top_ttlBox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 510px;
    height: 6px;
    border-radius: 3px;
    background-color: #43749A;
}

.case_sec .top_ttlBox .ttl {
    font-size: 48px;
    color: #43749A;
}

.case_sec .top_ttlBox .big {
    font-size: 44px;
}

.case_sec .list {
    background-color: #fff;
    padding: 20px;
}

.case_sec .list li {
    align-items: center;
    margin-bottom: 10px;
}

.case_sec .list li:last-child {
    margin-bottom: 0;
}

.case_sec .list li .img {
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 560px;
    height: 350px;
}

.case_sec .list li.case1 .img {
    background-image: url(../img/case01_pic.png);
}

.case_sec .list li.case2 .img {
    background-image: url(../img/case02_pic.png);
}

.case_sec .list li.case3 .img {
    background-image: url(../img/case03_pic.png);
}

.case_sec .list li .textBox {
    width: 490px;
}

.case_sec .list li:nth-child(even) .textBox {
    padding-left: 38px;
}

.case_sec .list li:nth-child(odd) .textBox {
    padding-right: 38px;
}

.case_sec .list li .textBox .numBox {
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 20px;
}

.case_sec .list li .textBox .numBox .icon {
    width: 48px;
    margin-bottom: 6px;
}

.case_sec .list li .textBox .numBox .icon img {
    width: 100%;
}

.case_sec .list li .textBox .numBox .en {
    color: #43749A;
    font-size: 50px;
    margin: 0 18px 0 12px;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.case_sec .list li .textBox .numBox .num {
    color: #43749A;
    font-weight: 400;
    font-size: 60px;
}

.case_sec .list li .textBox .ttl {
    color: #43749A;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.case_sec .list li .textBox .text {
    line-height: 1.4;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.review_sec {
    padding: 185px 0 60px;
}

.review_sec .wrap02 {
    padding: 0 20px;
}

.review_sec .wrap02 .top_ttlBox {
    width: 440px;
    background-color: #FFFAEF;
    border-radius: 40px 40px 0 0;
    margin: 0 auto -27px;
    padding: 40px 0 0;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.review_sec .wrap02 .top_ttlBox .ttl {
    font-size: 48px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 10px;
}

.review_sec .wrap02 .top_ttlBox .ttl .color {
    color: #E8A62D;
}

.review_sec .wrap02 .top_ttlBox .enBox {
    position: relative;
    justify-content: center;
    overflow: hidden;
}

.review_sec .wrap02 .top_ttlBox .enBox .en {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.08em;
    color: #E8A62D;
}

.review_sec .wrap02 .top_ttlBox .enBox .en:before, .review_sec .wrap02 .top_ttlBox .enBox .en:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 5px;
    border-radius: 3px;
    background-color: #E8A62D;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.review_sec .wrap02 .top_ttlBox .enBox .en:before {
    right: 100px;
}

.review_sec .wrap02 .top_ttlBox .enBox .en:after {
    left: 100px;
}

.review_sec .review_box {
    position: relative;
}

.review_slider_wrap {
    width: 100%;
    background-color: #FFFAEF;
    padding: 120px 80px 105px;
    position: relative;
}

.review_slider_wrap .slider_wrap_inner {
    overflow: hidden;
    padding-bottom: 3px;
}

.review_slider_wrap .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    margin: 0 auto;
    max-width: 410px !important;
}

.review_slider_wrap .bx-viewport {
    overflow: visible !important;
}

.review_slider_wrap > .review_branding {
    text-align: center;
    position: relative;
}

.review_slider_wrap > .review_branding::before {
    content: "";
    background-image: url(../img/branding/review_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 570px;
    height: 320px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}

.review_slider_wrap > .review_branding > img {
    position: relative;
    width: 230px;
}

.review_slider li {
    margin-right: -15px;
}

.review_slider li[aria-hidden="true"] {
    opacity: 0.6;
}

.review_slider li .inner {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.review_slider li[aria-hidden="false"] .inner {
    padding: 40px 21px 42px;
}

.review_slider li[aria-hidden="true"] .inner {
    width: 350px;
    margin: 10px auto 0;
    padding: 45px 30px 48px 34px;
}

.review_slider li .iconBox {
    position: relative;
    display: block;
    margin: 0 auto;
}

.review_slider li[aria-hidden="false"] .iconBox {
    width: 46px;
    height: 60px;
    margin-bottom: 21px;
}

.review_slider li[aria-hidden="true"] .iconBox {
    width: 41px;
    margin-bottom: 18px;
    height: 54px;
}

.review_slider li .iconBox .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    opacity: 0;
}

.review_slider li[aria-hidden="false"] .iconBox .icon.orange {
    opacity: 1;
}

.review_slider li[aria-hidden="true"] .iconBox .icon.gray {
    opacity: 1;
}

.review_slider li .human {
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    font-weight: bold;
}

.review_slider li[aria-hidden="false"] .human {
    font-size: 16px;
    margin-bottom: 28px;
}

.review_slider li[aria-hidden="true"] .human {
    font-size: 14px;
    margin-bottom: 24px;
}

.review_slider li .text {
    font-weight: bold;
    letter-spacing: 0.05em;
}

.review_slider li .text .color {
    color: #E8A62D;
}

.review_slider li[aria-hidden="false"] .text {
    font-size: 18px;
    line-height: 1.6;
}

.review_slider li[aria-hidden="true"] .text {
    font-size: 14px;
    line-height: 2;
}

.pager_btnBox {
    position: absolute;
    width: 1210px;
    top: calc(305px + 250px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.pager_btnBox .prev_btn a, .pager_btnBox .next_btn a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    text-indent: -9999px;
    z-index: 9999;
    text-decoration: none;
    transition: .3s;
}

.pager_btnBox .prev_btn a {
    left: -400px;
    background-image: url(../img/prev_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.pager_btnBox .prev_btn a:hover, .pager_btnBox .prev_btn a:focus {
    background-image: url(../img/prev_icon_hover.svg);
    background-position: center;
}

.pager_btnBox .next_btn a {
    right: -400px;
    background-image: url(../img/next_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.pager_btnBox .next_btn a:hover, .pager_btnBox .next_btn a:focus {
    background-image: url(../img/next_icon_hover.svg);
    background-position: center;
}

/* .review_slider_wrap .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;

} */
.review_slider_wrap .slider_btn_box {
    margin-top: 37px;
}

.review_slider_wrap .slider_btn_box ul {
    justify-content: center;
}

.review_slider_wrap .slider_btn_box ul li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.review_slider_wrap .slider_btn_box ul li + li {
    margin-left: 30px;
}

.review_slider_wrap .slider_btn_box ul li a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: .5s;
    display: block;
    text-decoration: none;
    background-color: #E5E5E5;
}

.review_slider_wrap .slider_btn_box ul li a.active {
    background-color: #E8A62D;
}

.review_slider_wrap .slider_btn_box ul li a:hover {
    background-color: #E8A62D;
}

/* Area Section */
.area_sec {
    padding: 120px 0 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FAFCFD;
    background-image: url(../img/bg-wave.svg);
}

.area_sec .box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area_sec .box .sub_ttl {
    width: 340px;
    margin-left: 215px;
    line-height: 1;
    margin-bottom: 15px;
}

.area_sec .box .sub_ttl img {
    width: 100%;
}

.area_sec .box .ttl {
    text-align: center;
    line-height: 1;
    font-size: 48px;
    letter-spacing: 0.08em;
}
.area_sec .top_ttlBox {
    position: relative;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    padding-bottom: 17px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
}
.area_sec .top_ttlBox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 463px;
    height: 6px;
    border-radius: 3px;
    background-color: #43749A;
}
.area_sec .top_ttlBox .big {
    color: #43749A;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
.area_sec .box .list li {
    padding-bottom: 18px;
    padding: 0 29px 16px 10px;
    position: relative;
    margin-bottom: 18px;
    align-items: center;
}

.area_sec .box .list li:nth-child(odd) {
    width: 400px;
}

.area_sec .box .list li:nth-child(even) {
    width: 400px;
}

.area_sec .box .list li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #43749A;
}

.area_sec .box .list li .pref {
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.area_sec .box .list li:nth-child(odd) .pref {
    width: 130px;
}

.area_sec .box .list li:nth-child(even) .pref {
    width: 130px;
}

.area_sec .box .list li .city {
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.company_works_sec {
    padding: 100px 0 110px;
}

.company_works_sec .top_ttlBox {
    position: relative;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    padding-bottom: 17px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 70px;
    overflow: hidden;
}

.company_works_sec .top_ttlBox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 583px;
    height: 6px;
    border-radius: 3px;
    background-color: #43749A;
}

.company_works_sec .top_ttlBox .ttl {
    font-size: 48px;
    color: #43749A;
}

.company_works_sec .top_ttlBox .big {
    font-size: 44px;
}

.company_works_sec .list li {
    width: 17%;
    margin-bottom: 45px;
}

.company_works_sec .list li:nth-last-child(-n + 5) {
    margin-bottom: 0;
}

.company_works_sec .list li .img {
    width: 100%;
    line-height: 1;
}

.company_works_sec .list li .img img {
    width: 100%;
}

.faq_sec {
    padding: 100px 0 110px;
    background-color: #F5F9FB;
}

.faq_sec .top_ttlBox {
    position: relative;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
    padding-bottom: 17px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 60px;
    overflow: hidden;
}

.faq_sec .top_ttlBox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 315px;
    height: 6px;
    border-radius: 3px;
    background-color: #43749A;
}

.faq_sec .top_ttlBox .big {
    font-size: 44px;
}

.faq_sec .list li {
    margin-bottom: 35px;
}

.faq_sec .list li:last-child {
    margin-bottom: 0;
}

.faq_sec .list li .questionBox {
    width: 100%;
    padding: 35px 50px 35px 35px;
    align-items: center;
    background-color: #FFFAEF;
}

.faq_sec .list li .questionBox .question {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: bold;
}

.faq_sec .list li .answerBox {
    background-color: #fff;
    padding: 35px 50px 35px 35px;
}

.faq_sec .list li .answerBox .answer {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.faq_sec .list li .en_ttl {
    width: 8%;
    font-size: 50px;
    line-height: 1;
}

.faq_sec .list li .questionBox .en_ttl {
    color: #E8A62D;
}

.faq_sec .list li .answerBox .en_ttl {
    color: #43749A;
}

.faq_sec .list li .question,
.faq_sec .list li .answer {
    width: 92%;
}

.notes_sec {
    padding: 95px 0 80px;
}

.notes_sec .top_ttlBox {
    position: relative;
    justify-content: center;
    align-items: flex-end;
    line-height: 1.3;
    padding-bottom: 17px;
    letter-spacing: 0.1em;
    font-weight: bold;
    overflow: hidden;
}

.notes_sec .top_ttlBox:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 180px;
    height: 6px;
    border-radius: 3px;
    background-color: #43749A;
}

.notes_sec .top_ttlBox .big {
    font-size: 44px;
}

.notes_sec .notes_content {
    max-width: 773px;
    width: 100%;
    margin: 48px auto 0;
    padding: 30px 50px;
    border: 1px solid #101211;
    border-radius: 8px;
    margin-top: 48px;
}

.notes_sec .notes_content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #3C3C3C;
}

.project_sec {
    padding: 75px 0 100px;
    background-color: #F5F9FB;
}

.project_sec .imgBox a {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    transition: .3s;
}

.project_sec .imgBox a:hover {
    transform: scale(1.02);
}

.project_sec .imgBox a img {
    width: 100%;
}

.project_sec .text {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

footer {
    padding: 40px 0 140px;
    background-color: #608099;
}

footer .logo {
    width: 183.45px;
    margin: 0 auto 40px;
}

footer .logo img {
    width: 100%;
}

footer .btn_link {
    justify-content: center;
    margin-bottom: 40px;
}

footer .btn_link li + li {
    margin-left: 20px;
}

footer .btn_link li a {
    display: block;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    background-color: #FFD280;
    color: #000;
    padding: 0 42px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: .5s;
}

footer .btn_link li a:hover {
    background-color: #fff;
    color: #43749A;
}

footer .list {
    margin-bottom: 35px;
}

footer .list li {
    position: relative;
}

footer .list li:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 16px;
    width: 1px;
    background-color: #fff;
}

footer .list li:last-child::before {
    display: none;
}

footer .list li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #fff;
}

footer .copyright {
    text-align: center;
    color: #fff;
    letter-spacing: 0.08em;
    font-size: 14px;
}

.fixed_cont {
    position: fixed;
    z-index: -9999;
    transition: .5s;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    width: 1340px;
    height: 120px;
    border: 2px solid #608099;
    border-radius: 10px 10px 0 0;
    background-color: #F5F9FB;
}

.fixed_cont.show {
    z-index: 10;
    opacity: 1;
}

.fixed_cont .cont {
    width: 1140px;
    margin: 0 auto;
}

.fixed_cont .cont .box {
    width: 100%;
}

.fixed_cont .cont .box .left {
    width: 731px;
}

.fixed_cont .cont .box .left .logo {
    width: 204.84px;
    line-height: 1;
    margin-right: 26px;
    margin-top: 34px;
}

.fixed_cont .cont .box .left .logo img {
    width: 100%;
}

.fixed_cont .cont .box .left .textBox {
    width: 265px;
    line-height: 1;
    margin-right: 34px;
    margin-top: 42px;
}

.fixed_cont .cont .box .left .textBox .sub_ttl {
    font-size: 14px;
    margin-bottom: 12px;
}

.fixed_cont .cont .box .left .textBox .ttl {
    font-size: 20px;
    letter-spacing: 0.01em;
}

.fixed_cont .cont .box .left .phone_box {
    margin-top: 13px;
}

.fixed_cont .cont .box .left .phone_box .text {
    width: 92.61px;
    line-height: 1;
    margin-right: 11px;
}

.fixed_cont .cont .box .left .phone_box .text img {
    width: 100%;
}

.fixed_cont .cont .box .left .phone_box .phone {
    width: 97px;
    line-height: 1;
    margin-top: 10px;
}

.fixed_cont .cont .box .left .phone_box .phone img {
    width: 100%;
}

.fixed_cont .cont .box .right {
    width: 369px;
    margin-top: 23px;
}

.fixed_cont .cont .box .right .text {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 10px;
}

.fixed_cont .cont .box .right .appBox {
    width: 100%;
}

.fixed_cont .cont .box .right .appBox a {
    text-decoration: none;
    display: block;
    line-height: 1;
    width: 178px;
}

.fixed_cont .cont .box .right .appBox a img {
    width: 100%;
}

.satisfaction_sec {
    width: 100%;
    height: 626px;
    background-color: #F5F9FB;
    position: relative;
    overflow: visible;
  }
  
  .satisfaction_sec .wrap02 {
    margin: 0 auto;
    height: 100%;
    position: relative;
  }
  
  .satisfaction_sec .content_box {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  
  .satisfaction_sec .right_bottom_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  
  .satisfaction_sec .right_bottom_bg img {
    display: block;
    width: auto;
    height: auto;
  }
  
  .satisfaction_sec .left_img {
    padding: 80px 0 60px 0;
    display: flex;
    align-items: center;
    width: 572px;
    position: relative;
    z-index: 2;
  }
  
  .satisfaction_sec .right_content {
    padding-left: 60px;
    position: relative;
    z-index: 2;
    width: calc(100% - 572px);
  }
  
  .satisfaction_sec .ttl_container {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-top: 136px;
  }
  
  .satisfaction_sec .ttl {
    margin-top: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;  /* 8px spacing + 7px line height */
  }
  
  .satisfaction_sec .ttl:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #4E7497;
  }
  
  .satisfaction_sec .ttl_container .icon {
    margin-left: 0px;
    position: relative;
    top: -38px; /* Position icon higher than the text */
    left: -6px;
  }
  
  .satisfaction_sec .ttl_container .icon img {
    width: 56px;
    height: 56px;
  }
  
  .satisfaction_sec .ttl .black {
    color: #070203; /* As specified - dark color */
  }
  
  .satisfaction_sec .ttl .blue {
    color: #4E7497; /* As specified - blue color */
  }
  
  .satisfaction_sec .desc {
    margin-top: 24px;
    font-size: 18px;
    color: #070203; /* As specified - dark color */
    line-height: 1.6;
  }
  
  .satisfaction_sec .sub_desc {
    margin-top: 16px; /* Specified top spacing */
    font-size: 16px;
    color: #070203; /* As specified - dark color */
    line-height: 1.6;
  }
  
  .satisfaction_sec .sub_desc .bold {
    font-weight: bold;
  }
  
  .satisfaction_sec .note {
    margin-top: 22px; /* Specified top spacing */
    font-size: 12px;
    color: #3C3C3C; /* As specified - gray color */
    line-height: 1.6;
  }

@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* ハンバーガーボタン */
    /*ハンバーガーボタン*/
    .hamburger b.bg {
        position: absolute;
        width: 50px;
        height: 50px;
        left: 0;
        right: -18px;
        margin: auto;
        top: -1px;
        bottom: 0;
        z-index: 1000;
    }

    .hamburger {
        display : block;
        position: fixed;
        z-index : 99999;
        right: 5vw;
        top : 12px;
        width : 39px;
        height: 39px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display : block;
        position: absolute;
        width : 21.93px;
        height : 2.44px;
        left : 17px;
        background : #026EB9;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition : 0.5s ease-in-out;
        transition : 0.5s ease-in-out;
        z-index: 100000;
    }

    .hamburger span:nth-child(1) {
        top: 11px;
    }

    .hamburger span:nth-child(2) {
        top: 18px;
    }

    .hamburger span:nth-child(3) {
        top: 25px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top : 18px;
        left: 17px;
        -webkit-transform: rotate(315deg);
        -moz-transform : rotate(315deg);
        transform : rotate(315deg);
    }

    .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-315deg);
        -moz-transform : rotate(-315deg);
        transform : rotate(-315deg);
    }

    .globalMenuSp_main_menu_box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FAFAFA;
        z-index: 10000;
        display: none;
    }

    .globalMenuSp_main_menu_box .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        height: 100%;
    }

    .globalMenuSp_main_menu_box ul {
        width: 100%;
    }

    .globalMenuSp_main_menu_box ul li a {
        text-decoration: none;
        display: block;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.1em;
        font-size: 4vw;
        color: #383635;
    }

    .globalMenuSp_main_menu_box ul li + li {
        margin-top: 30px;
    }

    /* サブメニュー */
    .sp_sub_menu .inner {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100%;
        padding-top: 100px;
    }

    .js-sp_sub_menu {
        position: fixed;
        z-index: 600;
        height: 100%;
        width: 100%;
        background-color: #FAFAFA;
        display: none;
    }

    .sp_sub_menu .inner p.ttl {
        font-weight: bold;
        font-size: 5vw;
        letter-spacing: 0.1em;
    }

    .sp_sub_menu .inner ul {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .sp_sub_menu .inner ul li a {
        text-decoration: none;
        color: #383635;
        font-weight: bold;
        letter-spacing: 0.1em;
        font-size: 4vw;
    }

    .sp_sub_menu .inner ul li + li {
        margin-top: 30px;
    }

    /* 戻るボタン */
    .sp_sub_menu .inner p.back_btn {
        width: 150px;
        text-align: center;
        font-weight: bold;
        margin: 50px auto 0;
        border: 2px solid #000;
        border-radius: 100px;
        padding: 3px 0;
    }

    body {
        min-width: 100%;
        font-size: 3.6vw;
        line-height: 1.6;
        overflow: hidden;
    }

    .wrap {
        max-width: 90%;
    }

    .wrap02 {
        max-width: 92%;
    }

    .top_sec {
        padding: 32px 0 0;
    }

    .top_sec > .wrap02 {
        flex-direction: column-reverse;
        align-items: center;
    }

    .top_sec .top_branding {
        width: 230px;
        height: 300px;
        margin: 0;
    }

    .top_sec .top_text {
        margin: 0 0 24px;
    }

    .top_sec .top_text .text {
        font-size: 14px;
        line-height: 20px;
        margin-left: 0;
    }

    .top_sec .top_text .text .big {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
    }

    .top_sec .top_text .logo {
        width: 203px;
        height: 50px;
        margin-bottom: 24px;
    }

    .top_sec .top_text .ttlBox .ttl {
        font-size: 20px;
        line-height: 32px;
    }

    .top_sec .top_text .ttlBox .ttl:before, .top_sec .top_text .ttlBox .ttl:after {
        width: 60px;
        height: 4px;
    }

    .top_sec .top_text .ttlBox .ttl:before {
        right: 84px;
    }

    .top_sec .top_text .ttlBox .ttl:after {
        left: 84px;
    }

    .feature_sec {
        padding: 40px 0;
    }

    .feature_sec .labelBox .small {
        font-size: 3.2vw;
        margin-bottom: 10px;
    }

    .feature_sec .labelBox .label {
        font-size: 5vw;
    }

    .feature_sec .labelBox {
        width: 100%;
        margin: 0 auto 30px;
        padding: 15px 0 14px;
    }

    .feature_sec .ttlBox {
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .feature_sec .ttlBox .ttl {
        font-size: 8vw;
    }

    .feature_sec .ttlBox .text {
        font-size: 5vw;
        line-height: 1.2;
        margin: 0 .5vw;
    }

    .feature_sec .ttlBox .big {
        font-size: 7vw;
    }

    .feature_sec .ttlBox:before {
        width: 61vw;
        height: 4px;
    }

    .feature_sec .list {
        display: block;
    }

    .feature_sec .list li {
        width: 100%;
        padding: 0 5vw 25px;
        margin-bottom: 15px;
    }

    .feature_sec .list li.time {
        animation-delay: .0s;
    }

    .feature_sec .list li.offer {
        animation-delay: .0s;
    }

    .feature_sec .list li.therapist {
        animation-delay: .0s;
    }

    .feature_sec .list li:last-child {
        margin-bottom: 0;
    }

    .feature_sec .list li .img {
        width: 100%;
        height: 30vw;
        margin-bottom: 22px;
    }

    .feature_sec .list li.time .img .icon {
        width: 25%;
    }

    .feature_sec .list li.offer .img .icon {
        width: 18%;
    }

    .feature_sec .list li.therapist .img .icon {
        width: 22%;
    }

    .feature_sec .list li .textBox .ttl {
        font-size: 4.5vw;
        margin-bottom: 17px;
    }

    .feature_sec .list li .textBox .text {
        font-size: 3.5vw;
    }

    .price_sec {
        padding: 75px 0 65px;
    }

    .price_sec .top_ttlBox {
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

    .price_sec .top_ttlBox:before {
        width: 85vw;
        height: 4px;
    }

    .price_sec .top_ttlBox .ttl {
        font-size: 8vw;
    }

    .price_sec .top_ttlBox .text {
        font-size: 5vw;
        line-height: 1.2;
        margin: 0 0.5vw;
    }

    .price_sec .top_ttlBox .big {
        font-size: 7vw;
    }

    .price_sec .price_box {
        margin-bottom: 45px;
        display: block;
    }

    .price_sec .price_box .labelBox {
        width: 100%;
        height: auto;
        border-radius: 6px 6px 0 0;
        background-color: #43749A;
        align-items: center;
        display: block;
        padding: 15px 0;
    }

    .price_sec .price_box .labelBox .contents {
        margin: 0 auto;
        justify-content: center;
    }

    .price_sec .price_box .labelBox .contents .icon {
        width: 5vw;
        margin-right: 4vw;
    }

    .price_sec .price_box .labelBox .contents .ttl {
        font-size: 5vw;
        margin-right: 2vw;
    }

    .price_sec .price_box .labelBox .contents .time {
        font-size: 3.4vw;
        padding-top: 5px;
    }

    .price_sec .price_box .textBox {
        width: 100%;
        height: auto;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
        border-radius: 0 0px 6px 6px;
        padding: 20px 3vw 15px;
    }

    .price_sec .price_box .textBox .price {
        position: relative;
        align-items: flex-end;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .price_sec .price_box .textBox .price .marker {
        position: absolute;
        z-index: -1;
        width: 52vw;
        line-height: 1;
        left: 2vw;
        bottom: -7px;
    }

    .price_sec .price_box .textBox .price .num {
        font-size: 8vw;
        margin-right: 3vw;
        margin-left: 0;
        letter-spacing: -0.01em;
    }

    .price_sec .price_box .textBox .price .yen {
        font-size: 4vw;
        margin-right: 3vw;
    }

    .price_sec .price_box .textBox .price .text {
        font-size: 3.6vw;
    }

    .price_sec .price_box .textBox .sub_text {
        font-size: 3.2vw;
        line-height: 1.4;
    }

    .price_sec .course_top {
        margin-bottom: 55px;
    }

    .price_sec .course_top .top_text {
        margin-bottom: 30px;
    }

    .price_sec .course_top .top_text .ttl {
        font-size: 6vw;
        margin-bottom: 3px;
    }

    .price_sec .course_top .top_text .text {
        font-size: 3.5vw;
        line-height: 1.4;
    }

    .price_sec .course_top .timeBox .time_list {
        width: 100%;
        margin: -5px auto 0;
    }

    .price_sec .course_top .timeBox .time_list li {
        width: 19.5%;
    }

    .price_sec .course_top .timeBox .progress_box {
        width: 96vw;
        margin-left: -3vw;
        height: 40px;
        padding: 0 3vw;
    }

    .price_sec .course_top .timeBox .progress_box .textBox .text {
        font-size: 3.3vw;
    }

    .price_sec .course_top .course_list li {
        width: 24.5%;
        box-shadow: none;
        padding: 0;
    }

    .price_sec .course_top .course_list li .ttl {
        font-size: 3.4vw;
        margin-bottom: 8px;
    }

    .price_sec .course_top .course_list li .icon {
        width: 80%;
        margin: 0 auto;
    }

    .price_sec .course_under .top_text {
        margin-bottom: 25px;
    }

    .price_sec .course_under .top_text .ttl {
        font-size: 5vw;
    }

    .price_sec .course_under .list {
        display: block;
    }

    .price_sec .course_under .list li {
        width: 100%;
        padding-bottom: 25px;
        margin-bottom: 15px;
    }

    .price_sec .course_under .list li:last-child {
        margin-bottom: 0;
    }

    .price_sec .course_under .list li .ttlBox {
        padding: 12px 0;
        margin-bottom: 15px;
    }

    .price_sec .course_under .list li .ttlBox .box .en {
        font-size: 8vw;
        margin-right: 2vw;
    }

    .price_sec .course_under .list li .ttlBox .box .text {
        font-size: 4.5vw;
        padding-bottom: 5px;
    }

    .price_sec .course_under .list li .cont_box {
        padding: 0 3vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .price_sec .course_under .list li .cont_box .box {
        justify-content: left;
    }

    .price_sec .course_under .list li .cont_box .box .icon {
        width: 6vw;
        margin-right: 1vw;
    }

    .price_sec .course_under .list li .cont_box .box .text {
        width: auto;
        text-align: left;
        font-size: 3.8vw;
        line-height: 1;
    }

    .price_sec .course_under .list li .cont_box .plus {
        font-size: 3.6vw;
        margin: 0 2vw;
    }

    .price_sec .course_under .list li .cont_box .time {
        font-size: 3.2vw;
        margin-left: 1vw;
        margin-top: 0;
    }

    .price_sec .course_under .list li .cont_box .time .small {
        font-size: 3vw;
    }

    .way_sec {
        padding: 75px 0 100px;
    }

    .way_sec .top_ttlBox {
        padding-bottom: 10px;
        margin-bottom: 55px;
    }

    .way_sec .top_ttlBox:before {
        width: 74vw;
        height: 4px;
    }

    .way_sec .top_ttlBox .ttl {
        font-size: 8vw;
    }

    .way_sec .top_ttlBox .text {
        font-size: 5vw;
        line-height: 1.2;
        margin: 0 0.5vw;
    }

    .way_sec .top_ttlBox .big {
        font-size: 7vw;
    }

    .way_sec .list {
        padding: 0;
    }

    .way_sec .list .designs {
        top: 308px;
        display: none;
        width: 270px;
    }

    .way_sec .list {
        display: block;
    }

    .way_sec .list li {
        position: relative;
        width: 100%;
        margin-bottom: 35px;
    }

    .way_sec .list li:last-of-type {
        margin-bottom: 0;
    }

    .way_sec .list li:nth-child(2) {
        margin-top: 0;
    }

    .way_sec .list li:nth-child(4) {
        margin-top: 0;
    }

    .way_sec .list li:nth-child(3) {
        margin-top: 0;
    }

    .way_sec .list li:before {
        height: 90vw;
    }

    .way_sec .list li .subttl {
        width: 25vw;
    }

    .way_sec .list li .text {
        font-size: 3.4vw;
    }

    .way_sec .list li.treatment p.text {
        margin-top: 11vw;
    }

    /* 予約 */
    .way_sec .list li.reserve:before {
        top: 20px;
    }

    .way_sec .list li.reserve .subttl {
        top: 17vw;
        left: 2vw;
    }

    .way_sec .list li.reserve .ttl {
        margin-left: 28vw;
        width: 27vw;
        margin-bottom: 25px;
    }

    .way_sec .list li.reserve .img {
        width: 27vw;
        margin: 0 auto 20px;
    }

    /* 施術 */
    .way_sec .list li.treatment::before {
        top: 20px;
    }

    .way_sec .list li.treatment .subttl {
        top: 12vw;
        right: -1vw;
    }

    .way_sec .list li.treatment .ttl {
        width: 27vw;
        margin-left: 32vw;
        margin-bottom: 30px;
    }

    .way_sec .list li.treatment .img {
        width: 55vw;
        margin: 0 auto -5vw;
    }

    .way_sec .list li.treatment .small_text {
        font-size: 3.2vw;
        margin-top: 10px;
    }

    /* 決済 */
    .way_sec .list li.settlement::before {
        top: 20px;
    }

    .way_sec .list li.settlement .subttl {
        width: 27vw;
        top: 17vw;
        left: 2vw;
    }

    .way_sec .list li.settlement .ttl {
        margin-left: 28vw;
        width: 27vw;
        margin-bottom: 25px;
    }

    .way_sec .list li.settlement .img {
        width: 27vw;
        margin: 0 auto 20px;
    }

    /* レビュー */
    .way_sec .list li.review {
        top: 20px;
    }

    .way_sec .list li.review .subttl {
        top: 15vw;
        right: 3vw;
    }

    .way_sec .list li.review .ttl {
        width: 42vw;
        margin-left: 26vw;
        margin-bottom: 25px;
    }

    .way_sec .list li.review .img {
        width: 27vw;
        margin: 0 auto 20px;
    }

    .case_sec {
        padding: 60px 0 55px;
    }

    .case_sec .top_ttlBox {
        padding-bottom: 10px;
        margin-bottom: 55px;
    }

    .case_sec .top_ttlBox:before {
        width: 83vw;
        height: 4px;
    }

    .case_sec .top_ttlBox .ttl {
        font-size: 8vw;
    }

    .case_sec .top_ttlBox .big {
        font-size: 7vw;
        line-height: 1.15;
        margin-right: 0.5vw;
    }

    .case_sec .list {
        padding: 3vw 3vw 10vw;
    }

    .case_sec .list li {
        margin-bottom: 30px;
    }

    .case_sec .list li:nth-child(odd) {
        display: block;
    }

    .case_sec .list li:nth-child(even) {
        flex-direction: column-reverse;
    }

    .case_sec .list li .img {
        border-radius: 6px;
        margin-bottom: 20px;
        width: 100%;
        height: 40vw;
    }

    .case_sec .list li .textBox {
        width: 100%;
    }

    .case_sec .list li:nth-child(even) .textBox {
        padding-left: 0;
    }

    .case_sec .list li:nth-child(odd) .textBox {
        padding-right: 0;
    }

    .case_sec .list li .textBox .numBox {
        margin-bottom: 12px;
    }

    .case_sec .list li .textBox .numBox .icon {
        width: 7vw;
        margin-bottom: 2px;
        display: none;
    }

    .case_sec .list li .textBox .numBox .en {
        font-size: 6vw;
        margin: 0;
    }

    .case_sec .list li .textBox .numBox .num {
        font-size: 6vw;
    }

    .case_sec .list li .textBox .ttl {
        font-size: 4.2vw;
        margin-bottom: 5px;
    }

    .case_sec .list li .textBox .text {
        font-size: 3.4vw;
    }

    .review_sec {
        padding: 60px 0 0;
    }

    .review_sec .wrap02 {
        padding: 0;
    }

    .review_sec .wrap02 .top_ttlBox .ttl {
        font-size: 6vw;
        margin-bottom: 8px;
    }

    .review_sec .wrap02 .top_ttlBox .enBox .en {
        font-size: 4vw;
    }

    .review_sec .wrap02 .top_ttlBox .enBox .en:before, .review_sec .wrap02 .top_ttlBox .enBox .en:after {
        width: 11.5vw;
        height: 3px;
    }

    .review_sec .wrap02 .top_ttlBox .enBox .en:before {
        right: 18vw;
    }

    .review_sec .wrap02 .top_ttlBox .enBox .en:after {
        left: 18vw;
    }

    .review_sec .wrap02 .top_ttlBox {
        width: 70%;
        border-radius: 30px 30px 0 0;
        margin: 0px auto;
        padding: 22px 0 0;
    }

    .review_slider_wrap {
        padding: 80px 4vw 55vw;
    }

    .review_slider_wrap .slider_wrap_inner {
        overflow: visible;
    }

    .review_slider_wrap > .review_branding {
        padding-bottom: 14px;
    }

    .review_slider_wrap > .review_branding::before {
        width: 300px;
        height: 168px;
        bottom: 90px;
    }
    
    .review_slider_wrap > .review_branding > img {
        width: 180px;
        height: 205px;
    }

    .review_slider_wrap .bx-wrapper {
        margin: 0;
        max-width: 100% !important;
    }

    .review_slider_wrap .bx-viewport {
        overflow: inherit !important;
    }

    .review_slider li {
        display: block;
    }

    .review_slider li .inner {
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    }

    .review_slider li[aria-hidden="false"] .inner {
        width: 100%;
        margin: 0;
        padding: 25px 3vw 20px;
    }

    .review_slider li[aria-hidden="false"] .iconBox {
        width: 15%;
        height: 15vw;
        margin-bottom: 21px;
    }

    .review_slider li[aria-hidden="false"] .human {
        font-size: 4.2vw;
        margin-bottom: 20px;
    }

    .review_slider li[aria-hidden="false"] .text {
        font-size: 3.5vw;
    }

    .review_slider li[aria-hidden="true"] .inner {
        width: 100%;
        margin: 0;
        padding: 25px 3vw 20px;
    }

    .review_slider li[aria-hidden="true"] .iconBox {
        width: 15%;
        height: 15vw;
        margin-bottom: 21px;
    }

    .review_slider li[aria-hidden="true"] .human {
        font-size: 4.2vw;
        margin-bottom: 20px;
    }

    .review_slider li[aria-hidden="true"] .text {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .pager_btnBox {
        width: 90vw;
        top: calc(22vw + 205px + 24px);
    }

    .pager_btnBox .prev_btn a, .pager_btnBox .next_btn a {
        width: 10vw;
        height: 10vw;
        background-size: contain;
    }

    .pager_btnBox .prev_btn a {
        left: -400px;
    }

    .pager_btnBox .next_btn a {
        right: -400px;
    }

    .review_slider_wrap .slider_btn_box {
        display: none;
    }

    .area_sec {
        padding: 5.35vw 0 5.35vw;
        background-size: cover;
        background-color: #FAFCFD;
    }

    .area_sec .box {
        width: 100%;
    }

    .area_sec .box .sub_ttl {
        width: 75vw;
        margin: 0 auto 15px;
    }

    .area_sec .box .ttl {
        font-size: 5.3vw;
        text-align: center;
        margin-left: 0;
    }

    .area_sec .box .list {
        display: block;
    }

    .area_sec .box .list li {
        padding: 0 0 15px 0;
        margin-bottom: 15px;
    }

    .area_sec .box .list li:nth-child(odd) {
        width: 100%;
    }

    .area_sec .box .list li:nth-child(even) {
        width: 100%;
    }

    .area_sec .box .list li:before {
        height: 2px;
        border-radius: 2px;
    }

    .area_sec .box .list li:nth-last-child(-n + 2) {
        margin-bottom: 15px;
    }

    .area_sec .box .list li:last-child {
        margin-bottom: 0;
    }

    .area_sec .box .list li .pref {
        font-size: 5vw;
    }

    .area_sec .box .list li:nth-child(odd) .pref {
        width: 30vw;
    }

    .area_sec .box .list li:nth-child(even) .pref {
        width: 30vw;
    }

    .area_sec .box .list li .city {
        font-size: 3.5vw;
    }
    .area_sec .top_ttlBox {
        margin-bottom: 8.6vw;
    }
    .area_sec .top_ttlBox .ttl,
    .area_sec .top_ttlBox .big {
        font-size: 7vw;
    }

    .area_sec .top_ttlBox:before {
        width: 67vw;
        height: 4px;
    }

    .company_works_sec {
        padding: 80px 0 65px;
    }

    .company_works_sec .top_ttlBox {
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

    .company_works_sec .top_ttlBox:before {
        width: 58vw;
        height: 4px;
    }

    .company_works_sec .top_ttlBox .ttl {
        font-size: 8vw;
        margin-bottom: 5px;
    }

    .company_works_sec .top_ttlBox .big {
        font-size: 7vw;
        line-height: 1.15;
        margin-right: 0.5vw;
    }

    .company_works_sec .list li {
        width: 45%;
        margin-bottom: 35px;
    }

    .company_works_sec .list li:nth-last-child(-n + 5) {
        margin-bottom: 35px;
    }

    .company_works_sec .list li:last-child {
        margin-bottom: 0;
    }

    .faq_sec {
        padding: 75px 0 60px;
    }

    .faq_sec .top_ttlBox .big {
        font-size: 44px;
    }

    .faq_sec .top_ttlBox {
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

    .faq_sec .top_ttlBox:before {
        width: 51vw;
        height: 4px;
    }

    .faq_sec .top_ttlBox .big {
        font-size: 7vw;
        line-height: 1.15;
        margin-right: 0.5vw;
    }

    .faq_sec .list li {
        margin-bottom: 20px;
    }

    .faq_sec .list li .questionBox {
        width: 100%;
        padding: 20px 5vw 20px 3vw;
    }

    .faq_sec .list li .questionBox .question {
        font-size: 4.2vw;
    }

    .faq_sec .list li .answerBox {
        padding: 20px 5vw 20px 3vw;
    }

    .faq_sec .list li .answerBox .answer {
        font-size: 3.5vw;
        letter-spacing: 0.08em;
    }

    .faq_sec .list li .en_ttl {
        width: 12%;
        font-size: 8vw;
    }

    .faq_sec .list li .question,
    .faq_sec .list li .answer {
        width: 88%;
    }

    .notes_sec {
        padding: 65px 0 50px;
    }

    .notes_sec .top_ttlBox {
        padding-bottom: 10px;
    }

    .notes_sec .top_ttlBox:before {
        width: 51vw;
        height: 4px;
    }

    .notes_sec .top_ttlBox .big {
        font-size: 7vw;
        line-height: 1.15;
        margin-right: 0.5vw;
    }


    .notes_sec .notes_content {
        border: none;
        padding: 0;
        margin: 32px 0 0;
    }

    .notes_sec .notes_content p {
        font-size: 14px;
        line-height: 20px;
    }
    .project_sec {
        padding: 50px 0 65px;
    }

    .project_sec .imgBox a {
        margin-bottom: 35px;
    }

    .project_sec .text {
        font-size: 3.7vw;
        letter-spacing: 0.08em;
    }

    footer {
        padding: 35px 0 85px;
    }

    footer .logo {
        width: 40vw;
        margin: 0 auto 35px;
    }

    footer .list {
        margin-bottom: 35px;
        display: none;
    }

    footer .btn_link li a {
        height: 50px;
        line-height: 50px;
        padding: 0 5vw;
        font-size: 3.3vw;
    }

    footer .btn_link li + li {
        margin-left: 3vw;
    }

    footer .btn_link {
        margin-bottom: 40px;
    }

    footer .copyright {
        font-size: 3.2vw;
    }

    .fixed_cont {
        width: 96%;
        height: auto;
        padding: 10px 0 5px;
    }

    .fixed_cont .cont {
        width: 92%;
    }

    .fixed_cont .cont .box {
        align-items: center;
    }

    .fixed_cont .cont .box .left {
        width: 30%;
    }

    .fixed_cont .cont .box .left .logo {
        width: 100%;
        line-height: 1;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 2vw;
    }

    .fixed_cont .cont .box .left .textBox {
        display: none;
    }

    .fixed_cont .cont .box .left .phone_box {
        display: none;
    }

    .fixed_cont .cont .box .right {
        width: 68%;
        margin-top: 0px;
    }

    .fixed_cont .cont .box .right .text {
        font-size: 3.2vw;
        margin-bottom: 10px;
    }

    .fixed_cont .cont .box .right .appBox a.app {
        width: 48.5%;
    }

    .fixed_cont .cont .box .right .appBox a.google {
        width: 48.5%;
    }

    .satisfaction_sec {
        width: 100%;
        height: 626px;
        background-color: #F5F9FB;
        position: relative;
        overflow: visible;
      }
      
      .satisfaction_sec .wrap02 {
        margin: 20px auto;
        height: 100%;
        position: relative;
      }
      
      .satisfaction_sec .content_box {
        height: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
      }
      
      .satisfaction_sec .right_bottom_bg {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
      }
      
      .satisfaction_sec .right_bottom_bg img {
        display: block;
        width: auto;
        height: auto;
      }
      
      .satisfaction_sec .right_content {
        padding-left: 60px;
        position: relative;
        z-index: 2;
        width: calc(100% - 572px);
      }
      
      .satisfaction_sec .ttl_container {
        display: flex;
        align-items: flex-start;
        position: relative;
        margin-top: 136px;
      }
      
      .satisfaction_sec .ttl {
        margin-top: 20px;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.4;
        position: relative;
        display: inline-block;
        padding-bottom: 10px;  /* 8px spacing + 7px line height */
      }
      
      .satisfaction_sec .ttl:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 7px;
        background-color: #4E7497;
      }
      
      .satisfaction_sec .ttl_container .icon {
        margin-left: 0px;
        position: relative;
        top: -14px; /* Position icon higher than the text */
        left: -6px;
      }
      
      .satisfaction_sec .ttl_container .icon img {
        width: 56px;
        height: 56px;
      }
      
      .satisfaction_sec .ttl .black {
        color: #070203; /* As specified - dark color */
      }
      
      .satisfaction_sec .ttl .blue {
        color: #4E7497; /* As specified - blue color */
      }
      
      .satisfaction_sec .desc {
        margin: 24px 22px 0;
        padding-top: 20px;
        padding-right: 20px;
        font-size: 18px;
        font-weight: 500;
        color: #070203; /* As specified - dark color */
        line-height: 1.8;
      }
      
      .satisfaction_sec .sub_desc {
        margin: 16px 22px 0;
        padding-right: 20px;
        font-size: 16px;
        font-weight: 500;
        color: #070203; /* As specified - dark color */
        line-height: 1.8;
      }
      
      .satisfaction_sec .note {
        margin: 22px 22px 0;
        padding-right: 20px;
        font-size: 14px;
        font-weight: 500;
        color: #3C3C3C; /* As specified - gray color */
        line-height: 1.8;
      }

    .satisfaction_sec .content_box {
        display: block;
    }

    .satisfaction_sec .ttl_container {
        margin-top: 64px;
        margin-left: 22px;
    }

    .satisfaction_sec .left_img {
        order: 2; /* Move image to bottom */
        width: 100%;
        margin-top: 40px;
        padding: 0 22px;
    }

    .satisfaction_sec .left_img img {
        width: 100%;
        height: auto;
    }

    .satisfaction_sec {
        height: auto;
        padding-bottom: 40px;
    }

    .satisfaction_sec .content_box {
        display: flex;
        flex-direction: column;
    }

    .satisfaction_sec .right_content {
        order: 1; /* Move content to top */
        width: 100%;
        padding-left: 0;
    }

    .satisfaction_sec .ttl_container {
        margin-top: 64px;
        margin-left: 22px;
    }

    .satisfaction_sec {
        height: auto;
        padding-bottom: 40px;
    }
    
    .satisfaction_sec .content_box {
        display: flex;
        flex-direction: column;
    }
    
    .satisfaction_sec .right_content {
        order: 1;
        width: 100%;
        padding-left: 0;
    }
    
    .satisfaction_sec .ttl_container {
        margin-top: 64px;
        margin-left: 22px;
    }
    
    .satisfaction_sec .ttl {
        font-size: 32px;
    }
    
    .satisfaction_sec .ttl_container .icon {
        width: 46px;
        height: 46px;
    }
    
    .satisfaction_sec .ttl_container .icon img {
        width: 46px;
        height: 46px;
    }
    
    .satisfaction_sec .right_bottom_bg {
        position: absolute;
        top: 204px;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        text-align: center;
    }

    .satisfaction_sec .right_bottom_bg img {
        content: url('../img/branding/saticfaction_center_bg.png');
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
