/* =========================================================
 *  Contact Page Styles
 *  お問い合わせ固定ページ専用CSS
 * ========================================================= */

/* SWELLの自動タイトルを非表示（カスタムheroにh1があるため） */
.page-id-299 .c-pageTitle { display:none; }

/* サイドバーレイアウト修正 */
@media (min-width: 960px) {
  #content.l-content.l-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 32px;
    z-index: 0;
    position: relative;
  }
  #content.l-content.l-container > .l-mainContent {
    flex: 1;
    min-width: 0;
    order: 2;
  }
  #content.l-content.l-container > .l-sidebar {
    width: 304px;
    flex-shrink: 0;
    order: 1;
  }
}

/* ── ヒーローエリア（透かし番号 + ミニマル） ── */
.aind-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 0px 0 24px;
  margin-bottom: 24px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

/* 透かしテキスト */
.aind-contact-hero::before {
  content: "CONTACT";
  position: absolute;
  right: 16px;
  top: 38%;
  transform: translateY(-50%);
  font-size: 56px;
  font-weight: 900;
  letter-spacing: .04em;
  color: rgba(0, 0, 0, .03);
  line-height: 1;
  pointer-events: none;
  font-family: 'Inter', sans-serif;
}

.aind-contact-hero__title {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 4px;
  line-height: 1.4;
  position: relative;
}

.aind-contact-hero__desc {
  font-size: 11.5px;
  color: #94a3b8;
  margin: 0;
  line-height: 1.6;
  position: relative;
}
