<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.l-lower-header {
  padding-top: 11.7333333333vw;
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-lower-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.l-lower-header__intro {
  margin-bottom: 2.1333333333vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .l-lower-header__intro {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.l-lower-header__title {
  margin-bottom: 13.3333333333vw;
  font-weight: 700;
  font-size: 9.6vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .l-lower-header__title {
    line-height: 1.5;
    margin-bottom: 50px;
    font-size: 4.8rem;
  }
}
.l-lower-header__breadcrumb {
  overflow: auto;
  max-width: 100%;
}
.l-lower-header__breadcrumb-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .l-lower-header__breadcrumb-wrapper {
    padding-right: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.l-lower-header__breadcrumb-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 3.2vw;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-header__breadcrumb-item {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .l-lower-header__breadcrumb-item:not(.is-current):hover {
    text-decoration: underline;
  }
}
.l-lower-header__breadcrumb-item:not(:last-child)::after {
  content: "";
  border-top: 1px solid #ccc;
  width: 6.4vw;
  margin-right: 2.1333333333vw;
  margin-left: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .l-lower-header__breadcrumb-item:not(:last-child)::after {
    margin-left: 8px;
    margin-right: 8px;
    width: 24px;
  }
}
.l-lower-header__breadcrumb-item.is-current {
  font-weight: 400;
}
.l-lower-header__breadcrumb-item br {
  display: none;
}

.c-icon-title {
  position: relative;
}
.c-icon-title::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/assets/img/icon/block.svg);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.2vw;
  height: 2.1333333333vw;
  left: -3.2vw;
}
@media screen and (min-width: 768px) {
  .c-icon-title::before {
    left: -12px;
    width: 12px;
    height: 8px;
  }
}

.l-lower-header {
  padding-top: 5em;
}

.news-filter {
  background-image: linear-gradient(-90deg, #e7eef7 0%, #dee7f5 28.08%, #ebdff2 53.69%, #e8ede8 78.82%, #e9eef7 100%);
}
@media screen and (max-width: 991px) {
  .news-filter {
    padding-right: 2.5em;
    padding-left: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .news-filter {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.news-filter__inner {
  padding-top: 3.75em;
  padding-bottom: 1.875em;
}
.news-filter__detail {
  margin-bottom: 3.125em;
}
@media screen and (max-width: 767px) {
  .news-filter__detail {
    margin-bottom: 8.5333333333vw;
  }
}
.news-filter__toggle {
  list-style: none;
  width: 100%;
}
.news-filter__toggle::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 768px) {
  .news-filter__toggle {
    height: 5em;
  }
}
.news-filter__content {
  background-color: #fff;
  border-bottom-left-radius: 0.625em;
  border-bottom-right-radius: 0.625em;
  padding-right: 2.5em;
  padding-left: 2.5em;
  padding-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .news-filter__content {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    border-bottom-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
}
.news-filter__list {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .news-filter__list {
    margin-bottom: 10.6666666667vw;
  }
}
.news-filter__row {
  display: grid;
  border-bottom: 1px solid #f0f2f5;
  grid-template-columns: 9.75em auto;
  padding-bottom: 2.5em;
  padding-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .news-filter__row {
    grid-template-columns: 100%;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
    grid-row-gap: 4.2666666667vw;
  }
}
.news-filter__name {
  font-weight: 700;
  color: #333;
  font-size: 1.6rem;
  width: 9.75em;
}
@media screen and (max-width: 767px) {
  .news-filter__name {
    font-size: 3.7333333333vw;
  }
}
.news-filter__item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5em;
  row-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .news-filter__item {
    column-gap: 2.1333333333vw;
    row-gap: 2.1333333333vw;
  }
}
.news-filter__item-accordion {
  height: 2.125em;
  overflow: hidden;
  transition-property: height;
}
@media screen and (max-width: 767px) {
  .news-filter__item-accordion {
    height: 8vw;
  }
}
.news-filter__item-accordion.is-open {
  height: fit-content;
}
.news-filter__select {
  border-color: #ccc;
  padding-left: 1em;
  color: #3a3e40;
  width: 100%;
  width: 14.2857142857em;
  height: 3.4285714286em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .news-filter__select {
    height: 12.8vw;
    font-size: 3.7333333333vw;
  }
}
.news-filter__checkbox {
  display: none;
}
.news-filter__checkbox:checked + .news-filter__check {
  background-color: var(--main);
  color: #fff;
}
.news-filter__check {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main);
  background-color: #f0f2f5;
  transition-duration: 400ms;
  transition-property: background-color, color;
  font-weight: 500;
  height: 2.4285714286em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
  font-size: 1.4rem;
  border-radius: 1.2142857143em;
}
@media screen and (max-width: 767px) {
  .news-filter__check {
    height: 8.5333333333vw;
    border-radius: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    font-size: 3.2vw;
  }
}
.news-filter__more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ccc;
  background-color: transparent;
  cursor: pointer;
  margin-top: 1.25em;
  max-width: 12.5em;
  height: 3.25em;
  border-radius: 0.625em;
  left: -4.875em;
}
@media screen and (max-width: 767px) {
  .news-filter__more {
    left: 0;
    margin-top: 4.2666666667vw;
    max-width: 46.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.news-filter__more-label {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news-filter__more-label {
    font-size: 3.2vw;
  }
}
.news-filter__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border: 1px solid var(--main);
  background-color: transparent;
  transition-property: background-color, color;
  transition-duration: 400ms;
  max-width: 30em;
  height: 5em;
  border-radius: 0.625em;
}
@media screen and (max-width: 767px) {
  .news-filter__submit {
    border-radius: 2.6666666667vw;
    height: 16vw;
  }
}
@media (hover: hover) {
  .news-filter__submit:hover {
    background-color: var(--main);
    color: #fff;
  }
  .news-filter__submit:hover .news-filter__submit-icon {
    fill: #fff;
  }
}
.news-filter__submit-label {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .news-filter__submit-label {
    font-size: 3.7333333333vw;
  }
}
.news-filter__submit-icon {
  fill: var(--main);
  transition-property: fill;
  transition-duration: 400ms;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3125em;
}
@media screen and (max-width: 767px) {
  .news-filter__submit-icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.news-filter__results {
  display: none;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-weight: 900;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .news-filter__results {
    font-size: 5.3333333333vw;
  }
}
.news-filter__results::after {
  content: "";
  display: block;
  border-left: 1px solid var(--main);
  background-repeat: 1px solid var(--main);
  width: 0;
  margin-right: auto;
  margin-left: auto;
  height: 2em;
  margin-top: 1em;
}
@media screen and (min-width: 992px) {
  .news-filter__results::after {
    height: 6.4vw;
    margin-top: 2.1333333333vw;
  }
}

.news-list {
  background-color: #fff;
}
.news-list:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.news-list__inner {
  display: flex;
  flex-direction: column;
  padding-top: 6.25em;
  padding-bottom: 5em;
}
@media screen and (max-width: 991px) {
  .news-list__inner {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .news-list__inner {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 768px) {
  .news-list__inner {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.news-list__title {
  text-transform: uppercase;
  font-weight: 900;
  font-family: var(--en-sans);
  line-height: 1.4;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .news-list__title {
    font-size: 9.6vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .news-list__content {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 992px) {
  .news-list__content {
    width: 54.125em;
  }
}
.news-list__item {
  display: grid;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-list__item {
    padding-bottom: 6.4vw;
    padding-top: 6.4vw;
    grid-template-columns: auto 8.5333333333vw;
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .news-list__item {
    grid-template-columns: auto auto 2em;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 1.875em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (hover: hover) {
  .news-list__item:hover::after {
    width: 100%;
  }
  .news-list__item:hover .news-list__item-arrow {
    transform: translateX(8px);
  }
}
.news-list__item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  border-bottom: 1px solid var(--main);
  transition-property: width;
  transition-duration: 400ms;
}
.news-list--topics .news-list__item {
  grid-template-columns: 12.5em 1fr 2em;
}
@media screen and (max-width: 767px) {
  .news-list--topics .news-list__item {
    grid-template-columns: auto 8.5333333333vw;
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 4.2666666667vw;
  }
}
.news-list--news .news-list__item-image {
  display: none;
}
.news-list__item-image {
  width: 100%;
  border-radius: 2.6666666667vw;
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .news-list__item-image {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news-list__item-image {
    grid-column: 1/3;
  }
}
.news-list__item-date {
  font-family: var(--en-sans);
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .news-list__item-date {
    font-size: 3.7333333333vw;
  }
}
.news-list__item-title {
  margin-bottom: 0.5333333333em;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news-list__item-title {
    margin-bottom: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.news-list__item-category {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5em;
  row-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .news-list__item-category {
    column-gap: 1.6vw;
    row-gap: 1.6vw;
  }
}
.news-list__item-tag {
  display: flex;
  align-items: center;
  background-color: #f0f2f5;
  padding: 0 1em;
  height: 2em;
  font-size: 1.2rem;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .news-list__item-tag {
    font-size: 3.2vw;
    height: 6.4vw;
    border-radius: 3.2vw;
  }
}
.news-list__item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: transform;
  transition-duration: 400ms;
}
@media screen and (min-width: 768px) {
  .news-list__item-arrow {
    grid-column: 3/4;
  }
}
.news-list__more {
  display: flex;
  margin-top: 8.5333333333vw;
}
@media screen and (min-width: 992px) {
  .news-list__more {
    margin-top: 50px;
  }
}
.news-list__nav {
  display: none;
  justify-content: center;
  align-items: center;
  column-gap: 0.5em;
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .news-list__nav {
    margin-top: 13.3333333333vw;
    column-gap: 1.0666666667vw;
  }
}
.news-list__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75em;
  height: 3.75em;
  border-radius: 50%;
  font-family: var(--en-sans);
  font-weight: 500;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news-list__nav-item {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    font-size: 3.2vw;
  }
}
@media (hover: hover) {
  .news-list__nav-item {
    transition-property: background-color, color;
    transition-duration: 300ms;
  }
  .news-list__nav-item:hover {
    background-color: var(--main);
    color: #fff;
  }
  .news-list__nav-item:hover .c-icon {
    fill: #fff;
  }
}
@media screen and (max-width: 767px) {
  .news-list__nav-item .c-icon {
    height: 2.1333333333vw;
  }
}
.news-list__nav-current {
  background-color: var(--main);
  color: #fff;
}
.news-list__nav-prev {
  background-color: #f0f2f5;
  transform: rotate(180deg);
}
.news-list__nav-next {
  background-color: #f0f2f5;
}

.is-topics .news-list__nav, .is-news .news-list__nav {
  display: flex;
}
.is-topics .news-filter__results, .is-news .news-filter__results {
  display: block;
}
.is-topics .news-list__more, .is-news .news-list__more {
  display: none;
}

.is-topics .news-list--news {
  display: none;
}

.is-news .news-list--topics {
  display: none;
}

.is-news .news-list--news {
  border-bottom: 0;
}
.is-news .news-list--news .news-list__item-image {
  display: block;
}

.news-opc {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 244px;
  background-image: linear-gradient(#fff 50%, #f0f2f5 100%);
}</pre></body></html>