@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.Footer {
  display: flex;
  justify-content: center;
  padding: 64px 0;
}
.Footer__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1024px;
}
.Footer__content small {
  color: #666666;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 24px;
}
.Footer__content-company {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: -0.28px;
}/*# sourceMappingURL=footer.css.map */