/* ============================================================
   Omna サブページ共通スタイル
   (about / service / company / recruit / contact)
   theme.css・common.css の後に読み込むこと
   ============================================================ */

/* ---------- ページ基盤 ---------- */
.page-content {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  padding: 6rem 2rem 2rem 2rem;
}

/* ---------- ページタイトル ---------- */
.page-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--clr-text);
  white-space: nowrap;
  max-width: 100%;
}

.page-subtitle {
  margin-top: 0.5rem;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--clr-text-sub);
}

/* ---------- 汎用リンク（トップへ、など） ---------- */
.link-top {
  display: inline-block;
  margin-top: 2.5rem;
  font-size: 0.9rem;
  color: var(--clr-link);
  text-decoration: none;
  letter-spacing: 0.05em;
}
.link-top:hover { text-decoration: underline; }
