@charset "UTF-8";

body {
    font-family: 'Shippori Mincho', serif;
}

/* hero */

.hero::after {
    content: "";
    width: 530px;
    height: 537px;
    background: url(/img/treatment/bg-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 1;
}

.illust-hero {
    position: absolute;
    z-index: 11;
}

.illust-hero.-no1 {
    right: -2%;
    bottom: 9%;
}

.illust-hero.-no2 {
    right: 270px;
    bottom: 7%;
}

.illust-hero.-no3 {
    right: 100px;
    bottom: 6%;
}

.treatment {
    padding: 100px 0 0 0;
}

/* .treatment_wrapper {
    display: flex;
    gap: 10%;
} */

.sidenav {
    background: #FFF4DD;
    padding: 20px;
    margin-left: 4%;
    border-radius: 40px;
    position: sticky;
    top: 120px;
    z-index: 10;
    max-width: 270px;
    height: 100%;
    z-index: 101;
}

.sidenav li a {
    padding: 10px 0;
    position: relative;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidenav li:first-child a {
    padding-top: 0;
}

.sidenav li:last-child a {
    padding-bottom: 0;
}

.sidenav li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: 0;
    background: url(/img/cmn/underline_pink.svg);
    background-size: contain !important;
    background-repeat: repeat-x !important;
}

.sidenav li:last-child a::before {
    content: none;
}

.sidenav li a::after {
    content: '';
	width: 17px;
	height: 17px;
	background: url(/img/cmn/icon-anchor.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.treatment_body {
    width: 100%;
    /* max-width: 85%; */
    margin-top: -730px;
}

.treatment_body_item {
    padding: 100px 0 100px;
}

.treatment_body_item:nth-child(odd) {
    padding-bottom: 0;
}

.treatment_body_item:last-child {
    padding-bottom: 0;
}

.treatment_cnt {
    padding: 20px 12% 20px 30%;
    position: relative;
    /* z-index: 10; */
}

.treatment_cnt.-no12 {
    padding-bottom: 200px;
}

.treatment_cnt.-blue {
    background: #E4FAF6;
}

.treatment_cnt.-green {
    background: #EFFDDD;
}

.treatment_cnt.-blue::before {
    content: '';
    width: 100%;
    height: 320px;
    background: url(/img/treatment/bg-blue01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -320px;
    left: 0;
    z-index: 0;
}

.treatment_cnt.-blue::after {
    content: '';
    width: 100%;
    height: 330px;
    background: url(/img/treatment/bg-blue02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -320px;
    left: 0;
    z-index: 0;
}

.treatment_cnt.-green::before {
    content: '';
    width: 100%;
    height: 320px;
    background: url(/img/treatment/bg-green01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -320px;
    left: 0;
    z-index: 0;
}

.treatment_cnt.-green::after {
    content: '';
    width: 100%;
    height: 330px;
    background: url(/img/treatment/bg-green02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -320px;
    left: 0;
    z-index: 0;
}

.treatment_body_item:last-child .treatment_cnt.-green::after {
    content: none;
}

.treatment_cnt.-no1 {
    padding-top: 0;
}

.treatment_cnt_item {
    margin-bottom: 45px;
    position: relative;
}

.treatment_cnt_item_intro {
    font-size: 28px;
    color: #fff;
    padding: 0 30px;
    margin-bottom: 30px;
    border-radius: 50px;
}

.treatment_cnt_item_intro.-green {
    background: #10754F;
}

.treatment_cnt_item_intro.-lightgreen {
    background: #6EAF66;
}

.treatment_cnt_item_ttl {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 36px;
    line-height: 45px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.img-item_ttl {
    position: absolute;
    top: -110px;
    right: 0;
    z-index: 10;
}

.treatment_cnt.-no1 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no2 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment02.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no3 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment03.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no4 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment04.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no4 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment04.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no5 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment05.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no6 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment06.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no7 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment07.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no8 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment08.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no9 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment09.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no10 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment10.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no11 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment11.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_cnt.-no12 .treatment_cnt_item_ttl::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/img/treatment/icon-treatment12.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.treatment_intro {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 30px;
}

.treatment_txt {
    font-size: 17px;
}

.point {
    border-radius: 35px;
    padding: 40px 45px 30px;
    position: relative;
    z-index: 10;
    margin-bottom: 45px;
}

.point::before {
    content: '';
    width: 54px;
    height: 54px;
    position: absolute;
    top: -20px;
    transform: translateX(50%);
    right: 50%;
}

.point.-pink::before {
    background: url(/img/treatment/icon-surp_pink.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.point.-orange::before {
    background: url(/img/treatment/icon-surp_orange.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.point.-green::before {
    background: url(/img/treatment/icon-surp_green.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.point.-lightgreen::before {
    background: url(/img/treatment/icon-surp_lightgreen.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.point.-blue::before {
    background: url(/img/treatment/icon-surp_blue.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.point.-pink {
    background: #FDF0E5;
}

.point.-orange {
    background: #FFF6E0;
}

.point.-green {
    background: #E1F7C4;
}

.point.-lightgreen {
    background: #E1F7C4;
}

.point.-blue {
    background: #C9F5EC;
}

.point_ttl {
    font-size: 35px;
    text-align: center;
    font-family: 'Marcellus', sans-serif;
}

.point_list li {
    padding: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 12px;
}

.point_list li:last-child::after {
    content: none;
}

.question {
    background: #fff;
    border-radius: 35px;
    padding: 35px 55px;
    position: relative;
    z-index: 10;
}

.question_ttl {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px;
}

.question_ttl::before {
    content: '';
    width: 70px;
    height: 74px;
    position: absolute;
    top: -30px;
    left: -70px;
}

.question_ttl.-pink::before {
    background: url(/img/treatment/icon-que_pink.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.question_ttl.-blue::before {
    background: url(/img/treatment/icon-que_blue.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.question_ttl span {
    font-size: 30px;
}

.question_ttl span.-pink {
    color: #DEA09A;
}

.question_txt {
    font-size: 17px;
    font-family: 'Noto Sans JP', sans-serif;
}

#mtm {
  scroll-margin-top: 200px;
}

.img-que {
    text-align: center;
    margin-top: 30px;
}

.treatment_cnt_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 18px;
    padding: 30px 40px;
    margin-top: 30px;
}

.que_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.que_list li {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    width: 38%;
}

.que_list li::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(/img/treatment/icon-check.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}

.img-balloon {
    text-align: center;
}

.product {
    background: #fff;
    border-radius: 35px;
    padding: 45px 50px;
    position: relative;
    z-index: 10;
}

.product_ttl {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.product_list {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.product_list_item_ttl {
    padding-left: 15px;
    position: relative;
    font-size: 17px;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 10px;
}

.product_list_item_ttl::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #DEA09A;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 10px;
}

.img-product {
    padding: 15px 30px;
    border: solid 1px #E6E6E6;
    border-radius: 23px;
}

.product_list_item_txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
}

.cmnft {
    background: url(/img/cmn/bg-cmnft.png) #EFFDDD;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}



@media screen and (max-width: 1340px) {
    .img-item_ttl {
        top: -30px;
        right: -60px;
        width: 35%;
    }
}


@media screen and (max-width: 767px) {
    
    .sidenav {
        position: relative;
        max-width:  90%;
        margin: 0 auto 130px;
        top: 0;
    }

    .treatment_body {
        margin-top: 0;
    }


    /* hero */

    .hero::after {
        width: 243px;
        height: 240px;
        top: 50%;
    }

    .illust-hero.-no1 {
        width: 50%;
        right: -11%;
    }

    .illust-hero.-no2 {
        width: 35px;
        bottom: 11%;
        right: 28%;
    }

    .illust-hero.-no3 {
        width: 100px;
        right: 4%;
        bottom: 12%;
    }

    /* treatment */

    .treatment {
        padding-top: 50px;
    }
    .treatment_cnt {
        padding: 50px 24px;
    }

    .treatment_body_item:nth-child(odd) .treatment_cnt {
        padding-bottom: 100px;
    }

    .treatment_body_item:nth-child(even) .treatment_cnt {
        padding-bottom: 0;
    }

    .treatment_body_item:last-child .treatment_cnt {
        padding-bottom: 50px;
    }

    .treatment_cnt.-no4 .point.-green {
        margin-bottom: 30px;
    }

    .treatment_cnt_item_intro {
        margin-bottom: 20px;
        font-size: 20px;
        padding: 10px 20px;
    }

    .treatment_cnt_item_ttl {
        flex-flow: column;
        align-items: start;
        gap: 20px;
        font-size: 28px;
        line-height: 35px;
        z-index: 10;
    }

    .img-item_ttl {
        top: -160px;
        right: -10px;
        width: 100%;
    }

    .treatment_intro {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    
    .treatment_cnt_item_img {
        flex-flow: column;
    }

    .treatment_cnt_item_img img {
        width: 70%;
        height: auto;
    }

    .point {
        padding: 40px 25px 20px;
        margin-bottom: 0;
    }

    .point.-mb {
        margin-bottom: 30px;
    }

    .point_ttl {
        font-size: 30px;
    }
    
    .point_list li img {
        width: 16%;
    }

    .point_list li p {
        font-size: 17px;
    }

    .question {
        padding: 50px 25px;
    }

    .question_ttl {
        font-size: 17px;
        line-height: 30px;
        width: 100%;
    }

    .question_ttl span.-pink {
        font-size: 26px;
    }

    .question_ttl::before {
        top: -70px;
        left: -40px;
    }

    .que_list {
        flex-flow: column;
    }

    .que_list li {
        width: 100%;
    }

    .product {
        padding: 50px 25px;
    }

    .product_ttl {
        font-size: 23px;
    }

    .product_list {
        flex-flow: column;
    }



    .cmnft {
        background: url(/img/cmn/bg-cmnft_sp.png) #EFFDDD;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
}