@charset "UTF-8";

.section-divider + .role-section{
    background: url("../img/product-recruit/first-bg.jpg") no-repeat top center #eaf1f9;
    background-size: 100% auto;
}


/* ==========================================================================
   product-recruit.html 固有スタイル
   product-web.css / product-medical.css で対応できない追加スタイルのみ記述
   ========================================================================== */

/* pages-style.css FAQ競合防止 */
.faq-list .faq-question::after {
    display: none;
}

/* ==========================================================================
   ② 採用サイトの役割セクション
   ========================================================================== */
.role-section {
    padding: 50px 0;
    background: #f3f4f6;
}

.role-section .stats-card {
    border-top: none;
    background: #FFF;
}

.role-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.5;
}

