.heading--en {
  margin-bottom: 0.15em;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.025em;
}
.heading--ja {
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .heading--en {
    margin-bottom: 0;
    font-size: 45px;
  }
  .heading--ja {
    font-size: 18px;
  }
}

.news__item {
  border-bottom: 1px dashed #ddd;
}
.news__item:first-of-type {
  border-top: 1px dashed #ddd;
}
.news__item a {
  display: block;
  padding: 15px 5px;
}
.news__date {
  color: #777;
  font-size: 12px;
}
.news__title {
  margin-bottom: 3px;
  color: #000;
}
.news__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #555;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .news__date {
    font-size: 13px;
  }
  .news__title {
    font-size: 15px;
  }
  .news__excerpt {
    -webkit-line-clamp: 2;
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .news__item a {
    padding: 25px 10px;
  }
  .news__date {
    font-size: 14px;
  }
  .news__title {
    font-weight: bold;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
  }
  .news__excerpt {
    -webkit-line-clamp: 1;
    color: #333;
    font-size: 14px;
  }
}

.news {
  padding: 120px 0 60px;
}
.news__heading {
  margin-bottom: 3em;
}/*# sourceMappingURL=news.css.map */