@charset "UTF-8";
/* TOP */

/* キャッチコピーアニメ */
.visible.copyAnime,
.invisible.copyAnime {
    transition: all 1.8s cubic-bezier(.5, 0, .5, 0);
    transform: translateX(70px);
}

.visible.copyAnime {
    transform: translateX(0);
}

/* MVアニメーション */
.visible.mvAnime,
.invisible.mvAnime {
    transition: all 3.8s cubic-bezier(.8, 0, .5, 1);
}

.visible.mvAnimeLate,
.invisible.mvAnimeLate {
    transition: all 4s cubic-bezier(1, 0, .5, 1);
}


/* 強みアニメーション */
.visible.opacityAnime,
.invisible.opacityAnime {
    transition: all 3s ease;
}


/* 背景 */
.background {
    /* background-color: #E3E5DD; */
    background: rgb(227, 229, 221);
    background: linear-gradient(0deg, rgba(227, 229, 221, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.header_nav ul {
    background-color: none;
}

/* メインビジュアル */

.sp_mv_slider {
    display: none;
}

.mv {
    width: 83%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 700px;
    margin-bottom: 80px;
}

.copy {
    margin-left: 30px;
    font-weight: 700;
    line-height: 2;
}


.copy_title {
    font-size: clamp(17px, 1.8vw, 26px);
    color: #D18C04;
    line-height: 1.8;
}

.copy_p {
    font-size: clamp(13px, 1.1vw, 16px);
    font-weight: 600;
}

.copy p {
    margin-bottom: 18px;
}

.top-1 {
    width: 42%;
    margin-top: 20px;
    border-top-right-radius: 50px;
}

.top-2 {
    width: 35%;
    position: absolute;
    top: 330px;
    right: 0;
    border-top-left-radius: 50px;
}

.top-3 {
    width: 22%;
    max-width: 418px;
    position: absolute;
    top: 100px;
    right: 250px;
    border-bottom-left-radius: 50px;
}


.top-4 {
    width: 13%;
    max-width: 247px;
    position: absolute;
    top: 0;
    right: 50px;
    border-bottom-left-radius: 50px;
}



/* 強み */
.advantage_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 80px;
}

.sankaku {
    width: 100%;
    height: 200px;
    margin-top: -90px;
}

.advantage {
    max-width: 340px;
    width: 23vw;
    position: relative;
    margin-top: 80px;
    padding: 0 10px;
    font-weight: bold;
}

.advantage img {
    border-top-right-radius: 50px;
}

.advantage_number {
    font-size: clamp(50px, 4.8vw, 70px);
    font-weight: 900;
    color: #9BA672;
    position: absolute;
    left: 8px;
    top: -0.7em;
}

.advantage h3 {
    font-size: clamp(20px, 1.8vw, 26px);
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
    text-align: center;
    position: relative;
}

.advantage h3::before,
.advantage h3::after {
    content: '';
    display: block;
    height: 4px;
    border-radius: 2px;
    width: 100%;
    background-color: rgba(155, 166, 114, .5);
    position: absolute;
    left: 0;
}

.advantage h3::before {
    top: -8px;
}

.advantage h3::after {
    bottom: -8px;
}


.advantage p {
    font-weight: 500;
    line-height: 1.8;
}

.advantage span {
    font-weight: 500;
}




/* 症状 */
.symptom_section {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    border: solid 3px #5D7505;
    border-radius: 50px;
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin-top: 130px;
    margin-bottom: 200px;
}

.symptom_title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15em;
}

.symptom {
    text-align: center;
    width: 250px;
    padding-bottom: 100px;
}

.pain {
    width: 140px;
}

.symptom h3 {
    color: #7D6D67;
    font-size: clamp(18px, 1.8vw, 26px);
    font-weight: bold;
    margin-top: 15px;
}

.symptom p {
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.6;
    font-weight: 500;
    margin-top: 15px;
}

/* お知らせ */

.notice {
    background-color: #fff;
    border-top: 1px solid #E4A607;
    border-bottom: 1px solid #E4A607;
    width: 80%;
    max-width: 1000px;
    padding: 50px 30px 80px 0px;
    margin: 0 auto 200px;
    position: relative;
}

.notice_wrapper {
    width: 67%;
    margin: 0 auto;
}

.notice::before,
.notice::after {
    content: '';
    background-color: #E4A607;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
}

.notice::before {
    top: 6px;
}

.notice::after {
    bottom: 7px;
}

.notice_row {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    line-height: 1.6;
}

.notice_new::before,
.notice_nomal::before {
    content: 'NEW';
    color: #fff;
    background-color: #e9b227;
    padding: 0 4px 2px 4px;
    border-radius: 5px;
    flex-shrink: 0;
}

.notice_nomal::before {
    opacity: 0;
    padding-right: 13px;
}

.notice dt {
    display: none;
    margin-left: 15px;
}

.notice dd {
    margin-left: 10px;
    font-size: clamp(16px, 1.3vw, 20px);
    text-align: left;
    font-weight: bold;
}

.notice dd img {
    width: 19px;
    margin-left: 3px;
    margin-bottom: 0.2em;
}

.arrow_link {
    text-align: right;
    margin-top: 5px;
}

.arrow_link a {
    color: #D18C04;
    font-weight: bold;
    text-decoration: underline #D18C04;
    align-self: flex-end;
    font-size: clamp(16px, 1.3vw, 20px);
}




/* 予約 */
.cta {
    margin-top: 200px;
}

.cta h3 {
    font-size: clamp(17px, 1.8vw, 26px);
    font-weight: bold;
    margin-top: 33px;
}

.cta h3 span {
    font-size: clamp(12px, 1.2vw, 18px);
    font-weight: 500;
}

.cta_tel,
.cta_line {
    background-color: #fff;
    padding: 50px 0;
    margin-top: 25px;
    margin-left: 20px;
}

.cta_tel {
    text-align: center;
    margin-bottom: 100px;
}

.cta_wrapper {
    position: relative;
}

.cta_tel::before,
.cta_line::before {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cta_tel::before {
    background-color: #E4A607;
}

.cta_line::before {
    background-color: #12AA0F;
}

.tel_wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}

.cta_tel p {
    margin-top: 13px;
    line-height: 1.6;
}

.tel_wrapper .tt {
    align-self: self-end;
    margin-left: 30px;
}

.tel {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.tel p {
    font-size: clamp(26px, 2.7vw, 40px);
    display: inline-block;
    font-weight: bold;
    color: #E4A607;
    border-bottom: solid 3px #E4A607;
    padding-bottom: 4px;
    white-space: nowrap;
}

.tel img {
    width: 50px;
    height: 50px;
}


.line_flow {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 60px;
}

.line_flow3 {
    padding-top: 20px;
}

.line_flow p {
    line-height: 1.6;
}



.cta_left_box {
    align-self: center;
}

.cta h4 {
    font-size: clamp(15px, 1.2vw, 18px);
    font-weight: bold;
    margin-bottom: 15px;
}

.line_number {
    position: absolute;
    color: rgba(100, 100, 100, 0.1);
    font-size: 100px;
    font-weight: 900;
    left: 33px;
    top: 50%;
    transform: translateY(-50%)
}

.bar {
    border-bottom: solid 1px #B5B5B5;
    max-width: 90%;
    margin: 20px auto;
}


.qr,
.talk {
    width: 112px;
    display: block;
    margin-bottom: 10px;
}

.line_button {
    background-color: #12AA0F;
    padding: 10px 20px;
    font-size: clamp(13px, 0.9vw, 14px);
    font-weight: 900;
    color: #fff;
    border-radius: 17px;
    box-shadow: inset 3px -3px 5px rgba(0, 0, 0, .2), inset -3px 3px 5px rgba(255, 255, 255, 0.4);
    white-space: nowrap;
}

.cta_line .button_area {
    margin-top: 50px;
}


/* アクセス */
.access {
    display: flex;
    margin-top: 100px;
    background-color: #fff;
}

.access_container {
    width: 40%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 8vw;
    height: 550px;
}

.access_container h2 {
    justify-content: flex-start;
    padding-bottom: 40px;
}

.access_container dt {
    font-size: clamp(13px, 0.9vw, 14px);
    font-weight: 400;
    margin-top: 37px;
}

.access_container dd {
    line-height: 1.6;
    font-weight: bold;
    margin-top: 5px;
}

.access_map {
    width: 60%;
    /* height: 550px; */
    position: relative;
}

.access_map iframe {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

/* 以下レスポンシブ */
@media screen and (max-width: 1055px) {
    .mv {
        margin-top: 80px;
    }

    .notice_row {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1010px) {
    .advantage {
        width: 235px;
    }
}

@media screen and (max-width: 900px) {

    .mv {
        width: 100%;
        height: auto;
    }

    .sp_mv_slider {
        display: block;
    }

    .sp_mv_slider img {
        width: 100%;
        object-fit: cover;
        height: 50vw;
    }

    .top-1,
    .top-2,
    .top-3,
    .top-4 {
        display: none;
    }

    .copy {
        margin: 30px auto 100px;
        text-align: center;
    }

    .visible.copyAnime,
    .invisible.copyAnime {
        transition: none;
        transform: none;
    }

    .access {
        flex-direction: column;
    }

    .access_container {
        width: 100%;
        padding-top: 37px;
        padding-bottom: 37px;
        height: auto;
        text-align: center;
        padding-left: 0;
    }

    .access_container dt {
        margin-top: 20px;
    }

    .access_container h2 {
        justify-content: center;
        padding-bottom: 0;
    }



    .access_map {
        width: 100%;
        position: relative;
        height: 0;
        padding-top: 50%;
    }

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

@media screen and (max-width: 650px) {
    .symptom_section {
        flex-direction: column;
        padding: 5vw;
        padding-top: 60px;

    }

    .symptom {
        width: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 40px;
    }

    .pain {
        width: 15vw;
        margin-left: 5vw;
    }

    .sym_sentence {
        text-align: left;
        padding-left: 3vw;
    }


    .voice_wrapper {
        display: block;
    }

    .voice_section .section_title {
        margin-bottom: 20px;
    }


    .sheet {
        width: 30%;
    }




    .cta {
        margin-top: 100px;
    }

    .cta_tel,
    .cta_line {
        padding: 30px 0;
    }


    .tel_wrapper {
        display: flex;
        flex-direction: column;
        line-height: 1.4;
    }

    .tel_wrapper .tt {
        align-self: center;
        margin: 5px 0 0;
    }

    .tel {
        position: relative;
    }

    .line_flow {
        flex-direction: column;
        padding: 0px;

    }

    .line_flow3 {
        padding-top: 0;
    }

    .cta_left_box {
        align-self: start;
        padding-right: 60px;
        padding-left: 30px;
    }

    .cta_right_box {
        margin: 20px auto 0;
    }


    .line_number {
        left: auto;
        right: 15px;
        top: 40px;
    }

    .cta_line .button_area {
        margin-top: 50px;
    }
}



@media screen and (max-width: 560px) {

    .voice_img {
        left: 50%;
    }

    .voice_wrapper {
        padding: 4vw 4vw;
    }

    .sheet {
        display: none;
    }
}



@media screen and (max-width: 428px) {

    .sankaku {
        height: 110px;
        margin-top: -50px;
    }


    .symptom_section {
        margin-top: 80px;
    }

    .symptom_title {
        width: 10em;
    }


    .symptom h3 {
        margin-top: 0;
    }

    .symptom p {
        margin-top: 5px;
    }

    .pain {
        width: 50px;
        margin-left: 3vw;
    }


    .notice {
        padding: 50px 20px 80px 10px;
    }

    .notice_wrapper {
        width: 90%;
    }



    .qr {
        display: none;
    }

    .tel p {
        font-size: 22px;
        border-bottom: solid 2px #E4A607;
    }

    .tel img {
        width: 33px;
        height: 33px;
    }

    .access_map {
        padding-top: 100%;
    }

}

@media screen and (max-width: 450px) {
    .voice_img {
        height: auto;
        top: 65%;
        padding: 0;
    }
}