.news_sort {
  display: flex;
}
@media (min-width: 769px) {
  .news_sort {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .news_sort {
    flex-direction: column;
    row-gap: 4rem;
  }
}
@media (min-width: 769px) {
  .news_sort .select02 {
    flex-shrink: 0;
  }
}
.news_category {
  display: grid;
}
@media (min-width: 769px) {
  .news_category {
    justify-content: flex-end;
    grid-template-columns: repeat(auto-fit, 14rem);
    gap: 0.8rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news_category {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.news_category_link {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .news_category_link {
    border-radius: 3.6rem;
    height: 3.6rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .news_category_link {
    border-radius: 6rem;
    height: 6rem;
    font-size: 2.4rem;
  }
}
.news_category_link.col1 {
  background: #fdf002;
}
.news_category_link.col2 {
  background: #f51400;
  color: #fff;
}
.news_category_link:not(.is-current) {
  background: #f4f5f5;
  color: #141414;
}
.news_category_link:hover {
  background: #b2243c;
  color: #fff;
}
.news_category_link.is-current {
  pointer-events: none;
}
.news_list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d0d0d0;
}
@media (min-width: 769px) {
  .news_list {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .news_list {
    margin-top: 8rem;
  }
}
.news_list > li {
  border-bottom: 1px solid #d0d0d0;
}
.news_line {
  display: block;
  position: relative;
  text-align: justify;
}
@media (min-width: 769px) {
  .news_line {
    justify-content: space-between;
    align-items: center;
    padding: 3rem 5.2rem 3rem 30rem;
  }
}
@media (max-width: 768px) {
  .news_line {
    flex-wrap: wrap;
    padding: 12.5rem 6.2rem 4.7rem 2rem;
  }
}
.news_line::after {
  content: "";
  position: absolute;
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/arrow02_k.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 1.8rem;
  margin: auto 0;
}
@media (min-width: 769px) {
  .news_line::after {
    width: 1.4rem;
    height: 1rem;
  }
}
@media (max-width: 768px) {
  .news_line::after {
    width: 2.4rem;
    height: 1.715rem;
  }
}
.news_line:hover .news_line_text {
  background-size: 100% 1px;
}
.news_line_date {
  position: absolute;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .news_line_date {
    width: 12.5rem;
    left: 2rem;
    top: 50%;
    translate: 0 -50%;
    line-height: 1.75;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .news_line_date {
    left: 2rem;
    top: 5.9rem;
    line-height: 1.462;
    font-size: 2.6rem;
  }
}
.news_line_category {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0.1em 0.1em;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .news_line_category {
    border-radius: 0.4rem;
    width: 13rem;
    height: 2.2rem;
    left: 14.5rem;
    top: 50%;
    font-size: 1.4rem;
    translate: 0 -50%;
  }
}
@media (max-width: 768px) {
  .news_line_category {
    border-radius: 0.8rem;
    width: 23rem;
    height: 3.8rem;
    left: 22.4rem;
    top: 5.9rem;
    font-size: 2.4rem;
  }
}
.news_line_category.col1 {
  background: #fdf002;
}
.news_line_category.col2 {
  background: #f51400;
  color: #fff;
}
.news_line_text {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #141414, #141414);
  background-repeat: no-repeat;
  background-size: 0 1px;
  letter-spacing: 0.1em;
  transition: 0.2s linear;
  text-align: justify;
}
@media (min-width: 769px) {
  .news_line_text {
    background-position: left bottom 2px;
    line-height: 1.75;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .news_line_text {
    background-position: left bottom 1px;
    line-height: 1.924;
    font-size: 2.6rem;
  }
}
@media (min-width: 769px) {
  .news_pager {
    margin-top: 7rem;
  }
}
@media (max-width: 768px) {
  .news_pager {
    margin-top: 9rem;
  }
}

.article_head {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .article_head {
    gap: 2.5rem 1rem;
    padding: 9rem 0 10.5rem;
  }
}
@media (max-width: 768px) {
  .article_head {
    gap: 2.5rem 1rem;
    padding: 4rem 0 7rem;
  }
}
.article_head_date {
  flex-shrink: 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .article_head_date {
    width: 11.3rem;
    line-height: 1.375;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .article_head_date {
    width: 19.4rem;
    line-height: 1.462;
    font-size: 2.6rem;
  }
}
.article_head_category {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0.1em 0.1em;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .article_head_category {
    border-radius: 0.4rem;
    width: 13rem;
    height: 2.2rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .article_head_category {
    border-radius: 0.8rem;
    width: 23rem;
    height: 3.8rem;
    font-size: 2.4rem;
  }
}
.article_head_category.col1 {
  background: #fdf002;
}
.article_head_category.col2 {
  background: #f51400;
  color: #fff;
}
.article_head_h1 {
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .article_head_h1 {
    line-height: 1.422;
    font-size: 3.8rem;
  }
}
@media (max-width: 768px) {
  .article_head_h1 {
    line-height: 1.572;
    font-size: 5.6rem;
  }
}
.article_body p {
  font-weight: 500;
  text-align: justify;
}
@media (min-width: 769px) {
  .article_body p {
    line-height: 2;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .article_body p {
    line-height: 1.924;
    font-size: 2.6rem;
  }
}
.article_navi {
  display: flex;
  justify-content: center;
  padding: 14rem 0 0;
}
@media (min-width: 769px) {
  .article_navi_back {
    column-gap: 1.5rem;
  }
}
.article_navi_back span {
  width: 1.778em;
  height: 1.778em;
}
.article_navi_back span svg {
  scale: -1 1;
}
.article_navi_back p {
  font-weight: 700;
}
.article_navi_back p::after {
  bottom: 0;
}