/* ==========================================================================
   🌹 pages-about.css
   About：Solid Contactsとは
   方針：
   - 濃紺チラシ部分のみ特別デザイン
   - 本文は既存 c-prose を使用
   - 色は cockpit.css の変数を参照
   ========================================================================== */


/* =========================================================
   ゴルフとは（チラシ再現）
   ========================================================= */

.p-about__poster {
  background: var(--brand-primary);
  color: var(--text-invert);
  padding: 80px 0;
}

/* 本文幅 */
.p-about__posterInner {
  max-width: 720px;
  margin: 0 auto;
}

/* 段落 */
.p-about__posterInner p {
  margin: 0;
  margin-bottom: 12px;
  line-height: 1.8;
}

/* 強調行（チラシの大きい文字） */
.p-about__lead {
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 14px;
  line-height: 1.6;
}


/* =========================================================
   見出し（濃紺上）
   ========================================================= */

.p-about__poster .c-heading__jp,
.p-about__poster .c-heading__en {
  color: var(--text-invert);
}

.p-about__poster .c-heading__line {
  background: var(--brand-accent);
}


/* =========================================================
   メッセージブロック
   ========================================================= */

.p-about__message {
  margin-top: 56px;
}
