@charset "UTF-8";
.hrInterview_wrap {
    background: #F3F6F5;
    padding: 53px 0 145px;
}
.hrInterview_in {
    background: #fff;
    padding: 104px 0;
    position: relative;
}
.hrInterview_in .bottom-txt {
    margin-top: 49px;
    margin-right: -149px;
    text-align: right;
    font-size: 16px;
    color: #666;
}
.hrInterview_cnt {
    max-width: 800px;
    margin: 0 auto;
}
.hrIntHero-logo {
    display: flex;
    align-items: center;
}
.hrIntHero-logo picture {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E6;
    height: 68px;
    width: 120px;
    box-sizing: border-box;
}
.hrIntHero-logo-name {
    margin-left: 18px;
    font-size: 18px;
    line-height: 33px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.05em;
}
.hrIntHero-ttl {
    margin-top: 10px;
    font-size: 31px;
    line-height: 1.6;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.1em;
}
.hrIntHero-img {
    margin-top: 40px;
}
.hrIntHero-img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.hrIntHero-read {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #666666;
}
.hrIntProf_wrap {
    margin-top: 40px;
    background: #F3F6F5;
    padding: 32px;
}
.hrIntProf-ttl {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.23em;
    color: #7B7D8B;
}
.hrIntProf-name {
    margin-top: 8px;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    letter-spacing: 0.05em;
}
.hrIntProf-txt {
    margin-top: 8px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.hrIntCnt_wrap {
    margin-top: 72px;
    position: relative;
}
.hrIntCnt_in {
    margin-top: 72px;
}
.hrIntCnt-ttl {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    position: relative;
    padding-left: 21px;
    letter-spacing: 0.08em;
}
.hrIntCnt-ttl::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    border-radius: 50px;
    background: #22665B;
    top: 0;
    left: 0;
    z-index: 9;
}
.hrIntCnt-txt {
    margin-top: 24px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06em;
}
.hrIntCnt-txt.is-clr {
    color: #666;
    letter-spacing: 0.05em;
}
.hrIntCnt-txt .is-noto {
    font-family: "Noto Sans JP", sans-serif;
}
.hrIntCnt-stx {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #666;
}
.hrIntCnt-stx.is-ver2 {
    font-size: 11px;
}
.hrIntCnt-stx.is-ver2 a {
    color: #666;
}
.hrIntCnt-img {
    margin-top: 72px;
}
.hrIntCnt-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.hrIntCnt-btn {
    margin-top: 72px;
}
.hrIntCnt-btn .c-btn {
    margin: 0 auto;
}
.hrIntCnt-btn .c-btn.freeBtn {
    margin: 48px auto 0;
}
.c-btn.is-dwn a .is-arw {
    transform: rotate(90deg);
}
.hrIntCnt_item {
    margin-top: 48px;
    background: #F3F6F5;
    padding: 24px;
}
.hrIntCnt_item-ttl {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 700;
    font-variation-settings: "wght" 700;
}
.hrIntCnt_item-ttl span {
    padding: 0 28px;
    position: relative;
}
.hrIntCnt_item-ttl span::after ,
.hrIntCnt_item-ttl span::before {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 8px;
    height: 8px;
    background: #1C4A40;
    border-radius: 50px;
    margin-top: -4px;
}
.hrIntCnt_item-ttl span::before {
    left: 8px;
}
.hrIntCnt_item-ttl span::after {
    right: 8px;
}
.hrIntCnt_item ol {
    margin-top: 8px;
}
.hrIntCnt_item ol li {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
    padding-left: 1.25em;
    position: relative;
}
.hrIntCnt_item ol li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.hrIntCnt_msg {
    margin-top: 24px;
    background: #F3F6F5;
    padding: 32px;
    display: flex;
    border-radius: 8px;
}
.hrIntCnt_msg-img {
    width: 64px;
    margin-right: 24px;
}
.hrIntCnt_msg-txt {
    width: calc(100% - 88px);
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06em;
}
.hrIntlist_wrap {
    margin-top: 80px;
}
.dtlLst_ttl {
    margin-bottom: 48px;
}
.hrIntlist_wrap .c-btn,
.otherInterview_wrap .c-btn {
    margin: 0 auto;
}
.hrInterviewLst_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 56px 40px;
}
.hrInterviewLst_wrap li {
    width: 360px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.hrInterviewLst_wrap li.is-active {
    width: 100%;
}
.hrInterviewLst_wrap li a {
    text-decoration: none;
}
.topHrInt-img {
    width: 100%;
    height: 202px;
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.topHrInt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .4s all;
}
.topHrInt_box {
    padding: 32px 24px;
    position: relative;
}
.topHrInt-logo {
    display: flex;
    align-items: center;
}
.topHrInt-logo-name {
    margin-left: 16px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.05em;
}
.topHrInt-txt {
    margin-top: 18px;
    font-size: 14px;
    line-height: 24px;
    padding-right: 44px;
    color: #666666;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-variation-settings: "wght" 500;
}
.topHrInt_box .is-arw {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 32px;
    right: 24px;
    z-index: 1;
    border-radius: 50%;
}
.topHrInt_box .is-arw:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    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;
}
.topHrInt_box .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;
}
.topHrInt-logo picture {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E6;
    height: 57px;
    width: 100px;
    box-sizing: border-box;
}
.splide_part {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
}
.splide__arrows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.splide__arrow {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}
.splide__arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #1C4A40;
    background: #1C4A40;
    border-radius: 50%;
    z-index: 1;
    transition:all .2s ease-out;
}
.splide__arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2;
    transition:all .2s ease-out;
}
.splide__arrow.splide__arrow--next:after {
    background: url(../svg/icn_arw_r.svg) no-repeat center / 14px auto;
}
.splide__arrow.splide__arrow--prev:after {
    background: url(../svg/icn_arw_l.svg) no-repeat center / 14px auto;
}
.splide__arrow span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.splide__arrow source,
.splide__arrow img {
    display: block;
}
.splide__pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 20px;
    max-width: 240px;
}
.splide.is-column .splide__pagination {
    display: flex !important;
}
.splide__pagination li {
    width: 30px;
    height: 2px;
    flex: 1;
}
.splide__pagination__page {
    display: block;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
}
.splide__pagination__page.is-active {
    background: #000000;
}
#hrInterview .hrInterview_wrap {
    padding: 0 0 144px;
}
#hrInterview .c-job_wrap {
    background: #fff;
    margin-top: 20px;
}
.otherInterview_wrap {
    margin-top: 90px;
}
.otherInterview_wrap ul {
    display: flex;
    gap: 40px;
    margin-bottom: 48px;
}
.otherInterview_wrap ul li {
    width: 360px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.otherInterview_wrap ul li a {
    text-decoration: none;
}
.otherInterview_wrap .topHrInt_box {
    border: 1px solid #D9D9D9;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    min-height: 213px;
}
.otherInterview_wrap .splide {
    margin-bottom: 50px;
}
.splide.is-job {
    padding: 0;
}
.hrInterviewMv-txt {
    margin-top: 40px;
    line-height: 2;
    font-size: 16px;
}
@media only screen and (min-width:1040px) {
    .hrInterviewLst_wrap li.is-active .topHrInt-img {
        width: 630px;
        height: 355px;
    }
    .hrInterviewLst_wrap li.is-active .topHrInt_box {
        width: calc(100% - 630px);
        padding: 100px 48px;
    }
}
@media only screen and (min-width:1025px) {
    .hrInterviewLst_wrap li.is-active a {
        display: flex;
    }
    .hrInterviewLst_wrap li.is-active .topHrInt-img {
        height: auto;
        border-radius: 4px 0 0 4px;
    }
    .hrInterviewLst_wrap li.is-active .topHrInt_box {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hrInterviewLst_wrap li.is-active .topHrInt-logo-name {
        font-size: 24px;
        width: calc(100% - 136px);
    }
    .hrInterviewLst_wrap li.is-active .topHrInt-logo picture {
        width: 120px;
        height: 68px;
    }
    .hrInterviewLst_wrap li.is-active .topHrInt-txt {
        font-size: 19px;
        margin-top: 30px;
        padding-right: 0;
    }
    .hrInterviewLst_wrap li.is-active .topHrInt_box img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width:767px) {
    .dtlLst_lst .topJob_img {
        width: 195px;
        height: 112px;
    }
    .dtlLst_lst .topJob_box a {
        padding-right: 50px;
    }
    .dtlLst_lst {
        margin-bottom: 48px;
    }
    .dtlLst_lst {
        margin-bottom: 48px;
    }
    .hrInterviewLst_in a:hover .topHrInt-img img {
        transform: scale(1.04, 1.04);
    }
    .hrInterviewLst_in a:hover .topHrInt_box .is-arw:after {
        transform: scale(1.13, 1.13);
    }
    .hrIntProf_wrap.is-ver2 {
        padding: 32px 28px 32px 32px;
    }

}
@media only screen and (min-width:1025px) and (max-width:1240px) {
    .hrInterviewLst_wrap li {
        width: 27vw;
    }
    .topHrInt-img {
        height: auto;
    }
    .otherInterview_wrap ul {
        gap: 0 3.22vw;
    }
    .otherInterview_wrap ul li {
        width: 27.5vw;
    }
    .hrInterviewLst_wrap li.is-active .topHrInt_box {
        width: 45%;
        padding: 60px 35px;
    }
    .hrInterviewLst_wrap li.is-active .topHrInt-img {
        width: 55%;
    }
    .hrInterview_in .bottom-txt {
        margin-right: -10.311vw;
    }
}
@media only screen and (max-width:1240px) {
    .hrInterview_cnt {
        max-width: 64.516vw;
    }
    .hrIntlist_in {
        max-width: 64.516vw;
    }
    #hrInterview .hrInterview_wrap {
        padding: 0 0 144px;
    }
    .hrInterview_in .bottom-txt {
        margin-right: -25px;
    }
}
/*tab*/
@media only screen and (max-width:1024px) {
    .hrInterview_in.c-wrap,
    .hrIntlist_wrap.c-wrap,
    .otherInterview_wrap.c-wrap,
    .is-Interviews.c-wrap {
        max-width: none;
    }
    .hrInterview_cnt {
        max-width: 89.063vw;
    }
    .hrIntlist_in {
        max-width: 89.063vw;
    }
    .otherInterview_wrap {
        background: #F3F6F5;
        margin-top: 0;
        padding: 60px 0;
    }
    .otherInterview_wrap ul {
        gap: 0 24px;
    }
    .otherInterview_wrap ul li {
        width: 262px;
    }
    .hrInterviewLst_wrap {
        max-width: 89.063vw;
    }
    .hrInterviewLst_wrap li {
        width: 100%;
    }
    .topHrInt-img {
        height: auto;
    }
    .dtlLst_ttl {
        margin: 0 auto 48px;
        max-width: 89.063vw;
        display: block;
    }
    .otherInterview_wrap .splide {
        padding: 0;
    }
    .otherInterview_wrap .topHrInt-logo picture {
        width: 73px;
        height: 41px;
    }
    .otherInterview_wrap .topHrInt-logo picture img {
        width: 100%;
        height: auto;
    }
    .otherInterview_wrap .topHrInt-logo-name {
        margin-left: 11px;
        font-size: 14px;
        width: calc(100% - 70px);
    }
    .otherInterview_wrap .topHrInt-txt {
        margin-top: 13px;
        font-size: 10px;
        line-height: 17px;
        padding-right: 32.56px;
    }
    .hrInterview_wrap {
        padding-bottom: 0;
    }
    .hrInterviewLst_wrap li.is-active .topHrInt_box {
        padding: 32px 15px;
    }
    .otherInterview_wrap .topHrInt_box {
        min-height: 171px;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .hrInterviewMv-txt {
        margin-top: 30px;
        line-height: 2;
        font-size: 14px;
    }
    .hrInterview_wrap {
        padding: 46px 0 0;
    }
    .hrInterview_in {
        background: #fff;
        padding: 40px 0 89px;
    }
    .hrInterview_in .bottom-txt {
        margin-top: 48px;
        margin-right: 0;
        font-size: 14px;
    }
    .hrInterview_cnt {
        max-width: 89.744vw;
    }
    .hrIntHero-logo picture {
        height: 58px;
        width: 102px;
    }
    .hrIntHero-logo-name {
        font-size: 16px;
        line-height: 1.4;
    }
    .hrIntHero-ttl {
        font-size: 24px;
        line-height: 1.6;
        letter-spacing: 0;
    }
    .hrIntHero-img {
        margin-top: 24px;
    }
    .hrIntHero-img img {
        border-radius: 4px;
    }
    .hrIntHero-read {
        margin-top: 24px;
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.04em;
    }
    .hrIntProf_wrap {
        margin-top: 24px;
        background: #F3F6F5;
        padding: 32px 24px;
    }
    .hrIntProf-ttl {
        font-size: 14px;
    }
    .hrIntProf-name {
        margin-top: 12px;
        font-size: 13px;
    }
    .hrIntProf-txt {
        margin-top: 12px;
        font-size: 13px;
    }
    .hrIntCnt_wrap {
        margin-top: 48px;
    }
    .hrIntCnt_in {
        margin-top: 48px;
    }
    .hrIntCnt-ttl {
        font-size: 18px;
    }
    .hrIntCnt-txt {
        font-size: 14px;
        letter-spacing: 0.04em;
    }
    .hrIntCnt-stx {
        margin-top: 14px;
        font-size: 11px;
        line-height: 1.8;
        letter-spacing: 0.04em;
    }
    .hrIntCnt-img {
        margin-top: 48px;
    }
    .hrIntCnt-btn {
        margin-top: 48px;
    }
    .hrIntCnt-btn .c-btn {
        max-width: 350px;
    }
    .hrIntCnt-btn .c-btn.freeBtn {
        margin: 32px auto 0;
    }
    .hrIntCnt_item {
        margin-top: 29px;
        padding: 32px 24px;
    }
    .hrIntCnt_item-ttl {
        line-height: 1.6;
    }
    .hrIntCnt_item ol {
        margin-top: 16px;
    }
    .hrIntCnt_item ol li {
        font-size: 14px;
    }
    .hrIntCnt_msg {
        padding: 32px 24px;
        flex-direction: column;
        align-items: center;
    }
    .hrIntCnt_msg-img {
        width: 64px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .hrIntCnt_msg-txt {
        width: auto;
        font-size: 14px;
        letter-spacing: 0.04em;
    }
    .hrIntlist_wrap {
        margin-top: 72px;
    }
    .dtlLst_ttl {
        margin-bottom: 39px;
    }
    .hrIntlist_wrap .c-btn {
        max-width: 350px;
    }
    .hrInterviewLst_wrap {
        gap: 48px 20px;
        justify-content: center;
    }
    .hrInterviewLst_wrap li {
        width: 100%;
        max-width: 335px;
    }
    .topHrInt-logo picture {
        height: 41px;
        width: 73px;
    }
    .topHrInt-logo picture img {
        width: 100%;
        height: auto;
    }
    .topHrInt-logo-name {
        margin-left: 11px;
        font-size: 14px;
    }
    .topHrInt-txt {
        margin-top: 13px;
        font-size: 10px;
        line-height: 17px;
        padding-right: 36px;
    }
    #hrInterview .hrInterview_wrap {
        padding-bottom: 100px;
    }
    #hrInterview .c-job_wrap {
        margin-top: 30px;
    }
    #hrInterview .c-mv_in {
        padding: 29px 20px 40px;
    }
    .splide_part {
        top: auto;
        bottom: -59px;
    }
    .splide__arrows {
        justify-content: center;
        max-width: 375px;
    }
    .splide__pagination {
        box-sizing: border-box;
        max-width: calc(100% - 140px);
    }
    .splide__pagination li {
        width: 30px;
        height: 2px;
        max-width: 30px;
    }
    .otherInterview_wrap .dtlLst_ttl {
        margin-left: 20px;
    }
    .otherInterview_wrap .splide {
        padding: 0;
        margin-bottom: 40px;
    }
    .cv_wrap.is-ver2 {
        margin: 0;
        max-width: 100%;
    }
    .cv_wrap.is-ver2 .cv_img {
        width: 100%;
    }
}
@media only screen and (max-width: 375px) {
}
