/*
Theme Name: Earth Medical
Theme URI:
Template: twentytwentyone
Author: -
Description: アースメディカル株式会社のオリジナルテーマ。病院・介護施設向けトータルオーダー家具メーカーのコーポレートサイト用に制作した、Twenty Twenty-One の子テーマ（クラシックテーマ）です。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: -
Text Domain: earth-medical
Tags: custom-menu, one-column, custom-logo
*/

/* ==================================================================
   ※ Twenty Twenty-One の子テーマです。
      親テーマ（twentytwentyone）のインストールが必須です。
      ※有効化は不要。インストールだけしておいてください。

      デフォルトテーマのうち、Twenty Twenty-Two 以降はブロックテーマのため
      header.php / front-page.php などのテンプレート階層が機能しません。
      クラシックテーマとして使える最新のデフォルトテーマが
      Twenty Twenty-One であるため、これを親に選定しています。

      親テーマのCSS・JSは functions.php の em_dequeue_parent() で
      すべて停止しています（デザインは本ファイルで完結）。
   ================================================================== */

:root {
    --ink:        #0b1a2b;
    --ink-soft:   #213447;
    --muted:      #5a6b7d;
    --rule:       #d9e1ea;
    --rule-soft:  #eaf0f6;
    --paper:      #ffffff;
    --paper-2:    #f5f8fc;
    --blue:       #1a4a7a;   /* primary deep blue */
    --blue-2:     #2f6fa8;   /* mid blue */
    --blue-3:     #5b8fbf;   /* soft blue */
    --blue-ice:   #e6eef6;   /* ice */
    --blue-ink:   #08233d;   /* near-black blue */

    --jp:  "Noto Sans JP", system-ui, sans-serif;
    --jps: "Noto Serif JP", "Hiragino Mincho ProN", serif;
    --en:  "Inter", "Helvetica Neue", Arial, sans-serif;

    --maxw: 1320px;
    --gutter: 40px;
  }
  *, *::before, *::after { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body {
    font-family: var(--jp);
    font-weight: 400;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  img, svg { display: block; max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
  ::selection { background: var(--blue); color: #fff; }

  .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

  /* ============== ACCESSIBILITY ============== */
  /* 画面には出さず、スクリーンリーダーにのみ読ませる要素 */
  .sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  /* 本文へスキップ（Tabキーで最初にフォーカスされたときだけ表示） */
  .skip-link {
    position: fixed;
    top: 0; left: 0;
    z-index: 100;
    transform: translateY(-120%);
    background: var(--blue-ink);
    color: #fff;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    transition: transform 0.2s ease;
  }
  .skip-link:focus { transform: none; }

  /* キーボード操作時のフォーカス表示（マウス操作では出ません） */
  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    outline: 2px solid var(--blue-2);
    outline-offset: 3px;
  }
  /* 濃紺背景のセクションでは明るい色に切り替え */
  .sec--ink a:focus-visible,
  .contact-cta a:focus-visible,
  footer.site a:focus-visible,
  .util a:focus-visible {
    outline-color: #88b6e0;
  }

  /* ============== TOP UTILITY BAR ============== */
  .util {
    background: var(--blue-ink);
    color: #c8d6e4;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .util__row {
    display: flex; align-items: center; justify-content: space-between;
    height: 36px;
  }
  .util a:hover { color: #fff; }
  .util__left { display: flex; gap: 24px; align-items: center; }
  .util__left .dot { width: 6px; height: 6px; border-radius: 50%; background: #6ec1ff; box-shadow: 0 0 0 4px rgba(110,193,255,0.18);}
  .util__right { display: flex; gap: 28px; align-items: center; }
  .util__right .pill {
    border: 1px solid rgba(255,255,255,0.18);
    padding: 4px 12px; border-radius: 999px;
    font-family: var(--en);
    letter-spacing: 0.12em;
  }

  /* ============== HEADER ============== */
  header.site {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255,255,255,0.92);
    backdrop-filter: saturate(140%) blur(8px);
    border-bottom: 1px solid var(--rule);
  }
  .site__row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    height: 88px;
    gap: 32px;
  }
  .brand { display: flex; align-items: center; gap: 14px; }
  .brand__logo {
    height: 56px; width: auto; display: block;
  }
  .brand__txt {
    display: flex; flex-direction: column; line-height: 1.15;
    border-left: 1px solid var(--rule);
    padding-left: 14px;
  }
  .brand__en {
    font-family: var(--en);
    font-weight: 500;
    letter-spacing: 0.22em;
    font-size: 11px;
    color: var(--blue);
  }
  .brand__jp {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.16em;
    color: var(--ink-soft);
    margin-top: 2px;
  }
  .foot__brand .brand__logo {
    height: 64px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 4px;
  }
  .foot__brand .brand__txt {
    border-left-color: rgba(255,255,255,0.18);
  }

  nav.primary ul {
    list-style: none; padding: 0; margin: 0;
    display: flex; gap: 28px; justify-content: center; flex-wrap: nowrap;
  }
  nav.primary a {
    font-size: 14px; font-weight: 500; letter-spacing: 0.04em;
    padding: 8px 0;
    position: relative;
    color: var(--ink-soft);
    white-space: nowrap;
    display: inline-block;
  }
  nav.primary a .en {
    display: block;
    font-family: var(--en);
    font-size: 10px;
    color: var(--blue-2);
    letter-spacing: 0.14em;
    margin-bottom: 2px;
    font-weight: 500;
    white-space: nowrap;
  }
  nav.primary a:hover { color: var(--blue); }
  nav.primary a.active::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
    height: 2px; background: var(--blue);
  }

  .site__cta { display: flex; gap: 10px; align-items: center; }

  /* Hamburger button — hidden on desktop */
  .hamburger {
    display: none;
    width: 44px; height: 44px;
    border: 1px solid var(--rule);
    border-radius: 2px;
    align-items: center; justify-content: center;
    background: #fff;
    position: relative;
    transition: all 0.2s ease;
  }
  .hamburger:hover { border-color: var(--blue); }
  .hamburger__lines, .hamburger__lines::before, .hamburger__lines::after {
    content: "";
    display: block;
    width: 18px; height: 1.5px;
    background: var(--blue-ink);
    transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease;
  }
  .hamburger__lines { position: relative; }
  .hamburger__lines::before { position: absolute; top: -6px; left: 0; }
  .hamburger__lines::after  { position: absolute; top:  6px; left: 0; }
  .hamburger.is-open .hamburger__lines { background: transparent; }
  .hamburger.is-open .hamburger__lines::before { top: 0; transform: rotate(45deg); }
  .hamburger.is-open .hamburger__lines::after  { top: 0; transform: rotate(-45deg); }

  /* Mobile drawer */
  .drawer {
    position: fixed; inset: 0;
    z-index: 60;
    pointer-events: none;
    visibility: hidden;
  }
  .drawer.is-open { pointer-events: auto; visibility: visible; }
  .drawer__scrim {
    position: absolute; inset: 0;
    background: rgba(8, 35, 61, 0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
  }
  .drawer.is-open .drawer__scrim { opacity: 1; }
  .drawer__panel {
    position: absolute; top: 0; right: 0; bottom: 0;
    width: min(420px, 88vw);
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.36s cubic-bezier(.2,.8,.2,1);
    display: flex; flex-direction: column;
    overflow-y: auto;
  }
  .drawer.is-open .drawer__panel { transform: none; }
  .drawer__head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid var(--rule);
  }
  .drawer__head .brand__logo { height: 34px; }
  .drawer__close {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    color: var(--blue-ink);
    font-size: 22px;
    border: 1px solid var(--rule);
    border-radius: 2px;
    line-height: 1;
  }
  .drawer__nav { padding: 18px 22px; flex: 1; }
  .drawer__nav ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
  .drawer__nav li { border-bottom: 1px solid var(--rule-soft); }
  .drawer__nav a {
    display: flex; align-items: baseline; gap: 14px;
    padding: 18px 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--blue-ink);
    transition: color 0.2s ease;
  }
  .drawer__nav a:hover { color: var(--blue); }
  /* 現在位置（JSで .active を付与） */
  .drawer__nav a.active { color: var(--blue); }
  .drawer__nav a.active .en { color: var(--blue); }
  .drawer__nav .en {
    font-family: var(--en);
    font-size: 10px;
    letter-spacing: 0.2em;
    color: var(--blue-2);
    min-width: 78px;
  }
  .drawer__nav .arr {
    margin-left: auto;
    font-family: var(--en);
    color: var(--blue-2);
    font-size: 14px;
  }
  .drawer__cta {
    padding: 20px 22px;
    border-top: 1px solid var(--rule);
    display: flex; flex-direction: column; gap: 10px;
    background: var(--paper-2);
  }
  .drawer__cta .btn { justify-content: center; padding: 14px 18px; font-size: 13px; display: inline-flex; }
  .drawer__contact {
    padding: 22px;
    background: var(--blue-ink);
    color: #c8d6e4;
  }
  .drawer__contact .lbl {
    font-family: var(--en);
    font-size: 10px;
    letter-spacing: 0.24em;
    color: #88b6e0;
    margin-bottom: 6px;
  }
  .drawer__contact .num {
    font-family: var(--en);
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
  }
  body.no-scroll { overflow: hidden; }
  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 12px 20px;
    font-size: 13px; font-weight: 500;
    letter-spacing: 0.08em;
    border-radius: 2px;
    transition: all 0.2s ease;
    white-space: nowrap;
  }  .btn--solid {
    background: var(--blue);
    color: #fff;
  }
  .btn--solid:hover { background: var(--blue-ink); }
  .btn .arr { font-family: var(--en); }

  /* ============== MAIN VISUAL (full-screen background) ============== */
  .mv {
    position: relative;
    height: 100vh;
    min-height: 640px;
    max-height: 900px;
    overflow: hidden;
    color: #fff;
    background: var(--blue-ink);
  }
  .mv__bg { position: absolute; inset: 0; z-index: 0; }
  .mv__bg img {
    width: 100%; height: 100%;
    object-fit: cover;
    position: absolute; inset: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 1.6s ease;
    will-change: opacity, transform;
  }
  .mv__bg img.is-active {
    opacity: 1;
    animation: mvKenBurns 14s ease-out forwards;
  }
  @keyframes mvKenBurns {
    0%   { transform: scale(1.04) translate(0, 0); }
    100% { transform: scale(1.16) translate(-1.2%, -1.2%); }
  }
  .mv::after {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background:
      linear-gradient(180deg, rgba(8,35,61,0.55) 0%, rgba(8,35,61,0.25) 35%, rgba(8,35,61,0.75) 100%),
      linear-gradient(90deg, rgba(8,35,61,0.55) 0%, transparent 55%);
    pointer-events: none;
  }
  .mv__inner {
    position: relative; z-index: 2;
    height: 100%;
    display: flex; flex-direction: column;
    justify-content: flex-end;
    padding: 100px 0 100px;
  }
  .mv__eyebrow {
    display: flex; align-items: center; gap: 16px;
    font-family: var(--en);
    font-size: 12px;
    letter-spacing: 0.28em;
    color: #fff;
    margin-bottom: 28px;
  }
  .mv__eyebrow .line { flex: 0 0 56px; height: 1px; background: #fff; }
  .mv__eyebrow .num { color: rgba(255,255,255,0.65); }
  .mv h1 {
    font-family: var(--jps);
    font-weight: 400;
    font-size: clamp(38px, 5.4vw, 80px);
    line-height: 1.3;
    letter-spacing: 0.06em;
    color: #fff;
    margin: 0;
    text-shadow: 0 2px 30px rgba(0,0,0,0.25);
    max-width: 16em;
  }
  .mv h1 em {
    font-style: normal;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 2px;
  }  .mv__nav {
    position: absolute; right: var(--gutter); top: 50%; transform: translateY(-50%);
    z-index: 3;
    display: flex; flex-direction: column; gap: 14px;
  }
  .mv__nav button {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
  }
  .mv__nav button.is-active { background: #fff; border-color: #fff; }
  .mv__scroll {
    position: absolute; right: var(--gutter); bottom: 28px;
    writing-mode: vertical-rl;
    font-family: var(--en);
    font-size: 11px; letter-spacing: 0.3em;
    color: #fff;
    display: flex; align-items: center; gap: 10px;
    z-index: 3;
  }
  .mv__scroll::after {
    content: ""; width: 1px; height: 60px; background: #fff;
    animation: scrollLine 2.4s ease-in-out infinite;
    transform-origin: top;
  }
  @keyframes scrollLine {
    0%   { transform: scaleY(0.2); opacity: 0.3; }
    50%  { transform: scaleY(1);   opacity: 1; }
    100% { transform: scaleY(0.2); opacity: 0.3; }
  }

  /* Shared placeholder/img frame */
  .ph {
    background:
      repeating-linear-gradient(135deg,
        rgba(26,74,122,0.06) 0 8px,
        rgba(26,74,122,0.02) 8px 16px),
      linear-gradient(180deg, var(--blue-ice), #fff);
    border: 1px solid var(--blue-ice);
    position: relative;
    display: flex; align-items: flex-end; justify-content: flex-start;
    color: var(--blue-2);
    font-family: ui-monospace, "SF Mono", Menlo, monospace;
    font-size: 11px;
    letter-spacing: 0.06em;
  }
  .ph.ph--img {
    background: #000;
    border-color: var(--rule);
  }
  .ph.ph--img img {
    width: 100%; height: 100%; object-fit: cover;
    display: block;
  }
  /* ============== INTRO (migrated MV content) ============== */
  .intro {
    position: relative;
    background: var(--paper);
    padding: 120px 0;
    overflow: hidden;
  }
  .intro::before {
    content: ""; position: absolute; inset: 0;
    background-image:
      linear-gradient(to right, rgba(26,74,122,0.05) 1px, transparent 1px);
    background-size: calc((100% - 2 * var(--gutter)) / 12) 100%;
    background-position: var(--gutter) 0;
    pointer-events: none;
  }
  .intro__inner {
    position: relative;
    display: grid;
    /* 左=スライダー / 右=テキスト */
    grid-template-columns: 1fr 1.05fr;
    gap: 80px;
    align-items: center;
  }
  .intro__media { position: relative; min-width: 0; }
  .intro__body  { position: relative; }
  .intro__eyebrow {
    display: flex; align-items: center; gap: 16px;
    font-family: var(--en);
    font-size: 12px;
    letter-spacing: 0.28em;
    color: var(--blue);
    margin-bottom: 28px;
  }
  .intro__eyebrow .line { flex: 0 0 56px; height: 1px; background: var(--blue); }
  .intro__eyebrow .num { color: var(--muted); }
  .intro h2 {
    font-family: var(--jps);
    font-weight: 500;
    /* 右カラム幅に合わせ、「トータルオーダー家具メーカー。」が1行に収まるサイズ */
    font-size: clamp(26px, 2.6vw, 36px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: var(--blue-ink);
    margin: 0 0 28px;
  }
  .intro__lead {
    font-size: 15px;
    color: var(--ink-soft);
    max-width: 520px;
    margin: 0;
    line-height: 2;
  }

  /* ============== SLIDER (汎用・枚数可変) ============== */
  .slider { position: relative; }
  .slider__viewport {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--blue-ink);
    border: 1px solid var(--rule);
    box-shadow: 0 40px 70px -45px rgba(11,26,43,0.45);
  }
  .slider__track {
    display: flex;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }
  .slider__slide {
    flex: 0 0 100%;
    height: 100%;
    margin: 0;
  }
  .slider__slide img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
  }

  /* --- 操作UI（カウンター / ドット / 矢印） --- */
  .slider__ui {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 22px;
  }
  .slider__count {
    font-family: var(--en);
    font-size: 12px;
    letter-spacing: 0.16em;
    color: var(--muted);
    white-space: nowrap;
  }
  .slider__count .cur {
    color: var(--blue-ink);
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .slider__dots {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: wrap;
  }
  .slider__dot {
    width: 8px; height: 8px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--blue-3);
    background: transparent;
    transition: background 0.3s, border-color 0.3s, transform 0.3s;
  }
  .slider__dot:hover { background: var(--blue-3); }
  .slider__dot.is-active {
    background: var(--blue);
    border-color: var(--blue);
    transform: scale(1.3);
  }
  .slider__arrows { display: flex; gap: 10px; margin-left: auto; }
  .slider__arrow {
    width: 46px; height: 46px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--rule);
    border-radius: 50%;
    color: var(--blue);
    background: var(--paper);
    transition: background 0.3s, color 0.3s, border-color 0.3s;
  }
  .slider__arrow:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
  }

  /* ============== SECTION HEAD ============== */
  .sec { padding: 120px 0; position: relative; }
  .sec--alt { background: var(--paper-2); }
  .sec--ink { background: var(--blue-ink); color: #d9e2ee; }
  .sec--ink h2, .sec--ink .sec__title { color: #fff; }

  .sec__head {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 64px;
  }
  .sec__eyebrow {
    font-family: var(--en);
    font-size: 12px;
    letter-spacing: 0.3em;
    color: var(--blue);
    margin-bottom: 14px;
    display: flex; align-items: center; gap: 14px;
  }
  .sec__eyebrow::before {
    content: ""; width: 28px; height: 1px; background: var(--blue);
  }
  .sec__title {
    font-family: var(--jps);
    font-weight: 500;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: var(--blue-ink);
    margin: 0;
  }
  .sec__lead {
    color: var(--ink-soft);
    font-size: 15px;
    max-width: 520px;
  }
  .sec--ink .sec__lead { color: #b9c7d6; }
  .sec--ink .sec__eyebrow { color: #88b6e0; }
  .sec--ink .sec__eyebrow::before { background: #88b6e0; }

  /* ============== STATEMENT ============== */
  .statement {
    text-align: center;
    padding: 140px 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    background:
      radial-gradient(ellipse at center top, var(--blue-ice) 0%, transparent 60%),
      var(--paper);
  }
  .statement .num {
    font-family: var(--en);
    font-size: 11px;
    letter-spacing: 0.4em;
    color: var(--blue);
    margin-bottom: 28px;
  }
  .statement h2 {
    font-family: var(--jps);
    font-weight: 500;
    font-size: clamp(28px, 3.4vw, 48px);
    line-height: 1.7;
    letter-spacing: 0.06em;
    color: var(--blue-ink);
    margin: 0 0 36px;
  }
  .statement p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    color: var(--ink-soft);
    line-height: 2;
  }
  .statement .sig {
    margin-top: 48px;
    font-family: var(--en);
    font-size: 11px;
    letter-spacing: 0.3em;
    color: var(--blue-2);
  }

  /* ============== PRODUCTS ============== */
  .products {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
  }
  .product {
    grid-column: span 6;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    padding: 28px;
    background: var(--paper);
    border: 1px solid var(--rule);
    transition: all 0.3s ease;
    position: relative;
  }
  .product:hover { border-color: var(--blue); transform: translateY(-2px); }
  .product__img { aspect-ratio: 1/1; }
  .product__no {
    position: absolute; top: 16px; right: 20px;
    font-family: var(--en);
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--blue-2);
  }
  .product__cat {
    font-family: var(--en);
    font-size: 10px;
    letter-spacing: 0.24em;
    color: var(--blue);
    margin-bottom: 10px;
  }
  .product__title {
    font-family: var(--jps);
    font-size: 26px;
    font-weight: 500;
    color: var(--blue-ink);
    margin: 0 0 14px;
    letter-spacing: 0.04em;
  }
  .product__desc {
    font-size: 13px;
    color: var(--muted);
    margin: 0 0 20px;
    line-height: 1.85;
  }
  /* ============== STRENGTHS ============== */
  .strengths {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
  }
  .strength {
    background: var(--blue-ink);
    padding: 40px 32px;
  }
  .strength__no {
    font-family: var(--en);
    font-size: 10px;
    letter-spacing: 0.3em;
    color: #6ea3d2;
    margin-bottom: 20px;
  }
  .strength__icon {
    width: 56px; height: 56px;
    border: 1px solid #305880;
    border-radius: 50%;
    margin-bottom: 24px;
    display: flex; align-items: center; justify-content: center;
    color: #88b6e0;
  }
  .strength__t {
    font-family: var(--jps);
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.06em;
    margin: 0 0 12px;
  }
  .strength__d {
    font-size: 13px;
    color: #9eb1c6;
    line-height: 1.85;
    margin: 0;
  }

  /* ============== PROCESS ============== */  .step {
    display: grid;
    grid-template-columns: 100px 1fr 200px;
    gap: 28px;
    padding: 32px 0;
    border-top: 1px solid var(--rule);
    align-items: center;
  }
  .step:last-child { border-bottom: 1px solid var(--rule); }
  .step__no {
    font-family: var(--en);
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--blue);
  }
  .step__no .big {
    display: block;
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    color: var(--blue-ink);
    margin-bottom: 6px;
    letter-spacing: 0;
  }
  .step__t {
    font-family: var(--jps);
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 6px;
    color: var(--blue-ink);
    letter-spacing: 0.04em;
  }
  .step__d {
    font-size: 13px;
    color: var(--muted);
    margin: 0;
    line-height: 1.85;
  }
  .step__time {
    font-family: var(--en);
    font-size: 11px;
    letter-spacing: 0.18em;
    color: var(--blue-2);
    text-align: right;
  }
  .step__time strong {
    display: block;
    font-family: var(--jp);
    font-weight: 500;
    color: var(--ink);
    font-size: 14px;
    margin-top: 4px;
  }

  /* ============== NEWS ============== */
  .news { display: block; }
  .news__list { display: flex; flex-direction: column; }
  .news__item {
    display: grid;
    grid-template-columns: 110px 90px 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 22px 0;
    border-top: 1px solid var(--rule);
  }
  .news__list .news__item:last-child { border-bottom: 1px solid var(--rule); }
  .news__date {
    font-family: var(--en);
    font-size: 13px;
    color: var(--blue);
    letter-spacing: 0.06em;
  }
  .news__cat {
    font-size: 10px;
    letter-spacing: 0.18em;
    background: var(--blue-ice);
    color: var(--blue);
    padding: 3px 0;
    text-align: center;
  }
  .news__t {
    font-size: 14px;
    color: var(--ink-soft);
    margin: 0;
  }
  .news__arr {
    font-family: var(--en);
    font-size: 16px;
    color: var(--blue);
  }

  /* ============== CONTACT ============== */
  .contact-cta {
    background: var(--blue-ink);
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
  }
  .contact-cta::before {
    content: "CONTACT";
    position: absolute;
    right: -40px; top: 50%; transform: translateY(-50%);
    font-family: var(--en);
    font-weight: 300;   /* 200は読み込んでいないため300で指定（描画結果は同じ） */
    font-size: 280px;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.04);
    line-height: 1;
    pointer-events: none;
  }
  .contact-cta__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    position: relative;
  }
  .contact-cta h2 {
    font-family: var(--jps);
    font-weight: 400;
    font-size: clamp(32px, 3.4vw, 40px);
    line-height: 1.45;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0 0 28px;
  }
  .contact-cta__lead {
    color: #b9c7d6;
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 1.9;
  }
  .contact-cta__tel {
    display: flex; align-items: baseline; gap: 16px;
    border-top: 1px solid rgba(255,255,255,0.16);
    padding-top: 28px;
  }
  .contact-cta__tel .label {
    font-family: var(--en);
    font-size: 11px; letter-spacing: 0.24em;
    color: #88b6e0;
  }
  .contact-cta__tel .num {
    font-family: var(--en);
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.02em;
  }

  .contact-cta__cards {
    display: flex; flex-direction: column; gap: 12px;
    /* カードが1枚のみのため、左のテキストブロックに対して天地中央に置く */
    justify-content: center;
  }
  .ccard {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 24px 28px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.2s ease;
  }
  .ccard:hover { background: rgba(255,255,255,0.08); border-color: #88b6e0; }
  .ccard__icon {
    width: 56px; height: 56px;
    border: 1px solid #305880;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #88b6e0;
  }
  .ccard__t {
    font-family: var(--jps);
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 4px;
  }
  .ccard__d {
    font-size: 12px;
    color: #9eb1c6;
    margin: 0;
  }
  .ccard__arr {
    font-family: var(--en);
    color: #88b6e0;
    font-size: 18px;
  }

  /* ============== FOOTER ============== */
  footer.site {
    background: #060f1c;
    color: #8a9bb0;
    padding: 80px 0 32px;
    font-size: 13px;
  }
  .foot__top {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr;  /* ブランド + COMPANY + CONTACT の3カラム */
    gap: 60px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .foot__brand .brand__jp { color: #d6e2f0; white-space: nowrap; }
  .foot__brand .brand__en { color: #6ea3d2; }
  .foot__addr {
    margin-top: 20px;
    line-height: 1.9;
    font-size: 12px;
  }
  .foot__col h4 {
    color: #fff;
    font-family: var(--en);
    font-size: 11px;
    letter-spacing: 0.24em;
    font-weight: 500;
    margin: 0 0 18px;
  }
  .foot__col ul {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 10px;
  }
  .foot__col a { color: #b9c7d6; font-size: 13px; }
  .foot__col a:hover { color: #fff; }

  .foot__bot {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: 32px;
    font-family: var(--en);
    font-size: 11px;
    letter-spacing: 0.16em;
    color: #4a5e75;
  }
  .foot__bot .links { display: flex; gap: 24px; }

  /* ==================================================================
     FORM PAGE（下層：ご相談・お見積り・図面請求）
     ------------------------------------------------------------------
     静的HTML（contact.html）と、WordPress + Contact Form 7 が出力する
     マークアップの両方に効くように書いています。
     CF7側は cf7-setup.txt のとおり class: を指定すれば無調整で揃います。
     ================================================================== */

  /* ----- パンくず ----- */
  .crumb {
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
    font-family: var(--en);
    font-size: 11px;
    letter-spacing: 0.14em;
    color: var(--muted);
    margin-bottom: 36px;
  }
  .crumb a { color: var(--blue); }
  .crumb a:hover { text-decoration: underline; }
  .crumb__sep { color: var(--rule); }

  /* ----- ページヘッダー ----- */
  .page-hero {
    background: var(--paper-2);
    border-bottom: 1px solid var(--rule);
    padding: 48px 0 72px;
  }
  .page-hero__eyebrow {
    font-family: var(--en);
    font-size: 12px;
    letter-spacing: 0.3em;
    color: var(--blue);
    margin-bottom: 14px;
    display: flex; align-items: center; gap: 14px;
  }
  .page-hero__eyebrow::before {
    content: ""; width: 28px; height: 1px; background: var(--blue);
  }
  .page-hero__title {
    font-family: var(--jps);
    font-weight: 500;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.35;
    letter-spacing: 0.04em;
    color: var(--blue-ink);
    margin: 0 0 24px;
  }
  .page-hero__lead {
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 2;
    margin: 0;
  }

  /* ----- フォーム全体 ----- */
  .form-sec { padding: 88px 0 120px; }
  .form-sec > .wrap > * { max-width: 940px; margin-left: auto; margin-right: auto; }

  .form__intro {
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 2;
    margin: 0 0 56px;
  }
  .form__intro a { color: var(--blue); border-bottom: 1px solid var(--blue-3); }

  .form { margin: 0; }

  .form__row {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 12px 40px;
    padding: 26px 0;
    border-top: 1px solid var(--rule);
    align-items: start;
  }
  .form__row:last-of-type { border-bottom: 1px solid var(--rule); }

  .form__label {
    display: flex; align-items: center; gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--blue-ink);
    letter-spacing: 0.04em;
    padding-top: 13px;
  }
  .form__badge {
    font-family: var(--en);
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 1.7;
    padding: 2px 8px;
    white-space: nowrap;
  }
  .form__badge--req { background: var(--blue); color: #fff; }
  .form__badge--opt { border: 1px solid var(--rule); color: var(--muted); }

  .form__field { min-width: 0; }
  .form__hint {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.8;
    margin: 8px 0 0;
  }
  .form__hint--center { text-align: center; margin-top: 18px; }

  /* ----- 入力コントロール（静的HTML / CF7 共通） ----- */
  .form__field input[type="text"],
  .form__field input[type="email"],
  .form__field input[type="tel"],
  .form__field input[type="number"],
  .form__field select,
  .form__field textarea {
    display: block;
    width: 100%;
    font-family: var(--jp);
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--rule);
    border-radius: 0;
    padding: 13px 16px;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .form__field input::placeholder,
  .form__field textarea::placeholder { color: #a8b6c4; }
  .form__field input:focus,
  .form__field select:focus,
  .form__field textarea:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(26,74,122,0.12);
  }
  /* 同一フィールド内に複数の入力欄がある場合（郵便番号＋住所など） */
  .form__field input + input { margin-top: 10px; }
  .form__field--short { max-width: 260px; }

  .form__field textarea {
    min-height: 200px;
    line-height: 1.95;
    resize: vertical;
  }

  .form__field select {
    padding-right: 46px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%231a4a7a' stroke-width='1.4'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
  }

  /* ----- 個人情報の同意 ----- */
  .form__consent {
    margin-top: 48px;
    background: var(--paper-2);
    border: 1px solid var(--rule);
    padding: 28px 32px;
  }
  .form__consent-lead {
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.95;
    margin: 0 0 20px;
  }
  .form__check,
  .form__consent .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    color: var(--blue-ink);
  }
  .form__check input[type="checkbox"],
  .form__consent input[type="checkbox"] {
    width: 20px; height: 20px;
    flex: 0 0 20px;
    margin: 0;
    border: 1px solid var(--blue-3);
    border-radius: 0;
    background: var(--paper);
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    transition: background 0.2s, border-color 0.2s;
  }
  .form__check input[type="checkbox"]:checked,
  .form__consent input[type="checkbox"]:checked {
    background: var(--blue);
    border-color: var(--blue);
  }
  .form__check input[type="checkbox"]:checked::after,
  .form__consent input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px; top: 2px;
    width: 5px; height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .form__check-txt a { color: var(--blue); border-bottom: 1px solid var(--blue-3); }

  /* ----- 送信ボタン ----- */
  .form__actions { margin-top: 48px; text-align: center; }
  .form__submit {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 340px;
    font-family: var(--jp);
    font-size: 15px;
    letter-spacing: 0.12em;
    color: #fff;
    background: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 0;
    padding: 18px 40px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: background 0.2s, border-color 0.2s;
  }
  .form__submit:hover { background: var(--blue-ink); border-color: var(--blue-ink); }
  .form__submit:disabled { opacity: 0.45; cursor: not-allowed; }

  /* ----- 電話での問い合わせ ----- */
  .form__tel {
    margin-top: 88px;
    border-top: 1px solid var(--rule);
    padding-top: 40px;
    text-align: center;
  }
  .form__tel-lbl {
    font-family: var(--en);
    font-size: 11px;
    font-weight: 400;          /* h2 のブラウザ既定（bold）を打ち消す */
    letter-spacing: 0.24em;
    color: var(--blue-2);
    margin: 0 0 10px;          /* h2 の上下マージンをリセット */
  }
  .form__tel-num {
    display: inline-block;
    font-family: var(--en);
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: var(--blue-ink);
    line-height: 1.2;
  }
  .form__tel-note {
    font-size: 12px;
    color: var(--muted);
    margin-top: 8px;
  }

  /* ==================================================================
     Contact Form 7 が生成するマークアップへの対応
     ※ CF7 は各入力を <span class="wpcf7-form-control-wrap"> で包むため、
        block 化しないと width:100% が効きません。
     ================================================================== */
  .wpcf7-form-control-wrap { display: block; }
  .form__field .wpcf7-form-control-wrap + .wpcf7-form-control-wrap { margin-top: 10px; }

  /* wpautop で挿入される空の <p> / <br> を無効化（保険）
     ※ functions.php で wpcf7_autop_or_not を false にするのが本筋です */
  .form p:empty { display: none; }
  .form__field p { margin: 0; }
  .form__field br { display: none; }

  /* バリデーションエラー */
  .wpcf7-not-valid-tip {
    display: block;
    font-size: 12px;
    color: #c0392b;
    margin-top: 8px;
    line-height: 1.7;
  }
  .form__field .wpcf7-not-valid,
  .form__consent .wpcf7-not-valid {
    border-color: #c0392b !important;
    background-color: #fdf5f4;
  }

  /* 送信結果メッセージ */
  .wpcf7-response-output {
    margin: 32px 0 0 !important;
    padding: 16px 22px !important;
    border: 1px solid var(--rule) !important;
    border-radius: 0 !important;
    font-size: 13px;
    line-height: 1.9;
    color: var(--ink-soft);
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output { border-color: #c0392b !important; color: #c0392b; }
  .wpcf7 form.sent .wpcf7-response-output { border-color: var(--blue) !important; color: var(--blue); }

  /* 送信中スピナー */
  .wpcf7-spinner { margin: 0 0 0 14px; vertical-align: middle; }

  /* acceptance（同意チェック）のリスト装飾を解除 */
  .wpcf7-list-item { margin: 0 !important; display: block; }
  .wpcf7-list-item-label { font-size: 14px; }

  /* ============== ANIMATION ============== */
  .reveal { opacity: 0; transform: translateY(20px); transition: all 0.9s cubic-bezier(.2,.8,.2,1); }
  .reveal.in { opacity: 1; transform: none; }

  /* ============== RESPONSIVE ============== */
  @media (max-width: 1240px) {
    nav.primary ul { gap: 18px; }
    nav.primary a { font-size: 13px; }
    .site__cta .btn { padding: 10px 14px; font-size: 12px; }
  }
  @media (max-width: 1080px) {
    .mv { height: auto; min-height: 0; aspect-ratio: 4/5; max-height: none; }
    .mv__inner { padding: 120px 0 80px; }
    .mv__nav { right: 16px; }
    .intro { padding: 80px 0; }
    .intro__inner { grid-template-columns: 1fr; gap: 48px; min-height: 0; }
    .products { grid-template-columns: 1fr; }
    .strengths { grid-template-columns: repeat(2, 1fr); }
    .news { grid-template-columns: 1fr; }
    .contact-cta__grid { grid-template-columns: 1fr; }
    .sec__head { grid-template-columns: 1fr; gap: 24px; }
    nav.primary { display: none; }
    .hamburger { display: inline-flex; }
  }

  /* ===== Tablet & smaller ===== */
  @media (max-width: 820px) {
    :root { --gutter: 22px; }
    .sec { padding: 72px 0; }
    .statement { padding: 88px 0; }

    /* Utility bar */
    .util__row { height: auto; padding: 8px 0; flex-direction: column; align-items: flex-start; gap: 4px; }
    .util__left, .util__right { gap: 12px; }
    .util__right .pill { display: none; }

    /* Header */
    .site__row { height: 64px; gap: 12px; grid-template-columns: 1fr auto; }
    .brand__logo { height: 40px; }
    .brand__en { font-size: 10px; letter-spacing: 0.18em; }
    .brand__jp { font-size: 11px; letter-spacing: 0.08em; }
    .brand__txt { padding-left: 10px; }
    .site__cta { gap: 6px; }
    .site__cta .btn { padding: 9px 12px; font-size: 11px; letter-spacing: 0.04em; }

    /* MV (mobile) */
    .mv { aspect-ratio: 3/4; min-height: 560px; }
    .mv__inner { padding: 110px 0 90px; }    .mv__nav { right: 12px; gap: 10px; }
    .mv__nav button { width: 8px; height: 8px; }
    .mv__scroll { display: none; }
    .mv__eyebrow { margin-bottom: 18px; font-size: 10px; letter-spacing: 0.2em; gap: 10px; flex-wrap: wrap; }
    .mv__eyebrow .line { flex: 0 0 28px; }
    .mv h1 { font-size: 30px; line-height: 1.4; letter-spacing: 0.04em; }

    /* Intro (mobile) */
    .intro { padding: 64px 0; }
    .intro__inner { gap: 36px; }
    .intro__eyebrow { margin-bottom: 20px; font-size: 11px; letter-spacing: 0.2em; gap: 10px; flex-wrap: wrap; }
    .intro__eyebrow .line { flex: 0 0 28px; }
    .intro h2 { font-size: 22px; margin-bottom: 20px; line-height: 1.6; }
    .intro__lead { font-size: 14px; line-height: 1.95; }

    /* Slider (mobile) */
    .slider__ui { gap: 16px; margin-top: 16px; }
    .slider__count { font-size: 11px; }
    .slider__count .cur { font-size: 14px; }
    .slider__arrow { width: 40px; height: 40px; }

    /* Statement */
    .statement h2 { font-size: 24px; line-height: 1.7; }
    .statement p { font-size: 14px; line-height: 1.95; padding: 0 4px; }

    /* Section heads */
    .sec__title { font-size: 26px; line-height: 1.5; }
    .sec__lead { font-size: 14px; }

    /* Products */
    .products { gap: 16px; }
    .product { grid-template-columns: 1fr; gap: 18px; padding: 18px; }
    .product__img { aspect-ratio: 4/3; }
    .product__title { font-size: 22px; }
    .product__desc { font-size: 13px; }

    /* Strengths */
    .strengths { grid-template-columns: 1fr; }
    .strength { padding: 28px 22px; }

    /* Process */
    .step { grid-template-columns: 64px 1fr; gap: 14px 16px; padding: 22px 0; }
    .step__no { font-size: 11px; letter-spacing: 0.12em; }
    .step__no .big { font-size: 36px; }
    .step__t { font-size: 18px; }
    .step__d { font-size: 12.5px; }
    .step__time { grid-column: 1 / -1; text-align: left; padding-top: 6px; border-top: 1px dashed var(--rule); }
    .step__time strong { display: inline; margin-left: 8px; }
    /* News */
    .news__item { grid-template-columns: 88px 72px 1fr; gap: 12px; padding: 16px 0; align-items: flex-start; }
    .news__date { font-size: 11px; }
    .news__cat { font-size: 9px; padding: 3px 4px; }
    .news__t { font-size: 13px; line-height: 1.7; grid-column: 1 / -1; margin-top: 4px; }
    .news__arr { display: none; }

    /* Contact CTA */
    .contact-cta { padding: 72px 0; }
    .contact-cta::before { font-size: 140px; right: -20px; }
    .contact-cta__grid { gap: 40px; }
    .contact-cta h2 { font-size: 26px; line-height: 1.55; }
    .contact-cta__lead { font-size: 14px; margin-bottom: 28px; }
    .contact-cta__tel { flex-direction: column; align-items: flex-start; gap: 6px; padding-top: 22px; }
    .contact-cta__tel .num { font-size: 30px; }
    .ccard { grid-template-columns: 48px 1fr 24px; gap: 14px; padding: 18px 18px; }
    .ccard__icon { width: 44px; height: 44px; }
    .ccard__t { font-size: 16px; }
    .ccard__d { font-size: 11.5px; line-height: 1.6; }

    /* Form page (mobile) */
    .page-hero { padding: 32px 0 48px; }
    .crumb { margin-bottom: 24px; font-size: 10px; gap: 8px; }
    .page-hero__title { font-size: 24px; margin-bottom: 18px; }
    .page-hero__lead { font-size: 14px; line-height: 1.95; }
    .page-hero__lead br { display: none; }
    .form-sec { padding: 56px 0 80px; }
    .form__intro { font-size: 13.5px; margin-bottom: 36px; }
    .form__row { grid-template-columns: 1fr; gap: 10px; padding: 20px 0; }
    .form__label { padding-top: 0; font-size: 13.5px; }
    .form__field input[type="text"],
    .form__field input[type="email"],
    .form__field input[type="tel"],
    .form__field select,
    .form__field textarea { font-size: 16px; padding: 12px 14px; }  /* 16px＝iOSの自動ズーム防止 */
    .form__field--short { max-width: 100%; }
    .form__field textarea { min-height: 160px; }
    .form__consent { padding: 20px 18px; margin-top: 32px; }
    .form__consent-lead { font-size: 12.5px; }
    .form__actions { margin-top: 32px; }
    .form__submit { min-width: 0; width: 100%; padding: 16px 24px; font-size: 14px; }
    .form__tel { margin-top: 56px; padding-top: 32px; }
    .form__tel-num { font-size: 30px; }

    /* Footer */
    footer.site { padding: 56px 0 24px; }
    .foot__top { grid-template-columns: 1fr 1fr; gap: 32px; padding-bottom: 36px; }
    .foot__brand { grid-column: 1 / -1; }
    .foot__bot { flex-direction: column; gap: 14px; align-items: flex-start; padding-top: 22px; }
    .foot__bot .links { gap: 16px; flex-wrap: wrap; }
    .foot__addr { font-size: 12px; }
    .foot__col h4 { margin-bottom: 12px; }
    .foot__col a { font-size: 12.5px; }
  }

  @media (max-width: 480px) {
    :root { --gutter: 18px; }
    .util { font-size: 11px; }
    .util__left span:not(.dot) { font-size: 11px; }
    .util__right { font-size: 10px; }
    .brand__txt { display: none; }
    .brand__logo { height: 36px; }
    .site__cta .btn { padding: 8px 10px; font-size: 10.5px; letter-spacing: 0.02em; }
    .site__cta .btn--solid { display: none; }
    .hamburger { width: 38px; height: 38px; }
    .mv h1 { font-size: 24px; }
    .mv h1 br { display: none; }
    .intro h2 { font-size: 20px; }
    .intro__lead { font-size: 13.5px; }
    .slider__ui { gap: 12px; }
    .slider__dots { gap: 8px; }
    .slider__arrow { width: 36px; height: 36px; }
    .statement h2 { font-size: 20px; }
    .sec__title { font-size: 22px; }
    .contact-cta h2 { font-size: 22px; }
    .contact-cta__tel .num { font-size: 24px; letter-spacing: 0; }
    .product__title { font-size: 19px; }
    .step { grid-template-columns: 56px 1fr; }
    .step__no .big { font-size: 30px; }
    .step__t { font-size: 16px; }
    .news__item { grid-template-columns: 1fr 1fr; }
    .news__t { grid-column: 1 / -1; }
  }
