@charset "UTF-8";
.c-mv_in {
    padding-bottom: 60px;
}
.seminarMv-txt {
    font-size: 16px;
    line-height: 2;
    margin: 40px 0 0 0;
}
.seminar_wrap {
    background: #F3F6F5;
    padding: 0 0 120px;
}
.seminar_in {
    border-top: 1px solid #E6E6E6;
}
.seminarSch_wrap {
    padding: 60px 0 0 0;
}
.seminarSch_wrap ul {
    display: flex;
    justify-content: center;
    margin-top: -20px;
}
.seminarSch_wrap ul li {
    height: 50px;
    margin: 20px 20px 0 0;
}
.seminarSch_wrap ul li:last-child {
    margin-right: 0;
}
.seminarSch_wrap li input[type=checkbox] + label {
    font-size: 16px;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 28px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px 0 50px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all .4s;
}
.seminarSch_wrap li:last-child input[type=checkbox] + label {
    margin-right: 0;
}
.seminarSch_wrap li input[type=checkbox] + label::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    border: solid 1px #D9D9D9;
    left: 20px;
    border-radius: 9999px;
    box-sizing: border-box;
    top: 50%;
    margin-top: -10px;
    transition: all .4s;
}
.seminarSch_wrap li input[type=checkbox]:checked + label::before {
    border: solid 1px #222;
}
.seminarSch_wrap li input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    left: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #222 url(../svg/icn_chk_mk_wh.svg) no-repeat center / 12px auto;
    transition: .4s all;
}
.semLst_wrap {
    padding-top: 69px;
}
.semLst-lst {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    gap: 40px 30px;
}
.semLst-lst > li {
    width: calc((100% - 60px) / 3);
    box-sizing: border-box;
}
.semLst-lst > li a {
    text-decoration: none;
    border: 1px solid #E6E6E6;
    height: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    position: relative;
}
.semLst-ttl_wrap {
    border-bottom: 1px solid #E6E6E6;
    padding: 24px 24px 20px;
}
.semLst-tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}
.semLst-tag li {
    color: #1C4A40;
    font-size: 12px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #1C4A40;
    box-sizing: border-box;
    margin: 10px 10px 0 0;
}
.semLst-name {
    margin-top: 15px;
    position: relative;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.semLst-name.is-new {
    padding-left: 50px;
}
.semLst-name .new {
    font-size: 12px;
    width: 40px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #fff;
    background: #E82C64;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.semLst-cnt_wrap {
    padding: 20px 24px 24px;
}
.semLst-ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px; 
}
.semLst-data {
    padding-top: 20px;
    margin-top: -10px;
}
.semLst-data dl {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.semLst-data dl dt {
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #1C4A40;
    background: #F3F6F5;
    border-radius: 4px;
    width: 90px;
    min-width: 90px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.semLst-img {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.semLst-img img {
    width: 100%;
    height: auto;
    transition: all .4s;
}
.semLst-btn {
    padding: 24px 0;
    text-align: center;
    border-top: 1px solid #E6E6E6;
    color: #1C4A40;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
}
.semLst-btn .is-icn {
    padding-right: 40px;
    position: relative;
}
.semLst-btn .is-semLst-btn::before {
    background: #222;
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s;
}
.semLst-btn .is-icn .is-arw {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%;
}
.semLst-btn .is-icn .is-arw:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    background: url(/cmn5/svg/icn_arw_r.svg) no-repeat center / 100% auto;
}
.semLst-btn .is-icn .is-arw:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #1C4A40;
    z-index: 1;
    transition: all .2s ease-out; 
}
.seminarLst_wrap {
    padding: 60px 0 0 0;
}
.seminarLst_wrap > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.seminarLst_wrap > ul > li {
    width: 360px;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 40px 0 0;
    overflow: hidden;
}
.seminarLst_wrap > ul > li a {
    text-decoration: none;
    position: relative;
}
.seminarLst_wrap .new {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #E82C64;
    border-radius: 8px;
    padding: 8px 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    z-index: 99;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.seminarLst_box {
    padding: 28px 25px 25px;
}
.seminarLst_wrap .new + .seminarLst_box {
    padding-top: 48px;
}
.seminarLst_ttl {
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.seminarLst_ttl .ttl {
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
}
.seminarLst_ttl .cmp {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0 0;
}
.seminarLst_txt dl {
    display: flex;
    margin: 0 0 2px;
}
.seminarLst_txt dl:last-child {
    margin: 0;
}
.seminarLst_txt dt {
    min-width: 90px;
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
}
.seminarLst_txt dd {
    font-size: 14px;
    line-height: 1.6;
}
.seminarLst_tag {
    padding: 5px 0 0 0;
}
.seminarLst_tag ul {
    display: flex;
    flex-wrap: wrap;
}
.seminarLst_tag li {
    width: auto;
    font-size: 12px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    color: #1C4A40;
    background: #F3F6F5;
    border: none;
    border-radius: 8px;
    padding: 8px 10px;
    box-sizing: border-box;
    margin: 10px 10px 0 0;
}
.seminarCnt-txt {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}
.pager_lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 70px 20px 0;
}
.pager_lst li {
    display: none;
    margin: 10px 10px 0 0;
}
.pager_lst li:last-child {
    margin: 10px 0 0 0;
}
.pager_lst li.next,
.pager_lst li.last {
    display: block;
}
.pager_lst li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    box-sizing: border-box;
    text-decoration: none;
}
.pager_lst li.on a {
    background: #1C4A40;
    color: #fff;
}
.pager_lst li.prev a {
    background: #fff url(../svg/icn_arw_l_blk.svg) no-repeat top 21px center;
}
.pager_lst li.next a {
    background: #fff url(../svg/icn_arw_r_blk.svg) no-repeat top 21px center;
}
@media only screen and (min-width: 767px) {
    .seminarLst_wrap > ul > li a:hover {
        color: #1C4A40;
    }
    .seminarLst_img {
        width: 100%;
        height: 202px;
        position: relative;
        overflow: hidden;
    }
    .seminarLst_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: .4s all;
    }
    .seminarLst_wrap > ul > li a:hover .seminarLst_img img {
        transform: scale(1.04, 1.04);
    }
    .pager_lst li a:hover {
        background: #1C4A40;
        color: #fff;
    }
    .pager_lst li.prev a:hover {
        background: #1C4A40 url(../svg/icn_arw_l.svg) no-repeat top 21px center;
    }
    .pager_lst li.next a:hover {
        background: #1C4A40 url(../svg/icn_arw_r.svg) no-repeat top 21px center;
    }
    .semLst-lst > li a:hover {
        border: 1px solid #1C4A40;
    }
    .semLst-lst > li a:hover .semLst-img img {
        transform: scale(1.04, 1.04);
    }
    .semLst-lst > li a:hover .semLst-btn .is-semLst-btn::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    /* .smrTop_lst li:hover {
        cursor: pointer;
    } */
    .smrTop_lst li:hover input[type=checkbox] + label {
        color: #222;
        font-weight: 700;
        font-variation-settings: "wght" 700;
    }
    .smrTop_lst li:hover input[type=checkbox] + label::before {
        border:  1px solid #222;
    }
    .semLst-lst > li a {
        display: flex;
        flex-direction: column;
    }
    .semLst-btn {
        margin-top: auto;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1240px) {
    .seminarLst_wrap > ul > li {
        width: 32%;
        margin: 30px 0 0;
    }
    .semLst-lst {
        gap: 30px 20px;
    }
    .semLst-lst > li {
        width: calc((100% - 40px) / 3);
    }
}
@media screen and (min-width: 1024px) {
    .seminarLst_wrap > ul::after {
        content: '';
        display: block;
        width: 32%;
    }
    .seminarLst_wrap > ul > li:nth-child(-n+3) {
        margin: 0;
    }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
    .seminarLst_wrap > ul > li {
        width: 48%;
        margin: 40px 0 0;
    }
    .seminarLst_wrap > ul > li:nth-child(-n+2) {
        margin: 0;
    }
    .semLst-lst {
        gap: 40px;
    }
    .semLst-lst > li {
        width: calc((100% - 40px) / 2);
    }
}
@media only screen and (max-width: 767px) {
    .c-mv_in {
        padding-bottom: 40px;
    }
    .semLst_wrap {
        padding: 30px 20px 0;
    }
    .semLst-lst {
        gap: 20px;
    }
    .semLst-lst > li {
        width: 100%;
    }
    .semLst-ttl_wrap {
        padding: 15px 20px;
    }
    .semLst-tag {
        margin-top: -5px;
    }
    .semLst-tag li {
        padding: 5px 6px;
        margin: 5px 5px 0 0;
    }
    .semLst-name {
        margin-top: 10px;
        font-size: 12px;
    }
    .semLst-cnt_wrap {
        padding: 20px 20px 21px;
    }
    .semLst-data {
        margin-top: -5px;
    }
    .semLst-data dl {
        margin-top: 5px;
    }
    .semLst-data dl dt {
        font-size: 12px;
    }
    .semLst-img {
        text-align: center;
    }
    .semLst-btn {
        padding: 20px;
    }
    .semLst-btn {
        font-size: 12px;
    }
    .semLst-btn .is-icn {
        padding-right: 21px;
    }
    .semLst-btn .is-icn .is-arw {
        width: 16px;
        height: 16px;
    }
    .semLst-btn .is-icn .is-arw:before {
        width: 7px;
        height: 7px;
    }
    .seminarMv-txt {
        font-size: 14px;
        margin: 30px 0 0 0;
        line-height: 2;
    }
    .seminar_wrap {
        padding: 0 0 60px;
    }
    .seminar_in {
        border-top: none;
        position: relative;
    }
    .seminar_in::after {
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: 1px;
        background: #E6E6E6;
    }
    .seminarSch_wrap {
        padding: 20px 20px 0;
    }
    .seminarSch_wrap ul {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: -10px;
    }
    .seminarSch_wrap ul li {
        height: 40px;
        margin: 10px 10px 0 0;
    }
    .seminarSch_wrap li input[type=checkbox] + label {
        font-size: 14px;
        padding: 0 20px 0 50px;
    }
    input[type=checkbox] + label {
        font-size: 14px;
    }
    .seminarLst_wrap {
        padding: 30px 20px 0;
    }
    .seminarLst_wrap > ul {
        display: block;
    }
    .seminarLst_wrap > ul > li {
        width: 100%;
        margin: 20px 0 0;
    }
    .seminarLst_wrap .new {
        top: 10px;
        right: 10px;
        padding: 7px 8px;
        font-size: 10px;
    }
    .seminarLst_img img {
        width: 100%;
        height: auto;
    }
    .seminarLst_box {
        padding: 21px 20px 18px;
    }
    .seminarLst_wrap .new + .seminarLst_box {
        padding-top: 41px;
    }
    .seminarLst_ttl {
        padding: 0 0 17px;
        margin: 0 0 15px;
    }
    .seminarLst_ttl .ttl {
        font-size: 14px;
    }
    .seminarLst_ttl .cmp {
        font-size: 12px;
        padding: 10px 0 0;
    }
    .seminarLst_txt dl {
        margin: 0;
    }
    .seminarLst_txt dt {
        min-width: 90px;
        font-size: 12px;
    }
    .seminarLst_txt dd {
        font-size: 12px;
    }
    .seminarLst_tag {
        padding: 5px 0 0 0;
    }
    .seminarLst_tag li {
        width: auto;
        font-size: 12px;
        padding: 7px 8px;
    }
    .seminarCnt-txt {
        font-size: 14px;
    }
    .pager_lst {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 50px 20px 0;
    }
    .pager_lst li a {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        border-radius: 50%;
    }
    .pager_lst li.prev a {
        background: #fff url(../svg/icn_arw_l_blk.svg) no-repeat top 11px center;
    }
    .pager_lst li.next a {
        background: #fff url(../svg/icn_arw_r_blk.svg) no-repeat top 11px center;
    }
}
