@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Oswald:wght@200..700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  src: url("/static/fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  ascent-override: 93%;
  descent-override: 21%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Outfit";
  src: url("/static/fonts/Outfit-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  margin: 0;
  padding: 0;
  scrollbar-gutter: stable;
}
@media screen and (max-width: 767px) {
  .newsite [data-media]:not([data-media~=sp]),
  .newsite .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .newsite [data-media]:not([data-media~=pc]),
  .newsite .sp-only {
    display: none !important;
  }
}
.newsite body {
  -webkit-text-size-adjust: 100%;
}
.newsite * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
.newsite html:has(dialog[open]) {
  overflow: hidden;
}
.newsite img {
  vertical-align: top;
}
.newsite a {
  text-decoration: none;
  color: unset;
}
.newsite li {
  list-style-type: none;
}
.newsite iframe {
  border: none;
  overflow: hidden;
}
.newsite button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}
.newsite input,
.newsite textarea {
  outline: none;
  border: none;
  background: none;
  font-family: inherit;
}
.newsite hr {
  border: none;
  border-top: 1px solid;
}
.newsite .no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.newsite .large-container {
  position: relative;
  max-width: 105rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .newsite .large-container {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .newsite .large-container {
    padding: 0 3.75rem;
  }
}
.newsite .base-container {
  position: relative;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .newsite .base-container {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .newsite .base-container {
    padding: 0 3.75rem;
  }
}
.newsite .small-container {
  position: relative;
  max-width: 61.25rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .newsite .small-container {
    padding: 0 2.5rem;
  }
}
.newsite .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.newsite .force-hidden {
  display: none !important;
}
.newsite [data-animate=fade-in] {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: opacity 1s ease, transform 1s ease;
}
.newsite [data-animate=character-fade-up] {
  overflow: hidden;
}
.newsite [data-animate=character-fade-up] span {
  display: inline-block;
  transform: translateY(120%);
}
.newsite .base-paragraph {
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
  color: #363434;
  font-weight: 500;
}
.newsite .base-paragraph-sm {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #363434;
  font-weight: 400;
}
.newsite .base-paragraph-leading {
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
  color: #363434;
}