.news {
  padding: 208px 20px 220px;
}
@media screen and (min-width: 768px) {
  .news {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-column-gap: 0.8823529412%;
       -moz-column-gap: 0.8823529412%;
            column-gap: 0.8823529412%;
    padding: 348px 40px 330px;
  }
}

.news__top-line {
  display: block;
  width: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #e3e3e3;
}
@media screen and (min-width: 768px) {
  .news__top-line {
    grid-column: 1/-1;
  }
}

.page-heading {
  padding-top: 34px;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .page-heading {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding-top: 50px;
  }
}

.newsInner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .newsInner {
    grid-column: 5/-1;
  }
}

.news__list {
  display: -ms-grid;
  display: grid;
  row-gap: 35px;
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .news__list {
    row-gap: 35px;
    padding-top: 33px;
  }
}

.news__item {
  opacity: 0;
}

.news__line {
  display: block;
  width: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #e3e3e3;
}

.news__link {
  display: block;
}

.news__date {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.news__title {
  padding-top: 1px;
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.3rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 1.4rem;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin-top: 30px;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  opacity: 0;
}

.current {
  text-decoration: underline;
  text-underline-offset: 3px;
}