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

.service .service-name {
  font-size: 36px;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .service .service-name {
    font-size: 24px;
    text-align: center;
  }
}
.service .service-name .small {
  font-size: 20px;
}
.service .service-text {
  line-height: 2.5em;
}
.service .service-01 {
  position: relative;
}
.service .service-01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 534px;
  height: 435px;
  background-image: url(/wp-content/themes/main/images/top/service_bg_01.webp);
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .service .service-01::before {
    width: 100%;
    background-size: contain;
    background-position: left bottom;
  }
}
.service .service-01::after {
  white-space: pre;
  content: "SEAFOOD \aWHOLESALE \a BUSINESS";
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 30px;
  color: #7d7d7d;
}
@media (max-width: 991.98px) {
  .service .service-01::after {
    font-size: 20px;
    left: 5%;
  }
}
.service .service-02 {
  position: relative;
}
.service .service-02::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 482px;
  height: 300px;
  background-image: url(/wp-content/themes/main/images/top/service_bg_02.webp);
  background-repeat: no-repeat;
}
.service .service-02::after {
  white-space: pre;
  content: "SEAFOOD \aPROCESSING \aPRIMARY";
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 30px;
  color: #7d7d7d;
}
@media (max-width: 991.98px) {
  .service .service-02::after {
    font-size: 20px;
  }
}
.service .service-03 {
  position: relative;
}
.service .service-03::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 435px;
  background-image: url(/wp-content/themes/main/images/top/service_bg_03.webp);
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .service .service-03::before {
    width: 100%;
    background-size: contain;
    background-position: left bottom;
  }
}
.service .service-03::after {
  white-space: pre;
  content: "SEAFOOD \aPROCESSING \aSECONDARY";
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 30px;
  color: #7d7d7d;
}
@media (max-width: 991.98px) {
  .service .service-03::after {
    font-size: 20px;
    left: 5%;
  }
}
.service .service-04 {
  position: relative;
}
.service .service-04::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 534px;
  height: 435px;
  background-image: url(/wp-content/themes/main/images/top/service_bg_04.webp);
  background-repeat: no-repeat;
}
.service .service-04::after {
  white-space: pre;
  content: "FISH MARKET";
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 30px;
  color: #7d7d7d;
}
@media (max-width: 991.98px) {
  .service .service-04::after {
    font-size: 20px;
  }
}