@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 958px) {
  .tab {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

.white {
  color: #fff !important;
}

.anchor {
  margin-top: -124px;
  padding-top: 124px;
}

.page__nav {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 640px) {
  .page__nav {
    margin-bottom: calc(50 / 640 * 100vw);
  }
}

.animation {
  opacity: 0;
}

.isFade {
  opacity: 0;
  position: relative;
  bottom: -3em;
}
.isFade.isPlay {
  animation: fadein 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    bottom: -3em;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 2s, transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-down {
  opacity: 0;
  transform: translateY(-24px);
  transition: opacity 2s, transform 1s;
}
.fade-in-down.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 1s;
}
.fade-in.is-in-view {
  opacity: 1;
}

.mt-05em {
  margin-top: 0.5em;
}

.mt-1em {
  margin-top: 1em;
}

.mt-2em {
  margin-top: 1em;
}

.mt-3em {
  margin-top: 1em;
}

.mb-05em {
  margin-bottom: 0.5em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 1em;
}

.mb-3em {
  margin-bottom: 1em;
}

.list_small {
  margin-left: 0;
}
.list_small li {
  margin-left: 0 !important;
  padding-left: 1em;
  list-style: none !important;
  position: relative;
}
.list_small li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}/*# sourceMappingURL=module.css.map */