@charset "UTF-8";
/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#archive-news .category {
  margin-bottom: max(15rem, 70px);
}
#archive-news .category__wrapper {
  display: grid;
}
#archive-news .category .section-title {
  margin-bottom: 20px;
}
#archive-news .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(1rem, 10px);
}
#archive-news .category__list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: max(0.5rem, 5px) max(1rem, 10px);
  background-color: rgba(0, 35, 83, 0.1);
  border: 1px solid transparent;
  -webkit-transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), border 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), border 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#archive-news .category__list li a.focus, #archive-news .category__list li a:hover {
  color: #fff;
  background-color: #002353;
  border: 1px solid #002353;
}
#archive-news .news {
  /* ページネーション */
}
#archive-news .news__wrapper {
  min-height: 70vh;
}
#archive-news .news__pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: max(14rem, 100px);
}
#archive-news .news__pagination .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(5rem, 10px);
}
#archive-news .news__pagination .pagination .nav-links a,
#archive-news .news__pagination .pagination .nav-links span {
  opacity: 0.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(2rem, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
#archive-news .news__pagination .pagination .nav-links .current {
  position: relative;
  opacity: 1;
}
#archive-news .news__pagination .pagination .nav-links .current::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  background: #002353;
}
#archive-news .news__pagination .pagination .nav-links .prev,
#archive-news .news__pagination .pagination .nav-links .next {
  opacity: 1;
  position: relative;
  width: max(2.7rem, 25px);
  height: max(2.7rem, 25px);
  aspect-ratio: 1/1;
  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;
}
#archive-news .news__pagination .pagination .nav-links .prev::before,
#archive-news .news__pagination .pagination .nav-links .next::before {
  content: "";
  display: block;
  width: max(1.4rem, 12px);
  height: max(1.4rem, 12px);
  border-style: solid;
  border-width: 0 0 max(0.2rem, 2px) max(0.2rem, 2px);
  border-color: #002353;
  position: absolute;
}
#archive-news .news__pagination .pagination .nav-links .prev::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#archive-news .news__pagination .pagination .nav-links .next::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#archive-news .news__list__item:not(:last-child) {
  position: relative;
  margin-bottom: max(3rem, 25px);
  padding-bottom: max(3rem, 25px);
  border-bottom: max(0.2rem, 2px) solid rgba(0, 35, 83, 0.1);
}
#archive-news .news__meta {
  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;
  gap: max(1rem, 10px);
}
#archive-news .news__meta__date {
  color: rgba(0, 35, 83, 0.5);
  font-family: YakuHanJP, "Manrope", "Noto Sans JP", sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#archive-news .news__meta__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(1rem, 10px);
}
#archive-news .news__meta__category__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: max(0.5rem, 5px) max(1rem, 10px);
  background-color: rgba(0, 35, 83, 0.2);
  border: 1px solid transparent;
  -webkit-transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), border 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), border 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#archive-news .news__meta__category__item a:hover {
  color: #fff;
  background-color: #002353;
  border: 1px solid #002353;
}
#archive-news .news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(10rem, 20px);
  margin-top: max(1.5rem, 15px);
}
#archive-news .news__content__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#archive-news .news__content__link h2 {
  position: relative;
  display: inline-block;
  font-size: max(2rem, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(1rem, 10px);
  -webkit-transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#archive-news .news__content__link__text p {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
#archive-news .news__content__link:hover h2 {
  color: #DF0234;
}
#archive-news .news__content__arrow {
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  align-self: stretch;
  background: #002353;
  border-radius: 0 max(2rem, 10px) 0 0;
  padding: max(1.5rem, 10px);
}
#archive-news .news__content__arrow img {
  width: max(2.7rem, 25px);
  height: auto;
}