@charset "UTF-8";
/* =========================================================
   TASTEM ｜ 技術力 Technology
   トンマナ：会社概要 v4「原寸図。/ FULL SCALE 1:1 Technical Sheet」を継承
   （about.css の .scalepage スケール系＝lead-head / datum /
     目次nav / sub-ttl / CTA を共有し、本ファイルは技術力固有の
     "設備ギャラリー・諸元表・資格一覧・認証・許可証" だけを追加する）
   オレンジは軸・寸法線・現在地の差し色に限定。装飾英語は増やさない。
   ========================================================= */

/* =========================================================
   設備カルーセル ｜ フルブリード・センターフォーカス
   中央スライドを大きく、両隣は縮小して画面左右に見切れさせる。
   （このブロックは .container の外＝セクション全幅に置く）
   ========================================================= */
.scalepage .tech-carousel {
  position: relative; width: 100%;
  margin: 4px 0 clamp(52px, 5vw, 78px);
}
/* ビューポート：画面端でスライドをクリップ（＝左右見切れ） */
.scalepage .tech-carousel__viewport { overflow: hidden; padding: 34px 0 6px; }
.scalepage .tech-carousel__track {
  position: relative; display: flex; align-items: flex-start;
  gap: clamp(22px, 3vw, 48px); margin: 0; padding: 0; list-style: none;
  will-change: transform;
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}
.scalepage .tech-carousel__slide {
  flex: 0 0 auto; width: clamp(260px, 46vw, 640px); margin: 0;
  transform: scale(0.8); opacity: 0.4; cursor: pointer;
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.72s ease;
}
.scalepage .tech-carousel__slide.is-active { transform: scale(1); opacity: 1; cursor: default; }
/* 写真面：図面ビューポートのコーナートンボ */
.scalepage .tech-carousel__frame {
  position: relative; background: var(--card-bg); padding: 8px;
}
.scalepage .tech-carousel__frame .ph { aspect-ratio: 16 / 10; }
.scalepage .tech-carousel__frame .ph img { object-fit: cover; }
.scalepage .tech-carousel__corner {
  position: absolute; width: 13px; height: 13px; border: solid var(--orange); border-width: 0; z-index: 2;
  opacity: 0; transition: opacity 0.5s ease;
}
.scalepage .tech-carousel__slide.is-active .tech-carousel__corner { opacity: 1; }
.scalepage .tech-carousel__corner--tl { top: -1px; left: -1px; border-top-width: 2px; border-left-width: 2px; }
.scalepage .tech-carousel__corner--br { bottom: -1px; right: -1px; border-bottom-width: 2px; border-right-width: 2px; }
.scalepage .tech-carousel__cap {
  position: relative; margin: 16px 0 0; padding-left: 16px;
  font-size: 14px; font-weight: 700; color: var(--ink); letter-spacing: 0.02em;
  opacity: 0; transform: translateY(4px); transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
}
.scalepage .tech-carousel__slide.is-active .tech-carousel__cap { opacity: 1; transform: none; }
.scalepage .tech-carousel__cap::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 4px; height: 1em; background: var(--orange);
}
/* 矢印 */
.scalepage .tech-carousel__arrow {
  position: absolute; top: calc(50% - 12px); transform: translateY(-50%); z-index: 5;
  width: 56px; height: 56px; border-radius: 50%; cursor: pointer;
  background: rgba(255, 255, 255, 0.92); border: 1px solid var(--line-2);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  transition: background 0.3s, border-color 0.3s, transform 0.3s var(--lp-ease), box-shadow 0.3s;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.scalepage .tech-carousel__arrow::before {
  content: ""; position: absolute; top: 50%; left: 50%; width: 11px; height: 11px;
  border-top: 2px solid var(--ink); border-right: 2px solid var(--ink);
}
.scalepage .tech-carousel__arrow--prev { left: clamp(12px, 3vw, 44px); }
.scalepage .tech-carousel__arrow--prev::before { transform: translate(-30%, -50%) rotate(-135deg); }
.scalepage .tech-carousel__arrow--next { right: clamp(12px, 3vw, 44px); }
.scalepage .tech-carousel__arrow--next::before { transform: translate(-70%, -50%) rotate(45deg); }
.scalepage .tech-carousel__arrow:hover {
  background: var(--orange); border-color: var(--orange);
  transform: translateY(-50%) scale(1.06); box-shadow: 0 12px 28px rgba(249, 156, 0, 0.28);
}
.scalepage .tech-carousel__arrow:hover::before { border-color: #000; }
.scalepage .tech-carousel__arrow:disabled { opacity: 0.35; cursor: default; }

/* ドット */
.scalepage .tech-carousel__dots { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.scalepage .tech-carousel__dot {
  width: 8px; height: 8px; padding: 0; border: none; border-radius: 50%; cursor: pointer;
  background: var(--line-2); transition: background 0.3s, width 0.3s var(--lp-ease);
}
.scalepage .tech-carousel__dot.is-active { width: 26px; border-radius: 4px; background: var(--orange); }

@media (max-width: 640px) {
  .scalepage .tech-carousel__slide { width: 78vw; transform: scale(0.86); }
  .scalepage .tech-carousel__arrow { width: 46px; height: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  .scalepage .tech-carousel__track,
  .scalepage .tech-carousel__slide { transition: none; }
}

/* =========================================================
   諸元表（名称 / 能力 / 台数）｜ 図面の部品表
   ========================================================= */
.scalepage .tech-cat { margin-top: clamp(40px, 4.5vw, 60px); }
.scalepage .tech-cat:first-of-type { margin-top: clamp(8px, 2vw, 24px); }
/* カテゴリ見出しは about の scale-sub-ttl（左オレンジ罫）を流用 */

.scalepage .tech-tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.scalepage .tech-table {
  width: 100%; min-width: 560px; border-collapse: collapse;
}
/* 見出し行：ダークグレー地に白抜き */
.scalepage .tech-table thead th {
  text-align: left; padding: 14px 20px;
  font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.06em; color: #fff; background: var(--d-bg);
}
.scalepage .tech-table tbody td {
  padding: 15px 20px; border-bottom: 1px solid var(--line);
  font-size: 14px; line-height: 1.7; color: var(--ink-sub); vertical-align: top;
}
/* ゼブラ（交互背景）：同じ項目（名称＋〃）は1グループとして同色にまとめ、
   グループ単位で1つおきに薄く塗る（tech.js が .is-band を付与） */
.scalepage .tech-table tbody tr.is-band td { background: var(--paper-2); }
/* 名称＝主役（インク濃色） */
.scalepage .tech-table td.tech-table__name { color: var(--ink); font-weight: 700; letter-spacing: 0.01em; }
/* 能力＝寸法値（フォントは本文と共通。数値の桁だけ tnum で揃える） */
.scalepage .tech-table td.tech-table__spec {
  font-size: 13px; letter-spacing: 0.01em;
  color: var(--ink-2); font-feature-settings: "tnum" 1;
}
/* 台数＝右寄せで数量を強調（フォントは本文と共通） */
.scalepage .tech-table th.tech-table__qty,
.scalepage .tech-table td.tech-table__qty { width: 92px; text-align: right; white-space: nowrap; }
.scalepage .tech-table td.tech-table__qty {
  font-weight: 500; font-size: 15px; color: var(--ink); font-feature-settings: "tnum" 1;
}
.scalepage .tech-table td.tech-table__qty small {
  font-size: 11px; font-weight: 400; color: var(--ink-muted); margin-left: 3px;
}
.scalepage .tech-table td.tech-table__ditto { color: var(--ink-muted); text-align: center; letter-spacing: 0.1em; }

/* =========================================================
   資格 ｜ 導入文 + 均一チップの部品一覧
   ========================================================= */
.scalepage .tech-quals-lead {
  max-width: 60em; margin: 0 0 clamp(32px, 4vw, 48px);
  font-size: clamp(15px, 1.5vw, 17px); line-height: 2.05; color: var(--ink-sub);
}
.scalepage .tech-quals-lead em {
  font-style: normal; font-weight: 700; color: var(--ink);
}
.scalepage .tech-quals {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
}
.scalepage .tech-quals li {
  position: relative; display: flex; align-items: flex-start; gap: 10px;
  padding: 15px 18px; background: var(--paper);
  font-size: 13px; line-height: 1.55; color: var(--ink-sub);
}
.scalepage .tech-quals li::before {
  content: "+"; flex: none; font-family: var(--font-mono); font-size: 12px;
  color: var(--orange); line-height: 1.7;
}
/* 末尾の空セル（行が3で割り切れない分）を白で埋め、灰色帯を出さない */
.scalepage .tech-quals li.tech-quals__pad { background: var(--paper); }
.scalepage .tech-quals li.tech-quals__pad::before { content: none; }
@media (max-width: 820px) { .scalepage .tech-quals { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .scalepage .tech-quals { grid-template-columns: 1fr; } }

/* =========================================================
   認証関連 ｜ 評価書カード（賞状画像 + 諸元）
   ========================================================= */
.scalepage .tech-cert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.scalepage .tech-cert {
  display: flex; flex-direction: column;
  background: var(--card-bg); padding: 24px;
}
.scalepage .tech-cert__figure {
  margin: 0 0 24px; display: flex; align-items: center; justify-content: center;
}
/* 賞状枠：縦長・白地・トンボ */
.scalepage .tech-cert__plate {
  position: relative; width: 280px; max-width: 100%; aspect-ratio: 280 / 396;
  background: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.scalepage .tech-cert__plate img { width: 100%; height: 100%; object-fit: contain; display: block; }
.scalepage .tech-cert__title {
  position: relative; margin: 0 0 6px; padding-left: 16px;
  font-size: clamp(17px, 1.7vw, 20px); font-weight: 700; color: var(--ink); letter-spacing: 0.02em;
}
.scalepage .tech-cert__title::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 5px; height: 1em; background: var(--orange);
}
.scalepage .tech-cert__dl { margin: 14px 0 0; border-top: 1px solid var(--line-2); }
.scalepage .tech-cert__dl > div {
  display: grid; grid-template-columns: 96px 1fr; gap: 16px;
  padding: 13px 2px; border-bottom: 1px solid var(--line);
}
.scalepage .tech-cert__dl dt { font-size: 12.5px; font-weight: 700; color: var(--ink); letter-spacing: 0.02em; }
.scalepage .tech-cert__dl dd { margin: 0; font-size: 13px; line-height: 1.7; color: var(--ink-sub); }
@media (max-width: 760px) { .scalepage .tech-cert-grid { grid-template-columns: 1fr; } }
@media (max-width: 400px) {
  .scalepage .tech-cert__dl > div { grid-template-columns: 1fr; gap: 4px; }
}

/* =========================================================
   建設業許可証 ｜ 2行の仕様表（about の scale-spectable を流用）
   ========================================================= */
.scalepage .tech-license .scale-spectable { margin-top: 0; }
