@charset "UTF-8";
.scLst_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-bottom: 88px;
}
.scLst_side {
    width: 270px;
}
.scLst_main {
    width: 890px;
}
.scLst_main:only-child {
    width: 100%;
}
.side_box {
    background: #fff;
    border-radius: 8px;
    padding-bottom: 30px;
}
.side_ttl {
    background: #007A8F;
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
}
.side_ttl span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}
.sideCnt_lst {
    padding: 0 15px;
    padding-top: 6px;
}
.sideCnt_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0 10px;
}
.sideCnt_box .ttl {
    order: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 22px;
    box-sizing: border-box;
    position: relative;
}
.sideCnt_box .ttl:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.sideCnt_box .ttl.is-station:before {
    background: url(../svg/icn_station.svg) no-repeat center / auto 18px;
}
.sideCnt_box .ttl.is-guid:before {
    background: url(../svg/icn_fee.svg) no-repeat center / 16px auto;
}
.sideCnt_box .ttl.is-skill:before {
    background: url(../svg/icn_skill.svg) no-repeat center / 18px auto;
}
.sideCnt_box .ttl.is-commit:before {
    background: url(../svg/icn_commit.svg) no-repeat center / auto 18px;
}
.sideCnt_box .txt {
    order: 3;
    padding-left: 22px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    /* color: #BBBBBB; */
    margin-top: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sideCnt_box .txt.is-no {
    color: #BBBBBB;
}
.sideCnt_box .c-btn.is-select {
    order: 2;
}
.sideCnt_box input {
    width: 100%;
    height: 36px;
    background: #F3F3F3;
    border-radius: 4px;
    padding: 0 8px;
}
.sideCnt_btn {
    padding-top:18px;
}
.side_bnr {
    margin-top: 16px;
}
.side_bnr source,
.side_bnr img {
    width: 100%;
    height: auto;
    max-width: 270px;
}
.scLst_ttl {
    width: 100%;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 55px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D7D7D7;
}/*
.scLst_ttl:only-child {
    margin-bottom: 0;
}*/
.scLst_txt {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}
.scLst_number {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 16px;
    margin-bottom: 75px;
    border-bottom: 1px solid #E6E6E6;
}
.scLst_number span {
    font-weight: 700;
    font-size: 32px;
    color: #7BD855;
}
.scLst_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.search_pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.search_pager li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #007A8F;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin: 0 4px;
}
.search_pager li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #FFFFFF;
    color: #007A8F;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}
.search_pager li a.is-on,
.search_pager .is-prev a,
.search_pager .is-next a {
    background: #007A8F;
    color: #fff;
    border: 1px solid #007A8F;
}
.search_pager .is-current a {
    pointer-events: none;
    background: #C7F0F5;
    border: 1px solid #C7F0F5;
}
.search_pager a source,
.search_pager a img {
    display: block;
}
.scLst_head .sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.scLst_head .sort .ttl {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-right: 12px;
}
.scLst_head .sort select {
    width: 128px;
    height: 32px;
    background: #fff url(../svg/select.svg) no-repeat center right 15px / 8px auto;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    text-align: center;
    padding-right: 15px;
    box-sizing: border-box;
}
.scCnt_lst {
    margin-bottom: 48px;
}
.scCnt_wrap {
    background: #fff;
    border: 1px solid #007A8F;
    border-radius: 8px;
    padding-top: 42px;
    margin-bottom: 32px;
    position: relative;
}
.scCnt_wrap:last-child {
    margin-bottom: 0;
}
.scCnt_rec {
    background: #E83950;
    width: 80px;
    height: 47px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    position: absolute;
    top: -16px;
    left: -14px;
    z-index: 9;
}
.scCnt_rec:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: -14px;
    z-index: 1;
    background: #86323D;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.scCnt_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 36px;
}
.scCnt_ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.458;
    color: #2F2F2F;
}
.scCnt_tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2px;
    margin-left: 8px;
}
.scCnt_tag li {
    margin-right: 6px;
}
.scCnt_tag li span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 26px;
    padding: 0 16px;
    border-radius: 100vh;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
}
.scCnt_tag li.is-new span {
    background: #FF576E;
}
.scCnt_read {
    padding: 15px 0 26px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-decoration-line: underline;
    color: #007A8F;
}
.scCnt_ttl:has(a),
.scCnt_read:has(a) {
    text-decoration: none;

}
.scCnt_ttl a {
    text-decoration: none;
}
.scCnt_read a {
    color: #007A8F;
    text-decoration: underline;
}
.scCnt_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 36px 36px 36px;
}
.scCnt_box.is-flno {
    display: block
}
.scCnt_img {
    width: 280px;
    height: 173px;
    height: auto;
}
.scCnt_img source,
.scCnt_img img {
    width: 100%;
    height: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    border-radius:8px;
}
.scCnt_date {
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding-left: 18px;
}
.scDate_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.scDate_box:last-child {
    margin-bottom: 0;
}
.scDate_box dt {
    width: 134px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.428;
    color: #007A8F;
}
.scDate_box dt span {
    display: inline-block;
    padding-left: 25px;
    position: relative;
}
.scDate_box dt span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.scDate_box.is-fee dt span:before {
    width: 17px;
    height: 17px;
    background: url(../svg/icn_fee.svg) no-repeat center / 100% auto;
}
.scDate_box.is-guid dt span:before {
    width: 18px;
    height: 18px;
    background: url(../svg/icn_guid.svg) no-repeat center / 100% auto;
}
.scDate_box.is-station dt span:before {
    width: 13px;
    height: 18px;
    background: url(../svg/icn_station.svg) no-repeat center / auto 100%;
}
.scDate_box.is-time dt span:before {
    width: 15px;
    height: 15px;
    background: url(../svg/icn_time.svg) no-repeat center / 100% auto;
}
.scDate_box.is-skill dt span:before {
    width: 13px;
    height: 13px;
    background: url(../svg/icn_skill.svg) no-repeat center / 100% auto;
}
.scDate_box dd {
    width: -webkit-calc(100% - 134px);
    width: calc(100% - 134px);
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.214;
    color: #393939;
    padding-top: 2px;
}
.scCnt_txt {
    width: 100%;
    padding: 30px 0;
}
.scCnt_btn {
    background: #E7EFF2;
    padding: 25px 0;
    border-radius: 0 0 8px 8px;
}
.scBtn_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.scBtn_lst li {
    margin: 0 8px;
}
.c-btn.is-select {
    max-width: 80px;
    width: 80px;
    height: 26px;
    margin: 0;
}
.c-btn.is-search {
    max-width: 160px;
    width: 160px;
    height: 36px;
}
.c-btn.is-keep,
.c-btn.is-detail,
.c-btn.is-apply {
    max-width: 230px;
    width: 230px;
    height: 50px;
}
.c-btn.is-select a,
.c-btn.is-search a,
.c-btn.is-keep a,
.c-btn.is-detail a,
.c-btn.is-movie a,
.c-btn.is-apply a {
    font-size: 12px;
    border: 1px solid #007A8F;
    color: #007A8F;
    background: #fff;
    border-radius: 4px;
}
.c-btn.is-select a:before,
.c-btn.is-search a:before,
.c-btn.is-keep a:before,
.c-btn.is-detail a:before,
.c-btn.is-movie a:before,
.c-btn.is-apply a:before {
    content: none;
}
.c-btn.is-keep a,
.c-btn.is-detail a,
.c-btn.is-apply a {
    font-size: 14px;
    border-radius: 8px;
}
.c-btn.is-search a {
    border-radius: 100vh;
}
.c-btn.is-detail a {
    color: #fff;
    background: #007A8F;
}
.c-btn.is-keep a span {
    position: relative;
    padding-right: 18px;
}
.c-btn.is-keep a span:before {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../svg/icn_keep_btn.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.c-btn.is-keep.on a {
    color: #fff;
    background: #007A8F;
}
.c-btn.is-keep.on a span:before {
    background: url(../svg/icn_keep_btn_on.svg) no-repeat center / 100% auto;
}
.c-btn.is-movie {
    max-width: 270px;
    width: 270px;
    height: 62px;
    margin: 26px 0 0;
}
.c-btn.is-movie a {
    border-radius: 6px;
    font-size: 16px;
}
.c-btn.is-movie a span {
    position: relative;
    padding-right: 26px;
}
.c-btn.is-movie a span:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../svg/icn_movie.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.c-btn.is-apply a {
    color: #fff;
    background: #FF576E;
    border-color: #FF576E;
}
.c-btn.is-apply a .bln {
    position: absolute;
    right: 6px;
    top: -12px;
}
/*detail*/
.scDtl_wrap {
    width: 100%;
    max-width: 994px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 88px;
}
.scCnt_wrap.is-detail {
    margin-bottom: 35px;
    padding: 68px 64px 40px;
    margin-top: 22px;
}
.scCnt_wrap.is-detail .scCnt_head {
    padding: 0;
    margin-bottom: 36px;
}
.scCnt_wrap.is-detail .scCnt_ttl {
    font-size: 18px;
}
.scCnt_wrap.is-detail .scCnt_tag li span {
    height: 28px;
    font-size: 16px;
}
.scCnt_wrap.is-detail .scCnt_read {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.458;
    padding: 10px 0 0;
}
.scCnt_wrap.is-detail .scCnt_box {
    padding: 0;
    margin-bottom: 26px;
}
.scCnt_wrap.is-detail .splide.is-picture .scCnt_img {
    width: 100%;
    height: 255px;
    height: 100%;
    display: flex;
    align-items: center;
}
.scCnt_wrap.is-detail .splide.is-picture .scCnt_img source,
.scCnt_wrap.is-detail .splide.is-picture .scCnt_img img {
    height: auto;
    max-height: 100%;
}
.scCnt_wrap.is-detail .splide.is-thumbnails .scCnt_img {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}
.scCnt_wrap.is-detail .splide.is-thumbnails .scCnt_img source,
.scCnt_wrap.is-detail .splide.is-thumbnails .scCnt_img img {
    height: auto;
    max-height: 100%;
    border-radius:4px;
}
.scCnt_slide {
    width: 413px;
}
.scCnt_wrap.is-detail .scCnt_date {
    width: -webkit-calc(100% - 413px);
    width: calc(100% - 413px);
    padding-left: 40px;
}
.scCnt_wrap.is-detail .is-flno .scCnt_date {
    padding-left: 0;
    width: 100%;
}
.scCnt_wrap.is-detail .scDate_box {
    margin-bottom: 12px;
}
.scCnt_message {
    background: #F0F6F7;
    padding:20px 24px;
    margin-bottom: 40px;
    border-left: 2px solid #007A8F;
}
.scCnt_message .ttl {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.18;
    margin-bottom: 10px;
}
.scCnt_message .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.Btn_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Btn_lst li {
    margin: 0 8px;
}
.scDtlDate_btn.is-fixed {
    background: #E7EFF2;
    padding: 20px 0 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.scDtlDate_wrap {
    background: #FFF;
    border-radius: 8px;
    padding: 30px 32px;
    margin-bottom: 32px;
}
.scDtlDate_wrap:last-child {
    margin-bottom: 0;
}
.scDtlDate_ttl {
    background: #007A8F;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    padding: 20px 0;
}
.scDtlDate_in {
    padding:20px 32px 0;
}
.scDtlDate_box {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0;
    border-bottom: 1px solid #D7D7D7;
}
.scDtlDate_box:last-of-type,
.scDtlDate_box:last-child {
    border-bottom: none;
}
.scDtlDate_box.is-noline {
    border-bottom: none;
}
.scDtlDate_box .ttl {
    width: 210px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    padding-left: 16px;
    position: relative;
}
.scDtlDate_box .ttl:before {
    content: '';
    display: block;
    width: 4px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -4px;
    background: #7BD855;
    z-index: 1;
}
.scDtlDate_box .box {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
    box-sizing: border-box;
}
.scDtlDate_box .read {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}
.scDtlDate_box .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.scDtlDate_box .txt a {
    color: #007A8F;
}
.scDtlDate_box .img {
    margin-top: 20px;
}
.scDtlDate_box .map {
    margin-top: 20px;
}
.scDtlDate_box .map iframe {
    width: 100%;
    height: 282px;
}
.scDtlDate_box .movie iframe {
    width: 100%;
    max-width: 414px;
    height: 233px;
}
.scDtlDate_box .scCnt_message {
    margin: 16px 0 0;
}
.scDtlDate_box .scCnt_message .ttl {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.scDtlDate_box .skill {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
    margin-top: -6px;
}
.scDtlDate_box .skill li span {
    display: inline-block;
    background: #7BD855;
    border-radius: 100vh;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFF;
    text-align: center;
    padding: 12px 16px
}
.scDtlDate_point {
    background: #F4F9F1;
    border-radius: 16px;
    margin-bottom: 35px;
    padding: 40px 40px;
}
.point_ttl {
    margin-bottom: 25px;
}
.point_ttl span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 42px;
    box-sizing: border-box;
    border-radius: 100vh;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #FFF;
    background: #7BD855;
    position: relative;
    padding-left: 28px;
}
.point_ttl span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_light.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.scDtlDate_point .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
.scDtlDate_box + .scDtlDate_btn {
    margin-top: 48px;
    margin-bottom: 25px;
}
.scDtlDate_wrap + .scDtlDate_btn {
    margin-top: 42px;
}
.splide.is-picture {
    margin-bottom: 10px;
}
.splide.is-picture .splide__arrows {
    width: 100%;
    top: 50%;
    margin-top: -20px;
    justify-content: space-between;
    z-index: 9;
    padding: 0;
}
.splide.is-picture .splide__arrow--prev {
    margin: 0;
    margin-left: -20px;
}
.splide.is-picture .splide__arrow--next {
    margin-right: -20px;
}
/*area*/
.scArea_wrap {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    padding: 40px 16px 56px;
    margin-top: 40px;
    margin-bottom: 60px;
}
.scArea_wrap:last-child {
    margin-bottom: 120px;
}
.scArea_wrap + .scArea_wrap {
    margin-top: 0;
}
.scArea_box {
    margin-bottom: 50px;
}
.scArea_box:last-child {
    margin-bottom: 0;
}
.scArea_ttl {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #2F2F2F;
    border-bottom: 1px solid #F0F6F7;
    padding: 0 18px 20px;
}
.scArea_ttl span {
    display: inline-block;
    border-left: 4px solid #7BD855;
    padding: 4px 0;
    padding-left: 16px;
}
.scArea_lst {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px;
    padding: 0 40px;
    margin-top: 26px;
}
.scArea_lst li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #007A8F;
    text-decoration: none;
    padding-left: 22px;
    position: relative;
    text-underline-offset: 4px;
}
.scArea_lst li a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background: url(../svg/arw_blue2.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.scArea_lst li a:after {
    content: '';
    display: block;
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
    box-sizing: border-box;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: -2px;
    background: #007A8F;
    z-index: 1;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .2s;
}
.scArea_ttl_check {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #2F2F2F;
    border-bottom: 1px solid #F0F6F7;
    padding: 0 18px 20px;
}
.scArea_ttl_check .form-check {
    display: inline-block;
    border-left: 4px solid #7BD855;
    padding: 4px 0;
    padding-left: 16px;
}
.scArea_ttl_check a {
    font-size: 16px;
    line-height: 1;
    color: #007A8F;
    text-decoration: none;
    position: relative;
}
.scArea_ttl_check a:after {
    content: '';
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #007A8F;
    z-index: 1;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .2s;
}
.scArea_check {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px;
    padding: 0 40px;
    margin-top: 26px;
}
.scArea_check li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.scArea_check li a {
    font-size: 16px;
    line-height: 1;
    color: #007A8F;
    text-decoration: none;
    position: relative;
}
.scArea_check li .is-areaName {
    display: inline-block;
    line-height: 1.4;
}
.scArea_check li a:after {
    content: '';
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #007A8F;
    z-index: 1;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .2s;
}
.c-btn.is-result a {
    border: 1px solid #007A8F;
    background: #007A8F;
    color: #fff;
}
.c-btn.is-result a span {
    position: relative;
    display: inline-block;
    padding-left: 26px;
}
.c-btn.is-result a span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: url(../svg/icn_search.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.c-btn.is-result a:before {
    content: none;
}
.scArea_btn {
    margin-top: 60px;
}
.scArea_wrap .form-select {
    width: 100%;
    margin-bottom: 0;
}
/*keep*/
.scKeepRead_wrap {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    padding: 40px 45px;
    margin-top: 44px;

    margin-bottom: 54px;
}
.scKeepRead_wrap .ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.45;
}
.scKeepRead_wrap .ttl span {
    color: #007A8F;
}
.scKeepRead_wrap .txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 15px;
}
.scKeepRead_wrap .txt span {
    color: #FF576E;
}
.scCnt_wrap.is-keep .scCnt_head {
    padding-left: 116px;
}
.scCnt_check {
    position: absolute;
    top: 50px;
    left: 36px;
}
.scCnt_check label {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #F0F6F7;
    border: 1px solid #C9C9C9;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.scKeep_check input[type="checkbox"],
.scCnt_check input[type="checkbox"] {
    visibility: hidden;
    outline-color: #007A8F;
}
.scKeep_check input[type="checkbox"] + label span,
.scCnt_check input[type="checkbox"] + label span {
    position: relative;
    display: inline-block;
    padding-top: 28px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #007A8F;
    box-sizing: border-box;
}
.scKeep_check input[type="checkbox"] + label span:before,
.scKeep_check input[type="checkbox"] + label span:after,
.scCnt_check input[type="checkbox"] + label span:before,
.scCnt_check input[type="checkbox"] + label span:after {
    display: block;
    position: absolute;
    box-sizing: border-box;
}
.scKeep_check input[type="checkbox"] + label span:before,
.scCnt_check input[type="checkbox"] + label span:before {
    content: "";
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #C9C9C9;
    background: #fff;
}
.scKeep_check input[type="checkbox"] + label span:after,
.scCnt_check input[type="checkbox"] + label span:after {
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(40deg);
}
.scKeep_check input[type="checkbox"]:checked + label,
.scCnt_check input[type="checkbox"]:checked + label {
    background: #F0F6F7;
}
.scKeep_check input[type="checkbox"]:checked + label span:before,
.scCnt_check input[type="checkbox"]:checked + label span:before {
    background: #00B9D8;
}
.scKeep_check input[type="checkbox"]:checked + label span:after,
.scCnt_check input[type="checkbox"]:checked + label span:after {
    content: "";
}
.c-btn.is-apply.ver2 a {
    color: #fff;
    background: #FF576E;
    border-color: #FF576E;
}
.c-btn.is-apply a.is-no {
    background: #2F2F2F;
    border-color: #2F2F2F;
    color: #fff;
    pointer-events: none;
}
.c-btn.is-apply.is-no a {
    background: #2F2F2F;
    border-color: #2F2F2F;
    color: #fff;
    pointer-events: none;
}
.c-btn.is-delete {
    max-width: 100px;
    width: 100px;
    height: 50px;
}
.c-btn.is-delete a {
    border: 1px solid #D9D9D9;
    background: #D9D9D9;
    color: #2F2F2F;
    font-size: 14px;
    border-radius: 8px;
}
.c-btn.is-delete a:before {
    content: none;
}
.scKeep_check input[type="checkbox"] + label span {
    padding: 0 0 0 22px;
    font-weight: 400;
    font-size: 16px;
}
.scKeep_check input[type="checkbox"] + label span:before {
    top: 2px;
    left: 0;
    right: auto;
    margin: 0;
}
.scKeep_check input[type="checkbox"] + label span:after {
    top: 3px;
    left: 5px;
    right: auto;
    margin: 0;
}
.scKeepHead_wrap {
    width: 100%;
}
.scKeep_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.scKeep_wrap.is-center {
    align-items: center;
}
.scKeep_txt {
    padding-right: 18px;
}
.scKeep_txt .txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #393939;
    margin-bottom: 14px;
}
.scKeep_txt .txt span {
    font-weight: 700;
    font-size: 32px;
    color: #FF576E;
    padding-right: .1em;
}
.scKeep_wrap .c-btn.is-apply.ver2 {
    max-width: 395px;
    width: 395px;
    height: 70px;
    margin: 0;
}
.scKeep_wrap .c-btn.is-apply.ver2 a {
    font-size: 20px;
}
.scKeep_wrap .c-btn.is-apply.ver2 a span {
    font-size: 14px;
}
.scKeepHead_floating {
    background: #E7EFF2;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 24px 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 99;
}
.scKeepHead_floating .scKeep_wrap {
    justify-content: center;
}
body.keep {
    padding-bottom: 114px;
}
.bnr_agent,
.bnr_rine {
    display: none;
}
/*
.scDtlDate_btn.is-fixed {
    display: none;
}*/
body.detail {
    padding-bottom: 85px;
}
.openBtn {
    display: none;
}
.mesTbl_box {
    background: #fff;
    border-radius: 8px;
    padding: 34px 34px;
}
.mesTbl_box.is-bt {
    margin-bottom: 30px;
}
@media only screen and (min-width:767px) {
    .scLst_head .sort {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .c-btn.is-select a:hover,
    .c-btn.is-search a:hover,
    .c-btn.is-keep a:hover,
    .c-btn.is-detail a:hover,
    .c-btn.is-movie a:hover {
        color: #fff;
        background: #007A8F;
    }
    .c-btn.is-detail a:hover {
        color: #007A8F;
        background: #fff;
    }
    .c-btn.is-keep a:hover span:before {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(104%) contrast(101%);
        transition: all .2s ease-out;
    }
    .c-btn.is-movie a:hover span:before {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(104%) contrast(101%);
        transition: all .2s ease-out;
    }
    .c-btn.is-apply a:hover {
        color: #FF576E;
        background: #fff;
    }
    .scCnt_read a:hover {
        text-decoration: none;
    }
    .search_pager li a:hover {
        background: #007A8F;
        color: #fff;
        background-color: #007A8F;
    }
    .search_pager li a.is-on:hover,
    .search_pager .is-prev a:hover,
    .search_pager .is-next a:hover {
        background: #fff;
        color: #007A8F;
        border: 1px solid #007A8F;
    }
    .search_pager li a.is-on:hover source,
    .search_pager li a.is-on:hover img,
    .search_pager .is-prev a:hover source,
    .search_pager .is-prev a:hover img,
    .search_pager .is-next a:hover source,
    .search_pager .is-next a:hover img {
        filter: brightness(0) saturate(100%) invert(30%) sepia(14%) saturate(7475%) hue-rotate(160deg) brightness(102%) contrast(101%);
        transition: all .2s ease-out;
    }
    .c-btn.is-result a:hover {
        background: #fff;
        color: #007A8F;
    }
    .scDtlDate_box .txt a:hover {
        text-decoration: none;
    }
    .c-btn.is-result a:hover span:before {
        filter: brightness(0) saturate(100%) invert(30%) sepia(14%) saturate(7475%) hue-rotate(160deg) brightness(102%) contrast(101%);
        transition: all .2s ease-out;
    }
    .scArea_ttl_check a:hover:after,
    .scArea_check li a:hover:after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .scArea_lst li a:hover:after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .c-btn.is-apply.ver2 a:hover {
        color: #FF576E;
        background: #fff;
    }
    .c-btn.is-delete a:hover {
        background: #fff;
    }
    .sp-btn.is-delete {
        display: none;
    }
    .side_bnr a:hover {
        opacity: .8;
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .scLst_wrap {
        padding: 0 20px;
        padding-bottom: 88px;
    }
    body.keep .scLst_wrap {
        padding-bottom: 88px;
    }
    .scLst_side {
        width: 22.5%;
    }
    .scLst_main {
        width: 74.2%;
    }
    .sideCnt_box .ttl {
        font-size: 14px;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
    .sideCnt_box .txt {
        font-size: 12px;
        margin-top: 4px;
    }
    .c-btn.is-select {
        max-width: 60px;
        width: 60px;
    }
    .sideCnt_box .c-btn.is-select span {
        display: none;
    }
}
@media screen and (min-width:767px) and (max-width:1024px) {
    .scLst_wrap {
        padding-bottom: 42px;
    }
    .scLst_side {
        order: 1;
        width: 100%;
        padding-bottom: 50px;
    }
    .scLst_main {
        order: 2;
        width: 100%;
    }
    .scDtl_wrap {
        padding: 20px 20px 84px;
    }
    .scCnt_wrap.is-detail {
        margin-bottom: 35px;
        padding: 40px 40px 40px;
    }
    .scCnt_wrap.is-detail .scCnt_box {
        display: block;
    }
    .scCnt_wrap.is-detail .scCnt_img {
        margin: 0 auto;
    }
    .scCnt_slide {
        width: 100%;
        max-width: 413px;
        margin: 0 auto;
    }
    .scCnt_wrap.is-detail .scCnt_date {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .c-btn.is-movie {
        margin: 26px auto 0;
    }
    .scDtlDate_in {
        padding: 30px 40px 40px;
    }
    .side_bnr {
        display: none;
    }
    .bnr_agent {
        display: block;
        margin-bottom: 32px;
    }
    .bnr_agent:last-child {
        margin-bottom: 0;
    }
    .bnr_agent,
    .bnr_rine {
        display: block;
        text-align: center;
    }
    .bnr_agent img,
    .bnr_agent source,
    .bnr_rine img,
    .bnr_rine source {
        width: 100%;
        height: auto;
        max-width: 360px;
    }
    .bnr_agent {
        margin-bottom: 16px;
    }
    .bnr_agent:last-child {
        margin-bottom: 0;
    }
    .bnr_rine {
        padding: 0 15px 38px;
    }
    .topRecruit_wrap.is-inc.ver2 {
        background: #F0F6F7;
        padding: 0 0 24px;
    }
    .search_pager.is-btm {
        margin-bottom: 50px;
    }
    .mesTbl_box {
        padding: 24px 15px;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .scLst_wrap {
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 42px;
    }
    .scLst_main {
        order: 1;
        width: 100%;
        padding-bottom: 24px;
    }
    body.search.tp .scLst_main {
        order: 2;
        padding-bottom: 0;
    }
    .scLst_side {
        order: 2;
        width: 100%;
    }
    body.search.tp .scLst_side {
        order: 1;
        padding-bottom: 24px;
    }
    .side_box {
        padding-bottom: 22px;
    }
    .side_ttl {
        height: 50px;
        justify-content: flex-start;
        padding: 0 16px;
    }
    .side_ttl span {
        font-size: 16px;
    }
    .sideCnt_lst {
        padding: 0 15px;
        padding-top: 6px;
    }
    .sideCnt_box {
        padding: 10px 0;
    }
    .sideCnt_box .ttl {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        font-size: 14px;
        padding-left: 26px;
    }
    .sideCnt_box .txt {
        margin-top: 4px;
        font-size: 12px;
        padding-left: 26px;
    }
    .c-btn.is-select {
        max-width: 60px;
        width: 60px;
        height: 24px;
    }
    .sideCnt_box .c-btn.is-select span {
        display: none;
    }
    .sideCnt_box input {
        height: 35px;
        padding: 0 8px;
    }
    .sideCnt_btn {
        padding-top:14px;
    }
    .side_bnr {
        display: none;
    }
    .scLst_ttl_bx {
        padding: 0 15px;
    }
    .scLst_ttl {
        order: 3;
        font-size: 18px;
        line-height: 1.4;
        margin-top: 20px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }
    .scLst_txt {
        order: 4;
        font-size: 14px;
    }
    .scLst_number {
        order: 4;
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 8px;
        margin-bottom: 0;
    }
    .scLst_number span {
        font-size: 24px;
    }
    .scLst_head {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .scLst_head .sort {
        order: 2;
        margin-bottom: 16px;
        margin-left: auto;
    }
    .scLst_head .sort .ttl {
        font-size: 12px;
    }
    body.keep .scCnt_lst {
        margin-bottom: 24px;
    }
    .search_pager.is-btm {
        margin-bottom: 50px;
    }
    .scLst_head .search_pager {
        order: 1;
    }
    .scCnt_lst {
        margin-bottom: 40px;
    }
    .scCnt_wrap {
        padding: 36px 0 0;
        margin-bottom: 16px;
    }
    .scCnt_rec {
        width: 56px;
        height: 36px;
        font-size: 18px;
        top: -9px;
        left: -9px;
    }
    .scCnt_rec:before {
        width: 9px;
        height: 9px;
        bottom: -9px;
    }
    .scCnt_head {
        padding: 0 15px;
    }
    .scCnt_ttl {
        font-size: 18px;
        line-height: 1.4;
    }
    .scCnt_tag {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        margin-left: 10px;
    }
    .scCnt_tag li span {
        height: 26px;
        font-size: 14px;
    }
    .scCnt_read {
        padding: 12px 0 22px;
        font-size: 18px;
        line-height: 1.4;
    }
    .scCnt_box {
        padding: 0 15px;
        padding-bottom: 26px;
    }
    .scCnt_date {
        width: 100%;
        padding-left: 0;
        order: 3;
    }
    .scDate_box {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .scDate_box:last-child {
        margin-bottom: 0;
    }
    .scCnt_img {
        margin: 0 auto;
        margin-bottom: 26px;
    }
    .scDate_box dt {
        width: 100px;
        font-size: 12px;
        line-height:1.4;
        line-height: 20px;
    }
    .scDate_box dt span {
        padding-left: 22px;
    }
    .scDate_box dd {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        font-size: 12px;
        line-height:1.4;
        padding-top: 2px;
    }
    .scCnt_txt {
        padding: 0 0 20px;
        order: 2;
    }
    .scCnt_btn {
        padding: 25px 15px;
    }
    .scBtn_lst {
        justify-content: space-between;
    }
    .scBtn_lst li {
        width: 48%;
        margin: 0;
    }
    .c-btn.is-keep,
    .c-btn.is-detail,
    .c-btn.is-apply {
        width: 100%;
    }
    .c-btn.is-select a,
    .c-btn.is-search a,
    .c-btn.is-keep a,
    .c-btn.is-detail a {
        font-size: 12px;
    }
    .c-btn.is-keep a,
    .c-btn.is-detail a {
        font-size: 14px;
    }
    .c-btn.is-movie {
        max-width: 240px;
        width: 100%;
        height: 50px;
        margin: 24px auto 0;
    }
    .c-btn.is-movie a {
        font-size: 14px;
    }
    .c-btn.is-apply a .bln {
        position: absolute;
        right: 8px;
        top: -14px;
    }
    /*detail*/
    .scDtl_wrap {
        padding: 18px 15px 40px;
    }
    .scCnt_wrap.is-detail {
        margin-bottom: 30px;
        padding: 34px 15px 20px;
    }
    .scCnt_wrap.is-detail .scCnt_head {
        margin-bottom: 16px;
    }
    .scCnt_wrap.is-detail .scCnt_ttl {
        font-size: 16px;
    }
    .scCnt_wrap.is-detail .scCnt_tag {
        margin-right: 6px;
    }
    .scCnt_wrap.is-detail .scCnt_tag li span {
        height: 26px;
        font-size: 12px;
    }
    .scCnt_wrap.is-detail .scCnt_read {
        font-size: 18px;
        padding: 12px 0 0;
    }
    .scCnt_wrap.is-detail .scCnt_box {
        margin-bottom: 32px;
    }
    .scCnt_wrap.is-detail .splide.is-picture .scCnt_img {
        width: 100%;
        height: 203px;
        margin-bottom: 0;
    }
    .scCnt_wrap.is-detail .splide.is-thumbnails .scCnt_img {
        height: 48px;
    }
    .scCnt_slide {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }
    .scCnt_wrap.is-detail .scCnt_date {
        width: 100%;
        padding-left: 0;
        margin: 20px 0 0;
    }
    .scCnt_message {
        margin-bottom: 0;
        padding: 20px 24px;
    }
    .scCnt_message .ttl {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .scCnt_message .txt {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        line-clamp: 10;
    }
    .scCnt_message .txt.is-open {
        overflow: visible;
        text-overflow: clip;
        -webkit-box-orient: unset;
        -webkit-line-clamp: none;
    }
    .Btn_lst {
        justify-content: space-between;
    }
    .Btn_lst li {
        width: 49%;
        margin: 0;
    }
    .scDtlDate_btn.is-fixed {
        padding: 15px 15px;
        box-sizing: border-box;
    }
    .scDtlDate_wrap {
        padding: 15px 15px;
        margin-bottom: 16px;
    }
    .scDtlDate_ttl {
        font-size: 18px;
        padding: 16px 0;
    }
    .scDtlDate_in {
        padding:20px 0 0;
    }
    .scDtlDate_box {
        padding: 16px 0;
    }
    .scDtlDate_box .ttl {
        width: 100%;
        font-size: 16px;
        margin-bottom: 14px;
        padding-left: 16px;
    }
    .scDtlDate_box .ttl:before {
        top: -5px;
    }
    .scDtlDate_box .box {
        width: 100%;
    }
    .scDtlDate_box .read {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .scDtlDate_box .txt {
        font-size: 14px;
        line-height: 1.7;
    }
    .scDtlDate_box .img {
        margin-top: 18px;
    }
    .scDtlDate_box .img img {
        width: 100%;
        height: auto;
    }
    .scDtlDate_box .map {
        margin-top: 18px;
    }
    .scDtlDate_box .map iframe {
        width: 100%;
        height: 196px;
    }
    .scDtlDate_box .movie iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
    }
    .scDtlDate_box .scCnt_message {
        margin: 10px 0 0;
    }
    .scDtlDate_box .scCnt_message .ttl {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 8px;
    }
    .scDtlDate_box .skill {
        gap: 8px 8px;
        margin-top: 0;
    }
    .scDtlDate_box .skill li span {
        font-size: 14px;
        padding: 13px 16px;
    }
    .scDtlDate_point {
        margin-bottom: 40px;
        padding: 30px 15px 26px;
    }
    .point_ttl {
        margin-bottom: 24px;
    }
    .point_ttl span {
        width: 224px;
        height: 40px;
        margin: 0 auto;
        font-size: 16px;
        padding-left: 28px;
    }
    .point_ttl span:before {
        left: 34px;
    }
    .scDtlDate_point .txt {
        font-size: 14px;
        line-height: 1.7;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        line-clamp: 10;
    }
    .scDtlDate_point .txt.is-open {
        overflow: visible;
        text-overflow: clip;
        -webkit-box-orient: unset;
        -webkit-line-clamp: none;
    }
    .scDtlDate_box + .scDtlDate_btn {
        margin-top: 26px;
    }
    .scDtlDate_wrap + .scDtlDate_btn {
        margin-top: 26px;
    }
    .scCnt_wrap + .scDtlDate_btn {
        margin-bottom: 28px;
    }
    .splide.is-picture .splide__arrows {
        margin-top: -13px;
    }
    .splide.is-picture .splide__arrows img {
        width: 26px;
        height: 26px;
    }
    .splide.is-picture .splide__arrow--prev {
        margin-left: -14px;
    }
    .splide.is-picture .splide__arrow--next {
        margin-right: -14px;
    }
    /*area*/
    .scArea_wrap {
        padding: 26px 16px 36px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .scArea_wrap:last-child {
        margin-bottom: 60px;
    }
    .scArea_box {
        margin-bottom: 30px;
    }
    .scArea_ttl {
        font-size: 16px;
        padding: 0 15px 16px;
    }
    .scArea_lst {
        gap: 16px 20px;
        padding: 0 16px;
        margin-top: 20px;
    }
    .scArea_lst li a {
        font-size: 14px;
    }
    .scArea_ttl_check {
        padding: 0 15px 16px;
    }
    .scArea_ttl_check a {
        font-size: 16px;
    }
    .scArea_check {
        gap: 16px 20px;
        padding: 0 16px;
        margin-top: 20px;
    }
    .scArea_check li {
        font-size: 14px;
    }
    .scArea_check li a,
    .scArea_check li .is-areaName {
        font-size: 14px;
    }
    .scArea_btn {
        margin-top: 40px;
    }
    .scArea_wrap .form-check input[type="radio"] + label:before,
    .scArea_wrap .form-check input[type="radio"] + label:after,
    .scArea_wrap .form-check input[type="checkbox"] + label:before,
    .scArea_wrap .form-check input[type="checkbox"] + label:after {
        content: none;
    }
    /*keep*/
    .scKeepRead_wrap {
        padding: 24px 18px 22px;
        margin-top: 0;
        margin-bottom: 24px;
    }
    .scKeepRead_wrap .ttl {
        font-size: 18px;
        line-height: 1.6;
    }
    .scKeepRead_wrap .txt {
        font-size: 14px;
        margin-top: 10px;
    }
    .scCnt_wrap.is-keep {
        padding: 66px 0 0;
        margin-bottom: 38px;
    }
    .scCnt_wrap.is-keep:last-child {
        margin-bottom: 0;
    }
    .scCnt_wrap.is-keep .scCnt_head {
        padding: 0 15px;
    }
    .scCnt_check {
        top: 22px;
        left: 0;
        right: 0;
        margin: auto;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .scCnt_check label {
        width: 100%;
        height: 32px;
        border: 1px solid #F0F6F7;
    }
    .scKeep_check input[type="checkbox"] + label span,
    .scCnt_check input[type="checkbox"] + label span {
        padding: 0 0 0 20px;
    }
    .scKeep_check input[type="checkbox"] + label span:before,
    .scCnt_check input[type="checkbox"] + label span:before {
        top: -1px;
        left: 0;
        right: auto;
        margin: 0;
    }
    .scKeep_check input[type="checkbox"] + label span:after,
    .scCnt_check input[type="checkbox"] + label span:after {
        top: 0px;
        left: 5px;
        right: auto;
        margin: 0;
    }
    .scCnt_wrap.is-keep .scBtn_lst li:first-child,
    .scCnt_wrap.is-keep .c-btn.is-delete {
        display: none;
    }
    .scKeep_check input[type="checkbox"] + label span {
        font-size: 14px;
    }
    .scKeep_check input[type="checkbox"] + label span:before {
        top: 0;
    }
    .scKeep_check input[type="checkbox"] + label span:after {
        top: 1px;
    }
    .scKeepHead_wrap {
        margin-bottom: 30px;
    }
    .scKeep_txt {
        padding: 20px 0 0;
    }
    .scKeep_txt .txt {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .scKeep_txt .txt span {
        font-size: 24px;
    }
    .scKeep_wrap .c-btn.is-apply.ver2 {
        max-width: 365px;
        width: 100%;
        height: 60px;
        margin: 0 auto;
    }
    .scKeep_wrap .c-btn.is-apply.ver2 a {
        font-size: 20px;
    }
    .scKeep_wrap .c-btn.is-apply.ver2 a span {
        font-size: 14px;
    }
    .scKeepHead_wrap .scKeep_txt {
        order: 2;
    }
    .scKeepHead_wrap .c-btn.is-apply.ver2 {
        order: 1;
    }
    .scKeepHead_floating {
        padding: 18px 12px;
        box-sizing: border-box;
    }
    .scKeepHead_floating .scKeep_wrap {
        justify-content: flex-start;
    }
    .scKeepHead_floating .scKeep_txt {
        padding: 0 0 12px;
    }
    .scKeepHead_floating .scKeep_txt .txt {
        display: none;
    }
    body.keep {
        padding-bottom: 130px;
    }
    .sp-btn.is-delete {
        display: block;
        position: absolute;
        top: -18px;
        right: -12px;
        z-index: 9;
    }
    .sp-btn.is-delete {
        cursor: pointer;
        width: 35px;
        height: 35px;
        box-sizing: border-box;
        background: #007A8F;
        border: 2px solid #007A8F;
        border-radius: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        transition:all .2s ease-out;
    }
    .sp-btn.is-delete span {
        position: relative;
    }
    .sp-btn.is-delete span,
    .sp-btn.is-delete span:before,
    .sp-btn.is-delete span:after {
        display: block;
        width: 80%;
        height: 3px;
        margin: 0 auto;
    }
    .sp-btn.is-delete span:before,
    .sp-btn.is-delete span:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        margin-top: -1px;
        background: #fff;
        transition:all .2s ease-out;
    }
    .sp-btn.is-delete span:after {
        rotate: -45deg;
    }
    .sp-btn.is-delete span:before {
        rotate: -135deg;
    }
    .bnr_agent {
        display: block;
        margin-bottom: 32px;
    }
    .bnr_agent:last-child {
        margin-bottom: 0;
    }
    .bnr_agent,
    .bnr_rine {
        display: block;
        text-align: center;
    }
    .bnr_agent img,
    .bnr_agent source,
    .bnr_rine img,
    .bnr_rine source {
        width: 100%;
        height: auto;
        max-width: 360px;
    }
    .bnr_agent {
        margin-bottom: 16px;
    }
    .bnr_agent:last-child {
        margin-bottom: 0;
    }
    .bnr_rine {
        padding: 0 15px 38px;
    }
    .topRecruit_wrap.is-inc.ver2 {
        background: #F0F6F7;
        padding: 0 0 24px;
    }
    .scDtlDate_btn.is-fixed {
        display: block;
        z-index: 9;
    }
    body.detail {
        padding-bottom: 80px;
    }
    .is-hide {
        display: none;
    }
    .openBtn {
        display: block;
        text-align: center;
        margin-top: 1em;
    }
    .openBtn a {
        font-weight: 600;
        font-size: 16px;
        color: #007A8F;
        text-decoration: none;
    }
    .openBtn a span {
        display: inline-block;
        position: relative;
        padding-left: 24px;
    }
    .openBtn a span:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/icn_add.svg) no-repeat center / 100% auto;
        z-index: 1;
    }
    .openBtn.is-on a span:before {
        background: url(../svg/icn_add2.svg) no-repeat center / 100% auto;
    }
    .mesTbl_box {
        padding: 24px 15px;
    }
    .topRecruit_wrap.is-inc .topRecruit_in {
        padding: 0 15px 20px 15px;
    }
    .topCont_ttl:before {
        margin-top: -12px;
    }
}
@media only screen and (max-width: 340px) {
    .search_pager li {
        width: 32px;
        height: 32px;
        font-size: 14px;
        margin: 0 4px;
    }
    .search_pager li a {
        font-size: 14px;
    }
    .search_pager li a source,
    .search_pager li a img {
        width: 32px;
        height: 32px;
    }
}
