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

.page_index {
  position: relative;
}
.page_index .title {
  z-index: 2;
}
.page_index .title span {
  font-size: 60px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  color: #cf1225;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .page_index .title span {
    font-size: 40px;
  }
}
.page_index .bg-title {
  position: absolute;
  font-size: 120px;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  bottom: -10%;
  left: 0;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .page_index .bg-title {
    font-size: 80px;
  }
}

.op-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 991.98px) {
  .op-text {
    font-size: 18px;
  }
}

.about {
  display: flex;
  align-items: center;
  align-items: stretch;
  margin: 40px 0 200px 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .about {
    flex-wrap: wrap;
    margin: 50px 0;
  }
}
.about .about-img {
  height: auto;
}
.about .about-img img {
  width: auto;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  .about .about-img {
    width: 100%;
  }
}
.about .about-text {
  padding: 60px 0 20px 40px;
  background: #ffffff;
  transform: translate(-10%, 5%);
}
@media (max-width: 991.98px) {
  .about .about-text {
    width: 100%;
    padding: 40px 20px 0 20px;
    transform: none;
  }
}

.service-sticky {
  position: sticky;
  top: 80px;
  left: 0;
}

.service-wrap {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 767.98px) {
  .service-wrap {
    padding: 30px 15px;
  }
}
.service-wrap .service-title .no {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.3;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #fb4437;
  letter-spacing: 0.08em;
}
.service-wrap .service-title .no::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background: #fb4437;
  border-radius: 50%;
  display: block;
}
.service-wrap .service-title .title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 991.98px) {
  .service-wrap .service-title .title {
    font-size: 24px;
  }
}
.service-wrap p {
  font-size: 16px;
}/*# sourceMappingURL=top.css.map */