.archive-wrapper:where(.astro-SG6UWOTA) {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .archive-wrapper:where(.astro-SG6UWOTA) {
    gap: 4px;
    margin-bottom: 16px;
  }
}
.news-info:where(.astro-SG6UWOTA) {
  display: flex;
  justify-content: space-between;
}
.archive-image:where(.astro-SG6UWOTA) {
  width: 37.6%;
}
@media (min-width: 768px) {
  .archive-image:where(.astro-SG6UWOTA) {
    width: 9.909vw;
  }
}
.archive-image:where(.astro-SG6UWOTA) img:where(.astro-SG6UWOTA) {
  width: 100%;
  height: 24vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .archive-image:where(.astro-SG6UWOTA) img:where(.astro-SG6UWOTA) {
    height: 7.8125vw;
    max-height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.archive-box:where(.astro-SG6UWOTA) {
  width: 63.4%;
}
@media (min-width: 768px) {
  .archive-box:where(.astro-SG6UWOTA) {
    width: 77.25%;
  }
}
.news-info-cat:where(.astro-SG6UWOTA) {
  font-family: var(--font-ja);
  font-size: clamp(0.75rem, 0.692rem + 0.25vw, 0.875rem);
  color: #e61264;
  border: 1px solid #e61264;
  padding: 4px 12px;
}
@media (min-width: 767px) {
  .news-info-cat:where(.astro-SG6UWOTA) {
    padding: 4px 12px;
    font-size: 12px;
  }
}
.news-info-en:where(.astro-SG6UWOTA) {
  font-family: var(--font-ja);
  font-size: clamp(0.75rem, 0.692rem + 0.25vw, 0.875rem);
  color: #e61264;
}
@media (min-width: 767px) {
  .news-info-en:where(.astro-SG6UWOTA) {
    margin-left: 12px;
    font-size: 12px;
  }
}
@media (min-width: 767px) {
  .news-info-left-flex:where(.astro-SG6UWOTA) {
    display: flex;
  }
}
.news-info-time:where(.astro-SG6UWOTA) {
  font-family: var(--font-ja);
  font-size: 14px;
  color: #888;
}
.news-title:where(.astro-SG6UWOTA) {
  margin-top: 6px;
  font-family: var(--font-ja);
  font-size: clamp(0.875rem, 0.817rem + 0.25vw, 1rem);
  font-weight: 700;
}
@media (min-width: 767px) {
  .news-title:where(.astro-SG6UWOTA) {
    font-size: 14px;
  }
}
