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

.top-title span {
  font-size: 48px;
  font-weight: 900;
  color: #FBBA8A;
  letter-spacing: 0.1em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  text-shadow: 3px 2px #FBBA8A;
}
@media (max-width: 991.98px) {
  .top-title span {
    font-size: 30px;
  }
}

.btn {
  padding: 20px 60px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  background-color: #FC984C;
  color: #fff;
  border: none;
}

.about-us-bg {
  background: url(../images/top/about-us-bg-left.webp) no-repeat left center, url(../images/top/about-us-bg-right.webp) no-repeat right center;
  background-position: bottom 20% left, top right;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .about-us-bg {
    background-size: 120px, 120px;
    background-position: bottom left -20px, top right -20px;
    padding: 60px 0;
  }
}

.about-us {
  text-align: center;
}
.about-us .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .about-us .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.about-us .title span {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .about-us .title span {
    font-size: 16px;
  }
}
.about-us .content {
  font-size: 20px;
  line-height: 2em;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto 30px;
}
@media (max-width: 991.98px) {
  .about-us .content {
    font-size: 20px;
    margin: 0 auto 20px;
    text-align: left;
  }
}

.service {
  background: #efefef;
}
.service .wrapper {
  background: url(../images/top/wold-map.webp) no-repeat top right;
}
.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;
  }
}

.my-map {
  aspect-ratio: 4/3;
  width: 80%;
  height: auto;
}
@media (max-width: 991.98px) {
  .my-map {
    width: 100% !important;
    aspect-ratio: 1/1;
  }
}/*# sourceMappingURL=top.css.map */