<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap");
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.hdg-lv1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  margin: 0;
  padding: 20px 0 15px;
  border-radius: 0 1000px 1000px 0;
  background: #00349E;
  text-align: right;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hdg-lv1 {
    width: calc(100% - 15px);
    padding: 4px 15px 6px;
    text-align: left;
    transform: translateY(0);
  }
}
.hdg-lv1 h1 {
  display: inline-block;
  width: 548px;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 767px) {
  .hdg-lv1 h1 {
    width: auto;
    font-size: 2.2rem;
  }
}
.hdg-lv1 h1 span {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .hdg-lv1 h1 span {
    font-size: 1.4rem;
  }
}

.l-body {
  position: relative;
  width: 100%;
  padding: 0 0 80px;
  font-family: "Noto Sans JP", sans-serif;
  overflow: clip;
  min-width: initial;
  background: #F2F2ED;
}
@media (max-width: 767px) {
  .l-body {
    padding: 0;
    min-width: initial;
  }
}

.l-body.nolnav &gt; .l-body-main {
  position: relative;
  width: 100%;
  min-width: initial;
}
@media (max-width: 767px) {
  .l-body.nolnav &gt; .l-body-main {
    min-width: initial;
    padding: 0;
  }
}

.bg-under-wrapper {
  position: absolute;
  left: 50%;
  width: 1920px;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .bg-under-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bg-under-wrapper .bg01 {
    top: calc(-16.8vw - 296px);
  }
}
@media (max-width: 767px) {
  .bg-under-wrapper .bg02 {
    top: calc(-8.6666666667vw - 296px);
  }
}
@media (max-width: 767px) {
  .bg-under-wrapper .bg03,
  .bg-under-wrapper .bg04,
  .bg-under-wrapper .bg05,
  .bg-under-wrapper .bg06,
  .bg-under-wrapper .bg07,
  .bg-under-wrapper .bg08 {
    display: none;
  }
}

.inner {
  position: relative;
  width: 1096px;
  margin-inline: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.main-visual {
  height: 285px;
  background: url(../../image/bg-pt.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .main-visual {
    height: 206px;
    background: url(../../image/bg-pt_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .main-visual .mv-in {
    padding-left: 15vw;
    padding-right: 10vw;
  }
}
.main-visual .en img {
  width: 624px;
  height: auto;
}
@media (max-width: 767px) {
  .main-visual .en img {
    width: 156px;
  }
}
.main-visual .ja {
  margin-top: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .main-visual .ja {
    font-size: 16px;
  }
}
.main-visual .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .main-visual .desc {
    font-size: 14px;
  }
}

.page-container {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .page-container {
    padding: 16vw 15px 100px;
  }
}

.detail-data .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .detail-data .tags {
    gap: 9px;
  }
}
.detail-data .tags span {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 1000px;
  background: #00B8D8;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #F2F2ED;
}
@media (max-width: 767px) {
  .detail-data .tags span {
    padding: 5px 12px 7px;
    font-size: 13px;
  }
}
.detail-data .lead {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .detail-data .lead {
    font-size: 14px;
  }
}
.detail-data .title {
  position: relative;
  width: 100%;
  color: #00349E;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .detail-data .title {
    width: 100%;
    margin-top: 16px;
    font-size: 17px;
  }
}

.detail-content {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .detail-content {
    margin-top: 30px;
  }
}
.detail-content p {
  line-height: 2;
  font-size: 16px;
  margin-top: 3em;
  color: #00349E;
}
@media (max-width: 767px) {
  .detail-content p {
    font-size: 14px;
    margin-top: 1.5em;
  }
}
.detail-content p.bordered {
  padding: 7px 6px;
  margin-top: 20px;
  border-top: 1px solid #00349E;
  border-bottom: 1px solid #00349E;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .detail-content p.bordered {
    font-size: 16px;
  }
}
.detail-content .mt-none {
  margin-top: 0;
}
.detail-content .mt-1em {
  margin-top: 1em;
}
.detail-content .mt-narrow {
  margin-top: 2em;
}
.detail-content .note {
  font-size: 14px;
}
@media (max-width: 767px) {
  .detail-content .note {
    font-size: 13px;
  }
}
.detail-content .note-number {
  position: relative;
  padding-left: 2.5em;
  font-size: 14px;
}
.detail-content .note-number:before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .detail-content .note-number {
    font-size: 13px;
  }
}
.detail-content .official {
  font-weight: 700;
}
.detail-content .official span {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.7em;
  color: #000;
  transform: translateY(-0.1em);
}
.detail-content .row-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px 3.2846715328%;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .detail-content .row-columns {
    gap: 23px 4.3795620438%;
  }
}
.detail-content .row-columns.--jcfs {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .detail-content .row-columns:has(.col-3) {
    gap: 64px 1.8248175182%;
  }
}
.detail-content .row-columns .col-1 {
  width: 100%;
  max-width: 800px;
}
.detail-content .row-columns .col-1.--narrow {
  max-width: 442px;
}
.detail-content .row-columns .col-2 {
  width: 47.8102189781%;
}
@media (max-width: 767px) {
  .detail-content .row-columns .col-2 {
    width: 100%;
  }
}
.detail-content .row-columns .col-2.--narrow {
  max-width: 320px;
}
@media (max-width: 767px) {
  .detail-content .row-columns .col-mt-sp {
    margin-top: 60px;
  }
}
.detail-content .row-columns .col-3 {
  width: 32.1167883212%;
}
@media (max-width: 767px) {
  .detail-content .row-columns .col-3 {
    width: 100%;
  }
}
.detail-content .row-columns .col-4 {
  width: 22.6277372263%;
}
@media (max-width: 767px) {
  .detail-content .row-columns .col-4 {
    width: 43.6vw;
  }
}
.detail-content .row-columns .w-582 {
  width: 53.102189781%;
}
@media (max-width: 767px) {
  .detail-content .row-columns .w-582 {
    width: 100%;
  }
}
.detail-content .row-columns .w-466 {
  width: 42.5182481752%;
}
@media (max-width: 767px) {
  .detail-content .row-columns .w-466 {
    width: 100%;
  }
}
.detail-content .row-columns .image {
  border-radius: 30px;
  overflow: hidden;
}
.detail-content .row-columns .image.bordered {
  border: 1px solid #c8c8c8;
}
@media (max-width: 767px) {
  .detail-content .row-columns .image.--rad10 {
    border-radius: 10px;
  }
}
.detail-content figcaption {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .detail-content figcaption {
    margin-top: 8px;
    font-size: 13px;
  }
}
.detail-content figcaption.long {
  margin-bottom: 20px;
}
.detail-content .tac {
  text-align: center;
}
.detail-content .tal {
  text-align: left;
}
.detail-content .schedule {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 2em;
  padding: 48px 40px 38px;
  border-radius: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .detail-content .schedule {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 40px 15px;
    border-radius: 0;
  }
}
.detail-content .schedule .title {
  padding: 5px 0;
  border-radius: 1000px;
  background: #00349E;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .detail-content .schedule .title {
    padding: 1px 0 2px;
    font-size: 16px;
  }
}
.detail-content .schedule .event-title {
  line-height: 1.6;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .detail-content .schedule .event-title {
    font-size: 15px;
  }
}
.detail-content .schedule .event-desc {
  line-height: 1.6;
  color: #000;
}
.detail-content .sec-detail h2 {
  margin-top: 90px;
  border-left: 4px solid #E60012;
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #00349E;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .detail-content .sec-detail h2 {
    margin-top: 50px;
    font-size: 17px;
  }
}

.detail-reporter {
  position: relative;
  max-width: 780px;
  margin-inline: auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 60px 40px 45px;
  background: #fff;
}
@media (max-width: 767px) {
  .detail-reporter {
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 30px 25px;
  }
}
.detail-reporter .label {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: 328px;
  padding: 10px;
  border-radius: 1000px;
  background: #00B8D8;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .detail-reporter .label {
    width: 224px;
    font-size: 15px;
    padding: 5px 5px 7px;
  }
}
.detail-reporter .label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  left: calc(50% - 6px);
  bottom: 1px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #00B8D8;
  transform: translateY(100%);
}
@media (max-width: 767px) {
  .detail-reporter .label:after {
    width: 8px;
    height: 9px;
    left: calc(50% - 4px);
  }
}
.detail-reporter .image {
  width: 46.8571428571%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .detail-reporter .image {
    width: 100%;
  }
}
.detail-reporter .text {
  width: 46.5714285714%;
  line-height: 2;
}
@media (max-width: 767px) {
  .detail-reporter .text {
    width: 100%;
    margin-top: 8px;
    line-height: 1.5;
  }
}
.detail-reporter .text .department {
  font-size: 16px;
  color: #00349E;
}
@media (max-width: 767px) {
  .detail-reporter .text .department {
    font-size: 13px;
  }
}
.detail-reporter .text .name {
  font-size: 18px;
  color: #00349E;
}
@media (max-width: 767px) {
  .detail-reporter .text .name {
    font-size: 14px;
  }
}

.link-btn {
  width: 488px;
  margin-inline: auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .link-btn {
    width: 100%;
    max-width: 690px;
  }
}
.link-btn a {
  font-weight: 600;
}
@media (max-width: 767px) {
  .link-btn a {
    font-size: 14px;
  }
}

.link-btn-w {
  width: 488px;
  margin-inline: auto;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .link-btn-w {
    width: 100%;
    max-width: 690px;
    margin-top: 16px;
  }
}
.link-btn-w a {
  font-weight: 600;
}
@media (max-width: 767px) {
  .link-btn-w a {
    font-size: 14px;
  }
}</pre></body></html>