@charset "UTF-8";
/**
 * Style.scss
 * メインスタイルシート
 * 
 * すべてのSCSSファイルをインポートし、サイト全体のスタイルを統合
 */
/* ========================================
   基礎スタイル
======================================== */
/**
 * Reset
 * モダンなリセットCSS
 */
/* ========================================
   Box-sizing
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ========================================
   マージン・パディングのリセット
======================================== */
* {
  margin: 0;
  padding: 0;
}

/* ========================================
   HTML・Body
======================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ========================================
   見出し要素
======================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-weight: inherit;
}

/* ========================================
   リスト
======================================== */
ul,
ol {
  list-style: none;
}

/* ========================================
   メディア要素
======================================== */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ========================================
   フォーム要素
======================================== */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

/* ========================================
   テキスト関連
======================================== */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ========================================
   テーブル
======================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ========================================
   アクセシビリティ
======================================== */
/* スクリーンリーダー専用 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* アニメーション削減設定対応 */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/**
 * Variables
 * カラー、フォント、ブレイクポイントなどの変数定義
 */
/* ========================================
   カラー定義
======================================== */
/* ========================================
   フォント定義
======================================== */
/* ========================================
   ブレイクポイント
======================================== */
/* ========================================
   レイアウト
======================================== */
/* ========================================
   Z-index
======================================== */
/* ========================================
  トランジション
======================================== */
/* ========================================
   ボーダーラディウス
======================================== */
/* ========================================
   シャドウ
======================================== */
/**
 * Mixins
 * 再利用可能なスタイルミックスイン
 */
/* ========================================
   レスポンシブ対応ミックスイン
======================================== */
/* ========================================
   コンテナ
======================================== */
/* ========================================
   アニメーション削減設定への対応
======================================== */
/* ========================================
   トランジション（アニメーション削減対応込み）
======================================== */
/* ========================================
   ボタンスタイルベース
======================================== */
/* ========================================
   フォーカス可視化
======================================== */
/* ========================================
   セクション共通スタイル
======================================== */
/* ========================================
   見出し共通スタイル
======================================== */
/* ========================================
   Flexbox センタリング
======================================== */
/* ========================================
   グリッドレイアウト
======================================== */
/* ========================================
   ビジュアルホバーエフェクト
======================================== */
/**
 * Base
 * 基本的なスタイル定義
 */
/* ========================================
   Body
======================================== */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem); /* 最小18px */
  font-weight: 400;
  line-height: 1.75;
  color: #212529;
  background-color: #ffffff;
}

/* ========================================
   見出し
======================================== */
h1 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1f3a;
  font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem);
  margin-top: clamp(2rem, 1.5rem + 2vw, 4rem);
}

h2 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1f3a;
  font-size: clamp(1.75rem, 1.25rem + 1.5vw, 2.75rem);
  margin-top: clamp(1.75rem, 1.25rem + 1.5vw, 3.5rem);
}

h3 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1f3a;
  font-size: clamp(1.5rem, 1rem + 1vw, 2.25rem);
  margin-top: clamp(1.5rem, 1rem + 1vw, 3rem);
}

h4 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1f3a;
  font-size: clamp(1.25rem, 0.875rem + 0.75vw, 1.75rem);
  margin-top: clamp(1.25rem, 0.875rem + 0.75vw, 2.5rem);
}

h5 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1f3a;
  font-size: clamp(1.125rem, 0.75rem + 0.5vw, 1.5rem);
  margin-top: clamp(1.125rem, 0.75rem + 0.5vw, 2rem);
}

h6 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1f3a;
  font-size: clamp(1rem, 0.75rem + 0.25vw, 1.25rem);
  margin-top: clamp(1rem, 0.75rem + 0.25vw, 1.75rem);
}

/* ========================================
   段落
======================================== */
p {
  margin-top: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
}

/* ========================================
   リンク
======================================== */
a {
  color: #1e3a5f;
  transition-property: color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
a:hover {
  color: #2c5282;
}
a:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}

/* ========================================
   コンテナ
======================================== */
.container {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 0.5rem + 2vw, 2rem);
}

/* ========================================
   ユーティリティ
======================================== */
.text-center {
  text-align: center;
}

.text-white {
  color: #ffffff;
}

.mt-0 {
  margin-top: 0 !important;
}

/* ========================================
   改行制御
======================================== */
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

/**
 * Utilities
 * ユーティリティクラス
 * 767px以下と768px以上での表示/非表示を制御
 */
/* ========================================
   767px以下でのみ表示
======================================== */
@media (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
}

/* ========================================
   768px以上でのみ表示
======================================== */
@media (max-width: 767px) {
  .show-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .show-desktop-flex {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-desktop-flex {
    display: flex;
  }
}

@media (max-width: 767px) {
  .show-desktop-inline {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-desktop-inline {
    display: inline;
  }
}

@media (max-width: 767px) {
  .show-desktop-inline-block {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-desktop-inline-block {
    display: inline-block;
  }
}

/* ========================================
   レイアウト
======================================== */
/**
 * Header Layout
 * ヘッダーレイアウトのスタイル定義
 */
/* ========================================
   ヘッダー
======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  transition-property: background-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .header {
    transition: none;
  }
}

/* スクロール時のヘッダー */
.header--scrolled {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ========================================
   ヘッダーコンテナ
======================================== */
.header__container {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 0.5rem + 2vw, 2rem);
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: clamp(0.5rem, 0.4rem + 0.3vw, 0.875rem);
  min-height: 60px;
}

/* ========================================
   ロゴ
======================================== */
.header__logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.375rem);
  font-weight: 700;
  color: #1e3a5f;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .header__logo {
    transition: none;
  }
}
.header__logo:hover {
  color: #2c5282;
}

.header__logo-image {
  height: clamp(45px, 5vw, 65px);
  width: auto;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.header__logo-text {
  white-space: nowrap;
  line-height: 1.2;
}

/* ========================================
   ナビゲーション
======================================== */
@media (min-width: 992px) {
  .header__nav {
    display: block;
  }
}
.header__nav {
  /* モバイルメニュー（閉じている状態） */
}
@media (max-width: 991px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: clamp(4rem, 3rem + 2vw, 6rem) clamp(1.5rem, 1rem + 1vw, 2.5rem);
    overflow-y: auto;
    z-index: 1001;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media (max-width: 991px) and (prefers-reduced-motion: reduce) {
  .header__nav {
    transition: none;
  }
}

/* モバイルメニュー（開いている状態） */
@media (max-width: 991px) {
  .header__nav--open {
    right: 0;
  }
}

/* ========================================
   ナビゲーションリスト
======================================== */
.header__nav-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .header__nav-list {
    flex-direction: row;
    align-items: center;
    gap: clamp(0.75rem, 0.6rem + 0.5vw, 1.25rem);
    flex-wrap: nowrap;
  }
}

/* ========================================
   ナビゲーションリンク
======================================== */
.header__nav-link {
  font-size: clamp(0.75rem, 0.7rem + 0.15vw, 0.875rem);
  font-weight: 500;
  color: #212529;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .header__nav-link {
    transition: none;
  }
}
.header__nav-link:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}
.header__nav-link {
  /* 下線アニメーション */
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1e3a5f;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .header__nav-link::after {
    transition: none;
  }
}
.header__nav-link:hover {
  color: #1e3a5f;
}
.header__nav-link:hover::after {
  width: 100%;
}

/* CTAボタン（下線なし） */
.header__nav-link--cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 0.5rem + 0.5vw, 1.25rem) clamp(1.5rem, 1rem + 1vw, 2.5rem);
  font-weight: 700;
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem); /* 最小18px */
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: clamp(0.5rem, 0.25rem + 0.5vw, 1rem);
  cursor: pointer;
  transition-property: background-color, color, transform, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .header__nav-link--cta {
    transition: none;
  }
}
.header__nav-link--cta:hover, .header__nav-link--cta:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .header__nav-link--cta:hover, .header__nav-link--cta:focus {
    transform: none;
  }
}
.header__nav-link--cta:active {
  transform: translateY(0);
}
.header__nav-link--cta {
  background-color: #2d7a3e;
  color: #ffffff;
  font-size: clamp(0.75rem, 0.7rem + 0.15vw, 0.875rem);
  padding: clamp(0.4rem, 0.35rem + 0.15vw, 0.5rem) clamp(0.75rem, 0.7rem + 0.2vw, 0.9375rem);
  border-radius: clamp(0.3rem, 0.15rem + 0.3vw, 0.75rem);
  /* CTAボタンは下線を表示しない */
}
.header__nav-link--cta::after {
  display: none;
}
.header__nav-link--cta:hover {
  background-color: #1f5a2d;
  color: #ffffff;
}

/* ========================================
   ハンバーガーメニューボタン
======================================== */
.header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: clamp(1.75rem, 1.5rem + 0.5vw, 2rem);
  height: clamp(1.5rem, 1.25rem + 0.5vw, 1.75rem);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}
.header__hamburger:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}
@media (min-width: 992px) {
  .header__hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.header__hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #1e3a5f;
  border-radius: 2px;
  transition-property: transform, opacity, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .header__hamburger-line {
    transition: none;
  }
}

/* ハンバーガーメニュー開いた状態 */
.header__hamburger--open .header__hamburger-line:nth-child(1) {
  transform: translateY(calc(clamp(1.5rem, 1.25rem + 0.5vw, 1.75rem) / 2 - 1.5px)) rotate(45deg);
}

.header__hamburger--open .header__hamburger-line:nth-child(2) {
  opacity: 0;
}

.header__hamburger--open .header__hamburger-line:nth-child(3) {
  transform: translateY(calc(-1 * (clamp(1.5rem, 1.25rem + 0.5vw, 1.75rem) / 2 - 1.5px))) rotate(-45deg);
}

/* ========================================
   オーバーレイ（モバイルメニュー背景）
======================================== */
.header__overlay {
  display: none;
}
@media (max-width: 991px) {
  .header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(33, 37, 41, 0.5);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media (max-width: 991px) and (prefers-reduced-motion: reduce) {
  .header__overlay {
    transition: none;
  }
}

/* オーバーレイ表示状態 */
@media (max-width: 991px) {
  .header__overlay--visible {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}

/* ========================================
   電話番号と対応時間
======================================== */
.header__contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* PC表示用 */
.header__contact-info--desktop {
  display: none;
}
@media (min-width: 992px) {
  .header__contact-info--desktop {
    display: flex;
    align-items: flex-start;
    margin-left: clamp(1rem, 0.75rem + 0.75vw, 1.5rem);
    white-space: nowrap;
  }
}

/* SP表示用 */
.header__contact-info--mobile {
  display: flex;
  margin-top: clamp(1.5rem, 1.25rem + 0.5vw, 2rem);
  padding-top: clamp(1.5rem, 1.25rem + 0.5vw, 2rem);
  border-top: 1px solid #e9ecef;
}
@media (min-width: 992px) {
  .header__contact-info--mobile {
    display: none;
  }
}

/* 電話番号リンク */
.header__phone-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #212529;
  font-weight: 500;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .header__phone-link {
    transition: none;
  }
}
.header__phone-link:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}
.header__phone-link:hover {
  color: #1e3a5f;
}

/* PC表示用の電話番号（クリック不可） */
.header__phone-link--desktop {
  cursor: default;
  pointer-events: none;
}
.header__phone-link--desktop:hover {
  color: #212529;
}

.header__phone-label {
  font-size: clamp(0.75rem, 0.7rem + 0.1vw, 0.8125rem);
  font-weight: 500;
  color: #212529;
}

.header__phone-number {
  font-size: clamp(0.875rem, 0.8rem + 0.2vw, 1rem);
  font-weight: 700;
  color: #212529;
  white-space: nowrap;
}

/* 対応時間 */
.header__hours {
  font-size: clamp(0.6875rem, 0.65rem + 0.1vw, 0.75rem);
  color: #212529;
  line-height: 1.4;
  margin: 0;
  white-space: nowrap;
}

/**
 * Hero Section Layout
 * ヒーローセクションのスタイル定義
 */
/* ========================================
   ヒーローセクション
======================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0f1f3a 0%, #1e3a5f 100%);
  color: #ffffff;
  overflow: hidden;
}

/* ========================================
   ヒーロー背景画像
======================================== */
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

/* ========================================
   ヒーローコンテナ
======================================== */
.hero__container {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 0.5rem + 2vw, 2rem);
  position: relative;
  z-index: 1;
  padding-block: clamp(4rem, 3rem + 4vw, 8rem);
}

/* ========================================
   ヒーローコンテンツ
======================================== */
.hero__content {
  max-width: 800px;
  text-align: center;
  margin-inline: auto;
}

/* ========================================
   ヒーロータイトル
======================================== */
.hero__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: clamp(1rem, 0.75rem + 0.75vw, 1.75rem);
  color: #ffffff;
}

/* ========================================
   ヒーローサブタイトル
======================================== */
.hero__subtitle {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: clamp(2rem, 1.5rem + 1.5vw, 3.5rem);
  color: rgba(255, 255, 255, 0.95);
}

/* ========================================
   ヒーローCTA
======================================== */
.hero__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
}
@media (min-width: 768px) {
  .hero__cta {
    flex-direction: row;
    justify-content: center;
  }
}

/* ========================================
   ヒーロースクロールダウン
======================================== */
.hero__scroll {
  position: absolute;
  bottom: clamp(2rem, 1.5rem + 1vw, 3rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.5rem, 0.375rem + 0.25vw, 0.75rem);
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .hero__scroll {
    transition: none;
  }
}
.hero__scroll:hover {
  color: #ffffff;
}

/* スクロールダウンアイコン */
.hero__scroll-icon {
  width: clamp(1.5rem, 1.25rem + 0.5vw, 2rem);
  height: clamp(1.5rem, 1.25rem + 0.5vw, 2rem);
  animation: scroll-bounce 2s infinite;
}
@media (prefers-reduced-motion: reduce) {
  .hero__scroll-icon {
    animation: none;
  }
}

/* スクロールダウンアニメーション */
@keyframes scroll-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
/**
 * Section Layout
 * セクションレイアウトのスタイル定義
 */
/* ========================================
   セクション基本スタイル
======================================== */
.section {
  padding-block: clamp(3rem, 2rem + 4vw, 8rem);
}

/* ========================================
   セクションコンテナ
======================================== */
.section__container {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 0.5rem + 2vw, 2rem);
}

/* ========================================
   セクション見出し
======================================== */
.section__heading {
  text-align: center;
  margin-bottom: clamp(2.5rem, 2rem + 2vw, 4.5rem);
}

/* ========================================
   セクションタイトル
======================================== */
.section__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1f3a;
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.75rem);
  margin-top: 0;
  margin-bottom: clamp(0.75rem, 0.5rem + 0.5vw, 1.25rem);
}

@media (max-width: 500px) {
  .section__title-break {
    display: block;
  }
}

/* ========================================
   セクションサブタイトル (最小18px)
======================================== */
.section__subtitle {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
  color: #6c757d;
  margin-top: 0;
}

.section__subtitle--accent {
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.625rem);
  font-weight: 600;
  color: #1e3a5f;
}

/* ========================================
   セクションバリエーション
======================================== */
/* 背景色つきセクション */
.section--gray {
  background-color: #f8f9fa;
}

/* ダークセクション */
.section--dark {
  background-color: #0f1f3a;
  color: #ffffff;
}
.section--dark .section__title,
.section--dark .section__subtitle {
  color: #ffffff;
}

/* ========================================
   コンテンツグリッド
======================================== */
.section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(280px, 250px + 5vw, 350px), 1fr));
  gap: clamp(1.5rem, 1rem + 2vw, 3rem);
  margin-top: clamp(2.5rem, 2rem + 2vw, 4.5rem);
}

/* 2カラムグリッド */
@media (min-width: 768px) {
  .section__grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 3カラムグリッド */
@media (min-width: 768px) {
  .section__grid--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 4カラムグリッド */
@media (min-width: 768px) {
  .section__grid--4col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .section__grid--4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

/**
 * Footer Layout
 * フッターレイアウトのスタイル定義
 */
/* ========================================
   フッター
======================================== */
.footer {
  background-color: #0f1f3a;
  color: #ffffff;
  padding-block: clamp(3rem, 2.5rem + 2vw, 5rem);
  font-size: clamp(0.875rem, 0.8rem + 0.2vw, 1rem);
}

/* ========================================
   フッターコンテナ
======================================== */
.footer__container {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 0.5rem + 2vw, 2rem);
}

/* ========================================
   フッターコンテンツ
======================================== */
.footer__content {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 2rem + 1.5vw, 4rem);
}
@media (min-width: 992px) {
  .footer__content {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ========================================
   フッター情報エリア
======================================== */
.footer__info {
  flex: 1;
}

/* ========================================
   フッタータイトル
======================================== */
.footer__title {
  font-size: clamp(1.125rem, 1rem + 0.4vw, 1.4rem);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
  color: #ffffff;
}

/* ========================================
   フッターテキスト
======================================== */
.footer__text {
  font-size: clamp(0.8125rem, 0.78rem + 0.2vw, 0.95rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  margin-top: clamp(0.75rem, 0.5rem + 0.5vw, 1.25rem);
}

/* ========================================
   フッターリンクセクション
======================================== */
.footer__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(2rem, 1.5rem + 1vw, 3rem);
}
@media (min-width: 992px) {
  .footer__links {
    flex: 1;
  }
}

/* ========================================
   フッターリンクグループ
======================================== */
.footer__link-group {
  /* スタイルなし（必要に応じて追加） */
}

/* ========================================
   フッターリンクタイトル
======================================== */
.footer__link-title {
  font-size: clamp(0.9375rem, 0.88rem + 0.2vw, 1.0625rem);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: clamp(0.75rem, 0.5rem + 0.5vw, 1.25rem);
  color: #ffffff;
}

/* ========================================
   フッターリンクリスト
======================================== */
.footer__link-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.375rem + 0.25vw, 0.75rem);
}
@media (min-width: 576px) {
  .footer__link-list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
  }
}

/* ========================================
   フッターリンク
======================================== */
.footer__link {
  font-size: clamp(0.8125rem, 0.78rem + 0.2vw, 0.95rem);
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .footer__link {
    transition: none;
  }
}
.footer__link:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}
.footer__link:hover {
  color: #ffffff;
}

/* ========================================
   フッター下部（コピーライト）
======================================== */
.footer__bottom {
  margin-top: clamp(2.5rem, 2rem + 1.5vw, 4rem);
  padding-top: clamp(1.5rem, 1.25rem + 0.75vw, 2.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

/* ========================================
   コピーライト
======================================== */
.footer__copyright {
  font-size: clamp(0.6875rem, 0.66rem + 0.2vw, 0.8125rem);
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0;
}

/* ========================================
   コンポーネント
======================================== */
/**
 * Button Component
 * ボタンのスタイル定義
 */
/* ========================================
   基本ボタン
======================================== */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 0.5rem + 0.5vw, 1.25rem) clamp(1.5rem, 1rem + 1vw, 2.5rem);
  font-weight: 700;
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem); /* 最小18px */
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: clamp(0.5rem, 0.25rem + 0.5vw, 1rem);
  cursor: pointer;
  transition-property: background-color, color, transform, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}
.button:hover, .button:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
@media (prefers-reduced-motion: reduce) {
  .button:hover, .button:focus {
    transform: none;
  }
}
.button:active {
  transform: translateY(0);
}
.button:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}

/* ========================================
   プライマリーボタン
======================================== */
.button--primary {
  background-color: #2d7a3e;
  color: #ffffff;
}
.button--primary:hover, .button--primary:focus {
  background-color: #1f5a2d;
  color: #ffffff;
}

/* ========================================
   セカンダリーボタン
======================================== */
.button--secondary {
  background-color: #ffffff;
  color: #1e3a5f;
  border: 2px solid #1e3a5f;
}
.button--secondary:hover, .button--secondary:focus {
  background-color: #1e3a5f;
  color: #ffffff;
}

/* ========================================
   アウトラインボタン
======================================== */
.button--outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.button--outline:hover, .button--outline:focus {
  background-color: #ffffff;
  color: #1e3a5f;
}

/* ========================================
   大きいボタン (最小18px)
======================================== */
.button--large {
  padding: clamp(1rem, 0.75rem + 0.75vw, 1.5rem) clamp(2rem, 1.5rem + 1.5vw, 3.5rem);
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.625rem);
}

/* ========================================
   アイコン付きボタン
======================================== */
.button__icon {
  margin-left: clamp(0.5rem, 0.25rem + 0.25vw, 0.75rem);
  font-size: 1.2em;
}

/**
 * Card Component
 * カードコンポーネントのスタイル定義
 */
/* ========================================
   カード基本スタイル
======================================== */
.card {
  background-color: #ffffff;
  border-radius: clamp(0.75rem, 0.5rem + 0.75vw, 1.5rem);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* ========================================
   カード画像
======================================== */
.card__image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* ========================================
   カードコンテンツ
======================================== */
.card__content {
  padding: clamp(1.25rem, 1rem + 0.75vw, 2rem);
}

/* ========================================
   カードタイトル
======================================== */
.card__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1f3a;
  font-size: clamp(1.5rem, 1.25rem + 0.75vw, 2rem);
  margin-top: 0;
  margin-bottom: clamp(0.75rem, 0.5rem + 0.5vw, 1.25rem);
}

/* ========================================
   カードテキスト (最小18px)
======================================== */
.card__text {
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem);
  line-height: 1.75;
  color: #6c757d;
  margin-top: 0;
}

/* ========================================
   カードアイコン
======================================== */
.card__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 1.25rem + 0.75vw, 2.25rem) clamp(1.25rem, 1rem + 0.75vw, 2rem) 0;
}

.card__icon {
  width: clamp(60px, 50px + 3vw, 80px);
  height: clamp(60px, 50px + 3vw, 80px);
  object-fit: contain;
}

/**
 * Form Component
 * フォームコンポーネントのスタイル定義
 */
/* ========================================
   フォーム基本スタイル
======================================== */
.form {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  text-align: left; /* フォーム要素は左揃え */
}

/* ========================================
   フォームグループ
======================================== */
.form__group {
  margin-top: clamp(1.25rem, 1rem + 0.75vw, 2rem);
}

/* ========================================
   フォームラベル (最小18px)
======================================== */
.form__label {
  display: block;
  font-weight: 500;
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem);
  color: #212529;
  margin-bottom: clamp(0.5rem, 0.375rem + 0.25vw, 0.75rem);
}

/* 必須マーク */
.form__label--required::after {
  content: " *";
  color: #e74c3c;
  font-weight: 700;
}

/* ========================================
   フォーム入力要素 (最小18px)
======================================== */
.form__input,
.form__textarea,
.form__select {
  width: 100%;
  padding: clamp(0.75rem, 0.5rem + 0.5vw, 1rem);
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem);
  line-height: 1.75;
  color: #212529;
  background-color: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
  transition-property: border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .form__input,
  .form__textarea,
  .form__select {
    transition: none;
  }
}
.form__input:focus-visible,
.form__textarea:focus-visible,
.form__select:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}
.form__input:focus,
.form__textarea:focus,
.form__select:focus {
  border-color: #1e3a5f;
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.1);
}
.form__input::placeholder,
.form__textarea::placeholder,
.form__select::placeholder {
  color: #6c757d;
}

/* ========================================
   テキストエリア
======================================== */
.form__textarea {
  min-height: 150px;
  resize: vertical;
}

/* ========================================
   エラーメッセージ (最小18px)
======================================== */
.form__error {
  display: block;
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  color: #e74c3c;
  margin-top: clamp(0.25rem, 0.2rem + 0.125vw, 0.5rem);
}

/* エラー状態の入力フィールド */
.form__input--error,
.form__textarea--error,
.form__select--error {
  border-color: #e74c3c;
}
.form__input--error:focus,
.form__textarea--error:focus,
.form__select--error:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

/* ========================================
   フォーム送信ボタン
======================================== */
.form__submit {
  margin-top: clamp(2rem, 1.5rem + 1vw, 3rem);
  width: 100%;
}
@media (min-width: 768px) {
  .form__submit {
    width: auto;
    min-width: 250px;
    display: block;
    margin-inline: auto;
  }
}

/* ========================================
   フォームヘルプテキスト (最小18px)
======================================== */
.form__help {
  display: block;
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  color: #6c757d;
  margin-top: clamp(0.25rem, 0.2rem + 0.125vw, 0.5rem);
}

/**
 * FAQ Component
 * FAQアコーディオンコンポーネントのスタイル定義
 */
/* ========================================
   FAQリスト
======================================== */
.faq-list {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

/* ========================================
   FAQアイテム
======================================== */
.faq-item {
  border-bottom: 1px solid #e9ecef;
  margin-top: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
}

.faq-item:first-child {
  margin-top: 0;
}

/* ========================================
   FAQ質問部分（ボタン）
======================================== */
.faq-item__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
  padding: clamp(1.25rem, 1rem + 0.5vw, 1.75rem);
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  font-weight: 700;
  color: #1e3a5f;
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .faq-item__question {
    transition: none;
  }
}
.faq-item__question:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}

.faq-item__question:hover {
  background-color: #f8f9fa;
}

/* ========================================
   FAQ Q/Aラベル
======================================== */
.faq-item__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.75rem, 1.5rem + 0.5vw, 2.25rem);
  height: clamp(1.75rem, 1.5rem + 0.5vw, 2.25rem);
  flex-shrink: 0;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #ffffff;
  background-color: #2d7a3e;
  border-radius: 50%;
  pointer-events: none;
}

.faq-item__label--answer {
  background-color: #1e3a5f;
}

/* ========================================
   FAQ質問テキスト (最小18px)
======================================== */
.faq-item__question-text {
  flex: 1;
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem);
  line-height: 1.75;
  pointer-events: none;
}

/* ========================================
   FAQ開閉アイコン
======================================== */
.faq-item__icon {
  flex-shrink: 0;
  width: clamp(1.25rem, 1rem + 0.5vw, 1.5rem);
  height: clamp(1.25rem, 1rem + 0.5vw, 1.5rem);
  pointer-events: none;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .faq-item__icon {
    transition: none;
  }
}

.faq-item--open .faq-item__icon {
  transform: rotate(180deg);
}

/* ========================================
   FAQ回答部分
======================================== */
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition-property: max-height, padding;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .faq-item__answer {
    transition: none;
  }
}

.faq-item--open .faq-item__answer {
  max-height: 1000px;
}

/* ========================================
   FAQ回答コンテンツ
======================================== */
.faq-item__answer-content {
  display: flex;
  gap: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
  padding: 0 clamp(1.25rem, 1rem + 0.5vw, 1.75rem) clamp(1.25rem, 1rem + 0.5vw, 1.75rem);
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  line-height: 1.75;
  color: #6c757d;
}

.faq-item__answer-text {
  flex: 1;
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem);
  line-height: 1.9;
  margin-top: 0;
}

/**
 * Feature Item Component
 * 縦並びの特徴項目コンポーネント
 */
/* ========================================
   特徴アイテム（左画像）
======================================== */
.feature-item {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.5rem + 1.5vw, 3.5rem);
  margin-top: clamp(3rem, 2.5rem + 2vw, 5rem);
}
@media (min-width: 768px) {
  .feature-item {
    flex-direction: row;
    align-items: center;
  }
}

.feature-item:first-child {
  margin-top: 0;
}

/* ========================================
   特徴アイテム（右画像）
======================================== */
@media (min-width: 768px) {
  .feature-item--reverse {
    flex-direction: row-reverse;
  }
}

/* ========================================
   特徴画像エリア
======================================== */
.feature-item__image {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .feature-item__image {
    width: 45%;
  }
}

.feature-item__image img {
  width: 100%;
  height: auto;
  border-radius: clamp(0.75rem, 0.5rem + 0.75vw, 1.5rem);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ========================================
   特徴コンテンツエリア
======================================== */
.feature-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ========================================
   特徴番号
======================================== */
.feature-item__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3rem, 2.5rem + 1vw, 4rem);
  height: clamp(3rem, 2.5rem + 1vw, 4rem);
  font-size: clamp(1.5rem, 1.25rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  border-radius: 50%;
  margin-bottom: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
}

/* ========================================
   特徴タイトル
======================================== */
.feature-item__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1f3a;
  font-size: clamp(1.5rem, 1.25rem + 0.75vw, 2rem);
  margin-top: 0;
  margin-bottom: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
}

/* ========================================
   特徴テキスト
======================================== */
.feature-item__text {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1.0625rem);
  line-height: 1.75;
  color: #6c757d;
  margin-top: 0;
}

/**
 * Service Item Component
 * サービス特徴用の縦並びコンポーネント
 */
/* ========================================
   サービスアイテム
======================================== */
.service-item {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.5rem + 1.5vw, 3.5rem);
  margin-top: clamp(3rem, 2.5rem + 2vw, 5rem);
}
@media (min-width: 768px) {
  .service-item {
    flex-direction: row;
    align-items: center;
  }
}

.service-item:first-child {
  margin-top: 0;
}

/* ========================================
   サービスアイテム（右画像）
======================================== */
@media (min-width: 768px) {
  .service-item--reverse {
    flex-direction: row-reverse;
  }
}

/* ========================================
   サービスアイコンエリア
======================================== */
.service-item__icon-wrapper {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 1.5rem + 1.5vw, 3.5rem);
  background: linear-gradient(135deg, #3a9e52 0%, #2d7a3e 100%);
  border-radius: clamp(0.75rem, 0.5rem + 0.75vw, 1.5rem);
}
@media (min-width: 768px) {
  .service-item__icon-wrapper {
    width: 40%;
  }
}

.service-item__icon {
  width: clamp(8rem, 6rem + 4vw, 12rem);
  height: clamp(8rem, 6rem + 4vw, 12rem);
  filter: brightness(0) invert(1);
}

/* ========================================
   サービスコンテンツエリア
======================================== */
.service-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* ========================================
   サービスラベル
======================================== */
.service-item__label {
  display: inline-block;
  padding: clamp(0.375rem, 0.25rem + 0.25vw, 0.625rem) clamp(0.875rem, 0.75rem + 0.375vw, 1.25rem);
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  font-weight: 700;
  color: #ffffff;
  background-color: #2d7a3e;
  border-radius: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
  margin-bottom: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
  width: fit-content;
}

/* ========================================
   サービスタイトル
======================================== */
.service-item__title {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1f3a;
  font-size: clamp(1.5rem, 1.25rem + 0.75vw, 2rem);
  margin-top: 0;
  margin-bottom: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
}

/* ========================================
   サービステキスト
======================================== */
.service-item__text {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1.0625rem);
  line-height: 1.75;
  color: #6c757d;
  margin-top: 0;
}

/**
 * Problem Card Component
 * 空き地の問題を示すカードコンポーネント
 * 左右並びレイアウト（奇数: 左アイコン、偶数: 右アイコン）
 */
/* ========================================
   Problem List
======================================== */
.problem-list {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.5rem + 2vw, 5rem);
  margin-inline: auto;
}

/* ========================================
   Problem Card
======================================== */
.problem-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 0.5rem + 1.5vw, 3.5rem);
  padding: clamp(0.5rem, 0.5rem + 1.5vw, 4rem);
  position: relative;
}
@media (min-width: 768px) {
  .problem-card {
    flex-direction: row;
    text-align: left;
  }
}

/* 偶数番目のカードは逆順 */
@media (min-width: 768px) {
  .problem-card--reverse {
    flex-direction: row-reverse;
  }
}

/* ========================================
   Icon Wrapper
======================================== */
.problem-card__icon-wrapper {
  width: clamp(120px, 100px + 8vw, 200px);
  height: clamp(120px, 100px + 8vw, 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.problem-card__icon {
  width: 100%;
  object-fit: contain;
}

/* ========================================
   Content
======================================== */
.problem-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.75rem + 0.75vw, 1.75rem);
  align-items: center;
}
@media (min-width: 768px) {
  .problem-card__content {
    align-items: flex-start;
  }
}

/* ========================================
   Header (数字とタイトルを横並び)
======================================== */
.problem-card__header {
  display: flex;
  align-items: baseline;
  gap: clamp(1rem, 0.75rem + 0.75vw, 1.75rem);
  position: relative;
}

/* ========================================
   Number Badge (大きく薄い色で背景に馴染む - おしゃれな明朝体)
======================================== */
.problem-card__number {
  font-size: clamp(6rem, 4.5rem + 3vw, 9rem);
  font-weight: 400;
  color: rgba(30, 58, 95, 0.12);
  line-height: 1;
  flex-shrink: 0;
  font-family: "Times New Roman", "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-style: italic;
  user-select: none;
}

/* ========================================
   Title
======================================== */
.problem-card__title {
  font-size: clamp(1.75rem, 1.5rem + 0.75vw, 2.5rem);
  font-weight: 700;
  color: #212529;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  flex: 1;
}

/* ========================================
   Text (最小18px)
======================================== */
.problem-card__text {
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem);
  color: #6c757d;
  line-height: 1.9;
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Solution Card Component
 * サービスの特徴を示すカードコンポーネント
 * より洗練されたジグザグレイアウト
 */
/* ========================================
   Solution List
======================================== */
.solution-list {
  display: flex;
  flex-direction: column;
  gap: clamp(4rem, 3rem + 3vw, 7rem);
  max-width: 1200px;
  margin-inline: auto;
}

/* ========================================
   Solution Card
======================================== */
.solution-card {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1.25rem + 0.75vw, 2.25rem);
  padding: clamp(2rem, 1.5rem + 1.5vw, 3.5rem);
  background: #ffffff;
  border-radius: clamp(0.75rem, 0.5rem + 0.75vw, 1.5rem);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  /* 左側に緑のアクセントライン（固定） */
}
.solution-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 5px;
  background: linear-gradient(180deg, #4a9f5c, rgb(49.7038626609, 106.7961373391, 61.7939914163));
  border-radius: 0 3px 3px 0;
}
.solution-card {
  /* PC幅で交互に左右配置 */
}
@media (min-width: 768px) {
  .solution-card {
    flex-direction: row;
    align-items: center;
    gap: clamp(2rem, 1.5rem + 1.5vw, 3.5rem);
    /* 偶数番目を逆順に */
  }
  .solution-card:nth-child(even) {
    flex-direction: row-reverse;
  }
  .solution-card:nth-child(even)::before {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
}

/* ========================================
   Icon Wrapper
======================================== */
.solution-card__icon-wrapper {
  width: clamp(120px, 100px + 8vw, 200px);
  height: clamp(120px, 100px + 8vw, 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(74, 159, 92, 0.15), rgba(74, 159, 92, 0.05));
  border-radius: clamp(0.75rem, 0.5rem + 0.75vw, 1.5rem);
  flex-shrink: 0;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .solution-card__icon-wrapper {
    margin-inline: 0;
  }
}

.solution-card__icon {
  width: 100%;
  object-fit: contain;
}

/* ========================================
   Content
======================================== */
.solution-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.75rem + 0.75vw, 1.75rem);
  text-align: center;
}
@media (min-width: 768px) {
  .solution-card__content {
    text-align: left;
  }
}

/* ========================================
   Label (おしゃれな明朝体・薄い色)
======================================== */
.solution-card__label {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
  font-weight: 300;
  color: rgba(33, 37, 41, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: inline-block;
  font-family: "Times New Roman", "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-style: italic;
}

/* ========================================
   Title
======================================== */
.solution-card__title {
  font-size: clamp(1.75rem, 1.5rem + 0.75vw, 2.5rem);
  font-weight: 700;
  color: #212529;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

/* ========================================
   Text (最小18px)
======================================== */
.solution-card__text {
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem);
  color: #6c757d;
  line-height: 1.9;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/**
 * Community Section Component
 * 地域貢献の仕組みセクション
 */
/* ========================================
   アクセントセクション
======================================== */
.section--accent {
  background: linear-gradient(135deg, rgba(74, 159, 92, 0.08), rgba(30, 58, 95, 0.05));
}

/* ========================================
   Community Content
======================================== */
.community-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 1.5rem + 1.5vw, 3.5rem);
  margin-top: clamp(3rem, 2.5rem + 2vw, 5rem);
}
@media (min-width: 768px) {
  .community-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ========================================
   Community Card
======================================== */
.community-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(1rem, 0.75rem + 0.75vw, 1.75rem);
  background: #ffffff;
  border-radius: clamp(0.75rem, 0.5rem + 0.75vw, 1.5rem);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ========================================
   Icon
======================================== */
.community-card__icon {
  width: clamp(48px, 40px + 2vw, 64px);
  height: clamp(48px, 40px + 2vw, 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4a9f5c, rgb(57.8025751073, 124.1974248927, 71.8626609442));
  border-radius: 50%;
  color: #ffffff;
  margin-bottom: clamp(1.25rem, 1rem + 0.5vw, 1.75rem);
}
.community-card__icon svg {
  width: 55%;
  height: 55%;
}

/* ========================================
   Title
======================================== */
.community-card__title {
  font-size: clamp(1.25rem, 1rem + 0.5vw, 1.5rem);
  font-weight: 700;
  color: #212529;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
  text-align: left;
}

/* ========================================
   Text
======================================== */
.community-card__text {
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.25rem);
  color: #6c757d;
  line-height: 1.9;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.community-card__text strong {
  color: #4a9f5c;
  font-weight: 700;
}

/**
 * Pricing Table Component
 * 料金プランテーブル
 */
/* ========================================
   Pricing Table Wrapper
======================================== */
.pricing-table-wrapper {
  max-width: 600px;
  margin-inline: auto;
  margin-top: clamp(2rem, 1.5rem + 1vw, 3rem);
  overflow-x: auto;
}

/* ========================================
   Pricing Table
======================================== */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* ========================================
   Table Header & Data
======================================== */
.pricing-table__header {
  padding: clamp(0.75rem, 0.5rem + 0.35vw, 1rem);
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem);
  font-weight: 500;
  color: #212529;
  border: 1px solid #e9ecef;
}
tr:first-child .pricing-table__header {
  font-weight: 700;
  background: #ffffff;
  text-align: center;
}

.pricing-table__data {
  text-align: center;
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem);
  color: #6c757d;
  border: 1px solid #e9ecef;
}
tr:first-child .pricing-table__data {
  font-weight: 700;
  color: #212529;
}

/* ========================================
   Price (強調表示)
======================================== */
.pricing-table__price {
  display: inline-block;
  font-size: clamp(1.25rem, 1rem + 2vw, 2rem);
  font-weight: 700;
  color: #4a9f5c;
  line-height: 1.2;
}

/* ========================================
  Note & CTA
======================================== */
.pricing-table__note-wrapper {
  text-align: center;
  margin-top: clamp(1rem, 0.75rem + 0.75vw, 1.75rem);
}

.pricing-table__note {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #6c757d;
  margin-top: 0;
}

.pricing-table__cta {
  margin-top: clamp(1.5rem, 1rem + 1vw, 2.5rem);
}

/* ========================================
   レスポンシブ対応
======================================== */
/**
 * Pricing Section
 * 料金プランセクションの補助スタイル
 */
/* ========================================
  Pricing Highlight
======================================== */
.pricing__highlight {
  color: #2d7a3e;
}

/**
 * Contact Section
 * お問い合わせセクションの補助スタイル
 */
/* ========================================
  Contact Phone
======================================== */
.contact__phone {
  text-align: center;
  margin-top: clamp(3rem, 2.5rem + 2vw, 5rem);
  padding-top: clamp(2rem, 1.5rem + 1.5vw, 3.5rem);
  border-top: 1px solid #e9ecef;
}

.contact__phone-title {
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.625rem);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
}

.contact__phone-number {
  font-size: clamp(1.5rem, 1.25rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #2d7a3e;
  margin-top: 0;
}

/* 電話番号リンク */
.contact__phone-number--link {
  display: inline-block;
  text-decoration: none;
  color: #2d7a3e;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .contact__phone-number--link {
    transition: none;
  }
}
.contact__phone-number--link:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}
.contact__phone-number--link:hover {
  color: #1f5a2d;
}
.contact__phone-number--link {
  /* PC表示時はクリック不可 */
}
@media (min-width: 992px) {
  .contact__phone-number--link {
    cursor: default;
    pointer-events: none;
  }
  .contact__phone-number--link:hover {
    color: #2d7a3e;
  }
}

.contact__phone-hours {
  font-size: clamp(0.875rem, 0.8rem + 0.25vw, 1rem);
  color: #6c757d;
  margin-top: clamp(0.5rem, 0.375rem + 0.25vw, 0.75rem);
}

/**
 * About Section
 * 運営組織セクションの補助スタイル
 */
/* ========================================
  About Base
======================================== */
.about {
  font-size: clamp(0.875rem, 0.8rem + 0.2vw, 1rem);
}

.section.about {
  padding-block: clamp(2rem, 1.5rem + 1.5vw, 3.5rem);
}

/* ========================================
  About Content
======================================== */
.about__content {
  max-width: 300px;
  margin-inline: auto;
  text-align: center;
}

.about__name {
  font-size: clamp(1.125rem, 1rem + 0.4vw, 1.4rem);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: clamp(1.5rem, 1.25rem + 0.75vw, 2.25rem);
}

.about__details {
  text-align: left;
  line-height: 2;
}

.about__detail {
  margin-top: clamp(1rem, 0.75rem + 0.5vw, 1.5rem);
}

.about__note {
  font-size: clamp(0.6875rem, 0.66rem + 0.2vw, 0.8125rem);
  color: rgba(255, 255, 255, 0.8);
}

/* 電話番号リンク */
.about__phone-link {
  text-decoration: none;
  color: inherit;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .about__phone-link {
    transition: none;
  }
}
.about__phone-link:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}
.about__phone-link:hover {
  color: rgba(255, 255, 255, 0.9);
}
.about__phone-link {
  /* PC表示時はクリック不可 */
}
@media (min-width: 992px) {
  .about__phone-link {
    cursor: default;
    pointer-events: none;
  }
  .about__phone-link:hover {
    color: inherit;
  }
}

/* メールアドレスリンク */
.about__email-link {
  text-decoration: none;
  color: inherit;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .about__email-link {
    transition: none;
  }
}
.about__email-link:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}
.about__email-link:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}



/* 以下手動でcssのみ追記 */

/**
 * Contact Form 7 Styles
 * Contact Form 7プラグイン用のスタイル定義
 */
/* ========================================
   Contact Form 7 基本スタイル
======================================== */
.wpcf7-form {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  text-align: left;
}

/* ========================================
   Contact Form 7 フォームグループ
======================================== */
.wpcf7-form .form__group {
  margin-top: clamp(1.25rem, 1rem + 0.75vw, 2rem);
}

/* ========================================
   Contact Form 7 ラベル
======================================== */
.wpcf7-form .form__label {
  display: block;
  font-weight: 500;
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem);
  color: #212529;
  margin-bottom: clamp(0.5rem, 0.375rem + 0.25vw, 0.75rem);
}

/* 必須マーク */
.wpcf7-form .form__label--required::after {
  content: " *";
  color: #e74c3c;
  font-weight: 700;
}

/* ========================================
   Contact Form 7 入力フィールド
======================================== */
.wpcf7-form .form__input,
.wpcf7-form .form__textarea {
  width: 100%;
  padding: clamp(0.75rem, 0.5rem + 0.5vw, 1rem);
  font-size: clamp(1.125rem, 1rem + 0.375vw, 1.375rem);
  line-height: 1.75;
  color: #212529;
  background-color: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
  transition-property: border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-form .form__input,
  .wpcf7-form .form__textarea {
    transition: none;
  }
}
.wpcf7-form .form__input:focus-visible,
.wpcf7-form .form__textarea:focus-visible {
  outline: 3px solid #4a9f5c;
  outline-offset: 2px;
}
.wpcf7-form .form__input:focus,
.wpcf7-form .form__textarea:focus {
  border-color: #1e3a5f;
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.1);
}
.wpcf7-form .form__input::placeholder,
.wpcf7-form .form__textarea::placeholder {
  color: #6c757d;
}

/* ========================================
   Contact Form 7 テキストエリア
======================================== */
.wpcf7-form .form__textarea {
  min-height: 150px;
  resize: vertical;
}

/* ========================================
   Contact Form 7 エラーメッセージ
======================================== */
.wpcf7-form .form__error,
.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  color: #e74c3c;
  margin-top: clamp(0.25rem, 0.2rem + 0.125vw, 0.5rem);
}

/* エラー状態の入力フィールド */
.wpcf7-form .wpcf7-not-valid {
  border-color: #e74c3c;
}
.wpcf7-form .wpcf7-not-valid:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

/* ========================================
   Contact Form 7 送信ボタン
======================================== */
.wpcf7-form .form__submit {
  margin-top: clamp(2rem, 1.5rem + 1vw, 3rem);
  width: 100%;
}
@media (min-width: 768px) {
  .wpcf7-form .form__submit {
    width: auto;
    min-width: 250px;
    display: block;
    margin-inline: auto;
  }
}

/* ========================================
   Contact Form 7 ヘルプテキスト
======================================== */
.wpcf7-form .form__help {
  display: block;
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  color: #6c757d;
  margin-top: clamp(0.25rem, 0.2rem + 0.125vw, 0.5rem);
}

/* ========================================
   Contact Form 7 レスポンスメッセージ
======================================== */
.wpcf7-response-output {
  margin-top: clamp(1.5rem, 1.25rem + 0.75vw, 2rem);
  padding: clamp(0.75rem, 0.5rem + 0.5vw, 1rem);
  border-radius: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  border: 2px solid #c3e6cb;
  color: #155724;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.wpcf7-spam {
  background-color: #f8d7da;
  border: 2px solid #f5c6cb;
  color: #721c24;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background-color: #fff3cd;
  border: 2px solid #ffeaa7;
  color: #856404;
}

/* ========================================
   Contact Form 7 送信中状態
======================================== */
.wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* reCAPTCHA関連 */
.recapcha__text {
	font-size: 14px;
}
.grecaptcha-badge { visibility: hidden; }

/* プライバシーポリシー */

/* 個人情報取り扱いボックスのスタイル */
.privacy-policy-box {
/*   background-color: #f0f8ff; */
  border: 2px solid #e9ecef;
  border-radius: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
/*   padding: clamp(0.75rem, 0.5rem + 0.5vw, 1rem); */
/*   margin-bottom: 20px; */
	margin-top: clamp(1.25rem, 1rem + 0.75vw, 2rem);
}

.privacy-policy-scroll {
  max-height: 200px;
  overflow-y: scroll;
  padding: 10px;
/*   background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px; */
}


.privacy-policy-scroll p {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  margin: 0;
  text-align: left;
}

.privacy-policy-scroll .privacy-policy-title {
	text-align: center;
}

.privacy-policy-scroll strong {
/*   font-size: 16px; */
  font-weight: bold;
  color: #333;
  text-align: center;
}

/* チェックボックスのスタイル */
.acceptance-privacy {
  margin: 0;
}

.acceptance-privacy .wpcf7-list-item {
  margin: 0;
}

.acceptance-privacy label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.acceptance-privacy input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.wpcf7-list-item-label {
	font-size: 13px;
}

/* 送信ボタンのスタイル調整 */
.wpcf7-form input[type="submit"] {
  margin-top: 20px;
}

/* スクロールバーのスタイル(Webkit系ブラウザ) */
.privacy-policy-scroll::-webkit-scrollbar {
  width: 10px;
}

.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #4a7c59;
  border-radius: 5px;
}

.privacy-policy-scroll::-webkit-scrollbar-thumb:hover {
  background: #3a6249;
}