.news {
  padding: 8rem 0 12rem;
  border-top: 0.1rem solid #DDDAD2;
}
.news_inner {
  margin: 0 auto;
  max-width: 100rem;
}
.news_list {
  display: flex;
  flex-flow: column;
  gap: 4rem 0;
}
.news_item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 6rem;
}
.news_item_thumb {
  width: 35rem;
  height: 21.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_item_thumb .news_logo {
  width: 80%;
}
.news_item_thumb .news_logo img {
  height: auto;
}
.news_item_content {
  width: calc(100% - 35rem - 6rem);
}
.news_item_head {
  margin-bottom: 2rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 2.5rem;
}
.news_item_date {
  color: #A39483;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.news_item_cat {
  padding: 0.4rem 1.1rem 0.4rem 1.1rem;
  border: 0.1rem solid #A39483;
  color: #A39483;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1;
  position: relative;
  top: -0.2rem;
}
.news_item_ttl {
  margin-bottom: 0.8rem;
  color: #A39483;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.7;
}
.news_item_desc {
  margin-bottom: 0.3rem;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.news_item_more {
  width: 22rem;
  padding: 1.1rem 0;
  border-bottom: 0.1rem solid #A39483;
  color: #A39483;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.news_item_more::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.9em;
  background: url(../../img/common/icon_arrow_02.svg) center center no-repeat;
  background-size: contain;
}
.news_pagination ul {
  margin-top: 8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0 0.6rem;
}
.news_pagination li {
  color: #A39483;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.news_pagination li .current {
  display: block;
  border-bottom: 0.1rem solid #A39483;
}
.news_pagination li span, .news_pagination li a {
  display: block;
  padding: 0.6rem;
}

@media only screen and (max-width: 768px) {
  .news {
    padding: 3rem 0 8rem;
  }
  .news_inner {
    max-width: 33rem;
  }
  .news_item {
    flex-flow: column;
    gap: 3rem 0;
  }
  .news_item_thumb {
    width: 100%;
    height: 20.4rem;
  }
  .news_item_content {
    width: 100%;
  }
  .news_item_head {
    margin-bottom: 0.6rem;
    gap: 0 1.3rem;
  }
  .news_item_ttl {
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
    line-height: 1.66;
  }
  .news_item_desc {
    margin-bottom: 0.6rem;
  }
  .news_item_more {
    padding: 0.9rem 0;
  }
  .news_pagination ul {
    margin-top: 7rem;
  }
}

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