/* =========================================
   Recruit Page Styles (採用情報)
   ========================================= */
.recruit-hero {
    height: 480px;
    background-image: url('/images/recruit/img-recruit-banner.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.recruit-hero .section-max {
    position: relative;
    z-index: 1;
}

/* ======= We offer (Icons section) ======= */
.recruit-benefits-title {
    margin-bottom: 48px;
}

.benefit-item {
    flex: 1;
    min-width: 150px;
}

.benefit-icon {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
    width: 104px;
    height: 104px;
    object-fit: contain;
}

.benefit-text {
    font-size: 16px;
    line-height: 24px;
    color: #051243;
}

/* ======= Job Listings ======= */
.job-card {
    padding: 24px;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.job-card:last-child {
    margin-bottom: 0;
}

.job-desc {
    list-style-position: inside;
    list-style-type: disc;
}

.job-desc li {
    margin-bottom: 8px;
    padding-left: 8px;
    text-indent: -12px;
    margin-left: 12px;
}

.job-desc li:last-child {
    margin-bottom: 0;
}

.job-tag {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
   background-color: rgba(0, 104, 182, 0.1);
    color: #4A4D56;
    font-size: 14px;
    line-height: 24px;
    border-radius: 2px;
    margin-top: 24px;
}

/* ======= Bottom Join Bar ======= */
.recruit-join-bar {
    background: var(---1, linear-gradient(265deg, #1892EE 5.11%, #0032D6 93.64%));
    padding: 40px 0;
}

.join-title {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    line-height: 48px;
    text-align: right; 
}

.join-divider {
    width: 1px;
    height: 80px;
    background-color: #ffffff;
    margin: 0 120px;
}

.email-icon {
    width: 30px;
    height: 30px;
    margin-right: 16px;
}

.join-email {
    color: #FFF;
    font-size: 16px;
    line-height: 24px; 
}

.join-hint {
    color: #FFF;
    font-size: 12px;
    line-height: 24px;
}

.join-arrow {
    width: 24px;
    height: 24px;
    margin-left: 12px;
    transform: rotate(-90deg);
}

/* =========================================
   Responsive Styles
   ========================================= */
@media (max-width: 768px) {
    .section-max {
        padding-left: 16px;
        padding-right: 16px;
    }
    .recruit-hero {
        height: clamp(200px, 50vw, 320px);
    }

    .recruit-benefits-title {
        margin-bottom: 32px;
        font-size: 20px !important;
    }

    .benefit-item {
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 24px;
    }

    .benefit-icon img {
        width: 80px;
        height: 80px;
    }

    .recruit-join-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .join-title {
        text-align: center;
        font-size: 24px;
        line-height: 36px;
    }

    .join-divider {
        width: 80px;
        height: 1px;
        margin: 24px 0;
    }

    .join-info {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .email-icon {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .join-info .text-left {
        text-align: center !important;
        align-items: center;
    }

    .join-arrow {
        margin-left: 0;
        margin-top: 16px;
    }

    /* Override inline padding/margin for mobile */
    .pt-80 { padding-top: 40px !important; }
    .pb-80 { padding-bottom: 40px !important; }
    .py-80 { padding-top: 40px !important; padding-bottom: 40px !important; }
    .mb-48 { margin-bottom: 24px !important; }
}
