@charset "UTF-8";
/***************************************

news archive

***************************************/
/***************************************

variables

***************************************/
/*---------------------------------------
break point
---------------------------------------*/
/*---------------------------------------
color
---------------------------------------*/
/***************************************

news archive

***************************************/
/***************************************

mixins

***************************************/
/*---------------------------------------
media queries
---------------------------------------*/
/*---------------------------------------
clearfix
---------------------------------------*/
/*---------------------------------------
vwのサイズ計算
---------------------------------------*/
/***************************************

fv_common - news specific

***************************************/
#fv_common h2 img {
  width: 180px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  #fv_common h2 img {
    width: 24vw;
    height: 6.4vw;
  }
}
#fv_common h2 span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 23px 0 0;
}
@media screen and (max-width: 768px) {
  #fv_common h2 span {
    font-size: 2.9333333333vw;
    padding: 3.2vw 0 0;
  }
}

/***************************************

pagination

***************************************/
#news_archive {
  padding: 0 0 190px;
  background-color: #f0f1f1;
}
@media screen and (max-width: 768px) {
  #news_archive {
    padding: 22.6666666667vw 0 25.3333333333vw;
  }
}
#news_archive .news_category_filter {
  background-color: #d3dadb;
  padding: 135px 0 120px;
}
@media screen and (max-width: 768px) {
  #news_archive .news_category_filter {
    padding: 10.6666666667vw 0;
  }
}
#news_archive .news_category_filter .category_list {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 5px 5px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #news_archive .news_category_filter .category_list {
    grid-template-columns: repeat(2, 1fr);
    width: 86.6666666667vw;
  }
}
#news_archive .news_category_filter .category_list li a {
  border: 1px solid #fff;
  font-size: 18px;
  letter-spacing: 0.09em;
  height: 54px;
  line-height: 1.2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #news_archive .news_category_filter .category_list li a {
    border: 0.2666666667vw solid #fff;
    font-size: 2.8vw;
    height: 11.2vw;
    padding: 0 1.3333333333vw;
  }
}
#news_archive .news_category_filter .category_list li a.on {
  border: none;
  background-color: #a41034;
  border: 1px solid #a41034;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #news_archive .news_category_filter .category_list li a.on {
    border: 0.2666666667vw solid #a41034;
  }
}
#news_archive .news_archive_list {
  padding: 0 0 75px;
}
@media screen and (max-width: 768px) {
  #news_archive .news_archive_list {
    padding: 0 0 16.9333333333vw;
  }
}
#news_archive .news_archive_list li {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  #news_archive .news_archive_list li {
    margin: 0 0 6.6666666667vw;
  }
}
#news_archive .news_archive_list li a {
  display: block;
  padding: 40px 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #news_archive .news_archive_list li a {
    padding: 6.6666666667vw 0;
  }
}
#news_archive .news_archive_list li a:hover .title {
  color: #a41034;
}
#news_archive .news_archive_list li a .news_item_content .news_item_header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  #news_archive .news_archive_list li a .news_item_content .news_item_header {
    display: block;
    margin: 0 0 2.6666666667vw;
  }
}
#news_archive .news_archive_list li a .news_item_content .date {
  font-size: 14px;
  color: #666;
  margin: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  #news_archive .news_archive_list li a .news_item_content .date {
    font-size: 2.9333333333vw;
    margin: 0 0 1.3333333333vw;
  }
}
#news_archive .news_archive_list li a .news_item_content .category_label {
  font-size: 14px;
  color: #333;
  padding: 4px 8px;
  border-radius: 19px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #news_archive .news_archive_list li a .news_item_content .category_label {
    font-size: 2.6666666667vw;
    padding: 0.5333333333vw 1.6vw;
    display: inline-block;
  }
}
#news_archive .news_archive_list li a .news_item_content .category_label {
  background-color: #ffffff;
}
#news_archive .news_archive_list li a .news_item_content .title {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #news_archive .news_archive_list li a .news_item_content .title {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin: 0 0 3.3333333333vw;
  }
}
#news_archive .news_archive_list li a .news_item_content .excerpt {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
@media screen and (max-width: 768px) {
  #news_archive .news_archive_list li a .news_item_content .excerpt {
    font-size: 3.3333333333vw;
    line-height: 6vw;
  }
}
#news_archive .news_archive_list .no-posts {
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #news_archive .news_archive_list .no-posts {
    padding: 13.3333333333vw 0;
  }
}
#news_archive .pagination {
  display: flex;
  justify-content: center;
  text-align: center;
}
#news_archive .pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 19px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #news_archive .pagination .page-numbers {
    padding: 2vw 2.6666666667vw;
    margin: 0 1.0666666667vw;
    font-size: 3.3333333333vw;
  }
}
#news_archive .pagination .page-numbers:hover {
  background-color: #a41034;
  color: #fff;
  border-color: #a41034;
}
#news_archive .pagination .page-numbers.current {
  background-color: #a41034;
  color: #fff;
  border-color: #a41034;
}
#news_archive .pagination .page-numbers.dots {
  padding: 10px 5px;
  background-color: transparent;
  border: none;
  color: #333;
  cursor: default;
}
@media screen and (max-width: 768px) {
  #news_archive .pagination .page-numbers.dots {
    padding: 2vw 0.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
#news_archive .pagination .page-numbers.dots:hover {
  background-color: transparent;
  color: #333;
}
#news_archive .pagination .page-numbers.prev, #news_archive .pagination .page-numbers.next {
  position: relative;
  padding: 4px 19px;
  background-color: transparent;
  border: none;
}
#news_archive .pagination .page-numbers.prev::before, #news_archive .pagination .page-numbers.next::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #news_archive .pagination .page-numbers.prev::before, #news_archive .pagination .page-numbers.next::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
#news_archive .pagination .page-numbers.prev::before {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  left: 15px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #news_archive .pagination .page-numbers.prev::before {
    left: 2.6666666667vw;
    border-top: 0.2vw solid #333;
    border-left: 0.2vw solid #333;
  }
}
#news_archive .pagination .page-numbers.prev:hover::before {
  border-top-color: #a41034;
  border-left-color: #a41034;
}
#news_archive .pagination .page-numbers.next::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #news_archive .pagination .page-numbers.next::before {
    right: 2.6666666667vw;
    border-top: 0.2vw solid #333;
    border-right: 0.2vw solid #333;
  }
}
#news_archive .pagination .page-numbers.next:hover::before {
  border-top-color: #a41034;
  border-right-color: #a41034;
}

/***************************************

pagination

***************************************/
.pagination {
  text-align: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 10.6666666667vw 0 0;
  }
}
.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers {
    margin: 0 0.6666666667vw;
    padding: 1.6vw 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.pagination .page-numbers:hover {
  background-color: #a41034;
  color: #fff;
  border-color: #a41034;
}
.pagination .page-numbers.current {
  background-color: #a41034;
  color: #fff;
  border-color: #a41034;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-weight: 500;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    padding: 1.6vw 2.6666666667vw;
  }
}

/***************************************

news single

***************************************/
#news_single {
  padding: 170px 0 190px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #news_single {
    padding: 16vw 0 20vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .inner3 {
    padding: 0 5.3333333333vw;
  }
}
#news_single .news_header {
  text-align: center;
  padding: 0 0 60px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #news_single .news_header {
    text-align: left;
    padding: 0 0 6.6666666667vw;
    margin: 0 0 8vw;
  }
}
#news_single .news_header .news_meta {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #news_single .news_header .news_meta {
    display: block;
    margin: 0 0 2.6666666667vw;
  }
}
#news_single .news_header .news_date {
  font-size: 14px;
  color: #666;
  display: block;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #news_single .news_header .news_date {
    font-size: 3.2vw;
    margin: 0 0 1.3333333333vw;
  }
}
#news_single .news_header .category_label {
  font-size: 14px;
  color: #333;
  padding: 4px 8px;
  border-radius: 19px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #news_single .news_header .category_label {
    font-size: 2.6666666667vw;
    padding: 0.5333333333vw 1.6vw;
    display: inline-block;
  }
}
#news_single .news_header .category_label {
  background-color: #f0f1f1;
}
#news_single .news_header .news_title {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 32px;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #news_single .news_header .news_title {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
  }
}
#news_single .news_thumbnail {
  margin: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news_single .news_thumbnail {
    margin: 0 0 10.6666666667vw;
  }
}
#news_single .news_thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#news_single .news_slider_wrap {
  margin: 0 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news_single .news_slider_wrap {
    margin: 0 0 10.6666666667vw;
  }
}
#news_single .news_slider_wrap .swiper {
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#news_single .news_slider_wrap .swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  #news_single .news_slider_wrap .swiper-slide img {
    height: 40vw;
  }
}
#news_single .news_slider_wrap .swiper-pagination {
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  #news_single .news_slider_wrap .swiper-pagination {
    bottom: 2.6666666667vw;
  }
}
#news_single .news_slider_wrap .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
}
#news_single .news_slider_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  transform: scale(1.2);
}
#news_single .news_slider_wrap .swiper-button-prev {
  width: 58px;
  height: 58px;
  left: -29px;
  z-index: 9 !important;
}
@media screen and (max-width: 768px) {
  #news_single .news_slider_wrap .swiper-button-prev {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    left: 6.4vw;
  }
}
#news_single .news_slider_wrap .swiper-button-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("../../img/voice/icn_prev.svg") no-repeat center center;
}
#news_single .news_slider_wrap .swiper-button-prev::after {
  display: none;
}
#news_single .news_slider_wrap .swiper-button-next {
  width: 58px;
  height: 58px;
  right: -29px;
  z-index: 9 !important;
}
@media screen and (max-width: 768px) {
  #news_single .news_slider_wrap .swiper-button-next {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    right: 6.4vw;
  }
}
#news_single .news_slider_wrap .swiper-button-next::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("../../img/voice/icn_next.svg") no-repeat center center;
}
#news_single .news_slider_wrap .swiper-button-next::after {
  display: none;
}
#news_single .news_content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  #news_single .news_content {
    font-size: 15px;
    margin: 0 0 13.3333333333vw;
  }
}
#news_single .news_content p {
  margin: 0 0 1.5em;
}
#news_single .news_content p:last-child {
  margin-bottom: 0;
}
#news_single .news_content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 2em 0 1em;
  padding: 0 0 0.5em;
  border-bottom: 2px solid #a41034;
}
@media screen and (max-width: 768px) {
  #news_single .news_content h2 {
    font-size: 4.8vw;
    margin: 8vw 0 4vw;
    padding: 0 0 2vw;
  }
}
#news_single .news_content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 1.5em 0 1em;
}
@media screen and (max-width: 768px) {
  #news_single .news_content h3 {
    font-size: 4.2666666667vw;
    margin: 6.6666666667vw 0 3.3333333333vw;
  }
}
#news_single .news_content ul, #news_single .news_content ol {
  margin: 1.5em 0;
  padding: 0 0 0 2em;
}
@media screen and (max-width: 768px) {
  #news_single .news_content ul, #news_single .news_content ol {
    margin: 8vw 0;
    padding: 0 0 0 5.3333333333vw;
  }
}
#news_single .news_content ul li, #news_single .news_content ol li {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 768px) {
  #news_single .news_content ul li, #news_single .news_content ol li {
    margin: 0 0 2.6666666667vw;
  }
}
#news_single .news_content img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #news_single .news_content img {
    margin: 8vw 0;
  }
}
#news_single .news_content blockquote {
  background-color: #f8f9fa;
  border-left: 4px solid #a41034;
  padding: 1.5em 2em;
  margin: 2em 0;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #news_single .news_content blockquote {
    padding: 5.3333333333vw 6.6666666667vw;
    margin: 10.6666666667vw 0;
  }
}
#news_single .news_navigation {
  border-top: 1px solid #e0e0e0;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #news_single .news_navigation {
    padding: 10.6666666667vw 0 0;
  }
}
#news_single .news_navigation .nav_links {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 0 60px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #news_single .news_navigation .nav_links {
    flex-direction: column;
    margin: 0 0 8vw;
    gap: 4vw;
  }
}
#news_single .news_navigation .nav_links .nav_prev,
#news_single .news_navigation .nav_links .nav_next {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #news_single .news_navigation .nav_links .nav_prev,
  #news_single .news_navigation .nav_links .nav_next {
    width: 100%;
  }
}
#news_single .news_navigation .nav_links .nav_prev a,
#news_single .news_navigation .nav_links .nav_next a {
  display: block;
  padding: 20px;
  background-color: #f0f1f1;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #news_single .news_navigation .nav_links .nav_prev a,
  #news_single .news_navigation .nav_links .nav_next a {
    padding: 4vw;
  }
}
#news_single .news_navigation .nav_links .nav_prev a:hover,
#news_single .news_navigation .nav_links .nav_next a:hover {
  background-color: #f0f1f1;
  transform: translateY(-2px);
}
#news_single .news_navigation .nav_links .nav_prev a .nav_label,
#news_single .news_navigation .nav_links .nav_next a .nav_label {
  font-size: 12px;
  color: #666;
  display: block;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  #news_single .news_navigation .nav_links .nav_prev a .nav_label,
  #news_single .news_navigation .nav_links .nav_next a .nav_label {
    font-size: 2.9333333333vw;
    margin: 0 0 1.3333333333vw;
  }
}
#news_single .news_navigation .nav_links .nav_prev a .nav_title,
#news_single .news_navigation .nav_links .nav_next a .nav_title {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 768px) {
  #news_single .news_navigation .nav_links .nav_prev a .nav_title,
  #news_single .news_navigation .nav_links .nav_next a .nav_title {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
}
#news_single .news_navigation .nav_links .nav_next {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #news_single .news_navigation .nav_links .nav_next {
    text-align: left;
  }
}
#news_single .news_navigation .back_to_list {
  text-align: center;
}
#news_single .news_navigation .back_to_list .btn_common {
  display: inline-block;
  padding: 15px 40px;
  background-color: #a41034;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #news_single .news_navigation .back_to_list .btn_common {
    padding: 2.6666666667vw 6.6666666667vw;
    font-size: 3.4666666667vw;
    width: 100%;
    text-align: center;
    display: block;
  }
}
#news_single .news_navigation .back_to_list .btn_common:hover {
  background-color: rgb(117.5333333333, 11.4666666667, 37.2666666667);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(164, 16, 52, 0.3);
}
@media screen and (max-width: 768px) {
  #news_single .news_navigation .back_to_list .btn_common:hover {
    transform: none;
  }
}

/***************************************

pagination

***************************************/
.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 10.6666666667vw 0 0;
  }
}
.pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 19px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers {
    padding: 2vw 2.6666666667vw;
    margin: 0 1.0666666667vw;
    font-size: 3.3333333333vw;
  }
}
.pagination .page-numbers:hover {
  background-color: #a41034;
  color: #fff;
  border-color: #a41034;
}
.pagination .page-numbers.current {
  background-color: #a41034;
  color: #fff;
  border-color: #a41034;
}
.pagination .page-numbers.dots {
  padding: 10px 5px;
  background-color: transparent;
  border: none;
  color: #333;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers.dots {
    padding: 2vw 0.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
.pagination .page-numbers.dots:hover {
  background-color: transparent;
  color: #333;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
  padding: 4px 19px;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    padding: 0.5333333333vw 2.5333333333vw;
  }
}
.pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.pagination .page-numbers.prev::before {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  left: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers.prev::before {
    left: 2.6666666667vw;
    border-top: 0.2vw solid #333;
    border-left: 0.2vw solid #333;
  }
}
.pagination .page-numbers.prev:hover::before {
  border-top-color: #a41034;
  border-left-color: #a41034;
}
.pagination .page-numbers.next::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers.next::before {
    right: 2.6666666667vw;
    border-top: 0.2vw solid #333;
    border-right: 0.2vw solid #333;
  }
}
.pagination .page-numbers.next:hover::before {
  border-top-color: #a41034;
  border-right-color: #a41034;
}

/*# sourceMappingURL=news.css.map */
