/* ===========================
   pages/top.css — TOPページ
   =========================== */

/* ============ Hero / FV ============ */
/* レイヤー (下→上):
   1. KV.png (.hero background)
   2. スライド画像 (.hero__image-wrap > .hero__slides)
   3. topfv_pattern.png (.hero__pattern) - スライドと青::beforeの間
   4. #0091DD 22% オーバーレイ (.hero::before)
   5. キャッチコピー (.hero__copy) */
.hero {
  position: relative;
  width: 100%;
  height: clamp(480px, 53vw, 637px);
  overflow: hidden;
  background-image: url('../../assets/images/top/KV.png');
  background-size: cover;
  background-position: center;
}

/* スライドと::beforeの間のパターンレイヤー */
.hero__pattern {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}

/* 青オーバーレイ #0091DD 22% (最前面のトーン) */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 145, 221, 0.22);
  z-index: 3;
  pointer-events: none;
}

/* 画像コンテナ - インセット配置 (スライドの z は 1) */
.hero__image-wrap {
  position: absolute;
  inset: 7.85% 4.17%;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.hero__slides {
  position: absolute;
  inset: 0;
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: hero-fade 12s infinite ease-in-out;
  will-change: opacity;
}

.hero__slide:nth-child(2) {
  animation-delay: 6s;
}

.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SP専用キービジュアル (PCでは非表示) */
.hero__image-sp {
  display: none;
  position: absolute;
  inset: 0;
}
.hero__image-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes hero-fade {
  0%   { opacity: 0; }
  8%   { opacity: 1; }
  50%  { opacity: 1; }
  58%  { opacity: 0; }
  100% { opacity: 0; }
}

/* 画像上の青オーバーレイ (Figma準拠で軽め) */
.hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 145, 221, 0.12);
  mix-blend-mode: multiply;
  z-index: 2;
  pointer-events: none;
}

/* キャッチコピーは画像とパターンの上 */
.hero__copy {
  position: absolute;
  inset-block-start: 32%;
  inset-inline-start: 0;
  z-index: 5;
  color: var(--color-white);
  /* 1200px で 0、それ以上の幅では左に余白を取る */
  padding-inline-start: max(0px, calc((100vw - 1200px) / 8));
}

.hero__catchcopy-jp {
  font-family: "A P-OTF A1ゴシック StdN", "A P-OTF A1Gothic StdN", "PA1GothicStdN-Regular", "A-OTF A1ゴシック Std", "A1 Gothic", var(--ff-jp);
  font-size: 4.80475rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.06em;
  opacity: 0.75;
  text-shadow: 0 2px 18px rgba(0, 30, 80, 0.4);
}

/* MESSAGE + TRUCK 共通帯 (背景画像が両セクションに作用)
   横100%、縦はアスペクト比で伸び、足りない分は下に縦リピート */
.message-band {
  position: relative;
  background-image: url('../../assets/images/top/message-bg.png');
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding-bottom: 83px;
}

/* ============ MESSAGE (Hero下の文章セクション) ============ */
.message {
  position: relative;
  padding: 78px 0 85px;
  overflow: hidden;
}

.message__inner {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin-inline: auto;
  padding-bottom: 0;
}

.message__text {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: var(--ff-jp);
  font-size: max(13px, 1.333vw);      /* 16px @1200 / 最低13px */
  font-weight: var(--fw-medium);
  line-height: 2.1875;                /* 35/16 */
  color: #155c99;
  letter-spacing: 0.05em;
  padding-top: 0;
  white-space: pre-line;
}

.message__closing {
  position: relative;
  text-align: center;
  font-family: var(--ff-jp);
  font-size: clamp(1.5rem, 3vw, 2.1875rem);
  font-weight: var(--fw-medium);
  color: #3cabe6;
  letter-spacing: 0.4em;
  margin-top: 72px;
  z-index: 2;
}

/* 画像5枚レイヤー - 1200px 中央寄せの絶対配置コンテナ */
.message__images {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.message__thumb {
  position: absolute;
  border-radius: 0;
  box-shadow: 0 8px 30px rgba(0, 44, 106, 0.10);
  object-fit: cover;
}
/* Figma 574:4959 MESSAGE 1200px 座標に完全一致 */
.message__thumb--c1-right1 { left: 884px; top: 90px;  width: 266px; height: 133px; }
.message__thumb--c1-left1  { left: 0;     top: 204px; width: 371px; height: 155px; }
.message__thumb--c1-right2 { left: 930px; top: 298px; width: 269px; height: 167px; }
.message__thumb--c1-left2  { left: 174px; top: 520px; width: 197px; height: 141px; }
.message__thumb--c1-right3 { left: 840px; top: 550px; width: 205px; height: 127px; }

/* ============ Truck section ============ */
.truck {
  width: 100%;
  line-height: 0;
}

.truck__image {
  width: 100%;
  height: auto;
  display: block;
}

/* ============ ABOUT US ============ */
.about-us {
  position: relative;
  background-image: url('../../assets/images/top/about-us-bg.png');
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  overflow: hidden;
}

.about-us__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 622px;
}

/* white panel */
.about-us__panel {
  position: absolute;
  top: 69px;
  left: 88px;
  width: 964px;
  height: 383px;
  background-color: var(--color-white);
  padding: 71px 515px 75px 60px;
  z-index: 2;
  box-sizing: border-box;
}

.about-us__text {
  font-family: var(--ff-jp);
  font-size: max(13px, 1.333vw);      /* 16px @1200 / 最低13px */
  font-weight: var(--fw-regular);
  line-height: 1.6;
  color: var(--color-black);
  max-width: 389px;
}

.about-us__ctas {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 56px;
}

/* 写真の後ろの薄青オーバーレイ矩形 (Figma 574:4978)
   1200px時: 写真と同じ右端 (width 674)
   1200px超: 写真より右に最大60pxはみ出る (width up to 734)
   ただし画面外には出ない (50vw + 74px で計算) */
.about-us__photo-bg {
  position: absolute;
  top: 195px;
  left: 526px;
  width: min(calc(50vw + 74px), 734px);
  height: 383px;
  background-color: rgba(60, 171, 230, 0.20);
  z-index: 1;
  pointer-events: none;
}

/* photo overlapping right */
.about-us__photo {
  position: absolute;
  top: 119px;
  left: 584px;
  width: 616px;
  height: 403px;
  z-index: 3;
  box-shadow: 0 12px 36px rgba(0, 44, 106, 0.18);
}

.about-us__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* decor - 写真より下のレイヤーに */
.about-us .decor { z-index: 2; }
.about-us .decor--1 { left: 962px; top: 442px; width: 80px;  height: 80px;  background-color: rgba(255,255,255,0.60); }
.about-us .decor--2 { left: 644px; top: 334px; width: 80px;  height: 80px;  background-color: rgba(255,255,255,0.60); }
.about-us .decor--3 { left: 986px; top: 371px; width: 125px; height: 125px; background-color: rgba(0,145,221,0.35); }

/* ============ BUSINESS ============ */
.business {
  position: relative;
  background-image: url('../../assets/images/top/business-bg.png');
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  overflow: hidden;
}

/* 左下の青デコレーションボックス (Figma Rectangle 324: x=0 y=378 w=821 h=369)
   セクション左端から開始、1200px以上では右側へ最大設定幅まで、画面範囲内で */
.business::before {
  content: "";
  position: absolute;
  top: 378px;
  left: 0;
  width: min(calc(50vw + 221px), 821px);
  height: 369px;
  background-color: rgba(60, 171, 230, 0.22);
  z-index: 1;
  pointer-events: none;
}

.business__inner {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  height: 747px;
  padding: 0;
}

.business__text {
  position: absolute;
  top: 151px;
  left: 644px;
  width: 389px;
  font-family: var(--ff-jp);
  font-size: max(13px, 1.333vw);      /* 16px @1200 / 最低13px */
  line-height: 1.6;
  color: var(--color-black);
  z-index: 3;
}

.business__card-1 {
  position: absolute;
  top: 171px;
  left: 88px;
  width: 468px;
  height: 354px;
  z-index: 2;
}

.business__card-2 {
  position: absolute;
  top: 323px;
  left: 644px;
  width: 468px;
  height: 354px;
  z-index: 2;
}

/* ============ PERSON ============ */
.person {
  position: relative;
  background: var(--color-white);
  padding: 84px 0 63px;
}

.person__heading {
  position: relative;
  text-align: center;
  margin-bottom: 27px;
}

.person__heading .section-tag__en {
  color: #3cabe6;
}

.person__heading .section-tag__jp {
  color: var(--color-blue);
}

.person__marquee {
  width: 100%;
  overflow: hidden;
  margin-bottom: 22px;
  padding: 0;
}

.person__marquee-track {
  display: flex;
  gap: 0;                              /* Figma準拠: 画像は接して並ぶ */
  width: max-content;
  animation: marquee 80s linear infinite;
}

.person__marquee-track img {
  width: clamp(280px, 24vw, 342px);
  aspect-ratio: 342 / 445;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.person__description {
  text-align: center;
  font-family: var(--ff-jp);
  font-size: max(13px, 1.333vw);      /* 16px @1200 / 最低13px */
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text);
}

.person__cta-wrap {
  text-align: center;
  margin-top: 20px;
}

.person__cards {
  width: max-content;
  max-width: 100%;
  margin: 64px auto 0;
  display: flex;
  justify-content: center;
  gap: 145px;
}

.person__card {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
}

.person__card-frame {
  position: relative;
  width: 439px;
  max-width: 100%;
  height: 183px;
  margin: 0 auto;
  overflow: hidden;
  background-color: rgba(0, 44, 106, 0.5);
}

.person__card-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

/* 矢印: 青背景 (#155c99) 26x26 に白い水平線+右上斜線 */
.person__card-arrow {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  background-color: #155c99;
}
.person__card-arrow::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #ffffff;
  transform: translateY(-50%);
}
.person__card-arrow::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 7px;
  height: 1px;
  background: #ffffff;
  transform-origin: right center;
  transform: translateY(-50%) rotate(35deg);
}
.person__card-arrow img { display: none; }

.person__card-label {
  display: block;
  margin-top: 16px;
  font-family: var(--ff-jp);
  font-size: 16px;
  font-weight: var(--fw-medium);
  color: var(--color-blue);
  letter-spacing: 0.06em;
}

/* ============ ENVIRONMENT (BUSINESSと同型レイアウト) ============ */
.environment {
  position: relative;
  background-image: url('../../assets/images/top/environment-bg.png');
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  overflow: hidden;
}

/* Figma Rectangle 324: 左下の青デコレーションボックス */
.environment::before {
  content: "";
  position: absolute;
  top: 378px;
  left: 0;
  width: min(calc(50vw + 221px), 821px);
  height: 369px;
  background-color: rgba(60, 171, 230, 0.22);
  z-index: 1;
  pointer-events: none;
}

.environment__inner {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  height: 747px;
  padding: 0;
}

.environment__text {
  position: absolute;
  top: 151px;
  left: 644px;
  width: 389px;
  font-family: var(--ff-jp);
  font-size: max(13px, 1.333vw);      /* 16px @1200 / 最低13px */
  line-height: 1.6;
  color: var(--color-black);
  z-index: 3;
}

.environment__card-1 {
  position: absolute;
  top: 171px;
  left: 88px;
  width: 468px;
  height: 354px;
  z-index: 2;
}

.environment__card-2 {
  position: absolute;
  top: 323px;
  left: 644px;
  width: 468px;
  height: 354px;
  z-index: 2;
}

/* ENVIRONMENT カードのタグはグレー背景 + 紺文字 */
.environment .image-card__tag {
  background-color: #DBDBDB;
  color: #155C99;
}

/* ============ INTERNSHIP ============ */
.internship {
  position: relative;
  background-color: var(--color-white);
}

.internship__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 524px;
  display: grid;
  grid-template-columns: 757px 1fr;
  align-items: center;
}

/* Figma Rectangle 300: 画像より下のレイヤーの薄水色装飾ボックス (141x141) */
.internship__inner::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 638px;
  width: 141px;
  height: 141px;
  background-color: rgba(0, 145, 221, 0.15);
  z-index: 0;
  pointer-events: none;
}
.internship__image { position: relative; z-index: 1; }

.internship__image {
  width: 757px;
  height: 381px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 44, 106, 0.12);
  align-self: center;
}

.internship__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.internship__content {
  position: relative;
  padding-left: 64px;
  padding-right: 60px;
}

.internship__heading {
  position: relative;
  margin-bottom: 24px;
}

.internship__heading .section-tag__en {
  color: #155c99;
  letter-spacing: 6px;
}

.internship__heading .section-tag__jp {
  color: var(--color-blue-dark);
  text-align: right;
}

.internship__heading .section-tag__en {
  text-align: right;
}

.internship__text {
  font-family: var(--ff-jp);
  font-size: max(13px, 1.333vw);      /* 16px @1200 / 最低13px */
  line-height: 1.6;
  color: var(--color-black);
  margin-bottom: 32px;
}

/* ============ INFORMATION ============ */
.information {
  position: relative;
  background-color: #155C99;
  color: var(--color-white);
  padding: 51px 0 106px;
  text-align: center;
}

.information__en {
  font-family: var(--ff-en-body);
  font-size: 40px;
  font-weight: var(--fw-regular);
  letter-spacing: 0.06em;
  color: var(--color-white);
  line-height: 1;
}

.information__jp {
  margin-top: 4px;
  font-family: var(--ff-jp);
  font-size: 20px;
  font-weight: var(--fw-medium);
  color: var(--color-white);
  letter-spacing: 0.1em;
}

.information__text {
  margin-top: 32px;
  font-family: var(--ff-jp);
  font-size: 14px;
  line-height: 32px;
  color: var(--color-white);
  opacity: 0.95;
}

.information__cta-wrap {
  margin-top: 36px;
}

.information .cta-btn {
  background-color: var(--color-white);
  color: #0091dd;
}

/* 白ボタン用: 矢印を青に上書き */
.information .cta-btn__arrow,
.information .cta-btn__arrow::after {
  background: #0091dd;
}

/* ==========================================================
   Responsive (Tablet 768-1199 + SP <=767)
   ========================================================== */

/* ========== TABLET (max 1199) ========== */
@media (max-width: 1199px) {
  /* Hero / FV */
  .hero { height: clamp(420px, 56vw, 600px); }
  .hero__image-wrap { inset: 7.85% 4.17%; }
  .hero__catchcopy-jp { font-size: 3.8rem; }

  /* MESSAGE: 画像非表示、テキスト中央 */
  .message-band { padding-bottom: 56px; }
  .message { padding: 56px 0 56px; }
  .message__inner { width: 100%; padding: 0 24px; }
  .message__images { display: none; }
  .message__closing { font-size: clamp(1.3rem, 2.6vw, 2rem); margin-top: 56px; }

  /* ABOUT US: パネル+写真を縦並び、タグの下に余白確保 */
  .about-us { padding: 0 0 56px; }
  .about-us__inner { width: 100%; height: auto; padding: 130px 24px 0; }
  .section-tag--top-left { padding-left: 24px; }
  .about-us__panel {
    position: relative;
    top: 0; left: 0;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    height: auto;
    padding: 36px 32px;
  }
  .about-us__photo {
    position: relative;
    top: auto; left: auto;
    width: 92%;
    max-width: 760px;
    height: auto;
    aspect-ratio: 616 / 403;
    margin: 24px auto 0;
  }
  .about-us__photo-bg { display: none; }
  .about-us .decor { display: none; }

  /* BUSINESS: タグ→テキスト→card1→card2 の縦並び */
  .business { padding: 0 0 56px; }
  .business__inner {
    width: 100%;
    height: auto;
    padding: 130px 24px 0;
    display: flex;
    flex-direction: column;
  }
  .section-tag--top-right { padding-left: 88px; }
  .business::before { display: none; }
  .business__text {
    order: 1;
    position: relative;
    top: auto; left: auto;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 24px;
  }
  .business__card-1 {
    order: 2;
    position: relative;
    top: auto; left: auto;
    width: 92%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 468 / 354;
    margin: 24px auto 0;
  }
  .business__card-2 {
    order: 3;
    position: relative;
    top: auto; left: auto;
    width: 92%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 468 / 354;
    margin: 24px auto 0;
  }

  /* PERSON */
  .person { padding: 64px 0 48px; }
  .person__cards {
    width: auto;
    max-width: 100%;
    gap: 48px;
    flex-wrap: wrap;
    padding: 0 24px;
  }
  .person__card-frame { width: 100%; max-width: 439px; height: auto; aspect-ratio: 439 / 183; }
  .person__card { width: calc((100% - 48px) / 2); max-width: 439px; }

  /* ENVIRONMENT: タグ→テキスト→card1→card2 の縦並び */
  .environment { padding: 0 0 56px; }
  .environment__inner {
    width: 100%;
    height: auto;
    padding: 130px 24px 0;
    display: flex;
    flex-direction: column;
  }
  .environment::before { display: none; }
  .environment__text {
    order: 1;
    position: relative;
    top: auto; left: auto;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 24px;
  }
  .environment__card-1 {
    order: 2;
    position: relative;
    top: auto; left: auto;
    width: 92%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 468 / 354;
    margin: 24px auto 0;
  }
  .environment__card-2 {
    order: 3;
    position: relative;
    top: auto; left: auto;
    width: 92%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 468 / 354;
    margin: 24px auto 0;
  }

  /* INTERNSHIP */
  .internship { padding: 48px 0; }
  .internship__inner {
    grid-template-columns: 1fr;
    height: auto;
    padding: 0 24px;
    gap: 32px;
  }
  .internship__inner::before { display: none; }
  .internship__image {
    width: 100%;
    height: auto;
    aspect-ratio: 757 / 381;
  }
  .internship__content { padding-left: 0; max-width: 760px; margin: 0 auto; width: 100%; }
  .internship__content .cta-btn { display: flex; margin: 24px auto 0; }

  /* INFORMATION */
  .information { padding: 48px 24px 80px; }

  /* FOOTER */
  .footer { height: auto; }
  .footer__inner { width: 100%; height: auto; padding: 16px 24px; }
  .footer__logo { position: relative; left: auto; top: auto; transform: none; justify-content: center; display: flex; margin: 0 auto 12px; }
  .footer__bottom {
    position: relative;
    top: auto; left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 24px;
    padding-right: 60px;
  }
  .footer__links { position: relative; left: auto; top: auto; }
  .footer__copyright { position: relative; left: auto; top: auto; transform: none; }
  .footer__top { top: 50%; right: 16px; transform: translateY(-50%); }
}

/* ========== SP (max 767) ========== */
@media (max-width: 767px) {
  /* Hero - Figma SP (750基準, KV 734px = 97.87vw) */
  .hero { height: 97.87vw; }
  /* PC用スライドは非表示、SP用1枚絵を表示 */
  .hero__slides { display: none; }
  .hero__image-sp { display: block; }
  .hero__copy {
    inset-block-start: 31.4%;
    padding-inline-start: 0;
  }
  .hero__catchcopy-jp {
    font-size: 9.375vw;
    line-height: 1.3;
    letter-spacing: 0.06em;
  }

  /* Section Tag */
  .section-tag {
    width: 280px;
    height: 80px;
    padding: 18px 20px;
  }
  .section-tag--top-left,
  .section-tag--top-right { padding-left: 20px; }
  .section-tag__en { font-size: 28px; line-height: 24px; }
  .section-tag__jp { font-size: 14px; line-height: 20px; margin-top: 4px; }

  /* MESSAGE */
  .message-band { padding-bottom: 32px; }
  .message { padding: 40px 0 32px; }
  .message__text {
    font-size: 13px;
    line-height: 26px;
    padding: 0;
  }
  .message__closing {
    font-size: 1.15rem;
    letter-spacing: 0.25em;
    margin-top: 36px;
  }

  /* ABOUT US */
  .about-us { padding: 0 0 32px; }
  .about-us__inner { padding: 100px 16px 0; }
  .about-us__panel { margin-top: 0; padding: 28px 20px; }
  .about-us__ctas { gap: 8px; align-items: center; }
  .cta-btn { width: 100%; max-width: 320px; }
  .about-us__photo { width: 100%; margin-top: 32px; }

  /* BUSINESS */
  .business { padding: 0 0 32px; }
  .business__inner { padding: 100px 16px 0; }
  .business__text { margin: 0 auto 24px; padding: 0 4px; }
  .business__card-1,
  .business__card-2 { width: 100%; max-width: 480px; aspect-ratio: 468 / 354; }

  /* PERSON */
  .person { padding: 48px 0 32px; }
  .person__heading { margin-bottom: 24px; }
  .person__marquee { margin-bottom: 24px; }
  .person__marquee-track img { width: 50vw; max-width: 240px; }
  .person__description { font-size: 13px; line-height: 24px; padding: 0 16px; }
  .person__cards { gap: 32px; padding: 0 16px; flex-direction: column; align-items: center; }
  .person__card { width: 100%; max-width: 439px; }
  .person__card-frame { width: 100%; max-width: 439px; }

  /* ENVIRONMENT */
  .environment { padding: 0 0 32px; }
  .environment__inner { padding: 100px 16px 0; }
  .environment__text { margin: 0 auto 24px; padding: 0 4px; }
  .environment__card-1,
  .environment__card-2 { width: 100%; max-width: 480px; aspect-ratio: 468 / 354; }

  /* INTERNSHIP */
  .internship { padding: 32px 0; }
  .internship__inner { padding: 0 16px; gap: 24px; }
  .internship__content { padding: 0; }
  .internship__heading .section-tag { position: relative; }

  /* INFORMATION */
  .information { padding: 40px 16px 64px; }
  .information__en { font-size: 32px; }
  .information__jp { font-size: 16px; }
  .information__text { font-size: 13px; line-height: 26px; }

  /* FOOTER */
  .footer { height: auto; padding: 16px 0; }
  .footer__inner { padding: 12px 16px 12px; flex-direction: column; align-items: center; height: auto; }
  .footer__logo { gap: 12px; margin: 8px 0 12px; }
  .footer__logo-img { width: 160px; }
  .footer__logo-text { font-size: 13px; }
  .footer__bottom {
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 0;
  }
  .footer__links { position: relative; left: auto; top: auto; }
  .footer__copyright { position: relative; left: auto; top: auto; transform: none; }
  .footer__top { position: absolute; right: 12px; top: 12px; transform: none; }

  /* 画像カードのタグサイズSP調整 */
  .image-card { padding: 8px; }
  .image-card__tag { font-size: 13px; padding: 6px 12px; top: -16px; }
  .image-card__arrow { width: 22px; height: 22px; bottom: 14px; right: 14px; }
  .image-card__arrow::before { width: 12px; right: 5px; }
  .image-card__arrow::after { width: 6px; right: 5px; }
}

/* ============================================================
   TOP ページ専用: PC (>=1200px) で px → vw 化テスト
   1200px幅基準 (1px = 1/1200 * 100 = 0.0833vw)
   OK確認後、body[data-path="/"] スコープを外して通常スタイルに統合可
   ============================================================ */
@media (min-width: 1200px) {
  body[data-path="/"] {
    /* ===== Hero ===== */
    .hero { height: 53.083vw; }                                 /* 637 (clamp上限解除) */
    .hero__catchcopy-jp { font-size: 6.406vw; }                 /* 76.876 (4.80475rem) */

    /* ===== Message + Truck ===== */
    .message-band { padding-bottom: 6.917vw; }                  /* 83 */
    .message { padding: 6.5vw 0 7.083vw; }                      /* 78 / 85 */
    .message__inner { width: 100vw; }                           /* 1200 */
    .message__closing { margin-top: 6vw; letter-spacing: 0.4em; }
    .message__images { width: 100vw; }
    .message__thumb--c1-right1 { left: 73.667vw; top: 7.5vw;  width: 22.167vw; height: 11.083vw; }
    .message__thumb--c1-left1  { left: 0;       top: 17vw;    width: 30.917vw; height: 12.917vw; }
    .message__thumb--c1-right2 { left: 77.5vw;  top: 24.833vw; width: 22.417vw; height: 13.917vw; }
    .message__thumb--c1-left2  { left: 14.5vw;  top: 43.333vw; width: 16.417vw; height: 11.75vw; }
    .message__thumb--c1-right3 { left: 70vw;    top: 45.833vw; width: 17.083vw; height: 10.583vw; }

    /* ===== About-Us ===== */
    .about-us__inner { max-width: 100vw; height: 51.833vw; }    /* 622 */
    .about-us__panel {
      top: 5.75vw; left: 7.333vw;                               /* 69 / 88 */
      width: 80.333vw; height: 31.917vw;                        /* 964 / 383 */
      padding: 5.917vw 42.917vw 6.25vw 5vw;                     /* 71 515 75 60 */
    }
    .about-us__text { max-width: 32.417vw; }                    /* 389 */
    .about-us__ctas { gap: 0.5vw; margin-top: 4.667vw; }        /* 6 / 56 */
    .about-us__photo-bg {
      top: 16.25vw; left: 43.833vw;                             /* 195 / 526 */
      height: 31.917vw;                                         /* 383 */
    }
    .about-us__photo {
      top: 9.917vw; left: 48.667vw;                             /* 119 / 584 */
      width: 51.333vw; height: 33.583vw;                        /* 616 / 403 */
    }
    .about-us .decor--1 { left: 80.167vw; top: 36.833vw; width: 6.667vw; height: 6.667vw; }
    .about-us .decor--2 { left: 53.667vw; top: 27.833vw; width: 6.667vw; height: 6.667vw; }
    .about-us .decor--3 { left: 82.167vw; top: 30.917vw; width: 10.417vw; height: 10.417vw; }

    /* ===== Business ===== */
    .business::before { top: 31.5vw; height: 30.75vw; }         /* 378 / 369 */
    .business__inner { width: 100vw; max-width: 100vw; height: 62.25vw; }  /* 1200 / 747 */
    .business__text { top: 12.583vw; left: 53.667vw; width: 32.417vw; }    /* 151 / 644 / 389 */
    .business__card-1 { top: 14.25vw; left: 7.333vw; width: 39vw; height: 29.5vw; }   /* 171/88/468/354 */
    .business__card-2 { top: 26.917vw; left: 53.667vw; width: 39vw; height: 29.5vw; } /* 323/644/468/354 */

    /* ===== Person ===== */
    .person { padding: 7vw 0 5.25vw; }                          /* 84 / 63 */
    .person__heading { margin-bottom: 2.25vw; }                 /* 27 */
    .person__marquee { margin-bottom: 1.833vw; }                /* 22 */
    .person__description br { display: inline; }
    .person__cta-wrap { margin-top: 1.667vw; }                  /* 20 */
    .person__cards { margin: 5.333vw auto 0; gap: 12.083vw; }   /* 64 / 145 */
    .person__card-frame { width: 36.583vw; height: 15.25vw; }   /* 439 / 183 */
    .person__card-arrow {
      bottom: 1vw; right: 1vw;                                  /* 12 */
      width: 2.167vw; height: 2.167vw;                          /* 26 */
    }
    .person__card-arrow::before { right: 0.5vw; width: 1.167vw; }
    .person__card-arrow::after  { right: 0.5vw; width: 0.583vw; }
    .person__card-label { margin-top: 1.333vw; font-size: 1.333vw; }  /* 16 / 16 */

    /* ===== Environment ===== */
    .environment::before { top: 31.5vw; height: 30.75vw; }      /* 378 / 369 */
    .environment__inner { width: 100vw; max-width: 100vw; height: 62.25vw; }
    .environment__text { top: 12.583vw; left: 53.667vw; width: 32.417vw; }
    .environment__card-1 { top: 14.25vw; left: 7.333vw; width: 39vw; height: 29.5vw; }
    .environment__card-2 { top: 26.917vw; left: 53.667vw; width: 39vw; height: 29.5vw; }

    /* ===== Internship ===== */
    .internship__inner {
      max-width: 100vw; height: 43.667vw;                       /* 524 */
      grid-template-columns: 63.083vw 1fr;                      /* 757px / 1fr */
    }
    .internship__inner::before {
      top: 4.833vw; left: 53.167vw;                             /* 58 / 638 */
      width: 11.75vw; height: 11.75vw;                          /* 141 */
    }
    .internship__image { width: 63.083vw; height: 31.75vw; }    /* 757 / 381 */
    .internship__content { padding-left: 5.333vw; padding-right: 5vw; }  /* 64 / 60 */
    .internship__heading { margin-bottom: 2vw; }                /* 24 */
    .internship__heading .section-tag__en { letter-spacing: 0.5vw; }  /* 6 */
    .internship__text { margin-bottom: 2.667vw; }               /* 32 */

    /* ===== Information ===== */
    .information { padding: 4.25vw 0 8.833vw; }                 /* 51 / 106 */
    .information__en { font-size: 3.333vw; }                    /* 40 */
    .information__jp { margin-top: 0.333vw; font-size: 1.667vw; } /* 4 / 20 */
    .information__text { margin-top: 2.667vw; font-size: 1.167vw; line-height: 2.286; } /* 32 / 14 / 32 */
    .information__cta-wrap { margin-top: 3vw; }                 /* 36 */

    /* ===== Common components (section-tag / image-card / cta-btn) ===== */
    .section-tag {
      padding: 1.667vw 2.667vw 2vw;                             /* 20 32 24 */
      width: 37.167vw;                                          /* 446 */
      height: 9.083vw;                                          /* 109 */
    }
    .section-tag--top-left,
    .section-tag--top-right { padding-left: 7.333vw; }          /* 88 */
    .section-tag__en {
      font-size: 3.333vw;                                       /* 40 */
      letter-spacing: 0.167vw;                                  /* 2 */
      line-height: 0.75;                                        /* 30/40 */
    }
    .section-tag__jp {
      margin-top: 0.583vw;                                      /* 7 */
      font-size: 1.667vw;                                       /* 20 */
      letter-spacing: 0.083vw;                                  /* 1 */
      line-height: 1.5;                                         /* 30/20 */
    }
    .section-tag--center .section-tag__en { font-size: 4vw; }   /* 48 */

    .image-card { padding: 1vw; }                               /* 12 */
    .image-card__tag {
      top: -1.667vw;                                            /* -20 */
      padding: 0.667vw 1.5vw;                                   /* 8 / 18 */
      font-size: 1.333vw;                                       /* 16 */
    }
    .image-card__arrow {
      bottom: 1.667vw; right: 1.5vw;                            /* 20 / 18 */
      width: 2.167vw; height: 2.167vw;                          /* 26 */
    }
    .image-card__arrow::before { right: 0.5vw; width: 1.167vw; } /* 6 / 14 */
    .image-card__arrow::after  { right: 0.5vw; width: 0.583vw; } /* 6 / 7 */

    .cta-btn {
      width: 23.417vw;                                          /* 281 */
      height: 3.833vw;                                          /* 46 */
      font-size: 1.25vw;                                        /* 15 */
    }
    .cta-btn__arrow {
      right: 1.167vw;                                           /* 14 */
      width: 1.5vw;                                             /* 18 */
    }
    .cta-btn__arrow::after { width: 0.75vw; }                   /* 9 */
  }
}
