@charset "UTF-8";

/* ==============================
   トップページ専用
============================== */

/* ------------------------------
   ヒーロー
------------------------------ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  /* SPはヘッダーと下部固定バーの間の中央に置く */
  align-items: center;
  background: var(--color-navy);
  color: #fff;
  overflow: hidden;
  padding: calc(var(--notice-height) + var(--header-height) + 16px) 0 72px;
}

.hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 600px at 80% 20%, rgba(10, 92, 255, 0.45), transparent 60%),
    radial-gradient(700px 500px at 10% 90%, rgba(18, 210, 255, 0.25), transparent 60%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(transparent, rgba(7, 21, 58, 0.7));
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--width-content);
  margin: 0 auto;
  padding: 0 var(--space-gutter);
}

.hero__en {
  font-family: var(--font-en);
  font-size: clamp(38px, 10vw, 108px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 28px;
}

.hero__en em {
  font-style: normal;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__title {
  font-size: clamp(23px, 5.6vw, 46px);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 22px;
}

/* SPのみ読点の後で改行（PCは1行に収まるため不要） */
.hero__br {
  display: inline;
}

.hero__lead {
  font-size: 16px;
  /* 約物・長音の詰め。SP幅375pxで1行目「〜まで。」を1行に収める */
  font-feature-settings: "palt";
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.78);
  max-width: 640px;
  font-weight: 300;
}

.hero__lead b {
  color: #fff;
  font-weight: 500;
}

/* SPは画面下の固定バー（電話する／無料相談）に導線を集約するため非表示 */
.hero__actions {
  display: none;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.hero__meta,
.hero__scroll {
  display: none;
}

/* ------------------------------
   私たちの強み
------------------------------ */
.strength {
  position: relative;
  overflow: hidden;
  padding: var(--space-section) 0;
  background: linear-gradient(180deg, var(--color-bg), var(--color-bg-sub) 40%, var(--color-bg));
}

.strength__head {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.strength__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--color-primary);
  margin-bottom: 24px;
}

.strength__label span + span {
  font-family: var(--font-base);
  font-size: 13px;
  color: var(--color-text-light);
  letter-spacing: 0.06em;
}

.strength__title {
  font-size: clamp(28px, 7vw, 68px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin-bottom: 28px;
}

.strength__title em {
  font-style: normal;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.strength__sub {
  font-size: clamp(17px, 2.4vw, 25px);
  font-weight: 700;
  line-height: 1.75;
  color: var(--color-text-sub);
  margin-bottom: 32px;
}

.strength__text {
  display: grid;
  gap: 24px;
  font-size: 16px;
  line-height: 2.1;
  color: var(--color-text-sub);
  max-width: 1000px;
}

.strength__text b {
  color: var(--color-text);
  font-weight: 600;
}

.strength__cta {
  margin-top: 36px;
  font-size: clamp(20px, 3.6vw, 32px);
  font-weight: 900;
  line-height: 1.5;
}

.strength__cta + .link-arrow {
  margin-top: 24px;
}

/* 実績カード（SP：グリッド／PC：パララックス配置） */
.parade {
  position: relative;
  z-index: 1;
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.parade__card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(150deg, var(--card-from), var(--card-to));
  box-shadow: 0 30px 60px -30px rgba(11, 30, 63, 0.35);
  will-change: transform;
}

.parade__card--p2,
.parade__card--p5 {
  aspect-ratio: 3 / 4;
}

.parade__card--p3 {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}

.parade__card--p4 {
  aspect-ratio: 4 / 5;
}

.parade__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.35), transparent 60%);
}

.parade__deco {
  position: absolute;
  right: -6%;
  top: -8%;
  width: 62%;
  height: auto;
  opacity: 0.22;
  z-index: 1;
}

/* 3枚目（VOICE）のモニターの図は右に寄りすぎるため、少し内側へ */
.parade__card--p3 .parade__deco {
  right: 0;
}

/* 5枚目（ONE STOP）の地球の図は上に寄りすぎるため、少し下げる */
.parade__card--p5 .parade__deco {
  top: 0;
}

.parade__body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  color: #fff;
  z-index: 2;
}

.parade__label {
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: 0.2em;
  opacity: 0.75;
  margin-bottom: auto;
}

.parade__value {
  font-family: var(--font-en);
  font-size: clamp(28px, 7vw, 56px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.parade__value em {
  font-style: normal;
  font-size: 0.4em;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 3px;
  opacity: 0.85;
}

/* 日本語の主表示（英字用フォントだと詰まりすぎるため） */
.parade__value--ja {
  font-family: var(--font-base);
  font-size: clamp(24px, 5.6vw, 40px);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

/* 文字数の多いカードは1行に収まるよう小さめに */
.parade__card--p4 .parade__value--ja {
  font-size: clamp(18px, 4.6vw, 24px);
}

.parade__text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 6px;
}

.parade__quote {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.parade__quote::before {
  content: "\201C";
  font-family: var(--font-en);
  font-size: 2.4em;
  line-height: 0.4;
  display: block;
  margin-bottom: 0.35em;
  opacity: 0.7;
}

.parade__quote small {
  display: block;
  font-size: 0.78em;
  font-weight: 400;
  opacity: 0.75;
  margin-top: 8px;
}

/* 選ばれる理由 */
.reasons {
  margin-top: 56px;
  display: grid;
  border-top: 1px solid var(--color-border);
}

.reason {
  padding: 32px 0;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background-color 0.4s;
}

.reason__num {
  font-family: var(--font-en);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.reason__title {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
}

.reason__text {
  font-size: 16px;
  line-height: 2;
  color: var(--color-text-sub);
}

/* ------------------------------
   こんなお悩みありませんか
------------------------------ */
.pains {
  display: grid;
  gap: 16px;
}

.pain {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.5s var(--ease), box-shadow 0.5s, border-color 0.4s;
}

.pain:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 56px -24px rgba(10, 92, 255, 0.28);
  border-color: rgba(10, 92, 255, 0.3);
}

.pain__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--color-bg-sub);
  display: grid;
  place-items: center;
  color: var(--color-primary);
  transition: background 0.4s, color 0.4s;
}

.pain:hover .pain__icon {
  background: var(--gradient-primary);
  color: #fff;
}

/* イラストアイコン（角丸の下地はイラスト側に含まれる） */
.pain__icon--img {
  background: none;
  border-radius: 0;
  transition: transform 0.45s var(--ease);
}

.pain__icon--img img {
  display: block;
  width: 56px;
  height: 56px;
}

.pain:hover .pain__icon--img {
  background: none;
  transform: scale(1.08);
}

.pain__title {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
}

.pain__text {
  font-size: 16px;
  color: var(--color-text-light);
  line-height: 1.9;
}

.pains__closing {
  margin: 48px auto 0;
  text-align: center;
  font-size: clamp(18px, 3.4vw, 26px);
  font-weight: 800;
  line-height: 1.8;
  max-width: 820px;
}

.pains__closing em {
  font-style: normal;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ------------------------------
   サービス
------------------------------ */
.services {
  display: flex;
  flex-direction: column;
}

.service {
  display: grid;
  gap: 24px;
  padding: 40px 0;
  border-top: 1px solid var(--color-border);
}

.service:last-child {
  border-bottom: 1px solid var(--color-border);
}

.service__num {
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--color-text);
  align-self: start;
}

.service__num::after {
  content: ".";
  color: var(--color-primary);
}

.service__visual {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 5 / 3; /* イラスト（1200×720）に合わせる */
  background: linear-gradient(150deg, var(--card-from), var(--card-to));
}

/* イラストを敷くカード（英字ラベルと番号はイラストに含まれる） */
.service__visual--img {
  background: none;
  aspect-ratio: auto; /* イラスト本来の比率。トリミングしない */
}

.service__visual-photo {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 1.2s var(--ease);
}

.service:hover .service__visual-photo {
  transform: scale(1.06);
}

/* ホバーでゆっくり寄るレイヤー（原案の .z） */
.service__visual-zoom {
  position: absolute;
  inset: 0;
  transition: transform 1.2s var(--ease);
}

.service:hover .service__visual-zoom {
  transform: scale(1.06);
}

.service__visual-zoom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.35), transparent 60%);
}

.service__visual-zoom::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(#fff 1px, transparent 1px),
    linear-gradient(90deg, #fff 1px, transparent 1px);
  background-size: 36px 36px;
}

.service__visual-en {
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  padding: 10px 14px;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--color-text);
}

.service__visual-num {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  font-family: var(--font-en);
  font-size: clamp(60px, 8vw, 120px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.18);
}

.service__title {
  font-size: clamp(20px, 4.4vw, 30px);
  font-weight: 900;
  line-height: 1.5;
}

.service__sub {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary);
  margin-top: 10px;
  line-height: 1.8;
}

.service__text {
  font-size: 16px;
  line-height: 2;
  color: var(--color-text-sub);
  margin-top: 16px;
}

.service__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px dashed var(--color-border);
}

.service__price b {
  font-family: var(--font-en);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-primary);
}

.service__price span {
  font-size: 13px;
  color: var(--color-text-light);
}

.service__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.service__tags span {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 13px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-bg-sub);
  color: var(--color-text-sub);
}

.service__body .link-arrow {
  margin-top: 26px;
}

.services__all {
  margin-top: 48px;
}

/* ------------------------------
   お知らせ
------------------------------ */
.news__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.news__list {
  border-top: 1px solid var(--color-border);
}

.news__item {
  border-bottom: 1px solid var(--color-border);
}

.news__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  padding: 20px 4px;
  transition: color 0.3s;
}

.news__item a:hover {
  color: var(--color-primary);
}

.news__date {
  font-family: var(--font-en);
  font-size: 14px;
  color: var(--color-text-light);
  flex-shrink: 0;
}

.news__cat {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--color-bg-sub2);
  color: var(--color-text-sub);
  flex-shrink: 0;
}

.news__cat[data-cat="column"] {
  background: rgba(10, 92, 255, 0.1);
  color: var(--color-primary);
}

.news__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  flex-basis: 100%;
}

/* ------------------------------
   お客様の声
------------------------------ */
.voices {
  display: grid;
  gap: 20px;
}

.voice {
  border: 1px solid var(--color-border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--color-bg);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s var(--ease), box-shadow 0.5s;
}

.voice:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px -24px rgba(10, 92, 255, 0.24);
}

.voice__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(150deg, var(--card-from), var(--card-to));
  display: grid;
  place-items: center;
}

.voice__mark {
  font-family: var(--font-en);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
}

.voice__cat {
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.voice__body {
  padding: 22px 20px 26px;
}

.voice__meta {
  font-size: 13px;
  color: var(--color-text-light);
}

.voice__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  margin: 8px 0 12px;
}

.voice__text {
  font-size: 16px;
  line-height: 1.95;
  color: var(--color-text-sub);
}

.voice__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.voice__tags span {
  font-size: 13px;
  color: var(--color-primary);
}

/* ------------------------------
   制作事例
------------------------------ */
.works {
  position: relative;
  background: var(--color-navy);
  color: #fff;
  overflow: hidden;
  padding: var(--space-section) 0 0;
}

.works::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(10, 92, 255, 0.4), transparent 60%),
    radial-gradient(700px 500px at 90% 100%, rgba(18, 210, 255, 0.25), transparent 60%);
  pointer-events: none;
}

.works .section__en {
  color: #fff;
}

.works .section__ja {
  color: var(--color-accent);
}

.works .link-arrow {
  color: #fff;
  border-bottom-color: #fff;
}

.works .link-arrow:hover {
  color: var(--color-accent);
}

.works .link-arrow__icon {
  background: #fff;
  color: var(--color-navy);
}

.works .link-arrow:hover .link-arrow__icon {
  background: var(--color-accent);
  color: var(--color-navy);
}

.works__head {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 32px;
}

.works__title {
  font-size: clamp(26px, 6.4vw, 56px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-top: 20px;
}

.works__title em {
  font-style: normal;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.works__sign {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--color-accent);
  margin-bottom: 16px;
}

.works__text {
  font-size: 16px;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  margin-bottom: 24px;
}

/* 斜めに流れるマーキー（原案どおり） */
.works__rows {
  position: relative;
  z-index: 1;
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 40px 0 72px;
  transform: rotate(-4deg) scale(1.12);
  transform-origin: center;
}

.works__row {
  display: flex;
  gap: 18px;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
}

.works__row--a { animation: works-marquee-left 60s linear infinite; }
.works__row--b { animation: works-marquee-right 70s linear infinite; }
.works__row--c { animation: works-marquee-left 80s linear infinite; }

@keyframes works-marquee-left {
  to { transform: translateX(-50%); }
}

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

.works__tile {
  position: relative;
  flex: 0 0 auto;
  width: clamp(180px, 20vw, 300px);
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(150deg, var(--card-from), var(--card-to));
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.6);
  transition: transform 0.5s var(--ease);
}

/* 制作事例のモックアップ画像（背景透過）
   ％はタイル（position:relative）基準で解決されるので、幅が変わっても比率を保つ */
.works__tile-img {
  position: absolute;
  left: 8%;
  top: 44%;
  z-index: 1;
  width: 84%;
  height: auto;
  transform: translateY(-50%);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}

.works__tile:hover {
  transform: scale(1.04);
  color: #fff;
}

.works__tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.35), transparent 60%);
}

.works__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(#fff 1px, transparent 1px),
    linear-gradient(90deg, #fff 1px, transparent 1px);
  background-size: 28px 28px;
}

.works__tile-no {
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 2;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.8);
}

.works__tile-name {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .works__row {
    animation: none;
  }

  .works__rows {
    transform: none;
  }
}

/* ------------------------------
   会社概要
------------------------------ */
.company {
  display: grid;
  gap: 28px;
}

.company__visual {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(150deg, var(--color-primary), var(--color-navy));
  display: grid;
  place-items: center;
  color: #fff;
}

.company__visual-jp {
  font-size: clamp(38px, 11vw, 72px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.company__visual-en {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  text-align: center;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
}

.company__links {
  display: grid;
  gap: 14px;
}

.company__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 22px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  transition: background-color 0.4s, border-color 0.4s, transform 0.4s var(--ease);
}

.company__link:hover {
  background: var(--color-bg-sub);
  border-color: rgba(10, 92, 255, 0.3);
  transform: translateY(-4px);
}

.company__link-en {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--color-primary);
}

.company__link h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 6px 0 10px;
}

.company__link p {
  font-size: 16px;
  line-height: 1.95;
  color: var(--color-text-sub);
}

.company__link-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-bg-sub2);
  color: var(--color-text);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: background-color 0.4s, color 0.4s, transform 0.4s var(--ease);
}

.company__link:hover .company__link-icon {
  background: var(--gradient-primary);
  color: #fff;
  transform: translateX(4px);
}

/* ------------------------------
   お問い合わせ
------------------------------ */
.contact {
  padding: var(--space-section) 0;
  background: var(--color-bg-sub);
  text-align: center;
}

.contact .section__ja {
  justify-content: center;
}

.contact__lead {
  font-size: 16px;
  line-height: 2.1;
  color: var(--color-text-sub);
  max-width: 720px;
  margin: 0 auto;
}

.contact__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.contact__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 36px;
}

.contact__tel-label {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--color-text-light);
}

.contact__tel-num {
  font-family: var(--font-en);
  font-size: clamp(32px, 9vw, 46px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--color-text);
}

.contact__tel-hours {
  font-size: 14px;
  color: var(--color-text-light);
}

/* ==============================
   タブレット・PC（768px〜）
============================== */
@media (min-width: 768px) {
  .hero {
    align-items: flex-end;
    padding: calc(var(--notice-height) + var(--header-height) + 80px) 0 120px;
  }

  .hero__br {
    display: none;
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .hero__meta {
    display: flex;
    position: absolute;
    left: var(--space-gutter);
    bottom: 36px;
    z-index: 3;
    gap: 26px;
    font-family: var(--font-en);
    font-size: 10px;
    letter-spacing: 0.24em;
    color: rgba(255, 255, 255, 0.55);
  }

  .hero__scroll {
    display: flex;
    position: absolute;
    right: var(--space-gutter);
    bottom: 36px;
    z-index: 3;
    align-items: center;
    gap: 12px;
    font-family: var(--font-en);
    font-size: 10px;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.6);
  }

  .hero__scroll-bar {
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
  }

  .hero__scroll-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-accent);
    animation: hero-scroll 1.8s ease-in-out infinite;
  }

  @keyframes hero-scroll {
    from { transform: translateX(-100%); }
    to   { transform: translateX(100%); }
  }

  .strength__text {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  /* 原案どおり：絶対配置で重ねてスクロール連動パララックス */
  .parade {
    display: block;
    position: relative;
    height: clamp(240px, 34vw, 420px);
    margin-top: 110px;
  }

  .parade__card {
    position: absolute;
  }

  /* 5枚の間隔を1.5%ずつで統一し、合計がちょうど100%に収まるようにしている */
  .parade__card--p1 { left: 0;     top: 10%; width: 21.5%; aspect-ratio: 4 / 3; }
  .parade__card--p2 { left: 23%;   top: 0;   width: 18.5%; aspect-ratio: 3 / 4; }
  .parade__card--p3 { left: 43%;   top: 22%; width: 23.5%; aspect-ratio: 16 / 10; grid-column: auto; }
  .parade__card--p4 { left: 68%;   top: 4%;  width: 16.5%; aspect-ratio: 5 / 4; }
  .parade__card--p5 { left: 86%;   top: 30%; width: 14%;   aspect-ratio: 3 / 4; }

  .parade__card--p4 .parade__value {
    font-size: clamp(22px, 2.8vw, 44px);
  }

  /* 幅の狭いカードなので日本語は小さめに */
  .parade__card--p4 .parade__value--ja {
    font-size: clamp(15px, 1.7vw, 22px);
  }

  .parade__card--p5 .parade__quote {
    font-size: clamp(13px, 1.15vw, 16px);
  }

  .parade__card--p4 .parade__text {
    font-size: clamp(9px, 0.8vw, 12px);
    margin-top: 4px;
  }

  .parade__body {
    padding: 18px;
  }

  .parade__label {
    font-size: 10px;
  }

  .parade__text {
    font-size: 13px;
  }

  .parade__quote {
    font-size: 15px;
  }

  .reasons {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 96px;
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
  }

  .reason {
    padding: 44px 36px;
    border-right: 1px solid var(--color-border);
  }

  .reason:last-child {
    border-right: 0;
  }

  .reason:hover {
    background: var(--color-bg);
  }

  .reason__num {
    font-size: 54px;
  }

  .pains {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .pains__closing {
    margin-top: 70px;
  }

  .service__num {
    font-size: 48px;
    padding-top: 8px;
  }

  .news__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .news__item a {
    flex-wrap: nowrap;
    padding: 22px 4px;
  }

  .news__title {
    flex-basis: auto;
  }

  .voices {
    grid-template-columns: repeat(2, 1fr);
  }

  .works {
    padding: 150px 0 0;
  }

  .works__head {
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: end;
  }

  .works__rows {
    margin-top: 90px;
    padding: 40px 0 90px;
  }

  .company {
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: start;
  }

  .contact__actions {
    flex-direction: row;
    justify-content: center;
  }

  .contact__tel {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 16px;
  }
}

/* ==============================
   PC（1024px〜）
============================== */
@media (min-width: 1024px) {
  .pains {
    grid-template-columns: repeat(3, 1fr);
  }

  .voices {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ==============================
   PC（980px〜）サービスを3カラムに
============================== */
@media (min-width: 980px) {
  .service {
    grid-template-columns: 90px 1.05fr 1fr;
    gap: 50px;
    align-items: center;
    padding: 70px 0;
  }

  /* 偶数番目はビジュアルを右へ（原案どおり交互配置） */
  .service:nth-child(even) .service__visual {
    order: 3;
  }
}
