@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.header .header-nav {
  display: none;
}

.top {
  background: #F3F7F8;
  width: 100%;
  position: relative;
}
.top:before, .top:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top:before, .top:after {
    display: none;
  }
}
.top:before {
  background: url("../img/top/img_left.svg") no-repeat center/contain;
  width: 30%;
  height: 87%;
  top: 6%;
  left: 5%;
}
@media screen and (max-width: 1280px) and (max-width: 1500px) {
  .top:before {
    left: 2%;
  }
}
.top:after {
  background: url("../img/top/img_right.svg") no-repeat center/contain;
  width: 29%;
  height: 87%;
  top: 6%;
  right: 5%;
}
@media screen and (max-width: 1280px) and (max-width: 1500px) {
  .top:after {
    right: 2%;
  }
}
.top .inner {
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top .inner {
    height: calc(100vh - 65px);
    height: calc(100svh - 65px);
  }
}
.top .inner .content-wrap {
  text-align: center;
}
.top .inner .content-wrap .top-logo {
  max-width: 200px;
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .top .inner .content-wrap .top-logo {
    max-width: 120px;
    margin-bottom: 16px;
  }
}
.top .inner .content-wrap .top-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top .inner .content-wrap .top-title {
    margin-bottom: 22px;
  }
}
.top .inner .content-wrap .top-title span {
  font-weight: 400;
}
.top .inner .content-wrap .top-catch {
  margin: 0 auto 50px;
  width: 43vw;
  max-width: 704px;
}
@media screen and (max-width: 768px) {
  .top .inner .content-wrap .top-catch {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.top .inner .content-wrap .btn-wrap .btn {
  margin-left: auto;
  margin-right: auto;
}
.top .inner .content-wrap .btn-wrap .btn:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top .inner .content-wrap .btn-wrap {
    margin-bottom: 20px;
  }
}

.sp img {
  position: absolute;
  z-index: 0;
}
.sp .img_sp01 {
  width: 31%;
  top: 26px;
  left: 8%;
}
.sp .img_sp02 {
  width: 32%;
  top: 26px;
  right: 8%;
}
.sp .img_sp03 {
  width: 32%;
  bottom: 16px;
  left: 8%;
}
.sp .img_sp04 {
  width: 35%;
  bottom: 10px;
  right: 8%;
}