/* 写真を主役にしたつむぎの改修。既存の文章・料金・フォームを保持する。 */
:root {
  --paper: #f5f3ec;
  --paper-light: #fcfbf7;
  --ink: #2b3029;
  --soft-ink: #5c6156;
  --red: #556347;
  --blue: #35412f;
  --sage: #e9ecdf;
  --line: #d5d6cb;
}
.wrap { width: min(1280px, calc(100% - 96px)); }
.site-header { border-color: var(--line); background: var(--paper); }
.section { padding: clamp(80px, 9vw, 130px) 0; border-bottom: 0; }
.chapter { margin-bottom: 48px; }
.chapter-index, .contact-label { color: var(--red); letter-spacing: .12em; }
.chapter-title { font-size: clamp(34px, 4vw, 56px); letter-spacing: .025em; line-height: 1.5; }
.chapter-lead { max-width: 40em; font-size: 14px; line-height: 2.1; }
.hero, .hero-inner { min-height: auto; }
.hero { border: 0; }
.hero-title { letter-spacing: .025em; }
.hero-visual img { filter: none; }
.hero-visual figcaption { color: var(--soft-ink); }
.hero-visual figcaption span { display: block; margin-top: 4px; font-size: 10px; }
.hero-cta, .plan-cta, .submit-button, .follow-cta { background: var(--ink); color: var(--paper-light); border: 1px solid var(--ink); border-radius: 0; box-shadow: none; }
.hero-cta:hover, .plan-cta:hover, .submit-button:hover { background: var(--blue); }
.menu-strip { background: var(--sage); border: 0; padding-block: 26px; }
.promise-strip { background: var(--paper); }
.editorial-photo { margin: 0; }
.editorial-photo img { display: block; width: 100%; height: auto; object-fit: cover; border: 0; }
.editorial-photo figcaption { margin-top: 10px; color: var(--soft-ink); font-size: 10px; line-height: 1.8; }
.desk-opening { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 72px; align-items: center; margin-bottom: 64px; }
.desk-opening .chapter { margin: 0; }
.desk-opening .chapter-title { font-size: clamp(34px, 3.8vw, 52px); }
.desk-opening .desk-visual { margin: 0; }
.desk-opening .desk-visual img { height: auto; aspect-ratio: 1.18; }
.seal-showcase { background: transparent; }
.seal-paper { background: var(--paper-light); border-color: var(--line); box-shadow: none; }
.desk-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 64px; border-top: 0; }
.desk-item { grid-template-columns: minmax(0, 1fr) auto; align-content: start; padding: 28px 0; gap: 6px 16px; border-top: 1px solid var(--line); border-bottom: 0; }
.desk-name { grid-column: 1 / -1; grid-row: 1; font-size: 20px; font-weight: 500; }
.desk-desc { grid-column: 1 / -1; grid-row: 2; }
.desk-price { grid-column: 1; grid-row: 3; margin-top: 10px; color: var(--red); font-size: 25px; }
.desk-price small { display: inline; }
.desk-lead { grid-column: 2; grid-row: 3; margin-top: 10px; }
.desk-detail { grid-column: 1 / -1; grid-row: 4; }
#work { background: #eeeee5; }
.case-hero img { max-height: 580px; object-fit: cover; }
.case-screen { box-shadow: none; }
.case-quote { border-color: var(--line); }
#price { background: var(--paper-light); }
.campaign, .monitor-offer { box-shadow: none; }
#process .process-photo { margin-bottom: 48px; }
.process-photo img { aspect-ratio: 2.65; object-position: center 52%; }
.process-list { gap: 28px; }
.process-list li { border-color: var(--line); }
.process-list li::before { font-size: 30px; }
.process-list h3 { margin-top: 20px; font-weight: 500; }
.hearing-sheet { background: transparent; box-shadow: none; }
.about-section { background: #eeeee5; color: var(--ink); }
.about-section::before { content: none; }
.about-section > .wrap { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 0 80px; align-items: start; }
.about-section .chapter { grid-column: 1; grid-row: 1; margin-bottom: 28px; }
.about-section .chapter-index { color: var(--red); }
.about-layout { display: contents; }
.about-photo { grid-column: 2; grid-row: 1 / 3; margin-top: 40px; }
.about-photo img { aspect-ratio: 3 / 4; }
.about-copy { grid-column: 1; grid-row: 2; }
.about-copy p { font-size: 17px; line-height: 2.05; font-weight: 400; letter-spacing: .02em; }
.about-copy p + p { margin-top: 20px; color: var(--soft-ink); font-size: 14px; }
.about-profile { border-color: var(--line); margin-top: 32px; }
.about-profile div { border-color: var(--line); }
.about-profile dd { color: var(--ink); }
.about-profile dt { color: var(--soft-ink); }
.about-facts { grid-column: 1 / -1; grid-row: 3; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 48px; border-color: var(--line); }
.about-facts li { display: block; border: 0; }
.about-facts b { display: block; color: var(--red); font-weight: 400; font-size: 32px; }
.about-facts span { color: var(--soft-ink); font-size: 12px; }
#faq { background: var(--paper-light); }
.contact-section { background: var(--paper); }
.contact-copy { position: static; }
.contact-copy h2 { font-size: clamp(34px, 3.8vw, 52px); line-height: 1.5; letter-spacing: .025em; }
.contact-photo { margin-top: 36px; }
.contact-photo img { aspect-ratio: 1.75; }
.contact-form { padding-top: 0; border-top: 0; }
.contact-form input, .contact-form textarea, .contact-form select { background: var(--paper-light); border-color: #9a9f90; border-radius: 0; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #62685a; opacity: 1; }
.site-footer { border-color: var(--line); }
@media (min-width: 821px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); grid-template-rows: auto auto 1fr; gap: 0 64px; padding: 52px 0 70px; }
  .hero-kicker { grid-column: 1; grid-row: 1; margin: 10px 0 28px; font-size: 11px; line-height: 1.9; }
  .hero-kicker span { display: block; }
  .hero-title { grid-column: 1; grid-row: 2; margin: 0 0 22px; font-size: clamp(36px, 3.55vw, 52px); line-height: 1.55; }
  .hero-quote { font-size: clamp(15px, 1.45vw, 19px); margin-bottom: 18px; }
  .hero-visual { grid-column: 2; grid-row: 1 / 4; align-self: stretch; }
  .hero-visual img { width: 100%; height: auto; aspect-ratio: .88; object-fit: cover; object-position: center; }
  .hero-foot { grid-column: 1; grid-row: 3; gap: 24px; }
  .hero-lead { font-size: 13px; line-height: 2; }
  .hero-action { gap: 15px; }
  .hero-monitor-price b { font-size: 27px; }
  .hero-cta { width: 100%; max-width: 350px; min-width: 0; }
}
@media (min-width: 821px) and (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero-inner { column-gap: 36px; }
  .hero-title { font-size: 32px; }
  .hero-visual img { aspect-ratio: .69; }
  .desk-opening { gap: 32px; }
  .about-section > .wrap { gap: 0 40px; }
  .about-section .chapter-title { font-size: 32px; }
}
@media (max-width: 820px) {
  .wrap { width: calc(100% - 40px); }
  .section { padding: 64px 0; }
  .chapter { margin-bottom: 32px; }
  .hero-inner { padding: 30px 0 42px; }
  .hero-title { font-size: clamp(29px, 8vw, 48px); line-height: 1.5; }
  .hero-visual img { aspect-ratio: 1.12; object-position: center 62%; }
  .hero-kicker { font-size: 10px; }
  .hero-risk { font-size: 11px; }
  .chapter-title, .desk-opening .chapter-title { font-size: clamp(29px, 7.6vw, 43px); }
  .desk-opening { display: block; margin-bottom: 36px; }
  .desk-opening .desk-visual { margin-top: 28px; }
  .desk-opening .desk-visual img { aspect-ratio: 1.4; }
  .desk-list { grid-template-columns: 1fr; }
  .desk-name { font-size: 19px; }
  .desk-price { font-size: 24px; }
  .desk-item { padding: 24px 0; }
  .process-photo img { aspect-ratio: 1.5; }
  .about-section > .wrap { display: flex; flex-direction: column; }
  .about-section .chapter { order: 0; }
  .about-photo { order: 1; width: 100%; margin: 0 0 28px; }
  .about-photo img { aspect-ratio: 1.12; object-position: center 65%; }
  .about-layout { display: contents; }
  .about-copy { order: 2; }
  .about-facts { order: 3; width: 100%; gap: 14px; margin-top: 32px; }
  .about-facts b { font-size: 21px; }
  .about-facts span { font-size: 10px; }
  .contact-photo { margin-top: 26px; }
  .contact-layout { gap: 38px; }
  .contact-copy h2 { font-size: clamp(31px, 8vw, 43px); }
  .hero-cta { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* 文字の役割を整理し、料金を二つの紙面で比較する。 */
:root {
  --sans: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  --mincho: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
body { font-weight: 400; letter-spacing: .035em; }
.hero-title { font-family: var(--mincho); font-weight: 400; letter-spacing: .045em; }
.hero-quote { font-family: var(--sans); font-size: clamp(13px, 1.15vw, 16px); letter-spacing: .035em; line-height: 1.8; }
.chapter-title, .desk-opening .chapter-title, .contact-copy h2 {
  font-family: var(--sans); font-weight: 500; font-size: clamp(30px, 3.2vw, 43px);
  line-height: 1.65; letter-spacing: .04em;
}
.about-section .chapter-title { font-family: var(--mincho); font-weight: 400; }
.hero-lead, .chapter-lead, .desk-desc, .process-list p, .faq-list details p { font-size: 14px; line-height: 2.05; letter-spacing: .035em; }
.chapter-index, .contact-label { font-size: 12px; font-weight: 500; letter-spacing: .1em; }
.hero-note, .hero-risk { font-size: 11px; line-height: 1.9; }
.hero-monitor-price, .hero-monitor-price small { font-size: 12px; }
.hero-monitor-price b { font-family: Georgia, var(--mincho); font-size: 28px; font-weight: 400; letter-spacing: -.025em; }
.nav-links, .hero-cta, .plan-cta, .submit-button { font-weight: 500; letter-spacing: .055em; }
.desk-name { font-size: 19px; font-weight: 500; letter-spacing: .025em; }
.desk-price { font-family: Georgia, var(--mincho); font-size: 27px; font-weight: 400; letter-spacing: -.025em; }
.desk-price small { margin-left: 10px; font-family: var(--sans); font-size: 11px; letter-spacing: .025em; }
.desk-lead, .desk-detail summary { font-size: 12px; }
.process-list h3 { font-size: 20px; letter-spacing: .045em; }
.about-copy p { font-size: 16px; line-height: 2.1; }
.about-copy p + p, .about-profile dd { font-size: 13px; }
.faq-list summary { font-weight: 500; }
.contact-copy > p:not(.contact-label) { font-size: 14px; line-height: 2; }

#price { background: #f0f1e8; }
#price .chapter { margin-bottom: 38px; }
#price .chapter-title { font-size: clamp(33px, 3.3vw, 46px); font-weight: 500; line-height: 1.5; }
.price-title-sub { display: block; margin-top: 8px; font-size: .65em; font-weight: 400; letter-spacing: .07em; }
#price .chapter-lead { max-width: 56em; margin-top: 24px; font-size: 14px; }
.monitor-band { display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 24px; padding: 25px 0; margin-top: 0; border-color: #adb59f; }
.monitor-lead { max-width: 13em; font-size: 13px; font-weight: 500; line-height: 1.9; }
.monitor-body { margin: 0; font-size: 13px; line-height: 2.2; }
.monitor-price { font-family: Georgia, var(--mincho); font-size: 38px; font-weight: 400; letter-spacing: -.03em; white-space: nowrap; }
.monitor-until { font-weight: 500; white-space: nowrap; }
.monitor-body small { font-size: 11px; }
.price-includes { display: block; margin: 36px 0; padding: 0; border: 0; }
.includes-label { margin: 0 0 14px; font-size: 13px; font-weight: 500; }
.includes-items { display: flex; flex-wrap: wrap; gap: 8px 24px; padding: 0; list-style: none; font-size: 13px; color: var(--soft-ink); }
.includes-items li { padding-right: 24px; border-right: 1px solid #bfc5b4; line-height: 1.5; }
.includes-items li:last-child { border: 0; padding-right: 0; }
.price-sheets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: var(--paper-light); }
.price-sheet { padding: 40px 44px; min-width: 0; border-top: 2px solid var(--red); }
.price-sheet + .price-sheet { border-left: 1px solid var(--line); }
.price-sheet h3 { margin: 0; font-family: var(--sans); font-size: 24px; font-weight: 500; line-height: 1.6; letter-spacing: .05em; }
.price-sheet-for { margin: 12px 0 0; min-height: 3.8em; font-size: 14px; line-height: 1.9; color: var(--soft-ink); }
.price-sheet-amount { display: flex; align-items: baseline; gap: 12px; margin: 20px 0 28px; color: var(--ink); }
.price-sheet-amount > span:first-child { font-family: Georgia, serif; font-size: clamp(42px, 4.5vw, 64px); font-weight: 400; letter-spacing: -.045em; line-height: 1.1; font-variant-numeric: lining-nums tabular-nums; }
.price-sheet-unit { font-size: 17px; line-height: 1.5; }
.price-sheet-unit small { display: block; font-size: 11px; color: var(--soft-ink); }
.price-sheet-features { margin: 0 0 30px; border-top: 1px solid var(--line); }
.price-sheet-features > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; column-gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.7; }
.price-sheet-features dt { color: var(--soft-ink); }
.price-sheet-features dd { margin: 0; text-align: right; color: var(--ink); font-weight: 500; }
.price-sheet .plan-cta { display: flex; justify-content: center; flex-wrap: nowrap; gap: 4px; width: 100%; min-height: 56px; padding: 14px 18px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 13px; }
.price-sheet .plan-cta::after { color: var(--red); margin-left: auto; }
.price-sheet .plan-cta-name, .price-sheet .plan-cta-verb { font-size: 13px; font-weight: 500; white-space: nowrap; }
.price-sheet .plan-cta:hover, .price-sheet .plan-cta:focus-visible { background: var(--ink); color: var(--paper-light); }
.price-sheet .plan-cta:hover::after, .price-sheet .plan-cta:focus-visible::after { color: var(--paper-light); }
.diff-guide { display: block; margin-top: 28px; padding: 0 0 28px; background: transparent; border: 0; border-bottom: 1px solid var(--line); box-shadow: none; }
.diff-guide b { font-size: 14px; font-weight: 500; }
.diff-guide p { max-width: 74em; margin: 10px 0 0; font-size: 13px; line-height: 2; }
.diff-guide em { font-weight: 500; }
.price-points { margin-top: 32px; }
.price-points b { font-size: 14px; font-weight: 500; }
.price-points span { font-size: 12px; line-height: 1.9; }
.price-fine > summary { font-size: 13px; font-weight: 500; line-height: 1.9; }
.price-fine .price-note { font-size: 13px; line-height: 2; }
.repair { margin-top: 54px; }
.repair h3 { font-size: 23px; font-family: var(--sans); font-weight: 500; letter-spacing: .04em; }
.repair-list li { padding: 20px 0; }
.repair-list li > span { font-size: 14px; }
.repair-list li b { font-size: 25px; font-weight: 400; letter-spacing: -.025em; }
.repair-list li b small { font-family: var(--sans); font-size: 11px; letter-spacing: .02em; }
@media (min-width: 821px) and (max-width: 1100px) {
  .price-sheet { padding: 32px 26px; }
  .price-sheet h3 { font-size: 21px; }
  .price-sheet-features > div { grid-template-columns: 1fr; gap: 4px; }
  .price-sheet-features dd { text-align: left; }
  .monitor-band { grid-template-columns: 180px 1fr; }
  .hero-lead { font-size: 13px; }
}
@media (max-width: 820px) {
  .hero-title { font-size: clamp(28px, 7.7vw, 45px); }
  .hero-quote { font-size: 12px; }
  .hero-monitor-price, .hero-monitor-price small { font-size: 11px; }
  .chapter-title, .desk-opening .chapter-title, .contact-copy h2 { font-size: clamp(26px, 6.8vw, 38px); line-height: 1.7; letter-spacing: .025em; }
  .about-section .chapter-title { font-size: clamp(28px, 7.3vw, 40px); }
  .chapter-lead, .hero-lead, .desk-desc { font-size: 14px; }
  #price .chapter-title { font-size: 33px; }
  .price-title-sub { font-size: 19px; letter-spacing: .025em; }
  .monitor-band { display: block; padding: 24px 0; }
  .monitor-lead { max-width: none; font-size: 12px; }
  .monitor-body { margin-top: 10px; line-height: 2.2; }
  .monitor-price { font-size: 34px; }
  .monitor-until { margin-left: 0; display: block; }
  .price-includes { margin: 28px 0; }
  .includes-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; }
  .includes-items li { padding: 0; border: 0; font-size: 12px; }
  .price-sheets { grid-template-columns: 1fr; background: transparent; gap: 24px; }
  .price-sheet { padding: 28px 24px; background: var(--paper-light); }
  .price-sheet + .price-sheet { border-left: 0; }
  .price-sheet h3 { font-size: 21px; letter-spacing: .035em; }
  .price-sheet-for { font-size: 13px; min-height: 0; }
  .price-sheet-amount { margin: 24px 0; }
  .price-sheet-amount > span:first-child { font-size: 54px; }
  .price-sheet-features > div { grid-template-columns: 1fr; row-gap: 4px; padding: 14px 0; }
  .price-sheet-features dd { text-align: left; }
  .price-sheet .plan-cta { padding: 13px 12px; gap: 2px; }
  .price-sheet .plan-cta-name, .price-sheet .plan-cta-verb { font-size: 12px; }
  .repair-list li { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (max-width: 360px) {
  .price-sheet { padding: 25px 18px; }
  .price-sheet h3 { font-size: 19px; }
  .price-sheet .plan-cta { justify-content: flex-start; padding-inline: 10px; }
  .price-sheet .plan-cta-name, .price-sheet .plan-cta-verb { font-size: 11px; letter-spacing: 0; }
  .price-sheet .plan-cta::after { font-size: 16px; }
  .includes-items { gap: 10px; }
  #price .chapter-title { font-size: 30px; }
  .price-title-sub { font-size: 17px; }
}
