/*
 * Theme Name: original Child
 * Version: 1.0
 * Template: original
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#archiveNews .news__wrapper {
  padding-bottom: max(18rem, 100px);
}
#archiveNews .news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px max(20rem, 50px);
}
@media screen and (max-width: 1300px) {
  #archiveNews .news__inner {
    gap: 50px max(10rem, 50px);
  }
}
@media screen and (max-width: 1000px) {
  #archiveNews .news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#archiveNews .news__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#archiveNews .news__header__links {
  display: grid;
  gap: 30px max(2rem, 20px);
}
@media screen and (max-width: 1000px) {
  #archiveNews .news__header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  #archiveNews .news__header__links {
    gap: 10px;
  }
}
#archiveNews .news__header__links__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1rem, 10px);
  line-height: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 550px) {
  #archiveNews .news__header__links__item a {
    gap: 5px;
  }
}
#archiveNews .news__header__links__item a::before {
  content: "";
  display: block;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(2, 0, 78, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#archiveNews .news__header__links__item a.active::after {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #02004E;
}
#archiveNews .news__header__links__item a:hover {
  opacity: 0.7;
}
#archiveNews .news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#archiveNews .news__content__list {
  display: grid;
  gap: max(3rem, 25px);
}
@media screen and (max-width: 768px) {
  #archiveNews .news__content__list {
    row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#archiveNews .news__content__list__item .news__post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(2rem, 15px);
}
@media screen and (max-width: 768px) {
  #archiveNews .news__content__list__item .news__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#archiveNews .news__content__list__item .news__post__thumb {
  width: max(25rem, 200px);
  aspect-ratio: 16/9;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 42px #F0F9FF;
          box-shadow: 0 0 42px #F0F9FF;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #archiveNews .news__content__list__item .news__post__thumb {
    width: 100%;
  }
}
#archiveNews .news__content__list__item .news__post__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#archiveNews .news__content__list__item .news__post__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: max(1rem, 10px);
}
@media screen and (max-width: 768px) {
  #archiveNews .news__content__list__item .news__post__detail {
    width: 100%;
  }
}
#archiveNews .news__content__list__item .news__post__detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(1rem, 5px) max(2rem, 15px);
}
@media screen and (max-width: 768px) {
  #archiveNews .news__content__list__item .news__post__detail__meta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#archiveNews .news__content__list__item .news__post__detail__meta time {
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", sans-serif;
  color: rgba(2, 0, 78, 0.4);
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
#archiveNews .news__content__list__item .news__post__detail__meta__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(1rem, 10px);
}
@media screen and (max-width: 550px) {
  #archiveNews .news__content__list__item .news__post__detail__meta__cats {
    gap: 5px;
  }
}
#archiveNews .news__content__list__item .news__post__detail__meta__cats__item {
  padding: max(0.5rem, 5px) max(1rem, 10px);
  background: #02004E;
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  #archiveNews .news__content__list__item .news__post__detail__meta__cats__item {
    padding: 5px 7px;
    font-size: 10px;
  }
}
#archiveNews .news__content__list__item .news__post__detail__title {
  margin-top: max(1rem, 10px);
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#archiveNews .news__content__list__item .news__post__detail__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-items: center;
  width: max(3.6rem, 30px);
  height: auto;
  aspect-ratio: 1/1;
  outline: max(0.1rem, 1px) solid #02004E;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#02004E), to(#01C4DD));
  background: linear-gradient(to left, #02004E, #01C4DD);
  -webkit-transition: outline-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: outline-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #archiveNews .news__content__list__item .news__post__detail__arrow {
    display: none;
  }
}
#archiveNews .news__content__list__item .news__post__detail__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#archiveNews .news__content__list__item .news__post__detail__arrow img {
  position: relative;
  width: 40%;
  z-index: 2;
}
#archiveNews .news__content__list__item .news__post:hover .news__post__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#archiveNews .news__content__list__item .news__post:hover .news__post__detail__arrow {
  outline: max(0.1rem, 1px) solid transparent;
}
#archiveNews .news__content__list__item .news__post:hover .news__post__detail__arrow::before {
  opacity: 0;
}
#archiveNews .news__content__list__item .news__post:hover .news__post__detail__arrow img {
  -webkit-animation: moveRight 0.6s ease-out forwards;
          animation: moveRight 0.6s ease-out forwards;
}
#archiveNews .news__pagination {
  margin-top: max(13rem, 70px);
}
#archiveNews .news__pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(1.5rem, 12px);
}
#archiveNews .news__pagination__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#archiveNews .news__pagination__item a,
#archiveNews .news__pagination__item span {
  display: grid;
  place-items: center;
  width: max(5.5rem, 40px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", sans-serif;
  font-size: max(2rem, 14px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#archiveNews .news__pagination__item a:hover {
  background: rgba(2, 0, 78, 0.05);
}
#archiveNews .news__pagination__item--active span {
  color: #fff;
  background: linear-gradient(135deg, #02004E, #01C4DD);
}
#archiveNews .news__pagination__item--prev a, #archiveNews .news__pagination__item--next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#archiveNews .news__pagination__item--prev a img, #archiveNews .news__pagination__item--next a img {
  width: max(1.6rem, 14px);
}
#archiveNews .news__pagination__item--dots span {
  background: transparent;
  border: none;
  pointer-events: none;
}