.news_post_info_date {
  font-family: "Outfit", sans-serif;
}

.news_cate_item_link, .news_post_more_cate_lists_item_link {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .news_cate_item_link, .news_post_more_cate_lists_item_link {
    font-size: 1.4rem;
  }
}

.news_post_info_date, .news_post_info_cate, .news_post_nav_item_link {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .news_post_info_date, .news_post_info_cate, .news_post_nav_item_link {
    font-size: 1.5rem;
  }
}

.news_post_title {
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .news_post_title {
    font-size: clamp(
        2.4rem,
        calc(2.4rem + 0.0096153846 * (100vw - 768px)),
        3.2rem
    );
  }
}

.news {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .news {
    margin-top: 80px;
  }
}
.news .lr_news {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .news .lr_news {
    margin-top: 60px;
  }
}
.news .lr_pagination {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .news .lr_pagination {
    margin-top: 120px;
  }
}
.news_cate_lists {
  width: 100%;
  background-image: url("./../images/common/icon_arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 11px 8px;
  background-position: right 20px center;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border: 1px solid #bbcbc0;
  border-radius: 4px;
  position: relative;
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
  .news_cate_lists {
    background-image: none;
    gap: 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
.news_cate_lists li:nth-child(1) .news_cate_item_link {
  --c-hover: #2e2e2e;
}
.news_cate_item_link {
  --c-hover: #fff;
  --bc: #fff;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background-color: #fff;
  border: 1px solid #bbcbc0;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .news_cate_item_link {
    padding: 6px 24px;
    transition: 150ms linear;
  }
  .news_cate_item_link:hover {
    background-color: var(--bc);
    color: var(--c-hover);
  }
}
.news_cate_item_link.is_active {
  background-color: var(--bc);
  color: var(--c-hover);
  pointer-events: none;
}
.news_post {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .news_post {
    margin-top: 80px;
  }
}
.news_post_content figure {
  margin-top: 16px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .news_post_content figure {
    margin-top: 37px;
    margin-bottom: 36px;
  }
}
.news_post_content p {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .news_post_content p {
    margin-top: 31px;
  }
}
@media only screen and (min-width: 768px) {
  .news_post_content p:has(a) + p:has(a) {
    margin-top: 12px;
  }
}
.news_post_content a {
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .news_post_content a {
    transition: 150ms linear;
  }
  .news_post_content a:hover {
    text-decoration-color: rgba(0, 0, 0, 0);
  }
}
.news_post_info {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .news_post_info {
    gap: 25px;
    padding-left: 1px;
  }
}
.news_post_info_date {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}
.news_post_info_cate {
  --bc: #9bb11d;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
  background-color: var(--bc);
  border-radius: 99px;
  padding: 1px 10px;
}
@media only screen and (min-width: 768px) {
  .news_post_info_cate {
    padding: 5px 16px;
    position: relative;
    top: -2px;
  }
}
.news_post_title {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .news_post_title {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}
.news_post_nav {
  width: 320px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .news_post_nav {
    width: 100%;
    gap: 10px 56px;
    margin-top: 74px;
  }
}
.news_post_nav_item {
  width: calc(50% - 10px);
}
.news_post_nav_item:nth-child(1) {
  order: 1;
}
@media only screen and (min-width: 768px) {
  .news_post_nav_item:nth-child(1) {
    width: 160px;
  }
}
.news_post_nav_item:nth-child(1) .news_post_nav_item_link {
  flex-direction: row-reverse;
}
.news_post_nav_item:nth-child(1) .news_post_nav_item_link::after {
  display: block;
  scale: -1 -1;
}
.news_post_nav_item:nth-child(2) {
  width: 100%;
  order: 3;
}
@media only screen and (min-width: 768px) {
  .news_post_nav_item:nth-child(2) {
    order: 2;
    width: 100px;
  }
}
.news_post_nav_item:nth-child(3) {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .news_post_nav_item:nth-child(3) {
    order: 3;
    width: 160px;
  }
}
.news_post_nav_item:nth-child(3) .news_post_nav_item_link::after {
  display: block;
}
.news_post_nav_item_link {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  width: 100%;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #bbcbc0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .news_post_nav_item_link {
    padding-bottom: 12px;
  }
}
.news_post_nav_item_link::after {
  content: "";
  width: 8px;
  height: 8px;
  display: none;
  rotate: 45deg;
  border: 0;
  border-top: 3px solid #00780e;
  border-right: 3px solid #00780e;
}
.news_post_more_cate {
  width: 100%;
  background-color: #f3f8d6;
  display: flex;
  gap: 20px 0px;
  flex-direction: column;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .news_post_more_cate {
    width: 927px;
    max-width: 100%;
    flex-direction: row;
    margin-top: 98px;
    margin-left: auto;
    margin-right: auto;
    padding: 37px 44px 31px;
  }
}
.news_post_more_cate_label {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #00780e;
}
@media only screen and (min-width: 768px) {
  .news_post_more_cate_label {
    width: 34%;
    flex-shrink: 0;
  }
}
.news_post_more_cate_lists {
  width: 100%;
  display: flex;
  gap: 6px 8px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .news_post_more_cate_lists {
    gap: 16px;
  }
}
.news_post_more_cate_lists_item_link {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background-color: #fff;
  border: 1px solid #bbcbc0;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  padding: 4px 16px 2px;
}
@media only screen and (min-width: 768px) {
  .news_post_more_cate_lists_item_link {
    padding: 4px 24px;
  }
}

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