.news-wrap {
  padding: 5rem 0 3rem 0;
}

.news-wrap h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  margin: 3rem 0;
}

.news-block {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.news-block .news-news {
  display: block;
  position: relative;
  width: 30%;
  margin: 1.5rem 0;
}

.news-block .news-news::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #a09992;
  transform-origin: bottom center;
  transition: transform 0.5s, background 0.5s;
}

.news-block .news-news:nth-child(3n+2) {
  margin: 1.5rem 5%;
}

.news-block .news-news .title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.news-block .news-news .type {
  padding: 0.35rem 1.25rem;
  border: 1px solid #FFF;
  vertical-align: middle;
}

.news-block .news-news .date {
  font-size: 0.9rem;
  line-height: 1.25rem;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .news-block .news-news .date {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}
.news-block .news-news article {
  margin: 1rem 0 2rem 0;
  font-size: 0.9rem;
  line-height: 1.25rem;
  line-height: 200%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1024px) {
  .news-block .news-news article {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}
.more-dot {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  margin: 1.5rem auto;
  transform: rotate(90deg);
}

.news-content-wrap {
  padding: 5rem 0;
}

.news-content-wrap .category .type {
  display: inline-block;
  padding: 0.35rem 1rem;
  border: 1px solid #FFF;
  vertical-align: middle;
  font-size: 0.9rem;
  line-height: 1.25rem;
}

@media only screen and (max-width: 1024px) {
  .news-content-wrap .category .type {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}
.news-content-wrap .category .date {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.news-content-wrap h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.25rem;
  font-weight: normal;
  text-align: left;
  line-height: 175%;
  margin: 1rem 0;
}

@media only screen and (min-width: 1025px) {
  .news-news:hover::after {
    background: #FFF;
    transform: scale(1, 5);
  }
}
@media only screen and (max-width: 1024px) {
  .news-wrap h1 {
    margin: 1.5rem 0;
  }
  .news-block {
    width: 90%;
    margin: auto;
  }
  .news-block .news-news {
    width: 100%;
    margin: 1rem 0;
  }
  .news-block .news-news:nth-child(3n+2) {
    margin: 1rem 0;
  }
  .news-block .news-news .type {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .news-block .news-news .type {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .news-block .news-news article {
    font-size: 1rem;
    line-height: 1.35rem;
    margin: 1rem 0 1.5rem 0;
    line-height: 175%;
  }
  .news-content-wrap {
    padding: 5rem 0 3rem 0;
  }
} 

/*# sourceMappingURL=news.css.map */
