@charset "UTF-8";
.semi-ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #23b597;
    text-align: center;
    margin-bottom: 40px;
}
.semi-ttl.ver2 {
    line-height: 1.5625;
    margin-bottom: 66px;
}
.semi-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;
}
.semi-ttl.is-y {
    font-size: 32px;
}
.semi-ttl.is-y > span {
    background-image: linear-gradient(#fbfcaa, #fbfcaa);
}
.seminar main {
    background: url(../img/seminar_bg01.png) no-repeat top center;
}
.seminar .c-wv_wrap {
    background: none;
}
.semiRead_wrap {
    padding: 112px 0 75px;
    box-sizing: border-box;
}
.read-txt {
    font-size: 18px;
    line-height: 2;
    margin: -9px 0;
    font-weight: 500;
    text-align: center;
}
.read-txt .is-grn {
    color: #5cbea3;
}
.is-wave {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fbfbfb;
}
.is-wave::before,
.is-wave::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.is-wave::before {
    height: 20px;
    top: -2px;
    background: url(../img/top_bg_down.png) no-repeat center bottom / 100% auto;
}
.is-wave::after {
    height: 20px;
    bottom: -2px;
    background: url(../img/top_bg_up.png) no-repeat center top / 100% auto;
}
.seminew_in {
    padding: 102px 0 86px;
}
.sSub-txt {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
}
.s_new_img {
    text-align: center;
}
.seminar_famous {
    background: url(../img/seminar_bg02.png) no-repeat top center;
    padding: 65px 0 75px;
}
.seminar .pageCnt_wrap {
    padding: 0;
    background: none;
}
.semiLis_wrap {
    background: #fbfbfb;
    padding: 95px 0 120px;
}
/* list */
.semi_lst {
    width: 1070px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 52px;
}
.semi_box {
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.semi_box:before {
    content: "";
    display: block;
    width: 320px;
    height: 100%;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    background: url(../img/bg_dot_grn.png) repeat left;
}
.semi_cnt {
    display: block;
    width: 320px;
    height: 375px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.semi_box .img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.semi_box .img img {
    width: 320px;
    height: 180px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: .3s all;
}
.semi_box .box {
    padding: 20px 16px 50px;
    box-sizing: border-box;
}
.semi_box .ttl {
    font-size: 18px;
    line-height: 1.444;
    font-weight: bold;
}
.semi_box .label {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}
.semi_box .label li {
    font-size: 12px;
    padding: 6px 12px;
    box-sizing: border-box;
    border: 1px solid #5cbea3;
    border-radius: 12px;
    line-height: 1;
    color: #5cbea3;
    font-weight: 500;
}
.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;
}
.semi_box .btn-more {
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.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;
}
/* splide */
.seminew_in.c-wrap.s_new_splide_wrap {
    max-width: none;
}
.s_new_slide .splide__slide a,
.sf_slide .splide__slide a {
    display: inline-block;
    transform: scale(0.7);
    opacity: 0.5;
}
.s_new_slide .splide__slide.is-active a,
.s_new_slide .splide__slide.is-first a,
.sf_slide .splide__slide.is-active a,
.sf_slide .splide__slide.is-first a {
    transform: scale(1);
    opacity: 1;
}
.s_new_slide .splide__slide.is-next a,
.s_new_slide .splide__slide.is-prev a, 
.s_new_slide .splide__slide.splide__slide--clone a,
.s_new_slide .splide__slide.is-active a,
.sf_slide .splide__slide.is-next a,
.sf_slide .splide__slide.is-prev a, 
.sf_slide .splide__slide.splide__slide--clone a,
.sf_slide .splide__slide.is-active a {
    transition: all 0.5s;
}
.s_new_slide .splide__slide.is-moving,
.sf_slide .splide__slide.is-moving {
    transition: none !important;
}
.s_new_slide .splide__slide.is-prev a,
.s_new_slide .splide__slide.is-next a ,
.s_new_slide .splide__slide.splide__slide--clone a,
.s_new_slide .splide__slide.nw-custom a,
.sf_slide .splide__slide.is-prev a,
.sf_slide .splide__slide.is-next a ,
.sf_slide .splide__slide.splide__slide--clone a,
.sf_slide .splide__slide.sf-custom a {
    transform: scale(0.7);
    opacity: 0.5;
}
.splide__pagination {
    margin-top: 20px;
    gap: 0 7px;
}
.splide__pagination__page {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ededed;
    box-sizing: border-box;
}
.splide__pagination__page.is-active {
    background: #5cbea3;
}
.splide__arrow {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.splide__arrow svg {
    display: none;
}
.splide__arrow--prev {
    left: 50%;
    margin-left: -380px;
    background: #5cbea3 url(../img/prev_w.png) no-repeat center left 12px ;
}
.splide__arrow--next {
    right: 50%;
    margin-right: -380px;
    background: #5cbea3 url(../img/next_w.png) no-repeat center right 12px ;
}
.splide__slide > a {
    display: inline-block;
}
@media (min-width: 896px) {
    .sl_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 48px;
    }
    .sl_list li {
        width: 500px;
        height: auto;
    }
    .sl_list .s_new_img img {
        width: 100%;
        height: auto;
    }
    .semi_box .semi_cnt:hover .img img {
        border-radius: 20px 20px 0 0;
        transform: scale(1.2, 1.2);
    }
    a:hover .btn-more span:after {
        transform-origin: left top;
        animation: underLine .3s ease-out;
    }
    .s_new_slide .splide__slide a:hover img,
    .sf_slide .splide__slide a:hover img,
    .s_new_img a:hover {
        opacity: 0.7;
    }
    .s_new_slide .splide__slide img,
    .sf_slide .splide__slide img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 896px) {
    .semi-ttl {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .semi-ttl.ver2 {
        line-height: 1.9444;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .semi-ttl > span {
        background-size: 100% 9px;
        padding-bottom: 2px;
    }
    .semi-ttl.is-y {
        font-size: 16px;
    }
    .is-wave::before {
        height: 10px;
        background: url(../img/sp/top_bg_down.png) no-repeat center bottom / 100% auto;
    }
    .is-wave::after {
        height: 10px;
        background: url(../img/sp/top_bg_up.png) no-repeat center top / 100% auto;
    }
    /* list */
    .semi_lst {
        width: 100%;
        padding: 0 10px 0 0;
        box-sizing: border-box;
        display: block;
    }
    .semi_box:not(:last-child) {
        margin-bottom: 30px;
    }
    .semi_box:before {
        width: 100%;
        height: 100%;
    }
    .semi_cnt {
        display: block;
        width: 100%;
        min-height: auto;
        height: auto;
    }
    .semi_box .img {
        border-radius: 20px 20px 0 0;
    }
    .semi_box .img img {
        width: 100%;
        height: auto;
    }
    .semi_box .box {
        padding: 22px;
    }
    .semi_box .ttl {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.277;
    }
    .semi_box .label {
        gap: 8px;
        margin-bottom: 20px;
    }
    .semi_box .label li {
        font-size: 11px;
        padding: 4px 6px;
        border-radius: 10px;
    }
    .btn-more {
        font-size: 12px;
    }
    .btn-more span {
        padding-right: 10px;
    }
    .semi_box .btn-more {
        position: static;
    }
    .btn-more span:before {
        top: 4px;
    }
    .seminar main {
        background: url(../img/sp/seminar_bg01.png) no-repeat top center / 525px auto;
    }
    .semiRead_wrap {
        padding: 32px 10px;
    }
    .read-txt {
        font-size: 13px;
        line-height: 1.7692;
        margin: -5px 0;
    }
    .seminew_in {
        padding: 30px 0 40px;
    }
    .sl_list li:not(:first-child) {
        margin-top: 20px;
    }
    .sSub-txt {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .sSub-txt.ver2 {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .seminar_famous {
        background: url(../img/sp/seminar_bg02.png) no-repeat top center / 382px auto;
        padding: 34px 0 55px;
        box-sizing: border-box;
    }
    .splide__arrow {
        width: 29px;
        height: 29px;
    }
    .splide__arrow--prev {
        margin-left: -170px;
        background: #5cbea3 url(../img/sp/prev_w.png) no-repeat center left 10px / 8px auto ;
    }
    .splide__arrow--next {
        margin-right: -170px;
        background: #5cbea3 url(../img/sp/next_w.png) no-repeat center right 10px / 8px auto ;
    }
    .semiLis_wrap {
        padding: 40px 20px 65px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 374px) {
    .splide__arrow--prev {
        margin-left: -150px;
    }
    .splide__arrow--next {
        margin-right: -150px;
    }
}