/* contact.css — CONTACT ページ専用スキン（骨格は styles.css / sub-page.css） */

/* メインエリア背景をトップの .section トーンに寄せる */
.sub-page .main {
  background: linear-gradient(180deg, #f5f8ff 0%, #fafafa 40%, #fafafa 100%);
}

.contact-lead-group {
  margin-bottom: 24px;
}

.contact-en-title {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}

.contact-ja-title {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.concept-body {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 40px;
}

.photo-frame {
  aspect-ratio: 4 / 5;
  background: #000;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.photo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
 * #form（CONTACT INFORMATION 見出し）へハッシュジャンプしたとき、
 * sticky ヘッダーに隠れないよう上余白を確保。
 * （ページ内 # リンクの自前スクロールとは別経路）
 */
#form {
  scroll-margin-top: 140px;
}

.contact-info-table-wrapper {
  margin-top: 40px;
}
