/* ======================================
   shindenmirai page-recruit.css
   ====================================== */

.recruit-section {
  padding: 80px 0;
}

.recruit-section + .recruit-section {
  padding-top: 0;
}

.message-box {
  background: var(--white); border-radius: 16px; padding: 48px;
  box-shadow: 0 4px 24px rgba(92,61,46,0.06);
  max-width: 800px; margin: 0 auto;
}

.message-box p {
  font-size: 16px; line-height: 2; color: var(--text);
}

.message-photo {
  margin-top: 32px; border-radius: 12px; overflow: hidden;
}

.message-photo img {
  width: 100%; height: 280px; object-fit: cover;
}

.job-cards {
  display: flex; flex-direction: column; gap: 32px;
}

.job-card {
  background: var(--white); border-radius: 16px;
  padding: 40px 40px 40px 44px;
  box-shadow: 0 4px 24px rgba(92,61,46,0.06);
  border-left: 5px solid var(--orange);
  position: relative;
}

.job-card--green { border-left-color: var(--green) }

.job-card--blue { border-left-color: var(--blue) }

.job-card h3 {
  font-size: 22px; font-weight: 700; color: var(--brown);
  margin-bottom: 24px; letter-spacing: 0.06em;
}

.job-card-badge {
  display: inline-block; font-size: 12px; font-weight: 700;
  padding: 4px 14px; border-radius: 20px; margin-left: 12px;
  vertical-align: middle;
}

.job-card-badge--ft { background: var(--orange); color: var(--white) }

.job-card-badge--pt { background: var(--green-light); color: var(--green) }

.job-table {
  width: 100%;
}

.job-table tr {
  border-bottom: 1px solid #f0ece6;
}

.job-table tr:last-child { border-bottom: none }

.job-table th {
  font-size: 14px; font-weight: 700; color: var(--brown);
  padding: 14px 16px 14px 0; vertical-align: top;
  white-space: nowrap; width: 120px; text-align: left;
}

.job-table td {
  font-size: 15px; color: var(--text-light); padding: 14px 0;
  line-height: 1.7;
}

.attract-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}

.attract-card {
  background: var(--white); border-radius: 16px; padding: 36px 32px;
  box-shadow: 0 4px 24px rgba(92,61,46,0.06);
  text-align: center;
}

.attract-num {
  font-size: 40px; font-weight: 500; color: var(--yellow);
  line-height: 1; margin-bottom: 8px; font-style: italic; opacity: 0.7;
}

.attract-card h3 {
  font-size: 20px; font-weight: 700; color: var(--brown);
  margin-bottom: 12px; letter-spacing: 0.06em;
}

.attract-card p {
  font-size: 15px; color: var(--text-light); line-height: 1.8;
}

.apply-box {
  background: var(--yellow-pale); border-radius: 16px; padding: 48px;
  text-align: center; border: 2px solid var(--yellow-light);
}

.apply-box p {
  font-size: 16px; color: var(--text); line-height: 1.9; margin-bottom: 8px;
}

.apply-tel {
  font-size: 32px; font-weight: 700; color: var(--brown);
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 16px;
}

.apply-tel svg { width: 28px; height: 28px; color: var(--orange) }

.apply-tel-sub {
  display: block; font-size: 13px; font-weight: 500;
  color: var(--text-light); margin-top: 4px;
}

@media (max-width: 768px) {
  .gnav, .header-right { display: none }
  .mnav-toggle { display: block }
  .header-inner { height: 64px }
  .page-kv { margin-top: 68px; padding: 40px 0 32px }
  .page-kv h1 { font-size: 26px }
  .side-actions { display: none !important }
  .message-box { padding: 28px 20px }
  .job-card { padding: 28px 20px 28px 24px }
  .job-table th { width: 90px; font-size: 13px; padding: 10px 8px 10px 0 }
  .job-table td { font-size: 14px; padding: 10px 0 }
  .attract-grid { grid-template-columns: 1fr }
  .apply-box { padding: 32px 20px }
  .apply-tel { font-size: 24px }
  .cta-section h2 { font-size: 28px }
  .cta-buttons { flex-direction: column; align-items: center }
  .footer-inner { grid-template-columns: 1fr }
  body { padding-bottom: 56px }
  .fixed-cta { display: flex }
}
