@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
html {
  font-size: 62.5%;
}

/* アンカーリンク用 */
@media (max-width: 767px) {
  html {
    scroll-snap-type: y proximity;
    scroll-padding-top: 62px;
  }
}

body {
  font-family: "Noto Sans JP", "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  background-color: #F1F7F8;
  min-width: auto;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 0px;
}
@media (min-width: 768px) {
  body {
    min-width: 1040px;
  }
}

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

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.8;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-top: 0;
}

.pc-text {
  display: none;
}
@media (min-width: 768px) {
  .pc-text {
    display: block;
  }
}

sup {
  top: -0.3em;
  font-size: 10px;
}

/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  span.pc,
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}

.container {
  max-width: 112rem;
  margin: 0 auto;
  box-sizing: border-box;
}

/*# sourceMappingURL=style.css.map */
