@charset "utf-8";
/*MV*/
.Mv_wrap {
    width: 1000px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    border-radius: 30px;
    background-color: #fffcee;
}
.Mv_wrap .ttl {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    padding-left: 50px;
}
body.search .Mv_wrap {
    background:#fffcee url(../img/search_mv.jpg) no-repeat center;
}
body.pre_school .Mv_wrap {
    background:#fffcee url(../img/pre_school_mv.jpg) no-repeat center;
}
body.course .Mv_wrap {
    background:#f9f9fb url(../img/csMain_mv.jpg) no-repeat center;
}
body.materials .Mv_wrap {
    background:#fffcee url(../img/materials_mv.jpg) no-repeat center;
}
body.customers_voice .Mv_wrap {
    background:#f4eae0 url(../img/customers_voice_mv.jpg) no-repeat center;
}
body.movie .Mv_wrap {
    background:#fffcee url(../img/movie_mv.jpg) no-repeat center;
}
body.joinflow .Mv_wrap {
    background:#f8f7f8 url(../img/joinflow_mv.jpg) no-repeat center;
}
body.about .Mv_wrap {
    background: #fffcef url(../img/abMain_mv.jpg) no-repeat center;
}
/*breadcrumbs*/
.c-breadcrumbs {
    padding: 25px 0 0;
    background: #fff;
}
.c-breadcrumbs .list {
    line-height: 1.4;
    text-align: left;
    letter-spacing: -.4em;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-breadcrumbs .list li {
    display: inline;
    font-size: 12px;
    padding-left: 25px;
    position: relative;
    letter-spacing: normal;
}
.c-breadcrumbs .list li:before {
    content: '>';
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
}
.c-breadcrumbs .list li:first-child {
    padding-left: 0;
}
.c-breadcrumbs .list li:first-child:before {
    content: none;
}
.c-breadcrumbs .list li:last-child {
    padding-right: 25px;
}
.c-breadcrumbs .list li a {
    text-decoration: underline;
}
/*cv*/
.cv_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}
.cv_bnr li a {
    display: block;
}
.cv_wrap {
    border: 1px solid #97d3d2;
    padding: 40px 0 30px;
    border-radius: 10px;
}
.cv_ttl {
    margin-bottom: 50px;
    text-align: center;
}
.cv_ttl span {
    display: inline-block;
    position: relative;
    padding-left: 52px;
}
.cv_ttl span:before {
    content: '';
    display: block;
    width: 40px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/logo_mebae2.svg) no-repeat center;
    background-size: 100% auto;
}
.cv_txt {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}
.cv_wrap .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 35px;
}
.cv_wrap .lst .btn a {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    border-radius: 10px;
}
.cv_wrap .lst .btn span.icn {
    position: relative;
    padding-left: 40px;
}
.cv_wrap .lst .btn span.icn:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cv_wrap .lst .search a {
    width: 210px;
    background: #ffc000;
    border: 2px solid #ffc000;
}
.cv_wrap .lst .search a span:before {
    background: url(../svg/icn_search.svg) no-repeat center;
    background-size: 100% auto;
}
.cv_wrap .lst .free a {
    width: 370px;
    background: #f8a3ad;
    border: 2px solid #f8a3ad;
}
.cv_wrap .lst .free a span:before {
    background: url(../svg/icn_mail.svg) no-repeat center;
    background-size: 100% auto;
}
.cv_wrap .tel {
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.cv_wrap .tel a {
    pointer-events: none;
}
.cv_wrap .tel span {
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    color: #023894;
    margin-bottom: 8px;
    position: relative;
    padding-left: 60px;
}
.cv_wrap .tel span:before {
    content: '';
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_freecall.svg) no-repeat center;
    background-size: 100% auto;
}
/*free*/
.csFree_wrap {
    background: #fff6dc;
    padding: 100px 0;
}
/*
.chiiku_01 .csFree_wrap {
    background: #fef4f5;
}
.chiiku_02 .csFree_wrap {
    background: #fff6dc;
}
.chiiku_03 .csFree_wrap {
    background: #f4fbfb;
}
.chiiku_04 .csFree_wrap {
    background: #f1fff4;
}
.chiiku_05 .csFree_wrap {
    background: #faebfd;
}
.chiiku_06 .csFree_wrap {
    background: #fee8de;
}
.chiiku_07 .csFree_wrap {
    background: #e8f1f8;
}*/
.csFree_in {
    position: relative;
}
.csFree_in:before,
.csFree_in:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
}
.csFree_in:before {
    left: -100px;
    top: -136px;
    width: 110px;
    height: 90px;
    background: url(../img/course_icn3.png) no-repeat center;
}
.csFree_in:after {
    right: -100px;
    top: -146px;
    width: 102px;
    height: 100px;
    background: url(../img/course_icn4.png) no-repeat center;
}
.csFree_ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}
.csFree_ttl span {
    position: relative;
    padding: 0 60px;
}
.csFree_ttl span:before,
.csFree_ttl span:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    width: 36px;
    height: 32px;
    z-index: 1;
}
.csFree_ttl span:before {
    right: 0;
    background: url(../img/course_line2_2.png) no-repeat center;
}
.csFree_ttl span:after {
    left: 0;
    background: url(../img/course_line2_1.png) no-repeat center;
}
.csFree_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.csFree_box .img {
    border-radius: 20px;
    overflow: hidden;
}
.csFree_box .box {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px);
    box-sizing: border-box;
    padding-left: 40px;
}
.csFree_box .box .txt {
    font-size: 18px;
    line-height: 2;
}
.csFree_btn {
    width: 650px;
    margin: 60px auto 0;
}
.csFree_btn a {
    width: 100%;
    background: #f8a3ad;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #f8a3ad;
    box-sizing: border-box;
}
.csFree_btn a span {
    position: relative;
    padding-left: 50px;
}
.csFree_btn a span:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_pen.svg) no-repeat center;
    background-size: 100% auto;
}
/*course*/
.csCourse_wrap {
    padding: 100px 0 80px;
}
.csCourse_ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}
.csCourse_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.csCourse_lst li {
    width: 320px;
    margin-top: 20px;
    margin-right: 20px;
}
.csCourse_lst li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
}
.csCourse_lst .box {
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    box-sizing: border-box;
    padding-left: 16px;
}
.csCourse_lst .box .tag {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 6px 8px;
    min-width: 70px;
    text-align: center;
}
.csCourse_lst .box .txt {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}
.csCourse_lst .box.n1 .tag {
    background: #f8a3ad;
}
.csCourse_lst .box.n1 .txt {
    color: #f8a3ad;
}
.csCourse_lst .box.n2 .tag {
    background: #ffc000;
}
.csCourse_lst .box.n2 .txt {
    color: #ffc000;
}
.csCourse_lst .box.n3 .tag {
    background: #97d3d2;
}
.csCourse_lst .box.n3 .txt {
    color: #97d3d2;
}
.csCourse_lst .box.n4 .tag {
    background: #7dc58e;
}
.csCourse_lst .box.n4 .txt {
    color: #7dc58e;
}
.csCourse_lst .box.n5 .tag {
    background: #bd92c5;
}
.csCourse_lst .box.n5 .txt {
    color: #bd92c5;
}
.csCourse_lst .box.n6 .tag {
    background: #fe9263;
}
.csCourse_lst .box.n6 .txt {
    color: #fe9263;
}
.csCourse_lst .box.n7 .tag {
    background: #6fb7ef;
}
.csCourse_lst .box.n7 .txt {
    color: #6fb7ef;
}
/*search*/
.topSc_wrap {
    background: #fff6dc;
    padding: 90px 0 60px;
    position: relative;
}
.topSc_wrap:before {
    content: '';
    display: block;
    width: 1134px;
    height: 68px;
    position: absolute;
    left: 0;
    right: 0;
    top: -58px;
    margin: auto;
    background: url(../img/top_icn4.png) no-repeat center;
}
.topSc_ttl {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 70px;
}
.topSc_ttl span {
    display: inline-block;
    padding-left: 60px;
    position: relative;
}
.topSc_ttl span:before {
    content: '';
    display: block;
    width: 32px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/top_icn5.png) no-repeat center;
}
.topSc_box {
    position: relative;
}
.topSc_box .img {
    text-align: center;
}
.topSc_cnt .box {
    width: 190px;
}
.topSc_cnt .box .ttl {
    position: relative;
}
.topSc_cnt .box .ttl > a {
    display: block;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    line-height: 1;
    padding: 7px 0;
    text-align: center;
    font-weight: bold;
    position: relative;
    pointer-events: none;
}
.topSc_cnt .box .ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #000;
}
.topSc_cnt .box dd {
    padding-top: 15px;
}
.topSc_cnt .box .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -2px;
}
.topSc_cnt .box .lst:after{
    content:"";
    display: block;
    width: 62px;
}
.topSc_cnt .box .lst li {
    width: 62px;
    margin-top: 2px;
}
.topSc_cnt .box .lst li a {
    display: block;
    background: #fff;
    border-radius: 2px;
    font-size: 16px;
    line-height: 1;
    padding: 7px 0;
    text-align: center;
}
.topSc_cnt .box .lst li.no-link a {
    background: #e7e7e7;
    color: #fff;
    pointer-events: none;
}
.topSc_cnt .box.ver1 .ttl > a {
    background: #bd92c5;
}
.topSc_cnt .box.ver2 .ttl > a {
    background: #ffc000;
}
.topSc_cnt .box.ver3 .ttl > a {
    background: #7dc58e;
}
.topSc_cnt .box.ver4 .ttl > a {
    background: #d7b36d;
}
.topSc_cnt .box.ver5 .ttl > a {
    background: #97d3d2;
}
.topSc_cnt .box.ver6 .ttl > a {
    background: #f8a3ad;
}
.topSc_cnt .box.ver7 .ttl > a {
    background: #fe9263;
}
.topSc_cnt .box.ver8 .ttl > a {
    background: #75a4dd;
}
.topSc_cnt .box.ver9 .ttl > a {
    background: #899bff;
}
.topSc_cnt .box.ver1 .ttl:before {
    border-top: 6px solid #bd92c5;
}
.topSc_cnt .box.ver2 .ttl:before {
    border-top: 6px solid #ffc000;
}
.topSc_cnt .box.ver3 .ttl:before {
    border-top: 6px solid #7dc58e;
}
.topSc_cnt .box.ver4 .ttl:before {
    border-top: 6px solid #d7b36d;
}
.topSc_cnt .box.ver5 .ttl:before {
    border-top: 6px solid #97d3d2;
}
.topSc_cnt .box.ver6 .ttl:before {
    border-top: 6px solid #f8a3ad;
}
.topSc_cnt .box.ver7 .ttl:before {
    border-top: 6px solid #fe9263;
}
.topSc_cnt .box.ver8 .ttl:before {
    border-top: 6px solid #75a4dd;
}
.topSc_cnt .box.ver9 .ttl:before {
    border-top: 6px solid #899bff;
}
.sitemap .main_wrap {
    margin-bottom: 60px;
}
.sitemap_wrap {
    padding-top: 80px
}
.sitemap-ttl {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}
.sitemap-ttl:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 4px;
    background: url(../img/sitemap_line.png) repeat-x center;
}
.sitemap-ttl span {
    position: relative;
    background: #fff;
    padding: 0 0.4em 0 0.5em;
    z-index: 2;
}
.sitemap_home {
    margin-bottom: 30px;
}
.sitemap_home a {
    font-size: 18px;
    font-weight: bold;
}
.sitemap_box {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.sitemap_list {
    display: block;
    width: 32%;
}
.sitemap_list li {
    margin-bottom: 30px;
    border-radius: 10px;
}
.sitemap_list li.is-ver2 {
    padding: 0;
    border: 0;
}
.sitemap_list li:last-child {
    margin-bottom: 0;
}
.sitemap_list li a {
    font-size: 18px;
    display: block;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
}
.sitemap_list li a::before {
    position: absolute;
    content: "";
    background: #7dc58e;
    width: 3px;
    height: 17px;
    left: 0;
    top: 3px;
}
.sitemap_course {
    display: block;
    margin-bottom: 50px;
}
.sitemap_sub {
    width: 100%;
    padding-left: 25px;
    box-sizing: border-box;
}
.sitemap-txt {
    margin-bottom: 13px;
    font-weight: bold;
    border-radius: 10px;
}
.sitemap_sub li {
    margin-bottom: 15px;
    padding: 0;
    border: 0;
}

.sitemap_sub li:last-child {
    margin-bottom: 0;
}
.sitemap_sub li a {
    font-size: 15px;
    display: block;
    width: 100%;
    position: relative;
    font-weight: bold;
    padding: 0;
}
.sitemap_sub li a::before {
    border-right: solid 2px #7dc58e;
    border-bottom: solid 2px #7dc58e;
    width: 7px;
    height: 7px;
    background: none;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -4px;
    left: -15px;
}
@media (min-width: 896px) {
    .topSc_cnt.is-ver1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        left: 0;
        top: 20px;
        width: 590px;
    }
    .topSc_cnt.is-ver2 {
        position: absolute;
        right: 0;
        top: 130px;
    }
    .topSc_cnt.is-ver3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .topSc_cnt.is-ver4 {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .topSc_cnt.is-ver1 .box {
        margin-right: 10px;
    }
    .topSc_cnt.is-ver1 .box:nth-child(3) {
        margin-right: 0;
    }
    .topSc_cnt.is-ver1 .box:last-child {
        margin-top: 30px;
    }
    .topSc_cnt.is-ver2 .box:last-child {
        margin-top: 30px;
    }
    .topSc_cnt.is-ver3 .box {
        width: 126px;
        margin-right: 10px;
    }
    .topSc_cnt.is-ver4 .box.ver9 {
        width: 126px;
        margin-right: 10px;
    }
    .topSc_cnt .box.ver1 .lst li a:hover {
        color: #fff;
        background: #bd92c5;
    }
    .topSc_cnt .box.ver2 .lst li a:hover {
        color: #fff;
        background: #ffc000;
    }
    .topSc_cnt .box.ver3 .lst li a:hover {
        color: #fff;
        background: #7dc58e;
    }
    .topSc_cnt .box.ver4 .lst li a:hover {
        color: #fff;
        background: #d7b36d;
    }
    .topSc_cnt .box.ver5 .lst li a:hover {
        color: #fff;
        background: #97d3d2;
    }
    .topSc_cnt .box.ver6 .lst li a:hover {
        color: #fff;
        background: #f8a3ad;
    }
    .topSc_cnt .box.ver7 .lst li a:hover {
        color: #fff;
        background: #fe9263;
    }
    .topSc_cnt .box.ver8 .lst li a:hover {
        color: #fff;
        background: #75a4dd;
    }
    .topSc_cnt .box.ver9 .lst li a:hover {
        color: #fff;
        background: #899bff;
    }
    .sitemap_list {
        width: 24%;
    }
    .sitemap_list.is-num01 {
        width: 20%;
    }
    .sitemap_list.is-num02 {
        width: 32%;
    }
    .sitemap_list li a:hover,.sitemap_sub li a:hover,.sitemap-txt a:hover {
        color: #7dc58e;;
    }
}
@media (min-width: 896px) {
    .c-breadcrumbs .list li a:hover {
        text-decoration: none;
    }
    .cv_bnr li a:hover {
        opacity: .8;
    }
    .cv_wrap .lst .search a:hover {
        background: #fff;
        color: #ffc000;
    }
    .cv_wrap .lst .search a:hover span:before {
        background: url(../svg/icn_search_yel.svg) no-repeat center;
        background-size: 100% auto;
    }
    .csFree_btn a:hover,
    .cv_wrap .lst .free a:hover {
        background: #fff;
        color: #f8a3ad;
    }
    .cv_wrap .lst .free a:hover span:before {
        background: url(../svg/icn_mail_pnk.svg) no-repeat center;
        background-size: 100% auto;
    }
    .csFree_btn a:hover span:before {
        background: url(../svg/icn_pen_pnk.svg) no-repeat center;
        background-size: 100% auto;
    }
    .csCourse_lst li.n1 a:hover {
        border: 2px solid #f8a3ad;
    }
    .csCourse_lst li.n2 a:hover {
        border: 2px solid #ffc000;
    }
    .csCourse_lst li.n3 a:hover {
        border: 2px solid #97d3d2;
    }
    .csCourse_lst li.n4 a:hover {
        border: 2px solid #7dc58e;
    }
    .csCourse_lst li.n5 a:hover {
        border: 2px solid #bd92c5;
    }
    .csCourse_lst li.n6 a:hover {
        border: 2px solid #fe9263;
    }
    .csCourse_lst li.n7 a:hover {
        border: 2px solid #6fb7ef;
    }
    .csCourse_lst li:nth-child(-n+3) {
        margin-top: 0;
    }
    .csCourse_lst li:nth-child(3n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 896px) {
    /*MV*/
    .Mv_wrap {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 auto;
        height: 190px;
        border-radius: 15px;
    }
    .Mv_wrap .ttl {
        font-size: 23px;
        line-height: 1.4;
        padding-left: 20px;
    }
    body.search .Mv_wrap {
        background:#fffcee url(../img/sp/search_mv.jpg) no-repeat center right;
        background-size: 335px auto;
    }
    body.pre_school .Mv_wrap {
        background:#fffcee url(../img/sp/pre_school_mv.jpg) no-repeat center right;
        background-size: 335px auto;
    }
    body.course .Mv_wrap {
        background:#f9f9fb url(../img/sp/csMain_mv.jpg) no-repeat center right;
        background-size: 335px auto;
    }
    body.materials .Mv_wrap {
        background:#fffcee url(../img/sp/materials_mv.jpg) no-repeat center right;
        background-size: 335px auto;
    }
    body.customers_voice .Mv_wrap {
        background:#f4eae0 url(../img/sp/customers_voice_mv.jpg) no-repeat center right;
        background-size: 335px auto;
    }
    body.movie .Mv_wrap {
        background:#fffcee url(../img/sp/movie_mv.jpg) no-repeat center right;
        background-size: 335px auto;
    }
    body.joinflow .Mv_wrap {
        background:#f8f7f8 url(../img/sp/joinflow_mv.jpg) no-repeat center right;
        background-size: 335px auto;
    }
    body.about .Mv_wrap {
        background: #fffcef url(../img/sp/abMain_mv.jpg) no-repeat center right;
        background-size: 335px auto;
    }
    /*breadcrumbs*/
    .c-breadcrumbs {
        padding: 30px 0 0;
    }
    .c-breadcrumbs .list {
        padding: 0 20px;
        line-height: 1.2;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
    }
    .c-breadcrumbs .list li:before {
        top: 1px;
        transform: none;
    }
    /*cv*/
    .cv_wrap {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin: 0 auto;
        border: 2px solid #97d3d2;
        padding: 20px 15px;
        border-radius: 5px;
    }
    .cv_ttl {
        margin-bottom: 20px;
    }
    .cv_ttl span {
        padding-left: 25px;
    }
    .cv_ttl span img {
        width: 78px;
        height: 20px;
    }
    .cv_ttl span:before {
        width: 20px;
        height: 30px;
    }
    .cv_txt {
        font-size: 14px;
        line-height: 1.6;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }
    .cv_wrap .lst {
        padding: 0;
    }
    .cv_wrap .lst .btn a {
        height: 70px;
        font-size: 14px;
        border-radius: 3px;
    }
    .cv_wrap .lst .btn.search span {
        padding: 30px 0 10px;
    }
    .cv_wrap .lst .btn.free span {
        padding: 20px 0 0;
    }
    .cv_wrap .lst .btn span.icn:before {
        width: 15px;
        height: 15px;
        left: 0;
        right: 0;
        top: 0;
        transform: none;
        margin: auto;
    }
    .cv_wrap .lst .search,
    .cv_wrap .lst .free {
        width: 47%;
    }
    .cv_wrap .lst .search a,
    .cv_wrap .lst .free a {
        width: 100%;
    }
    .cv_wrap .tel {
        width: 100%;
        font-size: 12px;
        border: 1px solid #023894;
        border-radius: 3px;
        padding: 7px 0;
        margin-bottom: 10px;
    }
    .cv_wrap .tel a {
        pointer-events: auto;
    }
    .cv_wrap .tel span {
        font-size: 20px;
        margin-bottom: 8px;
        padding-left: 35px;
    }
    .cv_wrap .tel span:before {
        width: 25px;
        height: 20px;
    }
    .cv_bnr {
        display: block;
        padding: 0 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .cv_bnr li:first-child {
        margin-bottom: 20px;
    }
    .cv_bnr li img {
        width: 100%;
        max-width: 335px;
        height: auto;
    }
    /*free*/
    .csFree_wrap {
        padding: 50px 20px;
    }
    .csFree_in:before {
        left: 0;
        top: -65px;
        width: 55px;
        height: 45px;
        background: url(../img/sp/course_icn3.png) no-repeat center;
        background-size: 100% auto;
    }
    .csFree_in:after {
        right: 0;
        top: -65px;
        width: 51px;
        height: 50px;
        background: url(../img/sp/course_icn4.png) no-repeat center;
        background-size: 100% auto;
    }
    .csFree_ttl {
        font-size: 15px;
        margin-bottom: 35px;
    }
    .csFree_ttl span {
        padding: 0 30px;
    }
    .csFree_ttl span:before,
    .csFree_ttl span:after {
        top: 2px;
        width: 18px;
        height: 16px;
    }
    .csFree_ttl span:before {
        background: url(../img/sp/course_line2_2.png) no-repeat center;
        background-size: 100% auto;
    }
    .csFree_ttl span:after {
        background: url(../img/sp/course_line2_1.png) no-repeat center;
        background-size: 100% auto;
    }
    .csFree_box {
        display: block;
    }
    .csFree_box .img {
        border-radius: 20px;
        overflow: hidden;
    }
    .csFree_box .img img,
    .csFree_box .img source {
        width: 100%;
        height: auto;
    }
    .csFree_box .box {
        width: 100%;
        padding: 25px 0 0;
    }
    .csFree_box .box .txt {
        font-size: 14px;
        line-height: 1.7;
    }
    .csFree_btn {
        width: 100%;
        margin: 30px auto 0;
    }
    .csFree_btn a {
        height: 80px;
        font-size: 20px;
        line-height: 1.4;
        border-radius: 5px;
        text-align: center;
    }
    .csFree_btn a span {
        padding-left: 60px;
    }
    /*course*/
    .csCourse_wrap {
        padding: 50px 20px;
    }
    .csCourse_ttl {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .csCourse_lst {
        display: block;
    }
    .csCourse_lst li {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }
    .csCourse_lst li:first-child {
        margin-top: 0;
    }
    .csCourse_lst li a {
        border: none;
        box-shadow: 0 0 20px rgb(96 96 96 / 10%);
    }
    .csCourse_lst .box {
        width: -webkit-calc(100% - 115px);
        width: calc(100% - 115px);
        padding-left: 15px;
    }
    .csCourse_lst .box .tag {
        font-size: 14px;
        border-radius: 2px;
        margin-bottom: 10px;
        padding: 6px 8px;
        min-width: 50px;
        box-sizing: border-box;
    }
    .csCourse_lst .box .txt {
        font-size: 15px;
    }
    /*search*/
    .topSc_wrap {
        padding: 60px 20px 50px;
    }
    .topSc_wrap:before {
        width: 100%;
        max-width: 375px;
        height: 50px;
        top: -34px;
        background: url(../img/sp/top_icn4.png) no-repeat center;
        background-size: 100% auto;
    }
    .topSc_ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .topSc_ttl span {
        padding-left: 30px;
    }
    .topSc_ttl span:before {
        width: 16px;
        height: 22px;
        background: url(../img/sp/top_icn5.png) no-repeat center;
        background-size: 100% auto;
    }
    .topSc_cnt .box {
        width: 100%;
        margin-bottom: 10px;
    }
    .topSc_cnt .box:last-child {
        margin-bottom: 0;
    }
    .topSc_cnt .box .ttl > a {
        border-radius: 5px;
        font-size: 17px;
        padding: 17px 20px;
        text-align: left;
        position: relative;
        pointer-events: auto;
    }
    .topSc_cnt .box .ttl:before {
        content: none;
    }
    .topSc_cnt .box .ttl > a:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/icn_arw2_wh_down.svg) no-repeat center;
        background-size: 100% auto;
    }
    .topSc_cnt .box .ttl.on > a:after {
        background: url(../svg/icn_arw2_wh_up.svg) no-repeat center;
        background-size: 100% auto;
    }
    .topSc_cnt .box dd {
        display: none;
        padding-top: 0;
    }
    .topSc_cnt .box .lst {
        margin-top: 0;
    }
    .topSc_cnt .box .lst:after{
        width: 32%;
    }
    .topSc_cnt .box .lst li {
        width: 32%;
        margin-top: 5px;
    }
    .topSc_cnt .box .lst li a {
        border-radius: 5px;
        font-size: 17px;
        padding: 17px 0;
    }
    .sitemap .main_wrap {
        margin-bottom: 20px;
    }
    .sitemap_wrap {
        padding-top: 20px;
    }
    .sitemap_in {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .sitemap-ttl {
        font-size: 23px;
        margin: 15px 20px 0;
    }
    .sitemap-ttl span {
        padding: 0 0.6em 0 0.8em;
    }
    .sitemap-ttl:before {
        top: 8px;
        height: 3px;
        background: url(../img/sp/sitemap_line.png) repeat-x center;
        background-size: 12px auto;
    }
    .sitemap_box {
        display: block;
        margin: 0 0 50px;
    }
    .sitemap_list {
        width: 100%;
    }
    .sitemap_sub {
        display: block;
        text-align: center;
    }
    .sitemap_sub li {
        width: 100%;
        margin-bottom: 10px;
    }
    .sitemap_list {
        display: block;
        margin-bottom: 20px;
    }
    .sitemap_list li {
        width: 100%;
        margin-bottom: 20px;
    }
    .sitemap_list li a {
        font-size: 16px;
    }
    .sitemap_course {
        margin-bottom: 30px;
    }
    .sitemap-txt {
        width: 100%;
        margin-bottom: 5px;
    }
    .sitemap-txt a {
        font-size: 16px;
    }
    .sitemap_sub {
        padding-left: 23px;
    }
    .sitemap_sub li {
        margin-bottom: 10px;
    }
    .sitemap_sub li a {
        font-size: 14px;
        text-align: left;
    }
    .sitemap_list li a::before {
        top: 5px;
    }
    .sitemap_sub li a::before {
        border-right: solid 2px #7dc58e;
        border-bottom: solid 2px #7dc58e;
        width: 5px;
        height: 5px;
        background: none;
        transform: rotate(-45deg);
        top: 50%;
        margin-top: -4px;
        left: -12px;
    }
}
@media (max-width: 374px) {
    .Mv_wrap .ttl {
        font-size: 18px;
        padding-left: 10px;
    }
    .cv_wrap .tel {
        font-size: 11px;
    }
    .csFree_ttl {
        font-size: 14px;
    }
    .csFree_ttl span {
        padding: 0 20px;
    }
    .csFree_btn a {
        font-size: 16px;
    }
}
