@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;
}
.page_intro__frame {
  display: none;
}

.point {
  padding: 60px 0;
  background-color: #f6f7f9;
}
.point__feature {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 822px;
  width: 600px;
  margin: 0 0 30px;
  z-index: 1;
  text-align: center;
}
.point__feature::before {
  content: "";
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 25px;
  border-color: #26408d;
  border-width: 1px 1px 0 1px;
  z-index: -1;
}

.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_list_col__item_text {
  font-size: 0.875rem;
}
.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){
  .page_intro__wrap {
    margin-bottom: 50px;
  }
  .page_intro__frame {
    display: block;
  }
  .point__feature {
    width: auto;
  }
  .point__feature::before {
    top: calc(50% + 14px);
    width: 70%;
    height: 36px;
  }
  .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: 24px;
  }
  .point .c_feature__item:nth-child(3) .c_feature__item_title {
    margin-top: 12px;
  }
}
@media screen and (min-width: 992px){
  .page_intro {
    padding-bottom: 140px;
  }
  .page_intro__wrap {
    margin-bottom: 110px;
  }
  .page_intro__content {
    min-height: 506px;
    padding-top: 65px;
  }
  .point {
    padding: 90px 0 100px;
  }
  .point .c_title {
    margin-bottom: 75px;
  }
  .point__feature::before {
    width: 100%;
  }
  .point .c_feature__item_info {
    padding-bottom: 24px;
  }
  .service {
    padding: 112px 0 157px;
  }
  .service .c_title {
    margin-bottom: 75px;
  }
  .service__text {
    margin-bottom: 36px;
  }
  .service .c_list_col__item .c_title_sec {
    margin-bottom: 14px;
  }
  .service .c_list_col__item_text {
    font-size: 1rem;
  }
  .service::after {
    height: 275px;
  }
}
/*# sourceMappingURL=maps/network-operation-center.css.map */
