@charset "UTF-8";
.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ▼▼▼ 記事一覧ページ
======================================================*/
#archive_area {
  padding: 0 20px 0;
  position: relative;
  z-index: 1;
}

.archive_body {
  padding: 50px 20px 72px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .archive_body {
    padding: 30px 10px 50px;
  }
}
.archive_body::before, .archive_body::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.archive_body::before {
  background: #E8F2FF;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.archive_body::after {
  background: #fff;
  width: 238px;
  height: 238px;
  right: 0;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .archive_body::after {
    width: 105px;
    height: 105px;
  }
}

.archive_body .animation_02 {
  width: 238px;
  height: 238px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .archive_body .animation_02 {
    width: 105px;
    height: 105px;
  }
}
.archive_body .animation_02::before {
  content: "";
  background: url(../img/top/animation_02_bg.svg) no-repeat center/contain;
  width: 497px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .archive_body .animation_02::before {
    width: 217px;
  }
}
.archive_body .animation_02 > div {
  -webkit-animation: sway 7s linear infinite;
          animation: sway 7s linear infinite;
  position: absolute;
  right: -65px;
  bottom: -57px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .archive_body .animation_02 > div {
    width: 175px;
    height: 121px;
    right: -60px;
    bottom: -40px;
  }
}

@-webkit-keyframes sway {
  0%, 35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40%, 50% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  45%, 55% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  60%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sway {
  0%, 35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40%, 50% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  45%, 55% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  60%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 36px;
  width: min(100%, 1102px);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .news_list {
    grid-template-columns: 1fr;
    gap: 45px 0;
  }
}

.news_list li a {
  display: block;
}

.news_list li .img {
  position: relative;
  line-height: 1;
  font-size: 0;
}

.news_list li .img::before {
  content: "";
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.news_list li .img span {
  display: inline-block;
  border-radius: 16px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  aspect-ratio: 1/0.62;
  width: 100%;
  overflow: hidden;
}

.news_list li .img span img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  .news_list li a:hover {
    opacity: 1;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
  }
  .news_list li a:hover .img span {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
  }
}
.news_list p {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .news_list p {
    margin-top: 8px;
  }
}

.news_list .ttl {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .news_list .ttl {
    font-size: 15px;
  }
}

.news_list .txt {
  color: #606B7C;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news_list .txt {
    margin-top: 4px;
    font-size: 13px;
  }
}

/* ▼ ページネーション
----------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(100%, 1102px);
  margin: 60px auto 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 40px;
    font-size: 14px;
  }
}
.pagination .prev, .pagination .next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #0B58B2;
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pagination .prev, .pagination .next {
    gap: 6px;
  }
}
.pagination .prev .arrow, .pagination .next .arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0B58B2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .pagination .prev .arrow, .pagination .next .arrow {
    width: 20px;
    height: 20px;
  }
}
.pagination .prev .arrow::after, .pagination .next .arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .pagination .prev .arrow::after, .pagination .next .arrow::after {
    width: 5px;
    height: 5px;
  }
}
@media (hover: hover) {
  .pagination .prev:hover, .pagination .next:hover {
    opacity: 0.7;
  }
}
.pagination .prev .arrow::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 3px;
}
.pagination .next .arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
}
.pagination .prev.disabled, .pagination .next.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pagination .pagination_numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .pagination .pagination_numbers {
    gap: 4px;
  }
}
.pagination .pagination_numbers a, .pagination .pagination_numbers span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
@media screen and (max-width: 767px) {
  .pagination .pagination_numbers a, .pagination .pagination_numbers span {
    width: 34px;
    height: 34px;
  }
}
.pagination .pagination_numbers a {
  color: #0B58B2;
}
@media (hover: hover) {
  .pagination .pagination_numbers a:hover {
    background: rgba(11, 88, 178, 0.1);
  }
}
.pagination .pagination_numbers .current {
  background: #0B58B2;
  color: #fff;
  font-weight: bold;
}
.pagination .pagination_numbers .dots {
  color: #8DA7CE;
  letter-spacing: 0.1em;
  width: auto;
  min-width: 24px;
}