/* 生活雑誌のような紙面構成。写真の大小と余白で情報のまとまりを示す。 */
:root { --section-space: clamp(84px, 10vw, 150px); }
html { scroll-padding-top: 92px; }
.wrap { width: min(1248px, calc(100% - 112px)); }
.site-header { border-bottom-color: color-mix(in srgb, var(--ink) 14%, transparent); }
.nav { min-height: 78px; }
.hero-inner {
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  grid-template-rows: auto auto; align-items: end; gap: 36px 72px;
  padding: 56px 0 0; min-height: auto;
}
.hero-heading { min-width: 0; }
.hero-kicker { margin: 0 0 24px; font-size: 11px; font-weight: 500; letter-spacing: .06em; line-height: 1.8; }
.hero-title { margin: 0; font-family: var(--mincho); font-size: clamp(40px, 4.8vw, 68px); font-weight: 400; letter-spacing: .035em; line-height: 1.45; }
.hero-title-line { display: block; margin: 0; width: max-content; max-width: 100%; background: none; white-space: nowrap; }
.hero-title-line:nth-child(2) { margin-left: 0; }
.hero-invitation { padding-bottom: 7px; max-width: 380px; justify-self: end; width: 100%; }
.hero-short { margin: 0 0 22px; font-size: 15px; line-height: 1.95; letter-spacing: .055em; }
.hero-short-break { display: none; }
.hero-cta { max-width: none; width: 100%; min-height: 54px; padding: 12px 20px; font-size: 13px; }
.hero-risk { margin: 10px 0 0; display: flex; flex-wrap: wrap; gap: 0 14px; font-size: 10px; line-height: 1.9; }
.hero-visual { grid-column: 1 / -1; grid-row: 2; position: static; width: 100%; margin: 0; align-self: auto; }
.hero-visual img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; filter: none; }
.hero-visual figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; font-size: 11px; line-height: 1.8; }
.hero-visual figcaption span { margin: 0; font-size: 10px; }
.studio-intro { padding: 76px 0 64px; }
.studio-intro-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 100px; align-items: start; }
.studio-intro h2 { margin: 8px 0 0; font-family: var(--sans); font-size: clamp(24px, 2.35vw, 33px); font-weight: 400; line-height: 1.9; letter-spacing: .07em; }
.studio-intro-body > p:first-child { margin: 0; font-size: 14px; line-height: 2.15; color: var(--soft-ink); }
.studio-intro-note { font-size: 12px; line-height: 1.95; color: var(--soft-ink); margin: 18px 0 0; }
.studio-intro .hero-monitor { display: grid; gap: 8px; margin: 26px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.studio-intro .hero-monitor-price { font-size: 12px; }
.studio-intro .hero-monitor-price b { font-size: 28px; }
.studio-intro-welcome { margin: 14px 0 0; font-size: 12px; color: var(--soft-ink); }
.menu-strip { background: transparent; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.menu-inner { align-items: start; }
.menu-list { column-gap: 30px; row-gap: 16px; }
.proof { border-bottom: 0; }
.proof-list { padding-block: 34px; }
.section { padding: var(--section-space) 0; }
.chapter-index { font-size: 11px; letter-spacing: .12em; font-weight: 500; margin-bottom: 18px; }
.chapter-title, .desk-opening .chapter-title { font-size: clamp(29px, 3vw, 41px); line-height: 1.65; font-weight: 500; letter-spacing: .045em; }
.chapter-lead { margin-top: 22px; font-size: 14px; line-height: 2.15; }
.desk-opening { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); align-items: end; gap: 110px; margin-bottom: 64px; }
.desk-opening .chapter-lead { max-width: 35em; }
.desk-opening .desk-visual { width: 100%; max-width: 380px; justify-self: end; margin: 0 0 4px; }
.desk-opening .desk-visual img { aspect-ratio: 1.1; }
.seal-samples { margin-top: 0; margin-bottom: 44px; }
.seal-paper { background: transparent; border: 0; border-bottom: 1px solid var(--line); min-height: 185px; }
.seal-list { gap: 32px; }
.seal-list figcaption { padding-top: 8px; }
.desk-list { column-gap: 80px; }
.desk-item { padding: 30px 0; }
.desk-name { font-size: 20px; }
#work { background: var(--paper-light); }
#work > .wrap:first-child { margin-bottom: 44px; }
#work .chapter { margin: 0; max-width: 750px; }
.case-hero { width: min(1440px, calc(100% - 48px)); margin: 0 auto; }
.case-hero img { width: 100%; height: auto; aspect-ratio: 2.5; max-height: none; object-fit: cover; }
.case-intro { max-width: 44em; margin: 32px 0 58px auto; font-size: 14px; line-height: 2.1; }
.case-screen { width: min(920px, 88%); margin: 0 auto; padding: 0; background: none; border: 1px solid var(--line); box-shadow: none; transform: none; }
.case-screen::before, .case-screen::after { content: none; }
.case-screen img { width: 100%; height: auto; }
.case-quote { padding: 50px 0 0; margin: 0 auto; border: 0; }
.case-quote p { font-family: var(--mincho); font-size: clamp(20px, 2.2vw, 30px); font-weight: 400; line-height: 1.9; letter-spacing: .04em; }
.case-links { margin-top: 26px; }
#price > .wrap { max-width: 1120px; }
#price .chapter { margin-bottom: 34px; }
#price .chapter-title { font-size: clamp(32px, 3vw, 42px); }
#price .chapter-lead { max-width: 53em; }
.price-sheet { padding: 36px; }
.price-sheet-for { min-height: 3.8em; }
.price-sheet-amount { margin: 15px 0 28px; }
.price-sheet-amount > span:first-child { font-size: 58px; }
.price-sheet-features > div { grid-template-columns: minmax(0, 1fr) auto; font-size: 12px; column-gap: 12px; }
.price-sheet-features dd { text-align: right; }
.price-points { column-gap: 36px; }
.process-opening { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 96px; align-items: center; margin-bottom: 60px; }
.process-opening .chapter { margin: 0; }
#process .process-photo { margin: 0; width: 100%; }
.process-photo img { aspect-ratio: .93; object-position: center; }
.process-list { margin-top: 0; }
#process .hearing-sheet { max-width: 740px; margin-inline: auto; }
.about-section { background: var(--paper); }
.about-section > .wrap { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 0 100px; }
.about-photo { margin-top: 90px; width: 86%; justify-self: end; }
.about-photo img { aspect-ratio: .68; }
.about-section .chapter-title { font-size: clamp(31px, 3.3vw, 46px); line-height: 1.7; }
.about-facts { margin-top: 64px; }
#faq { background: var(--paper-light); }
.faq-grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 80px; }
.faq-grid > * { grid-column: auto; min-width: 0; }
.faq-grid .chapter { margin: 0; }
.faq-grid details summary { font-size: 14px; line-height: 1.9; }
.contact-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 100px; }
.contact-copy, .contact-form { grid-column: auto; min-width: 0; }
.contact-copy h2 { font-size: clamp(30px, 3vw, 41px); }
.contact-photo { width: 76%; margin-top: 34px; }
.contact-photo img { aspect-ratio: 1.35; }
@media (min-width: 821px) and (max-width: 1100px) {
  .wrap { width: calc(100% - 72px); }
  .hero-inner { gap: 30px 32px; padding-top: 38px; }
  .hero-title { font-size: 43px; }
  .hero-kicker { max-width: 29em; font-size: 10px; }
  .hero-short { font-size: 13px; }
  .hero-short-break { display: block; }
  .hero-risk { font-size: 10px; }
  .studio-intro-layout, .desk-opening, .process-opening, .faq-grid, .contact-layout { gap: 48px; }
  .about-section > .wrap { column-gap: 48px; }
  .price-sheet { padding: 28px; }
  .price-sheet-features > div { grid-template-columns: 1fr; gap: 4px; }
  .price-sheet-features dd { text-align: left; }
}
@media (max-width: 820px) {
  html { scroll-padding-top: 82px; }
  .wrap { width: calc(100% - 40px); }
  .nav { min-height: 64px; }
  .hero-inner { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 0 0; }
  .hero-kicker { max-width: 30em; margin: 0 0 22px; font-size: 10px; }
  .hero-title { font-size: clamp(31px, 8.25vw, 48px); line-height: 1.55; letter-spacing: .02em; text-align: left; }
  .hero-invitation { max-width: none; padding: 0; margin-top: 24px; }
  .hero-short { margin-bottom: 18px; font-size: 13px; line-height: 1.9; letter-spacing: .025em; }
  .hero-short-break { display: none; }
  .hero-cta { max-width: 400px; }
  .hero-risk { gap: 0 12px; font-size: 10px; }
  .hero-visual { margin-top: 28px; }
  .hero-visual img { aspect-ratio: auto; object-position: center; }
  .hero-visual figcaption { display: block; padding-top: 10px; font-size: 10px; }
  .hero-visual figcaption span { margin-top: 3px; }
  .studio-intro { padding: 54px 0 42px; }
  .studio-intro-layout { display: block; }
  .studio-intro h2 { font-size: 25px; margin: 0 0 22px; line-height: 1.8; }
  .studio-intro-body > p:first-child { font-size: 13px; line-height: 2.1; }
  .studio-intro .hero-monitor-price, .studio-intro .hero-monitor-price small { font-size: 11px; }
  .studio-intro .hero-monitor-price b { font-size: 25px; }
  .menu-strip { padding: 24px 0; }
  .menu-inner { grid-template-columns: minmax(0, 1fr); }
  .menu-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
  .menu-list li { min-width: 0; }
  .menu-list a { white-space: normal; }
  .proof-list { padding-block: 28px; }
  .section { padding: 70px 0; }
  .chapter-title, .desk-opening .chapter-title, .contact-copy h2 { font-size: clamp(27px, 7vw, 36px); line-height: 1.65; }
  .desk-opening { display: block; margin-bottom: 36px; }
  .desk-opening .desk-visual { width: 78%; margin: 30px 0 0 auto; }
  .desk-opening .desk-visual img { aspect-ratio: 1.25; }
  .seal-list { gap: 20px; }
  .seal-paper { min-height: 145px; }
  .desk-name { font-size: 19px; }
  .case-hero { width: 100%; }
  .case-hero img { aspect-ratio: 1.35; }
  .case-intro { margin: 24px 0 32px; font-size: 13px; }
  .case-screen { width: 100%; }
  .case-quote { padding-top: 32px; }
  .case-quote p { font-size: 20px; }
  .price-sheet { padding: 28px 24px; }
  .price-sheet-for { min-height: 0; }
  .price-sheet-amount { margin: 24px 0; }
  .price-sheet-amount > span:first-child { font-size: 52px; }
  .price-sheet-features > div { grid-template-columns: 1fr; gap: 4px; font-size: 13px; }
  .price-sheet-features dd { text-align: left; }
  .process-opening { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 28px; margin-bottom: 36px; }
  #process .process-photo { width: 82%; }
  .process-photo img { aspect-ratio: 1.3; }
  .about-photo { order: 1; width: 80%; margin: 8px 0 28px auto; }
  .about-photo img { aspect-ratio: .85; }
  .about-section .chapter-title { font-size: clamp(29px, 7.5vw, 40px); }
  .about-facts { margin-top: 36px; }
  .faq-grid, .contact-layout { display: block; }
  .faq-grid .chapter { margin-bottom: 30px; }
  .contact-photo { width: 70%; margin: 28px 0 38px; }
  .contact-photo img { aspect-ratio: 1.4; }
  .contact-form { margin-top: 40px; }
}
@media (max-width: 360px) {
  .hero-title { font-size: 28px; }
  .hero-short { font-size: 12px; }
  .hero-risk { font-size: 9px; }
  .studio-intro h2 { font-size: 23px; }
  .price-sheet { padding-inline: 18px; }
  .price-sheet-amount > span:first-child { font-size: 47px; }
}

/* すべての文字をメイン見出しの明朝体に統一。個別指定とフォームの既定書体にも適用する。 */
body, body :where(*) {
  font-family: var(--mincho) !important;
}

/* 料金表・公式LINEの見本（2026-09-06） */
.sample-shots { margin: 56px 0 8px; }
.sample-shots-head { margin-bottom: 26px; }
.sample-shots-head b { display: block; font-size: 1.05rem; font-weight: 600; letter-spacing: .06em; }
.sample-shots-head span { display: block; margin-top: 8px; font-size: .88rem; line-height: 1.85; color: #6d675c; }
.sample-shots-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.sample-shots-list figure { margin: 0; }
.sample-shots-list img { display: block; width: 100%; height: auto; border: 1px solid #d8d2c4; background: #fffdf8; }
.sample-shots-list figcaption { margin-top: 12px; }
.sample-shots-list figcaption b { display: block; font-size: .95rem; font-weight: 600; }
.sample-shots-list figcaption span { display: block; margin-top: 4px; font-size: .82rem; color: #6d675c; }
@media (max-width: 720px) {
  .sample-shots-list { grid-template-columns: 1fr; gap: 32px; }
}

/* ヒーロー：イラストを全幅に敷き、見出しを重ねる（2026-09-06） */
.hero {
  position: relative;
  background-color: #fbf8f0;
  background-image: url("images/hero-person-v2.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 62% auto;
}
.hero .hero-inner {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: center;
  gap: 0;
  min-height: min(76vh, 660px);
  padding: 96px 0 104px;
}
.hero .hero-heading { max-width: none; }
.hero .hero-kicker { max-width: 34em; }
.hero .hero-title-line { white-space: nowrap; }
.hero .hero-title { font-size: clamp(42px, 5.2vw, 74px); }
.hero .hero-invitation {
  justify-self: start; max-width: 400px; margin-top: 40px; padding-bottom: 0;
}
.hero .hero-visual { display: none; }
@media (max-width: 1180px) {
  .hero { background-size: 56% auto; background-position: right center; }
}
@media (max-width: 1000px) {
  .hero { background-image: none; background-color: transparent; }
  .hero .hero-inner { min-height: 0; padding: 30px 0 0; display: flex; flex-direction: column; align-items: stretch; }
  .hero .hero-heading { max-width: none; }
  .hero .hero-invitation { max-width: none; margin-top: 24px; }
  .hero .hero-visual { display: block; margin-top: 30px; }
  .hero .hero-visual img { width: 100%; height: auto; aspect-ratio: auto; }
  .hero .hero-visual figcaption { display: none; }
}


/* ヒーローの余白に一言を置く（2026-09-06） */
.hero .hero-motto {
  margin: 56px 0 0;
  padding-top: 22px;
  position: relative;
  font-family: var(--mincho);
  font-size: 17px;
  line-height: 2.1;
  letter-spacing: .16em;
  color: color-mix(in srgb, var(--ink) 74%, transparent);
}
.hero .hero-motto::before {
  content: "";
  position: absolute; top: 0; left: 0;
  width: 40px; height: 1px; background: var(--shu, #cf3f2c);
}
.hero .hero-motto span { display: block; }
@media (max-width: 820px) {
  .hero .hero-motto { margin-top: 34px; font-size: 15px; }
  .hero .hero-visual img { aspect-ratio: auto; object-fit: contain; }
}


/* 電子帳簿の整理の見本（2026-09-06） */
.denchou-sample { margin: 52px 0 0; }
.denchou-sample img { display: block; width: 100%; height: auto; border: 1px solid #d8d2c4; }
.denchou-sample figcaption { margin-top: 14px; }
.denchou-sample figcaption b { display: block; font-size: .95rem; font-weight: 600; letter-spacing: .04em; }
.denchou-sample figcaption span { display: block; margin-top: 6px; font-size: .84rem; line-height: 1.85; color: #6d675c; }
