@charset "UTF-8";
/*
 * ======================================
 * 株式会社ジャック サイト固有CSS（site.css）
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * .jk-brand / __mark / __text / __ja / __en / --dark   - ロゴ（Jマーク＋社名）ロックアップ
 * .jk-heading                                          - セクション見出し（英大＋日＋イエロー下線バー）
 * .jk-btn / --yellow / --blue / --ghost / --lg / --full / --center / --sm - ポップなピル型ボタン（イエロー差し色）
 * .jk-contact / __inner / __lead / __box / __tel / __divider - フッター上CTA帯の白ボックス
 * .jk-footer__map / __company / __col / __col-title / __nav - フッター（地図全幅＋3カラム）
 * .jk-page-hero / __inner / __en / __ja                - 下層ページヒーロー（斜めカット＋薄い大英字）
 * .jk-breadcrumb                                        - 下層ヒーロー内パンくず
 * .jk-access / __grid / __info / __row / __map          - アクセス（情報＋地図の白カード）
 * .jk-divider-slant                                     - 斜めのセクション区切り装飾
 *
 * ======================================
 * 共通SCSSに不足していたもの（5分類）
 * ======================================
 * ・装飾パターン不足：イエロー下線アクセント見出し・斜めセクション区切り・MVのポップバッジ
 *   → ブルー×イエローのポップモダンな世界観の核。共通には該当装飾がないため追加。
 * ・構造不足：ロゴ（マーク＋2段テキスト）のロックアップ。header-logo は丸アイコン前提のため別途追加。
 * ・状態不足：data-reveal スクロール演出（IntersectionObserver連動）。
 * ・装飾パターン不足：ピル型ボタンにイエロー差し色＋浮き上がりホバー。共通btnは枠線/10px角丸前提。
 */

/* ==========================================================================
   カラートークン
   ========================================================================== */
:root {
  --jk-blue: #023F98;
  --jk-blue-700: #022f72;
  --jk-blue-900: #021d47;
  --jk-blue-50: #eef3fb;
  --jk-blue-100: #dde7f6;
  --jk-yellow: #FFE00B;
  --jk-yellow-600: #f5c800;
  --jk-green: #00A760;
  --jk-ink: #19243a;
  --jk-ink-soft: #4a5568;
  --jk-line: #e3e7ee;
  --jk-gray: #f8f9fa;
  --jk-shadow-sm: 0 4px 14px rgba(2, 63, 152, .08);
  --jk-shadow-md: 0 14px 40px rgba(2, 63, 152, .14);
  --jk-shadow-lg: 0 26px 70px rgba(2, 63, 152, .20);
  --jk-ease: cubic-bezier(.22, .61, .36, 1);
  --jk-head-h: 80px;
}

/* 固定ヘッダー分のオフセット */
html { scroll-padding-top: calc(var(--jk-head-h) + 16px); }
body { padding-top: var(--jk-head-h); }
@media (max-width: 1100px) { :root { --jk-head-h: 60px; } }

/* ==========================================================================
   スクロール演出（data-reveal）
   ========================================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .8s var(--jk-ease), transform .8s var(--jk-ease);
  will-change: opacity, transform;
}
[data-reveal="left"]  { transform: translateX(-44px); }
[data-reveal="right"] { transform: translateX(44px); }
[data-reveal="zoom"]  { transform: scale(.92); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: .1s; }
[data-reveal-delay="2"] { transition-delay: .2s; }
[data-reveal-delay="3"] { transition-delay: .3s; }
[data-reveal-delay="4"] { transition-delay: .4s; }
[data-reveal-delay="5"] { transition-delay: .5s; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}

/* ==========================================================================
   ブランドロゴ（Jマーク＋社名2段）
   ========================================================================== */
.jk-brand { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.jk-brand:hover { opacity: 1; }
.header__logo.jk-brand { display: flex; }
.jk-brand__text { display: flex; flex-direction: column; line-height: 1.12; gap: 3px; }
.jk-brand__ja { font-size: 2rem; font-weight: 900; letter-spacing: .02em; color: var(--jk-ink); }
.jk-brand__en { font-family: "Roboto", sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--jk-blue); letter-spacing: .14em; }
.jk-brand--dark .jk-brand__ja { color: #fff; }
.jk-brand--dark .jk-brand__en { color: var(--jk-yellow); }
/* ヘッダーロゴはやや大きめに */
.header__logo .jk-brand__ja { font-size: 2.4rem; }
.header__logo .jk-brand__en { font-size: 1.25rem; letter-spacing: .12em; }
@media (max-width: 1100px) {
  .jk-brand__ja { font-size: 1.7rem; }
  .jk-brand__en { font-size: .95rem; }
  .header__logo .jk-brand__ja { font-size: 2rem; }
  .header__logo .jk-brand__en { font-size: 1.05rem; }
}

/* ==========================================================================
   ヘッダー微調整（イエロー下線・電話/CTA）
   ========================================================================== */
.header.header-bar { background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--jk-line); transition: box-shadow .3s; }
.header.header-bar.is-scrolled { box-shadow: var(--jk-shadow-sm); }
/* ナビ：日本語を主役（上）・英語を補助（下）に */
.header__nav-item a { flex-direction: column-reverse; gap: 1px; padding: 10px 15px; }
.header__nav-ja { font-size: 1.5rem; font-weight: 900; color: var(--jk-ink); margin-top: 0; line-height: 1.2; }
.header__nav-en { font-size: 1rem; font-weight: 700; color: var(--jk-blue); letter-spacing: .12em; }
.header__nav-item a::after { background: var(--jk-yellow); height: 3px; }
.header__nav-item--current a::after { background: var(--jk-yellow); }
/* 電話：デザイン同様の2段表示＋ユニコード☎（フレームワークのFA5アイコンは無効化） */
.header__tel { flex-direction: column; align-items: flex-end; text-align: right; line-height: 1.1; height: auto; }
.header__tel::before { content: none; }
.header__tel small { font-size: 1rem; font-weight: 700; color: var(--jk-ink-soft); }
.header__tel b { font-family: "Roboto", sans-serif; font-size: 2.3rem; font-weight: 900; color: var(--jk-blue); display: inline-flex; align-items: center; }
.header__tel b::before { content: "\260E"; font-size: 1em; margin-right: .25em; }
/* SPナビのリンク矢印（フレームワークのFA5指定をユニコードに） */
.sp-nav__link::after { font-family: inherit; font-weight: 400; content: "\203A"; }
/* CTAボタンはイエローのピル風に */
.header__cta { background: var(--jk-yellow); color: var(--jk-blue-900); font-weight: 900; border-radius: 0; }
.header__cta:hover { background: var(--jk-yellow-600); color: var(--jk-blue-900); }
.header__cta__sub { font-family: "Roboto", sans-serif; opacity: .65; letter-spacing: .1em; }
/* SPナビ下部の電話 */
.jk-sp-tel { display: flex; flex-direction: column; align-items: center; text-align: center; color: #fff; text-decoration: none; }
.jk-sp-tel:hover { opacity: 1; }
.jk-sp-tel small { font-size: 1.2rem; opacity: .85; }
.jk-sp-tel b { font-family: "Roboto", sans-serif; font-size: 3rem; font-weight: 900; color: var(--jk-yellow); display: inline-flex; align-items: center; }
.jk-sp-tel b::before { content: "\260E"; font-size: .55em; margin-right: .3em; }

/* ==========================================================================
   セクション見出し（jk-heading）
   ── 英字（大・ブルー）＋ 日本語（イエロー下線バー付き）
   common .heading と併用： <div class="heading jk-heading"> ... </div>
   ========================================================================== */
.jk-heading .heading__en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(3.6rem, 6vw, 6.4rem);
  line-height: 1;
  letter-spacing: .04em;
  color: var(--jk-blue);
}
.jk-heading .heading__ja {
  display: inline-block;
  position: relative;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  font-weight: 900;
  margin-top: 1.4rem;
  padding-bottom: 1rem;
  color: var(--jk-ink);
}
.jk-heading .heading__ja::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 56px; height: 5px;
  background: var(--jk-yellow);
  border-radius: 4px;
}
.jk-heading.heading .heading__ja::after,
.heading.jk-heading .heading__ja::after { } /* keep */
.jk-heading.heading .heading__ja { } /* center inherits from .heading text-align */
.heading.jk-heading .heading__ja::after { left: 50%; transform: translateX(-50%); }
.heading--left.jk-heading .heading__ja::after { left: 0; transform: none; }
.jk-heading.heading--white .heading__en { color: #fff; }
.jk-heading.heading--white .heading__ja { color: #fff; }

/* ==========================================================================
   ボタン（jk-btn：ポップなピル型）
   ========================================================================== */
.jk-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem;
  font-family: "Noto Sans JP", sans-serif; font-weight: 900; font-size: 1.6rem; line-height: 1;
  padding: 1.8rem 4rem; border: none; border-radius: 999px; max-width: none; width: auto;
  cursor: pointer; text-decoration: none; position: relative;
  transition: transform .25s var(--jk-ease), box-shadow .25s var(--jk-ease), background .25s var(--jk-ease), color .25s var(--jk-ease);
}
.jk-btn i, .jk-btn svg { width: 2rem; height: 2rem; font-size: 1.6rem; }
.jk-btn--yellow { background: var(--jk-yellow); color: var(--jk-blue-900); box-shadow: 0 10px 24px rgba(255, 224, 11, .4); }
.jk-btn--yellow:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(255, 224, 11, .55); opacity: 1; color: var(--jk-blue-900); }
.jk-btn--blue { background: var(--jk-blue); color: #fff; box-shadow: var(--jk-shadow-sm); }
.jk-btn--blue:hover { transform: translateY(-4px); background: var(--jk-blue-700); box-shadow: var(--jk-shadow-md); opacity: 1; color: #fff; }
.jk-btn--ghost { background: #fff; color: var(--jk-blue); border: 2px solid var(--jk-blue); }
.jk-btn--ghost:hover { transform: translateY(-4px); background: var(--jk-blue); color: #fff; opacity: 1; }
.jk-btn--lg { padding: 2.2rem 5.6rem; font-size: 1.8rem; }
.jk-btn--sm { padding: 1.2rem 2.6rem; font-size: 1.4rem; }
.jk-btn--full { width: 100%; }
.jk-btn--center { margin-left: auto; margin-right: auto; }
@media (max-width: 639px) {
  .jk-btn { padding: 1.6rem 3rem; font-size: 1.4rem; }
  .jk-btn--lg { padding: 1.8rem 3.4rem; font-size: 1.5rem; }
}

/* ==========================================================================
   お問い合わせCTA（フッター直上の青帯＋白ボックス）
   common .footer-cta の青背景・余白を流用し、中身を差し替える
   ========================================================================== */
.jk-contact.footer-cta::before {
  background: var(--jk-blue);
}
.jk-contact .jk-contact__inner { position: relative; z-index: 1; }
.jk-contact::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(900px 400px at 88% -10%, rgba(255, 224, 11, .16), transparent 60%),
    radial-gradient(700px 360px at 6% 120%, rgba(0, 167, 96, .18), transparent 60%);
}
.jk-contact__lead { max-width: 760px; margin: 0 auto 4rem; font-size: 1.6rem; line-height: 2; color: rgba(255, 255, 255, .9); }
.jk-contact__box {
  display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.8rem 4.4rem;
  background: #fff; color: var(--jk-ink); border-radius: 22px; padding: 3.4rem 5.6rem; box-shadow: var(--jk-shadow-lg);
}
.jk-contact__tel { text-align: left; }
.jk-contact__tel small { display: block; font-size: 1.2rem; font-weight: 700; color: var(--jk-ink-soft); letter-spacing: .04em; }
.jk-contact__tel b { font-family: "Roboto", sans-serif; font-size: clamp(3.4rem, 5vw, 4.6rem); font-weight: 900; color: var(--jk-blue); line-height: 1.1; display: block; }
.jk-contact__tel b a { color: var(--jk-blue); }
.jk-contact__tel b::before { content: "\260E"; font-family: inherit; font-size: .6em; margin-right: 1rem; }
.jk-contact__tel span { display: block; font-size: 1.3rem; color: var(--jk-ink-soft); margin-top: .4rem; }
.jk-contact__divider { width: 1px; align-self: stretch; background: var(--jk-line); }
@media (max-width: 639px) {
  .jk-contact__box { padding: 2.6rem 2.4rem; flex-direction: column; gap: 1.8rem; }
  .jk-contact__divider { width: 60%; height: 1px; }
}

/* ==========================================================================
   フッター
   ========================================================================== */
.jk-footer__map { width: 100%; height: 380px; filter: grayscale(.2); }
.jk-footer__map iframe { width: 100%; height: 100%; border: 0; display: block; }
.footer-body--dark .jk-footer__col-title {
  font-weight: 900; color: #fff; margin-bottom: 1.8rem; font-size: 1.6rem; position: relative; padding-left: 1.6rem;
}
.footer-body--dark .jk-footer__col-title::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 6px; height: 18px; background: var(--jk-yellow); border-radius: 2px;
}
.jk-footer__company .jk-brand { margin-bottom: 2rem; }
.footer-body--dark .footer-body__nav.jk-footer__nav { flex-direction: column; gap: 0; }
.footer-body--dark .jk-footer__nav .footer-body__nav-item a { display: inline-block; padding: .7rem 0; font-size: 1.45rem; font-weight: 700; color: rgba(255, 255, 255, .8); }
.footer-body--dark .jk-footer__nav .footer-body__nav-item a:hover { color: var(--jk-yellow); padding-left: 6px; }
/* スマホ：フッターのサイトメニュー・お問い合わせ列は非表示（会社情報のみ） */
@media (max-width: 639px) {
  .jk-footer__col { display: none; }
}
@media (max-width: 380px) {
  .jk-footer__map { height: 260px; }
}

/* ==========================================================================
   下層ページヒーロー（青背景＋薄い大英字＋イエロー下線＋斜めカット）
   ========================================================================== */
.jk-page-hero {
  position: relative; background: var(--jk-blue); color: #fff; overflow: hidden;
  padding: 8.8rem 0 12rem;
}
.jk-page-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(700px 320px at 90% -20%, rgba(255, 224, 11, .16), transparent 60%),
    linear-gradient(120deg, var(--jk-blue-700), var(--jk-blue) 60%);
}
.jk-page-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 80px;
  background: #fff; clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 70%);
}
.jk-page-hero__inner { position: relative; z-index: 1; }
.jk-page-hero__en { font-family: "Roboto", sans-serif; font-weight: 900; font-size: clamp(4.8rem, 9vw, 11rem); line-height: .95; letter-spacing: .03em; color: rgba(255, 255, 255, .18); }
.jk-page-hero__ja { font-size: clamp(2.6rem, 4vw, 4rem); font-weight: 900; margin-top: -.4em; position: relative; }
.jk-page-hero__ja::after { content: ""; display: block; width: 64px; height: 5px; background: var(--jk-yellow); border-radius: 3px; margin-top: 1.8rem; }
.jk-breadcrumb { position: relative; margin-top: 2rem; }
.jk-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .8rem; font-size: 1.3rem; color: rgba(255, 255, 255, .8); list-style: none; }
.jk-breadcrumb li:not(:last-child)::after { content: "\203A"; margin-left: .8rem; opacity: .6; }
.jk-breadcrumb a { color: rgba(255, 255, 255, .8); }
.jk-breadcrumb a:hover { color: var(--jk-yellow); opacity: 1; }
@media (max-width: 639px) {
  .jk-page-hero { padding: 5.6rem 0 9rem; }
}

/* ==========================================================================
   アクセス（情報＋地図の白カード）　index / company 共通
   ========================================================================== */
.jk-access { padding: 0 0 10.4rem; background: var(--jk-gray); }
.jk-access__head { padding: 10rem 0 0; }
.jk-access__grid {
  display: grid; grid-template-columns: 1fr 1.2fr; align-items: stretch;
  background: #fff; border-radius: 22px; overflow: hidden; box-shadow: var(--jk-shadow-md); margin-top: 4.8rem;
}
.jk-access__info { padding: 4.8rem 4.8rem 5.6rem; }
.jk-access__row { display: flex; gap: 1.4rem; padding: 1.8rem 0; border-bottom: 1px dashed var(--jk-line); }
.jk-access__row:first-child { padding-top: 0; }
.jk-access__row:last-child { border-bottom: none; }
.jk-access__row .jk-access__ic { width: 2.4rem; color: var(--jk-blue); flex-shrink: 0; margin-top: .3rem; font-size: 1.8rem; text-align: center; }
.jk-access__row small { display: block; font-size: 1.2rem; font-weight: 700; color: var(--jk-blue); font-family: "Roboto", sans-serif; letter-spacing: .06em; }
.jk-access__row b { font-size: 1.6rem; font-weight: 900; }
.jk-access__map { min-height: 420px; }
.jk-access__map iframe { width: 100%; height: 100%; border: 0; display: block; min-height: 420px; }
@media (max-width: 880px) {
  .jk-access__grid { grid-template-columns: 1fr; }
  .jk-access__map { min-height: 320px; }
  .jk-access__map iframe { min-height: 320px; }
}
@media (max-width: 639px) {
  .jk-access { padding-bottom: 5rem; }
  .jk-access__head { padding-top: 4rem; }
  .jk-access__grid { margin-top: 2.4rem; }
  .jk-access__info { padding: 1.8rem 1.4rem 2rem; }
  .jk-access__row { padding: 1.4rem 0; }
}

/* ==========================================================================
   斜めセクション区切り（躍動感のある境界）
   ========================================================================== */
.jk-divider-slant { position: relative; }
.jk-divider-slant::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 90px;
  background: #fff; clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%); pointer-events: none; z-index: 1;
}

/* ==========================================================================
   レスポンシブ補正（共通SCSSの不足分・横はみ出し対策）
   ========================================================================== */
/* 共通の column2--5-5 はタブレット以下で100%化の指定が無いため補う */
@media (max-width: 896px) {
  .column2--5-5 > .column2__child { width: 100%; }
}
/* 念のため横スクロールを抑止 */
html { overflow-x: hidden; }
