@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/noto-sans-jp.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #202b3a;
  background: #ffffff;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: #194c9c; text-underline-offset: .2em; }
a:hover { color: #10356e; }
a:focus-visible { outline: 3px solid #b64c00; outline-offset: 5px; border-radius: 2px; }
.skip-link { position: absolute; top: -6rem; left: 1rem; padding: .6rem 1rem; background: #fff; z-index: 1; }
.skip-link:focus { top: 1rem; }
.shell { width: min(100% - 3rem, 72rem); margin-inline: auto; }
.masthead { padding-block: 1.5rem; border-bottom: 1px solid #d4dce8; }
.brand { font-weight: 700; color: #202b3a; font-size: 1rem; text-decoration: none; }
.brand::before { content: ""; display: inline-block; width: .25rem; height: 1rem; background: #194c9c; margin-right: .7rem; vertical-align: -.1rem; }
main { padding-block: clamp(2.2rem, 6vw, 4.5rem); }
.page-head { max-width: 48rem; margin-bottom: 2.5rem; }
.eyebrow, .updated { color: #526174; font-size: .95rem; }
.eyebrow { margin: 0 0 .6rem; font-weight: 600; }
h1 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; line-height: 1.5; letter-spacing: -.02em; }
h2 { font-size: 1.25rem; line-height: 1.7; margin: 0 0 1rem; }
p { margin: 0 0 1.2rem; }
.home-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.home-section { border-top: 2px solid #194c9c; padding-top: 1.4rem; }
.contact { font-size: 1.2rem; font-weight: 600; }
.note { color: #526174; font-size: .95rem; }
.policy-link { display: inline-block; font-size: 1.125rem; margin-bottom: .8rem; }
.policy-layout { display: grid; grid-template-columns: 13rem minmax(0, 1fr); gap: 3.5rem; align-items: start; }
.contents { border-top: 2px solid #194c9c; padding-top: 1.2rem; }
.contents h2 { font-size: 1rem; }
.contents ol { margin: 0; padding-left: 1.3rem; }
.contents li { margin-bottom: .75rem; font-size: .95rem; }
.policy { max-width: 47rem; font-size: 1.0625rem; }
.policy section { margin-bottom: 2.7rem; scroll-margin-top: 1.5rem; }
.policy h2 { padding-bottom: .65rem; border-bottom: 1px solid #d4dce8; }
footer { border-top: 1px solid #d4dce8; padding-block: 1.6rem; color: #526174; font-size: .875rem; }
.footer-content { display: flex; flex-wrap: wrap; gap: .5rem 2rem; justify-content: space-between; }
@media (max-width: 52rem) {
  .policy-layout { grid-template-columns: 1fr; gap: 2rem; }
  .contents ol { display: flex; flex-wrap: wrap; gap: .4rem 2rem; }
  .contents li { margin: 0; }
}
@media (max-width: 38rem) {
  .shell { width: calc(100% - 2rem); }
  .home-grid { grid-template-columns: 1fr; gap: 2rem; }
  .contents ol { display: block; }
  .contents li { margin-bottom: .5rem; }
  .policy { font-size: 1rem; }
}
@media print {
  .skip-link, .contents, footer { display: none; }
  .shell { width: 100%; }
  main { padding-block: 1rem; }
  .policy-layout { display: block; }
  a { color: inherit; }
}
