/*===========================================difficult=============================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

.difficult{
    
    background: 50% no-repeat url(../img/difficult/bg.png);
    background-size: cover;
    position: relative;
    z-index: 2;
}
.difficult-wrap{
    position: relative;
    overflow: hidden;
   
}
.difficult::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -68px;
    height: 70px;
    width: 200px;
    background:50% no-repeat url(../img/difficult/arrow.png);
    background-size: cover;
}

.difficult-peo img{
    height:  100%;
}
.difficult-body {
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
     padding: 80px 0px 75px 0px;
}
.difficult-peo{
    position: absolute;
    right: -280px;
    top: 0;
    height: 100%;
}
.difficult-content{
    max-width: 658.8008px;
}
.difficult-titel img{
    width: 100%;
}
.difficult-titel{
    margin-bottom: 53px;
}
.difficult-txt p{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    letter-spacing: 0.04em;
    margin-bottom: 0px;
}
.difficult-txt p span{
    font-weight: 600;
    font-size: 20px;
    color: #d04d5a;
}
.difficult-txt p+p{
    margin-top: 25px;
}
.comma-read{
    margin-left: -4px;
    margin-right: -10px;
}

.difficult-txt p span.comma{
    letter-spacing: -8px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.difficult-txt p span.circle{
    margin-left: -5px;
    margin-right: -5px;
}
.comma{
    letter-spacing: -8px;
}
/*===========================================difficult=============================================*/
/*===========================================example=============================================*/
.example{
    margin-top: -1px;
    background: 50% no-repeat url(../img/example/bg.png);
    background-size: cover;
    position: relative;
    z-index: 1;
}
.example-body{
    padding: 115px 0px 230px 0px;
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}
.example-title{
    text-align: center;
    position: relative;
}
.example-title img{
    margin: 0 auto;
}
.example-title::before{
    content: "";
    background: 50% no-repeat url(../img/example/close.png);
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    width: 280px;
    height: 280px;
}
.example-title img{
    width: 655.2627px;
    height: auto;
}
.example-item-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 0px;
    margin-top: 48px;
    position: relative;
}
.example-item-wrap-img{
    position: absolute;
    bottom: -119px;
    right: -80px;
    width: 460px;
    height: auto;
}
.example-item-wrap-img img{
    width: 100%;
}
.example-item{
    position: relative;
}
.example-item-num{
    position: absolute;
    top: -20px;
    left: -25px;
    background: #83745c;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.example-item-body{
    border-radius: 30px;
    width: 420px;
    height: 465px;
    background: linear-gradient(180deg,#ffffff 90%, #f3ede5 100%);
    overflow: hidden;
}
.example-item-img img{
    width: 100%;
    height: 100%;
}
.example-item-img{
    margin: -1px;
    height: 272px;
}
.example-item-title{
    background: #83745c;
    height: 60px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 0.04em;
}
.example-item-txt{
    padding-top: 25px;
    padding-left: 41px;
    padding-right: 34px;
    /* list-style: circle; */
}
.example-item-txt li{
    
    display: flex;
    
}
.example-item-txt li p{
    font-size: 16px;
    color: #000;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    line-height: 20px;
}
.example-item-txt li+li{
    margin-top: 10px;
}
.example-item-txt li p::before{
    content: "•";
    color: #000;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -7px;
    top: 0;
    display: flex;
    align-items: center;
    top: 4px;
}
p{
    margin-bottom: 0;
}
/*===========================================example=============================================*/
/*===========================================reasons=============================================*/
.reasons{
    background-image: url("../img/reasons/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0px;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.reasons-body{
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}
.reasons-title{
    text-align: center;
    width: 100%;
    padding-bottom: 60px;
    border-bottom: 3px solid #d04d5a;
}
.reasons-title img{
    width: 613.9419px;
    height: auto;
    margin: 0 auto;
}
.reasons-item{
    margin-top: 86px;
    width: 100%;
    display: flex;
    gap: 60px;
    justify-content: space-between;
}
.reasons-item-img{
    width: 440px;
}
.reasons-item-img img{
    width: 100%;
}

.reasons-item-content{
    width: calc(100% - 440px - 60px);
}

.reasons-item-num span{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 19.2px;
    color: #000;
}
.reasons-item-num p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0em;
    color: #d04d5a;
    font-weight: 600;
}
.reasons-num{
    position: relative;
}
.reasons-num::before{
    content: "REASON.";
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    padding-left: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 19.2px;
    color: #000;
}
.reasons-item-num div {
    display: flex;
    align-items: center;
}
.reasons-item-num div .line{
    background: #000000;
    margin-left: 30px; 
    flex: 1;          
    height:2.9969px;
}
.reasons-item03{
    margin-top: 86px;
}
.reasons-item03-num{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 19.2px;
    letter-spacing: 0.02em;
    padding-bottom: 40px;
    border-bottom: 3px solid #000;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.reasons-item03-num p{
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0em;
    color: #d04d5a;
    font-weight: 600;
}
.reasons-item03-title{
    margin-top: 32px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 40px;
    font-size: 27px;
}
.reasons-item-title{
    margin-top: 28px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 27px;
    letter-spacing: 0.04em;
    line-height: 40px;
    color: #000;
}
.reasons-item-txt{
    margin-top: 18px;
}
.reasons-item-txt p{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 27px;
    color: #000;
}
.reasons-item04 .reasons-item-txt p, 
.reasons-item05 .reasons-item-txt p,
.reasons-item06 .reasons-item-txt p{
    letter-spacing: 0.08em;
}
.reasons-item-txt p.reasons-item-day{
    font-size: 14px;
    padding-top: 5px;
}
.reasons-item03-item-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 70px 40px ;
    margin-top: 60px;
}
.reasons-item03-item{
    position: relative;
    max-width:  calc((100% / 2) - 20px);
    box-sizing: border-box;
    padding: 77px 45px 45px 45px;
    width: 100%;
    background: #83745c;
    border-radius: 30px;
}
.reasons-item03-item-img{
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
}
.reasons-item03-item-img img{
    width: 100%;
}
.reasons-item03-item-body{
    color: #fff;
}

.reasons-item03-item-title p{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 27px;
    letter-spacing: 0.04em;
    line-height: 32.4px;
    padding-bottom: 20px;
    border-bottom: 4px dotted #fff; 
    text-align: center;
}
.reasons-item03-item-txt{
    margin-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 27px;
}
.reasons-item03-item-txt span{
    letter-spacing: -8px;
}
/*===========================================reasons=============================================*/
/*===========================================beforeAfter=============================================*/
.beforeAfter{
    background-image: url("../img/beforeAfter/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 230px 0px 80px 0px;
    margin-top: -150px;
}
.beforeAfter-body{
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}
.beforeAfter-title{
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}
.beforeAfter-title img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.beforeAfter-item-wrap{
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    align-items: stretch;
}
.beforeAfter-item{
    background: transparent;
    border-radius: 30px;
    position: relative;
    border: 3px solid #83745c;      
    width: calc(50% - 26px);
    height: auto;
}
.beforeAfter-item-body{
    padding: 40px;
}
.beforeAfter-item::before{
    background: #fff;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 30px;
}
.beforeAfter-item-img-wrap{
    display: flex;
    gap: 14px;
    position: relative;
    width: 100%;
}
.beforeAfter-item-img-wrap::before{
    position: absolute;
    background: url(../img/beforeAfter/arrow.png) 50% no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: 1;
}
.beforeAfter-item-img-after,
.beforeAfter-item-img-before{
    width: calc(50% - 7px);
    position: relative;
}
.tag-after,
.tag-before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
    width: 110px;
    bottom: -12.5px;
    clip-path: polygon(
        8% 0%,   /* cắt bên trái trên */
        100% 0%,
        92% 100%,/* cắt bên phải dưới */
        0% 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 600;
}
.tag-before{
    background: #d8d8d8;
    color: #707070;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}
.tag-after{
    background: #d04d5a;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    letter-spacing: 0.02em;
    padding-bottom: 0;
}
.beforeAfter-item-img-after img,
.beforeAfter-item-img-before img{
    width: 100%;
}
.beforeAfter-item-title{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}
.beforeAfter-item-title-left p{
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 24.06px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
.beforeAfter-item-title-left p::before{
    background: #000;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
}
.beforeAfter-item-title-right{
    border-radius: 17px;
    border: 1px solid #83745c;
    color: #83745c;
    width: 150px;
    height: 33px;
    display: flex;
    align-items: center;   
    justify-content: center;
}
.beforeAfter-item-title-right p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 1px;
}
.beforeAfter-item-title-right p span{
    font-size: 17px;
}
.beforeAfter-item-title-right p span.bracket01{
    font-size: 14px;
}
.beforeAfter-item-title-right p span.bracket02{
    font-size: 14px;
}

.beforeAfter-item-txt{
    margin-top: 20px;
}
.beforeAfter-item-txt p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #000;
}
.beforeAfter-swiper-wrap .swiper{
    position: unset;
}
/*===========================================beforeAfter=============================================*/
.bracket01{
    margin-left: -10px;
}
.beforeAfter-item-title-right .bracket01{
    margin-left: -5px;
}
.bracket02{
    letter-spacing: -10px;
}
/*===========================================waistline=============================================*/
.waistline{
    background-image: url("../img/waistline/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0px;
    overflow: hidden;
}
.waistline-body{
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}
.waistline-title{
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}
.waistline-title img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.waistline-content{
    display: flex;
    width: 100%;
}
.waistline-left{
    width: 55.56%;
}
.waistline-item{
    width: 100%;
}
.waistline-title-wrap{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 23px;
}
.waistline-num {
    padding-right: 40px;
    border-right: 3px solid #d04d5a;
    color: #d04d5a;
    padding-bottom: 8px;
}
.waistline-num p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 80px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 71px;
}
.waistline-item-title{
    padding-left: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #000;
}
/* .waistline-item01 .waistline-item-title{
    margin-right: -30px;
} */
.waistline-txt p span.comma,
.waistline-txt p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #000;
}
.waistline-txt p+p{
    margin-top: 15px;
}
.waistline-txt p span span.apostrophe,
.waistline-txt p span span.comma,
.waistline-txt p span{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    color: #d04d5a;
    font-weight: 600;
}
.apostrophe{
    margin-left: -10px;
}
.waistline-txt p span.comma{
    letter-spacing: -10px;
}
.waistline-item+.waistline-item{
    margin-top: 73px;
}
.waistline-right{
    width: 44.44% ;
    position: absolute;
    right: 0;
    height: calc(100% + 80px);
}
.waistline-right img{
    width: 100%;
}
.waistline-content {
    position: relative;
}
/*===========================================waistline=============================================*/
/*===========================================swiper=============================================*/
.l-slider{
    background-image: url("../img/slider/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    margin-top: -1px;
}
.swiper-slider {
  pointer-events: none;
}
.l-slider .swiper{
    padding: 80px 0px;
}
.swiper-slide.swiper-item{
    width: 526px;
    padding: 40px;
    background: #fff;
    border: 3px solid #83745c;
    border-radius: 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.swiper-item-img{
    display: flex;
    gap: 14px;
    position: relative;
    width: 100%;
}
.swiper-item-img::before {
    position: absolute;
    background: url(../img/beforeAfter/arrow.png) 50% no-repeat;
    background-size: cover;
    width: 51px;
    height: 51px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: 1;
}
.swiper-item-img img{
    width: calc(50% - 7px);
    height: auto;
}
.swiper-item-title-wrap{
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 5px dotted #83745c;
    justify-content: center;
}
.swiper-item-title p{
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 19px;
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: 600;
    position: relative;
    padding-left: 17px;
}
.swiper-item-title p::before {
    background: #000;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
}
.swiper-item-title02{
    border-radius: 17px;
    border: 1px solid #83745c;
    color: #83745c;
    width: 215px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-item-title{
    display: flex;
    align-items: center;
}
.swiper-item-title02 p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-right: -8px;
}
.swiper-item-title02 p span{
    font-size: 17px;
}
.swiper-item-txt{
    margin-top: 20px;
}
.swiper-item-txt p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 23px;
}
.l-slider.is-pc .swiper-slider-pc .swiper-wrapper{
  transition-timing-function : linear !important;
}
.l-slider.is-pc .swiper{
       pointer-events: none; 
}
/*===========================================swiper=============================================*/
/*===========================================cta2=============================================*/
.cta2 {
    background-image: url(../img/contact/cta2_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 40px;
}
.cta2_inner {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.cta2 h2 img {
    width: max-content;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.cta2_block {
    display: flex;
    justify-content: space-between;
}
/*===========================================cta2=============================================*/
.circle {
    margin-left: -5px;
    margin-right: -5px;
}

.colon{
    margin-left: -3px;
    margin-right: -3px; 
}
.bracketL{
    margin-left: -8px;
}
.bracketR{
    margin-right: -8px;
}
.beforeAfter-item-txt .circle {
    margin-left: -3px;
    margin-right: -3px;
}
.is-pc{
    display: block;
}
.is-sp{
    display: none;
}
.swiper-button-next.is-sp,
.swiper-button-prev.is-sp{
    display: none;
}
.cta2 h2 img.is-sp{
    display: none;
}
.cta2 h2 img.is-pc{
    display: block;
}
.beforeAfter-item-txt-pt{
    padding-top: 7px;
}
.l-slider-sp.l-slider{
    display: none;
}
#footer p{
    margin-bottom: 1em;
}
