.news_wrapper {
  position: relative;
  z-index: 1;
}
.news_wrapper .-deco01 {
  width: 11.6rem;
  left: -3rem;
  bottom: -7rem;
}
@media only screen and (max-width: 640px) {
  .news_wrapper .-deco01 {
    width: 18.125vw;
  }
}
.news_wrapper .-deco02 {
  width: 32rem;
  top: -6rem;
  right: -13rem;
  z-index: -10;
}
@media only screen and (max-width: 640px) {
  .news_wrapper .-deco02 {
    width: 43.75vw;
    top: -4.6875vw;
    right: -18.75vw;
  }
}
.news_container {
  margin: -8.6rem auto 0;
  padding: 6rem 9.5rem;
  border: solid 2px #4C453A;
  border-radius: 2.4rem;
  background: #fff;
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .news_container {
    margin: -16.5625vw auto 0;
    padding: 9.375vw 7.8125vw 7.8125vw;
    flex-direction: column;
    gap: 6.25vw;
  }
}
.news_image {
  border: solid 2px #4C453A;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .news_image {
    width: 100%;
  }
}
.news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw 4.8872180451%;
}
@media only screen and (max-width: 640px) {
  .news_list {
    width: 100%;
    gap: 12.5vw;
  }
}
.news_item {
  width: 30.0751879699%;
}
@media only screen and (max-width: 640px) {
  .news_item {
    width: 100%;
  }
}
.news_item img {
  max-width: auto;
  width: 100%;
}
.news_meta {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
}
.news_date {
  margin-right: 1em;
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .news_date {
    font-size: 4.375vw;
  }
}
.news_category {
  padding: 0 0.5em;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 640px) {
  .news_category {
    font-size: 3.125vw;
  }
}
.news_category.-news {
  background: rgba(251, 202, 205, 0.5);
}
.news_category.-event {
  background: rgb(237, 242, 197);
}
.news_title {
  margin: 0.25em 0 1.5em;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .news_title {
    font-size: 5.625vw;
  }
}
.news_body {
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .news_body {
    font-size: 3.75vw;
  }
}
.news_body p {
  margin-bottom: 1.5em;
}/*# sourceMappingURL=news.css.map */