.pore-contact-page {
  --contact-ink: #393140;
  --contact-accent: #755a87;
  --contact-line: #e6dfe9;
  color: var(--contact-ink);
  background: #f8f6f9;
  font-family: "Noto Sans JP", sans-serif;
}
.pore-contact-section { padding: 124px 0 100px; background: radial-gradient(ellipse at top left, #efe7f4 0, transparent 55%); }
.pore-contact-shell { width: min(1120px, calc(100% - 64px)); margin: auto; }
.pore-contact-intro { text-align: center; margin-bottom: 54px; }
.pore-contact-eyebrow { color: var(--contact-accent); font-size: 12px; font-weight: 700; letter-spacing: .24em; margin: 0 0 16px; }
.pore-contact-intro h1 { margin: 0 0 20px; font-family: "Shippori Mincho", serif; font-size: clamp(28px, 3.2vw, 42px); font-weight: 600; letter-spacing: .06em; line-height: 1.6; }
.pore-contact-lead { max-width: 640px; margin: auto; font-size: 15px; line-height: 2; }
.pore-contact-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: start; gap: 48px; }
.pore-contact-layout--single { display: block; max-width: 760px; margin: auto; }
.pore-contact-guide { padding-top: 66px; scroll-margin-top: 110px; }
.pore-contact-phone-jump { display: none; }
.pore-contact-guide-label { font-size: 15px; font-weight: 700; margin: 0 0 20px; }
.pore-contact-phone-card { padding: 26px 24px; margin-bottom: 18px; background: #f1ebf5; border: 1px solid #ded0e7; border-radius: 16px; }
.pore-contact-phone-card small { color: #725c82; font-size: 12px; }
.pore-contact-phone-card h2 { font-size: 16px; line-height: 1.8; margin: 8px 0 14px; }
.pore-contact-phone-card a { display: inline-block; color: #67457c; text-decoration: none; font-size: 27px; font-weight: 600; line-height: 1.7; letter-spacing: .015em; }
.pore-contact-phone-card p { margin: 8px 0 0; font-size: 12px; line-height: 1.8; }
.pore-contact-phone-card--kids { background: #fff6e8; border-color: #ecdbc0; }
.pore-contact-phone-card--kids small, .pore-contact-phone-card--kids a { color: #865a2c; }
.pore-contact-guide-note { color: #68616c; font-size: 12px; line-height: 2; margin: 24px 0; }
.pore-contact-main { min-width: 0; scroll-margin-top: 110px; }
.pore-contact-steps { display: flex; padding: 0; margin: 0 0 24px; list-style: none; justify-content: center; gap: 30px; }
.pore-contact-steps li { display: flex; gap: 8px; align-items: center; color: #766e7b; font-size: 13px; }
.pore-contact-steps span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #d6cbdc; background: #fff; font-size: 12px; }
.pore-contact-steps [aria-current] { color: #604477; font-weight: 700; }
.pore-contact-steps [aria-current] span { background: var(--contact-accent); color: white; border-color: var(--contact-accent); }
.pore-contact-panel { position: relative; background: #fff; border: 1px solid var(--contact-line); border-top: 4px solid #b09abc; border-radius: 18px; padding: clamp(24px, 3.2vw, 42px); box-shadow: 0 12px 40px #59436208; }
.pore-contact-form { display: grid; gap: 28px; }
.pore-contact-panel-label { color: #776281; font-size: 12px; margin: 0 0 12px; letter-spacing: .07em; }
.pore-contact-panel h2 { margin: 0 0 10px; font-size: 22px; line-height: 1.65; }
.pore-contact-help { font-size: 13px; color: #6f6674; line-height: 1.9; margin: 0; }
.pore-contact-field { display: grid; gap: 10px; min-width: 0; }
.pore-contact-field label, .pore-contact-label { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-weight: 600; font-size: 14px; }
.pore-contact-field label span { border-radius: 4px; background: #f2e7ed; color: #935267; padding: 2px 7px; font-size: 10px; font-weight: 600; }
.pore-contact-field label em { font-style: normal; color: #7d7581; font-size: 11px; font-weight: 400; }
.pore-contact-field input, .pore-contact-field select, .pore-contact-field textarea { box-sizing: border-box; display: block; width: 100%; min-width: 0; max-width: 100%; border: 1px solid #cfc4d5; border-radius: 8px; color: var(--contact-ink); background: #fff; padding: 13px 14px; font: inherit; font-size: 16px; line-height: 1.6; }
.pore-contact-field select { padding-right: 26px; }
.pore-contact-field textarea { resize: vertical; min-height: 180px; }
.pore-contact-field [aria-invalid="true"] { border-color: #b85465; background: #fffafa; }
.pore-contact-page :focus-visible { outline: 3px solid #a58db7; outline-offset: 4px; }
.pore-contact-kids { min-width: 0; margin: 0; padding: 22px; border: 1px solid #e6d3b5; border-radius: 10px; background: #fffbf3; }
.pore-contact-kids legend { color: #805a31; font-size: 13px; font-weight: 600; padding: 0 8px; }
.pore-contact-kids p { margin: 0 0 18px; font-size: 13px; line-height: 1.9; }
.pore-contact-certificate { display: grid; gap: 20px; padding-top: 24px; }
.pore-contact-certificate p { margin: 0; }
.pore-contact-check { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.9; cursor: pointer; }
.pore-contact-check input { flex: 0 0 19px; width: 19px; height: 19px; margin: 4px 0 0; accent-color: var(--contact-accent); }
.pore-contact-consent { padding: 22px; background: #f7f5f8; border-radius: 8px; }
.pore-contact-consent p { font-size: 12px; line-height: 1.9; margin: 14px 0 0; color: #6d6373; }
.pore-contact-submit { box-sizing: border-box; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 17px 24px; min-height: 56px; border: 1px solid var(--contact-accent); border-radius: 100px; background: var(--contact-accent); color: #fff; font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: none; transition: background .2s; }
.pore-contact-submit:hover { background: #604474; }
.pore-contact-submit-note { margin: -14px 0 0; text-align: center; font-size: 12px; color: #766c7b; }
.pore-contact-alert { background: #fff1f2; color: #923c4d; padding: 18px; border-left: 3px solid #b85465; font-size: 14px; line-height: 1.8; overflow-wrap: anywhere; }
.pore-contact-alert ul { padding-left: 20px; margin: 8px 0 0; }
.pore-contact-alert a { color: inherit; text-underline-offset: 3px; }
.pore-contact-error { color: #a54156; font-size: 12px; line-height: 1.8; }
.pore-contact-hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.pore-contact-summary { margin: 28px 0; }
.pore-contact-summary > div { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 16px; border-bottom: 1px solid var(--contact-line); padding: 18px 0; font-size: 14px; line-height: 1.9; }
.pore-contact-summary dt { font-size: 12px; color: #756a7d; }
.pore-contact-summary dd { margin: 0; overflow-wrap: anywhere; }
.pore-contact-confirm-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.pore-contact-secondary-link { display: inline-block; color: #705580; border: 0; background: transparent; font: inherit; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; padding: 12px 0; cursor: pointer; }
.pore-contact-panel--result { text-align: center; }
.pore-contact-panel--result p { font-size: 14px; line-height: 2; }
.pore-contact-panel--result .pore-contact-result-mark { font-size: 30px; color: #725785; }
.pore-contact-page [hidden] { display: none !important; }
@media (max-width: 1000px) {
  .pore-contact-layout { grid-template-columns: 240px minmax(0, 1fr); gap: 28px; }
  .pore-contact-phone-card { padding: 20px 18px; }
  .pore-contact-phone-card a { font-size: 22px; }
}
@media (max-width: 760px) {
  .pore-contact-section { padding: 108px 0 60px; }
  .pore-contact-shell { width: calc(100% - 32px); }
  .pore-contact-intro { margin-bottom: 30px; }
  .pore-contact-intro h1 { font-size: clamp(22px, 7vw, 28px); letter-spacing: .02em; }
  .pore-contact-lead { font-size: 14px; text-align: left; }
  .pore-contact-phone-jump { display: inline-block; color: #705580; font-size: 13px; margin-top: 20px; text-underline-offset: 5px; }
  .pore-contact-layout { display: flex; flex-direction: column; gap: 36px; }
  .pore-contact-main { order: -1; width: 100%; }
  .pore-contact-guide { width: 100%; padding: 0; }
  .pore-contact-phone-card a { font-size: 28px; }
  .pore-contact-panel { padding: 24px 20px; }
  .pore-contact-panel h2 { font-size: 20px; }
  .pore-contact-form { gap: 24px; }
  .pore-contact-kids, .pore-contact-consent { padding: 18px 14px; }
  .pore-contact-steps { gap: 24px; }
  .pore-contact-summary > div { grid-template-columns: 1fr; gap: 6px; }
  .pore-contact-confirm-actions { flex-direction: column-reverse; }
  .pore-contact-confirm-actions .pore-contact-submit { width: 100%; }
}
