/* =========================
   CSS RESET
========================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

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

img {
  height: auto;
}

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

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  border: 0;
  background: none;
  cursor: pointer;
  appearance: none;
}

textarea {
  resize: vertical;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

/* =========================
   BASE STYLES
========================= */

:root {
  --blue01: #073b96;
  --blue02: #061637;
  --blue03: #eef4ff;
  --red01: #de1e20;
  --white: #fff;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.inner {
  max-width: 1126px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner1251 {
  max-width: 1211px;
  margin: 0 auto;
}

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

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

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