@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
#SiteWrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
}
#SiteWrap__header {
  position: static;
}
#expo2025-Header {
  width: 100%;
  height: 84px;
  border-top: 3px solid #00a8a9;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  background-color: #fff;
  @media only screen and (max-width: 559px) {
    height: 70px;
  }
  .IconCorporationLogo {
    width: 190px;
    height: 42px;
    @media only screen and (min-width: 560px) and (max-width: 959px) {
      width: 160px;
      height: 35px;
    }
    @media only screen and (max-width: 559px) {
      width: 136px;
      height: 30px;
    }
  }
}
.expo2025-HeaderLogo__text {
  &::after {
    height: 42px;
    @media only screen and (max-width: 559px) {
      height: 32px;
    }
  }
}
.expo2025-Header__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  height: 80px;
  margin: 0 auto;
  padding: 5px 28px;
  background-color: #fff;
  @media only screen and (max-width: 559px) {
    gap: 0 5px;
    height: 66px;
    padding: 5px 15px;
  }
}
.expo2025-HeaderLogo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.expo2025-HeaderLogo__img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.expo2025-HeaderLogo__text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  padding-left: 18px;
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  @media only screen and (max-width: 959px) {
    margin-left: 12px;
    padding-left: 12px;
    font-size: 1.2rem;
  }
  &::after {
    content: "";
    display: block;
    width: 1px;
    height: 42px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    @media only screen and (max-width: 959px) {
      height: 36px;
    }
  }
}

.expo2025-Header__lang {
  list-style: none;
  display: flex;
  gap: 0 18px;
  align-items: baseline;
  a {
    font-size: 1.6rem;
    color: #666;
    transition: opacity .2s ease-in-out;
    &:hover {
      opacity: .8;
    }
  }
  li {
    position: relative;
    &:not(:first-child)::before {
      content: "";
      display: inline-block;
      width: 1px;
      height: 13px;
      position: absolute;
      top: 5px;
      left: -9px;
      margin: 0;
      font-weight: bold;
      font-size: 1.6rem;
      transform: rotate(22deg);
      background-color: #666;
    }
    &.-current a {
      color: #b4b4b4;
    }
  }
  @media only screen and (max-width: 959px) {
    display: none;
  }
}

.HumburgerMenuButton {
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  .HumburgerMenuButton__text {
    order: 2;
  }
  .HumburgerMenuButton__icon {
    margin-left: 0;
  }
}
#GNavHumburgerMenu {
  @media only screen and (max-width: 999px) {
    top: 69px;
    height: calc(100vh - 69px);
  }
  &.-opened {
    @media (width < 1000px) {
      display: block!important;
      position: relative;
      top: 0;
      z-index: 1000;
    }
  }
}
.GNavHumburgerMenu__inner {
  min-height: 100%;
  .expo2025-GNavHumburgerMenu__lang {
    padding: 20px 28px 40px;
  }
  .expo2025-Header__lang {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    padding: 20px 0;
    border-top: 1px solid #dedede;
  }
}
@media only screen and (max-width: 999px) {
  .HeaderUtility__list {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 28px 0;
    list-style-type: none;
    a {
      display: inline-block;
      position: relative;
      margin: 0;
      padding: 20px 0 5px;
      font-size: 1.6rem;
      &.-gnavCurrent {
        &:hover ,
        &:focus {
          color: #00a8a9;
          text-decoration: none;
          span {
            color: #008486;
          }
        }
        span {
          color: #008486;
        }
      }
    }
  }
}
.expo2025-GNavHumburgerMenuUtility {
  li {
    list-style: none;
  }
}
.expo2025-GNavHumburgerMenuUtility__head {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 25px 14px 5px 0;
  font-size: 1.6rem;
  color: #333;
}
.expo2025-GNavHumburgerMenuUtility__nest {
  padding: 0 0 0 30px;
  list-style-type: none;
  background-color: #fff;
  z-index: 101;
  a {
    display: block;
    padding: 7px 0 10px;
    font-size: 1.4rem;
    line-height: 1.3;
    cursor: pointer;
  }
  .IconBlank {
    margin-left: 8px;
    width: 15px;
    height: 11px;
    background-size: 15px 11px;
  }
}

.expo2025-Header__nav {
  padding: 0 32px 0 16px;
  @media only screen and (max-width: 999px) {
    display: none;
  }
  ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 5px 26px;
    list-style: none;
  }

  li {
    font-size: 1.4rem;
    .IconBlank {
      margin-left: 6px;
    }
  }
  a {
    color: #666;
    text-decoration: none;
    transition: opacity .2sease-in-out;
    &:hover, &:focus {
      opacity: .8;
    }
  }
}

/* ===== GNav ===== */
.expo2025-GNav {
  position: relative;
  border-bottom: 3px solid #dedede;
  background-color: #fff;
  @media only screen and (max-width: 959px) {
    display: none;
  }
}
.expo2025-GNav__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 28px;
}

@media print, screen and (min-width: 960px) {
  .expo2025-GNavList {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    list-style-type: none;
  }
}

.expo2025-GNavList__item {
  &:not(:last-child) {
    margin-right: 30px;
    @media (width < 1070px) {
      margin-right: 20px;
    }
  }
  &.-gnavCurrent .GNavLower__headingIcon {
    background: url(/assets/images/icons/arrow_gnav_current.svg) 0 0 no-repeat;
  }
  .IconBlank {
    margin-left: 6px;
  }
}
.expo2025-GNavList__head {
  transition: opacity .2s ease-in-out;
  &:hover,
  &:focus {
    cursor: pointer;
    opacity: .8;
  }
  &.-opened {
    &::after {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 0;
      margin-left: -11px;
      border-style: solid;
      border-width: 0 11px 11px 11px;
      border-color: transparent transparent #f1f1f1 transparent;
    }
    .GNavList__headText {
      color: #008486;
    }
    .GNavLower__headingIcon {
      transform: rotate(-180deg);
    }
  }
  @media print, screen and (min-width: 960px) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
}
.expo2025-GNavList__headText {
  @media print, screen and (min-width: 960px) {
    display: block;
    position: relative;
    padding: 14px 0;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: .03em;
    color: #333;
  }
  @media (width < 1070px) {
    font-size: 1.2rem;
  }
}
.GNavList__item {
  &.-gnavCurrent {
    .GNavList__headText {
      color: #333;
    }
    .GNavList__head.-opened .GNavList__headText {
      color: #008486;
    }
  }
}
.GNavList__body a.-gnavCurrent span {
  color: #008486;
}
.GNavLower__item a.-gnavCurrent {
  color: #008486;
}
.GNavLower__body {
  &.-expo2025-column1 {
    .GNavLower__bodyItem {
      width: 100%;
    }
  }
}
.expo2025-GNavLower__headingIcon {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 12px;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  background: url(/assets/images/icons/arrow_gnav.svg) 0 0 no-repeat;
  transform: rotate(0deg);
  transition: transform .2s ease .15s;
}

#Breadcrumb {
  position: relative;
  @media print, screen and (min-width: 1601px) {
    margin: 0 calc(-1 * (99vw - 100%) / 2);
  }
  @media print, screen and (min-width: 960px) {
    position: absolute;
    left: 50%;
    top: 134px;
    transform: translate(-50%, 0);
  }
}

.expo2025-Hero {
  position: relative;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto;
  min-height: 200px;
  @media only screen and (max-width: 559px) {
    min-height: 100px;
  }

  @media only screen and (max-width: 959px) {
    margin-top: 0;
  }
}
.expo2025-Hero__body {
  position: relative;
  width: 100%;
  color: #fff;
  &:has(.JS-Carousel.slick-initialized) {
    .expo2025-Hero__heading {
      opacity: 1;
    }
  }
}
.Carousel__image img {
  width: 100%;
  height: auto;
}
.expo2025-Hero__heading {
  opacity: 0;
  transition: opacity .1s linear;
  max-width: 1050px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 1;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  @media only screen and (max-width: 559px) {
    padding: 10px;
  }
}
.expo2025-Hero__heading img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.expo2025-Hero__lead {
  margin-top: 32px;
  font-size: 3rem;
  line-height: 1.47;
  @media only screen and (max-width: 559px) {
    font-size: 1.8rem;
  }
  span {
    display: block;
    font-size: 2.2rem;
    @media only screen and (max-width: 559px) {
      font-size: 1.8rem;
    }
  }
}
.expo2025-Hero__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 27px;
  padding-top: 20px;
  z-index: 10;
  @media only screen and (max-width: 559px) {
    margin-bottom: 20px;
  }
  a {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 66px;
    height: 66px;
    transition: opacity .2s ease-in-out;
    &:hover {
      opacity: .8;
    }
    &::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("/expo2025/images/img_icon_scrolldown.svg") no-repeat 50% 50%;
      background-size: 100%;
    }
  }
  span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin-top: -20px;
  }
}
.JS-Carousel {
  min-height: 200px;
  opacity: 0;
  transition: opacity .1s linear;
  &.slick-initialized {
    opacity: 1;
  }
}

.expo2025-Content__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 90px 30px 0;
  text-align: center;
  @media only screen and (max-width: 559px) {
    padding: 60px 0 0;
  }
}
.expo2025-HeadingLevel2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2;
}

@media only screen and (max-width: 559px) {
  .expo2025-HeadingLevel2 {
    font-size: 2rem;
  }
}
.expo2025-HeadingLevel3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 2;
}

@media only screen and (max-width: 559px) {
  .expo2025-HeadingLevel3 {
    font-size: 2rem;
  }
}
.expo2025-Break--PCTBView {
  display: none;
}

@media only screen and (min-width: 560px) {
  .expo2025-Break--PCTBView {
    display: block;
  }
}
.expo2025-Break--TBSPView {
  display: none;
}

@media only screen and (max-width: 959px) {
  .expo2025-Break--TBSPView {
    display: block;
  }
}
.expo2025-Break--SPView {
  display: none;
}

@media only screen and (max-width: 559px) {
  .expo2025-Break--SPView {
    display: block;
  }
}
.expo2025-IconBlank {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  line-height: 1;
  margin-left: 10px;
  width: 12px;
  height: 10px;
  background: url(/expo2025/images/icon_link_ext.svg) 0 0 no-repeat;
  background-size: 12px 10px;
}

.expo2025-Label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  order: 2;
  list-style: none;
}

.expo2025-Label span {
  display: flex;
  place-content: center;
  min-width: 70px;
  font-size: 1rem;
  height: 17px;
  color: #fff;
  border-radius: 10px;
}

.expo2025-Label .--event {
  background-color: #6ea829;
}

.expo2025-Label .--report {
  background-color: #2163ba;
}

.expo2025-Label .--topics {
  background-color: #bfb201;
}

.expo2025-Label .--release {
  background-color: #e9a93f;
}

.expo2025-SectionWrap {
  position: relative;
  padding: 80px 30px;
}
.expo2025-SectionWrap.-bgColor::before {
  content: "";
  display: block;
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #b2f9ff 0%, rgba(178, 249, 255, 0) 100%) 0 0 no-repeat padding-box;
  opacity: .3;
  z-index: -1;
}
@media only screen and (max-width: 559px) {
  .expo2025-SectionWrap.-bgColor::before {
    height: 700px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-SectionWrap {
    padding: 60px 15px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-SectionWrap.-paddingNarrow {
    padding: 40px 15px;
  }
}

.expo2025-Society {
  padding: 80px;
  background: #fff;
}
@media only screen and (max-width: 959px) {
  .expo2025-Society {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-Society {
    padding: 60px 15px;
  }
}
.expo2025-Society .Image {
  margin-top: 40px;
}
.expo2025-Society .expo2025-LinkButton a {
  max-width: 164px;
}

.expo2025-Society__inner {
  text-align: center;
  max-width: 1000px;
  margin-inline: auto;
}

.expo2025-Society__heading {
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.72;
  color: #00a8a9;
}
@media only screen and (max-width: 559px) {
  .expo2025-Society__heading {
    max-width: 246px;
    font-size: 3rem;
  }
}

.expo2025-Society__text {
  margin-top: 30px;
  text-align: center;
}
.expo2025-Society__text p {
  font-size: 1.6rem;
  line-height: 1.7;
}

.expo2025-SectionLead {
  padding: 100px 80px 80px;
  background: #E6F9FF;
}
@media only screen and (max-width: 959px) {
  .expo2025-SectionLead {
    padding: 100px 30px 80px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-SectionLead {
    padding: 58px 15px 80px;
  }
}

.expo2025-SectionLead__inner {
  text-align: center;
  max-width: 1000px;
  margin-inline: auto;
}

.expo2025-SectionLead img {
  width: 100%;
  height: auto;
}

.expo2025-SectionLead__heading {
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.72;
  color: #00a8a9;
}

@media only screen and (max-width: 559px) {
  .expo2025-SectionLead__heading {
    max-width: 246px;
    font-size: 3rem;
  }
}
.expo2025-SectionLead__heading strong {
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.expo2025-SectionLead__banner {
  margin-top: 54px;
  max-width: 928px;
  margin-inline: auto;
}

.expo2025-SectionLead__img {
  max-width: 1010px;
  width: 100%;
  margin: 20px auto 0;
}

.expo2025-SectionLead__img img {
  width: 100%;
  height: auto;
}

.expo2025-SectionLead__message {
  margin-top: 76px;
}

@media only screen and (max-width: 559px) {
  .expo2025-SectionLead__message {
    margin-top: 39px;
  }
}
.expo2025-SectionLead__message strong {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.92;
  color: #00a8a9;
}

.expo2025-SectionLead__text {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .expo2025-SectionLead__text {
    display: grid;
    grid-template-columns: 1fr .8fr .8fr;
    gap: 0 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-SectionLead__text {
    margin-top: 40px;
  }
}
.expo2025-SectionLead__text p {
  font-size: 1.6rem;
  line-height: 2.2;
}
@media only screen and (max-width: 959px) {
  .expo2025-SectionLead__text p {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 959px) {
  .expo2025-SectionLead__text p:nth-of-type(1) {
    padding-right: 5%;
  }
}
@media only screen and (min-width: 959px) {
  .expo2025-SectionLead__text p:nth-of-type(2) {
    padding-right: 2%;
  }
}
.expo2025-SectionLead__text em,
.expo2025-SectionLead__text strong {
  font-weight: bold;
  font-style: normal;
  color: #00a8a9;
}
.expo2025-SectionLead__text .List.-note {
  color: #999;
}

.expo2025-SectionVideo {
  margin: 70px auto 0;
  position: relative;
  width: 100%;
  max-width: 928px;
}
@media only screen and (max-width: 559px) {
  .expo2025-SectionVideo {
    margin: 30px auto 0;
  }
}
.expo2025-SectionVideo .expo2025-SectionVideo__inner {
  padding-top: 56.25%;
}
.expo2025-SectionVideo iframe {
  border: none;
}

.expo2025-Section {
  max-width: 928px;
  margin-inline: auto;
}

.expo2025-SectionBorder {
  max-width: 1160px;
  margin-inline: auto;
  padding: 60px 30px;
  text-align: center;
  border: 1px solid #00a8a9;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .expo2025-SectionBorder {
    padding: 60px 15px;
  }
}
.expo2025-SectionBorder .expo2025-LinkButton {
  margin-top: 40px;
}

.expo2025-SectionBorder__heading {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.72;
  color: #00a8a9;
}

.expo2025-SectionBorder__headingLevel2 {
  margin-top: 80px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #00a8a9;
}

.expo2025-SectionBorder__lead {
  margin-top: 16px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  color: #00a8a9;
}
.expo2025-SectionBorder__lead strong {
  font-weight: normal;
}

.expo2025-Text {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
}

.expo2025-Exhibition {
  background: url("/expo2025/images/img_lab_bg.jpg") no-repeat 50% 0;
  background-size: cover;
}

.expo2025-Exhibition__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 120px 30px;
}
@media only screen and (max-width: 959px) {
  .expo2025-Exhibition__inner {
    padding: 100px 30px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-Exhibition__inner {
    padding: 60px 15px;
  }
}

.expo2025-Exhibition__heading {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
  color: #fff;
}

.expo2025-ExhibitionCard {
  display: grid;
  gap: 20px;
  margin-top: 40px;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 959px) {
  .expo2025-ExhibitionCard {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-ExhibitionCard {
    grid-template-columns: repeat(1, 1fr);
  }
}

.expo2025-ExhibitionCard__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 959px) {
  .expo2025-ExhibitionCard__item {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-ExhibitionCard__item {
    gap: 20px;
    padding: 30px 20px;
  }
}

.expo2025-ExhibitionCard__heading {
  display: flex;
  gap: 0 30px;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #00a8a9;
}
.expo2025-ExhibitionCard__heading span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
}

.expo2025-ExhibitionCard__text {
  text-align: left;
  font-size: 2rem;
  line-height: 1.4;
  color: #00a8a9;
}

.expo2025-Exhibition .expo2025-Highlight {
  padding: 40px 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 959px) {
  .expo2025-Exhibition .expo2025-Highlight {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-Exhibition .expo2025-Highlight {
    padding: 40px 15px;
  }
}
.expo2025-Exhibition .expo2025-Highlight .expo2025-HeadingLevel3 {
  color: #fff;
}
.expo2025-Exhibition .expo2025-HighlightList a {
  box-shadow: initial;
}
.expo2025-Exhibition .expo2025-Highlight__inner {
  max-width: initial;
  padding: 0;
}
.expo2025-Exhibition .expo2025-HighlightList__inner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: initial;
}
.expo2025-Exhibition .expo2025-HighlightList__day {
  color: #fff;
  opacity: 0.7;
}
.expo2025-Exhibition .expo2025-HighlightList__heading {
  color: #fff;
}

.expo2025-Experience {
  margin-top: 80px;
}
@media only screen and (max-width: 559px) {
  .expo2025-Experience {
    margin-top: 40px;
  }
}

.expo2025-Experience__heading {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
  color: #fff;
}

.expo2025-ExperienceCard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
  padding: 40px 60px;
  background-color: #fff;
  .expo2025-LinkButton {
    margin-top: 0;
  }
}
@media only screen and (max-width: 959px) {
  .expo2025-ExperienceCard {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 30px;
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-ExperienceCard {
    margin-top: 32px;
    padding: 20px;
  }
}

.expo2025-ExperienceCard__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 959px) {
  .expo2025-ExperienceCard__item {
    gap: 40px;
    order: 2;
  }
}

.expo2025-ExperienceCard__heading {
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.7;
  color: #00a8a9;
}

.expo2025-ExperienceCard__text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
}

@media only screen and (max-width: 959px) {
  .expo2025-ExperienceCard__img {
    order: 1;
  }
}
.expo2025-ExperienceCard__img img {
  max-width: 100%;
  height: auto;
}

.expo2025-FutureCity {
  position: relative;
  max-width: 1220px;
  margin: 100px auto 80px;
  padding: 0 30px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .expo2025-FutureCity {
    margin: 72px auto 80px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-FutureCity {
    margin: 58px auto 60px;
    padding: 0 15px;
  }
}

.expo2025-FutureCity__inner {
  margin-top: -23px;
  padding: 83px 30px 60px;
  text-align: center;
  border: 1px solid #00a8a9;
  background-color: #fff;
}

@media only screen and (max-width: 559px) {
  .expo2025-FutureCity__inner {
    margin-top: -22px;
    padding: 62px 15px 40px;
  }
}
.expo2025-FutureCity__text {
  font-size: 2rem;
  line-height: 2.2;
  color: #333;
}
@media only screen and (max-width: 559px) {
  .expo2025-FutureCity__text {
    font-size: 1.6rem;
  }
}
.expo2025-FutureCity__text strong {
  font-weight: bold;
  font-style: normal;
  color: #00a8a9;
}

.expo2025-FutureCity__textMain {
  margin-top: 0;
  font-size: 3rem;
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  .expo2025-FutureCity__textMain {
    font-size: 2.2rem;
  }
}
.expo2025-FutureCity__textMain ~ p {
  margin-top: 48px;
}
@media only screen and (max-width: 559px) {
  .expo2025-FutureCity__textMain ~ p {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 559px) {
  .expo2025-FutureCity__inner .expo2025-LinkButton {
    margin: 40px auto 0;
  }
}
.expo2025-FutureCity__inner .expo2025-LinkButton a {
  width: auto;
  max-width: none;
}

.expo2025-FutureCity__inner .List.-note {
  margin-top: 40px;
  text-align: left;
  color: #999;
}

.expo2025-FutureCity__heading {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0 45px;
  border: 1px solid #00a8a9;
  background-color: #fff;
  z-index: 1;
}

@media only screen and (max-width: 559px) {
  .expo2025-FutureCity__heading {
    padding: 0 18px;
    width: 100%;
    max-width: 310px;
  }
}
.expo2025-FutureCity__heading .expo2025-FutureCity__heading__inner {
  display: flex;
  place-items: center;
  min-height: 46px;
  padding-top: 5px;
  position: relative;
  font-size: 2.4rem;
  color: #00a8a9;
  line-height: 1.2;
}

@media only screen and (max-width: 559px) {
  .expo2025-FutureCity__heading .expo2025-FutureCity__heading__inner {
    min-height: 44px;
    padding-top: 2px;
    font-size: 2rem;
  }
}
.expo2025-FutureCity__card {
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr 1fr;
  max-width: 1000px;
  margin: 60px auto 0;
  list-style: none;
}

@media only screen and (max-width: 559px) {
  .expo2025-FutureCity__card {
    grid-template-columns: repeat(1, 1fr);
    margin: 40px auto 0;
  }
}
.expo2025-FutureCity__card .Image img {
  width: 100%;
}

.expo2025-Lab {
  position: relative;
  padding: 0 0 120px;
  @media only screen and (max-width: 959px) {
    padding: 0 0 100px;
  }
  @media only screen and (max-width: 559px) {
    padding: 0 0 60px;
  }
}

.expo2025-Lab .expo2025-Text {
  margin-top: 40px;
}

.expo2025-Exhibition .expo2025-Highlight {
  + .expo2025-Lab {
    padding-top: 120px;
    @media only screen and (max-width: 959px) {
      padding-top: 100px;
    }
    @media only screen and (max-width: 559px) {
      padding-top: 60px;
    }
  }
}

.expo2025-Lab__inner {
  text-align: center;
  color: #fff;
}

.expo2025-Lab__heading {
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.4;
}
@media only screen and (max-width: 559px) {
  .expo2025-Lab__heading {
    font-size: 3rem;
  }
}
.expo2025-Lab__heading span {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 559px) {
  .expo2025-Lab__heading span {
    font-size: 1.4rem;
  }
}

.expo2025-Lab__text {
  margin-inline: auto;
  font-size: 2rem;
  line-height: 2;
  p {
    margin-top: 26px;
    &:first-child {
      margin-top: 58px;
    }
  }
  @media only screen and (max-width: 559px) {
    font-size: 1.6rem;
    p {
      &:first-child {
        margin-top: 38px;
      }
    }
  }
}

.expo2025-Lab__heading img {
  width: 100%;
  height: auto;
}

.expo2025-Lab__card {
  margin-top: 100px;
  list-style: none;
}
@media only screen and (max-width: 559px) {
  .expo2025-Lab__card {
    margin-top: 60px;
  }
}
.expo2025-Lab__card .Image img {
  width: 100%;
}

.expo2025-TopNewsArea {
  padding: 80px 30px;
  background-color: #a2d7db;
}

@media only screen and (max-width: 559px) {
  .expo2025-TopNewsArea {
    padding: 60px 15px;
  }
}
.expo2025-TopNewsArea .expo2025-Highlight {
  max-width: 1160px;
  margin: 0 auto;
}

@media only screen and (max-width: 559px) {
  .expo2025-TopNewsArea .expo2025-Highlight {
    padding: 40px 0 60px;
  }
}
.expo2025-TopNewsArea .expo2025-Highlight__inner {
  padding: 0;
}

.expo2025-TopNewsArea__heading {
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 2;
}

@media only screen and (max-width: 559px) {
  .expo2025-TopNewsArea__heading {
    font-size: 2.6rem;
  }
}
.expo2025-InfoArea {
  padding: 60px 30px;
  background-color: #d4ecee;
}

@media only screen and (max-width: 559px) {
  .expo2025-InfoArea {
    padding: 60px 15px;
  }
}
.expo2025-Card {
  display: grid;
  gap: 40px 30px;
  margin-top: 30px;
  list-style: none;
}

@media only screen and (max-width: 559px) {
  .expo2025-Card {
    gap: 20px 0;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
}
.expo2025-Card.-column1 {
  max-width: 608px;
  margin-inline: auto;
}

.expo2025-Card.-column2,
.expo2025-Card.-text {
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 559px) {
  .expo2025-Card.-column2,
  .expo2025-Card.-text {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expo2025-Card.-column3 {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 959px) {
  .expo2025-Card.-column3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-Card.-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expo2025-Card.-text li:nth-child(odd) {
  order: 2;
}

@media only screen and (max-width: 559px) {
  .expo2025-Card.-text li:nth-child(odd) {
    order: 1;
  }
}
.expo2025-Card.-text li:nth-child(even) {
  order: 1;
}

@media only screen and (max-width: 559px) {
  .expo2025-Card.-text li:nth-child(even) {
    order: 2;
  }
}
.expo2025-Card .Text {
  margin-top: 0;
}

.expo2025-Card__caption {
  margin: 9px 0;
  text-align: left;
  color: #666;
  word-wrap: break-word;
  font-weight: normal;
  line-height: 1.7;
  font-size: 1.4rem;
}

.expo2025-Highlight {
  min-height: 300px;
  padding: 60px 0;
}

@media only screen and (max-width: 559px) {
  .expo2025-Highlight {
    min-height: 200px;
    padding: 40px 0;
  }
}
.expo2025-Highlight__inner {
  max-width: 1206px;
  margin: 0 auto;
  padding: 0 80px;
  text-align: center;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .expo2025-Highlight__inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-Highlight__inner {
    padding: 0 10px;
  }
}
.expo2025-HighlightList {
  display: grid;
  gap: 40px 30px;
  margin-top: 40px;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 959px) {
  .expo2025-HighlightList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-HighlightList {
    gap: 30px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.expo2025-HighlightList li {
  position: relative;
  text-align: left;
}

.expo2025-HighlightList a {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  transition: opacity .2s ease-in-out;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .15);
}

.expo2025-HighlightList a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.expo2025-HighlightList a:hover {
  opacity: .8;
}

.expo2025-HighlightList__inner {
  display: flex;
  flex-direction: column;
  order: 2;
  height: 100%;
  min-height: 120px;
  padding: 8px 25px 25px;
  background-color: #fff;
}

.expo2025-HighlightList__image {
  order: 1;
  width: 100%;
}

.expo2025-HighlightList__image img {
  width: 100%;
  height: auto;
}

.expo2025-HighlightList__heading {
  order: 4;
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: underline;
}

.expo2025-HighlightList__text {
  order: 5;
  margin-top: 43px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #666;
}

@media only screen and (max-width: 559px) {
  .expo2025-HighlightList__text {
    margin-top: 20px;
  }
}
.expo2025-HighlightList__day {
  order: 3;
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #999;
}

.expo2025-News {
  max-width: 1160px;
  margin: 0 auto;
}

.expo2025-News .expo2025-News__inner {
  margin-top: 36px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1490196078);
}

@media only screen and (max-width: 559px) {
  .expo2025-News .expo2025-News__inner {
    padding: 22px;
  }
}
.expo2025-News .expo2025-NewsList {
  max-width: 800px;
  margin: 0 auto;
}

.expo2025-News.--ver202406 .expo2025-NewsList {
  max-width: 600px;
  margin: 0 auto;
}

.expo2025-News.--ver202406 .expo2025-NewsList__item {
  gap: 4px 44px;
}

.expo2025-News.--ver202406 .expo2025-News__officialSiteLink {
  margin-top: 40px;
}

@media only screen and (max-width: 559px) {
  .expo2025-News.--ver202406 .expo2025-NewsList__text {
    margin-top: 6px;
  }
}
.expo2025-News__heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}

.expo2025-News__more {
  display: flex;
  justify-content: center;
  margin: 38px 0 70px;
}

.expo2025-News__more a {
  position: relative;
  word-break: break-word;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  display: inline-block;
  text-decoration: underline;
}

.expo2025-News__officialSiteLink {
  margin-top: 50px;
  text-align: center;
}

.expo2025-News__officialSiteLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 364px;
  min-height: 40px;
  margin: 0 auto;
  padding: 5px 50px 3px 30px;
  color: #fff;
  font-size: 1.6rem;
  border: 1px solid #008486;
  background-color: #008486;
  border-radius: 40px;
  transition: background-color .2s ease-in-out;
}

@media only screen and (max-width: 559px) {
  .expo2025-News__officialSiteLink a {
    width: 100%;
    font-size: 1.4rem;
  }
}
.expo2025-News__officialSiteLink a:hover {
  border: 1px solid #00a8a9;
  background-color: #00a8a9;
}

.expo2025-News__officialSiteLink a .expo2025-IconBlank {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
  background: url(/expo2025/images/icon_link_ext.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 12px;
  height: 10px;
  margin-left: 0;
}

.expo2025-LinkButton {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px auto 0;
  padding: 0;
  @media only screen and (max-width: 559px) {
    margin: 22px auto 0;
  }
  &.--sizeShort {
    width: 172px;
  }
}
.expo2025-LinkButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 300px;
  width: 100%;
  min-height: 40px;
  padding: 5px 20px 3px;
  color: #fff;
  font-size: 1.6rem;
  border: 1px solid #008486;
  background-color: #008486;
  border-radius: 40px;
  transition: background-color .2s ease-in-out;
}

@media only screen and (max-width: 559px) {
  .expo2025-LinkButton a {
    width: 100%;
    font-size: 1.4rem;
  }
}
.expo2025-LinkButton a[target=_blank] {
  padding: 5px 52px 3px 20px;
}

.expo2025-LinkButton a:hover {
  border: 1px solid #00a8a9;
  background-color: #00a8a9;
}

.expo2025-LinkButton a .expo2025-IconBlank {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
  background: url(/expo2025/images/icon_link_ext.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 12px;
  height: 10px;
  margin-left: 0;
}

.expo2025-NewsList {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  list-style-type: none;
}

.expo2025-NewsList .expo2025-NewsList__label {
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 2/3;
}

.expo2025-NewsList a {
  position: relative;
  word-break: break-word;
  font-weight: normal;
  line-height: 1.7;
  font-size: 1.6rem;
  display: inline-block;
}

.expo2025-NewsList__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 20px;
}

.expo2025-NewsList__item:not(:first-child) {
  margin-top: 22px;
}

.expo2025-NewsList__item:nth-of-type(n + 11) {
  display: block;
  visibility: hidden;
  height: 0;
  gap: 0;
}

.expo2025-NewsList__item.is--Hidden {
  display: block;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  gap: 0;
}

.expo2025-NewsList__item.is--Show {
  display: grid;
  visibility: visible;
  height: auto;
  gap: 4px 20px;
}

.expo2025-NewsList__item.is--Show * {
  visibility: visible;
  height: auto;
}

.expo2025-NewsList__date {
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 1/2;
  text-align: left;
  min-width: 91px;
  padding-top: 4px;
  line-height: 1;
  font-size: 1.6rem;
}

@media only screen and (max-width: 559px) {
  .expo2025-NewsList__date {
    display: inline-block;
    padding-top: 2px;
  }
}
.expo2025-NewsList__detail {
  width: 90%;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 559px) {
  .expo2025-NewsList__detail {
    display: block;
    margin-top: 6px;
  }
}
.expo2025-NewsList__text {
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 2/3;
  text-align: left;
}

@media only screen and (max-width: 559px) {
  .expo2025-NewsList__text {
    grid-column: 1/3;
  }
}
.expo2025-ThumbLinkList {
  display: grid;
  gap: 40px 29px;
  margin-top: 28px;
  list-style: none;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .expo2025-ThumbLinkList.--officialSite {
    gap: 40px 30px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-ThumbLinkList.--officialSite {
    gap: 30px 0;
  }
}
.expo2025-ThumbLinkList.--relation {
  gap: 30px 32px;
}

@media only screen and (max-width: 959px) {
  .expo2025-ThumbLinkList.--relation {
    gap: 30px 20px;
  }
}
.expo2025-ThumbLinkList li {
  position: relative;
  text-align: left;
}

.expo2025-ThumbLinkList .expo2025-ThumbLinkList__item {
  display: flex;
  flex-direction: column;
}

.expo2025-ThumbLinkList .expo2025-ThumbLinkList__item:has(p a:hover) .expo2025-ThumbLinkList__image {
  opacity: .8;
}

.expo2025-ThumbLinkList a {
  display: block;
  text-decoration: underline;
}

.expo2025-ThumbLinkList a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.expo2025-ThumbLinkList__image {
  order: 1;
  width: 100%;
  transition: opacity .2s ease-in-out;
}

.expo2025-ThumbLinkList__image img {
  max-width: 100%;
  height: auto;
}

.expo2025-ThumbLinkList__text {
  order: 2;
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.44;
  list-style: none;
}

.expo2025-ThumbLinkList__text li:not(:first-child) {
  margin-top: 15px;
}

.expo2025-ThumbLinkList__text li a::after {
  display: none;
}

.expo2025-ThumbLinkList.--officialSite {
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 959px) {
  .expo2025-ThumbLinkList.--officialSite {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-ThumbLinkList.--officialSite {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expo2025-ThumbLinkList.--officialSite .expo2025-ThumbLinkList__image {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1490196078);
}

.expo2025-ThumbLinkList.--relation {
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 959px) {
  .expo2025-ThumbLinkList.--relation {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-ThumbLinkList.--relation {
    grid-template-columns: repeat(2, 1fr);
  }
}
#expo2025-Kubotakan .expo2025-ThumbLinkList__image img {
  width: 100%;
}

#expo2025-Kubotakan .expo2025-LinkButton {
  margin-top: 28px;
  padding: 0;
}

#expo2025-OfficialSite {
  margin-top: 60px;
}

.expo2025-Relation {
  padding: 56px 30px 60px;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 559px) {
  .expo2025-Relation {
    padding: 56px 15px 60px;
  }
}
.expo2025-Relation__inner {
  max-width: 1160px;
  margin: 0 auto;
}

#Footer.expo2025-Footer {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
}

@media only screen and (max-width: 559px) {
  #Footer.expo2025-Footer .ScrollToTop {
    right: 15px;
  }
}
#Footer.expo2025-Footer .ScrollToTop.-stop {
  top: -80px;
  margin-bottom: 0;
}

@media only screen and (max-width: 559px) {
  #Footer.expo2025-Footer .ScrollToTop.-stop {
    top: -50px;
    right: 15px;
  }
}
.expo2025-Footer__textArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 30px;
  text-align: center;
  font-size: 1.4rem;
  color: #211916;
  line-height: 1.71;
}

@media only screen and (max-width: 559px) {
  .expo2025-Footer__textArea {
    padding: 40px 15px;
  }
}
.expo2025-Footer__textArea p {
  order: 2;
  margin-top: 10px;
}

.expo2025-Footer__textArea span {
  font-size: 1.2rem;
}

.expo2025-Footer__textArea__logo {
  width: 220px;
  order: 1;
}

.expo2025-Footer__textArea__logo img {
  width: 100%;
  height: auto;
}

.expo2025-Footer__utility {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 30px 30px 35px;
  border-top: 1px solid #c6c6c6;
}

@media print, screen and (min-width: 960px) {
  .expo2025-Footer__utility {
    display: grid;
    grid-template-columns: 160px 1fr 160px;
  }
}
@media print, screen and (max-width: 959px) {
  .expo2025-Footer__utility {
    padding: 30px 30px 20px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-Footer__utility {
    padding: 30px 15px 20px;
  }
}
.expo2025-Footer__lang {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0 18px;
  align-items: baseline;
}

.expo2025-Footer__lang a {
  font-size: 1.4rem;
  color: #666;
  transition: opacity .2s ease-in-out;
}

.expo2025-Footer__lang a:hover {
  opacity: .8;
}

.expo2025-Footer__lang li {
  position: relative;
}

.expo2025-Footer__lang li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 5px;
  left: -9px;
  margin: 0;
  font-weight: bold;
  font-size: 1.6rem;
  transform: rotate(22deg);
  background-color: #666;
}

.expo2025-Footer__lang li.-current a {
  color: #b4b4b4;
}

@media print, screen and (min-width: 560px) {
  .expo2025-Footer__lang {
    display: none;
  }
}
.expo2025-Footer__utilityList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px 28px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  color: #666;
}

.expo2025-Footer__utilityList a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 960px) {
  .expo2025-Footer__utilityList {
    flex-direction: row;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.expo2025-Footer__copylight {
  grid-column: 3/4;
  grid-row: 1/2;
  text-align: center;
}

.expo2025-Footer__copylight small {
  font-size: 1rem;
  color: #999;
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media print, screen and (min-width: 960px) {
  .expo2025-Footer__copylight {
    margin-top: 0;
    text-align: right;
  }
}
.expo2025-Footer__copylight__logo {
  display: block;
  margin-bottom: 5px;
}

.expo2025-Footer__copylight__logo img {
	width: auto;
}
