@charset "UTF-8";

.recruit-home .siteblock-main,
.recruit-home .siteblock-footer {
    position: relative;
    
}

.siteblock-main__inner,
.siteblock-footer__inner {
    position: relative;
    z-index: 2;
    padding-top: 12.8rem;
    padding-bottom: 14.7rem;
    background: #fff;
}
.siteblock-footer__inner {
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .siteblock-main__inner {
        padding-top: 20px;
        padding-bottom: 1px;
    }
    .siteblock-footer__inner {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

.recruit-home .siteblock-main::before,
.recruit-home .siteblock-footer::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 100%;
    display: block;
    width: 100%;
    height: 80px;
    background: url("../images/recruit/wave-upper.svg") no-repeat center top;
    background-size: cover;
    filter: drop-shadow(0 0px 6px rgba(0,0,0,0.25));
}
@media (max-width: 767px) {
    .recruit-home .siteblock-main::before,
    .recruit-home .siteblock-footer::before {
        background: url("../images/recruit/wave-upper_sp.svg") no-repeat center top;
        height: 94px;
    }
}

.recruit-home .siteblock-main::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 100%;
    display: block;
    width: 100%;
    height: 80px;
    background: url("../images/recruit/wave-bottom.svg") no-repeat center bottom;
    background-size: cover;
    filter: drop-shadow(0 0px 6px rgba(0,0,0,0.25));
}
@media (max-width: 767px) {
    .recruit-home .siteblock-main::after {
        background: url("../images/recruit/wave-bottom_sp.svg") no-repeat center bottom;
        height: 94px;
    }
}


/* -------------------------------------------------- 

    link

-------------------------------------------------- */

.arrow {
    position: relative;
    padding: 0 0 0 6rem;
    color: #516874;
}

.arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 5rem;
    background: url("../images/recruit/arrow-right.svg") no-repeat center center;
    background-size: contain;
    aspect-ratio: 1 / 1;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .arrow::before {
        background: url("../images/recruit/arrow-right_sp.svg") no-repeat center center;
    }
}


/* -------------------------------------------------- 

	FOOTER

-------------------------------------------------- */

.footer-entry {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 12rem;
}

.footer-entry__col {
    padding: 0 2rem;
}

.f-entry-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    width: 570px;
    padding: 0 0 0 6rem;
    background: url("../images/recruit/btn-guideline.svg") no-repeat center center;
    background-size: contain;
    color: #FFF;
    aspect-ratio: 570 / 200;
}

.f-entry-box--guideline {}
.f-entry-box--entry {
     background-image: url("../images/recruit/btn-entry.svg");
    
}

.f-entry-box__title {
    display: block;
    margin: 0 0 2rem;
    color: #FFF;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
}

.f-entry-box__sup {
    font-size: 1.8rem;
    line-height: 1;
}

.f-entry-box__photo {
    position: absolute;
    top: 0;
}

.f-entry-box__photo--guidelines {
    top: -3.2rem;
    right: 8rem;
    width: 158px;
}

.f-entry-box__photo--entry {
    top: 4rem;
    right: 0;
    width: 254px;
}


.footer-row {
    display: flex;
    justify-content: space-between;
    margin: 8rem 0;
}

.footer-logo {
    display: flex;
    align-items: flex-end;
}

.footer-logo dt {
    padding: 0 2rem 0 0;
}

.footer-logo dd {
    position: relative;
    padding: 0 0 0 1.4rem;
    color: #1445AD;
    font-size: 2.4rem;
    line-height: 1;
}

.footer-logo dd::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    background-color: #1445AD;
}

.footer-nav {
    display: flex;
    align-items: center;
    margin: 0 -1.5rem;
    padding: 0;
    list-style: none;
}

.footer-nav li {
    padding: 0 1.5rem;
}

.footer-nav a {
    position: relative;
    padding-left: 2.2rem;
    color: #1445AD;
    font-size: 2.4rem;
}

.footer-nav a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/recruit/icon-point.svg") no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}

.footer-btn-corporate {
    margin: 15rem 0 7.6rem;
    text-align: right;
}

.footer-btn-corporate a {
    position: relative;
    padding-right: 2.8rem;
    font-size: 2.4rem;
    color: #1445AD;
}

.footer-btn-corporate a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/recruit/icon-blank.svg") no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}
@media (max-width: 1200px) {
    .footer-btn-corporate {
        margin: 2rem 0;
        padding-right: 5px;
    }
    .footer-btn-corporate a {
        font-size: 16px;
        padding-right: 22px;
    }
    .footer-btn-corporate a::before {
        width: 12px;
        height: 12px;
    }
}

.copyright {
    padding: 1rem 0;
    text-align: right;
    font-size: 1.4rem;
    line-height: 1;
    color: #444;
}
@media (max-width: 1200px) {
    .copyright {
        padding: 10px 16px 16px;
        text-align: center;
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .footer-entry {
        display: block;
    }
    .recruit .copyright {
        font-size: 1rem;
    }
    .f-entry-box {
        padding-left: 25px;
        padding-right: 105px;
        margin-left: auto;
        margin-right: auto;
    }
    .f-entry-box__title {
        font-size: 2.4rem;
    }
    .f-entry-box__sup {
        font-size: 16px;
    }
    .f-entry-box__photo--guidelines {
        width: 85px;
        right: 13px;
        top: unset;
        bottom: 11px;
    }
    .f-entry-box__photo--entry {
        width: 115px;
        right: -6px;
        bottom: 0;
    }
    .footer-entry__col {
        padding: 0 1rem;
    }
    .footer-entry__col:first-child {
        margin-bottom: 20px;
    }
    .footer-row {
        display: block;
        margin-bottom: 0;
    }
    .footer-logo dt {
        width: 192px;
        padding-right: 0.5rem;
    }
    .footer-logo dd {
        font-size: 18px;
        padding-left: 1rem;
    }
    .footer-nav {
        display: block;
        margin-top: 40px;
    }
    .footer-nav li:not(:last-child) {
        padding: 0 2rem;
        margin-bottom: 14px;
    }
    .footer-nav a {
        font-size: 16px;
    }
}


/* -------------------------------------------------- 

	リクルート ホーム

-------------------------------------------------- */

.top-recruit-environ {
    display: flex;
    justify-content: space-between;
    
}

.top-recruit-environ__photo {
    display: flex;
    width: 45.1388889%;
}

.top-recruit-environ__photo img {
    display: block;
    max-width: none;
    width: 100%;
    border-radius: 0 0 50px 0;
}

.top-recruit-environ__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding-top: 4.4rem;
    padding-right: 8rem;
    background: url("../images/recruit/work-environment.svg") no-repeat calc(100% - 2rem) top;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .top-recruit-environ .arrow {
        margin-top: 4rem;
        display: inline-block;
    }
    .top-recruit-environ__text {
        background: url("../images/recruit/work-environment.svg") no-repeat right top;
        background-size: 50%;
    }
}

.top-recruit-environ__title {
    margin: 0 0 6rem;
    font-size: 4rem;
    font-weight: 700;
    color: #516874;
}

@media (max-width: 768px) {
    .top-recruit-environ {
        flex-direction: column-reverse;
    }
    .top-recruit-environ__photo {
        display: block;
        width: 100%;
        padding-right: 20px;
    }
    .top-recruit-environ__text {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        background: unset;
        position: relative;
    }
    .top-recruit-environ__text::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        height: 55px;
        display: block;
        background-image: url("../images/recruit/work-environment.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }
    .top-recruit-environ__text .cparts-txt-block:last-child {
        margin-top: 36px;
        text-align: right;
        margin-bottom: 24px;
    }
    .top-recruit-environ__title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 24px;
    }
    .arrow {
        padding-left: 48px;
    }
    .arrow::before {
        width: 34px;
        height: 34px;
    }
}

.recruit-home .siteblock-bottom {
    padding-top: 25.4rem;
    padding-bottom: 22rem;
    background: #FFE77B url("../images/recruit/staff-interview-bg.svg") no-repeat center center;
    background-size: cover;
}
@media (max-width: 768px) {
    .recruit-home .siteblock-bottom {
        background: #FFE77B url("../images/recruit/staff-interview-bg_sp.png") no-repeat center center;
        padding-top: 114px;
        padding-bottom: 80px;
    }
}

.recruit-mv {
    position: relative;
    margin-bottom: -8rem;
}

.recruit-mv__title {
    position: absolute;
    top: 3rem;
    left: 3rem;
}

.recruit-mv__title img {
    max-width: 427px;
}
@media (max-width: 1200px) {
    .recruit-mv__title {
        top: 18px;
        left: 12px;
    }
    .recruit-mv__title img {
        max-width: 150px;
    }
}

.recruit-mv__photo img {
    display: block;
    width: 100%;
    max-width: none;
}

.recruit-lead {
    padding-top: 12rem;
    background: url("../images/recruit/recruit.jpg") no-repeat center center;
    background-size: cover;
}

.recruit-lead__inner {
    max-width: 1194px;
    margin: 0 auto;
}

.recruit-lead-title {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.recruit-lead-title::before,
.recruit-lead-title::after {
    display: none;
}

.recruit-lead__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 121rem;
    height: 52rem;
    padding: 0 12rem;
    background: url("../images/recruit/recruit-lead.svg") no-repeat center center;
    color: #fff;
    font-size: 2.4rem;
}
@media (max-width: 1200px) {
    .recruit-lead__body {
        width: 100%;
    }
}


.recruit-lead__body > :last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .recruit-lead {
        background: url("../images/recruit/recruit_sp.jpg") no-repeat center center;
        background-size: cover;
        padding-bottom: 16px;
    }
    .recruit-lead-title {
        margin-left: 20px;
    }
    .recruit-lead__body {
        background: url("../images/recruit/recruit-lead_sp.svg") no-repeat center center;
        background-size: contain;
        width: auto;
        height: auto;
        font-size: 16px;
        padding: 63px 26px 83px 44px ;
    }
}

.top-interview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8rem;
}

.top-interview-head__title h2 {
    color: #FFF;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
    font-size: 9.6rem;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 1200px) {
    .top-interview-head__title h2 {
        font-size: 5.6rem;
    }
}
@media (max-width: 767px) {
    .top-interview-head {
        margin-bottom: 40px;
    }
    .top-interview-head__title h2 {
        font-size: 36px;
        line-height: 1.34;
    }
}

.top-interview-head__btn > :last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .top-interview-head__btn_sp {
        text-align: right;
        margin-top: -7px;
        width: fit-content;
        margin-left: auto;
    }
}

.staff-card {
    position: relative;
    overflow: hidden;
    border-radius: 50px 0;
    filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.10));
}
@media (max-width: 767px) {
    .cparts-id293 {
        padding-left: 20px !important;
        padding-right: 0 !important;
        max-width: 80% !important;
    }
    .staff-card {
        filter: unset;
    }
}

.staff-card__photo img {
    display: block;
    max-width: none;
    width: 100%;
    margin: 0 !important;
    aspect-ratio: 380 / 480;
    object-fit: cover;
}

.staff-card__text {
    position: absolute;
    bottom: 0;
    padding: 7rem 2.4rem 2.4rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 68.23%);
    color: #fff;
    width: 100%;
}
#cms_contents_area .staff-card__text {
    position: static;
}

.staff-card__title {
    margin: 0 0 2rem;
    padding: 0;
    font-weight: 2rem;
    font-weight: 700;
    line-height: 1.45;
    color: #fff;
}

.staff-card__title::before,
.staff-card__title::after {
    display: none !important;
}

.staff-card__position {
    margin-bottom: 1.4rem;
    line-height: 1;
}

.staff-card__name {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.staff-card .cparts-notes-block > :last-child {
    margin-bottom: 0;
}


span.cparts-prevbtn-block,
span.cparts-nextbtn-block {
    position: absolute!important;
    top: calc(100% + 2rem);
    left: 50%;
    right: none;
    display: block;
    width: 5rem;
    height: 5rem;
    background: transparent url("../images/recruit/arrow-right.svg") no-repeat center center !important;
    background-size: contain;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    filter: none !important;
    opacity: 1 !important;
}

span.cparts-nextbtn-block {
    transform: translateX(3rem);
}

span.cparts-prevbtn-block {
    transform: scaleX(-1) translateX(3rem);
}
@media (max-width: 767px) {
    span.cparts-prevbtn-block,
    span.cparts-nextbtn-block {
        width: 34px;
        height: 34px;
        background: transparent url("../images/recruit/arrow-right_sp.svg") no-repeat center center !important;
    }
    span.cparts-prevbtn-block {
        left: 40px;
    }
    span.cparts-nextbtn-block {
        left: 54px;
        transform: unset;
    }
}

.cparts-prevbtn-block::before,
.cparts-nextbtn-block::before {
    display: none !important;
}
