@charset "UTF-8";

/* ============================================================
   ANDY LANI株式会社 / 不動産仲介サービスページ
   デザイン言語は /room/ と同系統（白基調＋ブルー #1e92bd）。
   ・room の設計トークン（見出し組み・角丸セクション・白カード）を踏襲
   ・過剰なグラデーション／メダル装飾は使わない
   ・外部フォント・外部CSSは読み込まない（ローカル完結）
   ============================================================ */

:root {
  --blue: #1e92bd;
  --blue-dark: #16738f;
  --blue-deep: #0f5c7a;
  --blue-pale: #eaf5fa;
  --blue-line: #cfe6f0;
  --ink: #2f3438;
  --text: #4a5259;
  --muted: #7c868e;
  --line: #e6ebee;
  --soft: #f7fafc;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  --serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS Mincho", serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--text);
  background: #fff;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .04em;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.inner { width: 1080px; max-width: 90%; margin: 0 auto; }

/* ───────── header ───────── */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 76px;
}
.brand { display: flex; align-items: baseline; gap: 10px; line-height: 1; }
.brand .en {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .16em;
  color: var(--blue-deep);
}
.brand .jp { font-size: 11.5px; letter-spacing: .1em; color: var(--muted); }

.hd-right { display: flex; align-items: center; gap: 28px; }
.hd-nav { display: flex; align-items: center; gap: 26px; }
.hd-nav a {
  font-size: 13.5px;
  color: var(--ink);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: .15s;
}
.hd-nav a:hover { color: var(--blue); border-bottom-color: var(--blue); }
.hd-tel { text-align: right; line-height: 1.4; }
.hd-tel .num { font-size: 19px; font-weight: 700; color: var(--blue-deep); letter-spacing: .02em; }
.hd-tel .sub { display: block; font-size: 11px; color: var(--muted); letter-spacing: .06em; }

/* ───────── keyvisual ───────── */
#keyvisual {
  margin: 24px auto 0;
  width: 97%;
  border-radius: 2rem;
  overflow: hidden;
  background: #eef2f5 url("img/hero.jpg") no-repeat center / cover;
  position: relative;
}
/* 写真の上でも本文が確実に読めるよう、左からの白いフェードを重ねる */
#keyvisual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .88) 38%, rgba(255, 255, 255, .45) 68%, rgba(255, 255, 255, 0) 100%);
}
.kv-box {
  display: flex;
  align-items: center;
  min-height: 460px;
  padding: 64px 0;
  position: relative;
  z-index: 1;
}
.kv-text { width: 66%; }
.kv-text h1 {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: .03em;
}
.kv-text h1 .accent { color: var(--blue-deep); }
.kv-lead {
  margin-top: 22px;
  font-size: 15.5px;
  line-height: 2.1;
  color: #3f474e;
  max-width: 30em;
}
.kv-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.kv-stats li {
  background: rgba(255, 255, 255, .86);
  border: 1px solid var(--blue-line);
  border-radius: 6px;
  padding: 12px 22px;
  line-height: 1.5;
}
.kv-stats .lb { display: block; font-size: 11.5px; letter-spacing: .1em; color: var(--muted); }
.kv-stats .vl { display: block; font-size: 20px; font-weight: 700; color: var(--blue-deep); letter-spacing: .02em; }
.kv-stats .vl small { font-size: 13px; font-weight: 500; margin-left: 2px; }
.kome { margin-top: 12px; font-size: 10.5px; line-height: 1.7; color: #6b757d; }

.kv-license {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  margin-top: 20px;
  background: rgba(30, 146, 189, .08);
  border: 1px solid var(--blue-line);
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 13px;
  letter-spacing: .03em;
  color: var(--blue-deep);
}
.kv-license b { font-weight: 700; }

/* ───────── 共通セクション見出し ───────── */
.common-box { padding: 76px 0; }
.contents-tit { margin-bottom: 44px; text-align: center; }
.common-sub-tit {
  font-size: 13px;
  letter-spacing: .24em;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 12px;
}
.common-tit {
  font-size: 31px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--blue-deep);
  letter-spacing: .05em;
}
.common-sub-tit-white { color: #cfe9f3; }
.common-tit-white { color: #fff; }
.common-text { margin-top: 18px; font-size: 15px; line-height: 2.1; color: var(--text); }

/* ───────── about / 担当者 ───────── */
#about { background: var(--soft); border-radius: 2rem; }
.staff-box {
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 14px;
  padding: 36px 40px 34px;
  max-width: 900px;
  margin: 0 auto;
}
.staff-tit {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: var(--blue-deep);
  letter-spacing: .08em;
  margin-bottom: 28px;
}
.staff-grid { display: flex; gap: 34px; align-items: flex-start; }
.staff-photo { width: 210px; flex: none; }
.staff-photo img { width: 100%; border-radius: 10px; }
.staff-body { flex: 1; }
.staff-body .role { font-size: 12.5px; color: var(--muted); line-height: 1.8; }
.staff-body .nm { font-size: 21px; font-weight: 700; color: var(--ink); letter-spacing: .08em; margin: 4px 0 14px; }
.staff-body .lic { font-size: 13px; color: var(--blue-deep); font-weight: 700; margin-bottom: 16px; }
.staff-body dl { border-top: 1px solid var(--blue-line); }
.staff-body dl div { display: flex; gap: 16px; border-bottom: 1px solid var(--blue-line); padding: 8px 2px; }
.staff-body dl dt { flex: none; width: 68px; font-size: 13px; color: var(--muted); }
.staff-body dl dd { font-size: 13.5px; line-height: 1.7; }

/* ───────── point（ブルーバンド） ───────── */
#point { background: var(--blue); border-radius: 1rem; }
.point-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.point-list dl {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  padding: 26px 28px 28px;
}
.point-number {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--blue);
  margin-bottom: 6px;
}
.point-list dl dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  min-height: 3.2em; /* 1行/2行の見出しでも区切り線の位置を揃える */
  color: var(--blue-deep);
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--blue-line);
}
.point-list dl dd { font-size: 14px; line-height: 2; }
.point-img { margin-top: auto; padding-top: 22px; }
.point-img img { width: 100%; border-radius: 8px; }

/* ───────── flow ───────── */
#flow { background: #f4fafc; border-radius: 2rem; }
.flow-item {
  background: #fff;
  border-radius: 12px;
  padding: 22px 28px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 12px;
}
.flow-num {
  flex: none;
  width: 56px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--blue);
  letter-spacing: .02em;
}
.flow-item dl { flex: 1; }
.flow-item dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.6;
  margin-bottom: 4px;
}
.flow-item dt svg { width: 20px; height: 20px; flex: none; stroke: var(--blue); fill: none; stroke-width: 1.6; }
.flow-item dd { font-size: 14px; line-height: 1.95; }
.flow-note {
  margin-top: 20px;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}

/* ───────── FAQ ───────── */
.faq-item { margin-bottom: 12px; }
.js-accordion {
  width: 100%;
  display: block;
  position: relative;
  text-align: left;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--blue-deep);
  line-height: 1.7;
  background: var(--blue-pale);
  border: 1px solid var(--blue-line);
  border-radius: 10px;
  padding: 18px 60px 18px 26px;
  cursor: pointer;
}
.js-accordion::before,
.js-accordion::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 0; bottom: 0;
  margin: auto;
  background: var(--blue);
  transition: .35s ease;
}
.js-accordion::before { width: 2px; height: 15px; right: 32px; }
.js-accordion::after { width: 15px; height: 2px; right: 25.5px; }
.js-accordion.is-accordion--open::before { transform: rotate(90deg); }
.js-accordion.is-accordion--open::after { transform: rotate(180deg); }

.accordion-box {
  height: 0;
  overflow: hidden;
  border: 1px solid var(--blue-line);
  border-top: none;
  border-radius: 0 0 10px 10px;
  margin: -10px 12px 0;
}
.js-accordion.is-accordion--open + .accordion-box { height: auto; }
.accordion-box p { padding: 26px 24px 22px; font-size: 14px; line-height: 2; }

/* ───────── company ───────── */
#company { background: var(--soft); border-radius: 2rem; }
.profile-list { max-width: 860px; margin: 0 auto; border-top: 2px solid var(--blue); }
.profile-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--line);
  padding: 16px 4px;
}
.profile-item dt { font-weight: 700; color: var(--blue-deep); letter-spacing: .06em; font-size: 14px; }
.profile-item dd { color: var(--ink); font-size: 14.5px; line-height: 1.9; }
.profile-item dd a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 600px) {
  .profile-item { flex-direction: row; align-items: flex-start; gap: 24px; padding: 18px 8px; }
  .profile-item dt { width: 210px; flex: none; }
  .profile-item dd { flex: 1; }
}
.guarantee {
  max-width: 860px;
  margin: 26px auto 0;
  background: #fff;
  border-left: 4px solid var(--blue);
  border-radius: 0 8px 8px 0;
  padding: 22px 26px;
  font-size: 13.5px;
  line-height: 2;
}
.guarantee b { color: var(--blue-deep); }

/* ───────── contact ───────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 820px;
  margin: 0 auto;
}
.c-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 34px 28px;
  text-align: center;
  background: #fff;
}
.c-card .ci {
  width: 46px; height: 46px; margin: 0 auto 16px; border-radius: 50%;
  background: var(--blue-pale);
  display: flex; align-items: center; justify-content: center;
}
.c-card .ci svg { width: 23px; height: 23px; stroke: var(--blue); fill: none; stroke-width: 1.6; }
.c-card h3 { font-size: 15px; font-weight: 700; color: var(--blue-deep); margin-bottom: 10px; letter-spacing: .06em; }
.c-card .big { font-size: 25px; font-weight: 700; color: var(--blue-deep); letter-spacing: .02em; line-height: 1.4; }
.c-card .mail { font-size: 18px; font-weight: 700; color: var(--blue-deep); word-break: break-all; line-height: 1.5; }
.c-card p { font-size: 12.5px; color: var(--muted); margin-top: 10px; line-height: 1.8; }

/* ───────── corporate 導線 ───────── */
.corp-band {
  background: var(--blue-deep);
  color: #fff;
  border-radius: 1rem;
  margin-bottom: 60px;
}
.corp-band .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 44px 0;
}
.corp-band .en { font-size: 12px; letter-spacing: .24em; color: #9fcfe3; font-weight: 700; margin-bottom: 10px; }
.corp-band h2 { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: .1em; margin-bottom: 12px; }
.corp-band p { font-size: 14px; line-height: 2; color: #d6e9f2; max-width: 38em; }
.corp-band .go {
  flex: none;
  display: inline-block;
  background: #fff;
  color: var(--blue-deep);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .06em;
  padding: 14px 30px;
  border-radius: 6px;
  transition: .18s;
}
.corp-band .go:hover { background: #dbeef6; }

/* ───────── footer ───────── */
footer { background: #12475e; color: #b6cbd6; padding: 54px 0 32px; font-size: 13px; line-height: 1.9; }
.ft-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.ft-brand .en { font-family: var(--serif); font-size: 20px; font-weight: 600; letter-spacing: .16em; color: #fff; }
.ft-brand .jp { font-size: 11.5px; color: #92aebd; margin-top: 4px; letter-spacing: .08em; }
.ft-info { margin-top: 16px; color: #a7bfcc; }
.ft-info .lic { margin-top: 8px; color: #c6dbe5; }
.ft-nav { display: flex; flex-direction: column; gap: 10px; text-align: right; flex: none; }
.ft-nav a { color: #c6dbe5; }
.ft-nav a:hover { color: #fff; }
.ft-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 22px;
}
.ft-bottom .pol a { color: #a7bfcc; margin-right: 20px; }
.ft-bottom .pol a:hover { color: #fff; }
.ft-bottom .cp { font-size: 11px; letter-spacing: .08em; color: #7f9aab; }

/* ───────── responsive ───────── */
@media only screen and (max-width: 950px) {
  .staff-grid { flex-direction: column; align-items: center; gap: 24px; }
  .staff-photo { width: 200px; }
  .staff-body { width: 100%; }
  .point-list { grid-template-columns: 1fr; gap: 20px; }
  .point-list dl dt { min-height: 0; }
  .corp-band .inner { flex-direction: column; align-items: flex-start; }
}

@media only screen and (max-width: 750px) {
  body { font-size: 14px; }
  .inner { max-width: 88%; }
  .br-pc { display: none; }

  .hd { height: 64px; }
  .hd-nav { display: none; }
  .brand .en { font-size: 17px; }
  .brand .jp { font-size: 10px; }
  .hd-tel .num { font-size: 16px; }
  .hd-tel .sub { font-size: 10px; }

  #keyvisual {
    margin-top: 14px;
    border-radius: 1.2rem;
    background-position: 62% center;
  }
  .kv-box { min-height: 0; padding: 40px 0 36px; }
  .kv-text { width: 100%; }
  .kv-text h1 { font-size: 24px; line-height: 1.7; }
  .kv-lead { font-size: 14px; margin-top: 16px; }
  .kv-stats { gap: 8px; margin-top: 22px; }
  .kv-stats li { padding: 10px 14px; }
  .kv-stats .vl { font-size: 17px; }
  .kv-license { font-size: 11.5px; padding: 9px 14px; }

  .common-box { padding: 48px 0; }
  .contents-tit { margin-bottom: 28px; }
  .common-tit { font-size: 21px; }
  .common-sub-tit { font-size: 11.5px; }
  .common-text { font-size: 13.5px; }

  .staff-box { padding: 26px 20px 24px; }
  .staff-tit { font-size: 17px; margin-bottom: 20px; }
  .staff-body .nm { font-size: 18px; }
  .staff-body dl dt { width: 56px; font-size: 12px; }
  .staff-body dl dd { font-size: 12.5px; }
  .point-list dl { padding: 22px 20px 24px; }
  .point-list dl dt { font-size: 17px; }

  .flow-item { padding: 18px 20px; gap: 14px; }
  .flow-num { width: 38px; font-size: 24px; }
  .flow-item dt { font-size: 15.5px; }

  .js-accordion { font-size: 14px; padding: 15px 50px 15px 18px; }
  .js-accordion::before { right: 26px; }
  .js-accordion::after { right: 19.5px; }
  .accordion-box { margin: -10px 6px 0; }
  .accordion-box p { padding: 24px 18px 18px; font-size: 13.5px; }

  .contact-grid { grid-template-columns: 1fr; max-width: 420px; }
  .c-card .big { font-size: 22px; }
  .c-card .mail { font-size: 16px; }

  .corp-band { margin-bottom: 40px; }
  .corp-band .inner { padding: 34px 0; gap: 22px; }
  .corp-band h2 { font-size: 20px; }

  .ft-top { flex-direction: column; gap: 24px; }
  .ft-nav { flex-direction: row; flex-wrap: wrap; gap: 12px 20px; text-align: left; }
  .ft-bottom { flex-direction: column; align-items: flex-start; }
  .ft-bottom .pol a { display: inline-block; margin-right: 18px; }
}
