@charset "utf-8";

/*----------------------------------------------------------------------
全ページ共通
----------------------------------------------------------------------*/
:root {
    --ffSans: YakuHanJP, 'YuGothic', Yu Gothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    --ffSerif: YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, "Hiragino Mincho ProN", serif;
    --ffNotoSans: YakuHanJP,  'YuGothic', Yu Gothic, 'Noto Sans JP', 'Hiragino Sans', sans-serif;
}

* { 
    min-height: 0vw;
}
html,
body {
    font-family: var(--ffSans);
}

html {
    overflow: auto;
    font-size: 62.5%;
}

body {
    color: #000;
    font-size: 1.7em;
    counter-reset: number 0;
    overflow: hidden;
    font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
a:hover {
    color: inherit;
    opacity: 0.7;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    font-size: 1.7rem;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #202020;
}

img {
    margin-right: auto;
    margin-left: auto;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

a:hover {
    cursor: pointer;
    opacity: 0.7;
}

main {
    overflow: hidden;
}

main p {
    margin-bottom: 20px;
}

.red {
    color: #d30000;
}
.annotation {
    color: #555555;
    font-size: 80%;
}
.palt {
    font-feature-settings: 'palt';
}
.txaC {
    text-align: center;
}
.ffsH {
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}

body .ffNotoSans {
    font-family: var(--ffNotoSans);
}
body .ffSerif {
    font-family: var(--ffSerif);
}
/* YakuHanJP(Gothic) */
@font-face {
    font-family: DIN Condensed;
    font-style: normal;
    font-weight: 700;
    src: url(/wp/wp-content/themes/teacher/fonts/DIN-Condensed-Bold.ttf) format('truetype');
}


/* topページ共通
----------------------------------------- */
.lower_wrap {
    width: 100%;
    margin: 0 auto;
}
.H2Ttl {
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
    font: 700 clamp(3.2rem, var(--sp-32px), 4.8rem) / 1.3 var(--fontFamily-serif-noto);
    background: linear-gradient(to top, rgb(0, 56, 101), rgb(36, 140, 220) 100%);
}
.H2Ttl span {
    display: block;
    font: 700 clamp(2.3rem, var(--sp-22px), 4.2rem) / 1.3 var(--fontFamily-serif-noto);
}
.yLine {
    background: linear-gradient(transparent 50%, #ffefc6 0%);
}



/* fv
----------------------------------------- */
.topFV {
    position: relative;
    display: flex;
    justify-content: flex-start;
    z-index: 0;
    width: 100%;
    height: 580px;
}
.mainTtl {
    position: absolute;
    max-width: 1200px;
    top: 50px;
    left: calc(50% - 600px);
    align-items: center;
    z-index: 1;
}
.subCatch {
    display: inline-block;
    color: #fff;
    padding: 3px 10px 5px;
    background-color: #004fc1;
    font: 700 clamp(1.8rem, var(--sp-14px), 2.5rem) / 1.4 var(--fontFamily-sans-noto);
}
.mainWrap_fv {
    position: absolute;
    top: 0;
    right: 0;
    width: 740px;
    height: 580px;
    background: url(/wp/wp-content/themes/teacher/images/top/mainFV.png) 0 0 / auto no-repeat;
}
.mainWrap_Ttl {
    position: relative;
    margin: -20px 0 40px;
    font: 700 clamp(5.6rem, var(--sp-52px), 9.2rem) / 1.2 var(--fontFamily-sans-noto);
}
.mainWrap_Ttl::after {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    bottom: 0;
    right: -90px;
    z-index: 1;
    background: url(/wp/wp-content/themes/teacher/images/top/icon_FVcatch.svg) 0 0 / auto no-repeat;
}
.mainWrap_Ttl .h1_sub {
    display: inline-block;
    border: 3px solid #000;
    border-radius: 6px;
    padding: 2px 10px 4px;
    margin: -20px 10px 0 0;
    background-color: #fff;
    font: 700 clamp(3.3rem, var(--sp-33px), 3.8rem) / 1.2 var(--fontFamily-sans-noto);
}
.subLead {
    font: 900 clamp(2.2rem, var(--sp-20px), 3.0rem) / 1.5 var(--fontFamily-serif-noto);
}
.mainMov {
    position: absolute;
    height: 580px;
    top: 0px;
    left: 50%;
}
.mainMov video {
    height: 580px;
}
.fitsize {
    position: absolute;
}


/* 当社について　about_wrap
----------------------------------------- */
.about_wrap {
    background-color: #f9f9f3;
    padding: 60px 0;
}
.aboutCont {
    position: relative;
    width: 1000px;
    border: 4px solid #947f28;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px;
}
.aboutCont::before {
    position: absolute;
    content: "";
    border: 2px solid #947f28;
    top: -4px;
    left: -4px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    margin: 10px;
}
.aboutH2 {
    text-align: center;
    font: 900 clamp(3.2rem, var(--sp-30px), 4.2rem) / 1.5 var(--fontFamily-serif-noto);
}
.aboutP {
    text-align: center;
    font: 800 clamp(1.8rem, var(--sp-18px), 2.0rem) / 1.5 var(--fontFamily-yugo);
}
.aboutContImg {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}
.ContImg {
    width: calc( 50% - 10px);
    background-color: #fdeeed;
    border-radius: 10px;
    padding: 15px;
}
.ContImgTtl {
    text-align: center;
    color: #d8002e;
    padding-bottom: 10px;
    font: 700 clamp(2.2rem, var(--sp-20px), 2.4rem) / 1.4 var(--fontFamily-serif-noto);
}
.ContImgP {
    margin: -10px auto 10px;
}
.ContImg img {
    width: 80%;
}

/* ビジョン　vision_wrap
----------------------------------------- */
.visionCont {
    position: relative;
}
.visionContImg {
    display: flex;
    width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    justify-content: space-around;
    align-items: center;
}
.visionContImg::after {
    position: absolute;
    content: "";
    width: 100vw;
    bottom: 0;
    border-bottom: 6px solid;
    border-image: linear-gradient(to right, rgb(0, 56, 101), rgb(36, 140, 220) 100%) 1;
}
.visionContImg:last-child::after {
    content: none;
}
.visionH3 {
    flex: 1;
    color: #d8002e;
    font: 700 clamp(2.8rem, var(--sp-28px), 4.8rem) / 1.4 var(--fontFamily-serif-noto);
}
.visionTxt {
    width: 550px;
    font-weight: bold;
}
.visionTxt p:last-child {
    margin-bottom: 0;
}
.vision1::before {
    position: absolute;
    content: "";
    width: 330px;
    height: 575px;
    top: -90px;
    left: -360px;
    z-index: 1;
    background: url(/wp/wp-content/themes/teacher/images/top/img_vision01.png) 0 0 / auto no-repeat;
}
.vision2::before {
    position: absolute;
    content: "";
    width: 330px;
    height: 614px;
    top: -90px;
    right: -360px;
    z-index: 1;
    background: url(/wp/wp-content/themes/teacher/images/top/img_vision02.png) 0 0 / auto no-repeat;
}
.vision3::before {
    position: absolute;
    content: "";
    width: 330px;
    height: 624px;
    top: -90px;
    left: -360px;
    z-index: 1;
    background: url(/wp/wp-content/themes/teacher/images/top/img_vision03.png) 0 0 / auto no-repeat;
}

.triangle {
  width: 100%;
  height: 200px;
  margin: -40px auto 0;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: linear-gradient(to top, rgb(250, 203, 203), rgb(255, 255, 255) 80%) ;
}



/* 募集しています　recruit_wrap
----------------------------------------- */
.recruit_wrap {
    margin-top: -200px;
    padding-top: 240px;
    background-color: #f9f9f3;
}
.recruitCont {
    position: relative;
    width: 880px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.recruitH2 {
    border: 2px solid #d8002e;
    background-color: #fff;
    padding: 30px 0;
    margin: 0 auto 35px;
    text-align: center;
    font: 700 clamp(2.2rem, var(--sp-18px), 3.6rem) / 1.5 var(--fontFamily-serif-noto);
}
.recruit_terms {
    display: flex;
    max-width: 800px;
    margin: 0 auto 60px;
    gap: 20px;
}
.recruitH3 {
    color: #223a71;
    text-align: center;
    background-color: #fff8bd;
    padding: 10px;
    font: 800 clamp(1.8rem, var(--sp-18px), 2.0rem) / 1.6 var(--fontFamily-serif-noto);
}
/*.under {
    border-bottom: 2px solid #000;
}*/
.megasuta_terms, .hitotsubashi_terms {
    width: 50%;
    background-color: #fff;
    padding: 20px;
    align-items: center;
    color: #333333;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.35);
}
.megasuta_terms li, 
.hitotsubashi_terms li {
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
    margin-bottom: 8px;
}
.megasuta_terms li::before, 
.hitotsubashi_terms li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
}
.megasuta_terms img,
.hitotsubashi_terms img {
    height: 80px;
    margin: 20px auto;
}
.CtaCatch {
    text-align: center;
    margin-bottom: 15px;
    font: 700 clamp(2.2rem, var(--sp-22px), 2.8rem) / 1.4 var(--fontFamily-serif-noto);
}

/* メリット　merit_wrap
----------------------------------------- */
.meritCont {
    position: relative;
    margin-bottom: 80px;
}
.meritCont::before {
    position: absolute;
    content: "";
    width: 284px;
    height: 1170px;
    top: 180px;
    left: 0;
    z-index: -1;
    background: url(/wp/wp-content/themes/teacher/images/top/img_meritLeft.png) 0 0 / auto no-repeat;
}
.meritCont::after {
    position: absolute;
    content: "";
    width: 281px;
    height: 1170px;
    top: 180px;
    right: 0;
    z-index: -1;
    background: url(/wp/wp-content/themes/teacher/images/top/img_meritRight.png) 0 0 / auto no-repeat;
}
.meritContImg {
    width: 880px;
    margin: 40px auto;
}
.meritBox {
    width: 800px;
    margin: 30px auto;
    background-color: #fff;
}
.meritTxt {
    position: relative;
    margin: 0;
    border-top: 2px solid #cccccc;
    font: 700 clamp(2.6rem, var(--sp-22px), 3.2rem) / 1.5 var(--fontFamily-serif-noto);
}
.meritTxt:last-child {
    border-bottom: 2px solid #cccccc;
}
.Num1,.Num2, .Num3, 
.Num4, .Num5, .Num6 {
    padding: 20px 0 20px 110px;
}
.Num1::before, .Num2::before, .Num3::before,
.Num4::before, .Num5::before, .Num6::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    top: 14px;
    left: 0;
}
.Num1::before {
    background: url(/wp/wp-content/themes/teacher/images/top/Num_merit01.svg) 0 0 / auto no-repeat;
}
.Num2::before {
    background: url(/wp/wp-content/themes/teacher/images/top/Num_merit02.svg) 0 0 / auto no-repeat;
}
.Num3::before {
    background: url(/wp/wp-content/themes/teacher/images/top/Num_merit03.svg) 0 0 / auto no-repeat;
}
.Num4::before {
    background: url(/wp/wp-content/themes/teacher/images/top/Num_merit04.svg) 0 0 / auto no-repeat;
}
.Num5::before {
    background: url(/wp/wp-content/themes/teacher/images/top/Num_merit05.svg) 0 0 / auto no-repeat;
}
.Num6::before {
    background: url(/wp/wp-content/themes/teacher/images/top/Num_merit06.svg) 0 0 / auto no-repeat;
}
.meritTxt span {
    display: block;
    color: #d8002e;
    font: 700 clamp(1.8rem, var(--sp-16px), 2.2rem) / 1.3 var(--fontFamily-yugo);
}


/* オンライン指導　online_wrap
----------------------------------------- */
.onlineCont {
    position: relative;
    padding-bottom: 80px;
    background-color: #f3fcff;
}
.onlineCont::before {
    position: absolute;
    content: "";
    width: 45%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
    background: url(/wp/wp-content/themes/teacher/images/top/img_onlineBK_left.png) 0 0 / auto no-repeat;
}
.onlineCont::after {
    position: absolute;
    content: "";
    width: 45%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.4;
    background: url(/wp/wp-content/themes/teacher/images/top/img_onlineBK_left.png) 0 0 / auto no-repeat;
}
.onlineCont .H2Ttl {
    position: relative;
    z-index: 2;
}
.onlineContImg {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #fff;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.onlineContImg:last-child {
    padding-bottom: 20px;
}
.onlineCont1 {
    border-radius: 0 0 40px 40px;
}
.onlineCont2 {
    border-radius: 40px;
}
.onlineCont3 {
    border-radius: 40px 40px 0 0;
}
.onlineCont2::before,
.onlineCont3::before {
    position: absolute;
    content: "";
    width: 1080px;
    top: -2px;
    left: 60px;
    border-top: 4px solid #d6dbe3;
    border-radius: 4px;
}

.onlineH3 {
    text-align: center;
    font: 700 clamp(2.4rem, var(--sp-25px), 3.6rem) / 1.3 var(--fontFamily-serif-noto);    
    margin-bottom: 30px;
}
.onlineH3 span {
    display: block;
    color: #d8002e;
    font: 700 clamp(2.2rem, var(--sp-20px), 3.0rem) / 1.5 var(--fontFamily-yugo);
}
.onlineWrap_commitment {
    display: flex;
    width: 1000px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.onlineWrapCommitment_box {
    position: relative;
    margin-bottom: 0;
    padding:  15px 20px 20px;
    width: calc( (100% - (40px * 1)) / 3 );
    text-align: center;
    background-color: #f1f1e8;
}

.guidance .onlineWrapCommitment_box {
    position: relative;
    margin-bottom: 0;
    padding:  15px 20px 20px;
    width: calc( (100% - (40px * 1)) / 2 );
    background-color: #f1f1e8;
}
.onlineWrapBox_txt {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: center;*/
    align-items: flex-start;
    height: 100%;
}
.onlineWrapBoxTxt_p {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #d8002e;
    -webkit-font-feature-settings: "halt";
            font-feature-settings: "halt";
}
.onlineWrapBoxTxt_img {
    margin-top: auto;
}


/* mov */
#service_movie_container {
    width: 1000px;
    margin: 0 auto;
}
#service_movie_container::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
#service_movie_txt {
    max-width: 450px;
    text-align: left;
    float: left;
}
#service_movie_txt span {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 10px;

}
#service_movie_txt span.indent {
    padding-left: 0em;
    text-indent: -1em;
}
#service_movie_txt span:nth-last-of-type(1) {
    margin-bottom: 10px;
}
#service_movie {
    width: 490px;
    float: right;
}
#service_movie a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 0;
    line-height: 0;
}
#service_movie a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 73px;
    height: 49px;
    background: left top/cover no-repeat;
}
#service_movie a::after {
    background-image: url(/wp/wp-content/themes/teacher/images/common/play_icon.png);
}
#service_movie img {
    width: 100%;
    height: auto;
}
#service_movie p {
    margin-top: 3px;
    text-align: center;
}
@media screen and (max-width: 834px) {
    #service_movie_bg {
        padding: 0;
    }

    #service_movie_subttl {
        font-size: 2.0rem;
    }

    #service_movie_subttl.only_pc {
        display: none;
    }

    #service_movie_subttl::before {
        top: -6px;
        font-size: 2.6rem;
        left: -33px;
    }

    #service_movie_subttl::after {
        top: -6px;
        font-size: 2.6rem;
        right: -29px;
    }

    #service_movie_bg h2 {
        font-size: 2.6rem;
        margin-bottom: 13px;
    }

    #service_movie_container {
        width: 100%;
        text-align: center;
    }

    #service_movie_txt {
        width: 100%;
        max-width: unset;
        float: none;
        margin: 0 auto 20px;
        line-height: 1.5;
    }

    #service_movie_txt span {
        font-size: 2.0rem;
        line-height: 1.4;
        padding-bottom: 0;
    }

    #service_movie_txt span:nth-last-of-type(1) {
        margin-bottom: 5px;
    }

    #service_movie_container .arr {
        width: 100px;
        margin: auto;
    }

    #service_movie {
        width: 100%;
        float: none;
    }

    #service_movie a::after {
        width: 60px;
        height: 43px;
    }

    #service_movie_embed {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    #service_movie_embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #service_movie p {
        text-align: left;
        line-height: 1.5;
        margin-top: 5px;
    }
}

@media screen and (max-width: 320px) {
    #service_movie_bg h2 {
        font-size: 2.2rem;
    }

    #service_movie_txt span {
        font-size: 1.8rem;
    }
}


/* 教師紹介　teacher_wrap
----------------------------------------- */
.teacher_wrap {

}
.teacherCont {

}
.teacherContImg {
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #fff;
}
.teacherContImg::after {
    position: absolute;
    content: "";
    width: 100vw;
    bottom: 0;
    border-bottom: 6px solid;
    border-image: linear-gradient(to right, rgb(0, 56, 101), rgb(36, 140, 220) 100%) 1;
}
/*----------------------------------------------------------------------
教師紹介スライダー
----------------------------------------------------------------------*/
#pass_Lecture {
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
}
#pass_list_Lecture li {
    width: 400px;
    height: auto;
    border: 2px solid #000;
    margin: 4px 10px;
    overflow: hidden;
    background-color: #f9f9f3;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
}
#pass_list_Lecture li p {
    margin-bottom: 0;
}
#pass_list_Lecture img {
    width: auto;
}
.teacher_catch {
    color: #b6010c;
    text-align: left;
    padding: 20px 15px 20px 25px;
    text-indent: -0.5em;
    background-color: #fff;
    overflow: hidden;
    font: 900 2.2rem / 1.3 YakuHanMP, "Noto Serif JP", serif;
}
.teacher_Box {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 10px 20px 40px;
}
.pro {
    position: relative;
}
.pro::before {
    position: absolute;
    content: "";
    width: 64px;
    height: 65px;
    left: 10px;
    bottom: 20px;
    background: url(/wp/wp-content/themes/teacher/images/top/pro_icon.png) 0 0 / contain no-repeat;
}
.pImgWrap {
    width: 145px;
    margin-right: 15px;
}
.teacher_name {
    position: relative;
    padding: 0;
    text-align: left;
    font: 900 1.8rem / 1.8 var(--fontFamily-yugo);
}
/*#pass_list_Lecture .pass_name {
    margin-top: 0;
    padding: 0;
    text-align: left;
    font: 900 1.8rem / 1.3 var(--fontFamily-yugo);
}*/




/* メディア掲載情報　media_wrap
----------------------------------------- */
.mediaCont {
    background-color: #ffffff;
    background-image: radial-gradient(circle, #eeeeee 1px, transparent 1px), radial-gradient(circle, #eeeeee 1px, transparent 1px);
    background-position: 0 0, 4px 8px;
    background-size: 8px 16px;
}


/*----------------------------------------------------------------------
メディア紹介　について
----------------------------------------------------------------------*/
.mediaWrap.accordion_tree {
    margin-top: 40px;
}

.mediaWrap {
    padding: 70px 0 60px;
/*    background: url(/wp/wp-content/themes/teacher/images/top/introFlow_bg.svg) 50% -179px/1434px auto no-repeat, #e0e4e7;*/
}
.mediaConts {
    width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}
.mediaConts_ttl {
    margin-bottom: 50px;
    padding: 0;
    line-height: 1;
}
.mediaConts_ttl span {
    display: block;
    margin-bottom: 8px;
    font-size: 2rem;
}
.mediaLists {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
    grid-gap: 25px 20px;
    grid-gap: clamp(10px, 2.667vw, 25px) 20px;
    margin-bottom: 30px;
}
@media screen and (min-width: 520px) {
    .mediaLists.list_2 {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 353px));
        justify-content: center;
    }
}
.mediaWrap:not(.inner) .mediaLists {
    margin-bottom: 40px;
}
.mediaBox_cont {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    padding: 15px;
    padding: min(2.667vw, 15px);
    width: 100%;
    border: 1px solid #555;
    background-color: #fff;
}
.wrap .mediaBox_cont p {
    margin-bottom: 10px;
    color: #e02549;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
}
.mediaConts_ttl {
    margin-bottom: 40px;
    padding: 0;
    color: #223a70;
    text-align: center;
/*    font: bold 3.6rem "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic", sans-serif;*/
    font: 700 clamp(2.2rem, var(--sp-22px), 3.6rem) / 1.3 var(--fontFamily-serif-noto);
}
.mediaWrap .accdWrap {
    margin-bottom: 40px;
}
.mediaWrap:not(.inner) .accdWrap {
    margin-bottom: 50px;
}
.mediaWrap .accdWrap_inner {
    margin-top: 30px;
    padding: 0;
    max-width: 100%;
}
.mediaWrap:not(.inner) .accdWrap_inner {
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .mediaWrap {
        padding: 70px 0 5px;
        background-position: right 8px top 30px;
        background-size: 111.6vw auto;
    }
    .mediaWrap:not(.inner) .accdWrap {
        padding-inline: 20px;
    }
}

@media screen and  (max-width: 480px) {
    .mediaWrap {
        padding: 50px 0 1px;
    }

    /*.mediaConts_box {
        padding: 0 20px;
    }*/

    .mediaConts_ttl span {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .mediaConts_ttl {
        margin-bottom: 20px;
    }
}

.mediaWrap.inner {
    margin: 10px auto 30px;
    padding: 30px 7.5% 20px;
    max-width: 1000px;
    width: 100%;
    background: #fff6ed;
}

.mediaWrap.inner .mediaConts {
    width: 100%;
    max-width: 880px;
}

.mediaWrap.inner .mediaConts_ttl {
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.8rem;
    font-family: var(--ffSerif);
    line-height: 1.3;
}

.mediaWrap.inner .mediaLists {
    grid-column-gap: 15px;
}

.mediaWrap.inner .mediaBox_cont p {
    margin-bottom: 7px;
    font-size: 1.6rem;
}

@media not screen and (max-width: 768px) {
    .mediaWrap.inner {
        margin-block: 30px 0;
        padding-inline: 20px;
    }
}

@media screen and (max-width: 768px) {
    .mediaWrap.inner .mediaConts_box {
        padding: 0;
    }

    .mediaWrap.inner .mediaConts_ttl {
        margin-bottom: 25px;
    }
}
/* accordion
----------------------------------------- */
.accdWrap_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 5px 35px;
    max-width: 600px;
    width: 100%;
    min-height: 50px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 100px;
    border: 3px solid #dcdcdc;
    background-color: #fff;
    cursor: pointer;
}

.ie .accdWrap_btn {
    padding: 10px;
}

.accdWrap_btn::before,
.accdWrap_btn::after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
    width: 15px;
    height: 2px;
    background-color: #000;
    transition: .3s;
}

.accdWrap_inner:not(.open) {
    display: none;
}

.accdWrap_btn:not(.active)::after {
    transform: translateY(-50%) rotate(-270deg);
}

@media screen and (max-width: 480px) {
    .accdWrap_btn {
        font-size: 1.6rem;
        font-size: max(4.267vw, 1.4rem);
    }

    .accdWrap_btn::before,
    .accdWrap_btn::after {
        width: 14px;
        height: 3px;
    }
}


/* 生徒紹介の流れ　introFlow_wrap
----------------------------------------- */
.introFlowCont {
    background-color: #f9f9f3;
}
.introFlowContImg {
    position: relative;
    margin: 0 auto;
    padding: 50px 0;
}
.introFlowBox {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 70px 60px 20px;
    background-color: #fff;
}
.introFlowBox.Flow2 {
    padding: 125px 60px 20px;
}

.introFlowBox.Flow3 {
    padding: 125px 60px 20px;
    border: 4px solid #d80c18;
}
.introFlowBox p {
    text-align: center;
}
.introFlowContImg .triangle {
    position: relative;
    width: 1000px;
    height: 120px;
    margin: 0 auto;
    z-index: 1;
}
.Flow2 {
    margin-top: -60px;
}
.Flow3 {
    margin-top: -60px;
}
.introFlowH3 {
    text-align: center;
    padding-bottom: 10px;
    font: 700 clamp(2.4rem, var(--sp-26px), 3.2rem) / 1.4 var(--fontFamily-serif-noto);
}
.introFlowH3.FlowNum3 {
    color: #d8002e;
}
.FlowNum1, .FlowNum2, .FlowNum3 {
    position: relative;
}
.FlowNum1::before, .FlowNum2::before, .FlowNum3::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: -55px;
    left: calc(50% - 25px);
}
.FlowNum1::before {
    background: url(/wp/wp-content/themes/teacher/images/top/Num_maru1.svg) 0 0 / auto no-repeat;
}
.FlowNum2::before {
    background: url(/wp/wp-content/themes/teacher/images/top/Num_maru2.svg) 0 0 / auto no-repeat;
}
.FlowNum3::before {
    background: url(/wp/wp-content/themes/teacher/images/top/Num_maru3.svg) 0 0 / auto no-repeat;
}
.FlowTxt {
    width: 800px;
    margin: 30px auto 10px;
    padding: 20px;
    background-color: #f9f9f3;
}
.FlowTxt .FlowTxt_P {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}
.FlowTxt ul {
    display: grid;
    justify-content: center;
}
.FlowList {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
    font: 800 clamp(1.8rem, 2.2vw, 2.0rem) / 1.5 var(--fontFamily-yugo);
}
.FlowList::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 24px;
    top: 6px;
    left: 0;
    background: url(/wp/wp-content/themes/teacher/images/top/icon_check.svg) 0 0 / auto no-repeat;
}
.introFlowBox .annotation {
    margin-bottom: 0;
    color: #000;
    font-size: 100%;
}



/*  ページ遷移ボタン */
.site_btn {
    margin: 0 auto;
}
.teacherContImg .site_btn {
    margin: 0 auto 20px;
}
#dtlBtn.site_entry {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 620px;
    height: 94px;
    margin: 40px auto;
    padding: 6px 20px 6px 6px;
    align-self: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 4px solid #014fc2;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0px 2px 0px 2px rgba(29, 60, 150, 1);
    color: #014fc2;
    text-decoration: none;
    font: 800 clamp(2.2rem, var(--sp-16px), 3.2rem) / 1.3 var(--fontFamily-serif-noto);
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
}

#dtlBtn.site_entry::after {
    content: "";
    position: absolute;
    width: min(calc(var(--sp-1px)* 34), 50px);
    aspect-ratio: 1 / 1;
    right: 20px;
    background: url(/wp/wp-content/themes/teacher/images/top/site_entryBtn.svg) right center / auto 100% no-repeat;
}
#dtlBtn.site_entry:hover {
    color: #fff;
    translate: 0 2px;
    opacity: 1;
    border: 4px solid #1d3c96;
    box-shadow: none;
    background-image: linear-gradient(to top, rgb(0, 56, 101), rgb(36, 140, 220) 100%);
}
#dtlBtn.site_entry:hover::after {
    content: "";
    background: url(/wp/wp-content/themes/teacher/images/top/site_entryBtn_hover.svg) right center / auto 100% no-repeat;
}

@media screen and (max-width: 600px) {
    .site_btn {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 414px) {
    .site_btn {
        width: calc(100% - 30px);
    }
    #dtlBtn.site_entry {
        width: calc(100% - 40px);
        height: 76px;
        margin: 30px auto;
    }
    #dtlBtn.site_entry::after {
        right: 10px;
    }
}




/*----------------------------------------------------------------------
PC/SP ブレークポイント
----------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .mainTtl {
        left: 20px;
    }
    .mainMov {
        left: 45%;
    }
    .meritCont::before {
        left: -100px;
    }
    .meritCont::after {
        right: -100px;
    }
    .onlineContImg {
        width: calc(100% - 40px);
        padding: 30px 40px 40px;
    }
    .onlineCont2::before, 
    .onlineCont3::before {
        width: calc(100% - 120px);
    }
    .onlineWrap_commitment {
        width: 100%;
    }
    .introFlowContImg {
        padding: 30px 20px 60px;   
    }
    .introFlowBox {
        width: 100%;
        padding: 70px 20px 20px;
    }
    .introFlowBox.Flow2,
    .introFlowBox.Flow3 {
        padding: 125px 20px 20px;
    }
    .FlowTxt {
        width: 100%;
    }
    .introFlowContImg .triangle {
        width: 100%;
        height: 100px;
    }
}

@media screen and (max-width: 834px) {
    .topFV {
        height: 900px;
        padding: 0 20px;
        overflow: hidden;
    }
    .mainTtl {
        width: auto;
        top: 30px;
        left: calc(50% - 290px);
    }
    .mainWrap_Ttl {
        margin: -35px 0 0;
    }
    .mainMov {
        top: unset;
        bottom: 0;
        left: 0;
    }
    .subLead {
        display: flex;
        padding: 30px 20px;
        color: #d8002e;
        justify-content: center;
    }

    .about_wrap {
        padding: 60px 20px;
    }
    .aboutCont {
        width: 100%;
    }
    .aboutP {
        text-align: left;
    }

    .visionContImg {
        width: 100%;
        flex-wrap: wrap;
        margin: 30px auto;
        padding: 0 20px;
        justify-content: center;
    }
    .visionContImg::after {
        bottom: 50px;
        left: 0;
    }
    .visionH3 {
        flex: inherit;
        margin-bottom: 20px;
    }
    .visionTxt {
        width: auto;
    }
    .visionImg {
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }
    .vision1::before,
    .vision2::before,
    .vision3::before, {
        display: none;
    }
    .triangle {
        height: 160px;
        margin: -130px auto 0;
    }

    .recruit_wrap {
        margin-top: -160px;
        padding-top: 180px;
    }
    .recruitCont {
        width: 100%;
        padding: 0 20px 60px;
    }
    .recruit_terms {
        width: calc(100% - 40px);
        margin: 0 auto 40px;
    }

    .meritCont {
        margin-bottom: 60px;
    }
    .meritCont::before,
    .meritCont::after {
        content: none;
    }
    .meritContImg {
        width: 100%;
        margin: 30px auto;
        padding: 0 20px;
    }
    .meritImg {
        margin-bottom: 20px;
    }
    .meritBox {
        width: calc(100% - 40px);
    }
    .Num1, .Num2, .Num3, .Num4, .Num5, .Num6 {
        padding: 20px 0 20px 95px;
    }
    .Num1::before, .Num2::before, .Num3::before,
    .Num4::before, .Num5::before, .Num6::before {
        width: 80px;
        height: 80px;
        top: 20px;
        left: 0;
        display: inline-block;
    }
    .Num1::before {
        background: url(/wp/wp-content/themes/teacher/images/top/Num_merit01_sp.svg) 0 0 / contain no-repeat;
    }
    .Num2::before {
        background: url(/wp/wp-content/themes/teacher/images/top/Num_merit02_sp.svg) 0 0 / contain no-repeat;
    }
    .Num3::before {
        background: url(/wp/wp-content/themes/teacher/images/top/Num_merit03_sp.svg) 0 0 / contain no-repeat;
    }
    .Num4::before {
        background: url(/wp/wp-content/themes/teacher/images/top/Num_merit04_sp.svg) 0 0 / contain no-repeat;
    }
    .Num5::before {
        background: url(/wp/wp-content/themes/teacher/images/top/Num_merit05_sp.svg) 0 0 / contain no-repeat;
    }
    .Num6::before {
        background: url(/wp/wp-content/themes/teacher/images/top/Num_merit06_sp.svg) 0 0 / contain no-repeat;
    }

    .onlineCont {
        padding-bottom: 60px;
    }
    .onlineCont::before {
        width: 100%;
    }
    .onlineCont::after {
        content: none;
    }
    .onlineCont .H2Ttl {
        margin: 0 auto 30px;
    }
    .onlineWrapCommitment_box, 
    .guidance .onlineWrapCommitment_box {
        width: calc((100% - 30px) / 2);
        height: auto;
    }
    .onlineWrapCommitment_box {
        margin-bottom: 30px;
    }
    .onlineWrapCommitment_box:last-child {
        margin-bottom: 0;
    }

    .teacherContImg {
        padding: 40px 0;
    }
    .mediaWrap {
        padding: 40px 0px 20px;
    }
    .mediaCont {
        padding: 0 20px;
    }
    .mediaConts {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .topFV {
        height: 800px;
    }

    .mainMov {
        bottom: -15%;
    }
    .mainMov video {
        height: 85%;
    }

    .ContImg {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .mainTtl {
        left: calc(50% - 260px);
    }
    .mainWrap_Ttl {
        margin: -25px 0 0;
    }
    .mainWrap_Ttl::after {
        display: inline-block;
        background-size: contain;
        width: 40%;
        height: 70%;
        bottom: 40px;
        right: -55px;
        z-index: -1;
    }

    .about_wrap {
        padding: 40px 0;
    }
    .aboutCont {
        padding: 30px;
    }
    .visionCont .H2Ttl {
        padding: 30px 0;
        line-height: 1.3;
    }
    .recruit_terms {
        width: 100%;
        flex-wrap: wrap;
    }
    .megasuta_terms, .hitotsubashi_terms {
        width: 100%;
    }
    .recruitH2 {
        padding: 20px;
    }
    .meritTxt {
        line-height: 1.3;
    }
    .Num1::before, .Num2::before, .Num3::before, 
    .Num4::before, .Num5::before, .Num6::before {
        top: 37px;
    }

    .onlineWrapCommitment_box, 
    .guidance .onlineWrapCommitment_box {
        width: 100%;
        margin-bottom: 15px;
    }
    .onlineWrapCommitment_box:last-child {
        margin-bottom: 0;
    }
    .mediaCont {
        padding: 0;
    }
    .introFlowBox p {
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .topFV {
        height: 150vw;
    }
    .mainTtl {
        left: 30px;
    }
    .mainWrap_Ttl {
        margin: -5px 0 0;
    }
    .mainWrap_Ttl::after {
        width: 40%;
        height: 70%;
        bottom: -20px;
        right: -80px;
    }
    .mainMov {
        bottom: -25%;
        left: -5%;
    }
    .mainMov video {
        height: 65%;
    }

    .meritBox {
        width: 100%;
    }
    .Num1, .Num2, .Num3, 
    .Num4, .Num5, .Num6 {
        padding: 15px 0 15px 60px;
    }
    .Num1::before, .Num2::before, .Num3::before, 
    .Num4::before, .Num5::before, .Num6::before {
        width: 45px;
        height: 45px;
        top: calc(50% - 23px);
    }

    .onlineCont3 .onlineH3 {
        padding: 0 20px;
    }
    .onlineContImg {
        padding: 30px 0 40px;
    }
    .onlineContImg.onlineCont1 {
        padding: 30px 20px 40px;
    }

    #pass_list_Lecture li {
        width: 330px;
        height: 377px;
    }
    .teacher_catch {
        height: 116px;
        padding: 20px 15px 10px 25px;
    }
    .teacher_Box {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }
    .pro::before {
        left: 60px;
        bottom: 90px;
    }
    .pImgWrap {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .teacher_name {
        line-height: 1.6;
    }
    /* SP時に教師名を改行させる力技 */
    .spacer {
      width: 100%;
    }
}
@media screen and (max-width: 430px) {
    .mainWrap_Ttl::after {
        bottom: 10px;
        right: -45px;
    }
    .mainMov {
        bottom: -45%;
    }
    .mainMov video {
        height: 55%;
    }
    .subLead {
        padding: 20px 10px;
    }
}
@media screen and (max-width: 414px) {
    .mainTtl {
        left: 20px;
        top: 20px;
    }
    .introFlowContImg .triangle {
        height: 80px;
    }
    .FlowTxt .FlowTxt_P {
        font-size: 2.0rem;
    }
    .FlowList {
        padding-left: 35px;
    }
    .FlowList:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 375px) {
    .mainWrap_Ttl::after {
        width: 35%;
        height: 58%;
        bottom: 35px;
        right: -30px;
    }
    .mainMov {
        bottom: -50%;
    }
    .triangle {
        height: 130px;
        margin: -130px auto 0;
    }
    .recruit_wrap {
        margin-top: -130px;
        padding-top: 140px;
    }
}


/***********************************************************************
only_●●の記述　commonから
***********************************************************************/
.only_pc {
    display: block;
}
.only_sp {
    display: none !important;
}
@media screen and (min-width: 1201px) {
    .only_1200 {
        display: none !important;
    }
}
@media screen and (min-width: 481px) {
    .only_480 {
        display: none !important;
    }
}
@media screen and (min-width: 321px) {
    .only_320 {
        display: none !important;
    }
}
@media screen and (max-width: 834px) {
    .only_pc {
        display: none !important;
    }
    .only_sp {
        display: block;
    }
}