@charset "UTF-8";
:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --line: #e5e7eb;
  --brand: #c49621;
  --brand-dark: #134e4a;
  --brand-soft: #ffe9b1;
  --blue-soft: #dbeafe;
  --green-soft: #dcfce7;
  --orange-soft: #ffedd5;
  --violet-soft: #ede9fe;
  --accent: #ea580c;
  --shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  --radius: 22px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

footer{
display:none;
}

html {
  scroll-behavior: smooth;
}

.tokuteiginou-lp {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fff9eb 0%, var(--bg) 28%, #ffffff 100%);
  line-height: 1.7;
}


.tokuteiginou-lp input,
.tokuteiginou-lp textarea,
.tokuteiginou-lp select,
.tokuteiginou-lp button {
  font-family: inherit;
}

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

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

.container {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.section {
  padding: 80px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgb(255, 253, 248);
  color: #c49621;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-head h2 {
  margin: 14px 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
display:none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 700;
  transition: 0.25s ease;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 12px 24px rgba(118, 94, 15, 0.22);
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  background: #fff;
  border-color: rgba(118, 109, 15, 0.16);
  color: var(--brand);
}

.hero {
  padding: 24px 0 64px;
  position: relative;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.55;
  z-index: 0;
}

.hero::before {
  width: 320px;
  height: 320px;
  background: #ffe9b1;
  top: -80px;
  right: -80px;
}

.hero::after {
  width: 280px;
  height: 280px;
  background: #ffe9b1;
  left: -90px;
  top: 80px;
}

.nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  margin-top: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  max-width: 200px;
  margin: 0 10px;
}

.nav-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 40px;
  align-items: center;
  padding-top: 54px;
}

.hero-copy h1 {
  margin: 18px 0 18px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.hero-copy p {
  margin: 0;
  font-size: 17px;
  color: var(--muted);
  max-width: 680px;
}

.hero-points {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hero-point {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 118, 110, 0.1);
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.hero-point strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.hero-point span {
  color: var(--muted);
  font-size: 14px;
}

.hero-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.hero-card h3 {
  margin: 0 0 18px;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.mini-flow {
  display: grid;
  gap: 12px;
}

.mini-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.mini-step .num {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #c49621;
  font-weight: 800;
  font-size: 18px;
}

.mini-step .body strong {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

.mini-step .body span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.metric {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.metric .label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.metric .value {
  margin-top: 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.flow-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

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

.flow-card {
  position: relative;
  border-radius: 24px;
  padding: 24px;
  min-height: 220px;
  border: 1px solid transparent;
}

.flow-card::after {
  content: "→";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 800;
  color: var(--muted);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.flow-card:nth-child(3n)::after {
  display: none;
}

.flow-card.blue {
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
  border-color: #dbeafe;
}

.flow-card.green {
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
  border-color: #dcfce7;
}

.flow-card.orange {
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
  border-color: #ffedd5;
}

.flow-card.violet {
  background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 100%);
  border-color: #ede9fe;
}

.flow-card .step-no {
  display: inline-flex;
  min-width: 56px;
  height: 34px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 12px;
  font-weight: 800;
  color: var(--brand-dark);
}

.flow-card h3 {
  margin: 16px 0 10px;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.flow-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}

.notice-box {
  margin-top: 22px;
  padding: 20px 22px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.notice-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff;
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
}

.notice-box strong {
  display: block;
  margin-bottom: 4px;
}

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

.cost-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.cost-card h3 {
  margin: 0 0 6px;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.cost-card p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
}

.price-total {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed var(--line);
  font-weight: 800;
  font-size: 18px;
}

.cost-list {
  display: grid;
  gap: 12px;
}

.cost-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  background: #f8fafc;
  border-radius: 14px;
  font-size: 14px;
}

.cost-item span:last-child {
  font-weight: 800;
  white-space: nowrap;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.feature .icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #c49621;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 14px;
}

.feature h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.35;
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cta {
  padding-bottom: 90px;
}

.cta-box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #a17300 0%, #c49621 65%, #a17300 100%);
  color: #fff;
  border-radius: 32px;
  padding: 42px;
  box-shadow: 0 22px 46px rgba(118, 85, 15, 0.28);
    margin-bottom: 80px;
}

.cta-box::before,
.cta-box::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.cta-box::before {
  width: 220px;
  height: 220px;
  top: -60px;
  right: -30px;
}

.cta-box::after {
  width: 180px;
  height: 180px;
  bottom: -70px;
  left: 38%;
}

.cta-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}

.cta-copy h2 {
  margin: 16px 0 14px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.cta-panel {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  padding: 24px;
  backdrop-filter: blur(6px);
}

.cta-panel ul {
  padding-left: 18px;
  margin: 0;
}

.cta-panel li {
  margin: 10px 0;
}

.tokutei-footer {
  padding: 24px 0 44px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1080px) {
  .hero-grid,
  .cta-content,
  .flow-grid,
  .feature-grid,
  .metrics,
  .cost-grid {
    grid-template-columns: 1fr 1fr;
  }
  .flow-card:nth-child(3n)::after {
    display: grid;
  }
  .flow-card:nth-child(2n)::after {
    display: none;
  }
}
@media (max-width: 760px) {
  .brand {
    flex-direction: column;
  }
  .section {
    padding: 60px 0;
  }
  .nav {
    padding: 20px 14px 14px;
    display: block;
  }
  .nav-links {
    display: none;
  }
  .hero-grid,
  .metrics,
  .flow-grid,
  .feature-grid,
  .cost-grid,
  .cta-content,
  .hero-points {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-bottom: 40px;
  }
  .hero-grid {
    padding-top: 34px;
    gap: 24px;
  }
  .hero-card,
  .flow-wrap,
  .cta-box {
    padding: 22px;
  }
  .flow-card::after {
    display: none !important;
  }
  .flow-card {
    min-height: auto;
  }
  .notice-box {
    grid-template-columns: 1fr;
  }
  .btn {
    width: 100%;
  }


}/*# sourceMappingURL=tokuteiginou.css.map */

