@charset "utf-8";

/*
main_visual
------------------------------*/
#main_visual {
    width: 100%;
    margin-bottom: 20px;
}
    #main_visual img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 835px) {

@keyframes animSlide {
    from { background-position: 0 0; }
    to { background-position: -2807px 0; }
}

#main_visual {
    position: relative;
    animation: animSlide 80s linear infinite;
    background: url(/wp/wp-content/themes/teacher/images/for-teachers/main_bg.png) 0 0 repeat-x;
    padding: 55px 0 70px 0;
    text-align: center;
    margin-bottom: 20px;
}
#main_visual h1 {
    position: relative;
    width: 600px;
    height: 275px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
}
#main_visual h1 img {
    width: 100%;
}
}

.detailBtn{
    margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
.detailBtn>* {
    font-size: 4vw;
}
}
/*
Lead
------------------------------*/
.messageBox_h2 {
    font-weight: bold;
    font-size: 1.8rem;
    font-size: max(1.8rem, min(6.133vw, 3.2rem));
}

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

.read_checkLists {
    margin-left: 1em;
    margin-bottom: 30px;
}

.read_checkLists li {
    position: relative;
    padding-left: 28px;
    font-size: 1.8rem;
    font-size: max(1.8rem, min(4.8vw, 3.2rem));
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}

.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;
}

.read_anxiety span {
    display: block;
    font-weight: bold;
    text-indent: -1em;
    padding-left: .5em;
    font-size: 1.8rem;
    font-size: max(1.8rem, min(4.8vw, 3.2rem));
    line-height: 1.3;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 835px) {
    .read_checkLists {
        margin-left: 2em;
    }

    .read_checkLists li {
        padding-left: 40px;
        font-size: 2rem;
    }

    .read_anxiety span {
        font-size: 1.9rem;
    }
}

p.mb0 {
    margin-bottom: 0;
}

.imgLazy {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0;
}

.imgLazy img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 835px) {
    .imgLazy {
        padding: 10px 40px;
    }
}

/*
見出し
------------------------------*/
.ttlSize {
    display: block;
    font: 700 3.8rem/1.3 YakuHanMP, 'Noto Serif JP', serif;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 0;
}

.ttlSubSize {
    display: block;
    font-size: 3rem;
    font-weight: 600;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}

@media screen and (max-width: 834px) {
    .ttlSize {
        font-size: 2.4rem;
        font-size: max(2.2rem, min(6.8vw, 4.4rem));
    }

    .ttlSubSize {
        font-size: 1.8rem;
        font-size: max(1.6rem, min(4.8vw, 3.2rem));
    }
}


.proTeacherTtl {
    background: #fff;
    border-top: solid 5px #5e977f;
    border-bottom: solid 5px #73a8c8;
    margin-top: 60px;
}

.proTeacherTtl_h2 {
    position: relative;
    width: 100%;
    height: min(31.599vw, 140px);
    margin: auto;
    display: flex;
    align-items: center;
    background: none;
}

.proTeacherTtl_h3 {
    margin-bottom: 10px;
    padding: 0px;
}

.proTeacherTtl_h3main {
    color: #c00a0a;
    font-size: 2.4rem;
    font-size: max(2.4rem, min(5.4vw, 3.8rem));
    font-weight: 700;
    line-height: 1.3;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    margin-bottom: 5px;
}

.proTeacherTtl_h3sub {
    display: flex;
    align-items: flex-start;
    font-size: 2rem;
    font-size: max(1.6rem, min(4.888vw, 2.4rem));
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    font-family: YakuHanJP, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'YuGothic', 'Yu Gothic', sans-serif;
}

.proTeacherTtl_forte {
    margin-right: 20px;
}

@media screen and (max-width: 480px) {
    .proTeacherTtl_h3sub span{
 
    }
    .proTeacherTtl_forte {
        width: 75px;
        margin-right: 0;
        flex-shrink: 0;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 835px) {
    .proTeacherTtl {
        margin-top: 0;
        border-width: 8px;
    }
    .proTeacherTtl_h2 {
        position: relative;
        display: flex;
        height: 170px;
        background: calc(50% - 582px) 56px/184px 84px no-repeat;
        background-image: url(../images/for-teachers/ribbon.svg);
    }
    .proTeacherTtl_h2::before {
        content: '';
        position: absolute;
        top: 56px;
        left: 0;
        width: 0;
        height: 57px;
        background: #ea7d2f;
    }

    .proTeacherTtl_h3sub {
        font-size: 2.6rem;
    }

    .proTeacherTtl_h3main {
        font-size: 3.1rem;
    }
}
@media screen and (min-width: 1300px) {
    .proTeacherTtl_h2::before {
        width: 5%;
    }
}
@media screen and (min-width: 1400px) {
    .proTeacherTtl_h2::before {
        width: 10%;
    }
}
@media screen and (min-width: 1600px) {
    .proTeacherTtl_h2::before {
        width: 15%;
    }
}
@media screen and (max-width: 834px) {
.proTeacherTtlH2_main:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 0px;
    width: 100px;
    height: 54px;
    background: 0 0/contain no-repeat;
    background-image: url(../images/for-teachers/ribbon_sp.svg);
}
}
/*
proTeacherCont1
------------------------------*/
.proTeacherCont1 {
    background: #f9f4e8;
    padding-bottom: 30px;
}

.proTeacherCont1 .wrap {
    width: calc(100% - 40px);
    max-width: 1020px;
    background: #fff;
    padding: 25px 0 20px;
    margin: 25px auto;
}

.proTeacherCont1 .wrap {
    position: relative;
}
    .proTeacherCont1 .wrap:before {
        content: "";
        position: absolute;
        top: -12px;
        left: -11px;
        width: 130px;
        height: 36px;
        background: 0 0/contain no-repeat;
        background-image: url(../images/for-teachers/ribbon_h3_sp.svg);
    }
@media screen and (min-width: 835px) {
    .proTeacherTtlH2_main {
        font-size: 3.8rem;
    }
    .proTeacherCont1 {
        padding-bottom: 50px;
    }

    .proTeacherCont1 .wrap {
        padding: 35px 60px 50px;
        margin-top: 25px;
    }

    .proTeacherCont1 .wrap:before {
        content: "";
        position: absolute;
        top: -9px;
        left: 12px;
        width: 38px;
        height: 119px;
        background: 0 0/contain no-repeat;
        background-image: url(../images/for-teachers/ribbon_h3.svg);
    }
    .proTeacherCont1 .wrap .wrapper {
        width: 100%;
        max-width: 880px;
    }
}


/* personCont
----------------------------------------- */
.personCont {
    position: relative;
    border: solid 2px #b19557;
    border-radius: 6px;
}

.personCont span {
    display: block;
    background: #b19557;
    font-size: 1.6rem;
    font-size: max(1.6rem, min(3.333vw, 2.4rem));
    color: #fff;
    font-weight: bold;
    padding: 4px 0px 4px 4px;
}

.personCont.student {
    border-color: #f08181;
}
.personCont.student span {
    background: #f08181;
}

.personTxt {
    padding: 10px max(1rem, min(2.404vw, 3.4rem)) 0;

}

.personTxt .personTtl {
    font-size: 2rem;
    font-size: max(2rem, min(4.333vw, 3.4rem));
    font-weight: 700;
    color: #08257f;
    line-height: 1.6;
    text-indent: -.5em;
    padding-left: .5em;
}

.student .personTxt .personTtl {
    color: #a90000;
}

.personTxt .name {
    margin-bottom: 0;
    font-weight: bold;
}

.personTxt .personArticle {
    border-top: solid 1px #ccc;
    padding-top: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.personImg {
    flex: 1;
}

.personImg img {
    width: 100%;
    height: auto;
}

.personschool {
    position: relative;
    margin-top: 20px;
    padding-left: 60px;
}

.personschool:before {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 50px;
    height: 48px;
    background: url(../images/for-teachers/passStamp.png) center/contain no-repeat;
}

.personschool p {
    font-size: 1.4rem;
    font-size: max(1.4rem, min(3.666vw, 3.4rem));
}

@media screen and (min-width: 835px) {
    .personCont {
        margin: 30px 0 0;
    }

    .personCont {
        position: relative;
        display: flex;
        border: solid 3px #b19557;
        border-radius: 10px;
    }

    .personCont span {
        position: absolute;
        top: -24px;
        left: -3px;
        background: #b19d57;
        font-size: 1.8rem;
        color: #fff;
        font-weight: bold;
        padding: 4px 120px 4px 30px;
        border-radius: 10px 40px 40px 0px;
    }

    .personTxt {
        padding: 25px 20px 0;
        width: 610px;
    }


    .personTxt .personTtl {
        font-size: 2.4rem;
        font-weight: 700;
        color: #08257f;
    }

    .student .personTxt .personTtl {
        font-size: 2.2rem;
    }

    .personImg img {
        border-radius: 0 7px 7px 0;
    }

    .personschool {
        margin-top: 10px;
        padding-left: 90px;
    }

    .personschool:before {
        position: absolute;
        content: "";
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        width: 77px;
        height: 73px;
    }
    .personschool p {
    font-size: 1.7rem;
}
}

/* flexCont
----------------------------------------- */

.uspTxt_txtwrap {
    width: 100%;
    text-align: justify;
}

.uspTxt_img {
    text-align: center;
}

.uspTxt_img img {
    margin-bottom: 10px;
}

@media screen and (min-width: 835px) {
    .uspBox_txt {
        display: flex;
        margin-bottom: 10px;
        flex-wrap: nowrap;
    }

    .uspTxt_txtwrap {
        width: 530px;
    }

    .uspBox_txt .uspTxt_img {
        margin-left: 3rem;
        display: flex;
        align-items: start;
        flex: 1;
    }
}


/*
proTeacherCont2
------------------------------*/
.teacherVoiceBox_ttl {
    height: min(23vw, 105px);
}
@media screen and (min-width: 835px) {
    .teacherVoiceBox_ttl {
        height: 105px !important;
    }
}


/*
proTeacherCont3
------------------------------*/
.proTeacherCont3 {
    background: #fcecec;
    padding: 1px 0;
}

.proTeacherCont3 .wrap {
    width: calc(100% - 40px);
    max-width: 1000px;
    background: #fff;
    padding: 35px 0 0;
    margin: 25px auto;
}

.proTeacherCont3 .wrap_after {
    padding-bottom: 25px;
}

.proTeacherCont3 .wrap,
.proTeacherCont3 .wrap_after {
    position: relative;
    overflow: hidden;
}

.proTeacherCont3 .wrap::before,
.proTeacherCont3 .wrap::after,
.proTeacherCont3 .wrap_after::before,
.proTeacherCont3 .wrap_after::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: 0 0/contain no-repeat #fcecec;
    border-radius: 40px;
}

.proTeacherCont3 .wrap::before {
    top: -20px;
    left: -20px;
}

.proTeacherCont3 .wrap::after {
    top: -20px;
    right: -20px;
}

.proTeacherCont3 .wrap_after::before {
    bottom: -20px;
    left: -20px;
}

.proTeacherCont3 .wrap_after::after {
    bottom: -20px;
    right: -20px;
}

.proTeacherCont3 .proTeacherTtl_h3 {
    padding: 0;
}

.proTeacherCont3 .proTeacherTtl_h3step {
    font-size: 1.8rem;
    font-size: max(1.8rem, min(6.133vw, 3.2rem));
}

.proTeacherTtl_h3step:before {
    content: "【";
    color: #d88500;
    margin-right: 10px;
}

.proTeacherTtl_h3step:after {
    content: "】";
    color: #d88500;
    margin-left: 10px;
}

@media screen and (min-width: 835px) {
    .proTeacherCont3 {
        padding: 30px 0;
    }

    .proTeacherCont3 .wrap_after {
        padding-bottom: 70px;
    }

    .proTeacherCont3 .proTeacherTtl_h3 {
        text-align: left;
    }

    .proTeacherCont3 .proTeacherTtl_h3step {
        font-size: 3rem;
    }

    .proTeacherTtl_h3step:before {
        margin-right: 20px;
    }

    .proTeacherTtl_h3step:after {
        margin-left: 20px;
    }

    .proTeacherCont3 .wrap::before,
    .proTeacherCont3 .wrap::after,
    .proTeacherCont3 .wrap_after::before,
    .proTeacherCont3 .wrap_after::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 80px;
    }

    .proTeacherCont3 .wrap::before {
        top: -34px;
        left: -34px;
    }

    .proTeacherCont3 .wrap::after {
        top: -34px;
        right: -34px;
    }

    .proTeacherCont3 .wrap_after::before {
        bottom: -34px;
        left: -34px;
    }
    .proTeacherCont3 .wrap_after::after {
        bottom: -34px;
        right: -34px;
    }
}

/* onlineMov
----------------------------------------- */
.onlineMovWrap {
    width: calc(100% - 40px);
    margin: 50px auto 70px;
    margin: min(10.667vw, 50px) auto 0;
    padding: 20px 20px 5px 20px;
    width: 100%;
    max-width: 800px;
    border: 2px solid #d88500;
    border-radius: 6px;
}

.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 {
        width: 100%;
        padding: 20px 0;
        border-width: 3px;
    }

    .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;
    }
}
@media screen and (max-width: 480px) {
    .mediaWrap{
        padding: 30px 0;
    }
}
/* 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::before {
    content: counter(introNum);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -30px;
    left: -30px;
    width: 70px;
    height: 70px;
    color: #fff;
    font: bold 3.6rem/1 Arial;
    border-radius: 100px;
    background-color: #001e64;
}*/

.start .introFlowBox_ttl::before {
    content: none;
}

.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;
}

.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::before {
        transform: translateY(-50%);
        top: 50%;
        left: -60px;
        width: 50px;
        height: 50px;
        font-size: 3rem;
    }

    .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;
    }

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

    .introFlowBox_ttl::before {
        left: -50px;
        width: 40px;
        height: 40px;
        font-size: 2.3rem;
    }

    .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;
    }
}

.personTxt .personArticle {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-top: 10px;
}
.personTxt {
    max-width: 580px;
}
.personImg img {
    border-radius: 0 7px 7px 0;
}
#reazonBox {
    padding-bottom: 70px;
    width: 100%;
}
.reazonBox_wrapper {
    position: relative;
    margin: 0px auto 0;
    padding: 40px 20px;
    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
}
#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;
}

#reazonBox1 p{
    font-feature-settings: "palt";
}

#reazonBox4 .reasponH3_main {
    display: block;
    color: #cc2525;
    font-size: 3.3rem;
}

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

.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;
}