/* ================================================================
   福利厚生ページ（/career/welfare_system/）
   共通パーツは career-page-evaluation-system.css を流用
   ================================================================ */

/* ── イントロ赤文字 ── */
.cr-welfare-intro__accent {
    color: #e10020;
}

/* ── 福利厚生一覧 ── */
.cr-welfare-benefits {
    margin-top: 80px;
}

.cr-welfare-tags {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.cr-welfare-tag {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    color: #333;
    line-height: 2.4;
    white-space: nowrap;
}

.cr-welfare-tag--wide {
    display: flex;
    flex-direction: column;
    white-space: normal;
    line-height: 1;
    padding: 8px 20px;
}

.cr-welfare-tag__title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    color: #333;
    line-height: 2.4;
}

.cr-welfare-tag__sub {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
    color: #333;
    line-height: 2.4;
}

/* ================================================================
   タブレット（〜1024px）
   ================================================================ */
@media (max-width: 1024px) {
    .cr-welfare-tag {
        font-size: 14px;
    }

    .cr-welfare-tag__title {
        font-size: 14px;
    }

    .cr-welfare-tag__sub {
        font-size: 12px;
    }
}

/* ================================================================
   SP（〜768px）
   ================================================================ */
@media (max-width: 768px) {
    .cr-welfare-benefits {
        margin-top: 40px;
    }

    .cr-welfare-tags {
        margin-top: 20px;
        gap: 8px;
    }

    .cr-welfare-tag {
        font-size: 12px;
        padding: 8px 10px;
        white-space: normal;
        line-height: 2.4;
        letter-spacing: 0.04em;
    }

    .cr-welfare-tag--wide {
        padding: 6px 14px;
    }

    .cr-welfare-tag__title {
        font-size: 14px;
        line-height: 1.8;
    }

    .cr-welfare-tag__sub {
        font-size: 12px;
        line-height: 1.8;
    }
}

@media (max-width: 450px) {
    .cr-welfare-page .cr-eval-intro__heading br {
        display: none;
    }
}
