/*
 * ======================================
 * site.css — 有限会社新垣設備 サイト固有CSS
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * .arakaki-header          - スティッキー半透明ヘッダー（白+blur+下線）
 * .arakaki-mv              - メインビュー（#slideshow外枠 + 青グラデ暗幕 + キャッチ）
 * .arakaki-eyebrow         - 見出し上の小さな英字ラベル（Cormorant/base色）
 * .arakaki-heading-block   - 中央寄せ「小英字 + 大和文見出し」ブロック
 * .arakaki-h3              - 赤い左バー付きサブ見出し（単一行）
 * .arakaki-recruit-band    - TOP採用促進の青グラデ全幅バンド
 * .arakaki-btn             - 角丸2px CTAボタン（--white / --blue、hoverで赤 / --outlineピル）
 * .arakaki-bizrow          - TOP事業内容の左右交互行（--reverseで写真左）
 * .arakaki-worksband       - TOP施工実績バンド（薄水色+右イラスト+英日見出し）
 * .arakaki-linkcard        - TOP各ページ案内カード（画像バンド+本文）
 * .arakaki-biz-head        - 事業案内：丸ロゴアイコン+青見出し+青下罫線
 * .arakaki-biz-lead        - 事業案内：青いリード文 / .arakaki-biz-photo 施工写真
 * .arakaki-tag             - 事業案内の丸枠タグ（うるま市で自社のみ 等）
 * .arakaki-deflist         - 定義リスト（募集要項・会社概要）。--thin(経歴) / --works(実績)
 * .arakaki-quals           - 有資格者グリッド（資格名 + 人数）
 * .arakaki-point           - 採用の訴求ポイントカード
 * .arakaki-telbox          - お問い合わせの電話ボックス
 * .arakaki-hero            - 下層ページヒーロー（写真+青グラデ暗幕+英日）
 * .arakaki-worksgroup      - 実績「Public / Private」見出し行
 * .arakaki-works-empty     - 実績「民間工事 準備中」ノート（青上罫線）
 * .arakaki-map             - 会社概要/お問い合わせの地図枠（4px角丸+淡枠）
 * .arakaki-company-photo   - 会社概要の集合写真 / .arakaki-photo-caption キャプション
 * .arakaki-footer          - フッター微調整（ロゴ白プレート・地図枠・ナビ色）
 * .fst-italic / .txt-*     - 補助ユーティリティ
 *
 * ======================================
 * 共通SCSSに不足していたもの（5分類）
 * ======================================
 * ・構造不足：小英字ラベル+大和文見出し（heading は英字が大・和文小で逆のため）
 * ・状態不足：ナビ現在ページ＝サブ色文字＋赤下線 / CTAボタンhover＝赤
 * ・装飾パターン不足：MV/下層ヒーローの青系マルチグラデ暗幕
 * ・値の粒度不足：定義リストのラベル幅(150/170/180px)・淡い青罫線(#e6eff5)
 */

/* ---------- 補助ユーティリティ ---------- */
.fst-italic { font-style: italic; }
.txt-muted { color: #3c525f; }
.txt-faint { color: #8ba0ac; }
.arakaki-note { color: #8ba0ac; font-size: 1.2rem; line-height: 1.7; }

/* ---------- ヘッダー（スティッキー半透明） ---------- */
.arakaki-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #e4eef4;
}
.arakaki-header .header__inner { height: 66px; }
/* PCナビ：デザインに合わせ単一の和文ラベル表示（英字は構造として保持し非表示） */
.arakaki-header .header__nav { gap: clamp(14px, 2.2vw, 34px); margin-right: 0; }
.arakaki-header .header__nav-item a { flex-direction: row; padding: 6px 0; }
.arakaki-header .header__nav-en { display: none; }
.arakaki-header .header__nav-ja {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #1b2a36;
  margin-top: 0;
}
.arakaki-header .header__nav-item a::after { left: 0; transform: none; }
.arakaki-header .header__nav-item a:hover::after { width: 100%; left: 0; }
/* 現在ページ：サブ色文字＋赤下線 */
.arakaki-header .header__nav-item--current .header__nav-ja { color: #0131FE; }
.arakaki-header .header__nav-item--current a::after {
  background: #E90716;
  width: 100%;
  left: 0;
}

/* ---------- メインビュー ---------- */
.arakaki-mv {
  position: relative;
  height: clamp(420px, 72vh, 620px);
  overflow: hidden;
  background: #0b3b58;
}
/* CMSスライダー読み込み前のポスター（1枚目画像）を先出し表示。
   スライダー読み込み後はSwiperの画像が上に重なる */
.arakaki-mv__slideshow {
  position: absolute;
  inset: 0;
  height: 100%;
  background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28431/1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.arakaki-mv__slideshow .swiper-slide,
.arakaki-mv__slideshow .main_slider__inner { height: 100%; }
.arakaki-mv__slideshow img { width: 100%; height: 100%; object-fit: cover; }
.arakaki-mv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 30, 46, 0.25), rgba(6, 30, 46, 0.55));
}
.arakaki-mv__content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.arakaki-mv__en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  letter-spacing: 0.14em;
  font-size: clamp(15px, 2vw, 20px);
  color: #bfe6f7;
  margin-bottom: 14px;
}
.arakaki-mv__catch {
  font-size: clamp(28px, 5.2vw, 54px);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}
.arakaki-mv__sub {
  font-size: clamp(14px, 1.8vw, 19px);
  margin-top: 20px;
  max-width: 640px;
  color: #eaf6fc;
}
.arakaki-mv__dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.arakaki-mv__dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.arakaki-mv__dots span.is-active { background: #fff; }

/* ---------- 小英字ラベル + 見出しブロック ---------- */
.arakaki-eyebrow {
  display: block;
  font-family: "Cormorant Garamond", serif;
  color: #2EA7E0;
  letter-spacing: 0.14em;
  font-size: 1.5rem;
  line-height: 1.4;
}
.arakaki-heading-block { text-align: center; }
.arakaki-heading-block .arakaki-eyebrow { letter-spacing: 0.3em; }
.arakaki-heading-block__ja {
  font-size: clamp(22px, 3.4vw, 34px);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 10px 0 0;
}

/* 赤い左バー付きサブ見出し */
.arakaki-h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  border-left: 4px solid #E90716;
  padding-left: 14px;
}

/* ---------- CTAボタン ---------- */
.arakaki-btn {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  padding: 16px 44px;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}
.arakaki-btn--white {
  background: #fff;
  color: #0131FE;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.arakaki-btn--white:hover { background: #E90716; color: #fff; opacity: 1; }
.arakaki-recruit-band .arakaki-btn--white:hover { background: #0131FE; color: #fff; }
.arakaki-btn--blue { background: #0131FE; color: #fff; }
.arakaki-btn--blue:hover { background: #001B94; color: #fff; opacity: 1; }
/* 参考サイト準拠：角丸ピルの輪郭ボタン（詳しくはこちら） */
.arakaki-btn--outline {
  background: transparent;
  color: #0131FE;
  border: 1px solid #0131FE;
  border-radius: 99px;
  padding: 13px 40px;
}
.arakaki-btn--outline:hover { background: #0131FE; color: #fff; opacity: 1; }

/* ---------- TOP：採用促進バンド ---------- */
.arakaki-recruit-band {
  background:
    linear-gradient(115deg, rgba(1, 49, 254, 0.82) 0%, rgba(28, 111, 214, 0.78) 55%, rgba(46, 167, 224, 0.7) 100%),
    url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28431/recruit-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.arakaki-recruit-band__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
  align-items: center;
  padding: clamp(52px, 7vw, 86px) 0;
}
.arakaki-recruit-band .arakaki-eyebrow { color: #bfe0ff; }
.arakaki-recruit-band__ja {
  font-size: clamp(24px, 3.6vw, 38px);
  font-weight: 700;
  margin: 8px 0 18px;
}
.arakaki-recruit-band__lead {
  font-size: clamp(14px, 1.6vw, 17px);
  color: #eaf3ff;
  max-width: 555px;
  margin: 0;
}

/* ---------- TOP：施工実績バンド（薄水色背景・右側イラスト） ---------- */
.arakaki-worksband {
  position: relative;
  overflow: hidden;
  background-color: #e8f3fb;
}
.arakaki-worksband__illust {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  max-width: 52%;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.arakaki-worksband__inner {
  position: relative;
  z-index: 1;
  padding: clamp(56px, 8vw, 96px) 0;
}
.arakaki-worksband__en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: clamp(34px, 6vw, 60px);
  line-height: 1;
  color: #0131FE;
}
.arakaki-worksband__ja {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1b2a36;
  margin: 14px 0 0;
}
.arakaki-worksband__lead {
  font-size: clamp(14px, 1.6vw, 16px);
  color: #3c525f;
  max-width: 600px;
  margin: 22px 0 0;
}
@media (max-width: 767px) {
  .arakaki-worksband__illust { max-width: 72%; opacity: 0.22; }
  .arakaki-worksband__lead { max-width: 100%; }
}

/* ---------- TOP：各ページ案内カード（縦並び・画像＋本文の横並びバンド） ---------- */
.arakaki-linkcards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
.arakaki-linkcard {
  display: flex;
  flex-direction: row;
  border: 1px solid #e0ecf3;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s, transform 0.25s;
}
.arakaki-linkcard:hover {
  box-shadow: 0 14px 34px rgba(11, 59, 88, 0.14);
  transform: translateY(-4px);
  opacity: 1;
}
.arakaki-linkcard__img {
  flex: 0 0 40%;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: rgba(11, 59, 88, 0.45);
}
.arakaki-linkcard__en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.05em;
}
.arakaki-linkcard__body { padding: 30px 34px; display: flex; flex-direction: column; justify-content: center; flex: 1; }
.arakaki-linkcard__title { font-size: 22px; font-weight: 700; letter-spacing: 0.04em; }
.arakaki-linkcard__desc { font-size: 14px; color: #6b8494; margin-top: 10px; }
.arakaki-linkcard__more { margin-top: 16px; color: #2EA7E0; font-size: 13px; letter-spacing: 0.08em; }

@media (max-width: 639px) {
  .arakaki-linkcard { flex-direction: column; }
  .arakaki-linkcard__img { flex: none; min-height: 0; height: 160px; }
  .arakaki-linkcard__body { padding: 22px 22px 26px; }
}

/* ---------- 事業案内（参考サイト準拠：アイコン見出し＋青罫線） ---------- */
/* 見出し行：丸ロゴアイコン + 青見出し + 全幅の青下罫線 */
.arakaki-biz-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 32px;
  border-bottom: 1px solid #2EA7E0;
}
.arakaki-biz-head__icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  object-fit: contain;
}
.arakaki-biz-head__title {
  font-size: clamp(20px, 2.6vw, 27px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1666b3;
  margin: 0;
  line-height: 1.4;
}
/* 本文：左テキスト / 右写真 */
.arakaki-biz-lead {
  font-size: clamp(18px, 2.2vw, 23px);
  font-weight: 700;
  line-height: 1.6;
  color: #2EA7E0;
  margin: 10px 0 18px;
}
.arakaki-biz-photo {
  border-radius: 3px;
  overflow: hidden;
}
.arakaki-biz-photo img { width: 100%; height: 100%; max-height: 460px; object-fit: cover; display: block; }
@media (min-width: 640px) {
  .arakaki-biz-body { align-items: start; }
}

/* TOP：事業内容の左右交互レイアウト（PCで偶数行は写真を左へ） */
@media (min-width: 640px) {
  .arakaki-bizrow--reverse .arakaki-bizrow__text { order: 2; }
}
.arakaki-tag {
  display: inline-block;
  font-size: 1.2rem;
  color: #2EA7E0;
  border: 1px solid #bfe1f2;
  border-radius: 99px;
  padding: 4px 14px;
}

/* ---------- 事業案内：詳細セクション ---------- */
/* トップからのページ内リンク時、スティッキーヘッダー(66px)に隠れない余白 */
.arakaki-biz-block { scroll-margin-top: 84px; }
.arakaki-biz-detail { margin-top: 4px; }
.arakaki-biz-subhead {
  font-size: clamp(17px, 2.2vw, 21px);
  font-weight: 700;
  color: #1666b3;
  line-height: 1.5;
  margin: 38px 0 12px;
  padding-left: 12px;
  border-left: 4px solid #2EA7E0;
}
.arakaki-biz-subtitle {
  font-weight: 700;
  color: #333;
  margin: 22px 0 6px;
}
.arakaki-biz-p { margin: 0 0 14px; }

/* 左テキスト＋右画像 */
.arakaki-biz-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
  margin: 16px 0 26px;
}
.arakaki-biz-split__text > :first-child { margin-top: 0; }
.arakaki-biz-split__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}
@media (max-width: 767px) {
  .arakaki-biz-split {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* 画像ギャラリー */
.arakaki-biz-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin: 16px 0 26px;
}
.arakaki-biz-gallery--wide {
  grid-template-columns: 1fr;
  max-width: 760px;
}
.arakaki-biz-gallery--center { margin-left: auto; margin-right: auto; }
.arakaki-biz-gallery--center figcaption { text-align: center; }
.arakaki-biz-gallery--cols2 { grid-template-columns: repeat(2, 1fr); }
.arakaki-biz-gallery--cols3 { grid-template-columns: repeat(3, 1fr); }
.arakaki-biz-gallery--cols4 { grid-template-columns: repeat(4, 1fr); }
.arakaki-biz-gallery--cols5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 639px) {
  .arakaki-biz-gallery--cols3,
  .arakaki-biz-gallery--cols4,
  .arakaki-biz-gallery--cols5 { grid-template-columns: repeat(2, 1fr); }
  .arakaki-biz-gallery--cols2 { grid-template-columns: 1fr; }
}
.arakaki-biz-gallery figure { margin: 0; }
.arakaki-biz-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 3px;
  background: #eef4f8;
}
.arakaki-biz-gallery--wide img {
  aspect-ratio: auto;
  object-fit: contain;
}
/* 実寸（最大300×160）で見切れなく表示。列幅より画像を優先し、拡大もしない */
.arakaki-biz-gallery--contain figure { text-align: center; }
.arakaki-biz-gallery--contain img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 160px;
  aspect-ratio: auto;
  object-fit: contain;
  margin: 0 auto;
}
.arakaki-biz-gallery figcaption {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.5;
  margin-top: 8px;
}

/* ---------- 事業案内：主な工事内容リスト ---------- */
.arakaki-biz-list__title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #1666b3;
  margin: 22px 0 10px;
}
.arakaki-biz-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.arakaki-biz-list--cols2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 32px;
}
@media (max-width: 639px) {
  .arakaki-biz-list--cols2 { grid-template-columns: 1fr; }
}
.arakaki-biz-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  line-height: 1.7;
}
.arakaki-biz-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #2EA7E0;
}

/* ---------- 定義リスト（募集要項・会社概要・経歴・実績） ---------- */
.arakaki-deflist { border-top: 2px solid #0131FE; }
.arakaki-deflist__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 8px;
  padding: 16px 4px;
  border-bottom: 1px solid #e6eff5;
}
.arakaki-deflist__label { font-weight: 700; font-size: 1.5rem; color: #0131FE; }
.arakaki-deflist__value { font-size: 1.5rem; color: #33485a; }

.arakaki-deflist--thin { border-top: 1px solid #e6eff5; }
.arakaki-deflist--thin .arakaki-deflist__row {
  grid-template-columns: 150px 1fr;
  gap: 10px;
  padding: 12px 4px;
  border-bottom: 1px solid #eef4f8;
}
.arakaki-deflist--thin .arakaki-deflist__label { color: #2EA7E0; font-weight: 400; }

.arakaki-deflist--company .arakaki-deflist__row { grid-template-columns: 170px 1fr; gap: 10px; padding: 15px 4px; }

.arakaki-deflist--works .arakaki-deflist__row {
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 18px 4px;
  align-items: baseline;
}
.arakaki-deflist--works .arakaki-deflist__label { color: #2EA7E0; font-weight: 400; font-size: 1.3rem; letter-spacing: 0.05em; }
.arakaki-deflist--works .arakaki-deflist__value { color: #253844; font-size: 1.6rem; }

@media (max-width: 639px) {
  .arakaki-deflist__row,
  .arakaki-deflist--thin .arakaki-deflist__row,
  .arakaki-deflist--company .arakaki-deflist__row { grid-template-columns: 1fr; gap: 2px; }
  .arakaki-deflist--works .arakaki-deflist__row { grid-template-columns: 1fr; gap: 2px; }
}

/* ---------- 有資格者 ---------- */
.arakaki-quals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.arakaki-quals__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  border-bottom: 1px solid #e6eff5;
  padding: 12px 4px;
}
.arakaki-quals__name { font-size: 1.4rem; color: #33485a; }
.arakaki-quals__count { font-size: 1.6rem; font-weight: 700; color: #2EA7E0; white-space: nowrap; }

/* ---------- 実績：Public / Private 見出し行 ---------- */
.arakaki-worksgroup {
  display: flex;
  align-items: center;
  gap: 14px;
}
.arakaki-worksgroup .arakaki-eyebrow { font-size: 2.2rem; font-style: italic; }
.arakaki-worksgroup h3 { font-size: 2.2rem; font-weight: 700; }
.arakaki-works-empty {
  border-top: 2px solid #0131FE;
  padding: 36px 4px;
  color: #6b8494;
  font-size: 1.5rem;
}

/* ---------- 採用：訴求ポイント ---------- */
.arakaki-point {
  text-align: center;
  border: 1px solid #d8ebf6;
  border-radius: 4px;
  padding: 28px 16px;
  background: #f6fbfe;
}
.arakaki-point__icon { display: block; color: #2EA7E0; font-size: 30px; margin-bottom: 12px; }
.arakaki-point__en { font-family: "Cormorant Garamond", serif; font-style: italic; color: #0131FE; font-size: 20px; }
.arakaki-point__ja { font-size: 18px; font-weight: 700; margin-top: 6px; }

/* ---------- 採用：募集メッセージ（PC中央・SP左寄せ） ---------- */
.arakaki-recruit-msg { text-align: center; }
@media (max-width: 639px) {
  .arakaki-recruit-msg { text-align: left; }
}

/* ---------- お問い合わせ：電話ボックス ---------- */
.arakaki-telbox {
  border: 1px solid #d8ebf6;
  border-radius: 6px;
  padding: clamp(36px, 6vw, 56px) 24px;
  background: #f6fbfe;
  text-align: center;
}
.arakaki-telbox__label {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.24em;
  color: #2EA7E0;
  font-size: 1.5rem;
}
.arakaki-telbox__num {
  display: inline-block;
  font-size: clamp(34px, 7vw, 54px);
  font-weight: 700;
  color: #0131FE;
  letter-spacing: 0.02em;
  margin: 8px 0;
}
.arakaki-telbox__num:hover { opacity: 0.85; }
.arakaki-telbox__icon { font-size: 0.8em; margin-right: 0.3em; }
.arakaki-telbox__hours { font-size: 1.5rem; color: #5f7684; }
.arakaki-telbox__fax { font-size: 1.4rem; color: #8ba0ac; margin-top: 8px; }

/* ---------- 会社概要・お問い合わせ：地図 ---------- */
.arakaki-map { border: 1px solid #e0ecf3; border-radius: 4px; }
.arakaki-photo-caption { text-align: center; font-size: 1.3rem; color: #8ba0ac; margin-top: 12px; }
.arakaki-company-photo img { width: 100%; border-radius: 4px; }

/* ---------- 下層ページヒーロー ---------- */
.arakaki-hero { color: #fff; }
.arakaki-hero__overlay {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.16), transparent 55%),
    linear-gradient(115deg, rgba(11, 59, 88, 0.9) 0%, rgba(21, 90, 134, 0.82) 55%, rgba(46, 167, 224, 0.62) 100%);
}
.arakaki-hero__content { position: relative; z-index: 2; padding: clamp(52px, 8vw, 88px) 0; }
.arakaki-hero__en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  letter-spacing: 0.18em;
  font-size: clamp(20px, 3vw, 30px);
  color: #bfe6f7;
}
.arakaki-hero__ja { font-size: clamp(26px, 4.4vw, 42px); font-weight: 700; margin: 6px 0 0; letter-spacing: 0.05em; }
.arakaki-hero__sub { font-size: clamp(13px, 1.6vw, 16px); color: #e2f2fb; margin: 14px 0 0; max-width: 640px; }

/* ---------- フッター微調整 ---------- */
/* フッター背景色 */
.arakaki-footer.footer-body--dark,
.footer .footer-bottom--dark {
  background: #0131FE;
}
/* logo.gif は白背景の不透明画像のため、暗背景では反転せず白プレートで表示する */
.arakaki-footer .footer-body__logo img {
  height: 50px;
  filter: none;
  background: #fff;
  padding: 6px 10px;
  border-radius: 4px;
}
.arakaki-footer .footer-body__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}
.arakaki-footer .footer-body__info { margin: 0; }
.arakaki-footer .footer-body__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}
.arakaki-footer .footer-body__nav-item a { color: #cfe2ee; font-size: 1.4rem; }
.arakaki-footer .footer-body__nav-item a::before { content: "・"; }
.arakaki-footer .footer-body__nav-item a:hover { color: #2EA7E0; }

/* ---------- SPナビ微調整 ---------- */
.sp-nav__link::after { margin-left: 10px; }
.sp-nav__en { font-size: 1.5rem; }

/* ---------- SP時のみ有効なユーティリティ ---------- */
.arakaki-sp-br { display: none; }
@media (max-width: 639px) {
  .arakaki-sp-br { display: inline; }
  .arakaki-sp-left { text-align: left; }
  /* MVキャッチ：スマホ時は各行が1行に収まるよう縮小（最長14文字） */
  .arakaki-mv__catch { font-size: clamp(18px, 5.8vw, 24px); }
  /* スマホ時はフッターナビを非表示 */
  .arakaki-footer .footer-body__nav { display: none; }
}

/* ---------- 汎用：デザイン本文の行間 ---------- */
body { line-height: 1.95; }
