﻿:root {
  --accent-grad: linear-gradient(115deg, #2d6b4e 0%, #3d7a58 22%, #4a8b6c 42%, #7a9f4a 62%, #b8b84a 82%, #e0d86a 100%);
  --lemon: #5d8f52;
  --lemon-light: #dce8c8;
  --lemon-pale: #eef4e8;
  --green: #4A8B6C;
  --green-light: #E8F2EC;
  --sea: #5B9CC2;
  --sea-light: #EDF4F8;
  --dark: #1E1E1E;
  --dark-soft: #2C2C2A;
  --text: #333333;
  --text-light: #777777;
  --bg: #FAFAF6;
  --white: #FFFFFF;
  --line-green: #06C755;
  --font-ja: 'Zen Kaku Gothic New', sans-serif;
  --font-en: 'Outfit', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

@media (max-width: 767px) {
  .pc-only { display: none !important; }
}

@media (min-width: 768px) {
  .sp-only { display: none !important; }
}

.text-accent-gradient,
.text-lemon,
.fv-catch-accent,
.header-subtitle-accent,
.section-label,
.read-more,
.stat-number {
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  html {
    scroll-snap-type: y proximity;
    scroll-padding-top: var(--header-h, 0px);
  }
}

body {
  font-family: var(--font-ja);
  color: var(--text);
  background: linear-gradient(160deg, #f0f5ed 0%, #e8f0e4 30%, #f5f3e8 70%, #faf9f2 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

/* ==================== FV ==================== */
.fv {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 72px;
  box-sizing: border-box;
}

.fv-project-wrap {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 110% 45% at 50% -2%, rgba(245, 215, 142, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse 85% 40% at 88% 35%, rgba(91, 156, 194, 0.3) 0%, transparent 52%),
    radial-gradient(ellipse 75% 35% at 12% 50%, rgba(74, 139, 108, 0.22) 0%, transparent 50%),
    linear-gradient(168deg,
      #fdf6e8 0%, #f2f7f2 25%, #e8f0f7 45%, #eef3f0 60%,
      rgba(238, 243, 240, 0) 85%);
  padding-bottom: 80px;
}

.fv-bg-gradient {
  display: none;
}

.fv-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fv-lemon-wrap {
  position: relative;
  width: min(92vw, 520px);
  margin: 0 auto 20px;
}

.fv-lemon-slides {
  position: relative;
  width: 100%;
  aspect-ratio: 1280 / 963;
  -webkit-mask-image: url('img/lemonshape-fv-mask.svg');
  mask-image: url('img/lemonshape-fv-mask.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  overflow: hidden;
}

.fv-lemon-slides-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .fv-lemon-slides {
    transform: none;
    overflow: visible;
  }

  .fv-lemon-slides-inner {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
  }
}

/* 装飾レモンイラスト（スライダー左下に重ね） */
.fv-lemon-accent {
  position: absolute;
  left: -12%;
  bottom: -10%;
  width: 48%;
  min-width: 120px;
  max-width: 300px;
  height: auto;
  object-fit: contain;
  z-index: 4;
  pointer-events: none;
  filter: drop-shadow(0 6px 18px rgba(30, 45, 55, 0.14));
}

.fv-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: opacity, transform;
  object-position: center;
  opacity: 0;
  z-index: 0;
  transition: opacity 1.2s ease-in-out;
  transform: scale(1);
}

.fv-slide.is-active {
  opacity: 1;
  z-index: 1;
  animation: fvSlideZoom 6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes fvSlideZoom {
  0%   { transform: scale(1.15); }
  100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .fv-slide { transition: none; animation: none; }
}

/* FV マーキー（特大・白・無限横スクロール）
   100vw + 50vw 中央寄せはスクロールバー分で横スクロールが出るため、
   .fv の左右パディング分だけネガティブマージンでフルブリードする */
.fv-marquee {
  position: relative;
  z-index: 2;
  width: calc(100% + 32px);
  max-width: none;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 8px;
  margin-bottom: 4px;
  overflow: hidden;
  pointer-events: none;
}

.fv-marquee-view {
  width: 100%;
  overflow: hidden;
}

.fv-marquee-track {
  display: flex;
  width: max-content;
  animation: fvMarqueeLtr 32s linear infinite;
}

.fv-marquee-seg {
  flex-shrink: 0;
  font-family: var(--font-en);
  font-size: clamp(56px, 17vw, 160px);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.05;
  color: rgba(255, 255, 255, 0.35);
  white-space: nowrap;
  padding-right: 0.5em;
}

@keyframes fvMarqueeLtr {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .fv-marquee-track {
    animation: none;
    transform: translateX(0);
  }
}

.fv-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  max-width: 520px;
}

.fv-catch {
  font-family: var(--font-ja);
  font-size: clamp(48px, 13vw, 64px);
  font-weight: 900;
  font-style: italic;
  color: var(--dark-soft);
  line-height: 1.5;
  letter-spacing: 4px;
}

/* PC版：左コピー＋右レモン */
@media (min-width: 768px) {
  .fv {
    padding: 60px 0 60px 48px;
    align-items: stretch;
    justify-content: center;
  }

  .fv-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1400px;
  }

  .fv-content {
    order: 1;
    text-align: left;
    flex: 0 0 auto;
    max-width: 560px;
    padding: 0;
  }

  .fv-lemon-wrap {
    order: 2;
    flex: 1 1 60%;
    width: 60%;
    max-width: 720px;
    margin: 40px 0 0 0;
  }

  .fv-lemon-accent {
    left: -8%;
    bottom: -6%;
    width: 52%;
    max-width: 320px;
    min-width: 140px;
    z-index: 4;
  }

  .fv-catch {
    font-size: clamp(56px, 5.5vw, 80px);
    letter-spacing: 0.15em;
  }

  .fv-marquee {
    width: calc(100% + 48px);
    margin-left: -48px;
    margin-right: 0;
    margin-top: 16px;
  }

  .fv-marquee-seg {
    font-size: clamp(72px, 11vw, 200px);
    font-weight: 800;
  }
}

/* ==================== SECTIONS ==================== */
section {
  padding: 72px 4vw;
}

@media (min-width: 768px) {
  section {
    padding: 80px 5vw;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-label {
  font-family: var(--font-en);
  font-size: clamp(40px, 10vw, 72px);
  letter-spacing: 0.06em;
  margin-bottom: -8px;
  font-weight: 700;
  opacity: 0.18;
  line-height: 1;
  -webkit-text-fill-color: transparent;
}

.section-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
  color: var(--dark);
  position: relative;
}

@media (min-width: 768px) {
  .section-label {
    font-size: clamp(56px, 6vw, 80px);
    margin-bottom: -12px;
  }

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

.section-body {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: var(--text);
}

.section-body p + p {
  margin-top: 1.4em;
}

.section-body p {
  margin-bottom: 20px;
}

/* ==================== PROJECT ==================== */
.project {
  background: transparent;
  padding-top: 24px;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .project {
    padding-top: 80px;
  }
}

.project-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 48px 32px;
  text-align: center;
  max-width: 720px;
  width: 100%;
}

@media (min-width: 768px) {
  .project-card {
    padding: 72px 64px;
    border-radius: 32px;
  }
}

.project-card .section-label {
  margin-bottom: -4px;
  opacity: 0.12;
}

.project-card .section-title {
  margin-bottom: 32px;
}

.project-card .section-body {
  text-align: center;
}

.project-cta {
  margin-top: 40px;
  text-align: center;
}

.btn-project-story {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-ja);
  font-size: 14px;
  font-weight: 700;
  color: var(--dark-soft);
  border: 2px solid transparent;
  background:
    linear-gradient(135deg, #fff 0%, #faf8f4 100%) padding-box,
    var(--accent-grad) border-box;
  background-origin: border-box;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.12em;
  box-shadow: 0 2px 14px rgba(74, 139, 108, 0.12);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.3s ease,
              background 0.3s ease;
  overflow: hidden;
}

.btn-project-story::after {
  content: '→';
  font-family: var(--font-en);
  font-size: 15px;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-project-story:hover {
  transform: translateY(-3px);
  background:
    linear-gradient(135deg, #fff 0%, #f4faf4 100%) padding-box,
    var(--accent-grad) border-box;
  background-origin: border-box;
  box-shadow: 0 8px 28px rgba(74, 139, 108, 0.18),
              0 2px 10px rgba(200, 190, 80, 0.12);
}

.btn-project-story:hover::after {
  transform: translateX(5px);
}

.btn-project-story:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 14px rgba(74, 139, 108, 0.14);
}


/* ==================== WANTED / ABOUT / INTERVIEW ==================== */
.wanted,
.interview {
  background: transparent;
}


/* ==================== WANTED LAYOUT ==================== */

/* --- Shared base --- */
.wanted-layout-img {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

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

.wanted-layout-content {
  display: flex;
  flex-direction: column;
}

.wanted-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wanted-item-num {
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
  width: 52px;
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
}

.wanted-item-text {
  position: relative;
  padding-left: 20px;
  flex: 1;
}

.wanted-item-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 2px;
  background: var(--accent-grad);
}

.wanted-item-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 8px;
}

.wanted-item p {
  font-size: 13px;
  line-height: 2.4;
  color: var(--text);
  letter-spacing: 0.04em;
}

.wanted-item p + p {
  margin-top: 0.8em;
}

/* --- Wanted slide & copy --- */
.wanted-slide {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.wanted-slide.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.wanted-slide-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wanted-copy {
  font-family: var(--font-ja);
  font-size: 22px;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 0.08em;
  text-align: center;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* --- SP (< 768px) --- */
@media (max-width: 767px) {
  .wanted {
    padding-top: 25px;
  }

  .wanted-top {
    padding-bottom: 8px;
  }

  .wanted-slide {
    padding: 28px 0;
  }

  .wanted-slide-copy {
    padding: 40px 0;
  }

  .wanted-copy {
    font-size: 24px;
  }

  .wanted-item {
    min-height: auto;
    padding: 0;
  }
}

/* --- PC (>= 768px) --- */
@media (min-width: 768px) {
  .wanted {
    display: flex;
    align-items: flex-start;
    gap: 48px;
  }

  .wanted-top {
    position: sticky;
    top: 15vh;
    width: 42%;
    flex-shrink: 0;
  }

  .wanted-layout-img {
    border-radius: 20px;
    margin-top: 0;
  }

  .wanted-layout-content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .wanted-slide {
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 2vh 0;
  }

  .wanted-slide-copy {
    min-height: 50vh;
    padding-top: 15vh;
  }

  .wanted-copy {
    font-size: 36px;
    letter-spacing: 0.1em;
  }

  .wanted-item {
    padding: 0;
  }

  .wanted-item-num {
    font-size: 52px;
    width: 68px;
  }

  .wanted-item-text {
    padding-left: 24px;
  }

  .wanted-item-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .wanted-item p {
    font-size: 15px;
    line-height: 2.4;
  }
}


/* ==================== INTERVIEW BANNERS ==================== */
.interview-banners {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-bottom: 16px;
}

.interview-banner {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #E8E8E0;
  border-radius: 12px;
  overflow: visible;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.interview-banner:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
}

.interview-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.interview-banner:hover img {
  transform: scale(1.02);
}

@media (min-width: 768px) {
  .interview-banners {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .interview-banner {
    border-radius: 16px;
  }
}

/* ==================== ISLAND ==================== */
.island {
  background: transparent;
  overflow-x: hidden;
}

/* --- Island Tap Hint (SP) --- */
.island-tap-hint {
  margin-top: 14px;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-light);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0.5;
  animation: hintBounce 2s ease-in-out infinite;
}

.tap-icon {
  width: 14px;
  height: 14px;
}

@keyframes hintBounce {
  0%, 100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(-6px); opacity: 0.8; }
}


/* --- Island Roll --- */
.island-roll {
  overflow: hidden;
  margin: 0 -4vw;
  padding: 8px 0;
}

@media (min-width: 768px) {
  .island-roll {
    margin: 0 -5vw;
  }
}

.island-roll-track {
  display: flex;
  gap: 12px;
  height: 320px;
  width: max-content;
  animation: islandScroll 35s linear infinite;
}

.island-roll-track:hover {
  animation-play-state: paused;
}

@keyframes islandScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Column wrapper */
.island-col {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.island-col--single {
  width: 260px;
}

.island-col--wide {
  width: 360px;
}

.island-col--double {
  width: 220px;
}

/* Items fill their column space */
.island-roll-item {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 0;
}

.island-roll-item:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.island-col--single .island-roll-item,
.island-col--wide .island-roll-item {
  flex: 1;
}

.island-modal-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.island-roll-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .island-roll-track {
    height: 400px;
    gap: 14px;
  }

  .island-col {
    gap: 14px;
  }

  .island-col--single {
    width: 340px;
  }

  .island-col--wide {
    width: 440px;
  }

  .island-col--double {
    width: 280px;
  }

  .island-roll-item {
    border-radius: 16px;
  }
}


/* --- Banner Plus Button --- */
.banner-plus {
  position: absolute;
  bottom: -12px;
  right: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(20, 40, 35, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
}

.banner-plus:hover {
  background: rgba(20, 40, 35, 0.9);
  transform: scale(1.1);
}

.banner-plus span {
  position: relative;
  width: 20px;
  height: 20px;
}

.banner-plus span::before,
.banner-plus span::after {
  content: '';
  position: absolute;
  background: var(--white);
  border-radius: 1px;
}

.banner-plus span::before {
  top: 50%;
  left: 2px;
  right: 2px;
  height: 2px;
  transform: translateY(-50%);
}

.banner-plus span::after {
  left: 50%;
  top: 2px;
  bottom: 2px;
  width: 2px;
  transform: translateX(-50%);
}

/* --- Slide Modal (shared) — editorial / gradient --- */
.slide-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(12, 18, 16, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.slide-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.slide-modal {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, #f6f8f4 38%, #eef2ec 72%, #fafcf8 100%);
  width: 94%;
  max-width: 780px;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 20px 0 0 20px;
  box-shadow:
    -16px 0 48px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.slide-modal::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--accent-grad);
  z-index: 6;
  pointer-events: none;
  border-radius: 20px 0 0 20px;
}

.slide-modal-overlay.active .slide-modal {
  transform: translateX(0);
}

@media (max-width: 767px) {
  .slide-modal {
    width: 94%;
    max-width: none;
    border-radius: 16px 0 0 16px;
  }
  .slide-modal::before {
    border-radius: 16px 0 0 16px;
  }
}

.slide-modal-close {
  position: sticky;
  top: 16px;
  float: right;
  margin: 16px 16px 0 0;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--dark-soft);
  font-size: 22px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, color 0.2s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.slide-modal-close:hover {
  border-color: transparent;
  color: var(--white);
  background: var(--accent-grad);
  box-shadow: 0 6px 20px rgba(45, 107, 78, 0.35);
}

.slide-modal-inner {
  padding: 0 48px 56px;
  clear: both;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .slide-modal-inner {
    padding: 0 20px 32px;
    max-width: none;
  }
}

.slide-modal-hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(145deg, #2a3d32 0%, #4a6b58 45%, #6b8a72 100%);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 32px;
  position: relative;
  box-shadow: 0 12px 32px rgba(30, 45, 40, 0.2);
}

.slide-modal-hero::after {
  display: none;
}

.slide-modal-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .slide-modal-hero {
    aspect-ratio: 16 / 10;
    margin-bottom: 24px;
    border-radius: 12px;
  }
}

.slide-modal-body {
  font-size: 15px;
  line-height: 2.1;
  color: var(--text);
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .slide-modal-body {
    font-size: 14px;
  }
}

.slide-modal-body h4 {
  font-size: 17px;
  font-weight: 800;
  color: var(--dark-soft);
  margin: 44px 0 18px;
  padding: 20px 0 0;
  border-top: none;
  line-height: 1.55;
  letter-spacing: 0.04em;
  position: relative;
}

.slide-modal-body h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(74, 139, 108, 0.55) 0%, rgba(184, 184, 74, 0.45) 35%, rgba(0, 0, 0, 0.04) 100%);
}

.slide-modal-body h4::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 12px;
  border-radius: 2px;
  background: var(--accent-grad);
}

.slide-modal-body > h4:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

.slide-modal-body > h4:first-of-type::before {
  display: none;
}

.slide-modal-body p {
  margin-bottom: 24px;
  line-height: 2.25;
}

@media (min-width: 768px) {
  .slide-modal-body h4 {
    clear: both;
  }
}

@media (max-width: 767px) {
  .slide-modal-body h4 {
    font-size: 16px;
    margin: 40px 0 16px;
    padding-top: 20px;
  }
  .slide-modal-body p {
    margin-bottom: 20px;
  }
}

.modal-category {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.35em;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.modal-category::after {
  content: '';
  flex: 1;
  height: 1px;
  max-width: 120px;
  background: linear-gradient(90deg, rgba(74, 139, 108, 0.5), transparent);
}

.slide-modal-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.55;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  color: var(--dark-soft);
  background: linear-gradient(115deg, #1e2a24 0%, #2c3d32 40%, #3d5a48 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.modal-subtitle {
  font-size: 14px;
  color: rgba(60, 60, 58, 0.65);
  line-height: 1.85;
  margin-bottom: 28px;
  font-style: normal;
  font-weight: 500;
  padding-left: 18px;
  position: relative;
}

.modal-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 3px;
  border-radius: 2px;
  background: var(--accent-grad);
}

@media (max-width: 767px) {
  .slide-modal-title {
    font-size: 22px;
  }
  .modal-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.modal-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  margin-bottom: 36px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1c2822 0%, #24332a 50%, #2a3d32 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 28px rgba(20, 30, 26, 0.25);
  position: relative;
  overflow: hidden;
}

.modal-profile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 120% at 100% 0%, rgba(184, 184, 74, 0.12) 0%, transparent 55%);
  pointer-events: none;
}

.modal-profile > * {
  position: relative;
  z-index: 1;
}

.modal-profile-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
  background:
    linear-gradient(160deg, rgba(36, 50, 42, 0.95) 0%, rgba(28, 38, 32, 0.98) 100%) padding-box,
    var(--accent-grad) border-box;
  border: 2px solid transparent;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.modal-profile-name {
  font-size: 16px;
  font-weight: 800;
  color: #f4f6f2;
  letter-spacing: 0.04em;
}

.modal-profile-desc {
  font-size: 13px;
  color: rgba(230, 235, 228, 0.65);
  line-height: 1.85;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .modal-profile {
    gap: 16px;
    padding: 20px;
    margin-bottom: 32px;
  }
  .modal-profile-photo {
    width: 56px;
    height: 56px;
  }
  .modal-profile-name {
    font-size: 15px;
  }
  .modal-profile-desc {
    font-size: 12px;
  }
}

.modal-quote {
  margin: 36px 0;
  padding: 26px 24px 26px 22px;
  border-radius: 0 14px 14px 0;
  position: relative;
  clear: both;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.92) 0%, #f0f4ec 45%, #e8efe6 100%);
  border: 1px solid rgba(74, 139, 108, 0.12);
  border-left: none;
  box-shadow: 0 4px 24px rgba(45, 80, 62, 0.08);
}

.modal-quote::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 0 2px 2px 0;
  background: var(--accent-grad);
}

.modal-quote::after {
  content: '\201C';
  font-family: var(--font-en);
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 16px;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 0.35;
  pointer-events: none;
}

.modal-quote p {
  font-size: 15px;
  line-height: 2.05;
  color: var(--dark-soft);
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 36px;
  font-weight: 500;
}

.modal-quote-author {
  display: block;
  font-size: 11px;
  font-family: var(--font-en);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(74, 139, 108, 0.85);
  margin-top: 16px;
  padding-left: 8px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .modal-quote {
    margin: 28px 0;
    padding: 22px 18px 22px 18px;
  }
  .modal-quote p {
    padding-right: 28px;
    font-size: 14px;
  }
  .modal-quote::after {
    font-size: 44px;
    right: 10px;
  }
}

.modal-photo {
  margin: 32px 0;
  border-radius: 12px;
  overflow: hidden;
}

.modal-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  max-height: 360px;
}

@media (min-width: 768px) {
  .modal-photo {
    float: left;
    width: 48%;
    margin: 8px 28px 16px 0;
  }

  .modal-photo img {
    max-height: 280px;
  }
}

.modal-photo-placeholder {
  aspect-ratio: 3 / 2;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
    linear-gradient(135deg, #2d4a3c 0%, #3d5c48 30%, #5a7a62 55%, #4a6b58 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.28em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  line-height: 1.9;
  border-radius: 12px;
}

.modal-photo-caption {
  font-size: 11px;
  font-family: var(--font-en);
  letter-spacing: 0.08em;
  color: rgba(60, 60, 58, 0.5);
  padding: 10px 0 0;
  line-height: 1.6;
  text-transform: uppercase;
}

.modal-photo-with-text {
  margin: 32px 0;
  clear: both;
}

.modal-photo-with-text .modal-photo {
  margin: 0;
  float: none;
  width: 100%;
}

.modal-photo-side-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 2.0;
  color: var(--text);
}

@media (min-width: 768px) {
  .modal-photo-with-text {
    display: flex;
    align-items: center;
    gap: 28px;
  }

  .modal-photo-with-text .modal-photo {
    flex: 0 0 55%;
    width: 55%;
  }

  .modal-photo-side-text {
    flex: 1;
    margin-top: 0;
    font-size: 15px;
  }
}

.modal-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 28px;
  padding: 14px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, #eef1ea 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.modal-nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: var(--accent-grad);
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.25s ease, opacity 0.2s ease;
  box-shadow: 0 4px 14px rgba(45, 107, 78, 0.35);
}

.modal-nav-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 22px rgba(45, 107, 78, 0.45);
}

.modal-nav-btn:active {
  transform: scale(0.96);
}

.modal-nav-btn svg {
  width: 18px;
  height: 18px;
}

.modal-nav-counter {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  min-width: 56px;
  text-align: center;
  color: var(--dark-soft);
  opacity: 0.55;
}


/* ==================== NAV CARDS ==================== */
.nav-cards {
  background: transparent;
}

.accordion-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.accordion-item {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.accordion-item[open] {
  border-color: rgba(74, 139, 108, 0.3);
  box-shadow: 0 6px 24px rgba(74, 139, 108, 0.08);
}

.accordion-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  transition: background 0.25s ease;
}

.accordion-header::-webkit-details-marker {
  display: none;
}

.accordion-header:hover {
  background: linear-gradient(135deg, rgba(240, 247, 242, 0.6) 0%, rgba(247, 248, 234, 0.6) 100%);
}

.accordion-num {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
}

.accordion-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  flex: 1;
}

.accordion-icon {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  transition: background 0.3s ease, transform 0.3s ease;
}

.accordion-item[open] .accordion-icon {
  background: rgba(74, 139, 108, 0.1);
  transform: rotate(45deg);
}

.accordion-icon::before,
.accordion-icon::after {
  content: '';
  position: absolute;
  background: var(--text-light);
  border-radius: 1px;
  transition: background 0.3s ease;
}

.accordion-item[open] .accordion-icon::before,
.accordion-item[open] .accordion-icon::after {
  background: var(--green);
}

.accordion-icon::before {
  top: 50%;
  left: 8px;
  right: 8px;
  height: 2px;
  transform: translateY(-50%);
}

.accordion-icon::after {
  left: 50%;
  top: 8px;
  bottom: 8px;
  width: 2px;
  transform: translateX(-50%);
}

.accordion-body {
  padding: 0 24px 28px;
  padding-left: 56px;
  font-size: 14px;
  line-height: 2;
  color: var(--text);
  animation: accordionSlide 0.3s ease;
}

@keyframes accordionSlide {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.accordion-body p {
  margin-bottom: 12px;
}

.accordion-lead {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.accordion-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0E8;
}

.accordion-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-body h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.06em;
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 3px solid;
  border-image: var(--accent-grad) 1;
}

.accordion-note {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.9;
  margin-bottom: 0;
}

.accordion-body ul {
  list-style: none;
  padding: 0;
}

.accordion-body li {
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.accordion-body li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background: var(--accent-grad);
  border-radius: 50%;
}

/* Steps timeline */
.accordion-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 20px;
}

.accordion-steps::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(to bottom, var(--green), var(--lemon));
  border-radius: 1px;
}

.accordion-step {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0;
  position: relative;
}

.accordion-step::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--green);
  box-sizing: border-box;
}

.step-period {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 600;
  color: var(--green);
  letter-spacing: 0.03em;
  white-space: nowrap;
  min-width: 80px;
}

.step-desc {
  font-size: 14px;
  color: var(--text);
}

/* Info table */
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0;
}

.info-table tr {
  border-bottom: 1px solid #F0F0E8;
}

.info-table tr:last-child {
  border-bottom: none;
}

.info-table td {
  padding: 14px 0;
  font-size: 14px;
  vertical-align: top;
}

.info-table td:first-child {
  color: var(--text-light);
  width: 30%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.info-sub {
  font-size: 11px;
  color: var(--text-light);
  display: inline-block;
  margin-top: 2px;
}

.accordion-exp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.accordion-exp-col h5 {
  font-size: 12px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #F0F0E8;
}

.accordion-exp-col ul {
  list-style: none;
  padding: 0;
}

.accordion-exp-col li {
  font-size: 13px;
  padding: 4px 0;
  padding-left: 16px;
  position: relative;
  color: var(--text);
  line-height: 1.7;
}

.accordion-exp-col li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  background: var(--accent-grad);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .accordion-body {
    padding-left: 24px;
  }
  .accordion-exp-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ==================== CTA ==================== */
.cta {
  position: relative;
  text-align: center;
  padding: 96px 24px;
  overflow: hidden;
  max-width: none;
}

.cta::after {
  content: '';
  position: absolute;
  inset: -10px;
  background: url('img/fv02.webp') center / cover no-repeat;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.cta:hover::after {
  transform: scale(1.05);
}

.cta::before {
  content: '';
  position: absolute;
  inset: -10px;
  background: linear-gradient(160deg, rgba(20,20,18,0.82) 0%, rgba(30,60,45,0.72) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
}

.cta-inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
}

.cta-label {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 5px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cta-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.7;
  margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}

.cta-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 2;
  margin-bottom: 44px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: stretch;
}

.cta-button {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  padding: 22px 48px;
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: none;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
}

.cta-button-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.cta-button-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cta-button-note {
  display: block;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.75;
  letter-spacing: 0.04em;
}

.cta-button--line {
  background: var(--line-green);
  box-shadow: 0 4px 24px rgba(6,199,85,0.3);
}

.cta-button--line:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 40px rgba(6,199,85,0.45);
  background: #05b44c;
}

.cta-button--web {
  background: linear-gradient(135deg, #E8842C 0%, #F5A623 50%, #F0C040 100%);
  border: none;
  box-shadow: 0 4px 24px rgba(232,132,44,0.3);
}

.cta-button--web:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 40px rgba(232,132,44,0.4);
}

@media (min-width: 768px) {
  .cta {
    padding: 120px 24px;
  }
  .cta-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .cta {
    padding: 64px 20px;
  }
  .cta-title {
    font-size: 22px;
  }
  .cta-sub {
    font-size: 13px;
    margin-bottom: 32px;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .cta-button {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 18px 36px;
    font-size: 14px;
    min-height: 56px;
  }
  .cta-button-note {
    font-size: 11px;
    opacity: 0.85;
  }
  .cta-button--web .cta-button-note {
    opacity: 0.9;
    color: rgba(255,255,255,0.95);
  }
}

/* ==================== HEADER ==================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.header-logo {
  display: inline-block;
}

.header-logo img {
  height: 128px;
  width: auto;
  display: block;
}

.header-subtitle {
  font-family: var(--font-ja);
  font-size: 13px;
  font-weight: 700;
  color: var(--dark-soft);
  letter-spacing: 0.3em;
  line-height: 1.6;
  margin-top: 4px;
  padding-left: 30px;
}

/* ==================== DESKTOP NAV (PC only) ==================== */
.desktop-nav {
  display: none;
}

/* ==================== HEADER ACTION BUTTONS ==================== */
.header-actions {
  display: flex;
  align-items: center;
}

.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ja);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 9px 22px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.header-btn-outline {
  background: var(--accent-grad);
  color: var(--white);
  border: none;
}

.header-btn-outline:hover {
  opacity: 0.9;
}

.header-btn-line {
  background: var(--line-green);
  color: var(--white);
  border: none;
}

.header-btn-line:hover {
  opacity: 0.9;
}

/* ==================== HAMBURGER BUTTON ==================== */
.hamburger {
  width: 52px;
  height: 52px;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.3s ease;
  flex-shrink: 0;
}

.hamburger:focus-visible {
  outline: 2px solid rgba(74, 139, 108, 0.45);
  outline-offset: -3px;
}

.hamburger-lines {
  width: 20px;
  height: 14px;
  position: relative;
}

.hamburger-lines span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #2c2c2a 0%, #454542 100%);
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.25s ease, top 0.3s ease, background 0.2s ease;
}

.hamburger-lines span:nth-child(1) { top: 0; }
.hamburger-lines span:nth-child(2) { top: 6px; }
.hamburger-lines span:nth-child(3) { top: 12px; }

.hamburger.active {
  background: transparent;
}

.hamburger.active .hamburger-lines span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
  background: var(--dark-soft);
}

.hamburger.active .hamburger-lines span:nth-child(2) {
  opacity: 0;
}

.hamburger.active .hamburger-lines span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
  background: var(--dark-soft);
}

/* ==================== PC HEADER LAYOUT ==================== */
@media (min-width: 768px) {
  .site-header {
    display: flex;
    align-items: center;
    padding: 12px 24px;
  }

  .site-header.scrolled {
    background: rgba(250, 250, 246, 0.65);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
    margin-left: auto;
  }

  .desktop-nav a {
    font-family: var(--font-en);
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--dark-soft);
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    padding-bottom: 4px;
    background-image: var(--accent-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: var(--dark-soft);
    transition: -webkit-text-fill-color 0.3s ease;
  }

  .desktop-nav a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--accent-grad);
    border-radius: 1px;
    transition: width 0.3s ease, left 0.3s ease;
  }

  .desktop-nav a:hover {
    -webkit-text-fill-color: transparent;
  }

  .desktop-nav a:hover::after {
    width: 100%;
    left: 0;
  }

  .header-actions {
    gap: 10px;
    margin-left: 20px;
    flex-shrink: 0;
  }

  .header-actions .header-btn {
    transition: transform 0.25s ease, box-shadow 0.3s ease, opacity 0.25s ease;
  }

  .header-actions .header-btn-outline {
    background: var(--accent-grad);
    box-shadow: 0 2px 12px rgba(45, 107, 78, 0.18);
  }

  .header-actions .header-btn-outline:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 107, 78, 0.28);
    opacity: 1;
  }

  .header-actions .header-btn-line {
    background: var(--line-green);
    box-shadow: 0 2px 12px rgba(6, 199, 85, 0.18);
  }

  .header-actions .header-btn-line:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6, 199, 85, 0.28);
    opacity: 1;
  }

  .header-actions .hamburger {
    display: none;
  }
}

/* ==================== MOBILE NAV ==================== */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 60;
  padding-top: var(--header-h, 100px);
  background:
    radial-gradient(ellipse 120% 80% at 85% 90%, rgba(74,139,108,0.18) 0%, transparent 50%),
    radial-gradient(ellipse 100% 70% at 15% 10%, rgba(245,215,142,0.25) 0%, transparent 50%),
    linear-gradient(170deg, #fdf6e8 0%, #faf8f2 40%, #f0f4ee 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.mobile-nav.open {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-list {
  list-style: none;
  text-align: left;
  width: 100%;
  max-width: 320px;
  padding: 0 24px;
  margin: 0 auto;
}

.mobile-nav-list li {
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.mobile-nav-list li:first-child {
  border-top: 1px solid rgba(0,0,0,0.06);
}

.mobile-nav-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 4px;
  font-family: var(--font-ja);
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.mobile-nav-list a > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  min-width: 0;
}

.mobile-nav-list a::after {
  content: '→';
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.2s;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.mobile-nav-list a:hover {
  color: var(--green);
}

.mobile-nav-list a:hover::after {
  transform: translateX(3px);
}

.mobile-nav-list .nav-label {
  display: block;
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--text-light);
  margin-top: 3px;
  font-weight: 400;
  text-align: left;
  align-self: flex-start;
}

.mobile-nav-cta {
  margin-top: 36px;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 0 24px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-nav-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.mobile-nav-cta-line {
  background: var(--line-green);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(6,199,85,0.25);
}

.mobile-nav-cta-web {
  background: linear-gradient(135deg, #E8842C 0%, #F5A623 50%, #F0C040 100%);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(232,132,44,0.25);
}

.mobile-nav-cta a:active {
  transform: scale(0.97);
}

/* ==================== FOOTER ==================== */
.site-footer {
  background: var(--dark);
  padding: 64px 24px 40px;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}

.footer-brand {
  flex-shrink: 0;
}

.footer-logo-img {
  height: 72px;
  width: auto;
  opacity: 0.5;
  display: block;
  margin-bottom: 14px;
}

.footer-tagline {
  font-size: 12px;
  color: rgba(255,255,255,0.28);
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 24px;
  justify-content: flex-end;
  padding-top: 8px;
}

.footer-nav a {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: rgba(255,255,255,0.65);
}

.footer-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.08) 20%, rgba(255,255,255,0.08) 80%, transparent 100%);
  margin: 40px 0 28px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-company {
  font-size: 11px;
  color: rgba(255,255,255,0.25);
  letter-spacing: 1px;
}

.footer-copy {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.15);
}

/* ==================== SP OVERRIDES ==================== */
@media (max-width: 767px) {
  .site-header {
    padding: 20px 16px 12px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: transparent;
  }

  .header-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .header-logo {
    display: block;
    width: 100%;
    line-height: 0;
    text-align: center;
  }

  .header-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .header-subtitle {
    font-size: 11px;
    letter-spacing: 0.3em;
    text-align: center;
    margin-top: 2px;
    padding-left: 0;
  }

  .header-actions {
    position: absolute;
    top: 0;
    right: 0;
    align-items: stretch;
    border-radius: 0 0 0 18px;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(90deg, #2d6b4e 0%, #3d7a58 25%, #4a8b6c 50%, #7a9f4a 75%, #b8b84a 100%);
    box-shadow: 0 6px 24px rgba(45, 107, 78, 0.2);
  }

  .header-actions .header-btn {
    border: none;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    padding: 15px 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--white);
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    transition: background 0.2s ease;
  }

  .header-actions .header-btn:active {
    background: rgba(0, 0, 0, 0.1);
  }

  .header-actions .header-btn-outline {
    background: transparent;
  }

  .header-actions .header-btn-line {
    background: transparent;
  }

  .header-actions .hamburger {
    width: 48px;
    height: auto;
    min-height: 46px;
    background: var(--white);
  }

  .header-actions .hamburger .hamburger-lines span {
    background: var(--accent-grad);
  }

  .header-actions .hamburger.active {
    background: var(--white);
  }

  .header-actions .hamburger.active .hamburger-lines span {
    background: var(--accent-grad);
  }

  .fv {
    padding: clamp(170px, 44vw, 240px) 16px 48px;
  }

  .fv-marquee {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .fv-content {
    margin-top: 0;
    text-align: center;
  }

  .fv-catch {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5em;
    line-height: 1.6;
    text-align: center;
    padding-left: 2px;
  }

  .fv-catch br {
    display: none;
  }

  .fv-lemon-wrap {
    width: min(100%, 480px);
    margin-bottom: 50px;
    margin-top: 70px;
  }

  .site-footer {
    padding: 44px 20px 28px;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
  }

  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-img {
    height: 52px;
    max-width: min(70vw, 200px);
    object-fit: contain;
    margin-bottom: 10px;
  }

  .footer-tagline {
    font-size: 11px;
  }

  .footer-nav {
    justify-content: center;
    gap: 4px 18px;
  }

  .footer-nav a {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .footer-divider {
    margin: 28px 0 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
}
