<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&amp;display=swap");
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
body {
  min-width: 950px;
}

.oxanium {
  font-family: "Oxanium", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* ==

　02. モジュール

=============================================================================== */
.exNote01 {
  font-size: 14px;
  color: #999;
}

/* ブロック
------------------------------------------------------------------------------- */
.exContainer {
  overflow: hidden;
}
.exContainer sup {
  font-size: 58%;
  position: relative;
  top: -5px;
}

.exMv {
  position: relative;
  margin: 0;
  padding: 80px 0 0;
}
.exMv::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: rgb(23, 23, 26);
  background: linear-gradient(90deg, rgb(23, 23, 26) 0%, rgb(70, 73, 79) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.exMv .exMv_in {
  position: relative;
  margin: 0 auto;
}
.exMv .exMv_in .exMv_movie {
  position: relative;
  width: 100%;
  min-height: calc(56.25vw - 9px);
  height: auto;
  line-height: 0;
  z-index: 1;
  background: #000 url(/common/images/rn04/svg/loading_ico01.svg) no-repeat center center;
  background-size: 50px;
}
.exMv .exMv_in .exMv_movie::after {
  content: "";
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
}
.exMv .exMv_in .exMv_movie video {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s linear;
}
.exMv .exMv_in .exMv_movie p {
  position: absolute;
  bottom: -30px;
  right: 10px;
  color: #9D9D9D;
  font-size: 12px;
  opacity: 0;
  transition: opacity 1s linear;
}
.exMv .exMv_in .exMv_movie-play {
  background: #000;
}
.exMv .exMv_in .exMv_movie-play video {
  opacity: 1;
}
.exMv .exMv_in .exMv_movie-play p {
  opacity: 1;
}
.exMv .exMv_in .exMv_txt {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.exMv .exMv_in .exMv_txt .exMv_txt_in {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 15px 0;
}
.exMv .exMv_in .exMv_txt .exMv_txt_in .exMv_expo2025 {
  position: relative;
  width: 442px;
  margin-bottom: 25px;
  overflow: hidden;
}
.exMv .exMv_in .exMv_txt .exMv_txt_in .exMv_expo2025 img {
  transition: all 1.2s cubic-bezier(0.16, 1, 0.2, 1);
  transform: translateY(80px);
}
.exMv .exMv_in .exMv_txt .exMv_txt_in .exMv_expo2025-inView img {
  transform: translateY(0px);
}
.exMv .exMv_in .exMv_txt .exMv_txt_in .exMv_tit span {
  display: inline-block;
  background-color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 8px 10px;
  line-height: 1;
  transition: all 1.2s cubic-bezier(0.16, 1, 0.2, 1);
  transition-delay: 0.3s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.exMv .exMv_in .exMv_txt .exMv_txt_in .exMv_tit span:last-child {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .exMv .exMv_in .exMv_txt .exMv_txt_in .exMv_tit span:last-child:last-child {
    font-size: 15px;
  }
}
.exMv .exMv_in .exMv_txt .exMv_txt_in .exMv_tit-inView span {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.exMv .exMv_in .exMv_txt .exMv_txt_in .exMv_tit-fixed span {
  -webkit-clip-path: none;
          clip-path: none;
}
.exMv .exMv_in .exMv_timer {
  position: absolute;
  right: -220px;
  top: 0;
  width: 220px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: #3362ff;
  transition: right 1s cubic-bezier(0.16, 1, 0.2, 1);
  transition-delay: 0.8s;
}
.exMv .exMv_in .exMv_timer-inView {
  right: 0;
}
.exMv .exMv_in .exMv_timer p {
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  top: 10px;
}
.exMv .exMv_in .exMv_timer p .exMv_timer_day {
  font-size: 20px;
}
.exMv .exMv_in .exMv_timer p .exMv_timer_day .exMv_timer_num {
  color: #fff;
  font-size: 48px;
  font-family: "Oxanium", serif;
  font-weight: 400;
  margin-right: 10px;
  letter-spacing: 0.12em;
}

.exLead {
  position: relative;
  margin-bottom: 30px;
  padding: 60px 15px 180px;
  background: rgb(22, 22, 26);
  background: linear-gradient(270deg, rgb(22, 22, 26) 0%, rgb(62, 65, 71) 100%);
}
.exLead .exLead_in {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  z-index: 1;
}
.exLead .exLead_in.show p {
  opacity: 1;
  transform: translateY(0px);
}
.exLead .exLead_in p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.111;
  color: #fff;
  /* animate */
  transition: all 1.2s cubic-bezier(0.16, 1, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 1060px) {
  .exLead .exLead_in p {
    font-size: 16px;
  }
}
.exLead .exLead_in .exNote01 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  color: #9D9D9D;
}

.exNav {
  position: relative;
  background: rgb(240, 240, 240);
  background: linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(213, 215, 219) 100%);
  padding: 0 15px;
}
.exNav::before {
  content: "";
  background-color: #fff;
  width: calc(100% + 200px);
  height: 250px;
  position: absolute;
  top: -150px;
  left: -100px;
  transform: rotateZ(-4.5deg);
}
.exNav .exNav_in {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.exNav .exNav_in .exNav_txt {
  width: 320px;
  padding-top: 32px;
  /* animate */
  transition: all 1.2s cubic-bezier(0.16, 1, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
}
.exNav .exNav_in .exNav_txt.show {
  opacity: 1;
  transform: translateY(0px);
}
.exNav .exNav_in .exNav_txt .exNav_tit {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 27px;
  line-height: 1.33;
}
.exNav .exNav_in .exNav_txt .exNav_tit .exNav_tit_pj {
  color: #3362ff;
  font-size: 11px;
  font-weight: 600;
  display: block;
  font-family: "Oxanium", serif;
  letter-spacing: 0.48em;
  margin-top: 17px;
}
.exNav .exNav_in .exNav_txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  /* animate */
  transition: all 1.2s cubic-bezier(0.16, 1, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
}
.exNav .exNav_in .exNav_txt p.show {
  opacity: 1;
  transform: translateY(0px);
}
.exNav .exNav_in .exNav_list {
  max-width: 715px;
  width: 64%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.exNav .exNav_in .exNav_list::after {
  content: "";
  max-width: 228px;
  width: 32.7%;
  display: block;
}
.exNav .exNav_in .exNav_list.show .exNav_item {
  transform: scale(1);
  opacity: 1;
}
.exNav .exNav_in .exNav_list.show .exNav_item:hover {
  transition: all 0.3s;
  background-size: 120%;
}
.exNav .exNav_in .exNav_list.fixed .exNav_item {
  transition-delay: 0ms;
}
.exNav .exNav_in .exNav_list .exNav_item {
  position: relative;
  max-width: 228px;
  width: 32.7%;
  max-height: 122px;
  min-height: 88px;
  height: 9.1vw;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  line-height: 1.555;
  transform: scale(0.8);
  transition: all 1.5s cubic-bezier(0, 0.75, 0.25, 1);
  opacity: 0;
}
.exNav .exNav_in .exNav_list .exNav_item-01 {
  background: url(/expo2025/images/link01.jpg) no-repeat center center;
  background-size: 100%;
  transition-delay: 0ms;
}
.exNav .exNav_in .exNav_list .exNav_item-02 {
  background: url(/expo2025/images/link02.jpg) no-repeat center center;
  background-size: 100%;
  transition-delay: 50ms;
}
.exNav .exNav_in .exNav_list .exNav_item-03 {
  background: url(/expo2025/images/link03.jpg) no-repeat center center;
  background-size: 100%;
  transition-delay: 100ms;
}
.exNav .exNav_in .exNav_list .exNav_item-04 {
  background: url(/expo2025/images/link04.jpg) no-repeat center center;
  background-size: 100%;
  transition-delay: 150ms;
}
.exNav .exNav_in .exNav_list .exNav_item-05 {
  background: url(/expo2025/images/link05.jpg) no-repeat center center;
  background-size: 100%;
  transition-delay: 200ms;
}
.exNav .exNav_in .exNav_list .exNav_item-06 {
  background: url(/expo2025/images/link06.jpg) no-repeat center center;
  background-size: 100%;
  transition-delay: 250ms;
}
.exNav .exNav_in .exNav_list .exNav_item-07 {
  background: url(/expo2025/images/link07.jpg) no-repeat center center;
  background-size: 100%;
  transition-delay: 300ms;
}
.exNav .exNav_in .exNav_list .exNav_item-08 {
  background: url(/expo2025/images/link08.jpg) no-repeat center center;
  background-size: 100%;
  transition-delay: 350ms;
}
.exNav .exNav_in .exNav_list .exNav_item-09 {
  background: url(/expo2025/images/link09.jpg) no-repeat center center;
  background-size: 100%;
  transition-delay: 400ms;
}
.exNav .exNav_in .exNav_list .exNav_item span span {
  font-size: 12px;
  display: block;
}
.exNav .exNav_in .exNav_list .exNav_item .exNav_item_icon {
  position: absolute;
  right: 13px;
  bottom: -7px;
  width: 16px;
  height: 32px;
  background: #3362ff;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
}
.exNav .exNav_in .exNav_list .exNav_item .exNav_item_icon::after {
  content: "";
  width: 18px;
  height: 7px;
  background: url(/expo2025/images/icon01.svg);
  background-size: 18px 7px;
  transform: rotateZ(90deg);
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 9px);
}
.exNav .exNav_in .exNav_list .exNav_item:hover .exNav_item_icon::after {
  -webkit-animation: MoveBottom 0.5s both cubic-bezier(0, 0.5, 0.5, 1);
          animation: MoveBottom 0.5s both cubic-bezier(0, 0.5, 0.5, 1);
}
.exNav .exNav_in .exNav_list .exNav_item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Oxanium", serif;
}
.exNav .exNav_in .exNav_list .exNav_item:nth-child(1)::before {
  content: "1";
}
.exNav .exNav_in .exNav_list .exNav_item:nth-child(2)::before {
  content: "2";
}
.exNav .exNav_in .exNav_list .exNav_item:nth-child(3)::before {
  content: "3";
}
.exNav .exNav_in .exNav_list .exNav_item:nth-child(4)::before {
  content: "4";
}
.exNav .exNav_in .exNav_list .exNav_item:nth-child(5)::before {
  content: "5";
}
.exNav .exNav_in .exNav_list .exNav_item:nth-child(6)::before {
  content: "6";
}
.exNav .exNav_in .exNav_list .exNav_item:nth-child(7)::before {
  content: "7";
}
.exNav .exNav_in .exNav_list .exNav_item:nth-child(8)::before {
  content: "8";
}
.exNav .exNav_in .exNav_list .exNav_item:nth-child(9)::before {
  content: "9";
}
.exNav .exNav_in .exNav_list .exNav_item::after {
  content: "";
}

.exProjects {
  overflow: hidden;
  background: rgb(240, 240, 240);
  background: linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(213, 215, 219) 100%);
  padding-bottom: 130px;
}
.exProjects #exProject01 {
  z-index: 9;
}
.exProjects #exProject02 {
  z-index: 8;
}
.exProjects #exProject03 {
  z-index: 7;
}
.exProjects #exProject04 {
  z-index: 6;
}
.exProjects #exProject05 {
  z-index: 5;
}
.exProjects #exProject06 {
  z-index: 4;
}
.exProjects #exProject07 {
  z-index: 3;
}
.exProjects #exProject08 {
  z-index: 2;
}
.exProjects #exProject09 {
  z-index: 1;
}

.exProject {
  position: relative;
  margin-top: -200px;
  padding: 160px 10px 210px;
  /* animate */
}
.exProject:first-child {
  margin-top: 0;
  padding-top: 100px;
}
.exProject .exProject_in::before {
  content: "";
  width: 100%;
  height: calc(100% + 110px);
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  transform: skew(0deg, -4.3deg);
}
@media screen and (max-width: 1355px) {
  .exProject .exProject_in::before {
    width: calc(100% + 10px);
    left: 0px;
  }
}
.exProject .exProject_in::after {
  content: "";
  width: 100%;
  height: calc(100% + 110px);
  background-color: #fff;
  position: absolute;
  top: -99.5px;
  right: -100%;
  transform: skew(0deg, -4.3deg);
}
@media screen and (max-width: 1355px) {
  .exProject .exProject_in::after {
    display: none;
  }
}
@media screen and (max-width: 1355px) {
  .exProject .exProject_in-reverse::before {
    width: calc(100% + 10px);
    left: -10px;
  }
}
.exProject .exProject_in-reverse::after {
  content: "";
  top: 99.5px;
  right: auto;
  left: -100%;
}
@media screen and (max-width: 1355px) {
  .exProject .exProject_in-reverse::after {
    display: none;
  }
}
.exProject .exProject_in {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 90px 70px 0 30px;
  display: flex;
}
.exProject .exProject_in .exProject_head {
  position: relative;
  width: 19%;
  max-width: 230px;
  z-index: 1;
}
.exProject .exProject_in .exProject_head .exProject_head_tit {
  position: relative;
  overflow: hidden;
}
.exProject .exProject_in .exProject_head h2 {
  position: relative;
  color: #3362ff;
  font-size: 230px;
  font-family: "Oxanium", serif;
  font-weight: 200;
  line-height: 1;
  padding: 45px 0 0 30px;
  /* animate */
  transform: scale(0.7);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.16, 1, 0.2, 1);
}
@media screen and (max-width: 1100px) {
  .exProject .exProject_in .exProject_head h2 {
    font-size: 200px;
    padding-left: 25px;
  }
}
.exProject .exProject_in .exProject_head h2 span {
  transform: rotateZ(90deg);
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 120px;
  left: -42px;
  font-weight: 600;
  letter-spacing: 0.48em;
}
.exProject .exProject_in .exProject_head-other h2 span {
  top: 110px;
  left: -30px;
}
.exProject .exProject_in .exProject_head-transport h2 span {
  top: 130px;
  left: -55px;
}
.exProject .exProject_in .exProject_head-symbol h2 span {
  top: 110px;
  left: -35px;
}
.exProject .exProject_in .exProject_body {
  position: relative;
  width: 82%;
  max-width: 956px;
  z-index: 1;
}
.exProject .exProject_in .exProject_body .exProject_tit {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.476;
  overflow: hidden;
}
@media screen and (max-width: 1150px) {
  .exProject .exProject_in .exProject_body .exProject_tit {
    font-size: 38px;
  }
}
.exProject .exProject_in .exProject_body .exProject_tit .exProject_tit_in {
  /* animate */
  transition: all 1.2s cubic-bezier(0.16, 1, 0.2, 1);
  transform: translateY(80px);
  display: block;
}
.exProject .exProject_in .exProject_body .exProject_tit .exProject_tit_in span {
  font-size: 28px;
  display: inline-block;
  margin-left: 32px;
}
@media screen and (max-width: 1150px) {
  .exProject .exProject_in .exProject_body .exProject_tit .exProject_tit_in span {
    font-size: 20px;
    margin-left: 10px;
  }
}
.exProject .exProject_in .exProject_body .exProject_img {
  margin: 35px 0;
  overflow: hidden;
  border-radius: 16px;
  transition: all 1.2s cubic-bezier(0, 0.32, 0.42, 0.99);
  transition-delay: 0.5s;
  opacity: 0;
}
.exProject .exProject_in .exProject_body .exProject_img img {
  width: 100%;
  height: auto;
  /* animate */
  transition: all 1.2s cubic-bezier(0, 0.32, 0.42, 0.99);
  transform: scale(1.2);
}
.exProject .exProject_in .exProject_body .exProject_note {
  margin: -25px 0 35px;
  font-size: 11px;
  color: #727272;
  transition: all 1.2s cubic-bezier(0, 0.32, 0.42, 0.99);
  opacity: 0;
}
.exProject .exProject_in .exProject_body .exProject_swiper {
  position: relative;
  margin: 35px 0 55px;
  transition: all 1.2s cubic-bezier(0, 0.32, 0.42, 0.99);
  opacity: 0;
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper {
  overflow: hidden;
  border-radius: 15px;
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-slide-active {
  z-index: 1;
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-button-next,
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-button-prev {
  width: 64px;
  height: 40px;
  background-color: #3362FF;
  top: calc(100% - 70px);
  overflow: hidden;
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-button-disabled {
  background-color: #587fff;
  opacity: 1;
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-button-disabled::after {
  opacity: 0.3;
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-button-next {
  left: 0;
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-button-prev {
  transform: rotateY(-180deg);
  left: -64px;
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-button-next:after,
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-button-prev:after {
  content: "";
  width: 18px;
  height: 7px;
  background: url(/expo2025/images/icon01.svg);
  background-size: 18px 7px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 9px);
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-button-next:hover::after {
  -webkit-animation: MoveRight2 0.5s both cubic-bezier(0, 0.5, 0.5, 1);
          animation: MoveRight2 0.5s both cubic-bezier(0, 0.5, 0.5, 1);
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-button-prev:hover::after {
  -webkit-animation: MoveRight2 0.5s both cubic-bezier(0, 0.5, 0.5, 1);
          animation: MoveRight2 0.5s both cubic-bezier(0, 0.5, 0.5, 1);
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  border-radius: 0;
  margin-right: 6px;
  background-color: #D7D7DB;
  opacity: 1;
}
.exProject .exProject_in .exProject_body .exProject_swiper .swiper-pagination-bullet-active {
  background-color: #3362FF;
}
.exProject .exProject_in .exProject_body .exProject_swiper img {
  /* animate */
  transition: all 1.2s cubic-bezier(0, 0.32, 0.42, 0.99);
  transform: scale(1.2);
}
.exProject .exProject_in .exProject_body .exProject_txt {
  margin-bottom: 30px;
  /* animate */
  transition: all 1.2s cubic-bezier(0.16, 1, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
}
.exProject .exProject_in .exProject_body .exProject_txt.show {
  opacity: 1;
  transform: translateY(0px);
}
.exProject .exProject_in .exProject_body .exProject_txt h3 {
  font-size: 28px;
  font-weight: bold;
  margin: -10px 0 13px;
  line-height: 1.5;
}
.exProject .exProject_in .exProject_body .exProject_txt h3 span {
  font-size: 18px;
}
.exProject .exProject_in .exProject_body .exProject_txt p {
  font-weight: 500;
  line-height: 1.8125;
}
.exProject .exProject_in .exProject_body .exProject_txt .exNote01 {
  margin-top: 10px;
  font-weight: 400;
}
.exProject .exProject_in .exProject_body .exProject_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  margin: 35px 0;
  line-height: 1.8125;
  /* animate */
  transition: all 1.2s cubic-bezier(0.16, 1, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
}
.exProject .exProject_in .exProject_body .exProject_detail.show {
  opacity: 1;
  transform: translateY(0px);
}
.exProject .exProject_in .exProject_body .exProject_detail dt {
  width: 129px;
  background-color: #ebebeb;
  margin-bottom: 2px;
  padding: 10px 10px 10px 20px;
  border-left: 4px solid #3362ff;
}
.exProject .exProject_in .exProject_body .exProject_detail dd {
  width: calc(100% - 203px);
  background-color: #f5f5f5;
  margin-bottom: 2px;
  padding: 10px 15px 10px 25px;
}
.exProject .exProject_in .exProject_body .exProject_relation {
  /* animate */
  transition: all 1.2s cubic-bezier(0.16, 1, 0.2, 1);
  opacity: 0;
  transform: translateY(30px);
}
.exProject .exProject_in .exProject_body .exProject_relation.show {
  opacity: 1;
  transform: translateY(0px);
}
.exProject .exProject_in .exProject_body .exProject_relation h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.exProject .exProject_in .exProject_body .exProject_relation .exProject_link {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.exProject .exProject_in .exProject_body .exProject_relation .exProject_link::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #3362FF;
  position: absolute;
  bottom: 2px;
  left: 41px;
}
.exProject .exProject_in .exProject_body .exProject_relation .exProject_link::after {
  content: "";
  width: 11px;
  height: 8px;
  background: url(/expo2025/images/icon02.png);
  background-size: 11px 8px;
  display: inline-block;
  margin-left: 10px;
}
.exProject .exProject_in .exProject_body .exProject_relation .exProject_link:hover {
  text-decoration: none;
  color: #3362FF;
}
.exProject .exProject_in .exProject_body .exProject_relation .exProject_link:hover .exProject_link_icon::after {
  -webkit-animation: MoveRight 0.5s both cubic-bezier(0, 0.5, 0.5, 1);
          animation: MoveRight 0.5s both cubic-bezier(0, 0.5, 0.5, 1);
}
.exProject .exProject_in .exProject_body .exProject_relation .exProject_link:hover::before {
  width: calc(100% - 62px);
  transition: width 0.5s cubic-bezier(0, 0.75, 0.25, 1);
}
.exProject .exProject_in .exProject_body .exProject_relation .exProject_link .exProject_link_icon {
  position: relative;
  top: 2px;
  width: 32px;
  height: 16px;
  background: #3362ff;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
}
.exProject .exProject_in .exProject_body .exProject_relation .exProject_link .exProject_link_icon::after {
  content: "";
  width: 18px;
  height: 7px;
  background: url(/expo2025/images/icon01.svg);
  background-size: 18px 7px;
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 9px);
}
.exProject .exProject_in .exProject_body .exProject_btn {
  display: block;
  background-color: #3362FF;
  background-size: 100%;
  width: 120px;
  height: 32px;
  position: absolute;
  bottom: -85px;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  /* animate */
  opacity: 0;
  transition: opacity 0.5s linear;
}
.exProject .exProject_in .exProject_body .exProject_btn.show {
  opacity: 1;
}
.exProject .exProject_in .exProject_body .exProject_btn::before {
  content: "";
  width: 60px;
  height: 12px;
  background: url(/expo2025/images/img_menu.svg);
  background-size: 60px 12px;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 45px);
}
.exProject .exProject_in .exProject_body .exProject_btn::after {
  content: "";
  width: 7px;
  height: 13px;
  background: url(/expo2025/images/icon03.svg);
  background-size: 7px 13px;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(100% - 22px);
}
.exProject .exProject_in .exProject_body .exProject_btn:hover::before {
  opacity: 0.7;
}
.exProject .exProject_in .exProject_body .exProject_btn:hover::after {
  -webkit-animation: MoveTop 0.5s both cubic-bezier(0, 0.5, 0.5, 1);
          animation: MoveTop 0.5s both cubic-bezier(0, 0.5, 0.5, 1);
}
.exProject .exProject_in {
  transition: all 0.8s cubic-bezier(0, 0.7, 0, 1);
  transform: translate3d(1000px, -90px, 0);
  opacity: 0;
}
.exProject .exProject_in.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.exProject .exProject_in.show .exProject_head_tit h2 {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.2s;
}
.exProject .exProject_in.show .exProject_tit .exProject_tit_in {
  transform: translateY(0px);
  transition-delay: 0.6s;
}
.exProject .exProject_in.show .exProject_swiper,
.exProject .exProject_in.show .exProject_img {
  opacity: 1;
  transition-delay: 0.5s;
}
.exProject .exProject_in.show .exProject_swiper img,
.exProject .exProject_in.show .exProject_img img {
  transform: scale(1);
  transition-delay: 0.2s;
}
.exProject .exProject_in.show .exProject_img + .exProject_note,
.exProject .exProject_in.show .exProject_swiper + .exProject_note {
  opacity: 1;
  transition-delay: 0.5s;
}
.exProject .exProject_in-reverse {
  transform: translate3d(-1000px, 90px, 0);
}

@-webkit-keyframes MoveRight {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  69.9% {
    transform: translateX(30px);
  }
  70% {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes MoveRight {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  69.9% {
    transform: translateX(30px);
  }
  70% {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes MoveRight2 {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(50px);
  }
  69.9% {
    transform: translateX(50px);
  }
  70% {
    transform: translateX(-50px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes MoveRight2 {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(50px);
  }
  69.9% {
    transform: translateX(50px);
  }
  70% {
    transform: translateX(-50px);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes MoveLeft {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-50px);
  }
  69.9% {
    transform: translateX(-50px);
  }
  70% {
    transform: translateX(50px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes MoveLeft {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-50px);
  }
  69.9% {
    transform: translateX(-50px);
  }
  70% {
    transform: translateX(50px);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes MoveTop {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  69.9% {
    transform: translateY(-30px);
  }
  70% {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes MoveTop {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  69.9% {
    transform: translateY(-30px);
  }
  70% {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes MoveBottom {
  0% {
    transform: translateY(0) rotateZ(90deg);
  }
  40% {
    transform: translateY(30px) rotateZ(90deg);
  }
  69.9% {
    transform: translateY(30px) rotateZ(90deg);
  }
  70% {
    transform: translateY(-30px) rotateZ(90deg);
  }
  to {
    transform: translateY(0) rotateZ(90deg);
  }
}
@keyframes MoveBottom {
  0% {
    transform: translateY(0) rotateZ(90deg);
  }
  40% {
    transform: translateY(30px) rotateZ(90deg);
  }
  69.9% {
    transform: translateY(30px) rotateZ(90deg);
  }
  70% {
    transform: translateY(-30px) rotateZ(90deg);
  }
  to {
    transform: translateY(0) rotateZ(90deg);
  }
}
.exGroup {
  position: relative;
  padding: 50px 10px 120px;
}
.exGroup::before {
  content: "";
  background-color: #fff;
  width: calc(100% + 200px);
  height: 200px;
  position: absolute;
  top: -110px;
  left: -100px;
  transform: rotateZ(-4.5deg);
}
.exGroup .exGroup_in {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
}
.exGroup .exGroup_in h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 45px;
  text-align: center;
  letter-spacing: 0.08em;
}
.exGroup .exGroup_in .exGroup_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.exGroup .exGroup_in .exGroup_list .exGroup_item {
  position: relative;
  width: 24.1%;
  max-width: 308px;
  text-decoration: none;
  margin-bottom: 50px;
}
.exGroup .exGroup_in .exGroup_list .exGroup_item[target=_blank] .exGroup_txt::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 11px;
  height: 8px;
  margin: 0 0 0 10px;
  background: url(/expo2025/images/icon02.png) left top no-repeat;
  background-size: contain;
  vertical-align: 0.1em;
  z-index: 1;
}
.exGroup .exGroup_in .exGroup_list .exGroup_item::before {
  content: "";
  width: 100%;
  height: 163px;
  display: block;
  background-color: #F5F5F5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.exGroup .exGroup_in .exGroup_list .exGroup_item .exGroup_img {
  position: relative;
  width: 227px;
  height: 190px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.exGroup .exGroup_in .exGroup_list .exGroup_item .exGroup_txt {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
}
.exGroup .exGroup_in .exGroup_list .exGroup_item .exGroup_txt span {
  position: relative;
}
.exGroup .exGroup_in .exGroup_list .exGroup_item .exGroup_txt span::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #3362FF;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.exGroup .exGroup_in .exGroup_list .exGroup_item:hover .exGroup_txt {
  color: #3362FF;
}
.exGroup .exGroup_in .exGroup_list .exGroup_item:hover .exGroup_txt span::before {
  width: 100%;
  transition: width 0.5s cubic-bezier(0, 0.75, 0.25, 1);
}
/*# sourceMappingURL=index.css.map */</pre></body></html>