/* ==========================================================
   株式会社クリーンテクノ コーポレートサイト
   配色: ネイビー #1b3f97（名刺の帯色）/ 白基調 / 水色アクセント
   ========================================================== */

:root {
  --navy: #1b3f97;
  --navy-deep: #0d2c5c;
  --navy-darker: #081f44;
  --blue: #2f6fd0;
  --sky: #eaf3fb;
  --sky-2: #dcebf7;
  --ink: #1c2733;
  --gray: #5b6b7b;
  --orange: #ff9f43;
  --header-h: 72px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--ink);
  line-height: 1.8;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
em { font-style: normal; }

.pc-only { display: inline; }
.sp-only { display: none; }

/* ---------- オープニングローダー ---------- */
.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #5588bb;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: loaderBg 0.6s ease 0.3s forwards;
}
.loader__logo {
  text-align: center;
  opacity: 0;
  animation: loaderLogo 0.7s ease 0.7s forwards;
}
.loader__mark { width: 46px; margin: 0 auto 10px; }
.loader__ja { font-size: 20px; font-weight: 700; color: var(--navy); letter-spacing: 0.08em; }
.loader__en { font-size: 11px; color: var(--gray); letter-spacing: 0.22em; margin-top: 2px; }
body.is-loaded .loader { animation: loaderOut 0.7s ease forwards; }

@keyframes loaderBg { to { background: #fff; } }
@keyframes loaderLogo { from { opacity: 0; transform: translateY(8px) scale(0.96); } to { opacity: 1; transform: none; } }
@keyframes loaderOut { to { opacity: 0; visibility: hidden; } }

/* ---------- ヘッダー ---------- */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(13, 44, 92, 0.08);
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
body.is-loaded .header { opacity: 1; transform: none; transition-delay: 0.55s; }
.header.is-scrolled { box-shadow: 0 2px 14px rgba(13, 44, 92, 0.12); }

.header__inner {
  max-width: 1280px;
  margin: 0 auto;
  height: var(--header-h);
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__logo { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.header__logo-mark { width: 32px; flex-shrink: 0; }
.header__logo-ja { display: block; font-weight: 900; font-size: 17px; letter-spacing: 0.04em; color: var(--navy-deep); line-height: 1.3; }
.header__logo-en { display: block; font-family: "Jost", sans-serif; font-size: 10px; letter-spacing: 0.2em; color: var(--gray); line-height: 1.2; }

.gnav__list { display: flex; align-items: center; gap: 26px; }
.gnav__list a { font-size: 14px; font-weight: 500; color: var(--ink); transition: color 0.2s; }
.gnav__list a:hover { color: var(--blue); }
.gnav__contact a {
  background: var(--navy);
  color: #fff !important;
  padding: 9px 20px;
  border-radius: 999px;
  transition: background 0.2s;
}
.gnav__contact a:hover { background: var(--blue); }

.header__tel { text-align: right; line-height: 1.3; }
.header__tel-number {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--navy-deep);
  letter-spacing: 0.02em;
}
.header__tel-number::before { content: "\260E\FE0E"; font-size: 15px; margin-right: 5px; color: var(--blue); }
.header__tel-note { display: block; font-size: 10px; color: var(--gray); }

.menu-btn { display: none; }

/* ---------- ヒーロー ---------- */
.hero {
  position: relative;
  min-height: min(100vh, 980px);
  padding: calc(var(--header-h) + 40px) 24px 80px;
  background:
    radial-gradient(1200px 600px at 80% -10%, #1e5fa8 0%, transparent 60%),
    radial-gradient(900px 500px at 10% 110%, #0e3d7e 0%, transparent 55%),
    linear-gradient(160deg, #123c78 0%, #0d2c5c 55%, #081f44 100%);
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__bubbles span {
  position: absolute;
  bottom: -40px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  animation: bubbleUp 12s linear infinite;
}
.hero__bubbles span:nth-child(1) { left: 8%; animation-delay: 0s; }
.hero__bubbles span:nth-child(2) { left: 22%; width: 8px; height: 8px; animation-delay: 3s; }
.hero__bubbles span:nth-child(3) { left: 38%; animation-delay: 6s; }
.hero__bubbles span:nth-child(4) { left: 55%; width: 10px; height: 10px; animation-delay: 1.5s; }
.hero__bubbles span:nth-child(5) { left: 68%; animation-delay: 8s; }
.hero__bubbles span:nth-child(6) { left: 80%; width: 8px; height: 8px; animation-delay: 4.5s; }
.hero__bubbles span:nth-child(7) { left: 90%; animation-delay: 10s; }
.hero__bubbles span:nth-child(8) { left: 47%; width: 6px; height: 6px; animation-delay: 7s; }
@keyframes bubbleUp {
  0% { transform: translateY(0); opacity: 0; }
  10% { opacity: 1; }
  100% { transform: translateY(-105vh); opacity: 0; }
}

.hero__inner {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 620px) 1fr;
  align-items: center;
  column-gap: 8px;
}
.hero__title { display: contents; }
.hero__title-l, .hero__title-r {
  font-size: clamp(28px, 3.6vw, 58px);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-shadow: 0 2px 24px rgba(4, 18, 42, 0.5);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
.hero__title-l { grid-column: 1; grid-row: 1; justify-self: end; transform: translateX(-24px); }
.hero__title-r { grid-column: 3; grid-row: 1; justify-self: start; transform: translateX(24px); }
body.is-loaded .hero__title-l,
body.is-loaded .hero__title-r { opacity: 1; transform: none; transition-delay: 0.9s; }

.hero__scene {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1s ease, transform 1s ease;
}
body.is-loaded .hero__scene { opacity: 1; transform: none; transition-delay: 0.7s; }
.hero__scene svg { width: 100%; height: auto; }

.hero__lead,
.hero__license,
.hero__cta {
  grid-column: 1 / -1;
  justify-self: center;
  text-align: center;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
body.is-loaded .hero__lead,
body.is-loaded .hero__license,
body.is-loaded .hero__cta { opacity: 1; transform: none; }
body.is-loaded .hero__lead { transition-delay: 1.2s; }
body.is-loaded .hero__license { transition-delay: 1.35s; }
body.is-loaded .hero__cta { transition-delay: 1.5s; }

.hero__lead { margin-top: 18px; font-size: clamp(14px, 1.3vw, 17px); font-weight: 500; letter-spacing: 0.06em; }
.hero__license {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 7px 18px;
}
.hero__license svg { width: 16px; flex-shrink: 0; }

.hero__cta { margin-top: 26px; display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.btn {
  display: inline-block;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn--tel {
  background: #fff;
  color: var(--navy-deep);
  padding: 12px 34px;
  box-shadow: 0 6px 20px rgba(4, 18, 42, 0.35);
}
.btn--tel-label { display: block; font-size: 11px; font-weight: 700; color: var(--blue); letter-spacing: 0.1em; }
.btn--tel-number { display: block; font-family: "Jost", sans-serif; font-size: 26px; font-weight: 600; line-height: 1.2; }
.btn--tel-number::before { content: "\260E\FE0E"; font-size: 18px; margin-right: 6px; color: var(--blue); }
.btn--mail {
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  padding: 20px 34px;
  box-shadow: 0 6px 20px rgba(4, 18, 42, 0.35);
  display: inline-flex;
  align-items: center;
}
.btn--mail:hover { background: #ffb063; }

.hero__scroll {
  position: absolute;
  right: 28px;
  bottom: 24px;
  writing-mode: vertical-rl;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.35em;
  color: rgba(255, 255, 255, 0.75);
}
.hero__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  margin-top: 10px;
  margin-left: 5px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.9), transparent);
  animation: scrollHint 2s ease infinite;
}
@keyframes scrollHint { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 100% { transform: scaleY(1) translateY(8px); opacity: 0; } }

/* きらめき */
.sparkle { opacity: 0; transform-box: fill-box; transform-origin: center; }
.sparkle--1 { animation: sparkle 2.6s ease 4.7s infinite; }
.sparkle--2 { animation: sparkle 2.6s ease 5.1s infinite; }
.sparkle--3 { animation: sparkle 2.6s ease 5.5s infinite; }
.sparkle--4 { animation: sparkle 2.6s ease 5.9s infinite; }
@keyframes sparkle {
  0% { opacity: 0; transform: scale(0.3) rotate(0deg); }
  30% { opacity: 1; transform: scale(1.1) rotate(20deg); }
  60% { opacity: 0.85; transform: scale(0.9) rotate(35deg); }
  100% { opacity: 0; transform: scale(0.4) rotate(45deg); }
}

/* ---------- 共通セクション ---------- */
.section__inner { max-width: 1080px; margin: 0 auto; padding: 96px 24px; }
.section__head { margin-bottom: 48px; }
.section__head--center { text-align: center; }
.section__en {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--blue);
}
.section__title { font-size: clamp(24px, 3vw, 34px); font-weight: 900; letter-spacing: 0.06em; color: var(--navy-deep); margin-top: 4px; }
.section__title::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--blue), #7fc3ef);
  margin-top: 14px;
}
.section__head--center .section__title::after { margin-inline: auto; }
.section__lead { margin-top: 18px; color: var(--gray); font-size: 15px; }
.section__head--white .section__en { color: #8fc1ef; }
.section__head--white .section__title { color: #fff; }
.section__head--white .section__lead { color: rgba(255, 255, 255, 0.85); }

/* スクロールリビール */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- メッセージ ---------- */
.message { background: #fff; }
.message .section__inner { padding: 88px 24px 72px; }
.message__text {
  text-align: center;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.06em;
}

/* ---------- お知らせ ---------- */
.news { background: var(--sky); }
.news .section__inner { padding: 64px 24px; display: grid; grid-template-columns: 220px 1fr; gap: 32px; align-items: start; }
.news .section__head { margin-bottom: 0; }
.news__list li {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(13, 44, 92, 0.12);
  font-size: 14px;
}
.news__list time { font-family: "Jost", sans-serif; color: var(--gray); flex-shrink: 0; }
.news__cat {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  color: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 999px;
  padding: 1px 12px;
}

/* ---------- 業務内容 ---------- */
.works { background: #fff; }
.works__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
.work-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(13, 44, 92, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.work-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(13, 44, 92, 0.16); }
.work-card__visual svg { width: 100%; height: auto; }
.work-card__body { padding: 26px 28px 30px; }
.work-card__en { font-family: "Jost", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.24em; color: var(--blue); }
.work-card__title { font-size: 22px; font-weight: 900; color: var(--navy-deep); letter-spacing: 0.06em; margin-top: 2px; }
.work-card__text { font-size: 14px; color: var(--ink); margin-top: 12px; }
.work-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.work-card__tags li {
  font-size: 11px;
  font-weight: 500;
  color: var(--navy);
  background: var(--sky);
  border-radius: 999px;
  padding: 3px 12px;
}
.works__note {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--gray);
  background: var(--sky);
  border-radius: 12px;
  padding: 18px 24px;
}
.works__note strong { color: var(--navy-deep); }

/* ---------- 選ばれる理由 ---------- */
.reason {
  background:
    radial-gradient(900px 400px at 90% 0%, #1e5fa8 0%, transparent 55%),
    linear-gradient(150deg, #123c78, #0d2c5c 70%);
  color: #fff;
}
.reason__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.reason-card {
  position: relative;
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  border-radius: 16px;
  padding: 40px 28px 32px;
  box-shadow: 0 10px 30px rgba(4, 18, 42, 0.3);
}
.reason-card__num {
  position: absolute;
  top: -16px;
  left: 24px;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  padding: 3px 16px;
}
.reason-card__icon { width: 44px; margin-bottom: 14px; }
.reason-card h3 { font-size: 18px; font-weight: 900; color: var(--navy-deep); letter-spacing: 0.04em; }
.reason-card p { font-size: 14px; margin-top: 10px; }

/* ---------- ご依頼の流れ ---------- */
.flow { background: var(--sky); }
.flow__list {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.flow-step {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 6px 22px rgba(13, 44, 92, 0.08);
}
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  transform: translateY(-50%) rotate(45deg);
}
.flow-step__num { font-family: "Jost", sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.18em; color: var(--blue); }
.flow-step h3 { font-size: 17px; font-weight: 900; color: var(--navy-deep); margin-top: 6px; letter-spacing: 0.02em; }
.flow-step p { font-size: 13px; color: var(--gray); margin-top: 10px; }
.flow-step__free {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  padding: 1px 10px;
  margin-left: 8px;
  vertical-align: 3px;
}

/* ---------- 会社概要 ---------- */
.company { background: #fff; }
.company__table {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 15px;
}
.company__table th, .company__table td {
  padding: 20px 18px;
  border-bottom: 1px solid rgba(13, 44, 92, 0.12);
  text-align: left;
  vertical-align: top;
}
.company__table th { width: 180px; color: var(--navy-deep); font-weight: 700; white-space: nowrap; }
.company__table a { color: var(--blue); }

/* ---------- お問い合わせ ---------- */
.contact {
  background:
    radial-gradient(900px 420px at 10% 100%, #1e5fa8 0%, transparent 55%),
    linear-gradient(200deg, #123c78, #081f44 75%);
  color: #fff;
}
.contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 460px));
  justify-content: center;
  gap: 28px;
}
.contact-card {
  display: block;
  background: #fff;
  color: var(--ink);
  border-radius: 18px;
  padding: 34px 30px;
  text-align: center;
  box-shadow: 0 12px 34px rgba(4, 18, 42, 0.35);
  transition: transform 0.25s ease;
}
.contact-card:hover { transform: translateY(-4px); }
.contact-card__label { font-size: 14px; font-weight: 700; color: var(--navy-deep); }
.contact-card__label::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: var(--blue);
  margin: 10px auto 0;
}
.contact-card__main {
  font-family: "Jost", sans-serif;
  font-size: clamp(30px, 3.4vw, 40px);
  font-weight: 600;
  color: var(--navy);
  margin-top: 14px;
  line-height: 1.3;
}
.contact-card--tel .contact-card__main::before { content: "\260E\FE0E"; font-size: 0.7em; margin-right: 8px; color: var(--blue); }
.contact-card__main--mail { font-size: clamp(18px, 2.2vw, 26px); word-break: break-all; }
.contact-card__note { font-size: 12px; color: var(--gray); margin-top: 10px; }

/* ---------- フッター ---------- */
.footer { background: var(--navy-darker); color: #fff; }
.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 64px 24px 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.footer__name { font-size: 20px; font-weight: 900; letter-spacing: 0.06em; }
.footer__en { font-family: "Jost", sans-serif; font-size: 11px; letter-spacing: 0.22em; color: #8fb6e4; margin-top: 2px; }
.footer__address { font-size: 13px; color: rgba(255, 255, 255, 0.85); margin-top: 18px; }
.footer__license { font-size: 12px; color: #8fb6e4; margin-top: 10px; }
.footer__nav ul { display: grid; grid-template-columns: repeat(2, auto); gap: 10px 36px; }
.footer__nav a { font-size: 13px; color: rgba(255, 255, 255, 0.85); transition: color 0.2s; }
.footer__nav a:hover { color: #fff; }
.footer__copyright {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.55);
  padding: 18px 24px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 1100px) {
  .gnav__list { gap: 18px; }
  .gnav__list a { font-size: 13px; }
}

@media (max-width: 960px) {
  .pc-only { display: none; }
  .sp-only { display: inline; }

  .gnav {
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0;
    background: #fff;
    box-shadow: 0 14px 30px rgba(13, 44, 92, 0.16);
    transform: translateY(-130%);
    transition: transform 0.35s ease;
    z-index: 999;
  }
  .gnav.is-open { transform: none; }
  .gnav__list { flex-direction: column; gap: 0; padding: 12px 0; }
  .gnav__list li { width: 100%; text-align: center; }
  .gnav__list a { display: block; padding: 14px; font-size: 15px; }
  .gnav__contact a { margin: 10px 24px; }

  .header__tel-number { font-size: 18px; }
  .header__tel-note { display: none; }

  .menu-btn {
    display: block;
    width: 44px; height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
  }
  .menu-btn span {
    position: absolute;
    left: 10px;
    width: 24px; height: 2px;
    background: var(--navy-deep);
    transition: transform 0.3s, opacity 0.3s;
  }
  .menu-btn span:nth-child(1) { top: 15px; }
  .menu-btn span:nth-child(2) { top: 22px; }
  .menu-btn span:nth-child(3) { top: 29px; }
  .menu-btn.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-btn.is-open span:nth-child(2) { opacity: 0; }
  .menu-btn.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { padding-top: calc(var(--header-h) + 36px); padding-bottom: 96px; }
  .hero__inner { grid-template-columns: 1fr; row-gap: 8px; }
  .hero__title { display: block; grid-column: 1; grid-row: auto; text-align: center; margin-bottom: 12px; }
  .hero__title-l, .hero__title-r { display: block; white-space: nowrap; line-height: 1.6; justify-self: center; }
  body.is-loaded .hero__title-l, body.is-loaded .hero__title-r { transition-delay: 0.9s; }
  .hero__scene { grid-column: 1; grid-row: auto; max-width: 560px; margin: 0 auto; }
  .hero__scroll { display: none; }

  .news .section__inner { grid-template-columns: 1fr; gap: 8px; }
  .works__grid { grid-template-columns: 1fr; gap: 28px; }
  .reason__grid { grid-template-columns: 1fr; gap: 34px; }
  .flow__list { grid-template-columns: 1fr; gap: 26px; max-width: 520px; margin: 0 auto; }
  .flow-step:not(:last-child)::after {
    top: auto; right: auto;
    bottom: -19px; left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
  .contact__grid { grid-template-columns: minmax(0, 460px); }
  .footer__inner { flex-direction: column; gap: 28px; }
}

@media (max-width: 480px) {
  .section__inner { padding: 72px 20px; }
  .header__inner { padding: 0 12px; gap: 8px; }
  .header__logo { gap: 6px; }
  .header__logo-mark { width: 26px; }
  .header__logo-ja { font-size: 13px; white-space: nowrap; }
  .header__logo-en { display: none; }
  .header__tel-number { font-size: 15px; white-space: nowrap; }
  .menu-btn { flex-shrink: 0; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .btn--mail { justify-content: center; }
  .company__table th { width: 96px; }
  .company__table th, .company__table td { padding: 16px 8px; font-size: 14px; }
}

/* 動きを抑えたい環境向け */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .loader { display: none; }
  .header, .hero__title-l, .hero__title-r, .hero__scene,
  .hero__lead, .hero__license, .hero__cta, .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .hero__bubbles span, .sparkle, .hero__scroll::after { animation: none !important; }
}
