@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/line-seed-jp-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../font/metropolis-medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../font/metropolis-semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../font/metropolis-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
  text-size-adjust: 100%;
}
@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.3255813953vw;
    scroll-padding-top: 8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html.is-company-scroll-sync {
  scroll-behavior: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  color: #000;
  background: #fff;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-tap-highlight-color: transparent;
}

body.is-menu-open {
  overflow: hidden;
}

section {
  position: relative;
}

h1,
h2,
h3,
p,
figure,
dl,
dd,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

img,
picture,
video {
  display: block;
  max-width: 100%;
}

img,
video {
  height: auto;
}

:focus-visible {
  outline: 3px solid #0b65d8;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  transform: translateY(-200%);
  padding: 1rem 1.5rem;
  color: #fff;
  background: #223a70;
  z-index: 1000;
}
.skip-link:focus {
  transform: translateY(0);
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.container {
  position: relative;
  max-width: 150rem;
  margin-inline: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .container {
    margin-inline: 3.5rem;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.is-placeholder[aria-disabled=true] {
  cursor: default;
}
