:root {
  --teal: #0ABAB5;
  --teal-dark: #078C88;
  --teal-deep: #056C69;
  --teal-soft: #E8FAF8;
  --ink: #171A1C;
  --text: #2D3135;
  --muted: #6F767D;
  --line: #E8DFD5;
  --cream: #FBF7F1;
  --cream-2: #F5EDE3;
  --white: #FFFCF7;
  --card: rgba(255, 255, 255, .86);
  --shadow: 0 22px 58px rgba(47, 42, 36, .08);
  --shadow-soft: 0 14px 36px rgba(47, 42, 36, .06);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1240px;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", serif;
  --sans: "Inter", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(10,186,181,.07), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(244,224,207,.5), transparent 30%),
    var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: .025em;
  min-width: 320px;
  overflow-x: hidden;
}
body.is-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--teal); color: #fff; }

.container { width: min(var(--container), calc(100% - 88px)); margin-inline: auto; }
.small-container { width: min(980px, calc(100% - 88px)); margin-inline: auto; }

.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 10000;
  transform: translateY(-150%); background: var(--teal-dark); color: #fff;
  padding: 10px 16px; border-radius: 999px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 999;
  height: 76px; background: rgba(255,252,247,.82);
  backdrop-filter: blur(18px); border-bottom: 1px solid transparent;
  transition: height .28s ease, background .28s ease, border-color .28s ease;
}
.site-header.is-scrolled { height: 66px; background: rgba(255,252,247,.96); border-color: rgba(232,223,213,.9); }
.header-inner { height: 100%; width: min(1220px, calc(100% - 56px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.logo img { width: 76px; height: auto; }
.logo span { font-size: 12px; color: var(--text); font-weight: 600; white-space: nowrap; }
.global-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 36px); margin-left: auto; }
.global-nav a { position: relative; font-size: 10px; letter-spacing: .08em; font-weight: 760; color: var(--ink); }
.global-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; background: var(--teal); border-radius: 999px; transition: width .22s ease; }
.global-nav a:hover::after, .global-nav a[aria-current="page"]::after { width: 100%; }
.global-nav a[aria-current="page"] { color: var(--teal-dark); }
.header-contact { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 18px; border-radius: 999px; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: #fff; font-size: 10px; font-weight: 760; letter-spacing: .08em; box-shadow: 0 14px 26px rgba(10,186,181,.18); }
.header-contact svg { width: 16px; height: 16px; }
.menu-toggle { display: none; width: 48px; height: 48px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.72); color: var(--ink); align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 18px; height: 1.5px; background: currentColor; border-radius: 999px; position: relative; transition: transform .22s ease, top .22s ease, opacity .22s ease; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }
body.is-menu-open .menu-toggle span { background: transparent; }
body.is-menu-open .menu-toggle span::before { top: 0; transform: rotate(35deg); background: var(--ink); }
body.is-menu-open .menu-toggle span::after { top: 0; transform: rotate(-35deg); background: var(--ink); }
.mobile-panel { display: none; }

main { overflow: clip; }
.section { padding: 76px 0; }
.section-soft { background: linear-gradient(180deg, rgba(255,252,247,1), rgba(247,251,251,.92)); }
.section-cream { background: linear-gradient(180deg, rgba(251,247,241,.72), rgba(255,252,247,1)); }
.section-label { margin-bottom: 14px; color: var(--teal-dark); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-label.script { font-family: "Snell Roundhand", "Segoe Script", cursive; font-size: 22px; letter-spacing: .02em; font-weight: 400; text-transform: none; }
.section-label.script::after { content: ""; display: block; width: 44px; height: 1.5px; margin-top: 6px; background: var(--teal); border-radius: 999px; }
.heading-xl, .heading-lg, .heading-md, .page-title { font-family: var(--serif); font-weight: 600; letter-spacing: .045em; color: var(--ink); }
.heading-xl { margin: 0 0 26px; font-size: clamp(2.25rem, 3.3vw, 2.95rem); line-height: 1.58; }
.heading-lg { margin: 0 0 22px; font-size: clamp(1.75rem, 2.8vw, 2.55rem); line-height: 1.55; }
.heading-md { margin: 0 0 14px; font-size: clamp(1.25rem, 1.75vw, 1.6rem); line-height: 1.62; }
.lead { color: var(--text); font-size: clamp(.95rem, 1.05vw, 1.02rem); line-height: 2.08; }
.text { color: var(--text); line-height: 2.18; }
.muted { color: var(--muted); }

.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 32px; }
.button { display: inline-flex; min-width: 170px; min-height: 50px; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 760; letter-spacing: .035em; transition: transform .24s ease, box-shadow .24s ease, background .24s ease, border-color .24s ease; }
.button::after { content: "→"; font-size: 18px; line-height: 1; transition: transform .24s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover::after { transform: translateX(4px); }
.button-primary { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: #fff; box-shadow: 0 18px 36px rgba(10,186,181,.18); }
.button-outline { border: 1.2px solid var(--teal-dark); background: rgba(255,255,255,.76); color: var(--ink); }
.button-white { background: #fff; color: var(--teal-dark); box-shadow: 0 18px 34px rgba(6,108,105,.16); }
.mobile-only { display: none; }
.text-link { display: inline-flex; align-items: center; gap: 24px; color: var(--teal-dark); font-weight: 760; margin-top: 28px; }
.text-link::after { content: "→"; font-size: 20px; }

.hero { position: relative; min-height: 600px; padding: 62px 0 74px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(255,252,247,1) 0%, rgba(255,252,247,.96) 45%, rgba(255,252,247,.2) 100%); }
.hero::before { content: ""; position: absolute; left: -120px; bottom: -70px; width: 560px; height: 240px; background: rgba(244,224,207,.45); border-radius: 55% 45% 50% 55%; z-index: 0; }
.hero::after { content: ""; position: absolute; left: 0; bottom: 40px; width: 55%; height: 1.5px; background: linear-gradient(90deg, transparent 0%, rgba(10,186,181,.55) 38%, transparent 100%); z-index: 1; }
.hero-image { position: absolute; inset: 0 0 0 auto; width: 55%; background: url('../img/photo-hero-desk.jpg') center/cover no-repeat; border-bottom-left-radius: 80px; filter: saturate(.94) brightness(1.06); overflow: hidden; }
.hero-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--white) 0%, rgba(255,252,247,.76) 22%, rgba(255,252,247,.08) 68%); }
.hero-content { position: relative; z-index: 2; width: 55%; max-width: 590px; }
.hero .lead { max-width: 500px; }

.home-hero {
  min-height: 590px;
  padding: 74px 0 72px;
  background: linear-gradient(90deg, var(--white) 0%, rgba(255,252,247,.98) 43%, rgba(255,252,247,.1) 70%);
}
.home-hero::before {
  left: -150px;
  bottom: -58px;
  width: 560px;
  height: 210px;
  background: rgba(246,229,214,.55);
}
.home-hero::after {
  bottom: 20px;
  width: 54%;
  height: 42px;
  background: none;
  border-bottom: 1.5px solid rgba(10,186,181,.52);
  border-radius: 0 0 70% 44%;
}
.home-hero .hero-image {
  width: 66%;
  background-image: url('../img/photo-warm-desk.jpg');
  background-position: center right;
  border-bottom-left-radius: 0;
}
.home-hero .hero-image::before {
  background: linear-gradient(100deg, var(--white) 0%, rgba(255,252,247,.9) 18%, rgba(255,252,247,.38) 45%, rgba(255,252,247,.02) 76%);
}
.home-hero .hero-content {
  width: 49%;
  max-width: 630px;
  padding-top: 8px;
}
.home-hero .heading-xl {
  font-size: clamp(2.02rem, 2.85vw, 2.72rem);
  line-height: 1.56;
  margin-bottom: 24px;
  letter-spacing: .035em;
}
.home-hero .lead {
  max-width: 440px;
  font-size: .96rem;
  line-height: 2.05;
  font-weight: 600;
}

.hero .section-label,
.hero .heading-xl,
.hero .lead,
.hero .button-row {
  animation: heroFadeUp .72s ease both;
}
.hero .heading-xl { animation-delay: .08s; }
.hero .lead { animation-delay: .16s; }
.hero .button-row { animation-delay: .24s; }
.hero-image { animation: imageBreath 14s ease-in-out infinite alternate; transform-origin: center; }

.home-about {
  position: relative;
  padding: 70px 0 44px;
  background: var(--white);
}
.home-about::after { content: none; }
.home-about-grid {
  display: grid;
  grid-template-columns: minmax(460px, .78fr) minmax(0, 1.22fr);
  gap: clamp(56px, 9vw, 112px);
  align-items: center;
}
.home-copy .heading-lg {
  font-size: clamp(1.62rem, 2.25vw, 2.05rem);
  line-height: 1.6;
}
.home-copy .text {
  max-width: 500px;
  font-size: .94rem;
  line-height: 2.15;
}
.home-about-photo {
  min-height: 330px;
  max-width: 620px;
  width: 100%;
  justify-self: end;
  border-radius: 48% 52% 48% 52% / 18% 22% 30% 34%;
  background: center/cover no-repeat;
  box-shadow: var(--shadow-soft);
}

.home-why {
  padding: 42px 0 66px;
  background: var(--white);
}
.home-why .heading-md {
  margin-bottom: 32px;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
}
.home-why .process-flow {
  border-radius: 10px;
}
.home-why .process-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 126px;
  padding: 26px 28px;
  text-align: left;
}
.home-why .process-icon {
  grid-row: 1 / span 2;
  margin: 0;
  width: 58px;
  height: 58px;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.home-why .process-icon svg {
  width: 48px;
  height: 48px;
}
.home-why .process-item h3 {
  grid-column: 2;
  margin: 0 0 4px;
  color: var(--ink);
  font-size: .93rem;
}
.home-why .process-item p {
  grid-column: 2;
  font-size: .82rem;
  line-height: 1.75;
}

.home-service {
  padding-top: 58px;
  background: linear-gradient(180deg, rgba(255,252,247,1), rgba(251,247,241,.56));
}
.home-service .section-head {
  margin-bottom: 34px;
}
.home-service .heading-lg {
  font-size: clamp(1.55rem, 2.2vw, 2.08rem);
}
.home-service .service-grid {
  gap: 28px;
}
.home-service .service-card {
  min-height: 300px;
  grid-template-columns: minmax(0, 1.05fr) minmax(210px, .95fr);
  border-radius: 9px;
}
.home-service .service-card .content {
  padding: 34px 34px 30px;
}
.home-service .service-card .num {
  font-size: 40px;
  margin-bottom: 16px;
}
.home-service .service-card h3 {
  font-size: 1rem;
}
.home-service .service-card p,
.home-service .check-list li {
  font-size: .88rem;
}

.home-news {
  position: relative;
  padding: 34px 0 54px;
  background: var(--white);
}
.home-news::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 280px;
  height: 210px;
  border-top-left-radius: 100%;
  background: rgba(246,229,214,.42);
  pointer-events: none;
}
.news-inline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 120px 1fr 140px;
  gap: 42px;
  align-items: start;
}
.news-inline .news-list {
  border-top: 0;
}
.news-inline .news-row {
  grid-template-columns: 120px 1fr;
  gap: 34px;
  padding: 12px 0;
}
.news-inline .news-arrow {
  display: none;
}
.news-inline .news-more {
  justify-self: end;
  margin-top: 76px;
}

.page-hero { position: relative; min-height: 400px; padding: 24px 0 54px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(255,252,247,1), rgba(255,252,247,.94)); }
.breadcrumb { margin: 0 0 34px; color: #82898e; font-size: 11px; letter-spacing: .08em; }
.breadcrumb span { color: var(--teal-dark); font-weight: 800; }
.page-title { margin: 0 0 18px; font-size: clamp(2rem, 3.4vw, 3.25rem); line-height: 1.32; }
.page-copy { position: relative; z-index: 2; width: min(520px, 50%); }
.page-photo { position: absolute; inset: 30px 0 30px auto; width: 50%; border-bottom-left-radius: 70px; background: var(--cream) center/cover no-repeat; filter: saturate(.94) brightness(1.06); overflow: hidden; }
.page-photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--white) 0%, rgba(255,252,247,.72) 36%, rgba(255,252,247,.08) 80%); }
.partner-hero .page-copy { width: min(700px, 56%); }
.partner-hero .page-title { font-size: clamp(1.9rem, 3vw, 2.85rem); white-space: nowrap; }

.two-col { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(54px, 7vw, 96px); align-items: center; }
.two-col.reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.image-blob { position: relative; min-height: 380px; border-radius: 53% 47% 47% 53% / 44% 52% 48% 56%; background: center/cover no-repeat; box-shadow: var(--shadow); overflow: hidden; }
.image-blob::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(255,252,247,.04), rgba(255,255,255,.18)); }
.image-round { position: relative; min-height: 340px; border-radius: var(--radius-xl); background: center/cover no-repeat; box-shadow: var(--shadow); overflow: hidden; }
.image-round::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(255,252,247,.05), rgba(255,255,255,.2)); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 42px; }
.section-head .heading-lg { margin: 0; }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.service-card { position: relative; min-height: 330px; border-radius: 22px; border: 1px solid rgba(232,223,213,.82); background: var(--card); box-shadow: var(--shadow); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(250px, .96fr); }
.service-card, .process-item, .partner-item, .partner-card, .news-card, .side-card, .value-box, .message-card, .legal-card { transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease; }
.service-card:hover, .partner-item:hover, .partner-card:hover, .news-card:hover, .side-card:hover { transform: translateY(-4px); box-shadow: 0 24px 56px rgba(47, 42, 36, .1); border-color: rgba(10,186,181,.22); }
.process-item:hover .process-icon, .partner-item:hover .partner-icon, .value-item:hover .value-icon { transform: translateY(-2px) scale(1.03); }
.service-card .content { position: relative; z-index: 1; padding: 46px 38px; }
.service-card .num { margin-bottom: 18px; color: var(--teal-dark); font-size: 48px; line-height: 1; font-weight: 820; letter-spacing: .03em; }
.service-card h3 { margin: 0 0 14px; font-size: 1.22rem; line-height: 1.5; }
.service-card p { margin: 0; color: var(--text); font-size: 14px; line-height: 2; }
.service-card .photo { position: relative; min-height: 100%; background: center/cover no-repeat; filter: saturate(.93) brightness(1.05); }
.service-card .photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--white) 0%, rgba(255,252,247,.75) 25%, rgba(255,252,247,.1) 72%); }
.check-list { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: #1f2528; font-size: 14px; font-weight: 720; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; flex: 0 0 18px; margin-top: 5px; border-radius: 50%; background: var(--teal-dark); color: #fff; font-size: 11px; font-weight: 800; }

.process { margin-top: 72px; }
.process-title { text-align: center; margin-bottom: 36px; }
.process-title .heading-md { margin: 0; }
.process-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); overflow: hidden; }
.process-item { position: relative; padding: 38px 30px 34px; text-align: center; }
.process-item:not(:last-child) { border-right: 1px solid var(--line); }
.process-item:not(:last-child)::after { content: "→"; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--white); color: var(--teal-dark); font-size: 18px; z-index: 2; }
.process-num { color: var(--teal-dark); font-size: 24px; font-weight: 820; letter-spacing: .08em; margin-bottom: 12px; }
.process-icon { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--teal-dark); border: 1px solid rgba(10,186,181,.28); box-shadow: 0 15px 30px rgba(47,42,36,.05); }
.process-icon, .partner-icon, .value-icon { transition: transform .26s ease; }
.process-icon svg { width: 32px; height: 32px; stroke-width: 1.8; }
.process-item h3 { margin: 0 0 8px; color: var(--teal-dark); font-size: 1rem; }
.process-item p { margin: 0; color: var(--text); font-size: 13px; line-height: 1.9; }

.value-box { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; padding: 58px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,238,228,.72)); box-shadow: var(--shadow); }
.value-list { display: grid; gap: 26px; }
.value-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; }
.value-icon { color: var(--teal-dark); width: 44px; height: 44px; display: grid; place-items: center; }
.value-icon svg { width: 34px; height: 34px; stroke-width: 1.7; }
.value-item h3 { margin: 0 0 4px; font-size: 1rem; }
.value-item p { margin: 0; color: var(--text); font-size: 14px; }
.message-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; padding: 54px; border: 1px solid var(--line); border-radius: 34px; background: #fff; box-shadow: var(--shadow); }
.signature { margin-top: 30px; font-family: var(--serif); font-size: 1.2rem; letter-spacing: .12em; }

.partner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.partner-item { padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: var(--shadow-soft); }
.partner-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--teal-dark); margin-bottom: 14px; }
.partner-icon svg { width: 34px; height: 34px; stroke-width: 1.8; }
.partner-item h3 { margin: 0 0 8px; font-size: 1.02rem; }
.partner-item p { margin: 0; color: var(--text); font-size: 14px; line-height: 1.9; }
.partner-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.partner-card { padding: 40px 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.partner-card .num { color: var(--teal-dark); font-size: 34px; font-weight: 820; margin-bottom: 10px; }

.news-list { border-top: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: 140px 1fr 36px; gap: 32px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.news-row time { color: var(--text); font-size: 13px; }
.news-row h3 { margin: 0 0 4px; font-size: 1rem; }
.news-row p { margin: 0; color: var(--muted); font-size: 13px; }
.news-arrow { color: var(--teal-dark); font-size: 20px; }
.news-page-list { display: grid; gap: 22px; }
.news-card { display: grid; grid-template-columns: 240px 1fr 48px; gap: 28px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-soft); }
.news-thumb { height: 150px; border-radius: 18px; background: center/cover no-repeat; }
.news-meta { color: var(--teal-dark); font-size: 13px; font-weight: 800; }
.news-card h2 { margin: 4px 0 8px; font-size: 1.14rem; }
.news-card p { margin: 0; color: var(--text); }
.pagination { display: flex; justify-content: center; gap: 16px; margin-top: 38px; color: var(--teal-dark); font-weight: 800; }

.company-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 54px; align-items: start; }
.company-layout-table { display: block; max-width: 980px; }
.company-table { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.company-row { display: grid; grid-template-columns: 190px 1fr; border-bottom: 1px solid var(--line); }
.company-row:last-child { border-bottom: 0; }
.company-row dt { margin: 0; padding: 22px 28px; background: var(--cream); color: var(--text); font-weight: 760; }
.company-row dd { margin: 0; padding: 22px 28px; }
.business-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.business-list li { position: relative; padding-left: 18px; }
.business-list li::before { content: ""; position: absolute; left: 0; top: .86em; width: 6px; height: 6px; border-radius: 50%; background: var(--teal-dark); }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 46px; align-items: start; }
.contact-form { padding: 44px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 160px 1fr; gap: 18px; align-items: center; margin-bottom: 18px; }
.form-row label { font-weight: 760; color: var(--text); }
.required { color: var(--teal-dark); font-size: .82em; margin-left: 4px; }
.input, .textarea, .select { width: 100%; border: 1px solid #E5DCD2; border-radius: 10px; background: #fff; min-height: 52px; padding: 0 16px; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.textarea { min-height: 170px; padding-top: 14px; resize: vertical; }
.input:focus, .textarea:focus, .select:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(10,186,181,.12); }
.checkbox { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0 26px 178px; color: var(--text); font-size: 14px; }
.checkbox input { margin-top: .55em; }
.form-submit { border: 0; margin-left: 178px; }
.side-card { padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(135deg, #fff, var(--cream)); box-shadow: var(--shadow-soft); }
.side-card h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 1.6rem; }
.side-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.side-list li { display: flex; gap: 10px; color: var(--text); }
.side-list li::before { content: "○"; color: var(--teal-dark); font-weight: 800; }

.legal-card { max-width: 980px; margin: 0 auto; padding: 56px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.legal-lead { margin: 0 0 14px; }
.policy-item { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.policy-item:last-child { border-bottom: 0; }
.policy-num { color: var(--teal-dark); font-size: 28px; line-height: 1; font-weight: 820; }
.policy-item h2 { margin: 0 0 8px; font-size: 1.1rem; }
.policy-item p { margin: 0; color: var(--text); }

.thanks { min-height: 560px; display: grid; place-items: center; text-align: center; padding: 90px 0; }
.thanks-icon { width: 118px; height: 118px; margin: 0 auto 28px; border-radius: 50%; display: grid; place-items: center; background: var(--teal-soft); color: var(--teal-dark); border: 1px solid rgba(10,186,181,.26); }
.thanks-icon svg { width: 64px; height: 64px; stroke-width: 1.5; }

.cta-section { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: #fff; }
.cta-inner { min-height: 152px; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.cta-left { display: flex; align-items: center; gap: 28px; }
.cta-icon { width: 72px; height: 72px; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--teal-dark); display: grid; place-items: center; flex: 0 0 72px; }
.cta-icon svg { width: 36px; height: 36px; stroke-width: 1.7; }
.cta-inner h2 { margin: 0 0 4px; font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.28rem); letter-spacing: .08em; }
.cta-inner p { margin: 0; opacity: .94; }

.footer { padding: 62px 0 28px; background: linear-gradient(180deg, var(--white), var(--cream)); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: clamp(34px, 6vw, 80px); align-items: start; }
.footer-logo { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.footer-logo img { width: 106px; }
.footer-logo span { font-size: 13px; font-weight: 600; }
.footer-desc { margin: 0 0 24px; max-width: 310px; color: var(--text); font-size: 13px; }
.social { display: none; }
.footer-col h3 { margin: 0 0 12px; font-size: 13px; letter-spacing: .08em; }
.footer-col a, .footer-col p { display: block; margin: 5px 0; color: #30363a; font-size: 13px; }
.footer-col .contact-line { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0; }
.footer-col svg { flex: 0 0 18px; width: 18px; height: 18px; color: var(--teal-dark); margin-top: 3px; }
.copyright { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); text-align: center; color: var(--muted); font-size: 12px; }

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .72s ease, transform .72s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes imageBreath {
  from { transform: scale(1); }
  to { transform: scale(1.025); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1020px) {
  .global-nav, .header-contact { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-panel { position: fixed; inset: 76px 0 0; z-index: 990; display: block; transform: translateX(100%); transition: transform .25s ease; padding: 34px 32px; background: rgba(255,252,247,.98); backdrop-filter: blur(18px); }
  body.is-menu-open .mobile-panel { transform: translateX(0); }
  .mobile-panel nav { display: grid; gap: 6px; }
  .mobile-panel a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.3rem; font-weight: 800; letter-spacing: .1em; }
  .mobile-panel .mobile-contact { margin-top: 26px; width: 100%; }
  .hero-content, .page-copy { width: 100%; }
  .partner-hero .page-copy { width: 100%; }
  .partner-hero .page-title { white-space: normal; }
  .page-hero {
    display: block;
    min-height: auto;
    padding: 0 0 58px;
  }
  .page-hero .container {
    position: relative;
    z-index: 2;
  }
  .hero-image, .page-photo { position: relative; width: min(100%, 720px); height: 360px; margin-top: 44px; border-radius: var(--radius-xl); }
  .page-photo {
    width: calc(100% - 44px);
    height: 320px;
    margin: 0 0 34px auto;
    inset: auto;
    border-radius: 0 0 0 44px;
  }
  .page-photo::before {
    background: linear-gradient(180deg, rgba(255,252,247,.02), rgba(255,252,247,.2));
  }
  .breadcrumb {
    margin-bottom: 24px;
  }
  .hero { display: block; min-height: auto; padding-bottom: 70px; }
  .hero::after { display: none; }
  .home-hero {
    display: grid;
    min-height: auto;
    padding: 0 0 58px;
  }
  .home-hero .hero-image {
    order: -1;
    width: calc(100% - 40px);
    height: 360px;
    margin: 0 0 38px auto;
    border-radius: 0 0 0 44px;
    background-position: center right;
  }
  .home-hero .hero-image::before {
    background: linear-gradient(180deg, rgba(255,252,247,.02), rgba(255,252,247,.28));
  }
  .home-hero .hero-content {
    width: 100%;
  }
  .home-about-grid,
  .mission-card,
  .news-inline {
    grid-template-columns: 1fr;
  }
  .home-about-photo {
    min-height: 300px;
  }
  .news-inline {
    gap: 8px;
  }
  .news-inline .news-more {
    justify-self: start;
    margin-top: 18px;
  }
  .news-inline .news-row {
    grid-template-columns: 120px 1fr;
  }
  .two-col, .two-col.reverse, .value-box, .message-card, .company-layout, .contact-layout { grid-template-columns: 1fr; }
  .service-grid, .partner-cards { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(2,1fr); }
  .process-flow { grid-template-columns: repeat(2, 1fr); }
  .process-item:nth-child(2) { border-right: 0; }
  .process-item:not(:last-child)::after { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container, .small-container { width: min(100% - 38px, var(--container)); }
  .header-inner { width: calc(100% - 36px); }
  .site-header { height: 76px; }
  .logo img { width: 76px; }
  .logo { gap: 10px; }
  .logo span { display: inline; font-size: 11px; }
  .heading-xl { font-size: 2.08rem; line-height: 1.58; }
  .heading-lg { font-size: 1.58rem; line-height: 1.62; }
  .hero, .section { padding: 64px 0; }
  .home-hero { padding: 0 0 56px; }
  .home-hero .hero-image {
    width: calc(100% - 20px);
    height: 350px;
    margin-bottom: 30px;
    border-radius: 0 0 0 38px;
  }
  .home-hero .heading-xl {
    font-size: 1.92rem;
    line-height: 1.62;
  }
  .home-hero .lead br {
    display: none;
  }
  .home-about {
    padding: 54px 0 30px;
  }
  .home-about-grid {
    gap: 32px;
  }
  .home-about-photo {
    min-height: 240px;
    border-radius: 36px;
  }
  .home-why {
    padding: 34px 0 48px;
  }
  .home-why .process-flow {
    grid-template-columns: 1fr;
  }
  .home-why .process-item {
    min-height: auto;
    padding: 24px;
  }
  .home-service {
    padding-top: 48px;
  }
  .home-service .service-card {
    grid-template-columns: 1fr;
  }
  .home-service .service-card .photo {
    min-height: 220px;
  }
  .home-news {
    padding: 30px 0 46px;
  }
  .news-inline .news-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .page-hero { padding: 28px 0 58px; }
  .page-hero { padding: 0 0 50px; }
  .page-photo {
    width: calc(100% - 20px);
    height: 260px;
    margin-bottom: 30px;
    border-radius: 0 0 0 38px;
  }
  .page-title { font-size: 2.5rem; }
  .button-row, .cta-inner, .cta-left { flex-direction: column; align-items: stretch; text-align: left; }
  .button { width: 100%; }
  .mobile-only { display: block; }
  .cta-section {
    padding: 38px 0 40px;
    border-radius: 0;
  }
  .cta-inner {
    min-height: 0;
    gap: 22px;
    align-items: center;
    text-align: center;
  }
  .cta-left {
    gap: 18px;
    align-items: center;
  }
  .cta-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
  .cta-icon svg {
    width: 29px;
    height: 29px;
  }
  .cta-inner h2 {
    margin-bottom: 10px;
    font-size: 1.42rem;
    line-height: 1.72;
    letter-spacing: .045em;
    text-align: center;
  }
  .cta-inner p {
    max-width: 20em;
    margin: 0 auto;
    font-size: .92rem;
    line-height: 1.9;
  }
  .cta-inner .button {
    max-width: 330px;
    min-height: 56px;
    margin: 0 auto;
  }
  .section-head { display: block; }
  .image-blob, .image-round { min-height: 260px; }
  .service-card { grid-template-columns: 1fr; }
  .service-card .photo { min-height: 240px; }
  .process-flow, .partner-grid, .footer-grid, .news-card { grid-template-columns: 1fr; }
  .footer-grid { display: block; }
  .footer-col { display: none; }
  .footer-desc { max-width: none; }
  .copyright { margin-top: 28px; }
  .process-item { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .process-item:last-child { border-bottom: 0; }
  .value-box, .message-card, .legal-card, .contact-form { padding: 30px 24px; }
  .news-row { grid-template-columns: 1fr; gap: 4px; }
  .news-arrow { display: none; }
  .company-row { grid-template-columns: 1fr; }
  .company-row dt { padding-bottom: 6px; }
  .company-row dd { padding-top: 8px; }
  .form-row { grid-template-columns: 1fr; gap: 8px; }
  .checkbox, .form-submit { margin-left: 0; }
}
