@charset "UTF-8";
/* ============================================================
   株式会社グローバルアセットマネージメント 公式サイト
   ブランドカラー：エメラルド（GAM_emerald_palette.png 準拠）
   Primary #11885B / Deep #0E4A33 / Light #5FD39B / Pale #E7F6EE
   ============================================================ */

:root {
  --emerald:        #11885B;
  --emerald-deep:   #0E4A33;
  --emerald-light:  #5FD39B;
  --pale:           #E7F6EE;
  --gold:           #D4A53A;
  --ink:            #1c2b25;
  --gray:           #5b6b64;
  --line:           #d8e6de;
  --white:          #ffffff;
  --bg:             #f7faf8;
  --shadow:         0 6px 24px rgba(14,74,51,.08);
  --shadow-lg:      0 14px 40px rgba(14,74,51,.14);
  --radius:         14px;
  --maxw:           1080px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.85;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--emerald); text-decoration: none; transition: .2s; }
a:hover { color: var(--emerald-deep); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- ヘッダー ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.logo img { height: 46px; width: auto; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a {
  color: var(--ink); font-weight: 600; font-size: 15px; position: relative;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px;
  background: var(--emerald); transition: width .2s;
}
.nav a:hover::after, .nav a.current::after { width: 100%; }
.nav .nav-cta {
  background: var(--emerald); color: #fff; padding: 9px 18px; border-radius: 999px;
  font-size: 14px;
}
.nav .nav-cta::after { display: none; }
.nav .nav-cta:hover { background: var(--emerald-deep); color: #fff; }

.menu-toggle { display: none; background: none; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--ink); margin: 6px 0; transition: .2s; }

/* ---------- ボタン ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 16px;
  transition: .2s; cursor: pointer; border: 2px solid transparent;
}
.btn-primary { background: var(--emerald); color: #fff; }
.btn-primary:hover { background: var(--emerald-deep); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-ghost { background: #fff; color: var(--emerald-deep); border-color: var(--emerald); }
.btn-ghost:hover { background: var(--pale); color: var(--emerald-deep); transform: translateY(-2px); }

/* ---------- ヒーロー ---------- */
.hero {
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(95,211,155,.25), transparent 60%),
    linear-gradient(160deg, var(--pale) 0%, #fff 70%);
  padding: 68px 0 56px;
}
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero h1 {
  font-size: 40px; line-height: 1.4; letter-spacing: .01em; color: var(--emerald-deep);
  font-weight: 800; margin-bottom: 22px;
}
.hero .lead { font-size: 18px; color: var(--gray); margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual {
  background: linear-gradient(150deg, var(--emerald) 0%, var(--emerald-deep) 100%);
  border-radius: 20px; min-height: 320px; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; justify-content: center; padding: 32px;
  position: relative; overflow: hidden;
}
.hero-visual::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(400px 200px at 30% 20%, rgba(95,211,155,.5), transparent 60%);
}
.hero-visual img { width: 70%; max-width: 280px; filter: brightness(0) invert(1); opacity: .92; position: relative; }
.hero-note { font-size: 13px; color: var(--gray); margin-top: 16px; }

/* ---------- ヒーロー：バッジ・登録番号 ---------- */
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.hero-badge {
  display: inline-block; font-size: 14px; font-weight: 700; padding: 6px 14px;
  border-radius: 999px; background: #fff; color: var(--emerald-deep);
  border: 1px solid var(--emerald-light); box-shadow: var(--shadow);
}
.hero-badge.primary { background: var(--emerald); color: #fff; border-color: var(--emerald); }
.hero-reg { margin-top: 18px; font-size: 13px; color: var(--gray); letter-spacing: .02em; }

/* ---------- 3つの入口 ---------- */
.entries { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.entry-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow); transition: .2s; color: var(--ink);
  display: flex; flex-direction: column;
}
.entry-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--emerald-light); }
.entry-ic {
  width: 46px; height: 46px; border-radius: 12px; background: var(--pale);
  display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px;
}
.entry-card h3 { font-size: 18px; color: var(--emerald-deep); margin-bottom: 8px; }
.entry-card p { font-size: 14px; color: var(--gray); margin-bottom: 16px; flex: 1; }
.entry-link { font-weight: 700; font-size: 14px; color: var(--emerald); }

/* ---------- 信頼ストリップ（沿革） ---------- */
.trust-strip { margin-top: 26px; text-align: center; }
.trust-lead { color: var(--emerald-deep); font-weight: 700; margin-bottom: 18px; }
.mini-timeline {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px;
  margin-bottom: 16px;
}
.mini-timeline li {
  display: flex; align-items: baseline; gap: 10px; background: #fff;
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; box-shadow: var(--shadow);
}
.mini-timeline .t-date { font-weight: 800; color: var(--emerald); font-size: 15px; }
.mini-timeline .t-text { font-size: 14px; color: var(--ink); }
.trust-reg { font-size: 13px; color: var(--gray); }

/* ---------- 代表メッセージ ---------- */
.message-block {
  display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 40px; box-shadow: var(--shadow);
}
.message-photo {
  aspect-ratio: 4/5; border-radius: 16px;
  background: linear-gradient(150deg, var(--pale), #fff);
  border: 1px dashed var(--emerald-light);
  display: flex; align-items: center; justify-content: center;
}
.photo-ph { color: var(--gray); font-size: 14px; text-align: center; line-height: 1.7; }
.photo-ph small { font-size: 12px; }
.message-body .eyebrow { display: inline-block; color: var(--emerald); font-weight: 700; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
.message-body h2 { font-size: 26px; color: var(--emerald-deep); margin-bottom: 16px; }
.message-text { color: var(--gray); margin-bottom: 16px; }
.message-text p { margin-bottom: 14px; }
.message-text p:last-child { margin-bottom: 0; }
.message-name { font-weight: 700; color: var(--emerald-deep); text-align: right; }

/* 写真なし（本文のみ）レイアウト */
.message-block--text { display: block; max-width: 820px; margin: 0 auto; padding: 44px 48px; }
.message-block--text .message-body h2 { text-align: center; }
.message-block--text .message-body .eyebrow { display: block; text-align: center; }

/* ---------- ゴールド差し色（アクセント・控えめ） ---------- */
/* 見出しの英字ラベル下に細いゴールドライン */
.section-head .eyebrow::after {
  content: ""; display: block; width: 30px; height: 2px; border-radius: 2px;
  background: var(--gold); margin: 9px auto 0;
}
.split .eyebrow::after, .message-body .eyebrow::after {
  content: ""; display: block; width: 30px; height: 2px; border-radius: 2px;
  background: var(--gold); margin: 9px 0 0;
}
.message-block--text .message-body .eyebrow::after { margin: 9px auto 0; }
/* CTAバナー上端のゴールドアクセント */
.cta-banner { position: relative; overflow: hidden; }
.cta-banner::after {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: var(--gold);
}
/* 料金の主カードをゴールド縁取りに */
.price-card.feature { border-color: var(--gold); }

/* ---------- ラインアイコン（Lucide／絵文字置換・ブランドカラー統一） ---------- */
.licon {
  display: inline-block; width: 1em; height: 1em; vertical-align: -0.14em;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.service-ic .licon { width: 24px; height: 24px; }            /* 背景エメラルド→白 */
.entry-ic .licon { width: 24px; height: 24px; color: var(--emerald); }
.contact-card .ic .licon { width: 28px; height: 28px; color: var(--emerald); }
.btn .licon { width: 18px; height: 18px; }
.form-note .licon { width: 18px; height: 18px; vertical-align: -0.2em; }

/* ---------- セクション共通 ---------- */
.section { padding: 60px 0; }
.section.alt { background: var(--white); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-head .eyebrow {
  display: inline-block; color: var(--emerald); font-weight: 700; font-size: 14px;
  letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px;
}
.section-head h2 { font-size: 30px; color: var(--emerald-deep); margin-bottom: 14px; }
.section-head p { color: var(--gray); }

/* ---------- 選ばれる理由 ---------- */
.reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reason-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 26px; box-shadow: var(--shadow); transition: .2s;
}
.reason-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.reason-num {
  width: 44px; height: 44px; border-radius: 12px; background: var(--pale); color: var(--emerald-deep);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; margin-bottom: 18px;
}
.reason-card h3 { font-size: 19px; color: var(--emerald-deep); margin-bottom: 10px; }
.reason-card p { color: var(--gray); font-size: 15px; }

/* ---------- サービス ---------- */
.services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; display: flex; gap: 18px; align-items: flex-start; transition: .2s;
}
.service-card:hover { border-color: var(--emerald-light); box-shadow: var(--shadow); }
.service-ic {
  flex: 0 0 48px; width: 48px; height: 48px; border-radius: 12px;
  background: var(--emerald); color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}
.service-card h3 { font-size: 18px; color: var(--emerald-deep); margin-bottom: 8px; }
.service-card p { color: var(--gray); font-size: 15px; }

/* ---------- 重調CTAバナー ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-deep) 100%);
  border-radius: 20px; padding: 48px; color: #fff; box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center;
}
.cta-banner h2 { font-size: 26px; margin-bottom: 10px; }
.cta-banner p { opacity: .92; }
.cta-banner .btn-ghost { background: #fff; border-color: #fff; }

/* ---------- 会社概要抜粋 / 表 ---------- */
.info-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.info-table th, .info-table td { text-align: left; padding: 16px 22px; border-bottom: 1px solid var(--line); font-size: 15px; }
.info-table th { background: var(--pale); color: var(--emerald-deep); width: 32%; font-weight: 700; white-space: nowrap; }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: 0; }

.badge {
  display: inline-block; background: var(--pale); color: var(--emerald-deep);
  border: 1px solid var(--emerald-light); border-radius: 999px; padding: 6px 16px;
  font-weight: 700; font-size: 14px;
}

/* ---------- フォーム ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.form-row { margin-bottom: 22px; }
.form-row label { display: block; font-weight: 700; color: var(--emerald-deep); margin-bottom: 8px; font-size: 15px; }
.form-row .req { color: #c0392b; font-size: 13px; margin-left: 6px; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px;
  font-size: 15px; font-family: inherit; background: #fcfdfc;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 2px solid var(--emerald-light); border-color: var(--emerald); }
.form-note { background: var(--pale); border-radius: 10px; padding: 14px 18px; font-size: 14px; color: var(--emerald-deep); margin-bottom: 24px; }

/* ---------- フロー（手順） ---------- */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.flow-step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 20px; position: relative; }
.flow-step::before {
  counter-increment: step; content: "STEP " counter(step);
  color: var(--emerald); font-weight: 800; font-size: 13px; letter-spacing: .08em;
}
.flow-step h4 { font-size: 16px; color: var(--emerald-deep); margin: 8px 0; }
.flow-step p { font-size: 14px; color: var(--gray); }

/* ---------- 料金カード ---------- */
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.price-card { background: #fff; border: 2px solid var(--line); border-radius: var(--radius); padding: 30px; text-align: center; }
.price-card.feature { border-color: var(--emerald); }
.price-card h3 { font-size: 18px; color: var(--emerald-deep); margin-bottom: 12px; }
.price-card .price { font-size: 34px; font-weight: 800; color: var(--emerald); }
.price-card .price small { font-size: 15px; color: var(--gray); font-weight: 600; }
.price-card .price.tbd { font-size: 20px; }

/* ---------- ページヘッダー（下層） ---------- */
.page-hero {
  background: linear-gradient(135deg, var(--emerald-deep) 0%, var(--emerald) 100%);
  color: #fff; padding: 64px 0;
}
.page-hero h1 { font-size: 32px; margin-bottom: 8px; }
.page-hero p { opacity: .9; }
.breadcrumb { font-size: 13px; color: var(--gray); padding: 16px 0; }
.breadcrumb a { color: var(--gray); }

/* ---------- 連絡先カード ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; text-align: center; box-shadow: var(--shadow); }
.contact-card .ic { font-size: 26px; margin-bottom: 10px; }
.contact-card h3 { font-size: 15px; color: var(--gray); margin-bottom: 6px; }
.contact-card .big { font-size: 22px; font-weight: 800; color: var(--emerald-deep); }

/* ---------- フッター ---------- */
.site-footer { background: var(--emerald-deep); color: #cfe6da; padding: 56px 0 28px; margin-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.site-footer .logo img { height: 40px; filter: brightness(0) invert(1); margin-bottom: 16px; }
.site-footer h4 { color: #fff; font-size: 15px; margin-bottom: 14px; }
.site-footer a { color: #cfe6da; display: block; margin-bottom: 8px; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.site-footer .corp { font-size: 14px; line-height: 1.9; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; font-size: 13px; text-align: center; color: #9dc4b1; }
.footer-reg { display: inline-block; margin-top: 10px; font-size: 13px; color: #cfe6da; }

/* ---------- 注記（要確認プレースホルダの可視マーク：本番では消す） ---------- */
.tbd-note { background: #fff8e6; border: 1px dashed #d6a400; color: #8a6d00; font-size: 13px; padding: 4px 10px; border-radius: 6px; display: inline-block; }

/* ---------- ヒーロー人物イラスト ---------- */
.hero-person { margin-top: 26px; width: 200px; max-width: 62%; }
.hero-person svg { width: 100%; height: auto; }

/* ---------- 2カラム（賃貸管理など） ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split .illust-box {
  background: linear-gradient(150deg, var(--pale), #fff);
  border-radius: 20px; padding: 28px; box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
}
.split .illust-box svg, .split .illust-box img { width: 100%; max-width: 340px; height: auto; }
.split h2 { font-size: 28px; color: var(--emerald-deep); margin-bottom: 14px; }
.split .eyebrow { display: inline-block; color: var(--emerald); font-weight: 700; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
.split p { color: var(--gray); margin-bottom: 12px; }
.split ul { list-style: none; margin: 16px 0 26px; }
.split ul li { padding-left: 28px; position: relative; margin-bottom: 10px; color: var(--ink); }
.split ul li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--emerald); font-weight: 800; }

/* ---------- 実績スタッツ ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px 16px; box-shadow: var(--shadow); }
.stat .num { font-size: 38px; font-weight: 800; color: var(--emerald); line-height: 1.2; }
.stat .num small { font-size: 16px; font-weight: 700; color: var(--emerald); }
.stat .lbl { color: var(--gray); font-size: 14px; margin-top: 8px; }

/* ---------- レスポンシブ ---------- */
@media (max-width: 860px) {
  .split, .stats { grid-template-columns: 1fr; }
  .hero-person { max-width: 50%; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { min-height: 220px; order: -1; }
  .hero h1 { font-size: 30px; }
  .reasons, .services, .flow, .price-grid, .contact-cards, .footer-grid, .entries { grid-template-columns: 1fr; }
  .message-block { grid-template-columns: 1fr; gap: 24px; padding: 28px; }
  .message-photo { max-width: 240px; margin: 0 auto; }
  .cta-banner { grid-template-columns: 1fr; text-align: center; }
  .nav { display: none; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column;
         background: #fff; padding: 20px; gap: 16px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .menu-toggle { display: block; }
}

/* --- PDF出力用：印刷時に背景色を残す（一時追加 2026-06-19）--- */
@media print { * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; } }

