@charset "UTF-8";
/*--------------------------------------------------
    news (一覧・詳細)
--------------------------------------------------*/
.wrap:has(.main.news, .main.news_detail) {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrap:has(.main.news, .main.news_detail) .container {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.wrap:has(.main.news, .main.news_detail) .main.news,
.wrap:has(.main.news, .main.news_detail) .main.news_detail {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.main.news .inner {
  box-sizing: border-box;
  flex: 1;
  padding-top: 179px;
  position: relative;
}
@media (max-width: 599px) {
  .main.news .inner {
    padding-top: 117px;
  }
}
.main.news .inner::after {
  position: absolute;
  top: 156px;
  bottom: 0;
  left: -624px;
  width: 786px;
  height: auto;
  aspect-ratio: 6149260670895391/6888220445691085;
  content: "";
  z-index: -6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-image: url(/img/back_groupe_w1440.png);
}
@media (max-width: 1025px) {
  .main.news .inner::after {
    top: 92px;
    left: -38vw;
    width: 452.9px;
    background-image: url(/img/back_groupe_w600.png);
  }
}
@media (max-width: 599px) {
  .main.news .inner::after {
    content: none;
  }
}
.main.news .section_ttl {
  position: relative;
}
.main.news .section_ttl .main_ttl {
  margin-bottom: 0;
}
.main.news .section_ttl, .main.news .text_ttl {
  /* スクロールアニメ */
  position: relative;
  overflow: hidden;
  color: transparent;
  animation-name: bg-reveal-text_out;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
.main.news .section_ttl::after, .main.news .text_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translate(-100%, 0);
  perspective: 1000;
  animation-name: bg-reveal-bg_out;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
.main.news .section_ttl span, .main.news .text_ttl span {
  color: transparent;
  animation-name: bg-reveal-text_out-gray;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
.main.news .inner.is-show .section_ttl, .main.news .inner.is-show .text_ttl {
  animation-name: bg-reveal-text_in;
}
.main.news .inner.is-show .section_ttl::after, .main.news .inner.is-show .text_ttl::after {
  animation-name: bg-reveal-bg_in;
}
.main.news .inner.is-show .section_ttl span, .main.news .inner.is-show .text_ttl span {
  animation-name: bg-reveal-text_in-gray;
}
.main.news .inner.is-show .news_tab, .main.news .inner.is-show .news_list, .main.news .inner.is-show .news_pagination {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
}
.main.news .news_tab {
  align-items: center;
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 40px auto 0;
  max-width: 700px;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s linear, transform 1s cubic-bezier(0, 0.4, 0.3, 1);
  transition-delay: 0.8s;
  transform: translate3d(0, 30px, 0);
  perspective: 1000;
}
@media (max-width: 599px) {
  .main.news .news_tab {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
}
.main.news .news_tab .news_tab_item a {
  align-items: center;
  background: #fff;
  border: 1px solid #b8b8b8;
  box-sizing: border-box;
  color: #898989;
  display: flex;
  font-family: var(--main-font-family);
  font-size: 14px;
  font-weight: 400;
  height: 52px;
  justify-content: center;
  line-height: 1.85;
  padding: 12px;
  text-decoration: none;
  transition: opacity 0.3s;
  white-space: nowrap;
  width: 160px;
}
@media (max-width: 599px) {
  .main.news .news_tab .news_tab_item a {
    padding: 12px 20px;
    width: auto;
  }
}
.main.news .news_tab .news_tab_item a.is-current {
  background: #5d6faf;
  border: none;
  color: #fff;
  font-weight: 700;
  height: 50px;
}
.main.news .news_tab .news_tab_item a:hover:not(.is-current) {
  opacity: 0.7;
}
.main.news .news_list {
  list-style: none;
  margin: 40px auto 0;
  max-width: 700px;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s linear, transform 1s cubic-bezier(0, 0.4, 0.3, 1);
  transition-delay: 0.8s;
  transform: translate3d(0, 30px, 0);
  perspective: 1000;
}
.main.news .news_list .news_list_item .news_list_link {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e6e8f2;
  box-sizing: border-box;
  display: flex;
  gap: 24px;
  padding: 16px 0;
  text-decoration: none;
}
.main.news .news_list .news_list_item .news_list_link .news_list_body {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 14px;
  min-width: 0;
  transition: opacity 0.3s;
}
.main.news .news_list .news_list_item .news_list_link .news_list_meta_wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.main.news .news_list .news_list_item .news_list_link .news_list_meta {
  align-items: center;
  display: flex;
  gap: 16px;
}
.main.news .news_list .news_list_item .news_list_link .news_list_date {
  color: #4d4d4d;
  font-family: var(--main-font-family);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.main.news .news_list .news_list_item .news_list_link .news_list_category {
  color: #5d6faf;
  font-family: var(--main-font-family);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.main.news .news_list .news_list_item .news_list_link .news_list_title {
  color: #000;
  font-family: var(--main-font-family);
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
.main.news .news_list .news_list_item .news_list_link .news_list_arrow {
  border-color: #5d6faf;
  border-style: solid;
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
}
.main.news .news_list .news_list_item .news_list_link .news_list_pdf_icon {
  background-image: url(/img/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}
.main.news .news_list .news_list_item .news_list_link:hover .news_list_body {
  opacity: 0.6;
}
.main.news .news_list .news_list_item .news_list_link:hover .news_list_title {
  text-decoration: underline;
}
.main.news .news_pagination {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  list-style: none;
  margin: 40px auto 0;
  max-width: 700px;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s linear, transform 1s cubic-bezier(0, 0.4, 0.3, 1);
  transition-delay: 0.8s;
  transform: translate3d(0, 30px, 0);
  perspective: 1000;
}
.main.news .news_pagination .news_pagination_num a {
  color: #898989;
  font-family: var(--main-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  padding: 0 8px;
  text-decoration: none;
}
.main.news .news_pagination .news_pagination_num.is-current a {
  color: #000;
  font-weight: 700;
}
.main.news .news_pagination .news_pagination_first a,
.main.news .news_pagination .news_pagination_prev a,
.main.news .news_pagination .news_pagination_next a,
.main.news .news_pagination .news_pagination_last a {
  align-items: center;
  display: flex;
  height: 26px;
  justify-content: center;
  text-decoration: none;
  width: 26px;
}
.main.news .news_pagination .news_pagination_first .news_pagination_arrow,
.main.news .news_pagination .news_pagination_prev .news_pagination_arrow,
.main.news .news_pagination .news_pagination_next .news_pagination_arrow,
.main.news .news_pagination .news_pagination_last .news_pagination_arrow {
  border-color: #5d6faf;
  border-style: solid;
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
}
.main.news .news_pagination .news_pagination_first .news_pagination_arrow.news_pagination_arrow-double,
.main.news .news_pagination .news_pagination_prev .news_pagination_arrow.news_pagination_arrow-double,
.main.news .news_pagination .news_pagination_next .news_pagination_arrow.news_pagination_arrow-double,
.main.news .news_pagination .news_pagination_last .news_pagination_arrow.news_pagination_arrow-double {
  border-width: 0;
  height: 16.97px;
  position: relative;
  width: 22.94px;
}
.main.news .news_pagination .news_pagination_first .news_pagination_arrow.news_pagination_arrow-double span,
.main.news .news_pagination .news_pagination_prev .news_pagination_arrow.news_pagination_arrow-double span,
.main.news .news_pagination .news_pagination_next .news_pagination_arrow.news_pagination_arrow-double span,
.main.news .news_pagination .news_pagination_last .news_pagination_arrow.news_pagination_arrow-double span {
  border-color: #5d6faf;
  border-style: solid;
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 12px;
}
.main.news .news_pagination .news_pagination_first .news_pagination_arrow.news_pagination_arrow-double span:last-child,
.main.news .news_pagination .news_pagination_prev .news_pagination_arrow.news_pagination_arrow-double span:last-child,
.main.news .news_pagination .news_pagination_next .news_pagination_arrow.news_pagination_arrow-double span:last-child,
.main.news .news_pagination .news_pagination_last .news_pagination_arrow.news_pagination_arrow-double span:last-child {
  left: 5.97px;
}
.main.news .news_pagination .news_pagination_first.is-disabled a,
.main.news .news_pagination .news_pagination_prev.is-disabled a,
.main.news .news_pagination .news_pagination_next.is-disabled a,
.main.news .news_pagination .news_pagination_last.is-disabled a {
  cursor: not-allowed;
  pointer-events: none;
}
.main.news .news_pagination .news_pagination_first.is-disabled .news_pagination_arrow,
.main.news .news_pagination .news_pagination_prev.is-disabled .news_pagination_arrow,
.main.news .news_pagination .news_pagination_next.is-disabled .news_pagination_arrow,
.main.news .news_pagination .news_pagination_last.is-disabled .news_pagination_arrow {
  border-color: #e6e8f2;
}
.main.news .news_pagination .news_pagination_first.is-disabled .news_pagination_arrow span,
.main.news .news_pagination .news_pagination_prev.is-disabled .news_pagination_arrow span,
.main.news .news_pagination .news_pagination_next.is-disabled .news_pagination_arrow span,
.main.news .news_pagination .news_pagination_last.is-disabled .news_pagination_arrow span {
  border-color: #e6e8f2;
}
.main.news .news_pagination .news_pagination_first .news_pagination_arrow,
.main.news .news_pagination .news_pagination_prev .news_pagination_arrow {
  transform: rotate(-135deg);
}
.main.news .news_pagination .news_pagination_next .news_pagination_arrow,
.main.news .news_pagination .news_pagination_last .news_pagination_arrow {
  transform: rotate(45deg);
}
.main.news .news_pagination .news_pagination_first .news_pagination_arrow-double,
.main.news .news_pagination .news_pagination_last .news_pagination_arrow-double {
  transform: none;
}
.main.news .news_pagination .news_pagination_first .news_pagination_arrow-double span {
  transform: translateY(-50%) rotate(-135deg);
}
.main.news .news_pagination .news_pagination_last .news_pagination_arrow-double span {
  transform: translateY(-50%) rotate(45deg);
}

.main.news_detail .inner {
  padding-top: 179px;
  flex: 1;
  position: relative;
}
@media (max-width: 599px) {
  .main.news_detail .inner {
    padding-top: 117px;
  }
}
.main.news_detail .inner::after {
  position: absolute;
  top: 156px;
  bottom: 0;
  left: -624px;
  width: 786px;
  height: auto;
  aspect-ratio: 6149260670895391/6888220445691085;
  content: "";
  z-index: -6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-image: url(/img/back_groupe_w1440.png);
}
@media (max-width: 1025px) {
  .main.news_detail .inner::after {
    top: 25px;
    left: -38vw;
    width: 452.9px;
  }
}
@media (max-width: 599px) {
  .main.news_detail .inner::after {
    content: none;
  }
}
.main.news_detail .section_ttl {
  position: relative;
}
.main.news_detail .section_ttl .main_ttl {
  margin-bottom: 0;
}
.main.news_detail .section_ttl, .main.news_detail .text_ttl {
  /* スクロールアニメ */
  position: relative;
  overflow: hidden;
  color: transparent;
  animation-name: bg-reveal-text_out;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
.main.news_detail .section_ttl::after, .main.news_detail .text_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translate(-100%, 0);
  perspective: 1000;
  animation-name: bg-reveal-bg_out;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
.main.news_detail .section_ttl span, .main.news_detail .text_ttl span {
  color: transparent;
  animation-name: bg-reveal-text_out-gray;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
.main.news_detail .inner.is-show .section_ttl, .main.news_detail .inner.is-show .text_ttl {
  animation-name: bg-reveal-text_in;
}
.main.news_detail .inner.is-show .section_ttl::after, .main.news_detail .inner.is-show .text_ttl::after {
  animation-name: bg-reveal-bg_in;
}
.main.news_detail .inner.is-show .section_ttl span, .main.news_detail .inner.is-show .text_ttl span {
  animation-name: bg-reveal-text_in-gray;
}
.main.news_detail .inner.is-show .news_detail_content {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
}
.main.news_detail .inner.is-show .news_detail_back {
  opacity: 1;
  transition-delay: 1.2s;
  transform: translate3d(0, 0, 0);
  perspective: 1000;
}
.main.news_detail .news_detail_content {
  margin: 40px auto 0;
  max-width: 700px;
  opacity: 0;
  transition: opacity 0.6s linear, transform 1s cubic-bezier(0, 0.4, 0.3, 1);
  transition-delay: 0.8s;
  transform: translate3d(0, 30px, 0);
  perspective: 1000;
}
.main.news_detail .news_detail_meta {
  align-items: center;
  display: flex;
  gap: 16px;
}
.main.news_detail .news_detail_meta .news_detail_date {
  color: #4d4d4d;
  font-family: var(--main-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  white-space: nowrap;
}
.main.news_detail .news_detail_title {
  color: #000;
  font-family: var(--main-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  margin: 8px 0 0;
}
.main.news_detail .news_detail_hr {
  border: none;
  border-top: 1px solid #e6e8f2;
  margin: 24px 0 0;
}
.main.news_detail .news_detail_body {
  color: #000;
  font-family: var(--main-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 32px 0 0;
}
.main.news_detail .news_detail_body a {
  color: #5d6faf;
}
.main.news_detail .news_detail_back {
  display: flex;
  justify-content: center;
  margin: 56px 0 0;
  opacity: 0;
  transition: opacity 0.6s linear, transform 1s cubic-bezier(0, 0.4, 0.3, 1);
  transition-delay: 1s;
  transform: translate3d(0, 30px, 0);
  perspective: 1000;
}
.main.news_detail .news_detail_back a {
  background-color: #272727;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 41px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.4s;
  width: 176px;
}
.main.news_detail .news_detail_back a:hover {
  opacity: 0.8;
}
.main.news_detail .news_detail_back a::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 10px;
  transform: rotate(-135deg);
  width: 10px;
}
.main.news_detail .news_detail_back a .text {
  color: #fff;
  font-family: var(--main-font-family);
  font-size: 14px;
  margin: 0;
}