.error {
  margin-top: 125px;
}
.errorBox {
  background-image: url(../images/error_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px 0 100px;
}

.error__img {
  height: auto;
  margin: 0 auto;
  margin: 0 auto 32px;
  padding-top: 24px;
  width: 85px;
}

.error__title {
  color: var(--colorGreen);
  font-family: var(--fontRoboto);
  font-size: var(--fontSize52);
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

.contactError .error__title,
.contactError .error__subtitle {
  color: #e63a3a;
}

.error__subtitle {
  color: var(--colorBlack);
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize20);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 8px;
  text-align: center;
}

.error__text {
  color: var(--colorBlack);
  font-family: var(--fontNotoSansJP);
  font-size: var(--fontSize16);
  font-weight: 400;
  line-height: 2;
  margin-top: 32px;
  text-align: center;
}

.whiteBtn {
  margin-top: 48px;
}
@media screen and (max-width:767px) {
  .errorBox {
    background-image: none;
  }
  .error {
    margin-top: 75px;
  }
}
