@charset "UTF-8";

/* リセット・共通初期設定 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}

/* カラー・フォントサイズ変数 */
:root {
  --sand: #EADDCB;
  --warm-cream: #F7F1E8;
  --deep-sand: #CFC1B4;
  --ocean-teal: #A8D9D8;
  --deep-teal: #6FBFC1;
  --sunset-orange: #E9B8B8;
  --sunset-rose: #F4C9CF;
  --palm-brown: #7A6A5C;
  --vintage-white: #FCF9F5;
  --text-dark: #3A342E;
  --text-mid: #636363;
  --grain-opacity: 0.04;
  --font-size-10: 0.625rem;
  --font-size-11: 0.6875rem;
  --font-size-12: 0.75rem;
  --font-size-13: 0.8125rem;
  --font-size-14: 0.875rem;
  --font-size-15: 0.9375rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-24: 1.5rem;
  --font-size-28: 1.75rem;
  --font-size-36: 2.25rem;
  --font-size-48: 3rem;
  --font-size-64: 4rem;
  --font-size-hero-sub: clamp(1rem, 2.5vw, 1.375rem);
  --font-size-heading-md: clamp(1.375rem, 3.2vw, 2rem);
  --font-size-heading-lg: clamp(1.75rem, 4vw, 2.75rem);
  --font-size-price: clamp(2rem, 5vw, 2.75rem);
  --font-size-section-title: clamp(1.75rem, 4vw, 2.75rem);
  --font-size-cta-title: clamp(2.25rem, 5vw, 3.75rem);
  --font-size-hero-title: clamp(3.25rem, 8vw, 6rem);
}

/* ベース設定 */
html {
  scroll-behavior: auto;
}
body {
  background-color: var(--vintage-white);
  color: var(--text-dark);
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  position: relative;
}

/* 表示切り替え・共通画像 */
.pc {
  display: block;
}
.sp {
  display: none;
}
.image {
  width: 100%;
}
.wrap-ttl {
  position: relative;
}
.wrap-ttl .ttl-image {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

/* 共通：番号・丸吹き出し */
.circle-badge,
.number-badge-media::before {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--badge-size, 4rem);
  height: var(--badge-size, 4rem);
  padding: 0;
  background: var(--badge-bg, var(--sunset-rose));
  color: var(--badge-color, var(--vintage-white));
  font-size: var(--badge-font-size, var(--font-size-20));
  line-height: 1;
  font-weight: 700;
  border-radius: 50%;
}
.number-badge-media {
  position: relative;
}
.number-badge-media::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  content: var(--badge-content);
  font-size: var(--badge-font-size, var(--font-size-12));
  letter-spacing: var(--badge-letter-spacing, 0);
  transform: var(--badge-transform, none);
}
.number-badge-list--decimal .number-badge-media {
  --badge-content: counter(workholiday-point, decimal-leading-zero);
  --badge-size: 3.25rem;
  --badge-top: 0.75rem;
  --badge-left: 0.75rem;
  --badge-font-size: var(--font-size-24);
  --badge-transform: translateX(-50%);
}
.number-badge-list--decimal .number-badge-media::before {
  counter-increment: workholiday-point;
}
.number-badge-list--decimal .number-badge-media::after {
  content: none;
}
.number-badge-list--point .number-badge-media {
  --badge-content: 'POINT' counter(cost-point);
  --badge-size: 4rem;
  --badge-top: 0;
  --badge-left: 0;
  --badge-font-size: var(--font-size-12);
  --badge-letter-spacing: 0.05em;
}
.number-badge-list--point .number-badge-media::before {
  counter-increment: cost-point;
  line-height: 1.2;
}

/* 全体の紙質・ノイズ演出 */
/* body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.045;
  pointer-events: none;
  z-index: 9999;
} */

/* ファーストビュー */
/* .main_visual {
  width: 100%;
  overflow: visible;
}
.main_visual picture {
  display: block;
  width: 100%;
}
.main_visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.main_visual + .intro-band {
  margin-top: 0;
} */
body > section.intro-band {
  margin-top: 0 !important;
}
/* .hero {
  min-height: 100vh;
  background:
    url("../img/no_image_test.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-stamp {
  position: absolute;
  top: 12%;
  left: 8%;
  border: 0.1875rem solid rgba(255,250,240,0.5);
  padding: 0.5rem 1rem;
  transform: rotate(-5deg);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: var(--font-size-11);
  letter-spacing: 0.1875rem;
  color: rgba(255,250,240,0.7);
  text-transform: uppercase;
}
.hero-content {
  text-align: center;
  z-index: 10;
  padding: 0 1.25rem;
}
.hero-eyebrow {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: var(--font-size-13);
  letter-spacing: 0.3125rem;
  color: var(--sand);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.hero-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: var(--font-size-hero-title);
  line-height: 1;
  color: var(--vintage-white);
  text-shadow: 0.125rem 0.25rem 1.25rem rgba(0,0,0,0.3);
  margin-bottom: 1rem;
  font-weight: 700;
}
.hero-title em {
  font-style: italic;
  color: var(--sunset-orange);
}
.hero-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: var(--font-size-hero-sub);
  color: rgba(255,250,240,0.85);
  margin-bottom: 0.75rem;
  line-height: 1.8;
}
.hero-badge {
  display: inline-block;
  background: rgba(255,250,240,0.15);
  border: 0.0625rem solid rgba(255,250,240,0.4);
  color: var(--sand);
  font-size: var(--font-size-13);
  letter-spacing: 0.125rem;
  padding: 0.5rem 1.25rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.hero-cta {
  display: inline-block;
  background: linear-gradient(
    135deg,
    #F8DDE0 0%,
    #EBC8CC 52%,
    #DDB6B2 100%
  );
  color: var(--sunset-rose);
  font-size: var(--font-size-18);
  font-weight: 600;
  padding: 1.25rem 3.25rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.0625rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0.5rem 2rem rgba(122,106,92,0.18);
}
.hero-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.1);
  transform: translateX(-100%) skewX(-15deg);
  transition: transform 0.4s ease;
}
.hero-cta:hover::before {
  transform: translateX(120%) skewX(-15deg);
}
.hero-cta:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 1rem 3rem rgba(122,106,92,0.24);
} */

/* セクション共通タイトル */
.section-label {
  position: relative;
  display: block;
  max-width: 44rem;
  margin: 0 auto 0.75rem;
  padding-top: 7rem;
  color: var(--deep-sand);
  font-size: var(--font-size-11);
  line-height: 1.4;
  letter-spacing: 0.3125rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.section-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 14rem;
  height: 6.125rem;
  background: url("../img/ttl_image.png") no-repeat center top / contain;
  transform: translateX(-50%);
  pointer-events: none;
}
.section-label::after {
  content: none;
}
.section-title {
  max-width: 44rem;
  margin: 0 auto 2.25rem;
  color: var(--text-mid);
  font-size: var(--font-size-section-title);
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
}
.section-title em {
  font-style: italic;
}
.section-body {
  line-height: 2;
  color: var(--text-mid);
}

/* 共通：h3見出し */
h3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
h3::before {
  content: '';
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  background: url("../img/ttl_shell.png") no-repeat center / contain;
}
.cost-card > .workholiday-detail__title {
  display: block;
}
.cost-card > .workholiday-detail__title::before {
  content: none;
  display: none;
}

/* セクション共通の斜め区切り */
body > section:not(.hero):not(.cts-cta) {
  --section-slant: 9rem;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-top: calc(var(--section-slant) * -1);
  overflow: hidden;
  clip-path: polygon(0 0, 100% var(--section-slant), 100% 100%, 0 calc(100% - var(--section-slant)));
}
body > section.intro-band {
  clip-path: none !important;
  margin-top: 0;
  padding-top: 4.25rem !important;
}

/* 導入セクション */
.intro-band {
  margin: 6.25rem 0;
  padding: 6.25rem 1.5rem;
  color: var(--text-dark);
  text-align: center;
  position: relative;
}
.intro-band h2 {
  font-size: var(--font-size-heading-lg);
  margin-bottom: 1.25rem;
  line-height: 1.3;
  color: var(--text-mid);
  font-weight: 700;
}
.intro-band h2 em {
  font-style: italic;
  color: var(--sunset-rose);
}
.intro-band p {
  line-height: 2;
  max-width: 42.5rem;
  margin: 0 auto;
  color: var(--text-mid);
}
.intro-band__photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 4.5rem auto 0;
}
.intro-work-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.85fr;
  gap: 2.25rem;
  align-items: center;
}
.intro-work-layout__text {
  min-width: 0;
}
.intro-work-layout__photo {
  max-width: 30rem;
  margin: 0 auto;
}
.intro-work-layout .wrap-ttl {
  text-align: center;
}
.intro-work-layout .section-label,
.intro-work-layout h2 {
  text-align: center;
}
.intro-work-layout .section-label {
  margin-left: auto;
  margin-right: auto;
}
.intro-work-layout p {
  text-align: left;
}

.what-inner,
.industry-inner,
.cost-inner,
.budget-inner,
.why-inner,
.flow-inner,
.cta-section-inner,
.intro-band--inner {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0 1.5rem 4.25rem;
}
.intro-band--inner {
  max-width: 70.25rem;
  padding: 0;
}
.cost-inner {
  padding-left: 0;
  padding-right: 0;
}

/* 共通：クリーム背景セクション */
.what-section,
.cost-section {
  background: var(--warm-cream);
}

/* ワーホリ比較・詳細説明 */
.workholiday-detail {
  margin-top: 6.5rem;
  position: relative;
}
.workholiday-detail__label {
  font-size: var(--font-size-10);
  letter-spacing: 0.1875rem;
  color: var(--deep-sand);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.workholiday-detail__title {
  font-size: var(--font-size-heading-md);
  color: var(--text-mid);
  line-height: 1.35;
  margin-bottom: 1rem;
  font-weight: 700;
}
.workholiday-detail__lead {
  line-height: 2;
  color: var(--text-mid);
}

/* ワーホリとの違いポイント */
.workholiday-points {
  counter-reset: workholiday-point;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  width: 100vw;
  margin: 2.25rem 0 0 calc(50% - 50vw);
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
  align-items: stretch;
}
.workholiday-point {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 1.25rem;
  background: var(--vintage-white);
  padding: 1.75rem;
  height: 100%;
}
.workholiday-point__num {
  max-width: 11rem;
  margin: 0 auto;
}
.workholiday-point__content h4 {
  display: block;
  font-size: var(--font-size-24);
  color: var(--sunset-rose);
  margin-bottom: 0.625rem;
  font-weight: 600;
  text-align: center;
}
.workholiday-point__content p {
  /* font-size: var(--font-size-14); */
  line-height: 1.75;
  color: var(--text-mid);
}

/* 業種一覧タブ */
.tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 2.5rem;
  border-bottom: 0.125rem solid var(--deep-sand);
  overflow-x: visible;
}
.tab-btn {
  background: none;
  border: none;
  padding: 1rem 1.75rem;
  cursor: pointer;
  color: var(--text-mid);
  position: relative;
  transition: color 0.3s;
  opacity: 0.6;
  font-size: var(--font-size-18);
  font-weight: 600;
}
.tab-btn.active {
  color: var(--sunset-rose);
  opacity: 1;
  font-weight: 600;
}
.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  right: 0;
  height: 0.125rem;
  background: var(--sunset-rose);
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}
.tab-note {
  margin-top: 1.25rem;
  /* font-size: var(--font-size-13); */
  color: var(--text-mid);
}
.tab-note--ng {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

/* 業種一覧リスト */
.industry-role-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.industry-role-row {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.25rem;
  align-items: baseline;
  background: var(--warm-cream);
  padding: 1rem 1.25rem;
}
.industry-role-name {
  font-weight: 700;
  color: var(--text-mid);
  position: relative;
  padding-right: 1.25rem;
}
.industry-role-name::after {
  content: '：';
  position: absolute;
  right: 0;
  color: var(--text-mid);
  font-weight: 400;
}
.industry-role-jobs {
  color: var(--text-mid);
  line-height: 1.8;
}

/* 費用セクション */
.cost-section .number-badge-media::before {
  top: 0rem;
  left: -1rem;
}

/* 費用カード */
.cost-card {
  background: var(--vintage-white);
  border: 0.0625rem solid var(--deep-sand);
  padding: 3rem;
  margin-top: 3rem;
  position: relative;
}
.cost-card .cost-support-block h3,
.cost-card .cost-point-block h3 {
  color: var(--sunset-rose);
}

/* 料金プラン比較 */
.cost-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.125rem;
  margin-bottom: 1.5rem;
}
.cost-plan {
  background: var(--warm-cream);
  padding: 2rem 1.5rem;
  text-align: center;
}
.cost-plan--highlight {
  background: var(--sunset-rose);
}
.cost-plan-label {
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-mid);
}
.cost-plan--highlight .cost-plan-label {
  color: var(--vintage-white);
}
.cost-plan-price {
  font-size: var(--font-size-price);
  line-height: 1;
  font-weight: 700;
  color: var(--sunset-rose);
}
.cost-plan--highlight .cost-plan-price {
  color: var(--vintage-white);
}

/* 費用に含まれるもの */
.cost-items {
  display: flex;
  flex-direction: column;
}
.cost-caution {
  margin-top: 1rem;
  font-size: var(--font-size-13);
  line-height: 1.8;
  color: #999;
}
.cost-caution p + p {
  margin-top: 0.25rem;
}
.cost-caution span {
  display: inline-block;
  margin-right: 0.35rem;
  color: var(--sunset-rose);
  font-weight: 700;
}
.cost-table-head,
.cost-row {
  display: grid;
  grid-template-columns: 1fr 5.5rem 5.5rem;
  align-items: center;
}
.cost-table-head {
  background: var(--deep-sand);
  color: var(--vintage-white);
  font-weight: 700;
}
.cost-table-plan {
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: var(--font-size-18);
}
.cost-group-label {
  background: var(--warm-cream);
  color: var(--text-dark);
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-bottom: 0.0625rem solid rgba(201,187,176,0.5);
}
.cost-row {
  padding: 0;
  border-bottom: 0.0625rem dashed rgba(201,187,176,0.5);
}
/* .cost-row:last-child {
  border-bottom: none;
} */
.cost-label {
  padding: 1rem 1rem;
  font-size: var(--font-size-16);
  color: var(--text-mid);
}
.cost-label em {
  color: var(--sunset-orange);
  font-style: normal;
  font-weight: 700;
}
.cost-check {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 1rem 0.5rem;
  color: var(--sunset-rose);
  font-size: var(--font-size-18);
  font-weight: 700;
}
.cost-note {
  margin-top: 1.5rem;
  padding: 1rem;
  background: var(--warm-cream);
  font-size: var(--font-size-13);
  color: var(--text-dark);
  line-height: 1.8;
  border-left: 0.1875rem solid var(--deep-sand);
}

/* 費用補足・含まれないもの */
.cost-support-block,
.cost-point-block {
  margin-top: 2.5rem;
}
.cost-subtitle {
  font-size: var(--font-size-24);
  color: var(--text-mid);
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.cost-outside-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cost-outside-list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: var(--font-size-14);
  color: var(--text-mid);
  line-height: 1.8;
}
.cost-outside-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--sunset-orange);
}
.cost-note--payment {
  margin-top: 2rem;
}

/* サポート内容カード */
.cost-caution--cards {
  counter-reset: cost-point;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem;
  margin-top: 2rem;
  align-items: stretch;
}
.cost-caution-card {
  height: 100%;
}
.cost-caution-img {
  max-width: 11rem;
  margin: 0 auto;
}
.cost-caution-text span {
  display: block;
  font-size: var(--font-size-24);
  margin: 0.5rem auto;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.cost-caution-text p {
  margin: 0;
  font-size: var(--font-size-16);
  line-height: 1.8;
  color: var(--text-mid);
}

/* 共通：ヤシ背景セクション */
.budget-section,
.why-section,
.intro-band {
  position: relative;
  background: var(--vintage-white);
  z-index: 1;
}
.budget-section::before,
.why-section::before,
.intro-band::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(../img/palm_tree.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  opacity: 0.55;
  pointer-events: none;
}

.budget-inner,
.why-inner,
.intro-band__stamp,
.budget-section .cts-cta,
.why-section .cts-cta,
.intro-band--inner {
  position: relative;
  z-index: 1;
}

/* 月間収支セクション */

/* 月間収支グラフ */
.budget-chart {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.budget-heading {
  margin-bottom: 0.5rem;
  font-size: var(--font-size-11);
  letter-spacing: 0.1875rem;
  color: var(--sunset-rose);
  text-transform: uppercase;
  font-weight: 600;
}
.budget-heading--expense {
  margin: 1.5rem 0 0.5rem;
  color: var(--sunset-orange);
}
.budget-row {
  display: grid;
  grid-template-columns: 14rem 1fr 10rem;
  align-items: center;
  gap: 1rem;
}
.budget-label {
  color: var(--text-mid);
}
.budget-label-note {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: var(--font-size-13);
  line-height: 1.6;
  font-weight: 400;
  color: var(--text-mid);
}
.budget-bar-wrap {
  height: 1.25rem;
  background: var(--warm-cream);
  position: relative;
}
.budget-bar {
  width: 0;
  height: 100%;
  transition: width 1.5s ease;
  position: relative;
}
.budget-bar.income {
  background: linear-gradient(
    90deg,
    #CDEBEA 0%,
    #A8D9D8 55%,
    #6FBFC1 100%
  );
}
.budget-bar.expense {
  background: linear-gradient(
    90deg,
    #F8DDE0 0%,
    #EBC8CC 55%,
    #DDB6B2 100%
  );
}
.budget-amount {
  font-size: var(--font-size-18);
  text-align: right;
  color: var(--text-mid);
  font-weight: 700;
  white-space: nowrap;
}
.budget-chart .section-title {
  justify-content: flex-start;
  max-width: none;
  margin: 0 0 1rem;
  color: var(--sunset-rose);
  text-align: left;
}

/* 月間収支まとめ */
.budget-summary {
  margin-top: 2.5rem;
  background: var(--deep-teal);
  color: var(--vintage-white);
  padding: 2rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.budget-summary .label {
  font-size: var(--font-size-13);
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.budget-summary .amount {
  font-size: var(--font-size-36);
  font-weight: 700;
}
.budget-summary-vs {
  font-size: var(--font-size-48);
  opacity: 0.3;
  font-weight: 700;
}
.amount--saving {
  color: var(--sand);
}
.budget-section h3.section-title {
  font-size: var(--font-size-heading-md);
  margin-bottom: 1rem;
  font-weight: 700;
}
.budget-section .budget-section-message {
  margin-top: 2.5rem;
}
.budget-message {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 10rem;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2.5rem;
}
.budget-message__balloon {
  position: relative;
  background: var(--warm-cream);
  padding: 1.5rem 1.75rem;
  color: var(--text-mid);
  line-height: 2;
}
.budget-message__balloon::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--warm-cream);
  transform: translateY(-50%) rotate(45deg);
}
.budget-message__balloon p {
  margin: 0;
}
.budget-message__image {
  max-width: 10rem;
}

/* 英語力セクション */
.english-section {
  padding: 6.25rem 0;
  background: var(--warm-cream);
  background: url(../img/english-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.english-inner {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 6.25rem 4.5rem;
}

/* ハワイを選ぶ理由セクション */

/* 理由カード */
.why-grid {
  width: 100vw;
  margin-top: 3rem;
  margin-left: calc(50% - 50vw);
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}
.why-slider-control,
.cost-slider-control,
.workholiday-slider-control {
  display: none;
}

.why-slider-arrow,
.cost-slider-arrow,
.workholiday-slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  aspect-ratio: 1 / 1;
  border: 0.125rem solid var(--palm-brown);
  border-radius: 50%;
  background: transparent;
  position: relative;
  cursor: pointer;
  padding: 0;
  appearance: none;
}
.why-slider-arrow::before,
.cost-slider-arrow::before,
.workholiday-slider-arrow::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid var(--palm-brown);
  border-right: 0.125rem solid var(--palm-brown);
}
.why-slider-arrow--prev::before,
.cost-slider-arrow--prev::before,
.workholiday-slider-arrow--prev::before {
  transform: translateX(0.125rem) rotate(-135deg);
}
.why-slider-arrow--next::before,
.cost-slider-arrow--next::before,
.workholiday-slider-arrow--next::before {
  transform: translateX(-0.125rem) rotate(45deg);
}
.why-slider-dots,
.cost-slider-dots,
.workholiday-slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.why-slider-dot,
.cost-slider-dot,
.workholiday-slider-dot {
  width: 1.55rem;
  height: 1.55rem;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  opacity: 0.35;
  appearance: none;
}
.why-slider-dot::before,
.cost-slider-dot::before,
.workholiday-slider-dot::before {
  content: '';
  position: absolute;
  inset: 0.5rem;
  border-radius: 50%;
  background: var(--palm-brown);
}
.why-slider-dot.is-active,
.cost-slider-dot.is-active,
.workholiday-slider-dot.is-active {
  opacity: 1;
}
.why-slider-dot.is-active::before,
.cost-slider-dot.is-active::before,
.workholiday-slider-dot.is-active::before {
  inset: 0;
  border-radius: 0;
  background: url("../img/plumeria_icon.png") no-repeat center / contain;
}
.why-card {
  padding: 3rem 2rem 2rem;
  position: relative;
  background: var(--sunset-rose);
  margin-top: 2rem;
  height: 100%;
}
.why-num {
  --badge-size: 4rem;
  --badge-font-size: var(--font-size-20);
  position: absolute;
  top: -2rem;
  left: 50%;
  margin-bottom: 0;
  transform: translateX(-50%);
}
.why-num,
.why-title {
  font-weight: 600;
  text-align: center;
}
.why-title {
  font-size: var(--font-size-24);
  margin-bottom: 0.75rem;
  color: var(--vintage-white);
}
.why-text {
  font-size: var(--font-size-15);
  color: var(--vintage-white);
  line-height: 1.9;
}

/* 渡米までの流れセクション */
.flow-section {
  background: var(--warm-cream);
}
.flow-inner {
  position: relative;
}
.flow-lead {
  color: rgba(58, 52, 46, 0.75);
  line-height: 2;
  margin-top: 1rem;
}

/* 流れステップ */
.flow-steps {
  margin-top: 3.75rem;
  position: relative;
}
.flow-steps::before {
  content: '';
  position: absolute;
  left: 1.5rem;
  top: 0;
  bottom: 0;
  width: 0.0625rem;
  background: var(--deep-sand);
  opacity: 0.6;
}
.flow-step {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.flow-num-wrap {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  background: var(--vintage-white) url("../img/plumeria_icon.png") no-repeat center / contain;
  position: relative;
  z-index: 1;
}
.flow-num {
  display: none;
}
.flow-content {
  padding-top: 0.5rem;
}
.flow-title {
  font-size: var(--font-size-20);
  color: var(--text-mid);
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.flow-duration {
  display: inline-block;
  font-size: var(--font-size-10);
  letter-spacing: 0.125rem;
  color: var(--palm-brown);
  border: 0.0625rem solid rgba(122, 106, 92, 0.45);
  padding: 0.125rem 0.625rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.flow-desc {
  color: rgba(58, 52, 46, 0.72);
  line-height: 1.9;
}

/* CTAセクション */
.cta-section {
  /* background: var(--deep-sand); */
  background: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-bottom: 3.25rem !important;
  position: relative;
}
.cta-section-inner {
  background: rgba(252, 249, 245, 0.9);
}
body > section.cta-section {
  clip-path: polygon(0 0, 100% var(--section-slant), 100% 100%, 0 100%) !important;
}
.cta-section-inner .cta-buttons {
  margin-bottom: 0;
}
.cta-section .message {
  text-align: left;
}
.cta-section .message {
  text-align: left;
}
.cta-section .section-label {
  justify-content: center;
}
.cta-section .section-label::before {
  display: block;
}
.cta-section h2 {
  font-size: var(--font-size-cta-title);
  color: var(--text-mid);
  margin-bottom: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
.cta-section p {
  color: var(--text-mid);
  line-height: 2;
  max-width: 35rem;
  margin: 0 auto 3rem;
}
.cta-buttons {
  margin: 3.25rem 0 2.25rem;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-18);
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  letter-spacing: 0.0625rem;
}
.btn-primary,
.fixed-cta-btn {
  color: var(--vintage-white);
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(135deg, #2ED86E 0%, #00A86B 100%);
}
.btn-primary::before,
.fixed-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.25) 45%,
    rgba(255,255,255,0.75) 50%,
    rgba(255,255,255,0.25) 55%,
    transparent 100%
  );
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  pointer-events: none;
}
.btn-primary:hover::before,
.fixed-cta-btn:hover::before {
  left: 130%;
}
.btn-primary::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid var(--vintage-white);
  border-right: 0.125rem solid var(--vintage-white);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.btn-primary:hover::after {
  transform: translateY(-50%) translateX(0.25rem) rotate(45deg);
}
.cts-cta {
  text-align: center;
}
.cts-cta .cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* フッター */
footer {
  background: var(--text-dark);
  color: rgba(255,250,240,0.5);
  text-align: center;
  padding: 1.5rem;
  font-size: var(--font-size-13);
  letter-spacing: 0.125rem;
}
.footer-copy {
  font-size: var(--font-size-12);
}
footer a {
  color: rgba(255,250,240,0.5);
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}

/* 追従CTA */
.fixed-cta {
  position: fixed;
  bottom: 1.75rem;
  right: 1.75rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
.fixed-cta-label {
  font-size: var(--font-size-10);
  letter-spacing: 0.125rem;
  color: var(--text-mid);
  text-transform: uppercase;
  background: rgba(255,250,240,0.9);
  padding: 0.25rem 0.75rem;
  border-radius: 0.125rem;
  font-weight: 600;
}
.fixed-cta-btn {
  padding: 1rem 1.75rem;
  box-shadow: 0 0.5rem 1.75rem rgba(122,106,92,0.22);
  white-space: nowrap;
}

/* ワーホリ詳細レイアウト */
.wrap-workholiday-detail {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 2rem;
  align-items: center;
}
.wrap-workholiday-detail__text {
  min-width: 0;
}
.workholiday-detail__photo {
  max-width: 18rem;
  margin: 0 auto;
}

/* 業種一覧背景 */
.industry-section {
  background-image: url(../img/industry-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: 120rem 90rem;
  background-position: center top;
}

/* 白背景ボックス */
.industry-inner,
.english-inner,
.flow-inner,
.budget-inner,
.cta-section-inner {
  padding: 4.25rem;
  background: rgba(252, 249, 245, 1);
}
.budget-inner {
  border: 0.0625rem solid var(--deep-sand);
}

/* タブレット以下 */
.intro-band__photo:nth-child(1) {
  transform: translateY(0);
}
.intro-band__photo:nth-child(2) {
  transform: translateY(1.75rem);
}
.intro-band__photo:nth-child(3) {
  transform: translateY(3.5rem);
}
.intro-band__photo:nth-child(4) {
  transform: translateY(5.25rem);
}
.industry-section,
.english-section,
.flow-section{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 1025px) {
  :root {
    --font-size-section-title: clamp(2rem, 3.2vw, 2.75rem);
    --font-size-heading-md: clamp(1.5rem, 2.4vw, 2rem);
    --font-size-heading-lg: clamp(2rem, 3.4vw, 2.75rem);
  }
  body > section:not(.hero):not(.cts-cta) {
    --section-slant: 8rem;
    padding-top: 9rem;
    padding-bottom: 7rem;
  }
  .what-inner,
  .industry-inner,
  .cost-inner,
  .budget-inner,
  .why-inner,
  .flow-inner,
  .intro-band--inner {
    max-width: 56.25rem;
  }
  .intro-band--inner {
    max-width: 70.25rem;
  }
  .industry-inner,
  .english-inner,
  .flow-inner,
  .budget-inner {
    padding: 4.5rem;
    margin-bottom: 5.25rem;
  }
  .budget-inner {
    margin-bottom: 1.25rem;
  }
  .intro-band {
    margin: 6.25rem 0 7.5rem;
    padding: 6.25rem 1.5rem 8rem;
  }
  .intro-band__photos {
    gap: 1.25rem;
    margin: 4.5rem auto 0;
  }
  .workholiday-detail {
    margin-top: 3.5rem;
  }
  .workholiday-points {
    width: 100vw;
    margin: 3rem 0 0 calc(50% - 50vw);
    padding: 0 1.5rem 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    overflow: visible;
    align-items: stretch;
  }
  .workholiday-point {
    padding: 2rem;
    transform: none;
  }
  .workholiday-point:nth-child(2) {
    transform: none;
  }
  .workholiday-point:nth-child(3) {
    transform: none;
  }
  .workholiday-point__content h4 {
    font-size: var(--font-size-28);
    line-height: 1.45;
  }
  .workholiday-point__content p {
    font-size: var(--font-size-15);
    line-height: 1.85;
  }
  .cost-card {
    padding: 3.25rem;
  }
  .cost-caution--cards {
    gap: 5.25rem;
  }
  .budget-row {
    grid-template-columns: 14rem 1fr 10rem;
    gap: 1.25rem;
  }
  .why-grid {
    gap: 1.5rem;
  }
  .workholiday-slider-control,
  .why-slider-control,
  .cost-slider-control {
    display: none;
  }
  body > section.intro-band:has(.intro-band--inner) {
    padding-bottom: 3rem !important;
  }
  body > section.intro-band {
    margin-top: 0 !important;
  }
}

/* タブレット 768px〜1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --font-size-section-title: clamp(1.875rem, 4vw, 2.5rem);
    --font-size-heading-md: clamp(1.5rem, 3.4vw, 2rem);
    --font-size-heading-lg: clamp(1.875rem, 4vw, 2.5rem);
    --font-size-cta-title: clamp(2rem, 4.4vw, 3rem);
  }
  body > section:not(.hero):not(.cts-cta) {
    --section-slant: 5rem;
    padding-top: 7.5rem;
    padding-bottom: 6.5rem;
    margin-top: calc(var(--section-slant) * -1);
  }
  body > section.intro-band:has(.intro-band--inner) {
    padding-bottom: 0 !important;
  }
  .hero-content {
    padding: 0 2rem;
  }
  .hero-badge {
    margin-bottom: 2.5rem;
  }
  .intro-band {
    margin: 5rem 0 6.5rem;
    padding: 5rem 2rem 7rem;
  }
  .intro-band p {
    max-width: 40rem;
  }
  .intro-band__photos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.75rem auto 0;
  }
  .what-inner,
  .industry-inner,
  .cost-inner,
  .budget-inner,
  .why-inner,
  .flow-inner,
  .cta-section-inner,
  .intro-band--inner {
    max-width: 48rem;
    padding: 0 2rem 4rem;
  }
  .industry-inner,
  .english-inner,
  .flow-inner,
  .budget-inner,
  .cta-section-inner {
    padding: 3.5rem 2rem;
  }
  .section-body,
  .workholiday-detail__lead,
  .flow-lead {
      line-height: 1.95;
  }
  .wrap-workholiday-detail {
    grid-template-columns: minmax(0, 1fr) 12rem;
    gap: 1.5rem;
  }
  .workholiday-detail {
    margin-top: 4.5rem;
  }
  .workholiday-points {
    width: 100%;
    margin: 2.5rem 0 2rem;
    padding: 2rem 0 0;
    display: flex;
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: stretch;
  }
  .workholiday-points::-webkit-scrollbar {
    display: none;
  }
  .workholiday-point {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    gap: 1rem;
    padding: 2rem;
    transform: none;
  }
  .workholiday-point__content h4 {
    font-size: var(--font-size-24);
    line-height: 1.45;
  }
  .workholiday-point__content p {
      line-height: 1.85;
  }
  .workholiday-slider-control {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
    align-items: center;
    column-gap: 0.75rem;
    width: 100%;
    max-width: 15rem;
    margin: 1.5rem auto 0;
  }
  .tab-nav {
    overflow-x: visible;
    scrollbar-width: auto;
  }
  
  .tab-btn {
    flex: 1 1 33.333%;
    padding: 1rem 1rem;
      white-space: normal;
  }
  .cost-card {
    padding: 2.5rem;
  }
  .cost-caution--cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 1.5rem;
  }
  .cost-caution-img {
    max-width: 65%;
  }
  .cost-section .number-badge-media::before {
    top: -0.5rem;
    left: -0.5rem;
  }
  .budget-row {
    grid-template-columns: 11rem 1fr 8.5rem;
    gap: 0.875rem;
  }
  .budget-summary {
    padding: 1.75rem 2rem;
    gap: 1rem;
  }
  .budget-summary .amount {
    font-size: var(--font-size-28);
  }
  .budget-summary-vs {
    font-size: var(--font-size-36);
  }
  .budget-message {
    grid-template-columns: minmax(0, 1fr) 8.5rem;
  }
  .why-grid {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 2rem 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
    row-gap: 3.75rem;
    overflow: visible;
  }
  .why-card {
    width: auto;
    margin-top: 2rem;
    padding: 3rem 1.5rem 2rem;
  }
  .why-title {
    font-size: var(--font-size-22, 1.375rem);
  }
  .why-slider-control,
  .cost-slider-control {
    display: none;
  }
  .cta-section {
    padding: 0 2rem 5rem;
  }
  body > section.intro-band {
    margin-top: 0 !important;
  }
}

/* スマートフォン 〜767px */
@media screen and (max-width: 767px) {
  :root {
    --font-size-hero-title: clamp(2.75rem, 15vw, 4rem);
    --font-size-hero-sub: clamp(0.9375rem, 4vw, 1.125rem);
    --font-size-section-title: clamp(1.625rem, 7vw, 2rem);
    --font-size-heading-md: clamp(1.375rem, 6vw, 1.75rem);
    --font-size-heading-lg: clamp(1.625rem, 7vw, 2rem);
    --font-size-price: clamp(1.75rem, 8vw, 2.25rem);
    --font-size-cta-title: clamp(1.875rem, 8vw, 2.5rem);
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: var(--font-size-16);
  }
  body > section:not(.hero):not(.cts-cta) {
    --section-slant: 2rem;
    padding-top: 5.25rem;
    padding-bottom: 3.25rem;
    margin-top: calc(var(--section-slant) * -1);
    clip-path: polygon(0 0, 100% var(--section-slant), 100% 100%, 0 calc(100% - var(--section-slant)));
  }
  .hero {
    min-height: 92vh;
  }
  .hero-stamp {
    top: 8%;
    left: 1.25rem;
    padding: 0.375rem 0.75rem;
    font-size: var(--font-size-10);
    letter-spacing: 0.125rem;
  }
  .hero-content {
    padding: 0 1.25rem;
  }
  .hero-eyebrow {
    margin-bottom: 1rem;
    letter-spacing: 0.2rem;
  }
  .hero-sub {
    line-height: 1.75;
  }
  .hero-badge {
    margin-bottom: 2.25rem;
    font-size: var(--font-size-12);
    letter-spacing: 0.08rem;
  }
  .hero-cta {
    width: min(100%, 20rem);
    padding: 1.125rem 1rem;
    }
  .section-label {
    padding-top: 5.625rem;
    letter-spacing: 0.2rem;
  }
  .section-label::before {
    top: 0;
    left: 50%;
    width: 10.35rem;
    height: 4.725rem;
    background-position: center top;
    transform: translateX(-50%);
  }
  .section-title {
    margin-bottom: 1rem;
    line-height: 1.35;
  }
  .section-body {
  line-height: 1.95;
  }
  .intro-band {
    margin: 4.5rem 0 2.5rem;
    padding: 3.75rem 1.25rem 4.25rem;
  }
  .intro-band p {
    text-align: left;
    line-height: 1.95;
  }
  .wrap-ttl .ttl-image {
    max-width: 12.5rem;
  }
  .intro-band__photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    margin: 2.5rem auto 0;
  }
  .intro-band__photo,
  .intro-band__photo:nth-child(1),
  .intro-band__photo:nth-child(2),
  .intro-band__photo:nth-child(3),
  .intro-band__photo:nth-child(4) {
    transform: none;
  }
  .intro-work-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  /* .intro-work-layout__photo {
    max-width: 22rem;
  } */
  .what-inner,
  .industry-inner,
  .cost-inner,
  .budget-inner,
  .why-inner,
  .flow-inner,
  .cta-section,
  .cta-section-inner,
  .english-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .industry-inner,
  .english-inner,
  .flow-inner,
  .cta-section-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .english-section {
    padding-bottom: 6.25rem !important;
  }
  .workholiday-detail {
    margin-top: 2.75rem;
  }
  .wrap-workholiday-detail {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .workholiday-detail__lead {
      line-height: 1.95;
  }
  .workholiday-points {
    width: 100%;
    margin: 1.75rem 0;
    padding: 1.75rem 0 0;
    display: flex;
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: stretch;
  }
  .workholiday-points::-webkit-scrollbar {
    display: none;
  }
  .workholiday-point {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem 1.25rem;
    transform: none;
  }
  .workholiday-point__num {
    max-width: 8.5rem;
    margin: 0 auto;
    text-align: center;
  }
  .workholiday-point__content h4 {
    font-size: var(--font-size-24);
    line-height: 1.45;
    text-align: center;
  }
  .workholiday-point__content p {
      line-height: 1.85;
  }
  .number-badge-list--decimal .number-badge-media {
    --badge-size: 3.5rem;
    --badge-font-size: var(--font-size-16);
  }
  .workholiday-points .number-badge-media::before {
    top: 0.5rem;
    left: 0.5rem;
  }
  .tab-nav {
    overflow-x: visible;
    margin-bottom: 1.75rem;
    scrollbar-width: auto;
  }
  
  .tab-btn {
    flex: 1 1 33.333%;
    padding: 0.875rem 0.5rem;
    font-size: var(--font-size-16);
    white-space: normal;
  }
  .industry-role-list {
    gap: 0.75rem;
    font-size: var(--font-size-15);
  }
  .industry-role-row {
    grid-template-columns: 1fr;
    gap: 0.375rem;
    padding: 1rem;
  }
  .industry-role-name {
    padding-right: 0;
  }
  .industry-role-name::after {
    content: '';
  }
  .cost-card {
    padding: 2rem 1.25rem;
    margin-top: 2rem;
  }
  .cost-plan-grid {
    grid-template-columns: 1fr;
  }
  .cost-plan {
    padding: 1.75rem 1rem;
  }
  .cost-table-head,
  .cost-row {
    grid-template-columns: minmax(0, 1fr) 4.25rem 4.25rem;
  }
  .cost-label {
    padding: 0.875rem 0.625rem;
    font-size: var(--font-size-13);
    line-height: 1.7;
  }
  .cost-support-block {
    margin-top: 2rem;
  }
  .cost-caution--cards {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: stretch;
  }
  .cost-caution--cards::-webkit-scrollbar {
    display: none;
  }
  .cost-caution-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: 100%;
  }
  .cost-caution-img {
    max-width: 58%;
  }
  .cost-caution-text {
    margin-bottom: 1.25rem;
  }
  .cost-caution-text span {
    font-size: var(--font-size-20);
  }
  .cost-caution-text p {
      line-height: 1.85;
  }
  .cost-section .number-badge-media::before {
    top: 0;
    left: -0.75rem;
  }
  .cost-subtitle {
    font-size: var(--font-size-18);
  }
  .budget-chart {
    margin-top: 2.25rem;
    gap: 0.875rem;
  }
  .budget-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    min-width: 0;
    padding: 1rem;
    background: var(--warm-cream);
    }
  .budget-label {
    font-weight: 600;
  }
  .budget-bar-wrap {
    width: 100%;
    background: var(--vintage-white);
  }
  .budget-amount {
    text-align: left;
    white-space: normal;
    }
  .budget-summary {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.75rem;
    padding: 1.5rem 1.25rem;
    text-align: center;
    align-items: center;
  }
  .budget-summary > div:last-child {
    grid-column: 1 / -1;
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 0.0625rem solid rgba(252, 249, 245, 0.35);
  }
  .budget-summary .label {
    font-size: var(--font-size-12);
    letter-spacing: 0.08rem;
  }
  .budget-summary .amount {
    font-size: var(--font-size-24);
    line-height: 1.2;
  }
  .budget-summary-vs {
    font-size: var(--font-size-24);
    line-height: 1;
  }
  .budget-message {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
  .budget-message__balloon {
    padding: 1.25rem;
    }
  .budget-message__balloon::before {
    top: auto;
    right: auto;
    bottom: -0.75rem;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
  .budget-message__image {
    max-width: 8rem;
    margin: 0 auto;
  }
  .budget-inner {
    background: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .budget-section .cts-cta {
    padding: 0 1.5rem;
  }
  .why-grid {
    width: 100%;
    margin-left: 0;
    padding: 2rem 0 0;
    display: flex;
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: stretch;
  }
  .why-grid::-webkit-scrollbar {
    display: none;
  }
  .why-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 3rem 1.5rem 2rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    height: 100%;
  }
  .why-title {
    font-size: var(--font-size-20);
    line-height: 1.45;
  }
  .why-text {
      line-height: 1.85;
  }
  .flow-steps {
    margin-top: 2.5rem;
  }
  .flow-steps::before {
    display: none;
  }
  .flow-step {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .flow-title {
    font-size: var(--font-size-18);
  }
  .flow-desc {
      line-height: 1.85;
  }
  .why-slider-control,
  .cost-slider-control,
  .workholiday-slider-control {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
    align-items: center;
    column-gap: 0.75rem;
    width: 100%;
    max-width: 15rem;
    margin: 0 auto;
  }
  .cta-section {
    padding-top: 0;
    padding-bottom: 4.5rem;
  }
  .cta-section p {
      line-height: 1.95;
    margin-bottom: 2.5rem;
  }
  .cta-buttons {
    margin: 2.5rem 0 1.5rem;
  }
  .btn-primary {
    width: 100%;
    padding: 1.375rem 2.125rem;
    font-size: var(--font-size-18);
  }
  .fixed-cta {
    right: 1rem;
    bottom: 1rem;
    max-width: calc(100% - 2rem);
  }
  .fixed-cta-btn {
    padding: 0.875rem 1.25rem;
    font-size: var(--font-size-14);
  }
  .tab-note {
    font-size: var(--font-size-15);
  }
  .cost-table-plan {
    font-size: var(--font-size-16);
  }
  body > section.intro-band {
    margin-top: 0 !important;
  }
}
