html{
    font-size: calc((10/1440)*100vw);
}
@media screen and (max-width: 768px){
    html{
        font-size: calc((10/375)*100vw);
    }
}
.body{
    font-family: "Zen Maru Gothic", serif;
    color: #4d4d4d;
}
img{
    width: 100%;
}
@media screen and (max-width: 768px){
    .pc_only{
        display: none;
    }
}
.sp_only{
    display: none;
}
@media screen and (max-width: 768px){
    .sp_only{
        display: block;
    }
}
.number{
    font-family: "Inter", serif;
    font-weight: 700;
    color: #6FA8DD;
}
.section-title__english{
    font-size: clamp(18px, 2rem, 20px);
    position: relative;
}
.section-title__english::after{
    content: "";
    position: absolute;
    width: clamp(45px, 5rem, 50px);
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1rem;
}
.section-title__title{
    font-size: clamp(30px, 3.6rem, 36px);
    font-weight: 700;
    margin-top: 1.2rem;
}

/*ーーーーーーーーーーーーー ヘッダー ーーーーーーーーーーーーーー*/
.header__wrapper{
    width: 120rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0;
}
@media screen and (max-width: 768px){
    .header__wrapper{
        flex-direction: column;
        gap: 0.4rem;
        padding: 1rem 0;
        width: 100%;
    }
}
.header__logo{
    width: clamp(280px, 30rem, 300px);
}
.header__contact{
    width: clamp(220px, 24.3rem, 243px);
}
.header-contact__address{
    font-size: clamp(14px, 1.6rem, 16px);
    margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px){
    .header-contact__address{
        font-size: clamp(12px, 1.3rem, 13px);
    }
}
.header-contact__link{
    font-size: clamp(28px, 3.2rem, 32px);
}

/*ーーーーーーーーーーーーー メインビュー ーーーーーーーーーーーーーー*/
.mv{
    width: 100%;
    background-image: url(../images/mv_01_pc.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: (1440, 600);
    position: relative;
}
@media screen and (max-width: 768px){
    .mv{
        background-image: url(../images/mv_02_sp.webp);
    }
}
.mv__title{
    margin-left: 6%;
    padding-top: 11rem;
}
@media screen and (max-width: 768px){
    .mv__title{
        padding-top: 4rem;
        margin-left: 2rem;
    }
}
.mv-title{
    font-size: clamp(32px, 4.4rem, 44px);
    color: #794D28;
    font-weight: 700;
    -webkit-text-stroke: 0.05em #fff;
}
@media screen and (max-width: 768px){
    .mv-title{
        font-size: clamp(24px, 2.8rem, 36px);
    }
}
.mv__points{
    margin-left: 6%;
    margin-top: 9rem;
    display: flex;
    padding-bottom: 7rem;
}
@media screen and (max-width: 768px){
    .mv__points{
        margin: 0 auto;
        justify-content: space-between;
        margin-top: 20.7rem;
        margin-left: 2rem;
        margin-right: 2rem;
        padding-bottom: 10.75rem;
        max-width: 500px;
    }
}
.mv-point{
    font-size: clamp(24px, 3.6rem, 36px);
    color: #794D28;
    background-image: url(../images/bg_mv-point_01_pc.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: clamp(130px, 19rem, 190px);
    padding-top: clamp(35px, 4.5rem, 45px);
    padding-bottom: clamp(35px, 4.5rem, 45px);
    text-align: center;
    font-weight: 500;
}
@media screen and (max-width: 768px){
    .mv-point{
        font-size: clamp(18px, 2.2rem, 28px);
        width: clamp(90px, 10.8rem, 350px);
        padding-top: clamp(18px, 2.2rem, 60px);
        padding-bottom: clamp(18px, 2.2rem, 60px);
    }
}
.mv-point span{
    color: #EB9693;
}
.mv__message{
    position: absolute;
    width: 54rem;
    background-image: url(../images/bg_mv-message_01_pc.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 7%;
    bottom: -4.2rem;
}
@media screen and (max-width: 768px){
    .mv__message{
        left: 0;
        right: 0;
        margin: 0 auto;
        width: clamp(347px, 34.7rem, 600px);
        bottom: -9.5rem;
        text-align: center;
        background-image: none;
    }
}
.mv-message__img{
    position: absolute;
    bottom: -10%;
    z-index: 1;
}
.mv-message{
    font-size: clamp(16px, 2.4rem, 24px);
    color: #EB9693;
    padding: 10.4rem 0 10.7rem 12.7rem;
    display: inline-block;
    line-height: 1.5em;
    font-weight: 500;
}
@media screen and (max-width: 768px){
    .mv-message{
        font-size: clamp(16px, 2rem, 28px);
        padding: 4rem 0 3.35rem 0;
        margin-left: 3rem;
        z-index: 5;
        position: absolute;
        bottom: 1rem;
        width: 80%;
        transform: translateX(-50%);
        left: 50%;
    }
}
/*ーーーーーーーーーーーーー 当院について ーーーーーーーーーーーーーー*/
.about{
    margin-top: 5.76rem;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 768px){
    .about{
        margin-top: 12.6rem;
        padding-bottom: 4rem;
    }
}
.about::after{
    content: "";
    position: absolute;
    width: 6.6rem;
    height: 5.4rem;
    background-image: url(../images/image_dots_01_pc.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 12%;
    top: 0;
}
@media screen and (max-width: 768px){
    .about::after{
        display: none;
    }
}
.about .section-title__english{
    color: rgba(111, 168, 221, 0.5);
}
.about .section-title__english::after{
    background-color: rgba(111, 168, 221, 0.5);
}
.about .section-title__title{
    color: #6FA8DD;
}
.about__message{
    width: 115rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 5rem;
    max-width: 1200px;
}
@media screen and (max-width: 768px){
    .about__message{
        width: 33.5rem;
        margin: 0 auto;
        margin-top: 3.2rem;
        flex-direction: column;
        justify-content: center;
    }
}
.about__logo{
    width: clamp(120px, 15.5rem, 155px);
}
@media screen and (max-width: 768px){
    .about__logo{
        margin-bottom: 2.4rem;
    }
}
.about-message__wrapper{
    text-align: left;
}
.about-message{
    font-size: clamp(16px, 1.8rem, 18px);
    line-height: 1.7em;
}
/*ーーーーーーーーーーーーー 選ばれる理由 ーーーーーーーーーーーーーー*/
.reason{
    margin-top: 18rem;
    position: relative;
    text-align: center;
    background-color: #FBF9F9;
    margin-bottom: 22rem;
    padding-bottom: 6rem;
}
@media screen and (max-width: 768px){
    .reason{
        margin-top: 6.96rem;
        margin-bottom: 10rem;
        padding-bottom: 0;
    }
}
.reason::before{
    content: "";
    position: absolute;
    width: 144rem;
    height: 19rem;
    background-image: url(../images/bg_reason_01_pc.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -18rem;
}
@media screen and (max-width: 768px){
    .reason::before{
        width: 100vw;
        height: 6.96rem;
        top: -6.96rem;
        background-image: url(../images/bg_section-top_01_sp.webp);
    }
}
.reason::after{
    content: "";
    position: absolute;
    width: 144rem;
    height: 22rem;
    background-image: url(../images/bg_reason_02_pc.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -22rem;
}
@media screen and (max-width: 768px){
    .reason::after{
        width: 100vw;
        height: 10rem;
        bottom: -10rem;
        background-image: url(../images/bg_section-bottom_01_sp.webp);
    }
}
.reason .section-title__english{
    color: rgba(121, 77, 40, 0.5);
}
.reason .section-title__english::after{
    background-color: rgba(121, 77, 40, 0.5);
}
.reason .section-title__title{
    color: #794D28;
    line-height: 1.5em;
}
.reason__text{
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: clamp(16px, 1.8rem, 18px);
    padding-left: 5%;
    padding-right: 5%;
}
.reason__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120rem;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    .reason__wrapper{
        width: 33.5rem;
        justify-content: center;
        margin-top: 4rem;
        gap: 1.2rem;
    }
}
.reason__wrapper:not(:last-of-type){
    margin-bottom: 8rem;
}
@media screen and (max-width: 768px){
    .reason__wrapper:not(:last-of-type){
        margin-bottom: 4.8rem;
    }
}
@media screen and (max-width: 768px){
    .reason-01, .reason-03{
        flex-direction: column-reverse;
    }
}
.reason-02{
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px){
    .reason-02{
        flex-direction: column-reverse;
    }
}
.reason__image{
    width: 59rem;
}
@media screen and (max-width: 768px){
    .reason__image{
        width: 33.5rem;
    }
}
.reason__description--wrapper{
    width: 52.3rem;
}
@media screen and (max-width: 768px){
    .reason__description--wrapper{
        width: 33.5rem;
    }
}
.reason__heading{
    margin-left: 8.2rem;
    position: relative;
    margin-top: 7.8rem;
    font-size: clamp(20px, 2.4rem, 24px);
    color: #794D28;
    text-align: left;
    line-height: 1.5em;
    z-index: 5;
}
@media screen and (max-width: 768px){
    .reason__heading{
        margin-left: 6.2rem;
    }
}
.reason__heading::before{
    position: absolute;
    content: "";
    width: 11.8rem;
    height: 9rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -8.2rem;
    top: -7.8rem;
    z-index: -1;
}
@media screen and (max-width: 768px){
    .reason__heading::before{
        width: 9rem;
        left: -6.9rem;
        top: -7.5rem;
    }
}
.reason-01 .reason__heading::before{
    background-image: url(../images/text_reason_01_pc.webp);
}
.reason-02 .reason__heading::before{
    background-image: url(../images/text_reason_02_pc.webp);
}
.reason-03 .reason__heading::before{
    background-image: url(../images/text_reason_03_pc.webp);
}
.reason__description{
    font-size: clamp(16px, 1.8rem, 18px);
    text-align: left;
    line-height: 2em;
    margin-top: 4rem;
}
/*ーーーーーーーーーーーーー 募集要項 ーーーーーーーーーーーーーー*/
.description{
    margin-top: 1.2rem;
    text-align: center;
    padding-bottom: 10rem;
}
@media screen and (max-width: 768px){
    .description{
        padding-bottom: 6rem;
    }
}
.description .section-title__english{
    color: rgba(77, 77, 77, 0.5);
}
.description .section-title__english::after{
    background-color: rgba(77, 77, 77, 0.5);
}
.description .section-title__title{
    color: #4d4d4d;
    line-height: 1.5em;
}
.description .section-title{
    margin-bottom: 3.2rem;
}

/* ↓↓↓募集要項詳細↓↓↓ */
.description__details{
    width: clamp(750px, 99.8rem, 1500px);
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    .description__details{
        width: 33.5rem;
        margin-top: 18rem;
    }
}
.description__tab-list{
    display: flex;
    font-size: clamp(14px, 1.8rem, 18px);
    width: clamp(750px, 99.8rem, 1500px);
    justify-content: space-around;
    height: 7.8rem;
    align-items: center;
}
@media screen and (max-width: 768px){
    .description__tab-list{
        display: none;
    }
}
.tab-item{
    width: clamp(140px, 18rem, 300px);
    border-radius: 1.2rem 1.2rem 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.5em;
}
@media screen and (max-width: 768px){
    .tab-item{
        display: none;
    }
}
.tab-item span{
    font-size: clamp(12px, 1.4rem, 14px);
}
/* sp用 */
@media screen and (max-width: 768px){
    .description__sp-tab-list{
        display: flex;
        font-size: clamp(16px, 1.8rem, 18px);
        width: 33.5rem;
        justify-content: space-between;
        height: 7rem;
        align-items: center;
        flex-wrap: wrap;
        gap: 1.6rem;
    }
    .description__sp-tab{
        display: flex;
        font-size: clamp(16px, 1.8rem, 18px);
        width: 33.5rem;
        justify-content: center;
        height: 7.8rem;
        align-items: center;
        margin: 0 auto;
        gap: 1.6rem;
    }
    .sp-tab-item{
        display: block;
        width: 15.8rem;
        border-radius: 1.2rem;
        align-items: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        line-height: 1.5em;
    }
    .sp-tab-item span{
        font-size: clamp(12px, 1.4rem, 14px);
    }
}
.tab-01{
    border: #6FA8DD 2px solid;
    color: #6FA8DD;
    border-bottom: none;
}
@media screen and (max-width: 768px){
    .tab-01{
        border-bottom: #6FA8DD 2px solid;
        margin-right: 15rem;
    }
}
.tab-01.active{
    background-color: #6FA8DD;
    color: #fff;
}
.tab-02{
    border: 2px solid #EB9693;
    color: #EB9693;
    border-bottom: none;
}
@media screen and (max-width: 768px){
    .tab-02{
        border-bottom: #EB9693 2px solid;
    }
}
.tab-02.active{
    background-color: #EB9693;
    color: #fff;
}
.tab-03{
    border: 2px solid #EB9693;
    color: #EB9693;
    border-bottom: none;
}
@media screen and (max-width: 768px){
    .tab-03{
        border-bottom: #EB9693 2px solid;
    }
}
.tab-03.active{
    background-color: #EB9693;
    color: #fff;
}
.tab-04{
    border: 2px solid #DDBE6F;
    color: #DDBE6F;
    border-bottom: none;
}
@media screen and (max-width: 768px){
    .tab-04{
        border-bottom: #DDBE6F 2px solid;
    }
}
.tab-04.active{
    background-color: #DDBE6F;
    color: #fff;
}
.tab-05{
    border: 2px solid #DDBE6F;
    color: #DDBE6F;
    border-bottom: none;
}
@media screen and (max-width: 768px){
    .tab-05{
        border-bottom: #DDBE6F 2px solid;
    }
}
.tab-05.active{
    background-color: #DDBE6F;
    color: #fff;
}
.tab-panel{
    display: none;
}
.tab-panel.active{
    display: block;
    padding: 4rem;
}
@media screen and (max-width: 768px){
    .tab-panel.active{
        padding: 0rem;
    }
}
.panel-01{
    border: #6FA8DD 2px solid;
    border-radius: 0.8rem;
}
.panel-02{
    border: #EB9693 2px solid;
    border-radius: 0.8rem;
}
.panel-03{
    border: #EB9693 2px solid;
    border-radius: 0.8rem;
}
.panel-04{
    border: #DDBE6F 2px solid;
    border-radius: 0.8rem;
}
.panel-05{
    border: #DDBE6F 2px solid;
    border-radius: 0.8rem;
}
@media screen and (max-width: 768px){
    .tab__title{
        font-size: clamp(14px, 1.6rem, 16px);
        color: #fff;
        padding: 2.2rem 0;
    }
    .panel-01 .tab__title{
        background-color: #6FA8DD;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .panel-02 .tab__title{
        background-color: #EB9693;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .panel-03 .tab__title{
        background-color: #EB9693;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .panel-04 .tab__title{
        background-color: #DDBE6F;
        border-radius: 0.5rem 0.5rem 0 0;
    }
    .panel-05 .tab__title{
        background-color: #DDBE6F;
        border-radius: 0.5rem 0.5rem 0 0;
    }
}
@media screen and (max-width: 768px){
    .tab-panel__wrapper{
        padding: 2rem;
    }
}
.description-list{
    font-size: clamp(14px, 1.5rem, 15px);
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    display: flex;
    padding: 1rem 0;
}
.description-list:not(:last-of-type){
    border-bottom: 2px solid #919191;
}
.description-list dt{
    width: 20%;
    font-weight: 400;
}
@media screen and (max-width: 768px){
    .description-list dt{
        margin-bottom: 2rem;
        width: 100%;
    }
}
.description-list dd{
    width: 80%;
    line-height: 1.8em;
}
@media screen and (max-width: 768px){
    .description-list dd{
        width: 100%;
    }
}
.description-list .details-list:not(:last-of-type){
    margin-bottom: 2rem;
}
/* ↑↑↑募集要項詳細↑↑↑ */

.description__text{
    font-size: clamp(20px, 2.4rem, 24px);
    margin: 5rem 0;
}
@media screen and (max-width: 768px){
    .description__text{
        font-size: clamp(14px, 1.6rem, 16px);
        margin: 3.2rem 0;
    }
}
.description__tel{
    font-size: clamp(32px, 3.6rem, 36px);
}
.description__tel-button{
    background-color: #EB9693;
    color: #fff;
    font-size: clamp(20px, 2.4rem, 24px);
    padding: 2.7rem 0;
    width: 33.5rem;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    border-radius: 12px;
}
/*ーーーーーーーーーーーーー ギャラリー ーーーーーーーーーーーーーー*/
.gallery{
    margin-top: 14.8rem;
    position: relative;
    text-align: center;
    background-color: #FBF9F9;
    padding-bottom: 9.6rem;
    margin-bottom: 8.9rem;
}
@media screen and (max-width: 768px){
    .gallery{
        margin-bottom: 3.57rem;
        padding-bottom: 4rem;
        margin-top: 6.96rem;
    }
}
.gallery::before{
    content: "";
    position: absolute;
    width: 144rem;
    height: 18.6rem;
    background-image: url(../images/bg_gallery_01_pc.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -14.6rem;
}
@media screen and (max-width: 768px){
    .gallery::before{
        width: 100vw;
        height: 6.96rem;
        top: -6.96rem;
        background-image: url(../images/bg_section-top_01_sp.webp);
    }
}
.gallery::after{
    content: "";
    position: absolute;
    width: 144rem;
    height: 8.9rem;
    background-image: url(../images/bg_gallery_02_pc.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8.9rem;
}
@media screen and (max-width: 768px){
    .gallery::after{
        width: 100vw;
        height: 3.57rem;
        bottom: -3.57rem;
    }
}
.gallery .section-title__english{
    color: rgba(121, 77, 40, 0.5);
}
.gallery .section-title__english::after{
    background-color: rgba(121, 77, 40, 0.5);
}
.gallery .section-title__title{
    color: #794D28;
    line-height: 1.5em;
}
.gallery__photos{
    width: 120rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5rem 1.2rem;
    margin-top: 5rem;
}
@media screen and (max-width: 768px){
    .gallery__photos{
        width: 100%;
        gap: 4rem;
        margin-top: 3.2rem;
    }
}
.gallery-photos__wrapper{
    width: 39.2rem;
}
@media screen and (max-width: 768px){
    .gallery-photos__wrapper{
        width: 33.5rem;
        margin: 0 auto;
    }
}
/*ーーーーーーーーーーーーー アクセス ーーーーーーーーーーーーーー*/
.access{
    margin-top: 10rem;
    text-align: center;
    margin-bottom: 10rem;
}
@media screen and (max-width: 768px){
    .access{
        margin: 4rem 0;
    }
}
.access .section-title__english{
    color: rgba(121, 77, 40, 0.5);
}
.access .section-title__english::after{
    background-color: rgba(121, 77, 40, 0.5);
}
.access .section-title__title{
    color: #794D28;
    line-height: 1.5em;
}
.access__wrapper{
    width: 100rem;
    margin: 0 auto;
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px){
    .access__wrapper{
        flex-direction: column;
        gap: 4rem;
        margin: 0 auto;
        margin-top: 5rem;
        width: 100%;
    }
}
.access__details{
    width: 40rem;
}
@media screen and (max-width: 768px){
    .access__details{
        width: 33.5rem;
        margin: 0 auto;
    }
}
.access__logo{
    width: 40rem;
}
@media screen and (max-width: 768px){
    .access__logo{
        width: 33.5rem;
    }
}
.access__address{
    margin: 2.4rem 0;
    font-size: clamp(14px, 1.6rem, 16px);
}
.access__tel{
    font-size: clamp(28px, 3.6rem, 36px);
}
.access__map{
    width: 49.3rem;
    height: 29.6rem;
}
@media screen and (max-width: 768px){
    .access__map{
        width: 33.5rem;
        margin: 0 auto;
    }
}

/*ーーーーーーーーーーーーー 追従ボタン ーーーーーーーーーーーーーー*/
.fix-button{
    position: fixed;
    right: 0;
    top: 20%;
    transform: translateY(50%);
    z-index: 10;
}
.fix-button:hover{
    filter: brightness(1.15);
}
.fix-button__link{
    background-color: #EB9693;
    color: #fff;
    font-size: clamp(20px, 2.4rem, 24px);
    writing-mode: vertical-rl;
    padding: 3.1rem 5.8rem;
    border-radius: 1.2rem 0 0 1.2rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.fix-button__sp{
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 9rem;
    z-index: 10;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.fix-button__sp:hover{
    filter: brightness(1.15);
}
.fix-button__visible{
    opacity: 1;
    transform: translateY(0);
}