.footer-contact {
  position: relative;
  padding: 100px 0 80px;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .footer-contact {
    padding: 60px 0 40px;
  }
}
.footer-contact .contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../images/common/contact-bg.webp");
  background-size: cover;
  background-position: right center;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-bg {
    background-position: left center;
  }
}
.footer-contact .contact-container {
  position: relative;
  z-index: 2;
}
.footer-contact .contact-title {
  font-family: "Oswald", sans-serif;
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-title {
    font-size: 50px;
  }
}
.footer-contact .contact-title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-title .ja {
    font-size: 14px;
  }
}
.footer-contact .contact-desc {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-desc {
    font-size: 14px;
  }
}
.footer-contact .contact-tel {
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-tel {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-contact .contact-tel .tel-label {
  font-size: 18px;
  margin-right: 10px;
}
.footer-contact .contact-tel .tel-number {
  font-size: 36px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
.footer-contact .contact-hours {
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .footer-contact .contact-hours {
    text-align: center;
  }
}
.footer-contact .main-btn {
  max-width: 240px;
}
@media (max-width: 575.98px) {
  .footer-contact .main-btn {
    margin: 0 auto;
  }
}

.section-cover-bg {
  background: linear-gradient(to bottom, #fff 20%, #437858 20%);
}

section.cover {
  width: 970px;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  section.cover {
    width: 100%;
  }
}
section.cover .main-visual {
  width: 100%;
  height: auto;
  aspect-ratio: 970/648;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991.98px) {
  section.cover .main-visual {
    aspect-ratio: 4/3;
  }
}
section.cover .main-visual.construction {
  background: url(../images/construction/main-visual.webp) no-repeat center center;
  background-size: cover;
}
section.cover .main-visual.maintenance {
  background: url(../images/maintenance/main-visual.webp) no-repeat center center;
  background-size: cover;
}
section.cover .main-visual.operations {
  background: url(../images/operations/main-visual.webp) no-repeat center center;
  background-size: cover;
}
section.cover .main-visual .catch-copy {
  font-size: 64px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  transform: translateX(-20%);
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  section.cover .main-visual .catch-copy {
    font-size: 36px;
  }
}
section.cover .main-visual .catch-copy span {
  border-right: 1px solid #fff;
}
section.cover .title-area {
  transform: translateY(-30%);
  padding: 0 2em;
}
@media (max-width: 991.98px) {
  section.cover .title-area {
    transform: translateY(-20%);
  }
}
section.cover .title-area .service {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
}
section.cover .title-area .number {
  font-size: 108px;
  font-weight: bold;
  color: #fff;
  color: transparent;
  -webkit-text-stroke: 1px white;
  paint-order: stroke fill;
  margin-bottom: 0.3em;
}
section.cover .title-area .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.8em;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  section.cover .title-area .title {
    font-size: 24px;
  }
}
section.cover .title-area .text {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

section.service {
  margin-bottom: 140px;
  overflow-x: clip;
  position: relative;
}
@media (max-width: 991.98px) {
  section.service {
    margin-bottom: 80px;
  }
}
section.service.reverse {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  section.service.reverse {
    margin-bottom: 80px;
  }
}
section.service .service-title {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  section.service .service-title {
    margin-bottom: 20px;
  }
}
section.service .service-title .en {
  font-size: 20px;
  font-weight: bold;
  color: #346432;
}
section.service .service-title .ja {
  font-size: 40px;
}
@media (max-width: 991.98px) {
  section.service .service-title .ja {
    font-size: 30px;
  }
}
section.service .photo {
  position: relative;
  z-index: 1;
}
section.service .photo img {
  position: relative;
  z-index: 1;
}
section.service .photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d2d2d2;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  transform: translate(-20%, 20%);
}
section.service.reverse .photo::before {
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  transform: translate(20%, -20%);
}
section.service .text {
  width: 100%;
}
@media (max-width: 991.98px) {
  section.service .text {
    margin-top: 80px;
  }
}
section.service .text h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
}
section.service .text p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 991.98px) {
  section.service.reverse .text {
    margin-top: 40px;
  }
}

section.works {
  margin-bottom: 140px;
}
section.works .section-title {
  margin-bottom: 40px;
}
section.works .description {
  padding: 20px 10px;
}
section.works .description h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.works .description .content {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}
section.works .description .date {
  font-size: 14px;
}
section.works .description .customer {
  font-size: 14px;
  line-height: 1.6;
}
section.works .description .location {
  font-size: 14px;
  line-height: 1.6;
}/*# sourceMappingURL=service.css.map */