@charset "UTF-8";
.c-mainTtl {
    height: 240px;
}
.main_wrap {
    margin: 60px 0 70px 0;
}
.main_in {
    width: 900px;
    margin: 0 auto;
}
.main-txt {
    line-height: 2;
    text-align: justify;
}
.main-txt a {
    color: #ff9e1a;
    text-decoration: underline;
}
@media (min-width: 767px) {
    .main-txt a:hover {
        text-decoration: none;
    }
}
.info_table {
    margin: 55px 0 60px 0;
    border: 1px solid #ffe2a9;
}
.info_table dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ffe2a9;
}
.info_table dl:last-child {
    border-bottom: none;
}
.info_table dl dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 130px;
    font-weight: 800;
    padding: 15px 0;
    border-right: 1px solid #ffe2a9;
    background-color: #fff8ea;
    box-sizing: border-box;
}
.info_table dl dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 1.6;
    padding: 15px 20px;
}
.class_map {

}
.class-map {
    margin: 40px 0 0 0;
    text-align: center;
}
.class-map img {
    max-width: 100%;
}
.class-map iframe {
    width: 900px;
    height: 370px;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.classSec_wrap {
    background: url(../img/bg01_n.png) repeat top center;
    margin: 110px 0 0 0;
    padding: 65px 0 260px;
    position: relative;
}
.classSec_wrap.one {
    padding-bottom: 100px;
}
.classSec_wrap.ver2 {
    margin: 0;
    padding: 65px 0 110px;
    background: none;
}
.classSec_wrap.ver3 {
    padding: 65px 0 110px;
    margin: 0 0 60px 0;
}
.classSec_wrap.is-pictureno {
    margin-top: 100px;
}
.classSec_wrap:before {
    content: "";
    width: 468px;
    height: 51px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/bg01_parts_n.png) no-repeat 0 0;
}
.classSec_wrap.ver2:before {
    width: 467px;
    left: 50%;
    background: url(../img/bg_parts.png) no-repeat 0 0;
}
.classSec_ttl {
    margin: 0 0 40px;
    position: relative;
}
.classSec_wrap.ver2 .classSec_ttl {
    margin: 0 0 60px 0;
}
.classSec_wrap.ver3 .classSec_ttl {
    margin: 0 0 50px 0;
}
.classSec_ttl:before {
    content: "";
    width: 82px;
    height: 52px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/classroom_ttl.png) no-repeat 0 0;
}
.classSec_wrap.ver2 .classSec_ttl:before {
    width: 44px;
    height: 65px;
    top: -85px;
    background: url(../img/staff_ttl.png) no-repeat 0 0;
}
.classSec_wrap.ver3 .classSec_ttl:before {
    width: 79px;
    height: 52px;
    top: -78px;
    background: url(../img/class_time.png) no-repeat 0 0;
}
.classSec_in {
    width: 900px;
    margin: 0 auto;
}
.classSec_wrap.ver3 .classSec_in {
    width: 1000px;
}
.class_img {
    width: 875px;
    margin: 0 auto;
}
.class-img {
    width: 875px;
    height: 450px;
    overflow: hidden;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    position: relative;
}
.class-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.staff_wrap {
    margin: 50px 0 0 0;
}
.staff_box {
    display: table;
    width: 100%;
    margin: 0 0 60px 0;
    padding: 25px 30px;
    border: 2px solid #ff9e1a;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    box-sizing: border-box;
}
.staff_box:last-child {
    margin: 0;
}
.staff_img {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    width: 180px;
}
.staff-img {
    position: relative;
    width: 150px;
    height: 180px;
    overflow: hidden;
    margin: 0 30px 0 0;
    border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background-color:#ccc;
}
.staff-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.staff_prf {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.staff-name {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 15px 0;
}
.staff-txt {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}
.time_table {
    padding: 80px 90px 50px 90px;
    background-color: #fff;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.class_timetable {
    position: relative;
    text-align: center;
    margin: 0 0 80px 0;
}
.class_timetable:before,
.class_timetable:after {
    content: "";
    position: absolute;
    display: block;
    top: -80px;
    z-index: 11;
}
.class_timetable:before {
    width: 322px;
    height: 188px;
    left: -90px;
    background: url("../img/class_time_left.png") no-repeat;
}
.class_timetable:after {
    width: 298px;
    height: 182px;
    right: -90px;
    background: url("../img/class_time_right.png") no-repeat;
}
.clstt-ttl {
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    color: #ff9e1a;
    padding: 12px 54px;
    background-color: #fff8ea;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
.clstt-ttl:before,
.clstt-ttl:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.clstt-ttl:before {
    left: 20px;
    background: url("../img/class_shape_l.png") no-repeat;
}
.clstt-ttl:after {
    right: 20px;
    background: url("../img/class_shape_r.png") no-repeat;
}
.timetable_img {
    margin: 0 0 35px 0;
}
.tTabl_txt {
    margin: 0 0 45px 0;
}
.tTabl_txt span.fs-sml {
    font-size: 13px;
}
.tTabl_txt li {
    position: relative;
    padding: 0 0 0 1em;
    font-size: 14px;
}
.tTabl_txt li.mb {
    margin: 0 0 15px 0;
}
.tTabl_txt li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.fc-ora {
    color: #ff9e1a;
    text-align: justify;
}
.classNews_wrap {
    padding: 0 0 80px;
}
.classNews_ttl {
    margin: 0 0 70px;
}
.class_cnt {
    width: 1000px;
    margin: 0 auto;
}
.classNews_cnt li {
    width: 230px;
    margin: 0 26px 0 0;
    float: left;
}
.classNews_cnt li a {
    display: block;
    text-decoration: none;
}
@media (min-width: 767px) {
    .classNews_cnt li a:hover {
        color: #ff9e1a;
    }
}
.classNews_img {
    border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: #fff;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 180px;
}
.classNews_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}
.classNews_txt {
    padding: 15px 0 0;
}
.classNews-txt {
    font-size: 15px;
    line-height: 1.6;
}
.classNews-txt span {
    font-size: 14px;
    display: block;
}
.classEva_wrap {
    padding: 0 0 60px 0;
}
.classEva_ttl {
    margin: 0 0 50px 0;
}
.classEva-txt {
    font-size: 14px;
    line-height: 2;
}
.classEva_box {
    margin: 35px 0 0 0;
    padding: 20px;
    border: 1px solid #ff9e1a;
    border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.classEva_box ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
}
.classEva_box ul li:last-child {
    margin: 0;
}
.classEva_box ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 21px;
    top: 3px;
    left: 0;
    z-index: 10;
    background: url("../img/serach_arw.png") no-repeat 0 0;
}
.classEva_box ul li a {
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}
@media (min-width: 767px) {
    .classEva_box ul li a:hover {
        color: #ff9e1a;
    }
}
.classOther_wrap {
    padding: 40px 0 30px 0;
    background-color: #f9f9f9;
}
.classOther_ttl {
    padding: 0 0 60px 0;
}
.class_list {
    margin: 0;
}
.class_list li {
    line-height: 1.8;
    width: 230px;
    margin: 0 26px 0 0;
    padding: 0;
    border-bottom: none;
    float: left;
}
.class_list li a {
    display: block;
    text-decoration: none;
    padding: 0;
    line-height: 1.8;
    font-weight: 500;
}
.class_list li a:before {
    display: none;
}
@media (min-width: 767px) {
    .class_list li a:hover {
        color: #ff9e1a;
    }
}
.classList_img {
    border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: #fff;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 180px;
}
.classList_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}
.classList_txt {
    padding: 18px 0 0;
}
.classList-txt {
    font-size: 14px;
}
.classList-txt span {
    display: block;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 12px 0;
}
.last_wrap {
    padding: 0 0 100px;
}
.js-slick-class .slick-dots {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin: 0;
    bottom: -152px;
}
.js-slick-class .slick-dots li {
    width: 200px;
    height: 134px;
    border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    margin: 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 134px;
    box-sizing: border-box;
}
.js-slick-class .slick-dots li.slick-active {
    border: 4px solid #ff9e1a;
}
.js-slick-class .slick-dots li img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
}
.js-slick-class .slick-next,
.js-slick-class .slick-prev {
    top: 200px;
}
.txt-cnt {
    text-align: center;
}
.program_wrap {
    margin-bottom: 45px;
}
.program-ttl {
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    color: #ff9e1a;
    text-align: center;
}
.program-ttl span {
    position: relative;
    padding: 0 30px;
}
.program-ttl span:before,
.program-ttl span:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 20px;
    bottom: 5px;
    z-index: 10;
}
.program-ttl span:before {
    left: 0;
    background: url("../img/class_shape_l.png") no-repeat;
}
.program-ttl span:after {
    right: 0;
    background: url("../img/class_shape_r.png") no-repeat;
}
.program_lst {
    margin-top: 35px;
}
.program_lst.ver2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.program_lst li {
    line-height: 1;
    margin-bottom: 25px;
}
.program_lst li:last-child {
    margin-bottom: 0;
}
.program_lst li a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    padding-left: 30px;
}
@media (min-width: 767px) {
    .program_lst li a:hover {
        color: #ff9e1a;
        text-decoration: none;
    }
}
.program_lst li a:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 21px;
    top: -2px;
    left: 0;
    z-index: 10;
    background: url("../img/serach_arw.png") no-repeat 0 0;
}
.staffall_wrap {
    margin-top: 40px;
    padding: 50px 30px;
    border: 2px solid #ff9e1a;
    border-radius: 20px;
}
.staffall-ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.staffall_in {
    margin-top: 50px;
}
.staffall_in.is-ver2 {
    display: flex;
    justify-content: center;
}
.staffall_img {
    width: 420px;
    height: 250px;
    padding-bottom: 30px;
    border-radius: 20px;
    margin: 0 auto;
}
.staffall_in.is-ver2 .staffall_img {
    float: none;
    padding-right: 0;
    padding-bottom: 0;
}
.staffall_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
/* 20251125 */
.fromCv_wrap {
    margin-bottom: 60px;
}
.fromCv_wrap.is-ver2 {
    margin-top: 60px;
    margin-bottom: 0;
}
.fromCv-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #ff2a77;
    text-align: center;
}
.fromCv-ttl span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
.fromCv-ttl span:before,
.fromCv-ttl span:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 20px;
    background: #ff2a77;
    bottom: 5px;
    z-index: 10;
}
.fromCv-ttl span:before {
    left: 0;
    transform: rotate(-35deg);
}
.fromCv-ttl span:after {
    right: 0;
    transform: rotate(35deg);
}
.fromCv_btn {
    display: table;
    width: 500px;
    height: 64px;
    margin: 20px auto;
}
.fromCv_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #ff2a77;
    text-decoration: none;
    border-radius: 40px;
}
@media (min-width: 767px) {
    .fromCv_btn a:hover {
        opacity: .8;
    }
}
.fromCv_in {
    display: flex;
    justify-content: center;
}
.fromCv_tel {
    margin-left: 15px;
}
.fromCv_in .is-tel {
    line-height: 1;
}
.fromCv_in .is-tel a {
    display: inline-block;
    color: #ff2a77;
    font-size: 28px;
    font-weight: 800;
    padding: 0 0 0 26px;
    background: url(../img/icn_tel.png) no-repeat center left;
    pointer-events: none;
}
.fromCv_in .is-time {
    font-size: 12px;
    line-height: 1;
    padding: 6px 0 0 28px;
}
@media (max-width: 767px) {
    .c-mainTtl {
        height: auto;
    }
    .c-ttl {
        font-size: 15px;
    }
    .main_wrap {
        margin: 40px 0 45px 0;
    }
    .main_in {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .main-txt {
        font-size: 13px;
        line-height: 1.8;
    }
    .info_table {
        margin: 20px 0 40px 0;
    }
    .info_table dl dt {
        text-align: left;
        width: 70px;
        padding: 8px 10px;
    }
    .info_table dl.top dt {
        vertical-align: top;
    }
    .info_table dl dd {
        line-height: 1.25;
        padding: 8px 10px;
    }
    .class-map {
        margin: 20px 0 0 0;
    }
    .class-map iframe {
        width: 100%;
        height: 150px;
        border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    .classSec_wrap {
        margin: 65px 0 0 0;
        background: url(../img/bg01_n.png) repeat top center;
        background-size: auto 25px;
        -ms-background-size: auto 25px;
        -moz-background-size: auto 25px;
        -webkit-background-size: auto 25px;
        padding: 50px 0 65px;
    }
    .classSec_wrap.one {
        padding-bottom: 60px;
    }
    .classSec_wrap.ver2 {
        margin: 0;
        padding: 45px 20px 55px 20px;
        background: none;
    }
    .classSec_wrap.is-pictureno {
        margin-top: 40px;
    }
    .classSec_wrap.ver3 {
        padding: 35px 20px 50px 20px;
        margin: 0 0 40px 0;
    }
    .classSec_wrap:before {
        width: 234px;
        height: 25px;
        top: -25px;
        background: url(../img/bg01_parts_n.png) no-repeat 0 0;
        background-size: auto 25px;
        -ms-background-size: auto 25px;
        -moz-background-size: auto 25px;
        -webkit-background-size: auto 25px;
    }
    .classSec_wrap.ver2:before {
        width: 234px;
        height: 25px;
        top: -25px;
        background: url(../img/bg_parts.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .classSec_ttl {
        margin: 0 0 35px;
    }
    .classSec_wrap.ver2 .classSec_ttl {
        margin: 0 0 15px 0;
    }
    .classSec_wrap.ver3 .classSec_ttl {
        margin: 0 0 20px 0;
    }
    .classSec_ttl:before {
        width: 42px;
        height: 26px;
        top: -40px;
        background: url(../img/sp/classroom_ttl.png) no-repeat 0 0;
        background-size: 41px auto;
        -ms-background-size: 41px auto;
        -moz-background-size: 41px auto;
        -webkit-background-size: 41px auto;
    }
    .classSec_wrap.ver2 .classSec_ttl:before {
        width: 28px;
        height: 41px;
        top: -50px;
        background: url(../img/sp/staff_ttl.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .classSec_wrap.ver3 .classSec_ttl:before {
        width: 40px;
        height: 26px;
        top: -35px;
        background: url(../img/sp/class_time.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .classSec_in {
        width: 100%;
        margin: 0 auto;
    }
    .classSec_wrap.ver3 .classSec_in {
        width: 100%;
    }
    .class_img {
        width: 100%;
    }
    .js-slick-class li {
        width: 245px;
        margin: 0 20px 0 0;
    }
    .one .js-slick-class li {
        margin-left: auto;
        margin-right: auto;
    }
    .class-img {
        width: 245px;
        height: 150px;
        border-radius: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
    .class-img img {
        width: 102%;
        border-radius: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
    .clasec-txt {
        font-size: 13px;
        text-align: justify;
    }
    .staff_wrap {
        margin: 15px 0 0 0;
    }
    .staff_box {
        display: block;
        margin: 0 0 20px 0;
        padding: 30px 20px 25px 20px;
        border-radius: 8px;
        -ms-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        box-sizing: border-box;
    }
    .staff_img {
        display: block;
        text-align: center;
        margin: 0 0 15px 0;
        border-radius: 8px;
        -ms-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        width: 100%;
    }
    .staff-img {
        width: 150px;
        height: 180px;
        margin: 0 auto;
        border-radius: 8px;
        -ms-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    .staff-img img {
        width: 100%;
        border-radius: 8px;
        -ms-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    .staff_prf {
        display: block;
    }
    .staff-name {
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .staff-txt {
        font-size: 13px;
        line-height: 1.8;
    }
    .time_table {
        padding: 50px 20px 30px 20px;
        border-radius: 8px;
        -ms-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    .class_timetable {
        margin: 0 0 25px 0;
    }
    .class_timetable:before,
    .class_timetable:after {
        top: -50px;
    }
    .class_timetable:before {
        width: 115px;
        height: 57px;
        left: -20px;
        background: url("../img/sp/class_time_left.png") no-repeat;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .class_timetable:after {
        width: 120px;
        height: 57px;
        right: -20px;
        background: url("../img/sp/class_time_right.png") no-repeat;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .clstt-ttl {
        font-size: 17px;
        padding: 5px 30px;
        border-radius: 14px;
        -ms-border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }
    .clstt-ttl:before,
    .clstt-ttl:after {
        width: 12px;
        height: 16px;
    }
    .clstt-ttl:before {
        left: 10px;
        background: url("../img/sp/class_shape_l.png") no-repeat;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .clstt-ttl:after {
        right: 10px;
        background: url("../img/sp/class_shape_r.png") no-repeat;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .timetable_img {
        margin: 0 0 25px 0;
    }
    .timetable_img img {
        width: 100%;
    }
    .tTabl_txt {
        margin: 0 0 20px 0;
    }
    .tTabl_txt span.fs-sml {
        font-size: 10px;
    }
    .tTabl_txt li {
        font-size: 12px;
    }
    .tTabl_txt li.mb {
        margin: 0;
    }
    .classNews_wrap {
        padding: 0 0 35px;
    }
    .classNews_ttl {
        margin: 0 0 30px;
    }
    .class_cnt {
        width: 100%;
    }
    .classNews_cnt li {
        width: 155px;
        margin: 0 20px 0 0;
    }
    .classNews_img {
        border-radius: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        width: 155px;
        height: 121px;
    }
    .classNews_txt {
        padding: 15px 0 0;
    }
    .classNews-txt {
        font-size: 12px;
    }
    .classNews-txt span {
        font-size: 12px;
    }
    .classEva_wrap {
        padding: 0 20px 30px 20px;
    }
    .classEva_ttl {
        margin: 0 0 10px 0;
    }
    .classEva-txt {
        font-size: 13px;
        line-height: 1.8;
    }
    .classEva_box {
        margin: 40px 0 0 0;
        padding: 15px 12px;
        border: 2px solid #ff9e1a;
        border-radius: 8px;
        -ms-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    .classEva_box ul li {
        padding: 0 0 0 25px;
        margin: 0 0 15px 0;
    }
    .classEva_box ul li:before {
        width: 10px;
        height: 12px;
        top: 3px;
        background: url("../img/sp/serach_arw.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .classEva_box ul li a {
        font-size: 12px;
    }
    .classEva_box ul li a span {
        font-size: 10px;
    }
    .classOther_wrap {
        padding: 35px 0 25px 0;
    }
    .classOther_ttl {
        padding: 0 0 30px 0;
    }
    .class_list li {
        width: 155px;
        margin: 0 20px 0 0;
        line-height: 1.6;
    }
    .class_list li a {
        line-height: 1.6;
    }
    .classList_img {
        border-radius: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        width: 155px;
        height: 121px;
    }
    .classList_txt {
        padding: 15px 0 0;
    }
    .classList-txt {
        font-size: 11px;
    }
    .classList-txt span {
        font-size: 12px;
        margin: 0 0 5px 0;
    }
    .last_wrap {
        padding: 0 0 25px;
    }
    .js-slick-class .slick-next,
    .js-slick-class .slick-prev {
        top: 65px;
    }
    .program_wrap {
        margin-bottom: 25px;
    }
    .program-ttl {
        font-size: 18px;
    }
    .program-ttl span {
        padding: 0 20px;
    }
    .program-ttl span:before,
    .program-ttl span:after {
        width: 12px;
        height: 16px;
        bottom: 3px;
    }
    .program-ttl span:before {
        background: url("../img/sp/class_shape_l.png") no-repeat;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .program-ttl span:after {
        background: url("../img/sp/class_shape_r.png") no-repeat;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .program_lst {
        margin-top: 15px;
    }
    .program_lst.ver2 {
        text-align: left;
    }
    .program_lst li {
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .program_lst li a {
        font-size: 15px;
        line-height: 1.4;
        padding-left: 15px;
    }
    .program_lst li a:before {
        width: 10px;
        height: 12px;
        top: 5px;
        background: url("../img/sp/serach_arw.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .staffall_wrap {
        margin-top: 20px;
        padding: 20px;
        border-radius: 10px;
    }
    .staffall-ttl {
        font-size: 14px;
    }
    .staffall_in {
        margin-top: 20px;
    }
    .staffall_img {
        float: none;
        width: 100%;
        max-width: 290px;
        height: 180px;
        margin: 0 auto;
        padding-right: 0;
        padding-bottom: 0;
        border-radius: 10px;
    }
    .staffall_img img {
        border-radius: 10px;
    }
    .staffall-txt {
        margin-top: 20px;
    }
    .staffall_in.is-ver2 .staffall-txt {
        margin-top: 0;
    }
    /* 20251125 */
    .fromCv_wrap {
        margin-bottom: 40px;
    }
    .fromCv_wrap.is-ver2 {
        margin-top: 40px;
    }
    .fromCv-ttl {
        font-size: 14px;
        line-height: 1.6;
    }
    .fromCv_btn {
        width: 100%;
        max-width: 335px;
        height: 56px;
        margin: 15px auto;
    }
    .fromCv_btn a {
        font-size: 18px;
    }
    .fromCv_tel {
        margin-left: 10px;
    }
    .fromCv_in .is-tel a {
        font-size: 24px;
        padding: 0 0 0 24px;
        background: url(../img/icn_tel.png) no-repeat center left;
        background-size: 18px auto;
        pointer-events: auto;
    }
    .fromCv_in .is-time {
        font-size: 10px;
        padding: 4px 0 0 26px;
    }
}/*@media*/
@media (max-width: 374px) {
    /* 20251125 */
    .fromCv_in .is-txt {
        font-size: 10px;
    }
    .fromCv_in .is-tel a {
        font-size: 22px;
        padding: 0 0 0 18px;
        background: url(../img/icn_tel.png) no-repeat center left;
        background-size: 14px auto;
    }
    .fromCv_in .is-time {
        padding: 4px 0 0 0;
    }
}/*@media*/


@media print{
    header,
    .mv_wrap,
    .c-pnks_wrap.sp,
    .main-txt,
    .info_table,
    .search_lst,
    .classSec_wrap,
    .classNews_wrap,
    .classEva_wrap,
    .classOther_wrap,
    .c-wrap,
    .flt_cv,
    .cnt_in,
    footer
     {
      display: none;
    }
    body {
        min-height: auto;
    }
  }
