.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}

.box {
  position: relative;
}

.archive_main_img {
  width: 63rem;
  height: 40rem;
  object-fit: cover;
  z-index: 9;
  position: relative;
}

.gradient {
  width: 64rem;
  height: 40rem;
  background: linear-gradient(180deg, #8FFFFF, #4FDE3C);
  filter: blur(0.8rem);
  opacity: 0.48;
  position: absolute;
  top: 0.8rem;
  right: 0.0rem;
}

.announcement_flex {
  display: flex;
  gap: 34.6rem;
  justify-content: center;
  align-items: center;
}

.arc_title {
  margin-left: 10rem;
  margin-top: 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: calc(45em / 45);
  letter-spacing: calc(2.02em / 45);
  color: #555555;
  width: 20rem;
}

.arc_text {
  margin-left: 10rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: calc(36em / 18);
  letter-spacing: calc(0.32em / 18);
  color: #AAEBC7;
}
.cat_wrapper{
  margin-top: 15.5rem;
display: flex;
}
.news_list_wrapper{
  display: flex;
  margin-bottom: 0rem;
}
.arc_list_text_font{
  display: flex;
}

.arc_main_item{
  margin-left: 12.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: calc(24em / 16);
  color: #555555;
}

/* 仕切り線 */
.archive_space {
  position: relative;
  padding: 2.5rem 0; /* 線と文字の余白調整 */
}
.archive_space::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50rem;
  transform: translateX(-50%);
  width: 108rem;
  height: 0.1rem;
  background: #DDDDDD;
}
.archive_space:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50rem;
  transform: translateX(-50%);
  width: 108rem;
  height: 0.1rem;
  background: #DDDDDD;
}

.arc_list_data{
  margin-left: 5rem;
}
.category_deco{
  width: 6.5rem;
}
.news_title{
  margin-left: 5rem;
}
.page-numbers, .dots{
  margin-left:0rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: calc(40em / 16);
  color: #fff;
  background-color: #44986A;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;

  display: block;
  text-align: center;
  
}

.arc_nation {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  list-style: none;
  padding: 0;

  margin-top: 10rem;
  margin-bottom: 20rem;

  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}



@media screen and (max-width: 699.98px) {
  .archive_main_img{
    width: 35rem;
    height: 40rem;
    margin-bottom: -1rem;
  }
  .gradient{
    width: 35rem;
    height: 40rem;
    right: 1rem;
    margin-bottom: -1rem;
  }
  .announcement_flex{
    flex-direction: column-reverse;
    gap: 0rem;
    margin-top: 1rem;
  }
  .arc_title{
    margin-left: 0rem;
    font-size: 2.4rem;
    line-height: calc(45em / 24);
    letter-spacing: calc(2.02em / 24);
    text-align: center;
  }
  .arc_text{
    margin-left: 0rem;
    margin-top: -1.7rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: calc(36em / 12);
    letter-spacing: calc(0.32em / 12);
  }

  .archive_space::before{
    width: 35.5rem;
    left: 14rem;
    top: 1rem;

  }
  .archive_space:last-child::after{
    width: 35.5rem;
    left: 16rem;
  }
  .arc_main_item{
    margin-left: 2.5rem;
  }
.cat_wrapper{
  margin-top: 6.5rem;
}
  /* ページネーション */
  .pagination_list{
    margin-left: 0rem;
  }
   .arc_nation {
  display: flex;
  justify-content: center;
}

.pagination_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  
   margin: 7rem 0 16rem;
}
.page-numbers, .dots{
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 0rem;
  line-height: calc(35em / 16);
}

  /* ここまで */



  .news_list_wrapper{
    margin-bottom: 0.8rem;
  }
  .arc_list_text_font{
    display: block;
  }
  .category_item{
    font-size: 1.4rem;
  }
  .arc_list_data{
    font-size: 1.4rem;
  }
  .arc_list_data{
    margin-left: 1rem;
  }
  .news_title{
    font-size: 1.6rem;
    margin-left: 0rem;
    width: 33.5rem;
    overflow-wrap: anywhere;
  }
  
}