<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (max-width: 767px) {
  .newsSection {
    display: block;
  }
}
.newsSectionTitleWrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  width: 39.6551724137931%;
  height: auto;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .newsSectionTitleWrapper {
    width: 100%;
    position: relative;
    top: 0;
    padding-bottom: 0;
  }
}
.newsSectionTitleJa {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .newsSectionTitleJa {
    margin-bottom: 10.666666666666668vw;
  }
}
@media screen and (max-width: 767px) {
  .newsFilterList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.newsFilterItem {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .newsFilterItem {
    margin-bottom: 1.333333333333333vw;
    width: 50%;
  }
  .newsFilterItem:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .newsFilterItem:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .newsFilterItem:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.newsFilterItem a,
.newsFilterItem p {
  color: #444;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  -webkit-transition: margin ease-in-out 0.3s;
  transition: margin ease-in-out 0.3s;
}
.newsFilterItem a.is-selected,
.newsFilterItem p.is-selected {
  pointer-events: none;
  margin-left: 1rem;
}
.newsFilterItem a.is-selected:before,
.newsFilterItem p.is-selected:before {
  content: '●';
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 10px;
  margin-right: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsFilterItem a:hover,
.newsFilterItem p:hover {
  margin-left: 1rem;
}
.newsFilterItem a:hover:before,
.newsFilterItem p:hover:before {
  content: '●';
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 10px;
  margin-right: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-animation: opacity 0.3s forwards;
          animation: opacity 0.3s forwards;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.newsFilterItemList {
  padding-left: 15px;
}
.newsContentsWrapper {
  width: 60.3448275862069%;
  padding-top: 158px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper {
    width: 100%;
    padding-top: 13.333333333333334vw;
    padding-bottom: 26.666666666666668vw;
  }
}
.pagerWrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 66px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .pagerWrapper {
    margin-top: 18.666666666666668vw;
  }
}
.pagerNumItem {
  padding: 0 1em;
  cursor: pointer;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.pagerNumItem.point {
  padding: 0;
  pointer-events: none;
}
.pagerNumItem.is-current {
  color: #999;
  pointer-events: none;
}
.pagerNumItem:hover {
  opacity: 0.6;
}
.pagerNumItem a {
  color: #444;
}
.pagerPrev,
.pagerNext {
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.pagerPrev a,
.pagerNext a {
  width: 20px;
  height: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagerPrev a,
  .pagerNext a {
    width: 5.333333333333334vw;
    height: 5.333333333333334vw;
  }
}
.pagerPrev a img,
.pagerNext a img {
  vertical-align: baseline;
}
.pagerPrev a:hover .icon_arrow,
.pagerNext a:hover .icon_arrow {
  stroke: #fff;
}
.pagerPrev a:hover .icon_arrow_inner,
.pagerNext a:hover .icon_arrow_inner {
  fill: #444;
}
.pagerPrev a:hover .icon_arrow_outer,
.pagerNext a:hover .icon_arrow_outer {
  stroke: #444;
}
.pagerPrev.is-disabled,
.pagerNext.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.icon_arrow,
.icon_arrow_inner,
.icon_arrow_outer {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.newsContentsTitle a,
.newsText a {
  color: #444;
  text-decoration: underline;
}
.pdfIcon {
  display: inline-block;
  width: 12px;
  margin-left: 2px;
}
.pdfIcon img {
  vertical-align: middle;
}
a.external:after {
  display: none;
}
.categoryList {
  border: 1px solid #999;
  padding: 1.6vw 1.866666666666667vw;
}
.categoryList select {
  width: 100%;
  border: none;
  background-color: transparent;
}
@-webkit-keyframes opacity {
  0 {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0 {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.newsContentsWrapper {
  padding-top: 42px;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper {
    padding-top: 8vw;
  }
}
.newsContentsWrapper h1 {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper h1 {
    font-size: 5.866666666666666vw;
    margin-bottom: 7.466666666666668vw;
  }
}
.newsContentsWrapper h2 {
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper h2 {
    font-size: 5.333333333333334vw;
    margin-bottom: 5.333333333333334vw;
  }
}
.newsContentsWrapper h3 {
  font-size: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper h3 {
    font-size: 4.266666666666667vw;
    margin-bottom: 5.333333333333334vw;
  }
}
.newsContentsWrapper p {
  font-size: 14px;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
  line-height: calc(26 / 14);
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper p {
    font-size: 3.733333333333334vw;
    margin-bottom: 8vw;
  }
}
.newsContentsWrapper a {
  color: #444;
  position: relative;
  text-decoration: underline;
}
.newsContentsWrapper ul {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper ul {
    margin-bottom: 10.666666666666668vw;
  }
}
.newsContentsWrapper ul li {
  position: relative;
  font-size: 14px;
  line-height: calc(26 / 14);
  letter-spacing: 0.02em;
  padding-left: 1em;
}
.newsContentsWrapper ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.newsContentsWrapper img {
  vertical-align: baseline;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper img {
    margin-bottom: 8vw;
  }
}
.newsContentsWrapper table {
  width: 100%;
  border: 1px solid #ddd;
  padding: 30px;
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper table {
    padding: 5.333333333333334vw;
    font-size: 3.733333333333334vw;
    margin-bottom: 10.666666666666668vw;
  }
}
.newsContentsWrapper table th {
  margin-bottom: 0.75em;
  text-align: left;
}
.newsContentsWrapper dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper dl {
    display: block;
  }
}
.newsContentsWrapper dl dt,
.newsContentsWrapper dl dd {
  font-size: 14px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper dl dt,
  .newsContentsWrapper dl dd {
    font-size: 3.733333333333334vw;
    padding: 5.333333333333334vw 0;
  }
}
.newsContentsWrapper dl dt {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper dl dt {
    width: 100%;
    padding-bottom: 0;
  }
}
.newsContentsWrapper dl dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper dl dd {
    width: 100%;
    padding-top: 0;
  }
}
.newsContentsWrapper dl:nth-of-type(1) {
  border-top: 1px solid #ddd;
}
.newsContentsWrapper dl:last-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper dl:last-of-type {
    margin-bottom: 10.666666666666668vw;
  }
}
.newsContentsWrapper button {
  padding: 0.75em 2em;
  border: 1px solid #ddd;
  background: none;
  margin-bottom: 40px;
  -webkit-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper button {
    margin-bottom: 10.666666666666668vw;
  }
}
.newsContentsWrapper button:hover {
  background-color: #444;
}
.newsContentsWrapper button:hover a {
  color: #fff;
}
.newsContentsWrapper button a {
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  font-size: 14px;
  text-decoration: none;
}
.newsContentsWrapper video {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper video {
    margin-bottom: 10.666666666666668vw;
  }
}
ul.newsSnsList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  ul.newsSnsList {
    margin-bottom: 9.066666666666666vw;
  }
}
li.newsSnsItem {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
li.newsSnsItem * {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
li.newsSnsItem:hover *:not(.notchanged) {
  fill: #444;
}
li.newsSnsItem.twitter {
  width: 16px;
  margin-right: 24px;
}
li.newsSnsItem.facebook {
  width: 8px;
  margin-right: 22px;
}
li.newsSnsItem.linkedin {
  width: 15px;
  margin-right: 22px;
}
li.newsSnsItem.mail {
  width: 16px;
  margin-right: 24px;
}
li.newsSnsItem.print {
  width: 17px;
}
li.newsSnsItem:before {
  display: none;
}
.newsImage {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .newsImage {
    margin-bottom: 8vw;
  }
}
.newsPagerSection {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .newsPagerSection {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100vw;
    margin-bottom: 13.333333333333334vw;
  }
}
.newsPagerWrapper {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .newsPagerWrapper {
    display: block;
    border: none;
  }
}
a.newsPagerPrevWrapper,
a.newsPagerNextWrapper {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 38px;
  position: relative;
  color: #444;
  -webkit-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s;
}
a.newsPagerPrevWrapper:hover,
a.newsPagerNextWrapper:hover {
  background: #444;
}
a.newsPagerPrevWrapper:hover .newsPagerDate,
a.newsPagerNextWrapper:hover .newsPagerDate,
a.newsPagerPrevWrapper:hover .newsPagerTag,
a.newsPagerNextWrapper:hover .newsPagerTag,
a.newsPagerPrevWrapper:hover .newsPagerTitle,
a.newsPagerNextWrapper:hover .newsPagerTitle {
  color: #fff;
}
a.newsPagerPrevWrapper:hover .icon_arrow_prev,
a.newsPagerNextWrapper:hover .icon_arrow_prev,
a.newsPagerPrevWrapper:hover .icon_arrow_next,
a.newsPagerNextWrapper:hover .icon_arrow_next {
  stroke: #fff;
}
@media screen and (max-width: 767px) {
  a.newsPagerPrevWrapper,
  a.newsPagerNextWrapper {
    width: 100%;
    padding: 0;
  }
}
.icon_arrow_prev,
.icon_arrow_next {
  -webkit-transition: stroke ease-in-out 0.3s;
  transition: stroke ease-in-out 0.3s;
}
a.newsPagerPrevWrapper {
  margin-right: auto;
  padding-left: 60px;
  padding-right: 50px;
  position: relative;
}
a.newsPagerPrevWrapper:before {
  content: '';
  width: 1px;
  height: 50%;
  background: #ddd;
  position: absolute;
  top: 25%;
  right: 0;
  margin-right: -0.5px;
}
@media screen and (max-width: 767px) {
  a.newsPagerPrevWrapper:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  a.newsPagerPrevWrapper {
    display: block;
    padding-top: 10.133333333333333vw;
    padding-bottom: 9.066666666666666vw;
    padding-left: 8vw;
    padding-right: 0;
    border-bottom: 1px solid #ddd;
  }
}
a.newsPagerPrevWrapper.noLine:before {
  display: none;
}
.newsPagerPrevIcon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .newsPagerPrevIcon {
    margin-left: 0;
  }
}
.newsPagerDate,
.newsPagerTag,
.newsPagerTitle {
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
a.newsPagerNextWrapper {
  margin-left: auto;
  padding-left: 50px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  a.newsPagerNextWrapper {
    display: block;
    padding-top: 10.133333333333333vw;
    padding-bottom: 9.066666666666666vw;
    padding-left: 0;
    padding-right: 8vw;
  }
}
.newsPagerNextIcon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .newsPagerNextIcon {
    margin-right: 0;
  }
}
.newsPagerDate {
  padding-right: 1em;
  border-right: 1px solid #999;
  line-height: 1;
}
.newsPagerTag {
  padding-left: 1em;
  line-height: 1;
}
.newsPagerInfoWrapper {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .newsPagerInfoWrapper {
    margin-bottom: 2.666666666666667vw;
  }
}
.newsReturnBtnWrapper {
  text-align: center;
  margin-bottom: 165px;
}
@media screen and (max-width: 767px) {
  .newsReturnBtnWrapper {
    margin-bottom: 40vw;
  }
}
.newsReturnBtn {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #999;
  -webkit-transition: background ease-in-out 0.3s;
  transition: background ease-in-out 0.3s;
}
.newsReturnBtn a {
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.newsReturnBtn:hover {
  background: #444;
  border-color: #444;
}
.newsReturnBtn:hover a {
  color: #ebeae9;
}
.newsContentsWrapper {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .newsContentsWrapper {
    padding-bottom: 18.666666666666668vw;
  }
}
.l-subtitle {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .l-subtitle {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .l-subtitle.half {
    margin-bottom: 10px;
  }
}
.l-titleText {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .l-titleText {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-titleText.half {
    margin-bottom: 5vw;
  }
}
.l-titleText-nohasText {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-titleText-nohasText {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-titleText-nohasText-sp {
    margin-bottom: 9.066666666666666vw;
  }
}
.l-text {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .l-text {
    margin-bottom: 6.666666666666667vw;
  }
}
.mainvisualContents .js-scrollview:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mainvisualContents .js-scrollview:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mainvisualContents .js-scrollview:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.t-mainvisual {
  position: relative;
  padding-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .t-mainvisual {
    margin-bottom: 13.333333333333334vw;
    padding-top: 5.333333333333334vw;
  }
}
.t-mainvisualTitleEn {
  text-transform: uppercase;
}
.t-mainvisualTitleJa {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.t-breadcrumbWrapper {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .t-breadcrumbWrapper {
    margin-bottom: 3.2vw;
  }
}
.t-breadcrumbItem {
  text-transform: uppercase;
  margin: 0 0.2em;
  color: #999;
}
.t-breadcrumbItem a {
  color: #999;
}
.t-breadcrumbItem.current {
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.t-profileSection {
  padding-bottom: 54px;
  border-bottom: 1px solid #ddd;
  padding-top: 54px;
}
.t-profileSection:first-of-type {
  border-top: 1px solid #ddd;
}
.t-profileSection:last-of-type {
  border: none;
}
@media screen and (max-width: 767px) {
  .t-profileSection {
    padding-bottom: 11.733333333333333vw;
    padding-top: 11.733333333333333vw;
  }
}
.t-profileSectionTitle {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .t-profileSectionTitle {
    margin-bottom: 4vw;
  }
}
.t-newsItem {
  border-bottom: 1px solid #ddd;
  margin-top: 33px;
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .t-newsItem {
    padding-bottom: 6.4vw;
    margin-top: 6.4vw;
  }
}
.t-newsItem:nth-of-type(1) {
  margin-top: 0;
}
.t-newsItem:last-of-type {
  border: none;
}
.t-newsItem a {
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.t-newsItem a:hover {
  opacity: 0.6;
}
.t-newsItem a.c-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .t-newsItem a.c-flex {
    display: block;
  }
}
.t-newsItemInfoWrapper {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .t-newsItemInfoWrapper {
    width: 100%;
  }
}
.t-newsItemInfo {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .t-newsItemInfo {
    margin-bottom: 5px;
  }
}
.t-newsItemInfo.hasPin {
  position: relative;
  padding-left: 24px;
}
.t-newsItemInfo.hasPin:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  background-image: url("../img/common/icon_news_pin.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.t-newsItemDate {
  position: relative;
  padding-right: 10px;
}
.t-newsItemDate:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1em;
  width: 1px;
  background-color: #999;
}
.t-newsItemCategory {
  padding-left: 10px;
}
.t-newsItemImageWrapper {
  width: 300px;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .t-newsItemImageWrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 5.333333333333334vw;
  }
}
</pre></body></html>