@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&Barlow&display=swap");
.page_intro {
  padding-bottom: 60px;
}

.point {
  padding: 60px 0;
  background-color: #f6f7f9;
}

.service {
  position: relative;
  padding: 60px 0 90px;
}
.service .c_title_sec--01 {
  margin-bottom: 12px;
}
.service__text {
  margin-bottom: 25px;
}
.service__text:last-child {
  margin-bottom: 0;
}
.service .c_frame {
  margin-bottom: 60px;
}
.service .c_list_col {
  margin-bottom: 40px;
}
.service::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(../images/bg_main_bottom.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px){
  .point .c_feature__item:nth-child(1) .c_feature__item_title {
    margin-top: 20px;
  }
  .point .c_feature__item:nth-child(2) .c_feature__item_title {
    margin-top: 19px;
  }
  .point .c_feature__item:nth-child(3) .c_feature__item_title {
    margin-top: 22px;
  }
}
@media screen and (min-width: 992px){
  .page_intro {
    padding-bottom: 120px;
  }
  .page_intro__content {
    min-height: 506px;
    padding-top: 80px;
  }
  .point {
    padding: 90px 0 95px;
  }
  .point .c_title {
    margin-bottom: 75px;
  }
  .point .c_feature__item_info {
    padding-bottom: 25px;
  }
  .service {
    padding: 112px 0 188px;
  }
  .service__text {
    margin-bottom: 36px;
  }
  .service .c_frame {
    margin-bottom: 105px;
  }
  .service .c_list_col {
    margin-bottom: 80px;
  }
  .service::after {
    height: 275px;
  }
}
/*# sourceMappingURL=maps/construction-maintenance-service.css.map */
