.text-center-sp {
  text-align: left;
}
@media (max-width: 991.98px) {
  .text-center-sp {
    text-align: center;
  }
  .text-center-sp .btn {
    width: 250px;
  }
}

.about {
  background: #eff0eb url(../images/top/aboutus-bg-bottom.webp);
}
.about .title .en {
  vertical-align: middle;
}
.about .title .ja {
  vertical-align: middle;
}
.about .op-text {
  line-height: 2.5em;
}
@media (max-width: 991.98px) {
  .about .op-text {
    line-height: 2em;
  }
}

.service .wrapper {
  background: url(../images/top/wold-map.webp) no-repeat top right;
}
.service .service-photo {
  text-align: center;
}
.service .service-photo img.img-left {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 991.98px) {
  .service .service-photo img.img-left {
    border-radius: 20px;
  }
}
.service .service-photo img.img-right {
  border-radius: 30px 0 0 30px;
}
@media (max-width: 991.98px) {
  .service .service-photo img.img-right {
    border-radius: 20px;
  }
}
.service .service-name {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .service .service-name {
    font-size: 24px;
    text-align: center;
  }
}
.service .service-text {
  line-height: 2em;
}
.service .service-end-text {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .service .service-end-text {
    font-size: 18px;
  }
}/*# sourceMappingURL=top.css.map */