@charset "UTF-8";

.main{
    overflow: hidden;
}

/* ______component-start______ */

.popup{
    position: fixed;
    right: 16px;
    bottom: 15px;
    z-index: 500;
}

.popup__wrap{
    display: inline-block;
    position: relative;
}

.popup__link{
    max-width: 350px;
    position: relative;
    z-index: 99;
}

.popup__cross{
    cursor: pointer;
    position: absolute;
    width: 31px;
    height: 31px;
    right: -10px;
    top: -10px;
    z-index: 100;
}
.popup__cross:hover{
    opacity: 0.75;
    transition: 0.3s;
}

.popup-img__sp{
    display: none;
}

/* ______________section-ttl____________________ */

.section-ttl{
    text-align: center;
    position: relative;
    z-index: 3;
    margin-bottom: 60px;
}


.section-ttl__inner--kanji{
    font-family: vdl-linegr, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:  4.5rem;
    letter-spacing: 0.2em; 
}

.section-ttl__inner--small{
    font-weight: 500;
    font-size:  3.0rem;
    letter-spacing: 0.2em;
    font-family: "Noto Sans JP";
}
.section-ttl__inner--ja{
    font-weight: 500;
    font-size:  4.5rem;
    letter-spacing: 0.06em;
}

/* ______________filter-anime____________________ */
.textAmine {
    position: relative;
    display: inline-block;
}




.textAmine__main {
    font-size: 3.6rem;
    display: inline-block;
    letter-spacing: 0.47em;
    position: relative;
    z-index: 3;
    opacity: 0;
}
.textAmine__main.show {
    opacity: 1;
    /* background-color: pink; */
}


.textAmine__main.show::before{
    animation-name: opacity;
    animation-duration: 1.5s;
    transition-delay:2s;
    transition-timing-function: ease-in;
    animation-fill-mode:forwards;
    z-index: 1;
    content: "";
    background-color: #FDF088;
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: 0px;
    position: absolute;
    left: 0;
    z-index: -1;
    /* background-color: skyblue; */
}
.certificate__spBottom-textAmine-main.show::before{
    transition-delay:2.5s;
}
.teacher__textAmine-main.show::before{
    transition-delay:2.5s;
}
.personVoice__textAmine-main.show::before{
    animation-duration: 1.7s;
}

@keyframes opacity {
    0% {
        opacity: 0;
        width: 0%;
    }
    
    50% {
        opacity: 0;
        width: 10%;
    }
    
    60% {
        opacity: 1;
        width: 10%;
    }
    
    100% {
        opacity: 1;
        width: 100%;
    }
}



/* .textAmine__filter {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: 0;
    animation-name: filter;
    animation-duration: 2s;
    animation-delay: 1.5s;
    transition-timing-function: ease-in;
    animation-fill-mode:forwards;
} */

/* .certificate__spBottom-textAmine-filter{
    animation-delay: 2s;
} */

/* .textAmine__filter.show {
    left: 100%;
    right: 0%;
}

@keyframes filter {
    0% {
        left: 0;
        right: 100%;
    }

    50% {
        left: 0;
        right: 0%;
    }

    60% {
        left: 0;
        right: 0%;
    }

    100% {
        left: 100%;
        right: 0%;
    }
} */
/* ______________filter-anime____________________ */

/* ______________ctaBlock_____________________ */

.ctaBlock{
    text-align: center;
}
.ctaBlock__box{
    background-image:url(../img/ctaBlock-bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    width: 620px;
    height: 234.14px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.ctaBlock__ttl{
    margin: 33px auto 10px;
    font-family: vdl-linegr, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:  4.5rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: #000;
}

.ctaBlock__ttlLeft{
    margin-bottom: 5px;
    position: relative;
}
.ctaBlock__ttlLeft::after{
    content: "";
    width: 70%;
    height: 70%;
    background-image: url(../img/cta-block-deco.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: contain;
    position: absolute;
    top: -29%;
    right: 94%;
}

.ctaBlock__link{
    width: 307px;
    height: 60px;
    background: #000;
    position: relative;
    z-index: 2;
    margin-top: 3px;
    margin-left: 4px;
    color: #000;
    font-weight: 500;
    font-size:  1.8rem;
    line-height: 32px;
    text-align: center;
    padding: 10px 0px;
    transition: 0.2s;
}

.ctaBlock__link::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fce112;
    position: absolute;
    left: -4px;
    bottom: 3px;
    z-index: -1;    
    transition: 0.2s;
}

.ctaBlock__link:hover{
    opacity: 0.6;
}

.ctaBlock--num02{
    padding-top: 118px;
}

/* ______________ctaBlock_____________________ */
/* _________component-end_____________ */
.fv{
    height: 100vh;
    min-height: 765px;
    max-height: 1200px;
    position: relative;
    width: 100%;
    margin: auto;
}


.fv__wrap{
    position: relative;
    height: calc(100% - 90px);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: 106%;
    background-image:url(../img/fv-bg.jpg);
}


.fv-imgSp{
    display: none;
}

.fv-bannerSp{
    display: none;
}

.fvBox{
    max-width: 650px;
    width: 90%;
    height: 540px;
    background: #083baf;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    position: relative;
    z-index: 0;
}

.fvBox__balloon{
    margin-bottom: 27.5px;
    width: 100%;
    text-align: center;
}

.fvBox__balloonText{
    font-weight: 500;
    font-size:  2.4rem;
    letter-spacing: 0.04em;
    text-align: center;
    color: #083baf;
    line-height: 1.46;
    padding: 12.6px 0 24.4px;
    max-width: 474px;
    width: 100%;
    height: 72px;
    position: relative;
    z-index: 2;
}

.fvBox__balloonText::after{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/fv-balloon.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.fvBox__balloonText--small{
    font-size:  1.7rem;
    letter-spacing: 0.04em;
    line-height: 1.47;
}


.fvBox__centerText{
    font-family: vdl-linegr,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:  7.7rem;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
    margin-bottom: 26.9px;
}

.fvBox__centerText--small{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size:  4.0rem;
    letter-spacing: 0.06em;
}

.fvBox__centerText--small01{
    margin-right: 10px;
}

.fvBox__centerText--top{
    margin-bottom: 20px;
}

.fvBox__centerText--under{
    display: block;
}

.fvBox__banner{
    max-width: 235.22px;
}


.fvBox__banner + .fvBox__banner{
    margin-left: 10px;
}

.fvBox__bannerWrap{
    max-width: 482px;
    display: flex;
    justify-content: space-between;
}

.fv__children{
    position: absolute;
    bottom: 0;
    right: calc(50% + 227px);
    z-index: 3;
}


.fv__children-img{
    width: auto;
    max-height: 320px;
    /* max-height: 424px; */
}
/* ______________fv-anime____________________ */

.fvBox__balloon{
    overflow: hidden;
}
.fv__line {
    display: block;
    line-height: 1.21em;
    overflow: hidden;
    margin-bottom: 0.26em;
}
    /*Safari*/
    _::-webkit-full-page-media,
    _:future,
    :root .fv__line {
        line-height: 1.24em;
    }


.fvBox__centerText--under{
    margin-top: -19px;
}

.fvBox__centerText{
    margin-bottom: 5px;
}
.method{
    z-index: 5;
}
.fv__children{
    z-index: 1;
}
.fv__wrap{
    background-image: none;
    position: relative;
    z-index: 1;
}

.fv__bgWrap{
    position: absolute;
    z-index: -1;
}

/* ______________fv-anime____________________ */

/* __________________________________ */

.method{
    background-color: #F4F7FF;
    position: relative;
    z-index: 1;
    padding: 120px 0 0;
}


.method__section-ttl{
    margin-bottom: 0;
}

.method__sectionTtl--en{
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 0.03em;
}

.method__sectionTtl--enLarge {
    font-size:  5.8rem;
    position: relative;
    font-family: din-2014,sans-serif;
    font-weight: 600;
    font-style: normal;
}
.method__sectionTtl--enLarge::before {
    content: "";
    width: 39%;
    height: 80%;
    background-image: url(../img/method-enLarge-deco.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: -7px;
}

.method__sectionTtl--enSmall{
    font-size:  3.1rem;
    margin-right: 11px;
}


.method__sectionTtl--ja{
    font-weight: 500;
    font-size:  4.5rem;
    line-height: 1.67;
    letter-spacing: 0;
    margin-left: -4px;
}
.method__sectionTtl--jaSmall{
    font-size:  3.0rem;
}

.method__textAmine-main{
    margin-bottom: -12px;
}

.method__textAmine-main.show::before{
    height: 19.71px;
    bottom: 12px;
    top: auto;
    color: #FDED70;
}

.method__textAmine-filter.show::before{
    height: 19.71px;
    bottom: 12px;
}

.method__ttlUnder{
    margin-bottom: 27px;
    font-weight: bold;
    font-size:  3.0rem;
    text-align: center;
    color: #000;

}
.method__ttlUnder--bottom{
    margin-top: -12px;
    margin-left: 25px;
}
.method__ttlUnder--large{
    font-family: vdl-linegr, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:  4.5rem;
    line-height: 75px;
    text-align: center;
    color: #000;
}

.method__ttlUnder--deco{
    position: relative;
    padding: 0 6.1px;
    margin-right: 23px;
    
}
.method__ttlUnder--deco::before{
    content: "";
    width: 22.85px;
    height: 18.68px;
    background-image: url(../img/method-ttlUnder-decoLeft.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: contain;
    position: absolute;
    right: 100%;
    top: 9px;
}
.method__ttlUnder--deco::after{
    content: "";
    width: 22.85px;
    height: 18.68px;
    background-image: url(../img/method-ttlUnder-decoRight.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: contain;
    position: absolute;
    left: 100%;
    top:9px;
}
.method__detail{
    font-weight: 500;
    font-size:  2.0rem;
    letter-spacing: 0.09em;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 46px;
}

.method__imgWrap{
    max-width: 1440px;
    margin: auto;
}

.point{
    padding: 120px 0;
    background-color: #083BAF;
    background-image:url(../img/point-bg.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: 105%;
}

.point__wrap{
    text-align: center;
}

.point__ttlTop{
    font-weight: 500;
    font-size:  3.5rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
}
.point__ttlTop::before{
    content: "";
    width: 51px;
    height: 60px;
    background-image: url(../img/point-ttl-decoLeft.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: contain;
    position: absolute;
    right: 100%;
    bottom: -3px;
}
.point__ttlTop::after{
    content: "";
    width: 51px;
    height: 60px;
    background-image: url(../img/point-ttl-decoRight.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: contain;
    position: absolute;
    left: 100%;
    bottom: -3px;
}

.point__ttlTop--small{
    font-size:  2.4rem;
}

.point__ttlUnder{
    font-weight: 500;
    font-size:  5.5rem;
    color: #fff;
    margin-bottom: 126px;
    margin-top: -6px;
}

.point__ttlUnder--small{
    font-size:  3.0rem;
}

.point__ttlUnder--yellow{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size:  10.0rem;
    color: #fdf088;    
    margin-right: 8px;
}

.point__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    width: 90%;
    margin: auto;
}

.point__content01{
    margin-bottom: 65px;
}

.point__content02{
    margin-bottom: 26.5px;
}
.point__text{
    margin-left: 6%;
}

.point__text02{
    margin-left: 0;
    order: 2;
}

.point__num{
    width: 83px;
    height: 70px;
}

.point__caption{
    font-weight: 500;
    font-size:  4.0rem;
    line-height: 1.375;
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
}

.point__white{
    color: #fff;
}
.point__captionInner {
    margin-top: -11px;
}
.point__caption--yellow{
    color: #FCE112;
}

.point__caption--small{
    font-size:  3.0rem;
}

.point__detail{
font-weight: 500;
font-size:  1.6rem;
letter-spacing: 0.03em;
line-height: 2.1875;
text-align: left;
color: #fff;
}

.point__img01{
    max-width: 529px;
}
.point__img02{
    max-width: 624.35px;
}
.point__img03{
    max-width: 529.03px;
}
.point__ttlUnder--largeEn{
    font-family: din-2014,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:  5.5rem;
    letter-spacing: 0.06em;
    color: #fff;
}
.point__ttlUnder--largeKanji{
    font-size: 4.5rem;
}
.point__ttlUnder--largeKatakana{
    font-size: 4.5rem;
}

.point__num01{
    margin-bottom: 3px;
}
.point__num02{
    margin-bottom: 11px;
}
.point__num03{
    margin-bottom: -1px;
}












.lessonVideo{
    padding: 120px 0;
    text-align: center;
    position: relative;
}
.lessonVideo__pcBg{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 108.06%;
    max-width: 1556px;
}

.sp-lessonVideo{
    display: none;
}

.lessonVideo__wrap{
    width: 90%;
    margin: auto;
}

.lessonVideo__ttl{
    line-height: 1.1;
}
.lessonVideo__ttl-inner01{
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size:  6.0rem;
    letter-spacing: 0.15em;
    color: #000;
    margin-left: 11px;
}
.lessonVideo__ttl-inner02{
    margin-left: 8px;
    font-weight: 500;
    font-size:  4.0rem;
}
.lessonVideo__ttl-inner03{
    font-weight: 500;
    font-size:  5.0rem;
    letter-spacing: 0.2em;
}

.lessonVideo__imgWrap{
    text-align: center;
    display: inline-block;
    position: relative;
}

.lessonVideo__imgWrap::before{
    content: "";
    width: 93px;
    height: 80px;
    background-image: url(../img/video-btn.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.lessonVideo__img{
    max-width: 1024px;
    border-radius: 10px;
}

.lessonVideo__text{
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:  2.9rem;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.certificate{
    background-color: #F4F7FF;
    padding: 120px 0 24px;
    position: relative;
    z-index: 1;
}



.certificate__bg{
    width: 120.63%;
    height: 111%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 1543px;
}

.certificate__wrap{
    max-width: 925px;
    margin: auto;
    width: 90%;
    position: relative;
    z-index: 2;
}


.contest{
    padding: 120px 0;
    background-color: #F4F7FF;
    position: relative;
    z-index: 0;
}
.contest__wrap{
    max-width: 1440px;
    margin: auto;
}
.contest__wrap::after{
    content: "";
    width: 14.15%;
    height: 100%;
    background-image: url(../img/contest-deco.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: contain;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    max-width:203.8px;
    max-height: 213.59px;
}


.contest__inner{
    text-align: center;
    margin: auto;
    width: 90%;
    position: relative;
    z-index: 2;
    max-width: 925px;
}

.contest__section-ttl{
    margin-bottom: 40px;
}

.contest__section-ttl--katakana{
    font-weight:  400;
}

.contest__detail{
    max-width: 750px;
    width: 100%;
    font-weight: 500;
    font-size:  1.8rem;
    line-height: 1.44;
    margin: 0 auto 40px;
}

.contest__imgWrap{
    margin: auto;
    margin-bottom: 60px;
}

.contest__video-ttl{
    font-weight: normal;
    font-size:  2.4rem;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
.contest__video-ttl--kanji{
    font-family: vdl-linegr, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.contest__video-ttl::before{
    content: "";
    width: 100%;
    height: 100%;
    width: 31px;
    height: 5px;
    background-image: url(../img/contest-video-decoLeft.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
}
.contest__video-ttl::after{
    content: "";
    width: 100%;
    height: 100%;
    width: 31px;
    height: 5px;
    background-image: url(../img/contest-video-decoRight.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}
.contest__video-ttl::before{
    content: "";
    width: 100%;
    height: 100%;
    width: 31px;
    height: 5px;
    background-image: url(../img/contest-video-decoLeft.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
}

.contest__videoWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contest__video{
    max-width: 422px;
    position: relative;
    display: inline-block;
}
.contest__video::before {
    content: "";
    width: 34px;
    height: 30px;
    background-image: url(../img/video-btn.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.contest__video + .contest__video{
    margin-left: 10%;
}

.contest__videoText{
    font-family: din-2014, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:  1.8rem;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}


.ctaBlock--num01{
    background-color: #F4F7FF;
}

/* __________________________________ */

.personVoice{
    background-color: #F4F7FF;
    padding: 120px 0;
}

.personVoice__wrap{
    width: 90%;
    margin: auto;
    max-width: 1440px;
}

.personVoice__section-ttl{
    margin-bottom: 77px;
}

.personVoice__content{
    margin-top: 81px;
}


.label{
    width: 90%;
    margin: auto;
}

.label__box{
    margin: auto;
    background-color: #083BAF;
    max-width: 767.36px;
    width: 100%;
    height: 304.07px;
    filter: drop-shadow(-8px -5px 10px rgba(31, 31, 31, 0.27));
    border-radius: 30px;
    position: relative;
    transform: translateZ(0);
}

.label__box::after{
    content: "";
    width: 195px;
    height: 171px;
    background-image: url(../img/label-twine.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-x: left;
    background-position-y: top;
    background-size: contain;
    position: absolute;
    left: -100px;
    top: -76px;
}

.label__hidden{
    overflow: hidden;
    position: relative;
    max-width: 767.36px;
    width: 100%;
    height: 304.07px;
    border-radius: 30px;
}

.label__hidden::after{
    content: "";
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: contain;
    position: absolute;
    right: -3%;
    bottom: 0;
    z-index: -1;
    width: 30%;
    height: 66%;
}

.label__parents01:after{
    background-image: url(../img/label-parents-img01.png);
}

.label__parents02:after{
    background-image: url(../img/label-parents-img02.png);
}

.label__inner{
    padding: 23px 30px 42px 103px;
}

.label__info{
    font-weight: 500;
    font-size:  1.8rem;
    text-align: left;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-right: 24px;
    margin-bottom: 20px;
}

.label__info--small{
    font-size:  1.4rem;
}
.label__info::after{
    content: "";
    width: 210%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.label__ttl{
    font-weight: 500;
    font-size:  3.5rem;
    text-align: left;
    color: #fff;
    line-height: 1.14;
    margin-bottom: 15px;
}

.label__ttl--yellow{
    color: #fce112;
}

.label__ttl--small{
    font-size:  2.4rem;
}

.label__detail{
    font-weight: 500;
    font-size:  1.4rem;
    text-align: left;
    color: #fff;
    line-height: 1.43;
    max-width: 500px;
}


.label__box01{
    margin-left: 0;
    margin-right: auto;
}

.label__box02{
    margin-left: auto;
    margin-right: 0;
}

/* __________________________________ */

.classCta{
    padding: 0px 0 110px;
}

.classCta__wrap{
    max-width: 1280px;
    margin: auto;
    width: 90%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.classCta__text{
    position: relative;
    z-index: 2;
    margin-top: 103px;
}

.classCta__leftImg{
    max-width: 555.22px;
    margin-bottom: 10px;
    margin-left: -9px;
}

.classCta__ttl{
    font-weight: 500;
    font-size:  4.5rem;
    letter-spacing: -0.08em;
    line-height: 70px;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
}

.classCta__ttl--yellow{
    color: #fce132;
}
.classCta__ttl--small{
    font-size:  3.0rem;
    margin: 0 5px 0 4px;
}
.classCta__detail{
    font-weight: 500;
    font-size:  1.6rem;
    line-height: 2.14;
    text-align: left;
    color: #fff;
    margin-bottom: 60px;
}

.classCta__link{
    margin-bottom: 110px;
}
.classCta__rightImgWrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    max-width: 756px;
    width: 100%;
    text-align: right;
}

.classCta__rightImg{
    width: 120%;
    height: 120%;
    max-width: 756px;
}

/* __________________________________ */

.purpose{
    margin-top: -1px;
    position: relative;
    padding: 0 0 150px;
    z-index: 1;
}

.classCta-purpose-bg{
    position: relative;
    background-color: #083BAF;
}
.classCta-purpose-bg::before{
    content: "";
    width: 110%;
    height: 100%;
    background-image: url(../img/purpose-bg.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: 103%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 1622px;
}

.classCta-imgSp{
    display: none;
}

.purpose__wrap{
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 2;
}

.purpose__ttl{
    font-family: vdl-linegr, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    font-size:  4.5rem;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    margin-bottom: 90px;
}

.purpose__box{
    background-color: #fff;
    border: #FDF088 6px solid;
    padding: 90px 30px 50px;
    max-width: 1027px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 5;
}

.purpose__box::after{
    content: "";
    max-width: 321.09px;
    width: 100%;
    height: 100%;
    background-image: url(../img/purpose-line.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: contain;
    position: absolute;
    top: -62px;  
    left: 50%;
    transform: translateX(-50%);
}
.purpose__announce01{
    margin-bottom: 40px;
    font-weight: 500;
    font-size:  2.4rem;
    text-align: center;
    line-height: 1.46;
}

.purpose__announce02{
    font-weight: 500;
    font-size:  1.8rem;
    line-height: 1.44;
    margin-bottom: 60px;
}

.purpose__list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

.purpose__item{
    max-width: 280px;
    width: 100%;
    margin: 0 15px 40px;
}


.purpose__num{
    width: 51.76px;
    height: 52.4px;
    margin-bottom: 3px;
}

.purpose__itemTtl{
    font-family: sofia-pro,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:  3.5rem;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.purpose__itemDetail{
    font-weight: normal;
    font-size:  1.4rem;
    line-height: 2.14;
    text-align: left; 
}







/* __________________________________ */


.teacher{
    background-color: #F4F7FF;
    padding: 120px 0 150px;
}

.teacher__wrap{
    width: 90%;
    max-width: 1280px;
    margin: auto;
}








.tag{
    width: 90%;
    margin: auto;
    text-align: center;
}

.tag__boxWrap{
    width: 100%;
    max-width: 1144.4px;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    background-color: #F4F7FF;
}
.tag__boxWrap::after{
    content: "";
    width: 195px;
    height: 171px;
    background-image: url(../img/tag-twine.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-x: left;
    background-position-y: top;
    background-size: contain;
    position: absolute;
    left: -88px;
    top: -86px;
    z-index: 3;
}

.tag__box{
    overflow: hidden;
    text-align: left;
    margin: auto;
    background: #fff;
    filter: drop-shadow(-8px -5px 20px rgba(31, 31, 31, 0.27));
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transform: translateZ(0);
}

.tag__box::after{
    content: "";
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: contain;
    position: absolute;
    left:10%;
    bottom: -8px;
    z-index: -1;
    width: 60%;
    height: 70%;
}

.tag__teacher01::after{
    background-image: url(../img/tag-teacher01.png);
}

.tag__teacher02::after{
    background-image: url(../img/tag-teacher02.png);
}

.tag__teacher03::after{
    background-image: url(../img/tag-teacher03.png);
}


.tag__left{
    background-color: #fff;
    max-width: 389.57px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    border-radius: 30px 0 0 30px;

    /* height: 300px; */
    
}



.tag__leftName--en{
    font-size:  2.4rem;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 9px;
}

.tag__leftName{
    margin-top: 43px;
    margin-left: 35%;
    text-align: left;
    color: #083baf;
    
}

.tag__leftName--ja{
    font-size:  1.3rem; 
    font-weight: 700;
}

.tag__right{
    display: inline-block;
    height:100%;
    width: 100%;    
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    position: relative;
    padding: 73px 34px 32px;
    padding-left: 34px;
    background: #083baf;
}


.tag__right::after{
    content: "";
    width: 105%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
}

.tag__rightTtl{
    font-weight: 500;
    font-size:  4.8rem;
    line-height: 1.146;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
    display: inline-block;
}

.tag__rightTtl--yellow{
    color: #FCE112;
}

.tag__rightTtl--small{
    font-size:  3.3rem;
}

.tag__rightDetail{
    font-size:  1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.79;
    text-align: left;
    color: #fff;
}

.tag01,.tag03{
    margin-bottom: 168px;
    margin-left: -30px;
    width: 100%;
    text-align: left;
}
.tag03{
    margin-bottom: 0;
}
.tag02{
    width: 100%;
    text-align: right;
    margin-bottom: 177px;
}


/* __________________________________ */

.question{
    padding: 120px 0 152px;
}

.faq__wrap {
    width: 90%;
    max-width: 990px;
    margin: 0 auto;
}

.faq__content {
    margin-bottom: 60px;
    overflow: hidden;
}
.faq__content--last{
    margin-bottom: 0;
}
.faq__large {
    background:#083BAF;
    position: relative;

    font-weight: bold;
    font-size:  2.1rem;
    letter-spacing: 0.05em;
    line-height: 23px;
    text-align: left;
    color: #fff;
    
    
    padding: 10px 30px;
    display: flex;
    align-items: center;

    border: #083BAF 6px solid;
    position: relative;
}

.faq__content ::before{
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;

    border-top: 13px solid #fff;
    border-right: 13px solid #083BAF;
    border-bottom: 13px solid #083BAF;
    border-left: 13px solid #fff;
}

.faq__detail {
    padding: 20px 33px;
    line-height: 2em;
    display: flex;
    font-weight: 500;
    font-size:  1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4375;
    text-align: left;
    color: #000;
    border: #083BAF 6px solid;
    align-items: center;
}

.faq__q {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    padding: 12px 16px;


    display: inline-block;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size:  2.1rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-right: 20px;

}

.faq__a {
    width: 45px;
    height: 45px;
    border-radius: 100%;

    background-color: #083BAF;
    padding: 11px 16px;

    margin-right: 20px;
    display: inline-block;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size:  2.1rem;
    letter-spacing: 0.05em;
    line-height: 23px;
    text-align: left;
    color: #fff;
    
}
/* ________________________________ */

.videoClink{
    cursor: pointer;
}
.videoClink:hover{
    opacity: 0.75;
    transition: 0.3s;
}

.modal{
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index:999;
    display: none;
}

.modal__back{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.modal__close{
    position: fixed;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.modal__video{
    width: 60%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}



/* _________________________________________ */
.section-ttl-sp{
    display: none;
}


@media screen and (min-width:1450px) {
    .fv{
        max-width: 2000px;
    }
    .fv__wrap{
        background-size: contain;
    }

    .contest__wrap::after{
        right: calc(50% - 720px);
    }
}

@media screen and (max-width:1400px) {
    .none-under1400{
        display: none;
    }
}

@media screen and (max-width:1300px) {
    .none-under1300{
        display: none;
    }
    .fv {
        min-height: 600px;
    }
    .fv__children{
        right: auto;
        left: 0;
    }
    .fv__children-img {
        max-height: auto;
        width: 70%;
    }
    .tag01,.tag03{
        margin-left: auto;
    }
    .lessonVideo__pcBg{
        width: 100%;
    }
    .certificate__bg{
        width: 100%;
    }
    .classCta__rightImg {
        width: 84%;
    }
}

@media screen and (max-width:1280px) {
    
    .block-under1280{
        display: block;
    }
    .none-under1280{
        display: none;
    }
    .purpose__list{
        justify-content: space-around;
    }

    .classCta__rightImgWrap{
        top: 5%;
    }

    .classCta__rightImg {
        width: 73%;
        /* margin-right: -5%; */
    }
}

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

    .fv__children-img {
        max-height: auto;
        width: 60%;
    }

    .tag__box::after{
        left: 5%;;
    }

    .point{
        background-image: none;
    }


}

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


    .block-under1024{
        display: block;
    }
    .none-under1024{
        display: none;
    }

    .fv{
        max-height: none;
        min-height: auto;
        height: auto;
    }

    .fv__wrap{
        height: auto;
        background-image: none;
    }

    .fvBox{
        transform: translate(0,0);
        position: static;
        margin: 32px auto 37.3px;
        justify-content: flex-start;
        padding: 35.6px 28px 40px;
        height: auto;
    }

    .fvBox__centerText{
        margin-bottom: 40px;
    }


    /* ______________________ */



    .fv-imgSp{
        display: block;
        position: relative;
        width: 100%;
        max-width: 500px;
        height: 296px;
        margin-bottom: 24px;
    }
    .fv-imgSp__slide {
        /* max-width: 500px; */
        width: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .fv-imgSp__slide img.slick-active {
        transform: scale(1);
        animation-name: fv;
        animation-duration: 4s;
        transition-timing-function: ease-in;
        animation-fill-mode:forwards;
    }

    @keyframes fv {
        0% {
            transform: scale(1.4);
        }
        
        100% {
            transform: scale(1);
        }
    }

    .slick-dots {
        z-index: 5;
        bottom: -36px;
    }

    .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 6px;
        padding: 0;
    }
    .slick-dots li button{
        width: 8px;
        height: 8px;
        padding: 0;
    }
    
    .slick-dots li button:before {
        content: '';
        background-color: transparent;
        border: #fff 1px solid;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: 8px;
        height: 8px;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: #fff;
    }
    
    .fv-bannerSp__img{
        max-width: 280.78px;
        margin-bottom: 5.5px
    }
    .fv-bannerSp{
        display: block;
        text-align: center;
        padding-bottom: 15px;
    }



    .fv::before{
        content: "";
        width: 100%;
        height: 56%;
        background-color: #E5ECFF;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    /* ______________________ */
    .lessonVideo{
        display: none;
    }
    .sp-lessonVideo{
        display: block;
        padding: 61px 0 85px;
    }

    /* _________________________ */

    .label__box::after {
        content: "";
        background-image: url(../img/label-twine-sp.png);
        left: -100px;
        top: -76px;
        left: -114px;
        top: -89px;
    }
    .point__text{
        margin-left: auto;
    }
}

@media screen and (max-width:1000px) {
    .none-under1000{
        display: none;
    }
    .block-under1000{
        display: block;
    }


    .classCta__wrap{
        flex-flow: column wrap;
        width: 100%;
    }
    .classCta__text{
        max-width: none;
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .classCta__imgWrap{
        display: none;
    }
    .classCta__leftImg,.classCta__ttl{
        width: 74.75%;
        max-width: 700px;
        margin: auto;
    }
    
    .classCta__ttl{
        max-width: 700px;
        text-align: center;
        display: inline-block;
        margin-bottom: 40px;
    }

    .classCta__slideWrap{
        margin: auto;
    }
    .classCta-imgSp {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 1000px;
        margin: auto;
        margin-bottom: 56.4px;
    }
    .class-imgSp__content{
        margin: 0 15px;
    }

    .classCta__detail{
        max-width: 700px;
        margin: 0 auto 40px;
        width: 90%;
    }
    .classCta-purpose-bg::before{
        background-image: none;
    }
    .classCta__rightImgWrap {
        display: none;
    }
    /* ___________________________ */

    .tag__box{
        flex-flow: column wrap;
    }

    .tag__box::after {
        content: none;
    }
    .tag__leftName {
        margin-bottom: 16px;
    }
    
    .tag__rightTtl{
        position: relative;
        margin-left: 35%;
        position: relative;
        z-index: 3;
    }
    .tag__rightTtl,
    .tag__leftName {
        margin-left: 120px;
    }
    .tag__rightTtl::after {
        content: "";
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: bottom;
        background-size: contain;
        position: absolute;
        left: auto;
        right: -60%;
        bottom: -27%;
        width: 300px;
        height: 250px;
        z-index: 0;
    }

    .tag__marker{
        position: relative;
    }
    .tag__marker::before{
        content: "";
        background-color: #FDF088;
        width: 100%;
        height: 53%;
        bottom: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    
    .tag__rightTtl01::after {
        background-image: url(../img/tag-teacher01.png);
        
    }
    .tag__rightTtl02::after {
        background-image: url(../img/tag-teacher02.png);
    }
    .tag__rightTtl03::after {
        background-image: url(../img/tag-teacher03.png);
    }

    .tag__right{
        padding: 0;
        border-radius: 0;
        background-color: #fff;
        overflow: initial;

    }
    .tag__right::after{
        content: none;
    }

    .tag__left{
        background-color: transparent;
    }

    .tag__rightDetail{
        background-color: #083BAF;
        position: relative;
        z-index: 3;
        padding: 40px 46px;
    }


    .tag__rightTtl{
        color: #000;
    }
    .tag__rightTtl--yellow{
        color: #000;
    }

}

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

    .block-under900{
        display: block;
    }
    .none-under900{
        display: none;
    }

    .personVoice{
        padding: 60px 0 90px;
    }

    .label__box{
        height: auto;
        max-width: 373.06px;
        margin: auto;
        border-radius: 13px;
    }
    .label__hidden{
        height: auto;
        border-radius: 13px;
        max-width: 373.06px;
    }

    .label__box::after {
        width: 97px;
        width: 86px;
        left: -50.8px;
        top: -39.5px;

    }
    .label__inner{
        padding: 23px 20px 30px;
    }
    .label__info{
        margin-left: 45px;
        font-size:  1.4rem;
        margin-bottom:33px;
    }

    .label__info--small{
        font-size:  1.1rem;
    }

    .label__ttl{
        padding-bottom: 31.2px;
        position: relative;
        font-size: 2.4rem;
    }
    .label__ttl::after{
        content: "";
        width: 1000%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .label__ttl::before{
        content: "";
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: bottom;
        background-size: contain;
        position: absolute;
        right: -3%;
        bottom: 0;
        z-index: -1;
        width: 100%;
        height: 136%;
    }
    
    .label__ttl01::before{
        background-image: url(../img/label-parents-img01.png);
    }
    .label__ttl02::before{
        background-image: url(../img/label-parents-img02.png);
        height: 100%;
    }

    .label__ttl--small{
        font-size: 1.6rem;
    }
    .label__hidden::after {
        content: none;
    }
    
    .tag__rightTtl::after{
        right: -47%;
    }
}

@media screen and (max-width:768px) {
    .none-under768{
        display: none;
    }
    .block-under768{
        display: block;
    }

    /* _______________________ */
    .section-ttl{
        margin-bottom: 40px;
        white-space: nowrap;
    }
    .section-ttl-sp{
        display: block;
    }


    .section-ttl__inner--kanji{
        font-size:  3.5rem;
    }

    .section-ttl__inner--ja{
        font-size: 3.5rem;
    }

    .section-ttl__inner--small{
        font-size:  2.4rem;
    }
    .textAmine__main::before{
        height: 18px;
    }
    .textAmine__filter.show::before{
        height: 18px;
    }

    .lessonVideo__textAmine-filter.show::before{
        height: 32px;
        bottom: 4px;
        width: 97%;
    }

    .lessonVideo__textAmine-main::before{
        height: 32px;
        bottom: 4px;
        width: 97%;
    }


    .section-ttl-sp + .section-ttl-sp{
        margin-bottom: 60px;
    }

    .section-ttl-sp{
        margin-bottom: 5px;
    }
    
    /* _______________________ */
    .fvBox__balloonText {
        max-width: 400px;
    }

    .fvBox__centerText{
        font-size:  5.7rem;
    }
    .fvBox__centerText--small {
        font-size:  3.0rem;
    }
    /* _______________________ */
    .method__sectionTtl--enLarge{
        font-size:  4.0rem;
    }
    .method__sectionTtl--enSmall{
        font-size:  2.4rem;
        margin-right: 10px;
    }
    .method__sectionTtl--ja,
    .method__sectionTtl--ja-sp{
        font-size: 2.8rem;
    }

    .point {
        padding: 90px 0 80px;
        background-image: none;
    }    

    .point__ttlTop{
        font-size: 2.4rem;
        margin-bottom: 4px;
    }
    .point__ttlUnder--largeEn{
        font-size: 4.3rem;
    }
    .point__ttlTop--small{
        font-size: 1.8rem;
    }
    .point__ttlTop::before {
        content: "";
        width: 21.3px;
        height: 27.85px;
        right: 99.5%;
    }
    .point__ttlTop::after{
        content: "";
        width: 21.3px;
        height: 27.85px;
        left: 99.5%;
    }

    .point__ttlUnder{
        font-size: 4.3rem;
        line-height: 1.085;
        margin-bottom: 90px;
    }

    .point__ttlUnder--spCenter{
        margin-top: 10px;
    }

    .point__ttlUnder--spBottom{
        margin-top: -18px;
    }

    .point__ttlUnder--largeKanji{
        font-size: 3.5rem;
    }
    
    .point__ttlUnder--largeKatakana{
        font-size: 3.5rem;
    }

    .point__ttlUnder--yellow{
        font-size: 7.0rem;
        padding-right: 0px;
        margin-right: 0px;
    }
    .point__ttlUnder--small{
        font-size: 2.4rem;
    }

    .point__content{
        flex-flow: column wrap;
        max-width: 500px;
    }

    .point__content01,.point__content02{
        margin-bottom: 90px;
    }
    .point__text{
        margin-left: auto;
    }
    .point__text02{
        order: 0;
    }

    .point__num{
        display: none;
    }

    .point__caption{
        background-color: #fff;
        border: 4px solid #FCE112;
        text-align: center;
        position: relative;
        color: #000;
        /* font-size:  2.3rem; */
        font-size:  2.0rem;
        line-height: 1.304;
        max-width: 350px;
        margin: 0 auto 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }


    .point__caption::before{
        content: "";
        width: 100%;
        height: 56%;
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: top;
        background-size: contain;
        position: absolute;
        top: -4px;
        left: -4px;
        z-index: 3;
    }
    
    .point__caption01::before{
        height: 60%;
        background-image: url(../img/point-numSp01.png);
    }
    
    .point__caption02::before{
        height: 61%;
        background-image: url(../img/point-numSp02.png);
    }
    
    .point__caption03::before{
        height: 70%;
        background-image: url(../img/point-numSp03.png);
    }

    .point__captionInner{
        text-align: left;
        position: relative;
        z-index: 2;
        padding: 15px 0;
    }

    .point__captionInner01{
        padding: 16px 0 3px;
    }
    .point__captionInner02{
        padding: 26px 0 15px;
    }

    .point__captionInner03{
        padding: 33px 0 21px;
    }

    .point__caption--yellow{
        color: #000;
        font-size:  2.0rem;
    }

    .point__caption--small{
        font-size: 1.8rem;
    }

    .point__caption--markerSp{
        position: relative;
    }
    .point__caption--markerSp::before{
        content: "";
        width: 100%;
        height:7.67px;
        background-color: #FCE112;
        position: absolute;
        bottom: 3px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .point__white{
        color: #000;
    }

    .point__detail{
        margin-bottom: 24px;
        font-style: 14px;
        line-height: 1.7;
    }

    .certificate{
        padding: 60px 0 0;
        background-image:none;
    }

    .contest{
        padding: 60px 0 77px;
    }


    .contest::after{
        background-image: none;
    }
    .contest__wrap::after{
        content: none;
    }

    .contest__detail{
        font-size: 1.4rem;
    }
    .contest__section-ttl{
        margin-bottom: 40px;
    }
    
    .contest__imgWrap{
        margin-bottom: 40px;
    }

    .contest__videoWrap{
        flex-flow: column wrap;
    }
    .contest__video-ttl{
        margin-bottom: 10px;
        font-size: 1.8rem;
    }

    .contest__video-ttl::before{
        width: 23.25px;
    }
    .contest__video-ttl::after{
        width: 23.25px;
    }

    .contest__video{
        width: 100%;
        margin: auto;
    }
    .contest__video + .contest__video {
        margin-left: auto;
        margin-top: 18px;
    }
    .ctaBlock__box{
        width: 327px;
        height: 158.03px;        
        background-image: url(../img/ctaBlock-bg-sp.png);
    }

    .ctaBlock__link{
        width: 263px;
        height: 63px;
        margin-bottom: 0;
        padding: 11px 0px 10px;
    }
    .ctaBlock__ttl{
        font-size:  2.2rem;
        letter-spacing: 0.2em;
        position: relative;
        padding-right: 3.7px;
        margin-right: 50.46px;
    }
    .ctaBlock__ttl::after{
        content: "";
        width: 50.46px;
        height: 57.56px;
        background-image: url(../img/ctaBlock-spDeco.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: contain;
        position: absolute;
        position: absolute;
        right: -9px;
        bottom: -13px;
        z-index: -1;
    }

    /* _______________________ */
    .personVoice__content01{
        margin-top: 0;
    }
    .personVoice__content02{
        margin-top: 33px;
    }
    .classCta{
        padding: 61px 0 0;
    }

    .classCta__ttl{
        font-size: 3.5rem;
        line-height: 1.43;
    }
    .classCta__ttl--small{
        font-size: 2.4rem;
    }

    .classCta__detail{
        font-size: 1.4rem;
        margin-bottom: 40px;
    }
    .classCta__link{
        width: 90%;
        max-width: 307px;
    }

    .purpose{
        padding: 90px 0;
    }

    .purpose__ttl{
        font-size: 3.5rem;
        margin-bottom: 65px;
    }

    .purpose__box::after{
        top: -40px;
        max-width: 202.33px;
        background-image: url(../img/purpose-lineSp.svg);
    }

    .purpose__box{
        padding: 90px 0 40px;
    }

    .purpose__announce01{
        font-size: 1.8rem;
    }

    .purpose__announce02{
        font-size: 1.4rem;
        margin-bottom: 40px;
    }
    .purpose__item {
        max-width: 280px;
        width: 100%;
        margin: 0 15px 24px;
    }

    .purpose__announce01--sp{
        display: inline;
    }
    /* _______________________ */
    .modal__video{
        width: 100%;   
    }
    /* _______________________ */

    .tag__box{
        /* max-width: 325.43px; */
        width: 96%;
    }     
    .tag__boxWrap::after {
        width: 195px;
        height: 171px;
        background-image: url(../img/tag-twine-sp.png);
        left: -95px;
        top: -87px;
    }

    .tag__leftName--en{
        font-size: 1.8rem;
        line-height: 1.28;
        margin-bottom: 2px;
    }
    .tag__rightTtl{
        font-size: 2.4rem;
    }

    .tag__rightTtl--small{
        font-size: 1.6rem;
    }
    .tag__rightTtl::after {
        right: -93%;
        bottom: -32%;
        width: 200px;
        height: 190px;
    }
    .ctaBlock--num02 {
        padding-top: 60px;
    }

    .textAmine__main.show::before {
        height: 18PX;
    }
    
    .method__textAmine-main.show::before{
        bottom: 6px;
    }
    .method__sectionTtl--enLarge::before{
        top: 3px;
        left: -2px;
    }
}

@media screen and (max-width:600px) {
    .lessonVideo__ttl-inner01{
        font-size:  4.5rem;
    }
    .lessonVideo__ttl-inner02{
        font-size:  2.4rem;
        margin-left: -2px;
        margin-right: -13px;
    }
    .lessonVideo__ttl-inner03{
        font-size:  3.5rem;
    }

    .teacher{
        padding: 90px 0 60px;
    }
    .teacher__section-ttl{
        margin-bottom: 60px;
    }

    .tag{
        text-align: center;
    }
    .tag__box{
        max-width: 325.43px;
        border-radius: 15px;
    }
    .tag__boxWrap{
        max-width: 325.43px;
    }
    .tag__boxWrap::after {
        width: 93px;
        height: 82px;
        left: -46px;
        top: -42px;
    }
    .tag__leftName {
        margin-left: 54px;
        margin-top: 24px;
    }
    .tag__rightTtl{
        margin-left: 18px;
    }

    .tag__rightTtl::after {
        width: 101.59px;
        height: 139.93px;
        right: -47%;
    }
    .tag__rightDetail{
        padding: 30px 16px;

    }
    .tag01,.tag02{
        margin-bottom: 75px;
    }
    .tag03{
        margin-bottom: 0;
    }

    .question{
        padding: 60px 0 123px;
    }

    .faq__content{
        margin-bottom: 40px;
    }
    .faq__content--last{
        margin-bottom: 0;
    }

    .faq__large{
        padding: 8px 20px;
        border: #083BAF 4px solid;
        font-size: 1.6rem;
        line-height: 1.4375;
    }
    .faq__detail {
        padding: 8px 20px;
        font-size:  1.4rem;
        line-height: 1.64;
        border: #083BAF 4px solid;
        align-items: flex-start;
    }
    .faq__q{
        width: 30px;
        height: 30px;
        padding: 8px 10px;
        font-size:  1.4rem;
        margin-right: 16px;
    }
    .faq__a{
        width: 30px;
        height: 30px;
        margin-top: 10px;
        font-size:  1.4rem;
        padding: 2px 11px;
        margin-right: 16px;
    }
}

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


    /* _______________________ */

    .popup-img__pc{
        display: none;
    }

    .popup-img__sp{
        display: block;
    }

    .popup {
        bottom: 10px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    .popup__link{
        max-width: 327px;
    }

/* _______________________ */





    .fv::before{
        height: 59%;
    }
    .fvBox {
        padding: 35.6px 28px 30px;
    }

    .fvBox__centerText{
        margin-bottom: 20px;
    }

    .fvBox__balloonText {
        line-height: 1.44;
        font-size:  1.8rem;
        padding: 3px 0 12px;
        max-width: 273px;
        height: 42px;
    }
    .fvBox__balloonText::after {
        background-image: url(../img/fv-balloon-sp.png);
    }
    .fvBox__balloonText--small{
        font-size:  1.4rem;
    }
    .fvBox__centerText{
        font-size:  4.5rem;
    }
    .fvBox__centerText--small {
        font-size:  1.8rem;
    }
    .fv-imgSp {
        height: 220px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 16px;
    }
    .slick-dots {
        bottom: -28px;
    }

    /* ____________________ */

    .fv__line {
        line-height: 1.4em;
    }
    /*Safari*/
    _::-webkit-full-page-media,
    _:future,
    :root .fv__line {
        line-height: 1.4em;
    }
    .fvBox__centerText {
        margin-bottom: 0px;
    }
    .fvBox__centerText {
        margin-bottom: -8px;
    }
    /* ____________________ */
    
    .lessonVideo__imgWrap::before{
        width: 30px;
        height: 25px;
    }
    .lessonVideo__text{
        font-size:  1.3rem;
        bottom: 13px;
    }

    .lessonVideo__section-ttl{
        margin-bottom: 60px;
    }
    /* ____________________ */

    .method{
        padding: 60px 0 0;
    }

    .method__sectionTtl--enLarge{
        font-size:  3.0rem;
    }
    .method__sectionTtl--enSmall {
        font-size:  1.6rem;
        margin-right: 4px;
    }
    .method__sectionTtl--ja,
    .method__sectionTtl--ja-sp{
        font-size: 2.0rem;
    }
    .method__sectionTtl--ja {
        margin-left: -6px;
    }
    .method__textAmine-main.show::before {
        height: 12px;
        animation-delay: 1.5s;

    }
    
    .method__section-ttl {
        margin-bottom: 15px;
    }
    .method__ttlUnder {
        margin-bottom: 50px;
        font-size:  2.0rem;
    }
    .method__ttlUnder--bottom {
        margin-top: 6px;
        margin-left: 11px;
    }
    
    .method__ttlUnder--large{
        line-height: 1;
        font-size:  3.0rem;
        margin-bottom: 4px;
    }
    .method__ttlUnder--deco {
        position: relative;
        padding: 0 2.4px;
        margin-right: 12.21px;
    }
    .method__ttlUnder--deco::before {
        width: 12.21px;
        height: 9.98px;
        right: 102%;
        top: 0px;
    } 
    .method__ttlUnder--deco::after{
        width: 12.21px;
        height: 9.98px;
        left: 102%;
        top: 0px;
    }
    .method__detail{
        margin-bottom: 50px;
        font-size: 1.6rem;
        line-height: 1.789;
        margin-bottom: 32px;
    }
    /* _______________________ */

    .section-ttl__inner--kanji{
        font-style: 35px;
    }
    .section-ttl__inner--small{
        font-style: 24px;
    }
    /* ____________________ */
    .label__inner{
        padding: 23px 17px 30px;
    }
    .label__ttl::before {
        right: -7%;
        width: 100%;
        height: 105%;
    }
    .label__ttl02::before{
        height: 90%;
    }

    .label__detail{
        font-weight: 400;
    }
    .purpose__box{
        padding: 90px 0 16px;
    }

    /* ___________________ */



    /* .contest__textAmine-main::before{
        animation-duration: 1.5s;
        transition-delay: 2s;
    } */

    .textAmine__main.show::before ,
    .lessonVideo__textAmine-main.show::before {
        animation-duration: 2s;
        transition-delay: 1s;
    }
}

@media screen and (max-width:376px) {
        .none-under376{
            display: none;
        }
        .block-under376{
            display: block;
        }

    .fv-imgSp {
        height: 160px;
    }



}