@charset "UTF-8";

/* =========================
   基本
========================= */
body {
  margin: 0;
  font-family: "Hiragino Sans","Meiryo",sans-serif;
  color: #333;
  line-height: 1.9;
  background: #ffffff;
}

.lp-wrapper {
  width: 1000px;
  margin: 0 auto;
}

/* =========================
   ファーストビュー
========================= */
.fv {
  background: #eaf4ff;
  padding: 40px 30px;
}

.fv-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.fv-text-area {
  width: 55%;
}

.fv h1 {
  font-size: 26px;
  margin-bottom: 15px;
}

.fv h1 span {
  display: block;
  font-size: 16px;
  margin-top: 8px;
}

.fv-lead {
  font-size: 16px;
}

.fv-img {
  width: 45%;
}

.fv-img img {
  width: 100%;
  height: auto;
}

/* =========================
   セクション
========================= */
.section {
  padding: 50px 30px;
}

.section h2 {
  font-size: 22px;
  margin-bottom: 25px;
  border-left: 6px solid #4a90e2;
  padding-left: 12px;
}

.bg-soft {
  background: #f7f9fc;
}

/* =========================
   リスト
========================= */
.check-list li,
.dot-list li {
  margin-bottom: 10px;
}

.number-list li {
  margin: 10px 0;
}

/* =========================
   特長
========================= */
.feature {
  margin-bottom: 30px;
}

.feature h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

/* =========================
   CTA
========================= */
.cta {
  background: #fff2e6;
  text-align: center;
  padding: 50px 30px;
}

.cta h2 {
  border: none;
  font-size: 22px;
}

.cta-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 40px;
  background: #f39800;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 30px;
}

/* =========================
   フッター
========================= */
.footer {
  background: #f2f2f2;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}
/* =========================
   画像キャプション共通デザイン
========================= */
.img-caption {
  margin: 10px auto 25px;
  padding: 10px 14px;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  background: #f7f9fc;
  border-left: 4px solid #4a90e2;
  border-radius: 6px;
  box-sizing: border-box;
}

/* セクション内で中央寄せ */
.section-img {
  display: block;
  margin: 25px auto 0;
  max-width: 100%;
  height: auto;
}
/* =========================
   CTA 分岐デザイン
========================= */
.cta {
  margin: 60px 0;
  padding: 40px 20px;
  background: #eef4fb;
  text-align: center;
}

.cta h2 {
  margin-bottom: 10px;
  font-size: 26px;
  color: #2c3e50;
}

.cta-lead {
  margin-bottom: 30px;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* CTAボックス横並び */
.cta-box-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-box {
  width: 320px;
  padding: 25px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
  box-sizing: border-box;
}

.cta-box h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}

.cta-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 18px;
}

/* ボタン共通 */
.cta-btn {
  display: inline-block;
  padding: 12px 22px;
  font-size: 15px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.2s;
}

/* 資料DL（控えめ） */
.cta-btn.sub {
  background: #ffffff;
  color: #4a90e2;
  border: 2px solid #4a90e2;
}

.cta-btn.sub:hover {
  background: #4a90e2;
  color: #fff;
}

/* 相談CTA（メイン） */
.cta-btn.main {
  background: #4a90e2;
  color: #fff;
  border: 2px solid #4a90e2;
}

.cta-btn.main:hover {
  background: #357abd;
  border-color: #357abd;
}
/* =========================
   FAQ（よくある質問）
========================= */
.faq-section {
  margin-top: 40px;
}

.faq-item {
  margin-top: 25px;
  padding: 20px;
  background: #f9fafc;
  border-radius: 10px;
  box-sizing: border-box;
}

.faq-item h3 {
  margin-bottom: 10px;
  font-size: 17px;
  color: #2c3e50;
}

.faq-item p {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}
/* =========================
   PDF 表紙（画面表示）
========================= */
.pdf-cover {
  min-height: 90vh;
  padding: 60px 20px;
  text-align: center;
  box-sizing: border-box;
}

.pdf-cover-title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.pdf-cover-title span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

.pdf-cover-lead {
  font-size: 18px;
  margin-bottom: 30px;
}

.pdf-cover-box {
  max-width: 720px;
  margin: 0 auto 30px;
  padding: 24px;
  background: #f7f9fc;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.8;
}

.pdf-cover-note {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

.pdf-cover-footer {
  font-size: 15px;
  color: #333;
}
