@charset "UTF-8";

/* ===== ベース ===== */
:root {
  --color-primary: #003F8E;     /* 紺 */
  --color-primary-light: #1F6FD8;
  --color-accent: #F08300;      /* オレンジ */
  --color-accent-dark: #D97400;
  --color-text: #222;
  --color-muted: #666;
  --color-bg: #fff;
  --color-bg-soft: #F5F8FC;
  --color-border: #E4EAF2;
}

html, body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
}

img { max-width: 100%; height: auto; vertical-align: bottom; }

/* Foundation の grid-container 幅調整 */
.grid-container { max-width: 960px; }

/* ===== セクション共通 ===== */
.section {
  padding: 70px 0;
}
.section-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}
.section-title .accent {
  color: var(--color-accent);
}
.section-lead {
  text-align: center;
  font-size: 1rem;
  color: var(--color-muted);
  margin-bottom: 2.5rem;
}

/* ===== ヘッダー（ヒーロー） ===== */
.hero {
  position: relative;
  background: linear-gradient(135deg, #DCEAFB 0%, #EAF3FD 60%, #F4F9FF 100%);
  overflow: hidden;
  padding: 50px 0 60px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 20px; right: 5%;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #B9D5F2;
  opacity: 0.6;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 30px; left: 8%;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #B9D5F2;
  opacity: 0.5;
}
.hero-badge {
  display: inline-block;
  background: #fff;
  color: var(--color-primary);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 18px;
  box-shadow: 0 2px 6px rgba(0,63,142,0.1);
}
.hero-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.4;
  margin-bottom: 1.2rem;
  letter-spacing: 0.01em;
}
.hero-title .quote {
  display: inline;
}
.hero-desc {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.9;
  margin-bottom: 1.8rem;
}

/* ===== ヒーロー情報ボックス ===== */
.hero-info-box {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 18px;
  border-radius: 6px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.hero-info-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 10px 0;
  line-height: 1.6;
}
.hero-info-desc {
  font-size: 0.85rem;
  color: #333;
  margin: 0 0 8px 0;
  line-height: 1.6;
}
.hero-info-desc:last-child {
  margin-bottom: 0;
}
.hero-image {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

/* ===== CTAボタン ===== */
.cta-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #F49521 0%, #F08300 100%);
  color: #fff !important;
  padding: 18px 24px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(240,131,0,0.3);
  transition: all 0.2s ease;
  max-width: 420px;
  font-size: 0.95rem;
  line-height: 1.4;
}
.cta-button:hover {
  background: linear-gradient(180deg, #F08300 0%, #D97400 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(240,131,0,0.4);
}
.cta-button .cta-icon {
  flex-shrink: 0;
  margin-right: 14px;
  font-size: 1.4rem;
}
.cta-button .cta-text {
  flex-grow: 1;
}
.cta-button .cta-arrow {
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 1.1rem;
}

.cta-center {
  margin: 0 auto;
}

/* ===== イントロセクション ===== */
.introduction-section {
  background: var(--color-bg-soft);
  padding: 60px 0;
}
.intro-description {
  border-left: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 40px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #333;
}
.intro-merit-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 24px;
  text-align: center;
}
.intro-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 22px 18px;
  height: 100%;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.intro-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 10px;
  line-height: 1.5;
}
.intro-card-text {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.7;
  margin: 0;
}

/* ===== お悩みセクション ===== */
.problem-section {
  background: #fff;
  padding: 60px 0 50px;
}
.problem-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 24px 20px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  position: relative;
}
.problem-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
  min-height: 3em;
}
.problem-card-title::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 20px; height: 20px;
  background: var(--color-primary);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.problem-card-body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.problem-card-text {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.7;
  flex: 1;
}
.problem-card-image {
  width: 70px;
  margin-left: 10px;
  flex-shrink: 0;
}

.problem-summary {
  text-align: center;
  margin-top: 40px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.9;
  color: #333;
}
.problem-summary .accent {
  color: var(--color-accent);
  font-weight: 700;
}

/* ===== メリットセクション ===== */
.merit-section {
  background: var(--color-bg-soft);
  padding: 60px 0;
}
.merit-card {
  background: transparent;
  height: 100%;
}
.merit-number {
  display: inline-block;
  color: var(--color-accent);
  font-size: 1.3rem;
  font-weight: 900;
  font-style: italic;
  margin-right: 8px;
  vertical-align: middle;
}
.merit-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.5;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.merit-title-text {
  display: inline-block;
  vertical-align: middle;
}
.merit-image {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 14px;
  width: 100%;
}
.merit-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.merit-text {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333;
}
.merit-text .accent {
  color: var(--color-accent);
  font-weight: 700;
}

/* ===== フローセクション ===== */
.flow-section {
  background: #fff;
  padding: 60px 0;
}
.flow-wrapper {
  position: relative;
}
.flow-step {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px 14px;
  text-align: center;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.flow-step-head {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 12px;
  margin-bottom: 14px;
}
.flow-step-number {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.flow-step-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.4;
}
.flow-step-title small {
  display: block;
  font-size: 0.75rem;
  margin-top: 2px;
  color: var(--color-primary);
}
.flow-step-icon {
  width: 70px;
  height: 50px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-step-icon img {
  max-width: 60px;
  max-height: 50px;
  object-fit: contain;
}
.flow-step-text {
  font-size: 0.8rem;
  line-height: 1.7;
  color: #333;
  text-align: left;
}
.flow-arrow {
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-primary);
  font-size: 1.5rem;
  z-index: 2;
  pointer-events: none;
}

/* ===== FAQ ===== */
.faq-section {
  background: var(--color-bg-soft);
  padding: 60px 0;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 16px;
}
.faq-q {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-primary);
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.faq-q-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}
.faq-a {
  font-size: 0.875rem;
  color: #333;
  display: flex;
  align-items: flex-start;
  line-height: 1.8;
}
.faq-a-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  background: var(--color-accent);
  color: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ===== 無料相談 ===== */
.consult-section {
  background: #FFF7EC;
  padding: 60px 0;
}
.consult-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 35px;
}
.consult-title .free {
  color: var(--color-accent);
  font-size: 1.7rem;
  padding: 0 4px;
}
.consult-card {
  background: #fff;
  border-radius: 8px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.consult-card-image {
  width: 100px;
  margin-right: 14px;
  flex-shrink: 0;
}
.consult-card-body { flex: 1; }
.consult-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
  line-height: 1.5;
}
.consult-card-text {
  font-size: 0.825rem;
  line-height: 1.7;
  color: #333;
}

/* ===== フッター ===== */
.site-footer {
  background: var(--color-primary);
  color: #fff;
  padding: 35px 0 30px;
  text-align: center;
}
.site-footer .footer-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.site-footer .footer-info {
  font-size: 0.875rem;
  line-height: 1.9;
}
.site-footer .footer-info-sub {
  font-size: 0.825rem;
  margin-top: 4px;
  opacity: 0.95;
}

/* ===== レスポンシブ調整 ===== */
@media screen and (max-width: 39.9375em) {
  .hero {
	padding: 30px 0 40px;
  }
  .hero-title {
	font-size: 1.5rem;
  }
  .hero-image {
	margin-top: 24px;
  }
  .section {
	padding: 45px 0;
  }
  .section-title {
	font-size: 1.35rem;
  }
  .problem-card {
	margin-bottom: 14px;
  }
  .merit-card {
	margin-bottom: 22px;
  }
  .flow-step {
	margin-bottom: 30px;
  }
  .flow-arrow {
	position: absolute;
	right: 50%;
	top: auto;
	bottom: -24px;
	transform: translateX(50%) rotate(90deg);
	font-size: 1.3rem;
  }
  .consult-card {
	margin-bottom: 14px;
  }
  .consult-title { font-size: 1.2rem; }
  .consult-title .free { font-size: 1.4rem; }
  .cta-button { font-size: 0.85rem; padding: 14px 18px; }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hero-title { font-size: 1.8rem; }
}

/* スマホ対応 */
.hero {
	background-image: linear-gradient(170deg, rgba(255,255,255,0.2), rgba(255,255,255,0.7)), url(images/bg-fuji.jpg);
	background-position: bottom left;
	background-size: cover;
}
.merit-number {font-size: 3rem;}
@media (max-width: 640px) {
	.hero-badge {margin-top:1rem;}
	h2.section-title {text-align: left; font-size: 1.25rem !important;}
	.intro-card-title {font-size: 1rem;}
	.problem-summary {text-align: left;}
	.problem-summary br {display: none;}
	.section-lead {text-align: left;}
	.flow-step {height: auto;}
	.flow-step-icon {width:100px;height:100px;}
	.flow-step-icon img {max-width:100px;max-height:80px;}
	.consult-title {text-align: left;font-size: 1.85rem;}
	.consult-title .free {font-size: 1.85rem;}
	.consult-card {margin:1rem;height: auto;}
	.consult-card-text {margin-bottom: 0;}
	.site-footer {text-align: left;}
}
