@charset "utf-8";

body{
    font-family: YakuHanJP, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', 'YuGothic', Yu Gothic, sans-serif;
}
#interview{
    margin-top: 100px;
    padding-bottom: 0;
}
h2{
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "hiragino-kaku-gothic-pron", "YuGothic", Yu Gothic, sans-serif;
    font-weight: 900;
}

/*----------------------------------------------------------------------
共通 について
----------------------------------------------------------------------*/
.txt14{
    font-size:1.4rem;
}
#for-university-student .aboutBox_wrapper img{
    margin: 0 0 0 2rem;
}
#for-university-student .lower_h3{
    margin-top: 30px;
    margin-bottom: 20px;
}
#for-university-student .padding0{
    padding: 0;
}
.bodyTxt .bold{
    font-weight: bold;
}
.salary{
    background: url(/wp/wp-content/themes/teacher/images/for-univ-student/salary_student.png) 100% center/contain no-repeat;
}
.salary .fat{
    font-weight: bold;
    font-size: 2.4rem;
    color: #dd2b2b;
    display: block;
}

.messageBox_h2 {
    font-weight: 900;
    font-size: 2.1rem;
    font-size: clamp(2.1rem,5.333vw,2.4rem);
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "hiragino-kaku-gothic-pron", "YuGothic", Yu Gothic, sans-serif;
    line-height: 1.3;
    margin: 30px 0 15px 0;
    margin-bottom: clamp(15px,4vw,20px);
    padding: 0;
}
.messageBox_h2.center {
    text-align: center;
    font-size: 3.3rem;
}
.messageBox_h2.center.dekka {
    font-size: 3.8rem;
    margin-top: 0;
    margin-bottom: 10px;
}
.colorLine {
    border-bottom: solid 8px #0e815a;
    position: relative;
    margin: 0 auto 25px;
    max-width: 600px;
}
.colorLine::before,
.colorLine::after {
    content: "";
    display: block;
    line-height: 0;    
    overflow: hidden;
    position: absolute;
    width: calc( 100% / 3 );
    bottom: -8px;
}
.colorLine::before {
    left: 0;
    border-bottom: 8px solid #6895b1;
}
.colorLine:after {
    right: 0;
    border-bottom: 8px solid #de772b;
}
.intro_wrap {
    max-width: 600px;
    margin: 0 auto;
}

.tvCm_container {
    margin: 30px 0;
    padding: 0 20px;
}

.wrapper {
    max-width: none;
}

.innerCont {
    padding: 0 20px;
}

p {
    margin-bottom: 16px;
}

@media screen and (max-width: 834px) {
    .wrapper {
        width: auto;
        padding: 0 20px;
    }
}

@media screen and (min-width: 835px) {
    .messageBox_h2 {
        font-size: 3rem;
        margin-top: 60px;
    }

    .innerCont {
        padding: 0;
    }
}

/*----------------------------------------------------------------------
応募するボタン について
----------------------------------------------------------------------*/
#for-university-student .entrybtnBox {
    width: calc(100% - 40px);
    position: relative;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}
#for-university-student .entrybtnBox.inBox {
    width: 100%;
}
#for-university-student .mainView + .entrybtnBox {
    padding-top: 20px;
    padding-top: clamp(8px,2.133vw,20px);
}
#for-university-student .entrybtnBox:before {
    content: "1分以内で簡単入力！";
    display: inline-block;
    line-height: 1;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.6rem;
    font-size: clamp(1.6rem,4.266vw,1.8rem);
}
#for-university-student .entrybtnBox .entryBtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: 70px;
    height: clamp(70px,18.66vw,73px);
    color: #fff;
    font-size: 2.1rem;
    font-size: clamp(2.1rem,5.6vw,2.4rem);
    font-weight: 900;
    line-height: 1.4;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 0 #650700;
    border-radius: 50px;
    background: linear-gradient(187deg, rgba(230,25,41,1) 0%, rgba(206,9,24,1) 100%);
    padding: 20px 0;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "hiragino-kaku-gothic-pron", "YuGothic", Yu Gothic, sans-serif;
}
#for-university-student .entrybtnBox .entryBtn::before{
    content: none;
}
#for-university-student .entrybtnBox .entryBtn::after {
    content: '';
    top: 50%;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
}
#for-university-student .entrybtnBox .entryBtn span {
    color:#000;
    display: block;
}

@media screen and (min-width: 481px) and (max-width: 834px) {
    #for-university-student .entrybtnBox {
        width: 60%;
    }
}

@media screen and (min-width: 835px) {
    #for-university-student .entrybtnBox {
        width: 100%;
        margin: 0 auto 30px auto;
        padding-top: 35px;
    }
    #for-university-student .entrybtnBox:before {
        font-size: 2rem;
    }
    #for-university-student .entrybtnBox .entryBtn {
        height: 83px;
        font-size: 2.6rem;
    }
}

/*----------------------------------------------------------------------
書画カメラバナー について
----------------------------------------------------------------------*/
.documentCamera {
    margin-top: 25px;
    margin-top: clamp(25px,6.666vw,35px);
    padding: 0 20px;
}

/*----------------------------------------------------------------------
メインビジュアル について
----------------------------------------------------------------------*/
#for-university-student .header-title {
    background: url(/wp/wp-content/themes/teacher/images/for-univ-student/img-fv.png) 100% center/50% no-repeat;
    height: 280px;
}
#for-university-student .mainV_sub,
#for-university-student .header-title p {
    font-size: 2.4rem;
}
#for-university-student .mainV_main {
    font-size: 4rem;
    line-height: 1.2;
    margin: 10px 0 5px 0;
    color: #cc2525;
}
#for-university-student .header-title h1{
    font-size: 4rem;
    padding-top: 0;
    padding-bottom: 0;
}
#for-university-student .mainV_sub {
    display: table;
}

/*----------------------------------------------------------------------
各コンテンツの区切りと大見出し について
----------------------------------------------------------------------*/
.cont_divider {
    position: relative;
    padding-bottom: 50px;
    padding-bottom: clamp(50px,13.333vw,70px);
}
.cont_divider::before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background: #d97c3f; /* Old browsers */
    background: -moz-linear-gradient(left,  #d97c3f 50%, #77afc9 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #d97c3f 50%,#77afc9 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #d97c3f 50%,#77afc9 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d97c3f', endColorstr='#77afc9',GradientType=1 ); /* IE6-9 */
}

.cont_beige {
    background: #fff9eb;
}

#merit {
    margin-top: 50px;
    margin-top: clamp(50px,13.333vw,70px);
}

.cont_divider h2,
.cont_divider h3 {
    font-family: YakuHanJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'YuGothic', 'Yu Gothic', sans-serif;
}
.cont_divider h2 {
    width: auto;
    margin: 29px auto 26px auto;
    margin: clamp(29px,7.733vw,56px) auto clamp(26px,6.933vw,50px) auto;
    padding: 0 20px;
    font-size: 2.6rem;
    font-size: clamp(2.6rem,6.933vw,3.0rem);
    line-height: 1.3;
}
.cont_divider h2::before {
    content: '';
    position: absolute;
    top: 0;
    right: -4px;
    display: block;
    width: 100px;
    width: clamp(100px,26.666vw,178px);
    height: 103px;
    height: clamp(103px,27.466vw,184px);
}
.cont_divider h2 span {
    font-size: 2.0rem;
    font-size: clamp(2.0rem,5.333vw,2.8rem);
    display: block;
    font-weight: normal;
    margin-bottom: 3px;
}
.support.cont_divider h2 span {
    text-indent: -0.5em;
    padding-left: 0.5em;
}

.cont_divider h2.oneLine_h2 {
    margin: 36px auto 33px auto;
    margin: clamp(36px,9.6vw,73px) auto clamp(33px,8.8vw,70px) auto;
}

#merit.cont_divider h2::before {
    background: url(/wp/wp-content/themes/teacher/images/for-univ-student/h2_01_ribon.png) 0 0/contain no-repeat;
}
#rewarding.cont_divider h2::before {
    background: url(/wp/wp-content/themes/teacher/images/for-univ-student/h2_02_ribon.png) 0 0/contain no-repeat;
}
#interview.cont_divider h2::before {
    background: url(/wp/wp-content/themes/teacher/images/for-univ-student/h2_03_ribon.png) 0 0/contain no-repeat;
}
.support.cont_divider h2::before {
    background: url(/wp/wp-content/themes/teacher/images/for-univ-student/h2_04_ribon.png) 0 0/contain no-repeat;
}
#interview.cont_divider h3{
    margin: 0;
    height: 85px;
}
@media screen and (min-width: 835px) {
    .cont_divider::before {
        height: 10px;
    }

    .cont_divider h2 {
        width: 1000px;
        padding: 0;
        line-height: 1.5;
        font-size: 3.6rem;
    }
    .cont_divider h2::before {
        left: calc(50% + 357px);
    }
    .cont_divider h2 span {
        margin-bottom: 0;
    }
}

/*----------------------------------------------------------------------
メインビジュアル について
----------------------------------------------------------------------*/
.mainView {
    position: relative;
    background-color: #fff9eb;
    margin-bottom: 30px;
}
.mainView_txt {
    margin-bottom: 13px;
}
.double_line {
    position: relative;
    margin-bottom: 20px;
}
.double_line::before,
.double_line::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 99px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -14px;
}
.double_line::before {
    background-image: url(/wp/wp-content/themes/teacher/images/lp-student/fukidashi.svg);
    left: 25px;
}
.double_line::after {
    background-image: url(/wp/wp-content/themes/teacher/images/lp-student/fukidashi2.svg);
    right: 25px;
}
.mainView_txt .yellow_catch {
    display: inline-block;
    line-height: 1;
    margin-bottom: 13px;
    margin-bottom: 0;
    color: #000000;
    font-size: clamp(1.8rem,4.666vw,3rem);
    background: linear-gradient(transparent 40%, #fff600 0%);
    font-weight: 900;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "hiragino-kaku-gothic-pron", "YuGothic", Yu Gothic, sans-serif;
}
.h1_modoki,
.mainView_txt h1 {
    font: 900 3rem/1.086 YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "hiragino-kaku-gothic-pron", "YuGothic", Yu Gothic, sans-serif;
    font-size: clamp(3.6rem,9.8vw,5.5rem);
    color: #ff0100;
}
.h1_modoki {
    font-size: 5.4rem;
    margin-bottom: 7px;
    font-feature-settings: "palt";
}
.mainView_movie {
    margin: 0 auto;
    width: 270px;
    width: clamp(270px,72vw,280px);
    height: 153px;
    height: clamp(153px,40.8vw,159px);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    background: #fff9eb;
}
.mainView video {
    display: block;
    width: 101%;
    height: auto;
    border: none;
    border-radius: 15px;
    background: #fff9eb;
}
.mainView_movie img {
    width: 100%;
    height: auto;
}
.ie .mainView {
    justify-content: flex-start;
}

@media screen and (min-width: 481px){
    .mainView {
        display: flex;
        justify-content: center;
    }
}


.mainView {
    height: 340px;
}
.mainView h1 img {
     text-align: center;
     max-width: initial;
}
.mainView_txt {
    text-align: center;
    margin-bottom: 0;
    padding: 30px 30px 0;
    position: relative;
    z-index: 1;
}
.mainView_txt::before,
.mainView_txt::after {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}
.mainView_txt::before {
    background: #fff;
    border-right: #77afc9 solid 5px;
    border-bottom: #77afc9 solid 5px;
    border-left: #77afc9 solid 5px;
    border-radius: 0 0 25px 25px;
    padding: 30px 30px 0;
    box-shadow: 0 0 15px rgba(67, 67, 67, .25);
    height: 370px;
    width: 542px;
    z-index: -1;
    transform: translateX(-50%);
    left: 50%;
    top: 0px;
}
.mainView_txt::after {
    background-image: url(/wp/wp-content/themes/teacher/images/lp-student/teachers.png);
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    width: 1288px;
    height: 346px;
}
.mainView_txt h1 {
    font-size: 6.2rem;
}
.mainView_movie {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 444px;
    height: 252px;
    margin-top: 31px;
    margin-left: 0;
}



/*----------------------------------------------------------------------
オンライン家庭教師ってどんなお仕事？について
----------------------------------------------------------------------*/
/* online.cssから流用　ここから
----------------------------------------- */
.onlineMovWrap {
    width: calc(100% - 40px);
    margin: 50px auto 70px;
    margin: min(10.667vw,50px) auto min(16vw,70px);
    padding: 20px;
    width: calc( 100% - (6.25% * 2) );
    max-width: 800px;
    border: 2px solid #000610;
}
.onlineMovBox_ttl {
    margin-bottom: 1rem;
    font-size: 1.9rem;
    font-size: max(1.4rem, min(4.3vw, 2.4rem));
    text-align: center;
}

.onlineMovBoxCont_movie {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 570px;
    width: 100%;
    cursor: pointer;
    border: solid 1px #333;
}
.onlineMovBoxCont_movie::before {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
}
.onlineMovBoxCont_movie::before {
    top: 50%;
    left: 50%;
    width: 18.6%;
    height: 22%;
    background: url(https://www.online-mega.com/mega/wp-content/themes/site/images/common/movIcon.svg) 50% 50%/contain no-repeat;
}
.onlineMovBoxTxt_bal {
    position: relative;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    text-align: left;
    line-height: 1.3;
    font-weight: 900;
    font-size: 1.4rem;
    font-size: max(1.2rem, min(3.3vw, 2.4rem));
}
.onlineMovBoxTxt_bal span {
    position: relative;
    padding-left: 5.333vw;
}
.onlineMovBoxTxt_bal span:before {
    position: absolute;
    content: "";
    left: 0;
    width: 3.733vw;
    height: 8vw;
    background: url(/wp/wp-content/themes/teacher/images/online/movieIcon.svg) 0 0 / contain;
}
@media screen and (min-width: 835px) {
    .onlineMovWrap {
        padding: 20px 0;
    }
    .onlineMovBox_ttl {
        font-size: 2.5rem;
        margin-bottom: 10px;
        text-align: center;
    }
    .onlineMovBoxTxt_bal {
        font-size: 1.7rem
    }
    .onlineMovBoxTxt_bal span {
        padding-left: 30px;
    }
    .onlineMovBoxTxt_bal span:before {
        width: 19px;
        height: 40px;
    }
}
/* online.cssから流用　ここまで
----------------------------------------- */
#for-university-student .onlineMovWrap {
    border: none;
    border-radius: 12px;
    border-radius: clamp(12px,3.2vw,15px);
    width: 100%;
    max-width: none;
    margin: 20px 0;
    margin: clamp(20px,5.333vw,40px) 0 20px 0;
    padding: 3px;
    padding: clamp(3px,0.8vw,5px);
    background: #77afc9; /* Old browsers */
    background: -moz-linear-gradient(left,  #77afc9 50%, #d97c3f 50%, #d97c3f 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #77afc9 50%,#d97c3f 50%,#d97c3f 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #77afc9 50%,#d97c3f 50%,#d97c3f 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77afc9', endColorstr='#d97c3f',GradientType=1 ); /* IE6-9 */
}
#for-university-student .onlineMovBox {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 15px;
}
#for-university-student .onlineMovBox_ttl {
    font-family: YakuHanJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'YuGothic', 'Yu Gothic', sans-serif;
    font-size: 1.9rem;
    font-size: clamp(1.9rem,5.066vw,2.4rem);
    line-height: 1.2;
}
#for-university-student .onlineMovBox_ttl span {
    display: block;
    font-size: 1.6rem;
    font-size: clamp(1.6rem,4.266vw,2.2rem);
    color: #d11717;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
}
#for-university-student .onlineMovBox_ttl span::before,
#for-university-student .onlineMovBox_ttl span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 17px;
    height: clamp(17px,4.533vw,20px);
    background-color: #d11717;
}
#for-university-student .onlineMovBox_ttl span::before {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-right: 8px;
    margin-right: clamp(8px,2.133vw,20px);
}
#for-university-student .onlineMovBox_ttl span::after {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    margin-left: 8px;
    margin-left: clamp(8px,2.133vw,20px);
}

#for-university-student .onlineMovBoxCont_movie {
    width: 100%;
    max-width: none;
    border: none;
}
#for-university-student .onlineMovBoxCont_movie::before {
    content: none;
}

@media screen and (min-width: 481px) and (max-width: 834px) {
    #for-university-student .onlineMovBoxCont_movie {
        width: 70%;
    }
}

@media screen and (min-width: 835px) {
    #for-university-student .onlineMovWrap {
        width: 880px;
    }
    #for-university-student .onlineMovBox {
        padding: 30px 0 37px 0;
    }
    #for-university-student .onlineMovBox_ttl {
        line-height: 1.4;
        font-size: 3rem;
    }

    #for-university-student .onlineMovBoxCont_movie {
        width: 650px;
    }
    #for-university-student .onlineMovTxt {
        width: 650px;
        margin: 20px auto 0;
    }
}

/*----------------------------------------------------------------------
メリット について
----------------------------------------------------------------------*/
.metitTtl {
    display: flex;
    align-items: end;
    margin-bottom: 29px;
    font: bold 3.6rem/1 dnp-shuei-mgothic-std, sans-serif;
}
.meritWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.meritWrap_box {
    position: relative;
    margin-bottom: 17px;
    padding: 20px 15px 0 15px;
    padding: clamp(20px,5.333vw,19px) clamp(15px,4vw,23px) 0 clamp(15px,4vw,23px);
    width: 100%;
    height: 280px;
    background: #ffffff;
    background-position: 50% bottom;
    background-repeat: no-repeat;
    border: solid 2px #e3ded3;
    border-bottom: none;
    /*
    background: #f0c7c1;
    background-size: auto auto;
    background-color: rgba(240, 199, 193, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(245, 216, 212, 1) 5px, rgba(245, 216, 212, 1) 10px );
    */
}
.meritWrap_box:first-of-type {
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}
.meritWrap_box:last-of-type {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}
/*
.meritWrapBox_ttl {
    position: relative;
    z-index: 1;
    font: bold 2.2rem dnp-shuei-mgothic-std, sans-serif;
    background: #ffffff;
    background-position: 50% bottom;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 7px;
    padding: 15px 15px 0 15px;
    padding: clamp(15px,4vw,19px) clamp(15px,4vw,23px) 0 clamp(15px,4vw,23px);
}
*/
.meritWrap_box h3 {
    font-family: YakuHanJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'YuGothic', 'Yu Gothic', sans-serif;
    font-size: 2rem;
    margin-bottom: 7px;
    margin-bottom: clamp(7px,1.866vw,13px);
    line-height: 1.2;
    text-indent: -1em;
    padding: 0 0 0 1em;
}
.meritWrap_box p {
    font-weight: normal;
    font-size: 1.7rem;
}
.meritWrap_box p span {
    color: #d11717;
}

.meritWrap_box:nth-of-type(1) {
    background-image: url(/wp/wp-content/themes/teacher/images/for-univ-student/merit_img_01.png);
}
.meritWrap_box:nth-of-type(2) {
    background-image: url(/wp/wp-content/themes/teacher/images/for-univ-student/merit_img_02.png);
}
.meritWrap_box:nth-of-type(3) {
    background-image: url(/wp/wp-content/themes/teacher/images/for-univ-student/merit_img_03.png);
}
.meritWrap_box:nth-of-type(4) {
    background-image: url(/wp/wp-content/themes/teacher/images/for-univ-student/merit_img_04.png);
}
.meritWrap_box:nth-of-type(5) {
    background-image: url(/wp/wp-content/themes/teacher/images/for-univ-student/merit_img_05.png);
}
.meritWrap_box:nth-of-type(6) {
    background-image: url(/wp/wp-content/themes/teacher/images/for-univ-student/merit_img_06.png);
}

.graphWraps img {
    margin-left: 0;
}
.graphWraps_ttl {
    display: flex;
    align-items: center;
    margin-top: 55px;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: bold;
}
.graphWraps_ttl:first-of-type {
    margin-top: 30px;
}
.graphWraps_ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: -1px 9px 0 0;
    color: #fff;
    font-size: 1.4rem;
    width: 30px;
    height: 30px;
    background-color: #dd782b;
    border-radius: 100px;
}
.meritWrapBox_ttl {
    position: relative;
    z-index: 1;
    font: bold 2.2rem / 1.4 YakuHanJP, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', 'YuGothic', Yu Gothic, sans-serif;
    text-align: center;
}
.meritWrapBox_ttl::after {
    content:none;
}
.meritWrapBox_ttl p {
    text-align: justify;
}
@media screen and (max-width: 481px) {
    .meritWrap_box {
        margin-bottom: 0;
        padding-top: 20px;
    }
    .meritWrap_box:nth-of-type(2) {
        height: 270px;
    }
    .meritWrap_box:nth-of-type(3) {
        height: 270px;
    }
    .meritWrap_box:nth-of-type(4) {
        height: 270px;
    }
    .meritWrap_box:nth-of-type(5) {
        height: 270px;
    }
    .meritWrap_box:nth-of-type(6) {
        height: 320px;
    }
    .meritWrap_box:nth-of-type(4),
    .meritWrap_box:nth-of-type(5),
    .meritWrap_box:nth-of-type(6) {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .meritWrap_box:not(.meritWrap_box:first-of-type) {
        border-top: none;
    }
    .meritWrap_box:last-of-type {
        border-bottom: solid 2px #e3ded3;
    }
}

@media screen and (min-width: 481px) and (max-width: 834px) {
    .meritWrap_box {
        width: 48.5%;
        height: 290px;
        border: solid 2px #e3ded3;
        border-radius: 12px;
    }
    .meritWrap_box:first-of-type,
    .meritWrap_box:last-of-type{
        border-radius: 12px;
    }
}

@media screen and (min-width: 835px) {
    .meritWrap_box {
        margin-bottom: 0;
        width: 420px;
        border: solid 2px #e3ded3;
        border-radius: 12px;
    }
    .meritWrap_box:first-of-type {
        border-radius: 12px;
    }
    .meritWrap_box:nth-last-of-type(odd) {
        margin-bottom: 30px;
    }
    .meritWrap_box:last-of-type{
        margin-bottom: 0;
        border-radius: 12px;
    }
    .meritWrap_box h3 {
        font-size: 2.2rem;
    }
}

/*----------------------------------------------------------------------
やりがい について
----------------------------------------------------------------------*/
.rewarding_container {
    position: relative;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}
.rewarding_container:last-of-type {
    padding-bottom: 0;
}
.rewarding_container::before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    border-radius: 1.5px;
}
.rewarding_container h3 {
    font-size: 1.9rem;
    font-size: clamp(1.9rem,5.066vw,2.2rem);
    line-height: 1.3;
    margin: 25px 0 6px 0;
    margin: clamp(25px,6.666vw,35px) 0 clamp(6px,1.6vw,20px) 0;
    text-indent: -1em;
    padding: 0 0 0 1em;
}
.rewarding_container p {
    margin-bottom: 0;
    padding: 0 20px;
}
.rewarding_container > div:last-of-type {
    margin: 10px 0 0 0;
    margin: clamp(10px,2.666vw,15px) 0 0 0;
    padding: 0 20px;
    width: 100%;
    height: auto;
}

.rewarding_container > div:last-of-type img {
    width: 100%;
    max-width: none;
}

@media screen and (max-width: 481px) {
    .rewarding_container:first-of-type h3 {
        margin-top: 0;
    }
    .rewarding_container::before {
        content: none;
    }
}

@media screen and (min-width: 481px) {
    .rewarding_container {
        flex-wrap: nowrap;
        padding-bottom: 30px;
    }
    .rewarding_container::before {
        border-bottom: solid 2px #e3ded3;
    }
    .rewarding_container > div:last-of-type {
        margin: 40px 0 0 20px;
        padding: 0;
        width: 340px;
        height: 193px;
        flex-shrink: 0;
    }
}

@media screen and (min-width: 835px) {
    .rewarding_container {
        padding-bottom: 40px;
    }
    .rewarding_container::before {
        width: 100%;
    }
    .rewarding_container h3 {
        font-size: 2.4rem;
    }
    .rewarding_container p {
        padding: 0;
    }
    .rewarding_container > div:last-of-type {
        margin: 40px 0 0 40px;
        width: 365px;
        height: 207px;
    }
}

/*----------------------------------------------------------------------
インタビュー について
----------------------------------------------------------------------*/
.public_st_teacher {
    border-radius: 9px;
    border-radius: clamp(9px,2.4vw,12px);
    padding: 15px;
    padding: clamp(15px,4vw,35px);
    background: #ffffff;
    border: solid 2px #e3ded3;
    /*
    padding: 5px;
    padding: clamp(5px,1.333vw,6px);
    background: #f0c7c1;
    background-size: auto auto;
    background-color: rgba(240, 199, 193, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(245, 216, 212, 1) 5px, rgba(245, 216, 212, 1) 10px );
    */
}
.public_st_teacher .teachers_voice {
    border-radius: 7px;
    padding: 13px 15px 15px 15px;
    padding: clamp(12px,3.466vw,30px) clamp(15px,4vw,35px) clamp(15px,4vw,35px) clamp(15px,4vw,35px);
}
.public_st_teacher > p {
    margin-bottom: 10px;
    text-indent: -0.5em;
    padding-left: 0.5em;
    font-size: 2rem;
    font-size: clamp(2rem,0.533vw,2.4rem);
    font-weight: bold;
    line-height: 1.2;
    color: #d11717;
    font-feature-settings: "palt";
    font-family: YakuHanJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'YuGothic', 'Yu Gothic', sans-serif;
}
.public_st_teacher .teachers_voice_inner .left {
    width: 156px;
    margin: 0 auto 10px auto;
}
.public_st_teacher .teachers_voice_inner .right {
    margin-bottom: 15px;
}
.for-university-student .teacherVoiceSlider_box {
    margin-top: 13px;
    margin-top: clamp(6px,1.6vw,13px);
}
.for-university-student .teacherVoiceBox_ttl {
    margin-bottom: 0.5em;
}
.for-university-student .slick-track {
    display: flex;
}
.for-university-student .slick-slide {
    float: none;
    height: auto;
}

@media screen and (min-width: 481px) {
    .public_st_teacher .teachers_voice_inner .right {
        padding-left: 30px;
    }
}

@media screen and (min-width: 835px) {
    .public_st_teacher > p {
        font-size: 2.8rem;
    }
    .public_st_teacher > p:last-of-type {
        margin-bottom: 15px;
    }
    .public_st_teacher .teachers_voice_inner .left {
        width: 176px;
        margin: 7px 0 0 0;
    }
    .teacherVoiceSlider_box{
        margin-top: 0!important;
    }
    .teacherVoiceBox_txt{
        min-height: 161px;
    }
}

/*----------------------------------------------------------------------
画像見出し について
----------------------------------------------------------------------*/
.img_caption {
    margin-bottom: 30px;
    text-align: center;
    color: #e75725;
    font: bold 2.2rem/30px '游ゴシック体', '游ゴシック', 'YuGothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Quicksand, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.img_caption.red {
    color: #aa0b0b;
}
.inWrap {
    margin: 0 auto 30px;
}
.inWrap.movie {
    margin-left: 30px;
}

/*----------------------------------------------------------------------
まずは実際の指導をご覧ください について
----------------------------------------------------------------------*/
.top_lead_img img {
    width: 31rem;
    height: 20rem;
    margin-right: 3rem;
    object-fit: cover;
}
#service_movie {
    width: 100%;
    border: solid 1px #333;
    float: none;
    margin: auto;
}
#service_movie a {
    display: block;
    margin: 0 auto;
    max-width: 600px;
}
@media screen and (min-width: 835px) {
    #service_movie {
        width: 600px;
    }
}
/*----------------------------------------------------------------------
   サポート について
----------------------------------------------------------------------*/
.support h3 {
    background: #fff3d3;
    font-size: 1.9rem;
    font-size: clamp(1.9rem,5.066vw,2.3rem);
    line-height: 1.3;
    border-radius: 10px;
    margin: 50px 0 10px 0;
    margin: clamp(50px,13.333vw,70px) 0 clamp(10px,2.666vw,22px) 0;
    padding: 17px;
    padding: clamp(17px,4.533vw,40px);
    display: flex;
    align-items: center;
}
.support h3:first-of-type {
    margin-top: 0;
}
/*
.support h3::before {
    content: '';
    display: block;
    width: 2px;
    width: clamp(2px,0.533vw,6px);
    height: 53px;
    border-radius: 2px;
    border-radius: clamp(2px,0.533vw,3px);
    margin: 0 18px;
    margin: 0 clamp(13px,3.466vw,18px) 0 clamp(13px,3.466vw,18px);
    background: #d97c3f;
    background: -moz-linear-gradient(top,  #d97c3f 50%, #77afc9 50%);
    background: -webkit-linear-gradient(top,  #d97c3f 50%,#77afc9 50%);
    background: linear-gradient(to bottom,  #d97c3f 50%,#77afc9 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d97c3f', endColorstr='#77afc9',GradientType=0 );
}
*/
.supportBox_wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: 1.5px;
    margin-bottom: 30px;
}
.supportBox_wrapper div:first-of-type p {
    margin-bottom: 8px;
    margin-bottom: clamp(8px,2.133vw,20px);
}
.supportBox_wrapper:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.supportBox_wrapper div:last-of-type {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}
.supportBox_wrapper div:last-of-type img {
    width: 100%;
}
.support h4 {
    font-size: 1.8rem;
    font-size: clamp(1.8rem,4.8vw,2.0rem);
    font-family: YakuHanJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'YuGothic', 'Yu Gothic', sans-serif;
    margin-bottom: 1px;
    margin-bottom: clamp(1px,0.266vw,15px);
}

.support .innerCont:last-of-type > p:last-of-type {
    margin-bottom: 0;
}
.support + #aboutUs > .lower_h2_container {
    margin-top: 0;
}

@media screen and (min-width: 481px) {
    .supportBox_wrapper {
        flex-wrap: nowrap;
        border-bottom: solid 2px #e3ded3;
        padding-bottom: 30px;
    }
    .supportBox_wrapper div:last-of-type {
        width: 280px;
        height: 170px;
        margin-left: 40px;
    }
}

@media screen and (min-width: 835px) {
    .support h3 {
        font-size: 2.4rem;
    }
    .supportBox_wrapper:first-of-type {
        padding-top: 5px;
    }
    .support h4 {
        line-height: 1;
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    .supportBox_wrapper:last-of-type div:first-of-type p {
        margin-bottom: 0;
    }
}

/*----------------------------------------------------------------------
   私たちについて
----------------------------------------------------------------------*/

#underlogoBox_wrapper {
    margin: 20px auto;
    padding-bottom: 0;
    flex-basis: 40%;
    text-align: center;
    width: 400px;
}
#underlogoBox_wrapper object:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
}
#underlogoBox_wrapper object:nth-of-type(2) {
    margin-top: 5px;
    width: 28%;
}
#underlogoBox_wrapper object:nth-of-type(3) {
    margin-right: 12px;
    margin-left: 12px;
    width: 35%;
}
#underlogoBox_wrapper object {
    width: 28%;
}

.noticeCont.cm.movie {
    margin-bottom: 50px;
    padding: 0 140px;
}
.noticeCont.cm h2 {
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 1.4;
    font-size: 22px;
}

#interview .noticeCont.cm.movie {
    padding: 0;
}
#interview .aboutBox_wrapper img {
    border: none;
}

/*----------------------------------------------------------------------
   生徒ご紹介までの流れ について
----------------------------------------------------------------------*/

.btmborder_arrow {
    position: relative;
    background: #6895b1;
}

.btmborder_arrow:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2.5rem;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #6895b1 transparent transparent transparent;
    border-width: 2.5rem 3.5rem 0 3.5rem;
}

/*----------------------------------------------------------------------
選ばれる理由 について
----------------------------------------------------------------------*/
.header-title h1 {
    /*text-shadow: 0px 2px 3px #fff, 0px -2px 3px #fff, 2px 0px 3px #fff, -2px 0px 3px #fff;*/
}
.mainV_sub,
.mainV_main {
    display: block;
}
.mainV_sub {
    font-size: 3.1rem;
}
.mainV_main {
    font-size: 5.4rem;
}

#reazonBox {
    padding-bottom: 70px;
    width: 100%;
}
.reazonBox_wrapper {
    position: relative;
    margin: 0px auto 0;
    padding: 40px;
    width: 100%;
    border: solid 2px #6895b1;
}
.support .reazonBox_wrapper {
    position: relative;
    margin: 0px auto 0;
    padding: 0 40px;
    width: 100%;
    border: none;
}
.reazonBox_wrapper p a {
    color:#0000ff;
    text-decoration: underline;
}
#reazonBox2,#reazonBox3{
    margin-top: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#reazonBox1{
    margin-top: 80px;
}
#reazonBox4{
    margin-top: 60px;
    margin-bottom:80px;
    border: solid 6px #cc2525;
    border-radius: 3px;
}
.reazon_no {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -50px;
    left: calc(50% - 50px);
    padding: 5px 0 0;
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 50%;
    background-color: #6895b1;
}
.stepno {
    font-size: 3.5rem;
    line-height: 1;
}
.reazonBox_wrapper img {
    display: block;
    margin: 36px auto 30px;
    width: auto;
}
.reazonBox_wrapper h3:not(.reasponH3_main) {
    margin: 4.8rem 0 2.8rem;
    padding: 0;
    color: #dc792b;
    text-align: center;
    font: bold 2.6rem/1 '游ゴシック体', '游ゴシック', 'YuGothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Quicksand, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.reasponH3_sub {
    display: block;
    margin-bottom: 15px;
    color: #000;
}
.reasponH3_main {
    display: block;
    color: #333;
    font-size: 3.3rem;
}
#reazonBox1 p{
    font-feature-settings: "palt";
}
#reazonBox4.reazonBox_wrapper h3{
    margin: 2.8rem 0 2.8rem;
}
#reazonBox4 .reasponH3_main {
    display: block;
    color: #cc2525;
    font-size: 3.3rem;
}


@media (max-width: 768px) {
    /*----------------------------------------------------------------------
    FV
    ----------------------------------------------------------------------*/
    #for-university-student .header-title {
        display: block;
        height: 500px;
        padding-top: 4.933vw;
    }
    #for-university-student .header-title h1 {
        left: 20px;
        padding: 0 13px;
    }
    #for-university-student .mainV_main {
        font-size: 3.4rem;
        line-height: 1.2;
        margin: 20px 0;
    }
    #for-university-student .header-title p {
        font-size: 2.4rem;
        padding: 0 13px;
        font-weight: normal;
    }
    #for-university-student .header-title {
        background: url(/wp/wp-content/themes/teacher/images/for-univ-student/img-fv.png) center bottom/65% no-repeat;
    }
    #for-university-student .left0 {
        padding-left: 0;
    }
    #for-university-student #mainvBox + section {
        box-shadow: none;
        padding-top: 0;
    }


    /*----------------------------------------------------------------------
   オンライン家庭教師について
    ----------------------------------------------------------------------*/
    #aboutWork > .lower_h2_container{
        width: 100%;
        padding: 0 6.25%;
    }
    #aboutWork > .lower_h2_container .lower_h2{
        width: 100%;
        max-width: 640px;
    }
    #aboutWork .lower_h2{
        border-radius: 10px;
        padding-left: 20px;
        padding-right: 100px;
        font-weight: bold;
    }
    #aboutWork .lower_h2::before {
        left:auto;
        right: -70px;
        background: url(/wp/wp-content/themes/teacher/images/for-univ-student/read_1.png) 0px center / 70% no-repeat;
    }
    /*----------------------------------------------------------------------
   やりがいについて
    ----------------------------------------------------------------------*/
    #for-university-student #rewarding .aboutBox_wrapper img {
        width: 100%;
        margin: 0;
    }

    /*----------------------------------------------------------------------
   私たちについて
    ----------------------------------------------------------------------*/

    .noticeCont.cm.movie {
        margin-bottom: 50px;
        padding: 0;
    }

    /*----------------------------------------------------------------------
    選ばれる理由 について
    ----------------------------------------------------------------------*/
    #reazonBox .wrapper {
        max-width: 100%;
        padding: 0 6.25%;
    }
    .reasponH3_main {
        line-height: 1.2;
    }
    .inWrap.movie {
        margin-left: 0px;
    }
    /*----------------------------------------------------------------------
    条件
    ----------------------------------------------------------------------*/
    .salary{
        background: none;
    }
    .salary .fat {
        line-height: 1.3;
    }
    .salary img{
        display: block;
        width: 90%;
        margin: 5%;
    }
}
@media (max-width: 640px) {

   /*----------------------------------------------------------------------
    FV について
    ----------------------------------------------------------------------*/
    #for-university-student #mainvBox .only_sp{
        display: block;
    }
    #for-university-student .header-title {
        height: 430px;
    }
    #for-university-student .header-title p {
        font-size: 1.9rem;
        padding: 0 5px;
        font-weight: normal;
    }

    /*----------------------------------------------------------------------
   オンライン家庭教師について
    ----------------------------------------------------------------------*/
    #aboutWork .lower_h2{
        font-size: 2rem;
        padding-right: 80px;
    }
    #aboutWork .lower_h2::before {
        left:auto;
        right: -70px;
        background: url(/wp/wp-content/themes/teacher/images/for-univ-student/read_1.png) 0px center / 60% no-repeat;
    }
    /*----------------------------------------------------------------------
    選ばれる理由 について
    ----------------------------------------------------------------------*/
    #reazonBox {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reazon_no {
        left: calc(50% - 40px);
    }
    #reazonBox1{
        margin-top: 60px;
    }
    #reazonBox4{
        margin-top: 30px;
        margin-bottom:40px;
    }
    #reazonBox4 .reasponH3_main {
        display: block;
        color: #ff1b14;
        font-size: 2.3rem;
    }
    #reazonBox4.reazonBox_wrapper h3 {
        margin: .3rem 0 2.8rem;
    }
    /*----------------------------------------------------------------------
       私たちについて
    ----------------------------------------------------------------------*/
    .box-title {
         margin-bottom: 0;
    }
}


@media (max-width: 480px) {

    /*----------------------------------------------------------------------
    FV について
    ----------------------------------------------------------------------*/
    #for-university-student .mainV_main {
        font-size: 3rem;
        line-height: 1.2;
        margin: 20px 0;
    }
    /*----------------------------------------------------------------------
    header-titleについて
    ----------------------------------------------------------------------*/
    #for-university-student .header-title {
        background: url(/wp/wp-content/themes/teacher/images/for-univ-student/img-fv.png) center bottom/85% no-repeat;
        height: 400px;
    }

    /*----------------------------------------------------------------------
    私たちについて
    ----------------------------------------------------------------------*/
    #aboutWork .aboutBox_wrapper {
        display: block;
        justify-content: unset;
        margin-top: 30px;
    }
    #underlogoBox_wrapper {
        text-align: unset;
        width: 90%;
    }
    #underlogoBox_wrapper object:nth-of-type(1) {
        width: 100%;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
    }
    #underlogoBox_wrapper object{
        width: 24%;
    }
    #for-university-student #rewarding .lower_h2_container + .wrapper h3.numb:before {
        top:13px;
    }
    #for-university-student #rewarding h3.numb:before {
        left: -5px;
        top:30px;
    }
    h3.numb {
        padding-left: 48px;
    }
    h3.numb::after {
        left: -10px;
        width: 50px;
        height: 50px;
        border-radius: 40px;
    }

    /*----------------------------------------------------------------------
    先輩講師のインタビューについて
    ----------------------------------------------------------------------*/
    #for-university-student .aboutBox_wrapper img{
        margin: 0;
    }


    /*----------------------------------------------------------------------
    選ばれる理由 について
    ----------------------------------------------------------------------*/
    .reazonBox_wrapper {
        padding: 6.25vw 6.25vw;
    }
    .reazonBox_wrapper h3 {
        margin-top: 2rem;
    }
    .reasponH3_sub {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .reasponH3_main {
        font-size: 2.4rem;
    }
    .reazon_no {
        width: 80px;
        height: 80px;
        font-size: 1.6rem;
    }
    .stepno {
        font-size: 2.8rem;
    }
    .reazonBox_wrapper img {
        margin: 2rem auto;
    }
}


@media (max-width: 360px) {

    /*----------------------------------------------------------------------
    header-titleについて
    ----------------------------------------------------------------------*/
    .header-title {
        height: 150px;
    }
    .mainV_sub {
        font-size: 1.7rem;
    }
    .mainV_main {
        font-size: 2.5rem;
    }

    /*----------------------------------------------------------------------
    選ばれる理由 について
    ----------------------------------------------------------------------*/
    .reasponH3_sub {
        font-size: 1.8rem;
    }
    .reasponH3_main {
        font-size: 2.2rem;
        line-height: 1.2;
    }
}


@media (max-width: 375px) {
    /*----------------------------------------------------------------------
    FV について
    ----------------------------------------------------------------------*/
    #for-university-student .mainV_main {
        font-size: 2.8rem;
        line-height: 1.2;
        margin: 20px 0;
    }
    /*----------------------------------------------------------------------
    header-titleについて
    ----------------------------------------------------------------------*/
    #for-university-student .header-title {
        background: url(/wp/wp-content/themes/teacher/images/for-univ-student/img-fv.png) center bottom/85% no-repeat;
        height: 370px;
    }
}
@media (max-width: 320px) {
    /*----------------------------------------------------------------------
    header-titleについて
    ----------------------------------------------------------------------*/
    .mainV_sub {
        font-size: 1.7rem;
    }
    .mainV_main {
        font-size: 2.5rem;
    }

    /*----------------------------------------------------------------------
    選ばれる理由 について
    ----------------------------------------------------------------------*/
    #leadtxtBox .wrapper {
        width: 100%;
        padding-left: 4.68%;
        padding-right: 4.68%;
        margin-top: 5vw;
    }

    #reazonBox h2 {
        font-size: 1.9rem;
    }

    #reazonBox #reazonBox1,
    #reazonBox #reazonBox2,
    #reazonBox #reazonBox3,
    #reazonBox #reazonBox4 {
        padding: 19.25vw 6.25vw;
    }

    .support .reazonBox_wrapper {
        padding: 0 20px;
    }
    .img_caption {
        font: bold 2rem/30px '游ゴシック体', '游ゴシック', 'YuGothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Quicksand, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
}

/*----------------------------------------------------------------------
introFlow
--------------------------------------------------------------------- */
.introFlow {
    padding: 50px 0 80px;
    background: #f4f8fe;
}

.ttlTopH2.intro {
    text-align: center;
    margin-bottom: 60px;
}

.introFlowConts_lists {
    margin-bottom: 0;
}

.introFlowLists_box {
    position: relative;
    margin-bottom: 40px;
    padding: 30px 40px;
    height: auto;
    background-color: #fff;
    counter-increment: introNum;
}

.introFlowLists_box.start {
    height: auto;
    border: 5px solid #dd782b;
}

.introFlowLists_box:last-of-type {
    margin-bottom: 0;
}

.introFlowLists_box:not(.start)::before,
.introFlowLists_box:not(:first-of-type)::after {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
}

.introFlowLists_box:not(.start)::before {
    top: 100%;
    width: 48px;
    height: 25px;
    background-color: #001e64;
}

.introFlowLists_box:not(:first-of-type)::after {
    bottom: calc(100% - 14px);
    border: 42px solid rgba(0, 0, 0, 0);
    border-top: 37px solid #001e64;
    border-bottom: 0;
}

.introFlowBox_ttl {
    margin-bottom: 25px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.start .introFlowBox_ttl {
    color: #dd782b;
    font-size: 3rem;
}

.introFlowBox_ttl h3 {
    margin: 4.8rem 0 2.8rem;
    padding: 0;
}

.introFlowBox_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introFlowBox_txt .ttl_about {
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    color: #c00a0a;
}

.introFlowBox_txt .read_checkLists {
    margin: 0 0 20px 2em;
}
.introFlowBox_txt .read_checkLists li {
    font-weight: bold;
    position: relative;
}
.read_checkLists li::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -5px;
    width: 28px;
    height: 29px;
    background: url(/wp/wp-content/themes/teacher/images/common/icon_check.svg) 0 0/contain no-repeat;
}
@media screen and (min-width: 835px) {
    .read_checkLists li {
        padding-left: 40px;
        font-size: 2rem;
    }
}

.ttlTop.intro {
    color: #001e64;
}

.introFlowConts_2col {
    display: flex;
    justify-content: space-between;
}

.introFlow2col_box {
    margin-right: 40px;
    padding: 40px 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.introFlow2col_box:last-of-type {
    margin-right: 0;
}

.introFlow2colBox_txt,
.introFlow2colBox_ttl {
    font-weight: bold;
    line-height: 1.4;
}

.introFlow2colBox_txt {
    margin-bottom: 30px;
    font-size: 2.1rem;
}

.introFlow2colBox_img {
    margin-bottom: 30px;
}

.introFlow2colBox_img img {
    height: 100%;
}

.ie .introFlow2colBox_img img {
    height: auto;
}

.introFlow2colBox_ttl {
    font-size: 2.7rem;
}




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

    /* introFlow (@media 768px ~)
    ----------------------------------------- */
    .introFlow {
        padding: 60px 0;
        background-position: right 8px top 30px;
        background-size: 111.6vw auto;
    }

    .introFlow_conts {
        display: block;
    }

    .ttlTopH2.intro {
        margin-bottom: 20px;
    }

    .introFlowConts_ttl {
        padding: 0;
    }

    .introFlowConts_txt {
        margin-bottom: 40px;
    }

    .introFlowConts_lists {
        margin-bottom: 50px;
        /*padding: 0;*/
    }

    .introFlowLists_box {
        padding-right: 30px;
        padding-left: 30px;
        height: auto;
    }

    .introFlowLists_box:first-of-type {
        height: auto;
    }

    .introFlowBox_ttl {
        position: relative;
        margin-left: 60px;
        margin-bottom: 20px;
        padding: 0;
        font-size: 2.3rem;
        line-height: 1.3;
    }

    .introFlowConts_btn {
        position: relative;
        z-index: 1;
    }

    .introFlowConts_2col {
        display: block;
    }

    .introFlow2col_box {
        margin-right: 0;
        padding: 30px 0;
    }

    .introFlow2col_box:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .introFlow2colBox_txt {
        font-size: 2.1rem;
    }
    .introFlowBox_txt .read_checkLists li {
        font-size: 1.8rem;
        padding-left: 28px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .introFlow2colBox_ttl {
        font-size: 2.5rem;
    }

    .ttlTop.cm span {
        font-size: 3rem;
        display: block;
        line-height: 1.4;
    }

}

@media screen and (max-width: 480px) {
    .introFlow {
        padding: 15px 0 1px;
    }
    .introFlow .ttlTop {
        font-size: 2.2rem;
    }

    .introFlow_conts {
        padding: 0 33px;
    }

    .introFlowConts_ttl {
        font-size: 2.5rem;
    }

    .introFlowConts_lists {
        margin-bottom: 40px;
        padding: 0;
    }

    .introFlowLists_box {
        margin-bottom: 20px;
        padding: 18px 20px;
    }

    .introFlowLists_box.start {
        border-width: 3px;
    }

    .introFlowBox_ttl {
        margin-left: 0;
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .reazonBox_wrapper h3,
    #reazonBox3 h3 {
        margin: 2.3rem 0 1.8rem;
    }

    .start .introFlowBox_ttl {
        margin-left: 0;
        font-size: 2.1rem;
    }

    .introFlowBox_txt .ttl_about {
        font-size: 1.8rem;
    }

    .introFlowBox_txt .read_checkLists {
        margin-left: 0.5em;
    }

    .introFlowBox_txt .read_checkLists li {
        font-size: 1.8rem;
        padding-left: 28px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .introFlowLists_box:not(.start)::before {
        width: 28px;
        height: 16px;
    }

    .introFlowLists_box:not(:first-of-type)::after {
        bottom: calc(100% - 10px);
        border-width: 28px;
        border-top-width: 19px;
        border-bottom: 0;
    }

    .introFlowConts_2col {
        padding: 0;
    }

    .introFlow2col_box {
        padding: 20px 15px;
    }

    .introFlow2colBox_txt {
        margin-bottom: 20px;
        font-size: 1.7rem;
    }

    .introFlow2colBox_img {
        margin: 0 auto 20px;
        height: 103px;
    }

    .introFlow2colBox_ttl {
        font-size: 2rem;
    }

    .ttlTop.cm span {
        font-size: 2rem;
        display: block;
    }
}
.yellow_underline {
    background: linear-gradient(transparent 80%, #f8ca49 0%);
    font-weight: bold;
}
.mediaWrap.inner .mediaConts_ttl {
    margin-bottom: 30px;
    text-align: center;
    font-size: 2.6rem;
    font-family: var(--ffSerif);
    line-height: 1.3;
}
.boxRow_l,.boxRow_r {
    display: flex;
    align-items: center;
}

/*----------------------------------------------------------------------
総合型選抜、推薦入試合格者積極採用
----------------------------------------------------------------------*/
.active_recruit_box_bg {
    position: relative;
    height: 660px;
}
@media screen and (min-width: 769px) {
    .active_recruit_box_bg::before,
    .active_recruit_box_bg::after {
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        width: 510px;
        height: 660px;
        z-index: -1;
    }
    .active_recruit_box_bg::before {
        background-image: url(/wp/wp-content/themes/teacher/images/lp-student/active_recruit.png);
        left: 0;
        top: 0;
    }
    .active_recruit_box_bg::after {
        background-image: url(/wp/wp-content/themes/teacher/images/lp-student/active_recruit2.png);
        right: 0;
        top: 0;
    }
    .active_recruit_box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
.active_recruit_box {
    width: 840px;
    background: #fff;
    border: 5px solid #da7c3f;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(67, 67, 67, .25);
    margin: 0 auto;
    padding: 30px 50px;
}
.pikapika_img {
    width: 80px;
    height: 40px;
}
.active_recruit {
    color: #f70100;
    font-size: 2.8rem;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "hiragino-kaku-gothic-pron", "YuGothic", Yu Gothic, sans-serif;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0;
}
.active_recruit_catch {
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "hiragino-kaku-gothic-pron", "YuGothic", Yu Gothic, sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 41px;
}
.active_recruit_txt {
    max-width: 700px;
    margin: 0 auto;
}
.shocking_movie {
    text-align: center;
    position: relative;
}
.shocking_movie iframe,
.shocking_movie img {
    width: 600px;
    height: 337px;
    border: 2px solid #000;
}
.orange_box {
    border: solid 5px #de772b;
    border-radius: 15px;
    padding: 40px 90px;
}
.blueCatch {
    font-size: 3rem;
    text-align: center;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "hiragino-kaku-gothic-pron", "YuGothic", Yu Gothic, sans-serif;
    font-weight: 900;
    color: #017eb8;
}
.activeList {
    margin: 0 auto 50px;
    max-width: 470px;
}
.activeList li {
    font-weight: bold;
    font-size: 2.6rem;
    position: relative;
    padding-left: 50px;
}
.activeList li::before {
    position: absolute;
    content: '';
    background: url(/wp/wp-content/themes/teacher/images/lp-student/check_mark.svg)0 0/contain no-repeat;
    width: 41px;
    height: 36px;
    left: 0;
    top: 4px;
}
.introFlowBox_ttl::before {
    display: none;
}

@media screen and (max-width: 840px) {
    .active_recruit_box {
        width: 100%;
    }
}

@media screen and (max-width: 834px) {
    .shocking_movie iframe,
    .shocking_movie img {
        width: 83.333vw;
        height: 46.833vw;
    }
    .shocking_movie p {
        font-size: 2.398vw;
    }
    .orange_box {
        padding: 30px 40px;
    }
}

@media screen and (max-width: 768px) {
    .mainView {
        width: 100vw;
        height: 84vw;
    }
    .mainView h1 img {
        width: 100vw;
    }
    .mainView_txt {
        padding-top: 3.2vw;
    }
    .mainView_txt::after {
        background-image: url(/wp/wp-content/themes/teacher/images/lp-student/teachers_sp.png);
        width: 100vw;
        height: 84vw;
        top: auto;
        bottom: -2.344vw;
    }
    .mainView_txt::before {
        border-width: 0.933vw;
        /*height: 42.667vw;*/
        height: 50.13vw;
        width: 90.667vw;
        padding: 0;
    }
    .mainView_txt .yellow_catch {
        font-size: 4.533vw;
    }
    .h1_modoki {
        font-size: 7.292vw;
        margin-bottom: 1.042vw;
    }
    .mainView_txt h1 {
        font-size: 9.333vw;
    }
    .double_line {
        margin-bottom: 2.133vw;
    }
    .double_line::before,
    .double_line::after {
        width: 6.533vw;
        height: 13.467vw;
        bottom: -2vw;
    }
    .double_line::before {
        left: 4.8vw;
    }
    .double_line::after {
        right: 4.8vw;
    }
    .active_recruit_box {
        border-width: 0.933vw;
        width: calc( 100% - 40px );
    }
    .pikapika_img {
        width: 11.2vw;
        height: 5.333vw;
    }
    .active_recruit {
        font-size: 5.467vw;
    }
    .active_recruit_catch {
        font-size: 7.2vw;
        line-height: 1.3;
    }
    .active_recruit_box_bg {
        height: auto;
    }
    .active_recruit_box {
        position: relative;
        margin-top: 22.667vw;
        margin-bottom: 22.667vw;
        padding: 4vw 6.667vw 4.667vw;
    }
    .active_recruit_box::before,
    .active_recruit_box::after {
        content: '';
        position: absolute;
        width: 100vw;
        z-index: -1;
        transform: translateX(-50%);
        left: 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .active_recruit_box::before {
        background-image: url(/wp/wp-content/themes/teacher/images/lp-student/active_recruit_sp.png);
        height: 40vw;
        top: -24vw;
    }
    .active_recruit_box::after {
        background-image: url(/wp/wp-content/themes/teacher/images/lp-student/active_recruit2_sp.png);
        height: 29.333vw;
        bottom: -24vw;
    }
}

@media screen and (max-width: 600px) {
    .mainView {
        margin-bottom: 8.333vw;
    }
    .messageBox_h2.center {
        font-size: 4.96vw;
        line-height: 1.2;
    }
    .video-container video {
        width: 100%;
    }
    .messageBox_h2.center.dekka {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 480px) {
    .mainView {
        margin-bottom: 20px;
    }
    .mainView_txt::before {
        height: 52.5vw;
    }
    .mainView_txt::after {
        bottom: -45.208vw;
    }
    .mainView_txt .yellow_catch {
        font-size: 5.417vw;
    }
    .double_line::before {
        left: auto;
        right: calc(100% - 12.5vw);
        margin-bottom: 1.25vw;
    }
    .double_line::after {
        right: auto;
        left: calc(100% - 12.5vw);
    }
    .double_line br {
        display: block;
        content: "";
        margin: -0.625vw 0;
    }
    .messageBox_h2.center.dekka {
        font-size: 6.933vw;
        line-height: 1.2;
    }
    .active_recruit_box {
        padding-left: 4.167vw;
        padding-right: 4.167vw;
    }
    .shocking_movie {
        margin-bottom: 20px;
    }
    .shocking_movie iframe,
    .shocking_movie img {
        /*width: 335px;
        height: 188px;*/
        width: 89.333vw;
        height: 50.133vw;
    }
    .blueCatch {
        font-size: 2.6rem;
        line-height: 1.2;
    }
    .activeList {
        margin-bottom: 25px;
    }
    .activeList li {
        font-size: 1.9rem;
        padding-left: 37px;
        font-size: 5.067vw;
        padding-left: 9.867vw;
    }
    .activeList li::before {
        width: 32px;
        height: 28px;
        top: 2px;
        width: 8.533vw;
        height: 7.467vw;
        top: 0.533vw;
    }
    .orange_box {
        padding: 15px 20px 5px;
    }
}

@media screen and (max-width: 375px) {
    .mainView_txt::before {
        height: 54.4vw;
    }     
}

@media screen and (max-width: 768px) {
    .abTest .messageBox_h2.center.dekka {
        font-size: 6.133vw;
    }
    .abTest .shocking_movie iframe, .shocking_movie img {
        width: 75.2vw;
        height: 56.533vw;
    }
    #for-university-student .abTest .entrybtnBox {
        width: 100%;
        padding-top: 0;
    }
    .abTest .orange_box {
        padding-bottom: 15px;
    }
    #interview.abTest {
        margin-top: 0; 
    }
    #aboutWork .cont02.abTest .lower_h2 {
        padding-left: 0;
        padding-right: 0;
    }
}