.pOther-service__erase {
  /* width: calc(1100 / 1400 * 100vw); */
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.service-erase__heading {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  top: 85px;
}

.service-erase__heading--en {
  font-family: "Heebo", sans-serif;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 60px;
  font-weight: 700;
}
.service-erase__heading--ja {
  display: block;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.service-erase__text {
  margin-top: 80px !important;
}

@media screen and (max-width: 896px) {
  .pOther-service__erase {
    width: 100%;
  }

  .service-erase__heading {
    top: 15px;
  }

  .service-erase__heading--en {
    font-size: 24px;
  }
  .service-erase__heading--ja {
    font-size: 16px;
    margin-top: 5px;
  }

  .service-erase__text {
    margin-top: 40px !important;
  }
}
