/* ─────────────────────────────────────────
   PAGE RECRUITMENT NEW GRADUATE — 採用情報ー新卒採用
   Layout/sidebar base: page-about.css (.ab-body-layout / .ab-sidebar)
   ENTRY block: page-recruitment.css (.rec-entry-*)
───────────────────────────────────────── */

/* ── Title band (teal strip, same look as other inner pages) ── */
.rng-title-band-wrap {
    max-width: 1200px;
    margin: 24px auto 0;
    padding: 0 2rem;
}
.rng-title-band {
    display: inline-block;
    background: #4DB1AF;
    color: #fff;
    font-size: 26px; font-weight: 700;
    line-height: 1;
    padding: 18px 48px 18px 28px;
    margin: 0;
}

/* ── Sidebar: indented child items (parent rows keep the ▶ prefix) ── */
.ab-sidebar-link.rng-side-child { padding-left: 30px; }

/* ── Section: centered teal title with rules on both sides ── */
.rng-section { margin-bottom: 50px; }
.rng-section-last { margin-bottom: 0; }
.rng-section-title {
    display: flex; align-items: center; gap: 16px;
    font-size: 36px; font-weight: 700; color: #008F8D;
    letter-spacing: -0.02em;
    margin: 0 0 26px;
}
.rng-section-title::before,
.rng-section-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #008F8D;
}

/* ── 募集要項 table ──
   border-collapse:separate + bo góc trên ô góc — collapse + overflow:hidden
   sẽ cắt mất viền ngoài ở 4 góc bo tròn */
.rng-table-wrap {
    background: #fff;
}
.rng-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.rng-table th,
.rng-table td {
    border-right: 1px solid #CDD2D8;
    border-bottom: 1px solid #CDD2D8;
    padding: 14px 12px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    vertical-align: middle;
    text-align: left;
}
.rng-table th { border-left: 1px solid #CDD2D8; }
.rng-table tr:first-child th,
.rng-table tr:first-child td { border-top: 1px solid #CDD2D8; }
.rng-table tr:first-child th { border-top-left-radius: 8px; }
.rng-table tr:first-child td { border-top-right-radius: 8px; }
.rng-table tr:last-child th { border-bottom-left-radius: 8px; }
.rng-table tr:last-child td { border-bottom-right-radius: 8px; }
.rng-table th {
    background: #F5F6F7;
    width: 155px;
    min-width: 155px;
    font-weight: 700;
}
.rng-table td { overflow-wrap: break-word; }

/* Link trong ô bảng (vd 応募方法 → エントリーシートページへ) */
.rng-table-link {
    color: #016FFF;
    font-weight: 700;
    text-decoration: underline;
}
.rng-table-link:hover { opacity: .8; }

/* ── 選考プロセス: chevron flow ── */
.rng-flow-scroll { overflow-x: auto; }
.rng-flow {
    display: flex;
    min-width: 760px;
}
.rng-flow-step { flex: 1; min-width: 0; }
.rng-flow-step + .rng-flow-step { margin-left: -14px; }
.rng-flow-month {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #008F8D;
    line-height: 40px;
    margin-bottom: 4px;
}
.rng-flow-arrow {
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    padding: 10px 30px 10px 36px;
    box-sizing: border-box;
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%, 22px 50%);
}
.rng-flow-step:first-child .rng-flow-arrow {
    clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%);
    padding-left: 24px;
}
.rng-flow-step-1 .rng-flow-arrow { background: #107673; }
.rng-flow-step-2 .rng-flow-arrow { background: #199B98; }
.rng-flow-step-3 .rng-flow-arrow { background: #7EC8BF; }
.rng-flow-step-4 .rng-flow-arrow { background: #DDF0EF; color: #1C787C; }

/* ── 連絡先 ── */
.rng-contact p {
    font-size: 16px;
    line-height: 24px;
    color: #42526B;
    margin: 0;
}
.rng-contact a { color: #016FFF; text-decoration: none; }
.rng-contact a:hover { text-decoration: underline; }

/* ── ENTRY block spacing (reuses .rec-entry-* from page-recruitment.css) ── */
.rng-entry-wrap { padding-bottom: 100px; }

/* ── Responsive ── */
@media (max-width: 768px) {
    .rng-title-band { font-size: 20px; padding: 14px 32px 14px 20px; }
    .rng-section-title { font-size: 24px; }
    .rng-table th { width: 110px; min-width: 110px; font-size: 14px; padding: 12px 10px; }
    .rng-table td { font-size: 14px; padding: 12px 10px; }
    .rng-flow-month { font-size: 18px; line-height: 28px; }
    .rng-entry-wrap { padding-bottom: 60px; }
}
