.archive .page-header {
  background-color: #59C2E8;
  height: clamp(15rem, 9.4285714286rem + 17.1428571429vw, 30rem);
  align-content: center;
  padding-top: clamp(5.625rem, 4.6964285714rem + 2.8571428571vw, 8.125rem);
  background-image: url(../../img/common/page-header_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  .archive .page-header {
    background-image: url(../../img/common/page-header_bg_sp.jpg);
    height: 11.25rem;
    padding-top: 3.125rem;
  }
}
.archive .page-header__title, .archive .page-header__subtitle {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.archive .page-header__title {
  font-size: clamp(1.625rem, 0.975rem + 2vw, 3.375rem);
  line-height: 1;
  text-transform: uppercase;
}
.archive .page-header__subtitle {
  margin-top: 0.625rem;
  font-size: clamp(0.75rem, 0.5642857143rem + 0.5714285714vw, 1.25rem);
  line-height: 1;
}

.archive .section {
  padding-top: clamp(3.125rem, 1.7321428571rem + 4.2857142857vw, 6.875rem);
}

.archive .category-list h2 {
  text-align: center;
  font-size: clamp(1rem, 0.675rem + 1vw, 1.875rem);
  margin-bottom: clamp(1rem, 0.6285714286rem + 1.1428571429vw, 2rem);
}
@media screen and (max-width: 520px) {
  .archive .category-list h2 {
    font-weight: 500;
  }
}
.archive .category-list h2 span {
  display: block;
  font-size: clamp(0.625rem, 0.5321428571rem + 0.2857142857vw, 0.875rem);
  color: #9D9D9D;
  letter-spacing: 0.15em;
}
.archive .category-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(1.375rem, 0.5857142857rem + 2.4285714286vw, 3.5rem);
  padding: clamp(1rem, 0.0714285714rem + 2.8571428571vw, 3.5rem);
  background-color: #F2FBFF;
  border-radius: 12px;
  max-width: 1000px;
  margin-inline: auto;
}
.archive .category-list li {
  font-size: clamp(0.875rem, 0.7821428571rem + 0.2857142857vw, 1.125rem);
  font-weight: 700;
}
.archive .category-list li a {
  font-weight: 400;
}
.archive .category-list li::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: clamp(0.625rem, 0.3928571429rem + 0.7142857143vw, 1.25rem);
  background-color: #D5D5D5;
  margin-right: clamp(1.375rem, 0.5857142857rem + 2.4285714286vw, 3.5rem);
  vertical-align: middle;
}
.archive .category-list li:first-child::before {
  display: none;
}

.archive .archive-list {
  gap: clamp(2rem, 1.5821428571rem + 1.2857142857vw, 3.125rem);
  padding-bottom: clamp(3.125rem, 1.5rem + 5vw, 7.5rem);
}

.card {
  gap: clamp(0.5rem, -0.0107142857rem + 1.5714285714vw, 1.875rem);
}
.card__thumb {
  flex: 1;
  max-width: 28.125rem;
}
.card__thumb img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width: 520px) {
  .card__thumb {
    order: 1;
  }
}
.card__text {
  max-width: 700px;
  flex: 1.5;
  gap: clamp(0.5rem, 0.3142857143rem + 0.5714285714vw, 1rem);
}
@media screen and (max-width: 520px) {
  .card__text {
    display: contents;
  }
}
.card__text__meta {
  gap: clamp(0.5rem, 0.3142857143rem + 0.5714285714vw, 1rem);
}
@media screen and (max-width: 520px) {
  .card__text__meta {
    flex-direction: row;
    order: 0;
  }
}
.card__text__meta a {
  color: #59C2E8;
}
.card__text__meta ul {
  list-style: none;
  padding: 0;
}
.card__text__title {
  font-size: clamp(1.0625rem, 0.8535714286rem + 0.6428571429vw, 1.625rem);
}
@media screen and (max-width: 520px) {
  .card__text__title {
    order: 2;
  }
}
.card__text__title a {
  color: #59C2E8;
}
.card__text__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .card__text__desc {
    order: 3;
  }
}
.card__btn {
  display: inline-block;
  align-content: center;
  flex-grow: 0.2;
}
.card__btn img {
  margin-left: auto;
}
@media screen and (max-width: 520px) {
  .card__btn {
    display: none;
  }
}

.archive .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2.5rem, 1.5714285714rem + 2.8571428571vw, 5rem);
  font-size: clamp(0.9375rem, 0.775rem + 0.5vw, 1.375rem);
  margin-bottom: clamp(2.5rem, 1.5714285714rem + 2.8571428571vw, 5rem);
}
.archive .nav-links .current {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}
.archive .nav-links .next,
.archive .nav-links .prev {
  display: inline-block;
  width: clamp(2.8125rem, 2.4642857143rem + 1.0714285714vw, 3.75rem);
  aspect-ratio: 1;
  background-color: #59C2E8;
  text-align: center;
  align-content: center;
  border-radius: 100vw;
  color: #ffffff;
  font-size: clamp(1rem, 0.7214285714rem + 0.8571428571vw, 1.75rem);
  line-height: 1;
}