.notfound {
  background-image: url("../image/contact_bg.webp");
  background-size: cover;
  background-position: top center;
  padding: 310px 0 310px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 830px) {
  .notfound {
    padding: 31.25vw 0 26.0416666667vw;
  }
}
@media screen and (max-width: 414px) {
  .notfound {
    padding: 140px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .notfound__wrapper {
    margin: 0 20px;
  }
}
.notfound__title {
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  margin-bottom: 56px;
}
@media screen and (max-width: 414px) {
  .notfound__title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
.notfound__title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 56px;
}
@media screen and (max-width: 414px) {
  .notfound__title-sub {
    margin-bottom: 42px;
  }
}
.notfound__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 414px) {
  .notfound__text {
    margin-bottom: 40px;
  }
}
.notfound__text a {
  color: #fff;
  text-decoration: underline;
}
.notfound__text a:hover {
  opacity: 0.8;
}

.back__btn {
  display: block;
  width: 280px;
  height: 67px;
  background-color: #fff;
  color: #222;
  padding-top: 0.9375vw;
  padding-top: 18px;
  font-size: 0.9375vw;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .back__btn {
    margin: 0 auto;
    width: min(239px, 100%);
    height: 57px;
    font-size: 15px;
    padding-top: 17px;
  }
}
@media screen and (max-width: 414px) {
  .back__btn {
    margin: 0 auto;
    width: min(63.7333333333vw, 100%);
    height: 15.2vw;
    font-size: 4vw;
    padding-top: 4.5333333333vw;
  }
}
.back__btn i {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .back__btn i {
    right: 24px;
  }
}
@media screen and (max-width: 414px) {
  .back__btn i {
    right: 6.4vw;
  }
}
.back__btn:hover {
  color: #6351EA;
}
.back__btn:hover i {
  right: 17px;
}
@media screen and (max-width: 768px) {
  .back__btn:hover i {
    right: 14px;
  }
}
@media screen and (max-width: 414px) {
  .back__btn:hover i {
    right: 3.7333333333vw;
  }
}/*# sourceMappingURL=404.css.map */