/* ==============================================
   recruit-new-child.css — 新卒採用ページ
   ============================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@500;700;900&display=swap');

.ns-wrapper-child *, .ns-wrapper-child *::before, .ns-wrapper-child *::after { box-sizing: border-box; }

.ns-wrapper-child {
  /* font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif; */
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
  color: #333;
  line-height: 1.75;
}

.ns-wrapper-child img { max-width: 100%; height: auto; display: block; }
.ns-wrapper-child p   { margin: 0 0 0.8em; }
.ns-wrapper-child p:last-child { margin-bottom: 0; }
.ns-wrapper-child h2, .ns-wrapper-child h3 { margin: 0; }

.nc-container {
  max-width: 81.67vw;
  margin: 0 auto;
  padding: 0 2.5vw;
}

/* ---------- フェードイン ---------- */
.nc-fadein        { opacity:0; transform:translateY(1.5em);  transition:opacity .8s ease,transform .8s ease; }
.nc-fadein-left   { opacity:0; transform:translateX(-3em);   transition:opacity .7s ease,transform .7s ease; }
.nc-fadein-bottom { opacity:0; transform:translateY(3em);    transition:opacity .7s ease,transform .7s ease; }
.nc-fadein-right  { opacity:0; transform:translateX(3em);    transition:opacity .7s ease,transform .7s ease; }
.nc-fadein.is-visible,
.nc-fadein-left.is-visible,
.nc-fadein-bottom.is-visible,
.nc-fadein-right.is-visible { opacity:1; transform:none; }

/* ---------- ページヘッダー帯 ---------- */
.nc-page-header {
  padding: 5vw 0;
  text-align: center;
}
.nc-page-header--yellow { background: #d4991a; }
.nc-page-header--red    { background: #cc1100; }

.nc-page-title {
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
  font-size: 1.5vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0;
}

/* ---------- 共通見出し ---------- */
.nc-heading {
  text-align: center;
  margin-bottom: 3.33vw;
}

.nc-h-en {
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
  font-size: 2vw;
  font-weight: 900;
  color: #1e3953;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: 0 0 0.67vw;
  display: block;
}

.nc-heading-line {
  display: block;
  width: 3.33vw;
  height: 0.25vw;
  background: #1e3953;
  margin: 0.83vw auto;
}

/* 歯車アイコン */
.nc-gear-icon { color: #6ab04c; margin-right: 0.5vw; }

/* 小見出し */
.nc-sub-heading {
  font-size: 1.25vw;
  font-weight: 700;
  color: #1e3953;
  margin: 3.33vw 0 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ==============================================
   SEC 1: インタビュー（新卒・中途共通）
   ============================================== */
.nc-interview {
  padding: 5.83vw 0 6.67vw;
  background: #fff;
}

.nc-iv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
  width: 100%;
}

.nc-iv-card {
  min-width: 0;
  overflow: hidden;
}

.nc-iv-img {
  border: 1px solid #c8d8ea;
  overflow: hidden;
  margin-bottom: 1.17vw;
  background: #fff;
  width: 100%;
}
.nc-iv-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.nc-iv-body { padding: 0; }

.nc-iv-name {
  font-weight: 700;
  font-size: 1.25vw;
  color: #1e3953;
  text-align: center;
  margin-bottom: 0.17vw;
}

.nc-iv-dept {
  font-size: 0.92vw;
  color: #888;
  text-align: center;
  margin-bottom: 0.67vw;
}

.nc-iv-text {
  font-size: 1vw;
  line-height: 1.8;
  color: #444;
  text-align: left;
  margin: 0;
}


/* ==============================================
   SEC 2: 研修/教育制度（新卒）
   ============================================== */
.nc-training {
  padding: 5.83vw 0 6.67vw;
  background: #f0f3f5;
}

/* Point バナー */
.nc-point-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.17vw;
  margin-bottom: 2.5vw;
}

.nc-point-label {
  display: inline-block;
  background: #1e3953;
  color: #fff;
  font-size: 0.92vw;
  font-weight: 700;
  padding: 0.33vw 1vw;
  border-radius: 2vw;
  white-space: nowrap;
}

.nc-point-banner p {
  font-size: 1.08vw;
  color: #1e3953;
  font-weight: 500;
  margin: 0;
}

/* 研修3カラム */
.nc-training-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  margin-bottom: 3.33vw;
}

.nc-training-card {
  display: flex;
  flex-direction: column;
}

.nc-training-img {
  border: 1px solid #c8d8ea;
  overflow: hidden;
  background: #fff;
  border-radius: 0.5vw;
  flex: 1;
}
.nc-training-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.nc-training-title-bar {
  background: #1e3953;
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  padding: 0.75vw 1vw;
  border-radius: 2vw;
  margin: 0.83vw 0 0;
}

/* 社員4人 円形 */
.nc-voices-persons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  margin-bottom: 3.33vw;
  text-align: center;
}

.nc-vp { display: flex; flex-direction: column; align-items: center; gap: 0.5vw; }

.nc-vp-img {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #c8d8ea;
  background: #dce8f0;
  margin-bottom: 0.5vw;
}
.nc-vp-img img { width: 100%; height: 100%; object-fit: cover; }

.nc-vp-name  { font-size: 1.08vw; font-weight: 700; color: #1e3953; }
.nc-vp-dept  { font-size: 0.83vw; color: #888; }

/* Voice Q&A */
.nc-voice-qa { display: flex; flex-direction: column; gap: 2.5vw; }

.nc-vqa-q {
  display: flex;
  align-items: center;
  gap: 0.83vw;
  margin-bottom: 1vw;
}

.nc-vqa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.17vw;
  height: 2.17vw;
  border-radius: 50%;
  background: #1e3953;
  color: #fff;
  font-size: 1.08vw;
  font-weight: 700;
  flex-shrink: 0;
}

.nc-vqa-label {
  font-size: 1.17vw;
  font-weight: 700;
  color: #1e3953;
}

.nc-vqa-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.nc-vqa-card {
  background: #fff;
  border-radius: 0.25vw;
  padding: 1.17vw 1.33vw;
  font-size: 1vw;
  line-height: 1.8;
  color: #444;
}

.nc-vqa-name-tag {
  display: inline-block;
  background: #6ab04c;
  color: #fff;
  font-size: 0.83vw;
  font-weight: 600;
  padding: 0.17vw 0.83vw;
  border-radius: 0.17vw;
  margin-bottom: 0.5vw;
}


/* ==============================================
   SEC 3: 採用実績校
   ============================================== */
.nc-schools {
  padding: 5.83vw 0 6.67vw;
  background: #fff;
}

.nc-schools-note {
  font-size: 1vw;
  color: #555;
  text-align: center;
  margin: 0;
  line-height: 1.7;
}

.nc-schools-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  margin-bottom: 2.5vw;
}

.nc-school-group { margin-bottom: 0; }
.nc-school-group--full { }

.nc-school-type {
  font-size: 1.33vw;
  font-weight: 700;
  color: #1e3953;
  margin-bottom: 1vw;
  display: flex;
  align-items: center;
}

.nc-school-box {
  background: #f0f3f5;
  border-radius: 0.25vw;
  padding: 1.33vw 1.67vw;
}

.nc-school-tag-row { margin-bottom: 0.83vw; }
.nc-school-tag-row:last-child { margin-bottom: 0; }

.nc-school-tag {
  display: inline-block;
  background: #6ab04c;
  color: #fff;
  font-size: 0.83vw;
  font-weight: 700;
  padding: 0.17vw 0.67vw;
  border-radius: 0.17vw;
  margin-bottom: 0.33vw;
}

.nc-school-tag-row p,
.nc-school-box p {
  font-size: 1vw;
  line-height: 1.85;
  color: #333;
  margin: 0;
}


/* ==============================================
   SEC 4: 募集要項
   ============================================== */
.nc-requirements {
  padding: 5.83vw 0 6.67vw;
  background: #f0f3f5;
}

.nc-req-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1vw;
  background: #fff;
  border: 1px solid #dde6f0;
}

.nc-req-table th,
.nc-req-table td {
  padding: 1vw 2vw;
  text-align: left;
  border-bottom: 1px solid #dde6f0;
  vertical-align: middle;
}

.nc-req-table th {
  width: 12%;
  font-weight: 700;
  color: #1e3953;
  text-align: center;
  white-space: nowrap;
  background: #fff;
}

.nc-req-table td { color: #444; }
.nc-req-table tr:last-child th,
.nc-req-table tr:last-child td { border-bottom: none; }


/* ==============================================
   SEC: 永田鉄工で働ける職種（中途）
   ============================================== */
.nc-jobs-section {
  padding: 5.83vw 0 6.67vw;
  background: #f0f3f5;
}

.nc-jobs-intro {
  font-size: 1.08vw;
  color: #333;
  line-height: 1.85;
  margin-bottom: 2.5vw;
}

.nc-jobs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.nc-job-card {
  min-width: 0;
}

.nc-job-img {
  position: relative;
  border: 1px solid #c8d8ea;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.nc-job-img img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.nc-job-img:hover img {
  transform: scale(1.03);
}

/* ホバーオーバーレイ */
.nc-job-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 57, 83, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nc-job-img:hover .nc-job-overlay {
  opacity: 1;
}

.nc-job-overlay-text {
  color: #fff;
  font-size: 1.17vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}

/* 職種タイトルバー */
.nc-job-title-bar {
  background: #1e3953;
  color: #fff;
  font-size: 1.08vw;
  font-weight: 700;
  text-align: center;
  padding: 0.75vw 1vw;
  border-radius: 2vw;
  margin: 1vw auto 0;
  max-width: 70%;
}


/* ==============================================
   SEC 5: Q&A
   ============================================== */
.nc-faq {
  padding: 5.83vw 0 6.67vw;
  background: #fff;
}

.nc-faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.67vw;
  margin-bottom: 4.17vw;
}

.nc-faq-q {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 0.83vw;
}

.nc-faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: #1e3953;
  color: #fff;
  font-size: 1.17vw;
  font-weight: 700;
  flex-shrink: 0;
}

.nc-faq-text {
  font-size: 1.17vw;
  font-weight: 700;
  color: #1e3953;
}

.nc-faq-a {
  background: #f0f3f5;
  border-radius: 0.25vw;
  padding: 1vw 1.67vw;
  font-size: 1.08vw;
  color: #444;
  line-height: 1.8;
}

/* エントリーボタン */
.nc-entry-wrap { text-align: center; }

.nc-entry-btn {
  display: inline-block;
  background: #1e3f8a;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 700;
  padding: 1.25vw 8vw;
  border-radius: 0.25vw;
  text-decoration: none;
  transition: background 0.2s;
  letter-spacing: 0.06em;
}

.nc-entry-btn:hover {
  background: #163070;
  text-decoration: none;
  color: #fff;
}


/* ==============================================
   レスポンシブ (768px以下)
   ============================================== */
@media (max-width: 767px) {
  .nc-container { max-width: 100%; padding: 0 16px; }
  .nc-h-en { font-size: 20px; }
  .nc-heading { margin-bottom: 24px; }
  .nc-heading-line { width: 40px; height: 3px; }
  .nc-page-title { font-size: 16px; }
  .nc-page-header { padding: 40px 0; }
  .nc-sub-heading { font-size: 15px; margin: 24px 0 16px; }

  .nc-interview { padding: 40px 0 50px; }
  .nc-iv-grid { grid-template-columns: 1fr; gap: 24px; }
  .nc-iv-name { font-size: 16px; }
  .nc-iv-dept { font-size: 12px; }
  .nc-iv-text { font-size: 13px; }

  .nc-training { padding: 40px 0 50px; }
  .nc-point-label { font-size: 12px; padding: 4px 10px; }
  .nc-point-banner p { font-size: 13px; }
  .nc-training-grid { grid-template-columns: 1fr; gap: 16px; }
  .nc-training-title-bar { font-size: 13px; padding: 10px; }
  .nc-voices-persons { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .nc-vp-img { width: 22vw; height: 22vw; }
  .nc-vp-name { font-size: 14px; }
  .nc-vp-dept { font-size: 11px; }
  .nc-vqa-icon { width: 28px; height: 28px; font-size: 14px; }
  .nc-vqa-label { font-size: 14px; }
  .nc-vqa-cards { grid-template-columns: 1fr; gap: 10px; }
  .nc-vqa-card { font-size: 13px; padding: 12px 14px; }
  .nc-vqa-name-tag { font-size: 12px; padding: 2px 8px; }

  .nc-schools { padding: 40px 0 50px; }
  .nc-schools-note { font-size: 12px; }
  .nc-schools-row { grid-template-columns: 1fr; gap: 16px; }
  .nc-school-type { font-size: 17px; }
  .nc-school-tag { font-size: 11px; }
  .nc-school-tag-row p { font-size: 12px; }
  .nc-school-box p { font-size: 12px; }
  .nc-school-box { padding: 12px 14px; }

  .nc-requirements { padding: 40px 0 50px; }
  .nc-req-table { font-size: 12px; }
  .nc-req-table th, .nc-req-table td { padding: 10px 12px; }
  .nc-req-table th { width: 25%; }

  .nc-jobs-section { padding: 40px 0 50px; }
  .nc-jobs-grid { grid-template-columns: 1fr; gap: 20px; }
  .nc-jobs-intro { font-size: 13px; }
  .nc-job-title-bar { font-size: 14px; max-width: 80%; }
  .nc-job-overlay-text { font-size: 14px; }

  .nc-faq { padding: 40px 0 50px; }
  .nc-faq-icon { width: 30px; height: 30px; font-size: 14px; }
  .nc-faq-text { font-size: 14px; }
  .nc-faq-a { font-size: 13px; padding: 12px 16px; }
  .nc-entry-btn { font-size: 15px; padding: 14px 40px; width: 100%; max-width: 320px; }
}


/* ==============================================
   職種ページ専用スタイル
   ============================================== */

/* SEC 1: 求める人物像 */
.nc-persona {
  padding: 4.17vw 0;
  background: #f0f3f5;
}

/* 仕事内容セクション */
.nc-jobcontent {
  padding: 5.83vw 0 6.67vw;
  background: #fff;
}

.nc-jobcontent-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3vw;
  align-items: center;
}

.nc-jobcontent-img {
  overflow: hidden;
  border: 1px solid #c8d8ea;
}
.nc-jobcontent-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.nc-jobcontent-text {
  font-size: 1.08vw;
  color: #333;
}

.nc-persona-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2vw;
  align-items: center;
  background: #f0f3f5;
  border-radius: 0.5vw;
  padding: 2vw;
}

.nc-persona-label {
  font-size: 1.17vw;
  font-weight: 700;
  color: #1e3953;
  display: flex;
  align-items: center;
  gap: 0.5vw;
}

.nc-persona-box {
  background: #fff;
  border-radius: 0.5vw;
  padding: 1.5vw 2vw;
}

.nc-persona-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.67vw;
}

.nc-persona-list li {
  font-size: 1.08vw;
  color: #333;
  line-height: 1.7;
  padding-left: 1.2em;
  position: relative;
}

.nc-persona-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #1e3953;
}

/* SEC 2: やりがい・醍醐味 */
.nc-appeal {
  padding: 5.83vw 0 6.67vw;
  background: #fff;
}

.nc-appeal-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  align-items: start;
}

.nc-appeal-text {
  font-size: 1.08vw;
  line-height: 1.9;
  color: #444;
}

.nc-appeal-person {
  text-align: center;
}

.nc-appeal-img {
  border: 1px solid #c8d8ea;
  overflow: hidden;
  margin-bottom: 1.17vw;
}

.nc-appeal-img img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}

.nc-appeal-name {
  font-size: 1.25vw;
  font-weight: 700;
  color: #1e3953;
  margin-bottom: 0.17vw;
}

.nc-appeal-dept {
  font-size: 0.92vw;
  color: #888;
  margin: 0;
}

/* SEC 3: 1日の流れ */
.nc-day {
  padding: 5.83vw 0 6.67vw;
  background: #f0f3f5;
}

.nc-day-subtitle {
  font-size: 1.17vw;
  font-weight: 700;
  color: #1e3953;
  display: flex;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 2vw;
}

.nc-day-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5vw;
  align-items: start;
}

.nc-day-img {
  border: 1px solid #c8d8ea;
  overflow: hidden;
  background: #fff;
}

.nc-day-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.nc-day-schedule {
  background: #fff;
  border: 1px solid #c8d8ea;
  border-radius: 0.25vw;
  padding: 1.67vw 2vw;
}

.nc-schedule-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.83vw;
}

.nc-schedule-row {
  display: flex;
  gap: 1.5vw;
  align-items: baseline;
  border-bottom: 1px solid #edf0f3;
  padding-bottom: 0.67vw;
}

.nc-schedule-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.nc-schedule-row dt {
  font-size: 1vw;
  font-weight: 700;
  color: #1e3953;
  white-space: nowrap;
  min-width: 5vw;
}

.nc-schedule-row dd {
  font-size: 1vw;
  color: #444;
  margin: 0;
}

/* レスポンシブ追加 */
@media (max-width: 767px) {
  .nc-persona { padding: 30px 0; }
  .nc-jobcontent { padding: 40px 0 50px; }
  .nc-jobcontent-layout { grid-template-columns: 1fr; gap: 16px; }
  .nc-jobcontent-text { font-size: 13px; }
  .nc-persona-layout { grid-template-columns: 1fr; gap: 16px; padding: 16px; }
  .nc-persona-label { font-size: 15px; }
  .nc-persona-list li { font-size: 13px; }

  .nc-appeal { padding: 40px 0 50px; }
  .nc-appeal-layout { grid-template-columns: 1fr; gap: 24px; }
  .nc-appeal-text { font-size: 13px; }
  .nc-appeal-name { font-size: 16px; }
  .nc-appeal-dept { font-size: 12px; }

  .nc-day { padding: 40px 0 50px; }
  .nc-day-subtitle { font-size: 14px; }
  .nc-day-layout { grid-template-columns: 1fr; gap: 16px; }
  .nc-schedule-row dt { font-size: 13px; min-width: 60px; }
  .nc-schedule-row dd { font-size: 13px; }
}

