@charset "utf-8";

/* 堀弘幸 — site styles
   Base: warm ivory / orange / brown, soft rounded shapes, line icons */

:root {
  --ivory: #FFF8EF;
  --ivory-2: #FFF1E0;
  --card: #FFFDF9;
  --peach: #FFF0DC;
  --line: #F3E1CD;
  --line-2: #F5E6D5;
  --orange: #F47B20;
  --orange-dark: #E06C14;
  --orange-text: #D96A12;
  --orange-deep: #C4661A;
  --brown: #3E2116;
  --brown-2: #5C4034;
  --muted: #6B5045;
  --muted-2: #A9887A;
  --font-round: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  --font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--brown);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }

a { color: var(--orange-text); }
a:hover { color: #B85608; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 6px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: #fff; color: var(--orange-deep); padding: 12px 18px; z-index: 100;
  border-radius: 0 0 14px 0; font-weight: 700; text-decoration: none;
}
.skip-link:focus { left: 0; }

.container { width: min(1180px, 100% - 48px); margin-inline: auto; }
.container.narrow { width: min(760px, 100% - 48px); }
.center { text-align: center; }

.section-label {
  margin: 0 0 14px; font-size: 11px; font-weight: 700;
  letter-spacing: .22em; color: #D98A3C;
}
.section-title {
  font-family: var(--font-round); font-weight: 700;
  font-size: clamp(25px, 3.1vw, 34px); line-height: 1.55; margin: 0 0 18px;
}
.section-intro { margin: 0; font-size: 15px; line-height: 2.05; color: var(--muted); text-wrap: pretty; }

/* ---------- buttons ---------- */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--orange); color: #fff; text-decoration: none;
  font-weight: 700; font-size: 17px; padding: 16px 30px;
  border-radius: 999px; min-height: 56px;
  box-shadow: 0 12px 26px rgba(244, 123, 32, .28);
  transition: background .2s ease;
}
.button:hover { background: var(--orange-dark); color: #fff; }
.button svg { width: 19px; height: 19px; flex-shrink: 0; }
.button-small { font-size: 13px; padding: 11px 20px; min-height: 44px; box-shadow: 0 8px 18px rgba(244, 123, 32, .24); }
.button-small svg { width: 16px; height: 16px; }
.button-light { background: #fff; color: var(--orange-text); box-shadow: none; }
.button-light:hover { background: #FFF3E4; color: var(--orange-text); }
.button-ghost {
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.6);
  color: #fff; box-shadow: none; font-size: 15px;
}
.button-ghost:hover { background: rgba(255,255,255,.26); color: #fff; }

.text-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 14px; color: var(--orange-deep);
  text-decoration: none; border-bottom: 2px solid #FFD9AE; padding-bottom: 3px;
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255, 248, 239, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--brown); }
.brand-mark {
  width: 44px; height: 44px; border-radius: 15px; flex-shrink: 0;
  background: linear-gradient(160deg, #FFA24D, var(--orange));
  display: grid; place-items: center;
}
.brand-mark svg { width: 27px; height: 27px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-family: var(--font-round); font-size: 17px; letter-spacing: .02em; line-height: 1.4; }
.brand small { display: block; font-size: 11px; color: #8A6C5C; letter-spacing: .04em; }
.global-nav { margin-left: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px; }
.global-nav a { font-size: 13px; font-weight: 700; color: var(--brown-2); text-decoration: none; }
.global-nav a:hover { color: var(--orange-deep); }

/* ---------- hero ---------- */
.hero { position: relative; padding-top: 72px; overflow: hidden; }
.blob { position: absolute; pointer-events: none; }
.blob-one {
  top: -90px; right: -60px; width: 420px; height: 420px; opacity: .65; background: #FFE6C9;
  border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%;
}
.blob-two { top: 220px; left: -120px; width: 300px; height: 300px; border-radius: 50%; background: #FFF0DC; opacity: .8; }
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 60px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px;
  padding: 8px 16px; background: #fff; border: 1px solid #FFD9AE;
  border-radius: 999px; font-size: 12px; font-weight: 700; color: var(--orange-deep);
}
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.hero h1 {
  font-family: var(--font-round); font-weight: 900;
  font-size: clamp(31px, 4.2vw, 50px); line-height: 1.42; letter-spacing: .01em;
  margin: 0 0 24px; text-wrap: pretty;
}
.hero h1 em { font-style: normal; color: var(--orange-dark); }
.hero-lead { margin: 0 0 30px; font-size: 16px; line-height: 2; color: var(--muted); max-width: 34em; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-bottom: 26px; }
.hero-tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-tags li {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 15px; font-size: 12.5px; color: var(--muted);
}

.hero-visual { position: relative; display: flex; justify-content: center; }
.visual-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 34px;
  box-shadow: 0 20px 44px rgba(160, 104, 46, .12);
}
.main-card { width: 100%; max-width: 420px; padding: 38px 34px 34px; text-align: center; }
.calendar-icon {
  width: 112px; height: 112px; margin: 0 auto 20px; border-radius: 50%;
  background: var(--peach); display: grid; place-items: center;
}
.calendar-icon svg { width: 64px; height: 64px; fill: none; stroke: var(--orange); stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; }
.calendar-icon svg circle { fill: var(--card); }
.visual-kicker { margin: 0 0 8px; font-size: 11px; font-weight: 700; letter-spacing: .18em; color: #D98A3C; }
.main-card h2 { font-family: var(--font-round); font-size: 25px; margin: 0 0 12px; }
.main-card p { margin: 0 0 20px; font-size: 14px; line-height: 1.95; color: var(--muted); }
.mini-status {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--peach); color: var(--orange-deep);
  border-radius: 999px; padding: 8px 16px; font-size: 12.5px; font-weight: 700;
}
.mini-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.sub-card {
  position: absolute; bottom: -34px; left: -18px;
  display: flex; align-items: center; gap: 14px;
  background: #fff; border-radius: 22px; padding: 16px 20px;
  box-shadow: 0 14px 30px rgba(160, 104, 46, .14);
}
.round-icon {
  width: 46px; height: 46px; border-radius: 50%; background: var(--peach);
  display: grid; place-items: center; flex-shrink: 0;
}
.round-icon svg { width: 28px; height: 28px; fill: none; stroke: var(--orange); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.sub-card p { margin: 0; font-size: 13px; line-height: 1.7; color: var(--muted); }
.sub-card strong { color: var(--brown); }

.fact-bar {
  position: relative; margin-top: 92px;
  background: var(--card); border: 1px solid var(--line); border-radius: 26px;
  padding: 26px 30px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 24px 20px;
}
.fact-bar small { display: block; font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--muted-2); margin-bottom: 7px; }
.fact-bar strong { font-size: 15px; word-break: break-all; }
.fact-bar a { text-decoration: none; }

/* ---------- sections ---------- */
.section { padding: 100px 0; }
.section-heading-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px 40px; align-items: end; margin-bottom: 48px;
}
.section-heading-row > p { margin: 0; font-size: 15px; line-height: 2.05; color: var(--muted); }

.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); gap: 26px; }
.value-card {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: 28px; padding: 38px 30px 34px;
  box-shadow: 0 12px 28px rgba(160, 104, 46, .07);
}
.value-card.featured { background: #FFF3E4; border-color: #FFD9AE; box-shadow: 0 16px 34px rgba(160, 104, 46, .1); }
.value-card .number {
  position: absolute; top: 26px; right: 30px;
  font-family: var(--font-round); font-size: 34px; font-weight: 700; color: #FFDCB4;
}
.value-card.featured .number { color: #FFCB93; }
.icon-circle {
  width: 88px; height: 88px; border-radius: 50%; background: var(--peach);
  display: grid; place-items: center; margin-bottom: 24px;
}
.value-card.featured .icon-circle { background: #fff; }
.icon-circle svg { width: 52px; height: 52px; fill: none; stroke: var(--orange); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.value-card h3 { font-family: var(--font-round); font-size: 20px; margin: 0 0 12px; line-height: 1.6; }
.value-card p { margin: 0; font-size: 14px; line-height: 1.95; color: var(--muted); }

.services { background: var(--ivory-2); }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.service-card {
  display: flex; gap: 24px; align-items: flex-start;
  background: var(--card); border-radius: 28px; padding: 32px 34px;
  box-shadow: 0 12px 28px rgba(160, 104, 46, .08);
}
.service-icon {
  width: 82px; height: 82px; border-radius: 50%; background: var(--peach);
  display: grid; place-items: center; flex-shrink: 0;
}
.service-icon svg { width: 46px; height: 46px; fill: none; stroke: var(--orange); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-family: var(--font-round); font-size: 20px; margin: 6px 0 10px; }
.service-card p { margin: 0; font-size: 14px; line-height: 1.95; color: var(--muted); }
.service-note {
  margin-top: 34px; background: var(--card); border: 1px dashed #E9C8A2;
  border-radius: 22px; padding: 26px 30px;
}
.service-note strong { display: block; font-size: 13px; color: var(--orange-deep); margin-bottom: 10px; }
.service-note p { margin: 0; font-size: 13px; line-height: 1.95; color: var(--muted); }

.flow-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 34px 18px; }
.flow-list article { text-align: center; }
.flow-circle {
  position: relative; width: 100%; aspect-ratio: 1; max-width: 210px;
  margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center;
}
.flow-list article:nth-child(1) .flow-circle { background: var(--peach); }
.flow-list article:nth-child(2) .flow-circle { background: #FFE9D0; }
.flow-list article:nth-child(3) .flow-circle { background: #FFE1C2; }
.flow-list article:nth-child(4) .flow-circle { background: #FFD9AE; }
.flow-circle svg { width: 64px; height: 64px; fill: none; stroke: var(--orange); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.flow-circle .step-no {
  position: absolute; top: 6px; right: 10px;
  font-family: var(--font-round); font-weight: 700; font-size: 15px;
  color: #fff; background: var(--orange); border-radius: 999px; padding: 6px 14px;
}
.flow-list h3 { font-family: var(--font-round); font-size: 19px; margin: 0 0 10px; }
.flow-list p { margin: 0; font-size: 13.5px; line-height: 1.9; color: var(--muted); }

.faq { background: var(--card); }
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px 70px; align-items: start; }
.faq-heading > p:last-child { margin: 0; font-size: 14px; line-height: 2; color: var(--muted); }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-list details { background: var(--ivory); border: 1px solid var(--line); border-radius: 20px; padding: 4px 26px; }
.faq-list summary {
  display: flex; align-items: center; gap: 14px; cursor: pointer;
  padding: 22px 0; font-family: var(--font-round); font-weight: 700; font-size: 16px;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .q {
  width: 28px; height: 28px; border-radius: 50%; background: var(--orange);
  color: #fff; font-size: 13px; display: grid; place-items: center; flex-shrink: 0;
}
.faq-list summary .toggle {
  margin-left: auto; width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid #E9C8A2; color: var(--orange-deep); font-size: 15px;
  display: grid; place-items: center; flex-shrink: 0;
}
.faq-list details[open] summary .toggle::after { content: "−"; }
.faq-list details:not([open]) summary .toggle::after { content: "＋"; }
.faq-list details > p { margin: 0 0 22px; padding-left: 42px; font-size: 14px; line-height: 1.95; color: var(--muted); }

.profile { background: var(--ivory-2); }
.profile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 44px 56px; align-items: start; }
.profile-lead { margin: 0 0 28px; font-size: 15px; line-height: 2.05; color: var(--muted); }
.profile-photo { margin: 0 0 28px; display: flex; align-items: center; gap: 20px; }
.profile-photo img {
  width: 96px; height: 96px; object-fit: cover; object-position: center 18%;
  border-radius: 50%; border: 4px solid var(--card);
  box-shadow: 0 10px 22px rgba(160, 104, 46, .14);
}
.profile-photo figcaption { font-size: 13.5px; line-height: 1.9; color: var(--muted); }
.profile-photo strong { display: block; font-family: var(--font-round); font-size: 17px; color: var(--brown); margin-bottom: 5px; }
.profile-message {
  position: relative; background: var(--card); border-radius: 24px;
  padding: 30px 32px 30px 36px; box-shadow: 0 12px 28px rgba(160, 104, 46, .08);
}
.profile-message > span {
  position: absolute; top: 14px; left: 22px;
  font-family: var(--font-round); font-size: 44px; color: #FFD9AE; line-height: 1;
}
.profile-message p { margin: 0; padding-top: 14px; font-size: 15px; line-height: 2.05; color: var(--brown-2); }

.business-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 28px;
  padding: 12px 34px; box-shadow: 0 16px 34px rgba(160, 104, 46, .09);
}
.business-card dl, .policy-contact { margin: 0; }
.business-card dl > div, .policy-contact > div {
  display: grid; grid-template-columns: minmax(84px, 108px) 1fr; gap: 18px;
  padding: 20px 0; border-bottom: 1px solid var(--line-2);
}
.business-card dl > div:last-child, .policy-contact > div:last-child { border-bottom: 0; }
.business-card dt, .policy-contact dt { margin: 0; font-size: 12.5px; font-weight: 700; color: var(--muted-2); }
.business-card dd, .policy-contact dd { margin: 0; font-size: 14.5px; line-height: 1.8; word-break: break-word; }
.business-card dd a, .policy-contact dd a { font-weight: 700; text-decoration: none; }

.contact-section { padding: 0 0 96px; background: var(--ivory-2); }
.contact-card {
  background: linear-gradient(150deg, #FF9B3F, #F1731A);
  border-radius: 34px; padding: clamp(34px, 4vw, 54px) clamp(24px, 4vw, 56px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 34px 48px; align-items: center;
  box-shadow: 0 22px 46px rgba(214, 110, 25, .26);
}
.contact-card .section-label { color: rgba(255, 255, 255, .85); }
.contact-card h2 {
  font-family: var(--font-round); font-weight: 700;
  font-size: clamp(24px, 3vw, 32px); margin: 0 0 16px; color: #fff; line-height: 1.55;
}
.contact-card > div > p { margin: 0; font-size: 14.5px; line-height: 2; color: rgba(255, 255, 255, .92); }
.contact-actions { display: flex; flex-direction: column; gap: 12px; }
.contact-actions .button { width: 100%; word-break: break-all; }
.contact-actions small { font-size: 11.5px; line-height: 1.85; color: rgba(255, 255, 255, .9); text-align: center; margin-top: 4px; }

/* ---------- footer ---------- */
.site-footer { background: var(--brown); color: #FFFAF1; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px 56px; }
.brand-footer { margin-bottom: 22px; }
.brand-footer .brand-mark { width: 42px; height: 42px; border-radius: 14px; background: var(--orange); }
.brand-footer .brand-mark svg { width: 26px; height: 26px; }
.brand-footer strong { font-size: 16px; color: #FFFAF1; }
.brand-footer small { color: rgba(255, 250, 241, .68); }
.footer-brand p { margin: 0; font-size: 12.5px; line-height: 2.1; color: rgba(255, 250, 241, .72); }
.footer-brand a { color: #fff; text-decoration: none; }
.footer-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px 40px; align-content: start; }
.footer-links a { font-size: 12.5px; color: rgba(255, 250, 241, .82); text-decoration: none; }
.footer-links a.strong { color: #FFC48A; font-weight: 700; }
.footer-bottom {
  margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255, 250, 241, .16);
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}
.footer-bottom small { font-size: 11.5px; color: rgba(255, 250, 241, .6); }
.footer-bottom a { font-size: 11.5px; color: rgba(255, 250, 241, .82); text-decoration: none; }
.compact-footer { padding: 26px 0; }
.compact-footer .footer-bottom { margin: 0; padding: 0; border-top: 0; }

/* ---------- policy page ---------- */
.policy-header { position: static; }
.policy-hero { background: var(--ivory-2); padding: 76px 0 66px; text-align: center; }
.policy-hero h1 {
  font-family: var(--font-round); font-weight: 700;
  font-size: clamp(26px, 3.4vw, 36px); line-height: 1.5; margin: 0 0 20px;
}
.policy-hero p { margin: 0; font-size: 14.5px; line-height: 2.05; color: var(--muted); }
.policy-content {
  width: min(800px, 100% - 48px);
  margin-inline: auto;
  padding: 68px 0 84px; display: flex; flex-direction: column; gap: 40px;
}
.policy-content h2 { font-family: var(--font-round); font-size: 21px; margin: 0 0 14px; }
.policy-content p { margin: 0 0 14px; font-size: 14.5px; line-height: 2.05; color: var(--brown-2); }
.policy-content p:last-child { margin-bottom: 0; }
.policy-content ul { margin: 0; padding-left: 22px; display: flex; flex-direction: column; gap: 8px; }
.policy-content li { font-size: 14.5px; line-height: 1.9; color: var(--brown-2); }
.policy-contact {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 22px; padding: 8px 26px;
}
.policy-contact > div { grid-template-columns: minmax(96px, 132px) 1fr; gap: 16px; padding: 18px 0; }
.policy-date { font-size: 13px; font-weight: 700; color: #8A6C5C; }
.policy-content > .button { align-self: flex-start; font-size: 15px; padding: 15px 30px; min-height: 52px; }

/* ---------- narrow screens ---------- */
@media (max-width: 900px) {
  .section { padding: 76px 0; }
  .hero { padding-top: 48px; }
  .fact-bar { margin-top: 74px; }
  .global-nav { display: none; }
  .header-inner .button-small { margin-left: auto; }
}

@media (max-width: 640px) {
  .container, .container.narrow { width: calc(100% - 32px); }
  .hero-grid { gap: 44px; }
  .sub-card { position: static; margin-top: 16px; }
  .hero-visual { flex-direction: column; align-items: center; }
  .hero-actions .button { width: 100%; }
  .service-card { flex-direction: column; gap: 18px; padding: 28px 26px; }
  .business-card { padding: 8px 22px; }
  .business-card dl > div, .policy-contact > div { grid-template-columns: 1fr; gap: 6px; }
  .faq-list details { padding: 4px 20px; }
  .faq-list details > p { padding-left: 0; }
  .footer-bottom { justify-content: flex-start; }
  .policy-content { padding: 52px 0 64px; gap: 34px; }
}
