/* ===========================
   佐世保式DX術 セミナーLP
   style.css
=========================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

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

body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #f4f6f8;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

/* ===========================
   共通ラッパー
=========================== */
.lp-wrap {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

/* ===========================
   ヘッダー
=========================== */
.lp-header {
  background: #5ce1e6;
  height: 70px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-header .logo {
  display: flex;
  align-items: center;
}

.lp-header .logo-img {
  height: 60px;
  width: 220px;
  object-fit: contain;
}

.lp-header .header-cta {
  background: #e8513a;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}

.lp-header .header-cta:hover {
  background: #d04530;
}

.lp-header .header-cta .arrow {
  margin-left: 4px;
}

/* ===========================
   ヒーローセクション
=========================== */
.lp-hero {
  padding: 60px 40px 70px;
  background: #faf5ee;
}

.hero-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
}

.hero-text {
  text-align: left;
}

.hero-illust {
  flex-shrink: 0;
  width: 340px;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-hero .badge {
  display: inline-block;
  background: #f9a825;
  color: #000;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  margin-bottom: 28px;
}

.hero-catchcopy {
  font-size: 36px;
  white-space: nowrap;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin-bottom: 28px;
}

.lp-hero h1 {
  font-size: 96px;
  font-weight: 900;
  color: #222;
  line-height: 1.2;
  white-space: nowrap;
  margin-bottom: 36px;
}

.hero-details {
  color: #333;
}

.hero-date {
  font-size: 36px;
  font-weight: 900;
  color: #222;
  margin-bottom: 16px;
}

.hero-venue {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  margin-bottom: 8px;
}

.venue-address {
  font-weight: 700;
  font-size: 20px;
  padding-left: 1em;
}

.hero-capacity {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  margin-top: 6px;
}

.capacity-num {
  font-size: 22px;
  padding-left: 1em;
}

/* ===========================
   FV内CTAボタン（スマホのみ表示）
=========================== */
.hero-cta-sp {
  display: none;
  margin-top: 20px;
  text-align: center;
}

.hero-cta-sp a {
  display: inline-block;
  background: #e8513a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 40px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.hero-cta-sp a:hover {
  background: #d04530;
}

/* ===========================
   CTAボタン
=========================== */
.lp-cta-btn {
  display: block;
  max-width: 500px;
  margin: 30px auto;
  background: #e53935;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.lp-cta-btn:hover {
  background: #c62828;
}

.lp-cta-btn .sub {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-top: 4px;
  opacity: 0.85;
}

/* ===========================
   セクション共通
=========================== */
.lp-section {
  padding: 60px 40px;
  border-top: 6px solid #f4f6f8;
}

.lp-section-title {
  background: #BFD8E6;
  color: #000;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  border-radius: 4px;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* ===========================
   こんなお悩みありませんか？
=========================== */
.lp-section-heading {
  font-size: 32px;
  font-weight: 900;
  color: #222;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 32px;
}

.lp-target-cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.lp-target-card {
  flex: 1;
  background: #faf5ee;
  border: 1px solid #e0d8c8;
  border-radius: 10px;
  padding: 36px;
}

.lp-target-card .card-num {
  font-size: 24px;
  font-weight: 700;
  color: #d94032;
  margin-bottom: 14px;
}

.lp-target-card p {
  font-size: 17px;
  color: #333;
  line-height: 1.8;
}

/* ===========================
   佐世保セミナーで学べること
=========================== */
.lp-learn-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 800px;
  margin: 0 auto;
}

.lp-learn-list li {
  background: #faf5ee;
  border-left: 5px solid #f9a825;
  padding: 24px 32px;
  font-size: 17px;
  border-radius: 0 6px 6px 0;
}

.lp-learn-list li strong {
  display: block;
  font-size: 18px;
  color: #e65100;
  margin-bottom: 4px;
}

/* ===========================
   改善事例（数字で納得）
=========================== */
.lp-stats-title {
  font-size: 26px;
  font-weight: 900;
  color: #222;
  text-align: center;
  margin-bottom: 6px;
  padding-bottom: 12px;
  border-bottom: 3px solid #1a3a5c;
  display: block;
  margin-top: 40px;
}

.lp-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
  margin-top: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.lp-stat-item {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  padding: 32px 20px;
}

.lp-stat-item .num {
  font-size: 38px;
  font-weight: 900;
  color: #222;
  line-height: 1;
}

.lp-stat-item .unit {
  font-size: 16px;
  color: #444;
  font-weight: 700;
}

.lp-stat-item .label {
  font-size: 13px;
  color: #666;
  margin-top: 12px;
}

/* ===========================
   リアルな成功事例
=========================== */
.lp-cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.lp-case-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 40px;
}

.lp-case-item .case-label {
  font-size: 14px;
  font-weight: 700;
  color: #d94032;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.lp-case-item .case-title {
  font-size: 20px;
  font-weight: 900;
  color: #222;
  line-height: 1.5;
  margin-bottom: 16px;
}

.lp-case-item .case-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

/* ===========================
   講師紹介
=========================== */
.lp-profile {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 36px;
  max-width: 800px;
  margin: 0 auto;
}

.lp-profile img {
  width: 320px;
  max-width: 100%;
  border-radius: 6px;
  flex-shrink: 0;
  object-fit: cover;
}

.lp-profile .bio .company {
  font-size: 18px;
  font-weight: 700;
  color: #555;
  margin-bottom: 6px;
}

.lp-profile .bio .name {
  font-size: 26px;
  font-weight: bold;
  color: #1a3a5c;
  margin-bottom: 16px;
}

.lp-profile .bio .role {
  font-size: 16px;
  color: #2196a8;
  margin-bottom: 14px;
  font-weight: bold;
}

.lp-profile .bio p {
  font-size: 15px;
  color: #555;
  line-height: 2.0;
}

/* ===========================
   開催概要テーブル
=========================== */
.lp-detail-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 16px;
}

.lp-detail-table th,
.lp-detail-table td {
  padding: 14px 18px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.lp-detail-table th {
  background: #e8f4f8;
  color: #1a3a5c;
  font-weight: bold;
  width: 28%;
  white-space: nowrap;
}

.lp-detail-table tr:nth-child(even) td {
  background: #fafafa;
}

/* ===========================
   申し込みフォーム
=========================== */
.form-lead {
  font-size: 16px;
  color: #444;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 28px;
}

.lp-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 600px;
  margin: 0 auto;
}

.lp-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lp-form label {
  font-size: 15px;
  font-weight: bold;
  color: #1a3a5c;
}

.lp-form label .required {
  background: #e53935;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  margin-left: 6px;
}

.lp-form input[type="text"],
.lp-form input[type="email"],
.lp-form input[type="tel"],
.lp-form select,
.lp-form textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  width: 100%;
  transition: border-color 0.2s;
}

.lp-form input:focus,
.lp-form select:focus,
.lp-form textarea:focus {
  outline: none;
  border-color: #2196a8;
  box-shadow: 0 0 0 2px rgba(33,150,168,0.15);
}

.lp-form textarea {
  height: 120px;
  resize: vertical;
}

.radio-group,
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 18px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.radio-label,
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  cursor: pointer;
}

.radio-label input,
.checkbox-label input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.inline-input {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 2px 6px;
  font-size: 14px;
  font-family: inherit;
  width: 140px;
  background: transparent;
}

.lp-form .submit-btn {
  display: block;
  width: 240px;
  margin: 14px auto 0;
  background: #e53935;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}

.lp-form .submit-btn:hover {
  background: #c62828;
}

/* ===========================
   フッター
=========================== */
.lp-footer {
  background: #5ce1e6;
  color: #000;
  padding: 50px 40px 30px;
  font-size: 14px;
  line-height: 1.8;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  margin-bottom: 30px;
}

.footer-logo {
  flex-shrink: 0;
  align-self: center;
}

.footer-logo-img {
  height: 100px;
  width: 300px;
  object-fit: contain;
}

.footer-info {
  text-align: left;
}

.footer-info .footer-company {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}

.footer-info p {
  color: #000;
  font-size: 14px;
}

.footer-info .footer-contact {
  color: #000;
  margin-top: 4px;
}

.footer-copy {
  font-size: 13px;
  color: #000;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 16px;
  margin-top: 10px;
}

/* ===========================
   レスポンシブ
=========================== */
@media (max-width: 768px) {
  /* ヘッダー：ボタン非表示、ロゴ中央 */
  .lp-header {
    padding: 0 16px;
    height: 52px;
    justify-content: center;
  }
  .lp-header .logo-img {
    height: 48px;
    width: 180px;
  }
  .lp-header .header-cta {
    display: none;
  }

  /* FV内CTAボタン表示 */
  .hero-cta-sp {
    display: block;
  }

  /* FV：スマホ用調整 */
  .lp-hero { padding: 28px 16px 32px; overflow: hidden; }
  .hero-content {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .hero-text {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  .hero-illust { width: 200px; align-self: center; }
  .lp-hero .badge { font-size: 13px; padding: 6px 16px; margin-bottom: 12px; }
  .hero-catchcopy { font-size: 18px; white-space: normal; margin-bottom: 12px; line-height: 1.5; }
  .lp-hero h1 { font-size: 32px; white-space: normal; margin-bottom: 16px; }
  .hero-date { font-size: 18px; margin-bottom: 8px; }
  .hero-venue, .hero-capacity { font-size: 14px; line-height: 1.5; }
  .venue-address { font-size: 13px; padding-left: 0; display: block; }
  .capacity-num { font-size: 16px; padding-left: 0; display: block; }

  /* セクション共通 */
  .lp-section { padding: 36px 16px; }
  .lp-section-title { font-size: 16px; padding: 12px 16px; }
  .lp-section-heading { font-size: 22px; }

  /* お悩みカード */
  .lp-target-cards { flex-direction: column; }
  .lp-target-card { padding: 24px; }
  .lp-target-card p { font-size: 15px; }

  /* 数字 */
  .lp-stats { grid-template-columns: repeat(2, 1fr); }
  .lp-stat-item .num { font-size: 28px; }

  /* 成功事例 */
  .lp-cases { grid-template-columns: 1fr; }

  /* 講師紹介 */
  .lp-profile { flex-direction: column; align-items: center; padding: 24px; }
  .lp-profile img { width: 100%; max-width: 240px; }

  /* フォーム */
  .lp-form { max-width: 100%; }

  /* フッター：縦並び */
  .lp-footer { padding: 36px 16px 24px; }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  }
  .footer-logo-img {
    height: 80px;
    width: 240px;
  }
  .footer-info { text-align: center; }
}

@media (max-width: 480px) {
  /* ヘッダー：ボタン非表示、ロゴ中央 */
  .lp-header {
    justify-content: center;
  }
  .lp-header .header-cta {
    display: none !important;
  }

  /* FV内CTAボタン表示 */
  .hero-cta-sp {
    display: block !important;
  }

  /* FVテキストさらに縮小 */
  .hero-catchcopy { font-size: 16px; }
  .lp-hero h1 { font-size: 28px; }
  .hero-date { font-size: 16px; }
}
