/* ==================================================
   AUTO SHIFT / トップページ style.css
   構成: 0.変数 1.リセット 2.タイポグラフィ 3.共通パーツ
        4.ヘッダー 5.FV 6.できること 7.とは 8.流れ
        9.機能 10.メリット 11.料金/FAQ 12.お知らせ
        13.最終CTA 14.フッター 15.レスポンシブ
   ================================================== */

/* ---------- 0. 変数 ---------- */
:root {
  --color-primary: #f47a20;
  --color-primary-dark: #d96513;
  --color-primary-light: #fff2e8;

  --color-heading: #1f2937;
  --color-text: #374151;
  --color-subtext: #6b7280;

  --color-white: #ffffff;
  --color-bg: #f7f8fa;
  --color-bg-light: #fbfbfc;
  --color-border: #e5e7eb;

  --color-success: #2f9e68;
  --color-warning: #f2a23a;

  --shadow-soft: 0 12px 40px rgba(31, 41, 55, 0.08);
  --shadow-card: 0 8px 24px rgba(31, 41, 55, 0.06);

  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 8px;

  --container-width: 1200px;
}

/* ---------- 1. リセット ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-white);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p { margin: 0; }
button { font-family: inherit; cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
}

:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--color-primary);
  color: #fff;
  padding: 10px 18px;
  z-index: 999;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ---------- 2. タイポグラフィ / レイアウト共通 ---------- */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-inline: 24px;
}

h1, h2, h3 { color: var(--color-heading); font-weight: 700; }

.section-title {
  font-size: 34px;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 5px;
  border-radius: 3px;
  background: var(--color-primary);
}
.section-title--center {
  text-align: center;
  padding-left: 0;
  margin-bottom: 16px;
}
.section-title--center::before {
  content: none;
}
.section-title--center::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 3px;
  background: var(--color-primary);
  margin: 14px auto 0;
}

.section-lead {
  text-align: center;
  color: var(--color-subtext);
  font-size: 16px;
  line-height: 1.9;
  max-width: 560px;
  margin: 0 auto 56px;
}

/* ---------- 3. 共通パーツ (ボタン・アイコン) ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 700;
  font-size: 15px;
  border-radius: var(--radius-sm);
  padding: 12px 26px;
  min-height: 46px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 8px 20px rgba(244, 122, 32, 0.28);
}
.btn-primary:hover { background: var(--color-primary-dark); transform: translateY(-2px); }
.btn-outline {
  background: var(--color-white);
  color: var(--color-primary-dark);
  border: 1.5px solid var(--color-primary);
}
.btn-outline:hover { background: var(--color-primary-light); transform: translateY(-2px); }
.btn-lg { padding: 14px 32px; font-size: 15.5px; }

/* 線画アイコン（背景円 + マスクアイコン） */
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  flex-shrink: 0;
}
.icon-bg {
  background: var(--color-primary-light);
  border-radius: 12px;
}

/* アイコンは共通のマスク方式でオレンジの線画を再現 */
.icon-collect, .icon-generate, .icon-recruit, .icon-multi,
.icon-notify, .icon-view, .icon-preview, .icon-correct,
.icon-line, .icon-calendar, .icon-help, .icon-check,
.icon-staff, .icon-tally, .icon-approve {
  position: relative;
  background-color: var(--color-primary);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.icon-collect { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E"); }

.icon-generate { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='3' y='4.5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 9.5h18M8 3v3M16 3v3'/%3E%3Cpath d='M7.5 13.5h2M11 13.5h2M14.5 13.5h2M7.5 17h2M11 17h2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='3' y='4.5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 9.5h18M8 3v3M16 3v3'/%3E%3Cpath d='M7.5 13.5h2M11 13.5h2M14.5 13.5h2M7.5 17h2M11 17h2'/%3E%3C/svg%3E"); }

.icon-recruit { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M3.5 20c0-3.4 2.6-5.6 5.5-5.6s5.5 2.2 5.5 5.6'/%3E%3Cpath d='M17 4.5v6M20 7.5h-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M3.5 20c0-3.4 2.6-5.6 5.5-5.6s5.5 2.2 5.5 5.6'/%3E%3Cpath d='M17 4.5v6M20 7.5h-6'/%3E%3C/svg%3E"); }

.icon-multi { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M3 21V8l6-3.5L15 8v13'/%3E%3Cpath d='M15 21V11l6-2.5V21'/%3E%3Cpath d='M7.5 12h1.5M7.5 16h1.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M3 21V8l6-3.5L15 8v13'/%3E%3Cpath d='M15 21V11l6-2.5V21'/%3E%3Cpath d='M7.5 12h1.5M7.5 16h1.5'/%3E%3C/svg%3E"); }

.icon-notify { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M18 16v-5a6 6 0 1 0-12 0v5l-2 3h16z'/%3E%3Cpath d='M9.5 20a2.5 2.5 0 0 0 5 0'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M18 16v-5a6 6 0 1 0-12 0v5l-2 3h16z'/%3E%3Cpath d='M9.5 20a2.5 2.5 0 0 0 5 0'/%3E%3C/svg%3E"); }

.icon-view { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M2.5 12S6 5.5 12 5.5 21.5 12 21.5 12 18 18.5 12 18.5 2.5 12 2.5 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M2.5 12S6 5.5 12 5.5 21.5 12 21.5 12 18 18.5 12 18.5 2.5 12 2.5 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); }

.icon-preview { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='3' y='3.5' width='18' height='17' rx='2'/%3E%3Cpath d='M7 8h10M7 12h10M7 16h6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='3' y='3.5' width='18' height='17' rx='2'/%3E%3Cpath d='M7 8h10M7 12h10M7 16h6'/%3E%3C/svg%3E"); }

.icon-correct { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M4 17.5V21h3.5L18.8 9.7a1.5 1.5 0 0 0 0-2.1L16.9 5.7a1.5 1.5 0 0 0-2.1 0z'/%3E%3Cpath d='M13.5 7.5l3 3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M4 17.5V21h3.5L18.8 9.7a1.5 1.5 0 0 0 0-2.1L16.9 5.7a1.5 1.5 0 0 0-2.1 0z'/%3E%3Cpath d='M13.5 7.5l3 3'/%3E%3C/svg%3E"); }

.icon-line { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M21 11c0 4.4-4 8-9 8-1 0-2-.1-2.9-.4L4 20l1.2-3.6C4.4 15.1 3 13.2 3 11c0-4.4 4-8 9-8s9 3.6 9 8z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M21 11c0 4.4-4 8-9 8-1 0-2-.1-2.9-.4L4 20l1.2-3.6C4.4 15.1 3 13.2 3 11c0-4.4 4-8 9-8s9 3.6 9 8z'/%3E%3C/svg%3E"); }

.icon-calendar { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='3' y='4.5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 9.5h18M8 3v3M16 3v3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='3' y='4.5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 9.5h18M8 3v3M16 3v3'/%3E%3C/svg%3E"); }

.icon-help { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='8' cy='9' r='2.8'/%3E%3Ccircle cx='17' cy='9' r='2.8'/%3E%3Cpath d='M2.8 19.5c.3-3 2.5-5 5.2-5s4.6 1.7 5.1 4M11 19.2c.4-2.6 2.4-4.4 4.9-4.4 2.6 0 4.7 1.9 5.1 4.7'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='8' cy='9' r='2.8'/%3E%3Ccircle cx='17' cy='9' r='2.8'/%3E%3Cpath d='M2.8 19.5c.3-3 2.5-5 5.2-5s4.6 1.7 5.1 4M11 19.2c.4-2.6 2.4-4.4 4.9-4.4 2.6 0 4.7 1.9 5.1 4.7'/%3E%3C/svg%3E"); }

.icon-check { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 12.5l2.5 2.5L16 9.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 12.5l2.5 2.5L16 9.5'/%3E%3C/svg%3E"); }

.icon-staff { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='6' y='2.5' width='12' height='19' rx='2.2'/%3E%3Cpath d='M10 19h4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='6' y='2.5' width='12' height='19' rx='2.2'/%3E%3Cpath d='M10 19h4'/%3E%3C/svg%3E"); }

.icon-tally { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M4 19V9M10 19V5M16 19v-7M20 19v-3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M4 19V9M10 19V5M16 19v-7M20 19v-3'/%3E%3C/svg%3E"); }

.icon-approve { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='12' cy='9' r='3.2'/%3E%3Cpath d='M5.5 20c0-3.3 2.9-5.6 6.5-5.6s6.5 2.3 6.5 5.6'/%3E%3Cpath d='M9.5 18.5l1.6 1.6 3-3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='12' cy='9' r='3.2'/%3E%3Cpath d='M5.5 20c0-3.3 2.9-5.6 6.5-5.6s6.5 2.3 6.5 5.6'/%3E%3Cpath d='M9.5 18.5l1.6 1.6 3-3'/%3E%3C/svg%3E"); }

/* ---------- 4. ヘッダー ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--color-border);
  transition: box-shadow 0.2s ease;
}
.site-header.is-scrolled { box-shadow: 0 4px 16px rgba(31, 41, 55, 0.06); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 20px;
}

.logo { display: flex; align-items: center; }
.logo-full {
  height: 34px;
  width: auto;
  object-fit: contain;
}

.global-nav { display: contents; }
.nav-list { display: flex; align-items: center; gap: 28px; }
.nav-list a {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color-text);
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.nav-list a:hover,
.nav-list a.is-current { color: var(--color-primary); border-bottom-color: var(--color-primary); }

.nav-contact { display: flex; align-items: center; gap: 20px; }
.nav-tel {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 6px 24px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--color-primary);
  box-shadow: 0 4px 14px rgba(244, 122, 32, 0.14);
  line-height: 1.3;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.nav-tel:hover { border-color: var(--color-primary-dark); box-shadow: 0 6px 18px rgba(244, 122, 32, 0.2); transform: translateY(-2px); }
.nav-tel-icon { font-size: 22px; color: var(--color-primary); }
.nav-tel-text { display: flex; flex-direction: column; align-items: center; text-align: center; }
.nav-tel-number { display: block; font-weight: 700; font-size: 16px; color: var(--color-primary-dark); }
.nav-tel-staff { display: block; font-size: 12px; color: var(--color-subtext); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-toggle-bar { width: 22px; height: 2px; background: var(--color-heading); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- 5. ファーストビュー ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: 72px;
  background-color: #fff;
  background-image: radial-gradient(circle at 88% 18%, rgba(244, 122, 32, 0.14), transparent 38%);
  background-repeat: no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("../images/FV-bg.png");
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
  transform: translateY(-20px) scale(1.1);
  transform-origin: center;
  -webkit-mask-image: linear-gradient(92deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.94) 34%, rgba(0, 0, 0, 0.6) 58%, rgba(0, 0, 0, 0.3) 100%);
  mask-image: linear-gradient(92deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.94) 34%, rgba(0, 0, 0, 0.6) 58%, rgba(0, 0, 0, 0.3) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -160px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 60px solid rgba(244, 122, 32, 0.08);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 49% 51%;
  align-items: center;
  gap: 32px;
  min-height: 640px;
}

.badge {
  display: inline-block;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
  padding: 8px 16px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
.hero h1 .accent { color: var(--color-primary); }

.hero-lead {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.9;
  max-width: 520px;
  margin-bottom: 32px;
}

.hero-actions { display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; }
.btn-with-note { flex-direction: column; gap: 1px; padding-block: 10px; line-height: 1.3; }
.btn-main { font-size: 15.5px; font-weight: 700; }
.btn-note { font-size: 11px; font-weight: 400; color: rgba(255, 255, 255, 0.85); }

/* --- ダッシュボード擬似スクリーンショット --- */
.hero-visual { position: relative; }

.dashboard-frame {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.frame-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg-light);
}
.frame-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--color-border); }
.frame-title { margin-left: 10px; font-size: 12px; color: var(--color-subtext); font-weight: 700; }

.dashboard-image { display: block; width: 100%; height: auto; }

.float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 12px 16px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--color-heading);
  line-height: 1.4;
  white-space: nowrap;
}
.float-card .float-icon { width: 18px; height: 18px; }
.float-card--line { top: -5%; left: -6%; }
.float-card--calendar { top: 44%; left: -9%; }
.float-card--help { bottom: 10%; right: -6%; }
.float-card--check { top: 18%; right: -8%; }

/* ---------- 6. AUTO SHIFTでできること ---------- */
.capabilities { padding-block: 104px; background: var(--color-white); }

.capability-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 56px;
}
.capability-item { text-align: center; }
.capability-icon {
  width: 112px;
  height: 112px;
  border-radius: 24px;
  background: var(--color-primary-light);
  margin: 0 auto 16px;
  position: relative;
}
.capability-icon::before { content: ""; position: absolute; inset: 0; }
.capability-icon.icon-collect,
.capability-icon.icon-generate,
.capability-icon.icon-recruit,
.capability-icon.icon-multi { background-color: var(--color-primary-light); -webkit-mask-image: none; mask-image: none; }
.capability-icon.icon-collect::before,
.capability-icon.icon-generate::before,
.capability-icon.icon-recruit::before,
.capability-icon.icon-multi::before {
  background-color: var(--color-primary);
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: 52px; mask-size: 52px;
}
.capability-icon.icon-collect::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z'/%3E%3C/svg%3E"); }
.capability-icon.icon-generate::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='3' y='4.5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 9.5h18M8 3v3M16 3v3'/%3E%3Cpath d='M7.5 13.5h2M11 13.5h2M14.5 13.5h2M7.5 17h2M11 17h2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='3' y='4.5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 9.5h18M8 3v3M16 3v3'/%3E%3Cpath d='M7.5 13.5h2M11 13.5h2M14.5 13.5h2M7.5 17h2M11 17h2'/%3E%3C/svg%3E"); }
.capability-icon.icon-recruit::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M3.5 20c0-3.4 2.6-5.6 5.5-5.6s5.5 2.2 5.5 5.6'/%3E%3Cpath d='M17 4.5v6M20 7.5h-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M3.5 20c0-3.4 2.6-5.6 5.5-5.6s5.5 2.2 5.5 5.6'/%3E%3Cpath d='M17 4.5v6M20 7.5h-6'/%3E%3C/svg%3E"); }
.capability-icon.icon-multi::before { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M3 21V8l6-3.5L15 8v13'/%3E%3Cpath d='M15 21V11l6-2.5V21'/%3E%3Cpath d='M7.5 12h1.5M7.5 16h1.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Cpath d='M3 21V8l6-3.5L15 8v13'/%3E%3Cpath d='M15 21V11l6-2.5V21'/%3E%3Cpath d='M7.5 12h1.5M7.5 16h1.5'/%3E%3C/svg%3E"); }

.capability-item h3 { font-size: 18px; margin-bottom: 10px; }
.capability-item p { font-size: 14px; color: var(--color-subtext); line-height: 1.8; }

/* ---------- 7. AUTO SHIFTとは ---------- */
.about { padding-block: 104px; background: var(--color-bg); }

.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.pillar-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 18px;
}
.pillar-card h3 { font-size: 21px; line-height: 1.5; margin-bottom: 12px; }
.pillar-card p { font-size: 14px; color: var(--color-subtext); line-height: 1.8; margin-bottom: 20px; }

.pillar-diagram {
  margin-top: auto;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
}
.pillar-diagram--table { gap: 10px; }
.pillar-diagram--table .diagram-row { display: flex; justify-content: space-between; font-size: 12.5px; padding-block: 4px; color: var(--color-text); }
.pillar-diagram--table .diagram-row b { color: var(--color-primary-dark); }
.pillar-diagram--table .diagram-row + .diagram-row { border-top: 1px dashed var(--color-border); }
.pillar-diagram--flow { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.flow-tag { display: inline-block; background: var(--color-white); border: 1px solid var(--color-border); border-radius: 999px; padding: 6px 14px; font-size: 12px; font-weight: 700; color: var(--color-text); }
.flow-arrow { color: var(--color-primary); font-size: 13px; line-height: 1; }

/* ---------- 8. シフト完成までの流れ ---------- */
.flow { padding-block: 104px; background: var(--color-white); }

.flow-list { display: flex; gap: 16px; margin-top: 56px; }
.flow-step {
  flex: 1;
  min-width: 0;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 28px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-step-label { font-size: 12px; font-weight: 700; color: var(--color-primary); letter-spacing: 0.06em; margin-bottom: 14px; }
.flow-step-icon { width: 40px; height: 40px; margin-bottom: 16px; }
.flow-step-title { font-size: 16px; margin-bottom: 8px; }
.flow-step p { font-size: 14px; color: var(--color-text); line-height: 1.7; }

/* ---------- 9. 主な機能 ---------- */
.features { padding-block: 112px; background: var(--color-bg); }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 56px; }
.feature-card {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 26px 24px;
  overflow: hidden;
}

.feature-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.feature-icon-wrap {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--color-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon-wrap .feature-icon { width: 26px; height: 26px; }
.feature-card h3 { font-size: 18px; line-height: 1.4; }

.feature-description { font-size: 14px; color: var(--color-subtext); line-height: 1.8; min-height: 4.6em; }

.feature-visual { margin-top: auto; padding-top: 22px; }
.feature-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: var(--color-bg-light);
  box-shadow: 0 6px 18px rgba(31, 41, 55, 0.06);
}
.feature-card--request .feature-visual img { border: none; background: none; box-shadow: none; }
.feature-card--line .feature-visual { display: flex; justify-content: center; }
.feature-card--line .feature-visual img {
  width: auto;
  max-width: 72%;
  aspect-ratio: auto;
  object-fit: contain;
  border: none;
  box-shadow: none;
  background: none;
}

.features-more { text-align: center; margin-top: 48px; }

/* ---------- 10. 管理者・スタッフのメリット ---------- */
.benefits { padding-block: 104px; background: var(--color-white); }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.benefit-card {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 40px 36px 0;
  min-height: 420px;
}
.benefit-card-content { position: relative; z-index: 2; max-width: 58%; padding-bottom: 40px; }
.benefit-card h2 { display: flex; align-items: center; gap: 10px; font-size: 22px; margin-bottom: 24px; white-space: nowrap; }
.benefit-icon { width: 22px; height: 22px; flex-shrink: 0; }

.benefit-visual { position: absolute; right: 0; bottom: 0; pointer-events: none; }
.benefit-visual img { display: block; width: 100%; height: auto; }
.benefit-card--admin .benefit-visual { width: 65%; right: -8%; top: 95px; bottom: auto; height: auto; max-height: none; }

.benefit-card--staff .benefit-visual { width: 58%; right: 2%; bottom: -90px; }

.check-list { display: flex; flex-direction: column; gap: 14px; }
.check-list li { position: relative; padding-left: 30px; font-size: 15px; color: var(--color-text); font-weight: 700; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color-success);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: 60%; mask-size: 60%;
}

/* ---------- 11. 料金の概要 / FAQ ---------- */
.pricing-faq { padding-block: 104px; background: var(--color-bg); }
.pricing-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }

.price-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 40px 36px;
  margin-top: 32px;
}
.price-unit { font-size: 14px; color: var(--color-subtext); font-weight: 700; margin-bottom: 8px; }
#pricing .price-unit { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; }
#pricing .price-unit-period {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-subtext);
  padding: 2px 10px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
}
.price-amount { display: flex; align-items: baseline; gap: 4px; margin-bottom: 2px; }
.price-num { font-size: 48px; font-weight: 900; color: var(--color-primary); }
.price-yen { font-size: 20px; font-weight: 700; color: var(--color-primary); }
.price-tax { font-size: 13px; color: var(--color-subtext); margin-left: 6px; }
.price-period { font-size: 13px; color: var(--color-subtext); margin-bottom: 20px; }
.price-notes { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.price-notes li { position: relative; padding-left: 20px; font-size: 14px; color: var(--color-text); font-weight: 700; }
.price-notes li::before { content: "✓"; position: absolute; left: 0; color: var(--color-primary); font-weight: 700; }
.price-annotation { font-size: 12.5px; color: var(--color-subtext); margin-bottom: 24px; line-height: 1.7; }

.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
.faq-item {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 48px 18px 20px;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--color-heading);
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 16px;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 20px 20px; color: var(--color-subtext); font-size: 13.5px; line-height: 1.8; }

/* ---------- 12. お知らせ ---------- */
.news { padding-block: 88px; background: var(--color-white); }
.news-list { max-width: 760px; margin: 48px auto 0; }
.news-list li {
  display: flex;
  gap: 24px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--color-border);
  font-size: 14.5px;
  align-items: baseline;
}
.news-list time { color: var(--color-primary-dark); font-weight: 700; white-space: nowrap; font-size: 13.5px; }
.news-list span { color: var(--color-text); }

/* ---------- 13. 最終CTA ---------- */
.final-cta { padding-block: 64px; }
.final-cta-inner {
  background: var(--color-primary-light);
  border-radius: 24px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.final-cta-actions { display: flex; align-items: center; gap: 20px; }
.final-cta-copy h2 { font-size: 24px; margin-bottom: 10px; }
.final-cta-copy p { font-size: 14px; color: var(--color-text); line-height: 1.8; }
@media (min-width: 768px) {
  .final-cta-copy { max-width: 365px; }
}
.final-cta-tel {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 6px 24px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--color-primary);
  background: var(--color-white);
  box-shadow: 0 4px 14px rgba(244, 122, 32, 0.14);
  line-height: 1.3;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.final-cta-tel:hover { border-color: var(--color-primary-dark); box-shadow: 0 6px 18px rgba(244, 122, 32, 0.2); transform: translateY(-2px); }
.final-cta-tel-icon { font-size: 22px; color: var(--color-primary); }
.final-cta-tel-text { display: flex; flex-direction: column; align-items: center; text-align: center; }
.tel-number { display: block; font-weight: 700; font-size: 16px; color: var(--color-primary-dark); }
.tel-staff { display: block; font-size: 12px; color: var(--color-subtext); }

/* ---------- 14. フッター ---------- */
.site-footer { background: var(--color-bg); border-top: 1px solid var(--color-border); padding-block: 48px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1.6fr 1fr; gap: 32px; align-items: start; }
.footer-brand p { margin-top: 10px; font-size: 13px; color: var(--color-subtext); }
.footer-nav { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; }
.footer-nav a:hover { color: var(--color-primary); }
.footer-meta { font-size: 13px; color: var(--color-subtext); line-height: 1.9; }
.footer-tel { display: block; font-weight: 700; color: var(--color-heading); font-size: 14.5px; }
.footer-copyright { margin-top: 6px; }

/* ==================================================
   15. レスポンシブ
   ================================================== */
@media (min-width: 1025px) and (max-width: 1310px) {
  .hero-inner { grid-template-columns: 53fr 47fr; gap: 40px; }
  .float-card--line { left: -3%; }
  .float-card--calendar { left: -4%; }
  .float-card--check { right: -1%; }
  .float-card--help { right: 0%; }
  .hero-title-line1 { white-space: nowrap; }
}

@media (max-width: 1024px) {
  .container { padding-inline: 20px; }

  .hero-inner { grid-template-columns: 1fr; min-height: 0; }
  .hero {
    background-image: radial-gradient(circle at 88% 14%, rgba(244, 122, 32, 0.14), transparent 38%);
  }
  .hero::before {
    background-position: center 20%;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.93) 40%, rgba(0, 0, 0, 0.55) 66%, rgba(0, 0, 0, 0.3) 100%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.93) 40%, rgba(0, 0, 0, 0.55) 66%, rgba(0, 0, 0, 0.3) 100%);
  }
  .hero h1 { font-size: 46px; }
  .hero-visual { margin-top: 48px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-visual { margin-inline: 16px; }
}

@media (max-width: 1024px) {
  .float-card--line { left: max(-18px, -6%); }
  .float-card--calendar { left: max(-18px, -9%); }
  .float-card--help { right: max(-18px, -6%); }
  .float-card--check { right: max(-18px, -8%); }

  .section-title { font-size: 30px; }

  .capability-list { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .flow-list { flex-direction: column; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card--staff .benefit-visual { top: 16px; bottom: auto; }
  .pricing-faq-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; }

  .capabilities, .about, .flow, .features, .benefits, .pricing-faq { padding-block: 80px; }
}

@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .global-nav {
    display: flex;
    position: fixed;
    inset: 76px 0 0 0;
    background: var(--color-white);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 24px 24px 32px;
    gap: 24px;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
  }
  .global-nav.is-open { transform: translateX(0); }
  .nav-list { flex-direction: column; align-items: flex-start; gap: 4px; }
  .nav-list a { display: block; width: 100%; padding: 14px 4px; font-size: 16px; }
  .nav-contact { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 12px; width: 100%; }
  .nav-tel { width: 100%; }
  .nav-contact .btn { width: 100%; }

  body.nav-is-open { overflow: hidden; }
}

@media (max-width: 767px) {
  .hero { padding-block: 56px; }
  .hero h1 { font-size: 34px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .badge { font-size: 12px; }

  .float-card { padding: 10px 12px; font-size: 11.5px; }

  .section-title--center { font-size: 26px; }
  .section-lead { margin-bottom: 40px; }

  .capabilities, .about, .flow, .features, .benefits, .pricing-faq { padding-block: 60px; }

  .capability-list { grid-template-columns: 1fr; gap: 48px; }
  .feature-grid { grid-template-columns: 1fr; }

  .price-card { padding: 28px 24px; }
  .price-num { font-size: 40px; }

  .final-cta-inner { flex-direction: column; align-items: stretch; text-align: center; padding: 32px 24px; }
  .final-cta-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .final-cta-inner .btn { width: 100%; }
  .final-cta-tel { width: 100%; }

  .footer-inner { grid-template-columns: 1fr; }

  .news-list li { flex-direction: column; gap: 4px; }
}

/* 767px以下480px超のみ: benefit画像が見出しに被らないよう下へ移動 */
@media (min-width: 481px) and (max-width: 787px) {
  .benefit-card--admin .benefit-visual { top: 116px; transform: translateX(20px); }
  .benefit-card--staff .benefit-visual { top: 76px; transform: translateX(30px); }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 26px; }
  .container { padding-inline: 16px; }

  .feature-card { padding: 18px; }
  .feature-card h3 { font-size: 16.5px; }
  .feature-description { font-size: 13.5px; }

  .benefit-visual { display: none; }
  .benefit-card-content { max-width: 100%; }
}

/* ==================================================
   16. features.html 専用
   ================================================== */

/* --- ページヘッダー(FV) --- */
.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: 56px 48px;
  background: var(--color-white);
  text-align: center;
  border-bottom: 2px solid var(--color-border);
}
.page-hero-decor { position: absolute; inset: 0; pointer-events: none; }
.page-hero-circle { position: absolute; border-radius: 50%; }
.page-hero-circle--left {
  width: 260px; height: 260px; left: -120px; top: -50px;
  border: 3px solid rgba(244, 122, 32, 0.22);
  background: radial-gradient(circle at 30% 30%, rgba(244, 122, 32, 0.08), transparent 70%);
}
.page-hero-circle--right {
  width: 220px; height: 220px; right: -90px; bottom: -70px;
  border: 2px solid rgba(244, 122, 32, 0.28);
}
.page-hero-dots {
  position: absolute; left: 15%; top: 26px; width: 88px; height: 88px;
  background-image: radial-gradient(rgba(244, 122, 32, 0.55) 2px, transparent 2px);
  background-size: 16px 16px;
}
.page-hero-grid {
  position: absolute; right: 9%; top: 34px; width: 46px; height: 38px;
  border: 1px dashed rgba(244, 122, 32, 0.45);
  background-image: radial-gradient(rgba(244, 122, 32, 0.6) 1.5px, transparent 1.5px);
  background-size: 9px 9px; background-position: 4px 4px;
}
.page-hero-inner { position: relative; z-index: 1; max-width: 620px; margin: 0 auto; }
.page-hero h1 { font-size: 38px; font-weight: 900; margin-bottom: 18px; }
.page-hero-lead { font-size: 15px; color: var(--color-text); line-height: 1.9; margin-bottom: 20px; }
.breadcrumb ol { display: flex; justify-content: center; gap: 0; list-style: none; margin: 0; padding: 0; font-size: 13px; color: var(--color-subtext); }
.breadcrumb a { color: var(--color-subtext); }
.breadcrumb a:hover { color: var(--color-primary); }
.breadcrumb li:not(:last-child)::after { content: "›"; margin: 0 8px; color: var(--color-border); }

/* --- AUTO SHIFTの3つの特長 --- */
.feat3 { padding-block: 104px; background: var(--color-white); }
.feat3-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.feat3-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.feat3-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.feat3-num {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid var(--color-primary); color: var(--color-primary-dark);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px;
}
.feat3-head h3 { font-size: 18px; line-height: 1.5; padding-top: 4px; }
.feat3-card > p { font-size: 13.5px; color: var(--color-subtext); line-height: 1.8; }

.feat3-visual--people { display: flex; justify-content: center; gap: 20px; margin: 4px 0 22px; }
.feat3-person { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.feat3-person-icon {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.feat3-person-icon i { font-size: 26px; color: var(--color-primary); }
.feat3-person-icon img { width: 82px; height: 82px; object-fit: contain; }
.feat3-stars { font-size: 13px; letter-spacing: 1px; }
.star-filled { color: var(--color-primary); }
.star-empty { color: var(--color-border); }

.feat3-visual--flow { display: flex; align-items: flex-start; justify-content: center; gap: 4px; margin: 4px 0 22px; }
.feat3-flow-step { display: flex; flex-direction: column; align-items: center; gap: 8px; width: 34%; }
.feat3-flow-icon {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.feat3-flow-icon > span { width: 38px; height: 38px; background-color: #5E5F60; }
.feat3-flow-icon > i { font-size: 36px; color: #5E5F60; }
.feat3-flow-icon > img { width: 82px; height: 82px; object-fit: contain; }
.feat3-flow-label { font-size: 11.5px; font-weight: 700; color: var(--color-text); text-align: center; line-height: 1.3; }
.feat3-flow-arrow { color: var(--color-primary); font-size: 18px; margin-top: 12px; flex-shrink: 0; }

/* --- 希望回収からシフト生成までを自動化(5STEP) --- */
.flow-auto { padding-block: 104px; background: var(--color-bg); }
.flow-auto .container { max-width: 1360px; }
.flow-arrow-h { align-self: center; display: flex; color: var(--color-primary); font-size: 22px; font-weight: 700; flex-shrink: 0; padding: 0 2px; }

/* --- 主な機能 --- */
.feat-main { padding-block: 112px; background: var(--color-white); }
.feat-main .container { max-width: 1440px; }

.feature-category-list { display: flex; flex-direction: column; gap: 32px; margin-top: 56px; }

.feature-category {
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: var(--color-white);
}
.feature-category--tint { background: var(--color-primary-light); border-color: rgba(244, 122, 32, 0.16); }

.feature-category-inner { display: flex; align-items: center; gap: 48px; padding: 48px; }
.feature-category--reverse .feature-category-inner { flex-direction: row-reverse; }

.feature-category-copy { flex: 0 0 43%; max-width: 43%; }
.feature-category--wide-copy .feature-category-copy { flex: 0 0 calc(50% + 40px); max-width: calc(50% + 40px); }
.feature-category--wide-copy .feature-category-head { margin-bottom: 6px; }
.feature-category--wide-copy .feature-category-lead { margin-bottom: 10px; }
.feature-category--wide-copy .feature-function-item { padding-bottom: 8px; margin-bottom: 8px; }
.feature-category--tight .feature-category-head { margin-bottom: 6px; }
.feature-category--tight .feature-category-lead { margin-bottom: 10px; }
.feature-category--tight .feature-function-item { padding-bottom: 8px; margin-bottom: 8px; }
.feature-category-visual { flex: 1; min-width: 0; }


.feature-category-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 10px; }
.feature-category-number { font-size: 44px; font-weight: 900; color: var(--color-primary); line-height: 1; }
.feature-category-title { font-size: 24px; font-weight: 700; color: var(--color-heading); }
.feature-category-lead { font-size: 14px; color: var(--color-subtext); line-height: 1.8; margin-bottom: 28px; }

.feature-function-list { display: flex; flex-direction: column; }
.feature-function-item {
  padding-bottom: 24px; margin-bottom: 24px;
  border-bottom: 1px solid rgba(31, 41, 55, 0.08);
}
.feature-function-item:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
.feature-function-head { display: flex; align-items: center; gap: 14px; margin-bottom: 6px; }
.feature-function-icon {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%;
  background: var(--color-white);
  display: flex; align-items: center; justify-content: center;
}
.feature-function-icon span { width: 20px; height: 20px; }
.feature-function-icon i { font-size: 18px; color: var(--color-primary); }
.feature-function-head h4 { font-size: 17px; font-weight: 700; color: var(--color-heading); line-height: 1; margin: 0; padding: 0; }
.feature-function-item p { font-size: 14px; color: var(--color-subtext); line-height: 1.8; margin-left: 52px; }

/* 01: 単一画像 */
.feature-visual-single img { display: block; width: 100%; height: auto; }

/* 01: コピー幅を広げ、高さをコンパクトに。画像は余白ごとブロックの高さいっぱいに表示 */
.feature-category--fill { overflow: hidden; }
.feature-category--fill .feature-category-inner { padding: 0; gap: 0; }
.feature-category--fill .feature-category-copy { flex: 0 0 calc(50% + 40px); max-width: calc(50% + 40px); padding: 48px; box-sizing: border-box; }
.feature-category--fill .feature-category-visual { padding-top: 48px; padding-right: 48px; padding-bottom: 48px; box-sizing: border-box; }
.feature-category--fill .feature-category-head { margin-bottom: 6px; }
.feature-category--fill .feature-category-lead { margin-bottom: 10px; }
.feature-category--fill .feature-function-item { padding-bottom: 8px; margin-bottom: 8px; }

/* 02/03: メイン + サブ重ね */
.feature-visual-stack { position: relative; }
.feature-visual-main {
  border: 1px solid var(--color-border); border-radius: 14px; overflow: hidden;
  background: var(--color-white);
  box-shadow: 0 8px 24px rgba(31, 41, 55, 0.05);
}
.feature-visual-main img { display: block; width: 100%; height: auto; }
.feature-visual-main--contain {
  height: 380px; display: flex; align-items: center; justify-content: center; padding: 18px;
}
.feature-visual-main--contain img { width: 100%; height: 100%; object-fit: contain; }
.feature-visual-sub {
  position: absolute; width: 36%; right: -18px; bottom: -22px;
  border: 3px solid var(--color-white); border-radius: 10px; overflow: hidden;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.18);
}
.feature-visual-sub img { display: block; width: 100%; height: auto; }

/* --- スタッフ/管理者メリット --- */
.benefit2 { padding-block: 104px; background: var(--color-bg); }
.benefit2-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.benefit2-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.benefit2-head h2 { font-size: 21px; margin-bottom: 10px; }
.benefit2-head p { font-size: 13.5px; color: var(--color-subtext); line-height: 1.8; margin-bottom: 26px; }
.benefit2-body { display: flex; gap: 24px; align-items: center; margin-bottom: 24px; }
.benefit2-visual { flex: 0 0 40%; }
.benefit2-visual img { display: block; width: 100%; height: auto; border-radius: var(--radius-md); }
.point-list { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 13px; }
.point-list li { position: relative; padding-left: 26px; font-size: 14px; color: var(--color-text); font-weight: 700; }
.point-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: 60%; mask-size: 60%;
}
.benefit2-note { border-top: 1px solid var(--color-border); padding-top: 18px; margin-top: auto; }
.benefit2-note h3 { font-size: 14.5px; margin-bottom: 4px; }
.benefit2-note p { font-size: 12.5px; color: var(--color-subtext); line-height: 1.7; }

/* --- こんなシフト管理のお悩みに --- */
.troubles { padding-block: 104px; background: var(--color-white); }
.trouble-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.trouble-card {
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px 20px;
}
.trouble-icon {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid var(--color-primary); color: var(--color-primary);
  font-size: 19px; margin-bottom: 14px;
}
.trouble-card h3 { font-size: 15px; line-height: 1.5; margin-bottom: 10px; }
.trouble-card p { font-size: 13px; color: var(--color-subtext); line-height: 1.7; }

/* --- 料金 / 最終CTA --- */
.price-cta { padding-block: 104px; background: var(--color-bg); }
.pricing-lead { font-size: 14px; color: var(--color-subtext); line-height: 1.8; margin-top: 12px; margin-bottom: 24px; }
.pricing-faq-grid > .price-card { margin-top: 0; }
.price-cta-card { max-width: 560px; margin-inline: auto; }
.price-cta .container + .container { margin-top: 40px; }

/* ==================================================
   17. features.html 専用レスポンシブ
   ================================================== */
@media (max-width: 1024px) {
  .feat3-grid { grid-template-columns: 1fr; }
  .benefit2-card--staff .benefit2-visual { flex: 0 0 22%; }
  .benefit2-card--admin .benefit2-visual { flex: 0 0 47%; }
  .benefit2-visual { display: none; }
  .trouble-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero h1 { font-size: 32px; }
  .flow-list--connected .flow-arrow-h { display: none; }

  .feature-category-inner { flex-direction: column; align-items: stretch; gap: 32px; padding: 36px; }
  .feature-category--reverse .feature-category-inner { flex-direction: column; }
  .feature-category-copy,
  .feature-category--fill .feature-category-copy,
  .feature-category--wide-copy .feature-category-copy { flex: none; max-width: 100%; }
  .feature-category--fill .feature-category-copy { padding: 36px; }
  .feature-category--fill .feature-category-visual { padding: 36px; }
  .feature-visual-main--contain { height: 320px; }
}

@media (max-width: 767px) {
  .feat3, .flow-auto, .feat-main, .benefit2, .troubles, .price-cta { padding-block: 60px; }
  .benefit2-grid { grid-template-columns: 1fr; }
  .page-hero { padding-block: 44px 36px; }
  .page-hero h1 { font-size: 27px; }
  .page-hero-circle--left, .page-hero-circle--right { display: none; }
  .page-hero-dots, .page-hero-grid { opacity: 0.5; }
  .page-hero-dots { left: 4%; top: 4px; width: 60px; height: 60px; background-size: 12px 12px; }
  .page-hero-grid { right: 4%; top: 8px; }
  .trouble-grid { grid-template-columns: 1fr; }
  .benefit2-body { flex-direction: column; align-items: stretch; }
  .benefit2-visual { flex: none; max-width: 240px; margin: 0 auto; }
  .benefit2-card--staff .benefit2-visual { max-width: 150px; }
  .benefit2-card--admin .benefit2-visual { max-width: 320px; }

  .feature-category-list { gap: 24px; margin-top: 40px; }
  .feature-category-inner { padding: 24px; gap: 24px; }
  .feature-category--fill .feature-category-copy { padding: 24px; }
  .feature-category--fill .feature-category-visual { padding: 24px; }
  .feature-category-number { font-size: 34px; }
  .feature-category-title { font-size: 19px; }
}

@media (max-width: 600px) {
  .feature-visual-sub { width: 46%; }
  .feature-visual-main--contain { height: 220px; }
}

@media (max-width: 480px) {
  .feat3-visual--flow { gap: 2px; }
  .feat3-flow-label { font-size: 10px; }
}

/* ==================================================
   18. price.html 専用
   ================================================== */

/* --- FV追加コピー --- */
.page-hero-maincopy { font-size: 22px; font-weight: 700; color: var(--color-heading); line-height: 1.6; margin-bottom: 16px; }
.page-hero-maincopy .accent { color: var(--color-primary); }

/* --- シンプルな店舗定額 --- */
.price-plan { padding-block: 104px; background: var(--color-bg); }
.price-plan-card {
  max-width: 640px;
  margin: 48px auto 0;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  padding: 52px 48px;
  text-align: center;
}
.price-plan-unit { font-size: 14px; color: var(--color-subtext); font-weight: 700; margin-bottom: 4px; }
.price-plan-amount { display: flex; align-items: baseline; justify-content: center; gap: 4px; margin-bottom: 28px; }
.price-plan-period { font-size: 14px; font-weight: 700; color: var(--color-subtext); margin-right: 4px; }
.price-plan-num { font-size: 60px; font-weight: 900; color: var(--color-primary); line-height: 1; }
.price-plan-yen { font-size: 22px; font-weight: 700; color: var(--color-primary); }
.price-plan-tax { font-size: 13px; color: var(--color-subtext); margin-left: 4px; }
.price-plan-divider { border: none; border-top: 1px solid var(--color-border); margin: 0 0 28px; }
.price-plan-notes { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.price-plan-notes li { position: relative; padding-left: 28px; font-size: 15px; font-weight: 700; color: var(--color-text); text-align: left; max-width: 320px; margin-inline: auto; }
.price-plan-notes li::before {
  content: "";
  position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%;
  background-color: var(--color-success);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: 60%; mask-size: 60%;
}
.price-plan-annotation { font-size: 12.5px; color: var(--color-subtext); }

/* --- 月額料金で使える主な機能 --- */
.price-included { padding-block: 104px; background: var(--color-white); }
.price-included-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 28px; margin-top: 56px; }
.price-included-item { flex: 0 1 210px; text-align: center; }
.price-included-icon {
  display: flex; align-items: center; justify-content: center;
  width: 60px; height: 60px; margin: 0 auto 16px;
  border-radius: 16px; background: var(--color-primary-light);
}
.price-included-icon span { width: 28px; height: 28px; }
.price-included-item h3 { font-size: 15.5px; margin-bottom: 8px; }
.price-included-item p { font-size: 13px; color: var(--color-subtext); line-height: 1.7; }

/* --- 料金の仕組み --- */
.price-system { padding-block: 104px; background: var(--color-bg); }
.price-system-row { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 56px; flex-wrap: wrap; }
.price-system-grid { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.price-store-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 28px 24px;
  text-align: center;
  width: 220px;
}
.price-store-icons { display: flex; gap: 4px; align-items: center; justify-content: center; height: 28px; margin-bottom: 14px; color: var(--color-primary); font-size: 20px; }
.price-store-label { font-size: 14px; font-weight: 700; color: var(--color-subtext); margin-bottom: 10px; }
.price-store-amount { font-size: 14px; color: var(--color-text); font-weight: 700; white-space: nowrap; }
.price-store-amount span { font-size: 26px; font-weight: 900; color: var(--color-primary); margin: 0 2px; }
.price-plus-icon { font-size: 22px; font-weight: 700; color: var(--color-subtext); }
.price-line-fee {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 20px 28px;
  text-align: center;
}
.price-line-fee-label { font-size: 12.5px; color: var(--color-subtext); line-height: 1.5; margin-bottom: 8px; }
.price-line-fee-amount { font-size: 15px; font-weight: 700; color: var(--color-text); }
.price-line-fee-amount span { font-size: 22px; font-weight: 900; color: var(--color-primary); margin: 0 2px; }

.price-system-note {
  display: flex; align-items: center; gap: 14px;
  max-width: 640px; margin: 40px auto 0;
  background: var(--color-primary-light);
  border-radius: var(--radius-md);
  padding: 20px 24px;
}
.price-system-note-icon { flex-shrink: 0; display: flex; align-items: center; }
.price-system-note-icon i { font-size: 38px; color: var(--color-success); }
.price-system-note p { font-size: 13.5px; color: var(--color-text); line-height: 1.8; }

/* --- LINE通知について --- */
.line-price { padding-block: 104px; background: var(--color-white); }
.line-price-inner { display: flex; align-items: center; gap: 56px; }
.line-price-visual { flex: 0 0 42%; display: flex; justify-content: center; }
.line-price-diagram-image { display: block; width: 100%; max-width: 340px; height: auto; }
.line-price-content { flex: 1; min-width: 0; }

@media (min-width: 1025px) {
  .line-price-diagram-image { max-width: 400px; }
}
.line-price-content .section-title { margin-bottom: 10px; }
.line-price-subcopy { font-size: 18px; font-weight: 700; color: var(--color-heading); margin-bottom: 18px; line-height: 1.6; }
.line-price-text { font-size: 14px; color: var(--color-subtext); line-height: 1.9; margin-bottom: 28px; }
.line-price-cards { display: flex; gap: 16px; margin-bottom: 14px; flex-wrap: wrap; }
.line-price-card {
  flex: 1; min-width: 180px;
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 20px 22px;
}
.line-price-card-label { font-size: 13px; font-weight: 700; color: var(--color-subtext); margin-bottom: 8px; }
.line-price-card-detail { font-size: 12px; color: var(--color-subtext); line-height: 1.6; margin-bottom: 8px; }
.line-price-card-amount { font-size: 15px; font-weight: 700; color: var(--color-text); }
.line-price-card-amount span:first-child { font-size: 26px; font-weight: 900; color: var(--color-primary); }
.line-price-card-unit { font-size: 12px; color: var(--color-subtext); margin-left: 4px; }
.line-price-annotation { font-size: 12px; color: var(--color-subtext); text-align: right; }

/* --- シフト管理にかかる時間を、もっと有効に --- */
.time-saving { padding-block: 104px; background: var(--color-white); }
.time-saving-grid { display: flex; align-items: center; gap: 24px; margin-top: 56px; }
.time-saving-block {
  flex: 1; min-width: 0;
  background: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
}
.time-saving-block h3 { font-size: 17px; margin-bottom: 20px; }
.time-saving-auto { background: var(--color-primary-light); border-color: rgba(244, 122, 32, 0.16); }
.time-saving-list { display: flex; flex-direction: column; gap: 16px; }
.time-saving-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--color-text); font-weight: 700; }
.time-saving-icon {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%; background: var(--color-white);
}
.time-saving-icon i { font-size: 15px; color: var(--color-primary); }
.time-saving-icon span { width: 16px; height: 16px; }
.time-saving-auto .check-list { gap: 16px; }
.time-saving-auto .check-list li { font-size: 14px; padding-left: 0; display: flex; align-items: center; gap: 8px; }
.time-saving-auto .check-list li::before { content: none; }
.time-saving-auto .check-list li i { color: var(--color-success); font-size: 17px; flex-shrink: 0; }
.time-saving-arrow {
  flex-shrink: 0;
  width: 56px;
  height: 44px;
  background-color: var(--color-primary);
  clip-path: polygon(0% 30%, 55% 30%, 55% 0%, 100% 50%, 55% 100%, 55% 70%, 0% 70%);
}
.time-saving-result { flex: 1; min-width: 0; text-align: center; }
.time-saving-result-image { display: block; width: 100%; max-width: 220px; height: auto; margin: 0 auto 20px; }
.time-saving-result p { font-size: 14.5px; color: var(--color-primary-dark); font-weight: 700; line-height: 1.9; }
.time-saving-result .accent { color: var(--color-primary-dark); font-weight: 700; }

/* --- よくあるご質問 --- */
.price-faq { padding-block: 104px; background: var(--color-bg); }
.price-faq-list { max-width: 820px; margin-inline: auto; }

/* ==================================================
   19. price.html 専用レスポンシブ
   ================================================== */
@media (max-width: 1024px) {
  .price-plan, .price-included, .price-system, .line-price, .time-saving, .price-faq { padding-block: 80px; }
  .line-price-inner { gap: 40px; }
  .line-price-visual { flex: 0 0 240px; }
}

@media (max-width: 980px) {
  .time-saving-grid { flex-direction: column; align-items: stretch; }
  .time-saving-arrow { transform: rotate(90deg); align-self: center; }
  .line-price-inner { flex-direction: column; }
  .line-price-visual { flex: none; width: 100%; }
}

@media (max-width: 767px) {
  .price-plan, .price-included, .price-system, .line-price, .time-saving, .price-faq { padding-block: 60px; }
  .page-hero-maincopy { font-size: 18px; }
  .price-plan-card { padding: 32px 24px; margin-top: 36px; }
  .price-plan-num { font-size: 44px; }
  .price-included-grid { margin-top: 40px; }
  .price-included-item { flex: 1 1 100%; }
  .price-system-row { flex-direction: column; }
  .price-store-card { width: 100%; max-width: 280px; }
  .price-system-grid { width: 100%; flex-direction: column; align-items: center; }
  .price-plus-icon { transform: rotate(90deg); }
  .price-line-fee { width: 100%; max-width: 280px; }
  .line-price-diagram-image { max-width: 260px; }
  .line-price-cards { flex-direction: column; }
}

/* ==================================================
   20. company.html 専用
   ================================================== */

/* --- 会社概要(テーブル) --- */
.company-info { padding-block: 96px; background: var(--color-white); }
.company-table-wrap {
  max-width: 880px;
  margin: 40px auto 0;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.company-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.company-table tr + tr { border-top: 1px solid var(--color-border); }
.company-table th,
.company-table td {
  padding: 22px 32px;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  vertical-align: top;
}
.company-table th {
  width: 180px;
  background: var(--color-primary-light);
  color: var(--color-heading);
  font-weight: 700;
}
.company-table td { color: var(--color-text); font-weight: 400; }
.company-table td a { color: var(--color-primary-dark); font-weight: 700; }

/* --- AUTO SHIFTについて --- */
.company-about { padding-block: 104px; background: var(--color-bg); }
.company-about-inner { display: flex; align-items: center; gap: 56px; }
.company-about-copy { flex: 0 0 46%; max-width: 46%; }
.company-about-maincopy {
  font-size: 26px;
  font-weight: 900;
  color: var(--color-heading);
  line-height: 1.6;
  margin: 6px 0 20px;
}
.company-about-text { font-size: 14px; color: var(--color-subtext); line-height: 1.9; margin-bottom: 16px; }
.company-about-text:last-of-type { margin-bottom: 28px; }
.company-about-visual { flex: 1; min-width: 0; display: flex; justify-content: center; }
.company-about-illustration { display: block; width: 100%; max-width: 420px; height: auto; }

/* --- お問い合わせ --- */
.company-contact { padding-block: 104px; background: var(--color-white); }
.company-contact-inner {
  background: var(--color-primary-light);
  border-radius: 24px;
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.company-contact-copy { flex: 1 1 55%; }
.company-contact-lead {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  line-height: 1.7;
  margin: 4px 0 16px;
}
.company-contact-text { font-size: 14px; color: var(--color-text); line-height: 1.9; }
.company-contact-card {
  flex: 0 0 340px;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 36px 32px;
  text-align: center;
}
.company-contact-tel { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-bottom: 6px; }
.company-contact-tel i { font-size: 26px; color: var(--color-primary); }
.company-contact-tel-number { font-size: 28px; font-weight: 900; color: var(--color-heading); }
.company-contact-staff { font-size: 13px; color: var(--color-subtext); margin-bottom: 20px; }
.company-contact-card .btn { width: 100%; }

/* ==================================================
   21. company.html 専用レスポンシブ
   ================================================== */
@media (max-width: 1024px) {
  .company-info, .company-about, .company-contact { padding-block: 80px; }
  .company-about-inner { flex-direction: column; align-items: stretch; gap: 32px; }
  .company-about-copy { flex: none; max-width: 100%; }
  .company-about-illustration { max-width: 360px; margin: 0 auto; }
  .company-contact-inner { flex-direction: column; align-items: stretch; padding: 40px; }
  .company-contact-card { flex: none; }
}

@media (max-width: 767px) {
  .company-info, .company-about, .company-contact { padding-block: 60px; }
  .company-table th, .company-table td { padding: 16px 18px; font-size: 13.5px; }
  .company-table th { width: 108px; }
  .company-about-maincopy { font-size: 21px; }
  .company-contact-inner { padding: 28px 24px; }
  .company-contact-lead { font-size: 16px; }
}

/* ==================================================
   22. contact.html 専用
   ================================================== */

/* --- Hero(イントロ) --- */
.contact-hero {
  position: relative;
  overflow: hidden;
  padding-block: 64px 56px;
  background: var(--color-white);
  border-bottom: 2px solid var(--color-border);
}
.contact-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}
.contact-title { font-size: 36px; font-weight: 900; color: var(--color-heading); line-height: 1.4; }
.contact-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-top: 16px;
  border-radius: 999px;
  background: var(--color-primary);
}
.contact-lead { margin-top: 18px; font-size: 15px; color: var(--color-text); line-height: 1.9; }
.contact-points { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.contact-point { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 700; color: var(--color-heading); }
.contact-point-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 900;
}
.contact-visual { position: relative; max-width: 440px; margin: 0 auto; }
.contact-visual-pc img { display: block; width: 100%; height: auto; }
.contact-visual-phone { position: absolute; right: -6%; bottom: -8%; width: 32%; }
.contact-visual-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

/* --- Googleフォーム --- */
.contact-form-section { padding-block: 40px 96px; background: var(--color-bg); scroll-margin-top: 76px; }
.contact-form-wrap {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.contact-form-frame { display: block; width: 100%; max-width: 100%; height: 1850px; border: 0; }
.contact-form-note { max-width: 800px; margin: 18px auto 0; text-align: center; font-size: 13px; line-height: 1.8; color: var(--color-subtext); }

/* --- 電話問い合わせ案内 --- */
.contact-support { max-width: 800px; margin: 32px auto 0; }
.contact-support-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 22px 28px;
}
.contact-support-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 22px;
}
.contact-support-text { flex: 1; }
.contact-support-label { color: var(--color-heading); font-size: 14px; font-weight: 700; }
.contact-support-tel { display: inline-block; margin-top: 4px; color: var(--color-heading); font-size: 26px; font-weight: 900; letter-spacing: 0.3px; }
.contact-support-staff { margin-top: 2px; color: var(--color-subtext); font-size: 12.5px; font-weight: 700; }

/* ==================================================
   23. contact.html 専用レスポンシブ
   ================================================== */
@media (max-width: 1024px) {
  .contact-hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .contact-visual { order: -1; max-width: 340px; }
}
@media (max-width: 767px) {
  .contact-hero { padding-block: 44px 40px; }
  .contact-title { font-size: 27px; }
  .contact-form-section { padding-block: 28px 64px; }
  .contact-form-frame { height: 2080px; }
  .contact-support-inner { flex-direction: column; text-align: center; padding: 24px 20px; }
}
