@charset "utf-8";
html, body ,*{
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

body{
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
}

*, *::before, *::after {
    box-sizing: inherit;
}

[id] {
  scroll-margin-top: 100px;
}

img{
    display: block;
    width: 100%;
    height: auto;
}

.marker-pink {
    background-color: #EDD1D7;
    padding: 0 2px;
}

.bold {
    font-weight: bold;
}

.text-pink{
    color: #F75075;
}

.marker-white{
    background-color: #fff;
    padding: 0 7px;
}

.sp-only{
    display: none;
}

.achievement-bottom{
    display: none;
}

/* header */

.header-inner{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 10;
    position: fixed;
}

.header-logo img{
    width: 198px;
    margin-left: 65px;
}

.pc-header-nav{
    margin-right: 100px;
}

.pc-header-nav ul{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.header a{
    font-family: "Noto Sans JP", sans-serif;
    
}

header li a{
    transition: .3s;
}

header li a:hover{
    opacity: 0.6;
}

.pc-header-nav a{
    font-size: 16px;
    color: #000;
}

.sp-header-nav {
    display: none;
}

/* main */
.fv{
    padding-top: 100px;
}

.fv-cta {
    padding: 26px 0;
}

.cta-btn {
    width: 696px;
    margin: 0 auto;

    filter: drop-shadow(6px 6px 13.1px rgba(0, 0, 0, .25));
    
    animation: pulseEffect 2s ease-in-out infinite;
}

@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.98);
    }
}

.intro-concern {
    background-image: url(../img/intro-concern-bg.webp);
    background-size: cover;
    padding-top: 60px;
}


.intro-concern-head h2 img{
    width: 576px;
    margin: 0 auto;
}

.intro-concern-content{
    display: flex;
    justify-content: center;
}

.intro-concern-img{
    width: 507px;
}

.voice-bubble-wrapper{
    margin: 20px 0 0 -112px;

    display: flex;
    flex-direction: column;
    gap: 11px;

    filter: drop-shadow(6px 6px 13.1px rgba(0, 0, 0, .25));
}

.voice-bubble {
    padding: 0 30px;
    height: 89px;

    background-color: #fff;
    border-radius: 10px;

    position: relative;
}

.voice-bubble p{
    font-size: 20px;
    line-height: 1.4;

    position: absolute;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
}

.voice-bubble::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 17px solid transparent;
    border-left: 0px solid transparent;
    border-top: 25px solid #fff;
    border-bottom: 0;
    filter: drop-shadow(6px 6px 13.1px rgba(0, 0, 0, .25));

    position: absolute;
    bottom: -24px;
}

.voice-bubble--top-left {
    width: 482px;
}

.voice-bubble--top-left::after{
    left: 45px;
}

.voice-bubble--top-right {
    width: 386px;
    margin-left: 164px;
}

.voice-bubble--top-right::after{
    right: 39px;
}

.voice-bubble--bottom-left {
    width: 409px;
    margin-left: 64px;
}

.voice-bubble--bottom-left::after{
    left: 83px;
}

.voice-bubble--bottom-right {
    width: 386px;
    margin-left: 187px;
    padding: 0 23px;
}

.voice-bubble--bottom-right::after{
    right: 100px;
}

.intro-lead-inner {
    position: relative;
}

.intro-lead-text {
    width: 49%;

    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.intro-about{
    background-image: url(../img/intro-about-bg.webp);
    background-size: cover;

    padding-bottom: 100px;
}

.intro-about-head {
    display: flex;
    justify-content: center;
}

.intro-about-head-text{
    width: 505px;
    margin-top: 86px;
}

.intro-about-head-img {
    width: 232px;
}

.intro-about-txt-box {
    width: 916px;
    margin: 0 auto;

    position: relative;
}

.intro-about-text {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;

    padding: 0 72px;

    display: flex;
    flex-direction: column;
    gap: 28px;
}

.intro-about-text-box-head {
    text-align: center;

    font-size: 26px;
    line-height: 1.46;
    letter-spacing: 0.04;
}

.intro-about-text-body {
    font-size: 22px;
    line-height: 2;
    text-align: justify;
}

.marker-beige {
    background-color: #F5EED5;
    padding: 0 4px;
}

.achievement-top{
    background-image: url(../img/achievement-top-bg.webp);
    background-size: cover;

    padding: 95px 0 110px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;

    position: relative;
}

.achievement-head{
    width: 660px;
}

.label{
    width: 798px;

    position: relative;
    z-index: 1;
}

.gold-tape{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}

.achievement-bottom{
    background-image: url(../img/achivement-bottom_bg.webp);
    padding-bottom: 108px;

    position: relative;
}

.achievement-bottom::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 6%;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.voice{
    width: 694px;
    margin: -110px auto 0;

    position: relative;
    z-index: 1;
}

.acivement-image-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
}

.acivement-image-wrap img{
    width: 558px;
    height: 392px;
    box-shadow: 4px 4px 8.5px 0px rgba(0, 0, 0, 0.25);
}

.acivement-image-head {
    margin: 99px 0 40px;
    text-align: center;

    font-family: "Shippori Mincho", serif;
    font-size: clamp(20px,5.3vw,40px);
    font-weight: 500;
    line-height: 1.45;
}

.acivement-image-head-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
}

.triangle-group {
    display: flex;
    gap: clamp(3px,0.8vw,6px);
}

.triangle {
    width: 0;
    height: 0;
    border-left: clamp(8px,2.1vw,16px) solid transparent;
    border-right: clamp(8px,2.1vw,16px) solid transparent;
    border-top: clamp(10.5px,2.8vw,21px) solid #d6b45a;
}

.left{
    margin-right: clamp(15px,4vw,30px);
}

.right{
    margin-left: clamp(10px,2.6vw,20px);
}

.achievement-cta {
    margin-top: clamp(28px,7.4vw,56px);
}

.reason {
    background-image: url(../img/reason-bg.webp);
    background-size: cover;

    padding: 100px 0 133px;
}

.reason-title{
    position: relative;
    width: fit-content;
    margin: 0 auto 39px;
    width: 585px;
}

.head-decor {
    position: absolute;

    font-family: "Waterfall", cursive;
    letter-spacing: 0.02;
    font-weight: 300;
    color: #FFB2C3;
    line-height: 1.57;

    transform: rotate(-15.69deg); 
}

.reason-head-decor {
    font-size: 97.15px;

    top: -73px;
    left: -110px;
}

.program {
    margin-bottom: 80px;
}

.reason-item-box {
    width: 957px;
    margin: 0 auto;
    position: relative;
}

.reason-text {
    position: absolute;

    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    text-align: justify;
}

.marker-reason {
    background: linear-gradient(transparent 12%, #FFD2DC 0%);
}

.program-text-box {
    right: 164px;
    bottom: 57px;

    width: 322px;
}

.loadmap {
    margin-bottom: 48px;
}

.loadmap-text-box {
    width: 631px;

    bottom: 57px;
    left: 157px;
}

.loadmap-table {
    width: 972px;
    margin: 23px auto 0;
}

.live {
    margin-bottom: 63px;
}

.live-text-box {
    width: 307px;

    bottom: 88px;
    right: 171px;
}

.movie {
    margin-bottom: 59px;
}


.movie-text-box {
    width: 307px;

    bottom: 62px;
    right: 151px;
}

.dialy-text-box {
    width: 307px;

    bottom: 75px;
    right: 143px;
}

.support {
    background-image: url(../img/support_bg.webp);
    background-size: cover;

    padding: 80px 0;
}

.support-head {
    position: relative;

    width: fit-content;
    margin: 0 auto 30px;
}

.support-head h2{
    font-family: "Shippori Mincho", serif;
    font-size: 76.98px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 0.02em;
    margin-bottom: 9px;
    text-align: center;
}

.support-head h3{
    font-size: 26px;
    font-weight: 300;
    line-height: 1.53;
    letter-spacing: 0.01em;
    text-align: center;
}

.support-head-decor {
    font-size: 105.83px;

    top: -90px;
    left: -115px;
}

.support-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: fit-content;
    margin: 0 auto 58px;
}

.support-content-item {
    position: relative;
    margin: 0 auto;
}

.support-content-item picture{
    display: block;
    background: transparent;
    width: 714px;
}

.support-content {
    text-align: justify;
}

.support-content-head {
    position: absolute;
    top: 34.4px;
    left: 189px;

    font-size: 30px;
    line-height: 1.4;
}

.support-book{
    top: 22px;
}

.support-meeting{
    top: 31px;
}

.size-35{
    font-size: 35px;
}

.size-25{
    font-size: 25px;
}

.support-content-text {
    position: absolute;
    bottom: 32px;
    left: 115px;

    width: 521px;

    font-size: 20px;
    line-height: 1.5;
}

.content-flex {
    display: flex;
    justify-content: center;
}

.support-content-item-mini {
    position: relative;

    width: 357px;
}

.parent,.career{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    
    position: absolute;
    top: 50px;
}

.parent{
    left: 149px;
}

.career{
    left: 155px;
}

.support-content-mini-text{
    font-size: 20px;
    line-height: 1.5;

    position: absolute;
    top: 151px;
    left: 42px;

    width: 275px;
}

.teacher {
    background-image: url(../img/teacher_bg.webp);
    background-size: cover;

    padding: 67px 0 75px;
}

.teacher-inner{
    width: 889px;
    margin: 0 auto;
}

.teacher-head,.profile{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    line-height: 1.44;
}

.teacher-head{
    font-size: 55px;
    margin-bottom: 9px;
    text-align: center;
    letter-spacing: 0.03em;

    position: relative;
}

.teacher-head-decor{
    font-size: 105.83px;
    color: #fff;

    top: -80px;
    left: 110px;
}

.profile{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.profile-left{
    display: flex;
    flex-direction: column;
    gap: 36px;

    margin-bottom: 22px;
}

.name-block{
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.position {
    color: #fff;
    font-size: 30px;
    letter-spacing: -0.04em;

    background-image: linear-gradient(90deg, rgba(225, 158, 165, 1) 60%, rgba(255, 255, 255, 0));
    padding: 4px 97px 9px 10px;
}

.name-block img{
    width: 350px;
}

.teacher-message-lead p{
    display: inline;
    background: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 15px 0 12px;

    font-size: 32px;
    line-height: 1.56;
}

.profile-right {
    width: 402px;
}

.teacher-massage-text{
    text-align: justify;

    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}

.footer-inner{
    margin: 0 auto;
    padding: 32px 0 15px;
}

.footer-logo {
    width: 198px;
    margin: 0 auto 24px;
}

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

.footer-menu a{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000;
    line-height: 1.5;

    text-decoration: underline;
}

.copyright {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.5;
    text-align: center;
}

/*------------------------------------
    SP ↓
------------------------------------*/

@media screen and (max-width:1100px){
    [id] {
        scroll-margin-top: clamp(50px,10.6vw,80px);
    }

    .sp-only{
        display: block;
    }

    .header-inner{
        height: clamp(50px,10.6vw,80px);
    }

    .header-logo img{
        width: clamp(75px,20vw,150px);
        margin-left: clamp(15px,4vw,30px);
    }

    .pc-header-nav{
        display: none;
    }

    /*　ハンバーガーメニュー　*/
    .sp-header-nav{
        display: block;
    }

    .hamburger {
        width: clamp(36px,7.6vw,57px);
        height: clamp(36px,7.6vw,57px);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 100;
        position: relative;
        border-radius: 50px;
        border: solid 1px #F9809B;

        margin-right: clamp(20px,5.3vw,40px);
    }

    .hamburger span {
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        width: clamp(18px,3.3vw,25px);
        height: clamp(2px,0.5vw,4px);
        background: #F9809B;
        transition: all 0.4s;
    }

    .hamburger_linetop {
        top: 27%;
    }
    .hamburger_linecenter {
        top: 45%;
    }
    .hamburger_linebottom {
        bottom: 32%;
    }

    .sp-header-nav__menu {
        background: #FA7C98;
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100vh;
        opacity: 0;
        z-index: 2;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
    }


    .sp-header-nav__menu nav ul{
        margin-top: 6.4vw;
        margin-left: 8.1%;
    }

    .sp-header-nav__menu nav ul li {
        list-style: none;
        position: relative;
        margin-bottom: clamp(14px,3.7vw,28px);
    }

    .sp-header-nav__menu nav ul li a {
        text-decoration: none;

        font-weight: 600;
        font-size: clamp(15.5px,4.1vw,31px);
        line-height: 1.5;
        color: #fff;
    }

    .header__btn img{
        width: 80%;
        margin: 17.6vw auto 0;
        max-width: 696px;
    }

    /*------------------------------------
    メニュークリックした後 ↓
    ------------------------------------*/
    .nav_open .sp-header-nav__menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav_open .hamburger {
        border: 1px solid #fff;
    }

    .nav_open .hamburger span{
        background: #fff;
    }

    .nav_open .hamburger_linetop {
        bottom: 30%;
        transform: rotate(45deg);
    }
    .nav_open .hamburger_linecenter {
        opacity: 0;
    }
    .nav_open .hamburger_linebottom {
        top: 31%;
        transform: rotate(-45deg);
    }

    /* main */
    .fv{
        padding-top: clamp(50px,10.6vw,80px);
        position: relative;
    }

    .fv-cta {
        padding: 0;

        position: absolute;
        bottom: clamp(15.5px,4.1vw,31px);
        left: 0;
        right: 0;
    }

    .cta-btn {
        max-width: 696px;
        width: 92.8%;
        margin: 0 auto;

        filter: drop-shadow(6px 6px 13.1px rgba(0, 0, 0, .25));
    }

    .intro-concern {
        background-image: url(../img/intro-concern-sp_bg.webp);
        padding: clamp(25px,6.6vw,50px) 0 clamp(48.5px,12.9vw,97px);

        position: relative;
    }

    .intro-concern-head h2 img{
        max-width: 692px;
        width: 92%;
    }

    .intro-concern-content{
        display: block;
    }

    .intro-concern-img{
        width: 49.7%;

        position: absolute;
        bottom: 0;
        left: 0;

        z-index: 1;
    }

    .voice-bubble-wrapper{
        margin-top: clamp(22px,5.9vw,44px);
        margin-right: clamp(15.5px,4.1vw,31px);
        margin-left: 0;

        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: clamp(7.5px,2vw,15px);

        filter: drop-shadow(6px 6px 13.1px rgba(0, 0, 0, .25));
    }

    .voice-bubble {
        padding: 0 clamp(12.2px,3.3vw,25px);
        height: clamp(52px,13.8vw,104px);
    }

    .voice-bubble p{
        font-size: clamp(12px,3.45vw,28px);
        line-height: 1.14;
    }

    .voice-bubble::after{
        border-right: clamp(8px,2.1vw,16px) solid transparent;
        border-left: 0px solid transparent;
        border-top: clamp(12.2px,3.3vw,25px) solid #fff;
        filter: drop-shadow(6px 6px 13.1px rgba(0, 0, 0, .25));

        position: absolute;
        bottom: clamp(-24px,-3vw,-12px);
    }

    .voice-bubble--top-left {
        max-width: 658px;
        width: 87.7%;
    }

    .voice-bubble--top-left::after{
        left: 18.7%;
    }

    .voice-bubble--top-right {
        max-width: 506px;
        width: 67.4%;
        margin-right: clamp(-10px,-1.3vw,-5px);
        margin-left: 0;
    }

    .voice-bubble--top-right::after{
        right: 11.2%;
    }

    .voice-bubble--bottom-left {
        max-width: 447px;
        width: 59.6%;
        height: clamp(63.5px,16.9vw,127px);
        margin-left: 0;
    }

    .voice-bubble--bottom-left::after{
        left: 12.3%;
    }

    .voice-bubble--bottom-right {
        max-width: 354px;
        width: 47.2%;
        margin-left: 0;
        margin-right: clamp(-10px,-1.3vw,-5px);
    }

    .voice-bubble--bottom-right::after{
        right: 14.6%;
    }

    .voice-bubble .marker-pink{
        background: linear-gradient(transparent 14%, #EDD1D7 0%);
    }

    .pc-only{
        display: none;
    }

    .intro-lead-text {
        max-width: 673px;
        width: 89.7%;
    }

    .intro-about{
        background-image: url(../img/intro-about-bg_sp.webp);

        padding-bottom: clamp(31px,8.2vw,62px);
        margin-top: clamp(-135px,-18vw,-67.5px);
    }

    .intro-about-head {
        display: flex;
        justify-content: center;
    }

    .intro-about-head-text{
        max-width: 505px;
        width: 67.3%;
        margin-top: clamp(101px,26.9vw,202px);
    }

    .intro-about-head-img {
        max-width: 230px;
        width: 30%;

        margin-top: clamp(65.5px,17.4vw,131px);
        margin-left: clamp(-43px,-5.7vw,-21.5px);
    }

    .intro-about-txt-box {
        max-width: 697px;
        width: 92.9%;
    }

    .intro-about-text {
        position: absolute;
        top: clamp(30px,8vw,60px);

        padding: 0 clamp(30px,8vw,60px);

        gap: clamp(25px,6.6vw,50px);
    }

    .intro-about-text-box-head {
        text-align: center;

        font-size: clamp(16px,4.2vw,32px);
        line-height: 1.4;
    }

    .marker-beige {
        background: linear-gradient(
            transparent 10%,
            #F5EED5 0%
        );
        padding: 0 0.15em;
        display: inline;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }

    .intro-about-text-body {
        font-size: clamp(14px,3.7vw,28px);
        line-height: 1.6;
        text-align: center;
    }

    .achievement{
        background-image: url(../img/achievement_bg.webp);
        background-size: cover;

        padding: clamp(35px,9.3vw,70px) 0 clamp(54px,14.4vw,108px);
    }

    .achievement-top{
        background-image: none;

        padding:0;

        gap: clamp(25px,6.6vw,50px);
    }

    .achievement-head{
        max-width: 647px;
        width: 86.2%;        
    }

    .label{
        max-width: 702px;
        width: 93.6%;
    }

    .gold-tape{
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
    }

    .achievement-bottom{
        background-image: none;
        padding-bottom: 0;
    }

    .achievement-bottom::after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -10px;
        height: 6%;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .voice{
        max-width: 694px;
        width: 92.5%;

        margin: clamp(24px,6.3vw,48px) auto 0;
    }

    .acivement-image-wrap {
        gap: clamp(22.5px,6vw,45px);
    }

    .acivement-image-wrap img{
        max-width: 558px;
        width: 74.4%;
        height: clamp(196px,53.2vw,392px);
        box-shadow: 4px 4px 8.5px 0px rgba(0, 0, 0, 0.25);
    }

    .acivement-image-head {
        margin: clamp(40px,10.6vw,80px) 0 clamp(19px,5vw,38px);
    }

    .triangle-group {
        display: flex;
        gap: clamp(3px,0.8vw,6px);
    }

    .reason {
        background-image: url(../img/reason_sp_bg.webp);

        padding: clamp(32.5px,8.6vw,65px) 0 clamp(45px,12vw,90px);
    }

    .reason-title{
        margin: 0 auto clamp(15px,4vw,30px);
        max-width: 585px;
        width: 78%;
    }

    .head-decor {
        line-height: 1; 
    }

    .reason-head-decor {
        font-size: clamp(55px,14.6vw,110px);

        top: clamp(-80px,-10.6vw,-40px);
        left: clamp(-80px,-10.6vw,-40px);
    }

    .program {
        margin-bottom: clamp(41px,10.9vw,82px);
    }

    .reason-item-box {
        width: 100%;
        max-width: 750px;
    }

    .reason-text {
        font-size: clamp(12px,3.2vw,24px);
    }

    .program-text-box {
        right: clamp(29.5px,7.8vw,59px);
        bottom: clamp(17.5px,4.6vw,35px);

        width: 43%;
    }

    .loadmap {
        margin-bottom: clamp(33.5px,8.9vw,67px);
    }

    .loadmap-text-box {
        width: 84%;

        bottom: clamp(22.5px,6vw,45px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .loadmap-table {
        max-width: 688px;
        width: 91.7%;
        margin: clamp(24px,6.4vw,48px) auto 0;
    }

    .live {
        margin-bottom: clamp(35px,9.3vw,78px);
    }

    .live-text-box {
        max-width: 307px;
        width: 40.9%;

        bottom: clamp(47px,12.5vw,94px);
        right: clamp(31.5px,8.4vw,63px);
    }

    .movie {
        margin-bottom: clamp(34px,9vw,68px);
    }

    .movie-text-box {
        max-width: 307px;
        width: 40.9%;

        bottom: clamp(37.5px,10vw,75px);
        right: clamp(31.5px,8.8vw,66px);
    }

    .dialy-text-box {
        width: 307px;
        width: 40.9%;

        bottom: clamp(37.5px,10vw,75px);
        right: clamp(29.5px,7.8vw,59px);
    }

    .support {
        background-image: url(../img/support_bg_sp.webp);

        padding: clamp(35px,9.3vw,78px) 0 clamp(70px,18.6vw,140px);
    }

    .support-head {
        margin: 0 auto clamp(10px,2.6vw,20px);
    }

    .support-head h2{
        font-size: clamp(35px,9.3vw,70px);
        margin-bottom: clamp(4px,1vw,8px);
    }

    .s65{
        font-size: clamp(32.5px,8.6vw,65px);
    }

    .support-head h3{
        font-size: clamp(13px,3.4vw,26px);
    }

    .support-head-decor {
        font-size: clamp(53px,14.1vw,106px);

        top: clamp(-72px,-9.6vw,-36px);
        left: clamp(-56px,-7.4vw,-28px);
    }

    .support-content-wrap {
        margin: 0 auto clamp(34px,9vw,68px);
    }

    .support-content-item picture{
        max-width: 714px;
        width: 95.2%;

        margin: 0 auto;
    }

    .support-content-head {
        top: clamp(17.5px,4.6vw,35px);
        left: 25.3%;

        font-size: clamp(15px,4vw,30px);
    }

    .support-book{
        top:clamp(13.5px,3.6vw,27px);
    }

    .support-coaching{
        top: clamp(20px,5.3vw,40px);
    }

    .support-meeting{
        top: clamp(17.5px,4.6vw,35px);
    }

    .size-35{
        font-size: clamp(17.5px,4.6vw,35px);
    }

    .size-25{
        font-size: clamp(12.2px,3.3vw,25px);
    }

    .support-content-text {
        bottom: auto;
        top: 41.6%;
        left: 16.3%;

        width: 73%;

        font-size: clamp(13px,3.4vw,26px);
;
        line-height: 1.5;
    }

    .support-content-item-mini {
        max-width: 353px;
        width: 47%;
    }

    .parent,.career{
        font-size: clamp(13px,3.4vw,26px);

        top: clamp(25px,6.6vw,50px);
    }

    .parent{
        left: auto;
        right: 7.3%;
    }

    .career{
        left: auto;
        right: 26%;
    }

    .support-content-mini-text{
        font-size: clamp(13px,3.4vw,26px);

        top: 33%;
        left: clamp(21.5px,5.7vw,43px);

        max-width: 275px;
        width: 79%;
    }

    .teacher {
        background-image: url(../img/teacher_sp_bg.webp);

        padding: clamp(31px,8.2vw,62px) 0 clamp(61px,16vw,122px);
        overflow: hidden;
    }

    .teacher-inner{
        max-width: 633px;
        width: 84.4%;
    }

    .teacher-head{
        font-size: clamp(27.5px,7.3vw,55px);
        margin-bottom: clamp(-40px,-5.3vw,-20px);
    }

    .teacher-head h2{
        z-index: 1;
        position: relative;
    }

    .teacher-head-decor{
        font-size: clamp(53px,14.1vw,106px);

        top: clamp(-60px,-8vw,-30px);
        left: clamp(11px,2.9vw,22px);
    }

    .teacher-profile{
        width: 95.2vw;
        max-width: 714px;
    }

    .teacher-profile{
        margin-left: auto;
    }

    .teacher-massage-text{
        font-size: clamp(14px,3.7vw,28px);
    }

    .footer-inner{
        padding: clamp(8px,2.1vw,16px) 0 clamp(12px,3.2vw,24px);
    }

    .footer-logo {
        max-width: 198px;
        width: 26.4%;
        margin: 0 auto clamp(12.2px,3.3vw,25px);
    }

    .footer-menu a{
        font-size: clamp(8px,2.1vw,16px);
    }

    .copyright {
        font-size: clamp(8px,2.1vw,16px);
    }
}