/* Recruit Talent Detail Page */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .08s; }
.d2 { transition-delay: .16s; }

.page-hero {
  background: linear-gradient(150deg, var(--navy-deep) 0%, var(--navy-dark) 48%, var(--navy-mid) 78%, var(--navy) 100%);
  padding: 72px 40px 80px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: 'TALENT'; position: absolute; top: 50%; right: 20px; transform: translateY(-50%);
  font-family: 'Cormorant Garamond', serif; font-size: 90px; font-weight: 300;
  color: rgba(255,255,255,.04); letter-spacing: .1em; line-height: 1; pointer-events: none; user-select: none;
}
.page-hero::after {
  content: '';
  position: absolute; top: -60px; right: 220px;
  width: 280px; height: 280px; border-radius: 50%;
  border: 1px solid rgba(200,160,32,.1); pointer-events: none;
}
.hero-deco-line {
  position: absolute; top: 0; left: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--gold) 0%, rgba(200,160,32,.2) 100%);
}
.page-hero-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 2; }
.page-hero-tag {
  display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 10px;
  font-weight: 500; color: var(--gold); letter-spacing: .28em; margin-bottom: 12px;
}
.talent-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500;
  color: var(--navy-ink); background: var(--gold); padding: 4px 14px;
  border-radius: 2px; letter-spacing: .1em; margin-bottom: 20px;
}
.page-hero-title {
  font-family: 'Noto Serif JP', serif; font-size: clamp(22px, 3vw, 36px);
  font-weight: 600; color: var(--white); line-height: 1.45; letter-spacing: .05em; margin-bottom: 20px;
}
.page-hero-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-meta-pill {
  font-size: 11px; padding: 4px 12px; border-radius: 2px; letter-spacing: .04em;
  font-family: 'Montserrat', sans-serif; font-weight: 500;
}
.hero-meta-pill.area { color: var(--navy-link); background: rgba(255,255,255,.9); }
.hero-meta-pill.industry { color: #7a5800; background: var(--gold-pale); border: 1px solid rgba(200,160,32,.25); }
.hero-meta-pill.gender { color: var(--text-secondary); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.75); }

.anon-notice {
  margin-top: 20px; padding: 12px 16px; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-sm);
  font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.7; max-width: 640px;
}

.talent-layout {
  max-width: 1280px; margin: 0 auto; padding: 72px 40px 100px;
  display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start;
}

.talent-main .job-section { margin-bottom: 56px; }
.talent-main .job-section:last-child { margin-bottom: 0; }
.job-section-title {
  font-family: 'Noto Serif JP', serif; font-size: 20px; font-weight: 600;
  color: var(--navy-ink); letter-spacing: .04em; margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px; padding-bottom: 14px;
  border-bottom: 2px solid rgba(7,9,80,.08);
}
.job-section-title::before {
  content: ''; width: 4px; height: 22px;
  background: linear-gradient(180deg, var(--gold), var(--navy)); border-radius: 2px; flex-shrink: 0;
}
.job-lead {
  font-family: 'Noto Serif JP', serif; font-size: 16px; font-weight: 400;
  color: var(--navy-ink); line-height: 2; margin-bottom: 20px;
  padding-left: 16px; border-left: 2px solid var(--gold);
}
.job-text { font-size: 14px; color: var(--text-secondary); line-height: 2.2; margin-bottom: 16px; }
.job-text:last-child { margin-bottom: 0; }

.skill-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.skill-list li {
  display: flex; gap: 10px; align-items: flex-start; font-size: 14px;
  color: var(--text-secondary); line-height: 1.8;
}
.skill-list li::before { content: '▸'; color: var(--gold); font-size: 11px; margin-top: 4px; flex-shrink: 0; }

.req-table { width: 100%; border-collapse: collapse; }
.req-table tr { border-bottom: 1px solid rgba(7,9,80,.07); }
.req-table tr:last-child { border-bottom: none; }
.req-table th {
  width: 130px; padding: 16px 0; font-size: 12px; font-weight: 500;
  color: var(--text-muted); letter-spacing: .1em; text-align: left;
  vertical-align: top; padding-right: 20px; font-family: 'Montserrat', sans-serif; white-space: nowrap;
}
.req-table td { padding: 16px 0; font-size: 14px; color: var(--text-secondary); line-height: 1.9; vertical-align: top; }

.talent-sidebar { position: sticky; top: 96px; }

.inquiry-card {
  background: linear-gradient(145deg, var(--navy-deep) 0%, var(--navy-dark) 60%, var(--navy-mid) 100%);
  border-radius: var(--radius-lg); padding: 36px 28px; position: relative;
  overflow: hidden; margin-bottom: 20px;
}
.inquiry-card::before {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 140px; height: 140px; border-radius: 50%; border: 1px solid rgba(200,160,32,.15);
}
.inquiry-card-inner { position: relative; z-index: 2; }
.inquiry-card-tag {
  font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 500;
  color: var(--gold); letter-spacing: .22em; margin-bottom: 14px; display: block;
}
.inquiry-card-title {
  font-family: 'Noto Serif JP', serif; font-size: 18px; font-weight: 600;
  color: var(--white); line-height: 1.55; margin-bottom: 12px;
}
.inquiry-card-sub { font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.8; margin-bottom: 24px; }
.btn-inquiry {
  display: block; width: 100%; font-size: 13px; font-weight: 500;
  color: var(--navy-ink); background: var(--gold); border: none;
  padding: 15px; border-radius: var(--radius-sm); text-align: center;
  letter-spacing: .07em; transition: background .2s, transform .15s; margin-bottom: 10px;
}
.btn-inquiry:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-back-list {
  display: block; width: 100%; font-size: 12px; color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2);
  padding: 12px; border-radius: var(--radius-sm); text-align: center;
  letter-spacing: .06em; transition: background .2s;
}
.btn-back-list:hover { background: rgba(255,255,255,.15); }

.summary-card {
  background: var(--off-white); border: 1px solid rgba(7,9,80,.09);
  border-radius: var(--radius-lg); padding: 28px; margin-bottom: 20px;
}
.summary-title {
  font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 500;
  color: var(--gold); letter-spacing: .2em; margin-bottom: 18px;
}
.summary-rows { display: flex; flex-direction: column; gap: 12px; }
.summary-row { display: flex; gap: 10px; font-size: 13px; }
.summary-row-label {
  flex-shrink: 0; width: 60px; color: var(--text-muted); font-size: 11px;
  padding-top: 2px; letter-spacing: .06em; font-family: 'Montserrat', sans-serif;
}
.summary-row-val { color: var(--text-secondary); line-height: 1.7; flex: 1; }
.summary-row-val strong { color: var(--text-primary); font-weight: 500; }

.other-talents-card {
  background: var(--white); border: 1px solid rgba(7,9,80,.09);
  border-radius: var(--radius-lg); padding: 24px;
}
.other-talents-title {
  font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 500;
  color: var(--text-muted); letter-spacing: .18em; margin-bottom: 16px;
}
.other-talent-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0; border-bottom: 1px solid rgba(7,9,80,.07);
  font-size: 13px; color: var(--text-secondary); transition: color .2s; gap: 8px;
}
.other-talent-link:last-child { border-bottom: none; padding-bottom: 0; }
.other-talent-link:hover { color: var(--navy-link); }
.other-talent-arrow { color: var(--gold); flex-shrink: 0; }

.not-found {
  max-width: 640px; margin: 80px auto; text-align: center; padding: 60px 40px;
  background: var(--off-white); border-radius: var(--radius-lg); border: 1px solid rgba(7,9,80,.09);
}
.not-found-title {
  font-family: 'Noto Serif JP', serif; font-size: 20px; font-weight: 600;
  color: var(--navy-ink); margin-bottom: 14px;
}
.not-found-text { font-size: 14px; color: var(--text-secondary); line-height: 2; margin-bottom: 28px; }
.not-found-link {
  display: inline-flex; font-size: 13px; font-weight: 500; color: var(--navy-link);
  padding: 12px 28px; border: 1px solid rgba(7,9,80,.18); border-radius: var(--radius-sm);
  transition: border-color .2s, background .2s;
}
.not-found-link:hover { border-color: var(--navy-link); background: rgba(7,9,80,.03); }

footer { background: var(--navy-deep); padding: 72px 40px 0; }
.footer-inner {
  max-width: 1280px; margin: 0 auto; display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 44px;
  padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--white); letter-spacing: .06em; margin-bottom: 4px; }
.footer-brand-ja { font-size: 10px; color: rgba(255,255,255,.36); letter-spacing: .12em; margin-bottom: 22px; }
.footer-addr { font-size: 12px; color: rgba(255,255,255,.46); line-height: 2; font-style: normal; }
.footer-cert { margin-top: 18px; font-size: 11px; color: rgba(255,255,255,.38); line-height: 1.7; border-top: 1px solid rgba(255,255,255,.07); padding-top: 16px; }
.fcol-title { font-size: 10px; font-weight: 500; color: rgba(255,255,255,.4); letter-spacing: .16em; margin-bottom: 18px; font-family: 'Montserrat', sans-serif; }
.flinks { display: flex; flex-direction: column; gap: 11px; }
.flink { font-size: 13px; color: rgba(255,255,255,.6); transition: color .2s; }
.flink:hover { color: var(--white); }
.footer-bottom { max-width: 1280px; margin: 0 auto; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,.26); letter-spacing: .04em; }
.footer-sns { display: flex; gap: 10px; }
.footer-bottom .footer-sns { gap: 18px; }
.footer-bottom .footer-sns a:not(.social-btn) { font-size: 11px; color: rgba(255,255,255,.36); transition: color .2s; letter-spacing: .06em; }
.footer-bottom .footer-sns a:not(.social-btn):hover { color: rgba(255,255,255,.8); }

@media (max-width: 960px) {
  .talent-layout { grid-template-columns: 1fr; gap: 40px; }
  .talent-sidebar { position: static; }
}
@media (max-width: 860px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .talent-layout { padding: 40px 20px 60px; }
  .page-hero { padding: 60px 20px 72px; }
  .footer-inner { grid-template-columns: 1fr; }
}
