:root {
  --color-main: #00C670;
  /* リーフグリーン */
  --color-main-hover: #00a85f;
  --color-text: #151515;
  --color-base: #FFFFFF;
  --color-accent: #FF8F00;
  /* 温かみのあるオレンジ（CTA用・元の黒から変更） */
  --color-bg-light: #EAFAF2;
  /* 薄緑背景 */
  --color-gray-border: #e0e0e0;

  --font-family-base: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

  --container-width: 1280px;
  /* DESIGNmd準拠、広めでゆったりとした幅 */
}

/* Reset & Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-base);
  color: var(--color-text);
  background-color: var(--color-base);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--color-main);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--color-text);
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

/* Layout Utilities */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* Components: Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
  border: none;
  line-height: 1.2;
}

.btn-primary {
  background-color: var(--color-accent);
  color: #fff;
  box-shadow: 0 4px 6px rgba(255, 143, 0, 0.2);
}

.btn-primary:hover {
  background-color: #e68100;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(255, 143, 0, 0.3);
}

.btn-main {
  background-color: var(--color-main);
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 198, 112, 0.2);
}

.btn-main:hover {
  background-color: var(--color-main-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 198, 112, 0.3);
}

.icon-line {
  --icon-size: 1em;
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  background-color: currentColor;
  flex: 0 0 auto;
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  mask: var(--icon-url) center / contain no-repeat;
}

.icon-phone {
  --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M22%2016.92v3a2%202%200%200%201-2.18%202%2019.79%2019.79%200%200%201-8.63-3.07%2019.5%2019.5%200%200%201-6-6A19.79%2019.79%200%200%201%202.12%204.18%202%202%200%200%201%204.11%202h3a2%202%200%200%201%202%201.72c.12.9.32%201.77.59%202.63a2%202%200%200%201-.45%202.11L8.09%209.91a16%2016%200%200%200%206%206l1.45-1.25a2%202%200%200%201%202.11-.45c.86.27%201.73.47%202.63.59A2%202%200%200%201%2022%2016.92z'/%3E%3C/svg%3E");
}

.icon-mail {
  --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20width='20'%20height='16'%20x='2'%20y='4'%20rx='2'/%3E%3Cpath%20d='m22%207-8.97%205.7a1.94%201.94%200%200%201-2.06%200L2%207'/%3E%3C/svg%3E");
}

.icon-chat {
  --icon-url: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M7.9%2020A9%209%200%201%200%204%2016.1L2%2022Z'/%3E%3C/svg%3E");
}

/* Header */
.site-header {
  background-color: var(--color-base);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}

.header-bottom {
  border-top: 1px solid var(--color-gray-border);
}

.header-logo a {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ロゴ画像の設定（トリミングを解除して全体表示） */
.header-logo img,
.footer-logo img {
  height: 48px;
  /* 適切な高さに調整 */
  width: auto;
  flex-shrink: 0;
}

.header-logo-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.logo-text-main {
  font-size: 20px;
  /* 文字サイズを少し大きく */
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.logo-text-sub {
  display: inline-flex;
  align-items: center;
  background: #007a45;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  padding: 4px 12px;
  letter-spacing: 0;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-logo-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  width: 100%;
}

.header-nav li {
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.header-nav a {
  color: var(--color-text);
  font-weight: 700;
  font-size: 15px;
  transition: color 0.2s ease;
  display: block;
  width: 100%;
}

.header-nav a:hover {
  color: var(--color-main);
}

/* プレースホルダーを含む右上エリア */
.header-top-right {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
}

.header-contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.3;
}

.header-tel-label {
  font-size: 11px;
  color: #444;
  font-weight: 700;
}

.header-tel-number {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 900;
  color: var(--color-accent);
  font-family: 'Outfit', sans-serif;
}

.header-tel-number .icon-line {
  --icon-size: 19px;
}

.header-tel-number a {
  color: inherit;
  text-decoration: none;
}

.header-tel-number a:hover {
  text-decoration: underline;
}

.header-tel-time {
  font-size: 10px;
  color: #444;
}

.header-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--color-accent);
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: 24px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(255, 143, 0, 0.22);
  transition: all 0.3s ease;
}

.header-cta-btn:hover {
  background-color: #f27f00;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 143, 0, 0.32);
}

.header-cta-btn .icon-line {
  --icon-size: 18px;
}

.header-nav a.nav-contact-link {
  background-color: var(--color-main);
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  padding: 6px 0;
  width: 90%;
  margin: 0 auto;
}

.header-nav a.nav-contact-link:hover {
  background-color: #144718;
  color: #fff;
}

/* アクティブなナビゲーション項目のハイライト */
.header-nav a.active:not(.nav-contact-link) {
  color: var(--color-main) !important;
  position: relative;
}

.header-nav a.active:not(.nav-contact-link)::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background-color: var(--color-main);
  border-radius: 2px;
}

/* デスクトップ用CTAとの重複回避 */
@media (min-width: 993px) {
  .desktop-hide {
    display: none !important;
  }
}

.header-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 8px;
  color: var(--color-text);
}

@media (max-width: 992px) {
  .desktop-hide {
    display: block !important;
  }

  .container {
    padding: 0 18px;
  }

  .header-bottom {
    display: none;
  }

  .header-bottom.active {
    display: block !important;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 999;
    border-top: 1px solid #f0f0f0;
  }

  .header-nav ul {
    flex-direction: column;
    height: auto;
    padding: 16px 0;
  }

  .header-nav li {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .header-nav li:last-child {
    border-bottom: none;
  }

  .header-nav a {
    font-size: 16px;
    padding: 4px 0;
  }

  .header-nav a.active:not(.nav-contact-link)::after {
    bottom: -2px;
    width: 16px;
  }

  .header-top-right {
    display: none;
  }

  .header-toggle {
    display: block;
    flex: 0 0 auto;
    font-size: 26px;
    padding: 6px;
  }

  .header-top-inner {
    height: 64px;
  }

  .header-logo a {
    gap: 8px;
    min-width: 0;
  }

  .header-logo img {
    width: 96px;
    height: auto;
  }

  .header-logo-text {
    flex-direction: column;
    gap: 0;
    align-items: flex-end;
    min-width: 0;
  }

  .logo-text-main {
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .logo-text-sub {
    font-size: 12px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    background: #007a45;
    color: #fff;
    border-radius: 999px;
    padding: 2px 9px;
    margin-top: 4px;
    letter-spacing: 0;
  }

  .footer-logo {
    align-items: center;
    gap: 8px;
  }

  .footer-logo img {
    width: 88px;
    height: auto;
  }

  .footer-logo-text {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .footer-logo .logo-text-main,
  .footer-logo .logo-text-sub {
    line-height: 1;
  }

  .footer-logo .logo-text-sub {
    align-self: center;
    margin-top: 0;
    padding: 3px 9px;
  }
}

/* Footer */
.site-footer {
  background-color: var(--color-bg-light);
  padding: 64px 0 32px;
  margin-top: 0;
  border-top: 4px solid var(--color-main);
}

.footer-contact-form {
  background-color: var(--color-base);
  padding: 48px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-bottom: 48px;
}

.footer-contact-form h2 {
  font-size: 28px;
  margin-bottom: 16px;
  color: var(--color-main);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 48px;
}

.footer-info {
  min-width: 0;
}

.footer-info h3,
.footer-area h3,
.footer-store h3 {
  font-size: 18px;
  margin-bottom: 16px;
  color: var(--color-main);
}

.footer-description {
  color: #444;
  font-size: 14px;
  line-height: 1.8;
  margin: 14px 0 0;
}

.footer-description strong {
  color: #444;
  font-size: inherit;
}

.footer-area-note {
  color: #444;
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0 0;
}

.footer-store {
  min-width: 0;
  background: #fff;
  border: 1px solid #dceee4;
  border-radius: 16px;
  padding: 24px 24px 22px;
  box-shadow: 0 8px 24px rgba(0, 122, 69, 0.05);
}

.footer-store-list {
  margin: 0;
}

.footer-store-list > div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: start;
}

.footer-store-list > div + div {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #edf5f0;
}

.footer-store-list dt {
  color: #007a45;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.footer-store-list dd {
  color: #444;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.footer-store-list a {
  color: inherit;
  text-decoration: none;
}

.footer-store-list a:hover {
  text-decoration: underline;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: var(--color-text);
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copyright {
  text-align: center;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #d0e8dd;
  font-size: 14px;
  color: #444;
}

/* SP追従CTAバー */
.sp-cta-bar {
  display: none;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-store {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .footer-store-list > div {
    grid-template-columns: 64px 1fr;
    gap: 10px;
  }

  .sp-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: var(--color-base);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  }

  .sp-cta-bar .btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 4px;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sp-cta-bar .btn:last-child {
    border-right: none;
  }

  .sp-cta-bar .btn > span {
    font-size: 11px;
    font-weight: normal;
    display: block;
    margin-bottom: 4px;
  }

  .sp-cta-bar .btn strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1.2;
  }

  .sp-cta-bar .icon-line {
    --icon-size: 19px;
    color: #fff;
  }

  .btn-sp-tel {
    background-color: var(--color-accent);
    color: #fff;
  }

  .btn-sp-tel:hover {
    background-color: #e68100;
    color: #fff;
  }

  .btn-sp-line {
    background-color: var(--color-main);
    color: #fff;
  }

  .btn-sp-line:hover {
    background-color: var(--color-main-hover);
    color: #fff;
  }

  /* フッターがCTAバーに隠れないよう余白を追加 */
  body {
    padding-bottom: 70px;
  }
}

/* プレースホルダー */
.img-placeholder,
.form-placeholder {
  border: 2px dashed #ccc;
  background: #f5f5f5;
  padding: 2rem;
  text-align: center;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.img-placeholder {
  aspect-ratio: 4 / 3;
}

/* =========================================
   Top Page - Hero Section
   ========================================= */
.hero-section {
  background-color: var(--color-bg-light);
  /* 薄緑背景で清潔感を演出 */
  padding: 60px 0 80px;
  overflow: hidden;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.hero-content {
  flex: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
}

.hero-image {
  flex: 1;
  max-width: 50%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 198, 112, 0.15);
  /* リーフグリーンのやさしい影 */
  position: relative;
}

.hero-image picture,
.hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-catchphrase {
  order: 1;
  margin-bottom: 32px;
}

.hero-check-list {
  order: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 30px;
}

.hero-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #17442f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.hero-check-list li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.hero-btn {
  order: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--color-accent);
  box-shadow: 0 8px 22px rgba(255, 143, 0, 0.24);
}

.hero-btn:hover {
  background-color: #f27f00;
  box-shadow: 0 10px 26px rgba(255, 143, 0, 0.34);
}

.hero-btn .icon-line {
  --icon-size: 24px;
}

.hero-action {
  order: 4;
}

.catch-top {
  display: block;
  font-size: 22px;
  color: #007a45;
  /* 枠なしで読みやすいように、濃く落ち着いた緑に */
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.catch-main {
  display: block;
  font-size: 40px;
  line-height: 1.4;
  color: var(--color-text);
  font-weight: 700;
}

.hero-lead {
  order: 2;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-lead mark {
  background: transparent;
  color: var(--color-text);
  padding: 0;
}

.btn-lg {
  padding: 20px 48px;
  font-size: 20px;
  border-radius: 40px;
  /* 丸みを持たせて親しみやすく */
}

@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    /* スマホではテキストを上に、画像を下に */
    gap: 18px;
  }

  .hero-image {
    max-width: 100%;
    order: -1;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 198, 112, 0.16);
  }

  .hero-content {
    max-width: 100%;
  }

  .catch-main {
    font-size: 32px;
  }

  .hero-section {
    padding: 22px 0 30px;
  }

  .hero-action {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background:
      linear-gradient(180deg, rgba(234, 250, 242, 0.96) 0%, rgba(234, 250, 242, 1) 100%);
    padding: 14px 0 24px;
  }

  .hero-container {
    display: block;
    position: relative;
  }

  .hero-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    margin: 0;
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(0, 122, 69, 0.18);
  }

  .hero-image picture,
  .hero-image img {
    width: 100%;
    height: 100%;
  }

  .hero-image picture {
    display: block;
  }

  .hero-image img {
    object-fit: cover;
  }

  .hero-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 48, 30, 0.84) 100%);
    pointer-events: none;
  }

  .hero-content {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 28px;
    z-index: 3;
    display: block;
    max-width: none;
    color: #fff;
  }

  .hero-catchphrase {
    margin-bottom: 0;
  }

  .hero-check-list {
    gap: 8px;
    margin-bottom: 14px;
  }

  .hero-check-list li {
    width: fit-content;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    padding: 6px 11px 6px 8px;
    color: #17442f;
    font-size: 13px;
    line-height: 1.35;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
  }

  .hero-check-list li::before {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
    font-size: 12px;
  }

  .catch-main {
    color: #fff;
    font-size: 31px;
    line-height: 1.36;
    letter-spacing: 0;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.36);
  }

  .hero-lead {
    display: none;
  }

}

@media (max-width: 390px) {
  .container {
    padding: 0 16px;
  }

  .header-logo img {
    width: 88px;
  }

  .logo-text-main {
    font-size: 13px;
  }

  .catch-main {
    font-size: 29px;
  }
}

/* =========================================
   Top Page - Trouble Section
   ========================================= */
.trouble-section {
  padding: 80px 0;
  background-color: var(--color-base);
}

.section-header {
  margin-bottom: 48px;
}

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

.section-title {
  font-size: 40px;
  /* 見出しを大きくしてメリハリをつける */
  color: var(--color-text);
  font-weight: 900;
  /* より太く */
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.section-title span {
  color: var(--color-main);
}

.section-title .title-line {
  display: inline;
}

.reason-section-title .title-line,
.price-section-title .title-line,
.step-section-title .title-line,
.voice-section-title .title-line {
  display: block;
}

.reason-section-title .title-line:last-child,
.price-section-title .title-line:last-child,
.step-section-title .title-line:last-child,
.voice-section-title .title-line:last-child {
  color: var(--color-main);
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: var(--color-main);
  border-radius: 2px;
}

.trouble-content {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 60px;
  background-color: #f9f9f9;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.trouble-image {
  flex: 0 0 40%;
  border-radius: 16px;
  overflow: hidden;
}

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

.trouble-list-wrapper {
  flex: 1;
}

.trouble-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* 文字が大きくなる分、余白も広めに */
}

.trouble-list li {
  position: relative;
  padding-left: 48px;
  font-size: 22px;
  /* 高齢者のご家族向けに大きく読みやすく */
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.7;
}

/* チェックマークアイコン */
.trouble-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 4px;
  color: #fff;
  background-color: #ff5252;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.trouble-bridge {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 28px 0 22px;
}

.trouble-bridge::before,
.trouble-bridge::after {
  content: '';
  position: absolute;
  top: 50%;
  width: min(280px, 28%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 198, 112, 0.5));
}

.trouble-bridge::before {
  right: calc(50% + 82px);
}

.trouble-bridge::after {
  left: calc(50% + 82px);
  transform: rotate(180deg);
}

.trouble-bridge span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 8px 22px;
  border-radius: 999px;
  background: var(--color-main);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 18px rgba(0, 198, 112, 0.22);
}

.trouble-bridge span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 18px solid var(--color-main);
}

.trouble-solution {
  text-align: center;
  background: transparent;
  padding: 22px 0 0;
  border-radius: 0;
  border-left: none;
  box-shadow: none;
}

.trouble-solution p {
  font-weight: 700;
  color: var(--color-text);
  margin: 0;
  line-height: 1.65;
}

.solution-kicker {
  display: block;
  font-size: 22px;
  color: #17442f;
  margin-bottom: 2px;
}

.solution-main {
  display: inline;
  font-size: 34px;
  color: #d32f2f;
  line-height: 1.45;
  background: linear-gradient(transparent 58%, #ffe066 58%);
  padding: 0 4px;
}

.solution-closing {
  display: block;
  font-size: 21px;
  color: var(--color-text);
  margin-top: 6px;
}

.sp-only {
  display: none;
}

@media (max-width: 992px) {
  .trouble-section {
    padding: 56px 0;
  }

  .trouble-section .section-header {
    margin-bottom: 28px;
  }

  .section-title .title-line {
    display: block;
  }

  .trouble-title {
    line-height: 1.35;
  }

  .trouble-title .title-line:first-child {
    color: var(--color-text);
  }

  .trouble-title .title-line:last-child {
    color: var(--color-main);
  }

  .trouble-content {
    flex-direction: column;
    padding: 0;
    gap: 0;
    margin-bottom: 24px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .trouble-image {
    display: none;
  }

  .trouble-list {
    gap: 12px;
  }

  .trouble-list li {
    background: #fff;
    border: 1px solid rgba(0, 198, 112, 0.14);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 122, 69, 0.06);
    font-size: 16px;
    line-height: 1.65;
    padding: 14px 14px 14px 46px;
  }

  .trouble-list li::before {
    left: 14px;
    top: 18px;
    width: 22px;
    height: 22px;
    background: #ff8f00;
    font-size: 13px;
  }

  .trouble-solution {
    text-align: center;
    padding: 16px 0 0;
  }

  .trouble-bridge {
    margin: 18px 0 18px;
  }

  .trouble-bridge::before,
  .trouble-bridge::after {
    width: 20%;
  }

  .trouble-bridge::before {
    right: calc(50% + 70px);
  }

  .trouble-bridge::after {
    left: calc(50% + 70px);
  }

  .trouble-bridge span {
    min-width: 112px;
    padding: 6px 16px;
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .trouble-bridge span::after {
    bottom: -13px;
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 14px;
  }

  .trouble-solution p {
    line-height: 1.7;
  }

  .solution-kicker {
    font-size: 17px;
    margin-bottom: 0;
  }

  .solution-main {
    display: inline;
    font-size: 22px;
    line-height: 1.55;
    padding: 0 3px;
  }

  .solution-closing {
    font-size: 19px;
    margin-top: 5px;
  }

  .sp-only {
    display: block;
  }

  .section-title {
    font-size: 28px;
    /* スマホでも十分な大きさに */
  }
}

/* =========================================
   Top Page - Reason Section
   ========================================= */
.reason-section {
  padding: 80px 0;
}

.bg-light-green {
  background-color: var(--color-bg-light);
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.reason-card {
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0, 198, 112, 0.08);
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 198, 112, 0.1);
}

.reason-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #edf8f2;
  position: relative;
}

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

.reason-number {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 44px;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--color-main);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.reason-content {
  padding: 22px 22px 26px;
}

.reason-title {
  font-size: 21px;
  color: var(--color-text);
  margin-bottom: 14px;
  line-height: 1.55;
  border-bottom: none;
  padding-bottom: 0;
}

.reason-title strong {
  color: #d32f2f;
  /* 赤系の文字色で強調 */
  font-size: 1.15em;
  /* 周りより大きく */
  background: linear-gradient(transparent 60%, #ffe066 60%);
  /* 黄色マーカーでバッチリ目立つように */
  padding: 0 4px;
}

.reason-text {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  margin: 0;
}

.reason-text strong {
  font-size: 1.08em;
  color: #d32f2f;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #ffe066 70%);
}

@media (max-width: 992px) {
  .reason-list {
    grid-template-columns: 1fr;
    max-width: 640px;
  }
}

@media (max-width: 768px) {
  .reason-section {
    padding: 56px 0;
  }

  .reason-section .section-header {
    margin-bottom: 28px;
  }

  .reason-list {
    gap: 18px;
  }

  .reason-card {
    border-radius: 16px;
  }

  .reason-content {
    padding: 18px 18px 22px;
  }

  .reason-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .reason-text {
    font-size: 16px;
    line-height: 1.7;
  }
}

/* =========================================
   Top Page - Voice Section
   ========================================= */
.voice-section {
  padding: 80px 0;
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
}

.voice-item {
  display: flex;
}

.voice-card {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 28px 24px 30px;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 122, 69, 0.07);
  border: 1px solid rgba(0, 198, 112, 0.14);
  overflow: hidden;
}

.voice-card::before {
  content: '“';
  position: absolute;
  top: -18px;
  right: 18px;
  color: rgba(0, 198, 112, 0.12);
  font-family: Georgia, serif;
  font-size: 96px;
  line-height: 1;
}

.voice-meta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: #eafaf2;
  color: #007a45;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.voice-title {
  font-size: 20px;
  color: var(--color-text);
  font-weight: 700;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1.55;
}

.voice-text {
  font-size: 16px;
  line-height: 1.85;
  color: #444;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .voice-section {
    padding: 76px 0;
  }

  .voice-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 920px;
  }

  .voice-item {
    display: block;
  }

  .voice-card {
    display: block;
    border-radius: 16px;
    border: 1px solid rgba(0, 198, 112, 0.14);
    border-left: 6px solid var(--color-main);
    box-shadow: 0 8px 24px rgba(0, 122, 69, 0.05);
    background: #fff;
    padding: 26px 32px 28px;
  }

  .voice-card::before {
    top: 8px;
    right: 20px;
    font-size: 72px;
  }

  .voice-meta {
    justify-content: flex-start;
    width: fit-content;
    margin: 0 0 12px;
    padding: 6px 13px;
    background: #eafaf2;
    border: none;
    font-size: 14px;
  }

  .voice-title {
    font-size: 21px;
    margin-bottom: 8px;
  }

  .voice-text {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* =========================================
   Top Page - Price Section
   ========================================= */
.price-section {
  padding: 72px 0 44px;
  background-color: #fffcf2;
  color: var(--color-text);
}

.price-box {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  border: none;
  padding: 56px 48px;
  box-shadow: 0 10px 40px rgba(0, 198, 112, 0.08);
  /* 影は緑系で爽やかに */
  color: var(--color-text);
  position: relative;
}

/* 上部にアクセントラインを入れて引き締める */
.price-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffe066;
  /* 明るい黄色一色 */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.price-lead {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 14px;
}

.price-lead-marker {
  display: inline;
  font-weight: 700;
  color: #d32f2f;
  background: linear-gradient(transparent 62%, #ffe066 62%);
  padding: 0 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.price-lead strong {
  color: #d32f2f;
  background: linear-gradient(transparent 68%, #ffe066 68%);
  padding: 0 3px;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 24px 32px;
  border-radius: 12px;
  border: 2px solid #f0f0f0;
  transition: all 0.3s ease;
}

.price-list li:hover {
  border-color: #ffe066;
  background-color: #fffcf2;
}

.price-rate {
  font-size: 20px;
  font-weight: 700;
  color: #007a45;
  /* リーフグリーン */
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-rate::before {
  content: '✓';
  color: #fff;
  background-color: var(--color-main);
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
}

.price-amount {
  font-size: 24px;
  color: var(--color-text);
  font-weight: 700;
}

.price-amount strong {
  font-size: 40px;
  color: #ff5252;
  margin: 0 4px;
}

.price-amount small {
  font-size: 16px;
  color: #444;
  font-weight: normal;
}

.price-note-text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin: 0 0 34px;
  text-align: left;
}

/* =========================================
   Top Page - Step Section
   ========================================= */
.step-section {
  padding: 36px 0 80px;
  background-color: #fffcf2;
}

.step-container {
  display: flex;
  gap: 48px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: stretch;
}

.step-image-wrap {
  flex: 0 0 45%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.step-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  position: absolute;
  top: 0;
  left: 0;
}

.step-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-item {
  display: flex;
  background-color: #fff;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  align-items: flex-start;
  gap: 20px;
  border-left: none;
  border: 1px solid rgba(0, 198, 112, 0.14);
  position: relative;
}

.step-number {
  background-color: var(--color-main);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(0, 198, 112, 0.22);
}

.step-content {
  flex: 1;
}

.step-title {
  font-size: 20px;
  color: var(--color-text);
  font-weight: 700;
  margin-bottom: 8px;
}

.step-text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.step-text strong {
  color: #d32f2f;
  background: linear-gradient(transparent 70%, #ffe066 70%);
}

/* =========================================
   Top Page - Greeting Section
   ========================================= */
.greeting-section {
  padding: 80px 0 40px;
  /* バナーへと繋げるため下部余白を調整 */
  background-color: var(--color-base);
  /* 白背景 */
  position: relative;
  overflow: hidden;
}

/* 引用符の装飾マーク */
.greeting-section::before {
  content: '“';
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 160px;
  color: rgba(0, 198, 112, 0.05);
  /* ブランドカラーの極薄い色 */
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}

.greeting-content {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.greeting-header {
  text-align: center;
  margin-bottom: 48px;
}

.greeting-label {
  display: inline-block;
  color: var(--color-main);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid var(--color-main);
  padding-bottom: 4px;
}

.greeting-title {
  font-size: 34px;
  color: var(--color-text);
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
}

.greeting-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 42px;
  align-items: start;
}

.greeting-profile {
  background: #eafaf2;
  border-radius: 18px;
  padding: 24px 22px;
  text-align: center;
  border: 1px solid rgba(0, 198, 112, 0.16);
}

.greeting-profile-image {
  width: 138px;
  height: 138px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 5px solid #fff;
  box-shadow: 0 8px 22px rgba(0, 122, 69, 0.12);
}

.greeting-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.greeting-body {
  font-size: 17px;
  line-height: 2;
  color: #444;
  margin-bottom: 0;
}

.greeting-body p {
  margin-bottom: 28px;
}

.greeting-body p:last-child {
  margin-bottom: 0;
}

.greeting-body strong {
  color: #d32f2f;
  /* 赤系で強調 */
  font-weight: 700;
  background: linear-gradient(transparent 70%, #ffe066 70%);
  /* 黄色マーカー */
  padding: 0 2px;
}

.greeting-footer {
  text-align: right;
}

.greeting-role {
  font-size: 16px;
  color: #444;
  margin-bottom: 6px;
  font-weight: bold;
}

.greeting-name {
  font-size: 28px;
  font-weight: 900;
  color: var(--color-text);
  margin: 0 0 18px;
  letter-spacing: 0.1em;
}

.greeting-profile-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.greeting-profile-list li {
  background: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  color: #17442f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.greeting-profile-list li::before {
  content: '✓';
  color: var(--color-main);
  margin-right: 6px;
  font-weight: 900;
}

@media (max-width: 768px) {
  .voice-section {
    padding: 56px 0;
  }

  .voice-section .section-header {
    margin-bottom: 28px;
  }

  .greeting-section {
    padding: 64px 0 48px;
  }

  .greeting-title {
    font-size: 26px;
  }

  .greeting-header {
    margin-bottom: 28px;
  }

  .greeting-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .greeting-profile {
    padding: 20px 18px;
  }

  .greeting-profile-image {
    width: 116px;
    height: 116px;
  }

  .greeting-body {
    font-size: 16px;
    line-height: 1.9;
  }

  .greeting-name {
    font-size: 24px;
  }

  .voice-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .voice-card {
    padding: 22px 18px 24px;
    border-radius: 14px;
  }

  .voice-card::before {
    font-size: 72px;
    top: -12px;
    right: 12px;
  }

  .voice-meta {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .voice-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .voice-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .price-section {
    padding: 56px 0 34px;
  }

  .price-box {
    padding: 30px 18px 24px;
    border-radius: 16px;
  }

  .price-lead {
    text-align: left;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 10px;
  }

  .price-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-align: center;
    padding: 18px 16px;
  }

  .price-rate {
    font-size: 16px;
  }

  .price-rate::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .price-amount {
    font-size: 19px;
    width: 100%;
    text-align: right;
  }

  .price-amount strong {
    font-size: 32px;
  }

  .price-note-text {
    text-align: left;
    font-size: 15px;
    line-height: 1.75;
    color: #444;
    margin: 0 0 24px;
  }

  .step-section {
    padding: 28px 0 56px;
  }

  .step-container {
    flex-direction: column;
    gap: 22px;
  }

  .step-image-wrap {
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
  }

  .step-image-wrap img {
    position: static;
    height: 100%;
  }

  .step-list {
    gap: 12px;
  }

  .step-item {
    flex-direction: row;
    align-items: flex-start;
    padding: 18px 16px;
    gap: 14px;
  }

  .step-number {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .step-title {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .step-text {
    font-size: 14px;
    line-height: 1.65;
  }
}

/* =========================================
   Top Page - Care Manager Banner (BtoB)
   ========================================= */
.care-manager-banner {
  padding: 24px 0 72px;
  background-color: var(--color-base);
  text-align: center;
}

.care-manager-banner .container {
  max-width: 900px;
}

.banner-content {
  background-color: #eafaf2;
  border: 1px solid rgba(0, 198, 112, 0.16);
  border-radius: 18px;
  padding: 38px 40px;
  box-shadow: none;
}

.banner-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #333;
}

.banner-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 26px;
  color: #555;
}

.btn-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-main);
  /* サイトのメインカラーの緑 */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 198, 112, 0.2);
}

.btn-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 198, 112, 0.3);
  color: #fff;
  background-color: #00a85f;
  /* ホバー時は少し濃い緑へ */
}

.btn-banner .arrow {
  margin-left: 12px;
  transition: transform 0.3s ease;
}

.btn-banner:hover .arrow {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .care-manager-banner {
    padding: 20px 0 60px;
  }

  .banner-content {
    padding: 32px 20px;
  }

  .banner-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .btn-banner {
    width: 100%;
    padding: 16px;
    font-size: 15px;
  }
}

/* =========================================
   Top Page - Final CTA Section
   ========================================= */
.final-cta-section {
  padding: 78px 0;
  background-color: #fff9ed;
}

.final-cta-box {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid var(--color-accent);
  border-radius: 18px;
  padding: 48px 42px;
  text-align: center;
  box-shadow: 0 14px 42px rgba(255, 143, 0, 0.14);
}

.final-cta-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--color-accent);
  margin-bottom: 20px;
  line-height: 1.45;
}

.final-cta-text {
  font-size: 17px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 34px;
}

.final-cta-text span {
  display: block;
}

.final-cta-text strong {
  display: inline;
  color: #d32f2f;
  /* 安心感を担保する部分は赤系で強調 */
  background: linear-gradient(transparent 70%, #ffe066 70%);
}

.cta-actions {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.btn-phone,
.btn-web {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-phone {
  background-color: var(--color-accent);
  color: #fff;
  padding: 18px 24px;
  box-shadow: 0 8px 24px rgba(255, 143, 0, 0.3);
}

.btn-phone:hover {
  transform: translateY(-4px);
  background-color: #e68000;
  box-shadow: 0 12px 32px rgba(255, 143, 0, 0.4);
  color: #fff;
}

.phone-number {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.phone-number .icon-line {
  --icon-size: 34px;
  color: #fff;
}

.phone-time {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.96;
}

.btn-web {
  background-color: var(--color-main);
  color: #fff;
  padding: 18px 24px;
  box-shadow: 0 8px 24px rgba(0, 198, 112, 0.3);
  font-size: 18px;
  font-weight: 700;
}

.btn-web-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1.35;
}

.btn-web .icon-line {
  --icon-size: 40px;
  color: #fff;
}

.btn-web:hover {
  transform: translateY(-4px);
  background-color: var(--color-main-hover);
  box-shadow: 0 12px 32px rgba(0, 198, 112, 0.4);
  color: #fff;
}

.btn-web .small-text {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-top: 6px;
  opacity: 0.96;
}

@media (max-width: 768px) {
  .final-cta-section {
    padding: 52px 0 72px;
  }

  .final-cta-box {
    padding: 32px 18px;
    border-width: 2px;
    border-radius: 16px;
  }

  .final-cta-title {
    font-size: 25px;
    line-height: 1.45;
    margin-bottom: 16px;
  }

  .final-cta-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .cta-actions {
    flex-direction: column;
    gap: 12px;
  }

  .btn-phone,
  .btn-web {
    max-width: none;
    border-radius: 14px;
    padding: 16px 14px;
  }

  .phone-number {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .phone-time {
    font-size: 16px;
    font-weight: 700;
  }

  .btn-web {
    font-size: 16px;
  }

  .btn-web-main {
    gap: 7px;
  }

  .phone-number .icon-line {
    --icon-size: 30px;
  }

  .btn-web .icon-line {
    --icon-size: 38px;
  }

  .btn-web .small-text {
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
  }
}

/* =========================================
   Underlayer / Subpage Styles
   ========================================= */
.subpage-hero {
  padding: 60px 0;
  background: linear-gradient(135deg, #eaFAF2 0%, #f4fbf7 100%);
  text-align: center;
  border-bottom: 1px solid #e0f2e9;
}

.subpage-hero-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--color-text);
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.subpage-hero-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background-color: var(--color-main);
  margin: 8px auto 0;
  border-radius: 2px;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #444;
}

.breadcrumb a {
  color: #444;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: var(--color-main);
}

.breadcrumb-separator {
  color: #ccc;
}

.subpage-container {
  padding: 80px 0;
}

.subpage-hero-flow .subpage-hero-lead {
  max-width: 960px;
}

.subpage-hero-faq .subpage-hero-lead {
  max-width: 960px;
}

.subpage-section {
  margin-bottom: 80px;
}

.subpage-section:last-child {
  margin-bottom: 0;
}

.subpage-section-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 6px solid var(--color-main);
  line-height: 1.3;
}

.subpage-lead {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  color: #2c5841;
  background-color: #eaFAF2;
  padding: 24px;
  border-radius: 8px;
  border-left: 5px solid var(--color-accent);
  margin-bottom: 32px;
}

/* --- About Page Details --- */
.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: center;
}

.about-intro-badge-box {
  background-color: #fffdf5;
  border: 3px dashed #ffb300;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(255, 179, 0, 0.08);
}

.about-badge-label {
  font-size: 13px;
  font-weight: 700;
  color: #e65100;
  background-color: #ffe0b2;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.about-badge-price {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 8px;
}

.about-badge-price strong {
  font-size: 44px;
  color: #d32f2f;
}

.about-badge-note {
  font-size: 12px;
  color: #444;
}

.target-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fafbf9;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #e2ebd5;
}

.target-list li {
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.target-list li .check-icon {
  color: var(--color-main);
  font-weight: bold;
  font-size: 18px;
}

.target-note-box {
  background-color: #eaFAF2;
  border-radius: 8px;
  padding: 20px 24px;
  margin-top: 24px;
  text-align: center;
  font-weight: bold;
  color: #1b5e20;
}

.strength-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.strength-card {
  background-color: #fff;
  border: 1px solid #e8ebd9;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s, box-shadow 0.3s;
}

.strength-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.strength-card-header {
  margin-bottom: 20px;
}

.strength-num {
  font-size: 32px;
  font-weight: 800;
  color: #eaFAF2;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  background: linear-gradient(135deg, var(--color-main) 0%, #00ea90 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.strength-card-header h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: var(--color-text);
}

.strength-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  background-color: #fff;
  border: 1px solid #eef2eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.benefit-num-box {
  background: linear-gradient(135deg, var(--color-main) 0%, #00db8c 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  padding: 24px;
}

.benefit-num-box.animate-bg {
  background: linear-gradient(135deg, var(--color-accent) 0%, #ffad33 100%);
}

.benefit-content {
  padding: 32px;
}

.benefit-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--color-text);
}

.benefit-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* --- Price Page Details --- */
.price-estimate-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.price-card {
  background-color: #fff;
  border: 1px solid #eef2eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  text-align: center;
}

.price-card-header {
  padding: 24px 16px;
  color: var(--color-text);
}

.price-card-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.price-target {
  font-size: 13px;
  color: #444;
}

.bg-green-light {
  background-color: #eaFAF2;
}

.bg-orange-light {
  background-color: #fff4e5;
}

.bg-red-light {
  background-color: #ffebee;
}

.price-card-body {
  padding: 32px 16px;
}

.price-value {
  font-size: 18px;
  font-weight: 700;
}

.price-value strong {
  font-size: 36px;
  color: #d32f2f;
}

.price-disclaimer {
  font-size: 14px;
  color: #444;
  margin-top: 16px;
}

.formula-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  background-color: #fffdf5;
  border: 2px solid #ffecb3;
  border-radius: 12px;
  padding: 32px 24px;
  margin: 32px 0;
}

.formula-item {
  background-color: #fff;
  border: 1px solid #ffe082;
  padding: 16px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.formula-operator {
  font-size: 24px;
  font-weight: 700;
  color: #ff9800;
}

.formula-result {
  background-color: var(--color-accent);
  color: #fff;
  padding: 16px 24px;
  border-radius: 8px;
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(255, 143, 0, 0.2);
}

.highlight-info-box {
  background-color: #f7fbf9;
  border-left: 5px solid var(--color-main);
  padding: 24px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 32px;
}

.info-box-title {
  font-weight: 700;
  font-size: 16px;
  color: #2e7d32;
  margin-bottom: 8px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e2ebd5;
}

.price-detail-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
}

.price-detail-table th,
.price-detail-table td {
  padding: 18px;
  border-bottom: 1px solid #edf2e8;
}

.price-detail-table th {
  background-color: #f6f9f3;
  font-weight: 700;
  color: var(--color-text);
}

.price-detail-table td strong {
  font-size: 20px;
  color: #d32f2f;
}

.price-detail-table th.highlight-th {
  background-color: #eaFAF2;
  color: #1b5e20;
}

.price-detail-table td.highlight-td {
  background-color: #f4fbf7;
  font-weight: 700;
}

.exemption-box {
  background-color: #fdfbf7;
  border: 2px solid #f2ece4;
  border-radius: 16px;
  padding: 48px;
}

.exemption-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.exemption-card {
  background-color: #fff;
  border: 1px solid #eee7dd;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.payment-card {
  display: flex;
  gap: 24px;
  background-color: #fffdf5;
  border: 1px solid #fceec5;
  border-radius: 12px;
  padding: 32px;
}

/* --- About Page Details --- */
.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: center;
  margin-top: 24px;
}

.about-intro-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}

.about-intro-badge-box {
  background-color: #fffdf5;
  border: 2px dashed var(--color-accent);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(255, 143, 0, 0.03);
}

.about-badge-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  background-color: #fff8e1;
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
}

.about-badge-price {
  font-size: 18px;
  color: var(--color-text);
  margin-bottom: 8px;
}

.about-badge-price strong {
  font-size: 38px;
  color: #d32f2f;
  font-weight: 900;
}

.about-badge-note {
  font-size: 12px;
  color: #444;
}

/* Comparison Table */
.comparison-container {
  background-color: #f7fbf9;
  border: 1px solid #edf2e8;
  border-radius: 16px;
  padding: 40px;
  margin-top: 56px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.comp-card {
  background-color: #fff;
  border: 1px solid #eef2eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
}

.comp-card-header {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #eef2eb;
}

.comp-card-header h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4px;
  color: var(--color-text);
}

.comp-type {
  font-size: 12px;
  color: #444;
  font-weight: bold;
}

.bg-gray-light {
  background-color: #f5f5f5;
}

.bg-green-light-soft {
  background-color: #f1f8e9;
}

.bg-main-color {
  background-color: var(--color-main);
  color: #fff;
}

.bg-main-color h4 {
  color: #fff !important;
}

.comp-card-body {
  padding: 24px 20px;
  flex-grow: 1;
}

.comp-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comp-card-body li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #555;
  padding-left: 18px;
  position: relative;
}

.comp-card-body li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #ccc;
}

.highlighted-comp {
  border: 2px solid var(--color-main);
  box-shadow: 0 8px 30px rgba(27, 94, 32, 0.08);
  transform: scale(1.03);
}

.highlighted-comp .comp-card-body li::before {
  content: "✔";
  color: var(--color-main);
  font-weight: bold;
}

.highlighted-comp .comp-card-body li {
  color: var(--color-text);
}

/* Symptoms Grid */
.symptom-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.symptom-card {
  background-color: #fff;
  border: 1px solid #eef2eb;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.symptom-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.symptom-card-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--color-text);
}

.symptom-card-content ul {
  padding-left: 20px;
  margin: 0;
}

.symptom-card-content li {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
}

.target-note-box {
  background-color: #f7fbf9;
  border-left: 4px solid var(--color-main);
  padding: 20px 24px;
  border-radius: 0 8px 8px 0;
}

/* Strength Layout */
.strength-visual-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #eef2eb;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
}

.strength-visual-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.strength-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.strength-card {
  background-color: #fff;
  border: 1px solid #eef2eb;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  border-top: 4px solid var(--color-main);
}

.strength-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.strength-num {
  font-size: 14px;
  font-weight: 900;
  color: var(--color-main);
  background-color: #eaFAF2;
  padding: 2px 8px;
  border-radius: 4px;
}

.strength-card-header h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: var(--color-text);
  line-height: 1.4;
}

.strength-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Benefits */
.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  background-color: #fff;
  border: 1px solid #eef2eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.benefit-num-box {
  background-color: #eaFAF2;
  color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-weight: 900;
  font-size: 16px;
  border-right: 1px solid #eef2eb;
}

.benefit-num-box.animate-bg {
  background-color: #fff8e1;
  color: var(--color-accent);
}

.about-benefit-list .benefit-num-box,
.about-benefit-list .benefit-num-box.animate-bg,
.about-benefit-list .benefit-num {
  color: #fff;
}

.benefit-content {
  padding: 32px;
}

.benefit-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--color-text);
}

.benefit-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Flow Grid Layouts */
.step-2-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  align-items: center;
}

.step-2-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.step-3-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: center;
}

.step-3-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* --- Flow Page Details --- */
.flow-timeline {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
}

.flow-timeline::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: #eaFAF2;
}

.flow-step-item {
  position: relative;
}

.flow-step-number {
  position: absolute;
  left: -40px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eaFAF2;
  color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  border: 2px solid var(--color-main);
}

.flow-step-number span {
  font-size: 15px;
}

.flow-step-content {
  background-color: #fff;
  border: 1px solid #edf2e8;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.flow-step-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 16px;
}

.flow-step-note {
  background-color: #fffdf5;
  border: 1px solid #ffecb3;
  padding: 20px 24px;
  border-radius: 8px;
  font-size: 15px;
  margin-top: 20px;
}

.flow-step-item.highlight-step .flow-step-number {
  background-color: var(--color-accent);
  color: #fff;
  border-color: var(--color-accent);
}

.flow-step-item.highlight-step .flow-step-content {
  border: 2px solid #ffe0b2;
  box-shadow: 0 8px 30px rgba(255, 143, 0, 0.04);
}

.step-experience-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}

.exp-substep {
  background-color: #fcfcfc;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 24px;
}

.substep-badge {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-main);
  padding: 4px 12px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
}

.substep-badge.badge-accent {
  background-color: var(--color-accent);
}

.substep-badge.badge-gray {
  background-color: #888;
}

.exp-substep h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.exp-substep p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.step-ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 20px;
}

.step-ol li {
  font-size: 16px;
  margin-bottom: 8px;
}

.flow-qa-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.flow-qa-item {
  background-color: #fff;
  border: 1px solid #edf2e8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}

.qa-question {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  background-color: #f7fbf9;
  border-bottom: 1px solid #edf2e8;
}

.qa-q {
  font-size: 24px;
  font-weight: 900;
  color: var(--color-main);
  font-family: Outfit, sans-serif;
}

.qa-question h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.qa-answer {
  display: flex;
  gap: 16px;
  padding: 32px;
}

.qa-a {
  font-size: 24px;
  font-weight: 900;
  color: var(--color-accent);
  font-family: Outfit, sans-serif;
}

.qa-answer-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.qa-answer-content p:last-child {
  margin: 0;
}

/* --- Voice Page Details --- */
.voice-cards-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.voice-detail-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  background-color: #fff;
  border: 1px solid #eef2eb;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
}

.voice-card-aside {
  text-align: center;
}

.voice-avatar-icon {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 16px;
}

.voice-meta-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.meta-label {
  font-size: 12px;
  font-weight: bold;
  color: #444;
}

.meta-value {
  font-size: 14px;
  color: var(--color-text);
  margin-bottom: 8px;
}

.meta-value.tag {
  background-color: #eaFAF2;
  color: #2e7d32;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.voice-card-speech-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-main);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #eaFAF2;
}

.voice-card-bubble p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}

.voice-signature {
  font-size: 14px;
  color: #444;
  display: block;
  text-align: right;
  font-weight: bold;
}

/* --- Voice Page Refinement --- */
.voice-disclaimer {
  color: #777 !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  margin-top: 12px !important;
  max-width: none !important;
  width: 100% !important;
  display: block !important;
  white-space: normal !important;
}

.voice-intro-description {
  max-width: none !important;
}

.voice-intro-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fffdf5;
  border: 1px solid #ffe082;
  border-radius: 16px;
  padding: 24px;
}

.voice-intro-note strong {
  color: #d32f2f;
  background: linear-gradient(transparent 66%, #ffe066 66%);
  font-size: 18px;
  line-height: 1.5;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0 3px;
}

.voice-intro-note p {
  color: #444;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.voice-case-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.voice-case-card {
  background: #fff;
  border: 1px solid rgba(0, 198, 112, 0.14);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0, 122, 69, 0.06);
}

.voice-case-head {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 16px;
}

.voice-case-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 14px;
  background: var(--color-main);
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.voice-case-profile {
  color: #007a45;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 6px;
}

.voice-case-head h3 {
  color: var(--color-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.voice-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.voice-case-tags span {
  display: inline-flex;
  width: fit-content;
  background: #eafaf2;
  color: #007a45;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.voice-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.voice-case-grid > div {
  background: #f7fbf9;
  border-radius: 14px;
  padding: 18px 16px;
}

.voice-case-grid h4 {
  color: #007a45;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 8px;
}

.voice-case-grid p {
  color: #444;
  font-size: 14px;
  line-height: 1.72;
  margin: 0;
}

.voice-case-card blockquote {
  background: #fffdf5;
  border-left: 4px solid var(--color-accent);
  border-radius: 0 10px 10px 0;
  color: #333;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
  margin: 0;
  padding: 14px 16px;
}

.voice-final-cta .final-cta-title .title-line {
  display: block;
}

.voice-final-cta .final-cta-text strong {
  display: block;
  background: transparent;
  color: #d32f2f;
  margin-top: 10px;
  padding: 0;
}

.voice-final-cta .final-cta-text .marker-lines span {
  display: inline;
  background: linear-gradient(transparent 62%, #ffe066 62%);
  padding: 0 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Media Queries for Subpages */
@media (max-width: 992px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-intro-badge-box {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }

  .symptom-visual-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .strength-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .benefit-item {
    grid-template-columns: 1fr;
  }

  .benefit-num-box {
    padding: 16px;
  }

  .benefit-content {
    padding: 24px;
  }

  .price-estimate-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .formula-box {
    flex-direction: column;
    padding: 24px 16px;
  }

  .formula-item,
  .formula-result {
    width: 100%;
    text-align: center;
  }

  .formula-operator {
    transform: rotate(90deg);
    margin: 4px 0;
  }

  .exemption-box {
    padding: 24px;
  }

  .exemption-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .payment-card {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }

  .flow-timeline {
    padding-left: 24px;
  }

  .flow-timeline::before {
    left: 9px;
  }

  .flow-step-number {
    left: -24px;
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .flow-step-number span {
    font-size: 12px;
  }

  .flow-step-content {
    padding: 24px 16px;
  }

  .flow-step-content h3 {
    font-size: 18px;
  }

  .qa-question {
    padding: 16px 20px;
  }

  .qa-answer {
    padding: 20px;
  }

  .voice-detail-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .voice-card-aside {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    border-bottom: 1px solid #edf2e8;
    padding-bottom: 16px;
  }

  .voice-avatar-icon {
    font-size: 56px;
    margin-bottom: 0;
  }

  .voice-meta-info {
    flex-grow: 1;
  }

  /* Responsive Grids for Flow Page */
  .step-2-grid,
  .step-3-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .step-3-image {
    order: 2;
    /* Put image below text in mobile view */
  }
}

/* =========================================
   About Page - LP Refinement
   ========================================= */
.subpage-hero-lead {
  max-width: 680px;
  margin: 0 auto 18px;
  color: #17442f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

.subpage-section-head {
  margin-bottom: 28px;
}

.subpage-section-head p {
  max-width: 760px;
  color: #444;
  font-size: 17px;
  line-height: 1.8;
  margin: -8px 0 0;
}

.about-page {
  padding-left: 24px;
  padding-right: 24px;
}

.about-intro-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) 1fr;
  gap: 32px;
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.about-intro-image,
.about-intro-copy {
  min-width: 0;
}

.about-intro-image {
  grid-row: 1 / span 3;
  align-self: start;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 122, 69, 0.13);
  background: #edf8f2;
}

.about-intro-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-kicker {
  display: inline-flex;
  width: fit-content;
  background: #eafaf2;
  color: #007a45;
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 14px;
}

.about-intro-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.45;
  margin: 0 0 18px;
  overflow-wrap: anywhere;
}

.about-intro-title span {
  display: block;
}

.about-intro-copy p:not(.about-kicker) {
  color: #444;
  font-size: 17px;
  line-height: 1.9;
  margin: 0 0 18px;
}

.about-intro-copy strong,
.about-compare-card strong,
.about-highlight-box,
.about-target-note strong {
  color: #d32f2f;
  background: linear-gradient(transparent 66%, #ffe066 66%);
  padding: 0 3px;
}

.about-benefit-chips {
  grid-column: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: -6px 0 0;
  padding: 0;
  list-style: none;
}

.about-benefit-chips li {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 1 auto;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #17442f;
  font-size: 16px;
  font-weight: 800;
  box-shadow: none;
}

.about-benefit-chips li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--color-main);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.about-price-inline {
  grid-column: 2;
  border-top: 1px solid rgba(0, 198, 112, 0.16);
  padding-top: 16px;
  margin: 0;
}

.about-price-inline span {
  display: inline-block;
  color: #e65100;
  font-size: 13px;
  font-weight: 800;
  margin-right: 10px;
}

.about-price-inline strong {
  display: inline-block;
  color: #d32f2f;
  font-size: 26px;
  line-height: 1.2;
  background: linear-gradient(transparent 62%, #ffe066 62%);
  padding: 0 4px;
}

.about-price-inline small {
  display: block;
  color: #555;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 8px;
}

.about-compare-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-compare-card {
  background: #fff;
  border: 1px solid rgba(0, 198, 112, 0.13);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 122, 69, 0.06);
}

.about-compare-card.is-recommended {
  border: 2px solid var(--color-main);
  box-shadow: 0 12px 32px rgba(0, 198, 112, 0.12);
}

.compare-label {
  display: inline-flex;
  width: fit-content;
  background: #f2f7f4;
  color: #444;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}

.is-recommended .compare-label {
  background: var(--color-main);
  color: #fff;
}

.about-compare-card h3 {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 16px;
}

.about-compare-card ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-compare-card li {
  color: #444;
  font-size: 15px;
  line-height: 1.65;
  padding-left: 18px;
  position: relative;
}

.about-compare-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b7c8bf;
}

.is-recommended li::before {
  background: var(--color-main);
}

.symptom-tag {
  display: inline-flex;
  width: fit-content;
  background: #eafaf2;
  color: #007a45;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 13px;
  font-weight: 800;
}

.about-target-grid .symptom-card {
  gap: 14px;
}

.about-target-grid .symptom-card-content p {
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.about-target-note {
  text-align: left;
  background: #fffdf5;
  border-left-color: var(--color-accent);
}

.about-target-note p {
  color: #444;
  line-height: 1.8;
  margin: 0;
}

.about-strength-layout .strength-visual-intro-text h3 {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 16px;
}

.about-strength-layout .strength-visual-intro-text p:not(.about-kicker) {
  color: #444;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 18px;
}

.about-highlight-box {
  display: block;
  background: transparent;
  font-weight: 800;
  line-height: 1.7;
}

.subpage-final-cta {
  padding: 0;
  background: none;
  margin-top: 64px;
}

/* =========================================
   Flow Page - LP Refinement
   ========================================= */
.flow-intro-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) 1fr;
  gap: 18px 32px;
  align-items: start;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.flow-intro-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 122, 69, 0.13);
  background: #edf8f2;
}

.flow-intro-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.flow-intro-title {
  color: var(--color-text);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 18px;
}

.flow-intro-title span {
  display: block;
}

.flow-intro-copy p:not(.about-kicker) {
  color: #444;
  font-size: 17px;
  line-height: 1.9;
  margin: 0 0 12px;
}

.flow-intro-summary {
  line-height: 1.75;
  margin: 0 0 8px;
}

.flow-intro-copy strong,
.flow-point-note strong,
.flow-qa-refined .qa-answer-content strong {
  color: #d32f2f;
  background: linear-gradient(transparent 66%, #ffe066 66%);
  padding: 0 3px;
}

.flow-check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}

.flow-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #17442f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.flow-check-list li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--color-main);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.flow-step-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  counter-reset: flow-step;
}

.flow-step-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(0, 198, 112, 0.14);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0, 122, 69, 0.06);
}

.flow-step-card.is-featured {
  border: 2px solid var(--color-main);
  box-shadow: 0 12px 32px rgba(0, 198, 112, 0.12);
}

.flow-step-card.is-support {
  border-color: #ffe082;
  box-shadow: 0 10px 28px rgba(255, 143, 0, 0.08);
}

.flow-step-label {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  border-radius: 16px;
  background: #eafaf2;
  color: #007a45;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.flow-step-card.is-featured .flow-step-label {
  background: var(--color-main);
  color: #fff;
}

.flow-step-card.is-support .flow-step-label {
  background: var(--color-accent);
  color: #fff;
}

.flow-step-label span {
  display: block;
  font-family: Outfit, sans-serif;
  font-size: 34px;
  line-height: 1;
  margin-top: 5px;
}

.flow-step-body h3 {
  color: var(--color-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 14px;
}

.flow-step-body p {
  color: #444;
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
}

.flow-step-visual {
  border-radius: 16px;
  margin: 0 0 18px;
  overflow: hidden;
  background: #edf8f2;
  box-shadow: 0 8px 22px rgba(0, 122, 69, 0.09);
}

.flow-step-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (min-width: 993px) {
  .flow-step-card.flow-step-visit-start .flow-step-visual {
    width: min(560px, 100%);
    max-width: 560px;
  }

  .flow-step-card.flow-step-visit-start .flow-step-visual img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}

.flow-point-note {
  background: #fffdf5;
  border-left: 4px solid var(--color-accent);
  border-radius: 0 10px 10px 0;
  margin-top: 18px;
  padding: 15px 16px;
}

.flow-point-note strong {
  display: inline;
  font-size: 16px;
  line-height: 1.7;
}

.flow-point-note p {
  font-size: 15px;
  line-height: 1.75;
  margin-top: 8px;
}

.flow-mini-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.flow-mini-step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  background: #f7fbf9;
  border-radius: 14px;
  padding: 18px 16px;
}

.flow-mini-step > span,
.flow-document-line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-main);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.flow-mini-step h4 {
  color: #007a45;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  margin: 2px 0 8px;
}

.flow-mini-step p {
  font-size: 14px;
  line-height: 1.65;
}

.flow-document-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.flow-document-line div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #eafaf2;
  border-radius: 14px;
  color: #17442f;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  padding: 16px 10px;
  text-align: center;
}

.flow-document-line div:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -11px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--color-main);
  border-right: 3px solid var(--color-main);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.flow-qa-refined .flow-qa-item {
  border-color: rgba(0, 198, 112, 0.14);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 122, 69, 0.06);
}

.flow-qa-refined .qa-question {
  background: #eafaf2;
}

.faq-section-head {
  margin-bottom: 30px;
}

.faq-check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.faq-check-list li {
  align-items: center;
  color: #064d2d;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 8px;
  line-height: 1.5;
}

.faq-check-list li::before {
  align-items: center;
  background: var(--color-main);
  border-radius: 50%;
  color: #fff;
  content: '✓';
  display: inline-flex;
  flex: 0 0 20px;
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.faq-list {
  gap: 18px;
}

.faq-list .flow-qa-item {
  border-color: rgba(0, 198, 112, 0.16);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 122, 69, 0.05);
  position: relative;
}

.faq-category {
  background: #eafaf2;
  border-radius: 999px;
  color: #057744;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin: 22px 28px 0;
  padding: 8px 12px;
}

.faq-list .qa-question {
  background: #fff;
  border-bottom: 0;
  padding: 18px 28px 16px;
}

.faq-list .qa-q,
.faq-list .qa-a {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 18px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.faq-list .qa-q {
  background: var(--color-main);
  color: #fff;
}

.faq-list .qa-a {
  background: #fff3df;
  color: #ff8f00;
}

.faq-list .qa-question h3 {
  color: #1f2f27;
  font-size: 19px;
  line-height: 1.55;
}

.faq-list .qa-answer {
  background: #fbfffd;
  border-top: 1px solid rgba(0, 198, 112, 0.12);
  padding: 24px 28px 28px;
}

.faq-list .qa-answer-content p {
  color: #444;
  line-height: 1.85;
}

.faq-list .qa-answer-content strong {
  color: #d32f2f;
  background: linear-gradient(transparent 66%, #ffe066 66%);
  padding: 0 3px;
}

.faq-final-cta .final-cta-title .title-line {
  display: block;
}

.faq-final-cta .final-cta-text strong {
  display: block;
  background: transparent;
  color: #d32f2f;
  margin-top: 10px;
  padding: 0;
}

.faq-final-cta .final-cta-text .marker-lines span {
  background: linear-gradient(transparent 62%, #ffe066 62%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0 3px;
}

.contact-container {
  max-width: 860px;
}

.contact-intro {
  background: #fff;
  border: 1px solid rgba(0, 198, 112, 0.14);
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0, 122, 69, 0.06);
  margin-bottom: 26px;
  padding: 34px 34px 30px;
}

.contact-intro h2 {
  color: #1f2f27;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 16px;
}

.contact-intro p:not(.about-kicker) {
  color: #444;
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
}

.contact-check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.contact-check-list li {
  align-items: center;
  color: #064d2d;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  line-height: 1.55;
}

.contact-check-list li::before {
  align-items: center;
  background: var(--color-main);
  border-radius: 50%;
  color: #fff;
  content: '✓';
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 13px;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.contact-form-lead-note {
  margin-top: 18px !important;
}

.contact-phone-box {
  align-items: center;
  background: linear-gradient(135deg, #fff8eb 0%, #fff 100%);
  border: 2px solid #ff8f00;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(255, 143, 0, 0.08);
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-bottom: 28px;
  padding: 24px;
}

.phone-icon-large {
  align-items: center;
  background: #ff8f00;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 56px;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.phone-icon-large .icon-line {
  --icon-size: 28px;
}

.phone-details span,
.phone-details small {
  color: #555;
  display: block;
  font-weight: 700;
  line-height: 1.5;
}

.phone-details span {
  font-size: 13px;
  margin-bottom: 4px;
}

.phone-details strong {
  display: block;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  line-height: 1.15;
}

.phone-details strong a {
  color: #1f2f27;
  text-decoration: none;
}

.phone-details small {
  font-size: 12px;
  margin-top: 5px;
}

.phone-details .phone-tap-note {
  color: #8a5a18;
  font-size: 11px;
  font-weight: 700;
  margin-top: 7px;
}

.contact-form-container {
  background-color: #fff;
  border: 1px solid rgba(0, 198, 112, 0.14);
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0, 122, 69, 0.06);
  margin-bottom: 26px;
  padding: 34px;
}

.contact-form-container h3 {
  align-items: center;
  border-bottom: 2px solid #eafaf2;
  color: var(--color-text);
  display: flex;
  font-size: 20px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  line-height: 1.45;
  margin: 0 0 28px;
  padding-bottom: 16px;
  text-align: center;
}

.contact-form-container h3 .icon-line {
  --icon-size: 24px;
  color: var(--color-main);
}

.form-embed-placeholder {
  background-color: #fafdf6;
  border: 2px dashed #9ccc65;
  border-radius: 14px;
  color: #558b2f;
  padding: 54px 34px;
  text-align: center;
}

.form-embed-placeholder h4 {
  color: #33691e;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 12px;
}

.form-embed-placeholder p {
  color: #558b2f;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 520px;
}

.form-embed-placeholder p > span {
  color: #7cb342;
  display: block;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 8px;
}

.contact-form-action {
  margin-top: 24px !important;
}

.btn-contact-form {
  align-items: center;
  background: linear-gradient(135deg, #ff9e1a 0%, #ff7a00 100%);
  box-shadow: 0 10px 24px rgba(255, 122, 0, 0.24);
  color: #fff !important;
  display: inline-flex;
  font-size: 22px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  line-height: 1.2;
  min-width: 280px;
  padding: 20px 38px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.btn-contact-form:hover {
  background: linear-gradient(135deg, #ff8e00 0%, #ef6c00 100%);
  box-shadow: 0 14px 28px rgba(239, 108, 0, 0.28);
  color: #fff !important;
}

.btn-contact-form .icon-line,
.btn-contact-form span {
  color: #fff !important;
}

.btn-contact-form .icon-line {
  --icon-size: 24px;
}

.contact-privacy-note {
  color: #555;
  font-size: 13px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.contact-privacy-note a {
  color: var(--color-main);
  font-weight: 800;
  text-decoration: underline;
}

/* --- Company Page --- */
.company-page {
  max-width: 1120px;
}

.company-first-section {
  margin-top: -8px;
}

.company-overview-card,
.company-philosophy-card,
.company-access-card {
  background: #fff;
  border: 1px solid rgba(0, 198, 112, 0.14);
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0, 122, 69, 0.06);
}

.company-intro-lead {
  color: var(--color-main);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 18px;
}

.company-title-line {
  display: block;
}

.company-message-intro {
  color: #444;
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
  max-width: 780px;
}

.company-overview-card {
  overflow: hidden;
}

.company-overview-list {
  margin: 0;
}

.company-overview-list > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 58px;
}

.company-overview-list > div + div {
  border-top: 1px solid #e6f3ec;
}

.company-overview-list dt,
.company-overview-list dd {
  align-items: center;
  display: flex;
  line-height: 1.7;
  margin: 0;
  padding: 15px 20px;
}

.company-overview-list dt {
  background: #f4fbf7;
  color: #064d2d;
  font-size: 14px;
  font-weight: 900;
}

.company-overview-list dd {
  color: #333;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
}

.company-overview-list dd span {
  color: #666;
  font-size: 14px;
  font-weight: 700;
}

.company-overview-list a {
  color: var(--color-main);
  font-weight: 900;
  overflow-wrap: anywhere;
  text-decoration: underline;
}

.company-philosophy-card {
  background: linear-gradient(135deg, #fffaf0 0%, #fff 100%);
  padding: 32px 34px;
}

.company-philosophy-visual {
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0, 122, 69, 0.08);
  margin: -4px 0 28px;
  overflow: hidden;
}

.company-philosophy-visual picture,
.company-philosophy-visual img {
  display: block;
  width: 100%;
}

.company-philosophy-visual img {
  height: auto;
}

.company-philosophy-card p {
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.95;
  margin: 0;
}

.company-philosophy-card p + p {
  margin-top: 16px;
}

.company-promise-block {
  border-top: 1px solid rgba(255, 143, 0, 0.18);
  display: grid;
  gap: 28px;
  grid-template-columns: 190px minmax(0, 1fr);
  margin-top: 28px;
  padding-top: 24px;
}

.company-promise-block > h3 {
  color: #1f2f27;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
}

.company-promise-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.company-promise-card {
  align-items: baseline;
  display: grid;
  gap: 16px;
  grid-template-columns: 170px minmax(0, 1fr);
  padding: 0;
}

.company-promise-card h4 span {
  color: var(--color-accent);
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.company-promise-card h4 {
  color: #1f2f27;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
}

.company-promise-card p {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.company-message-head,
.company-message-profile,
.company-message-body,
.company-message-layout,
.company-message-sign {
  position: relative;
  z-index: 1;
}

.company-message-head {
  margin-bottom: 28px;
}

.company-message-byline {
  display: none;
}

.company-message-byline img {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0, 122, 69, 0.1);
  height: 58px;
  object-fit: cover;
  width: 58px;
}

.company-message-byline strong,
.company-message-byline span {
  display: block;
  line-height: 1.55;
}

.company-message-byline strong {
  color: #1f2f27;
  font-size: 17px;
  font-weight: 900;
}

.company-message-byline span {
  color: #5f3b00;
  font-size: 13px;
  font-weight: 900;
}

.company-lead-statement {
  background: linear-gradient(135deg, #fff8eb 0%, #fffdf7 100%);
  border-top: 4px solid var(--color-accent);
  border-radius: 16px;
  margin-top: 18px;
  padding: 24px 30px 26px;
}

.company-lead-statement p {
  color: #123628;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.48;
  margin: 0 0 10px;
}

.company-lead-statement span {
  color: #2c5841;
  display: block;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.75;
}

.company-message-layout {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: 330px minmax(0, 1fr);
}

.company-message-body {
  color: var(--color-text);
  font-size: 16px;
  line-height: 2;
}

.company-message-profile {
  display: grid;
  gap: 14px;
}

.company-supervisor-profile {
  align-items: center;
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 8px 8px 10px;
  text-align: center;
}

.company-supervisor-image {
  background: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 122, 69, 0.12);
  height: 150px;
  overflow: hidden;
  width: 150px;
}

.company-supervisor-image img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.company-supervisor-copy span,
.company-supervisor-copy strong {
  display: block;
  line-height: 1.55;
}

.company-supervisor-copy span {
  color: var(--color-main);
  font-size: 13px;
  font-weight: 900;
}

.company-supervisor-copy strong {
  color: #1f2f27;
  font-size: 22px;
  font-weight: 900;
}

.company-supervisor-career {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  grid-column: 1 / -1;
  line-height: 1.85;
  margin: 16px 0 0;
  text-align: left;
}

.company-supervisor-stats {
  display: block;
  margin-top: 16px;
}

.company-supervisor-stats span {
  align-items: baseline;
  background: #fff8eb;
  border: 1px solid rgba(255, 143, 0, 0.22);
  border-radius: 12px;
  color: #5f3b00;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.4;
  padding: 12px 14px;
  flex-wrap: wrap;
  row-gap: 2px;
  text-align: center;
  width: 100%;
}

.company-supervisor-stats b {
  color: var(--color-accent);
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 0.9;
  margin: 0 2px 0 2px;
}

.company-message-body p {
  margin: 0 0 18px;
}

.company-message-body p:last-child {
  margin-bottom: 0;
}

.company-care-points-inline {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 26px;
}

.company-care-point {
  background: #fffdf7;
  border: 1px solid rgba(255, 143, 0, 0.18);
  border-radius: 14px;
  padding: 18px 18px 16px;
}

.company-care-point h3 {
  color: #5f3b00;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 8px;
}

.company-care-point p {
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.company-message-sign {
  border-top: 1px solid #e6f3ec;
  margin-top: 28px;
  padding-top: 20px;
  text-align: right;
}

.company-message-sign span,
.company-message-sign strong {
  display: block;
  line-height: 1.6;
}

.company-message-sign span {
  color: #555;
  font-size: 14px;
  font-weight: 700;
}

.company-message-sign strong {
  color: #1f2f27;
  font-size: 20px;
  font-weight: 900;
}

.company-access-card {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  overflow: hidden;
}

.company-map {
  background: #eafaf2;
  min-height: 360px;
}

.company-map iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 360px;
  width: 100%;
}

.company-access-info {
  align-self: center;
  padding: 34px 30px;
}

.company-access-info h3 {
  color: #1f2f27;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}

.company-access-info p {
  color: #444;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 20px;
}

.flow-final-cta .final-cta-title .title-line {
  display: block;
}

.flow-final-cta .final-cta-text strong {
  display: block;
  background: transparent;
  color: #d32f2f;
  margin-top: 10px;
  padding: 0;
}

.flow-final-cta .final-cta-text .marker-lines span {
  display: inline;
  background: linear-gradient(transparent 62%, #ffe066 62%);
  padding: 0 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* =========================================
   Price Page - LP Refinement
   ========================================= */
.price-intro-card {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 32px;
  align-items: center;
  background: linear-gradient(135deg, #f0fbf5 0%, #fff 100%);
  border: 1px solid rgba(0, 198, 112, 0.16);
  border-radius: 20px;
  padding: 38px;
  box-shadow: 0 12px 34px rgba(0, 122, 69, 0.08);
}

.price-intro-title {
  color: var(--color-text);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 18px;
}

.price-intro-title span {
  display: block;
}

.price-intro-copy p:not(.about-kicker) {
  color: #444;
  font-size: 17px;
  line-height: 1.9;
  margin: 0;
}

.price-intro-copy strong,
.price-highlight-info h3,
.price-exemption-box strong {
  color: #d32f2f;
  background: linear-gradient(transparent 66%, #ffe066 66%);
  padding: 0 3px;
}

.price-check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #17442f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.price-check-list li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--color-main);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.price-estimate-cards-refined {
  margin-top: 0;
}

.price-visual-break {
  border-radius: 18px;
  margin: 0 0 24px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 122, 69, 0.11);
  background: #edf8f2;
}

.price-visual-break img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.price-visual-break-consultation {
  margin-bottom: 22px;
}

.price-estimate-cards-refined .price-card {
  border-radius: 16px;
  border: 1px solid rgba(0, 198, 112, 0.14);
  box-shadow: 0 8px 24px rgba(0, 122, 69, 0.06);
  overflow: hidden;
}

.price-estimate-cards-refined .price-card.is-primary {
  border: 2px solid var(--color-main);
  box-shadow: 0 12px 32px rgba(0, 198, 112, 0.12);
}

.price-estimate-cards-refined .price-card-header {
  background: #eafaf2;
}

.price-estimate-cards-refined .is-primary .price-card-header {
  background: var(--color-main);
}

.price-estimate-cards-refined .is-primary .price-card-header h3,
.price-estimate-cards-refined .is-primary .price-target {
  color: #fff;
}

.price-estimate-cards-refined .price-card-body {
  padding: 28px 18px;
}

.price-estimate-cards-refined .price-value {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.6;
}

.price-estimate-cards-refined .price-value strong {
  color: #d32f2f;
  font-size: 34px;
  background: linear-gradient(transparent 62%, #ffe066 62%);
  padding: 0 3px;
}

.price-disclaimer.refined {
  background: #fffdf5;
  border-left: 4px solid var(--color-accent);
  border-radius: 0 10px 10px 0;
  color: #555;
  font-size: 14px;
  line-height: 1.75;
  margin: 22px 0 0;
  padding: 14px 16px;
}

.price-formula-section {
  display: block;
  gap: 0;
  align-items: initial;
}

.price-formula-layout {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 24px;
  align-items: start;
}

.price-formula-section .subpage-section-head + .price-formula-layout {
  margin-top: 16px;
}

.price-formula-section .subpage-section-head {
  margin-bottom: 4px;
}

.price-formula-equation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background: linear-gradient(135deg, #eafaf2 0%, #f8fffb 100%);
  border: 1px solid rgba(0, 198, 112, 0.22);
  border-radius: 18px;
  margin: 0;
  min-height: 124px;
  padding: 22px 26px;
  color: #17442f;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  box-shadow: 0 10px 28px rgba(0, 122, 69, 0.07);
  margin-bottom: 16px;
}

.price-formula-term {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1.45;
}

.price-formula-op {
  color: #007a45;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.price-formula-equation b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-main);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.price-formula-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: start;
}

.price-formula-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.price-formula-item {
  background: #fff;
  border: 1px solid rgba(0, 198, 112, 0.14);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 8px 22px rgba(0, 122, 69, 0.05);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
}

.formula-item-content {
  min-width: 0;
}

.price-formula-item-title {
  display: inline-flex;
  align-items: center;
  margin: 0 0 6px;
  color: #007a45;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.3;
}

.price-formula-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: 2px;
  background: var(--color-main);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}

.price-formula-equation {
  color: #007a45;
}

.price-formula-item p {
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.price-highlight-info {
  background: #fffdf5;
  border: 1px solid #ffe082;
  border-radius: 16px;
  margin-top: 0;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(255, 143, 0, 0.08);
}

.price-highlight-marker {
  display: inline;
  text-decoration: none;
  padding: 0.02em 0.06em 0.01em;
  border-radius: 2px;
  box-shadow: inset 0 -0.36em 0 0 rgba(254, 240, 138, 0.95);
}

.price-highlight-info h3 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.price-highlight-info p {
  color: #444;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.price-detail-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.price-detail-row {
  background: #fff;
  border: 1px solid rgba(0, 198, 112, 0.14);
  border-radius: 14px;
  padding: 18px 12px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 122, 69, 0.05);
}

.price-detail-row span {
  display: block;
  color: #17442f;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 6px;
}

.price-detail-row strong {
  color: #d32f2f;
  font-size: 26px;
  line-height: 1.2;
}

.price-region-note,
.price-exemption-box,
.price-payment-card {
  background: #fff;
  border: 1px solid rgba(0, 198, 112, 0.14);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 122, 69, 0.06);
  margin-top: 24px;
  padding: 28px;
}

.price-region-note h3,
.price-exemption-box h3,
.price-payment-card h3 {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.price-region-note p,
.price-exemption-box p,
.price-payment-card p {
  color: #444;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 12px;
}

.price-region-note p:last-child,
.price-exemption-box p:last-child,
.price-payment-card p:last-child {
  margin-bottom: 0;
}

.price-support-note {
  background: #fffdf5;
  border-left: 4px solid var(--color-accent);
  border-radius: 0 10px 10px 0;
  color: #7a3b00 !important;
  font-weight: 800;
  padding: 13px 14px;
}

.payment-note {
  color: #666;
  font-size: 13px;
}

.price-final-cta .final-cta-title .title-line {
  display: block;
}

.price-final-cta .final-cta-text strong {
  display: block;
  background: transparent;
  border-left: none;
  border-radius: 0;
  color: #d32f2f;
  margin-top: 10px;
  padding: 0;
}

.price-final-cta .final-cta-text .marker-lines span {
  display: inline;
  background: linear-gradient(transparent 62%, #ffe066 62%);
  padding: 0 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media (max-width: 992px) {
  .about-intro-card,
  .flow-intro-card,
  .price-intro-card,
  .about-compare-list {
    grid-template-columns: 1fr;
  }

  .about-intro-image {
    grid-row: auto;
  }

  .about-benefit-chips,
  .about-price-inline {
    grid-column: auto;
  }

  .about-compare-list {
    gap: 16px;
  }

}

@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .subpage-hero {
    padding: 40px 0 34px;
  }

  .subpage-hero-title {
    font-size: 30px;
    line-height: 1.35;
  }

  .subpage-hero-lead {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 14px;
    overflow-wrap: anywhere;
    line-break: anywhere;
  }

  .breadcrumb {
    font-size: 13px;
  }

  .subpage-container {
    padding: 42px 18px 84px;
  }

  .about-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .subpage-section {
    margin-bottom: 56px;
  }

  .subpage-section-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 18px;
    padding-left: 14px;
    border-left-width: 5px;
  }

  .subpage-section-head {
    margin-bottom: 20px;
  }

  .subpage-section-head p {
    font-size: 15px;
    line-height: 1.75;
    margin-top: -6px;
  }

  .about-first-section {
    margin-top: -8px;
  }

  .flow-first-section {
    margin-top: -8px;
  }

  .about-intro-card {
    border-radius: 0;
    padding: 0;
    gap: 22px;
  }

  .about-intro-image,
  .flow-intro-image {
    margin: 0;
    border-radius: 16px;
  }

  .about-intro-image img,
  .flow-intro-image img {
    aspect-ratio: 4 / 3;
  }

  .about-kicker {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .about-intro-title {
    font-size: 25px;
    line-height: 1.45;
    margin-bottom: 14px;
    overflow-wrap: anywhere;
  }

  .about-intro-title span {
    display: block;
  }

  .about-intro-copy p:not(.about-kicker),
  .flow-intro-copy p:not(.about-kicker) {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
  }

  .flow-intro-summary {
    line-height: 1.6;
    margin: 0 0 4px;
  }

  .flow-intro-card {
    border-radius: 0;
    padding: 0;
    gap: 18px;
  }

  .flow-intro-title {
    font-size: 25px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .about-benefit-chips,
  .flow-check-list {
    flex-direction: row;
    gap: 10px 0;
    margin-top: 0;
  }

  .about-benefit-chips li,
  .flow-check-list li {
    flex: 0 0 100%;
    font-size: 15px;
    line-height: 1.45;
  }

  .flow-step-list {
    gap: 16px;
  }

  .flow-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 16px;
    padding: 20px 18px;
  }

  .flow-step-label {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    min-height: auto;
    width: fit-content;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .flow-step-label span {
    display: inline;
    font-size: 18px;
    margin: 0 0 0 4px;
  }

  .flow-step-body h3 {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 10px;
  }

  .flow-step-body p {
    font-size: 15px;
    line-height: 1.78;
  }

  .flow-point-note {
    margin-top: 14px;
    padding: 13px 14px;
  }

  .flow-point-note strong {
    font-size: 15px;
  }

  .flow-point-note p {
    font-size: 14px;
    line-height: 1.7;
  }

  .flow-mini-steps {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .flow-mini-step {
    padding: 15px 14px;
  }

  .flow-document-line {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 16px;
  }

  .flow-document-line div {
    justify-content: flex-start;
    padding: 14px;
    text-align: left;
  }

  .flow-document-line div:not(:last-child)::after {
    right: auto;
    left: 25px;
    top: auto;
    bottom: -15px;
    transform: rotate(135deg);
  }

  .flow-qa-refined .qa-question {
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
  }

  .flow-qa-refined .qa-question h3 {
    font-size: 17px;
    line-height: 1.55;
  }

  .flow-qa-refined .qa-answer {
    gap: 12px;
    padding: 18px;
  }

  .faq-section-head {
    margin-bottom: 24px;
  }

  .faq-check-list {
    gap: 8px 14px;
    margin-top: 16px;
  }

  .faq-check-list li {
    font-size: 14px;
  }

  .faq-list {
    gap: 16px;
  }

  .faq-category {
    font-size: 12px;
    margin: 18px 18px 0;
    padding: 7px 10px;
  }

  .faq-list .qa-question {
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
  }

  .faq-list .qa-question h3 {
    font-size: 17px;
    line-height: 1.55;
  }

  .faq-list .qa-answer {
    gap: 12px;
    padding: 18px;
  }

  .faq-list .qa-q,
  .faq-list .qa-a {
    flex-basis: 30px;
    font-size: 16px;
    height: 30px;
    width: 30px;
  }

  .faq-list .qa-answer-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .faq-final-cta .final-cta-title {
    font-size: 24px;
    line-height: 1.45;
  }

  .faq-final-cta .final-cta-text {
    line-height: 1.75;
  }

  .faq-final-cta .final-cta-text span {
    display: inline;
  }

  .contact-intro {
    border-radius: 16px;
    margin-bottom: 22px;
    padding: 24px 18px;
  }

  .contact-intro h2 {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .contact-intro p:not(.about-kicker) {
    font-size: 15px;
    line-height: 1.82;
  }

  .contact-check-list {
    gap: 9px;
    margin-top: 18px;
  }

  .contact-check-list li {
    font-size: 15px;
    align-items: flex-start;
  }

  .contact-check-list li::before {
    margin-top: 1px;
  }

  .contact-phone-box {
    align-items: flex-start;
    gap: 14px;
    justify-content: flex-start;
    margin-bottom: 22px;
    padding: 20px 18px;
  }

  .phone-icon-large {
    flex-basis: 46px;
    height: 46px;
    width: 46px;
  }

  .phone-icon-large .icon-line {
    --icon-size: 23px;
  }

  .phone-details strong {
    font-size: 27px;
  }

  .contact-form-container {
    border-radius: 16px;
    margin-bottom: 22px;
    padding: 24px 18px;
  }

  .contact-form-container h3 {
    align-items: flex-start;
    font-size: 18px;
    gap: 8px;
    margin-bottom: 22px;
    padding-bottom: 14px;
  }

  .contact-form-container h3 .icon-line {
    --icon-size: 22px;
    margin-top: 2px;
  }

  .form-embed-placeholder {
    padding: 38px 18px;
  }

  .form-embed-placeholder h4 {
    font-size: 16px;
  }

  .form-embed-placeholder p {
    font-size: 13px;
  }

  .contact-form-lead-note {
    margin-top: 16px !important;
  }

  .contact-form-action {
    margin-top: 22px !important;
  }

  .btn-contact-form {
    font-size: 19px;
    min-width: 240px;
    padding: 18px 24px;
    width: 100%;
  }

  .btn-contact-form .icon-line {
    --icon-size: 21px;
  }

  .contact-privacy-note {
    font-size: 12px;
    text-align: left;
  }

  .company-page {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
    overflow-x: hidden;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
  }

  .company-page .subpage-section,
  .company-message-section,
  .company-message-head,
  .company-lead-statement,
  .company-message-layout,
  .company-message-profile,
  .company-message-body,
  .company-care-points-inline,
  .company-philosophy-visual,
  .company-philosophy-card,
  .company-promise-grid,
  .company-overview-card,
  .company-access-card {
    box-sizing: border-box;
    max-width: calc(100vw - 36px) !important;
    width: calc(100vw - 36px) !important;
  }

  .company-page *,
  .company-page *::before,
  .company-page *::after {
    max-width: 100%;
    min-width: 0;
  }

  .company-page h2,
  .company-page h3,
  .company-page p,
  .company-page span,
  .company-page strong,
  .company-title-line,
  .company-overview-list dd {
    max-width: 100%;
    overflow-wrap: anywhere;
    line-break: anywhere;
    word-break: break-all;
  }

  .company-lead-statement p,
  .company-lead-statement span,
  .company-supervisor-copy,
  .company-supervisor-career,
  .company-philosophy-card p {
    max-width: calc(100vw - 72px) !important;
    width: calc(100vw - 72px) !important;
  }

  .company-message-body p {
    max-width: 100% !important;
    width: auto !important;
  }

  .company-intro-lead {
    font-size: 16px;
  }

  .company-message-intro {
    font-size: 15px;
    line-height: 1.82;
    margin: 0;
    overflow-wrap: anywhere;
  }

  .company-overview-list > div {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 52px;
  }

  .company-overview-list dt {
    align-items: center;
    font-size: 13px;
    padding: 12px 10px;
  }

  .company-overview-list dd {
    align-items: center;
    font-size: 15px;
    padding: 12px 12px;
  }

  .company-philosophy-card {
    max-width: 100%;
    overflow: hidden;
    padding: 24px 18px;
    width: 100%;
  }

  .company-philosophy-card p {
    font-size: 15px;
    line-height: 1.85;
  }

  .company-promise-grid {
    grid-template-columns: 1fr;
  }

  .company-promise-block {
    display: block;
    margin-top: 22px;
    padding-top: 20px;
  }

  .company-promise-block > h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .company-promise-card {
    display: block;
    padding: 0;
  }

  .company-promise-card h4 {
    margin-bottom: 6px;
  }

  .company-message-head {
    margin-bottom: 20px;
    text-align: left;
  }

  .company-message-head h2 {
    font-size: 25px;
    line-break: anywhere;
  }

  .company-message-byline {
    align-items: center;
    display: inline-grid;
    gap: 10px;
    grid-template-columns: 48px minmax(0, 1fr);
    margin-top: 14px;
    text-align: left;
  }

  .company-message-byline img {
    height: 48px;
    width: 48px;
  }

  .company-message-byline strong {
    font-size: 15px;
  }

  .company-message-byline span {
    font-size: 12px;
  }

  .company-lead-statement {
    border-top-width: 4px;
    border-radius: 14px;
    margin-top: 14px;
    padding: 18px 16px 20px;
    width: 100%;
  }

  .company-lead-statement p {
    font-size: 21px;
    line-height: 1.5;
  }

  .company-lead-statement span {
    font-size: 14px;
    line-height: 1.7;
  }

  .company-message-layout {
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-width: 0;
    width: 100%;
  }

  .company-message-profile {
    background: #fffdf7;
    border: 1px solid rgba(255, 143, 0, 0.18);
    border-radius: 14px;
    gap: 12px;
    order: 2;
    padding: 16px;
  }

  .company-message-profile::before {
    color: #1f2f27;
    content: '施術監修者プロフィール';
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .company-message-body {
    font-size: 15px;
    line-height: 1.9;
    min-width: 0;
    order: 1;
    width: 100%;
  }

  .company-supervisor-profile {
    display: block;
    padding: 0;
    text-align: left;
  }

  .company-supervisor-image {
    display: none;
  }

  .company-supervisor-copy {
    display: none;
  }

  .company-supervisor-career {
    font-size: 13px;
    line-height: 1.72;
    margin-top: 0;
  }

  .company-philosophy-visual {
    border-radius: 14px;
    margin: -2px 0 20px;
  }

  .company-care-points-inline {
    display: none;
  }

  .company-care-point {
    max-width: 100%;
    overflow: hidden;
    padding: 16px;
  }

  .company-care-point h3 {
    font-size: 16px;
  }

  .company-message-sign {
    text-align: left;
  }

  .company-message-sign strong {
    font-size: 18px;
  }

  .company-access-card {
    grid-template-columns: 1fr;
  }

  .company-map,
  .company-map iframe {
    min-height: 300px;
  }

  .company-access-info {
    padding: 24px 18px;
  }

  .company-access-info h3 {
    font-size: 20px;
  }

  .flow-final-cta .final-cta-title {
    font-size: 24px;
    line-height: 1.45;
  }

  .flow-final-cta .final-cta-text {
    line-height: 1.75;
  }

  .flow-final-cta .final-cta-text span {
    display: block;
  }

  .flow-final-cta .final-cta-text strong {
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
  }

  .flow-final-cta .final-cta-text .marker-lines span {
    display: inline-block;
  }

  .about-price-inline {
    padding-top: 14px;
  }

  .about-price-inline span {
    display: block;
    margin: 0 0 4px;
  }

  .about-price-inline strong {
    font-size: 25px;
  }

  .about-compare-card {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .about-compare-card h3 {
    font-size: 19px;
  }

  .about-compare-card li {
    font-size: 15px;
  }

  .about-target-grid .symptom-card {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .about-target-grid .symptom-card-content h3 {
    font-size: 18px;
    line-height: 1.45;
  }

  .about-strength-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 18px;
    border-radius: 16px;
  }

  .about-strength-layout .strength-visual-image img {
    max-height: 230px;
    object-fit: contain;
  }

  .about-strength-layout .strength-visual-intro-text h3 {
    font-size: 20px;
  }

  .about-strength-cards .strength-card {
    padding: 20px 18px;
  }

  .about-benefit-list .benefit-content h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .subpage-final-cta {
    margin-top: 42px;
  }

  .price-intro-card {
    border-radius: 18px;
    padding: 24px 18px;
    gap: 18px;
  }

  .price-intro-title {
    font-size: 25px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .price-intro-copy p:not(.about-kicker) {
    font-size: 15px;
    line-height: 1.82;
  }

  .price-check-list {
    gap: 10px;
  }

  .price-check-list li {
    font-size: 15px;
  }

  .price-estimate-cards-refined {
    gap: 16px;
  }

  .price-estimate-cards-refined .price-card-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 18px 14px;
    text-align: left;
  }

  .price-estimate-cards-refined .price-card-header h3 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 0;
  }

  .price-estimate-cards-refined .price-target {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
  }

  .price-visual-break {
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .price-visual-break img {
    aspect-ratio: 4 / 3;
  }

  .price-estimate-cards-refined .price-card-body {
    padding: 18px 16px 20px;
  }

  .price-estimate-cards-refined .price-value strong {
    font-size: 31px;
  }

  .price-formula-section {
    display: block;
  }

  .price-formula-layout {
    display: block;
  }

  .price-formula-detail-grid {
    display: block;
  }

  .price-formula-equation,
  .price-formula-list,
  .price-highlight-info {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }

  .price-formula-list {
    gap: 10px;
  }

  .price-formula-equation {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 14px;
    padding: 14px 10px;
    font-size: 14px;
  }

  .price-formula-equation strong {
    font-size: 23px;
  }

  .price-formula-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(0, 198, 112, 0.14);
  }

  .price-formula-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .formula-item-content {
    min-width: 0;
  }

  .price-formula-item-title {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .price-formula-number {
    width: 24px;
    height: 24px;
    font-size: 10px;
    margin-top: 2px;
    justify-self: center;
  }

  .price-formula-item p {
    font-size: 14px;
    line-height: 1.6;
  }

  .price-highlight-info {
    margin-top: 18px;
  }

  .price-detail-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .price-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 16px;
    text-align: left;
  }

  .price-detail-row span {
    margin-bottom: 0;
  }

  .price-detail-row strong {
    font-size: 25px;
  }

  .price-highlight-info,
  .price-region-note,
  .price-exemption-box,
  .price-payment-card {
    border-radius: 14px;
    padding: 20px 18px;
  }

  .price-highlight-info h3,
  .price-region-note h3,
  .price-exemption-box h3,
  .price-payment-card h3 {
    font-size: 18px;
  }

  .price-final-cta .final-cta-title {
    font-size: 24px;
    line-height: 1.45;
  }

  .price-final-cta .final-cta-text {
    line-height: 1.75;
  }

  .price-final-cta .final-cta-text span {
    display: block;
  }

  .price-final-cta .final-cta-text strong {
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
  }

  .price-final-cta .final-cta-text .marker-lines span {
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .voice-intro-card {
    grid-template-columns: 1fr;
  }

  .voice-case-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .price-formula-equation {
    margin-bottom: 22px;
    padding: 10px 10px;
  }

  .voice-first-section {
    margin-top: -8px;
  }

  .voice-intro-card {
    padding: 0;
  }

  .voice-intro-card p {
    font-size: 15px;
    line-height: 1.82;
  }

  .voice-disclaimer {
    font-size: 12px !important;
    line-height: 1.65 !important;
    margin-top: 10px !important;
  }

  .voice-intro-note {
    border-radius: 14px;
    padding: 18px;
  }

  .voice-intro-note strong {
    font-size: 16px;
  }

  .voice-intro-note p {
    font-size: 14px;
    line-height: 1.72;
  }

  .voice-case-list {
    gap: 18px;
  }

  .voice-case-card {
    border-radius: 16px;
    padding: 20px 18px;
  }

  .voice-case-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 14px;
  }

  .voice-case-number {
    min-height: auto;
    width: fit-content;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .voice-case-profile {
    font-size: 13px;
  }

  .voice-case-head h3 {
    font-size: 20px;
    line-height: 1.45;
  }

  .voice-case-tags {
    gap: 7px;
    margin-bottom: 14px;
  }

  .voice-case-tags span {
    font-size: 12px;
  }

  .voice-case-grid {
    gap: 10px;
    margin-bottom: 14px;
  }

  .voice-case-grid > div {
    padding: 15px 14px;
  }

  .voice-case-grid h4 {
    font-size: 15px;
  }

  .voice-case-grid p {
    font-size: 14px;
    line-height: 1.68;
  }

  .voice-case-card blockquote {
    font-size: 15px;
    line-height: 1.7;
    padding: 13px 14px;
  }

  .voice-final-cta .final-cta-title {
    font-size: 24px;
    line-height: 1.45;
  }

  .voice-final-cta .final-cta-text {
    line-height: 1.75;
  }

  .voice-final-cta .final-cta-text span {
    display: block;
  }

  .voice-final-cta .final-cta-text strong {
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
  }

  .voice-final-cta .final-cta-text .marker-lines span {
    display: inline-block;
  }
}
