@charset "UTF-8";
.total .pageCnt_wrap {
    padding: 0;
    background: none;
} 
.cosdtLis_wrap {
    background: #fbfbfb;
    padding: 75px 0 176px;
}
.cosTtl_ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    color: #23b597;
    text-align: center;
    margin-bottom: 80px;
}
.cosTtl_ttl > span {
    background-image: linear-gradient(#fbfcaa, #fbfcaa);
    background-position: 0 100%;
    background-size: 100% 18px;
    background-repeat: repeat-x;
    padding: 0 .2em;
    padding-bottom: 4px;
}
.cosdtCnt_read {
    margin-bottom: 77px;
}
.cosdtCnt_img {
    position: relative;
    z-index: 2;
    width: 421px;
    height: 249px;
}
.cosdtCnt_img img,
.cosdtCnt_img source {
    position: relative;
    z-index: 3;
    border-radius: 20px;
}
.cosdtCnt_img::before {
    content: "";
    display: block;
    width: 421px;
    height: 249px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: 1;
    background: url(../img/bg_dot_grn.png) repeat left;
    border-radius: 20px;
}
.cosdtCnt_box {
    width: calc(100% - 421px);
    padding-left: 53px;
    box-sizing: border-box;
}
.cosdtCnt_box .label {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 38px;
}
.cosdtCnt_box .label li {
    font-size: 22px;
    color: #23b597;
    padding: 6px 13px 8px;
    box-sizing: border-box;
    line-height: 1;
    border: 1px solid #23b597;
    border-radius: 20px;
    background-color: #ffffff;
    font-weight: 500;
}
.cosdtCnt_txt {
    font-size: 16px;
    line-height: 1.875;
}
.cosdtl-lst > li {
    padding: 40px;
    background-color: #ffffff;
    border-radius: 30px;
    box-sizing: border-box;
}
.cosdtl-lst > li:not(:last-child) {
    margin-bottom: 25px;
}
.cosdtl-ttl {
    font-size: 24px;
    line-height: 1.25;
    padding-left: 15px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-weight: bold;
}
.cosdtl-ttl::before {
    content: "";
    width: 4px;
    height: 25px;
    background-color: #5cbea3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.cosdtl-txt {
    padding-left: 11px;
    box-sizing: border-box;
}
.cosdtl-txt .lst {
    margin-bottom: 14px;
}
.cosdtl-txt .lst.ver2 {
    margin-bottom: 7px;
}
.cosdtl-txt .lst li {
    padding-left: 1em;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}
.cosdtl-txt .lst li:not(:last-child) {
    margin-bottom: 14px;
}
.cosdtl-txt .lst.ver2 li {
    margin-bottom: 0;
    display: inline;
    line-height: 1.875;
    margin-right: 10px;
    padding-left: 14px;
}
.cosdtl-txt .lst li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #5cbea3;
    box-sizing: border-box;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 9;
}
.cosdtl-txt .lst.ver2 li::before {
    top: 10px;
}
.cosdtl-txt .ano-txt,
.cosdtCnt_box .ano-txt {
    font-size: 12px;
    line-height: 2;
}
.cosdtl-txt .txt {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 20px;
}
/* course */
.cosSplide_in {
    width: 1013px;
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;
}
.cosSplide_ct {
    padding: 33px 0;
    border: 1px solid #5cbea3;
    border-radius: 20px;
    margin-bottom: 40px;
}
.cosSplide_ct .splide__slide {
    width: 186px !important;
}
.splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 37px;
    height: 37px;
    border-radius: 50%;
}
.splide__arrow svg {
    display: none;
}
.splide__arrow--prev {
    left: 0;
    background: #5cbea3 url(../img/prev_w.png) no-repeat center left 12px ;
}
.splide__arrow--next {
    right: 0;
    background: #5cbea3 url(../img/next_w.png) no-repeat center right 12px ;
}
.course .pageCnt_wrap {
    padding: 0;
    background: none;
}
/* .cosLis_wrap {
    background: #fbfbfb;
    padding: 95px 0 86px;
} */
.cosLis_in.ver2 {
    margin-bottom: 100px;
}
.cosSplide_wrap .c-btn a span {
    padding-right: 0;
}
.cosTtl_ttl.ver2 {
    margin-bottom: 40px;
}
/* .cos_txt {
    margin-bottom: 35px;
} */
.cosSlide_wrap {
    /* padding: 210px 0 100px; */
    padding: 150px 0 100px;
}
.course.is-top main {
    background:  url(../img/pageBottom_bg.png) no-repeat center bottom 70px;
}
.cosSlide_wrap .cosTtl_ttl > span {
    background-image: linear-gradient(#f3faf8, #f3faf8);
}
.cosSlide_wrap .cosTtl_ttl {
    margin-bottom: 60px;
}
.cosSlide_read {
    text-align: center;
    font-weight: 500;
    line-height: 1.875;
    margin-bottom: 40px;
}
.cosTxt_wrap {
    margin-bottom: 120px;
}
.cos_txt.ano-txt {
    display: inline-block;
    padding-left: 1em;
    position: relative;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}
.cos_txt.ano-txt a {
    color: #23b597;
}
.cos_txt.ano-txt > span {
    position: absolute;
    top: 0;
    left: 0;
}
.course_lst {
    width: 1075px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 55px;
}
.course_box {
    position: relative;
    z-index: 2;
}
.course_box:before {
    content: "";
    display: block;
    width: 320px;
    height: 440px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    background: url(../img/bg_dot_grn.png) repeat left;
}
.course_cnt {
    display: block;
    width: 320px;
    min-height: 440px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.course_box .img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.course_box .img img {
    width: 320px;
    height: 140px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: .3s all;
}
.course_box .box {
    padding: 0 20px;
}
.course_box .ttl {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}
.course_box .label {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}
.course_box .label li {
    font-size: 12px;
    width: 88px;
    display: flex;
    height: 25px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #3dbba0;
    border-radius: 12px;
    line-height: 1;
    color: #3dbba0;
    font-weight: 500;
}
.course_box .txt {
    font-size: 14px;
    line-height: 1.857;
}
.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;
}
.course_box .btn-more {
    position: absolute;
    right: 27px;
    bottom: 32px;
}
.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;
}
.cosTxt_wrap {
    text-align: center;
}
.cosdtl-img {
    text-align: center;
}
@media (min-width: 896px) {
    .course.is-top .c-wv_wrap {
        min-height: 330px;
    }
    .cosLis_wrap {
        margin-top: -25px;
    }
    .course_box .ttl_wrap.is-ver04 .label {
        gap: 7px 9px;
    }
    .course_box .ttl_wrap {
        margin: 20px 0 18px;
    }
    .course_box .ttl_wrap.is-ver04 {
        margin: 18px 0 10px;
    }
    .course_box .btn-more.is-ver04 {
        bottom: 20px;
    }
    .cos_txt.ano-txt a:hover {
        opacity: .7;
    }
    .cosdtCnt_read {
        display: flex;
        justify-content: space-between;
    }
    .course_box a:hover .img img,
    .course_box a:hover .img source {
        transform: scale(1.2, 1.2);
    }
    .course_box .course_cnt:hover .img img,
    .course_box .course_cnt:hover .img source {
        transform: scale(1.2, 1.2);
    }
    a:hover .btn-more span:after {
        transform-origin: left top;
        animation: underLine .3s ease-out;
    }
    .home .cosdtl-img {
        display: flex;
        justify-content: center;
    }
    .homeImg_wrap {
        padding-left: 100px;
        text-align: left;
    }
    .homeImg_wrap p {
        margin: 20px 0;
    }
}
@media only screen and (max-width: 896px) {
    .cosdtLis_wrap {
        padding: 44px 20px 117px;
        box-sizing: border-box;
    }
    .cosTtl_ttl {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .cosTtl_ttl > span {
        background-size: 100% 9px;
        padding-bottom: 2px;
    }
    .cosdtCnt_read {
        margin-bottom: 17px;
    }
    .cosdtCnt_img {
        width: 100%;
        height: auto;
    }
    .cosdtCnt_img img {
        width: calc(100% - 8px);
        height: auto;
    }
    .cosdtCnt_img::before {
        width: calc(100% - 8px);
        height: 100%;
        right: -3px;
        bottom: -10px;
    }
    .cosdtCnt_box {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .cosdtCnt_box .label {
        gap: 10px;
        margin-bottom: 20px;
    }
    .cosdtCnt_box .label li {
        font-size: 13px;
        padding: 4px 7px;
        border-radius: 12px;
    }
    .cosdtCnt_txt {
        font-size: 12px;
        line-height: 1.6666;
    }
    .cosdtl-lst > li {
        padding: 30px 17px 22px;
        border-radius: 15px;
    }
    .cosdtl-lst > li:not(:last-child) {
        margin-bottom: 30px;
    }
    .cosdtl-ttl {
        font-size: 18px;
        line-height: 1;
        padding-left: 15px;
        margin-bottom: 16px;
    }
    .cosdtl-ttl::before {
        width: 3px;
        height: 20px;
        left: 4px;
    }
    .cosdtl-txt {
        padding-left: 0;
        box-sizing: border-box;
    }
    .cosdtl-txt .lst {
        margin-bottom: 7px;
    }
    .cosdtl-txt .lst.ver2 {
        margin-bottom: 4px;
    }
    .cosdtl-txt .lst li {
        font-size: 13px;
        line-height: 1.538;
    }
    .cosdtl-txt .lst li:not(:last-child) {
        margin-bottom: 6px;
    }
    .cosdtl-txt .lst.ver2 li {
        line-height: 1.538;
        margin-right: 7px;
        padding-left: 11px;
    }
    .cosdtl-txt .lst li::before {
        top: 8px;
    }
    .cosdtl-txt .lst.ver2 li::before {
        top: 8px;
    }
    .cosdtl-txt .ano-txt,
    .cosdtCnt_box .ano-txt {
        font-size: 10px;
        line-height: 1.5;
    }
    .cosdtl-txt .txt {
        font-size: 13px;
        line-height: 1.538;
        margin-top: 20px;
    }
    .cosdtl-img.sp-scroll {
        overflow-x: scroll;
    }
    .pageMv_read .fs-s {
        font-size: 11px;
        display: inline-block;
    }
    .pageCnt_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;
    }
    .course_box .ttl_wrap.is-ver04 .label {
        max-width: 184px;
        margin: 0 auto;
        padding-bottom: 14px;
    }
    .cosSplide_wrap {
        margin-bottom: 45px;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .cosSplide_in {
        width: 100%;
        padding: 0 15px;
    }
    .cosSplide_ct {
        padding: 17px 0;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .cosSplide_ct .splide__slide {
        width: 51% !important;
    }
    .cosSplide_ct .splide__slide img {
        width: 100%;
        height: auto;
    }
    .splide__arrow {
        width: 29px;
        height: 29px;
    }
    .splide__arrow--prev {
        background: #5cbea3 url(../img/sp/prev_w.png) no-repeat center left 10px / 8px auto ;
    }
    .splide__arrow--next {
        background: #5cbea3 url(../img/sp/next_w.png) no-repeat center right 10px / 8px auto ;
    }
    .cosLis_wrap {
        padding: 15px 0px 0px;
        box-sizing: border-box;
    }
    .cosSlide_wrap {
        padding: 25px 0 0;
    }
    .cosSlide_wrap .cosTtl_ttl {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .cosSlide_read {
        margin-bottom: 28px;
        padding: 0 20px;
    }
    .cosTxt_wrap {
        margin: 0;
    }
    .cosTxt_wrap {
        padding: 0 20px;
    }
    .cosLis_in.ver2 {
        margin-bottom: 48px;
    }
    .cosTtl_ttl.ver2 {
        margin-bottom: 25px;
    }
    .cos_txt {
        margin-bottom: 40px;
    }
    .cos_txt.ano-txt {
        font-size: 10px;
        line-height: 1.5;
        text-align: left;
    }
    .cosSplide_wrap .c-btn {
        padding: 0 30px;
    }
    .course_lst {
        width: 100%;
    }
    .cosLis_box {
        width: 100%;
        padding: 48px 27px 58px 20px;
        box-sizing: border-box;
        display: block;
        background: #fbfbfb;
        position: relative;
    }
    .cosLis_box:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
        top: -2px; 
        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;
    }
    .cosLis_box:after {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
        bottom: -2px; 
        height: 20px;
        background: url(../img/sp/top_bg_up.png) no-repeat center bottom / 100% auto;
        background: url(../webp/sp/top_bg_up.webp) no-repeat center bottom / 100% auto;
    }
    .course_box:not(:last-child) {
        margin-bottom: 28px;
    }
    .course_box:before {
        width: 100%;
        height: 100%;
    }
    .course_cnt {
        display: block;
        width: 100%;
        min-height: auto;
    }
    .course_box .img {
        border-radius: 20px 20px 0 0;
    }
    .course_box .img img {
        width: 100%;
        height: auto;
    }
    .course_box .box {
        padding: 20px 18px 23px;
    }
    .course_box .ttl {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .course_box .label {
        gap: 8px;
        margin-bottom: 18px;
    }
    .course_box .label li {
        font-size: 11px;
        border-radius: 10px;
        width: 86px;
        height: 21px;
    }
    .course_box .txt {
        font-size: 12px;
        line-height: 1.666;
    }
    .btn-more {
        font-size: 12px;
    }
    .btn-more span {
        padding-right: 10px;
    }
    .course_box .btn-more {
        position: static;
        margin-top: 10px;
    }
    .btn-more span:before {
        top: 4px;
    }
    .homeImg_wrap {
        margin-top: 20px;
    }
    .homeImg_wrap.sp-scroll {
        overflow-x: scroll;
        margin-top: 20px;
    }
    .homeImg_wrap p {
        margin: 10px 0;
        text-align: left;
    }
}
@media only screen and (max-width: 374px) {
    .course_box .ttl {
        line-height: 1.4;
    }
    .course_box .ttl .sp-in {
        display: inline-block;
    }
}