@charset "UTF-8";
/* =========================================================
   採用情報（page-recruit.php）
   MESSAGE → 仕事の流れ(A DAY) → VOICE → 募集要項 → CTA
   ========================================================= */


/* リード文頭の大きめ一文（MESSAGE本文） */
.lead-first {
  display: block;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.3em;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 10px;
  line-height: 1.7;
}


/* =========================================================
   MESSAGE
   ========================================================= */
.msg { background: var(--sky-pale); }

.msg-lead {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .03em;
  color: var(--navy-deep);
}

.msg-lead .amb { color: var(--amber); }

.msg-body {
  margin-top: 28px;
  font-size: 16px;
  color: var(--ink);
  max-width: 680px;
}

.msg-body p + p { margin-top: 18px; }


/* =========================================================
   仕事の流れ（A DAY）
   ========================================================= */
.flow { background: #fff; }

.flow-list {
  position: relative;
  margin-top: 20px;
}

.flow-list::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(var(--sky), var(--amber));
}

.flow-step {
  position: relative;
  display: flex;
  gap: 24px;
  padding: 0 0 40px 0;
}

.flow-step:last-child { padding-bottom: 0; }

.flow-num {
  flex: 0 0 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 17px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(18, 58, 114, .3);
  transition: transform .45s ease, box-shadow .45s ease, background .45s ease;
}

.flow-step:nth-child(odd) .flow-num { background: var(--blue); }

/* スクロールで画面中央に来た数字を点灯（アンバーで脈打つ） */
.flow-step.lit .flow-num {
  transform: scale(1.14);
  background: linear-gradient(135deg, var(--amber), var(--amber-deep));
  animation: flowGlow 1.8s ease-in-out infinite;
}

.flow-step .flow-time,
.flow-step .flow-body h3 { transition: color .45s ease; }

.flow-step.lit .flow-time { color: var(--amber-deep); }
.flow-step.lit .flow-body h3 { color: var(--blue); }

@keyframes flowGlow {
  0%, 100% { box-shadow: 0 0 0 5px rgba(243, 146, 0, .16), 0 8px 24px rgba(243, 146, 0, .5); }
  50%      { box-shadow: 0 0 0 11px rgba(243, 146, 0, 0), 0 8px 30px rgba(243, 146, 0, .8); }
}

@media (prefers-reduced-motion: reduce) {
  .flow-step.lit .flow-num { animation: none; box-shadow: 0 0 0 5px rgba(243, 146, 0, .18), 0 8px 24px rgba(243, 146, 0, .5); }
}

.flow-body { flex: 1; padding-top: 4px; }

.flow-body h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 6px;
}

.flow-body p {
  font-size: 14.5px;
  color: var(--gray);
}

.flow-time {
  display: inline-block;
  font-family: 'Chakra Petch', sans-serif;
  font-size: 12px;
  color: var(--amber);
  letter-spacing: .06em;
  margin-bottom: 4px;
}


/* =========================================================
   VOICE（はたらく人の声・完全匿名）
   ========================================================= */
.team {
  background: var(--navy-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.team .en-h { color: #fff; }

.team::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 116, 196, .16), transparent 70%);
}

.team .lead-head { position: relative; z-index: 2; }

.voice-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.vitem {
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px 26px;
  transition: transform .35s, border-color .35s;
}

.vitem:hover {
  transform: translateY(-6px);
  border-color: rgba(77, 184, 232, .5);
}

.vno {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--sky);
  margin-bottom: 18px;
}

.vno::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background: var(--amber);
  margin-bottom: 12px;
}

.vq {
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  font-size: clamp(19px, 1.6vw, 22px);
  line-height: 1.55;
  color: #fff;
  margin-bottom: 14px;
}

.vq::before {
  content: "\201C";
  font-family: 'Shippori Mincho', serif;
  color: rgba(77, 184, 232, .45);
  font-size: 1.3em;
  margin-right: 1px;
  line-height: 0;
}

.vtxt {
  font-size: 14px;
  color: rgba(255, 255, 255, .78);
  font-weight: 400;
}


/* =========================================================
   募集要項
   ========================================================= */
.req { background: #fff; }

.req-table { border-top: 2px solid var(--navy); }

.req-row {
  display: flex;
  border-bottom: 1px solid #e3e8ef;
  padding: 20px 0;
}

.req-row dt {
  flex: 0 0 160px;
  font-weight: 700;
  color: var(--navy-deep);
  font-size: 15px;
}

.req-row dd {
  flex: 1;
  font-size: 15px;
  color: var(--ink);
}

.req-note {
  margin-top: 22px;
  font-size: 13px;
  color: var(--gray);
}


/* =========================================================
   レスポンシブ
   ========================================================= */
@media screen and (max-width: 768px) {
  .msg-lead { font-size: clamp(21px, 6.4vw, 28px); line-height: 1.65; }
  .msg-body { font-size: 15px; }

  .flow-list::before { left: 19px; }
  .flow-step { gap: 18px; padding-bottom: 32px; }
  .flow-num { flex: 0 0 40px; height: 40px; font-size: 15px; }
  .flow-body h3 { font-size: 17px; }

  .voice-list { grid-template-columns: 1fr; gap: 14px; }
  .vitem { padding: 26px 22px; }
  .vno { margin-bottom: 14px; font-size: 13px; }
  .vq { font-size: clamp(19px, 5.2vw, 22px); margin-bottom: 12px; }

  .req-row { flex-direction: column; gap: 6px; padding: 16px 0; }
  .req-row dt { flex: none; }
}
