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

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

main {
  position: relative;
}

section {
  position: relative;
  z-index: 2;
}

.l-content-pt {
  padding-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .l-content-pt {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-content-pt {
    padding-top: 52px;
  }
}

.l-content-pt_low {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-content-pt_low {
    padding-top: 48px;
  }
}

.l-content-pb {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .l-content-pb {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-content-pb {
    padding-bottom: 52px;
  }
}

.l-content-pb_low {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-content-pb_low {
    padding-bottom: 48px;
  }
}

img {
  display: block;
}

a {
  display: block;
}

em {
  font-style: normal;
}

/* forResponsive
---------------------------------------------------- */
.pc-visible,
.notepc-visible,
.tb-visible,
.sp-visible {
  display: none;
}

.pc-visible {
  display: block;
}

@media screen and (max-width: 1199px) {
  .pc-visible {
    display: none;
  }
  .notepc-visible {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .notepc-visible {
    display: none;
  }
  .tb-visible {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tb-visible {
    display: none;
  }
  .sp-visible {
    display: block;
  }
}
/* txtstyle
---------------------------------------------------- */
p, li, a, div, dt, dd {
  line-break: strict;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  p, li, a, div, dt, dd {
    font-size: 15.2px;
  }
}
@media screen and (max-width: 991px) {
  p, li, a, div, dt, dd {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 767px) {
  p, li, a, div, dt, dd {
    font-size: 13.6px;
  }
}

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