@font-face { font-family: "PT Sans"; src: url("../../fonts/PTSans-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "PT Sans"; src: url("../../fonts/PTSans-Bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "PT Sans Narrow"; src: url("../../fonts/PTSansNarrow-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
* { box-sizing: border-box; }
html { background: #fff; color: #000; font-family: "PT Sans", sans-serif; }
body { margin: 0; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
.home { flex: 1; min-height: 520px; display: flex; align-items: center; padding: clamp(28px, 6vw, 100px); background: #ddd url("../../media/img/20110802_NISI.webp") center center / cover no-repeat; }
.notice { width: 38%; max-width: 480px; text-align: center; container-type: inline-size; }
.logo { display: block; width: min(100%, 340px); height: auto; margin: 0 auto; }
h1 { margin: 36px 0 0; font-size: clamp(22px, 9.5cqw, 48px); line-height: 1.18; font-weight: 700; opacity: .6; }
h1 span { white-space: nowrap; }
footer { padding: 14px 20px; text-align: center; }
address { font-family: "PT Sans Narrow", sans-serif; font-style: normal; font-size: 16px; line-height: 1.5; }
address strong { font-family: "PT Sans", sans-serif; font-weight: 700; }
address span, address a, address strong { display: inline-block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
@media (max-width: 650px) {
  .home { min-height: 560px; flex-direction: column; align-items: center; padding: 0; background: #fff; }
  .notice { width: 100%; max-width: none; padding: 24px 22px; }
  .home::after { content: ""; display: block; width: 100%; flex: 1; min-height: 340px; background: #ddd url("../../media/img/20110802_NISI.webp") 58% center / cover no-repeat; }
  .logo { width: 210px; }
  h1 { margin-top: 20px; font-size: clamp(26px, 8vw, 36px); }
  footer { padding: 12px 16px; }
}
