:root {
  --brand-green: #0f5a49;
  --brand-green-dark: #073f35;
  --brand-green-soft: #1f7562;
  --line-green: #06c755;
  --warm-brown: #a8744d;
  --orange-accent: #c7793b;
  --hero-cta-orange: #ff7a00;
  --hero-cta-orange-dark: #f06400;
  --ink: #273c3a;
  --muted-ink: #586966;
  --paper: #f8f6f1;
  --white: #ffffff;
  --border: #ded8cc;
  --soft-border: #eee8dd;
  --shadow: 0 8px 24px rgba(15, 90, 73, 0.06);
  --page-width: 935px;
  --grid-margin: 44px;
  --grid-gutter: 16px;
  --grid-content: 847px;
  --radius-card: 8px;
  --radius-button: 6px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --section-space: clamp(56px, 5.8vw, 76px);
  --section-space-tight: clamp(44px, 4.6vw, 60px);
  --card-padding: clamp(18px, 1.75vw, 24px);
  --card-padding-sm: clamp(16px, 1.45vw, 20px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}

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

img {
  display: block;
  max-width: 100%;
}

.fut-custom-icon {
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
}

.fut-custom-icon--mini {
  width: clamp(52px, 3.6vw, 66px);
  height: clamp(52px, 3.6vw, 66px);
  margin: -2px 0;
}

.fut-custom-icon--card {
  width: clamp(58px, 4.2vw, 70px);
  height: clamp(58px, 4.2vw, 70px);
}

.fut-custom-icon--support {
  width: clamp(58px, 4.2vw, 70px);
  height: clamp(58px, 4.2vw, 70px);
}

.fut-custom-icon--pillar {
  width: clamp(60px, 4vw, 74px);
  height: clamp(60px, 4vw, 74px);
}

.fut-custom-icon--feature {
  width: 46px;
  height: 46px;
}

button {
  font: inherit;
}

.fut-container {
  width: min(calc(100% - 88px), var(--grid-content));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--grid-gutter);
}

.fut-card {
  display: block;
  gap: 0;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow);
  transition: none;
}

.fut-section-title {
  margin: 0;
  color: var(--brand-green);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 2.15vw, 30px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.fut-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  border-radius: var(--radius-button);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fut-button--primary {
  background: var(--brand-green);
  color: var(--white);
}

.fut-button--outline {
  background: var(--white);
  border: 1px solid #d8b99e;
  color: var(--warm-brown);
}

.fut-button--light,
.fut-button--white {
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--brand-green);
}

.fut-icon--end {
  margin-left: auto;
}

.l-header.fut-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 60px;
  background: var(--white);
  border-bottom: 1px solid #ececec;
  box-shadow: none;
  color: #333333;
}

.l-header.fut-header .l-header__inner {
  width: min(calc(100% - 240px), 1680px);
  max-width: 1680px;
  height: 60px;
  padding: 0;
}

.l-header.fut-header .l-header__logo {
  margin-right: 40px;
  padding: 0;
}

.l-header.fut-header .c-headLogo {
  margin: 0;
  max-width: none;
}

.l-header.fut-header .c-headLogo__link {
  display: inline-flex;
  align-items: center;
  width: 218px;
  line-height: 1;
}

.l-header.fut-header .c-headLogo__img {
  width: 218px;
  height: auto;
  max-height: none;
}

.l-header.fut-header .c-gnavWrap {
  margin-left: auto;
}

.l-header.fut-header .c-gnav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
}

.l-header.fut-header .c-gnav > .menu-item > a {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 clamp(9px, 1.1vw, 18px);
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}

.l-header.fut-header .c-gnav > .menu-item > a::after {
  content: none;
}

.fut-page {
  overflow: hidden;
}

.fut-hero {
  min-height: 334px;
  background:
    radial-gradient(circle at 56% 52%, rgba(229, 218, 205, 0.34) 0 7%, transparent 15%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 54%, #f8f3ed 100%);
  border-bottom: 1px solid var(--soft-border);
}

.fut-hero .fut-container {
  width: min(calc(100% - 120px), 1840px);
  column-gap: 22px;
}

.fut-hero__inner {
  position: relative;
  min-height: 334px;
  padding-top: clamp(26px, 3.2vw, 42px);
  padding-bottom: clamp(26px, 3vw, 40px);
}

.fut-hero__copy {
  grid-column: 1 / 7;
  z-index: 2;
}

.fut-hero h1 {
  margin: 0;
  color: var(--brand-green);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(29px, 2.68vw, 50px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
}

.fut-hero h1 span {
  display: block;
  white-space: nowrap;
}

.fut-hero h1 span span {
  display: inline;
}

.fut-hero__title-main {
  color: var(--brand-green);
}

.fut-hero__title-small {
  color: var(--ink);
  font-size: 0.72em;
}

.fut-hero__title-accent {
  color: #111111;
}

.fut-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.fut-hero__buttons {
  display: flex;
  gap: clamp(16px, 2.2vw, 36px);
  margin-top: 18px;
}

.fut-hero__buttons .fut-button {
  justify-content: flex-start;
  gap: clamp(9px, 0.9vw, 14px);
  border-radius: 8px;
  font-size: clamp(16px, 1.25vw, 22px);
  line-height: 1.2;
}

.fut-hero__primary {
  width: clamp(220px, 19vw, 350px);
  height: clamp(52px, 4.1vw, 76px);
  padding: 0 clamp(16px, 1.7vw, 30px);
  background: linear-gradient(180deg, #ff8a00 0%, var(--hero-cta-orange) 100%);
  box-shadow: 0 16px 30px rgba(255, 122, 0, 0.2);
}

.fut-hero__secondary {
  width: clamp(220px, 19vw, 350px);
  height: clamp(52px, 4.1vw, 76px);
  padding: 0 clamp(16px, 1.7vw, 30px);
  border: 2px solid var(--hero-cta-orange);
  color: var(--hero-cta-orange-dark);
}

.fut-hero__buttons .fut-button > .fut-icon:first-child {
  width: clamp(22px, 1.8vw, 30px);
  height: clamp(22px, 1.8vw, 30px);
}

.fut-hero__buttons .fut-icon--end {
  width: clamp(26px, 2vw, 34px);
  height: clamp(26px, 2vw, 34px);
  margin-left: auto;
  padding: clamp(7px, 0.55vw, 10px);
  border-radius: 999px;
}

.fut-hero__primary .fut-icon--end {
  background: var(--white);
}

.fut-hero__secondary .fut-icon--end {
  background: var(--hero-cta-orange);
}

.fut-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(22px, 3vw, 72px);
  margin: 18px 0 0;
  padding: 0;
  color: var(--muted-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

.fut-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fut-trust-list .fut-icon {
  width: clamp(17px, 1.7vw, 28px);
  height: clamp(17px, 1.7vw, 28px);
}

.fut-hero__visual {
  grid-column: 7 / 11;
  position: relative;
  min-height: 264px;
  margin-top: 16px;
}

.fut-device {
  position: absolute;
  background: #111;
  border-radius: 8px;
  box-shadow: 0 18px 32px rgba(38, 50, 46, 0.16);
}

.fut-device__screen {
  height: 100%;
  border: clamp(8px, 0.85vw, 13px) solid #111;
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.fut-device__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fut-device--laptop {
  left: 0;
  top: 18px;
  width: clamp(300px, 27vw, 560px);
  height: clamp(200px, 17.2vw, 350px);
}

.fut-device--laptop::after {
  position: absolute;
  left: -36px;
  right: -36px;
  bottom: -16px;
  height: 16px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #dfddd8, #b8b6b1);
  content: "";
}

.fut-device--phone {
  right: 0;
  top: clamp(76px, 6.9vw, 142px);
  width: clamp(60px, 6vw, 122px);
  height: clamp(114px, 10.5vw, 218px);
  border-radius: 14px;
}

.fut-device--phone .fut-device__screen {
  border-width: 5px;
  border-radius: 10px;
}

.fut-hero__feature-stack {
  grid-column: 11 / 13;
  display: grid;
  align-content: start;
  gap: clamp(8px, 0.85vw, 14px);
  margin-top: 22px;
}

.fut-mini-card {
  display: grid;
  grid-template-columns: clamp(52px, 3.6vw, 66px) 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
  gap: clamp(6px, 0.5vw, 10px);
  min-height: clamp(74px, 5.3vw, 98px);
  padding: clamp(12px, 0.95vw, 16px) 12px;
  background: var(--white);
  border: 1px solid var(--soft-border);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(38, 50, 46, 0.08);
}

.fut-mini-card .fut-icon {
  width: clamp(52px, 3.6vw, 66px);
  height: clamp(52px, 3.6vw, 66px);
}

.fut-mini-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.35;
}

.fut-mini-card p {
  margin: clamp(1px, 0.25vw, 4px) 0 0;
  color: var(--muted-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.fut-services {
  padding: var(--section-space) 0 var(--section-space-tight);
}

.fut-services > .fut-container {
  row-gap: clamp(38px, 4.8vw, 64px);
}

.fut-problems,
.fut-pillars,
.fut-feature-strip,
.fut-demo-sites {
  grid-column: 1 / 13;
}

.fut-problem-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: var(--space-lg);
}

.fut-problem-card {
  min-height: 136px;
  padding: var(--card-padding-sm);
  text-align: center;
}

.fut-problem-card .fut-custom-icon--card {
  margin: 0 auto var(--space-xs);
}

.fut-problem-card p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.fut-pillars {
  margin-top: 0;
}

.fut-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: var(--space-lg);
}

.fut-pillar-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: var(--card-padding);
  text-align: center;
}

.fut-pillar-grid .fut-pillar-card {
  padding-right: 17px;
  padding-left: 17px;
}

.fut-pillar-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 var(--space-md);
  border-radius: 8px;
  object-fit: cover;
}

.fut-kicker {
  margin: 0 0 4px;
  color: var(--brand-green-soft);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.fut-pillar-card h3 {
  margin: 0;
  color: var(--brand-green);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.fut-pillar-card p {
  margin: var(--space-xs) 0 0;
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 24px;
}

.fut-pillar-card > p:not(.fut-kicker) {
  text-align: left;
}

.fut-pillar-card__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  padding-top: var(--space-md);
}

.fut-icon-pair {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.fut-small-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 28px;
  border-radius: 4px;
  background: var(--brand-green);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.fut-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fut-feature-item {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  min-height: 92px;
  padding: var(--card-padding-sm);
  background: var(--white);
  border: 1px solid #e3c6a8;
  border-radius: var(--radius-card);
}

.fut-feature-item h3 {
  margin: 0;
  color: var(--brand-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.fut-feature-item p {
  margin: 2px 0 0;
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 24px;
}

.fut-demo-head,
.fut-cases__head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: var(--space-xs);
  align-items: center;
}

.fut-demo-head h2,
.fut-cases__head h2 {
  grid-column: 1 / 7;
  margin: 0;
  color: var(--brand-green);
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.fut-demo-head a,
.fut-cases__head a {
  grid-column: 10 / 13;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.fut-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: var(--space-lg);
}

.fut-demo-card {
  min-height: 220px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.fut-demo-card .fut-photo {
  aspect-ratio: 2940 / 1614;
  min-height: 0;
}

.fut-photo {
  min-height: 132px;
  background: linear-gradient(135deg, #efe8dd, #d2b89d);
  overflow: hidden;
}

.fut-photo--salon {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.36)),
    linear-gradient(135deg, #d7b894, #f6eee2);
}

.fut-photo--care {
  background:
    radial-gradient(circle at 70% 36%, #9d765f 0 10%, transparent 11%),
    linear-gradient(135deg, #f3efe7, #c8d2c0);
}

.fut-photo--school {
  background:
    radial-gradient(circle at 65% 42%, #88a9bc 0 12%, transparent 13%),
    linear-gradient(135deg, #ecf4f1, #e4d3b8);
}

.fut-demo-card .fut-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.fut-demo-card h3,
.fut-demo-card p {
  margin-inline: var(--space-md);
}

.fut-demo-card h3 {
  margin-top: var(--space-md);
  margin-bottom: 0;
  color: var(--brand-green);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.fut-demo-card p {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-md);
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 24px;
}

.fut-pricing {
  padding: var(--section-space) 0;
  background: var(--white);
}

.fut-pricing__head {
  grid-column: 1 / 13;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: var(--space-xs);
  align-items: center;
}

.fut-pricing__head h2 {
  grid-column: 1 / 13;
}

.fut-pricing__head p {
  grid-column: 1 / 13;
  justify-self: center;
  margin: 0;
  color: #8b7a68;
  font-size: 16px;
  line-height: 24px;
}

.fut-pricing-grid {
  grid-column: 1 / 13;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: var(--space-xl);
}

.fut-price-card {
  position: relative;
  min-height: 152px;
  padding: var(--card-padding-sm);
  text-align: center;
}

.fut-price-card.is-featured {
  border-color: var(--orange-accent);
}

.fut-price-card > b {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 14px;
  border-radius: 999px;
  background: var(--orange-accent);
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.fut-price-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.fut-price-card p,
.fut-price-card span,
.fut-price-card small {
  display: block;
  margin: 0;
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 24px;
}

.fut-price-card strong {
  display: block;
  color: var(--ink);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 2.75vw, 44px);
  font-weight: 700;
  line-height: 1.14;
}

.fut-more-link {
  grid-column: 5 / 9;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: var(--space-md);
  color: var(--brand-green);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.fut-testimonials {
  padding: var(--section-space) 0;
}

.fut-before-after {
  grid-column: 1 / 13;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: var(--space-lg);
  align-items: center;
}

.fut-before-after > .fut-section-title {
  grid-column: 1 / -1;
}

.fut-before,
.fut-after {
  min-height: 132px;
  padding: var(--card-padding);
}

.fut-before {
  grid-column: 1;
  background: #f6f4ef;
  border-color: #d8d0c3;
  box-shadow: 0 8px 22px rgba(88, 105, 102, 0.08);
}

.fut-after {
  grid-column: 3;
  background: #eef7f2;
  border-color: #91c0ad;
  box-shadow: 0 12px 28px rgba(15, 90, 73, 0.1);
}

.fut-before span,
.fut-after span {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 12px;
  border-radius: 3px;
  background: var(--brand-green);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.fut-before span {
  background: #8f8171;
}

.fut-after span {
  background: var(--brand-green);
}

.fut-before ul,
.fut-after ul {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fut-before li,
.fut-after li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 24px;
}

.fut-before li {
  color: #6f7774;
}

.fut-after li {
  color: var(--brand-green-dark);
  font-weight: 700;
}

.fut-change-arrow {
  grid-column: 2;
  justify-self: center;
  z-index: 2;
  color: var(--brand-green);
  filter: drop-shadow(0 8px 14px rgba(15, 90, 73, 0.18));
}

.fut-person-photo {
  grid-column: 11 / 13;
  min-height: 152px;
  border-radius: var(--radius-card);
  background: var(--white) url("../home-person-images-2026-05-13/fut-person-photo.png") center 30% / cover no-repeat;
}

.fut-cases {
  grid-column: 1 / 13;
  margin-top: var(--section-space-tight);
}

.fut-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: var(--space-lg);
}

.fut-case-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: var(--space-md);
  min-height: 132px;
  padding: var(--card-padding-sm);
}

.fut-case-card .fut-photo {
  min-height: 96px;
  border-radius: 6px;
}

.fut-case-card .fut-photo img {
  width: 100%;
  height: 100%;
  min-height: 96px;
  object-fit: cover;
  object-position: center;
}

.fut-photo--case1,
.fut-photo--case2,
.fut-photo--case3 {
  background:
    radial-gradient(circle at 58% 28%, #c58c70 0 12%, transparent 13%),
    linear-gradient(135deg, #faf4eb, #d2c0a8);
}

.fut-case-card span {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 999px;
  background: #e5f2eb;
  color: var(--brand-green);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.fut-case-card h3 {
  margin: 4px 0 0;
  color: var(--brand-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.fut-case-card p {
  margin: 2px 0 0;
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 24px;
}

.fut-process-about {
  padding: var(--section-space) 0;
}

.fut-process,
.fut-about-grid {
  grid-column: 1 / 13;
}

.fut-process-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin: var(--space-lg) 0 0;
  padding: var(--card-padding);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  list-style: none;
}

.fut-process-steps li {
  position: relative;
  text-align: center;
}

.fut-process-steps li + li::before {
  position: absolute;
  left: -12px;
  top: 18px;
  width: 12px;
  height: 12px;
  background: var(--muted-ink);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  opacity: 0.42;
  content: "";
}

.fut-process-steps img {
  margin: 0 auto 4px;
}

.fut-process-steps b,
.fut-process-steps small {
  display: block;
}

.fut-process-steps b {
  color: var(--ink);
  font-size: 16px;
  line-height: 24px;
}

.fut-process-steps small {
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 24px;
}

.fut-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(3, minmax(184px, 0.34fr));
  gap: 16px;
  align-items: stretch;
  margin-top: var(--section-space-tight);
}

.fut-about-card {
  grid-column: auto;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: var(--space-md);
  min-height: 140px;
  padding: var(--card-padding-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fut-about-card:hover,
.fut-about-card:focus-visible {
  border-color: rgba(15, 90, 73, 0.36);
  box-shadow: 0 14px 34px rgba(15, 90, 73, 0.12);
  transform: translateY(-2px);
}

.fut-about-card:focus-visible {
  outline: 3px solid rgba(15, 90, 73, 0.22);
  outline-offset: 4px;
}

.fut-about-card .fut-person-photo {
  grid-column: auto;
  min-height: 112px;
}

.fut-about-card h2,
.fut-about-card p {
  margin: 0;
}

.fut-about-card h2 {
  color: var(--brand-green);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 28px;
}

.fut-about-card p {
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 24px;
}

.fut-support-card {
  min-height: 140px;
  padding: var(--card-padding-sm);
  text-align: center;
}

.fut-about-grid .fut-support-card {
  grid-column: auto;
  display: grid;
  gap: var(--space-xs);
  justify-items: center;
  align-content: center;
  padding-inline: 14px;
}

.fut-support-card img {
  margin: 0 auto;
}

.fut-support-card h3 {
  margin: 0;
  color: var(--brand-green);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.fut-support-card p {
  margin: 4px 0 0;
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 24px;
}

.fut-faq {
  display: block;
  grid-template-columns: none;
  gap: 0;
  align-items: initial;
  margin-top: 0;
  padding: var(--section-space) 0;
  background: var(--white);
}

.fut-faq .fut-container {
  display: block;
  width: min(calc(100% - 120px), 1120px);
  margin-inline: auto;
}

.fut-faq .fut-section-title {
  text-align: center;
}

.fut-faq-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 880px);
  margin: var(--space-lg) auto 0;
}

.fut-faq-column {
  display: grid;
  gap: var(--space-sm);
}

.fut-faq-item {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--soft-border);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(15, 90, 73, 0.04);
}

.fut-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 14px 18px;
  color: var(--ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  list-style: none;
}

.fut-faq-item summary::-webkit-details-marker {
  display: none;
}

.fut-faq-item summary .fut-icon {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.fut-faq-item[open] {
  border-color: rgba(15, 90, 73, 0.28);
  box-shadow: 0 12px 28px rgba(15, 90, 73, 0.08);
}

.fut-faq-item[open] summary {
  background: #f6fbf8;
  color: var(--brand-green);
}

.fut-faq-item[open] summary .fut-icon {
  transform: rotate(45deg);
}

.fut-faq-item p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--muted-ink);
  font-size: 16px;
  line-height: 26px;
}

.fut-footer-cta {
  min-height: 300px;
  padding: clamp(56px, 5.8vw, 82px) 0 clamp(48px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 246, 241, 0.98)),
    var(--paper);
}

.fut-footer-cta .fut-container {
  align-items: center;
  min-height: 0;
}

.fut-footer-copy {
  grid-column: 2 / 12;
  display: grid;
  justify-items: center;
  text-align: center;
}

.fut-footer-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(26px, 2.35vw, 34px);
  font-weight: 700;
  line-height: 1.42;
}

.fut-footer-copy p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--muted-ink);
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 600;
  line-height: 1.8;
}

.fut-footer-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: clamp(20px, 3vw, 32px);
  width: min(100%, 720px);
  margin-top: 26px;
}

.fut-footer-buttons .fut-button {
  width: 100%;
  min-height: 76px;
}

.fut-footer-button {
  position: relative;
  justify-content: flex-start;
  gap: 16px;
  padding: 0 70px 0 30px;
  border-radius: 10px;
  font-size: clamp(20px, 1.65vw, 24px);
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 18px 34px rgba(255, 122, 0, 0.12);
}

.fut-footer-button::after {
  position: absolute;
  right: 24px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  transform: translateY(-50%);
  content: "";
}

.fut-footer-button::before {
  position: absolute;
  z-index: 1;
  right: 41px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.fut-footer-button--primary {
  border: 2px solid #ff5a66;
  background: linear-gradient(135deg, #ff8500, #ff6a00);
  color: var(--white);
}

.fut-footer-button--primary::after {
  background: var(--white);
}

.fut-footer-button--primary::before {
  color: #ff6f00;
}

.fut-footer-button--secondary {
  border: 3px solid #f06400;
  background: rgba(255, 255, 255, 0.94);
  color: #f06400;
}

.fut-footer-button--secondary::after {
  background: #ff7a00;
}

.fut-footer-button--secondary::before {
  color: var(--white);
}

.fut-footer-button--secondary .fut-icon {
  opacity: 0.78;
}

.fut-footer-trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.fut-footer-trust-list li {
  padding: 8px 14px;
  border: 1px solid rgba(15, 90, 73, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.fut-footer-nav {
  min-height: 76px;
  background: var(--brand-green-dark);
  color: var(--white);
}

.fut-footer-nav .fut-container {
  align-items: center;
  min-height: 76px;
}

.fut-footer-brand {
  grid-column: 1 / 4;
}

.fut-footer-brand strong {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 28px;
}

.fut-footer-brand p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.84;
}

.fut-footer-links {
  grid-column: 4 / 8;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.fut-footer-contact {
  grid-column: 8 / 11;
  display: grid;
  gap: 2px;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.fut-footer-contact span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.fut-footer-bottom-cta {
  grid-column: 11 / 13;
  justify-self: end;
  width: 148px;
  height: 38px;
}

@media (min-width: 1200px) {
  .fut-page > :not(.fut-hero) .fut-container,
  .fut-footer-cta .fut-container,
  .fut-footer-nav .fut-container {
    width: min(calc(100% - 128px), 1280px);
    column-gap: 24px;
  }

  .fut-page > .fut-faq .fut-container {
    width: min(calc(100% - 128px), 1120px);
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .l-header.fut-header .l-header__inner {
    width: min(calc(100% - 48px), 100%);
  }

  .l-header.fut-header .l-header__logo {
    margin-right: 20px;
  }

  .l-header.fut-header .c-headLogo__link,
  .l-header.fut-header .c-headLogo__img {
    width: 180px;
  }

  .l-header.fut-header .c-gnav > .menu-item > a {
    min-width: 44px;
    padding: 0 7px;
    font-size: 13px;
  }

  .fut-hero h1 > span {
    white-space: normal;
  }

  .fut-hero__copy {
    grid-column: 1 / 7;
  }

  .fut-hero__visual {
    grid-column: 7 / 11;
  }

  .fut-hero__feature-stack {
    grid-column: 11 / 13;
  }

  .fut-about-grid {
    grid-template-columns: minmax(0, 1fr) repeat(3, minmax(0, 0.36fr));
  }

  .fut-about-card {
    grid-template-columns: 120px 1fr;
  }

  .fut-about-card .fut-person-photo {
    min-height: 120px;
  }

  .fut-about-card h2 {
    font-size: 18px;
    line-height: 1.35;
  }

  .fut-about-card p,
  .fut-support-card p {
    font-size: 14px;
    line-height: 1.65;
  }

  .fut-small-cta {
    width: auto;
    min-width: 118px;
    min-height: 44px;
    padding: 0 16px;
  }

  .fut-demo-head a,
  .fut-cases__head a,
  .fut-more-link {
    min-height: 44px;
    padding-block: 10px;
  }

  .fut-footer-nav .fut-container {
    width: min(calc(100% - 64px), 100%);
    column-gap: 16px;
  }

  .fut-footer-brand {
    grid-column: 1 / 4;
  }

  .fut-footer-links {
    grid-column: 4 / 8;
    gap: 12px;
    font-size: 14px;
  }

  .fut-footer-contact {
    grid-column: 8 / 11;
    font-size: 14px;
  }

  .fut-footer-bottom-cta {
    grid-column: 11 / 13;
    width: 136px;
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  :root {
    --section-space: 48px;
    --section-space-tight: 36px;
    --card-padding: 20px;
    --card-padding-sm: 16px;
  }

  .fut-container {
    width: min(calc(100% - 32px), 100%);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 12px;
  }

  .l-header.fut-header {
    position: static;
    height: auto;
  }

  .l-header.fut-header .l-header__inner {
    width: min(calc(100% - 32px), 100%);
    flex-wrap: wrap;
    min-height: 64px;
    height: auto;
    row-gap: 8px;
    padding: 10px 0;
  }

  .l-header.fut-header .l-header__logo {
    margin-right: 0;
  }

  .l-header.fut-header .c-headLogo__link {
    width: 180px;
  }

  .l-header.fut-header .c-headLogo__img {
    width: 180px;
  }

  .l-header.fut-header .c-gnavWrap {
    order: 3;
    width: 100%;
    overflow-x: auto;
    margin-left: 0;
  }

  .l-header.fut-header .c-gnav {
    justify-content: flex-start;
  }

  .l-header.fut-header .c-gnav > .menu-item > a {
    height: 36px;
    padding: 0 12px;
    font-size: 16px;
  }

  .fut-hero__copy,
  .fut-hero__visual,
  .fut-hero__feature-stack,
  .fut-problems,
  .fut-pillars,
  .fut-feature-strip,
  .fut-demo-sites,
  .fut-pricing__head,
  .fut-pricing-grid,
  .fut-before-after,
  .fut-cases,
  .fut-process,
  .fut-about-grid,
  .fut-faq .fut-section-title,
  .fut-faq-columns,
  .fut-footer-copy {
    grid-column: 1 / -1;
  }

  .fut-hero {
    min-height: auto;
  }

  .fut-hero__inner {
    padding-top: 36px;
    padding-bottom: 40px;
  }

  .fut-hero .fut-container {
    width: min(calc(100% - 32px), 100%);
  }

  .fut-hero h1 {
    font-size: 28px;
    line-height: 1.42;
  }

  .fut-hero h1 > span {
    white-space: normal;
  }

  .fut-hero p {
    font-size: 15px;
    line-height: 1.75;
  }

  .fut-hero p br {
    display: none;
  }

  .fut-hero__buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .fut-hero__primary,
  .fut-hero__secondary {
    width: min(100%, 244px);
    max-width: 100%;
    height: 50px;
    padding-inline: 16px 14px;
    font-size: 16px;
  }

  .fut-hero__visual {
    min-height: 250px;
    margin-top: 28px;
    overflow: visible;
  }

  .fut-device--laptop {
    left: 0;
    top: 0;
    width: min(78vw, 310px);
    height: auto;
    aspect-ratio: 1.52 / 1;
  }

  .fut-device--laptop::after {
    left: -18px;
    right: -18px;
    bottom: -12px;
    height: 12px;
  }

  .fut-device--phone {
    right: clamp(6px, 4vw, 22px);
    top: clamp(72px, 20vw, 94px);
    width: clamp(72px, 22vw, 92px);
    height: auto;
    aspect-ratio: 0.56 / 1;
    z-index: 2;
  }

  .fut-hero__feature-stack {
    gap: 14px;
  }

  .fut-mini-card {
    grid-template-columns: 74px 1fr;
    min-height: 96px;
    padding: 16px 18px;
  }

  .fut-mini-card .fut-icon {
    width: 64px;
    height: 64px;
  }

  .fut-mini-card h2 {
    font-size: 20px;
    line-height: 1.35;
  }

  .fut-services > .fut-container {
    row-gap: 34px;
  }

  .fut-hero__feature-stack,
  .fut-problem-grid,
  .fut-pillar-grid,
  .fut-feature-strip,
  .fut-demo-grid,
  .fut-pricing-grid,
  .fut-case-grid,
  .fut-process-steps,
  .fut-faq-columns {
    grid-template-columns: 1fr;
  }

  .fut-demo-head,
  .fut-cases__head,
  .fut-pricing__head,
  .fut-before-after,
  .fut-about-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fut-demo-head h2,
  .fut-demo-head a,
  .fut-cases__head h2,
  .fut-cases__head a,
  .fut-pricing__head h2,
  .fut-pricing__head p,
  .fut-before-after > .fut-section-title,
  .fut-before,
  .fut-after,
  .fut-person-photo,
  .fut-about-card,
  .fut-about-grid .fut-support-card,
  .fut-footer-brand,
  .fut-footer-links,
  .fut-footer-contact,
  .fut-footer-bottom-cta {
    grid-column: 1 / -1;
  }

  .fut-change-arrow {
    grid-column: 1 / -1;
    justify-self: center;
    transform: rotate(90deg);
  }

  .fut-page > .fut-faq .fut-container {
    width: min(calc(100% - 32px), 100%);
  }

  .fut-about-card {
    grid-template-columns: 1fr;
  }

  .fut-about-card .fut-person-photo {
    min-height: 190px;
    background-size: contain;
    background-position: center top;
  }

  .fut-case-card {
    grid-template-columns: 96px 1fr;
  }

  .fut-problem-card,
  .fut-price-card,
  .fut-support-card {
    min-height: auto;
  }

  .fut-pillar-card,
  .fut-demo-card,
  .fut-price-card,
  .fut-before,
  .fut-after,
  .fut-about-card,
  .fut-support-card {
    padding: var(--card-padding-sm);
  }

  .fut-pillar-card__image {
    aspect-ratio: 4 / 3;
    background: #f8f6f1;
    object-fit: contain;
  }

  .fut-small-cta {
    width: min(100%, 168px);
    min-height: 44px;
    padding: 0 18px;
    border-radius: 6px;
  }

  .fut-feature-item {
    min-height: auto;
  }

  .fut-demo-card {
    min-height: auto;
  }

  .fut-photo {
    min-height: 168px;
  }

  .fut-demo-head a,
  .fut-cases__head a,
  .fut-more-link {
    min-height: 44px;
    padding-block: 10px;
  }

  .fut-more-link {
    grid-column: 1 / -1;
    margin-top: 12px;
  }

  .fut-footer-cta {
    padding-block: 44px;
  }

  .fut-footer-copy h2 {
    white-space: nowrap;
  }

  .fut-footer-copy p {
    max-width: 34em;
    font-size: 15px;
    line-height: 1.75;
  }

  .fut-footer-copy p br {
    display: none;
  }

  .fut-footer-buttons {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: min(100%, 244px);
    gap: 14px;
  }

  .fut-footer-buttons .fut-button {
    min-height: 50px;
  }

  .fut-footer-button {
    width: 100%;
    min-height: 50px;
    gap: 10px;
    padding-right: 56px;
    padding-left: 16px;
    border-radius: 8px;
    font-size: 16px;
  }

  .fut-footer-button::after {
    right: 14px;
    width: 32px;
    height: 32px;
  }

  .fut-footer-button::before {
    right: 27px;
    width: 8px;
    height: 8px;
  }

  .fut-footer-nav {
    padding-block: 26px;
  }

  .fut-footer-nav .fut-container {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: 12px 16px;
    align-items: start;
  }

  .fut-footer-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .fut-footer-links {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: 1fr;
    gap: 8px;
    justify-content: start;
    font-size: 15px;
    line-height: 1.5;
  }

  .fut-footer-contact,
  .fut-footer-brand {
    text-align: left;
  }

  .fut-footer-contact {
    grid-column: 2;
    grid-row: 2;
    justify-items: start;
    gap: 8px;
  }

  .fut-footer-contact span {
    justify-self: start;
  }

  .fut-footer-brand p br {
    display: none;
  }

  .fut-footer-bottom-cta {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    width: min(100%, 178px);
    min-height: 44px;
    font-size: 14px;
  }

  .fut-process-steps {
    gap: 18px;
    padding: 24px 18px;
  }

  .fut-process-steps li {
    padding-bottom: 26px;
  }

  .fut-process-steps small br,
  .fut-support-card p br {
    display: none;
  }

  .fut-process-steps li + li::before {
    content: none;
  }

  .fut-process-steps li:not(:last-child)::after {
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid rgba(15, 90, 73, 0.42);
    transform: translateX(-50%);
    content: "";
  }
}

@media (max-width: 520px) {
  :root {
    --section-space: 42px;
    --section-space-tight: 30px;
  }

  .l-header.fut-header .c-headLogo__link {
    width: 150px;
  }

  .l-header.fut-header .c-headLogo__img {
    width: 150px;
  }

  .fut-hero h1 {
    font-size: 24px;
    line-height: 1.48;
  }

  .fut-hero__buttons {
    align-items: center;
  }

  .fut-hero__primary,
  .fut-hero__secondary {
    width: min(100%, 244px);
  }

  .fut-section-title {
    font-size: 22px;
    line-height: 32px;
  }

  .fut-problem-grid,
  .fut-pillar-grid,
  .fut-demo-grid,
  .fut-pricing-grid,
  .fut-case-grid,
  .fut-faq-columns {
    margin-top: 18px;
  }

  .fut-trust-list {
    gap: 10px;
  }

  .fut-device--laptop {
    width: min(78vw, 300px);
  }

  .fut-device--phone {
    right: clamp(4px, 2.6vw, 12px);
  }

  .fut-case-card {
    grid-template-columns: 1fr;
  }

  .fut-footer-copy h2 {
    font-size: clamp(21px, 6.1vw, 24px);
    line-height: 1.45;
  }

  .fut-footer-nav .fut-container {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    width: min(calc(100% - 40px), 100%);
  }

  .fut-footer-brand strong {
    font-size: 22px;
  }

  .fut-footer-brand p,
  .fut-footer-contact,
  .fut-footer-links {
    font-size: 14px;
  }
}
