.notfound__wrapper {
  width: 1200px;
  margin: 288px auto 200px;
}
@media screen and (max-width: 1280px) {
  .notfound__wrapper {
    width: 100%;
    padding: 0 40px;
    margin: 208px 0 120px;
  }
}
@media screen and (max-width: 850px) {
  .notfound__wrapper {
    margin: 168px 0 80px;
  }
}
@media screen and (max-width: 450px) {
  .notfound__wrapper {
    padding: 0 20px;
    margin: 116px 0 56px;
  }
}
.notfound__title {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 450px) {
  .notfound__title {
    margin-bottom: 40px;
  }
}
.notfound__title p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 52px;
  color: #0B7BEC;
  margin-bottom: 24px;
}
@media screen and (max-width: 850px) {
  .notfound__title p {
    font-size: 40px;
  }
}
@media screen and (max-width: 450px) {
  .notfound__title p {
    font-size: 32px;
  }
}
.notfound__title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #10181D;
}
.notfound__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 450px) {
  .notfound__text {
    margin-bottom: 32px;
  }
}
.notfound__text a {
  display: inline-block;
  color: #0B7BEC;
}
.notfound__text a:hover {
  text-decoration: underline;
}

.back-btn {
  width: 248px;
  height: 56px;
  background: #fff;
  border-radius: 100px;
  border: solid 1px #0B7BEC;
  margin: 0 auto;
}
.back-btn a {
  width: 100%;
  height: 100%;
  padding: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #0B7BEC;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
}
.back-btn a span {
  padding-left: 24px;
}
.back-btn-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
  margin: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.back-btn-icon img {
  filter: invert(100%) sepia(0%) saturate(7463%) hue-rotate(125deg) brightness(106%) contrast(100%);
}
.back-btn:hover {
  background: linear-gradient(90deg, #004FC8, #00A3EC);
}
.back-btn:hover a {
  color: #fff;
}
.back-btn:hover .back-btn-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 0;
  transition: 0.3s;
}
.back-btn:hover .back-btn-icon img {
  filter: invert(58%) sepia(100%) saturate(6141%) hue-rotate(197deg) brightness(101%) contrast(91%);
}/*# sourceMappingURL=404.css.map */