body {
  color: #000;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.-flex {
  display: flex;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(148deg, rgba(29, 155, 240, 0.75) 0%, rgba(29, 155, 240, 0.75) 50%, rgba(2, 121, 201, 0.75) 50%, rgba(2, 121, 201, 0.75) 100%);
  position: relative;
  word-break: keep-all;
}

.top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #FEFEFE;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 897px) {
  .top {
    width: 90%;
    position: static;
    margin-inline: auto;
    transform: none;
    margin: auto;
    margin-top: 12%;
  }
}

.top_title {
  padding-top: 96px;
}
@media screen and (max-width: 897px) {
  .top_title {
    padding-top: 140px;
  }
}
.top_title h1 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 897px) {
  .top_title h1 {
    font-size: 36px;
  }
}

.top_desc {
  padding-top: 80px;
}
.top_desc p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 80px;
}
@media screen and (max-width: 897px) {
  .top_desc p {
    font-size: 16px;
  }
}

.top_btn {
  display: inline-block;
}

.btn {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3636363636;
  border: 3px solid;
  border-radius: 15px;
  width: 413px;
  padding-top: 43px;
  padding-bottom: 43px;
  background: #FEFEFE;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 897px) {
  .btn {
    font-size: 20px;
    width: 280px;
  }
}
.btn.-left {
  color: #1D9BF0;
  margin-right: 60px;
}
@media screen and (max-width: 897px) {
  .btn.-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.btn.-right {
  color: #0279C9;
}

footer {
  max-width: 629px;
  width: 100%;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 96px;
  text-align: left;
}
@media screen and (max-width: 897px) {
  footer {
    padding-bottom: 90px;
    width: 80%;
  }
}

.footer_title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.footer_address {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.footer_tell {
  color: #0279C9;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=top-style.css.map */