@charset "utf-8";

strong {
    color: #000;
}
.yLine {
    background-color: #fffd5f;
}
.lowerWrap {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
}
.lower_wrap_subcont img{
    width: 100%;
    height: auto;
}
.lowerWrap .teacher_indent {
    display: block;
    padding-left: .5em;
    text-indent: -1em;
}
@media screen and (max-width: 834px) {
    .lowerWrap .teacher_indent {
        padding-left: 0em;
        text-indent: -.5em;
    }
}
.tabLists_btn {
    cursor: pointer;
}

.tab_guide {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    line-height: 24px;
    margin: 20px auto;
}

.tab_guide:before {
    margin-top: 12px;
    margin-right: 10px;
    width: 16px;
    height: 24px;
    content: url("/mega/wp-content/themes/site/images/teacher/obj_green.svg");
}
@media screen and (min-width: 769px) {
    .tab_guide:before {
        margin-top: 0;
    }
}
/* Fv
------------------------------*/
#teacher_ttl_container {
    position: relative;
    width: 100%;
    height: 385px;
    border-bottom: 1px solid #aaa;
    background-color: #fffcf4;
    overflow: hidden;
}

#teacher_ttl_bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 385px;
    background-repeat: no-repeat, repeat;
    background-position: calc(50% + 250px) bottom, left;
}

#teacher_ttl_bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background: calc(50% + 270px) 25px/600px no-repeat;
}

#teacher_ttl_bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background: calc(50% + 270px) 25px/600px no-repeat;
}

#teacher_ttl_bg:after {
    /*background-image: url("/mega/wp-content/themes/site/images/teacher/teacher_Fv.png");*/
}

#teacher_ttl_bg #lower_ttl {
    height: 100%;
}

#teacher_ttl_bg #lower_ttl h1 {
    margin: 25px 0 0;
    color: #d8002e;
    font-weight: 700;
    font-size: 4.4rem;
    line-height: 1.4;
    font-family: var(--fontFamily-sans-noto);
}

#teacher_ttl_bg #lower_ttl h1 .ttl_span_ming {
    display: block;
    font-size: 3.8rem;
    color: #000;
    margin-bottom: 25px;
    font-weight: 900;
    font-family: YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
}

#teacher_ttl_bg #lower_subttl {
    font-size: 4.0rem;
    margin-top: 0px;
    color: #000;
}

@media screen and (max-width: 834px) {
    #teacher_ttl_container {
        height: 400px;
        height: max(200px, min(95.33vw, 1573px));
    }

    #teacher_ttl_bg {
        height: 100%;
    }

    #teacher_ttl_bg #lower_ttl {
        height: 100%;
    }
    #teacher_ttl_bg #lower_ttl h1 {
        line-height: 1.2;
    }
    #teacher_ttl_bg #lower_ttl h1 .ttl_span_ming {
        /*font-size: 4rem;*/
        font-size: 6.4vw;
        /*font-size: max(1rem, min(5.333vw, 4rem));*/
        margin-bottom: 15px;
    }
    .only_sp_small {
        display: block;
        /*font-size: 24px;*/
        font-size: 6.4vw;
    }

    #teacher_ttl_bg #lower_subttl {
        font-size: 2.8rem;
        margin-top: 0px;
        color: #000;
    }

    #teacher_ttl_bg #lower_ttl h1 {
        margin: 31.577vw 0 0px 0;
        /*font-size: 5rem;*/
        font-size: max(2rem, min(6.467vw, 5rem));
        padding: 15px;
        font-size: 9.067vw;
    }

    /*#teacher_ttl_bg:before {
        left: 0;
        width: 100%;
        background: url("/mega/wp-content/themes/site/images/teacher/teacher_Fv_before.png") 50% 2%/100% no-repeat;
    }

    #teacher_ttl_bg:after {
        left: 0;
        width: 100%;
        background: url("/mega/wp-content/themes/site/images/teacher/teacher_Fv_after.png") 50% 98%/100% no-repeat;
    }*/
}

/* First view
----------------------------------------- */
.firstView {
    padding-top: min(var(--sp-10px), 23px);
    grid-gap: min(var(--sp-8px), 8px);
    height: 380px;
    position: relative;
    display: grid;
    grid-template-columns: min(100%, 1120px);
    place-content: start center;
    z-index: 0;
    padding: clamp(15px, var(--sp-15px), 30px) var(--paddingInline) 0;
    min-height: 150px;
    --paddingInline: 14px;
    overflow: hidden;
    background: url(/area/assets/images/teacher/teacher_fv_bg.png) 0 0 / cover no-repeat;
}
.firstView h1 {
    color: #ce0303;
    font: 700 clamp(2.2rem, var(--sp-24px), 5rem) / 1.3 var(--fontFamily-yugo-yakuhan);
    /*width: calc( 100% / 2 + 35px );*/
    width: calc( 100% / 2 + 70.2vw );
    display: inline-block;
    text-shadow: 2px 2px 3px #ffffff;
}
.h1sub {
    color: #000;
    margin-bottom: 15px;
    font: 900 clamp(2rem, var(--sp-20px), 4.4rem) / 1.4 var(--fontFamily-serif-noto);
}
.h1tight {
    display: block;
}
.linebox {
    display: inline-block;
    width: auto;
    padding: 2px 10px;
    margin: 10px 10px 5px 0;
    border: solid 3px #ce0303;
    color: #ce0303;
    font-size: 5rem;
    background: #fff;
}
.sankakuImg {
    position: absolute;
    left: calc( 50% - 570px );
    top: 0;
    z-index: -1;
}
.firstView_mov {
    position: absolute;
    bottom: var(--sp-25px);
    left: calc(50% + var(--sp-1px));
    width: 56.533vw;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 16/9;
    border: solid 2px #000;
    z-index: 1;
}
.firstView_mov img {
    display: block;
    width: 100%;
    height: 100%;
}
.firstView_mov video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: initial;
}
.aboutContents .firstView_movTtl {
    position: absolute;
    width: 440px;
    bottom: -2px;
    left: calc(50% + 110px);
    font-size: 1.8rem;
    padding-top: 10px;
    text-align: center;
    font-weight: 900;
}
@media not screen and (max-width: 834px) {
    .firstView {
        align-content: start;
        padding-bottom: min(4.992vw, 41px);
        
    }
    .firstView_mov {
        bottom: 50px;
        left: calc(50% + 110px);
        width: 440px;
    }
}
.firstView {
    position: relative;
}

@media screen and (max-width: 1140px) {
    .sankakuImg {
        transform: translateX(-50%);
        left: 570px;
    }
}

@media screen and (max-width: 834px) {
    .firstView {
        height: auto;
        align-content: start;
        padding-bottom: min(4.992vw, 41px);
    }
    .firstView h1 {
        font: 700 clamp(2rem, var(--sp-24px), 4rem) / 1.3 var(--fontFamily-sans-noto);
        width: calc( 100% - 200px );
    }
    .h1sub {
        font: 900 clamp(1.8rem, var(--sp-18px), 3.2rem) / 1.4 var(--fontFamily-serif-noto);
        font-size: 4.077vw;
    }
    .linebox {
        font-size: 5.156vw;
    }
    .firstView_mov {
        width: 32.103vw;
        left: 65vw;
        bottom: 10vw;
    }
    .aboutContents .firstView_movTtl {
        width: 260px;
        bottom: 1.199vw; 
        left: 65vw;
        line-height: 1.3;
        font-weight: 700;
    }
}
@media screen and (max-width: 768px) {
    .aboutContents .firstView_movTtl {
        bottom: 0.391vw;
    }
}
@media screen and (max-width: 600px) {
    .firstView {
        background: url(/area/assets/images/teacher/teacher_fv_sp.png) 0 0/contain no-repeat;
        width: 100vw;
        height: 89.333vw;
    }
    .firstView h1 {
        width: 100%;
        font-size: 7.67vw;
        line-height: 1.4;
    }
    .h1sub {
        font-size: 6vw;
        margin-bottom: 0.167vw;
    }
    .linebox {
        margin: 5px 5px 0 0;
        padding: 0 10px;
        font-size: 7.5vw;
    }
    .firstView_mov {
        width: 66.17vw;
        transform: translateX(-50%);
        left: 50vw;
        bottom: 8vw;
    }
    .aboutContents .firstView_movTtl {
        width: 100%;
        transform: translateX(-50%);
        left: 50vw;
        font-weight: 700;
    }
    .aboutContents .firstView_movTtl {
        bottom: -0.5vw;
    }
}
@media screen and (max-width: 480px) {
    .firstView {
        height: 89.37vw;
    }
    .firstView h1 {
        line-height: 1.5;
    }
    .firstView_mov {
        width: 68.75vw;
        bottom: 10vw;
    }
    .linebox {
        margin: 0 5px 0 0;
    }
    .h1sub {
        margin-bottom: 1.25vw;
    }
    .aboutContents .firstView_movTtl {
        bottom: -1.905vw;
    }
}
@media screen and (max-width: 375px) {
    .firstView h1 {
        line-height: 1.5;
    }
    .h1sub {
        margin-bottom: 8px;
    }
    .linebox {
        margin: 0 5px 0 0;
        padding: 0px 5px;
    }
    .aboutContents .firstView_movTtl {
        font-size: 1.5rem;
    }
    .aboutContents .firstView_movTtl {
        bottom: -1.867vw;
    }
}



/* 大見出し
------------------------------*/
.teacher_main_h2_container {
    position: relative;
    background: #fff9e9 50% 0/contain no-repeat;
    color: #d8002e;
    margin-top: 60px;
    margin-bottom: 20px;
    overflow: hidden;
}

.teacher_main_h2_container {
    background-image: url("/mega/wp-content/themes/site/images/teacher/h2_recommend_bg_sp.png");
}

.teacher_main_h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 53.667vw;
    line-height: 1.4;
}

.teacher_main_h2:before,
.teacher_main_h2:after {
    content: "";
    position: absolute;
    width: 29.933vw;
    height: 53.667vw;
}

.teacher_main_h2:before {
    left: 0;
    top: 0;
    background: url("/mega/wp-content/themes/site/images/teacher/h2_recommend_bg_sp_before.png") 50% 0/100% no-repeat;
}

.teacher_main_h2:after {
    right: 0;
    top: 0;
    background: url("/mega/wp-content/themes/site/images/teacher/h2_recommend_bg_sp_after.png") 50% 0/100% no-repeat;
}

.teacher_main_h2_container .teacher_main_h2_txt {
    font-size: 3.6rem;
    font-size: max(2.2rem, min(4.8vw, 3.6rem));
}

.teacher_main_h2_subcatch {
    display: block;
    font-size: 3.3rem;
}

.teacher_pageH2_container {
    background: url(/area/assets/images/teacher/nuance_color.png)0 0/cover no-repeat,
                #f8af00;
    padding: 18px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.teacher_pageH2 {
    font-size: 4rem;
    line-height: 1.3;
    background-image: linear-gradient(270deg, #fff4db, #fff);
    max-width: 1070px;
    padding: 20px 0 20px 90px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .teacher_pageH2 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .teacher_pageH2 {
        font-size: 3.5rem;
    }
}

@media screen and (min-width: 835px) {
    .teacher_main_h2_container {
        border-top: solid #e0762b 3px;
        background: #fff9e9 50% 0/cover no-repeat;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .teacher_main_h2_container {
        background-image: url("/mega/wp-content/themes/site/images/teacher/h2_recommend_bg_pc.png");
    }

    .teacher_main_h2 {
        padding-top: 85px;
        line-height: 1.4;
        width: 720px;
        height: 262px;
        margin: auto;
    }
    .teacher_main_h2:before,.teacher_main_h2:after {
        width: 588px;
        height: 262px;
    }

    .teacher_main_h2:before {
        width: 588px;
        height: 262px;
        left: -370px;
        top: 0;
        background: url("/mega/wp-content/themes/site/images/teacher/h2_recommend_bg_pc_before.png") 50% 0/100% no-repeat;
    }

    .teacher_main_h2:after {
        width: 628px;
        height: 262px;
        right: -400px;
        top: 0;
        background: url("/mega/wp-content/themes/site/images/teacher/h2_recommend_bg_pc_after.png") 50% 0/100% no-repeat;
    }

    .teacher_main_h2_container .teacher_main_h2_txt {
        font-size: 4.6rem;
    }
}

@media screen and (max-width: 834px) {
    .teacher_pageH2 {
        font-size: 3.837vw;
    }
}

/* ステップ
------------------------------*/
.teacher_step_containar {
    border: #fef3e9 20px solid;
}

.teacher_step_list h4 {
    font-size: 3.6rem;
    font-size: max(1.6rem, min(4.8vw, 3.6rem));
    line-height: 1.4;
    text-align: center;
}

.teacher_step_list div {
    margin-top: 20px;
}

.teacher_step ul {
    counter-reset: number;

}

.teacher_step ul li {
    position: relative;
    list-style: none;
    padding-bottom: 40px;
    margin: 90px 0 0;
    background: #fff;
}

.teacher_step ul li:before {
    counter-increment: number;
    content: counter(number);

    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #e24148;
    border-radius: 100%;
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -30px;
}
}

.teacher_step_list div img {
    width: 90%;
    margin: auto;
}

@media screen and (min-width: 835px) {
    .teacher_step_containar {
        border: none;
    }

    .teacher_step_list {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .teacher_step_list h4 {
        font-size: 2.4rem;
        padding-left: 80px;
        line-height: 60px;
        text-align: left;
    }

    .teacher_step_list div {
        display: flex;
        padding-left: 1em;
        margin-top: -10px;
        padding-top: 20px;
        border-left: solid #fef3e9 20px;
    }

    .teacher_step_list div .imgLazy {
        width: 300px;
        height: auto;
        margin-left: 30px;
        flex-shrink: 0;
    }

    .teacher_step ul li {
        padding-bottom: 20px;
        margin: 0;
    }

    .teacher_step ul li:before {
        counter-increment: number;
        content: counter(number);
        position: absolute;
        top: 0;
        left: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background-color: #e24148;
        border-radius: 100%;
        color: #fff;
        font-size: 2em;
        font-weight: 600;
        text-align: center;
    }

    .ie .teacher_step ul li:before {
        padding-top: 4px;
        font-size: 30px;
    }
}

/* ステップ見出し
------------------------------*/
.teacher_h3_base {
    font-size: 4rem;
    font-size: max(1.6rem, min(5.6vw, 4rem));
    margin: 30px 10px 10px;
    text-align: center;
    background: linear-gradient(to right, #e17639 0%, #e17639 33.3%, #64aac4 33.3%, #64aac4 66.6%, #00955d 66.6%, #00955d 66.6%, #00955d 100%) 100% 100%/100% 5px repeat-x, #fff;
}

@media screen and (min-width: 835px) {
    .teacher_h3_base {
        text-align: left;
        margin: 60px 0 30px 0;
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 834px) {
    .teacher_h3_base {
        padding-bottom: 1.199vw;
    }
    .teacher_step_list div {
        padding: 0 20px;
    }
    .stepTmg img {
        max-width: 400px;
        margin: 0 auto;
    }
    .teacher_main_h2_container .teacher_main_h2_txt {
        font-size: 5.036vw;
    }
    .student_box.pro .student_catch {
        margin-bottom: 0;
        padding-top: 1.953vw;
    }
}

@media screen and (max-width: 768px) {
    .firstView h1 {
        font-size: 4.688vw;
    }
}

@media screen and (max-width: 600px) {
    .firstView {
        margin-bottom: 4.167vw;
    }
    .firstView h1 {
        font-size: 9vw;
        line-height: 1.2;
    }
    .h1sub {
        line-height: 1.2;
        font-size: 6.667vw;
        padding-top: 0.833vw;
        margin-bottom: 3vw;
    }
    .h1tight {
        font-size: 6.667vw;
    }
    .teacher_pageH2_container {
        margin-top: 40px;
    }
    .teacher_pageH2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .teacher_pageH2_container {
        background-position: top center;
        padding: 15px;
    }
    .teacher_pageH2,
    .teacher_main_h2_subcatch {
        font-size: 4.667vw;
    }

}



/* h3見出し
------------------------------*/
.teacher_h3 {
    font-size: 4rem;
    font-size: max(1.6rem, min(5.6vw, 4rem));
    position: relative;
    margin: 40px auto 20px;
    padding: 0 40px;
}

.teacher_h3::before,
.teacher_h3::after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    top: 50%;
    z-index: 1;
    width: 20px;
    height: 64px;
    background: url(/mega/wp-content/themes/site/images/teacher/h3_beforeafter.svg) 0 0/contain no-repeat;
}

.teacher_h3::before {
    left: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.teacher_h3::after {
    right: 10px;
    transform: translateY(-50%) scale(-1, 1);
    -webkit- transform: translateY(-50%) scale(-1, 1);
}

@media screen and (min-width: 835px) {
    .teacher_h3 {
        display: inline-flex;
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 768px) {
    .teacher_h3 {
        width: calc(100% - 40px);
        display: flex;
        justify-content: center;
        line-height: 1.4;
    }
}

@media screen and (max-width: 480px) {
    .teacher_pageH2, .teacher_main_h2_subcatch {
        font-size: 5.417vw;
    }
    .teacher_pageH2 {
        padding-left: 4.167vw;
        padding-right: 4.167vw;
    }
}


/*講師紹介 中学生から移植*/

.students {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1270px;
    width: 100%;
    margin: 0 auto 50px;
}

.student_box {
    font-size: 1.6rem;
    width: 100%;
    padding: 20px 20px 25px 20px;
    z-index: 1;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
}

.student_box .main {
    font-weight: 700;
    margin-bottom: 15px;
}

.student_box.student .main {
    background-color: rgba(225, 241, 234, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(222, 239, 232, 1) 4px, rgba(222, 239, 232, 1) 8px);
}

.student_box.pro .main {
    background-color: rgba(242, 239, 220, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(241, 237, 216, 1) 4px, rgba(241, 237, 216, 1) 8px);
}

.student_box.student {
    border: 1px #57a281 solid;
    border-left-width: 10px;
}

.student_box.pro {
    border: 1px #a08a23 solid;
    border-left-width: 10px;
}


.student_img {
    width: 135px;
}

.student_img::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -20px;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.student_box.student .student_img::before {
    background: url(/mega/wp-content/themes/site/images/teacher/student_icon.png) 0 0/contain no-repeat;
}

.student_box.pro .student_img::before {
    background: url(/mega/wp-content/themes/site/images/teacher/pro_icon.png) 0 0/contain no-repeat;
}

.student_img img {
    width: 100%;
}

.student_catch {
    font-size: 2rem;
    height: auto;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 10px 13px 50px;
    margin-bottom: 10px;
}

@media all and (-ms-high-contrast: none) {
    .student_catch {
        padding-top: 21px;
    }
}

ul.student_profile {
    font-size: 1.4rem;
    padding: 0 20px 10px;
}

.student_profile li {
    padding-bottom: 3px;
    display: flex;
    align-items: flex-start;
}

.student_profile li:last-of-type {
    padding-bottom: 0;
}

.student_profile span {
    padding: 1px 7px;
    position: relative;
}

.student .student_profile span.info1::after {
    content: '高校';
}
.pro .student_profile span.info1::after {
    content: '教師歴';
}

@media all and (-ms-high-contrast: none) {
    .student_profile span {
        margin-top: 8px;
    }
}

.student_profile span.ttl {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 60px;
    border-radius: 15px;
}
.ie .student_profile span.ttl {
    margin-bottom: 0;
}
.student_box.student .student_profile span.ttl {
    border: solid 1px #279464;
    color: #279464;

}

.student_box.pro .student_profile span.ttl {
    border: solid 1px #a08a23;
    color: #a08a23;
}

.student_box span.nickname {
    padding: 7px 0;
    font-size: 1.3rem;
}

.student_box p.sub_catch {
    font-weight: 700;
    font-size: 1.8rem;
    position: relative;
    padding-left: 38px;
    margin-bottom: 5px;
}

.student_box .sub_catch::before,
.student_box .sub_catch::after {
    position: absolute;
    content: '';
    background: url(/shiritsu/wp-shiritsu/wp-content/themes/shiritsu/images/teacher/sub_catch.png) top center/contain no-repeat;
    color: #ef6363;
    width: 30px;
    height: 30px;
}

.student_box .sub_catch::before {
    left: 0;
}

.student_box .sub_catch::after {
    transform: scale(-1, 1);
    left: 218px;
}

.student_box dt {
    margin-bottom: 5px;
}

.student_box dt,
.student_box .show_more {
    font-weight: 700;
}

.student_box.men dt,
.student_box.men .show_more {
    color: #17767c;
    font-size: 1.7rem;
}

.student_box.women dt,
.student_box.women .show_more {
    color: #e96969;
}

.q_txt {
    position: relative;
    padding-left: 35px;
}

.q_txt::before {
    content: '';
    position: absolute;
    width: 29px;
    height: 21px;
    left: 0;
}

.q_txt::before {
    top: 50%;
    transform: translateY(-50%);
}

.q_txt span {
    position: relative;
}
.student .q_txt span::after {
    content: 'どんな生徒でしたか？';
}
.pro .q_txt span::after {
    content: '指導・合格実績';
}

.student_box.student .q_txt::before {
    background: url(/mega/wp-content/themes/site/images/teacher/teacher_icon01.svg) 0 0/contain no-repeat;
}

.student_box.pro .q_txt::before {
    background: url(/mega/wp-content/themes/site/images/teacher/teacher_icon03.svg) 0 0/contain no-repeat;
}


.hideTxt {
    position: relative;
}

.hideTxt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #fff 100%);
}

.showMore .hideTxt::after {
    opacity: 0;
}

.hideTxt {
    max-height: 4em;
    overflow: hidden;
}

.hideTxt,
.hideTxt::after {
    transition: .2s;
}

.showMore .hideTxt {
    max-height: 100vh;
}

.showMore .hideTxt,
.showMore .hideTxt::after {
    transition: .5s;
}

.show_more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    border: 2px solid #dadada;
    border-radius: 100px;
    cursor: pointer;
}

.show_more_txt {
    position: relative;
    transition: .2s opacity;
}

.show_more_txt.on {
    opacity: 1;
    font-size: 100%;
}

@media all and (-ms-high-contrast: none) {
    .show_more_txt.on {
        padding-top: 7px;
    }
}

.show_more_txt.off {
    opacity: 0;
    font-size: 0;
}

.student_box .message {
    margin-top: 10px;
    padding-left: 40px;
    position: relative;
}

.student_box .message::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    top: 5px;
    left: 5px;
}

.student_box.student .message::before {
    background: url(/mega/wp-content/themes/site/images/teacher/teacher_icon02.svg) 0 0/contain no-repeat;
}

.student_box.pro .message::before {
    background: url(/mega/wp-content/themes/site/images/teacher/teacher_icon04.svg) 0 0/contain no-repeat;
}


@media (min-width: 835px) {
    .students {
        max-width: 1270px;
        padding: 0 25px;
    }

    .student_sp_bg {
        width: calc((100% - 44px) / 2);
    }

    .student_box {
        position: relative;
        margin: 10px;
    }

    .student_box .main {
        position: relative;
        padding-left: 175px;
        height: 200px;
    }

    .student_catch {
        margin-left: 0px;
        margin-bottom: 0;
        display: block;
        padding: 15px 10px 13px 0px;
    }
    .ie .student_catch {
        padding: 15px 10px 0px 0px;
    }

    .student_img {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .student_img::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0px;
        width: 50px;
        height: 50px;
        z-index: 1;
    }

    .student_profile {
        padding-left: 40px;
    }

    ul.student_profile {
        padding: 0;
    }
}

@media (max-width: 834px) {

    .students,
    .student_box {
        width: 100%;
    }

    .students {
        display: block;
        margin-bottom: 40px;
    }

    .student_sp_bg {
        padding: 5px;
        margin: 10px 20px;
    }

    .student_box.student,
    .student_box.pro {
        background: #fff;
    }

    .student_catch {
        padding-left: 11px;
        font-size: 1.8rem;
        margin-bottom: 13px;
    }

    .student_box.student .student_catch {
        background-color: rgba(225, 241, 234, 1);
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(222, 239, 232, 1) 4px, rgba(222, 239, 232, 1) 8px);
    }

    .student_box.pro .student_catch {
        background-color: rgba(242, 239, 220, 1);
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(241, 237, 216, 1) 4px, rgba(241, 237, 216, 1) 8px);
    }

    .student_img_sp_bg {
        position: relative;
        width: 135px;
        margin: 0 auto 20px;
    }

    .student_profile {
        font-feature-settings: "palt";
    }

    .student_profile li {
        line-height: 1.4;
        align-items: stretch;
    }

    .student_profile span {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .student_profile span.ttl {
        margin-right: 0;
        min-height: 27px;
    }

    .student_box .sub_catch {
        position: relative;
        font-size: 1.7rem;
        margin-bottom: 10px;
        padding-left: 40px;
        font-weight: bold;
    }

    .student_box .sub_catch::after {
        left: 210px;
    }
}

/*移植ココマデ！*/

.tabLists {
    width: calc(100% - 40px);
    display: flex;
    margin: 0 auto 20px;
    justify-content: center;
}

.tabLists a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    font-weight: bold;
    line-height: 1.4;
    width: 85px;
    height: 85px;
    border-radius: 10px;
    text-align: center;
}
@media all and (-ms-high-contrast: none) {
    .tabLists a {
        padding-top: 5px;
    }
}
.tabLists a#all {
    border: solid 3px #eab5a2;
    box-shadow: 0 3px 0 #d78f76;
}

.tabLists a#stu {
    border: solid 3px #9bd9be;
    box-shadow: 0 3px 0 #57a281;
}

.tabLists a#pro_p {
    border: solid 3px #ddd199;
    box-shadow: 0 3px 0 #a08a23;
}

.tabLists a:hover {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 1;
    box-shadow: none;
}

.tabLists a:before {
    content: '';
    position: absolute;
    transform: translateX(-50%) rotate(90deg);
    bottom: 5%;
    left: 50%;
    width: 13px;
    height: 12px;
}

.tabLists a#all:before {
    background: url(/area/assets/images/teacher/arr01.svg) 0 0/contain no-repeat;
}

.tabLists a#stu:before {
    background: url(/area/assets/images/teacher/arr02.svg) 0 0/contain no-repeat;
}

.tabLists a#pro_p:before {
    background: url(/area/assets/images/teacher/arr03.svg) 0 0/contain no-repeat;
}

@media screen and (min-width: 835px) {
    .tabLists {
        width: 700px;
        display: flex;
        margin: 0 auto 40px;
        justify-content: space-between;
    }

    .tabLists a {
        position: relative;
        width: 205px;
        border-radius: 30px;
        text-align: center;
        height: 40px;

    }

    .tabLists a:before {
        content: '';
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        bottom: auto;
        left: auto;
        right: 13px;
        width: 13px;
        height: 12px;
    }
}



/* クラス分け
------------------------------*/

.classification {
    margin-bottom: 30px;
}

.classification dt {
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 8px;
    margin: auto;
    font-weight: 900;
    font-family: YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
}

.classification.class01 dt {
    background: #ddd199;
}

.classification.class02 dt {
    background: #eab5a2;
}

.classification.class03 dt {
    background: #9bd9be;
}

.classification dt img {
    width: 72px;
}

.classification dd {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 0;
}

.classification dd {
    font-family: YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
}

.classification.class01 dd {
    background: #f8f6eb;
}

.classification.class02 dd {
    background: #fbf0ec;
}

.classification.class03 dd {
    background: #ebf7f2;
}

@media screen and (min-width: 835px) {
    .classification {
        display: flex;
    }

    .classification dt {
        flex-shrink: 0;
        width: 150px;
        min-height: 162px;
        margin-right: 10px;
        font-size: 2.2rem;
        font-weight: bold;
    }

    .classification dt img {
        width: 72px;
    }

}

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

    .classification dt {
        position: sticky;
        width: 130px;
        min-height: 130px;
    }

    .classification dd {
        padding-top: 120px;
        margin-top: -100px;
    }
}

.teacher_bottom {
    margin-bottom: 60px;
}

/* general ttl
----------------------------------------- */
.h2Main {
    display: block;
    font-size: 2.6rem;
    font-size: max(2.4rem,min(6.933vw,4.6rem));
    font-weight: 700;
    line-height: 1.1;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}
.h2Sub {
    display: block;
    font-size: 1.8rem;
    font-size: max(1.6rem,min(4.8vw,2.8rem));
    font-weight: 600;
    line-height: 1.2;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}
.h3Main {
    display: block;
    font-size: 2.4rem;
    font-size: max(2.2rem,min(6.4vw,4rem));
    font-weight: 700;
    line-height: 1.3;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}
.h3Sub {
    display: block;
    font-size: 1.8rem;
    font-size: max(1.6rem,min(4.8vw,2.8rem));
    font-weight: 600;
    line-height: 1.3;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}
.h4Main {
    display: block;
    font-size: 2rem;
    font-size: max(1.8rem,min(5.333vw,2.6rem));
    font-weight: 700;
    line-height: 1.3;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}
@media screen and (min-width: 835px){
    .h2Main {
        font-size: 4.8rem;
    }
    .h2Sub {
        font-size: 3rem;
        line-height: 1.3;
    }
    .h3Main {
        font-size: 4.2rem;
    }
    .h3Sub {
        font-size: 3rem;
    }
    .h4Main {
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 480px){
    .h2Main {
        font-size: 6.25vw;
    }
}

.teacherTtl {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    /*background: url(/area/assets/images/teacher/teacherTtl.png)0 0/contain no-repeat;*/
    background: #79D1AA;
    width: 400px;
    height: 60px;
    margin: 0 auto -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

