@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700;900&display=swap");
body {
  font-family: Urbanist, "Noto Sans JP";
  position: relative;
  font-size: 18px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

img.icon-svg {
  border-radius: 0 !important;
}

.image-wrapper.bg-overlay:before {
  background: rgba(30, 34, 40, 0.1);
}

img.logo-light, img.logo-dark {
  max-width: 270px;
  width: 100%;
}

a.nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}/*# sourceMappingURL=style.css.map */