@charset "UTF-8";
.topTtl_ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #23b597;
    text-align: center;
}
.topTtl_ttl span {
    background-image: linear-gradient(#f3faf8, #f3faf8);
    background-position: 0 100%;
    background-size: 100% 18px;
    background-repeat: repeat-x;
    padding: 0 .2em;
    padding-bottom: 4px;
}
.topTtl_ttl.ver2 {
    color: #fff;
}
.topTtl_ttl.ver2 span {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
}
.topRead_wrap {
    background: url(../img/bg01.png) no-repeat center;
    background: url(../webp/bg01.webp) no-repeat center;
    padding: 76px 0 80px;
    position: relative;
}
.topRead_wrap:before {
    content: '';
    display: block;
    width: 132px;
    height: 462px;
    position: absolute;
    left: 0;
    top: 34px;
    background: url(../img/top_about.png) no-repeat center;
    background: url(../webp/top_about.webp) no-repeat center;
    z-index: 1;
}
.topRead_txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    padding: 25px 0 0;
    font-weight: 500;
}
.topRead_txt span {
    color: #23b597;
}
.topRead-read {
    padding-bottom: 70px;
}
.topRead_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 65px;
}
.topRead_box {
    border-radius: 20px;
    position: relative;
    z-index: 2;
    margin: 0 54px;
}
.topRead_box:before {
    content: '';
    display: block;
    width: 360px;
    height: 415px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
}
.topRead_cnt {
    display: block;
    width: 360px;
    height: 415px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.topRead_box .img {
    text-align: center;
    margin-bottom: 30px;
}
.topRead_box .img source,
.topRead_box .img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition:.3s all;
}
.topRead_box .box {
    padding: 0 18px;
}
.topRead_box .ttl {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
    vertical-align: middle;
}
.topRead_box .ttl span {
    font-size: 14px;
    padding-left: 20px;
}
.topRead_box .lst li {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    position: relative;
    padding-left: 1em;
    margin-bottom: .4em;
}
.topRead_box .lst li:before {
    content: '・';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.topRead_box .lst .sb {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}
.topRead_box.is-course1 .ttl {
    border-color: #44bfed;
}
.topRead_box.is-course1 .ttl span {
    color: #44bfed;
}
.topRead_box.is-course2 .ttl {
    border-color: #ff8b84;
}
.topRead_box.is-course2 .ttl span {
    color: #ff8b84;
}
.topRead_box.is-course1:before {
    background: url(../img/bg_dot_blu.png) repeat left;
}
.topRead_box.is-course2:before {
    background: url(../img/bg_dot_pnk.png) repeat left;
}
.topRead_det {
    width: 767px;
    margin: 0 auto;
}
.topRead_lt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    position: relative;
}
.topRead_lt:before {
    content: "";
    position: absolute;
    bottom: -46px;
    left: 50%;
    z-index: 9;
    margin-left: -12px;
    width: 23px;
    height: 22px;
    background: url(../img/icn_gr_plus.png) no-repeat center;
}
.topRead_lt_in {
    width: 221px;
    background: #f3faf8;
    border-radius: 15px;
    padding: 28px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.topRead_lt_in:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -45px;
    z-index: 9;
    margin-top: -20px;
    width: 39px;
    height: 39px;
    background: url(../img/icn_r_plus.png) no-repeat center;
}
.topRead_lt_in:last-child:before {
    display: none;
}
.topRead-tl {
    font-size: 20px;
    color: #23b597;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center;
}
.topRead_lt_in ul li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 1em;
    font-size: 14px;
    font-weight: 500;
}
.topRead_lt_in ul li:last-child {
    margin-bottom: 0;
}
.topRead_lt_in ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 9;
    width: 8px;
    height: 8px;
    border-radius: 50vh;
    background-color: #5cbea3;
}
.topRead_bx {
    background: #5cbea3;
    border-radius: 20px;
    padding: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.topRead_ig {
    width: 205px;
}
.topRead_bx dl {
    padding-left: 25px;
}
.topRead_bx dl dt {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}
.topRead_bx dl dd {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.875;
}
.topRead_chk {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 50px;
}
.topRead_chk h3 {
    font-size: 28px;
    line-height: 1;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding-left: 40px;
    display: inline-block;
}
.topRead_chk h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 29px;
    height: 28px;
    background: url(../svg/icn_check.svg) no-repeat center;
    background-size: 100% auto;
}
.topRead_chk ul {
    padding-top: 70px;
}
.topRead_chk ul li {
    position: relative;
}
.topRead_chk ul li .sub-ttl {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 139px;
    height: 58px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../svg/top_read_cloud.svg) no-repeat center / 100% auto;
}
.topRead_chk ul li .img {
    padding-bottom: 30px;
}
.topRead_chk ul li .ttl {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 16px;
}
.topRead_chk ul li .ttl span {
    font-size: 14px;
    padding-left: 9px;
}
.topRead-ex {
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 1em;
}
.topRead-ex span {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}
.topCslnk_wrap {
    background:#fff url(../img/topCslnk_bg01.png) center center / cover no-repeat;
    background:#fff url(../webp/topCslnk_bg01.webp) center center / cover no-repeat;
    position: relative;
    padding: 100px 0 118px;
}
.topCslnk_wrap:before,
.topCslnk_wrap:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.topCslnk_wrap:before {
    height: 20px;
    top: -2px;
    background: url(../img/top_bg_down.png) no-repeat center bottom / 100% auto;
    background: url(../webp/top_bg_down.webp) no-repeat center bottom / 100% auto;
}
.topCslnk_wrap:after {
    height: 20px;
    bottom: -2px;
    background: url(../img/top_bg_up.png) no-repeat center top / 100% auto;
    background: url(../webp/top_bg_up.webp) no-repeat center top / 100% auto;
}
.topCslnk_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topCslnk_box {
    position: relative;
    z-index: 2;
}
.topCslnk_box:before {
    content: '';
    display: block;
    width: 260px;
    height: 410px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
}
.topCslnk_cnt {
    display: block;
    width: 260px;
    height: 410px;
    background: #fff;
    border-radius: 20px;
    padding: 30px 0 26px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.topCslnk_box .box {
    padding: 0 18px;
}
.topCslnk_box .ttl {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.topCslnk_box .img {
    text-align: center;
    margin-bottom: 14px;
}
.topCslnk_box .img source,
.topCslnk_box .img img {
    border-radius: 20px;
}
.topCslnk_box .txt {
    font-size: 12px;
    line-height: 2;
    letter-spacing: -.02em;
}
.topCslnk_box .btn-more {
    position: absolute;
    right: 17px;
    bottom: 17px;
}
.topCslnk_box.is-course1 .ttl {
    color: #ff8b84;
}
.topCslnk_box.is-course1:before {
    background: url(../img/bg_dot_pnk.png) repeat left;
}
.topCslnk_box.is-course2 .ttl {
    color: #45c0ed;
}
.topCslnk_box.is-course2:before {
    background: url(../img/bg_dot_blu.png) repeat left;
}
.topCslnk_box.is-course3 .ttl {
    color: #32806a;
}
.topCslnk_box.is-course3:before {
    background: url(../img/bg_dot_dgrn.png) repeat left;
}
.topCslnk_box.is-course4 .ttl {
    color: #c761a8;
}
.topCslnk_box.is-course4:before {
    background: url(../img/bg_dot_ppl.png) repeat left;
}
.topCs_wrap {
    padding: 70px 0 100px;
    background: url(../img/bg02.png) no-repeat center;
    background: url(../webp/bg02.webp) no-repeat center;
    position: relative;
}
.topCs_wrap:before {
    content: '';
    display: block;
    width: 124px;
    height: 580px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url(../img/top_course.png) no-repeat center;
    background: url(../webp/top_course.webp) no-repeat center;
    z-index: 1;
}
.topCs_txt {
    text-align: center;
    padding: 45px 0;
}
.topCs_lst {
    margin-bottom: 62px;
    position: relative;
    z-index: 3;
}
.topCs_box {
    width: 920px;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #fff;
}
.topCs_box:last-child {
    margin-bottom: 0;
}
.topCs_box .ttl {
    width: 220px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.topCs_box .ttl .is-label {
    display: block;
    padding-top: 8px;
    font-size: 13px;
}
.topCs_box .lst {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
}
.topCs_box .lst li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    padding-right: 1.5em;
    margin-right: 1em;
    position: relative;
}
.topCs_box .lst li:before {
    content: '/';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.topCs_box .lst li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.topCs_box .lst li:last-child:before {
    content: none;
}
.topCs_box.is-course1 {
    border: 1px solid #ff8b84;
}
.topCs_box.is-course1 .ttl {
    border-right: 1px solid #ff8b84;
    background: #ffeae9;
}
.topCs_box.is-course2 {
    border: 1px solid #45c0ed;
}
.topCs_box.is-course2 .ttl {
    border-right: 1px solid #45c0ed;
    background: #e4f4fa;
}
.topCs_box.is-course3 {
    border: 1px solid #32806a;
}
.topCs_box.is-course3 .ttl {
    border-right: 1px solid #32806a;
    background: #f3faf8;
}
.topCs_box.is-course4 {
    border: 1px solid #c660a7;
}
.topCs_box.is-course4 .ttl {
    border-right: 1px solid #c660a7;
    background: #f2deec;
}
.topExp_wrap {
    position: relative;
    overflow: hidden;
    padding:0 0 120px;
}
.topExp_wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fbfbfb url(../img/top_bg_down.png) no-repeat center top / 100% auto;
    background: #fbfbfb url(../webp/top_bg_down.webp) no-repeat center top / 100% auto;
    z-index: 1;
}
.topExp_wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: url(../img/top_bg_up.png) no-repeat center top / 100% auto;
    background: url(../webp/top_bg_up.webp) no-repeat center top / 100% auto;
    z-index: 2;
}
.topExp_in {
    position: relative;
    z-index: 3;
}
.topExp_img {
    position: absolute;
    top: 0;
    left: -155px;
}
.topExp_box {
    height: 502px;
    box-sizing: border-box;
    padding-left: 600px;
    padding-top: 40px;
}
.topExp_mds {
    margin-bottom: 66px;
}
.topExp_box .ttl {
    padding-left: 46px;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #23b597;
    margin-bottom: 30px;
}
.topExp_box .txt {
    padding-left: 46px;
    font-size: 16px;
    line-height: 1.8;
}
.topNews_wrap {
    padding: 62px 0 72px;
    background: url(../img/bg03.png) no-repeat center;
    background: url(../webp/bg03.webp) no-repeat center;
}
.topNews_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topNews_ttl .ttl {
    padding-top: 28px;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #23b597;
    margin-bottom: 30px;
}
.topNews_box {
    width: 760px;
}
.topNews_lst {
    margin-bottom: 36px;
}
.topNews_lst li {
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 0;
}
.topNews_lst li:first-child {
    padding-top: 0;
}
.topNews_lst .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.topNews_lst .box .day {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-right: 14px;
}
.topNews_lst .box .tag {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    width: 100px;
    height: 24px;
}
.topNews_lst .box .tag span {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #23b597;
    border: 1px solid #23b597;
}
.topNews_lst .box .ttl {
    font-weight: bold;
}
.topNews_lst .ttl .is-new {
    padding: 0 4px;
    color: #ff6550;
}
.topNews_lst li .ttl.txt a {
    font-weight: bold;
    color: #23b597;
}
.topNews_lst .ttl a {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}
.topNews_box .c-lnk {
    text-align: right;
}
.topCam_wrap {
    position: relative;
    overflow: hidden;
    padding: 116px 0 116px;
    background: #fbfbfb url(../img/top_campus.png) no-repeat top 94px left;
    background: #fbfbfb url(../webp/top_campus.webp) no-repeat top 94px left;
}
.topCam_wrap:before,
.topCam_wrap:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.topCam_wrap:before {
    height: 20px;
    top: -2px;
    background: url(../img/top_bg_down.png) no-repeat center bottom / 100% auto;
    background: url(../webp/top_bg_down.webp) no-repeat center bottom / 100% auto;
}
.topCam_wrap:after {
    height: 20px;
    bottom: -2px;
    background: url(../img/top_bg_up.png) no-repeat center top / 100% auto;
    background: url(../webp/top_bg_up.webp) no-repeat center top / 100% auto;
}
.topCam_txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    padding: 45px 0 55px;
}
.topCam_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-bottom: 65px;
    gap: 0 32px;
}
.topCam_box {
    position: relative;
    z-index: 2;
    margin-top: 65px;
}
.topCam_box.is-only {
    margin: 0 auto;
    margin-top: 65px;
}
.topCam_box:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    background: url(../img/bg_dot_grn.png) repeat left;
}
.topCam_cnt {
    display: block;
    width: 350px;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.topCam_box .img source,
.topCam_box .img img {
    width: 350px;
    height: 180px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition:.3s all;
}
.topCam_box .box {
    padding: 24px 20px 64px;
}
.topCam_box .ttl {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #23b597;
    vertical-align: middle;
}
.topCam_box .lst {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.topCam_box .lst dt {
    width: 74px;
    font-size: 14px;
    line-height: 1.42;
    font-weight: bold;
    color: #3dbba0;
}
.topCam_box .lst dd {
    width: -webkit-calc(100% - 74px);
    width: calc(100% - 74px);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 500;
}
.topCam_box .btn-more {
    position: absolute;
    right: 27px;
    bottom: 32px;
}
.topClm_wrap {
    padding: 62px 0 112px;
    background: url(../img/bg04.png) no-repeat center;
    background: url(../webp/bg04.webp) no-repeat center;
    position: relative;
}
.topClm_wrap:before {
    content: '';
    display: block;
    width: 136px;
    height: 568px;
    position: absolute;
    right: 0;
    top: 170px;
    background: url(../img/top_column.png) no-repeat center;
    background: url(../webp/top_column.webp) no-repeat center;
    z-index: 1;
}
.topClm_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 58px;
}
.topClm_lst li {
    margin: 0 8px;
    margin-top: 50px;
}
.topClm_lst li a {
    display: block;
    position: relative;
    color: #fff;
}
.topClm_lst li source,
.topClm_lst li img {
    transition:.3s all;
    z-index: 1;
}
.cat-label {
    position: absolute;
    top: 0.3em;
    left: 0.3em;
    border: 1px solid #eee;
    font-size: 11px;
    color: var(--cocoon-white-color);
    background-color: rgba(51, 51, 51, 0.7);
    padding: 1px 5px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}
.btn-more {
    text-align: right;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #3dbba0;
}
.btn-more span {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.btn-more span:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #3dbba0;
    border-right: solid 2px #3dbba0;
    position: absolute;
    right: 0;
    top: 5px;
    transform: rotate(45deg);
}
.btn-more span:after {
    background: #3dbba0;
    content: '';
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    margin: auto;
    transform-origin: right top;
    transform: scale(1, 1);
    transition: transform .3s;
}
.topCslnk_box.is-course1 .btn-more {
    color: #ff8b84;
}
.topCslnk_box.is-course1 .btn-more span:before {
    border-top: solid 2px #ff8b84;
    border-right: solid 2px #ff8b84;
}
.topCslnk_box.is-course1 .btn-more span:after {
    background-color: #ff8b84;
}
.topCslnk_box.is-course2 .btn-more {
    color: #45c0ed;
}
.topCslnk_box.is-course2 .btn-more span:before {
    border-top: solid 2px #45c0ed;
    border-right: solid 2px #45c0ed;
}
.topCslnk_box.is-course2 .btn-more span:after {
    background: #45c0ed;
}
.topCslnk_box.is-course3 .btn-more {
    color: #32806a;
}
.topCslnk_box.is-course3 .btn-more span:before {
    border-top: solid 2px #32806a;
    border-right: solid 2px #32806a;
}
.topCslnk_box.is-course3 .btn-more span:after {
    background: #32806a;
}
.topCslnk_box.is-course4 .btn-more {
    color: #c761a8;
}
.topCslnk_box.is-course4 .btn-more span:before {
    border-top: solid 2px #c761a8;
    border-right: solid 2px #c761a8;
}
.topCslnk_box.is-course4 .btn-more span:after {
    background: #c761a8;
}
.topCslnk_txt,
.topClm_txt {
    text-align: center;
    padding: 45px 0;
}
.topCslnk_txt {
    color: #fff;
}
.topCslnk_box .label {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
.topCslnk_box.is-course1 .label {
    background-color: #ff8b84;
}
.topCslnk_box.is-course2 .label {
    background-color: #45c0ed;
}
.topCslnk_box.is-course3 .label {
    background-color: #32806a;
}
.topCslnk_box.is-course4 .label {
    background-color: #c761a8;
}
.topMv-info_wrap {
    padding: 30px 0;
    background: url(../img/top_bg-dot.png) repeat center / 1280px 175px;
}
.topMv-info_ct li {
    position: relative;
    transition: all .4s;
    background: #fff;
}
.topMv-info_ct li:before {
    position: absolute;
    z-index: 2;
    content: "";
    width: 30px;
    height: 100%;
    background: #23b597;
    border-radius: 0 6px 6px 0;
    top: 0;
    right: 0;
}
.topMv-info_ct li:after {
    content: '';
    width: 8px;
    height: 8px;
    z-index: 3;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.topMv-info_ct li .ttl {
    font-size: 20px;
    line-height: 1;
    color: #23b597;
    font-weight: bold;
    padding-bottom: 10px;
}
.topMv-info_ct li a {
    border: 1px solid #23b597;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    padding: 18px 30px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 8;
    overflow: hidden;
}
.topMv-info_ct li a:before {
    position: absolute;
    content: "";
    right: 80px;
    z-index: 9;
}
.topMv-info_ct li:first-child a:before {
    background: url(../svg/top_cv_icon01.svg) no-repeat center / 100% auto;
    width: 76px;
    height: 102px;
    bottom: -7px;
}
.topMv-info_ct li:nth-child(2) a:before {
    background: url(../svg/top_cv_icon02.svg) no-repeat center / 100% auto;
    width: 79px;
    height: 99px;
    bottom: -2px;
}
.topMv-info_ct li.is-ver2 a:before {
    background: url(../img/top_cv_icon03n.png) no-repeat center / 100% auto;
    width: 94px;
    height: 105px;
    right: 50px;
    bottom: -7px;
}
.topMv-info_ct li .txt .date {
    color: #23b597;
    font-weight: bold;
    font-size: 18px;
    padding: 0 0.2em;
}
.topMv-info_ct li .txt .is-spacing {
    letter-spacing: -.1em;
} 
.topAbout-ttl {
    line-height: 1;
    font-weight: bold;
    color: #23b597;
    text-align: center;
    font-size: 36px;
    margin-bottom: 100px;
}
.topAbout-ttl > span {
    background-image: linear-gradient(#f3faf8, #f3faf8);
    background-position: 0 100%;
    background-size: 100% 18px;
    background-repeat: repeat-x;
    padding: 0 .2em;
    padding-bottom: 4px;
}
.topAbtfeature_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 42px;
}
.topAbtfeature_box:last-child {
    margin-bottom: 89px;
}
.topAbtfeature_box .img {
    width: 587px;
    text-align: center;
}
.topAbtfeature_box .box {
    width: -webkit-calc(100% - 587px);
    width: calc(100% - 587px);
    box-sizing: border-box;
    padding-left: 80px;
}
.topAbtfeature_box .box .number {
    margin-bottom: 20px;
}
.topAbtfeature_box .box .ttl {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    color: #23b597;
}
.topAbtfeature_box .box .txt {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    margin-top: 38px;
}
.topMv-cmp_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
@media (min-width: 896px) {
    .topCslnk_box.is-course1 .topCslnk_cnt:hover {
        background: #feefee;
    }
    .topCslnk_box.is-course2 .topCslnk_cnt:hover {
        background: #ebfaff;
    }
    .topCslnk_box.is-course3 .topCslnk_cnt:hover {
        background: #f0fffb;
    }
    .topCslnk_box.is-course4 .topCslnk_cnt:hover {
        background: #fff2fb;
    }
    .topNews_lst li .ttl.txt a:hover {
        opacity: .7;
    }
    .topMv-info_ct {
        display: flex;
    }
    .topMv-info_ct li .txt {
        font-size: 14px;
        line-height: 1.33;
    }
    .topMv-info_ct li:nth-child(2) .txt {
        line-height: 1.714;
    }
    .topMv-info_ct li:hover {
        background: #f0fffb;
    }
    .topMv-info_ct li {
        margin-right: 76px;
        width: calc((100% - 76px) / 2);
    }
    .topMv-info_ct li:last-child {
        margin-right: 0;
    }
    .topCs_box.is-course1 a:hover {
        color: #ff8b84;
    }
    .topCs_box.is-course2 a:hover {
        color: #45c0ed;
    }
    .topCs_box.is-course3 a:hover {
        color: #32806a;
    }
    .topCs_box.is-course4 a:hover {
        color: #c761a8;
    }
    .topNews_lst .ttl a:hover {
        color: #23b597;
    }
    .topClm_lst li a:hover {
        opacity: .8;
    }
    .topCam_box:nth-child(-n+3),
    .topClm_lst li:nth-child(-n+3) {
        margin-top: 0;
    }
    .topRead_box .img{
        position: relative;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
    }
    .topCam_box .img {
        position: relative;
        overflow: hidden;
    }
    .topRead_box a:hover .img source,
    .topRead_box a:hover .img img{
        border-radius: 20px 20px 0 0;
        transform:scale(1.2,1.2);
    }
    .topCam_box a:hover .img source,
    .topCam_box a:hover .img img {
        transform:scale(1.2,1.2);
    }
    a:hover .btn-more span:after {
        transform-origin: left top;
        animation: underLine .3s ease-out;
    }
    .topClm_lst li .img{
        position: relative;
        overflow: hidden;
    }
    .topClm_lst li a:hover .img source,
    .topClm_lst li a:hover .img img {
        transform:scale(1.2,1.2);
    }
    .topCslnk_box.is-course3 .label.ver2 {
        background: none;
        margin-top: -7px;
    }
    .topCslnk_box .label.ver2 > span:first-child {
        display: inline-block;
        background: #32806a;
        padding: 0 7px;
    }
    .topCslnk_box .label.ver2 > span:not(:first-child) {
        display: block;
        background: #32806a;
        margin-top: 3px;
    }
    .topRead_chk ul {
        display: flex;
        justify-content: space-between;
    }
    .topRead_chk ul li:first-child .ttl {
        text-align: left;
    }    
    .topRead_chk ul li:nth-child(2) .img {
        padding-bottom: 39px;
    }
    .topAbtfeature_box:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .topAbtfeature_box:nth-child(odd) .box {
        padding: 0 80px 0 0;
    }
    .topMv-cmp_wrap a:hover {
        opacity: .8;
    }
}
@media only screen and (max-width: 896px) {
    .topTtl_ttl {
        font-size: 20px;
        line-height: 1.2;
    }
    .topTtl_ttl span {
        background-size: 100% 14px;
        padding-bottom: 2px;
    }
    .topRead_wrap {
        background: url(../img/sp/bg01.png) no-repeat top center / 516px auto;
        background: url(../webp/sp/bg01.webp) no-repeat top center / 516px auto;
        padding: 40px 0 0;
    }
    .topRead_wrap:before {
        width: 65px;
        height: 231px;
        left: 0;
        top: 26px;
        background: url(../img/top_about.png) no-repeat center / 100% auto;
        background: url(../webp/top_about.webp) no-repeat center / 100% auto;
    }
    .topRead_chk {
        padding: 0 0 85px;
        background: url(../img/sp/topRead_chk_bg.png) no-repeat center bottom 32px / 225px 37px;
        background: url(../webp/sp/topRead_chk_bg.webp) no-repeat center bottom 32px / 225px 37px
    }
    .topMv-info_wrap {
        padding: 30px 20px 27px;
        background: url(../img/sp/top_bg-dot.png) repeat center / 380px 320px;
    }
    .topMv-info_ct li {
        margin-top: 20px;
    }
    .topMv-info_ct li:first-child {
        margin-top: 0;
    }
    .topMv-info_ct li:before {
        width: 20px;
        border-radius: 0 3px 3px 0;
    }
    .topMv-info_ct li:after {
        width: 6px;
        height: 6px;
        right: 10px;
    }
    .topMv-info_ct li .ttl {
        font-size: 19px;
        padding-bottom: 15px;
    }
    .topMv-info_ct li .txt {
        font-size: 11px;
        padding-right: 50px;
    }
    .topMv-info_ct li:nth-child(2) .txt {
        line-height: 1.85;
    }
    .topMv-info_ct li .txt .date {
        font-size: 14px;
    }
    .topMv-info_ct li a {
        border-radius: 3px;
        padding: 20px 20px 20px 13px;
    }
    .topMv-info_ct li a:before {
        right: 27px;
    }
    .topMv-info_ct li:first-child a:before {
        width: 47px;
        height: 64px;
        bottom: 27px;
    }
    .topMv-info_ct li:nth-child(2) a:before {
        width: 48px;
        height: 62px;
        bottom: 27px;
    }
    .topMv-info_ct li.is-ver2 .txt {
        padding-right: 75px;
    }
    .topMv-info_ct li.is-ver2 a:before {
        background: url(../img/sp/top_cv_icon03.png) no-repeat center / 100% auto;
        width: 58px;
        height: 64px;
        right: 21px;
        bottom: 18px;
    }
    .topRead_txt {
        font-size: 12px;
        line-height: 1.8;
        text-align: left;
        padding: 30px 20px 0;
    }
    .topRead_lst {
        display: block;
        padding: 0 0 40px;
    }
    .topRead_box {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .topRead_box:last-child {
        margin-bottom: 0;
    }
    .topRead_box:before {
        width: 100%;
        height: 100%;
        left: 0;
        right: -10px;
        margin: auto;
        bottom: -5px;
        border-radius: 10px;
    }
    .topRead_cnt {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .topRead_box .img {
        margin-bottom: 10px;
    }
    .topRead_box .img source,
    .topRead_box .img img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }
    .topRead_box .box {
        padding: 0 18px 18px;
    }
    .topRead_box .ttl {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .topRead_box .ttl span {
        font-size: 12px;
        padding-left: 10px;
    }
    .topRead_box .lst li {
        font-size: 12px;
        margin-bottom: .2em;
    }
    .topRead_box .lst li:last-child {
        margin-bottom: 0;
    }
    .topRead_box .lst .sb {
        font-size: 11px;
    }
    .topRead_det {
        width: auto;
        margin: 0 20px;
    }
    .topRead_lt {
        display: block;
        margin-bottom: 50px;
    }
    .topRead_lt:before {
        bottom: -34px;
        left: 50%;
        z-index: 9;
        margin-left: -8px;
        width: 17px;
        height: 17px;
        background: url(../img/sp/icn_gr_plus.png) no-repeat center;
        background-size: 17px auto;
    }
    .topRead_lt_in {
        width: auto;
        border-radius: 7px;
        padding: 17px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 45px;
    }
    .topRead_lt_in:before {
        top: auto;
        bottom: -33px;
        right: auto;
        left: 50%;
        z-index: 9;
        margin-top: 0;
        margin-left: -10px;
        width: 20px;
        height: 20px;
        background: url(../img/sp/icn_r_plus.png) no-repeat center;
        background-size: 100% auto;
    }
    .topRead_lt_in:last-child {
        margin-bottom: 0;
    }
    .topRead_lt_in:last-child:before {
        display: none;
    }
    .topRead-tl {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .topRead_lt_in ul {
        display: flex;
        flex-wrap: wrap;
        max-width: 240px;
    }
    .topRead_lt_in ul li {
        margin-bottom: 0;
        margin-right: 10px;
        position: relative;
        padding-left: 0.7em;
        font-size: 12px;
        font-weight: 500;
    }
    .topRead_lt_in ul li:last-child {
        margin-right: 0;
    }
    .topRead_lt_in ul li:before {
        content: "";
        position: absolute;
        top: 7px;
        left: 0;
        z-index: 9;
        width: 5px;
        height: 5px;
    }
    .topRead_bx {
        border-radius: 10px;
        padding: 45px 14px 14px;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 75px;
        position: relative;
    }
    .topRead_ig {
        width: 110px;
    }
    .topRead_bx dl {
        padding-left: 14px;
        width: calc(100% - 110px);
        box-sizing: border-box;
    }
    .topRead_bx dl dt {
        font-size: 16px;
        margin-bottom: 0;
        position: absolute;
        top: 14px;
        left: 0;
        z-index: 9;
        width: 100%;
        text-align: center;
    }
    .topRead_bx dl dd {
        font-weight: 500;
        font-size: 11px;
        line-height: 1.675;
    }
    .topRead_chk ul {
        box-sizing: border-box;
        padding: 74px 20px 0;
    }
    .topRead_chk ul li {
        margin-top: 85px;
    }
    .topRead_chk ul li:first-child {
        margin-top: 0;
    }
    .topRead_chk h3::before {
        width: 21px;
        height: 20px;
    }
    .topRead_chk h3 {
        font-size: 17px;
        padding-left: 25px;
        margin: 0 10px;
    }
    .topRead_chk h3 span {
        letter-spacing: -.3em;
    }
    .topRead_chk ul li .sub-ttl {
        top: -35px;
        width: 119px;
        height: 50px;
        font-size: 17px;
    }
    .topRead-read {
        padding-bottom: 40px;
    }
    .topRead_chk ul li .img {
        padding-bottom: 12px;
    }
    .topRead_chk ul li .ttl {
        font-size: 16px;
        padding-bottom: 13px;
    }
    .topRead_chk ul li .ttl span {
        font-size: 12px;
        padding-left: 6px;
    }
    .topRead-ex {
        font-size: 11px;
    }
    .topCs_box .ttl .is-label {
        padding-top: 5px;
        font-size: 12px;
    }
    .topCslnk_wrap {
        background:#fff url(../img/sp/topCslnk_bg01.png) center center / cover no-repeat;
        background:#fff url(../webp/sp/topCslnk_bg01.webp) center center / cover no-repeat;
        padding: 60px 0 50px;
    }
    .topCslnk_wrap:before {
        height: 10px;
        background: url(../img/sp/top_bg_down.png) no-repeat center bottom / 100% auto;
        background: url(../webp/sp/top_bg_down.webp) no-repeat center bottom / 100% auto;
    }
    .topCslnk_wrap:after {
        height: 10px;
        background: url(../img/sp/top_bg_up.png) no-repeat center top / 100% auto;
        background: url(../webp/sp/top_bg_up.webp) no-repeat center top / 100% auto;
    }
    .topCslnk_lst {
        display: block;
    }
    .topCslnk_box {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 auto;
        border-radius: 10px;
        margin-bottom: 26px;
    }
    .topCslnk_box:last-child {
        margin-bottom: 0;
    }
    .topCslnk_box:before {
        width: 100%;
        height: 100%;
        left: 0;
        right: -10px;
        bottom: -5px;
        margin: auto;
    }
    .topCslnk_cnt {
        width: 100%;
        height: 100%;
        padding: 18px 15px;
        box-sizing: border-box;
    }
    .topCslnk_box .box {
        padding: 0;
    }
    .topCslnk_box .ttl {
        padding: 0;
        font-size: 16px;
        text-align: left;
        margin-bottom: 0;
    }
    .topCslnk_box .img {
        margin-bottom: 0;
    }
    .topCslnk_box .txt {
        font-size: 12px;
        line-height: 1.66;
        letter-spacing: 0;
    }
    .topCslnk_box .btn-more {
        position: static;
        margin-top: 10px;
    }
    .topCs_wrap {
        background: #fff;
        padding: 40px 0 65px;
        background: url(../img/sp/bg02.png) no-repeat center / 503px auto;
        background: url(../webp/sp/bg02.webp) no-repeat center / 503px auto;
    }
    .topCs_wrap:before {
        width: 62px;
        height: 290px;
        top: 113px;
        background: url(../img/top_course.png) no-repeat center / 100% auto;
        background: url(../webp/top_course.webp) no-repeat center / 100% auto;
    }
    .topCs_txt {
        text-align: left;
        padding: 30px 20px;
    }
    .topCs_lst {
        padding: 0 20px;
        margin-bottom: 32px;
    }
    .topCs_box {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 20px;
    }
    .topCs_box:last-child {
        margin-bottom: 0;
    }
    .topCs_box .ttl {
        width: 100%;
        height: 54px;
        font-size: 14px;
    }
    .topCs_box .lst {
        width: 100%;
        padding: 10px 15px;
    }
    .topCs_box .lst li {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.8;
        padding-right: 1.5em;
        margin-right: 1em;
        position: relative;
    }
    .topCs_box .lst li:before {
        content: '/';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .topCs_box .lst li:last-child {
        padding-right: 0;
        margin-right: 0;
    }
    .topCs_box .lst li:last-child:before {
        content: none;
    }
    .topCs_box.is-course1 .ttl {
        border-right: none;
        border-bottom: 1px solid #ff8b84;
    }
    .topCs_box.is-course2 .ttl {
        border-right: none;
        border-bottom: 1px solid #45c0ed;
    }
    .topCs_box.is-course3 .ttl {
        border-right: none;
        border-bottom: 1px solid #32806a;
    }
    .topCs_box.is-course4 .ttl {
        border-right: none;
        border-bottom: 1px solid #c660a7;
    }
    .topExp_wrap {
        padding: 15px 0 50px;
    }
    .topExp_wrap:before {
        width: 100%;
        height: -webkit-calc(100% - 100px);
        height: calc(100% - 100px);
        min-height: auto;
        background: #fbfbfb url(../img/sp/top_bg_down.png) no-repeat center top / 100% auto;
        background: #fbfbfb url(../webp/sp/top_bg_down.webp) no-repeat center top / 100% auto;
    }
    .topExp_wrap:after {
        height: 10px;
        background: url(../img/sp/top_bg_up.png) no-repeat center top / 100% auto;
        background: url(../webp/sp/top_bg_up.webp) no-repeat center top / 100% auto;
    }
    .topExp_in {
        position: relative;
    }
    .topExp_img {
        position: static;
    }
    .topExp_box {
        height: auto;
        box-sizing: border-box;
        padding: 25px 20px;
    }
    .topExp_mds {
        position: absolute;
        top: -230px;
        left: 20px;
        margin-bottom: 0;
    }
    .topExp_box .ttl {
        padding-left: 0;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .topExp_box .txt {
        padding-left: 0;
        font-size: 12px;
        line-height: 1.66;
    }
    .topNews_wrap {
        padding: 40px 20px 50px;
        background: url(../img/sp/bg03.png) no-repeat center / 451px auto;
        background: url(../webp/sp/bg03.webp) no-repeat center / 451px auto;
    }
    .topNews_in {
        display: block;
    }
    .topNews_ttl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    .topNews_ttl .ttl {
        padding-top: 0;
        margin-bottom: 0;
        font-size: 20px;
    }
    .topNews_box {
        width: 100%;
    }
    .topNews_lst {
        margin-bottom: 25px;
    }
    .topNews_lst li {
        padding: 10px 0;
    }
    .topNews_lst .box {
        margin-bottom: 8px;
    }
    .topNews_lst .box .day {
        font-size: 12px;
        margin-right: 6px;
    }
    .topNews_lst .box .tag {
        font-size: 10px;
        width: 60px;
        height: 15px;
    }
    .topNews_lst .box .tag span {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        color: #23b597;
        border: 1px solid #23b597;
    }
    .topNews_lst .ttl a {
        font-size: 12px;
    }
    .topNews_box .c-lnk {
        text-align: right;
    }
    .topCam_wrap {
        padding: 40px 0 60px;
        background: #fbfbfb url(../img/top_campus.png) no-repeat top 15px left / 61px auto;
        background: #fbfbfb url(../webp/top_campus.webp) no-repeat top 15px left / 61px auto;
    }
    .topCam_wrap:before {
        height: 10px;
        background: url(../img/sp/top_bg_down.png) no-repeat center bottom / 100% auto;
        background: url(../webp/sp/top_bg_down.webp) no-repeat center bottom / 100% auto;
    }
    .topCam_wrap:after {
        height: 10px;
        background: url(../img/sp/top_bg_up.png) no-repeat center top / 100% auto;
        background: url(../webp/sp/top_bg_up.webp) no-repeat center top / 100% auto;
    }
    .topCam_txt {
        font-size: 12px;
        line-height: 1.66;
        text-align: left;
        padding: 30px 30px;
    }
    .topCam_lst {
        display: block;
        padding-bottom: 40px;
    }
    .topCam_box {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: 20px;
    }
    .topCam_box:first-child {
        margin-top: 0;
    }
    .topCam_box.is-only {
        margin-top: 20px;
    }
    .topCam_box:before {
        width: 100%;
        height: 100%;
        right: -5px;
        bottom: -5px;
        border-radius: 10px;
    }
    .topCam_cnt {
        display: block;
        width: 100%;
        min-height: auto;
        border-radius: 10px;
    }
    .topCam_box .img source,
    .topCam_box .img img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }
    .topCam_box .box {
        padding: 15px 18px 25px;
    }
    .topCam_box .ttl {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .topCam_box .lst {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }
    .topCam_box .lst dt {
        width: 80px;
        font-size: 13px;
        line-height: 1.53;
    }
    .topCam_box .lst dd {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        font-size: 13px;
        line-height: 1.53;
    }
    .topCam_box .btn-more {
        position: static;
    }
    .topClm_wrap {
        padding: 30px 0 50px;
        background: url(../img/sp/bg04.png) repeat-y top center / 450px auto;
        background: url(../webp/sp/bg04.webp) repeat-y top center / 450px auto;
    }
    .topClm_wrap:before {
        width: 68px;
        height: 284px;
        top: 113px;
        background: url(../img/top_column.png) no-repeat center / 100% auto;
        background: url(../webp/top_column.webp) no-repeat center / 100% auto;
    }
    .topClm_lst {
        display: block;
        padding: 0 20px 40px;
        position: relative;
        z-index: 2;
    }
    .topClm_lst li {
        margin: 20px 0 0;
    }
    .topClm_lst li:first-child {
        margin:0;
    }
    .topClm_lst li source,
    .topClm_lst li img {
        width: 100%;
        height: auto;
    }
    .btn-more {
        font-size: 13px;
    }
    .btn-more span:before {
        top: 4px;
    }
    .topCslnk_txt,
    .topClm_txt {
        text-align: left;
        padding: 30px 20px;
    }
    .topCslnk_box .label {
        font-size: 13px;
        margin-bottom: 7px;
        line-height: 1.384;
        padding: 5px;
    }
    .topCslnk_read {
        display: flex;
        justify-content: left;
        gap: 0 15px;
        align-items: center;
        margin-bottom: 8px;
        flex-direction: row-reverse;
    }
    .topAbout-ttl {
        line-height: 2;
        font-size: 22px;
        margin-bottom: 45px;
    }
    .topAbout-ttl > span {
        background-size: 100% 9px;
        padding-bottom: 2px;
    }
    .topAbtfeature_box {
        display: block;
        margin-bottom: 50px;
        padding: 0 20px;
    }
    .topAbtfeature_box:last-child {
        margin-bottom: 62px;
    }
    .topAbtfeature_box .img {
        width: auto;
        margin-bottom: 10px;
    }
    .topAbtfeature_box .img img {
        width: 100%;
        height: auto;
        max-width: 327px;
    }
    .topAbtfeature_box .box {
        width: 100%;
        padding-left: 0;
    }
    .topAbtfeature_box .box .number {
        margin-bottom: 10px;
    }
    .topAbtfeature_box .box .ttl {
        font-size: 22px;
        line-height: 1.272;
    }
    .topAbtfeature_box .box .txt {
        font-size: 14px;
        line-height: 1.714;
        margin-top: 27px;
    }
    .topMv-cmp_wrap {
        margin-bottom: 20px;
    }
    .topMv-cmp_wrap img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 374px) {
    .topTtl_ttl {
        font-size: 18px;
    }
    .topRead_chk h3 {
        font-size: 14px;
    }
}
