@charset "utf-8";



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


.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 {
    height: 240px;
    background: url(../images/flow/main.png) 100% 0 no-repeat;
}

.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: 2.8rem;
    color: #d30000;
}
.mainV_main {
    font-size: 4.4rem;
    color: #000;
}

#reazonBox {
    padding-bottom: 70px;
    width: 100%;
}
.reazonBox_wrapper {
    position: relative;
    margin: 0px auto 0;
    padding: 40px;
    width: 100%;
    border: solid 2px #6895b1;
}
.reazonBox_wrapper p a {
    color:#0000ff;
    text-decoration: underline;
}
.reazonBox_wrapper p span {
    font-size: 14px;
}
#reazonBox2,#reazonBox3{
    margin-top: 105px
}
#reazonBox1{
    margin-top: 70px;
}
#reazonBox5,
#reazonBox6 {
    margin-top: 60px;
}
#reazonBox4 {
    margin-top: 60px;
    margin-bottom:80px;
    border: solid 6px #dd782b;
    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 {
    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;
}
@media screen and (min-width: 769px) {
    #reazonBox1 p,
    #reazonBox3 p {
        display: flex;
        justify-content: center;
    }
}
#reazonBox4.reazonBox_wrapper h3,
#reazonBox5.reazonBox_wrapper h3,
#reazonBox6.reazonBox_wrapper h3 {
    margin: 2.8rem 0 2.8rem;
}
#reazonBox4 .reasponH3_main {
    display: block;
    color: #dd782b;;
    font-size: 3.3rem;
}

.closing_cta.middle_position {
    width: 780px;
    padding: 30px 0 0;
    border: 0;
}
.closing_cta.middle_position .closingCtaBox_txt {
    font-size: 1.8rem;
}


@media (max-width: 768px) {
    /*----------------------------------------------------------------------
    FV
    ----------------------------------------------------------------------*/
    .header-title {
        width: 100%;
        height: 39.063vw;
        background: url(../images/flow/main_sp.png) 100% 0/contain no-repeat;
    }
    .header-title h1 {
        left: 20px;
    }
    .mainV_sub {
        font-size: 3rem;
    }
    .mainV_main {
        font-size: 4.9rem;
    }

    /*----------------------------------------------------------------------
    選ばれる理由 について
    ----------------------------------------------------------------------*/
    #reazonBox .wrapper {
        max-width: 100%;
        padding: 0 6.25%;
    }
    .reasponH3_main {
        line-height: 1.2;
    }
    .closing_cta.middle_position {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #reazonBox1 {
        margin-top: 0;
    }
    .reazonBox_wrapper h3:not(.reasponH3_main) {
        margin: 3rem 0 2.2rem;
    }

}
@media (max-width: 640px) {
    /*----------------------------------------------------------------------
    選ばれる理由 について
    ----------------------------------------------------------------------*/
    #reazonBox {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .reazon_no {
        left: calc(50% - 40px);
    }
    #reazonBox1,#reazonBox5{
        margin-top: 30px;
    }
    #reazonBox4,#reazonBox6{
        margin-top: 30px;
        margin-bottom:40px;
    }
    #reazonBox4 .reasponH3_main {
        display: block;
        
        font-size: 2.3rem;
    }
    #reazonBox4.reazonBox_wrapper h3,
    #reazonBox5.reazonBox_wrapper h3,
    #reazonBox6.reazonBox_wrapper h3 {
        margin: .3rem 0 2.8rem;
    }
}


@media (max-width: 480px) {

    /*----------------------------------------------------------------------
    header-titleについて
    ----------------------------------------------------------------------*/
    .header-title {
        height: 180px;
        background-position: right -10px top 0;
    }
    .header-title h1 {
        top: 35%;
        left: 13px;
    }
    .mainV_sub {
        margin-bottom: 2px;
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .mainV_main {
        font-size: 2.6rem;
        margin: 10px 0;
    }


    /*----------------------------------------------------------------------
    選ばれる理由 について
    ----------------------------------------------------------------------*/
    .reazonBox_wrapper {
        padding: 5.25vw 5.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;
    }
    .closing_cta.middle_position {
        width: 100%;
        margin: 0;
    }
}


@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: 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,
    #reazonBox #reazonBox5,
    #reazonBox #reazonBox6 {
        padding: 19.25vw 6.25vw;
    }
}


.changeWrap {
    --proColor: #416695;
    --schoolColor: #6baca6;
}
.changeBtns_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 100px;
    background-color: #f2e7a8;
    transition: .1s;
}
.changeBtns_btn:not(.select) {
    box-shadow: 0 3px 0 #cec27e;
}
.changeBtns_btn:hover {
    transform: translateY(3px);
    opacity: 1;
    box-shadow: none;
}
.changeBtns_btn.select {
    transform: translateY(3px);
    pointer-events: none;
}
#proTeacher.changeBtns_btn.select,
#proTeacher.changeBtns_btn:hover {
    color: #fff;
    background-color: #416695;;
}
#schoolTeacher.changeBtns_btn.select,
#schoolTeacher.changeBtns_btn:hover {
    color: #fff;
    background-color: #6baca6;
}

.changeWrap_ttl {
    position: relative;
    margin: 50px 0 70px;
    padding: 15px 20px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.changeWrap_ttl::before,
.changeWrap_ttl::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    transition: .5s cubic-bezier(.37,.16,.14,.92);
    border-top: 4px solid;
}
.changeWrap_ttl::before {
    left: 0;
    border-color: #416695;;
    background-color: #dae9fb;
}
.changeWrap_ttl::after {
    right: 0;
    border-color: #6baca6;
    background-color: #e1f2f1;
}
#proTeacher_sel.changeWrap_ttl::before {
    width: 100%;
}
#schoolTeacher_sel.changeWrap_ttl::after {
    width: 100%;
}


.changeWrap_tab {
    opacity: 0;
    transition: opacity 1s;
}
.changeWrap_tab.show {
    opacity: 1;
}
.changeWrap_tab:not(.show) * {
    display: none;
}

#proTeacher_flow .reazon_no {
    background-color: #416695;;
}
#proTeacher_flow .reazonBox_wrapper {
    border-color: #416695;;
}
#proTeacher_flow .btmborder_arrow::after {
    border-top-color: #416695;;
}
#schoolTeacher_flow .reazon_no {
    background-color: #6baca6;
}
#schoolTeacher_flow .reazonBox_wrapper {
    border-color: #6baca6;
}
#schoolTeacher_flow .btmborder_arrow::after {
    border-top-color: #6baca6;
}
#proTeacher_flow #reazonBox4,
#schoolTeacher_flow #reazonBox4  {
    border: solid 6px #dd782b;;
}
@media screen and (min-width: 601px){
    .changeWrap_btns {
        display: flex;
        justify-content: center;
    }
    .changeBtns_btn:first-of-type {
        margin-right: 20px;
    }
}
@media screen and (min-width: 601px) and (max-width: 768px){
    .changeBtns_btn:first-of-type {
        margin-right: 10px;
    }
}
@media screen and (max-width: 600px){
    .changeBtns_btn:first-of-type {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 480px){
    .changeBtns_btn {
        font-size: 1.7rem;
        height: 55px;
    }
    .changeWrap_ttl {
        margin-top: 30px
        padding: 12px 15px;
        line-height: 1.3;
    }
}


@media screen and (min-width: 769px){
    .closingCta_box.tel {
        margin: 0 auto;
        width: calc(100% - 50px);
    }
    .closing_cta.middle_position .closingCta_box.tel::after {
        right: -49px;
    }
    .closingCtaBox_tel,
    .closingCtaBox_txt {
        margin-left: 33px;
    }
    .closingCtaBox_sub {
        margin-bottom: 13px;
    }
}

.ttl_about {
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    color: #c00a0a;
}
.read_checkLists {
    margin-bottom: 20px;
}
.read_checkLists li {
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
.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 (max-width: 480px) {
    .ttl_about {
        font-size: 2rem;
    }
    .read_checkLists li {
        font-size: 1.9rem;
    }
}
