/* base
---------------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 0.958657879vw;
}
@media screen and (min-width: 1670px) {
  html {
    font-size: 16px;
  }
}

.__fix-bg-pattern {
  position: fixed;
  width: 100%;
  height: 100lvh;
}
.__fix-bg-pattern img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}

body {
  position: relative;
  color: #202020;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-break: strict;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

main {
  position: relative;
}

section {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  section {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 72px 0;
  }
}
section.__last-sec-pb {
  padding-bottom: 140px;
}
@media screen and (max-width: 991px) {
  section.__last-sec-pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  section.__last-sec-pb {
    padding-bottom: 90px;
  }
}

img {
  display: block;
}

a {
  display: block;
}

em {
  font-style: normal;
}

/* forResponsive
---------------------------------------------------- */
.__notopc {
  display: none;
}

.__sp {
  display: none;
}

.__tb {
  display: none;
}

.__pc {
  display: block;
}

@media screen and (max-width: 1199px) {
  .__pc {
    display: none;
  }
  .__tb {
    display: none;
  }
  .__sp {
    display: none;
  }
  .__notopc {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .__pc {
    display: none;
  }
  .__notopc {
    display: none;
  }
  .__sp {
    display: none;
  }
  .__tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .__pc {
    display: none;
  }
  .__notopc {
    display: none;
  }
  .__tb {
    display: none;
  }
  .__sp {
    display: block;
  }
}
/* fontsize
---------------------------------------------------- */
p, li, a, div, dt, dd {
  font-size: 16px;
}
@media screen and (max-width: 1599px) {
  p, li, a, div, dt, dd {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 991px) {
  p, li, a, div, dt, dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  p, li, a, div, dt, dd {
    font-size: 13.6px;
  }
}

span.__nowrap {
  display: inline-block;
}/*# sourceMappingURL=base.css.map */