.news-main {
  padding: 7.5vw 0 7.5vw;
}

.news-section_pc {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15vw;
}

.news-section_sp {
  display: none;
}

.news-box_article {
  transition: 0.3s;
}

.news-box_article:hover {
  background-color: #f5f5f5;
}

.news-container_articles {
  flex: 3;
}

.news-box_articles-box {
  padding-top: 1.5vw;
}

.news-box_article-link {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 1.5vw 0;
}

.news-box_article:first-child {
  border-top: 1px solid #000;
}

.news-box_article-datebox {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.news-box_article-cat {
  line-height: 1.5vw;
  color: #000;
}

.news-box_article-cat:lang(en) {
  font-size: 0.875vw;
}

@media (max-width:767px) {
  .news-box_article-cat:lang(en) {
    font-size: 3vw;
  }
}

.news-box_article-date {
  font-size: 0.6vw;
  letter-spacing: 0.04vw;
  color: #888;
}

.news-box_article-dot {
  width: 1px;
  height: 4.5vw;
  background-image: linear-gradient(to top,
      #888,
      #888 2px,
      transparent 3px,
      transparent 5px);
  background-size: 2px 5px;
  background-position: left bottom;
  background-repeat: repeat-y;
}

.news-box_article-ttl {
  flex: 5;
  color: #000;
  margin-left: 2.5vw;
  font-size: 1.1vw;
}

.news-box_article-area {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 0.8vw;
  justify-content: end;
  padding-right: 1vw;
  gap: 0.5vw;
  color: #000;
}

.news-box_mappin {
  width: 0.5vw;
}

.navigation {
  padding-top: 6vw;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}

.page-numbers.next,
.page-numbers.prev {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.875vw;
  height: 2.5vw;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 50px;
  transition: 0.3s;
}

.page-numbers.next {
  margin: 0 0 0 auto;
}

.page-numbers.prev {
  margin: 0 auto 0 0;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
  color: #000;
  background-color: #fff;
}

.pagination-box_numbers-box {
  display: flex;
  justify-content: center;
  gap: 0.75vw;
}

.page-numbers {
  width: 2.5vw;
  height: 2.5vw;
  background-color: #eaeaea;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.page-numbers:hover {
  background-color: #000;
  color: #fff;
}

.page-numbers.current {
  color: #fff;
  background-color: #000;
}

.news-section_facebook-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  gap: 1vw;
  transition: 0.3s;
}

.news-section_facebook-link:hover {
  opacity: 0.5;
}

.news-section_facebook-icon {
  width: 1.5vw;
}

@media (max-width: 767px) {
  .news-section_pc {
    display: none;
  }

  .news-section_sp {
    display: block;
    padding: 10vw 0 5vw 0;
  }

  .news-box_article-link {
    flex-direction: column;
    align-items: start;
    padding: 3vw 0 5vw 0;
  }

  .news-box_article-datebox {
    flex-direction: unset;
    gap: 3vw;
    padding-bottom: 1vw;
  }

  .news-box_article-date {
    font-size: 2.5vw;
  }

  .news-box_article-cat {
    font-size: 3vw;
  }

  .news-box_article-dot {
    width: 32vw;
    height: 1px;
    background-image: linear-gradient(to left,
        #888,
        #888 2px,
        transparent 2px,
        transparent 8px);
    background-size: 4px 2px;
    background-position: right bottom;
    background-repeat: repeat-x;
  }

  .news-box_article-ttl {
    margin: 0;
    padding: 3vw 0;
    font-size: 3.5vw;
  }

  .news-box_article-area {
    font-size: 2.5vw;
    gap: 1vw;
  }

  .news-box_mappin {
    width: 2vw;
  }

  .pagination-box {
    flex-direction: column;
    padding-bottom: 15vw;
  }

  .nav-links {
    position: relative;
    padding-top: 12.5vw;
  }

  .pagination-box_numbers-box {
    gap: 1vw;
  }

  .page-numbers.next,
  .page-numbers.prev {
    position: absolute;
    font-size: 3.5vw;
    width: 48%;
    height: 6.5vw;
    transition: 0.3s;
  }

  .page-numbers.next {
    margin: 0;
    top: 0;
    right: 0;
  }

  .page-numbers.prev {
    margin: 0;
    top: 0;
    left: 0;
  }

  .page-numbers {
    font-size: 2.5vw;
    width: 6.5vw;
    height: 6.5vw;
  }

  .news-container_menu-box {
    display: flex;
  }

  .news-container_cat,
  .news-container_area {
    flex: 1;
  }

  .news-container_menu-green_en,
  .news-container_menu-blue_en {
    font-size: 2.5vw;
    padding-bottom: 3vw;
    line-height: 3vw;
  }

  .news-box_list {
    padding-bottom: 3vw;
  }

  .news-box_link,
  .news-box_link_en {
    font-size: 3vw;
    gap: 3vw;
  }

  .news-box_link-arrow {
    width: 1vw;
  }

  .news-section_facebook-link {
    display: none;
  }
}

/* category.php  */
.news-container_ttl-cat {
  font-size: 1.25vw;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 1vw;
}

@media (max-width: 767px) {
  .news-container_ttl-cat {
    font-size: 4.25vw;
    padding-bottom: 2vw;
    gap: 4vw;
  }
}

/* tag.php */
.news-container_ttl-mappin {
  width: 1vw;
}

@media (max-width: 767px) {
  .news-container_ttl-mappin {
    width: 3vw;
  }
}