/* FV Section ======================================================= */
.page-recruit .fv-background {
    transform: scale(-1.4, 1.4) translate(12%, -56%);
}

@media screen and (max-width: 1400px) {
    .page-recruit .fv-background {
        transform: scale(-1.3, 1.3) translate(10%, -26%);
    }
    }
@media (max-width: 1024px) {
    .page-recruit .fv-background {
        transform: scale(-1, 1) translate(0%, -10%);
    }
}

@media (max-width: 768px) {
    .page-recruit .fv-background {
        transform: scale(-2, 2) translate(10%, 15%);
    }
}

/* Recruit Section ======================================================= */
.recruit {
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.recruit-container {
    /* max-width: 1080px; */
    margin: 0 auto;
    padding: 8.75rem 7vw 11.73rem;
    display: flex;
    flex-direction: column;
    gap: 8.5rem;
    align-items: center;
}

.recruit-description {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--black);
    margin-top: 3.12rem;
    font-family: "Noto Sans JP", sans-serif;
}

.recruit-content-wrapper {
    display: flex;
    flex-direction: column;
}
.recruit-content-inner {
    display: flex;
    gap: 60px;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.recruit-content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.recruit-image {
    flex-shrink: 0;
    width: 33rem;
}

.recruit-image img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.recruit-message {
    flex: 1;
    color: var(--black);
    font-family: var(--font-noto-sans-jp);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.09375rem;
}


.recruit-decoration {
    position: absolute;
    right: -2%;
    top: 12.5%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.company-logo {
    width: 100%;
    height: auto;
    display: block;
}

.recruitment-details {
    width: 100%;
    max-width: 1080px;
    padding: 0 1.5rem;
}
.recruitment-details p {
    font-size: 1.0625rem;
    font-weight: 350;
    line-height: 160%;
}

@media screen and (max-width: 1200px) {
    .recruit-image {
        width: 45%;
    }
}
@media (max-width: 1024px) {
    .recruit-content-inner {
        flex-direction: column;
    }

    .recruit-image {
        width: 25rem;
    }
    .recruit-description {
        text-align: center;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.75rem;
        color: var(--black);
        margin: 3.12rem 0 0;
    }

.recruit-decoration {
    top: auto;
    right: -5%;
    top: 14%;
    width: 35%;
}
.double-color-title::before {
    font-size: 3.59375rem;
}
.recruit-container {
    padding: 6.25rem 7vw;
}

.recruitment-label {
    flex-shrink: 0;
    min-width: 7rem;
}
}

@media (max-width: 768px) {
    .recruit-headline {
        font-size: 1.3rem;
        margin: 30px 0 40px;
    }

    .recruit-content {
        flex-direction: column;
        align-items: center;
    }

    .recruit-image {
        width: 100%;
        max-width: 400px;
    }

    .recruit-message {
        width: 100%;
        padding-top: 0;
    }

    .recruit-signature {
        text-align: center;
        margin-top: 40px;
    }

    .double-color-title {
        font-size: 1.5rem;
    }

    .double-color-subtitle {
        font-size: 0.9rem;
    }
    .recruit-content {
        gap: 0rem;
    }
}

@media (max-width: 480px) {
    .recruit-message {
        font-size: 0.9rem;
    }

    .recruit-name {
        font-size: 1.1rem;
    }
}

.recruitment-row {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    padding: 1.8rem 0;
    gap: 2rem;
}

.recruitment-label {
    width: 7rem;
    flex-shrink: 0;
    font-size: 1.0625rem;
    font-weight: 500;
    color: var(--black);
    line-height: 2;
    letter-spacing: 0.05313rem;
}

.recruitment-content {
    font-size: 1rem;
    font-weight: 350;
    color: var(--black);
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
.recruitment-content.recruitment-gap {
    gap: 1rem;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.job-type-tag {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--primary-blue);
    border-radius: 50px;
    color: var(--primary-blue);
    background-color: transparent;
    font-size: 0.9375rem;
    font-weight: 400;
    cursor: default;
    transition: all 0.3s ease;
}

.note {
    font-size: 0.9rem !important;
    color: var(--black);
    margin-top: 0.5rem;
    text-indent: -1em;
    padding-left: 1em;
}

.note-indent {
    font-size: 0.9rem !important;
    color: var(--black);
    margin-left: 1rem;
}

.holiday-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    gap: 0.94rem;
}

.holiday-item:last-child {
    margin-bottom: 0;
}

.holiday-tag {
    display: inline-block;
    padding: 0rem 0.4rem;
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
    background-color: transparent;
    font-size: 0.9375rem;
    font-weight: 400;
    min-width: 75px;
    text-align: center;
    flex-shrink: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .recruit {
        padding: 0rem;
    }

    .double-color-title {
        font-size: 1.875rem;
    }

    .double-color-title::before {
        font-size: 2.5rem;
    }

    .recruitment-details {
        margin-top: 2.23rem;
    }
    .recruitment-row {
        flex-direction: column;
        padding: 1.88rem 0;
        gap: 0.62rem;
    }

    .recruitment-label {
        flex: none;
        padding-right: 0;
    }

    .recruitment-content {
        font-size: 1rem;
    }

    .job-type-tag {
        font-size: 0.75rem;
        padding: 0.3rem 0.75rem;
    }

    .tag-container {
        gap: 0.94rem;
    }

    .qualification-group {
        margin-bottom: 1.5rem;
    }

    .salary-group {
        margin-bottom: 1.5rem;
    }

    .note {
        font-size: 0.85rem;
    }

    .note-indent {
        font-size: 0.85rem;
        margin-left: 0.75rem;
    }

    .holiday-item {
        /* flex-direction: column; */
        margin-bottom: 1rem;
    }

    .holiday-tag {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
        margin-right: 0;
        padding: 0.2rem 0.25rem;
    }
}

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

    .double-color-title::before {
        font-size: 2rem;
    }

    .double-color-subtitle {
        font-size: 0.9rem;
    }

    .tag-container {
        margin-bottom: 0.75rem;
    }

    .salary-group {
        margin-bottom: 1.5rem;
    }

    .note {
        font-size: 0.8rem;
    }

    .note-indent {
        font-size: 0.8rem;
        margin-left: 0.5rem;
    }

    .holiday-item {
        margin-bottom: 1rem;
    }
}
