@charset "UTF-8";
/*
====================================
Technology — Under Construction
====================================
*/
.page-technology-uc {
  background: #f8f8f8;
}

.tech-uc {
  padding-top: 72px;
  padding-bottom: 120px;
  background: #f8f8f8;
}
.tech-uc__inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.tech-uc__en {
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 5.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #1b2c55;
  letter-spacing: 0.02em;
}
.tech-uc__lead {
  margin: 20px 0 0;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 600;
  color: #1b2c55;
}
.tech-uc__note {
  margin: 16px 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #5b5b5b;
}
.tech-uc__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .tech-uc {
    padding-top: 48px;
    padding-bottom: 80px;
  }
  .tech-uc__en {
    font-size: 3.6rem;
  }
  .tech-uc__lead {
    font-size: 1.6rem;
  }
  .tech-uc__note {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=technology-under-construction.css.map */