@charset "UTF-8";
/* =============================================================
   お問い合わせ完了ページ（slug: contact-complete）専用スタイル
   デザイン: untracked/Main Container.png
   ※ ヒーローは privacy と同じ「青帯なし（page-hero-plain）」を当ページ用に複製。
     （テーマ既存の per-page スコープ運用に合わせる）
   ============================================================= */

/* ---- 下層hero（青帯なしバリエーション：page-hero-plain.php） ---- */
.page-hero-plain {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(200px, 26.56vw, 318px);
  padding-block: clamp(40px, 6vw, 80px);
  background: #eaf4ff url("../images/common/bg-page-hero-plain.png") center
    bottom / cover no-repeat;
}
.page-hero-plain__inner {
  width: 100%;
  transform: translateY(clamp(16px, 3vw, 48px));
}
.page-hero-plain__en {
  font-family: "Montserrat", var(--font-en);
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: capitalize;
  color: #0050a3;
}
.page-hero-plain__title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 0.2em;
  font-family: "Yu Gothic", YuGothic, "游ゴシック体", "游ゴシック", sans-serif;
  color: #0684f5;
  font-size: 47px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.94px;
}
.page-hero-plain__bar {
  display: inline-block;
  width: 66.909px;
  height: 1.2px;
  background: #0684f5;
}
@media (max-width: 768px) {
  .page-hero-plain__en {
    font-size: 22px;
  }
  .page-hero-plain__title {
    font-size: 30px;
  }
}

/* ---- 本文（Thank You / 謝辞） ---- */
.contact-thanks {
  text-align: center;
}
/* .section__en / .section__title は main.css で左寄せのため中央に上書き */
.contact-thanks .section__en,
.contact-thanks .section__title {
  text-align: center;
}
.contact-thanks__title {
  margin-top: 4px;
}
.contact-thanks__lead {
  margin-top: 28px;
  color: #333;
  font-size: 16px;
  line-height: 2.1;
}
.contact-thanks__lead p {
  margin: 0;
}
.contact-thanks__cta {
  margin-top: 44px;
}
.contact-thanks__cta .btn {
  min-width: 260px;
  justify-content: center;
}

@media (max-width: 600px) {
  .contact-thanks__lead {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }
  .contact-thanks__cta .btn {
    width: 100%;
  }
}
