@charset "UTF-8";
.topSearch_wrap {
    padding: 60px 0;
    background: #ECEEF4;
    box-sizing: border-box;
}
.bnr_agent {
    text-align: center;
    padding: 60px 0 52px;
}
.bnr_agent img,
.bnr_agent source {
    border-radius: 8px;
}
.topCommit_wrap {
    padding: 80px 0 0;
}
.topCommit_lst {
    background: #23406F;
    border-radius: 16px;
    padding: 40px 0;
    margin-top: 30px;
    display: flex;
}
.topCommit_lst li {
    width: 25%;
    border-right: 2px dashed #fff;
    box-sizing: border-box;
}
.topCommit_lst li:last-child {
    border-right: none;
}
.topCommit_lst a {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
}
.topCommit_lst .icn {
    margin-bottom: 12px;
}
.topCommit_lst .txt {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    line-height: 22px;
    transition: all .2s ease-out;
}
.topCommit_lst .txt:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../svg/arw_blue.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.topCommit_lst .txt:after {
    content: '';
    display: block;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    box-sizing: border-box;
    box-sizing: border-box;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #fff;
    z-index: 1;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .2s;
}
.topVideo_wrap {
    background: #DDEAEC;
    padding: 90px 0 120px;
}
.topVideo_txt {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    padding-left: 100px;
}
.splide.is-video {
    margin-top: 40px;
}
.splide.is-video .splide__slide {
    width: 374px;
}
.topVideo_box a {
    text-decoration: none;
}
.topVideo_box .img {
    border-radius: 16px;
    border: 3px solid #232323;
    overflow: hidden;
    position: relative;
    width: 374px;
    height: 212px;
}
.topVideo_box .img:before,
.topVideo_box .img:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
}
.topVideo_box .img:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .2s ease-out;
}
.topVideo_box .img:after {
    width: 48px;
    height: 48px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: -24px;
    background: url(../svg/movie.svg) no-repeat center / 100% auto;
    z-index: 2;
}
.topVideo_box .img source,
.topVideo_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 16px;*/
    transition: all .2s ease-out;
}
.topVideo_box .ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    margin-top: 15px;
    transition: all .2s ease-out;
}
.topVideo_btn {
    width: 192px;
    height: 40px;
    margin: 0 auto;
    margin-top: 26px;
}
.topVideo_btn a {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #23406F;
    color: #23406F;
    background: transparent;
    border-radius: 100vh;
}
.topVideo_btn.c-btn a:before {
    content: none;
}
.topVideo_btn a span {
    display: inline-block;
    position: relative;
    padding-right: 24px;
}
.topVideo_btn a span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_blue3.svg) no-repeat center / 100% auto;
    z-index: 1;
    transition: all .2s ease-out;
}
.topRecruit_wrap {
    padding: 80px 0;
}
.topRecruit_wrap .c-freeBtn {
    margin-top: 60px;
}
.topNew_wrap {
    margin-bottom: 40px;
}
.topCram_wrap {
    padding: 60px 0 120px;
}
.topCram_ttl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 3px solid #2F2F2F;
}
.topCram_ttl .ttl {
    width: 383px;
    height: 76px;
    border: 3px solid #2F2F2F;
    border-bottom: none;
    border-radius: 16px 16px 0 0;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 8px;
    margin-bottom: 8px;
    transition: all .2s ease-out;
    box-sizing: border-box;
    position: relative;
}
.topCram_ttl .ttl a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none;
    padding-top: 12px;
    box-sizing: border-box;
    border-radius: 16px 16px 0 0;
}
.topCram_ttl .ttl a span {
    display: inline-block;
    position: relative;
    padding-left: 68px;
}
.topCram_ttl .ttl a span:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn10.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.topCram_ttl .ttl:nth-child(2) a span:before {
    background: url(../svg/icn12.svg) no-repeat center / 100% auto;
}
.topCram_cnt {
    padding-top: 100px;
}
.topCram_lst {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}
.cmticn-box {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #F0F6F7;
}
@media only screen and (min-width:1240px) {
    .topCram_box {
        width: 374px;
    }
    .topCram_box {
        margin-top: 48px;
        margin-right: 39px;
    }
    .topCram_box:nth-child(3n) {
        margin-right: 0;
    }
    .topCram_box:nth-child(-n+3) {
        margin-top: 0;
    }
}
.topCram_box a {
    display: block;
    text-decoration: none;
}
.topCram_box .img {
    height: 187px;
    border-radius: 16px;
    border: 3px solid #D7D7D7;
    overflow: hidden;
    position: relative;
    transition: all .2s ease-out;
    box-sizing: border-box;
}
.topCram_box .img source,
.topCram_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: all .2s ease-out;
}
.topCram_box .ttl {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-top: 8px;
    padding-right: 86px;
    position: relative;
    transition: all .2s ease-out;
}
.topCram_box .ttl:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    background: url(../svg/arw_blk.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.topColumn_wrap {
    background: #23406F;
    padding: 60px 0;
}
.topColumn_in {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
    padding: 70px 70px 100px;
}
.topColumn_cnt {
    position: relative;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 72px;
    margin-bottom: 54px;
}
.topColumn_cnt:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.topColumn_ttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    padding-left: 72px;
    position: relative;
}
.topColumn_ttl:before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.topColumn_ttl.is-ver1:before {
    background: url(../svg/icn22.svg) no-repeat center / 100% auto;
}
.topColumn_ttl.is-ver2:before {
    background: url(../svg/icn23.svg) no-repeat center / 100% auto;
}
.topColumn_ttl span {
    display: inline-block;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-decoration-color: #000000;
    text-underline-offset: 8px;
}
.topColumn_lst {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topColumn_box a {
    display: block;
}
.topColumn_box .img {
    width: 280px;
    height: 158px;
    overflow: hidden;
}
.topColumn_box .img source,
.topColumn_box .img img {
    transition: all .2s ease-out;
}
.topColumn_btn {
    width: 180px;
    height: 42px;
    margin: 0;
    position: absolute;
    top: -10px;
    right: 0;
}
.topColumn_btn a {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #23406F;
    color: #23406F;
    background: #fff;
    border-radius: 100vh;
}
.topColumn_btn a span {
    padding-right: 26px;
}
.topColumn_btn.c-btn a:before {
    width: 18px;
    height: 18px;
    right: 20px;
    background: url(../svg/arw_blue4.svg) no-repeat center / 100% auto;
}
.topCnt_wrap {
    padding: 68px 0 120px;
}
.topCnt_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 40px;
}
.topCnt_box {
    width: 100%;
    max-width: 786px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #C7F0F5;
    margin-right: 40px;
}
.topCnt_box:last-child {
    margin-right: 0;
}
.topCnt_box a {
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    background: #fff;
    color: #23406F;
    text-decoration: none;
    border-radius: 8px;
}
.topCnt_box a span {
    display: inline-block;
    position: relative;
}
.topCnt_box a span:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
}
.topCnt_box.is-post {
    border: none;
}
.topCnt_box.is-post a {
    border: 1px solid #C7F0F5;
}
.topCnt_box.is-post a span {
    padding-top: 80px;
}
.topCnt_box.is-post a span:before {
    width: 268px;
    height: 71px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background: url(../webp/logo_footer_cv.webp?date=20250321) no-repeat center / 100% auto;
}
.topLine_wrap {
    text-align: center;
    padding: 88px 20px;
}
.topLine_wrap source,
.topLine_wrap img {
    width: 100%;
    height: auto;
    max-width: 786px;
}
.topFaq_wrap {
    padding: 60px 0 80px;
}
.topFaq_lst {
    margin-top: 40px;
}
.topFaq_box {
    background: #FFFFFF;
    border: 3px solid #23406F;
    border-radius: 8px;
    margin-bottom: 28px;
    padding: 0 40px;
}
.topFaq_box:last-child {
    margin-bottom: 0;
}
.topFaq_box .ttl {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}
.topFaq_box .ttl a {
    display: block;
    text-decoration: none;
    padding: 40px 0;
    position: relative;
}
.topFaq_box .ttl a:before,
.topFaq_box .ttl a:after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #23406F;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}
.topFaq_box .ttl a:after {
    transform: translateY(-50%) rotate(90deg);
    transition: .2s;
    margin-top: 0;
}
.topFaq_box .ttl span {
    display: inline-block;
    position: relative;
    padding-left: 80px;
}
.topFaq_box .ttl span:before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: -14px;
    background: url(../svg/icn_q.svg?2) no-repeat center / 100% auto;
    z-index: 1;
}
.topFaq_box .box {
    display: none;
    border-top: 1px dashed #000000;
    padding: 30px 0 36px;
}
.topFaq_box .txt {
    display: inline-block;
    position: relative;
    padding-left: 80px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
}
.topFaq_box .txt:before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: -12px;
    background: url(../svg/icn_a.svg?2) no-repeat center / 100% auto;
    z-index: 1;
}
.topFaq_box .txt a {
    font-weight: 500;
    color: #23406F;
    text-decoration: none;
}
.topFaq_box .lnk {
    text-align: right;
    margin-top: 10px;
}
.topFaq_box .lnk a {
    font-size: 18px;
    font-weight: 600;
    color: #23406F;
    text-decoration: none;
    text-underline-offset: 4px;
    position: relative;
    padding-left: 24px;
}
.topFaq_box .lnk a:after {
    content: '';
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: -4px;
    background: #23406F;
    z-index: 1;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .2s;
}
.topFaq_box .lnk a:before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #23406F;
    border-right: solid 2px #23406F;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    left: 3px;
    margin-top: -3px;
}
.topFaq_box.is-open .box {
    display: block;
}
.topFaq_box.is-open .ttl a:after {
    transform: rotate(0);
    margin-top: -2px;
}
.topNews_wrap {
    background: #DDEAEC;
    padding: 85px 0 95px;
}
.topNews_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topNews_wrap .topCont_ttl {
    width: -webkit-calc(100% - 786px);
    width: calc(100% - 786px);
    box-sizing: border-box;
}
.topNews_lst {
    max-width: 786px;
}
.topNews_box {
    border-bottom: 1px solid #AFC5C9;
}
.topNews_box a,
.topNews_box .is-in {
    display: block;
    text-decoration: none;
    padding: 26px 0 20px;
}
.topNews_box .day {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.topNews_box .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}
.topCram_box .name {
    font-weight: bold;
}
.topCram_box .txt {
    font-size: 14px;
    padding-top: 10px;
}
.topStreng_wrap {
    padding: 80px 0;
}
.topStreng_lst {
    margin-top: 36px;
}
.topStreng_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 68px;
}
.topStreng_box:last-child {
    margin-bottom: 0;
}
.topStreng_box .img source,
.topStreng_box .img img {
    border-radius: 8px;
}
.topStreng_box .box {
    width: -webkit-calc(100% - 477px);
    width: calc(100% - 477px);
    box-sizing: border-box;
    padding-left: 40px;
}
.topStreng_box .ttl {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
}
.topStreng_box .ttl span {
    color: #23406F;
}
.topStreng_box .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #393939;
    margin-top: 18px;
}
.topStreng_box:nth-of-type(even) {
    flex-direction: row-reverse;
}
.topStreng_box:nth-of-type(even) .box {
    padding: 0 40px 0 0;
}
.topStreng_box:nth-child(1) {
    background: url(../svg/nmb01.svg) no-repeat top right / 164px auto;
}
.topStreng_box:nth-child(2) {
    background: url(../svg/nmb02.svg) no-repeat top left / 212px auto;
}
.topStreng_box:nth-child(3) {
    background: url(../svg/nmb03.svg) no-repeat top right / 208px auto;
}
.topCareer_wrap {
    padding: 0 0 80px;
}
.topAdvisor_wrap {
    padding: 80px 0 0;
}
.topFlow_wrap {
    background: #ECEEF4;
    padding: 70px 0 80px;
}
.topFlow_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 40px;
    margin-top: 30px;
}
.topFlow_box {
    width: 270px;
    position: relative;
}
.topFlow_box:before {
    content: '';
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: 68px;
    background: url(../svg/flow_arw.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.topFlow_box:last-child:before {
    content: none;
}
.topFlow_box .img {
    margin-bottom: 16px;
}
.topFlow_box .ttl {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.222;
    color: #000000;
}
.topFlow_box .ttl span {
    margin-right: 10px;
}
.topFlow_box .txt {
    font-size: 16px;
    line-height: 1.5;
    color: #393939;
    margin-top: 18px;
}
.topRecruit_box .ttl span.price-label {
    padding: 5px 11px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 30px;
    line-height: 1;
    background: #ECEEF4;
    display: inline-block;
    margin-top: 5px;
    color: #797979;
}
.topCareer_wrap .topRecruit_box .ttl {
    color: #393939;
}
.c-freeBtn a {
    background: #FF576E;
    box-shadow: 0 8px 0 0 rgba(215, 50, 72);
}
.c-freeBtn .is-free {
    color: #FF576E;
}
.topCont_ttl.is-ver9:before {
    background: #FFFFFF url(../svg/top_seach.svg) no-repeat center / 42px auto;
    border-radius: 50%;
}
.topSearch_ttl {
    margin: 0 auto 35px;
    max-width: 786px;
}
.topCont_ttl.is-ver5:before {
    background: #FFFFFF url(../svg/atenntion_icon.svg) no-repeat center / 35px auto;
    border-radius: 50%;
}
.topAdvisor-txt {
    font-size: 20px;
    line-height: 1.2;
    margin: 38px 0 59px;
}
.topRecruit_box.is-ver2 .txt.ver2 {
    padding-top: 6px;
    margin-top: 0;
    border: 0;
    margin-bottom: 28px;
}
.topAdvisor_btn.c-btn {
    width: 240px;
    height: 50px;
}
.topAdvisor_btn.c-btn > a {
    display: flex;
    padding-right: 20px;
    box-sizing: border-box;
}
.topAdvisor_btn.c-btn > a::before {
    right: 17px;
}
.topAdvisor_btn.c-btn.ver-coms > a {
    border: 0;
    color: #797979;
    background: #E6E6E6;
    padding-right: 0;
    pointer-events: none;
}
.topAdvisor_btn.c-btn.ver-coms > a::before {
    background: url(../svg/arw_gray.svg) no-repeat center / 100% auto;
}
.topAdvisor_li .topRecruit_box.is-ver2 .box {
    padding: 16px 16px 51px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: calc(100% - 210px);
    box-sizing: border-box;
}
.topRecruit_box.is-ver2 .txt {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.topRecruit_box .txt.more_box {
    margin-bottom: 60px;
    position: relative;
}
.topRecruit_box .txt.more_box .more_btn {
    position: absolute;
    width: 100%;
    height: 175px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 80%, rgb(255 255 255) 100%);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: end;
    left: 0;
    bottom: -50px;
    z-index: 9;
}
.splide.is-career .splide__slide.active .txt.more_box .more_btn {
    display: none;
}
.topRecruit_box .txt .more-btn {
    width: 146px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 16px;
    color: #797979;
    line-height: 1;
    font-weight: bold;
    background: #E6E6E6;
}
.topRecruit_box .txt .more-btn span {
    position: relative;
    line-height: 1;
    padding-right: 24px;
    box-sizing: border-box;
}
.topRecruit_box .txt .more-btn span::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../webp/sp/icon_plus_g.webp) no-repeat center / 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.topRecruit_box.is-ver2 .more_box.txt > p {
    height: 8.5em;
    overflow: hidden;
}
.splide.is-career .splide__slide.active .more_box.txt {
    margin-bottom: 0;
}
.splide.is-career .splide__slide.active .more_box.txt > p {
    height: auto;
    overflow: visible;
}
@media only screen and (min-width:767px) {
    .bnr_agent a:hover {
        opacity: .8;
    }
    .SearchBtnEnter:hover {
        opacity: .8;
    }
    .topBnr_lst a:hover {
        opacity: .8;
    }
    .topCnt_box a:hover {
        background: #9cc9ff24;
    }
    .topCnt_box.is-post a:hover {
        background: none;
        border: 1px solid #23406F;
    }
    .topVideo_box a:hover .img:before {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .topVideo_box a:hover .ttl {
        color: #23406F;
    }
    .topVideo_box a:hover .img source,
    .topVideo_box a:hover .img img {
        transform: scale(1.1, 1.1);
    }
    .topColumn_box a:hover .img source,
    .topColumn_box a:hover .img img {
        transform: scale(1.1, 1.1);
    }
    .topCram_ttl .ttl a:hover {
        background: #C7F0F5;
    }
    .topCram_box a:hover {
        display: block;
        text-decoration: none;
    }
    .topCram_box a:hover .img {
        border-color: #232323;
    }
    .topCram_box a:hover .ttl {
        text-decoration: underline;
    }
    .topFaq_box .ttl a:hover {
        color: #23406F;
    }
    .topNews_box a:hover .day,
    .topNews_box a:hover .txt {
        color: #23406F;
    }
    .topLine_wrap a:hover {
        opacity: .8;
    }
    .topFaq_box .txt a:hover {
        text-decoration: underline;
    }
    .topVideo_btn a:hover {
        color: #fff;
        background: #23406F;
    }
    .topVideo_btn a:hover span:before {
        filter: brightness(0) saturate(100%) invert(99%) sepia(86%) saturate(464%) hue-rotate(175deg) brightness(118%) contrast(100%);
    }
    .topColumn_btn a:hover {
        color: #fff;
        background: #23406F;
    }
    .topColumn_btn.c-btn a:hover:before {
        background: url(../svg/arw_blue.svg) no-repeat center / 100% auto;
    }
    .topFaq_box .lnk a:hover:after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .topCommit_lst a:hover .txt:after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .splide.is-career .splide__slide {
        height: 459px;
    }
    .splide.is-career .splide__slide.active {
        height: auto;
    }
    .topRecruit_box .txt .more-btn:hover {
        opacity: .8;
    }
}
@media screen and (min-width:767px) and (max-width:1380px) {
    .topColumn_wrap {
        padding: 60px 20px;
    }
    .topColumn_in {
        padding: 60px 20px;
    }
    .topColumn_cnt {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }
    .topColumn_box {
        width: 24%;
    }
    .topColumn_box .img {
        width: 100%;
        height: 100%;
        aspect-ratio: 66 / 37;
    }
    .topColumn_box .img source,
    .topColumn_box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .bnr_agent {
        padding: 60px 20px 52px;
    }
    .bnr_agent source,
    .bnr_agent img {
        max-width: 994px;
        width: 100%;
        height: auto;
    }
    .topCommit_in {
        padding: 0 20px;
    }
    .topCram_lst {
        justify-content: center;
    }
    .topCram_box {
        width: 100%;
        max-width: 374px;
    }
    .topCram_box {
        margin: 0 20px;
        margin-top: 48px;
    }
    .topCram_box:nth-child(-n+2) {
        margin-top: 0;
    }
    /*
    .topCnt_in {
        display: block;
    }
    */
    .topCnt_box {
        width: 100%;
        max-width: 477px;
        margin: 0 auto;
        margin-bottom: 26px;
    }
    .topCnt_box:last-child {
        margin: 0 auto;
    }
    .topVideo_in,.topNew_in,.topHurry_in {
        padding: 0 20px;
    }
    .topCram_in,.topFaq_in,.topNews_in {
        padding: 0 20px;
    }
    .topNews_in {
        display: block;
    }
    .topNews_wrap .topCont_ttl {
        width: 100%;
    }
    .topNews_lst {
        width: 100%;
        max-width: none;
        margin-top: 32px;
    }
    .topFlow_lst {
        gap: 0 3%;
    }
    .topFlow_box {
        width: 22%;
    }
    .topFlow_box .img img {
        width: 100%;
        height: auto;
    }
    .topFlow_box:before {
        width: 16px;
        height: 24px;
        right: -26px;
        top: 22%;
    }
    .topStreng_lst {
        padding: 0 40px;
    }
    .topStreng_box .box {
        padding-left: 20px;
    }
    .topStreng_box:nth-of-type(even) .box {
        padding: 0 20px 0 0;
    }
}
@media screen and (min-width:767px) and (max-width:900px) {
    .topCram_lst {
        justify-content: space-between;
    }
    .topCram_box {
        width: 48%;
        margin: 0;
        margin-top: 22px;
    }
    .topCram_box:nth-child(-n+2) {
        margin-top: 0;
    }
    .topCram_box .img {
        width: 100%;
        height: 100%;
        aspect-ratio: 25 / 14;
        border-radius: 8px;
        border: 2px solid #D7D7D7;
    }
    .topCram_box .img source,
    .topCram_box .img img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }
}
/*tab*/
@media screen and (min-width:767px) and (max-width:1024px) {
    .topFlow_lst {
        display: block;
        margin-top: 30px;
    }
    .topFlow_box {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .topFlow_box:before {
        right: 50%;
        top: auto;
        bottom: -42px;
        transform: rotate(90deg);
    }
    .topAdvisor_lst {
        display: block;
    }
    .topAdvisor_li {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .topStreng_wrap {
        padding: 40px 0 80px;
    }
    .topStreng_lst {
        padding: 0 40px;
    }
    .topStreng_box {
        display: block;
        margin-bottom: 40px;
    }
    .topStreng_box:last-child {
        margin-bottom: 0;
    }
    .topStreng_box .img {
        text-align: center;
        margin-bottom: 20px;
    }
    .topStreng_box .img source,
    .topStreng_box .img img {
        border-radius: 8px;
        width: 100%;
        height: auto;
        max-width: 360px;
    }
    .topStreng_box .box {
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    .topStreng_box:nth-of-type(even) .box {
        padding: 0;
    }
    .topStreng_box:nth-child(1),
    .topStreng_box:nth-child(2),
    .topStreng_box:nth-child(3) {
        background: none;
    }
    .topStreng_box .box:before {
        content: '';
        display: block;
        width: 165px;
        height: 100px;
        position: absolute;
        right: -15px;
        top: 0;
        z-index: 1;
    }
    .topStreng_box:nth-child(1) .box:before {
        background: url(../svg/nmb01.svg) no-repeat top right / 128px auto;
    }
    .topStreng_box:nth-child(2) .box:before {
        background: url(../svg/nmb02.svg) no-repeat top right / 165px auto;
    }
    .topStreng_box:nth-child(3) .box:before {
        background: url(../svg/nmb03.svg) no-repeat top right / 162px auto;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .topSearch_wrap {
        padding: 30px 15px 26px;
    }
    .bnr_agent {
        padding: 24px 15px 32px;
    }
    .bnr_agent img,
    .bnr_agent source {
        max-width: 360px;
        width: 100%;
        height: auto;
    }
    .topCommit_wrap {
        padding: 30px 15px 0;
    }
    .topCommit_lst {
        padding: 0;
        margin-top: 17px;
        display: flex;
        flex-wrap: wrap;
    }
    .topCommit_lst li {
        width: 50%;
        border-right: 2px dashed #fff;
        border-top: 2px dashed #fff;
    }
    .topCommit_lst li:nth-child(-n+2) {
        border-top: none;
    }
    .topCommit_lst li:nth-child(2n) {
        border-right: none;
    }
    .topCommit_lst a {
        height: 156px;
        font-size: 18px;
        box-sizing: border-box;
        padding-top: 25px;
    }
    .topCommit_lst .icn {
        margin-bottom: 10px;
    }
    .topCommit_lst .txt {
        padding-right: 0;
        line-height: 24px;
    }
    .topCommit_lst .txt:before {
        content: none;
    }
    .topVideo_wrap {
        padding: 30px 0 45px;
    }
    .topVideo_txt {
        font-size: 14px;
        margin-top: 30px;
        padding-left: 0;
    }
    .splide.is-video {
        margin-top: 35px;
    }
    .splide.is-video .splide__slide {
        width: 320px;
    }
    .topVideo_box .img {
        width: 100%;
        height: 186px;
    }
    .topVideo_box .img:after {
        width: 42px;
        height: 42px;
        margin-top: -20px;
    }
    .topVideo_box .ttl {
        font-size: 16px;
        line-height: 1.7;
        margin-top: 10px;
    }
    .topVideo_btn {
        width: 175px;
        margin-top: 20px;
    }
    .topVideo_btn a {
        font-size: 12px;
    }
    .topVideo_btn a span {
        padding-right: 22px;
    }
    .topRecruit_wrap {
        padding: 30px 0 55px;
    }
    .topRecruit_wrap .c-freeBtn {
        margin-top: 38px;
    }
    .topNew_wrap {
        margin-bottom: 40px;
    }
    .topVideo_in,.topNew_in,.topHurry_in {
        padding: 0 15px;
    }
    .topCram_wrap {
        padding: 56px 15px 46px;
    }
    .topCram_ttl {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 3px solid #2F2F2F;
    }
    .topCram_ttl .ttl {
        width: 48%;
        height: 60px;
        margin: 0 1%;
    }
    .topCram_ttl .ttl a {
        font-size: 16px;
        line-height: 30px;
        padding-top: 14px;
    }
    .topCram_ttl .ttl a span {
        padding-left: 38px;
    }
    .topCram_ttl .ttl a span:before {
        width: 30px;
        height: 30px;
    }
    .topCram_ttl .ttl.is-on {
        height: 60px;
    }
    .topCram_cnt {
        padding-top: 40px;
    }
    .topCram_cnt:first-child {
        padding-top: 0;
    }
    .topCram_lst {
        justify-content: space-between;
    }
    .topCram_box {
        width: 48%;
        margin-top: 22px;
    }
    .topCram_box:nth-child(-n+2) {
        margin-top: 0;
    }
    .topCram_box .img {
        width: 100%;
        height: 100%;
        aspect-ratio: 25 / 14;
        border-radius: 8px;
        border: 2px solid #D7D7D7;
    }
    .topCram_box .img source,
    .topCram_box .img img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }
    .topCram_box .ttl {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 5px;
        padding-right: 0;
    }
    .topCram_box .ttl:before {
        content: none;
    }
    .topColumn_wrap {
        padding: 26px 15px 24px;
    }
    .topColumn_in {
        display: block;
        padding: 30px 15px 30px;
    }
    .topColumn_ttl {
        font-size: 18px;
        padding-left: 50px;
    }
    .topColumn_ttl:before {
        width: 40px;
        height: 40px;
    }
    .topColumn_ttl span {
        text-underline-offset: 10px;
    }
    .topColumn_lst {
        margin-top: 30px;
        display: block;
    }
    .topColumn_cnt {
        border:none;
        padding-bottom: 0;
        margin-bottom: 45px;
    }
    .topColumn_cnt:last-child {
        border-right: none;
        margin-bottom: 0;
    }
    .topColumn_box {
        width: 100%;
        margin-top: 13px;
    }
    .topColumn_box .img {
        width: 100%;
        height: 100%;
        aspect-ratio: 66 / 37;
    }
    .topColumn_box .img source,
    .topColumn_box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .topColumn_box.is-ver2 .ttl {
        bottom: 13px;
        font-size: 16px;
    }
    .topColumn_btn {
        position: static;
        width: 180px;
        height: 42px;
        margin: 0 auto;
        margin-top: 25px;
    }
    .topColumn_btn a {
        font-size: 16px;
    }
    .topColumn_btn a span {
        padding-right: 8px;
    }
    .topColumn_btn.c-btn a:before {
        width: 18px;
        height: 18px;
        right: 20px;
    }
    .topCnt_wrap {
        padding: 30px 15px 40px;
    }
    .topCnt_in {
        display: block;
    }
    .topCnt_box {
        width: 100%;
        margin: 0 0 14px;
    }
    .topCnt_box:last-child {
        margin: 0;
    }
    .topCnt_box a {
        height: 120px;
        font-size: 18px;
        border-radius: 8px;
    }
    .topCnt_box.is-faq a span {
        padding-left: 98px;
    }
    .topCnt_box.is-faq a span:before {
        width: 68px;
        height: 60px;
    }
    .topCnt_box.is-post a span {
        padding-top: 60px;
    }
    .topCnt_box.is-post a span:before {
        width: 215px;
        height: 57px;
        background: url(../webp/sp/logo_footer_cv.webp?date=20250321) no-repeat center / 100% auto;
    }
    .topLine_wrap {
        padding: 30px 15px 0;
    }
    .topLine_wrap source,
    .topLine_wrap img {
        width: 100%;
        height: auto;
        max-width: 360px;
    }
    .topFaq_wrap {
        padding: 38px 15px 38px;
    }
    .topFaq_lst {
        margin-top: 20px;
    }
    .topFaq_box {
        border: 2px solid #23406F;
        margin-bottom: 12px;
        padding: 0 15px;
    }
    .topFaq_box .ttl {
        font-size: 16px;
    }
    .topFaq_box .ttl a {
        padding: 19px 0;
    }
    .topFaq_box .ttl a:before,
    .topFaq_box .ttl a:after {
        width: 20px;
        height: 3px;
        top: 50%;
        margin-top: -2px;
    }
    .topFaq_box .ttl span {
        padding-left: 44px;
        padding-right: 40px;
    }
    .topFaq_box .ttl span:before {
        width: 30px;
        height: 30px;
        top: -3px;
    }
    .topFaq_box .ttl a:after {
        margin-top: -1px;
    }
    .topFaq_box .box {
        padding: 16px 0 26px;
    }
    .topFaq_box .txt {
        padding-left: 44px;
        font-size: 16px;
        line-height: 1.78;
    }
    .topFaq_box .txt:before {
        width: 30px;
        height: 30px;
        top: 0;
    }
    .topFaq_box .lnk {
        margin-top: 8px;
    }
    .topFaq_box .lnk a {
        font-size: 16px;
        padding-left: 20px;
    }
    .topFaq_box.is-open .ttl a:after {
        margin-top: -2px;
    }
    .topNews_wrap {
        padding: 32px 15px 38px;
    }
    .topNews_in {
        display: block;
    }
    .topNews_wrap .topCont_ttl {
        width: 100%;
    }
    .topNews_box a,
    .topNews_box .is-in {
        padding: 20px 0;
    }
    .topNews_box .day {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .topNews_box .txt {
        font-size: 14px;
    }
    .topCram_box .txt {
        font-size: 12px;
        padding-top: 5px;
    }
    .topStreng_wrap {
        padding: 30px 0 42px;
    }
    .topStreng_in {
        padding: 0 15px;
    }
    .topStreng_lst {
        margin-top: 20px;
    }
    .topStreng_box {
        display: block;
        margin-bottom: 34px;
    }
    .topStreng_box .img {
        text-align: center;
        margin-bottom: 20px;
    }
    .topStreng_box .img source,
    .topStreng_box .img img {
        border-radius: 8px;
        width: 100%;
        height: auto;
        max-width: 360px;
    }
    .topStreng_box .box {
        position: relative;
        width: 100%;
        padding-left: 0;
    }
    .topStreng_box .ttl {
        font-size: 20px;
        line-height: 29px;
    }
    .topStreng_box .txt {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
    }
    .topStreng_box:nth-of-type(even) .box {
        padding: 0;
    }
    .topStreng_box:nth-child(1),
    .topStreng_box:nth-child(2),
    .topStreng_box:nth-child(3) {
        background: none;
    }
    .topStreng_box .box:before {
        content: '';
        display: block;
        width: 165px;
        height: 100px;
        position: absolute;
        right: -15px;
        top: 0;
        z-index: 1;
    }
    .topStreng_box:nth-child(1) .box:before {
        background: url(../svg/nmb01.svg) no-repeat top right / 128px auto;
    }
    .topStreng_box:nth-child(2) .box:before {
        background: url(../svg/nmb02.svg) no-repeat top right / 165px auto;
    }
    .topStreng_box:nth-child(3) .box:before {
        background: url(../svg/nmb03.svg) no-repeat top right / 162px auto;
    }
    .topCareer_wrap {
        padding: 0 0 40px;
    }
    .topCareer_in {
        padding: 0 15px;
    }
    .topAdvisor_wrap {
        padding: 40px 15px 0;
    }
    .topFlow_wrap {
        padding: 30px 0 40px;
    }
    .topFlow_in {
        padding: 0 15px;
    }
    .topFlow_lst {
        display: block;
        margin-top: 30px;
    }
    .topFlow_box {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .topFlow_box:before {
        right: 50%;
        top: auto;
        bottom: -42px;
        transform: rotate(90deg);
    }
    .topFlow_box .img {
        margin-bottom: 18px;
    }
    .topFlow_box .ttl {
        font-size: 16px;
    }
    .topFlow_box .ttl span {
        margin-right: 14px;
        margin-top: -3px;
    }
    .topFlow_box .txt {
        font-size: 16px;
        margin-top: 8px;
    }
    .topBnr_lst {
        margin-bottom: 16px;
    }
    .topBnr_lst:last-child {
        margin-bottom: 0;
    }
    .topBnr_lst source,
    .topBnr_lst img {
        width: 100%;
        height: auto;
    }
    .topRecruit_box .txt {
        position: relative;
    }
    .splide.is-career .splide__slide {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .splide.is-career .topRecruit_box .img {
        height: auto;
    }
    .splide.is-career .splide__slide:not(:last-child) {
        margin-bottom: 15px;
    }
    .topRecruit_box .ttl span.price-label {
        padding: 5px 11px;
        font-size: 14px;
        border-radius: 30px;
        margin-top: 5px;
    }
    .topCont_ttl.is-ver9:before {
        background: #FFFFFF url(../svg/top_seach.svg) no-repeat center / 30px auto;
    }
    .topSearch_ttl {
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 0 26px;
    }
    .topSearch_cnt {
        width: 100%;
    }
    .topSearch_box {
        width: 100%;
        display: block;
    }
    .topSearch_box .topSearch_cnt:not(:last-child) {
        margin-bottom: 9px;
    }
    .topCont_ttl.is-ver5:before {
        background: #FFFFFF url(../svg/atenntion_icon.svg) no-repeat center / 25px auto;
    }
    .topAdvisor-txt {
        font-size: 18px;
        margin: 30px 0;
    }
    .topRecruit_box.is-ver2 .txt.ver2 {
        margin-bottom: 24px;
    }
    .topAdvisor_li .topRecruit_box.is-ver2 .box {
        padding: 16px 16px 26px;
        height: auto;
    }
    .topFlow_box .img img {
        width: 100%;
        height: auto;
    }
    .topAdvisor_btn.c-btn > a {
        padding-right: 20px;
        box-sizing: border-box;
    }
    .topAdvisor_btn.c-btn > a:before {
        right: 17px;
    }
    .topCommit_lst .txt {
        padding-right: 28px;
        box-sizing: border-box;
        height: 48px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .topCommit_lst .txt::before {
        content: "";
        width: 24px;
        height: 24px;
        background: url(../svg/arw_blue.svg) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 9;
    }
    .topSearch_cnt a {
        border: 1px solid #E6E6E6;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
    }
    .topCont_ttl {
        text-decoration: none;
        line-height: 1.333;
    }
    .topCont_ttl > span {
        border-bottom: 1px dashed #000000;
        display: block;
        padding-bottom: 4px;
        margin-bottom: 9px;
    }
    .cmticn-box {
        width: 60px;
        height: 60px;
    }
    .topfloatbtn_wrap {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        background: #E7EFF2;
        z-index: 999;
    }
    .topfloatbtn-lst {
        display: flex;
        justify-content: space-between;
    }
    .topfloatbtn-lst > li {
        width: 100%;
        /*width: calc(50% - 5px);*/
        height: 50px;
    }
    .topfloatbtn-lst > li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        box-sizing: border-box;
        text-decoration: none;
        text-align: center;
    }
    .topfloatbtn-lst > li.is-keep a {
        border: 1px solid #23406F;
        background-color: #ffffff;
        color: #23406F;
        font-size: 14px;
    }
    .topfloatbtn-lst > li.is-keep a span {
        padding-right: 18px;
        position: relative;
    }
    .topfloatbtn-lst > li.is-keep a span::before {
        content: "";
        width: 10px;
        height: 16px;
        background: url(../svg/keep-border.svg) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 0;
        z-index: 9;
    }
    .topfloatbtn-lst > li.is-pnk a {
        background-color: #FF576E;
        color: #ffffff;
        font-size: 16px;
        line-height: 1.3;
        font-weight: bold;
    }
    .topfloatbtn-lst > li.is-pnk .is-free {
        width: 48px;
        height: 30px;
        display: flex;
        justify-content: center;
        background: #fff;
        border-radius: 100vh;
        font-weight: 700;
        font-variation-settings: "wght" 700;
        font-size: 12px;
        line-height: 1;
        color: #FF576E;
        margin-right: 12px;
        padding-top: 9px;
        box-sizing: border-box;
        position: relative;
        top: 0px;
    }
    .topRecruit_sp_wrap {
        margin-top: 20px;
        margin-bottom: 24px;
    }
    .topRecruit_sp_wrap .splide__slide {
        border-radius: 16px;
        border: 3px solid #232323;
        background: #fff;
        overflow: hidden;
        position: relative;
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .topRecruit_sp_wrap .splide__slide:not(:last-child) {
        margin-bottom: 15px;
    }
    .topRecruit_sp_wrap .splide__slide.active .txt.more_box .more_btn {
        display: none;
    }
    .topRecruit_sp_wrap .splide__slide.active .more_box.txt {
        margin-bottom: 0;
    }
    .topRecruit_sp_wrap .splide__slide.active .more_box.txt > p {
        height: auto;
        overflow: visible;
    }
}
@media only screen and (max-width: 340px) {
    .splide.is-video .splide__slide {
        width: 300px;
    }
    .topCram_ttl .ttl a {
        font-size: 13px;
    }
    .topCram_ttl .ttl a span {
        padding-left: 35px;
    }
}
