@charset "UTF-8";

:root {
  --navy: #102848;
  --navy-soft: #37527a;
  --orange: #f5772f;
  --orange-btn: #f7704a;
  --orange-btn-2: #f9884f;
  --blue: #0070d8;
  --tel-blue: #00468f;
  --sky-1: #dcf3fb;
  --sky-2: #eaf6fd;
  --sky-3: #f2fafe;
  --cream: #fff6ef;
  --cream-2: #fdf1e7;
  --line: #e3ecf4;
  --white: #fff;

  --wrap: 1120px;
  --gap: 24px;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(20, 60, 110, .07);
  --shadow-lg: 0 16px 44px rgba(20, 60, 110, .10);

  --font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-display: "Noto Serif JP", "Yu Mincho", serif;
  --font-head: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-hand: "Zen Kurenaido", "Zen Kaku Gothic New", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; -webkit-text-size-adjust: 100%; }
body { margin:0; font-family:var(--font-body); font-size:16px; line-height:1.85; color:var(--navy-soft); background:#fff; overflow-wrap:break-word; line-break:strict; word-break:auto-phrase; text-wrap:pretty; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p, figure, blockquote, address { margin: 0; }
h1, h2, h3 { text-wrap:balance; }
address { font-style: normal; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.section-more { margin-top:36px; text-align:center; }
.section-more .btn { font-size:15px; }

.container { width:min(92%,1240px); margin-inline:auto; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--navy); color: #fff; padding: 10px 20px;
}
.skip-link:focus { left: 0; }

.label { font-family:var(--font-body); font-weight:500; font-size:16px; letter-spacing:.03em; color:#d85b1b; margin-bottom:18px; }
.label.en { letter-spacing: .16em; }
.label.center { text-align: center; }
.label.ruled { display: flex; align-items: center; gap: 14px; }
.label.ruled::after { content: ""; flex: 0 0 44px; height: 2px; background: var(--orange); }
.label.center.ruled { justify-content: center; }
.label.center.ruled::before { content: ""; flex: 0 0 44px; height: 2px; background: var(--orange); }

.sec-title { font-family:var(--font-display); font-weight:600; font-size:clamp(30px,4.2vw,50px); line-height:1.4; color:var(--navy); letter-spacing:.015em; margin-bottom:20px; }
.sec-title em { font-style: normal; color: var(--orange); }
.sec-title .thin { font-weight: 500; }
.sec-title .big { font-size: 1.4em; color: var(--orange); }
.sec-title.center { text-align: center; }

.sec-lead { font-size:17px; line-height:1.85; }
.sec-lead.center { text-align: center; }

.ruled-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.15rem, .9rem + 1vw, 1.6rem);
  color: var(--navy);
  text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 22px;
  margin: 46px 0 26px;
}
.ruled-title::before, .ruled-title::after {
  content: ""; height: 1px; background: var(--line); flex: 1 1 auto; max-width: 170px;
}

.hand { font-family:var(--font-hand); color:#0070c9; font-size:21px; line-height:1.55; letter-spacing:.13em; position:relative; display:inline-block; padding-bottom:12px; transform:rotate(-8deg); }
.hand::after {
  content: "";
  position: absolute; left: 6%; right: 4%; bottom: 0; height: 8px;
  border-bottom: 2.5px solid var(--orange);
  border-radius: 0 0 60% 40%;
}

.btn { display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:52px; font-family:var(--font-body); font-weight:700; font-size:17px; border-radius:999px; padding:17px 30px; line-height:1.4; transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease; }
.btn .ico { width: 22px; height: 22px; flex: none; fill: currentColor; }
.btn .chev { font-size: 1.15em; line-height: 1; }
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(180deg, var(--orange-btn-2), var(--orange-btn));
  color: #fff;
  box-shadow: 0 8px 20px rgba(247, 112, 74, .30);
}
.btn-primary:hover { box-shadow: 0 12px 26px rgba(247, 112, 74, .40); }
.btn-sm { padding:14px 26px; font-size:15px; }

.btn-outline { background:#fff; color:var(--tel-blue); border:1.5px solid var(--blue); box-shadow:var(--shadow); }
.btn-outline .ico { fill: var(--blue); }
.btn-outline .chev { color: var(--blue); }

.btn-pill {
  background: #fff; color: var(--navy);
  border: 1.5px solid var(--blue);
  padding: 12px 26px; font-size: .95rem;
}
.btn-pill .chev { color: var(--blue); }

.btn-tel { padding:13px 32px; }
.btn-tel span { display: flex; flex-direction: column; }
.btn-tel strong { font-size:31px; font-family:var(--font-head); letter-spacing:.01em; line-height:1.25; }
.btn-tel small { font-size:12px; font-weight:500; }

.cta-row { display:flex; flex-wrap:nowrap; gap:20px; align-items:stretch; margin-top:25px; width:750px; max-width:calc(100vw - 8vw); }

.site-header { position:relative; z-index:50; background:#fff; }
.header-inner { display:flex; align-items:center; gap:22px; padding:20px 0 14px; width:min(94%,1320px); }
.brand img { width:290px; height:auto; }
.brand-tagline { font-size:13px; line-height:1.85; padding-left:18px; border-left:1px solid var(--line); white-space:nowrap; }
.header-contact { margin-left:auto; display:flex; align-items:center; gap:20px; }
.header-tel { display:grid; grid-template-columns:24px 1fr; align-items:center; column-gap:8px; color:var(--tel-blue); padding:0; text-align:left; }
.header-tel .ico { width: 24px; height: 24px; fill: var(--tel-blue); }
.header-tel .tel-num { font-family:var(--font-head); font-weight:700; font-size:27px; line-height:1.25; white-space:nowrap; }
.header-tel .tel-note { grid-column:2; font-size:12px; color:var(--navy-soft); text-align:left; }

.globalnav { border:0; }
.globalnav ul { display:flex; justify-content:space-between; gap:8px; }
.globalnav a { display:block; padding:16px 8px 19px; font-size:14px; font-weight:500; color:var(--navy); border-bottom:3px solid transparent; white-space:nowrap; }
.globalnav a:hover { color: var(--orange); }
.globalnav a.is-current { color: var(--orange); border-bottom-color: var(--orange); }

.nav-toggle { display: none; }

/* TOP first view — supplied room reference, real text and links. */
.hero { position:relative; background:#f3fbff url("../img/backgrounds/hero-home-wash-v6.webp") center/cover no-repeat; overflow:hidden; isolation:isolate; }
.hero .hero-inner { width:min(100%,1920px); }
.hero-inner { position:relative; min-height:clamp(650px,44.8vw,860px); padding:clamp(42px,3.5vw,67px) 7% 30px; }
.hero-copy { position:relative; z-index:2; width:43%; }
.hero-title { font-family:var(--font-display); font-weight:500; font-size:clamp(66px,5.5vw,103px); line-height:1.12; color:var(--navy); letter-spacing:.035em; margin-bottom:20px; }
.hero-opening { display:table; font-size:clamp(26px,2.25vw,41px); line-height:1.5; letter-spacing:.08em; margin:0 0 20px 12px; padding-bottom:12px; border-bottom:1px solid var(--navy-soft); border-radius:0 0 45% 12%; white-space:nowrap; }
.hero-title em { display:block; font-style:normal; color:#e96a33; white-space:nowrap; }
.hero-title-last { display:block; margin-top:4px; }
.hero-lead { width:calc(100% - 32px); max-width:580px; font-size:clamp(17px,1.23vw,22px); line-height:1.65; letter-spacing:.025em; margin-bottom:23px; }
.hero-actions { display:flex; gap:18px; width:calc(100% + 45px); }
.hero-actions .btn { min-width:0; min-height:76px; padding:18px 22px; gap:14px; font-size:clamp(19px,1.25vw,23px); white-space:nowrap; }
.hero-actions .btn-primary { flex:1.08; background:#ed6d32; box-shadow:0 12px 30px #2b51721a; }
.hero-actions .btn-primary:hover { background:#d95d28; }
.hero-actions .btn-outline { flex:1; color:var(--navy); border-color:var(--navy); background:#ffffffed; box-shadow:none; }
.hero-actions .btn-outline:hover { background:#eef8ff; }
.hero-actions .btn-outline .chev { color:inherit; }
.hero-actions .ico { width:28px; height:28px; }
.hero-benefits { display:flex; gap:16px; margin-top:24px; }
.hero-benefits li { display:flex; flex:1; align-items:center; justify-content:center; gap:12px; min-height:74px; padding:12px 16px; color:var(--navy); background:#ffffffed; border-radius:999px; white-space:nowrap; font-size:clamp(16px,1.1vw,20px); font-weight:500; }
.hero-benefits svg { width:36px; height:36px; flex:none; }
.hero-window-note { display:flex; align-items:center; justify-content:center; gap:18px; font-size:clamp(16px,1.1vw,20px); margin-top:23px; color:var(--navy); white-space:nowrap; }
.hero-window-note::before,.hero-window-note::after { content:""; width:38px; height:1px; background:var(--navy-soft); }
.hero-visual { position:absolute; inset:0 0 0 auto; width:57%; z-index:1; }
.hero-photo { position:absolute; inset:0 0 34px; border-radius:20% 0 58% 44% / 38% 0 30% 62%; overflow:hidden; }
.hero-photo img { width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-photo-note { position:absolute; top:11%; right:6%; transform:rotate(-9deg); font-family:var(--font-hand); font-size:clamp(22px,1.6vw,29px); line-height:1.7; letter-spacing:.12em; color:var(--navy); }
.hero-photo-note span { padding:0 10px 4px; background:#ffffffed; box-decoration-break:clone; }
.hero-signature { position:absolute; right:11%; bottom:20px; font-family:"Segoe Script",cursive; font-style:italic; font-size:clamp(22px,1.9vw,34px); line-height:1.15; text-align:center; color:#a9cce8; transform:rotate(-9deg); }

@media(min-width:1280px) {
  .home-page .site-header { display:grid; grid-template-columns:clamp(215px,15vw,270px) minmax(0,1fr) auto; align-items:center; gap:24px; min-height:94px; padding:4px 4.5%; background:#f5fbfe; }
  .home-page .header-bar,.home-page .header-inner { display:contents; }
  .home-page .brand { grid-column:1; grid-row:1; }
  .home-page .brand img { width:100%; mix-blend-mode:multiply; }
  .home-page .brand-tagline,.home-page .header-tel { display:none; }
  .home-page .header-contact { grid-column:3; grid-row:1; margin:0; }
  .home-page .header-contact .btn { min-height:60px; padding:16px 22px; font-size:15px; box-shadow:none; }
  .home-page .globalnav { grid-column:2; grid-row:1; }
  .home-page .globalnav .container { width:100%; }
  .home-page .globalnav a { padding:15px 0; font-size:clamp(12px,.8vw,14px); }
}
@media(min-width:761px) and (max-width:1279px) {
  .hero-inner { padding:45px 5% 35px; min-height:680px; }
  .hero-copy { width:50%; }
  .hero-title { font-size:clamp(52px,6.3vw,76px); }
  .hero-opening { font-size:clamp(22px,2.5vw,29px); margin-left:0; }
  .hero-visual { width:49%; }
  .hero-photo { inset:0 0 170px; border-radius:30% 0 32% 45% / 30% 0 25% 60%; }
  .hero-photo-note { top:8%; right:5%; font-size:22px; }
  .hero-lead { width:100%; font-size:17px; }
  .hero-actions { width:100%; flex-direction:column; gap:12px; }
  .hero-actions .btn { min-height:58px; font-size:19px; }
  .hero-benefits { gap:8px; margin-top:18px; }
  .hero-benefits li { flex-direction:column; gap:4px; padding:12px 8px; font-size:15px; border-radius:20px; }
  .hero-benefits svg { width:28px; height:28px; }
  .hero-window-note { font-size:15px; gap:8px; margin-top:18px; }
  .hero-window-note::before,.hero-window-note::after { width:14px; }
  .hero-signature { bottom:110px; }
}
@media(max-width:760px) {
  .hero { background-size:auto 100%; }
  .hero-inner { display:flex; flex-direction:column; width:100%; padding:28px 24px 34px; }
  .hero-copy { display:contents; }
  .hero-title { order:0; font-size:clamp(46px,10.8vw,78px); line-height:1.15; letter-spacing:.02em; margin-bottom:20px; }
  .hero-opening { font-size:clamp(19px,4.8vw,30px); margin:0 0 19px; padding-bottom:8px; }
  .hero-visual { position:relative; inset:auto; order:1; width:calc(100% + 24px); height:clamp(220px,60vw,400px); margin:0 -24px 20px 0; }
  .hero-photo { inset:0 0 0 0; border-radius:24% 0 30% 18% / 35% 0 25% 30%; }
  .hero-photo img { object-position:center 57%; }
  .hero-photo-note { top:9%; right:6%; font-size:clamp(16px,4.5vw,24px); line-height:1.55; letter-spacing:.06em; }
  .hero-photo-note span { padding:0 7px 2px; }
  .hero-signature { display:none; }
  .hero-lead { order:2; width:100%; max-width:none; font-size:16px; line-height:1.85; letter-spacing:0; margin-bottom:18px; }
  .hero-actions { order:3; width:100%; flex-direction:column; gap:12px; }
  .hero-actions .btn { width:100%; min-height:58px; padding:15px 18px; font-size:19px; }
  .hero-actions .ico { width:24px; height:24px; }
  .hero-benefits { order:4; gap:8px; margin-top:20px; }
  .hero-benefits li { flex-direction:column; gap:6px; padding:12px 6px; min-height:80px; font-size:14px; border-radius:20px; }
  .hero-benefits svg { width:28px; height:28px; }
  .hero-window-note { order:5; font-size:14px; margin-top:20px; gap:8px; letter-spacing:0; }
  .hero-window-note::before,.hero-window-note::after { width:14px; }
}
@media(max-width:360px) {
  .hero-inner { padding-inline:18px; }
  .hero-visual { width:calc(100% + 18px); margin-right:-18px; }
  .hero-benefits { gap:6px; }
  .hero-benefits li { font-size:13px; }
  .hero-window-note { font-size:13px; }
}
/* End TOP first view. */

.wave { height: 70px; background-repeat: no-repeat; background-size: 100% 100%; }
.wave-bottom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 30c220 40 420-25 720-10s500 55 720 20v30H0z'/%3E%3C/svg%3E");
  margin-top: -70px; position: relative;
}

.about { position:relative; padding:50px 0 0; background:#fff; overflow:hidden; }
.about::after { content:none; }

.about-head { position:relative; display:grid; grid-template-columns:minmax(0,1.4fr) minmax(0,1fr); align-items:center; gap:32px; min-height:330px; }

.about-city img, .omoi-city img, .city-band-img {
  width:100%; object-fit:cover; object-position:center 65%;
  /* Only decorative scenery fades at its edges; keep the scene and text crisp. */
  -webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 52%, #000 55%, transparent 73%);
  mask-image:radial-gradient(ellipse 70% 70% at 50% 52%, #000 55%, transparent 73%);
}
.about-city img { aspect-ratio:1.55; }

.unit-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin-top:36px; }
.unit { position:relative; isolation:isolate; overflow:hidden; border:1px solid #fcd8c4; border-radius:18px; padding:26px 22px 18px; box-shadow:none; }
.unit-hareta { background:#fff6f0; }
.unit-sora { background:#f0f9ff; border-color:#bce5ff; }

.unit-head { display:grid; grid-template-columns:1fr 1.6fr; gap:20px; align-items:center; margin-bottom:24px; }
.unit-name { display:block; width:100%; max-width:320px; margin-inline:auto; }
.unit-name img { width:100%; height:auto; mix-blend-mode:multiply; }
.unit-photo img { width:100%; height:100%; object-fit:cover; object-position:center; border-radius:0; }
.unit-catch { font-family:var(--font-head); font-weight:700; font-size:20px; color:var(--navy); line-height:1.5; margin:8px 0 16px; }
.unit-text { font-size:15px; line-height:1.8; margin:0 0 24px; }

.check-list { position:relative; background:rgba(255,255,255,.95); border-radius:14px; padding:16px; display:grid; gap:12px; }

.check-list li { display:flex; flex-wrap:wrap; align-items:center; gap:4px 10px; font-size:15px; line-height:1.6; }
.check-list li::before {
  content: "✓";
  flex: none; align-self: center;
  width: 21px; height: 21px; border-radius: 50%;
  background: var(--orange); color: #fff;
  font-size: .7rem; line-height: 21px; text-align: center;
}
.check-blue li::before { background: var(--blue); }
.check-list strong { font-family: var(--font-head); font-weight: 700; color: var(--navy); }
.check-list span { color:var(--navy-soft); font-size:12px; }

.points { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
.points li { text-align:center; padding:4px 20px; }
.points li + li { border-left: 1px solid var(--line); }
.point-ico {
  display: grid; place-items: center;
  width: 92px; height: 92px; margin: 0 auto 18px;
  background: var(--sky-2); border-radius: 50%;
}
.point-ico svg { width: 50px; height: 50px; }
.points h3 { font-family:var(--font-head); font-weight:700; font-size:19px; color:var(--navy); line-height:1.5; margin-bottom:10px; }
.points p { font-size:15px; line-height:1.75; }

.city-band { margin-top:35px; background:#f2fbff; }
.city-band-inner { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(0,1fr); gap:32px; align-items:center; padding:25px 0; }
.city-band-copy { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.1rem, .9rem + .9vw, 1.6rem); color: var(--navy); text-align: center; line-height: 1.6; }
.city-band-img { aspect-ratio:2.8/1; object-position:center 72%; }

.worries { position:relative; background:#fbfdff; padding:60px 0; }
.worries-intro { display:grid; grid-template-columns:200px minmax(0,1fr) 200px; gap:24px; align-items:start; }
.worries-copy { grid-column:2; min-width:0; }
.worries .worries-aside { width:200px; justify-self:center; margin:24px 0 0; font-size:16px; letter-spacing:.08em; text-align:center; }
.worries .sec-title { margin-top:10px; font-size:clamp(26px,4.2vw,50px); }
.worries .sec-title span, .worries .sec-title em { display:inline-block; }
@media(max-width:1280px) {
  .worries-intro { grid-template-columns:1fr; gap:16px; }
  .worries-copy { grid-column:1; }
  .worries .worries-aside { justify-self:start; margin:8px 0 0 12px; }
}
.worry-list { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; margin-top:30px; }
.worry-list li { background:#fff; border:1px solid #e1f1fa; border-radius:15px; padding:24px 10px; text-align:center; box-shadow:var(--shadow); }
.worry-list img { width:min(100%,160px); height:auto; aspect-ratio:1; border-radius:50%; object-fit:cover; margin:0 auto 20px; }
.worry-list p { font-family:var(--font-head); font-weight:700; font-size:22px; color:var(--navy); line-height:1.5; }
.worry-list em { font-style: normal; color: var(--orange); }

.reasons { position:relative; background:#fff; padding:54px 0 65px; }
.reasons .sec-title > span,.reasons .sec-title > em { display:inline-block; }
.reason-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin-top:30px; }
.reason-list li { background:#fff; border:1px solid #e1f1fa; border-radius:16px; padding:10px; overflow:hidden; box-shadow:var(--shadow); }
.reason-list img { width:100%; aspect-ratio:1.72; object-fit:cover; border-radius:9px; }
.reason-list h3 { font-family:var(--font-head); font-weight:700; font-size:23px; color:var(--navy); padding:18px 12px 10px; line-height:1.5; }
.reason-list h3 em { display:inline-block; font-style:normal; color:var(--orange); }
.reason-list p { font-size:16px; padding:0 12px 15px; }

.services { position:relative; padding:55px 0 0; background:#fff; }
.service-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin-top:30px; }
.svc { display:grid; grid-template-rows:auto 1fr; border-radius:18px; overflow:hidden; box-shadow:none; }
.svc-orange { background: var(--cream); }
.svc-blue { background: var(--sky-2); }
.svc figure { aspect-ratio:3/2; }
.svc figure img { width: 100%; height: 100%; object-fit: cover; }
.svc-body { padding:28px 22px 55px; position:relative; }
.svc-body h3 { display:flex; align-items:center; gap:10px; font-family:var(--font-head); font-weight:700; font-size:clamp(19px,2.4vw,28px); letter-spacing:0; margin-bottom:16px; line-height:1.45; }
.svc-orange .svc-body h3 { color: var(--orange); }
.svc-blue .svc-body h3 { color: var(--blue); }
.svc-ico { width: 34px; height: 34px; flex: none; fill: currentColor; }
.svc-body p { font-size:16px; line-height:1.8; }
.svc-more { position:absolute; right:18px; bottom:16px; display:grid; place-items:center; width:42px; height:42px; border-radius:50%; border:1.5px solid currentColor; background:#fff; }
.svc-more svg { display:block; width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.svc-orange .svc-more { color: var(--orange); }
.svc-blue .svc-more { color: var(--blue); }

.wave-city { margin-top:36px; height:60px; background:var(--sky-3); border-radius:50% 50% 0 0 / 60% 60% 0 0; }

.details { padding:0; }
.detail { position:relative; padding:30px 0; background:#fff; overflow:hidden; }
.detail-left { background: linear-gradient(180deg, var(--sky-3), #fff); }
.detail-inner { display:grid; grid-template-columns:48% 52%; gap:0; align-items:center; min-height:410px; position:relative; }
.detail-title { font-family:var(--font-display); font-weight:600; font-size:clamp(36px,4.5vw,55px); line-height:1.35; color:var(--navy); margin-bottom:12px; }
.detail-catch { font-size:20px; font-weight:500; color:var(--navy); line-height:1.6; margin-bottom:18px; }
.detail-text { font-size:16px; margin-bottom:18px; }
.detail-photo img { width:100%; height:auto; border-radius:0; box-shadow:none; }

.tag-list { display: grid; gap: 12px; background: var(--cream); border-radius: 16px; padding: 20px 24px; }
.tag-list.tag-2col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tag-list li {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 1rem;
}
.tag-list li::before {
  content: "✓"; flex: none;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--orange); color: #fff;
  font-size: .82rem; line-height: 26px; text-align: center;
}

.staff { position:relative; padding:45px 0; background:#f9fdff; }
.staff-head { display:grid; grid-template-columns:43% 57%; gap:0; align-items:center; }
.staff-group img { width:100%; border-radius:0; box-shadow:none; }
.staff-head .hand { margin-top: 22px; }

.staff-list { position:relative; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:-15px; }
.staff-card { display:grid; grid-template-columns:44% minmax(0,1fr); gap:12px 16px; border:2px solid #fff; border-radius:22px; padding:12px; box-shadow:var(--shadow); }
.staff-id { align-self: center; }
.staff-card-pink { background: var(--cream); }
.staff-card-blue { background: var(--sky-2); }
.staff-card-green { background: #f1f8ee; }
.staff-card img { width: 100%; border-radius: 12px; }
.staff-role { font-family: var(--font-head); font-weight: 700; font-size: .88rem; color: var(--orange); }
.staff-card-blue .staff-role { color: var(--blue); }
.staff-card-green .staff-role { color: #4a9a46; }
.staff-role small { font-size: .78rem; font-weight: 500; }
.staff-name { font-family:var(--font-display); font-weight:500; font-size:27px; color:var(--navy); line-height:1.35; margin:10px 0; padding-bottom:12px; border-bottom:2px solid var(--line); }
.staff-name span { display: block; font-size: .68rem; letter-spacing: .12em; color: var(--navy-soft); font-weight: 500; }
.staff-text { font-size:15px; grid-column:1/-1; margin:0; padding:2px 12px 8px; }

.omoi { padding:50px 0; background:#fff; }
.omoi-inner { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(0,1fr); gap:32px; align-items:center; }
.omoi-city img { aspect-ratio:1.55; }

.flow { position:relative; padding:60px 0; background:#fbfdff; }
.flow .container { position:relative; }
.flow .sec-title { font-size:clamp(28px,3.1vw,40px); line-height:1.5; }
.flow-intro { display:block; margin-bottom:8px; font-family:var(--font-head); font-size:clamp(18px,2.1vw,28px); font-weight:500; line-height:1.6; letter-spacing:normal; }
.flow .sec-title .big { font-size:1.15em; }
.hand-right { position:absolute; right:15px; top:20px; text-align:center; font-size:19px; }
.step-list { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:16px; margin-top:32px; }
.step-list li { position:relative; background:#fff; border:1px solid var(--line); border-radius:16px; padding:24px 18px; text-align:center; box-shadow:var(--shadow); }
.step-list li:not(:last-child)::after {
  content: "›";
  position: absolute; right: -14px; top: 105px;
  font-size: 1.7rem; line-height:1; color:var(--navy-soft); z-index:1;
}
.step-no { font-family:var(--font-head); font-size:14px; line-height:1.3; letter-spacing:.1em; color:var(--navy-soft); }
.step-no strong { font-size:28px; color:var(--blue); }
.step-badge {
  display: grid; place-items: center;
  width:36px; height:36px; border-radius:50%;
  margin:12px auto -22px; position:relative; z-index:2;
  box-shadow: 0 4px 10px rgba(20, 60, 110, .18);
}
.step-badge svg { width:20px; height:20px; fill:#fff; }
.step-badge-orange { background: var(--orange); }
.step-badge-blue { background: var(--blue); }
.step-list img { width:112px; height:auto; aspect-ratio:1; border-radius:40%; object-fit:cover; margin:0 auto 20px; }
.step-list h3 { font-family:var(--font-head); font-weight:700; font-size:20px; line-height:1.5; color:var(--navy); margin-bottom:12px; }
.step-list li > p:last-child { font-size:16px; line-height:1.9; text-align:left; color:var(--navy); }

.area { padding:72px 0; background:#f1faff; }
.area-inner { display:grid; grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr); gap:48px; align-items:center; }
.area-copy .sec-title { font-size:clamp(28px,3vw,42px); line-height:1.55; margin-bottom:20px; }
.area-copy .sec-lead { font-size:16px; line-height:1.95; max-width:28em; text-wrap:balance; }
.area-cities { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:24px 0 16px; max-width:420px; }
.area-cities li { display:flex; align-items:center; justify-content:center; gap:12px; min-height:52px; padding:10px 12px; background:#fff; border:1px solid #d8e8f1; border-radius:12px; color:var(--navy); font-size:17px; font-weight:700; }
.area-cities .area-city-main { background:var(--cream); border-color:#f6cdb2; }
.area-city-main span { font-size:11px; color:#925025; font-weight:500; }
.area-note { max-width:32em; font-size:14px; line-height:1.85; }
.area-action { margin-top:24px; }
.area-action .btn { font-size:16px; background:#fff; }
.coverage-map { min-width:0; padding:22px; background:#fff; border:1px solid #dbeaf2; border-radius:24px; box-shadow:var(--shadow); }
.coverage-map-heading { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px; margin-bottom:14px; color:var(--navy); font-size:18px; font-weight:700; }
.coverage-map-heading span { font-size:12px; font-weight:500; color:#925025; background:var(--cream); padding:4px 10px; border-radius:999px; }
.coverage-map-art { position:relative; overflow:hidden; border-radius:14px; }
.coverage-map .coverage-map-art img { display:block; width:100%; height:auto; border-radius:0; }
.coverage-city { position:absolute; transform:translate(-50%,-50%); padding:5px 12px; border:1px solid #ffffff; border-radius:9px; background:rgba(255,255,255,.94); font-size:clamp(15px,1.5vw,20px); font-weight:700; color:var(--navy); line-height:1.45; white-space:nowrap; }
.coverage-city-ikeda { left:28%; top:30%; }
.coverage-city-minoh { left:62%; top:27%; }
.coverage-city-toyonaka { left:43%; top:64%; font-size:clamp(20px,1.9vw,26px); border-color:#efab79; color:#8c4119; }
.coverage-city-suita { left:76%; top:63%; }
.coverage-map figcaption { margin-top:14px; text-align:center; font-size:13px; line-height:1.75; color:#536c83; }

.price { position:relative; padding:55px 0; background:#fff; }
.price-inner { display:block; position:relative; min-height:520px; }
.price-cards { position:relative; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:26px; width:78%; }
.price-cards li { background:rgba(255,255,255,.96); border:1px solid #edf5fa; border-radius:17px; padding:18px 14px; box-shadow:var(--shadow); }
.price-ico { display: block; width: 56px; height: 56px; margin: 0 auto 14px; }
.price-ico svg { width: 100%; height: 100%; }
.price-cards h3 { font-family:var(--font-head); font-weight:700; font-size:17px; color:var(--navy); text-align:center; line-height:1.55; min-height:3.1em; margin-bottom:12px; }
.price-cards p { font-size:15px; line-height:1.7; }
.price-photo img { width:100%; border-radius:0; box-shadow:none; }

.faq { position:relative; padding:55px 0 65px; background:#f7fcff; }
.faq-list { display:grid; gap:12px; margin-top:30px; }
.faq-item { background:#fff; border:1px solid #cceafd; border-radius:15px; overflow:hidden; }
.faq-item summary { display:flex; align-items:center; gap:22px; padding:16px 60px 16px 24px; cursor:pointer; position:relative; font-family:var(--font-head); font-weight:700; font-size:21px; color:var(--navy); list-style:none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; position: absolute; right: 26px; top: 50%;
  width: 12px; height: 12px; margin-top: -8px;
  border-right: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue);
  transform: rotate(45deg); transition: transform .25s ease;
}
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.faq-item .q {
  display: grid; place-items: center; flex: none;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--blue); color: #fff; font-size: 1rem;
}
.faq-a { padding: 0 26px 26px 72px; font-size: .95rem; }


.news { padding:55px 0 60px; background:#fff; }
.news-head { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.news-note { font-size: .9rem; margin-right: auto; }
.news-list { margin-top: 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.news-list li + li { border-top: 1px solid var(--line); }
.news-list a { display:grid; grid-template-columns:110px minmax(0,1fr) 20px; align-items:center; gap:22px; padding:17px 24px; transition:background-color .18s ease; }
.news-list a:hover { background: var(--sky-3); }
.tag { text-align: center; font-size: .78rem; font-weight: 700; border-radius: 999px; padding: 4px 0; }
.tag-info { background: #fde3ea; color: #c2537a; }
.tag-event { background: #d9ecfb; color: #2f7fd1; }
.tag-staff { background: #dcf0dd; color: #4a9a46; }
.news-title { font-family: var(--font-head); font-weight: 500; color: var(--navy); font-size: .98rem; }
.news-list .chev { color: var(--navy-soft); text-align: right; }

.contact { position:relative; padding:0; background:#f4fbff; overflow:hidden; }
.contact-inner { position:relative; display:block; padding:60px 0 90px; min-height:650px; }
.contact-photo img { width:100%; height:auto; border-radius:0; box-shadow:none; }
.contact .hand { margin:20px 0 0 25px; text-align:center; }

.site-footer { background: #fff; }
.footer-inner { display:grid; grid-template-columns:42% 24% 34%; gap:0; padding:55px 0 45px; }
.footer-brand img { width:290px; }
.footer-tagline { font-size:18px; margin:20px 0 25px; }
.footer-addr, .footer-tel { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; font-size: .9rem; margin-bottom: 14px; }
.footer-addr .ico, .footer-tel .ico { width: 20px; height: 20px; fill: var(--blue); margin-top: 6px; }
.footer-tel a { font-family:var(--font-head); font-weight:700; font-size:30px; color:var(--tel-blue); line-height:1.3; }
.footer-tel small { grid-column: 2; font-size: .75rem; }

.footer-nav ul { display:grid; gap:14px; }
.footer-nav a { font-size: .95rem; }
.footer-nav a:hover { color: var(--orange); }

.footer-area .footer-area-lead { font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 1.05rem; line-height: 1.7; margin-bottom: 14px; }
.footer-area-cities { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; max-width:240px; margin:16px 0; }
.footer-area-cities li { padding:8px 12px; background:var(--sky-3); border:1px solid var(--line); border-radius:8px; color:var(--navy); font-size:14px; text-align:center; }
.footer-area-text { font-size: .88rem; }

.footer-city { background:linear-gradient(#fff, var(--sky-3) 48%, #fff); }
.footer-city-message { padding:28px 20px 24px; color:var(--navy); font-family:var(--font-display); font-size:clamp(18px,1.8vw,26px); line-height:1.8; font-weight:500; text-align:center; }
.footer-city-message span { display:block; }
.footer-city img {
  width:100%; height:clamp(150px,16vw,260px); object-fit:cover; object-position:center 68%;
  -webkit-mask-image:linear-gradient(transparent, #000 18%, #000 78%, transparent);
  mask-image:linear-gradient(transparent, #000 18%, #000 78%, transparent);
}
.footer-bottom { border-top: 1px solid var(--line); }
.footer-bottom-inner { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; padding: 18px 0; font-size: .8rem; }
.footer-policy { display: flex; gap: 16px; }
.footer-policy li + li { border-left: 1px solid var(--line); padding-left: 16px; }

.sp-cta { display: none; }


/* Source composition and responsive refinements */
main { overflow:clip; }
.cta-row > .btn { flex:1; white-space:nowrap; }
.cta-row > .btn .ico { width:28px; height:28px; }
.faq .sec-title { font-size:clamp(29px,3.7vw,44px); }
.staff-group { mask-image:linear-gradient(to right,transparent,#000 4%); }
@media(min-width:761px) {
  .unit .check-list li { font-size:14px; }
  .unit .check-list span { font-size:11px; }
}

.sample-note { font-size:12px; color:#526580; margin-top:15px; }
.about-copy { position:relative; z-index:1; }
.about-copy .sec-title { width:auto; font-size:clamp(30px,3.3vw,41px); line-height:1.5; }
.about-copy .sec-title > .thin:last-child { display:inline-block; }
.about-copy .sec-lead { font-size:16px; }
.about-city { width:100%; }
.unit-photo { width:100%; aspect-ratio:3/2; overflow:hidden; border-radius:12px; }
.unit .check-list li { display:grid; grid-template-columns:22px auto 1fr; gap:8px; }
.unit .check-list strong { white-space:nowrap; }
.detail-copy { position:relative; z-index:1; padding-right:15px; }
.detail-left .detail-copy { padding:15px 0 15px 25px; }
.detail-photo { width:calc(100% + 4vw); }
.detail-left .detail-photo { margin-left:-4vw; }
.staff-head .sec-title { width:calc(100% + 100px); position:relative; }
.staff-head .sec-lead { font-size:17px; }
.staff-group { width:calc(100% + 4vw); }
.price-copy { position:relative; z-index:1; }
.price-copy > .sec-title { max-width:850px; font-size:clamp(30px,4vw,48px); }
.price-photo { position:absolute; top:-35px; right:-4vw; width:47%; }
.price-copy > .sec-lead { max-width:60%; }
.contact-copy { position:relative; z-index:1; max-width:60%; }
.contact-copy .sec-title { font-size:clamp(38px,5.5vw,66px); }
.contact-copy .sec-lead { max-width:560px; }
.contact-photo { position:absolute; top:0; right:-4vw; width:57%; }
.footer-nav,.footer-area { border-left:1px solid var(--line); padding-left:38px; }
.footer-tel [data-dialog-open] { padding:0; text-align:left; font-family:var(--font-head); font-weight:700; font-size:30px; color:var(--tel-blue); line-height:1.3; }
.footer-addr { display:flex; align-items:flex-start; }
.footer-policy button { padding:0; font-size:inherit; }
.reasons::after,.services::before,.faq::after { content:""; position:absolute; pointer-events:none; width:clamp(80px,9vw,150px); height:180px; background-repeat:no-repeat; background-size:contain; opacity:.55; }
.reasons::after { background-image:url("../img/backgrounds/leaf-bottom-left-v3.webp"); background-position:left bottom; left:0; bottom:0; z-index:0; }
.services::before { background-image:url("../img/backgrounds/leaf-top-right-v3.webp"); background-position:right top; right:0; top:0; z-index:0; }
.faq::after { background-image:url("../img/backgrounds/leaf-bottom-left-v3.webp"); background-position:left bottom; left:0; bottom:0; z-index:0; }
.reasons > .container,.services > .container,.faq > .container { position:relative; z-index:1; }
/* Alpha feathering blends supplied photographic crops; no replacement artwork. */
.price-photo,.contact-photo { mask-image:linear-gradient(to right,transparent,#000 14%),linear-gradient(to bottom,#000 86%,transparent); mask-composite:intersect; }
.btn-primary { background:#fa794a; }
.btn-primary:hover { background:#dd5d2c; }
.btn:active { transform:translateY(0); }
.svc-more:hover { background:#fff; box-shadow:0 3px 14px #c1d5e5; }

@media(max-width:1280px) {
  .flow .hand-right { display:none; }
  .step-list { grid-template-columns:1fr; gap:24px; }
  .step-list li { display:grid; grid-template-columns:96px minmax(0,1fr); gap:0 24px; padding:20px 24px; text-align:left; }
  .step-list li:not(:last-child)::after { content:"↓"; left:72px; right:auto; top:auto; bottom:-25px; transform:translateX(-50%); font-size:18px; line-height:24px; }
  .step-no { grid-column:2; grid-row:1; }
  .step-list h3 { grid-column:2; grid-row:2; margin:4px 0 8px; }
  .step-list li > p:last-child { grid-column:2; grid-row:3; }
  .step-list img { grid-column:1; grid-row:1/4; width:96px; align-self:center; margin:0; }
  .step-badge { display:none; }
}
@media(max-width:1150px) {
  .service-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .brand img { width:265px; }
  .brand-tagline { font-size:12px; padding-left:16px; }
  .header-inner { gap:16px; }
  .header-contact { gap:15px; }
  .header-tel .tel-num { font-size:25px; }
  .header-contact .btn { padding:13px 22px; font-size:14px; }
  
  .svc-body { padding:24px 19px 56px; }
  .svc-ico { width:28px; height:28px; }
  .svc-body h3 { font-size:25px; }
  .svc:nth-child(5) h3 { font-size:19px; gap:6px; }
  .staff-role { font-size:13px; }
  .staff-role small { font-size:11px; }
  .staff-name { font-size:25px; }
}
@media(max-width:1000px) and (min-width:760px) {
  .brand-tagline { display:none; }
  .globalnav ul { flex-wrap:wrap; justify-content:center; }
  .globalnav a { font-size:12px; padding-inline:2px; }
  .unit-text { font-size:14px; }
  .unit-head { grid-template-columns:1fr; gap:16px; }
  .unit-catch { font-size:18px; }
  .worry-list p { font-size:18px; }
  .svc-body { padding:20px 15px 50px; }
  .svc-body h3 { font-size:21px; }
  .svc:nth-child(5) h3 { font-size:16px; }
  .svc-body p { font-size:15px; }
  .staff-head .sec-title { width:100%; }
  .staff-card { grid-template-columns:38% 1fr; gap:8px; }
  .staff-name { font-size:23px; }
  .hand-right { display:none; }
  .price-cards { width:90%; }
  .footer-brand img { width:230px; }
  .footer-nav,.footer-area { padding-left:22px; }
}
@media(max-width:760px) {
  html { scroll-padding-top:90px; }
  body { font-size:16px; padding-bottom:calc(76px + env(safe-area-inset-bottom)); }
  .container { width:calc(100% - 40px); }
  .site-header { position:sticky; top:0; box-shadow:0 3px 14px #10284808; }
  .header-inner { width:calc(100% - 32px); padding:10px 0; }
  .brand img { width:200px; }
  .brand-tagline,.header-contact { display:none; }
  .nav-toggle { display:grid; place-items:center; gap:5px; margin-left:auto; width:50px; min-height:48px; padding:6px; }
  .nav-toggle span { display:block; width:25px; height:2px; background:var(--navy); }
  .nav-toggle em { font-style:normal; font-size:10px; line-height:1; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .globalnav { display:none; max-height:calc(100dvh - 150px); overflow-y:auto; }
  .globalnav.is-open { display:block; }
  .globalnav ul { display:grid; gap:0; }
  .globalnav a { padding:13px 4px; border:0; border-top:1px solid var(--line); font-size:15px; }
  .cta-row { width:100%; max-width:100%; gap:12px; flex-direction:column; margin-top:18px; }
  .btn { padding:15px 22px; font-size:16px; width:100%; }
  .btn-tel { padding:10px 24px; }
  .btn-tel strong { font-size:28px; }
  .sec-title { font-size:clamp(29px,6.6vw,42px); line-height:1.45; margin-bottom:20px; }
  .sec-lead { font-size:16px; }
  .sec-lead br { display:none; }
  .label { font-size:14px; margin-bottom:14px; }
  .hand { font-size:17px; }
  .about { padding:38px 0 0; }
  .about-head { display:flex; flex-direction:column; min-height:0; align-items:stretch; }
  .about-copy .sec-title { width:100%; font-size:clamp(26px,6.4vw,40px); }
  .about-copy .sec-lead { font-size:16px; }
  .about-city { width:100%; max-width:440px; align-self:center; margin:0; }
  .unit-cards { grid-template-columns:1fr; margin-top:26px; gap:20px; }
  .unit { padding:22px 18px 18px; }
  .unit-head { grid-template-columns:1fr; gap:16px; margin-bottom:20px; }
  .unit-catch { font-size:20px; max-width:none; margin:2px 0 14px; }
  .unit-text { font-size:16px; max-width:none; min-height:0; margin-bottom:18px; }
  .unit .check-list li { font-size:15px; grid-template-columns:22px 1fr; }
  .unit .check-list span { grid-column:2; }
  .check-list { padding:14px; }
  .ruled-title { font-size:21px; margin:35px 0 25px; gap:12px; }
  .points { grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px 0; }
  .points li { padding:0 10px; }
  .points li:nth-child(3) { border-left:0; }
  .points h3 { font-size:16px; }
  .points p { font-size:13px; }
  .point-ico { width:75px; height:75px; margin-bottom:12px; }
  .point-ico svg { width:42px; height:42px; }
  .city-band-inner { grid-template-columns:1fr; gap:15px; padding:25px 0; }
  .city-band-img { aspect-ratio:2.4/1; }
  .worries,.reasons,.services,.staff,.flow,.price,.faq,.news { padding:42px 0; }
  .services { padding-bottom:0; }
  .hand-right { display:none; }
  .worry-list { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:25px; }
  .worry-list li { padding:18px 9px; }
  .worry-list li:last-child { grid-column:1/-1; display:flex; align-items:center; justify-content:center; gap:18px; }
  .worry-list img { width:105px; margin-bottom:12px; }
  .worry-list li:last-child img { width:85px; margin:0; }
  .worry-list p { font-size:18px; }
  .reason-list,.service-list,.staff-list { grid-template-columns:1fr; gap:20px; }
  .reason-list h3 { font-size:23px; }
  .reason-list p { font-size:16px; }
  .svc-body { padding:22px 17px 58px; }
  .svc-body h3 { font-size:22px; gap:8px; flex-wrap:wrap; }
  .svc-ico { width:27px; height:27px; }
  .svc:nth-child(5) h3 { font-size:18px; }
  .svc-body p { font-size:16px; }
  .svc figure img { object-position:center; }
  .wave-city { margin-top:25px; height:100px; }
  .detail { padding:35px 0; }
  .detail-inner { display:flex; flex-direction:column; min-height:0; gap:20px; }
  .detail-copy,.detail-left .detail-copy { padding:0; width:100%; }
  .detail-title { font-size:35px; }
  .detail-catch { font-size:18px; }
  .detail-text { font-size:16px; }
  .detail-text br { display:none; }
  .detail-photo,.detail-left .detail-photo { width:calc(100% + 40px); margin:0 -20px; order:2; }
  .tag-list { padding:16px 20px; margin-top:16px; }
  .tag-list li { font-size:16px; }
  .staff-head { display:flex; flex-direction:column; gap:20px; }
  .staff-head .sec-title { width:100%; }
  .staff-head .sec-lead { font-size:15px; }
  .staff-head .hand { margin:20px 0 15px; }
  .staff-group { width:calc(100% + 40px); margin:0 -20px; }
  .staff-list { margin-top:20px; }
  .staff-card { grid-template-columns:110px 1fr; padding:15px; gap:12px 20px; }
  .staff-card img { grid-row:1/3; width:100%; height:180px; object-fit:cover; }
  .staff-name { font-size:28px; }
  .staff-text { grid-column:2; font-size:14px; padding:0; }
  .staff-role { font-size:14px; }
  .omoi { padding:40px 0; }
  .omoi-inner { grid-template-columns:1fr; gap:25px; }
  .omoi .sec-title em { display:inline-block; }
  .omoi-city { width:100%; }
  .step-list li { grid-template-columns:76px minmax(0,1fr); gap:0 16px; padding:20px; }
  .step-list li:not(:last-child)::after { left:50%; }
  .step-list h3 { align-self:center; margin:2px 0 0; }
  .step-list li > p:last-child { grid-column:1/-1; margin-top:14px; }
  .step-list img { grid-row:1/3; width:76px; }
  .area { padding:44px 0; }
  .area-inner { grid-template-columns:1fr; gap:28px; }
  .area-copy .sec-title { font-size:30px; }
  .area-copy .sec-lead,.area-note { max-width:none; }
  .area-cities { max-width:none; }
  .area-cities li { gap:8px; font-size:16px; }
  .area-city-main span { font-size:10px; }
  .area-action .btn { width:100%; }
  .coverage-map { padding:16px 12px; border-radius:20px; }
  .coverage-map-heading { font-size:16px; margin-inline:4px; }
  .coverage-city { padding:4px 8px; font-size:16px; }
  .coverage-city-toyonaka { font-size:21px; }
  .price-inner { min-height:0; }
  .price-copy > .sec-title { font-size:30px; }
  .price-copy > .sec-lead { max-width:100%; }
  .price-photo { position:static; width:100%; margin-top:22px; mask-image:none; }
  .price-cards { width:100%; gap:12px; }
  .price-cards li { padding:18px 13px; }
  .price-cards h3 { font-size:16px; min-height:3.1em; }
  .price-cards p { font-size:14px; }
  .faq-item summary { font-size:16px; gap:12px; padding:18px 38px 18px 14px; line-height:1.6; }
  .faq-item summary::after { right:16px; width:9px; height:9px; }
  .faq-item .q { width:28px; height:28px; font-size:16px; }
  .faq-a { padding:0 20px 20px; font-size:16px; }
  .news-head { gap:14px; }
  .news-head .btn { width:auto; padding:10px 20px; min-height:44px; font-size:14px; }
  .news-note { font-size:14px; }
  .news-list a { grid-template-columns:minmax(0,1fr) 20px; gap:8px 12px; padding:16px 18px; }
  .news-title { grid-column:1; font-size:16px; }
  .news-list .chev { grid-column:2; grid-row:1/3; }
  .contact-inner { padding:38px 0 55px; min-height:0; }
  .contact-copy { max-width:none; }
  .contact-copy .sec-title { font-size:37px; }
  .contact-photo { position:static; width:calc(100% + 40px); margin:25px -20px -20px; mask-image:none; }
  .contact .hand { display:none; }
  .contact .wave-bottom { height:35px; margin-top:-35px; }
  .footer-inner { grid-template-columns:1fr; gap:30px; padding:36px 0; }
  .footer-brand img { width:265px; }
  .footer-tagline { font-size:17px; }
  .footer-nav,.footer-area { border-left:0; border-top:1px solid var(--line); padding:24px 0 0; }
  .footer-nav ul { grid-template-columns:1fr 1fr; gap:0 15px; }
  .footer-nav a { display:flex; align-items:center; min-height:44px; padding:10px 0; font-size:14px; }
  .footer-bottom-inner { font-size:11px; gap:12px; }
  .footer-policy a,.footer-policy button { display:inline-flex; align-items:center; min-height:44px; }
  .footer-tel [data-dialog-open] { min-height:44px; }
  .sp-cta { position:fixed; left:0; right:0; bottom:0; z-index:60; display:flex; align-items:center; justify-content:center; gap:10px; padding:16px 12px calc(16px + env(safe-area-inset-bottom)); background:#fa794a; color:#fff; font-weight:700; font-size:15px; box-shadow:0 -3px 16px #10284815; width:100%; }
  .sp-cta .ico { width:22px; height:22px; fill:#fff; }
  .services::before,.reasons::after,.faq::after { display:none; }
}
@media(max-width:480px) {
  .worry-list { grid-template-columns:1fr; }
  .worry-list li,.worry-list li:last-child { display:grid; grid-template-columns:clamp(60px,18vw,80px) minmax(0,1fr); grid-column:auto; align-items:center; gap:14px; padding:18px 16px; text-align:left; }
  .worry-list img,.worry-list li:last-child img { width:100%; margin:0; }
  .worry-list p { line-height:1.65; }
  .points { grid-template-columns:1fr; gap:22px; }
  .points li { display:grid; grid-template-columns:56px minmax(0,1fr); gap:4px 16px; padding:0; border-left:0; text-align:left; }
  .points li + li { border-left:0; }
  .point-ico { grid-row:1/3; width:56px; height:56px; margin:0; align-self:center; }
  .point-ico svg { width:36px; height:36px; }
  .points h3 { margin:0; font-size:18px; }
  .points p { grid-column:2; font-size:15px; text-wrap:pretty; }
  .points br { display:none; }
  .price-cards { grid-template-columns:1fr; }
  .price-cards h3 { min-height:0; text-wrap:balance; }
  .price-cards p { font-size:16px; }
}
@media(max-width:360px) {
  .container { width:calc(100% - 32px); }
  .unit { padding-inline:14px; }
  .unit-catch { font-size:16px; }
  .svc-body { padding-inline:13px; }
  .staff-card { grid-template-columns:90px 1fr; gap:10px 13px; }
  .price-cards { grid-template-columns:1fr; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition-duration:.01ms!important; animation-duration:.01ms!important; }
}
