/* 採用情報
***************************************************************/
header.header-sub {
    height: 654px;
    aspect-ratio: 1440/654;
}
.recruit__sec1 {
    padding: 8em 0 6.25em;
}
.recruit__ttl {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
.recruit__description {
    width: 94%;
    margin: 3.875em auto 0;
    text-align: center;
}
.recruit__description p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.recruit__description p:not(:first-of-type) {
    margin-top: 1.4em;
}
.recruit__sec2 {
    padding: 1.625em 0 4.7em;
}
.recruit__sec2-items {
    margin-top: 2.5em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 129px;
}
.recruit__sec2-item-img {
    height: auto;
    overflow: hidden;
}
.recruit__sec2-item-img img {
    border-top-right-radius: 40px;
    aspect-ratio: 400/240;
}
.recruit__sec2-item-bg {
    padding: 2.938em 0;
    background: #fff;
    border-bottom-left-radius: 40px;
}
.recruit__sec2-item-wrap {
    width: 90%;
    margin: 0 auto;
}
.recruit__sec2-item-ttl {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.recruit__sec2-item-text {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0.5em;
}
.recruit__sec2-item-btn {
    margin: 5em auto 0;
    display: flex;
}
@media (max-width: 768px) {
    header.header-sub {
        aspect-ratio: unset;
        height: auto;
    }
    .recruit__sec1 {
        padding: 3.75em 0 2.5em;
    }

    .recruit__ttl {
        font-size: 20px;
    }

    .recruit__description {
        margin-top: 2.375em;
        text-align: left;
    }

    .recruit__description p {
        font-size: 14px;
        line-height: 2.3;
    }

    .recruit__description p:not(:first-of-type) {
        margin-top: 0em;
    }

    .recruit__sec2 {
        padding: 2.5em 0;
    }
    .recruit__sec2 .recruit__ttl {
        font-size: 18px;
    }

    .recruit__sec2-items {
        margin-top: 2.5em;
        grid-template-columns: repeat(1, 1fr);
        gap: 35px;
    }

    .recruit__sec2-item-ttl {
        font-size: 18px;
    }

    .recruit__sec2-item-text {
        font-size: 16px;
    }

    .recruit__sec2-item-btn {
        margin: 2em auto 0;
    }
}
