.page-header {
    background-image: url(../../images/recruit/page-header.jpg);
}

@media screen and (max-width: 640px) {

    .page-header {
        background-image: url(../../images/recruit/page-header_sp.jpg);
    }

}

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

.message-content {
    text-align: center;
}

.message-content__image {
    width: calc(738 / 990 * 100%);
    max-width: 738px;
}

.message-content__txt {
    background-color: var(--white);
    /* width: calc(837 / 990 * 100%); */
    max-width: 837px;
    padding: 10.6rem 4.6rem 4.6rem;
    margin-top: -7rem;

    font-weight: 700;
    color: var(--navy);
    font-size: 20px;
    margin-inline: auto;
}

.message-content-bottom {
    font-size: 16px;
    margin-top: 5.1rem;
}

.message-list {
    display: flex;
    gap: 2.6rem;
    margin-top: 4.5rem;
}

.message-list__item {
    background: url(../../images/recruit/message-list-bg.svg) center center no-repeat;
    background-size: contain;
    aspect-ratio: 228 / 209;

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;
    font-weight: 700;
    color: var(--navy);
    font-size: 1.8rem;
    padding-right: 1.7rem;
}

@media screen and (max-width: 640px) {
.message-content__image {
    width: 90%;
}
.message-content__txt {
    font-size: 18px;
    padding-inline: 5vw;
    text-align: left;
}
.message-content__txt p + p {
    margin-top: .8em;
}
    .message-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 1.7rem;
    }
    .message-list__item {
        font-size: min(calc((18 / 375) * 100vw) , 18px);
    }
}

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

.step-list {
    margin-top: 4rem;
}

.step-list__item {
    position: relative;
    margin-top: 4rem;
    min-height: 17rem;
    padding: 1.2em 4rem;
    background-color: #fff;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-list__item::after {
    content: '';
    display: block;
    width: 1.4rem;
    height: 4rem;
    position: absolute;
    bottom: -4rem;
    left: 6.3rem;
    background: linear-gradient(180deg, #019FE8 0%, #0873BA 100%);
}
.step-list__item:nth-child(2)::after {
    background: linear-gradient(180deg, #0873BA 0%, #10478D 100%);
}
.step-list__item:nth-child(3)::after {
    background: linear-gradient(180deg, #10478D 0%, #171F64 100%);
}
.step-list__item:last-child::after {
    content: none;
}

@media screen and (min-width: 1240px) {
    .step-list__item {
        width: 56.6rem;
    }
    .step-list__item:nth-child(odd) {
        margin-left: auto;
    }
    .step-list__item:nth-child(2)::after {
        left: unset;
        right: 6.3rem;
    }
    .step-list__item:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.step-list__item::before {
    content: '';
    display: block;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: 2rem solid #019FE8;
}

.step-list__item dt {
    flex: 0 0 6em;
    font-weight: 700;
    font-size: max(18px, 2.2rem);
    color: #019FE8;
    text-align: center;
}

.step-list__item dd {
    flex: 1 1 61%;
}

.step-list__item:nth-child(2)::before {
    border-color: #0873BA;
}
.step-list__item:nth-child(2) dt {
    color: #0873BA;
}

.step-list__item:nth-child(3)::before {
    border-color: #10478D;
}
.step-list__item:nth-child(3) dt {
    color: #10478D;
}

.step-list__item:nth-child(4) dt {
    color: #171F64;
}
.step-list__item:nth-child(4)::before {
    border-color: #171F64;
}


@media screen and (max-width: 640px) {
    .step-list__item {
        min-height: auto;
        display: block;
        padding-left: calc(5vw + 36px + 1em);
        padding-right: 5vw;
    }
    .step-list__item::before {
        border-width: 11px;
        position: absolute;
        width: 36px;
        height: 36px;
        top: 50%;
        left: 5vw;
        transform: translateY(-50%);
    }
.step-list__item::after {
    content: none;
}
    .step-list__item dt {
        text-align: left;
    }
    .step-list__item dd {
        font-size: 15px;
    }
}

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

.feature-inner {
    background-color: #fff;
    padding: 5.8rem 4.6rem;
}

@media screen and (max-width: 640px) {
    .feature-inner {
        padding-inline: 5vw;
    }
}

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

.requirements-inner {
    background-color: #fff;
    padding: 7.7rem 7.7rem;
}

.job-type {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.2em;
}

.contact-bnr {
    max-width: 625px;
    margin: 5rem auto 0
}

@media screen and (max-width: 640px) {
    .requirements-inner {
        padding: 10vw 5vw;
    }
}


/* ---------------------------------- */
@media screen and (max-width: 640px) {
}
