.p-news__category-filter[data-astro-cid-pfayceuz] {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .p-news__category-filter[data-astro-cid-pfayceuz] {
    flex-direction: column;
    gap: 17px;
  }
}
.p-news__category-filter-button[data-astro-cid-pfayceuz] {
  display: inline-block;
  text-align: center;
  padding: 2px 16px 4px;
  border: 1px solid #000;
  border-radius: 200px;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-news__category-filter-button[data-astro-cid-pfayceuz] {
    width: 100%;
    min-width: 79px;
    padding: 2px 10px 4px;
  }
}
.p-news__category-filter-button[data-astro-cid-pfayceuz]:hover {
  opacity: 0.7;
}
.p-news__category-filter-button--active[data-astro-cid-pfayceuz] {
  background: #000;
  color: #fff;
}
.c-news-card__link[data-astro-cid-ibl2wg7k] {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-news-card__link[data-astro-cid-ibl2wg7k]:hover {
  opacity: 0.7;
}
.c-news-card__container[data-astro-cid-ibl2wg7k] {
  border-bottom: 1px solid #000;
  padding: clamp(19px, 19px + (20 - 19) * (100vw - 390px) / (1440 - 390), 20px)
    clamp(0px, 0px + (10 - 0) * (100vw - 390px) / (1440 - 390), 10px);
}
.c-news-card__content[data-astro-cid-ibl2wg7k] {
  display: grid;
  grid-template-columns: auto 20.2% 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0 16px;
}
@media screen and (min-width: 768px) {
  .c-news-card__content[data-astro-cid-ibl2wg7k] {
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.c-news-card__meta[data-astro-cid-ibl2wg7k] {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 16px;
  grid-row: 1/2;
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .c-news-card__meta[data-astro-cid-ibl2wg7k] {
    margin-bottom: 6px;
    grid-template-columns: 1/2;
    align-self: flex-end;
  }
}
.c-news-card__date[data-astro-cid-ibl2wg7k] {
  font-size: clamp(
    16px,
    16px + (18 - 16) * (100vw - 390px) / (1024 - 390),
    18px
  );
  font-weight: 500;
  line-height: 1;
}
.c-news-card__category[data-astro-cid-ibl2wg7k] {
  display: inline-block;
  padding: 2px 10px 4px;
  border: 1px solid #000;
  border-radius: 60px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.c-news-card__title[data-astro-cid-ibl2wg7k] {
  font-size: clamp(
    14px,
    14px + (18 - 14) * (100vw - 390px) / (1024 - 390),
    18px
  );
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.4;
  grid-row: 2/3;
  grid-column: 2/4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-news-card__title[data-astro-cid-ibl2wg7k] {
    grid-column: 1/2;
  }
}
.c-news-card__title[data-astro-cid-ibl2wg7k] span[data-astro-cid-ibl2wg7k] {
  display: block;
  width: 74%;
}
@media screen and (min-width: 470px) {
  .c-news-card__title[data-astro-cid-ibl2wg7k] span[data-astro-cid-ibl2wg7k] {
    width: 85%;
  }
}
@media screen and (min-width: 576px) {
  .c-news-card__title[data-astro-cid-ibl2wg7k] span[data-astro-cid-ibl2wg7k] {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .c-news-card__title[data-astro-cid-ibl2wg7k] span[data-astro-cid-ibl2wg7k] {
    width: 100%;
  }
}
.c-news-card__arrow[data-astro-cid-ibl2wg7k] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) {
  .c-news-card__arrow[data-astro-cid-ibl2wg7k] {
    width: 18px;
    height: 18px;
  }
}
.c-news-card__image-wrapper[data-astro-cid-ibl2wg7k] {
  flex-shrink: 0;
  grid-row: 2/3;
  grid-column: 1/2;
  width: clamp(
    127px,
    127px + (166 - 127) * (100vw - 390px) / (1024 - 390),
    166px
  );
  height: clamp(
    80px,
    80px + (105 - 80) * (100vw - 390px) / (1024 - 390),
    105px
  );
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-news-card__image-wrapper[data-astro-cid-ibl2wg7k] {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
.c-news-card__arrow[data-astro-cid-ibl2wg7k] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-news-card__arrow[data-astro-cid-ibl2wg7k] {
    display: none;
  }
}
.p-news[data-astro-cid-5kj6t6lp] {
  padding: clamp(
      111px,
      111px + (209 - 111) * (100vw - 390px) / (1440 - 390),
      209px
    )
    clamp(28px, 28px + (48 - 28) * (100vw - 390px) / (1024 - 390), 48px)
    clamp(50px, 50px + (100 - 50) * (100vw - 390px) / (1440 - 390), 100px);
}
.p-news__container[data-astro-cid-5kj6t6lp] {
  max-width: 1050px;
  margin: 0 auto;
}
.p-news__title[data-astro-cid-5kj6t6lp] {
  font-size: clamp(
    43px,
    43px + (80 - 43) * (100vw - 390px) / (1440 - 390),
    80px
  );
  font-weight: 700;
  margin-bottom: clamp(
    29px,
    29px + (54 - 29) * (100vw - 390px) / (1440 - 390),
    54px
  );
}
.p-news__content[data-astro-cid-5kj6t6lp] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-news__content[data-astro-cid-5kj6t6lp] {
    flex-direction: row;
    gap: 44px;
  }
}
.p-news__sidebar[data-astro-cid-5kj6t6lp] {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news__sidebar[data-astro-cid-5kj6t6lp] {
    width: 112px;
  }
}
.p-news__main[data-astro-cid-5kj6t6lp] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 50px + (100 - 50) * (100vw - 390px) / (1440 - 390), 100px);
  min-width: 0;
}
.p-news__list-wrapper[data-astro-cid-5kj6t6lp] {
  border-top: 1px solid #000;
}
.p-news__empty[data-astro-cid-5kj6t6lp] {
  padding: clamp(
      50px,
      50px + (100 - 50) * (100vw - 390px) / (1440 - 390),
      100px
    )
    0;
  text-align: center;
  font-size: clamp(
    16px,
    16px + (18 - 16) * (100vw - 390px) / (1440 - 390),
    18px
  );
}
.p-news__pagination[data-astro-cid-5kj6t6lp] {
  display: flex;
  justify-content: center;
}
