@import url(../vendor/fonts.css);

@import url(../style/index/index.css);

@import url(../style/index/pickup.css);
@import url(../style/index/work.css);
@import url(../style/index/program.css);
@import url(../style/index/outline.css);
@import url(../style/index/form.css);
@import url(../style/index/popup.css);

@import url(../style/index/dates.css);
@import url(../style/index/class.css);

@import url(../style/index/thanks.css);

@import url(../style/index/tu2.css);

@import url(../style/index/footer.css);

@import url(../style/index/top-animation.css);

html {
  scroll-behavior: smooth;
}

.page {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background-color: #edfdfa;
  overflow: hidden;
  color: #325078;
  -webkit-tap-highlight-color: transparent;
}

img {
  object-fit: cover;
}

.red {
  color: red;
}

.underline {
  text-decoration: underline;
}

.not-displayed {
  display: none;
  overflow: hidden;
}

.responsive {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .page_white {
    background: #ffff !important;
  }
}
