@media screen and (max-width: 750px) {
  .v-headline__content {
    padding-top: 5.5rem;
  }
}
.v-headline__img {
  background-image: url(../../../../img/views/facility/other/pc/visual.jpg);
}
@media screen and (max-width: 750px) {
  .v-headline__img {
    background-image: url(../../../../img/views/facility/other/sp/visual.jpg);
  }
}

.v-wrapper {
  padding-bottom: 105px;
}
@media screen and (max-width: 750px) {
  .v-wrapper {
    padding-bottom: 5.6rem;
  }
}
.v-wrapper .v-heading2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .v-wrapper .v-heading2 {
    margin-bottom: 4.8rem;
  }
}
.v-wrapper .v-heading2__en {
  letter-spacing: 0;
}
.v-wrapper__desc {
  line-height: 1.9;
  margin-bottom: 65px;
}
@media screen and (max-width: 750px) {
  .v-wrapper__desc {
    margin-bottom: 5rem;
    padding: 0 0.6rem;
  }
}
.v-wrapper__text {
  margin-top: 3.5rem;
}
/*# sourceMappingURL=index.css.map */