body.contact-page { margin: 0; padding: 0; background: #f7fbff; color: #071326; font-family: "Noto Sans JP", sans-serif; }
.contact-page .contact-main { width: 100%; max-width: none; margin: 0; padding: 0; background: radial-gradient(circle at 8% 12%, rgba(44, 199, 240, .12), transparent 24%), linear-gradient(180deg, #f7fbff 0%, #fff 100%); }
.contact-page .contact-section { padding: 64px 0 80px; }
.contact-page .contact-inner { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.contact-page .section-head { margin-bottom: 28px; }
.contact-page .section-kicker { margin: 0; color: #2f6df6; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-page .section-title { margin: 8px 0 12px; color: #071326; font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif; font-size: clamp(34px, 6vw, 52px); line-height: 1.25; }
.contact-page .section-copy { margin: 0; color: #52647c; font-weight: 700; line-height: 1.8; }
.contact-line-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 26px 28px; border: 1px solid rgba(6, 199, 85, .24); border-radius: 20px; background: linear-gradient(135deg, rgba(6, 199, 85, .1), #fff 72%); box-shadow: 0 16px 36px rgba(25, 50, 83, .07); }
.contact-method-label { margin: 0 0 6px; color: #2f6df6; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.contact-line-card .contact-method-label { color: #048f3e; }
.contact-line-card h2, .contact-form-head h2 { margin: 0; color: #071326; font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif; font-size: clamp(22px, 3vw, 28px); line-height: 1.35; }
.contact-line-card p:last-child { margin: 8px 0 0; color: #52647c; font-weight: 700; line-height: 1.7; }
.contact-line-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid rgba(6, 199, 85, .5); border-radius: 999px; background: #06c755; color: #fff; font: inherit; font-weight: 900; text-decoration: none; box-shadow: 0 12px 24px rgba(6, 199, 85, .22); transition: transform .18s ease, filter .18s ease; }
.contact-line-button::after { content: "→"; margin-left: 10px; }
.contact-line-button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.contact-line-button:focus-visible { outline: 3px solid rgba(6, 199, 85, .28); outline-offset: 3px; }
.contact-form-head { margin: 32px 0 14px; }
.contact-form { padding: 32px; border: 1px solid rgba(47, 109, 246, .12); border-radius: 24px; background: #fff; box-shadow: 0 18px 44px rgba(25, 50, 83, .09); }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.contact-field { display: grid; gap: 8px; color: #14243b; font-weight: 800; }
.contact-field-wide { grid-column: 1 / -1; }
.contact-field strong { margin-left: 4px; color: #2f6df6; font-size: 12px; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; min-height: 50px; box-sizing: border-box; border: 1px solid #cbd9eb; border-radius: 12px; background: #fbfdff; color: #071326; font: inherit; font-weight: 500; padding: 13px 14px; }
.contact-field textarea { min-height: 168px; resize: vertical; line-height: 1.7; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { outline: 3px solid rgba(47, 109, 246, .16); border-color: #2f6df6; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-privacy { margin: 22px 0 0; color: #52647c; font-size: 14px; line-height: 1.7; }
.contact-privacy a { color: #245bc9; font-weight: 800; }
.contact-form-status { margin: 12px 0 0; color: #65758b; font-size: 14px; font-weight: 700; line-height: 1.7; }
.contact-form-status.is-error { color: #b42318; }
.contact-form-status.is-success { color: #087443; }
.contact-submit { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; margin-top: 18px; padding: 12px 26px; border: 0; border-radius: 999px; background: linear-gradient(135deg, #2f6df6, #2cc7f0); color: #fff; font: inherit; font-weight: 900; box-shadow: 0 12px 24px rgba(47, 109, 246, .2); cursor: pointer; }
.contact-submit:disabled { cursor: not-allowed; opacity: .52; box-shadow: none; }
@media (max-width: 720px) {
  .contact-page .contact-section { padding: 44px 0 56px; }
  .contact-page .contact-inner { width: min(100% - 28px, 560px); }
  .contact-line-card { grid-template-columns: 1fr; gap: 18px; padding: 22px 18px; border-radius: 18px; }
  .contact-line-button { width: 100%; box-sizing: border-box; }
  .contact-form { padding: 22px 18px; border-radius: 18px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 18px; }
  .contact-field-wide { grid-column: auto; }
  .contact-submit { width: 100%; }
}
