/* 採用アーカイブ・シングル本文カラムの共通幅 */
:root {
  --recruit-content-max: 800px;
}

/* recruit archive */
.recruit-archive__hero {
  padding: 60px 20px 40px;
  text-align: center;
}

.recruit-archive__lead {
  margin-top: 16px;
  line-height: 1.8;
}

.recruit-archive__list-section {
  padding: 40px 20px 80px;
}

.recruit-archive__list-inner {
  max-width: var(--recruit-content-max);
  margin: 0 auto;
}

.recruit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recruit-item {
  border-bottom: 1px solid #e0e0e0;
}

.recruit-item:first-child {
  border-top: 1px solid #e0e0e0;
}

.recruit-item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 8px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.recruit-item__link:hover {
  opacity: 0.6;
}

.recruit-item__title {
  font-size: 1rem;
  line-height: 1.6;
}

.recruit-item__arrow {
  flex-shrink: 0;
  margin-left: 16px;
}

.recruit-archive__empty {
  text-align: center;
  padding: 40px 0;
  color: #888;
}

/* recruit single */
.recruit-single__hero {
  padding: 60px 20px 40px;
  text-align: center;
}

.recruit-single__content-section {
  padding: 40px 20px 80px;
}

.recruit-single__content-inner {
  max-width: var(--recruit-content-max);
  margin: 0 auto;
}

.recruit-single__title {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid currentColor;
}

.recruit-single__body {
  line-height: 1.9;
}

.recruit-single__back {
  margin-top: 48px;
}


.recruit-single__back .mana-btn--link .mana-btn__arrow {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.recruit-single__back .mana-btn--link:hover .mana-btn__arrow {
  transform: translateX(-3px);
}

.recruit-single__back .mana-btn--link {
  gap: 14px;
}

.recruit-single__back .mana-btn--link .mana-btn__circle {
  width: clamp(36px, 2.8vw, 46px);
  height: clamp(36px, 2.8vw, 46px);
  border-width: 1px;
}

.recruit-single__back .mana-btn--link .mana-btn__arrow {
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
}

/* 採用詳細本文：HTMLブロック等で指定するクラス（表・連絡先ボックス） */
.recruit-single__body .recruit-table-wrap {
  margin: 2rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.recruit-single__body .recruit-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
  font-size: 0.95rem;
  line-height: 1.8;
  background: #fff;
}

.recruit-single__body .recruit-table th,
.recruit-single__body .recruit-table td {
  padding: 1rem;
  border: 1px solid #dcdcdc;
  vertical-align: top;
}

.recruit-single__body .recruit-table th {
  width: 28%;
  background: #f7f7f7;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.recruit-single__body .recruit-contact {
  margin-top: 2.5rem;
  padding: 2rem;
  background: #f8f9fb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-align: center;
}

.recruit-single__body .recruit-contact h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

.recruit-single__body .recruit-contact .tel {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0;
}

.recruit-single__body .recruit-contact .button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.9rem 2rem;
  background: var(--mana-ocean-blue, #2da8db);
  color: #fff;
  text-decoration: none;
  border-radius: 9999px;
  transition: opacity 0.3s ease;
}

.recruit-single__body .recruit-contact .button:hover {
  opacity: 0.85;
  color: #fff;
}

@media (max-width: 768px) {
  .recruit-single__body .recruit-table th,
  .recruit-single__body .recruit-table td {
    display: block;
    width: 100%;
    white-space: normal;
  }

  .recruit-single__body .recruit-table th {
    border-bottom: none;
  }

  .recruit-single__body .recruit-table td {
    border-top: none;
  }
}
