.l-subPage__inner--news {
}
@media only screen and (min-width: 960px) {
  .l-subPage__inner--news {
  }
}

.p-news--archive {
  padding: 0 min(5.3vw, 20px);
  margin-bottom: min(14.29vw, 50px);
}
@media only screen and (min-width: 960px) {
  .p-news--archive {
    padding: 0;
    margin-bottom: min(7.41vw, 100px);
  }
}
.p-news-archive__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: min(14vw, 49px);
  border-top: 1px solid rgba(51, 51, 51, 1);
  border-left: 1px solid rgba(51, 51, 51, 1);
}

@media only screen and (min-width: 960px) {
  .p-news-archive__list {
    margin: min(9.84vw, 170px) auto 0 auto;
    grid-template-columns: repeat(4, 1fr);
    width: 90.74vw;
    max-width: 1728px;
  }
}

.p-news-archive__item {
  border-right: 1px solid rgba(51, 51, 51, 1);
  border-bottom: 1px solid rgba(51, 51, 51, 1);
  padding: min(5.71vw, 20px) min(5.71vw, 20px) min(4.57vw, 16px) min(5.71vw, 20px);
}

@media only screen and (min-width: 960px) {
  .p-news-archive__item {
    padding: min(1.33vw, 18px) min(1.48vw, 20px);
    min-height: min(22.685185185185187vw, 392px);
  }
}

.p-news-archive__item:hover .p-news-archive__thumb-inner img {
  transform: scale(1.05);
}

.p-news-archive__thumb {
  margin-bottom: 8px;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .p-news-archive__thumb {
    margin-bottom: 15px;
  }
}

.p-news-archive__thumb-inner {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  margin: 0;
  padding: 0;
  height: 44vw;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .p-news-archive__thumb-inner {
    height: min(10.8vw, 212px);
  }
}
.p-news-archive__thumb-inner img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  border: none;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-news-archive__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: min(37.71vw, 132px);
  gap: min(7.12vw, 12px);
}

@media only screen and (min-width: 960px) {
  .p-news-archive__txt {
    min-height: min(10.52vw, 142px);
    gap: min(1.62vw, 32px);
  }
}

.p-news-archive__txtTop {
  display: flex;
  justify-content: space-between;
}

.p-news-archive__txtBottom {
  display: flex;
  gap: 20px;
}

@media only screen and (min-width: 960px) {
  .p-news-archive__txtBottom {
    gap: 20px;
  }
}

.p-news-archive__title {
  font-size: min(4.57vw, 16px);
  line-height: 1.6;
}

@media only screen and (min-width: 960px) {
  .p-news-archive__title {
    line-height: 1.8;
  }
}

@media only screen and (min-width: 960px) {
  .p-news-archive__date {
    font-size: min(1.4vw, 16px);
  }
}

.p-news-archive__date {
  font-size: min(3.43vw, 12px);
}

@media only screen and (min-width: 960px) {
  .p-news-archive__date {
    font-size: min(1.2vw, 12px);
  }
}

.p-news-archive__category {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 10px;
  font-size: min(3.43vw, 12px);
}

@media only screen and (min-width: 960px) {
  .p-news-archive__category {
    font-size: min(1.2vw, 12px);
  }
}

.p-news-filter-nav {
  position: static;
  transform: none;
  margin: min(22.39vw, 88px) auto 0 auto;
  /*max-width: 353px;*/
  padding: 0 5.3vw;
}

@media only screen and (min-width: 960px) {
  .p-news-filter-nav {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 2;
    width: max-content;
    max-width: none;
    padding: 0;
  }
}

.p-news-filter-nav__list {
  border-radius: 40px;
  padding: 7px 10px 7px;
  width: 100%;
  overflow: auto;
  justify-content: flex-start;
}

@media only screen and (min-width: 960px) {
  .p-news-filter-nav__list {
    border-radius: 30px;
    padding: 5px 35px;
  }
}

.p-news-filter-nav__list input {
  display: none;
}

.p-news-filter-nav__list input:checked + span {
  font-weight: bold;
}

.p-news-filter-nav__list li {
  /*border-right: 1px solid #fff;*/
  white-space: nowrap;
}

@media only screen and (min-width: 960px) {
  .p-news-filter-nav__list li {
    border-right: 1px solid #fff;
  }
}

.p-news-filter-nav__list li:last-child {
  border-right: 0;
}

.p-news-filter-nav__list label {
  padding: 0 16px;
  cursor: pointer;
}

@media only screen and (min-width: 960px) {
  .p-news-filter-nav__list label {
    padding: 0 20px;
  }
}

.p-news-filter-nav__item {
  padding: 2px 10px;
}

.p-news-filter-nav__list .first {
  padding: 2px 10px 2px 0;
}

.p-news-filter-nav__list .last {
  padding: 2px 0 2px 10px;
  border-right: none;
}


.is-hidden {
  display: none !important;
}

.is-fade-in {
  animation: fadeIn 0.6s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-news-archive__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 960px) {
  .p-news-archive__loading {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.p-news-archive__spinner {
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}

.spinner-bg {
  fill: none;
  stroke: rgba(54, 54, 54, 1);
  stroke-width: 4;
}
