* {
  box-sizing: border-box;
}

.html-lp {
  background: #fbf4e8;
}

.html-lp section {
  max-width: 1200px;
  margin: 0 auto;
}

.legacy-art {
  position: absolute;
  z-index: 0;
  display: block;
  max-width: none;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.html-lp section > :not(.legacy-art) {
  position: relative;
  z-index: 1;
}

.legacy-art--hero {
  right: -8%;
  top: 6%;
  width: 58%;
  opacity: 0.18;
  filter: saturate(0.9);
}

.legacy-art--right {
  right: -14%;
  top: 8%;
  width: 54%;
  opacity: 0.11;
  filter: saturate(0.75);
}

.legacy-art--left {
  left: -13%;
  top: 6%;
  width: 52%;
  opacity: 0.12;
  filter: saturate(0.75);
}

.legacy-art--consult {
  right: -7%;
  top: 7%;
  width: 58%;
  opacity: 0.34;
  filter: saturate(0.88);
}

.legacy-art--price {
  left: 50%;
  top: 9%;
  width: 92%;
  transform: translateX(-50%);
  opacity: 0.09;
  filter: saturate(0.7);
}

.legacy-art--business {
  right: -10%;
  bottom: -6%;
  width: 48%;
  opacity: 0.08;
  filter: saturate(0.7);
}

.legacy-art--contact {
  left: -5%;
  top: 5%;
  width: 54%;
  opacity: 0.22;
  filter: saturate(0.85);
}

.hero-section,
.section-shell,
.consult-section,
.case-section,
.benefit-section,
.voice-section,
.price-section-html,
.flow-section,
.contact-section {
  position: relative;
  overflow: hidden;
  padding: 64px 58px;
  background:
    radial-gradient(circle at 8% 14%, rgba(214, 165, 68, 0.14), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(214, 165, 68, 0.12), transparent 26%),
    linear-gradient(135deg, #fffaf1 0%, #fffdf8 52%, #fbf0df 100%);
  color: #2f2119;
}

.hero-section {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 34px;
  padding-top: 72px;
}

.pill {
  display: inline-flex;
  margin: 0 0 28px;
  padding: 12px 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff5de, #f0dfc2);
  color: #9c6814;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-copy h1,
.section-title h2,
.problem-section h2,
.consult-section h2,
.contact-copy h2 {
  margin: 0;
  color: #2f2119;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-copy h1 span,
.consult-section h2 span,
.contact-copy h2 span,
.problem-section h2 span {
  color: #b88624;
}

.hero-copy p,
.consult-section p,
.contact-copy p {
  margin: 24px 0;
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gold-button,
.ghost-button,
.outline-button,
.wide-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.gold-button,
.wide-cta {
  background: linear-gradient(180deg, #d7aa4e, #a96f12);
  color: #fff;
  box-shadow: 0 4px 0 #8a5b11, 0 10px 22px rgba(91, 53, 10, 0.2);
}

.ghost-button,
.outline-button {
  border: 1px solid rgba(184, 134, 36, 0.62);
  background: rgba(255, 255, 255, 0.72);
  color: #9c6814;
}

.hero-visual {
  position: relative;
  min-height: 470px;
}

.room-card {
  position: absolute;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  background: #f6ead7;
  box-shadow: 0 16px 34px rgba(65, 39, 11, 0.18);
}

.room-card span {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  padding: 8px 18px;
  border-radius: 4px;
  background: #a96f12;
  color: #fff;
  font-weight: 700;
}

.room-card--after {
  inset: 0 0 88px 38px;
}

.room-card--before {
  right: 0;
  bottom: 10px;
  width: 42%;
  height: 34%;
  background: #eee9df;
}

.room-scene,
.empty-room,
.case-photo {
  height: 100%;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(255,255,255,0.55) 49% 51%, transparent 51%),
    linear-gradient(#f7eddc 0 42%, #efd6ad 42% 43%, #f5e3c8 43% 100%);
}

.sofa {
  position: absolute;
  left: 20%;
  bottom: 23%;
  width: 35%;
  height: 20%;
  border-radius: 18px 18px 8px 8px;
  background: #d8c2a3;
  box-shadow: 80px -28px 0 -18px #c7a57b;
}

.table {
  position: absolute;
  left: 43%;
  bottom: 17%;
  width: 24%;
  height: 6%;
  border-radius: 999px;
  background: #b98a55;
}

.plant {
  position: absolute;
  right: 13%;
  bottom: 22%;
  width: 9%;
  height: 28%;
  border-radius: 60% 40% 50% 50%;
  background: #8c9b6c;
}

.empty-room {
  background: linear-gradient(#f5f1e9 0 58%, #ead8bd 58% 100%);
}

.badge {
  position: absolute;
  right: -18px;
  top: 8px;
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  border: 2px solid #d6a544;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.94);
  color: #9c6814;
  font-weight: 700;
  text-align: center;
}

.hero-points {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 26px rgba(83, 55, 23, 0.09);
}

.hero-points div,
.flow-points div {
  padding: 18px 14px;
  color: #6d4b22;
  font-weight: 700;
  text-align: center;
}

.section-title {
  margin-bottom: 34px;
  text-align: center;
}

.section-title p,
.section-kicker {
  margin: 14px 0 0;
  color: #5a4639;
  font-size: clamp(15px, 1.45vw, 20px);
  font-weight: 600;
  line-height: 1.8;
}

.problem-section {
  text-align: center;
}

.problem-grid,
.benefit-grid,
.flow-grid,
.voice-grid,
.price-grid {
  display: grid;
  gap: 20px;
}

.problem-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
}

.problem-grid article,
.benefit-grid article,
.flow-grid article,
.voice-grid article,
.price-card {
  border: 1px solid rgba(214, 165, 68, 0.5);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 10px 26px rgba(83, 55, 23, 0.08);
}

.problem-grid article {
  padding: 28px 20px;
  text-align: left;
}

.problem-grid span,
.benefit-grid span,
.flow-grid span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d7aa4e, #a96f12);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.problem-grid strong {
  display: block;
  font-size: 17px;
  line-height: 1.8;
}

.solution-band,
.stats-panel,
.flow-points {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid rgba(214, 165, 68, 0.55);
  border-radius: 8px;
  background: rgba(255, 248, 235, 0.92);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
}

.solution-band span,
.stats-panel span {
  color: #b88624;
}

.consult-section {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96) 0 52%, rgba(255, 253, 248, 0.46) 70%),
    linear-gradient(135deg, #fffaf1, #ecd7b9);
}

.hand-note {
  margin: 0 0 16px;
  color: #9c6814;
  font-weight: 700;
}

.consult-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 30px 0;
}

.consult-cards article {
  padding: 22px 18px;
  border: 1px solid rgba(214, 165, 68, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #6d4b22;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.consult-cards small {
  display: block;
  margin-top: 10px;
  color: #4a3b31;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.wide-cta {
  width: min(920px, 100%);
  min-height: 76px;
  font-size: clamp(20px, 2.5vw, 34px);
}

.case-section {
  background: #fffdf8;
}

.case-block {
  margin-top: 34px;
}

.case-block h3 {
  margin: 0 0 18px;
  color: #6d4b22;
  font-size: 26px;
  text-align: center;
}

.case-reference {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(83, 55, 23, 0.12);
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.case-photo {
  position: relative;
  min-height: 320px;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(83, 55, 23, 0.1);
}

.case-photo span {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 9px 18px;
  background: rgba(255, 255, 255, 0.9);
  color: #5a5a5a;
  font-size: 26px;
  font-weight: 700;
}

.case-photo--living,
.case-photo--bedroom {
  background:
    linear-gradient(90deg, transparent 0 44%, rgba(255,255,255,0.75) 44% 46%, transparent 46%),
    linear-gradient(#f5ead9 0 50%, #e4c494 50% 100%);
}

.case-photo--bedroom::after,
.case-photo--living::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 23%;
  width: 42%;
  height: 20%;
  border-radius: 16px 16px 8px 8px;
  background: #d6c2a7;
  box-shadow: -110px 28px 0 -26px #b98a55;
}

.case-summary {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 30px;
}

.case-summary h4 {
  margin: 0 0 14px;
  color: #b88624;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.45;
}

.case-summary p {
  line-height: 1.9;
}

.case-summary ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-summary li {
  display: grid;
  place-items: center;
  min-height: 150px;
  border: 1px solid rgba(214, 165, 68, 0.34);
  border-radius: 999px;
  color: #9c6814;
  font-weight: 700;
  text-align: center;
}

.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.benefit-grid article,
.flow-grid article {
  padding: 28px 24px;
  text-align: center;
}

.flow-grid article {
  position: relative;
}

.flow-grid article img {
  display: block;
  width: min(118px, 52%);
  height: 92px;
  object-fit: contain;
  margin: 2px auto 16px;
  mix-blend-mode: multiply;
}

.benefit-grid article:nth-child(4) {
  grid-column: 1 / 2;
  margin-left: 50%;
}

.benefit-grid article:nth-child(5) {
  grid-column: 2 / 3;
  margin-right: -50%;
}

.benefit-grid h3,
.flow-grid h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.benefit-grid p,
.flow-grid p,
.voice-grid p,
.price-card p,
.price-card li {
  line-height: 1.8;
}

.stats-panel {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 16px;
  align-items: center;
  font-size: 18px;
  text-align: center;
}

.stats-panel div {
  padding: 20px;
  border-radius: 999px;
  background: #fff;
}

.stats-panel span {
  display: block;
  font-size: 38px;
}

.voice-section {
  background:
    radial-gradient(circle at top, rgba(214, 165, 68, 0.2), transparent 32%),
    linear-gradient(135deg, #fff8eb 0%, #fffdf8 56%, #fbf0df 100%);
}

.voice-grid {
  grid-template-columns: repeat(3, 1fr);
}

.voice-grid article {
  padding: 30px 26px;
}

.voice-grid p {
  min-height: 100px;
  margin: 0 0 20px;
  font-size: 18px;
}

.voice-grid strong {
  display: block;
  padding: 18px;
  border-radius: 8px;
  background: #fff8eb;
  color: #b88624;
  font-size: 24px;
  text-align: center;
}

.price-section-html {
  width: 100%;
  max-width: 1200px;
  margin: -1px auto 0;
  padding: 72px 58px 58px;
  background:
    radial-gradient(circle at top, rgba(214, 165, 68, 0.18), transparent 30%),
    linear-gradient(135deg, #fffaf1 0%, #fffdf8 54%, #fbf0df 100%);
}

.price-tax {
  margin: -8px 0 14px;
  color: #5a4639;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.price-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.price-card {
  position: relative;
  padding: 44px 26px 28px;
  text-align: center;
}

.price-card--featured {
  border-width: 2px;
  border-color: #c9952e;
  transform: translateY(-14px);
}

.popular {
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  padding: 10px 30px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, #d7aa4e, #a96f12);
  color: #fff;
  font-weight: 700;
}

.price-card h3 {
  margin: 0 0 12px;
  font-size: 29px;
}

.price-card strong {
  display: block;
  margin: 18px 0;
  color: #b88624;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
}

.price-card strong span {
  color: #6d4b22;
  font-size: 24px;
}

.price-card ul {
  min-height: 190px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.price-card li {
  margin: 9px 0;
  padding-left: 1.4em;
  font-weight: 600;
}

.price-card li::before {
  content: "✓";
  margin-left: -1.4em;
  margin-right: 0.45em;
  color: #b88624;
}

.price-card .gold-button,
.price-card .outline-button {
  width: 100%;
}

.note {
  margin: 22px 0 0;
  color: #5a4639;
  font-size: 14px;
  text-align: center;
}

.flow-grid {
  grid-template-columns: repeat(3, 1fr);
}

.flow-grid article:nth-child(4) {
  grid-column: 1 / 3;
}

.flow-grid article:nth-child(5) {
  grid-column: 3 / 4;
}

.flow-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 18px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.88), rgba(255, 253, 248, 0.98)),
    linear-gradient(135deg, #fff8eb, #ecd7b9);
}

.contact-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.contact-icons div {
  padding: 18px 14px;
  border: 1px solid rgba(214, 165, 68, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #6d4b22;
  font-weight: 700;
  text-align: center;
}

.mail-form {
  padding: 34px 30px;
  border: 1px solid rgba(214, 165, 68, 0.55);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(79, 48, 15, 0.12);
}

.mail-row {
  display: grid;
  grid-template-columns: minmax(130px, 28%) 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 15px;
}

.mail-row label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
  color: #2f2119;
}

.mail-row label span {
  align-self: flex-start;
  padding: 2px 7px;
  background: #eee;
  color: #333;
  font-size: 12px;
}

.mail-row label .required {
  background: #af7616;
  color: #fff;
}

.mail-row textarea {
  min-height: 150px;
}

@media (max-width: 900px) {
  .hero-section,
  .contact-section,
  .case-summary {
    grid-template-columns: 1fr;
  }

  .problem-grid,
  .consult-cards,
  .benefit-grid,
  .voice-grid,
  .price-grid,
  .flow-grid,
  .hero-points,
  .flow-points {
    grid-template-columns: 1fr;
  }

  .benefit-grid article:nth-child(4),
  .benefit-grid article:nth-child(5),
  .flow-grid article:nth-child(4),
  .flow-grid article:nth-child(5) {
    grid-column: auto;
    margin: 0;
  }

  .price-card--featured {
    transform: none;
  }

  .stats-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero-section,
  .section-shell,
  .consult-section,
  .case-section,
  .benefit-section,
  .voice-section,
  .price-section-html,
  .flow-section,
  .contact-section {
    padding: 38px 16px;
  }

  .hero-visual {
    min-height: 340px;
  }

  .room-card--after {
    inset: 0 0 62px 0;
  }

  .before-after {
    grid-template-columns: 1fr;
  }

  .case-photo {
    min-height: 230px;
  }

  .mail-form {
    padding: 24px 16px;
  }

  .mail-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .mail-row label {
    padding-top: 0;
  }

  .legacy-art {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0 0 22px;
    transform: none;
    opacity: 1;
    filter: none;
    border: 1px solid rgba(214, 165, 68, 0.22);
    box-shadow: 0 10px 22px rgba(83, 55, 23, 0.1);
  }

  .legacy-art--business {
    display: none;
  }

  .contact-section .legacy-art {
    opacity: 0.96;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fbf4e8;
  color: #222;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.lp {
  width: 100%;
  background: #fbf4e8;
}

.image-section {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: -1px auto 0;
  padding: 0;
  overflow: hidden;
}

.image-section img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.image-section:not(:first-child)::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 28px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(251, 244, 232, 0.42), rgba(251, 244, 232, 0));
}

.cta-section {
  position: relative;
}

.image-cta {
  position: absolute;
  display: block;
  z-index: 2;
}

.image-cta--fv-primary {
  left: 5.2%;
  top: 78.1%;
  width: 26.5%;
  height: 8.1%;
}

.image-cta--fv-secondary {
  left: 34.2%;
  top: 78.6%;
  width: 15.5%;
  height: 6.2%;
}

.image-cta--contact {
  left: 53%;
  top: 79%;
  width: 37.5%;
  height: 10.5%;
}

.image-cta--price-trial {
  left: 7.4%;
  top: 78.9%;
  width: 22.8%;
  height: 7.9%;
}

.image-cta--price-boost {
  left: 36.8%;
  top: 78.9%;
  width: 25.8%;
  height: 7.9%;
}

.image-cta--price-support {
  left: 69.5%;
  top: 78.9%;
  width: 22.8%;
  height: 7.9%;
}

.image-cta--service {
  left: 11.5%;
  top: 80.1%;
  width: 77.5%;
  height: 9.4%;
}

.map-section .business-map {
  position: absolute;
  left: 51.8%;
  top: 45.6%;
  z-index: 3;
  width: 42.2%;
  height: 24.8%;
  border: 0;
  border-radius: 6px;
  background: #f4efe6;
}

.image-cta--map-button {
  left: 51.8%;
  top: 70.1%;
  width: 42.2%;
  height: 7.2%;
  z-index: 4;
}

.business-section {
  width: 100%;
  max-width: 1200px;
  margin: -1px auto 0;
  padding: 54px 58px 60px;
  overflow: hidden;
  background:
    radial-gradient(circle at left 24%, rgba(217, 174, 89, 0.18), transparent 16%),
    radial-gradient(circle at right 12%, rgba(217, 174, 89, 0.12), transparent 24%),
    linear-gradient(135deg, #fff8eb 0%, #fffdf8 48%, #fbf0df 100%);
  color: #2f2119;
}

.business-inner {
  width: 100%;
}

.business-heading {
  margin-bottom: 30px;
}

.business-heading p {
  margin: 0;
}

.business-heading > p:first-child {
  color: #b88624;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: 0;
}

.business-heading h2 {
  margin: 10px 0 18px;
  color: #3a2418;
  font-size: clamp(38px, 5.1vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.business-lead {
  color: #2f2119;
  font-size: clamp(15px, 1.55vw, 21px);
  font-weight: 600;
  line-height: 1.9;
}

.business-lead span {
  color: #b88624;
}

.business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.business-card {
  border: 1px solid rgba(214, 165, 68, 0.75);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 5px 14px rgba(96, 61, 19, 0.14);
}

.business-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 28px 16px;
  padding: 28px 0 14px;
  border-bottom: 1px solid rgba(214, 165, 68, 0.42);
  color: #3a2418;
  font-size: clamp(22px, 2.3vw, 33px);
  line-height: 1.3;
  letter-spacing: 0;
}

.business-card h3 span {
  color: #c9952e;
  font-size: 0.95em;
}

.profile-table {
  margin: 0 26px 28px;
  border-top: 1px solid rgba(214, 165, 68, 0.26);
}

.profile-table div {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid rgba(214, 165, 68, 0.26);
}

.profile-table dt,
.profile-table dd {
  margin: 0;
  padding: 13px 18px;
  font-size: clamp(13px, 1.2vw, 17px);
  line-height: 1.6;
}

.profile-table dt {
  border-right: 1px solid rgba(214, 165, 68, 0.26);
  font-weight: 700;
}

.profile-table dd {
  font-weight: 600;
}

.profile-table a {
  color: #b88624;
  text-decoration: none;
}

.profile-table ul {
  margin: 0;
  padding-left: 1.2em;
}

.profile-table li::marker {
  color: #b88624;
}

.business-side {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
}

.business-card--location {
  padding: 0 22px 22px;
}

.business-card--location h3 {
  justify-content: flex-start;
  margin: 0 18px 10px;
  padding-bottom: 8px;
  border-bottom: 0;
  font-size: clamp(21px, 2vw, 29px);
}

.business-card--location p {
  margin: 0 18px 14px;
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.65;
}

.business-map {
  display: block;
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 6px;
  background: #f4efe6;
}

.map-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 14px;
  border-radius: 5px;
  background: linear-gradient(90deg, #fff4db, #fff9eb);
  color: #b88624;
  font-size: clamp(15px, 1.45vw, 20px);
  font-weight: 700;
  text-decoration: none;
}

.map-button:hover {
  background: #fff0ca;
}

.business-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.business-badges div {
  display: grid;
  place-items: center;
  min-height: 116px;
  padding: 16px 10px;
  border: 1px solid rgba(214, 165, 68, 0.75);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 5px 14px rgba(96, 61, 19, 0.12);
  color: #3a2418;
  font-size: clamp(14px, 1.55vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.contact-form {
  position: absolute;
  left: 47.4%;
  right: 2.9%;
  top: 5.8%;
  width: auto;
  height: 88.8%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 5.8% 2.1% 2.2%;
  border: 1px solid rgba(214, 165, 68, 0.55);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(79, 48, 15, 0.13);
}

.contact-form::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4.2%;
  width: 170px;
  height: 14px;
  transform: translateX(-50%);
  border-top: 1px solid rgba(214, 165, 68, 0.52);
  border-bottom: 1px solid rgba(214, 165, 68, 0.18);
  pointer-events: none;
}

.form-row {
  position: static;
  display: grid;
  grid-template-columns: minmax(92px, 28%) 1fr;
  align-items: start;
  gap: 12px;
  margin: 0;
  padding: 0 0 2.7%;
}

label {
  font-weight: 700;
}

.contact-form label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.72em 0 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border-bottom: 1px dotted rgba(166, 128, 72, 0.28);
  color: #2f2119;
  font-size: clamp(12px, 1.05vw, 16px);
  line-height: 1.5;
}

.contact-form label::after {
  flex: 0 0 auto;
  padding: 0.18em 0.45em;
  background: #eeeeee;
  color: #333;
  font-size: 0.78em;
  font-weight: 700;
  line-height: 1.3;
  content: "任意";
}

.form-row--name label::after,
.form-row--email label::after,
.form-row--message label::after {
  background: #af7616;
  color: #fff;
  content: "必須";
}

input,
textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(160, 145, 124, 0.55);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.96);
  color: #3b2b20;
  font: inherit;
  font-size: clamp(12px, 1.05vw, 16px);
  line-height: 1.5;
  box-shadow: inset 0 1px 3px rgba(85, 60, 32, 0.08);
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(184, 134, 36, 0.36);
  border-color: #b88624;
}

textarea {
  min-height: 100%;
  resize: vertical;
}

.form-row--message {
  flex: 1 1 auto;
  min-height: 122px;
  padding-bottom: 3.5%;
}

.form-row--message textarea {
  min-height: 100%;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-submit {
  position: static;
  width: 100%;
  min-height: 60px;
  display: block;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #d5a647 0%, #a96f12 100%);
  color: #fff;
  font: inherit;
  font-size: clamp(18px, 2.15vw, 31px);
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0;
  box-shadow: 0 4px 0 #8a5b11, 0 10px 22px rgba(91, 53, 10, 0.24);
}

.contact-submit:hover {
  background: linear-gradient(180deg, #e0b65a 0%, #98600d 100%);
}

.contact-submit:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #8a5b11, 0 7px 16px rgba(91, 53, 10, 0.2);
}

.contact-submit:disabled {
  cursor: progress;
  opacity: 0.78;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px;
  background:
    radial-gradient(circle at 12% 18%, rgba(213, 166, 71, 0.18), transparent 30%),
    linear-gradient(135deg, #fffaf1 0%, #f4ead9 100%);
}

.thanks-card {
  width: min(680px, 100%);
  padding: 46px 36px;
  border: 1px solid rgba(184, 134, 36, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(83, 55, 23, 0.12);
  text-align: center;
}

.thanks-eyebrow {
  margin: 0 0 10px;
  color: #b88624;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 0;
}

.thanks-card h1 {
  margin: 0 0 18px;
  color: #3b2b20;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.35;
}

.thanks-card p {
  margin: 0 0 28px;
  color: #4a3b31;
  font-size: 17px;
  line-height: 1.9;
}

.thanks-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  background: #b88624;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.thanks-button:hover {
  background: #9d711f;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px 30px;
  background: #fbf4e8;
  color: #6b5747;
  font-size: 14px;
}

.site-footer a {
  color: #8f651f;
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.policy-page {
  min-height: 100vh;
  padding: 42px 16px 56px;
  background:
    radial-gradient(circle at 10% 14%, rgba(213, 166, 71, 0.14), transparent 28%),
    linear-gradient(135deg, #fffaf1 0%, #f4ead9 100%);
  color: #2f2119;
}

.policy-card {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 44px 42px;
  border: 1px solid rgba(184, 134, 36, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(83, 55, 23, 0.11);
}

.policy-eyebrow {
  margin: 0 0 8px;
  color: #b88624;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.policy-card h1 {
  margin: 0 0 26px;
  color: #3b2b20;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.35;
}

.policy-card section {
  margin-top: 28px;
}

.policy-card h2 {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(184, 134, 36, 0.24);
  color: #3b2b20;
  font-size: 20px;
}

.policy-card p,
.policy-card li {
  color: #4a3b31;
  font-size: 16px;
  line-height: 1.9;
}

.policy-card p {
  margin: 0 0 12px;
}

.policy-card ul {
  margin: 0;
  padding-left: 1.4em;
}

.policy-card li::marker {
  color: #b88624;
}

.policy-date {
  margin-top: 30px;
}

@media (max-width: 760px) {
  .image-section {
    max-width: none;
  }

  .image-section img {
    width: 100%;
    max-width: none;
  }

  .image-section:not(:first-child)::before {
    height: 18px;
  }

  .contact-visual {
    padding: 34px 14px 42px;
    background:
      linear-gradient(rgba(255, 250, 241, 0.9), rgba(255, 250, 241, 0.9)),
      url("assets/11_contact_cta.png") center / cover no-repeat;
  }

  .contact-visual > img {
    display: none;
  }

  .contact-form {
    position: relative;
    inset: auto;
    width: min(520px, 100%);
    margin: 0 auto;
    padding: 22px 16px 18px;
    border: 1px solid rgba(184, 134, 36, 0.32);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 32px rgba(83, 55, 23, 0.14);
  }

  .contact-form label {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 7px;
    overflow: visible;
    clip: auto;
    white-space: normal;
    color: #3b2b20;
    font-size: 14px;
  }

  .form-row,
  .form-row--company,
  .form-row--name,
  .form-row--email,
  .form-row--tel,
  .form-row--message {
    position: static;
    display: grid;
    width: 100%;
    height: auto;
    margin: 0 0 14px;
  }

  input,
  textarea {
    min-height: 48px;
    font-size: 16px;
  }

  textarea {
    min-height: 150px;
  }

  .contact-submit {
    position: static;
    width: 100%;
    min-height: 54px;
    margin-top: 4px;
    font-size: 19px;
  }

  .business-section {
    padding: 34px 14px 42px;
  }

  .business-heading {
    margin-bottom: 20px;
  }

  .business-heading h2 {
    font-size: 38px;
  }

  .business-lead {
    font-size: 15px;
  }

  .business-grid,
  .business-side,
  .business-badges {
    grid-template-columns: 1fr;
  }

  .business-grid {
    gap: 16px;
  }

  .business-card h3 {
    margin: 0 18px 12px;
    padding-top: 22px;
    font-size: 24px;
  }

  .profile-table {
    margin: 0 14px 18px;
  }

  .profile-table div {
    grid-template-columns: 86px 1fr;
  }

  .profile-table dt,
  .profile-table dd {
    padding: 10px 12px;
    font-size: 14px;
  }

  .business-card--location {
    padding: 0 14px 16px;
  }

  .business-card--location h3,
  .business-card--location p {
    margin-right: 4px;
    margin-left: 4px;
  }

  .business-map {
    height: 230px;
  }

  .map-section .business-map {
    left: 51.6%;
    top: 45.5%;
    width: 42.8%;
    height: 24.7%;
  }

  .image-cta--map-button {
    left: 51%;
    top: 70%;
    width: 43%;
    height: 7.5%;
  }

  .business-badges div {
    min-height: 84px;
  }

  .thanks-card {
    padding: 34px 20px;
  }

  .site-footer {
    flex-direction: column;
    gap: 8px;
    padding: 22px 16px 28px;
  }

  .policy-page {
    padding: 24px 12px 36px;
  }

  .policy-card {
    padding: 30px 18px;
  }

  .policy-card h2 {
    font-size: 18px;
  }

  .policy-card p,
  .policy-card li {
    font-size: 15px;
  }
}
