:root {
  --lp-primary: #3B82F6;
  --lp-primary-dark: #1b6bef;
  --lp-primary-light: #5792f3;
  --lp-primary-50: #f4f6f9;
  --lp-primary-100: #e7edf6;
  --lp-primary-200: #cedcf2;
  --lp-primary-300: #acc6ef;
  --lp-primary-400: #83acef;
  --lp-primary-500: #5792f3;
  --lp-primary-600: #3B82F6;
  --lp-primary-700: #1b6bef;
  --lp-primary-800: #1659c6;
  --lp-primary-900: #1a4997;
  --lp-accent: #3B82F6;
  --lp-accent-dark: #1b6bef;
  --lp-accent-light: #5792f3;
  --lp-accent-50: #f4f6f9;
  --lp-accent-100: #e7edf6;
  --lp-accent-200: #cedcf2;
  --lp-accent-500: #5792f3;
  --lp-accent-600: #3B82F6;
  --lp-accent-700: #1b6bef;
  --lp-base: #ffffff;
  --lp-base-dark: #f8fafc;
  --lp-base-100: #f1f5f9;
  --lp-base-200: #e2e8f0;
  --lp-base-500: #64748b;
}

    :root {
      --font-sans-ja: 'Noto Sans JP', sans-serif !important;
      --font-sans-en: 'Noto Sans JP', sans-serif !important;
      --font-serif-ja: 'Noto Sans JP', sans-serif !important;
      --font-serif-en: 'Noto Sans JP', sans-serif !important;
    }
    html, body,
    h1, h2, h3, h4, h5, h6,
    .section h1, .section h2, .section h3, .section h4, .section h5, .section h6,
    .section__heading, .section__heading-sub,
    .section p, p, span, a, li, dt, dd, button, input, textarea, select, label, time {
      font-family: 'Noto Sans JP', sans-serif !important;
    }
    /* アイコンフォントは上書きから除外（span等を上書きするとアイコンが文字化けするため再宣言）。
       クラス＋!important なので上の要素セレクタ＋!importantに勝つ。 */
    .material-symbols-outlined { font-family: 'Material Symbols Outlined' !important; }
    .material-symbols-rounded { font-family: 'Material Symbols Rounded' !important; }
    .material-symbols-sharp { font-family: 'Material Symbols Sharp' !important; }
    .material-icons { font-family: 'Material Icons' !important; }
.tpl-scope-mobile-hero-bare-image .lpc-hero-bare {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tpl-scope-mobile-hero-bare-image .lpc-hero-bare img {
  display: block;
  width: 100%;
  height: auto;
}
/* ============================================================
   NEWS SECTION
   stepsセクションと余白・文字・配色・角丸を共通化
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news {
  --news-primary: var(--color-primary, #064d3b);
  --news-primary-dark: #04392b;
  --news-text: var(--color-text, #1c1c1c);
  --news-muted: var(--color-text-muted, #5f6d68);
  --news-background: #faf7f1;
  --news-card-background: rgba(255, 255, 255, 0.82);
  --news-accent: #d8b68e;
  --news-accent-light: #edc397;
  --news-border: #e8ddd0;
  --news-white: #ffffff;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--news-text);
  background: var(--news-background);
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--news,
.section--news *,
.section--news *::before,
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news *::after {
  box-sizing: border-box;
}

/* ============================================================
   背景装飾
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__corner {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 192px;
  aspect-ratio: 1;
  border-radius: 42% 0 58% 52%;
  background: rgba(242, 207, 173, 0.5);
  transform: rotate(12deg);
  pointer-events: none;
}

/* ============================================================
   INNER
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

/* ============================================================
   HEADER
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__header {
  text-align: center;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  color: var(--news-primary);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__eyebrow-text {
  margin: 0;
  color: currentColor;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: pre-line;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__eyebrow-line {
  width: 48px;
  height: 1px;
  background: currentColor;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title {
  margin: 0;
  color: var(--news-primary);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(
    --font-size-heading,
    clamp(2rem, 6vw, 3rem)
  );
  font-weight: 500;
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  white-space: pre-line;
}

/* ============================================================
   SLIDER
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider {
  position: relative;
  margin-top: 48px;
  padding-inline: 8px;
  padding-bottom: 42px;
  overflow: visible;
  text-align: left;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider .swiper-wrapper {
  align-items: stretch;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider .swiper-slide {
  display: flex;
  min-width: 0;
  height: auto;
}

/* ============================================================
   CARD
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-card, 10px);
  background: var(--news-card-background);
  box-shadow: 0 6px 20px rgba(52, 45, 33, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-selflink {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-media {
  width: 100%;
  aspect-ratio: 8 / 7;
  overflow: hidden;
  background: #eee9df;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-body {
  display: flex;
  min-height: 280px;
  flex: 1;
  flex-direction: column;
  padding: 20px 18px;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px dotted var(--news-accent);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-tag {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  color: var(--news-primary);
  background: #eee4d7;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-date {
  flex: 0 0 auto;
  color: var(--news-primary);
  font-size: 0.78rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-text {
  display: -webkit-box;
  flex: 1;
  margin: 18px 0;
  overflow: hidden;
  color: var(--news-text);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.02em;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--news-border);
  color: var(--news-primary);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-label {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-arrow {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* ============================================================
   CARD HOVER
   ============================================================ */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(52, 45, 33, 0.1);
  }

  .section--news__card:hover
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-media img {
    transform: scale(1.04);
  }

  .section--news__card:hover
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-arrow {
    transform: translateX(4px);
  }
}

/* ============================================================
   NAVIGATION
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 10;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(6, 77, 59, 0.1);
  border-radius: 50%;
  color: var(--news-primary);
  background: var(--news-white);
  box-shadow: 0 6px 16px rgba(52, 45, 33, 0.08);
  cursor: pointer;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav--prev {
  left: -16px;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav--next {
  right: -16px;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav .material-symbols-outlined {
  font-size: 26px;
  line-height: 1;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav::after {
  content: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav:hover {
    color: var(--news-white);
    background: var(--news-primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(6, 77, 59, 0.18);
  }
}

/* ============================================================
   PAGINATION
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination {
  position: absolute;
  right: 0;
  bottom: 0 !important;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.section--news__pagination
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 50%;
  background: #cfc8bc;
  opacity: 1;
  transition:
    width 0.3s ease,
    border-radius 0.3s ease,
    background-color 0.3s ease;
}

.section--news__pagination
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  background: var(--news-primary);
}

/* ============================================================
   MORE BUTTON
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-wrap {
  max-width: 600px;
  margin: 32px auto 0;
  text-align: center;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more {
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: none;
  border-radius: var(--radius-button, 10px);
  color: var(--news-white);
  background: var(--news-primary);
  box-shadow: 0 8px 20px rgba(0, 78, 56, 0.14);
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-label {
  font-size: clamp(1rem, 4vw, 1.1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-arrow {
  font-size: 1.6rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more:hover {
    background: var(--news-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  }

  .section--news__more:hover
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-arrow {
    transform: translateX(4px);
  }
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .section--news__card,
  .section--news__card-media img,
  .section--news__card-link-arrow,
  .section--news__nav,
  .section--news__more,
  .section--news__more-arrow,
  .section--news__pagination
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .swiper-pagination-bullet {
    transition: none;
  }
}
/*--mobile--*/
/* ============================================================
   NEWS SECTION
   stepsセクションと余白・文字・配色・角丸を共通化
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news {
  --news-primary: var(--color-primary, #064d3b);
  --news-primary-dark: #04392b;
  --news-text: var(--color-text, #1c1c1c);
  --news-muted: var(--color-text-muted, #5f6d68);
  --news-background: #faf7f1;
  --news-card-background: rgba(255, 255, 255, 0.82);
  --news-accent: #d8b68e;
  --news-accent-light: #edc397;
  --news-border: #e8ddd0;
  --news-white: #ffffff;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--news-text);
  background: var(--news-background);
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--news,
.section--news *,
.section--news *::before,
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news *::after {
  box-sizing: border-box;
}

/* ============================================================
   背景装飾
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__corner {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 192px;
  aspect-ratio: 1;
  border-radius: 42% 0 58% 52%;
  background: rgba(242, 207, 173, 0.5);
  transform: rotate(12deg);
  pointer-events: none;
}

/* ============================================================
   INNER
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

/* ============================================================
   HEADER
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__header {
  text-align: center;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  color: var(--news-primary);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__eyebrow-text {
  margin: 0;
  color: currentColor;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: pre-line;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__eyebrow-line {
  width: 48px;
  height: 1px;
  background: currentColor;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title {
  margin: 0;
  color: var(--news-primary);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(
    --font-size-heading,
    clamp(2rem, 6vw, 3rem)
  );
  font-weight: 500;
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  white-space: pre-line;
}

/* ============================================================
   SLIDER
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider {
  position: relative;
  margin-top: 48px;
  padding-inline: 8px;
  padding-bottom: 42px;
  overflow: visible;
  text-align: left;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider .swiper-wrapper {
  align-items: stretch;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__slider .swiper-slide {
  display: flex;
  min-width: 0;
  height: auto;
}

/* ============================================================
   CARD
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-card, 10px);
  background: var(--news-card-background);
  box-shadow: 0 6px 20px rgba(52, 45, 33, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-selflink {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-media {
  width: 100%;
  aspect-ratio: 8 / 7;
  overflow: hidden;
  background: #eee9df;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-body {
  display: flex;
  min-height: 280px;
  flex: 1;
  flex-direction: column;
  padding: 20px 18px;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px dotted var(--news-accent);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-tag {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  color: var(--news-primary);
  background: #eee4d7;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-date {
  flex: 0 0 auto;
  color: var(--news-primary);
  font-size: 0.78rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-text {
  display: -webkit-box;
  flex: 1;
  margin: 18px 0;
  overflow: hidden;
  color: var(--news-text);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.02em;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--news-border);
  color: var(--news-primary);
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-label {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-arrow {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* ============================================================
   CARD HOVER
   ============================================================ */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(52, 45, 33, 0.1);
  }

  .section--news__card:hover
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-media img {
    transform: scale(1.04);
  }

  .section--news__card:hover
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-link-arrow {
    transform: translateX(4px);
  }
}

/* ============================================================
   NAVIGATION
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav {
  position: absolute;
  top: calc(50% - 22px);
  z-index: 10;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(6, 77, 59, 0.1);
  border-radius: 50%;
  color: var(--news-primary);
  background: var(--news-white);
  box-shadow: 0 6px 16px rgba(52, 45, 33, 0.08);
  cursor: pointer;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav--prev {
  left: -16px;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav--next {
  right: -16px;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav .material-symbols-outlined {
  font-size: 26px;
  line-height: 1;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav::after {
  content: none;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__nav:hover {
    color: var(--news-white);
    background: var(--news-primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(6, 77, 59, 0.18);
  }
}

/* ============================================================
   PAGINATION
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__pagination {
  position: absolute;
  right: 0;
  bottom: 0 !important;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.section--news__pagination
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 50%;
  background: #cfc8bc;
  opacity: 1;
  transition:
    width 0.3s ease,
    border-radius 0.3s ease,
    background-color 0.3s ease;
}

.section--news__pagination
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  background: var(--news-primary);
}

/* ============================================================
   MORE BUTTON
   ============================================================ */

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-wrap {
  max-width: 600px;
  margin: 32px auto 0;
  text-align: center;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more {
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: none;
  border-radius: var(--radius-button, 10px);
  color: var(--news-white);
  background: var(--news-primary);
  box-shadow: 0 8px 20px rgba(0, 78, 56, 0.14);
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-label {
  font-size: clamp(1rem, 4vw, 1.1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-arrow {
  font-size: 1.6rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more:hover {
    background: var(--news-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  }

  .section--news__more:hover
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-arrow {
    transform: translateX(4px);
  }
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .section--news__card,
  .section--news__card-media img,
  .section--news__card-link-arrow,
  .section--news__nav,
  .section--news__more,
  .section--news__more-arrow,
  .section--news__pagination
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .swiper-pagination-bullet {
    transition: none;
  }
}
/* ============================================================
   VOICE SECTION
   steps・newsセクションと共通化
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice {
  --voice-primary: var(--color-primary, #064d3b);
  --voice-primary-dark: #04392b;
  --voice-text: var(--color-text, #1c1c1c);
  --voice-muted: var(--color-text-muted, #5f6d68);
  --voice-background: var(--color-base, #f8f4ee);
  --voice-card-background: rgba(255, 255, 255, 0.82);
  --voice-accent: #d8b68e;
  --voice-accent-light: #edc397;
  --voice-border: #e8ddd0;
  --voice-white: #ffffff;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--voice-text);
  background: var(--voice-background);
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--voice,
.section--voice *,
.section--voice *::before,
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice *::after {
  box-sizing: border-box;
}

/* ============================================================
   背景装飾
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__corner {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 192px;
  aspect-ratio: 1;
  border-radius: 42% 0 58% 52%;
  background: var(--voice-primary);
  transform: rotate(12deg);
  pointer-events: none;
}

/* ============================================================
   INNER
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

/* ============================================================
   HEADER
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__header {
  text-align: center;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  color: var(--voice-primary);
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__eyebrow-text {
  margin: 0;
  color: currentColor;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: pre-line;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__eyebrow-line {
  width: 48px;
  height: 1px;
  background: currentColor;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__title {
  margin: 0;
  color: var(--voice-primary);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(
    --font-size-heading,
    clamp(2rem, 6vw, 3rem)
  );
  font-weight: 500;
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  white-space: pre-line;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__intro {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--voice-text);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  text-align: center;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__intro p {margin: 0}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__intro p + p {margin-top: 8px}

/* ============================================================
   SLIDER
   SPでは必ず1枚表示
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  padding-bottom: 44px;
  overflow: hidden;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__slider .swiper-wrapper {
  width: 100%;
  align-items: stretch;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__slide {
  display: flex;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto;
  flex: 0 0 100% !important;
}

/* ============================================================
   CARD
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-card, 10px);
  background: var(--voice-card-background);
  box-shadow: 0 6px 20px rgba(52, 45, 33, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__image {
  width: 100%;
  aspect-ratio: 1.75 / 1;
  overflow: hidden;
  background: #eee9df;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 18px 24px;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-title {
  margin: 0;
  color: var(--voice-primary);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
  padding: 0 40px;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-ornament {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 14px;
}

.section--voice__card-ornament::before,
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-ornament::after {
  display: block;
  height: 1px;
  flex: 1;
  background: var(--voice-accent);
  content: "";
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-ornament span {display: block;
  width: 7px;
  aspect-ratio: 1;
  margin-inline: 4px;
  background: var(--voice-accent-light);
  transform: rotate(45deg);
  border-radius: 50%}

.section--voice__card-text {
  flex: 1;
  margin: 18px 0 0;
  color: var(--voice-text);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.02em;
  white-space: pre-line;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__profile {
  margin: 20px 0 0;
  color: var(--voice-primary);
  font-size: 0.85rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: right;
  white-space: pre-line;
}

/* ============================================================
   HOVER
   ============================================================ */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(52, 45, 33, 0.1);
  }

  .section--voice__card:hover
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__image img {
    transform: scale(1.04);
  }
}

/* ============================================================
   NAVIGATION
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(6, 77, 59, 0.1);
  border-radius: 50%;
  color: var(--voice-primary);
  background: var(--voice-white);
  box-shadow: 0 6px 16px rgba(52, 45, 33, 0.08);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav::after {
  display: none;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav--prev {
  left: 8px;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav--next {
  right: 8px;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav:hover {
    color: var(--voice-white);
    background: var(--voice-primary);
    box-shadow: 0 10px 22px rgba(6, 77, 59, 0.18);
  }
}

/* ============================================================
   PAGINATION
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__pagination {
  position: absolute;
  right: 0;
  bottom: 0 !important;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.section--voice__pagination
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border: none;
  border-radius: 50%;
  background: #cfc8bc;
  opacity: 1;
  transition:
    width 0.3s ease,
    border-radius 0.3s ease,
    background-color 0.3s ease;
}

.section--voice__pagination
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  background: var(--voice-primary);
}

/* ============================================================
   FOOTER
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__footer {
  max-width: 720px;
  margin: 32px auto 0;
  text-align: center;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__closing {
  margin: 0;
  color: var(--voice-primary);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(1rem, 4vw, 1.15rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  white-space: pre-line;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__ornament {
  display: flex;
  width: 96px;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.section--voice__ornament::before,
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__ornament::after {
  display: block;
  height: 1px;
  flex: 1;
  background: var(--voice-accent);
  content: "";
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__ornament span {display: block;
  width: 8px;
  aspect-ratio: 1;
  margin-inline: 6px;
  background: var(--voice-accent-light);
  transform: rotate(45deg)}

.section--voice__note {
  margin: 0;
  color: var(--voice-muted);
  font-size: 0.8rem;
  line-height: 1.7;
  white-space: pre-line;
}

/* ============================================================
   EMPTY
   ============================================================ */

.section--voice__eyebrow-text:empty,
.section--voice__intro:empty,
.section--voice__card-title:empty,
.section--voice__card-text:empty,
.section--voice__profile:empty,
.section--voice__closing:empty,
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__note:empty {
  display: none;
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .section--voice__card,
  .section--voice__image img,
  .section--voice__nav,
  .section--voice__pagination
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .swiper-pagination-bullet {
    transition: none;
  }
}
/*--mobile--*/
/* ============================================================
   VOICE SECTION
   steps・newsセクションと共通化
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice {
  --voice-primary: var(--color-primary, #064d3b);
  --voice-primary-dark: #04392b;
  --voice-text: var(--color-text, #1c1c1c);
  --voice-muted: var(--color-text-muted, #5f6d68);
  --voice-background: var(--color-base, #f8f4ee);
  --voice-card-background: rgba(255, 255, 255, 0.82);
  --voice-accent: #d8b68e;
  --voice-accent-light: #edc397;
  --voice-border: #e8ddd0;
  --voice-white: #ffffff;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--voice-text);
  background: var(--voice-background);
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--voice,
.section--voice *,
.section--voice *::before,
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice *::after {
  box-sizing: border-box;
}

/* ============================================================
   背景装飾
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__corner {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 192px;
  aspect-ratio: 1;
  border-radius: 42% 0 58% 52%;
  background: var(--voice-primary);
  transform: rotate(12deg);
  pointer-events: none;
}

/* ============================================================
   INNER
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

/* ============================================================
   HEADER
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__header {
  text-align: center;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  color: var(--voice-primary);
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__eyebrow-text {
  margin: 0;
  color: currentColor;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: pre-line;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__eyebrow-line {
  width: 48px;
  height: 1px;
  background: currentColor;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__title {
  margin: 0;
  color: var(--voice-primary);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(
    --font-size-heading,
    clamp(2rem, 6vw, 3rem)
  );
  font-weight: 500;
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  white-space: pre-line;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__intro {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--voice-text);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  text-align: center;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__intro p {margin: 0}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__intro p + p {margin-top: 8px}

/* ============================================================
   SLIDER
   SPでは必ず1枚表示
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  padding-bottom: 44px;
  overflow: hidden;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__slider .swiper-wrapper {
  width: 100%;
  align-items: stretch;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__slide {
  display: flex;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto;
  flex: 0 0 100% !important;
}

/* ============================================================
   CARD
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-card, 10px);
  background: var(--voice-card-background);
  box-shadow: 0 6px 20px rgba(52, 45, 33, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__image {
  width: 100%;
  aspect-ratio: 1.75 / 1;
  overflow: hidden;
  background: #eee9df;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 18px 24px;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-title {
  margin: 0;
  color: var(--voice-primary);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
  padding: 0 40px;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-ornament {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 14px;
}

.section--voice__card-ornament::before,
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-ornament::after {
  display: block;
  height: 1px;
  flex: 1;
  background: var(--voice-accent);
  content: "";
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-ornament span {display: block;
  width: 7px;
  aspect-ratio: 1;
  margin-inline: 4px;
  background: var(--voice-accent-light);
  transform: rotate(45deg);
  border-radius: 50%}

.section--voice__card-text {
  flex: 1;
  margin: 18px 0 0;
  color: var(--voice-text);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.02em;
  white-space: pre-line;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__profile {
  margin: 20px 0 0;
  color: var(--voice-primary);
  font-size: 0.85rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: right;
  white-space: pre-line;
}

/* ============================================================
   HOVER
   ============================================================ */

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(52, 45, 33, 0.1);
  }

  .section--voice__card:hover
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__image img {
    transform: scale(1.04);
  }
}

/* ============================================================
   NAVIGATION
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(6, 77, 59, 0.1);
  border-radius: 50%;
  color: var(--voice-primary);
  background: var(--voice-white);
  box-shadow: 0 6px 16px rgba(52, 45, 33, 0.08);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav::after {
  display: none;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav--prev {
  left: 8px;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav--next {
  right: 8px;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__nav:hover {
    color: var(--voice-white);
    background: var(--voice-primary);
    box-shadow: 0 10px 22px rgba(6, 77, 59, 0.18);
  }
}

/* ============================================================
   PAGINATION
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__pagination {
  position: absolute;
  right: 0;
  bottom: 0 !important;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.section--voice__pagination
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border: none;
  border-radius: 50%;
  background: #cfc8bc;
  opacity: 1;
  transition:
    width 0.3s ease,
    border-radius 0.3s ease,
    background-color 0.3s ease;
}

.section--voice__pagination
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  background: var(--voice-primary);
}

/* ============================================================
   FOOTER
   ============================================================ */

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__footer {
  max-width: 720px;
  margin: 32px auto 0;
  text-align: center;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__closing {
  margin: 0;
  color: var(--voice-primary);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(1rem, 4vw, 1.15rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  white-space: pre-line;
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__ornament {
  display: flex;
  width: 96px;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.section--voice__ornament::before,
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__ornament::after {
  display: block;
  height: 1px;
  flex: 1;
  background: var(--voice-accent);
  content: "";
}

.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__ornament span {display: block;
  width: 8px;
  aspect-ratio: 1;
  margin-inline: 6px;
  background: var(--voice-accent-light);
  transform: rotate(45deg)}

.section--voice__note {
  margin: 0;
  color: var(--voice-muted);
  font-size: 0.8rem;
  line-height: 1.7;
  white-space: pre-line;
}

/* ============================================================
   EMPTY
   ============================================================ */

.section--voice__eyebrow-text:empty,
.section--voice__intro:empty,
.section--voice__card-title:empty,
.section--voice__card-text:empty,
.section--voice__profile:empty,
.section--voice__closing:empty,
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__note:empty {
  display: none;
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .section--voice__card,
  .section--voice__image img,
  .section--voice__nav,
  .section--voice__pagination
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .swiper-pagination-bullet {
    transition: none;
  }
}
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--color-text, #1c1c1c);
  background: #faf7f1;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--faq,
.section--faq *,
.section--faq *::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq *::after {
  box-sizing: border-box;
}

/* ========================================
   inner
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding: var(--section-padding-block, 56px) var(--page-padding-inline, 20px);
}

/* ========================================
   heading
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__header {
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  background: var(--color-primary, #064d3b);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: var(--font-size-subheading, 1rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  font-weight: 500;
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: center;
  white-space: pre-line;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__lead {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.04em;
  text-align: center;
  white-space: pre-line;
}

/* ========================================
   FAQ list
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
  display: grid;
  width: 100%;
  gap: 14px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-border, #e4ded5);
  border-radius: var(--radius-card, 10px);
  background: var(--color-surface, #ffffff);
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] {
  border-color: var(--color-primary, #064d3b);
}

/* ========================================
   question
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
  display: flex;
  width: 100%;
  min-height: 84px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  color: var(--color-text, #1c1c1c);
  background: var(--color-surface, #ffffff);
  cursor: pointer;
  list-style: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::-webkit-details-marker {
  display: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::marker {
  display: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question:hover {
  background: #f2ede5;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__question {
  color: #ffffff;
  background: var(--color-primary, #064d3b);
}

/* ========================================
   badge
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge {
  display: flex;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--question {
  color: #ffffff;
  background: var(--color-primary, #064d3b);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__badge--question {
  color: var(--color-primary, #064d3b);
  background: #ffffff;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--answer {
  color: #ffffff;
  background: var(--color-accent, #ef8f5b);
}

/* ========================================
   question text
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
  flex: 1 1 auto;
  min-width: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

/* ========================================
   toggle
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-left: auto;
}

.section--faq__toggle::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  background: var(--color-primary, #064d3b);
  content: "";
  transform: translate(-50%, -50%);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    background-color 0.3s ease;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::before {
  width: 18px;
  height: 2px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  width: 2px;
  height: 18px;
}

.section--faq__item[open] .section--faq__toggle::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__toggle::after {
  background: #ffffff;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

/* ========================================
   answer
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 20px 24px;
  border-top: 1px solid var(--color-border, #e4ded5);
  background: var(--color-surface, #ffffff);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding-top: 4px;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.04em;
  white-space: pre-line;
}

/* ========================================
   decorations
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__decoration {
  position: absolute;
  pointer-events: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__decoration--top {
  top: -80px;
  right: -120px;
  width: clamp(180px, 55vw, 320px);
  height: auto;
  aspect-ratio: 1.3 / 1;
  background: #f8dcc8;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 60%);
}

/* ========================================
   tablet
======================================== */

@media (min-width: 768px) {
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__header {
    margin-bottom: 40px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
    gap: 16px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
    min-height: 94px;
    gap: 20px;
    padding: 24px 28px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
    gap: 20px;
    padding: 24px 28px 28px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
    font-size: 1.05rem;
  }
}

/* ========================================
   desktop
======================================== */

@media (min-width: 1024px) {
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
    max-width: 920px;
    margin: 0 auto;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
    padding: 26px 32px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
    padding: 26px 32px 30px;
  }
}

/* ========================================
   accessibility
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question:focus-visible {
  outline: 3px solid rgba(239, 143, 91, 0.45);
  outline-offset: -3px;
}

@media (prefers-reduced-motion: reduce) {
  .section--faq__item,
  .section--faq__question,
  .section--faq__toggle::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
    transition: none;
  }
}
/*--mobile--*/
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--color-text, #1c1c1c);
  background: #faf7f1;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--faq,
.section--faq *,
.section--faq *::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq *::after {
  box-sizing: border-box;
}

/* ========================================
   inner
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding: var(--section-padding-block, 56px) var(--page-padding-inline, 20px);
}

/* ========================================
   heading
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__header {
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  background: var(--color-primary, #064d3b);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: var(--font-size-subheading, 1rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  font-weight: 500;
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: center;
  white-space: pre-line;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__lead {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.04em;
  text-align: center;
  white-space: pre-line;
}

/* ========================================
   FAQ list
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
  display: grid;
  width: 100%;
  gap: 14px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-border, #e4ded5);
  border-radius: var(--radius-card, 10px);
  background: var(--color-surface, #ffffff);
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] {
  border-color: var(--color-primary, #064d3b);
}

/* ========================================
   question
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
  display: flex;
  width: 100%;
  min-height: 84px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  color: var(--color-text, #1c1c1c);
  background: var(--color-surface, #ffffff);
  cursor: pointer;
  list-style: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::-webkit-details-marker {
  display: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question::marker {
  display: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question:hover {
  background: #f2ede5;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__question {
  color: #ffffff;
  background: var(--color-primary, #064d3b);
}

/* ========================================
   badge
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge {
  display: flex;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--question {
  color: #ffffff;
  background: var(--color-primary, #064d3b);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__badge--question {
  color: var(--color-primary, #064d3b);
  background: #ffffff;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge--answer {
  color: #ffffff;
  background: var(--color-accent, #ef8f5b);
}

/* ========================================
   question text
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
  flex: 1 1 auto;
  min-width: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

/* ========================================
   toggle
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-left: auto;
}

.section--faq__toggle::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  background: var(--color-primary, #064d3b);
  content: "";
  transform: translate(-50%, -50%);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    background-color 0.3s ease;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::before {
  width: 18px;
  height: 2px;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
  width: 2px;
  height: 18px;
}

.section--faq__item[open] .section--faq__toggle::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__toggle::after {
  background: #ffffff;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__item[open] .section--faq__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

/* ========================================
   answer
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 20px 24px;
  border-top: 1px solid var(--color-border, #e4ded5);
  background: var(--color-surface, #ffffff);
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding-top: 4px;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.04em;
  white-space: pre-line;
}

/* ========================================
   decorations
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__decoration {
  position: absolute;
  pointer-events: none;
}

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__decoration--top {
  top: -80px;
  right: -120px;
  width: clamp(180px, 55vw, 320px);
  height: auto;
  aspect-ratio: 1.3 / 1;
  background: #f8dcc8;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 60%);
}

/* ========================================
   tablet
======================================== */

@media (min-width: 768px) {
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__header {
    margin-bottom: 40px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
    gap: 16px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
    min-height: 94px;
    gap: 20px;
    padding: 24px 28px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
    gap: 20px;
    padding: 24px 28px 28px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__badge {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
    font-size: 1.05rem;
  }
}

/* ========================================
   desktop
======================================== */

@media (min-width: 1024px) {
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__list {
    max-width: 920px;
    margin: 0 auto;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question {
    padding: 26px 32px;
  }

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__answer {
    padding: 26px 32px 30px;
  }
}

/* ========================================
   accessibility
======================================== */

.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question:focus-visible {
  outline: 3px solid rgba(239, 143, 91, 0.45);
  outline-offset: -3px;
}

@media (prefers-reduced-motion: reduce) {
  .section--faq__item,
  .section--faq__question,
  .section--faq__toggle::before,
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__toggle::after {
    transition: none;
  }
}
.tpl-scope-sidepart-left-menu-mobile .left-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 430px) / 2);
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-image {
  width: 150px;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-image img {
  width: 100%;
  height: auto;
  display: block;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-txt {
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-list {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-item {
  margin-bottom: 5px;
  list-style: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-link {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  color: #122f21;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-link:hover {
  opacity: 0.7;
  transform: translateX(4px);
  text-decoration: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-link-tab {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico {
  width: 30px;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  list-style: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico[data-show="非表示"] {
  display: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico a {display: block}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico svg {
  width: 100%;
  height: auto;
  display: block;
}
/* 1024px 以下はハンバーガー UI に切り替え。 左メニュー本体は非表示 */
@media (max-width: 1024px) {
.tpl-scope-sidepart-left-menu-mobile .left-menu {
    display: none;
  }
}
@media (hover: none) {
  .left-menu-btn-link:hover,
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico:hover {
    opacity: 1;
    transform: none;
  }
}
/*--mobile--*/
.tpl-scope-sidepart-left-menu-mobile .left-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 430px) / 2);
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-image {
  width: 150px;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-image img {
  width: 100%;
  height: auto;
  display: block;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-txt {
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-list {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-item {
  margin-bottom: 5px;
  list-style: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-link {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  color: #122f21;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-link:hover {
  opacity: 0.7;
  transform: translateX(4px);
  text-decoration: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-link-tab {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico {
  width: 30px;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  list-style: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico[data-show="非表示"] {
  display: none;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico a {display: block}
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico svg {
  width: 100%;
  height: auto;
  display: block;
}
/* 1024px 以下はハンバーガー UI に切り替え。 左メニュー本体は非表示 */
@media (max-width: 1024px) {
.tpl-scope-sidepart-left-menu-mobile .left-menu {
    display: none;
  }
}
@media (hover: none) {
  .left-menu-btn-link:hover,
.tpl-scope-sidepart-left-menu-mobile .left-menu-ico:hover {
    opacity: 1;
    transform: none;
  }
}
.tpl-scope-sidepart-right-menu-mobile .right-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 430px) / 2);
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-in {
  width: 100%;
  min-width: 100px;
  max-width: 300px;
}
/* globals の ul/ol リセットが効かないケースがあるので明示的に消す（bullet 点対策）*/
.tpl-scope-sidepart-right-menu-mobile .right-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-item {
  list-style: none;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-item:not(:first-of-type) {
  margin-top: 10px;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap をやめてラベルの折り返しでゴースト表示になるのを防止。
     長いラベルは省略表示 (ellipsis) 側に倒す */
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 24px;
  font-size: 14px;
  font-weight: bold;
  /* PC 縦ナビの既定色 (明るい背景想定で濃色)。 pcTextColor フィールドで上書き可 */
  color: #111111;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
/* ハンバーガー展開時 (暗い背景のドロワー) は白。 mobileTextColor フィールドで上書き可。
   PC 縦ナビ (.is-open が付かない) には効かないので PC/モバイルで色を分離できる。 */
.tpl-scope-sidepart-right-menu-mobile .right-menu.is-open .right-menu-link {
  color: #ffffff;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-link:hover {
  opacity: 0.7;
  transform: translateX(4px);
  text-decoration: none;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-link-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 50%;
  /* 既定はリンク文字色に追従。個別に変える場合は pc/mobileIconColor フィールドで上書き */
  background-color: currentColor;
  transition: opacity 0.25s ease;
  /* 親の translateX と加算されてサブピクセルレンダリングで arrow が二重に見える
     問題を避けるため、 arrow 自体は動かさず親と一緒に動くのみ */
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-link:hover .right-menu-link-arrow {
  opacity: 0.8;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-link-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #555555;
}
/* ハンバーガーボタン（PC は非表示） */
.tpl-scope-sidepart-right-menu-mobile .menu-toggle {
  display: none;
}
/* ドロワーの背景オーバーレイ（PC は非表示） */
.tpl-scope-sidepart-right-menu-mobile .menu-overlay {
  display: none;
}
/* ============================================
   タブレット幅以下（1024px 以下）は左右メニューを隠してハンバーガー化。
   PC_MOBILE_FRAME_CSS 側で .lpc-pc-right コンテナは position:static + overflow:visible
   に解除されるので、 ここに書いた position:fixed の要素はそのまま viewport にエスケープする。
   （body 起点セレクタは scopeCss で壊れるので使わない）
   ============================================ */
@media (max-width: 1024px) {
.tpl-scope-sidepart-right-menu-mobile .menu-toggle {
    position: fixed;
    top: 12px;
    /* 画面右 12px に固定。 フレーム内側に置くと白背景と重なって見えなくなる */
    right: 12px;
    z-index: 9020;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    cursor: pointer;
    /* 半透明黒背景で白棒が背景を問わず見える様に */
    background: rgba(0, 0, 0, 0.55);
    border-radius: 6px;
  }
.tpl-scope-sidepart-right-menu-mobile .menu-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }
  /* 開いてる状態: ×印に変形 */
.tpl-scope-sidepart-right-menu-mobile .menu-toggle.is-open .menu-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.tpl-scope-sidepart-right-menu-mobile .menu-toggle.is-open .menu-toggle-bar:nth-child(2) {
    opacity: 0;
  }
.tpl-scope-sidepart-right-menu-mobile .menu-toggle.is-open .menu-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  /* 背景オーバーレイ */
.tpl-scope-sidepart-right-menu-mobile .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }
.tpl-scope-sidepart-right-menu-mobile .menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  /* right-menu を 右からスライドインするドロワーに変更。
     PC 用の position:fixed/right:0 が残っているので、 明示的に display:none で
     徹底的に閉じ状態を作る。 開くときは .is-open で display:flex + transform クリア。 */
.tpl-scope-sidepart-right-menu-mobile .right-menu {
    display: none;
  }
.tpl-scope-sidepart-right-menu-mobile .right-menu.is-open {
    display: flex;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: min(80%, 320px);
    height: 100%;
    padding: 70px 24px 24px;
    z-index: 9010;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    background-color: #123f32;
    visibility: visible;
    transform: none;
  }
.tpl-scope-sidepart-right-menu-mobile .right-menu-in {
    max-width: none;
  }
}
@media (hover: none) {
  .right-menu-link:hover,
.tpl-scope-sidepart-right-menu-mobile .right-menu-link:hover .right-menu-link-arrow {
    opacity: 1;
    transform: none;
  }
}
/*--mobile--*/
.tpl-scope-sidepart-right-menu-mobile .right-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: calc((100% - 430px) / 2);
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-in {
  width: 100%;
  min-width: 100px;
  max-width: 300px;
}
/* globals の ul/ol リセットが効かないケースがあるので明示的に消す（bullet 点対策）*/
.tpl-scope-sidepart-right-menu-mobile .right-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-item {
  list-style: none;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-item:not(:first-of-type) {
  margin-top: 10px;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap をやめてラベルの折り返しでゴースト表示になるのを防止。
     長いラベルは省略表示 (ellipsis) 側に倒す */
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 24px;
  font-size: 14px;
  font-weight: bold;
  /* PC 縦ナビの既定色 (明るい背景想定で濃色)。 pcTextColor フィールドで上書き可 */
  color: #111111;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
/* ハンバーガー展開時 (暗い背景のドロワー) は白。 mobileTextColor フィールドで上書き可。
   PC 縦ナビ (.is-open が付かない) には効かないので PC/モバイルで色を分離できる。 */
.tpl-scope-sidepart-right-menu-mobile .right-menu.is-open .right-menu-link {
  color: #ffffff;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-link:hover {
  opacity: 0.7;
  transform: translateX(4px);
  text-decoration: none;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-link-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 50%;
  /* 既定はリンク文字色に追従。個別に変える場合は pc/mobileIconColor フィールドで上書き */
  background-color: currentColor;
  transition: opacity 0.25s ease;
  /* 親の translateX と加算されてサブピクセルレンダリングで arrow が二重に見える
     問題を避けるため、 arrow 自体は動かさず親と一緒に動くのみ */
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-link:hover .right-menu-link-arrow {
  opacity: 0.8;
}
.tpl-scope-sidepart-right-menu-mobile .right-menu-link-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #555555;
}
/* ハンバーガーボタン（PC は非表示） */
.tpl-scope-sidepart-right-menu-mobile .menu-toggle {
  display: none;
}
/* ドロワーの背景オーバーレイ（PC は非表示） */
.tpl-scope-sidepart-right-menu-mobile .menu-overlay {
  display: none;
}
/* ============================================
   タブレット幅以下（1024px 以下）は左右メニューを隠してハンバーガー化。
   PC_MOBILE_FRAME_CSS 側で .lpc-pc-right コンテナは position:static + overflow:visible
   に解除されるので、 ここに書いた position:fixed の要素はそのまま viewport にエスケープする。
   （body 起点セレクタは scopeCss で壊れるので使わない）
   ============================================ */
@media (max-width: 1024px) {
.tpl-scope-sidepart-right-menu-mobile .menu-toggle {
    position: fixed;
    top: 12px;
    /* 画面右 12px に固定。 フレーム内側に置くと白背景と重なって見えなくなる */
    right: 12px;
    z-index: 9020;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    cursor: pointer;
    /* 半透明黒背景で白棒が背景を問わず見える様に */
    background: rgba(0, 0, 0, 0.55);
    border-radius: 6px;
  }
.tpl-scope-sidepart-right-menu-mobile .menu-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }
  /* 開いてる状態: ×印に変形 */
.tpl-scope-sidepart-right-menu-mobile .menu-toggle.is-open .menu-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.tpl-scope-sidepart-right-menu-mobile .menu-toggle.is-open .menu-toggle-bar:nth-child(2) {
    opacity: 0;
  }
.tpl-scope-sidepart-right-menu-mobile .menu-toggle.is-open .menu-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  /* 背景オーバーレイ */
.tpl-scope-sidepart-right-menu-mobile .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }
.tpl-scope-sidepart-right-menu-mobile .menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  /* right-menu を 右からスライドインするドロワーに変更。
     PC 用の position:fixed/right:0 が残っているので、 明示的に display:none で
     徹底的に閉じ状態を作る。 開くときは .is-open で display:flex + transform クリア。 */
.tpl-scope-sidepart-right-menu-mobile .right-menu {
    display: none;
  }
.tpl-scope-sidepart-right-menu-mobile .right-menu.is-open {
    display: flex;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: min(80%, 320px);
    height: 100%;
    padding: 70px 24px 24px;
    z-index: 9010;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    background-color: #123f32;
    visibility: visible;
    transform: none;
  }
.tpl-scope-sidepart-right-menu-mobile .right-menu-in {
    max-width: none;
  }
}
@media (hover: none) {
  .right-menu-link:hover,
.tpl-scope-sidepart-right-menu-mobile .right-menu-link:hover .right-menu-link-arrow {
    opacity: 1;
    transform: none;
  }
}
.tpl-scope-cta-footer-mobile .ctafooter {
  --teal: var(--color-primary, #064d3b);
  --teal-deep: #0c6a70;
  --teal-soft: #e3f0f0;
  --orange-a: #f6ab34;
  --orange-b: #ef8c00;
  --navy: #2b3947;
  --ink: #17222e;
  --body-gray: #555c63;
  --contact-bg: #faf7f1;
  --sns-bg: #eef0f1;
  background: var(--contact-bg);
  /* 防御的: 直前のセクション HTML が壊れて .lpc-pc-center を早期に auto-close
     するケースが実際に発生した (news セクションの 余計な </div>)。 そのとき
     このセクションは body 直下に飛び出して全幅になる。 どこに置かれても
     モバイル案LP の 中央 430px フレームに収まるように自前で max-width と
     margin auto を持たせておく。 */
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.tpl-scope-cta-footer-mobile .ctafooter .material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  line-height: 1;
}
.tpl-scope-cta-footer-mobile .ctafooter .material-symbols-outlined.is-fill {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.tpl-scope-cta-footer-mobile .cta {
  padding: 46px 20px 40px;
  text-align: center;
  background: var(--contact-bg);
}
.tpl-scope-cta-footer-mobile .cta__title {
  margin-top: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}
.tpl-scope-cta-footer-mobile .cta__lead {
  margin-top: 16px;
  line-height: 1.7;
  color: var(--body-gray);
}
.tpl-scope-cta-footer-mobile .cta__phone {
  margin-top: 28px;
  padding: 26px 22px;
  background: #fff;
  border: 1px solid #eceef0;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.tpl-scope-cta-footer-mobile .cta__phone[data-show="非表示"] {
  display: none;
}
.tpl-scope-cta-footer-mobile .cta__phone-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tpl-scope-cta-footer-mobile .cta__phone-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
}
.tpl-scope-cta-footer-mobile .cta__phone-icon .material-symbols-outlined {
  font-size: 34px;
}
.tpl-scope-cta-footer-mobile .cta__phone-body {
  flex: 1;
  text-align: center;
}
.tpl-scope-cta-footer-mobile .cta__phone-label {
  color: var(--ink);
}
.tpl-scope-cta-footer-mobile .cta__phone-num {
  display: block;
  margin-top: 2px;
  font-size: clamp(26px, 7.6vw, 34px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: var(--teal);
  text-decoration: none;
}

.tpl-scope-cta-footer-mobile .cta__phone-time {
  margin-top: 8px;
  color: #6a7178;
}
.tpl-scope-cta-footer-mobile .cta__phone-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
  padding: 16px;
  font-weight: 700;
  color: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 10px;
  text-decoration: none;
}

.tpl-scope-cta-footer-mobile .cta__phone-btn .material-symbols-outlined {
  font-size: 22px;
}
.tpl-scope-cta-footer-mobile .cta__phone-btn-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.tpl-scope-cta-footer-mobile .cta__reserve {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
  list-style: none;
  padding: 0;
}
.tpl-scope-cta-footer-mobile .cta__reserve-item {
  list-style: none;
}
.tpl-scope-cta-footer-mobile .cta__reserve-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e3e6e8;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: var(--ink);
}

.tpl-scope-cta-footer-mobile .cta__reserve-body {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.tpl-scope-cta-footer-mobile .cta__reserve-title {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}
.tpl-scope-cta-footer-mobile .cta__reserve-sub {
  display: block;
  margin-top: 2px;
  line-height: 1.3;
  color: #6a7178;
}
.tpl-scope-cta-footer-mobile .cta__reserve-ext {
  flex: 0 0 auto;
  display: inline-flex;
  color: var(--teal);
}
.tpl-scope-cta-footer-mobile .cta__reserve-ext svg {
  width: 15px;
  height: 15px;
  display: block;
}

/* ========================================
   ホバーアニメーション
======================================== */

/* 電話番号リンク */
.tpl-scope-cta-footer-mobile .cta__phone-num {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}

.tpl-scope-cta-footer-mobile .cta__phone-num::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

/* 電話ボタン */
.tpl-scope-cta-footer-mobile .cta__phone-btn {
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cta-footer-mobile .cta__phone-btn .material-symbols-outlined:first-child {
  transition: transform 0.3s ease;
}

.tpl-scope-cta-footer-mobile .cta__phone-btn-arrow {
  transition: transform 0.3s ease;
}

/* 予約リンク */
.tpl-scope-cta-footer-mobile .cta__reserve-link {
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cta-footer-mobile .cta__reserve-title {
  transition: color 0.3s ease;
}

.tpl-scope-cta-footer-mobile .cta__reserve-ext {
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

/* ホバー操作が可能な端末だけに適用 */
@media (hover: hover) and (pointer: fine) {
.tpl-scope-cta-footer-mobile .cta__phone-num:hover {
    color: var(--teal-deep);
    text-decoration: none;
  }

.tpl-scope-cta-footer-mobile .cta__phone-num:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

.tpl-scope-cta-footer-mobile .cta__phone-btn:hover {
    color: #fff;
    background-color: var(--teal);
    border-color: var(--teal);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 7px 16px rgba(6, 77, 59, 0.2);
  }

  .cta__phone-btn:hover
.tpl-scope-cta-footer-mobile .material-symbols-outlined:first-child {
    transform: scale(1.05);
  }

.tpl-scope-cta-footer-mobile .cta__phone-btn:hover .cta__phone-btn-arrow {
    transform: translate(4px, -50%);
  }

.tpl-scope-cta-footer-mobile .cta__reserve-link:hover {
    background-color: #fff;
    border-color: var(--teal);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(6, 77, 59, 0.1);
  }

.tpl-scope-cta-footer-mobile .cta__reserve-link:hover .cta__reserve-title {
    color: var(--teal);
  }

.tpl-scope-cta-footer-mobile .cta__reserve-link:hover .cta__reserve-ext {
    color: var(--teal-deep);
    transform: translate(2px, -2px);
  }
}

/* キーボード操作時のフォーカス表示 */
.cta__phone-num:focus-visible,
.cta__phone-btn:focus-visible,
.tpl-scope-cta-footer-mobile .cta__reserve-link:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.tpl-scope-cta-footer-mobile .cta__phone-btn:focus-visible {
  color: #fff;
  background-color: var(--teal);
  border-color: var(--teal);
}

/* 動きを減らす設定 */
@media (prefers-reduced-motion: reduce) {
  .cta__phone-num,
  .cta__phone-num::after,
  .cta__phone-btn,
  .cta__phone-btn .material-symbols-outlined,
  .cta__reserve-link,
  .cta__reserve-title,
.tpl-scope-cta-footer-mobile .cta__reserve-ext {
    transition-duration: 0.01ms;
  }

  .cta__phone-btn:hover,
  .cta__reserve-link:hover,
  .cta__phone-btn:hover .material-symbols-outlined,
.tpl-scope-cta-footer-mobile .cta__reserve-link:hover .cta__reserve-ext {
    transform: none;
  }
}

.tpl-scope-cta-footer-mobile .footer {
  position: relative;
  padding-top: 10px;
  background: var(--navy);
  padding-bottom: 32px;
}
.tpl-scope-cta-footer-mobile .footer__nav {
  display: block;
}
.tpl-scope-cta-footer-mobile .footer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
}
.tpl-scope-cta-footer-mobile .footer__link:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}
.tpl-scope-cta-footer-mobile .footer__link .material-symbols-outlined {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.65);
}
.tpl-scope-cta-footer-mobile .footer__copyright {
  padding: 28px 20px 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
/*--mobile--*/
.tpl-scope-cta-footer-mobile .ctafooter {
  --teal: var(--color-primary, #064d3b);
  --teal-deep: #0c6a70;
  --teal-soft: #e3f0f0;
  --orange-a: #f6ab34;
  --orange-b: #ef8c00;
  --navy: #2b3947;
  --ink: #17222e;
  --body-gray: #555c63;
  --contact-bg: #faf7f1;
  --sns-bg: #eef0f1;
  background: var(--contact-bg);
  /* 防御的: 直前のセクション HTML が壊れて .lpc-pc-center を早期に auto-close
     するケースが実際に発生した (news セクションの 余計な </div>)。 そのとき
     このセクションは body 直下に飛び出して全幅になる。 どこに置かれても
     モバイル案LP の 中央 430px フレームに収まるように自前で max-width と
     margin auto を持たせておく。 */
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.tpl-scope-cta-footer-mobile .ctafooter .material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  line-height: 1;
}
.tpl-scope-cta-footer-mobile .ctafooter .material-symbols-outlined.is-fill {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.tpl-scope-cta-footer-mobile .cta {
  padding: 46px 20px 40px;
  text-align: center;
  background: var(--contact-bg);
}
.tpl-scope-cta-footer-mobile .cta__title {
  margin-top: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}
.tpl-scope-cta-footer-mobile .cta__lead {
  margin-top: 16px;
  line-height: 1.7;
  color: var(--body-gray);
}
.tpl-scope-cta-footer-mobile .cta__phone {
  margin-top: 28px;
  padding: 26px 22px;
  background: #fff;
  border: 1px solid #eceef0;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.tpl-scope-cta-footer-mobile .cta__phone[data-show="非表示"] {
  display: none;
}
.tpl-scope-cta-footer-mobile .cta__phone-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tpl-scope-cta-footer-mobile .cta__phone-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
}
.tpl-scope-cta-footer-mobile .cta__phone-icon .material-symbols-outlined {
  font-size: 34px;
}
.tpl-scope-cta-footer-mobile .cta__phone-body {
  flex: 1;
  text-align: center;
}
.tpl-scope-cta-footer-mobile .cta__phone-label {
  color: var(--ink);
}
.tpl-scope-cta-footer-mobile .cta__phone-num {
  display: block;
  margin-top: 2px;
  font-size: clamp(26px, 7.6vw, 34px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: var(--teal);
  text-decoration: none;
}

.tpl-scope-cta-footer-mobile .cta__phone-time {
  margin-top: 8px;
  color: #6a7178;
}
.tpl-scope-cta-footer-mobile .cta__phone-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
  padding: 16px;
  font-weight: 700;
  color: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 10px;
  text-decoration: none;
}

.tpl-scope-cta-footer-mobile .cta__phone-btn .material-symbols-outlined {
  font-size: 22px;
}
.tpl-scope-cta-footer-mobile .cta__phone-btn-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.tpl-scope-cta-footer-mobile .cta__reserve {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
  list-style: none;
  padding: 0;
}
.tpl-scope-cta-footer-mobile .cta__reserve-item {
  list-style: none;
}
.tpl-scope-cta-footer-mobile .cta__reserve-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e3e6e8;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: var(--ink);
}

.tpl-scope-cta-footer-mobile .cta__reserve-body {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.tpl-scope-cta-footer-mobile .cta__reserve-title {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}
.tpl-scope-cta-footer-mobile .cta__reserve-sub {
  display: block;
  margin-top: 2px;
  line-height: 1.3;
  color: #6a7178;
}
.tpl-scope-cta-footer-mobile .cta__reserve-ext {
  flex: 0 0 auto;
  display: inline-flex;
  color: var(--teal);
}
.tpl-scope-cta-footer-mobile .cta__reserve-ext svg {
  width: 15px;
  height: 15px;
  display: block;
}

/* ========================================
   ホバーアニメーション
======================================== */

/* 電話番号リンク */
.tpl-scope-cta-footer-mobile .cta__phone-num {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}

.tpl-scope-cta-footer-mobile .cta__phone-num::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

/* 電話ボタン */
.tpl-scope-cta-footer-mobile .cta__phone-btn {
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cta-footer-mobile .cta__phone-btn .material-symbols-outlined:first-child {
  transition: transform 0.3s ease;
}

.tpl-scope-cta-footer-mobile .cta__phone-btn-arrow {
  transition: transform 0.3s ease;
}

/* 予約リンク */
.tpl-scope-cta-footer-mobile .cta__reserve-link {
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tpl-scope-cta-footer-mobile .cta__reserve-title {
  transition: color 0.3s ease;
}

.tpl-scope-cta-footer-mobile .cta__reserve-ext {
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

/* ホバー操作が可能な端末だけに適用 */
@media (hover: hover) and (pointer: fine) {
.tpl-scope-cta-footer-mobile .cta__phone-num:hover {
    color: var(--teal-deep);
    text-decoration: none;
  }

.tpl-scope-cta-footer-mobile .cta__phone-num:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

.tpl-scope-cta-footer-mobile .cta__phone-btn:hover {
    color: #fff;
    background-color: var(--teal);
    border-color: var(--teal);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 7px 16px rgba(6, 77, 59, 0.2);
  }

  .cta__phone-btn:hover
.tpl-scope-cta-footer-mobile .material-symbols-outlined:first-child {
    transform: scale(1.05);
  }

.tpl-scope-cta-footer-mobile .cta__phone-btn:hover .cta__phone-btn-arrow {
    transform: translate(4px, -50%);
  }

.tpl-scope-cta-footer-mobile .cta__reserve-link:hover {
    background-color: #fff;
    border-color: var(--teal);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(6, 77, 59, 0.1);
  }

.tpl-scope-cta-footer-mobile .cta__reserve-link:hover .cta__reserve-title {
    color: var(--teal);
  }

.tpl-scope-cta-footer-mobile .cta__reserve-link:hover .cta__reserve-ext {
    color: var(--teal-deep);
    transform: translate(2px, -2px);
  }
}

/* キーボード操作時のフォーカス表示 */
.cta__phone-num:focus-visible,
.cta__phone-btn:focus-visible,
.tpl-scope-cta-footer-mobile .cta__reserve-link:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.tpl-scope-cta-footer-mobile .cta__phone-btn:focus-visible {
  color: #fff;
  background-color: var(--teal);
  border-color: var(--teal);
}

/* 動きを減らす設定 */
@media (prefers-reduced-motion: reduce) {
  .cta__phone-num,
  .cta__phone-num::after,
  .cta__phone-btn,
  .cta__phone-btn .material-symbols-outlined,
  .cta__reserve-link,
  .cta__reserve-title,
.tpl-scope-cta-footer-mobile .cta__reserve-ext {
    transition-duration: 0.01ms;
  }

  .cta__phone-btn:hover,
  .cta__reserve-link:hover,
  .cta__phone-btn:hover .material-symbols-outlined,
.tpl-scope-cta-footer-mobile .cta__reserve-link:hover .cta__reserve-ext {
    transform: none;
  }
}

.tpl-scope-cta-footer-mobile .footer {
  position: relative;
  padding-top: 10px;
  background: var(--navy);
  padding-bottom: 32px;
}
.tpl-scope-cta-footer-mobile .footer__nav {
  display: block;
}
.tpl-scope-cta-footer-mobile .footer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
}
.tpl-scope-cta-footer-mobile .footer__link:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}
.tpl-scope-cta-footer-mobile .footer__link .material-symbols-outlined {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.65);
}
.tpl-scope-cta-footer-mobile .footer__copyright {
  padding: 28px 20px 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__item {
  color: #fff;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__item:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__item--tel {
  background: var(--color-primary, #064d3b);
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__item--mail {
  flex: 1;
  background: var(--color-accent, #ef8f5b);
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 26px;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__ico--line {
  width: 26px;
  height: 26px;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__ico--line svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__ttl {
  font-size: 13px;
  white-space: pre-line;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__sub {
  font-size: 10px;
  white-space: pre-line;
}
/*--mobile--*/
.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__item {
  color: #fff;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__item:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__item--tel {
  background: var(--color-primary, #064d3b);
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__item--mail {
  flex: 1;
  background: var(--color-accent, #ef8f5b);
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 26px;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__ico--line {
  width: 26px;
  height: 26px;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__ico--line svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__ttl {
  font-size: 13px;
  white-space: pre-line;
}

.tpl-scope-cmr3cemcg00000h1b5olkbbs9 .lpc-fixed-footer__sub {
  font-size: 10px;
  white-space: pre-line;
}
.section--feature {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff8ed;
  background: var(--color-primary, #064d3b);
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--feature,
.section--feature *,
.section--feature *::before,
.section--feature *::after {
  box-sizing: border-box;
}

.section--feature__inner {
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding: var(--section-padding-block, 56px) var(--page-padding-inline, 20px);
}

/* ========================================
   heading
======================================== */

.section--feature__header {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto 48px;
  text-align: center;
}

.section--feature__kicker-row {
  display: flex;
  width: 100%;
  max-width: 520px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 30px;
}

.section--feature__kicker-line {
  display: block;
  flex: 1;
  max-width: 110px;
  height: 1px;
  background: #e6b373;
}

.section--feature__kicker {
  flex: 0 0 auto;
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(0.875rem, 3vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.section--feature__heading-wrap {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.section--feature__heading {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-inline: 38px;
}

.section--feature__title {
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(1.75rem, 7vw, 3.25rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: pre-line;
}

.section--feature__lead {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.2em;
  margin: 16px 0 0;
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(2rem, 9vw, 3.75rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: center;
}

.section--feature__lead-before {
  color: #fff8ed;
}

.section--feature__lead-accent {
  color: var(--color-accent, #ef8f5b);
}

/* ========================================
   side ornaments
======================================== */

.section--feature__ornament {
  position: absolute;
  top: 50%;
  display: flex;
  width: 24px;
  height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateY(-50%);
}

.section--feature__ornament--left {
  left: 0;
}

.section--feature__ornament--right {
  right: 0;
}

.section--feature__ornament-line {
  display: block;
  width: 2px;
  height: 48px;
  border-radius: 999px;
  background: #e6b373;
}

.section--feature__ornament--left
  .section--feature__ornament-line {
  transform: rotate(-27deg);
}

.section--feature__ornament--right
  .section--feature__ornament-line {
  transform: rotate(27deg);
}

.section--feature__ornament-dot {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e6b373;
}

.section--feature__ornament--left
  .section--feature__ornament-dot:nth-child(3),
.section--feature__ornament--right
  .section--feature__ornament-dot:nth-child(3) {
  width: 5px;
  height: 5px;
}


.section--feature__rays--left {
  left: 0;
  align-items: flex-start;
}

.section--feature__rays--right {
  right: 0;
  align-items: flex-end;
}

.section--feature__rays i {
  display: block;
  width: 72%;
  height: 5px;
  border-radius: 999px;
  background: var(--color-accent, #ef8f5b);
}

.section--feature__rays--left i:nth-child(1) {
  transform: rotate(42deg);
}

.section--feature__rays--left i:nth-child(2) {
  transform: rotate(5deg);
}

.section--feature__rays--left i:nth-child(3) {
  transform: rotate(-34deg);
}

.section--feature__rays--right i:nth-child(1) {
  transform: rotate(-42deg);
}

.section--feature__rays--right i:nth-child(2) {
  transform: rotate(-5deg);
}

.section--feature__rays--right i:nth-child(3) {
  transform: rotate(34deg);
}

.section--feature__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.section--feature__card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px 8px 24px;
  border: 2px solid #f7bd8d;
  border-radius: var(--radius-card, 10px);
  background: #fff8ef;
  box-shadow: 4px 5px 0 rgba(239, 143, 91, 0.7);
  color: var(--color-primary, #064d3b);
  text-align: center;
}

.section--feature__icon {
  display: grid;
  width: 58%;
  max-width: 120px;
  aspect-ratio: 1;
  margin: 0 auto 16px;
  overflow: hidden;
  place-items: center;
  border-radius: 50%;
  background: var(--color-primary, #064d3b);
}

.section--feature__icon-image {
  display: block;
  width: 68%;
  height: 68%;
  object-fit: contain;
}

.section--feature__divider {
  width: 100%;
  margin-bottom: 14px;
  border-top: 2px dotted var(--color-accent, #ef8f5b);
}

.section--feature__card-copy {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.section--feature__card-text {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  text-align: center;
}

.section--feature__card-text span {display: block;
  white-space: pre-line}

.section--feature__text-accent {
  color: var(--color-accent, #ef8f5b);
  font-weight: 700;
}

.section--feature__text-before:empty,
.section--feature__text-accent:empty,
.section--feature__text-after:empty {
  display: none;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/27 10:40:26 */
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__text-accent {
  font-size: 16px !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__text-before {
  font-size: 13px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__text-after {
  font-size: 13px !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__lead {
  font-size: 24px !important;
  margin-top: 0px !important;
  margin-bottom: -8px !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__lead-accent {
  font-size: 40px !important;
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__title {
  font-weight: 700 !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__kicker {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__lead-before {
  font-weight: 600 !important;
  font-size: 28px !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__heading {
  margin-top: -8px !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__kicker-row {
  margin-bottom: 24px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
.section--feature {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff8ed;
  background: var(--color-primary, #064d3b);
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--feature,
.section--feature *,
.section--feature *::before,
.section--feature *::after {
  box-sizing: border-box;
}

.section--feature__inner {
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding: var(--section-padding-block, 56px) var(--page-padding-inline, 20px);
}

/* ========================================
   heading
======================================== */

.section--feature__header {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto 48px;
  text-align: center;
}

.section--feature__kicker-row {
  display: flex;
  width: 100%;
  max-width: 520px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 30px;
}

.section--feature__kicker-line {
  display: block;
  flex: 1;
  max-width: 110px;
  height: 1px;
  background: #e6b373;
}

.section--feature__kicker {
  flex: 0 0 auto;
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(0.875rem, 3vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.section--feature__heading-wrap {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.section--feature__heading {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-inline: 38px;
}

.section--feature__title {
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(1.75rem, 7vw, 3.25rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: pre-line;
}

.section--feature__lead {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.2em;
  margin: 16px 0 0;
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(2rem, 9vw, 3.75rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: center;
}

.section--feature__lead-before {
  color: #fff8ed;
}

.section--feature__lead-accent {
  color: var(--color-accent, #ef8f5b);
}

/* ========================================
   side ornaments
======================================== */

.section--feature__ornament {
  position: absolute;
  top: 50%;
  display: flex;
  width: 24px;
  height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateY(-50%);
}

.section--feature__ornament--left {
  left: 0;
}

.section--feature__ornament--right {
  right: 0;
}

.section--feature__ornament-line {
  display: block;
  width: 2px;
  height: 48px;
  border-radius: 999px;
  background: #e6b373;
}

.section--feature__ornament--left
  .section--feature__ornament-line {
  transform: rotate(-27deg);
}

.section--feature__ornament--right
  .section--feature__ornament-line {
  transform: rotate(27deg);
}

.section--feature__ornament-dot {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e6b373;
}

.section--feature__ornament--left
  .section--feature__ornament-dot:nth-child(3),
.section--feature__ornament--right
  .section--feature__ornament-dot:nth-child(3) {
  width: 5px;
  height: 5px;
}


.section--feature__rays--left {
  left: 0;
  align-items: flex-start;
}

.section--feature__rays--right {
  right: 0;
  align-items: flex-end;
}

.section--feature__rays i {
  display: block;
  width: 72%;
  height: 5px;
  border-radius: 999px;
  background: var(--color-accent, #ef8f5b);
}

.section--feature__rays--left i:nth-child(1) {
  transform: rotate(42deg);
}

.section--feature__rays--left i:nth-child(2) {
  transform: rotate(5deg);
}

.section--feature__rays--left i:nth-child(3) {
  transform: rotate(-34deg);
}

.section--feature__rays--right i:nth-child(1) {
  transform: rotate(-42deg);
}

.section--feature__rays--right i:nth-child(2) {
  transform: rotate(-5deg);
}

.section--feature__rays--right i:nth-child(3) {
  transform: rotate(34deg);
}

.section--feature__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.section--feature__card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px 8px 24px;
  border: 2px solid #f7bd8d;
  border-radius: var(--radius-card, 10px);
  background: #fff8ef;
  box-shadow: 4px 5px 0 rgba(239, 143, 91, 0.7);
  color: var(--color-primary, #064d3b);
  text-align: center;
}

.section--feature__icon {
  display: grid;
  width: 58%;
  max-width: 120px;
  aspect-ratio: 1;
  margin: 0 auto 16px;
  overflow: hidden;
  place-items: center;
  border-radius: 50%;
  background: var(--color-primary, #064d3b);
}

.section--feature__icon-image {
  display: block;
  width: 68%;
  height: 68%;
  object-fit: contain;
}

.section--feature__divider {
  width: 100%;
  margin-bottom: 14px;
  border-top: 2px dotted var(--color-accent, #ef8f5b);
}

.section--feature__card-copy {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.section--feature__card-text {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  text-align: center;
}

.section--feature__card-text span {
  display: block;
  white-space: pre-line;
}

.section--feature__text-accent {
  color: var(--color-accent, #ef8f5b);
  font-weight: 700;
}

.section--feature__text-before:empty,
.section--feature__text-accent:empty,
.section--feature__text-after:empty {
  display: none;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/27 10:40:26 */
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__text-accent {
  font-size: 16px !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__text-before {
  font-size: 13px !important;
  font-weight: 500 !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__text-after {
  font-size: 13px !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__lead {
  font-size: 24px !important;
  margin-top: 0px !important;
  margin-bottom: -8px !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__lead-accent {
  font-size: 40px !important;
  font-weight: 600 !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__title {
  font-weight: 700 !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__kicker {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__lead-before {
  font-weight: 600 !important;
  font-size: 28px !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__heading {
  margin-top: -8px !important;
}
.tpl-scope-manual-sec-1784698661177-utco7 .section--feature__kicker-row {
  margin-bottom: 24px !important;
}
/* === end inspector overrides === */
}
.section--worries {
  width: 100%;
  overflow: hidden;
  color: var(--color-primary, #064d3b);
  background: #faf8f5;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--worries,
.section--worries *,
.section--worries *::before,
.section--worries *::after {
  box-sizing: border-box;
}

.section--worries__inner {
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding: var(--section-padding-block, 56px) var(--page-padding-inline, 20px);
}

.section--worries__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 24px;
}

.section--worries__label-line {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
}

.section--worries__label-text {
  margin: 0;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

.section--worries__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: center;
  white-space: pre-line;
}

.section--worries__intro {
  max-width: 720px;
  margin: 28px auto;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.04em;
}

.section--worries__intro p {margin: 0;
  text-align: center !important}

.section--worries__intro p + p {margin-top: 8px}

.section--worries__list {
  display: grid;
  gap: 12px;
}

.section--worries__card {
  display: grid;
  grid-template-columns: minmax(72px, 24%) 1fr;
  align-items: center;
  min-height: 132px;
  padding: 20px 18px 20px 10px;
  border-radius: var(--radius-card, 10px);
  background: var(--color-surface, #ffffff);
  box-shadow: 0 8px 24px rgba(0, 50, 42, 0.04);
}

.section--worries__number {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;

  color: var(--color-accent, #ef8f5b);

  font-style: italic;
  font-weight: 500;

  font-size: clamp(2.2rem, 7vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.section--worries__card-content {
  min-width: 0;
  padding-left: 20px;
  border-left: 2px dotted var(--color-accent, #ef8f5b);
}

.section--worries__card-title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--worries__card-text {
  margin: 8px 0 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--worries__message {
  max-width: 820px;
  margin: 24px auto 0;
  padding: 20px;
  border: 1px solid var(--color-primary, #064d3b);
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.45);
}

.section--worries__message-top {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 16px;
}

.section--worries__message-icon {
  display: flex;
  width: 52px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--color-primary, #064d3b);
}

.section--worries__message-icon {
  display: flex;
  width: 52px;
  aspect-ratio: 1;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-primary, #064d3b);
}

.section--worries__message-icon img {
  display: block;
  width: 110%;
  height: 110%;
  object-fit: contain;
}

.section--worries__message-title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--worries__message-divider {
  margin: 14px 0;
  border-top: 2px dotted rgba(6, 77, 59, 0.55);
}

.section--worries__message-text {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/27 18:55:30 */
.tpl-scope-manual-sec-1784698710961-2q8p7 .section--worries__message-text {
  text-align: center !important;
}

.tpl-scope-manual-sec-1784698710961-2q8p7 .section--worries__number {
  font-weight: 500 !important;
  margin-right: 12px !important;
  font-size: 26px !important;
}
.tpl-scope-manual-sec-1784698710961-2q8p7 .section--worries__label-text {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698710961-2q8p7 .section--worries__title {
  font-weight: 700 !important;
  font-size: 28.4px !important;
}
.tpl-scope-manual-sec-1784698710961-2q8p7 .section--worries__message-title {
  font-weight: 700 !important;
}
.tpl-scope-manual-sec-1784698710961-2q8p7 [data-iid="iid-mryo64nj-7b007"] {
  margin-top: 4px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
.section--worries {
  width: 100%;
  overflow: hidden;
  color: var(--color-primary, #064d3b);
  background: #faf8f5;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--worries,
.section--worries *,
.section--worries *::before,
.section--worries *::after {
  box-sizing: border-box;
}

.section--worries__inner {
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding: var(--section-padding-block, 56px) var(--page-padding-inline, 20px);
}

.section--worries__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 24px;
}

.section--worries__label-line {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
}

.section--worries__label-text {
  margin: 0;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

.section--worries__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: center;
  white-space: pre-line;
}

.section--worries__intro {
  max-width: 720px;
  margin: 28px auto;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.04em;
}

.section--worries__intro p {
  margin: 0;
  text-align: center !important;
}

.section--worries__intro p + p {
  margin-top: 8px;
}

.section--worries__list {
  display: grid;
  gap: 12px;
}

.section--worries__card {
  display: grid;
  grid-template-columns: minmax(72px, 24%) 1fr;
  align-items: center;
  min-height: 132px;
  padding: 20px 18px 20px 10px;
  border-radius: var(--radius-card, 10px);
  background: var(--color-surface, #ffffff);
  box-shadow: 0 8px 24px rgba(0, 50, 42, 0.04);
}

.section--worries__number {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;

  color: var(--color-accent, #ef8f5b);

  font-style: italic;
  font-weight: 500;

  font-size: clamp(2.2rem, 7vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.section--worries__card-content {
  min-width: 0;
  padding-left: 20px;
  border-left: 2px dotted var(--color-accent, #ef8f5b);
}

.section--worries__card-title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--worries__card-text {
  margin: 8px 0 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--worries__message {
  max-width: 820px;
  margin: 24px auto 0;
  padding: 20px;
  border: 1px solid var(--color-primary, #064d3b);
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.45);
}

.section--worries__message-top {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 16px;
}

.section--worries__message-icon {
  display: flex;
  width: 52px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--color-primary, #064d3b);
}

.section--worries__message-icon {
  display: flex;
  width: 52px;
  aspect-ratio: 1;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--color-primary, #064d3b);
}

.section--worries__message-icon img {
  display: block;
  width: 110%;
  height: 110%;
  object-fit: contain;
}

.section--worries__message-title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--worries__message-divider {
  margin: 14px 0;
  border-top: 2px dotted rgba(6, 77, 59, 0.55);
}

.section--worries__message-text {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/27 18:55:30 */
.tpl-scope-manual-sec-1784698710961-2q8p7 .section--worries__message-text {
  text-align: center !important;
}

.tpl-scope-manual-sec-1784698710961-2q8p7 .section--worries__number {
  font-weight: 500 !important;
  margin-right: 12px !important;
  font-size: 26px !important;
}
.tpl-scope-manual-sec-1784698710961-2q8p7 .section--worries__label-text {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698710961-2q8p7 .section--worries__title {
  font-weight: 700 !important;
  font-size: 28.4px !important;
}
.tpl-scope-manual-sec-1784698710961-2q8p7 .section--worries__message-title {
  font-weight: 700 !important;
}
.tpl-scope-manual-sec-1784698710961-2q8p7 [data-iid="iid-mryo64nj-7b007"] {
  margin-top: 4px !important;
}
/* === end inspector overrides === */
}
.section--strengths {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  color: var(--color-primary, #064d3b);
  background:
    radial-gradient(circle at 12% 8%, rgba(225, 205, 181, 0.2), transparent 28%),
    radial-gradient(circle at 88% 38%, rgba(231, 214, 193, 0.18), transparent 26%), #f8f4ed;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--strengths,
.section--strengths *,
.section--strengths *::before,
.section--strengths *::after {
  box-sizing: border-box;
}

.section--strengths__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding: var(--section-padding-block, 56px) var(--page-padding-inline, 20px);
}

.section--strengths__header {
  margin-bottom: 32px;
  text-align: center;
}

.section--strengths__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.section--strengths__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.section--strengths__eyebrow-text {
  margin: 0;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.section--strengths__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: center;
  white-space: pre-line;
}

.section--strengths__subtitle {
  margin: 14px 0 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1rem, 3.5vw, 1.25rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}

.section--strengths__list {
  display: grid;
  gap: 18px;
}

.section--strengths__card {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 18px rgba(48, 51, 44, 0.06);
}

.section--strengths__image {
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  background: #e8e3da;
}

.section--strengths__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--strengths__card-content {
  display: grid;
  grid-template-columns: minmax(72px, 23%) 1fr;
  min-height: 140px;
  padding: 18px 18px 20px 0;
}

.section--strengths__number {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;

  color: var(--color-accent, #ef8f5b);

  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;

  font-size: clamp(2.2rem, 7vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.section--strengths__card-text {
  min-width: 0;
  padding-left: 18px;
}

.section--strengths__card-title {
  margin: 0 0 8px;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--strengths__card-description {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--strengths__closing {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 0 0;
  text-align: center;
}

.section--strengths__closing-title {
  margin: 0 0 12px;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.125rem, 4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--strengths__closing-text {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--strengths__decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.section--strengths__decoration--bottom {
  bottom: -4%;
  left: -26%;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 46% 54% 58% 42% / 54% 46% 54% 46%;
  background: rgba(242, 207, 173, 0.5);
  transform: rotate(18deg);
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 18:49:36 */
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__number {
  font-size: 26px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__card-description {
  font-size: 13px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__eyebrow-text {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__title {
  font-size: 28.4px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
.section--strengths {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  color: var(--color-primary, #064d3b);
  background:
    radial-gradient(circle at 12% 8%, rgba(225, 205, 181, 0.2), transparent 28%),
    radial-gradient(circle at 88% 38%, rgba(231, 214, 193, 0.18), transparent 26%), #f8f4ed;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--strengths,
.section--strengths *,
.section--strengths *::before,
.section--strengths *::after {
  box-sizing: border-box;
}

.section--strengths__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding: var(--section-padding-block, 56px) var(--page-padding-inline, 20px);
}

.section--strengths__header {
  margin-bottom: 32px;
  text-align: center;
}

.section--strengths__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.section--strengths__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.section--strengths__eyebrow-text {
  margin: 0;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.section--strengths__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: center;
  white-space: pre-line;
}

.section--strengths__subtitle {
  margin: 14px 0 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1rem, 3.5vw, 1.25rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}

.section--strengths__list {
  display: grid;
  gap: 18px;
}

.section--strengths__card {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 18px rgba(48, 51, 44, 0.06);
}

.section--strengths__image {
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  background: #e8e3da;
}

.section--strengths__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--strengths__card-content {
  display: grid;
  grid-template-columns: minmax(72px, 23%) 1fr;
  min-height: 140px;
  padding: 18px 18px 20px 0;
}

.section--strengths__number {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 12px;

  border-right: 1px dashed #e7bda1;

  color: var(--color-accent, #ef8f5b);

  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;

  font-size: clamp(2.2rem, 7vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-variant-numeric: lining-nums;
}

.section--strengths__card-text {
  min-width: 0;
  padding-left: 18px;
}

.section--strengths__card-title {
  margin: 0 0 8px;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--strengths__card-description {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--strengths__closing {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 0 0;
  text-align: center;
}

.section--strengths__closing-title {
  margin: 0 0 12px;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.125rem, 4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--strengths__closing-text {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--strengths__decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.section--strengths__decoration--bottom {
  bottom: -4%;
  left: -26%;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 46% 54% 58% 42% / 54% 46% 54% 46%;
  background: rgba(242, 207, 173, 0.5);
  transform: rotate(18deg);
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 17:55:31 */
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__number {
  font-size: 24px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__card-description {
  font-size: 13px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__eyebrow-text {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__title {
  font-size: 28.4px !important;
}
/* === end inspector overrides === */
}
/* AI編集: 2026/7/27 10:27:10 */
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__card-text { border-left: 2px dotted var(--color-accent, #ef8f5b) !important; }
/* AI編集: 2026/7/27 10:28:36 */
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__number { border-right: none !important; }
@media (max-width: 768px) {
.section--strengths {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  color: var(--color-primary, #064d3b);
  background:
    radial-gradient(circle at 12% 8%, rgba(225, 205, 181, 0.2), transparent 28%),
    radial-gradient(circle at 88% 38%, rgba(231, 214, 193, 0.18), transparent 26%), #f8f4ed;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--strengths,
.section--strengths *,
.section--strengths *::before,
.section--strengths *::after {
  box-sizing: border-box;
}

.section--strengths__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding: var(--section-padding-block, 56px) var(--page-padding-inline, 20px);
}

.section--strengths__header {
  margin-bottom: 32px;
  text-align: center;
}

.section--strengths__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.section--strengths__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.section--strengths__eyebrow-text {
  margin: 0;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.section--strengths__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: center;
  white-space: pre-line;
}

.section--strengths__subtitle {
  margin: 14px 0 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1rem, 3.5vw, 1.25rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}

.section--strengths__list {
  display: grid;
  gap: 18px;
}

.section--strengths__card {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 18px rgba(48, 51, 44, 0.06);
}

.section--strengths__image {
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  background: #e8e3da;
}

.section--strengths__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--strengths__card-content {
  display: grid;
  grid-template-columns: minmax(72px, 23%) 1fr;
  min-height: 140px;
  padding: 18px 18px 20px 0;
}

.section--strengths__number {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;

  color: var(--color-accent, #ef8f5b);

  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;

  font-size: clamp(2.2rem, 7vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.section--strengths__card-text {
  min-width: 0;
  padding-left: 18px;
}

.section--strengths__card-title {
  margin: 0 0 8px;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--strengths__card-description {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--strengths__closing {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 0 0;
  text-align: center;
}

.section--strengths__closing-title {
  margin: 0 0 12px;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.125rem, 4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--strengths__closing-text {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--strengths__decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.section--strengths__decoration--bottom {
  bottom: -4%;
  left: -26%;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 46% 54% 58% 42% / 54% 46% 54% 46%;
  background: rgba(242, 207, 173, 0.5);
  transform: rotate(18deg);
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 18:49:36 */
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__number {
  font-size: 26px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__card-description {
  font-size: 13px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__eyebrow-text {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__title {
  font-size: 28.4px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
.section--strengths {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  color: var(--color-primary, #064d3b);
  background:
    radial-gradient(circle at 12% 8%, rgba(225, 205, 181, 0.2), transparent 28%),
    radial-gradient(circle at 88% 38%, rgba(231, 214, 193, 0.18), transparent 26%), #f8f4ed;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--strengths,
.section--strengths *,
.section--strengths *::before,
.section--strengths *::after {
  box-sizing: border-box;
}

.section--strengths__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding: var(--section-padding-block, 56px) var(--page-padding-inline, 20px);
}

.section--strengths__header {
  margin-bottom: 32px;
  text-align: center;
}

.section--strengths__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.section--strengths__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.section--strengths__eyebrow-text {
  margin: 0;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.section--strengths__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: center;
  white-space: pre-line;
}

.section--strengths__subtitle {
  margin: 14px 0 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1rem, 3.5vw, 1.25rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}

.section--strengths__list {
  display: grid;
  gap: 18px;
}

.section--strengths__card {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 18px rgba(48, 51, 44, 0.06);
}

.section--strengths__image {
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  background: #e8e3da;
}

.section--strengths__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--strengths__card-content {
  display: grid;
  grid-template-columns: minmax(72px, 23%) 1fr;
  min-height: 140px;
  padding: 18px 18px 20px 0;
}

.section--strengths__number {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 12px;

  border-right: 1px dashed #e7bda1;

  color: var(--color-accent, #ef8f5b);

  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;

  font-size: clamp(2.2rem, 7vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-variant-numeric: lining-nums;
}

.section--strengths__card-text {
  min-width: 0;
  padding-left: 18px;
}

.section--strengths__card-title {
  margin: 0 0 8px;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--strengths__card-description {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--strengths__closing {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 0 0;
  text-align: center;
}

.section--strengths__closing-title {
  margin: 0 0 12px;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.125rem, 4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--strengths__closing-text {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--strengths__decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.section--strengths__decoration--bottom {
  bottom: -4%;
  left: -26%;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 46% 54% 58% 42% / 54% 46% 54% 46%;
  background: rgba(242, 207, 173, 0.5);
  transform: rotate(18deg);
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 17:55:31 */
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__number {
  font-size: 24px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__card-description {
  font-size: 13px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__eyebrow-text {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__title {
  font-size: 28.4px !important;
}
/* === end inspector overrides === */
}
/* AI編集: 2026/7/27 10:27:10 */
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__card-text { border-left: 2px dotted var(--color-accent, #ef8f5b) !important; }
/* AI編集: 2026/7/27 10:28:36 */
.tpl-scope-manual-sec-1784698746077-eyjmg .section--strengths__number { border-right: none !important; }
}
.section--staff {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  color: var(--color-text, #1c1c1c);
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(225, 205, 181, 0.2),
      transparent 28%
    ),
    radial-gradient(
      circle at 8% 72%,
      rgba(231, 214, 193, 0.18),
      transparent 26%
    ),
    #f8f4ed;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--staff,
.section--staff *,
.section--staff *::before,
.section--staff *::after {
  box-sizing: border-box;
}

.section--staff__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

.section--staff__header {
  margin-bottom: 32px;
  text-align: center;
}

.section--staff__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.section--staff__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  flex-shrink: 0;
  background: var(--color-primary, #064d3b);
  opacity: 0.75;
}

.section--staff__eyebrow-text {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.section--staff__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(
    --font-size-heading,
    clamp(2rem, 6vw, 3rem)
  );
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: center;
  white-space: pre-line;
}

.section--staff__representative {
  display: grid;
  min-width: 0;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 18px rgba(48, 51, 44, 0.06);
}

.section--staff__representative-image {
  min-width: 0;
  overflow: hidden;
  background: #e8e3da;
}

.section--staff__representative-image img,
.section--staff__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--staff__representative-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.section--staff__role,
.section--staff__card-role {
  margin: 0;
  color: var(--color-accent, #ef8f5b);
  font-size: var(--font-size-subheading, 1rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: pre-line;
}

.section--staff__name {
  margin: 8px 0 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
  white-space: pre-line;
}

.section--staff__divider {
  width: 100%;
  margin: 18px 0;
  border-top: 2px dotted var(--color-accent, #ef8f5b);
  opacity: 0.75;
}

.section--staff__description,
.section--staff__card-description {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.section--staff__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.section--staff__card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 18px rgba(48, 51, 44, 0.06);
}

.section--staff__card-image {
  min-width: 0;
  overflow: hidden;
  background: #e8e3da;
}

.section--staff__card-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 16px 10px;
}

.section--staff__card-heading {
  min-width: 0;
}

.section--staff__card-name {
  margin: 6px 0 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(1.125rem, 2.5vw, 1.4rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--staff__decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.section--staff__decoration--top {
  top: -18%;
  right: -18%;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 52% 48% 44% 56% / 48% 52% 48% 52%;
  background: rgba(225, 205, 181, 0.28);
  transform: rotate(-14deg);
}

.section--staff__decoration--bottom {
  bottom: -7%;
  left: -22%;
  width: 54%;
  aspect-ratio: 1;
  border-radius: 46% 54% 58% 42% / 54% 46% 54% 46%;
  background: rgba(242, 207, 173, 0.42);
  transform: rotate(18deg);
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/4 15:13:06 */
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__eyebrow-text {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__title {
  font-size: 28.4px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__card-description {
  font-size: 14px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__name {
  font-size: 26.8px !important;
  margin-bottom: -8px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__card-name {
  margin-bottom: -8px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__role {
  margin-bottom: -4px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__card-role {
  margin-bottom: -4px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
.section--staff {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  color: var(--color-text, #1c1c1c);
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(225, 205, 181, 0.2),
      transparent 28%
    ),
    radial-gradient(
      circle at 8% 72%,
      rgba(231, 214, 193, 0.18),
      transparent 26%
    ),
    #f8f4ed;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--staff,
.section--staff *,
.section--staff *::before,
.section--staff *::after {
  box-sizing: border-box;
}

.section--staff__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

.section--staff__header {
  margin-bottom: 32px;
  text-align: center;
}

.section--staff__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.section--staff__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  flex-shrink: 0;
  background: var(--color-primary, #064d3b);
  opacity: 0.75;
}

.section--staff__eyebrow-text {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.section--staff__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(
    --font-size-heading,
    clamp(2rem, 6vw, 3rem)
  );
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: center;
  white-space: pre-line;
}

.section--staff__representative {
  display: grid;
  min-width: 0;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 18px rgba(48, 51, 44, 0.06);
}

.section--staff__representative-image {
  min-width: 0;
  overflow: hidden;
  background: #e8e3da;
}

.section--staff__representative-image img,
.section--staff__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--staff__representative-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.section--staff__role,
.section--staff__card-role {
  margin: 0;
  color: var(--color-accent, #ef8f5b);
  font-size: var(--font-size-subheading, 1rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: pre-line;
}

.section--staff__name {
  margin: 8px 0 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
  white-space: pre-line;
}

.section--staff__divider {
  width: 100%;
  margin: 18px 0;
  border-top: 2px dotted var(--color-accent, #ef8f5b);
  opacity: 0.75;
}

.section--staff__description,
.section--staff__card-description {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.section--staff__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.section--staff__card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 18px rgba(48, 51, 44, 0.06);
}

.section--staff__card-image {
  min-width: 0;
  overflow: hidden;
  background: #e8e3da;
}

.section--staff__card-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 16px 10px;
}

.section--staff__card-heading {
  min-width: 0;
}

.section--staff__card-name {
  margin: 6px 0 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: clamp(1.125rem, 2.5vw, 1.4rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--staff__decoration {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.section--staff__decoration--top {
  top: -18%;
  right: -18%;
  width: 46%;
  aspect-ratio: 1;
  border-radius: 52% 48% 44% 56% / 48% 52% 48% 52%;
  background: rgba(225, 205, 181, 0.28);
  transform: rotate(-14deg);
}

.section--staff__decoration--bottom {
  bottom: -7%;
  left: -22%;
  width: 54%;
  aspect-ratio: 1;
  border-radius: 46% 54% 58% 42% / 54% 46% 54% 46%;
  background: rgba(242, 207, 173, 0.42);
  transform: rotate(18deg);
}

/* === inspector overrides === */
/* 検証モードで変更：2026/8/4 15:13:06 */
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__eyebrow-text {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__title {
  font-size: 28.4px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__card-description {
  font-size: 14px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__name {
  font-size: 26.8px !important;
  margin-bottom: -8px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__card-name {
  margin-bottom: -8px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__role {
  margin-bottom: -4px !important;
}
.tpl-scope-manual-sec-1785817714468-64fga .section--staff__card-role {
  margin-bottom: -4px !important;
}
/* === end inspector overrides === */
}
.section--search {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--color-primary, #064d3b);
  background: #f8f4ee;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--search,
.section--search *,
.section--search *::before,
.section--search *::after {
  box-sizing: border-box;
}

.section--search__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

.section--search__header {
  margin-bottom: 28px;
}

.section--search__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.section--search__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
}

.section--search__eyebrow {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}

.section--search__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: left;
  white-space: pre-line;
}

.section--search__visual {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: var(--radius-image, 10px);
}

.section--search__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
}

.section--search__description {
  max-width: 720px;
  margin: 0 auto 28px;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--search__actions {
  display: grid;
  width: 100%;
  gap: 14px;
}

.section--search__card {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border: 0;
  border-radius: var(--radius-button, 10px);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(73, 48, 30, 0.1);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.section--search__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.15);
}

.section--search__card--area:hover {
  background: #04392b;
}

.section--search__card--line:hover {
  background: #d97843;
}

.section--search__card--area {
  background: var(--color-primary, #064d3b);
}

.section--search__card--line {
  background: var(--color-accent, #ef8f5b);
}

.section--search__card-copy {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.section--search__card-title,
.section--search__card-description {
  display: block;
  color: inherit;
}

.section--search__card-title {
  font-size: clamp(1.1rem, 4vw, 1.3rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.section--search__card-description {
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.section--search__card-arrow {
  flex: 0 0 auto;
  margin-left: 18px;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1;
}

.section--search__decoration {
  position: absolute;
  pointer-events: none;
}

.section--search__decoration--middle {
  right: -16%;
  bottom: 20%;
  width: 72%;
  height: 30%;
  background: #f8dcc8;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 72% 54%);
}

.section--search__decoration--bottom {
  bottom: -5%;
  left: -18%;
  width: 72%;
  height: 24%;
  background: #f5dfcc;
  clip-path: polygon(0 32%, 100% 0, 74% 100%, 0 100%);
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 16:56:33 */
.tpl-scope-manual-sec-1784698787334-87qro .section--search__title {
  text-align: center !important;
  font-size: 28.4px !important;
}
.tpl-scope-manual-sec-1784698787334-87qro .section--search__description {
  text-align: center !important;
}
.tpl-scope-manual-sec-1784698787334-87qro .section--search__eyebrow {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698787334-87qro .section--search__card-title {
  font-size: 20.8px !important;
}
.tpl-scope-manual-sec-1784698787334-87qro .section--search__card-description {
  font-size: 14.4px !important;
}
.tpl-scope-manual-sec-1784698787334-87qro .section--search__image {
  margin-top: 4px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
.section--search {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--color-primary, #064d3b);
  background: #f8f4ee;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--search,
.section--search *,
.section--search *::before,
.section--search *::after {
  box-sizing: border-box;
}

.section--search__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

.section--search__header {
  margin-bottom: 28px;
}

.section--search__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.section--search__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
}

.section--search__eyebrow {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}

.section--search__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  text-align: left;
  white-space: pre-line;
}

.section--search__visual {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: var(--radius-image, 10px);
}

.section--search__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
}

.section--search__description {
  max-width: 720px;
  margin: 0 auto 28px;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--search__actions {
  display: grid;
  width: 100%;
  gap: 14px;
}

.section--search__card {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border: 0;
  border-radius: var(--radius-button, 10px);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(73, 48, 30, 0.1);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.section--search__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.15);
}

.section--search__card--area:hover {
  background: #04392b;
}

.section--search__card--line:hover {
  background: #d97843;
}

.section--search__card--area {
  background: var(--color-primary, #064d3b);
}

.section--search__card--line {
  background: var(--color-accent, #ef8f5b);
}

.section--search__card-copy {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.section--search__card-title,
.section--search__card-description {
  display: block;
  color: inherit;
}

.section--search__card-title {
  font-size: clamp(1.1rem, 4vw, 1.3rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.section--search__card-description {
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.section--search__card-arrow {
  flex: 0 0 auto;
  margin-left: 18px;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1;
}

.section--search__decoration {
  position: absolute;
  pointer-events: none;
}

.section--search__decoration--middle {
  right: -16%;
  bottom: 20%;
  width: 72%;
  height: 30%;
  background: #f8dcc8;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 72% 54%);
}

.section--search__decoration--bottom {
  bottom: -5%;
  left: -18%;
  width: 72%;
  height: 24%;
  background: #f5dfcc;
  clip-path: polygon(0 32%, 100% 0, 74% 100%, 0 100%);
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 16:56:33 */
.tpl-scope-manual-sec-1784698787334-87qro .section--search__title {
  text-align: center !important;
  font-size: 28.4px !important;
}
.tpl-scope-manual-sec-1784698787334-87qro .section--search__description {
  text-align: center !important;
}
.tpl-scope-manual-sec-1784698787334-87qro .section--search__eyebrow {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698787334-87qro .section--search__card-title {
  font-size: 20.8px !important;
}
.tpl-scope-manual-sec-1784698787334-87qro .section--search__card-description {
  font-size: 14.4px !important;
}
.tpl-scope-manual-sec-1784698787334-87qro .section--search__image {
  margin-top: 4px !important;
}
/* === end inspector overrides === */
}
.section--steps {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--color-text, #1c1c1c);
  background: #faf7f1;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--steps,
.section--steps *,
.section--steps *::before,
.section--steps *::after {
  box-sizing: border-box;
}

.section--steps__corner {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 192px;
  aspect-ratio: 1;
  border-radius: 42% 0 58% 52%;
  background: var(--color-primary, #064d3b);
  transform: rotate(12deg);
  pointer-events: none;
}

.section--steps__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

.section--steps__header {
  text-align: center;
}

.section--steps__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  color: var(--color-primary, #064d3b);
}

.section--steps__eyebrow-text {
  margin: 0;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.section--steps__eyebrow-line {
  width: 48px;
  height: 1px;
  background: currentColor;
}

.section--steps__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  white-space: pre-line;
}

.section--steps__lead {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--steps__list {
  display: grid;
  gap: 24px;
  margin-top: 48px;
}

.section--steps__card {
  position: relative;
  min-width: 0;
  padding: 28px 16px 20px;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 6px 20px rgba(52, 45, 33, 0.05);
}

.section--steps__step-badge {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  display: flex;
  width: 72px;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--color-primary, #064d3b);
  transform: translateX(-50%);
  line-height: 1;
}

.section--steps__step-label {
  margin-bottom: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.section--steps__step-number {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.section--steps__image {
  width: 100%;
  aspect-ratio: 2.35 / 1;
  overflow: hidden;
  border-radius: var(--radius-image, 10px);
  background: #eee9df;
}

.section--steps__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--steps__card-content {
  padding: 14px 4px 0;
  text-align: center;
}

.section--steps__card-title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--steps__card-subtitle {
  margin: 4px 0 0;
  color: var(--color-primary, #064d3b);
  font-size: 0.9rem;
  line-height: 1.7;
  white-space: pre-line;
}

.section--steps__card-subtitle:empty {
  display: none;
}

.section--steps__divider {
  position: relative;
  height: 1px;
  margin: 12px 0;
  border-top: 1px dotted #d8b68e;
}

.section--steps__divider span {position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #edc397;
  transform: translate(-50%, -50%)}

.section--steps__card-text {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.02em;
  white-space: pre-line;
}

.section--steps__cta {
  max-width: 600px;
  margin: 32px auto 0;
  text-align: center;
}

.section--steps__cta-button {
  display: flex;
  width: 100%;
  min-height: 80px;
  align-items: center;
  gap: 16px;
  padding: 12px 22px;
  border-radius: var(--radius-button, 10px);
  color: #ffffff;
  background: var(--color-primary, #064d3b);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 78, 56, 0.14);

  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.section--steps__cta-button:hover {
  background: #04392b;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.section--steps__cta-arrow {
  transition: transform 0.3s ease;
}

.section--steps__cta-button:hover .section--steps__cta-arrow {
  transform: translateX(4px);
}

.section--steps__line-mark {
  position: relative;
  display: grid;
  flex: 0 0 64px;
  min-height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--color-primary, #064d3b);
  background: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
}

.section--steps__line-mark::after {
  position: absolute;
  bottom: -6px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 10px solid #ffffff;
  border-right: 6px solid transparent;
  border-left: 2px solid transparent;
  content: "";
  transform: rotate(18deg);
}

.section--steps__cta-label {
  flex: 1;
  font-size: clamp(1rem, 4vw, 1.2rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.section--steps__cta-arrow {
  flex: 0 0 auto;
  font-size: 1.8rem;
  line-height: 1;
}

.section--steps__note {
  margin: 12px 0 0;
  color: var(--color-text-muted, #5f6d68);
  font-size: 0.8rem;
  line-height: 1.7;
  white-space: pre-line;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 17:01:23 */
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__note {
  font-size: 12px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__card-text {
  font-size: 13px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__card-subtitle {
  font-size: 13px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__eyebrow-text {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__card {
  margin-top: 4px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__step-label {
  font-size: 12px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__cta-label {
  font-size: 20.2px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__title {
  font-size: 28.4px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
.section--steps {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--color-text, #1c1c1c);
  background: #faf7f1;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--steps,
.section--steps *,
.section--steps *::before,
.section--steps *::after {
  box-sizing: border-box;
}

.section--steps__corner {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 192px;
  aspect-ratio: 1;
  border-radius: 42% 0 58% 52%;
  background: var(--color-primary, #064d3b);
  transform: rotate(12deg);
  pointer-events: none;
}

.section--steps__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

.section--steps__header {
  text-align: center;
}

.section--steps__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  color: var(--color-primary, #064d3b);
}

.section--steps__eyebrow-text {
  margin: 0;
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.section--steps__eyebrow-line {
  width: 48px;
  height: 1px;
  background: currentColor;
}

.section--steps__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  white-space: pre-line;
}

.section--steps__lead {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--steps__list {
  display: grid;
  gap: 24px;
  margin-top: 48px;
}

.section--steps__card {
  position: relative;
  min-width: 0;
  padding: 28px 16px 20px;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 6px 20px rgba(52, 45, 33, 0.05);
}

.section--steps__step-badge {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 50%;
  display: flex;
  width: 72px;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--color-primary, #064d3b);
  transform: translateX(-50%);
  line-height: 1;
}

.section--steps__step-label {
  margin-bottom: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.section--steps__step-number {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.section--steps__image {
  width: 100%;
  aspect-ratio: 2.35 / 1;
  overflow: hidden;
  border-radius: var(--radius-image, 10px);
  background: #eee9df;
}

.section--steps__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--steps__card-content {
  padding: 14px 4px 0;
  text-align: center;
}

.section--steps__card-title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  white-space: pre-line;
}

.section--steps__card-subtitle {
  margin: 4px 0 0;
  color: var(--color-primary, #064d3b);
  font-size: 0.9rem;
  line-height: 1.7;
  white-space: pre-line;
}

.section--steps__card-subtitle:empty {
  display: none;
}

.section--steps__divider {
  position: relative;
  height: 1px;
  margin: 12px 0;
  border-top: 1px dotted #d8b68e;
}

.section--steps__divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #edc397;
  transform: translate(-50%, -50%);
}

.section--steps__card-text {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.02em;
  white-space: pre-line;
}

.section--steps__cta {
  max-width: 600px;
  margin: 32px auto 0;
  text-align: center;
}

.section--steps__cta-button {
  display: flex;
  width: 100%;
  min-height: 80px;
  align-items: center;
  gap: 16px;
  padding: 12px 22px;
  border-radius: var(--radius-button, 10px);
  color: #ffffff;
  background: var(--color-primary, #064d3b);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 78, 56, 0.14);

  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.section--steps__cta-button:hover {
  background: #04392b;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.section--steps__cta-arrow {
  transition: transform 0.3s ease;
}

.section--steps__cta-button:hover .section--steps__cta-arrow {
  transform: translateX(4px);
}

.section--steps__line-mark {
  position: relative;
  display: grid;
  flex: 0 0 64px;
  min-height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--color-primary, #064d3b);
  background: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
}

.section--steps__line-mark::after {
  position: absolute;
  bottom: -6px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 10px solid #ffffff;
  border-right: 6px solid transparent;
  border-left: 2px solid transparent;
  content: "";
  transform: rotate(18deg);
}

.section--steps__cta-label {
  flex: 1;
  font-size: clamp(1rem, 4vw, 1.2rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.section--steps__cta-arrow {
  flex: 0 0 auto;
  font-size: 1.8rem;
  line-height: 1;
}

.section--steps__note {
  margin: 12px 0 0;
  color: var(--color-text-muted, #5f6d68);
  font-size: 0.8rem;
  line-height: 1.7;
  white-space: pre-line;
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 17:01:23 */
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__note {
  font-size: 12px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__card-text {
  font-size: 13px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__card-subtitle {
  font-size: 13px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__eyebrow-text {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__card {
  margin-top: 4px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__step-label {
  font-size: 12px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__cta-label {
  font-size: 20.2px !important;
}
.tpl-scope-manual-sec-1784698827818-iikzt .section--steps__title {
  font-size: 28.4px !important;
}
/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/7/27 10:31:51 */
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__eyebrow-text {
  font-size: 16px !important;
}
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title {
  font-weight: 700 !important;
  font-size: 30.4px !important;
  margin-bottom: -14px !important;
  margin-top: -5px !important;
}
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-tag {
  font-size: 12px !important;
}
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-label {
  font-size: 18.6px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/7/27 10:31:51 */
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__eyebrow-text {
  font-size: 16px !important;
}
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__title {
  font-weight: 700 !important;
  font-size: 30.4px !important;
  margin-bottom: -14px !important;
  margin-top: -5px !important;
}
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__card-tag {
  font-size: 12px !important;
}
.tpl-scope-cmqj9mq8600ev0h3y4h7t1ptn .section--news__more-label {
  font-size: 18.6px !important;
}
/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 17:35:27 */
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-title {
  text-align: center !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  font-size: 17px !important;
}
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__note {
  font-size: 12px !important;
}
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__eyebrow-text {
  font-size: 16px !important;
}
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__title {
  font-weight: 700 !important;
  margin-bottom: -12px !important;
  font-size: 30.4px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 17:35:27 */
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__card-title {
  text-align: center !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  font-size: 17px !important;
}
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__note {
  font-size: 12px !important;
}
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__eyebrow-text {
  font-size: 16px !important;
}
.tpl-scope-cmrve4ypn0pi00h2h2sm0y90a .section--voice__title {
  font-weight: 700 !important;
  margin-bottom: -12px !important;
  font-size: 30.4px !important;
}
/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 17:22:34 */
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow {
  font-size: 18px !important;
}
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title {
  font-weight: 700 !important;
  font-size: 30.4px !important;
}
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
  font-size: 15.8px !important;
}
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow-row {
  margin-bottom: 16px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/7/24 17:22:34 */
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow {
  font-size: 18px !important;
}
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__title {
  font-weight: 700 !important;
  font-size: 30.4px !important;
}
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__question-text {
  font-size: 15.8px !important;
}
.tpl-scope-cmr06mdev0gom0h3xl7emstrp .section--faq__eyebrow-row {
  margin-bottom: 16px !important;
}
/* === end inspector overrides === */
}
.section--access {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--color-primary, #064d3b);
  background: var(--color-base, #fff9f1);
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--access,
.section--access *,
.section--access *::before,
.section--access *::after {
  box-sizing: border-box;
}

.section--access__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

.section--access__decoration {
  position: absolute;
  pointer-events: none;
}

.section--access__decoration--top {
  top: -80px;
  right: -64px;
  width: 62%;
  aspect-ratio: 1.7 / 1;
  border-radius: 0 0 0 100%;
  background: #f8d3b5;
  opacity: 0.75;
  transform: rotate(10deg);
}

.section--access__decoration--side {
  top: 80px;
  left: -112px;
  width: 48%;
  aspect-ratio: 1 / 1.4;
  border-radius: 50%;
  background: #f7eadc;
  opacity: 0.65;
}

.section--access__header {
  position: relative;
  text-align: center;
}

.section--access__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 20px;
  color: var(--color-primary, #064d3b);
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.section--access__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
}

.section--access__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  white-space: pre-line;
}

.section--access__lead {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  text-align: center;
  white-space: pre-line;
}

.section--access__store-layout {
  margin-top: 28px;
}

.section--access__main-visual {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-image, 10px);
}

.section--access__main-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
}

.section--access__store-card {
  min-width: 0;
  margin-top: 16px;
  padding: 20px;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(104, 77, 48, 0.05);
}

.section--access__store-heading {
  margin-bottom: 16px;
}

.section--access__store-label {
  margin: 0 0 4px;
  color: var(--color-accent, #ef8f5b);
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.section--access__store-name {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.25rem, 5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.section--access__details {
  margin: 0;
}

.section--access__detail-row {
  display: grid;
  grid-template-columns: minmax(76px, 28%) minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border, #ead9c7);
}

.section--access__detail-row:last-child {
  border-bottom: 0;
}

.section--access__detail-label {
  margin: 0;
  padding: 5px 6px;
  border-radius: 4px;
  color: #ffffff;
  background: var(--color-primary, #064d3b);
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: center;
}

.section--access__detail-value {
  min-width: 0;
  margin: 0;
  padding: 4px 0;
  overflow-wrap: anywhere;
  color: var(--color-text, #1c1c1c);
  font-size: 0.92rem;
  line-height: 1.7;
  white-space: pre-line;
}

.section--access__map {
  margin: 16px 0 0;
  overflow: hidden;
  border-radius: var(--radius-image, 10px);
}

.section--access__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9; /* もしくは 2 / 1 */
  height: auto;
  border: 0;
}

.section--access__footer-copy {
  position: relative;
  max-width: 720px;
  margin: 28px auto 0;
  text-align: center;
}

.section--access__support-text,
.section--access__consultation-text,
.section--access__consultation-note {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--access__consultation-text {
  margin-top: 8px;
  color: var(--color-primary, #064d3b);
  font-weight: 700;
}

.section--access__consultation-note {
  margin-top: 12px;
  color: var(--color-text-muted, #5f6d68);
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/27 10:32:05 */
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__support-text {
  font-size: 16px !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__store-name {
  font-size: 28px !important;
  font-weight: 700 !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__consultation-text {
  font-size: 13px !important;
  color: rgb(28, 28, 28) !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__consultation-note {
  font-size: 20px !important;
  color: rgb(6, 58, 43) !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 span {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__detail-label {
  font-weight: 500 !important;
  font-size: 14.12px !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__detail-value {
  font-size: 14px !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__title {
  font-size: 28.4px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
.section--access {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--color-primary, #064d3b);
  background: var(--color-base, #fff9f1);
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.section--access,
.section--access *,
.section--access *::before,
.section--access *::after {
  box-sizing: border-box;
}

.section--access__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page-inner, 1100px);
  margin: 0 auto;
  padding:
    var(--section-padding-block, 56px)
    var(--page-padding-inline, 20px);
}

.section--access__decoration {
  position: absolute;
  pointer-events: none;
}

.section--access__decoration--top {
  top: -80px;
  right: -64px;
  width: 62%;
  aspect-ratio: 1.7 / 1;
  border-radius: 0 0 0 100%;
  background: #f8d3b5;
  opacity: 0.75;
  transform: rotate(10deg);
}

.section--access__decoration--side {
  top: 80px;
  left: -112px;
  width: 48%;
  aspect-ratio: 1 / 1.4;
  border-radius: 50%;
  background: #f7eadc;
  opacity: 0.65;
}

.section--access__header {
  position: relative;
  text-align: center;
}

.section--access__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 20px;
  color: var(--color-primary, #064d3b);
  font-size: var(--font-size-subheading, 1rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.section--access__eyebrow-line {
  display: block;
  width: 48px;
  height: 1px;
  background: currentColor;
}

.section--access__title {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-family: var(--font-heading, "Noto Serif JP", serif);
  font-size: var(--font-size-heading, clamp(2rem, 6vw, 3rem));
  line-height: var(--line-height-heading, 1.5);
  letter-spacing: 0.06em;
  white-space: pre-line;
}

.section--access__lead {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  text-align: center;
  white-space: pre-line;
}

.section--access__store-layout {
  margin-top: 28px;
}

.section--access__main-visual {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-image, 10px);
}

.section--access__main-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
}

.section--access__store-card {
  min-width: 0;
  margin-top: 16px;
  padding: 20px;
  border-radius: var(--radius-card, 10px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(104, 77, 48, 0.05);
}

.section--access__store-heading {
  margin-bottom: 16px;
}

.section--access__store-label {
  margin: 0 0 4px;
  color: var(--color-accent, #ef8f5b);
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.section--access__store-name {
  margin: 0;
  color: var(--color-primary, #064d3b);
  font-size: clamp(1.25rem, 5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.section--access__details {
  margin: 0;
}

.section--access__detail-row {
  display: grid;
  grid-template-columns: minmax(76px, 28%) minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border, #ead9c7);
}

.section--access__detail-row:last-child {
  border-bottom: 0;
}

.section--access__detail-label {
  margin: 0;
  padding: 5px 6px;
  border-radius: 4px;
  color: #ffffff;
  background: var(--color-primary, #064d3b);
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: center;
}

.section--access__detail-value {
  min-width: 0;
  margin: 0;
  padding: 4px 0;
  overflow-wrap: anywhere;
  color: var(--color-text, #1c1c1c);
  font-size: 0.92rem;
  line-height: 1.7;
  white-space: pre-line;
}

.section--access__map {
  margin: 16px 0 0;
  overflow: hidden;
  border-radius: var(--radius-image, 10px);
}

.section--access__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9; /* もしくは 2 / 1 */
  height: auto;
  border: 0;
}

.section--access__footer-copy {
  position: relative;
  max-width: 720px;
  margin: 28px auto 0;
  text-align: center;
}

.section--access__support-text,
.section--access__consultation-text,
.section--access__consultation-note {
  margin: 0;
  color: var(--color-text, #1c1c1c);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.8);
  letter-spacing: 0.03em;
  white-space: pre-line;
}

.section--access__consultation-text {
  margin-top: 8px;
  color: var(--color-primary, #064d3b);
  font-weight: 700;
}

.section--access__consultation-note {
  margin-top: 12px;
  color: var(--color-text-muted, #5f6d68);
}

/* === inspector overrides === */
/* 検証モードで変更：2026/7/27 10:32:05 */
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__support-text {
  font-size: 16px !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__store-name {
  font-size: 28px !important;
  font-weight: 700 !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__consultation-text {
  font-size: 13px !important;
  color: rgb(28, 28, 28) !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__consultation-note {
  font-size: 20px !important;
  color: rgb(6, 58, 43) !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 span {
  font-size: 18px !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__detail-label {
  font-weight: 500 !important;
  font-size: 14.12px !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__detail-value {
  font-size: 14px !important;
}
.tpl-scope-manual-sec-1784698868215-yb7m9 .section--access__title {
  font-size: 28.4px !important;
}
/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/7/22 17:27:55 */
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-link {
  color: #122F21 !important;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-txt {
  color: #122F21 !important;
  font-weight: 700 !important;
}
.tpl-scope-sidepart-left-menu-mobile img {
  width: 100% !important;
  height: auto !important;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-image {
  width: 200px !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/7/22 17:27:55 */
.tpl-scope-sidepart-left-menu-mobile .left-menu-btn-link {
  color: #122F21 !important;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-txt {
  color: #122F21 !important;
  font-weight: 700 !important;
}
.tpl-scope-sidepart-left-menu-mobile img {
  width: 100% !important;
  height: auto !important;
}
.tpl-scope-sidepart-left-menu-mobile .left-menu-image {
  width: 200px !important;
}
/* === end inspector overrides === */
}
/* === inspector overrides === */
/* 検証モードで変更：2026/7/27 10:32:09 */
.tpl-scope-cta-footer-mobile .footer {
  background-color: rgb(6, 58, 43) !important;
}
.tpl-scope-cta-footer-mobile .cta__title {
  font-size: 30.4px !important;
  color: rgb(4, 57, 43) !important;
}
.tpl-scope-cta-footer-mobile .cta__lead {
  color: rgb(28, 28, 28) !important;
}
/* === end inspector overrides === */
@media (max-width: 768px) {
/* === inspector overrides === */
/* 検証モードで変更：2026/7/27 10:32:09 */
.tpl-scope-cta-footer-mobile .footer {
  background-color: rgb(6, 58, 43) !important;
}
.tpl-scope-cta-footer-mobile .cta__title {
  font-size: 30.4px !important;
  color: rgb(4, 57, 43) !important;
}
.tpl-scope-cta-footer-mobile .cta__lead {
  color: rgb(28, 28, 28) !important;
}
/* === end inspector overrides === */
}
* {box-sizing: border-box}

:root {
  --page-inner: 1100px;
  --page-padding-inline: 20px;
  --page-padding-inline-wide: 30px;

  --section-padding-block: 56px;
  --section-padding-block-wide: 56px;

  --color-primary: #063a2b;
  --color-secondary: #ffffff;
  --color-accent: #ef8f5b;
  --color-base: #fff9f1;
  --color-surface: #ffffff;
  --color-text: #1c1c1c;
  --color-text-muted: #5f6d68;
  --color-border: #ead9c7;

  --font-heading: "Noto Serif JP", serif;
  --font-body: "Noto Sans JP", sans-serif;

  --font-size-heading: 28px;
  --font-size-subheading: clamp(0.875rem, 2.5vw, 1rem);
  --font-size-body: 1rem;

  --line-height-heading: 1.5;
  --line-height-body: 1.8;

  --radius-card: 10px;
  --radius-image: 10px;
  --radius-button: 10px;

  --breakpoint-tablet: 768px;
}
.right-menu:not(.is-open) .right-menu-link { color: #122F21 !important; }
.right-menu:not(.is-open) .right-menu-link-arrow { background-color: #122F21 !important; }
.right-menu:not(.is-open) .right-menu-link-arrow::after { border-left-color: #ffffff !important; }
.right-menu.is-open .right-menu-link { color: #122F21 !important; }
.right-menu.is-open .right-menu-link-arrow { background-color: #122F21 !important; }
.right-menu.is-open .right-menu-link-arrow::after { border-left-color: #ffffff !important; }
body.lpc-pc-mobile-mode { --lpc-mobile-drawer-bg: rgba(250, 248, 245, 0.8) !important; }
.right-menu.is-open { background-color: rgba(250, 248, 245, 0.8) !important; }
.lpc-fixed-footer__item--tel { background-color: #d32d25|.lpc-fixed-footer__item--tel|background-color !important; }
.lpc-fixed-footer__item--mail { background-color: #434343|.lpc-fixed-footer__item--mail|background-color !important; }

:root {
  --lp-primary: #3B82F6;
  --lp-primary-dark: #1b6bef;
  --lp-primary-light: #5792f3;
  --lp-primary-50: #f4f6f9;
  --lp-primary-100: #e7edf6;
  --lp-primary-200: #cedcf2;
  --lp-primary-300: #acc6ef;
  --lp-primary-400: #83acef;
  --lp-primary-500: #5792f3;
  --lp-primary-600: #3B82F6;
  --lp-primary-700: #1b6bef;
  --lp-primary-800: #1659c6;
  --lp-primary-900: #1a4997;
  --lp-accent: #3B82F6;
  --lp-accent-dark: #1b6bef;
  --lp-accent-light: #5792f3;
  --lp-accent-50: #f4f6f9;
  --lp-accent-100: #e7edf6;
  --lp-accent-200: #cedcf2;
  --lp-accent-500: #5792f3;
  --lp-accent-600: #3B82F6;
  --lp-accent-700: #1b6bef;
  --lp-base: #ffffff;
  --lp-base-dark: #f8fafc;
  --lp-base-100: #f1f5f9;
  --lp-base-200: #e2e8f0;
  --lp-base-500: #64748b;
}
/* 背景色 */
.bg-indigo-50{background-color:#f4f6f9!important}
.bg-indigo-100{background-color:#e7edf6!important}
.bg-indigo-200{background-color:#cedcf2!important}
.bg-indigo-300{background-color:#acc6ef!important}
.bg-indigo-400{background-color:#83acef!important}
.bg-indigo-500{background-color:#5792f3!important}
.bg-indigo-600{background-color:#3B82F6!important}
.bg-indigo-700{background-color:#1b6bef!important}
.bg-indigo-800{background-color:#1659c6!important}
.bg-indigo-900{background-color:#1a4997!important}
/* テキスト色 */
.text-indigo-50{color:#f4f6f9!important}
.text-indigo-100{color:#e7edf6!important}
.text-indigo-200{color:#cedcf2!important}
.text-indigo-300{color:#acc6ef!important}
.text-indigo-400{color:#83acef!important}
.text-indigo-500{color:#5792f3!important}
.text-indigo-600{color:#3B82F6!important}
.text-indigo-700{color:#1b6bef!important}
/* ボーダー色 */
.border-indigo-100{border-color:#e7edf6!important}
.border-indigo-200{border-color:#cedcf2!important}
.border-indigo-500{border-color:#5792f3!important}
.border-indigo-600{border-color:#3B82F6!important}
/* ホバー */
.hover\:bg-indigo-600:hover{background-color:#3B82F6!important}
.hover\:bg-indigo-700:hover{background-color:#1b6bef!important}
.hover\:text-indigo-500:hover{color:#5792f3!important}
.hover\:text-indigo-600:hover{color:#3B82F6!important}
.hover\:border-indigo-100:hover{border-color:#e7edf6!important}
.hover\:border-indigo-200:hover{border-color:#cedcf2!important}
.group:hover .group-hover\:text-indigo-600{color:#3B82F6!important}
/* グラデーション from */
.from-indigo-50{--tw-gradient-from:#f4f6f9!important}
.from-indigo-100{--tw-gradient-from:#e7edf6!important}
.from-indigo-200{--tw-gradient-from:#cedcf2!important}
.from-indigo-300{--tw-gradient-from:#acc6ef!important}
.from-indigo-400{--tw-gradient-from:#83acef!important}
.from-indigo-900\/20{--tw-gradient-from:rgba(26,73,151,0.2)!important}
/* グラデーション to/via (purple→プライマリー系) */
.to-purple-50{--tw-gradient-to:#f4f5f9!important}
.to-purple-100{--tw-gradient-to:#e7e9f6!important}
.to-purple-200{--tw-gradient-to:#ced3f2!important}
.to-purple-400{--tw-gradient-to:#8391ef!important}
.to-purple-500{--tw-gradient-to:#576bf3!important}
.to-purple-900\/20{--tw-gradient-to:rgba(26,73,151,0.2)!important}
.via-purple-200{--tw-gradient-via:#ced3f2!important}
.via-purple-50{--tw-gradient-via:#f4f5f9!important}
.to-pink-100{--tw-gradient-to:#e9e7f6!important}
.to-pink-200{--tw-gradient-to:#d2cef2!important}
