.breadcrumbs {
    margin-bottom: 0;
}

.recruit__title {
    width: 100%;
    padding: 11px 24px;
    position: relative;
    background-color: #1F64AA;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.recruit__subtitle {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    color: #224540;
    padding-left: 6px;
    border-left: 5px solid #224540;
}

.recruit-section {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #2559AE;
    background-color: #F1F3F5;
    width: 100%;
    padding: 40px 0;
}

.recruit-section__content {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.recruit-section__title {
    font-family: "M PLUS 1p", sans-serif;
    color: #032F9B;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
}

.recruit__section-job-row {
    width: 764px;
    display: flex;
    justify-content: space-between;
}

.recruit__section-job-item {
    width: 362px;
    height: 170px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recruit__section-job-item:nth-child(1) {
    background-image: url('../images/recruit/recruit-bg01.png');
}

.recruit__section-job-item:nth-child(2) {
    background-image: url('../images/recruit/recruit-bg02.png');
}

.recruit__section-job-item-title {
    color: white;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;
}

.recruit__section-job-item-line {
    width: 80px;
    height: 1px;
    background-color: white;
}

.recruit__section-job-item-text {
    color: white;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
}

.recruit-section__text {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
}

.recruit__section-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.recruit__section-contact-title {
    width: fit-content;
    background-color: #2559AE;
    color: white;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;
    padding: 4px 8px;
    border-radius: 8px;
}

.recruit__section-contact-text {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
}

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

    .recruit-section {
        width: 100%;
        padding: 2.778vw 0;
    }

    .recruit-section__content {
        gap: 1.736vw;
    }

    .recruit-section__title {
        font-size: 2.5vw;
    }

    .recruit__section-job-row {
        width: 53.056vw;
    }

    .recruit__section-job-item {
        width: 25.139vw;
        height: 11.806vw;
        padding: 2.083vw 0.694vw;
        gap: 0.694vw;
    }

    .recruit__section-job-item-title {
        font-size: 1.389vw;
    }

    .recruit__section-job-item-line {
        width: 5.556vw;
        height: 0.069vw;
    }

    .recruit__section-job-item-text {
        font-size: 1.25vw;
    }

    .recruit-section__text {
        font-size: 1.25vw;
    }

    .recruit__section-contact {
        gap: 0.347vw;
    }

    .recruit__section-contact-title {
        font-size: 1.25vw;
        padding: 0.278vw 0.556vw;
        border-radius: 0.556vw;
    }

    .recruit__section-contact-text {
        font-size: 1.25vw;
    }
}

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

    .recruit-section {
        width: 100%;
        padding: 40px 0;
    }

    .recruit-section__content {
        width: 100%;
        gap: 25px;
    }

    .recruit-section__title {
        font-size: 20px;
    }

    .recruit__section-job-row {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }

    .recruit__section-job-item {
        width: 100%;
        height: unset;
        padding: 20px 10px;
        padding: 30px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .recruit__section-job-item-title {
        color: white;
        font-family: "M PLUS 1p", sans-serif;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1.6;
    }

    .recruit__section-job-item-line {
        width: 80px;
        height: 1px;
        background-color: white;
    }

    .recruit__section-job-item-text {
        color: white;
        font-family: "M PLUS 1p", sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6;
        text-align: center;
    }

    .recruit-section__text {
        font-size: 14px;
    }

    .recruit__section-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .recruit__section-contact-title {
        width: fit-content;
        background-color: #2559AE;
        color: white;
        font-family: "M PLUS 1p", sans-serif;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1.6;
        padding: 4px 8px;
        border-radius: 8px;
    }

    .recruit__section-contact-text {
        font-family: "M PLUS 1p", sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.6;
        text-align: center;
}
}