/* ============================================================
   recruit-requirements.css — 採用 募集要項ページ
   ============================================================ */


/* ============================
   ヒーロー（背景画像）
============================ */
.rv-hero--req {
  background: center center / cover no-repeat;
  position: relative;
}

.rv-hero--req::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  border-radius: inherit;
}

.rv-hero--req .rv-hero-title {
  position: relative;
  z-index: 1;
}
.rc-breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 24px;
}

.rc-breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  color: #999;
}

.rc-breadcrumb ol li:not(:last-child)::after {
  content: '>';
  margin-left: 4px;
  color: #ccc;
}

.rc-breadcrumb ol li a {
  color: #666;
  text-decoration: none;
}

.rc-breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* ============================
   募集要項セクション
============================ */
.rr-section {
  background: #fff;
  padding: 64px 0 96px;
}

.rr-container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 24px;
}


/* ============================
   マイナビリンク
============================ */
.rr-mynavi-link {
  display: block;
  text-align: center;
  color: #E8913A;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 48px;
  transition: opacity 0.2s;
}

.rr-mynavi-link:hover {
  opacity: 0.7;
}


/* ============================
   テーブル
============================ */
.rr-table {
  width: 100%;
  border-collapse: collapse;
}

.rr-table tr {
  border-top: 1px solid #ddd;
}

.rr-table tr:last-child {
  border-bottom: 1px solid #ddd;
}

.rr-table th,
.rr-table td {
  padding: 28px 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.85;
  color: #333;
}

.rr-table th {
  width: 160px;
  font-weight: 700;
  padding-right: 32px;
  white-space: nowrap;
  text-align: left;
}

.rr-table td {
  font-weight: 400;
}


/* ============================
   RESPONSIVE — Tablet (≤ 1024px)
============================ */
@media (max-width: 1024px) {
  .rr-section {
    padding: 48px 0 72px;
  }

  .rr-table th {
    width: 140px;
    font-size: 13px;
    padding-right: 24px;
  }

  .rr-table td {
    font-size: 13px;
  }
}


/* ============================
   RESPONSIVE — Mobile (≤ 640px)
============================ */
@media (max-width: 640px) {
  .rr-section {
    padding: 40px 0 56px;
  }

  .rr-container {
    padding: 0 16px;
  }

  .rr-mynavi-link {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .rr-table th,
  .rr-table td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .rr-table th {
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .rr-table td {
    padding-bottom: 20px;
    font-size: 13px;
  }

  .rr-table tr {
    border-top: 1px solid #ddd;
  }
}
