.news_archive {
  padding: 6rem 0 6rem 0;
}
.news_archive .list_sec > div {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.news_list_content .news_content:first-child {
  margin-top: 0rem;
}

.news_list_content .news_content {
  margin-top: 3rem;
}

.news_list_content ul li {
  padding: 1rem 0;
  border-top: 1px solid #231815;
}

.news_list_content ul li:last-child {
  border-bottom: 1px solid #231815;
}

.news_list_content .tal {
  text-align: end;
}

.news_list_content ul li a {
  padding: 0 2rem;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.news_list_content ul li a h3 {
  font-weight: 400;
  font-size: 1.2rem;
}

@media screen and (max-width: 420px) {
  .news_archive {
    padding: 3rem 0 3rem 0;
  }
  .news_list_content ul li .deta {
    font-size: 0.8rem;
  }
  .news_list_content ul li .deta {
    font-size: 0.8rem;
  }
  .news_list_content ul li a h3 {
    font-size: 1rem;
  }
  .news_list_content ul li a {
    padding: 0 0.5rem;
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

/*---ページャー---*/

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  font-family: 'Barlow Semi Condensed';
}

.next.page-numbers,
.prev.page-numbers {
  font-size: 1rem;
  padding-top: 0.2rem;
  margin-bottom: 0;
}

.page-numbers.current {
  color: #404040;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .archive h1 {
    font-size: 5.25rem;
    display: block;
  }
  .archive h1 span {
    font-size: 1rem;
    display: block !important;
  }
  .archive .fv_inner {
    padding-top: 7.47rem !important;
  }
  .works_list_sec .flex_content {
    display: block;
  }
  .works_list_sec .flex_content {
    display: block;
  }
  .list_sec {
    display: block;
  }
  .works_list_content .list_sec > div {
    width: auto;
    margin-bottom: 2rem;
  }
  .works_list_sec .flex_content .side_form .form_sec.sub {
    display: none;
  }
  .archive.fv_wrap .wrap {
    width: auto;
  }
  .works_list_content .list_sec > div .img_centent,
  .works_list_content .list_sec > div .img_centent img {
    height: 11.45294rem;
  }
}

/*---▼　シングルページ　▼---*/

.single {
  padding: 6rem 0;
}

.single .category {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  column-gap: 0.5rem;
}

.single .category li {
  background: #5a5a5a;
  padding: 0.5rem;
}

.single .category .news {
  background: #d60001;
}

.single .category .blog {
  background: #dea34f;
}

.single .data {
  font-family: 'Barlow Semi Condensed';
  margin-top: 1rem;
}

.single h2 {
  color: #222222;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 2.5rem;
  text-align: left;
}

.single p {
  margin: 2rem 0;
}

.link_sec {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 6rem;
  padding-top: 2rem;
  border-top: 1px solid #9f9f9f;
}

.link_sec a {
  color: #565656;
  font-family: 'Noto Sans JP';
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.link_sec > div {
  width: calc(30% / 3 - 1rem);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .link_sec > div {
    width: calc(100% / 3 - 1rem);
  }
  .single h2 {
    font-size: 1.3rem;
  }
  .single .data {
    margin: 0.5rem 0;
  }
  .link_sec {
    margin-top: 4rem;
  }
}
