.fv {
  background-image: url(/business/solutions/img/infrastructure/top/top-01hero-pc.png);
  background-repeat: no-repeat;
  background-position: 50% 67%;
  background-size: cover;
}
@media (max-width: 640px) {
  .fv {
    background-image: url(/business/solutions/img/infrastructure/top/top-01hero-sp.png);
    background-position: center;
  }
}
.fv--lead {
  color: #fff !important;
  font-weight: bold;
}
.fv--link {
  color: #fff !important;
}
.fv--link div::after, .fv--link div::before {
  background-color: #fff !important;
}

#nextstage {
  background-image: url(/business/solutions/img/infrastructure/top/top-01-pc.png);
}
@media (max-width: 1000px) {
  #nextstage {
    background-image: url(/business/solutions/img/infrastructure/top/top-01-sp.png);
  }
}
#nextstage .hero-text-link--sub-lead, #nextstage .hero-text-link--caption {
  color: #fff;
}
@media (max-width: 1000px) {
  #nextstage .hero-text-link--text-wrapper {
    padding: min(10vw, 43px) 0 min(85.116vw, 366px);
  }
}

#merit, #solution, #newinfo {
  background-color: #F1E1ED;
}

#catalogue-list {
  background-color: #E6E2E4;
}

.color_purple {
  color: #7A126B !important;
}/*# sourceMappingURL=top.css.map */