.sub-page-main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 35rem;
  background-image: url(../../img/news/main-visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-wrapper {
  width: 85%;
  margin: auto;
  max-width: 100rem;
}

.news-container {
  margin-top: 3rem;
}

.news-item {
  padding: 2rem 1.5rem 4rem;
  border-bottom: 1px solid #898F9C;
}

.news-item:first-child {
  border-top: 1px solid #898F9C;
}

.news-item__title {
  margin-top: 1rem;
  line-height: 1.4;
}

.news-item__desc {
  margin-top: 1rem;
}

.news-item__desc > * {
  line-height: 1.4;
}

.news-item__desc > *:not(:first-child) {
  margin-top: 1.5rem;
}
/*# sourceMappingURL=style.css.map */