@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* baes */
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

html:has(dialog:modal) {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.u-w1280 {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: min(5.5555555556%, 80px);
}
@media screen and (max-width: 750px) {
  .u-w1280 {
    padding-inline: max(5.1282051282%, 20px);
  }
}

.u-w1240 {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: min(6.9444444444%, 100px);
}
@media screen and (max-width: 750px) {
  .u-w1240 {
    padding-inline: max(5.1282051282%, 20px);
  }
}

.u-w1200 {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: min(6.9444444444%, 100px);
}
@media screen and (max-width: 750px) {
  .u-w1200 {
    padding-inline: max(5.1282051282%, 20px);
  }
}

.u-w800 {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-inline: auto;
  padding-inline: min(6.9444444444%, 100px);
}
@media screen and (max-width: 750px) {
  .u-w800 {
    padding-inline: max(5.1282051282%, 20px);
  }
}

.u-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.u-external::after {
  content: "";
  display: block;
  width: 13px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("/assets/images/link_header.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.u-blue {
  color: #3061C3 !important;
}

.u-white {
  color: #fff !important;
}