@charset "UTF-8";
/* ▼▼▼ 新着情報
======================================================*/
.news .ttl_en svg, .news_post .ttl_en svg {
  max-width: 356px;
}
@media screen and (max-width: 767px) {
  .news .ttl_en svg, .news_post .ttl_en svg {
    max-width: 255px;
  }
}
.news .ttl_en svg use, .news_post .ttl_en svg use {
  fill: url(#wave_en);
}
.news .ttl_jp svg, .news_post .ttl_jp svg {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .news .ttl_jp svg, .news_post .ttl_jp svg {
    max-width: 181px;
  }
}
.news .ttl_jp svg use, .news_post .ttl_jp svg use {
  fill: url(#wave_jp);
}

.news_page_block .news_page_list {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_page_list {
    padding-bottom: 50px;
  }
}
.news_page_block .news_page_list .news_page_cat_list .news_tab_list {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_page_list .news_page_cat_list .news_tab_list {
    margin: 30px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news_page_block .news_page_list .news_page_cat_list .news_tab_list .tab {
  width: 100%;
  background: #CBCBCB;
  border-radius: 100vmax;
  padding: 3px 10px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_page_list .news_page_cat_list .news_tab_list .tab {
    width: 45%;
    margin-bottom: 5px;
  }
}
.news_page_block .news_page_list .news_page_cat_list .news_tab_list .tab.active {
  background: #C30D23;
  color: #fff;
}
.news_page_block .news_page_list .news_page_cat_list .news_tab_list .tab a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news_page_block .news_page_list .news_page_cat_list .news_tab_list .tab span {
  cursor: pointer;
  pointer-events: all;
  display: inline-block;
}
.news_page_block .news_page_list .news_page_post_box {
  border-top: solid 1px #CBCBCB;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_page_list .news_page_post_box {
    margin-bottom: 40px;
  }
}
.news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article {
  display: none;
}
.news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article.active {
  display: block;
}
.news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article .news_page_post_item .news_page_post_item_txt {
  font-size: 18px;
  border-bottom: solid 1px #CBCBCB;
  padding: 35px 15px;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article .news_page_post_item .news_page_post_item_txt {
    padding: 20px 0 15px;
  }
}
.news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article .news_page_post_item .news_page_post_item_txt .news_page_post_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article .news_page_post_item .news_page_post_item_txt .news_page_post_item_link {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article .news_page_post_item .news_page_post_item_txt .news_page_post_item_link .news_page_cat {
  font-size: 16px;
  padding: 5px 40px;
  border: solid 1px #C30D23;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 190px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 37px;
  background: #C30D23;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article .news_page_post_item .news_page_post_item_txt .news_page_post_item_link .news_page_cat {
    max-width: 100%;
    min-width: 130px;
    padding: 0 20px;
    font-size: 14px;
    grid-column: 1;
    grid-row: 1;
  }
}
.news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article .news_page_post_item .news_page_post_item_txt .news_page_post_item_link .news_page_date {
  color: #C30D23;
  font-size: 20px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article .news_page_post_item .news_page_post_item_txt .news_page_post_item_link .news_page_date {
    font-size: 16px;
    grid-column: 1;
    grid-row: 2;
    margin-top: 5px;
  }
}
.news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article .news_page_post_item .news_page_post_item_txt .news_page_post_item_link .news_page_title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_page_list .news_page_post_box .news_tab_article_list .tab_article .news_page_post_item .news_page_post_item_txt .news_page_post_item_link .news_page_title {
    grid-column: 2;
    grid-row: 1/-1;
    font-size: 16px;
    line-height: 1.5;
    align-self: start;
  }
}
.news_page_block nav {
  margin: 85px auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .news_page_block nav {
    margin: 40px auto 70px;
  }
}
.news_page_block nav .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.news_page_block nav .pagination .page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C30D23;
  font-size: 20px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
}
@media screen and (max-width: 767px) {
  .news_page_block nav .pagination .page-item {
    font-size: 16px;
  }
}
.news_page_block nav .pagination .page-item .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #C30D23;
  font-size: 20px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news_page_block nav .pagination .page-item .page-link {
    font-size: 16px;
  }
}
.news_page_block nav .pagination .page-item.active {
  color: #C30D23;
}
.news_page_block nav .pagination .page-item.active .page-link {
  color: #C30D23;
}
.news_page_block nav .pagination .page-item.page-item-prev {
  position: absolute;
  left: 0;
  margin-right: auto;
}
.news_page_block nav .pagination .page-item.page-item-prev .page-link {
  gap: 8px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .news_page_block nav .pagination .page-item.page-item-prev .page-link {
    gap: 5px;
  }
}
.news_page_block nav .pagination .page-item.page-item-prev .page-link .page-link-text {
  font-size: 20px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  color: #C30D23;
}
@media screen and (max-width: 767px) {
  .news_page_block nav .pagination .page-item.page-item-prev .page-link .page-link-text {
    font-size: 16px;
  }
}
.news_page_block nav .pagination .page-item.page-item-prev .page-link .page-link-icon {
  width: 35px;
  height: 35px;
  background-image: url(../img/line_mark02.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .news_page_block nav .pagination .page-item.page-item-prev .page-link .page-link-icon {
    width: 30px;
    height: 30px;
  }
}
.news_page_block nav .pagination .page-item.page-item-next {
  position: absolute;
  right: 0;
  margin-left: auto;
}
.news_page_block nav .pagination .page-item.page-item-next .page-link {
  gap: 8px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .news_page_block nav .pagination .page-item.page-item-next .page-link {
    gap: 5px;
  }
}
.news_page_block nav .pagination .page-item.page-item-next .page-link .page-link-text {
  font-size: 20px;
  font-weight: 700;
  font-family: "Hanken Grotesk", sans-serif;
  color: #C30D23;
}
@media screen and (max-width: 767px) {
  .news_page_block nav .pagination .page-item.page-item-next .page-link .page-link-text {
    font-size: 16px;
  }
}
.news_page_block nav .pagination .page-item.page-item-next .page-link .page-link-icon {
  width: 35px;
  height: 35px;
  background-image: url(../img/line_mark02.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .news_page_block nav .pagination .page-item.page-item-next .page-link .page-link-icon {
    width: 30px;
    height: 30px;
  }
}
.news_page_block nav .pagination .page-item.page-item-next .page-link:hover .page-link-icon {
  background-image: url(../img/next-hover.svg);
}
.news_page_block nav .pagination .page-item.page-item-ellipsis .page-link {
  cursor: default;
  pointer-events: none;
}
.news_page_block nav .pagination .page-item[aria-disabled=true] .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.news_page_block .news_detail_box .element_fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 100px auto 60px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_detail_box .element_fx {
    margin: 30px auto 30px 0;
  }
}
.news_page_block .news_detail_box .element_fx .element_cat {
  font-size: 16px;
  color: #fff;
  padding: 3px 40px;
  background: #C30D23;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_detail_box .element_fx .element_cat {
    font-size: 14px;
    padding: 3px 20px;
  }
}
.news_page_block .news_detail_box .element_fx .element_date {
  font-size: 20px;
  color: #C30D23;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_detail_box .element_fx .element_date {
    font-size: 16px;
  }
}
.news_page_block .news_detail_box .news_detail_ttl {
  font-size: 43px;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#C30D23), to(#CE3F00));
  background-image: linear-gradient(to top right, #C30D23, #CE3F00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 65px;
  border-bottom: solid 1px #C30D23;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_detail_box .news_detail_ttl {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
.news_page_block .news_detail_box .news_detail_ttl .ttl_mark {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-image: url(../img/ttl_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_detail_box .news_detail_ttl .ttl_mark {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}
.news_page_block .news_detail_box .news_detail_txt {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_detail_box .news_detail_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.news_page_block .news_detail_box .news_detail_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_detail_box .news_detail_img {
    gap: 30px;
    margin-bottom: 40px;
  }
}
.news_page_block .news_detail_box .news_detail_img p {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_detail_box .news_detail_img p {
    width: 100%;
  }
}
.news_page_block .news_detail_box .content_link p a {
  display: inline-block;
  border-bottom: solid 1px #C30D23;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_detail_box .content_link p a {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.news_page_block .news_detail_box .content_link p:last-child a {
  margin-bottom: 0;
}
.news_page_block .news_detail_box .center_box {
  margin: 60px auto 130px;
}
@media screen and (max-width: 767px) {
  .news_page_block .news_detail_box .center_box {
    margin: 30px auto 70px;
  }
}
.news_page_block .news_detail_box .center_box .grad_link {
  background-image: url(../img/news/archive_link.svg);
}
.news_page_block .news_detail_box .center_box .grad_link:hover, .news_page_block .news_detail_box .center_box .grad_link:focus {
  background-image: url(../img/news/archive_link_hover.svg);
  opacity: 1;
}
.news_page_block .news_detail_box .center_box .grad_link .grad_link_txt {
  text-align: center;
}
.news_page_block .news_detail_box .center_box .grad_link .grad_link_txt:hover, .news_page_block .news_detail_box .center_box .grad_link .grad_link_txt:focus {
  color: #fff;
  opacity: 1;
}