@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Sen:wght@400..800&display=swap");
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
}

html {
  color: #666666;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}
body.en {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.en {
  font-family: "Sen", sans-serif;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  既存CSS
------------------------------------------------------------------------------*/
#expo2025-SiteWrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

#expo2025-Header {
  width: 100%;
  height: 83px;
  border-top: 3px solid #00a8a9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#expo2025-Header .IconCorporationLogo {
  width: 190px;
  height: 42px;
}
#expo2025-Header .expo2025-HeaderLogo__text::after {
  height: 42px;
}
.expo2025-Header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1600px;
  height: 80px;
  margin: 0 auto;
  padding: 5px 28px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}
.expo2025-HeaderLogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.expo2025-HeaderLogo__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.expo2025-HeaderLogo__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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;
}
.expo2025-HeaderLogo__text::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.expo2025-Header__lang {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 18px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.expo2025-Header__lang a {
  font-size: 1.6rem;
  color: #666;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.expo2025-Header__lang a:hover {
  opacity: 0.8;
}

.expo2025-Header__lang li {
  position: relative;
}

.expo2025-Header__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;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
  background-color: #666;
}

.expo2025-Header__lang li.-current a {
  color: #b4b4b4;
}

.expo2025-Hero {
  position: relative;
  line-height: 0;
  /*z-index: 2;*/
  overflow: hidden;
  margin: 0 auto;
  min-height: 200px;
}
.expo2025-Hero__body {
  width: 100%;
  color: #fff;
}

.Carousel__image img {
  width: 100%;
  height: auto;
}

.expo2025-Hero__heading {
  max-width: 1050px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 1;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.expo2025-Hero__heading img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.expo2025-Hero__lead {
  margin-top: 32px;
  font-size: 3rem;
  line-height: 1.47;
}
.expo2025-Hero__lead span {
  display: block;
  font-size: 2.2rem;
}
.expo2025-Hero__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-bottom: 27px;
  padding-top: 20px;
  z-index: 10;
}
.expo2025-Hero__scroll a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 66px;
  height: 66px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.expo2025-Hero__scroll a:hover {
  opacity: 0.8;
}

.expo2025-Hero__scroll a::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%;
}

.expo2025-Hero__scroll span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-top: -20px;
}

.expo2025-Content__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 90px 30px 0;
  text-align: center;
}
.expo2025-HeadingLevel2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 2;
}
.expo2025-HeadingLevel2.fz-24 {
  color: #333;
  font-size: 24px;
}
.expo2025-HeadingLevel3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 2;
}
.expo2025-Break--PCTBView {
  display: none;
}
.expo2025-Break--TBSPView {
  display: none;
}
.expo2025-Break--SPView {
  display: none;
}
.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/assets/img/germination-lab/common/icon_link_ext.svg) 0 0 no-repeat;
  background-size: 12px 10px;
}

.expo2025-Label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  list-style: none;
}

.expo2025-Label span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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 -webkit-gradient(linear, left top, left bottom, from(#B2F9FF), to(rgba(178, 249, 255, 0))) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, #B2F9FF 0%, rgba(178, 249, 255, 0) 100%) 0 0 no-repeat padding-box;
  opacity: 0.3;
  z-index: -1;
}
.expo2025-Society {
  padding: 80px;
  background: #fff;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.expo2025-SectionLead__text p {
  font-size: 1.6rem;
  line-height: 2.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;
}
.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;
}
.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;
}
.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);
}
.expo2025-ExhibitionCard__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 40px;
  background-color: #fff;
}
.expo2025-ExhibitionCard__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          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);
}
.expo2025-Exhibition .expo2025-Highlight .expo2025-HeadingLevel3 {
  color: #fff;
}

.expo2025-Exhibition .expo2025-HighlightList a {
  -webkit-box-shadow: initial;
          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;
}
.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  padding: 40px 60px;
  background-color: #fff;
}
.expo2025-ExperienceCard__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.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;
}
.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;
}
.expo2025-FutureCity__inner {
  margin-top: -23px;
  padding: 83px 30px 60px;
  text-align: center;
  border: 1px solid #00a8a9;
  background-color: #fff;
}
.expo2025-FutureCity__text {
  font-size: 2rem;
  line-height: 2.2;
  color: #333;
}
.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;
}
.expo2025-FutureCity__textMain ~ p {
  margin-top: 48px;
}
.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;
}
.expo2025-FutureCity__heading .expo2025-FutureCity__heading__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  min-height: 46px;
  padding-top: 5px;
  position: relative;
  font-size: 2.4rem;
  color: #00a8a9;
  line-height: 1.2;
}
.expo2025-FutureCity__card {
  display: grid;
  gap: 10px;
  grid-template-columns: 2fr 1fr;
  max-width: 1000px;
  margin: 60px auto 0;
  list-style: none;
}
.expo2025-FutureCity__card .Image img {
  width: 100%;
}

.expo2025-Lab {
  position: relative;
  padding: 0 0 80px;
}
.expo2025-Lab .expo2025-Text {
  margin-top: 40px;
}

.expo2025-Exhibition .expo2025-Highlight + .expo2025-Lab {
  padding-top: 120px;
}
.expo2025-Lab__inner {
  text-align: center;
  color: #fff;
}

.expo2025-Lab__heading {
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.4;
}
.expo2025-Lab__heading span {
  display: block;
  margin-top: 10px;
  font-size: 1.8rem;
}
.expo2025-Lab__text {
  margin-inline: auto;
  font-size: 2rem;
  line-height: 2;
}
.expo2025-Lab__text p:first-child {
  margin-top: 58px;
}

.expo2025-Lab__heading img {
  width: 100%;
  height: auto;
}

.expo2025-Lab__card {
  margin-top: 100px;
  list-style: none;
}
.expo2025-Lab__card .Image img {
  width: 100%;
}

.expo2025-TopNewsArea {
  padding: 80px 30px;
  background-color: #a2d7db;
}
.expo2025-TopNewsArea .expo2025-Highlight {
  max-width: 1160px;
  margin: 0 auto;
}
.expo2025-TopNewsArea .expo2025-Highlight__inner {
  padding: 0;
}

.expo2025-TopNewsArea__heading {
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 2;
}
.expo2025-InfoArea {
  padding: 60px 30px;
  background-color: #d4ecee;
}
.expo2025-Card {
  display: grid;
  gap: 40px 30px;
  margin-top: 30px;
  list-style: none;
}
.expo2025-Card.-column1 {
  max-width: 608px;
  margin-inline: auto;
}

.expo2025-Card.-column2, .expo2025-Card.-text {
  grid-template-columns: repeat(2, 1fr);
}
.expo2025-Card.-column3 {
  grid-template-columns: repeat(3, 1fr);
}
.expo2025-Card.-text li:nth-child(odd) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.expo2025-Card.-text li:nth-child(even) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.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;
}
.expo2025-Highlight__inner {
  max-width: 1206px;
  margin: 0 auto;
  padding: 0 80px;
  text-align: center;
}
.expo2025-HighlightList {
  display: grid;
  gap: 40px 30px;
  margin-top: 40px;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
}
.expo2025-HighlightList li {
  position: relative;
  text-align: left;
}

.expo2025-HighlightList a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.expo2025-HighlightList a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.expo2025-HighlightList a:hover {
  opacity: 0.8;
}

.expo2025-HighlightList__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  height: 100%;
  min-height: 120px;
  padding: 8px 25px 25px;
  background-color: #fff;
}

.expo2025-HighlightList__image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.expo2025-HighlightList__image img {
  width: 100%;
  height: auto;
}

.expo2025-HighlightList__heading {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: underline;
}

.expo2025-HighlightList__text {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 43px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #666;
}
.expo2025-HighlightList__day {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          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;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1490196078);
}
.expo2025-News .expo2025-NewsList {
  max-width: 800px;
  margin: 0 auto;
}

.expo2025-News .expo2025-LinkButton a {
  width: 172px;
}

.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;
}
.expo2025-News__heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}

.expo2025-News__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: 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;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.expo2025-News__officialSiteLink a:hover {
  border: 1px solid #00a8a9;
  background-color: #00a8a9;
}

.expo2025-News__officialSiteLink a .expo2025-IconBlank {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 30px;
}
.expo2025-LinkButton a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: 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;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.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;
  -webkit-transform: translate(0, -50%);
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          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;
}
.expo2025-NewsList__detail {
  width: 90%;
  vertical-align: top;
  text-align: left;
}
.expo2025-NewsList__text {
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 2/3;
  text-align: left;
}
.expo2025-ThumbLinkList {
  display: grid;
  gap: 40px 29px;
  margin-top: 28px;
  list-style: none;
}
.expo2025-ThumbLinkList.--relation {
  gap: 30px 32px;
}
.expo2025-ThumbLinkList li {
  position: relative;
  text-align: left;
}

.expo2025-ThumbLinkList .expo2025-ThumbLinkList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.expo2025-ThumbLinkList .expo2025-ThumbLinkList__item:has(p a:hover) .expo2025-ThumbLinkList__image {
  opacity: 0.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;
  z-index: 2;
}

.expo2025-ThumbLinkList__image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.expo2025-ThumbLinkList__image img {
  max-width: 100%;
  height: auto;
}

.expo2025-ThumbLinkList__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          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);
}
.expo2025-ThumbLinkList.--officialSite .expo2025-ThumbLinkList__image {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1490196078);
}

.expo2025-ThumbLinkList.--relation {
  grid-template-columns: repeat(4, 1fr);
}
#expo2025-Kubotakan .expo2025-ThumbLinkList__image img {
  width: 100%;
}

#expo2025-Kubotakan .expo2025-LinkButton {
  width: 172px;
  margin-top: 28px;
  padding: 0;
}

#expo2025-OfficialSite {
  margin-top: 60px;
}

.expo2025-Relation {
  padding: 56px 30px 60px;
  background-color: #f5f5f5;
}
.expo2025-Relation__inner {
  max-width: 1160px;
  margin: 0 auto;
}

#Footer.expo2025-Footer {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
}
#Footer.expo2025-Footer .ScrollToTop.-stop {
  top: -80px;
  margin-bottom: 0;
}
.expo2025-Footer__textArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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;
}
.expo2025-Footer__textArea p {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 10px;
}

.expo2025-Footer__textArea span {
  font-size: 1.2rem;
}

.expo2025-Footer__textArea__logo {
  width: 220px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.expo2025-Footer__textArea__logo img {
  width: 100%;
  height: auto;
}

.expo2025-Footer__utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  padding: 30px 30px 35px;
  border-top: 1px solid #c6c6c6;
}
.expo2025-Footer__lang {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 18px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.expo2025-Footer__lang a {
  font-size: 14px;
  color: #666;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.expo2025-Footer__lang a:hover {
  opacity: 0.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;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
  background-color: #666;
}

.expo2025-Footer__lang li.-current a {
  color: #b4b4b4;
}
.expo2025-Footer__utilityList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #00a8a9;
}

.expo2025-Footer__utilityList a:hover {
  text-decoration: underline;
}
.expo2025-Footer__copylight {
  grid-column: 3/4;
  grid-row: 1/2;
  text-align: center;
}

.expo2025-Footer__copylight small {
  font-size: 10px;
  color: #999;
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.expo2025-Footer__copylight__logo {
  display: block;
  margin-bottom: 5px;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.header {
  background-color: #fff;
  position: relative;
  z-index: 10;
  border-top: 2.13334vw solid #009DA6;
}
.header__inner {
  margin: 0 auto;
  padding: 5.86667vw 1.33334vw 7.2vw;
  width: 92%;
}
.header__logoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  border-right: 0.26667vw solid #C7C7C7;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 2.13334vw;
  margin-right: 2.13334vw;
}
.header__logo a {
  display: block;
  width: 32.46134vw;
}
.header__pageName {
  color: #000;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.41667;
}
.header__group {
  display: none;
}
.switch-language-area {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.switch-language-area button {
  color: #000;
  font-size: clamp(11.25px, 0.78125vw, 18.75px);
  font-weight: bold;
  letter-spacing: 0.01em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.switch-language-area button.active {
  color: #BEBEBE;
}

.expo2025-Footer {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.expo2025-Footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10.66667vw 4vw;
}
.expo2025-Footer__logo {
  margin: 0 auto;
  width: 58.66667vw;
}
.expo2025-Footer__txt {
  color: #000;
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 2.66667vw;
  text-align: center;
}
.expo2025-Footer__copyright {
  color: #000;
  font-size: 12px;
  line-height: 1.66667;
  text-align: center;
}
/* footer
-------------------------------------------------- */
body.en .footer {
  font-family: Helvetica, Arial, sans-serif;
}

.footer {
  background-color: #05a8a9;
  position: relative;
}
.footer.bg-white {
  background: #fff;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 13.33334vw 0 6.66667vw;
  width: 92%;
}
.footer__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.53334vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__link {
  color: #fff;
  font-size: 3.73334vw;
  line-height: 1.42858;
  text-align: center;
}
.footer__content {
  margin-top: 8vw;
}
.footer__icon {
  display: block;
  margin: 0 auto;
  width: 7.46667vw;
}
.footer__company {
  display: block;
  margin: 6.93334vw auto 0;
  width: 40vw;
}
.footer__copyright {
  color: #fff;
  font-size: 3.73334vw;
  line-height: 1.42858;
  text-align: center;
  margin-top: 5.33334vw;
}
.c-ttl01 {
  color: #008486;
  text-align: center;
}
.c-ttl01 .en {
  font-size: clamp(45px, 3.125vw, 75px);
  line-height: 1.4833333333;
  font-weight: 400;
  display: block;
}
.c-ttl01 .jp {
  font-size: clamp(22.5px, 1.5625vw, 37.5px);
  line-height: 1.5;
  display: block;
  margin-top: -10px;
  font-weight: 500;
}

.c-ttl02 {
  color: #008486;
  font-size: clamp(26.25px, 1.8229166667vw, 43.75px);
  font-weight: 500;
  line-height: 1.4857142857;
  text-align: center;
  margin-top: 43px;
}

.c-ttl03 {
  line-height: 1.4833333333;
  font-size: min(60px, 3.125vw);
  color: #008486;
  text-align: center;
  font-weight: 500;
}
.c-ttl03.small {
  font-size: min(44px, 2.2916666667vw);
}

.c-ttl04 {
  color: #008486;
  text-align: center;
}
.c-ttl04.small .main {
  font-size: min(35px, 1.8229166667vw);
}
.c-ttl04 .main {
  display: block;
  font-size: min(40px, 2.0833333333vw);
  font-weight: 500;
  line-height: 1.45;
}
.c-ttl04 .sub {
  color: #008486;
  display: block;
  font-size: min(30px, 1.5625vw);
  font-weight: 500;
}

.JS-fadeInNow {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: none;
  transition: none;
}
.JS-fadeInNow .is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-txt {
  font-size: clamp(15px, 1.0416666667vw, 25px);
  line-height: 2;
}
.c-txt span {
  display: block;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
}

.c-txt-box01 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 6;
}
.c-txt-box01 .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(10px, 0.5208333333vw);
}
.c-txt-box01 .d-flex.l-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-txt-box01 .ico-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(10px, 0.5208333333vw);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-txt-box01 .sec-tll {
  font-size: min(44px, 2.2916666667vw);
  font-weight: 500;
  color: #008486;
  line-height: 1.4666666667;
}
.c-txt-box01 .sec-tll .small {
  display: block;
  font-size: min(35px, 1.8229166667vw);
}
.c-txt-box01 .sec-tll.center {
  text-align: center;
}
.c-txt-box01 .sub-ttl {
  font-size: clamp(22.5px, 1.5625vw, 37.5px);
  line-height: 1.5;
  color: #008486;
  margin-top: 2px;
}
.c-txt-box01 .c-txt {
  margin-top: 15px;
}
.c-txt-box01 .c-btn01 {
  margin-top: 30px;
}
.c-txt-box01 .int {
  font-size: clamp(12px, 0.8333333333vw, 20px);
  line-height: 1.2;
  margin-top: 10px;
}

.c-img-box {
  position: relative;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-img-box::before, .c-img-box::after {
  content: "";
  width: min(336px, 17.5vw);
  aspect-ratio: 336/164;
  background: url("/expo2025/assets/img/germination-lab/common/bg-line.svg") no-repeat center/contain;
  position: absolute;
}
.c-img-box:before {
  top: -15px;
  right: -12px;
}
.c-img-box::after {
  bottom: -15px;
  left: -7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-img-box.wide {
  max-width: 1060px;
  width: 100%;
}

.c-txt-box {
  background: rgba(0, 168, 169, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  pointer-events: none;
}
.c-txt-box img {
  position: relative;
}

.history-modal {
  background: rgba(0, 168, 169, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 min(15px, 4vw);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 999;
}
.history-modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.history-modal .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(60px, 16vw);
}
.history-modal .btn {
  color: #fff;
  font-size: min(16px, 4.2666666667vw);
  text-align: center;
  position: relative;
  padding-left: min(20px, 5.3333333333vw);
}
.history-modal .btn::before, .history-modal .btn::after {
  background: #fff;
  content: "";
  height: 14px;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.history-modal .btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.history-modal .btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wide-scroll {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.5208333333vw;
  padding: 5.2083333333vw;
  overflow-x: scroll;
}
.wide-scroll::-webkit-scrollbar {
  display: none;
}
.wide-scroll .wide-scroll__inner {
  position: relative;
  margin: auto;
}
.wide-scroll .wide-scroll__inner .wide-scroll__image {
  width: 100%;
  position: relative;
  width: min(1634px, 85.1041666667vw);
  margin: auto;
  display: block;
}
.wide-scroll .wide-scroll__inner .icon-container {
  position: absolute;
}
.wide-scroll .wide-scroll__inner .icon-container .icon {
  width: 3.8020833333vw;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box.view .box span:nth-child(1) {
  -webkit-animation: border-top 0.2s linear forwards;
          animation: border-top 0.2s linear forwards;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box.view .box span:nth-child(3) {
  -webkit-animation: border-bottom 0.2s linear 0.4s forwards;
          animation: border-bottom 0.2s linear 0.4s forwards;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box.view .box span:not(.daikei):nth-child(2) {
  -webkit-animation: border-right 0.2s linear 0.2s forwards;
          animation: border-right 0.2s linear 0.2s forwards;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box.view .box span:not(.daikei):nth-child(4) {
  -webkit-animation: border-left 0.2s linear 0.6s forwards;
          animation: border-left 0.2s linear 0.6s forwards;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box.view .box span.daikei:nth-child(2) {
  -webkit-animation: border-right-daikei 0.2s linear 0.2s forwards;
          animation: border-right-daikei 0.2s linear 0.2s forwards;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box.view .box span.daikei:nth-child(4) {
  -webkit-animation: border-right-daikei 0.2s linear 0.6s forwards;
          animation: border-right-daikei 0.2s linear 0.6s forwards;
}
.wide-scroll .wide-scroll__inner .icon-container .box {
  background-color: rgba(210, 240, 240, 0.5);
  opacity: 0.8;
  position: relative;
}
.wide-scroll .wide-scroll__inner .icon-container .box span {
  position: absolute;
  background-color: #00A8A9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wide-scroll .wide-scroll__inner .icon-container .box span:nth-child(1) {
  width: 0;
  height: 2px;
  top: 0;
  left: 0;
}
.wide-scroll .wide-scroll__inner .icon-container .box span:nth-child(2) {
  width: 2px;
  height: 0;
  top: 0;
  right: 0;
}
.wide-scroll .wide-scroll__inner .icon-container .box span:nth-child(3) {
  width: 0;
  height: 2px;
  bottom: 0;
  right: 0;
}
.wide-scroll .wide-scroll__inner .icon-container .box span:nth-child(4) {
  width: 2px;
  height: 0;
  left: 0;
  bottom: 0;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box:not(.view) .box span:nth-child(4) {
  -webkit-animation: border-left-reverse 0.1s linear forwards;
          animation: border-left-reverse 0.1s linear forwards;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box:not(.view) .box span:nth-child(2) {
  -webkit-animation: border-right-reverse 0.1s linear 0.1s forwards;
          animation: border-right-reverse 0.1s linear 0.1s forwards;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box:not(.view) .box span:nth-child(3) {
  -webkit-animation: border-bottom-reverse 0.1s linear 0.1s forwards;
          animation: border-bottom-reverse 0.1s linear 0.1s forwards;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box:not(.view) .box span:nth-child(1) {
  -webkit-animation: border-top-reverse 0.1s linear 0.1s forwards;
          animation: border-top-reverse 0.1s linear 0.1s forwards;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box {
  opacity: 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  pointer-events: none;
}
.wide-scroll .wide-scroll__inner .icon-container .message-box.view {
  opacity: 1;
  pointer-events: auto;
}
.wide-scroll .wide-scroll__inner .icon-container .label {
  background-color: #00A8A9;
  border-radius: 21px;
  padding: 0.4166666667vw 1.25vw 0.4166666667vw 0.4166666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  position: relative;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 1.0416666667vw;
  text-align: center;
  z-index: 10;
}
.wide-scroll .wide-scroll__inner .icon-container .label.view {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wide-scroll .wide-scroll__inner .icon-container .label::before {
  content: "";
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 0.4166666667vw;
  top: -5px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 10;
}
.wide-scroll .wide-scroll__inner .icon-container .label::after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  width: 0.5208333333vw;
  height: 1.0416666667vw;
  background-color: #00A8A9;
}
.wide-scroll .wide-scroll__inner .icon-container01 {
  left: 4.4270833333vw;
  bottom: -0.5208333333vw;
  z-index: 10;
}
.wide-scroll .wide-scroll__inner .icon-container01 .message-box {
  top: 0;
  left: 0;
}
.wide-scroll .wide-scroll__inner .icon-container01 .message-box .box {
  width: 4.9479166667vw;
  height: 7.03125vw;
}
.wide-scroll .wide-scroll__inner .icon-container01 .label::after {
  bottom: -0.8333333333vw;
  left: 40%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.wide-scroll .wide-scroll__inner .icon-container02 {
  top: 7.8125vw;
  left: 9.375vw;
}
.wide-scroll .wide-scroll__inner .icon-container02 .icon {
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container02 .message-box {
  top: -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.wide-scroll .wide-scroll__inner .icon-container02 .message-box .box {
  width: 11.9791666667vw;
  height: 5.5729166667vw;
}
.wide-scroll .wide-scroll__inner .icon-container02 .label::after {
  top: -0.78125vw;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
  right: 60%;
}
.wide-scroll .wide-scroll__inner .icon-container03 {
  left: 21.6145833333vw;
  top: 5.46875vw;
}
.wide-scroll .wide-scroll__inner .icon-container03 .icon {
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container03 .message-box {
  top: max(-100px, -5.2083333333vw);
}
.wide-scroll .wide-scroll__inner .icon-container03 .message-box .box {
  width: 13.8020833333vw;
  height: 6.875vw;
}
.wide-scroll .wide-scroll__inner .icon-container03 .label::after {
  bottom: -0.78125vw;
  right: 0;
  left: 0;
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container04 {
  left: 36.9791666667vw;
  top: 4.6875vw;
}
.wide-scroll .wide-scroll__inner .icon-container04 .icon {
  margin-left: 16%;
}
.wide-scroll .wide-scroll__inner .icon-container04 .message-box {
  top: max(-80px, -4.1666666667vw);
}
.wide-scroll .wide-scroll__inner .icon-container04 .message-box .box {
  width: 16.1458333333vw;
  height: 6.5104166667vw;
}
.wide-scroll .wide-scroll__inner .icon-container04 .label {
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container04 .label::after {
  bottom: -0.78125vw;
  right: 0;
  left: 0;
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container05 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2.0833333333vw;
}
.wide-scroll .wide-scroll__inner .icon-container05 .icon {
  margin-left: 16%;
}
.wide-scroll .wide-scroll__inner .icon-container05 .message-box {
  top: 4.1666666667vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.wide-scroll .wide-scroll__inner .icon-container05 .message-box .box {
  width: 19.4270833333vw;
  height: 3.2291666667vw;
}
.wide-scroll .wide-scroll__inner .icon-container05 .message-box .box span {
  display: block;
}
.wide-scroll .wide-scroll__inner .icon-container05 .message-box .box span:nth-child(2) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  height: 100% !important;
}
.wide-scroll .wide-scroll__inner .icon-container05 .message-box .box span:nth-child(4) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wide-scroll .wide-scroll__inner .icon-container05 .label {
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container05 .label::after {
  top: -0.78125vw;
  right: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container06 {
  right: 21.09375vw;
  top: 4.6875vw;
}
.wide-scroll .wide-scroll__inner .icon-container06.en {
  right: 16.6666666667vw;
}
.wide-scroll .wide-scroll__inner .icon-container06.en .message-box .box {
  width: 15.625vw;
  height: 6.7708333333vw;
}
.wide-scroll .wide-scroll__inner .icon-container06 .icon {
  margin-left: 16%;
}
.wide-scroll .wide-scroll__inner .icon-container06 .message-box {
  top: -4.1666666667vw;
  right: 0;
}
.wide-scroll .wide-scroll__inner .icon-container06 .message-box .box {
  width: 13.125vw;
  height: 6.7708333333vw;
}
.wide-scroll .wide-scroll__inner .icon-container06 .label {
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container06 .label::after {
  bottom: -0.78125vw;
  right: 0;
  left: 0;
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container07 {
  right: 8.0729166667vw;
  top: 7.03125vw;
}
.wide-scroll .wide-scroll__inner .icon-container07 .icon {
  margin-left: 16%;
}
.wide-scroll .wide-scroll__inner .icon-container07 .message-box {
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.wide-scroll .wide-scroll__inner .icon-container07 .message-box .box {
  width: 11.9791666667vw;
  height: 6.25vw;
}
.wide-scroll .wide-scroll__inner .icon-container07 .label {
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container07 .label::after {
  top: -0.78125vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  left: 0;
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container08 {
  bottom: 0;
  right: -0.2604166667vw;
  z-index: 10;
}
.wide-scroll .wide-scroll__inner .icon-container08 .message-box {
  top: 0;
  right: 3.3854166667vw;
}
.wide-scroll .wide-scroll__inner .icon-container08 .message-box .box {
  width: 4.1666666667vw;
  height: 6.25vw;
  margin: auto;
}
.wide-scroll .wide-scroll__inner .icon-container08 .label::after {
  bottom: -0.78125vw;
  left: 40%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.wide-scroll .wide-scroll__inner .icon-container09 {
  top: 0;
  left: -1.5625vw;
}
.wide-scroll .wide-scroll__inner .icon-container09 .message-box {
  top: min(60px, 3.125vw);
  left: max(-30px, -1.5625vw);
  right: 0;
  margin: auto;
}

.kv {
  position: relative;
}
.kv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 46.875vw;
  width: 100%;
  position: relative;
}
.kv__ttl {
  color: #fff;
  position: relative;
}
.kv__ttl .jp {
  font-size: 1.875vw;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}
.kv__ttl .en {
  font-size: 3.6458333333vw;
  line-height: 1.2857142857;
  font-weight: bold;
  display: block;
}
.kv__scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 13.0208333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  width: 2.4479166667vw;
}
.kv__scroll::after {
  background-color: rgba(225, 225, 225, 0.2);
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 3.6vw);
  bottom: -15px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: pulseMotion 2s linear infinite;
          animation: pulseMotion 2s linear infinite;
}

.c-btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.45;
  padding: 0.72917vw;
  font-weight: bold;
  position: relative;
  border-top: 0.20834vw solid #00A8A9;
  border-bottom: 0.20834vw solid #00A8A9;
  width: 100%;
  margin: auto;
  color: #333333;
  position: relative;
  z-index: 10;
}
.c-btn01 > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 0 0.26042vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn01 > span:before {
  content: "";
  display: inline-block;
  background-image: url(/expo2025/assets/img/germination-lab/common/icon_out.png.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 5.33334vw;
  width: 11.344vw;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-btn02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(15px, 1.0416666667vw, 25px);
  line-height: 1.45;
  padding: 0.72917vw 20px;
  font-weight: bold;
  position: relative;
  border-top: min(4px, 0.2083333333vw) solid #00A8A9;
  border-bottom: min(4px, 0.2083333333vw) solid #00A8A9;
  width: 100%;
  margin: auto;
  color: #333333;
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn02.max-650 {
  max-width: 650px;
  width: 100%;
}
.c-btn02 > span {
  position: relative;
  padding-right: 43px;
}
.c-btn02 > span::before {
  background: url(/expo2025/assets/img/germination-lab/visit/ico-outlink.svg) no-repeat center center/contain;
  content: "";
  height: min(25px, 1.3020833333vw);
  width: min(25px, 1.3020833333vw);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/* 万博関連リンク（relatedLinks）
-------------------------------------------------- */
.relatedLinks {
  padding-top: 28.00001vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 10;
  position: relative;
  margin-top: -30px;
}
.relatedLinks__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8vw 0;
}
.relatedLinks__list.column-2 {
  width: 100%;
  max-width: 1027px;
}
.relatedLinks__list.column-2 li {
  width: calc((100% - 3.4375vw) / 2);
}
.relatedLinks__list img {
  width: 100%;
}
.relatedLinks__list .img {
  display: block;
}

.relatedLinks__list .ttl, .relatedLinks__list .guide {
  color: #00A8A9;
  font-size: 3.73334vw;
  font-weight: 400;
  line-height: 1.42858;
  margin-top: 2.13334vw;
  display: inline-block;
  text-decoration: underline;
}
.relatedLinks__list .guide {
  margin-left: -4px;
}
.relatedLinks__list .guide--in::after, .relatedLinks__list .guide--out::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 2.66667vw;
}
.relatedLinks__list .guide--in::after {
  background-image: url("/expo2025/assets/img/germination-lab/home/icon_arrow.svg");
  height: 3.05334vw;
  width: 1.52534vw;
}
.relatedLinks__list .guide--out::after {
  background-image: url("/expo2025/assets/img/germination-lab/common/icon_link_ext.svg");
  height: 3.85067vw;
  width: 4.62134vw;
}
@-webkit-keyframes pulseMotion {
  0% {
    scale: 0;
    background-color: rgba(225, 225, 225, 0);
  }
  80% {
    scale: 1;
    background-color: rgba(225, 225, 225, 0.2);
  }
  100% {
    scale: 1;
    background-color: rgba(225, 225, 225, 0);
  }
}
@keyframes pulseMotion {
  0% {
    scale: 0;
    background-color: rgba(225, 225, 225, 0);
  }
  80% {
    scale: 1;
    background-color: rgba(225, 225, 225, 0.2);
  }
  100% {
    scale: 1;
    background-color: rgba(225, 225, 225, 0);
  }
}
@-webkit-keyframes pulseMotion-black {
  0% {
    scale: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  80% {
    scale: 1;
    background-color: rgba(0, 0, 0, 0.2);
  }
  100% {
    scale: 1;
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes pulseMotion-black {
  0% {
    scale: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  80% {
    scale: 1;
    background-color: rgba(0, 0, 0, 0.2);
  }
  100% {
    scale: 1;
    background-color: rgba(0, 0, 0, 0);
  }
}
.anm-fadeInUp {
  opacity: 0;
}

.anm-ttl-fadeInUp {
  opacity: 0;
  -webkit-animation: ttl-fadeInUp 1.2s both;
          animation: ttl-fadeInUp 1.2s both;
}

.anm-fadeInUp.is-animated {
  -webkit-animation: fadeInUp 0.6s both;
          animation: fadeInUp 0.6s both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(8deg);
            transform: translateY(8deg);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(8deg);
            transform: translateY(8deg);
  }
}
@-webkit-keyframes ttl-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ttl-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anm-fadeInLeft {
  opacity: 0;
}
.anm-fadeInLeft.is-animated {
  -webkit-animation: fadeInLeft 1.2s both;
          animation: fadeInLeft 1.2s both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.anm-fadeInRight {
  opacity: 0;
}
.anm-fadeInRight.is-animated {
  -webkit-animation: fadeInRight 1.2s both;
          animation: fadeInRight 1.2s both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInBtn {
  0% {
    opacity: 0;
    right: -500px;
  }
  30% {
    opacity: 1;
  }
  100% {
    right: 0;
  }
}
@keyframes fadeInBtn {
  0% {
    opacity: 0;
    right: -500px;
  }
  30% {
    opacity: 1;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes maskSlide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes maskSlide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes foot {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes foot {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 初期状態（回転なし） */
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 初期状態（回転なし） */
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes reverseSpin {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); /* 初期状態（回転なし） */
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 360度回転 */
  }
}
@keyframes reverseSpin {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); /* 初期状態（回転なし） */
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); /* 360度回転 */
  }
}
@-webkit-keyframes border-top {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes border-top {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* 右の線アニメーション */
@-webkit-keyframes border-right {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes border-right {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* 下の線アニメーション */
@-webkit-keyframes border-bottom {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes border-bottom {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* 左の線アニメーション */
@-webkit-keyframes border-left {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes border-left {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes border-top-reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes border-top-reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes border-right-reverse {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes border-right-reverse {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes border-bottom-reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes border-bottom-reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes border-left-reverse {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes border-left-reverse {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    right: 80px;
  }
  100% {
    opacity: 0;
    right: 60px;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    right: 80px;
  }
  100% {
    opacity: 0;
    right: 60px;
  }
}
.ico-kirakira {
  position: absolute;
  width: 17.7083333333vw;
  aspect-ratio: 340/455;
  top: max(-20px, -1.0416666667vw);
  right: min(216px, 11.25vw);
  z-index: -3;
}

.ico-foot01 {
  position: absolute;
  width: min(143px, 7.4479166667vw);
  aspect-ratio: 143/457;
  right: max(-300px, -15.625vw);
  overflow: hidden;
  z-index: -3;
}
.ico-foot01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ico-foot01.is-animated::before {
  -webkit-animation: foot 3s ease-out forwards;
          animation: foot 3s ease-out forwards;
}
.ico-foot01 img {
  width: 100%;
  height: 100%;
}

.ico-foot02 {
  position: absolute;
  width: min(313px, 16.3020833333vw);
  aspect-ratio: 313/723;
  top: max(-150px, -7.8125vw);
  z-index: -3;
  overflow: hidden;
}
.ico-foot02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ico-foot02.is-animated::before {
  -webkit-animation: foot 3s ease-out forwards;
          animation: foot 3s ease-out forwards;
}
.ico-foot02 img {
  width: 100%;
  height: 100%;
}

.ico-foot03 {
  position: absolute;
  width: min(432px, 22.5vw);
  aspect-ratio: 423/867;
  bottom: 0;
  z-index: -3;
  overflow: hidden;
}
.ico-foot03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.ico-foot03.is-animated::before {
  -webkit-animation: foot 3s ease-out forwards;
          animation: foot 3s ease-out forwards;
}
.ico-foot03 img {
  width: 100%;
  height: 100%;
}

.ico-gear01 {
  position: absolute;
  width: min(118px, 6.1458333333vw);
  aspect-ratio: 1/1;
  left: min(120px, 6.25vw);
  z-index: -3;
}
.ico-gear01 img {
  -webkit-animation: spin 10s ease-out infinite;
          animation: spin 10s ease-out infinite;
}

.ico-gear01-02 {
  position: absolute;
  width: min(70px, 3.6458333333vw);
  aspect-ratio: 70/71;
  left: min(240px, 12.5vw);
  z-index: -3;
}
.ico-gear01-02 img {
  -webkit-animation: reverseSpin 10s ease-out infinite;
          animation: reverseSpin 10s ease-out infinite;
}

.ico-gear02 {
  position: absolute;
  width: min(70px, 3.6458333333vw);
  aspect-ratio: 70/71;
  right: max(-100px, -5.2083333333vw);
  z-index: -3;
}
.ico-gear02 img {
  -webkit-animation: reverseSpin 10s ease-out infinite;
          animation: reverseSpin 10s ease-out infinite;
}

.ico-leaf {
  position: absolute;
  width: min(207px, 10.78125vw);
  aspect-ratio: 207/222;
  right: max(-250px, -13.0208333333vw);
  top: max(-80px, -4.1666666667vw);
  z-index: -3;
}

.ico-shikaku01 {
  position: absolute;
  width: min(130px, 6.7708333333vw);
  aspect-ratio: 130/245;
  right: 0;
  bottom: min(220px, 11.4583333333vw);
  z-index: -3;
}

.ico-shikaku02 {
  position: absolute;
  width: min(121px, 6.3020833333vw);
  aspect-ratio: 121/203;
  left: max(-217px, -11.3020833333vw);
  bottom: max(-150px, -7.8125vw);
  z-index: -3;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  position: relative;
  overflow: hidden;
}
.home .kv::before {
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -12.5vw;
  left: 0;
  background-image: url("/expo2025/assets/img/germination-lab/home/bg_kv_pc.png.webp");
  height: 1314px;
  height: 68.4375vw;
  width: 100%;
}
.home .kv .swipe {
  position: absolute;
  bottom: 0;
  right: 80px;
  opacity: 1;
  -webkit-animation: fadeOutRight 0.3s ease-in-out forwards;
          animation: fadeOutRight 0.3s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; /* 1秒後に発火 */
}
.home section {
  padding: min(60px, 3.125vw) 0;
  position: relative;
}
.home .id-box {
  padding-top: min(60px, 3.125vw);
}
.home .bg-white {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.home .section-lead-block {
  pointer-events: none;
  margin-top: -16.6666666667vw;
  z-index: 10;
  padding-top: min(140px, 7.2916666667vw);
  padding-bottom: 0;
}
.home .section-lead-block .sec-ttl {
  display: block;
  text-align: center;
  font-size: min(40px, 2.0833333333vw);
  font-weight: bold;
  color: #008486;
}
.home .section-lead-block .sub-ttl {
  display: block;
  font-size: 1.875vw;
  color: #008486;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  margin-top: -0.5208333333vw;
}
.home .section-lead-block .c-txt {
  text-align: center;
  margin-top: 1.5625vw;
}
.home .section-prologue-block .c-txt {
  text-align: center;
  margin-top: 25px;
}
.home .section-history-block {
  overflow: hidden;
}
.home .section-history-block .swiper {
  margin-top: 84px;
  overflow: visible;
}
.home .section-history-block .swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: calc(min(633px, 32.96875vw) + 16px);
}
.home .section-history-block .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 70px;
  margin-bottom: 25px;
  gap: 15px;
  height: 62px;
}
.home .section-history-block .swiper-button-prev,
.home .section-history-block .swiper-button-next {
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.home .section-history-block .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(10px, 0.5208333333vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .section-history-block .d-flex-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(10px, 0.5208333333vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .section-history-block .swiper-button-prev::before,
.home .section-history-block .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  display: block;
  color: inherit;
}
.home .section-history-block .swiper-button-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.home .section-history-block .swiper-button-prev:hover,
.home .section-history-block .swiper-button-next:hover {
  opacity: 0.7;
}
.home .section-history-block .swiper-pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
.home .section-history-block .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #00a5a5;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.home .section-history-block .stop-btn {
  width: 23px;
  height: 23px;
}
.home .section-history-block .btn_stop {
  display: block;
}
.home .section-history-block .btn_start {
  display: none;
}
.home .section-history-block .swiper-pagination-bullet-active {
  background-color: #00a5a5;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.home .section-history-block .c-txt {
  margin-top: 20px;
}
.home .section-main-block {
  z-index: 10;
}
.home .section-main-block .sec-img-box {
  padding-top: 50px;
  position: relative;
}
.home .section-main-block .c-txt-box01 {
  margin-left: 0;
  margin-top: min(50px, 2.6041666667vw);
}
.home .section-main-block .game-txt-box {
  margin-top: 20px;
}
.home .section-main-block .game-img-box {
  margin-inline: auto;
  position: relative;
}
.home .section-main-block .game-img-box::after {
  display: none;
}
.home .section-main-block .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.home .section-main-block .flex-box .bg-black {
  position: relative;
  z-index: 1;
  width: 21.875vw;
  min-width: 220px;
  margin-top: -1.5625vw;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 1;
}
.home .section-main-block .flex-box .bg-black img {
  width: 100%;
}
.home .section-main-block .flex-box .bg-black .black-box {
  position: absolute;
  left: 0;
  right: 0;
  top: min(10px, 0.5208333333vw);
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 1.0416666667vw;
}
.home .section-main-block .flex-box .bg-black .black-box .black-ttl {
  color: #fff;
}
.home .section-main-block .flex-box .bg-black .black-box .black-ttl .en {
  font-size: min(28px, 1.4583333333vw);
  line-height: 1.4285714286;
}
.home .section-main-block .flex-box .bg-black .black-box .black-ttl .jp {
  display: block;
  font-size: min(20px, 1.5503875969vw);
  line-height: 1.5;
  margin-top: -3px;
}
.home .section-main-block .flex-box .bg-black .black-box.en .read {
  line-height: 1.6;
}
.home .section-main-block .flex-box .bg-black .read {
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.0416666667vw;
  line-height: 2;
  margin-top: 0.5208333333vw;
}
.home .section-main-block .flex-box .txt-box .label {
  font-size: min(28px, 1.4583333333vw);
  font-weight: bold;
  line-height: 2.1428571429;
  color: #fff;
  background-color: #00A8A9;
  padding: 0.625vw 1.1458333333vw;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  position: relative;
  line-height: 1;
}
.home .section-main-block .robbot-area {
  position: relative;
}
.home .section-main-block .robbot-area .sub-ttl {
  text-align: center;
  margin-top: 18px;
}
.home .section-main-block .robbot-area .sub-ttl .jp {
  font-size: min(35px, 1.8229166667vw);
  font-weight: 500;
  line-height: 52\35 ;
}
.home .section-main-block .robbot-area .sub-ttl .en {
  font-size: min(28px, 1.4583333333vw);
}
.home .section-main-block .robbot-area .sub-ttl + .txt {
  font-size: min(20px, 1.0416666667vw);
  font-weight: 400;
  line-height: 2;
  margin: min(28px, 1.4583333333vw) 0 min(20px, 1.0416666667vw);
}
.home .section-main-block .robbot-area .img-txt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(36px, 1.875vw);
  margin-top: 10px;
}
.home .section-main-block .robbot-area .img-txt-box > div {
  width: calc(50% - min(18px, 0.9375vw));
}
.home .section-main-block .robbot-area .img-txt-box .box-ttl {
  margin-top: 6px;
  color: #008486;
  font-size: min(25px, 1.3020833333vw);
  font-weight: bold;
  line-height: 1.48;
  text-align: center;
}
.home .section-main-block .robbot-area .img-txt-box .box-ttl .small {
  display: block;
  font-size: min(22px, 1.1458333333vw);
}
.home .section-main-block .robbot-area .img-txt-box .txt {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.7;
  margin-top: 5px;
}
.home .section-main-block .item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: min(43px, 2.2395833333vw) min(40px, 2.0833333333vw);
  gap: min(46px, 2.3958333333vw) min(35px, 1.8229166667vw);
  background-color: #FFFAF5;
  margin-top: min(43px, 2.2395833333vw);
}
.home .section-main-block .item-list .item {
  width: calc(33.3333333333% - min(35px, 1.8229166667vw) * 2 / 3);
}
.home .section-main-block .item-list .img-box {
  width: 100%;
  aspect-ratio: 250/200;
}
.home .section-main-block .item-list .item-ttl {
  font-size: min(22px, 1.1458333333vw);
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
  line-height: 1.0909090909;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .section-main-block .item-list .item-ttl .small {
  font-size: min(16px, 0.8333333333vw);
  display: block;
  margin-top: 2px;
  line-height: 1.25;
}
.home .section-main-block .item-list .item-txt {
  font-size: min(18px, 0.9375vw);
  line-height: 1.4444444444;
  margin-top: 10px;
}
.home .section-main-block .img-area {
  position: relative;
  z-index: 2;
}
.home .section-main-block .img-area .c-img-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .section-main-block .img-area .c-img-box:first-child {
  margin-left: auto;
  width: min(680px, 35.4166666667vw);
}
.home .section-main-block .img-area .c-img-box:nth-child(2) {
  width: min(789px, 41.09375vw);
}
.home .section-feature-block {
  z-index: 10;
}
.home .section-feature-block .feature-img-box {
  margin-top: min(55px, 2.8645833333vw);
}
.home .section-feature-block .c-txt-box01 {
  margin-top: 60px;
}
.home .bg-story {
  position: relative;
  width: 100%;
  height: 100%;
}
.home .bg-story::before {
  content: "";
  height: var(--before-height, 100%); /* CSS変数で高さを動的に変更 */
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgb(255, 255, 255) 100px);
}
.home .bg-story::after {
  content: "";
  width: 100%;
  max-width: min(1900px, 98.9583333333vw);
  aspect-ratio: 1800/7800;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: max(-50px, -2.6041666667vw);
  background: url(/expo2025/assets/img/germination-lab/home/bg-load.svg) no-repeat top/contain;
  z-index: -2;
}
.home .bg-foot {
  padding-bottom: 100px;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
.home .bg-foot::before {
  content: "";
  height: var(--before-height, 100%); /* CSS変数で高さを動的に変更 */
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgb(255, 255, 255) 100px);
}
.home .bg-foot::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/expo2025/assets/img/germination-lab/home/bg-foot.png.webp) no-repeat top/cover;
  z-index: -2;
  height: min(2494px, 129.8958333333vw);
  height: 2494px;
}
.home .section-foot-block {
  display: block;
  position: relative;
  padding-top: 250px;
}
.home .section-foot-block .wrap .read {
  font-size: min(24px, 1.25vw);
  text-align: center;
  line-height: 2.5;
  font-weight: 500;
}
.home .section-foot-block .wrap .read + .read {
  margin-top: 64px;
}
.home .section-foot-block .wrap .welcome {
  font-size: min(45px, 2.34375vw);
  line-height: 1.4666666667;
  text-align: center;
  font-weight: 500;
  margin-top: 50px;
  color: #333;
}
.home .section-foot-block .wrap .contents__img {
  position: absolute;
  -webkit-transition: 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 4s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
}
.home .section-foot-block .wrap .contents__img--01 {
  top: calc(50% - 6.53646vw);
  left: calc(50% - 11.588545vw);
  width: 14.2708333333vw;
}
.home .section-foot-block .wrap .contents__img--02 {
  top: calc(50% - 4.375vw);
  right: calc(50% - 7.734375vw);
  width: 17.7604166667vw;
}
.home .section-foot-block .wrap .contents__img--03 {
  top: calc(50% - 6.53646vw);
  left: calc(50% - 11.588545vw);
  width: 20.7291666667vw;
}
.home .section-foot-block .wrap .contents__img--04 {
  bottom: calc(50% - 4.375vw);
  left: calc(50% - 7.734375vw);
  width: 16.1458333333vw;
}
.home .section-foot-block .wrap .contents__img--05 {
  bottom: calc(50% - 4.375vw);
  right: calc(50% - 7.734375vw);
  width: 27.6041666667vw;
}
.home .section-foot-block .wrap.active .contents__img {
  opacity: 1;
}
.home .section-foot-block .wrap.active .contents__img--01 {
  top: 0;
  left: 11.1979166667vw;
}
.home .section-foot-block .wrap.active .contents__img--02 {
  top: 28.125vw;
  right: 4.8958333333vw;
}
.home .section-foot-block .wrap.active .contents__img--03 {
  top: 23.6458333333vw;
  left: 0;
}
.home .section-foot-block .wrap.active .contents__img--04 {
  bottom: 17.7083333333vw;
  left: 12.5vw;
}
.home .section-foot-block .wrap.active .contents__img--05 {
  bottom: 11.4583333333vw;
  right: 0;
}
.home .section-foot-block .txt-box .read span {
  display: block;
  margin: auto;
  white-space: nowrap;
  overflow: hidden;
}

/* -----------------------------------------------
* history Module
* historyページ用
-------------------------------------------------- */
.history .kv {
  background-color: #00A8A9;
  padding-top: 1.5625vw;
}
.history .kv__inner {
  height: 41.6666666667vw;
  z-index: 1;
  display: block;
}
.history .kv__inner .label {
  font-size: 1.875vw;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  color: #fff;
}
.history .kv__ttl {
  margin-left: 0;
  margin-top: 0;
}
.history .kv__ttl .big {
  font-size: 2.5vw;
  line-height: 1;
}
.history .kv__scroll {
  bottom: 10px;
}
.history .kv__scroll.black::after {
  -webkit-animation: pulseMotion 2s linear infinite;
          animation: pulseMotion 2s linear infinite;
  bottom: -12px;
}
.history .kv .ico-box {
  margin-top: 1.4583333333vw;
}
.history .kv .ico-box img {
  width: 4.375vw;
}
.history .kv .img-box {
  margin: auto;
  width: inherit;
  z-index: -1;
  margin-top: -0.5208333333vw;
}
.history .kv.en-page .label .jp {
  font-size: 1.5625vw;
}
.history .kv.en-page .en {
  font-size: 3.125vw;
}
.history .kv.en-page .jp {
  font-size: 2.1875vw;
}
.history .history-lead-block {
  padding-top: 4.1666666667vw;
}
.history .history-lead-block .sec-ttl {
  font-size: 1.8229166667vw;
  text-align: center;
  color: #008486;
  line-height: 2;
}
.history .history-lead-block .sec-ttl.en-adj {
  line-height: 1.5 !important;
  letter-spacing: -0.03rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.history .history-lead-block .txt {
  font-size: 1.4583333333vw;
  line-height: 2;
  margin-top: 1.71875vw;
  text-align: center;
}
.history .society-area {
  position: relative;
  z-index: 1;
}
.history .society-section-block {
  padding-top: 6.25vw;
  position: relative;
}
.history .society-section-block:nth-child(even) .caption-area {
  margin-left: auto;
}
.history .society-section-block .img-area03 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.history .society-section-block .img-area03 .img-item {
  position: relative;
  width: calc(50% - 10px);
}
.history .society-section-block .caption-area {
  width: 32.1354166667vw;
}
.history .society-section-block .caption-area.wide {
  width: 41.25vw;
}
.history .society-section-block .caption-area .label {
  color: #D2F0F0;
  font-size: 4.1666666667vw;
  line-height: 1;
}
.history .society-section-block .caption-area .label .num {
  font-size: 6.25vw;
}
.history .society-section-block .caption-area .txt-area {
  position: relative;
  margin-top: -1.1458333333vw;
  padding: 0 2.8645833333vw 2.0833333333vw;
}
.history .society-section-block .caption-area .txt-area:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5208333333vw;
  width: 6.9270833333vw;
  aspect-ratio: 133/161;
  background: url(/expo2025/assets/img/germination-lab/common/bg-line02.svg) no-repeat center/contain;
}
.history .society-section-block .caption-area .txt-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12.1875vw;
  aspect-ratio: 234/114;
  background: url(/expo2025/assets/img/germination-lab/common/bg-line03.svg) no-repeat center/contain;
}
.history .society-section-block .caption-area .txt-area .ttl {
  font-size: 2.34375vw;
  font-weight: bold;
  line-height: 1.4666666667;
  color: #008486;
}
.history .society-section-block .caption-area .txt-area ul {
  margin-top: 0.78125vw;
}
.history .society-section-block .caption-area .txt-area ul li {
  position: relative;
  padding-left: 2.0833333333vw;
  font-size: 1.4583333333vw;
  font-weight: bold;
  line-height: 2;
}
.history .society-section-block .caption-area .txt-area ul li::before {
  content: "";
  width: 1.3020833333vw;
  aspect-ratio: 1/1;
  background: url(/expo2025/assets/img/germination-lab/common/ico-pencil.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 18px;
}
.history .society-section-block .caption-area .txt-area .txt {
  font-size: 1.3020833333vw;
  font-weight: bold;
  line-height: 1.72;
  margin-top: 10px;
}
.history .society-section-block .content-area {
  margin-top: 2.34375vw;
}
.history .society-section-block .content-area .img-area {
  position: relative;
  z-index: 2;
  width: 34.21875vw;
}
.history .society-section-block .content-area .img-area .label {
  font-size: 1.3541666667vw;
  font-weight: bold;
  line-height: 1.4285714286;
  text-align: center;
}
.history .society-section-block .content-area .txt-box {
  width: calc(100% - 34.21875vw);
}
.history .society-section-block .content-area .ttl {
  font-size: 1.4583333333vw;
  font-weight: bold;
  line-height: 1.4285714286;
  width: 100%;
  position: relative;
  padding-bottom: 0.78125vw;
  z-index: 1;
  margin-bottom: 1.3020833333vw;
}
.history .society-section-block .content-area .txt {
  line-height: 2;
  font-size: 1.0416666667vw;
}
.history .society-section-block .content-area .int-area {
  margin-top: 0.78125vw;
}
.history .society-section-block .content-area .time,
.history .society-section-block .content-area .population {
  color: #008486;
  font-size: 1.25vw;
  line-height: 1.6666666667;
  padding-left: 1.8229166667vw;
  position: relative;
  font-weight: 500;
}
.history .society-section-block .content-area .time::before,
.history .society-section-block .content-area .population::before {
  content: "";
  width: 1.40625vw;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 0.2604166667vw;
  bottom: 0;
  margin: auto;
}
.history .society-section-block .content-area .time::before {
  background: url(/expo2025/assets/img/germination-lab/common/ico-time.png.webp) no-repeat center/contain;
}
.history .society-section-block .content-area .population::before {
  background: url(/expo2025/assets/img/germination-lab/common/ico-population.png.webp) no-repeat center/contain;
}
.history .society-section-block .content-area .ttl02 {
  font-size: 1.4583333333vw;
  line-height: 1.4285714286;
  font-weight: bold;
}
.history .society-section-block .content-area .txt02 {
  font-size: 1.0416666667vw;
  line-height: 2;
  margin-top: 0.625vw;
}
.history .society-section-block .content-area .int-area02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.625vw;
}
.history .society-section-block .content-area .img-area02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.history .society-section-block .content-area .img-area02 .img-item {
  position: relative;
}
.history .society-section-block .content-area .img-area02 .label {
  font-size: 1.3541666667vw;
  font-weight: bold;
  line-height: 1.4285714286;
  text-align: center;
}
.history .society-section-block .content-area .read-box {
  margin-top: 4.0104166667vw;
}
.history .society-section-block .img-txt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 56.5104166667vw;
  margin-left: auto;
  margin-right: -1.6666666667vw;
}
.history .society-section-block .img-txt-box.reverse {
  margin-left: 0;
  margin-right: auto;
}
.history .society-section-block .img-txt-box.reverse .ttl::after {
  left: auto;
  right: 0;
}
.history .society-section-block .img-txt-box02 {
  margin-top: 2.6041666667vw;
}
.history .frame-item {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1920/1732;
  background: url("/expo2025/assets/img/germination-lab/common/bg.png.webp") no-repeat center/contain;
}
.history .frame-item.frame-item01 {
  top: 2.6041666667vw;
}
.history .frame-item.frame-item02 {
  top: calc(90.2083333333vw + -1.5625vw);
  background-image: url("/expo2025/assets/img/germination-lab/common/bg-reverse.png.webp");
}
.history .frame-item.frame-item03 {
  top: calc(180.4166666667vw + 1.5625vw);
}
.history .frame-item.frame-item04 {
  top: calc(270.625vw + -5.2083333333vw);
  background-image: url("/expo2025/assets/img/germination-lab/common/bg-reverse.png.webp");
}
.history .frame-item.frame-item05 {
  top: calc(360.8333333333vw + -7.8125vw);
}
.history .wrap-block {
  max-width: 908px;
  margin: 6.25vw auto 0;
  position: relative;
  z-index: 10;
}
.history .wrap-block .txt {
  font-size: clamp(12px, 0.8333333333vw, 20px);
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
.history .img-txt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.history .close {
  position: absolute;
  top: -10px;
  right: -10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

body.en {
  /* footer
  -------------------------------------------------- */
}
body.en .caption-area.adj {
  width: 45.2083333333vw !important;
}
body.en .caption-area.adj.first {
  width: 36.8229166667vw !important;
}
body.en .expo2025-Footer {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
body.en .expo2025-Footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10.66667vw 4vw;
}
body.en .expo2025-Footer__logo {
  margin: 0 auto;
  width: 58.66667vw;
}
body.en .expo2025-Footer__txt {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 2.66667vw;
  text-align: center;
}
body.en .expo2025-Footer__copyright {
  font-size: 3.2vw;
  line-height: 1.66667;
  text-align: center;
}
body.en .footer {
  background-color: #fff;
}
body.en .expo2025-Footer__utilityList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #008486;
}
body.en .expo2025-Footer__utilityList a:hover {
  text-decoration: underline;
}
body.en .expo2025-Footer__copylight {
  grid-column: 3/4;
  grid-row: 1/2;
  text-align: center;
}
body.en .expo2025-Footer__copylight small {
  font-size: 10px;
  color: #999;
  line-height: 1.7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.en .expo2025-Footer__copylight__logo {
  display: block;
  margin-bottom: 5px;
}

/* -----------------------------------------------
* visit Module
* visitページ用
-------------------------------------------------- */
.visit .mv-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#82E2E6), to(#CAF1F1));
  background: linear-gradient(#82E2E6 0%, #CAF1F1 100%);
}
.visit .mv-section .inner-block {
  padding-top: min(61px, 3.1770833333vw);
  padding-bottom: min(45px, 2.34375vw);
}
.visit .mv-section .l-grid {
  display: grid;
  grid-template-columns: 1fr min(1040px, 54.1666666667vw);
  gap: min(70px, 3.6458333333vw);
}
.visit .mv-section .l-left .txt.eng-hp {
  padding-top: 0;
}
.visit .mv-section .txt {
  color: #333;
  font-size: clamp(18px, 1.25vw, 30px);
  font-weight: 500;
  line-height: 1.53571;
  margin: 10px 0 33px;
}
.visit .mv-section .txt .bold {
  font-weight: bold;
  font-size: clamp(21px, 1.4583333333vw, 35px);
}
.visit .mv-section .txt .blue {
  color: #008486;
}
.visit .mv-section .txt .palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
.visit .mv-section .ttl-wrap {
  background: #008486;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(60px, 3.125vw) min(40px, 2.0833333333vw) min(85px, 4.4270833333vw);
  position: relative;
}
.visit .mv-section .ttl-wrap::before, .visit .mv-section .ttl-wrap::after {
  background: #fff;
  content: "";
  height: 4px;
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.visit .mv-section .ttl-wrap::before {
  top: 20px;
}
.visit .mv-section .ttl-wrap::after {
  bottom: 20px;
}
.visit .mv-section .main-ttl {
  text-align: center;
  margin-bottom: 15px;
}
.visit .mv-section .main-ttl .sub {
  color: #C8ECEC;
  display: block;
  font-size: clamp(18px, 1.25vw, 30px);
  font-weight: bold;
  margin-bottom: 10px;
}
.visit .mv-section .main-ttl .sub .eng-hp {
  color: #fff;
  font-size: clamp(19.5px, 1.3541666667vw, 32.5px);
}
.visit .mv-section .main-ttl .sub .en-txt {
  font-size: clamp(28.5px, 1.9791666667vw, 47.5px);
}
.visit .mv-section .main-ttl .sub .en-txt.large {
  font-size: clamp(36px, 2.5vw, 60px);
}
.visit .mv-section .main-ttl .main {
  color: #fff;
  font-size: clamp(31.5px, 2.1875vw, 52.5px);
  font-weight: bold;
  display: block;
  line-height: 1.25;
}
.visit .mv-section .main-ttl .main .large {
  font-size: clamp(45px, 3.125vw, 75px);
}
.visit .mv-section .mv-img + .note {
  margin-top: 0;
}
.visit .mv-section .mv-sub-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(16px, 0.8333333333vw);
}
.visit .mv-section .character {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.visit .mv-section .character .note {
  color: #333;
  font-size: clamp(13.5px, 0.9375vw, 22.5px);
  font-weight: 400;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 5px;
  line-height: 1.333333;
  text-align: left;
}
.visit .mv-section .note {
  color: #333;
  font-size: clamp(13.5px, 0.9375vw, 22.5px);
  font-weight: 400;
  margin-top: 10px;
  text-align: right;
}
.visit .mv-section .note + .txt {
  margin-top: -20px;
}
.visit .contents-section {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, #D2F0F1), to(#fff));
  background: linear-gradient(#D2F0F1 95%, #fff 100%);
}
.visit .contents-section .inner-block {
  padding-bottom: 221px;
}
.visit .contents-section .intro-wrap {
  background: #FAF0E6;
  padding: min(34px, 1.7708333333vw) min(100px, 5.2083333333vw) min(39px, 2.03125vw);
  max-width: 865px;
  margin: 0 auto 87px;
  position: relative;
}
.visit .contents-section .intro-wrap::before {
  content: "";
  border-style: solid;
  border-color: transparent #B4E1E6 transparent transparent;
  border-width: 0px min(30px, 1.5625vw) min(230px, 11.9791666667vw) 0px;
  position: absolute;
  bottom: 0;
  left: max(-30px, -1.5625vw);
}
.visit .contents-section .intro-wrap::after {
  content: "";
  border-style: solid;
  border-color: #B4E1E6 transparent transparent transparent;
  border-width: min(230px, 11.9791666667vw) min(30px, 1.5625vw) 0px 0px;
  position: absolute;
  bottom: 0;
  right: max(-30px, -1.5625vw);
}
.visit .contents-section .intro-wrap .info {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 17px;
}
.visit .contents-section .intro-wrap .info + .info {
  margin-top: 15px;
}
.visit .contents-section .intro-wrap .ttl {
  background: #05A8A9;
  border-radius: 10px;
  color: #fff;
  font-size: clamp(19.5px, 1.3541666667vw, 32.5px);
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 4px 10px 5px;
}
.visit .contents-section .intro-wrap .ttl.en {
  font-size: clamp(15px, 1.0416666667vw, 25px);
}
.visit .contents-section .intro-wrap .ttl::before {
  background: #008486;
  border-radius: 2px;
  content: "";
  height: calc(100% - 22px);
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
}
.visit .contents-section .intro-wrap .txt {
  color: #333;
  font-size: clamp(27px, 1.875vw, 45px);
  font-weight: bold;
}
.visit .contents-section .intro-wrap .txt.fz-27 {
  font-size: clamp(20.25px, 1.40625vw, 33.75px);
}
.visit .contents-section .intro-wrap .txt .num {
  font-size: clamp(29.25px, 2.03125vw, 48.75px);
}
.visit .contents-section .intro-wrap .txt .small {
  font-size: clamp(16.5px, 1.1458333333vw, 27.5px);
}
.visit .contents-section .intro-wrap .txt .medium {
  font-size: clamp(21px, 1.4583333333vw, 35px);
}
.visit .contents-section .intro-wrap .txt .ss {
  font-size: clamp(23.25px, 1.6145833333vw, 38.75px);
}
.visit .contents-section .intro-wrap rt {
  font-size: clamp(9px, 0.625vw, 15px);
  font-weight: 500;
}
.visit .contents-section .intro-wrap .deco {
  position: absolute;
  top: 32px;
  right: 30px;
  max-width: min(98px, 5.1041666667vw);
  z-index: 5;
}
.visit .contents-section .wrap {
  position: relative;
}
.visit .contents-section .wrap:nth-child(1) .box-ttl .ico img {
  max-height: min(190px, 9.8958333333vw);
}
.visit .contents-section .wrap:nth-child(1) .box-ttl .inn {
  padding-left: 31px;
}
.visit .contents-section .wrap:nth-child(1)::before {
  background: url(/expo2025/assets/img/germination-lab/visit/foot-curve.svg) no-repeat center center/contain;
  content: "";
  height: min(566px, 29.4791666667vw);
  width: min(162px, 8.4375vw);
  position: absolute;
  bottom: max(-329px, -17.1354166667vw);
  left: max(-192px, -10vw);
  z-index: 5;
}
.visit .contents-section .wrap:nth-child(1) .box::before {
  background: url(/expo2025/assets/img/germination-lab/visit/box-deco01.svg) no-repeat center center/cover;
  height: min(56px, 2.9166666667vw);
  top: max(-55px, -2.8645833333vw);
}
.visit .contents-section .wrap:nth-child(2) {
  margin-top: 118px;
}
.visit .contents-section .wrap:nth-child(2) .box {
  padding-top: 42px;
  padding-bottom: 85px;
}
.visit .contents-section .wrap:nth-child(2) .box::before {
  background: url(/expo2025/assets/img/germination-lab/visit/box-deco02.svg) no-repeat center center/cover;
}
.visit .contents-section .wrap:nth-child(2) .box-ttl {
  margin-bottom: 25px;
}
.visit .contents-section .wrap:nth-child(2) .box-ttl .ico img {
  max-height: min(185px, 9.6354166667vw);
}
.visit .contents-section .wrap:nth-child(2) .box-ttl .inn {
  padding-left: 19px;
}
.visit .contents-section .wrap:nth-child(2)::before {
  background: url(/expo2025/assets/img/germination-lab/visit/foot-curve.svg) no-repeat center center/contain;
  content: "";
  height: min(566px, 29.4791666667vw);
  width: min(162px, 8.4375vw);
  position: absolute;
  bottom: max(-276px, -14.375vw);
  right: max(-185px, -9.6354166667vw);
  z-index: 5;
}
.visit .contents-section .wrap:nth-child(3) {
  margin-top: 59px;
}
.visit .contents-section .wrap:nth-child(3) .box {
  padding-top: 78px;
}
.visit .contents-section .wrap:nth-child(3) .box::before {
  background: url(/expo2025/assets/img/germination-lab/visit/box-deco03.svg) no-repeat center center/cover;
}
.visit .contents-section .wrap:nth-child(3) .q-ttl .inn {
  padding-top: 20px;
  margin-bottom: 0;
}
.visit .contents-section .wrap:nth-child(3) .box-ttl {
  margin-bottom: 43px;
}
.visit .contents-section .wrap:nth-child(3) .box-ttl .ico img {
  max-height: min(194px, 10.1041666667vw);
}
.visit .contents-section .wrap:nth-child(3) .box-ttl .inn {
  padding-left: 16px;
}
.visit .contents-section .wrap:nth-child(3)::before {
  background: url(/expo2025/assets/img/germination-lab/visit/foot-curve.svg) no-repeat center center/contain;
  content: "";
  height: min(566px, 29.4791666667vw);
  width: min(162px, 8.4375vw);
  position: absolute;
  bottom: max(-254px, -13.2291666667vw);
  left: max(-192px, -10vw);
  z-index: 5;
}
.visit .contents-section .wrap:nth-child(4) {
  margin-top: 80px;
}
.visit .contents-section .wrap:nth-child(4) .box {
  padding-top: 74px;
}
.visit .contents-section .wrap:nth-child(4) .box::before {
  background: url(/expo2025/assets/img/germination-lab/visit/box-deco04.svg) no-repeat center center/cover;
}
.visit .contents-section .wrap:nth-child(4) .box-ttl {
  padding-left: 20px;
  margin-bottom: 30px;
}
.visit .contents-section .wrap:nth-child(4) .box-ttl .ico img {
  max-height: min(185px, 9.6354166667vw);
}
.visit .contents-section .wrap:nth-child(4) .box-ttl .inn {
  padding-left: 24px;
}
.visit .contents-section .q-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 55px;
}
.visit .contents-section .q-ttl .ico img {
  max-height: min(126px, 6.5625vw);
}
.visit .contents-section .q-ttl .inn {
  color: #008486;
  display: block;
  font-size: clamp(33px, 2.2916666667vw, 55px);
  font-weight: bold;
  border-bottom: 4px solid #008486;
  line-height: 1.40909;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.visit .contents-section .box-ttl {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 80px;
}
.visit .contents-section .box-ttl .inn {
  color: #333;
  font-size: clamp(27.75px, 1.9270833333vw, 46.25px);
  font-weight: bold;
  line-height: 1.66666;
}
.visit .contents-section .box-ttl .inn.fz-30 {
  font-size: clamp(22.5px, 1.5625vw, 37.5px);
  line-height: 1.8;
}
.visit .contents-section .box-ttl .inn .small {
  font-size: clamp(21px, 1.4583333333vw, 35px);
}
.visit .contents-section .sub-box-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto auto 1fr;
  margin-bottom: 20px;
}
.visit .contents-section .sub-box-ttl .inn {
  color: #333;
  font-size: clamp(24px, 1.6666666667vw, 40px);
  font-weight: bold;
  display: block;
  margin: 0 45px 0 10px;
}
.visit .contents-section .sub-box-ttl .line {
  display: block;
  background: url(/expo2025/assets/img/germination-lab/visit/line.svg) no-repeat center center/cover;
  height: 3px;
  width: 100%;
  margin-top: 5px;
}
.visit .contents-section .c-ttl {
  color: #333;
  font-size: clamp(25.5px, 1.7708333333vw, 42.5px);
  font-weight: bold;
  text-align: center;
  margin-top: min(163px, 8.4895833333vw);
  margin-bottom: 43px;
}
.visit .contents-section .box {
  background: #fff;
  padding: 30px min(80px, 4.1666666667vw) min(98px, 5.1041666667vw);
  position: relative;
}
.visit .contents-section .box::before {
  content: "";
  height: min(56px, 2.9166666667vw);
  top: max(-54px, -2.8125vw);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.visit .contents-section .box .txt {
  font-size: clamp(18px, 1.25vw, 30px);
  font-weight: 500;
  line-height: 1.83333;
}
.visit .contents-section .box .txt + .txt {
  margin-top: 30px;
}
.visit .contents-section .box .note {
  font-size: clamp(15px, 1.0416666667vw, 25px);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 48px;
}
.visit .contents-section .box .note.red {
  color: #FF0202;
  text-align: center;
  margin-top: -5px;
}
.visit .contents-section .modal-area {
  cursor: pointer;
  position: relative;
  margin-top: 36px;
}
.visit .contents-section .modal-area::before {
  background: url(/expo2025/assets/img/germination-lab/visit/ico-expansion.svg) no-repeat center center/cover;
  content: "";
  height: min(68px, 3.5416666667vw);
  width: min(68px, 3.5416666667vw);
  position: absolute;
  bottom: 18px;
  right: 17px;
}
.visit .contents-section .modal-area.max-623 {
  max-width: 623px;
  margin: 48px auto 11px;
}
.visit .contents-section .modal-area.arrow::after {
  background: url(/expo2025/assets/img/germination-lab/visit/ico-arrow.svg) no-repeat center center/contain;
  content: "";
  height: min(491px, 25.5729166667vw);
  width: min(113px, 5.8854166667vw);
  position: absolute;
  bottom: -30px;
  left: -35px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.visit .contents-section .modal-area + .sub-box-ttl {
  margin-top: 80px;
}
.visit .contents-section .c-btn01.max-680 {
  margin-top: 38px;
}
.visit .contents-section .c-btn02 {
  margin-top: 65px;
}
.visit .contents-section .l-felx {
  display: grid;
  grid-template-columns: min(204px, 22.1739130435vw) 1fr;
  gap: 45px;
  text-align: center;
  margin: 40px 0 0;
  padding: 0 10px 0 18px;
}
.visit .contents-section .l-felx .img {
  overflow: hidden;
}
.visit .contents-section .l-felx .note {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.visit .contents-section .l-felx .ttl .main {
  color: #00A8A9;
  display: block;
  font-size: clamp(13.5px, 0.9375vw, 22.5px);
  font-weight: bold;
}
.visit .contents-section .l-felx .ttl .sub {
  display: block;
  font-size: clamp(10.5px, 0.7291666667vw, 17.5px);
  font-weight: bold;
  margin-top: -5px;
}
.visit .contents-section .l-felx .txt {
  font-size: clamp(16.5px, 1.1458333333vw, 27.5px);
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
.visit .contents-section .border-box-wrap {
  position: relative;
}
.visit .contents-section .border-box-wrap .deco {
  position: absolute;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.visit .contents-section .border-box-wrap .deco.deco01 {
  top: max(-82px, -4.2708333333vw);
  left: min(202px, 10.5208333333vw);
}
.visit .contents-section .border-box-wrap .deco.deco01 img {
  max-height: min(96px, 5vw);
}
.visit .contents-section .border-box-wrap .deco.deco02 {
  top: max(-90px, -4.6875vw);
  right: min(160px, 8.3333333333vw);
}
.visit .contents-section .border-box-wrap .deco.deco02 img {
  max-height: min(105px, 5.46875vw);
}
.visit .contents-section .border-box-wrap .deco.deco03 {
  bottom: min(3px, 0.15625vw);
  left: max(-15px, -0.78125vw);
}
.visit .contents-section .border-box-wrap .deco.deco03 img {
  max-height: min(122px, 6.3541666667vw);
}
.visit .contents-section .border-box-wrap .deco.deco04 {
  top: min(75px, 3.90625vw);
  bottom: 0;
  right: min(3px, 0.15625vw);
}
.visit .contents-section .border-box-wrap .deco.deco04 img {
  max-height: min(97px, 5.0520833333vw);
}
.visit .contents-section .border-box-wrap .deco.deco05 {
  bottom: max(-96px, -5vw);
  left: max(-292px, -15.2083333333vw);
  right: 0;
}
.visit .contents-section .border-box-wrap .deco.deco05 img {
  max-height: min(104px, 5.4166666667vw);
}
.visit .contents-section .border-box-wrap .deco.deco06 {
  bottom: max(-96px, -5vw);
  right: min(170px, 8.8541666667vw);
}
.visit .contents-section .border-box-wrap .deco.deco06 img {
  max-height: min(105px, 5.46875vw);
}
.visit .contents-section .border-box {
  background: #DEF5F4;
  border: 2px solid #72CACB;
  padding: 29px 48px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.visit .contents-section .border-box.dark {
  background: #05A8A9;
  border-width: 5px;
}
.visit .contents-section .border-box.l-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
}
.visit .contents-section .border-box.l-grid .img {
  grid-area: 1/1/2/2;
}
.visit .contents-section .border-box.l-grid .ttl {
  grid-area: 1/2/2/3;
  margin-bottom: 0;
}
.visit .contents-section .border-box.l-grid .txt {
  grid-area: 2/1/3/3;
}
.visit .contents-section .border-box.l-img {
  display: grid;
  grid-template-columns: min(392px, 20.4166666667vw) 1fr;
  gap: 15px;
  margin: 96px auto 129px;
  max-width: calc(100% - min(160px, 8.3333333333vw));
  padding: 32px 30px 28px;
}
.visit .contents-section .border-box.l-img .txt {
  color: #fff;
  font-size: clamp(15px, 1.0416666667vw, 25px);
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: -10px;
}
.visit .contents-section .border-box .ttl {
  color: #008486;
  font-size: clamp(24px, 1.6666666667vw, 40px);
  font-weight: bold;
  margin-bottom: 12px;
}
.visit .contents-section .border-box .txt {
  font-size: clamp(17.25px, 1.1979166667vw, 28.75px);
  font-weight: 500;
  line-height: 1.9565;
}
.visit .contents-section .border-box + .c-btn02 {
  margin-top: 40px;
}
.visit .contents-section .change-box-wrap.mh-437 .change-box .border-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-rows: auto 1fr;
}
.visit .contents-section .change-box-wrap .change-box {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.visit .contents-section .change-box-wrap .change-box.is-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 10;
}
.visit .contents-section .change-box-wrap .change-box + .change-box {
  margin-top: 80px;
}
.visit .contents-section .change-box-wrap .change-box:nth-child(1) {
  z-index: 10;
}
.visit .contents-section .change-box-wrap .change-box:nth-child(2) {
  z-index: 20;
}
.visit .contents-section .change-box-wrap .change-box:nth-child(3) {
  z-index: 30;
}
.visit .contents-section .change-box-wrap .change-box:nth-child(4) {
  z-index: 40;
}
.visit .contents-section .change-box-wrap .change-box:nth-child(5) {
  z-index: 50;
}
.visit .contents-section .change-box-wrap .note {
  color: #333;
  font-size: clamp(13.5px, 0.9375vw, 22.5px);
  font-weight: 400;
  text-align: right;
  margin: 0;
}
.visit .modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  overflow: auto;
  padding: 0 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}
.visit .modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.visit .modal .modal-bg {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.visit .modal .modal__inner {
  position: relative;
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.visit .modal .modal__cont {
  overflow: hidden;
  width: 100%;
  overflow-x: auto;
}
.visit .modal .modal__close {
  color: #333;
  display: block;
  font-size: clamp(18px, 1.25vw, 30px);
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-top: 40px;
  padding-left: 20px;
}
.visit .modal .modal__close::before, .visit .modal .modal__close::after {
  background: #323232;
  content: "";
  height: 14px;
  width: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.visit .modal .modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.visit .modal .modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.visit .expo2025-SectionBorder__heading {
  font-size: 26px;
  font-weight: normal;
}
.visit .expo2025-SectionBorder__lead {
  font-size: 16px;
  font-weight: normal;
}
.visit .expo2025-Text {
  font-size: 16px;
  font-weight: normal;
}
.visit .expo2025-ThumbLinkList a {
  color: #008486;
}
.visit .expo2025-LinkButton a, .visit .expo2025-ThumbLinkList__text {
  font-size: 16px;
}
.visit .expo2025-LinkButton a .expo2025-IconBlank {
  background: url(/expo2025/assets/img/germination-lab/common/icon_link_ext.svg);
  background-size: 100%;
}
.visit + .expo2025-Footer .expo2025-Footer__inner {
  padding-top: min(80px, 4.1666666667vw);
}
.visit + .expo2025-Footer .c-btn01 {
  margin-bottom: 50px;
}

@-webkit-keyframes decoSwing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}

@keyframes decoSwing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
/* -----------------------------------------------
* interview Module
* interviewページ用
-------------------------------------------------- */
.interview .mv-section {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 39% 61%;
  position: relative;
  padding-bottom: min(20px, 1.0416666667vw);
}
.interview .mv-section::before {
  background: #008486;
  content: "";
  height: min(20px, 1.0416666667vw);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.interview .mv-section::after {
  background: #5AB9B9;
  content: "";
  height: min(5px, 0.2604166667vw);
  width: 100%;
  position: absolute;
  bottom: min(15px, 0.78125vw);
  left: 0;
}
.interview .mv-section .mv-txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 min(20px, 1.0416666667vw);
  height: 100%;
}
.interview .mv-section .mv-txt-wrap::before {
  background: url(/expo2025/assets/img/germination-lab/interview/deco-kv.svg) no-repeat center center/contain;
  content: "";
  height: min(203px, 10.5729166667vw);
  width: min(329px, 17.1354166667vw);
  position: absolute;
  bottom: 0;
  right: 0;
}
.interview .mv-section .kv-ttl {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  line-height: 1.1;
  position: relative;
}
.interview .mv-section .kv-ttl::before {
  background: url(/expo2025/assets/img/germination-lab/interview/deco-question.svg) no-repeat top/contain;
  content: "";
  height: min(79px, 4.1145833333vw);
  width: min(166px, 8.6458333333vw);
  position: absolute;
  top: max(-30px, -1.5625vw);
  right: max(-25px, -1.3020833333vw);
}
.interview .mv-section .kv-ttl .sub {
  color: #333;
  font-size: min(35px, 1.8229166667vw);
  font-weight: bold;
}
.interview .mv-section .kv-ttl .sub .large {
  font-size: min(50px, 2.6041666667vw);
}
.interview .mv-section .kv-ttl .sub .medium {
  font-size: min(43px, 2.2395833333vw);
}
.interview .mv-section .kv-ttl .main {
  color: #00A8A9;
}
.interview .mv-section .kv-ttl .main .large {
  display: block;
  font-size: min(71px, 3.6979166667vw);
  font-weight: bold;
}
.interview .mv-section .kv-ttl .main .small {
  display: block;
  font-size: min(40px, 2.0833333333vw);
  font-weight: 400;
  position: relative;
  padding: 0 min(43px, 2.2395833333vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: min(17px, 0.8854166667vw) auto 0;
  letter-spacing: 0.05em;
}
.interview .mv-section .kv-ttl .main .small::before, .interview .mv-section .kv-ttl .main .small::after {
  background: #00A8A9;
  border-radius: 3px;
  content: "";
  height: min(3px, 0.15625vw);
  width: min(37px, 1.9270833333vw);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.interview .mv-section .kv-ttl .main .small::before {
  left: 0;
}
.interview .mv-section .kv-ttl .main .small::after {
  right: 0;
}
.interview .mv-section .kv-ttl .main .dot {
  font-size: min(56px, 2.9166666667vw);
}
.interview .mv-section .kv-txt {
  color: #333;
  font-size: min(25px, 1.3020833333vw);
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  margin-top: min(30px, 1.5625vw);
}
.interview .info-section .inner-block {
  padding-top: min(100px, 5.2083333333vw);
  padding-bottom: min(90px, 4.6875vw);
}
.interview .info-section .info-ttl {
  background: #00A8A9;
  border-radius: 20px;
  color: #fff;
  font-size: min(40px, 2.0833333333vw);
  font-weight: 500;
  padding: min(17px, 0.8854166667vw) min(20px, 1.0416666667vw) min(19px, 0.9895833333vw);
  text-align: center;
  margin-bottom: min(39px, 2.03125vw);
}
.interview .info-section .txt {
  font-size: min(20px, 1.0416666667vw);
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin-top: min(40px, 2.0833333333vw);
}
.interview .info-section .note {
  font-size: min(16px, 0.8333333333vw);
  font-weight: 400;
  text-align: center;
  margin-top: min(30px, 1.5625vw);
}
.interview .info-section .challenge-list-wrap {
  background: #FFFAF5;
  padding: min(102px, 5.3125vw) min(30px, 1.5625vw) min(67px, 3.4895833333vw);
  position: relative;
  margin-top: min(153px, 7.96875vw);
}
.interview .info-section .challenge-list-wrap .ttl {
  background: #00A8A9;
  color: #fff;
  font-size: min(30px, 1.5625vw);
  font-weight: bold;
  text-align: center;
  padding: min(27px, 1.40625vw) min(15px, 0.78125vw);
  max-width: calc(100% - min(200px, 10.4166666667vw));
  margin: auto;
}
.interview .info-section .challenge-list-wrap .ttl::before, .interview .info-section .challenge-list-wrap .ttl::after {
  content: "";
  position: absolute;
}
.interview .info-section .challenge-list-wrap .ttl::before {
  background: url(/expo2025/assets/img/germination-lab/interview/deco-wave.svg) no-repeat center center/contain;
  height: min(83px, 4.3229166667vw);
  width: min(107px, 5.5729166667vw);
  top: 0;
  left: 0;
}
.interview .info-section .challenge-list-wrap .ttl::after {
  background: url(/expo2025/assets/img/germination-lab/interview/deco-wave02.svg) no-repeat center center/contain;
  height: min(90px, 4.6875vw);
  width: min(117px, 6.09375vw);
  bottom: 0;
  right: 0;
}
.interview .info-section .challenge-list-wrap .challenge-list {
  max-width: 748px;
  margin: auto;
  counter-reset: number 0;
}
.interview .info-section .challenge-list-wrap .challenge-list li {
  color: #008486;
  font-size: min(30px, 1.5625vw);
  font-weight: 800;
  position: relative;
  line-height: 1.46666;
  padding-left: min(55px, 2.8645833333vw);
}
.interview .info-section .challenge-list-wrap .challenge-list li::before {
  background: url(/expo2025/assets/img/germination-lab/interview/deco-num.svg) no-repeat center center/contain;
  color: #00A8A9;
  counter-increment: number 1;
  content: counter(number) " ";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(25px, 1.3020833333vw);
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1;
  position: absolute;
  top: min(5px, 0.2604166667vw);
  left: 0;
  height: min(42px, 2.1875vw);
  width: min(42px, 2.1875vw);
}
.interview .info-section .challenge-list-wrap .challenge-list li + li {
  margin-top: min(28px, 1.4583333333vw);
}
.interview .join-section {
  background: #EBFAFA;
}
.interview .join-section .inner-block {
  padding-top: min(75px, 3.90625vw);
  padding-bottom: min(87px, 4.53125vw);
}
.interview .join-section .join-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(42px, 2.1875vw) 0;
  max-width: 774px;
  margin: auto;
}
.interview .join-section .join-wrap .join {
  display: grid;
}
.interview .join-section .join-wrap .img img, .interview .join-section .join-wrap .img source {
  width: 100%;
}
.interview .join-section .join-wrap .name-wrap .info {
  font-size: min(20px, 1.0416666667vw);
  font-weight: 500;
  line-height: 1.45;
}
.interview .join-section .join-wrap .name-wrap .name {
  color: #00A8A9;
  font-size: min(30px, 1.5625vw);
  font-weight: 500;
  line-height: 1.46666;
  letter-spacing: -0.01em;
}
.interview .join-section .join-wrap .txt {
  font-size: min(20px, 1.0416666667vw);
  font-weight: 400;
  line-height: 2;
  margin-top: min(6px, 0.3125vw);
}
.interview .talk-section.bg-blue {
  background: #EBFAFA;
}
.interview .talk-section + .talk-section .inner-block {
  padding-top: min(100px, 5.2083333333vw);
}
.interview .talk-section .inner-block {
  padding-top: min(120px, 6.25vw);
  padding-bottom: min(100px, 5.2083333333vw);
}
.interview .talk-section .start-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: min(70px, 3.6458333333vw);
}
.interview .talk-section .start-wrap .ttl {
  color: #fff;
  background: #00A8A9;
  font-size: min(38px, 1.9791666667vw);
  font-weight: 500;
  text-align: center;
  padding: min(22px, 1.1458333333vw) min(20px, 1.0416666667vw) min(15px, 0.78125vw);
}
.interview .talk-section .start-wrap .ttl .en {
  font-size: min(40px, 2.0833333333vw);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.interview .talk-section .c-line-ttl {
  padding-bottom: min(50px, 2.6041666667vw);
  margin-bottom: min(52px, 2.7083333333vw);
}
.interview .talk-section .c-talk-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00A8A9;
  border: 5px solid #00A8A9;
  border-radius: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: min(51px, 2.65625vw);
  padding: min(22px, 1.1458333333vw) min(60px, 3.125vw) min(22px, 1.1458333333vw) min(22px, 1.1458333333vw);
  position: relative;
  overflow: hidden;
  margin: 0 auto min(60px, 3.125vw);
  max-width: calc(100% - min(100px, 5.2083333333vw));
  z-index: 1;
}
.interview .talk-section .c-talk-ttl::before {
  background: url(/expo2025/assets/img/germination-lab/interview/deco-num02.svg) no-repeat center center/contain;
  content: "";
  height: min(180px, 9.375vw);
  width: min(180px, 9.375vw);
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(-42px, -2.1875vw);
  margin: auto;
  z-index: -1;
}
.interview .talk-section .c-talk-ttl .num {
  color: #008486;
  font-size: min(29px, 1.5104166667vw);
  font-weight: 800;
}
.interview .talk-section .c-talk-ttl .num .en {
  font-size: min(50px, 2.6041666667vw);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}
.interview .talk-section .c-talk-ttl .inn {
  color: #fff;
  font-size: min(35px, 1.8229166667vw);
  font-weight: 500;
}
.interview .talk-section .c-balloon-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.interview .talk-section .c-balloon-wrap + .c-balloon-wrap {
  margin-top: min(60px, 3.125vw);
}
.interview .talk-section .c-balloon-wrap.img-wrap {
  gap: min(60px, 3.125vw);
}
.interview .talk-section .c-balloon-wrap.img-wrap .img {
  max-width: min(380px, 19.7916666667vw);
}
.interview .talk-section .c-balloon-wrap.icon-wrap {
  gap: min(70px, 3.6458333333vw);
}
.interview .talk-section .c-balloon-wrap.icon-wrap .balloon {
  padding: min(18px, 0.9375vw) min(30px, 1.5625vw) min(20px, 1.0416666667vw);
  width: calc(100% - min(180px, 9.375vw));
}
.interview .talk-section .c-balloon-wrap.icon-wrap .ico {
  max-width: min(110px, 5.7291666667vw);
}
.interview .talk-section .c-balloon-wrap .balloon {
  background: #fff;
  border: min(10px, 0.5208333333vw) solid #00A8A9;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(18px, 0.9375vw) min(20px, 1.0416666667vw) min(20px, 1.0416666667vw);
  position: relative;
  min-height: min(120px, 6.25vw);
}
.interview .talk-section .c-balloon-wrap .balloon::before {
  background: url(/expo2025/assets/img/germination-lab/interview/ico-tail.svg) no-repeat center center/contain;
  content: "";
  height: min(41px, 2.1354166667vw);
  width: min(46px, 2.3958333333vw);
  position: absolute;
}
.interview .talk-section .c-balloon-wrap .balloon .txt {
  color: #333;
  font-size: min(20px, 1.0416666667vw);
  font-weight: 400;
  line-height: 1.85;
}
.interview .talk-section .c-balloon-wrap .balloon .marker {
  border-bottom: min(8px, 0.4166666667vw) solid #FFFAC8;
  color: #00A8A9;
  font-size: min(24px, 1.25vw);
  font-weight: bold;
}
.interview .talk-section .c-balloon-wrap .img {
  position: relative;
}
.interview .talk-section .c-balloon-wrap .img .name {
  color: #fff;
  font-size: min(20px, 1.0416666667vw);
  font-weight: 500;
  position: absolute;
  bottom: min(3px, 0.15625vw);
  left: min(35px, 1.8229166667vw);
  line-height: 1.45;
  z-index: 1;
}
.interview .talk-section .c-balloon-wrap .img .name::before {
  background: url(/expo2025/assets/img/germination-lab/interview/deco-name.svg) no-repeat center center/contain;
  content: "";
  height: min(34px, 1.7708333333vw);
  width: min(128px, 6.6666666667vw);
  position: absolute;
  bottom: max(-3px, -0.15625vw);
  left: max(-35px, -1.8229166667vw);
  z-index: -1;
}
.interview .talk-section .c-balloon-wrap .ico {
  text-align: center;
}
.interview .talk-section .c-balloon-wrap .ico .name {
  color: #00A8A9;
  font-size: min(20px, 1.0416666667vw);
  font-weight: 500;
  margin-top: min(3px, 0.15625vw);
}
.interview .talk-section .lab-img-wrap {
  margin: min(22px, 1.1458333333vw) auto min(60px, 3.125vw);
}
.interview .talk-section .lab-img-wrap .txt-wrap {
  color: #fff;
  text-align: center;
  background: #00A8A9;
  max-width: min(525px, 27.34375vw);
  padding: min(17px, 0.8854166667vw) min(20px, 1.0416666667vw) min(15px, 0.78125vw);
  position: relative;
  z-index: 1;
}
.interview .talk-section .lab-img-wrap .txt-wrap .sub {
  font-size: min(25px, 1.3020833333vw);
  font-weight: 500;
  line-height: 1.44;
}
.interview .talk-section .lab-img-wrap .txt-wrap .main {
  font-size: min(40px, 2.0833333333vw);
  font-weight: 500;
  line-height: 1.45;
}
.interview .talk-section .lab-img-wrap .txt-wrap .en {
  font-size: min(30px, 1.5625vw);
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.4;
}
.interview .talk-section .lab-img-wrap .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.interview .talk-section .lab-img-wrap .img.left {
  margin-left: auto;
  margin-top: max(-170px, -8.8541666667vw);
  max-width: min(780px, 40.625vw);
}
.interview .talk-section .lab-img-wrap .img.white {
  border: min(20px, 1.0416666667vw) solid #fff;
  margin-top: max(-82px, -4.2708333333vw);
  position: relative;
  max-width: min(643px, 33.4895833333vw);
  z-index: 2;
}
.interview .talk-section .c-btn02 {
  max-width: 360px;
  width: 100%;
  margin: min(98px, 5.1041666667vw) auto 0;
}
.interview .booth-section .inner-block {
  padding-top: min(138px, 7.1875vw);
  padding-bottom: min(20px, 1.0416666667vw);
}
.interview .booth-section .img-ttl-wrap {
  margin-bottom: min(32px, 1.6666666667vw);
}
.interview .booth-section .img-ttl-wrap .ttl {
  background: #00A8A9;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: min(38px, 1.9791666667vw);
  font-weight: 500;
  text-align: center;
  padding: min(20px, 1.0416666667vw) min(15px, 0.78125vw);
}
.interview .booth-section .txt {
  font-size: min(20px, 1.0416666667vw);
  font-weight: 400;
  line-height: 2;
  margin: min(35px, 1.8229166667vw) 0 0;
  text-align: center;
}
.interview .booth-section .txt + .c-ttl04 {
  margin-top: min(77px, 4.0104166667vw);
}
.interview .booth-section .c-ttl04 + .img {
  text-align: center;
  margin: min(30px, 1.5625vw) auto 0;
}
.interview .c-line-ttl {
  color: #008486;
  font-size: min(40px, 2.0833333333vw);
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: min(44px, 2.2916666667vw);
  margin-bottom: min(36px, 1.875vw);
  line-height: 1.45;
}
.interview .c-line-ttl::before {
  background: url(/expo2025/assets/img/germination-lab/interview/deco-line.svg) no-repeat center center/contain;
  content: "";
  height: min(32px, 1.6666666667vw);
  width: min(121px, 6.3020833333vw);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.interview .c-line-ttl.green {
  color: #008486;
}
.interview + .expo2025-Footer .c-btn01 {
  margin-bottom: min(40px, 2.0833333333vw);
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pc {
    display: none !important;
  }
  .expo2025-HeadingLevel2.fz-24 {
    font-size: 20px;
  }
  .switch-language-area {
    display: none;
  }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-ttl01 .en {
    font-size: clamp(22.5px, 8vw, 37.5px);
  }
  .c-ttl01 .jp {
    font-size: clamp(11.25px, 4vw, 18.75px);
  }
  .c-ttl02 {
    font-size: clamp(15px, 5.3333333333vw, 25px);
    margin-top: 24px;
  }
  .c-ttl03 {
    font-size: clamp(16.5px, 5.8666666667vw, 27.5px);
  }
  .c-ttl03.small {
    font-size: clamp(22.5px, 8vw, 37.5px);
  }
  .c-ttl04.small .main {
    font-size: min(20px, 5.3333333333vw);
    line-height: 1.6;
  }
  .c-ttl04.sp-small .main {
    font-size: min(20px, 5.3333333333vw);
    line-height: 1.6;
  }
  .c-ttl04 .main {
    font-size: min(30px, 8vw);
    line-height: 1.26666;
  }
  .c-ttl04 .sub {
    font-size: min(24px, 6.4vw);
    margin-top: min(12px, 3.2vw);
    line-height: 1.4;
  }
  .c-txt {
    font-size: clamp(13.5px, 4.8vw, 22.5px);
  }
  .c-txt-box01 .d-flex {
    gap: 5px;
  }
  .c-txt-box01 .ico-box {
    gap: 5px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-txt-box01 .ico-box > img {
    width: 12vw;
    aspect-ratio: 1/1;
  }
  .c-txt-box01 .sec-tll {
    font-size: clamp(22.5px, 8vw, 37.5px);
    line-height: 1.4;
  }
  .c-txt-box01 .sec-tll .small {
    font-size: min(20px, 5.3333333333vw);
  }
  .c-txt-box01 .sub-ttl {
    margin-top: 2.1333333333vw;
  }
  .c-txt-box01 .c-txt {
    margin-top: 15, 375;
  }
  .c-txt-box01 .c-btn01 {
    margin-top: 8vw;
  }
  .c-img-box::before, .c-img-box::after {
    width: 36.5333333333vw;
    aspect-ratio: 137/67;
    background-image: url("/expo2025/assets/img/germination-lab/common/bg-line-sp.svg");
  }
  .c-img-box:before {
    top: -8px;
    right: -6px;
  }
  .c-img-box::after {
    bottom: -8px;
    left: -4px;
  }
  .c-txt-box {
    display: none;
  }
  .wide-scroll {
    position: relative;
    direction: rtl;
    padding: 8vw;
  }
  .wide-scroll .wide-scroll__inner {
    width: 100%;
    direction: ltr;
  }
  .wide-scroll .wide-scroll__inner .wide-scroll__image {
    width: 100%;
  }
  .wide-scroll .wide-scroll__inner .icon-container {
    display: none;
  }
  .wide-scroll .wide-scroll__inner .icon-container .icon {
    width: 73px;
  }
  .wide-scroll .wide-scroll__inner .icon-container .label {
    font-size: 4.2666666667vw;
    padding: 8px 24px 8px 8px;
  }
  .wide-scroll .wide-scroll__inner .icon-container .label::before {
    width: 10px;
    height: 10px;
    right: 5px;
  }
  .wide-scroll .wide-scroll__inner .icon-container .label::after {
    width: 10px;
    height: 20px;
  }
  .wide-scroll .wide-scroll__inner .icon-container01 {
    left: 60px;
    bottom: -10px;
  }
  .wide-scroll .wide-scroll__inner .icon-container01 .message-box .box {
    width: 80px;
    height: 145px;
  }
  .wide-scroll .wide-scroll__inner .icon-container01 .label::after {
    bottom: -16px;
  }
  .wide-scroll .wide-scroll__inner .icon-container02 {
    left: 140px;
    top: 140px;
  }
  .wide-scroll .wide-scroll__inner .icon-container02 .message-box .box {
    width: 230px;
    height: 115px;
  }
  .wide-scroll .wide-scroll__inner .icon-container02 .label::after {
    top: -15px;
  }
  .wide-scroll .wide-scroll__inner .icon-container03 {
    left: 390px;
    top: 120px;
  }
  .wide-scroll .wide-scroll__inner .icon-container03 .message-box {
    top: max(-100px, -26.6666666667vw);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wide-scroll .wide-scroll__inner .icon-container03 .message-box .box {
    width: 259px;
    height: 132px;
  }
  .wide-scroll .wide-scroll__inner .icon-container03 .label::after {
    bottom: -15px;
  }
  .wide-scroll .wide-scroll__inner .icon-container04 {
    left: 710px;
    top: 60px;
  }
  .wide-scroll .wide-scroll__inner .icon-container04 .message-box {
    top: -60px;
  }
  .wide-scroll .wide-scroll__inner .icon-container04 .message-box .box {
    width: 297px;
    height: 125px;
  }
  .wide-scroll .wide-scroll__inner .icon-container04 .label::after {
    bottom: -15px;
  }
  .wide-scroll .wide-scroll__inner .icon-container05 {
    bottom: -20px;
  }
  .wide-scroll .wide-scroll__inner .icon-container05 .message-box {
    top: 60px;
  }
  .wide-scroll .wide-scroll__inner .icon-container05 .message-box .box {
    width: 373px;
    height: 62px;
  }
  .wide-scroll .wide-scroll__inner .icon-container05 .label::after {
    top: -15px;
  }
  .wide-scroll .wide-scroll__inner .icon-container06 {
    right: 325px;
    top: 90px;
  }
  .wide-scroll .wide-scroll__inner .icon-container06 .message-box {
    top: -60px;
    right: 30px;
  }
  .wide-scroll .wide-scroll__inner .icon-container06 .message-box .box {
    width: 252px;
    height: 130px;
  }
  .wide-scroll .wide-scroll__inner .icon-container06 .label::after {
    bottom: -15px;
  }
  .wide-scroll .wide-scroll__inner .icon-container07 {
    right: 120px;
    top: 130px;
  }
  .wide-scroll .wide-scroll__inner .icon-container07 .message-box {
    top: 10px;
  }
  .wide-scroll .wide-scroll__inner .icon-container07 .message-box .box {
    width: 230px;
    height: 110px;
  }
  .wide-scroll .wide-scroll__inner .icon-container07 .label::after {
    top: -15px;
  }
  .wide-scroll .wide-scroll__inner .icon-container08 {
    right: -9.3333333333vw;
    bottom: 0;
  }
  .wide-scroll .wide-scroll__inner .icon-container08 .message-box {
    right: 70px;
  }
  .wide-scroll .wide-scroll__inner .icon-container08 .message-box .box {
    width: 80px;
    height: 120px;
  }
  .wide-scroll .wide-scroll__inner .icon-container08 .label::after {
    bottom: -15px;
  }
  .wide-scroll .wide-scroll__inner .icon-container09 {
    left: -30px;
  }
  .kv__inner {
    height: 100%;
  }
  .kv__ttl {
    margin-top: 15px;
  }
  .kv__ttl .jp {
    font-size: clamp(15px, 5.3333333333vw, 25px);
    line-height: 1.45;
  }
  .kv__ttl .en {
    font-size: clamp(28.5px, 10.1333333333vw, 47.5px);
    line-height: 1.2105263158;
  }
  .kv__scroll {
    width: 47px;
    bottom: 8vw;
  }
  .kv__scroll::after {
    height: 7.2vw;
    width: 7.2vw;
  }
  .c-btn01 {
    display: block;
    font-size: clamp(10.5px, 3.7333333333vw, 17.5px);
    border-top: 0.53334vw solid #00A8A9;
    border-bottom: 0.53334vw solid #00A8A9;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 9px 6px 9px 12px;
    min-width: 180px;
  }
  .c-btn01.sp-center {
    margin-left: auto;
  }
  .c-btn01 > span {
    gap: 0 2.4vw;
  }
  .c-btn02 {
    border-top-width: min(2px, 0.5333333333vw);
    border-bottom-width: min(2px, 0.5333333333vw);
    padding: 12px 15px 12px 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .c-btn02 > span::before {
    height: min(19px, 5.0666666667vw);
    width: min(19px, 5.0666666667vw);
  }
  .relatedLinks {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 250, 250)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgb(235, 250, 250), rgb(255, 255, 255));
    padding-bottom: 13.3333333333vw !important;
  }
  .relatedLinks__inner {
    padding: 0 20px;
  }
  .relatedLinks__list.column-2 li {
    width: 100%;
  }
  .ico-kirakira {
    width: 46.1333333333vw;
    aspect-ratio: 173/128;
    bottom: 0;
    right: 20px;
  }
  .ico-foot01 {
    width: 18.6666666667vw;
    right: -10px;
    top: -58.6666666667vw;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    display: none;
  }
  .ico-foot02 {
    width: 37.3333333333vw;
    right: 22.6666666667vw;
    top: auto;
    aspect-ratio: 141/214;
    display: none;
  }
  .ico-foot03 {
    width: 38.4vw;
    left: 20px;
    top: 26.6666666667vw;
  }
  .ico-gear01 {
    width: 21.3333333333vw;
    left: 0;
    top: -2.6666666667vw;
  }
  .ico-gear01-02 {
    width: 12.2666666667vw;
    left: 24vw;
    top: -2.6666666667vw;
  }
  .ico-gear02 {
    width: 18.6666666667vw;
    right: 0;
    bottom: 80px;
  }
  .ico-leaf {
    display: none;
  }
  .ico-shikaku01 {
    width: 24vw;
    bottom: -53.3333333333vw;
    aspect-ratio: 90/158;
  }
  .ico-shikaku02 {
    display: none;
  }
  .home .kv.en::before {
    height: 666.6666666667vw;
  }
  .home .kv::before {
    top: 0;
    height: 533.3333333333vw;
    background-image: url("/expo2025/assets/img/germination-lab/home/bg_kv_sp.png.webp");
  }
  .home .kv .swipe {
    display: none;
  }
  .home section {
    padding: 16vw 0;
  }
  .home .id-box {
    padding-top: 21.3333333333vw;
  }
  .home .section-lead-block {
    margin-top: -16vw;
    padding: 13.3333333333vw 0 0;
  }
  .home .section-lead-block .sec-ttl {
    font-size: clamp(24px, 8.5333333333vw, 40px);
  }
  .home .section-lead-block .sub-ttl {
    font-size: 5.8666666667vw;
  }
  .home .section-lead-block .c-txt {
    margin-top: 4vw;
  }
  .home .section-prologue-block {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(96%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 96%, rgba(255, 255, 255, 0) 100%);
    padding-bottom: 130px;
  }
  .home .section-history-block {
    padding-top: min(40px, 10.6666666667vw);
  }
  .home .section-history-block .swiper {
    margin-top: 48px;
  }
  .home .section-history-block .swiper .swiper-slide {
    width: 66.6666666667vw;
  }
  .home .section-history-block .d-flex {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home .section-history-block .d-flex-btn {
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .section-history-block .swiper-button-prev::before,
  .home .section-history-block .swiper-button-next::before {
    width: 15px;
    height: 15px;
  }
  .home .section-history-block .swiper-pagination {
    gap: 15px;
  }
  .home .section-history-block .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .home .section-history-block .c-btn01 {
    margin-left: auto;
  }
  .home .section-main-block .c-txt-box01 {
    margin-top: 30px;
  }
  .home .section-main-block .game-txt-box {
    margin-top: 10.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .home .section-main-block .game-txt-box .d-flex {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home .section-main-block .game-img-box {
    margin-top: -5.3333333333vw;
  }
  .home .section-main-block .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .section-main-block .flex-box .bg-black .black-box {
    width: auto;
    padding: 20px;
    top: 15px;
  }
  .home .section-main-block .flex-box .bg-black .black-box .black-ttl .en {
    font-size: 6.6666666667vw;
  }
  .home .section-main-block .flex-box .bg-black .black-box .black-ttl .jp {
    font-size: 4.2666666667vw;
  }
  .home .section-main-block .flex-box .bg-black .read {
    width: 270px;
    top: 20px;
    font-size: clamp(10.5px, 3.7333333333vw, 17.5px);
    margin-top: 10px;
  }
  .home .section-main-block .flex-box .txt-box {
    margin-top: -40px;
  }
  .home .section-main-block .flex-box .txt-box .label {
    font-size: clamp(13.5px, 4.8vw, 22.5px);
    padding: 7px 12px;
  }
  .home .section-main-block .robbot-area {
    margin-top: 80px;
  }
  .home .section-main-block .robbot-area .sub-ttl .jp {
    font-size: clamp(15px, 5.3333333333vw, 25px);
  }
  .home .section-main-block .robbot-area .sub-ttl .en {
    font-size: clamp(15px, 5.3333333333vw, 25px);
  }
  .home .section-main-block .robbot-area .sub-ttl + .txt {
    font-size: min(18px, 4.8vw);
    margin: min(23px, 6.1333333333vw) 0 min(34px, 9.0666666667vw);
  }
  .home .section-main-block .robbot-area .img-txt-box {
    gap: min(20px, 5.3333333333vw);
  }
  .home .section-main-block .robbot-area .img-txt-box > div {
    width: calc(50% - min(10px, 2.6666666667vw));
  }
  .home .section-main-block .robbot-area .img-txt-box .box-ttl {
    font-size: clamp(13.5px, 4.8vw, 22.5px);
    line-height: 1.333;
  }
  .home .section-main-block .robbot-area .img-txt-box .box-ttl .small {
    font-size: min(14px, 3.7333333333vw);
  }
  .home .section-main-block .robbot-area .img-txt-box .txt {
    font-size: clamp(10.5px, 3.7333333333vw, 17.5px);
  }
  .home .section-main-block .item-list {
    padding: min(25px, 6.6666666667vw) min(20px, 5.3333333333vw);
    gap: min(50px, 13.3333333333vw);
    margin-top: 10.6666666667vw;
  }
  .home .section-main-block .item-list .item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px 15px;
  }
  .home .section-main-block .item-list .img-box {
    width: 50%;
  }
  .home .section-main-block .item-list .item-ttl {
    font-size: clamp(14.25px, 5.0666666667vw, 23.75px);
    width: calc(50% - 15px);
  }
  .home .section-main-block .item-list .item-ttl .small {
    font-size: 3.7333333333vw;
  }
  .home .section-main-block .item-list .item-txt {
    font-size: 4.2666666667vw;
  }
  .home .section-main-block .c-img-box.sp-mb {
    margin-bottom: 30px;
  }
  .home .section-main-block .img-area .c-img-box:first-child {
    width: 100%;
  }
  .home .section-main-block .img-area .c-img-box:nth-child(2) {
    width: 100%;
  }
  .home .section-feature-block {
    padding-bottom: 0;
  }
  .home .section-feature-block .c-txt-box01 {
    margin-top: 10px;
    padding-top: 30px;
  }
  .home .bg-story {
    overflow: hidden;
  }
  .home .bg-story::after {
    right: 0;
    top: min(800px, 213.3333333333vw);
    height: calc(100% - min(800px, 213.3333333333vw));
    width: calc(100% + 40px);
    left: 5.3333333333vw;
    background: url(/expo2025/assets/img/germination-lab/home/bg-load-sp.svg) no-repeat top/contain;
  }
  .home .bg-foot {
    margin-top: 0;
  }
  .home .bg-foot::before {
    background: #EBFAFA;
    height: min(1368px, 364.8vw);
  }
  .home .bg-foot::after {
    background-image: url(/expo2025/assets/img/germination-lab/home/bg-foot-sp.png.webp);
  }
  .home .section-foot-block {
    padding: 128vw 0 98.6666666667vw;
  }
  .home .section-foot-block .wrap .read {
    font-size: clamp(13.5px, 4.8vw, 22.5px);
    line-height: 2;
  }
  .home .section-foot-block .wrap .read + .read {
    margin-top: 36px;
  }
  .home .section-foot-block .wrap .welcome {
    font-size: clamp(19.5px, 6.9333333333vw, 32.5px);
    line-height: 1.4615384615;
  }
  .home .section-foot-block .wrap .contents__img {
    -webkit-transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .home .section-foot-block .wrap .contents__img--01 {
    top: calc(50% - 12.13467vw);
    left: calc(50% - 21.457335vw);
    width: 37.0666666667vw;
  }
  .home .section-foot-block .wrap .contents__img--02 {
    top: calc(50% - 12.13467vw);
    right: 0;
    width: 38.6666666667vw;
  }
  .home .section-foot-block .wrap .contents__img--03 {
    top: calc(50% - 12.13467vw);
    left: calc(50% - 21.457335vw);
    width: 49.8666666667vw;
  }
  .home .section-foot-block .wrap .contents__img--04 {
    bottom: calc(50% - 12.13467vw);
    left: 0;
    width: 66.4vw;
  }
  .home .section-foot-block .wrap .contents__img--05 {
    bottom: calc(50% - 12.13467vw);
    right: 0;
    width: 76.5333333333vw;
  }
  .home .section-foot-block .wrap.active .contents__img--01 {
    left: 0;
    top: 26.4vw;
  }
  .home .section-foot-block .wrap.active .contents__img--02 {
    right: 0;
    top: 53.3333333333vw;
  }
  .home .section-foot-block .wrap.active .contents__img--03 {
    top: 88.5333333333vw;
  }
  .home .section-foot-block .wrap.active .contents__img--04 {
    bottom: 53.3333333333vw;
    left: 0;
  }
  .home .section-foot-block .wrap.active .contents__img--05 {
    bottom: 0;
  }
  .home .section-foot-block .txt-box {
    padding: 0 20px;
  }
  .history .kv {
    padding-top: 7.4666666667vw;
  }
  .history .kv__inner {
    height: auto;
    padding-bottom: 16vw;
  }
  .history .kv__inner .label {
    font-size: clamp(15px, 5.3333333333vw, 25px);
    line-height: 1.45;
  }
  .history .kv__ttl .en {
    margin-top: 1.6vw;
  }
  .history .kv__ttl .big {
    font-size: 6.9333333333vw;
    line-height: 1.4615384615;
    margin-top: 1.6vw;
  }
  .history .kv__scroll {
    bottom: 0;
  }
  .history .kv .ico-box {
    margin-top: 4.2666666667vw;
  }
  .history .kv .ico-box img {
    width: 14.4vw;
  }
  .history .kv .img-box {
    margin-top: -16.5333333333vw;
  }
  .history .kv.en-page .label .jp {
    font-size: 4vw;
  }
  .history .kv.en-page .en {
    font-size: 9.0666666667vw;
  }
  .history .kv.en-page .jp {
    font-size: 6.4vw;
  }
  .history .history-lead-block {
    padding-top: 17.8666666667vw;
  }
  .history .history-lead-block .sec-ttl {
    font-size: 5.8666666667vw;
    line-height: 1.7272727273;
  }
  .history .history-lead-block .txt {
    margin-top: 11.7333333333vw;
    font-size: 4.8vw;
  }
  .history .society-section-block {
    padding-top: 10.6666666667vw;
  }
  .history .society-section-block.society03 .img-txt-box {
    gap: 0;
  }
  .history .society-section-block.society03 .img-area {
    margin-top: -2.6666666667vw;
  }
  .history .society-section-block.society03 .txt-box .ttl {
    text-align: center;
  }
  .history .society-section-block .img-area03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
  }
  .history .society-section-block .img-area03 .img-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -10px;
    width: 100%;
  }
  .history .society-section-block .caption-area {
    width: 100%;
  }
  .history .society-section-block .caption-area.wide {
    width: 100%;
  }
  .history .society-section-block .caption-area .label {
    font-size: 14.6666666667vw;
  }
  .history .society-section-block .caption-area .label .num {
    font-size: 25.3333333333vw;
  }
  .history .society-section-block .caption-area .txt-area {
    padding: 0 4vw 8vw 6.6666666667vw;
    margin-top: -4vw;
  }
  .history .society-section-block .caption-area .txt-area:before {
    width: 19.7333333333vw;
    top: 8vw;
  }
  .history .society-section-block .caption-area .txt-area::after {
    width: 34.9333333333vw;
  }
  .history .society-section-block .caption-area .txt-area .ttl {
    font-size: 8vw;
    line-height: 1.5;
  }
  .history .society-section-block .caption-area .txt-area ul {
    margin-top: 2.6666666667vw;
  }
  .history .society-section-block .caption-area .txt-area ul li {
    font-size: 5.8666666667vw;
    padding-left: 6.6666666667vw;
    line-height: 1.6818181818;
  }
  .history .society-section-block .caption-area .txt-area ul li::before {
    width: 5.0666666667vw;
    top: 10px;
  }
  .history .society-section-block .caption-area .txt-area .txt {
    font-size: clamp(15px, 5.3333333333vw, 25px);
  }
  .history .society-section-block .content-area {
    margin-top: 14.6666666667vw;
  }
  .history .society-section-block .content-area .img-area {
    width: calc(100% + 20px);
  }
  .history .society-section-block .content-area .img-area .label {
    font-size: 5.3333333333vw;
    line-height: 1.8181818182;
  }
  .history .society-section-block .content-area .txt-box {
    width: 100%;
  }
  .history .society-section-block .content-area .ttl {
    font-size: 6.4vw;
    line-height: 1.6666666667;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .history .society-section-block .content-area .txt {
    font-size: 4.8vw;
    margin-top: -0.8vw;
  }
  .history .society-section-block .content-area .int-area {
    margin-top: 2.6666666667vw;
  }
  .history .society-section-block .content-area .time,
  .history .society-section-block .content-area .population {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    padding-left: 6.6666666667vw;
  }
  .history .society-section-block .content-area .time::before,
  .history .society-section-block .content-area .population::before {
    width: 6.1333333333vw;
  }
  .history .society-section-block .content-area .ttl02 {
    font-size: 6.4vw;
    line-height: 1.6666666667;
  }
  .history .society-section-block .content-area .txt02 {
    font-size: 4.8vw;
  }
  .history .society-section-block .content-area .int-area02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    margin-top: 2.6666666667vw;
  }
  .history .society-section-block .content-area .int-area02 + .img-area02 {
    margin-top: 9.3333333333vw;
  }
  .history .society-section-block .content-area .img-area02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
  }
  .history .society-section-block .content-area .img-area02 .img-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .history .society-section-block .content-area .img-area02 .label {
    font-size: 5.8666666667vw;
    line-height: 1.8181818182;
  }
  .history .society-section-block .content-area .img-area02 .label {
    margin-top: -2.6666666667vw;
  }
  .history .society-section-block .content-area .read-box {
    margin-top: 10.6666666667vw;
  }
  .history .society-section-block .content-area .read-box + .img-txt-box, .history .society-section-block .content-area .read-box + .img-area02 {
    margin-top: 8vw;
  }
  .history .society-section-block .img-txt-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
    gap: 10px;
  }
  .history .society-section-block .img-txt-box + .img-txt-box {
    margin-top: 10.6666666667vw;
  }
  .history .society-section-block .img-txt-box02 {
    margin-top: 12vw;
  }
  .history .frame-item {
    background: url("/expo2025/assets/img/germination-lab/common/bg-sp.png.webp") no-repeat center/contain;
    aspect-ratio: 375/1159;
  }
  .history .frame-item.frame-item01 {
    top: 96vw;
  }
  .history .frame-item.frame-item02 {
    background-image: url("/expo2025/assets/img/germination-lab/common/bg-reverse-sp.png.webp");
    top: calc(309.0666666667vw + 82.6666666667vw);
  }
  .history .frame-item.frame-item03 {
    top: calc(618.1333333333vw + 72vw);
  }
  .history .frame-item.frame-item04 {
    background-image: url("/expo2025/assets/img/germination-lab/common/bg-reverse-sp.png.webp");
    top: calc(927.2vw + 61.3333333333vw);
  }
  .history .frame-item.frame-item05 {
    top: calc(1236.2666666667vw + 50.6666666667vw);
  }
  .history .frame-item.frame-item06 {
    background-image: url("/expo2025/assets/img/germination-lab/common/bg-reverse-sp.png.webp");
    top: calc(1545.3333333333vw + 21.3333333333vw);
  }
  .history .frame-item.frame-item07 {
    top: calc(1854.4vw + 29.3333333333vw);
  }
  .history .wrap-block {
    margin: 20vw 0;
  }
  .history .wrap-block .txt {
    font-size: 4.2666666667vw;
  }
  .history .img-txt {
    display: none;
  }
  body.en .caption-area.adj {
    width: 100% !important;
  }
  body.en .caption-area.adj.first {
    width: 100% !important;
  }
  body.en .history .society-section-block .caption-area .txt-area .ttl {
    font-size: 8vw;
  }
  body.en .history .society-section-block .caption-area .txt-area:before {
    top: -2vw;
  }
  body.en .expo2025-Footer__utilityList {
    font-size: 12px;
  }
  .visit .mv-section {
    background: -webkit-gradient(linear, left top, left bottom, from(#7ce1e5), to(#def5f4));
    background: linear-gradient(#7ce1e5 0%, #def5f4 100%);
  }
  .visit .mv-section .inner-block {
    padding-top: min(24px, 6.4vw);
    padding-bottom: min(39px, 10.4vw);
  }
  .visit .mv-section .l-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .visit .mv-section .l-left {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 0 20px;
  }
  .visit .mv-section .l-left .txt {
    grid-area: 3/2/4/3;
  }
  .visit .mv-section .txt {
    font-size: clamp(10.5px, 3.7333333333vw, 17.5px);
    margin: 0;
    padding-top: 20px;
  }
  .visit .mv-section .txt .bold {
    font-size: clamp(12px, 4.2666666667vw, 20px);
  }
  .visit .mv-section .ttl-wrap {
    grid-area: 1/1/2/3;
    padding: 24px 25px 26px;
    max-width: calc(100% - 34px);
    margin: auto;
  }
  .visit .mv-section .ttl-wrap::before, .visit .mv-section .ttl-wrap::after {
    height: 2px;
    width: calc(100% - 22px);
  }
  .visit .mv-section .ttl-wrap::before {
    top: 8px;
  }
  .visit .mv-section .ttl-wrap::after {
    bottom: 8px;
  }
  .visit .mv-section .main-ttl {
    margin-bottom: 5px;
  }
  .visit .mv-section .main-ttl .sub {
    font-size: clamp(9.75px, 3.4666666667vw, 16.25px);
    margin-bottom: 4px;
  }
  .visit .mv-section .main-ttl .sub .en-txt {
    font-size: clamp(13.5px, 4.8vw, 22.5px);
  }
  .visit .mv-section .main-ttl .sub .en-txt.large {
    font-size: clamp(18.75px, 6.6666666667vw, 31.25px);
  }
  .visit .mv-section .main-ttl .main {
    font-size: clamp(16.5px, 5.8666666667vw, 27.5px);
  }
  .visit .mv-section .main-ttl .main .large {
    font-size: clamp(24.75px, 8.8vw, 41.25px);
  }
  .visit .mv-section .mv-img {
    grid-area: 2/1/3/3;
    margin: 17px 0 11px;
  }
  .visit .mv-section .mv-sub-img {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: -63px auto 0;
    gap: 18px;
  }
  .visit .mv-section .mv-sub-img img {
    max-width: min(214px, 57.0666666667vw);
  }
  .visit .mv-section .mv-sub-img img:nth-child(odd) {
    margin-left: auto;
  }
  .visit .mv-section .character {
    grid-area: 3/1/4/2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .visit .mv-section .character .img {
    max-width: 113px;
  }
  .visit .mv-section .character .note {
    font-size: clamp(8.25px, 2.9333333333vw, 13.75px);
    margin-top: 11px;
  }
  .visit .contents-section .inner-block {
    padding-bottom: 20px;
  }
  .visit .contents-section .intro-wrap {
    max-width: calc(100% - 24px);
    padding: min(14px, 3.7333333333vw) min(16px, 4.2666666667vw) min(14px, 3.7333333333vw) min(18px, 4.8vw);
    margin: 0 auto 40px;
  }
  .visit .contents-section .intro-wrap::before {
    border-width: 0px 11px 106px 0px;
    left: -11px;
  }
  .visit .contents-section .intro-wrap::after {
    border-width: 106px 11px 0px 0px;
    right: -11px;
  }
  .visit .contents-section .intro-wrap .info {
    grid-template-columns: 70px 1fr;
    gap: 10px;
  }
  .visit .contents-section .intro-wrap .info.en {
    grid-template-columns: 90px 1fr;
  }
  .visit .contents-section .intro-wrap .info + .info {
    margin-top: 7px;
  }
  .visit .contents-section .intro-wrap .ttl::before {
    height: calc(100% - 8px);
    width: 3px;
    left: -1px;
  }
  .visit .contents-section .intro-wrap .ttl {
    border-radius: 4px;
    font-size: 13px;
    padding: 1px 5px 3px 8px;
  }
  .visit .contents-section .intro-wrap .txt {
    font-size: 16px;
  }
  .visit .contents-section .intro-wrap .txt.fz-27 {
    font-size: 11px;
  }
  .visit .contents-section .intro-wrap .txt .num {
    font-size: 16px;
  }
  .visit .contents-section .intro-wrap .txt .small {
    font-size: 10px;
  }
  .visit .contents-section .intro-wrap .txt .medium {
    font-size: 12px;
  }
  .visit .contents-section .intro-wrap .txt .ss {
    font-size: 14px;
  }
  .visit .contents-section .intro-wrap rt {
    font-size: clamp(4.5px, 1.6vw, 7.5px);
  }
  .visit .contents-section .intro-wrap .deco {
    top: 45px;
    right: 16px;
    max-width: min(41px, 10.9333333333vw);
  }
  .visit .contents-section .wrap:nth-child(1) .box-ttl {
    padding-left: 7px;
  }
  .visit .contents-section .wrap:nth-child(1) .box-ttl .ico img {
    max-height: 81px;
  }
  .visit .contents-section .wrap:nth-child(1) .box-ttl .inn {
    padding-left: 17px;
    padding-bottom: 10px;
  }
  .visit .contents-section .wrap:nth-child(1)::before {
    background: url(/expo2025/assets/img/germination-lab/visit/foot-curve_sp.svg) no-repeat center center/contain;
    height: min(119px, 31.7333333333vw);
    width: min(53px, 14.1333333333vw);
    position: absolute;
    bottom: max(-65px, -17.3333333333vw);
    left: inherit;
    right: min(50px, 13.3333333333vw);
    -webkit-transform: scale(-1, -1) rotate(-154deg);
            transform: scale(-1, -1) rotate(-154deg);
  }
  .visit .contents-section .wrap:nth-child(1) .q-ttl .inn {
    margin-top: 21px;
  }
  .visit .contents-section .wrap:nth-child(1) .box::before {
    height: min(20px, 5.3333333333vw);
  }
  .visit .contents-section .wrap:nth-child(2) {
    margin-top: 70px;
  }
  .visit .contents-section .wrap:nth-child(2) .box {
    padding-bottom: 54px;
  }
  .visit .contents-section .wrap:nth-child(2) .box::before {
    background: url(/expo2025/assets/img/germination-lab/visit/box-deco01.svg) no-repeat center center/cover;
  }
  .visit .contents-section .wrap:nth-child(2) .q-ttl .inn {
    margin-top: 20px;
  }
  .visit .contents-section .wrap:nth-child(2) .box-ttl {
    padding-left: 5px;
    margin-bottom: 41px;
  }
  .visit .contents-section .wrap:nth-child(2) .box-ttl .ico img {
    max-height: 78px;
  }
  .visit .contents-section .wrap:nth-child(2) .box-ttl .inn {
    padding-left: 16px;
  }
  .visit .contents-section .wrap:nth-child(2)::before {
    background: url(/expo2025/assets/img/germination-lab/visit/foot-curve_sp.svg) no-repeat center center/contain;
    height: min(119px, 31.7333333333vw);
    width: min(53px, 14.1333333333vw);
    position: absolute;
    bottom: max(-60px, -16vw);
    left: min(42px, 11.2vw);
    right: inherit;
    -webkit-transform: scale(-1, 1) rotate(32deg);
            transform: scale(-1, 1) rotate(32deg);
  }
  .visit .contents-section .wrap:nth-child(3) {
    margin-top: 59px;
  }
  .visit .contents-section .wrap:nth-child(3) .box {
    padding-top: 26px;
  }
  .visit .contents-section .wrap:nth-child(3) .box::before {
    background: url(/expo2025/assets/img/germination-lab/visit/box-deco01.svg) no-repeat center center/cover;
  }
  .visit .contents-section .wrap:nth-child(3) .q-ttl .inn {
    padding-top: 10px;
  }
  .visit .contents-section .wrap:nth-child(3) .box-ttl {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 5px;
    padding-right: 15px;
    margin-bottom: 31px;
  }
  .visit .contents-section .wrap:nth-child(3) .box-ttl .ico {
    float: left;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .visit .contents-section .wrap:nth-child(3) .box-ttl .ico img {
    max-height: 78px;
    top: 5px;
    position: relative;
  }
  .visit .contents-section .wrap:nth-child(3) .box-ttl .inn {
    padding-left: 15px;
  }
  .visit .contents-section .wrap:nth-child(3)::before {
    background: url(/expo2025/assets/img/germination-lab/visit/foot-curve_sp.svg) no-repeat center center/contain;
    height: min(119px, 31.7333333333vw);
    width: min(53px, 14.1333333333vw);
    position: absolute;
    bottom: max(-70px, -18.6666666667vw);
    left: inherit;
    right: min(35px, 9.3333333333vw);
    -webkit-transform: scale(-1, -1) rotate(-160deg);
            transform: scale(-1, -1) rotate(-160deg);
  }
  .visit .contents-section .wrap:nth-child(4) {
    margin-top: 78px;
  }
  .visit .contents-section .wrap:nth-child(4) .box {
    padding-bottom: 40px;
  }
  .visit .contents-section .wrap:nth-child(4) .box {
    padding-top: 38px;
  }
  .visit .contents-section .wrap:nth-child(4) .box::before {
    background: url(/expo2025/assets/img/germination-lab/visit/box-deco01.svg) no-repeat center center/cover;
  }
  .visit .contents-section .wrap:nth-child(4) .box-ttl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
  }
  .visit .contents-section .wrap:nth-child(4) .box-ttl .ico img {
    max-height: 78px;
  }
  .visit .contents-section .wrap:nth-child(4) .box-ttl .inn {
    padding-left: 25px;
  }
  .visit .contents-section .q-ttl {
    margin: 0 auto 36px;
  }
  .visit .contents-section .q-ttl .ico img {
    max-height: 65px;
  }
  .visit .contents-section .q-ttl .inn {
    font-size: 20px;
    border-bottom-width: 1px;
    margin-bottom: 0;
  }
  .visit .contents-section .box-ttl {
    margin-bottom: 20px;
  }
  .visit .contents-section .box-ttl .inn {
    font-size: 17px;
  }
  .visit .contents-section .box-ttl .inn.fz-30 {
    font-size: 15px;
    line-height: 1.866666;
  }
  .visit .contents-section .box-ttl .inn .small {
    font-size: clamp(10.5px, 3.7333333333vw, 17.5px);
  }
  .visit .contents-section .sub-box-ttl {
    margin-bottom: 10px;
  }
  .visit .contents-section .sub-box-ttl .ico {
    max-width: 36px;
  }
  .visit .contents-section .sub-box-ttl .inn {
    font-size: 18px;
    margin: 0 14px 0 2px;
  }
  .visit .contents-section .sub-box-ttl .line {
    background: url(/expo2025/assets/img/germination-lab/visit/line_sp.svg) no-repeat center center/cover;
  }
  .visit .contents-section .c-ttl {
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .visit .contents-section .c-ttl + .img {
    margin-left: -19px;
    width: calc(100% + 38px);
  }
  .visit .contents-section .box {
    padding: 28px 19px 59px;
  }
  .visit .contents-section .box::before {
    height: min(20px, 5.3333333333vw);
    top: max(-19px, -5.0666666667vw);
  }
  .visit .contents-section .box .txt {
    font-size: 16px;
    line-height: 2;
  }
  .visit .contents-section .box .txt + .txt {
    margin-top: 34px;
  }
  .visit .contents-section .box .note {
    font-size: clamp(9px, 3.2vw, 15px);
    margin-top: 17px;
  }
  .visit .contents-section .modal-area {
    margin-top: 20px;
  }
  .visit .contents-section .modal-area::before {
    height: min(35px, 9.3333333333vw);
    width: min(35px, 9.3333333333vw);
    bottom: 9px;
    right: 8px;
  }
  .visit .contents-section .modal-area.max-623 {
    margin: 30px auto 12px;
  }
  .visit .contents-section .modal-area.arrow {
    padding-left: 6px;
  }
  .visit .contents-section .modal-area.arrow::after {
    background: url(/expo2025/assets/img/germination-lab/visit/ico-arrow_sp.svg) no-repeat center center/contain;
    height: min(176px, 46.9333333333vw);
    width: min(93px, 24.8vw);
    bottom: -25px;
    left: -25px;
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
  }
  .visit .contents-section .modal-area + .sub-box-ttl {
    margin-top: 40px;
  }
  .visit .contents-section .c-btn02 {
    margin: 35px auto 0;
    width: calc(100% - 34px);
  }
  .visit .contents-section .c-btn02.max-680 {
    margin-top: 20px;
    padding: 15px 5px 15px 10px;
  }
  .visit .contents-section .l-felx .ttl .main {
    font-size: clamp(12px, 4.2666666667vw, 20px);
  }
  .visit .contents-section .l-felx .ttl .sub {
    font-size: clamp(10.5px, 3.7333333333vw, 17.5px);
  }
  .visit .contents-section .l-felx .txt {
    font-size: clamp(12px, 4.2666666667vw, 20px);
  }
  .visit .contents-section .border-box-wrap .deco.deco01 {
    top: -38px;
    left: 34px;
  }
  .visit .contents-section .border-box-wrap .deco.deco01 img {
    max-height: 40px;
  }
  .visit .contents-section .border-box-wrap .deco.deco02 {
    top: -38px;
    right: 32px;
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  .visit .contents-section .border-box-wrap .deco.deco02 img {
    max-height: 43px;
  }
  .visit .contents-section .border-box-wrap .deco.deco03 {
    left: -21px;
    bottom: 65px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .visit .contents-section .border-box-wrap .deco.deco03 img {
    max-height: 57px;
  }
  .visit .contents-section .border-box-wrap .deco.deco04 {
    top: inherit;
    bottom: 113px;
    right: -15px;
  }
  .visit .contents-section .border-box-wrap .deco.deco04 img {
    max-height: 50px;
  }
  .visit .contents-section .border-box-wrap .deco.deco05 {
    right: inherit;
    left: 33px;
    bottom: -45px;
    -webkit-transform: rotate(350deg);
            transform: rotate(350deg);
  }
  .visit .contents-section .border-box-wrap .deco.deco05 img {
    max-height: 50px;
  }
  .visit .contents-section .border-box-wrap .deco.deco06 {
    bottom: -42px;
    right: 28px;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  .visit .contents-section .border-box-wrap .deco.deco06 img {
    max-height: 47px;
  }
  .visit .contents-section .border-box {
    padding: 16px 10px;
    margin-top: 11px;
  }
  .visit .contents-section .border-box.l-grid {
    grid-template-columns: 50px 1fr;
    gap: 15px;
  }
  .visit .contents-section .border-box.l-img {
    grid-template-columns: 1fr;
    margin: 54px auto 62px;
    max-width: calc(100% - 40px);
    padding: 16px 10px;
  }
  .visit .contents-section .border-box .ttl {
    font-size: clamp(13.5px, 4.8vw, 22.5px);
    margin-bottom: 9px;
  }
  .visit .contents-section .border-box .txt {
    font-size: clamp(10.5px, 3.7333333333vw, 17.5px);
    line-height: 1.85714;
  }
  .visit .contents-section .border-box + .c-btn02 {
    margin-top: 29px;
  }
  .visit .contents-section .change-box-wrap .change-box + .change-box {
    margin-top: 30px;
  }
  .visit .modal .modal__inner {
    width: 100%;
  }
  .visit .modal .modal__cont .img {
    width: 700px;
  }
  .visit .expo2025-LinkButton a, .visit .expo2025-ThumbLinkList__text {
    font-size: clamp(10.5px, 3.7333333333vw, 17.5px);
  }
  .visit .expo2025-SectionBorder__heading {
    font-size: clamp(19.5px, 6.9333333333vw, 32.5px);
    font-weight: 400;
  }
  .visit .expo2025-SectionBorder__lead, .visit .expo2025-Text {
    font-size: clamp(12px, 4.2666666667vw, 20px);
  }
  .visit + .expo2025-Footer .expo2025-Footer__inner {
    padding-top: min(25px, 6.6666666667vw);
  }
  .visit + .expo2025-Footer .c-btn01 {
    margin: 0 auto 50px;
  }
  .interview .mv-section {
    grid-template-columns: 1fr;
    padding-bottom: min(11px, 2.9333333333vw);
  }
  .interview .mv-section::before {
    height: min(11px, 2.9333333333vw);
  }
  .interview .mv-section::after {
    height: min(3px, 0.8vw);
    bottom: min(8px, 2.1333333333vw);
  }
  .interview .mv-section .mv-txt-wrap {
    padding: min(40px, 10.6666666667vw) min(15px, 4vw) min(19px, 5.0666666667vw);
  }
  .interview .mv-section .mv-txt-wrap::before {
    background: url(/expo2025/assets/img/germination-lab/interview/deco-kv_sp.svg) no-repeat center center/contain;
    height: min(109px, 29.0666666667vw);
    width: min(178px, 47.4666666667vw);
    bottom: inherit;
    right: inherit;
    left: 0;
    top: 0;
  }
  .interview .mv-section .kv-ttl::before {
    height: min(41px, 10.9333333333vw);
    width: min(92px, 24.5333333333vw);
    top: max(-20px, -5.3333333333vw);
    right: max(-10px, -2.6666666667vw);
  }
  .interview .mv-section .kv-ttl .sub {
    font-size: min(18px, 4.8vw);
  }
  .interview .mv-section .kv-ttl .sub .large {
    font-size: min(27px, 7.2vw);
  }
  .interview .mv-section .kv-ttl .sub .medium {
    font-size: min(22px, 5.8666666667vw);
  }
  .interview .mv-section .kv-ttl .main .large {
    font-size: min(38px, 10.1333333333vw);
  }
  .interview .mv-section .kv-ttl .main .small {
    font-size: min(21px, 5.6vw);
    padding: 0 min(30px, 8vw);
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .interview .mv-section .kv-ttl .main .small::before, .interview .mv-section .kv-ttl .main .small::after {
    height: min(2px, 0.5333333333vw);
    width: min(20px, 5.3333333333vw);
  }
  .interview .mv-section .kv-ttl .main .dot {
    font-size: min(29px, 7.7333333333vw);
  }
  .interview .mv-section .kv-txt {
    font-size: min(13px, 3.4666666667vw);
    margin-top: min(6px, 1.6vw);
  }
  .interview .info-section .inner-block {
    padding-top: min(33px, 8.8vw);
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .interview .info-section .info-ttl {
    border-radius: 10px;
    font-size: min(24px, 6.4vw);
    padding: min(8px, 2.1333333333vw) min(10px, 2.6666666667vw) min(15px, 4vw);
    margin-bottom: min(22px, 5.8666666667vw);
    line-height: 1.5;
  }
  .interview .info-section .txt {
    font-size: min(16px, 4.2666666667vw);
    margin-top: min(26px, 6.9333333333vw);
    text-align: left;
  }
  .interview .info-section .note {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(15px, 4vw);
    text-align: left;
    line-height: 1.7;
  }
  .interview .info-section .challenge-list-wrap {
    padding: 0 0 min(19px, 5.0666666667vw);
    margin-top: min(28px, 7.4666666667vw);
  }
  .interview .info-section .challenge-list-wrap .ttl {
    font-size: min(24px, 6.4vw);
    padding: min(10px, 2.6666666667vw) min(15px, 4vw) min(18px, 4.8vw);
    max-width: 100%;
    line-height: 1.3;
    margin-bottom: min(20px, 5.3333333333vw);
    position: relative;
  }
  .interview .info-section .challenge-list-wrap .ttl::before {
    height: min(31px, 8.2666666667vw);
    width: min(40px, 10.6666666667vw);
  }
  .interview .info-section .challenge-list-wrap .ttl::after {
    height: min(34px, 9.0666666667vw);
    width: min(44px, 11.7333333333vw);
  }
  .interview .info-section .challenge-list-wrap .challenge-list {
    max-width: 100%;
    padding: 0 min(15px, 4vw);
  }
  .interview .info-section .challenge-list-wrap .challenge-list li {
    font-size: min(18px, 4.8vw);
    padding-left: min(25px, 6.6666666667vw);
  }
  .interview .info-section .challenge-list-wrap .challenge-list li::before {
    font-size: min(16px, 4.2666666667vw);
    height: min(20px, 5.3333333333vw);
    width: min(20px, 5.3333333333vw);
    top: min(5px, 1.3333333333vw);
  }
  .interview .info-section .challenge-list-wrap .challenge-list li + li {
    margin-top: min(13px, 3.4666666667vw);
  }
  .interview .info-section .c-ttl04 {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .interview .join-section .inner-block {
    padding-top: min(38px, 10.1333333333vw);
    padding-bottom: min(34px, 9.0666666667vw);
  }
  .interview .join-section .join-wrap {
    gap: min(30px, 8vw) min(21px, 5.6vw);
  }
  .interview .join-section .join-wrap .join:nth-child(1) {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 0 min(20px, 5.3333333333vw);
  }
  .interview .join-section .join-wrap .join:nth-child(1) .img {
    grid-area: 1/1/2/2;
    max-width: min(180px, 48vw);
  }
  .interview .join-section .join-wrap .join:nth-child(1) .name-wrap {
    grid-area: 1/2/2/3;
  }
  .interview .join-section .join-wrap .join:nth-child(1) .txt {
    grid-area: 2/1/3/3;
  }
  .interview .join-section .join-wrap .join:nth-child(2), .interview .join-section .join-wrap .join:nth-child(3) {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    width: calc((100% - min(21px, 5.6vw)) / 2);
    gap: min(5px, 1.3333333333vw) 0;
  }
  .interview .join-section .join-wrap .join:nth-child(2) .img, .interview .join-section .join-wrap .join:nth-child(3) .img {
    grid-area: 1/1/2/2;
  }
  .interview .join-section .join-wrap .join:nth-child(2) .name-wrap, .interview .join-section .join-wrap .join:nth-child(3) .name-wrap {
    grid-area: 2/1/3/2;
    text-align: center;
  }
  .interview .join-section .join-wrap .name-wrap .info {
    font-size: min(16px, 4.2666666667vw);
  }
  .interview .join-section .join-wrap .name-wrap .name {
    font-size: min(24px, 6.4vw);
  }
  .interview .join-section .join-wrap .txt {
    font-size: min(16px, 4.2666666667vw);
    margin-top: min(10px, 2.6666666667vw);
    line-height: 1.875;
  }
  .interview .talk-section.sp-pb-80 .inner-block {
    padding-bottom: min(80px, 21.3333333333vw);
  }
  .interview .talk-section + .talk-section .inner-block {
    padding-top: min(53px, 14.1333333333vw);
  }
  .interview .talk-section .inner-block {
    padding-top: min(42px, 11.2vw);
    padding-bottom: min(37px, 9.8666666667vw);
  }
  .interview .talk-section .start-wrap {
    border-radius: 10px;
    margin-bottom: min(38px, 10.1333333333vw);
  }
  .interview .talk-section .start-wrap .ttl {
    font-size: min(18px, 4.8vw);
    padding: 0 min(10px, 2.6666666667vw) min(1px, 0.2666666667vw);
  }
  .interview .talk-section .start-wrap .ttl .en {
    font-size: min(18px, 4.8vw);
  }
  .interview .talk-section .c-line-ttl {
    padding-bottom: min(41px, 10.9333333333vw);
    margin-bottom: min(29px, 7.7333333333vw);
  }
  .interview .talk-section .c-talk-ttl {
    border: 5px solid #00A8A9;
    grid-template-columns: 1fr;
    gap: min(28px, 7.4666666667vw);
    padding: min(5px, 1.3333333333vw) min(10px, 2.6666666667vw) min(12px, 3.2vw);
    max-width: 100%;
    text-align: center;
    margin: 0 auto min(25px, 6.6666666667vw);
  }
  .interview .talk-section .c-talk-ttl::before {
    height: min(158px, 42.1333333333vw);
    width: min(158px, 42.1333333333vw);
    left: 0;
    right: 0;
    bottom: inherit;
    top: max(-81px, -21.6vw);
  }
  .interview .talk-section .c-talk-ttl .num {
    font-size: min(28px, 7.4666666667vw);
  }
  .interview .talk-section .c-talk-ttl .num .en {
    font-size: min(40px, 10.6666666667vw);
  }
  .interview .talk-section .c-talk-ttl .inn {
    font-size: min(26px, 6.9333333333vw);
    line-height: 1.55;
  }
  .interview .talk-section .c-balloon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview .talk-section .c-balloon-wrap.sp-receive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .interview .talk-section .c-balloon-wrap.sp-receive .balloon.reflect {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .interview .talk-section .c-balloon-wrap.sp-receive .balloon.reflect::before {
    -webkit-transform: scale(1, 1) rotate(90deg);
            transform: scale(1, 1) rotate(90deg);
  }
  .interview .talk-section .c-balloon-wrap.sp-receive .balloon::before {
    top: max(-45px, -12vw);
    right: min(75px, 20vw);
    -webkit-transform: scale(-1, 1) rotate(90deg);
            transform: scale(-1, 1) rotate(90deg);
  }
  .interview .talk-section .c-balloon-wrap.sp-receive .balloon.sp-left-top::before {
    right: inherit;
    left: min(100px, 26.6666666667vw);
  }
  .interview .talk-section .c-balloon-wrap.mt-60 {
    margin-top: max(-75px, -20vw) !important;
  }
  .interview .talk-section .c-balloon-wrap.mt-40 {
    margin-top: max(-50px, -13.3333333333vw) !important;
  }
  .interview .talk-section .c-balloon-wrap + .c-balloon-wrap {
    margin-top: min(38px, 10.1333333333vw);
  }
  .interview .talk-section .c-balloon-wrap.img-wrap {
    gap: min(16px, 4.2666666667vw);
  }
  .interview .talk-section .c-balloon-wrap.img-wrap .img {
    max-width: min(220px, 58.6666666667vw);
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap {
    gap: min(20px, 5.3333333333vw) min(43px, 11.4666666667vw);
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap.gap-10 {
    gap: min(10px, 2.6666666667vw) min(43px, 11.4666666667vw);
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap.sp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap.sp-row.sp-receive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap.sp-row .balloon {
    width: calc(100% - min(153px, 40.8vw));
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap.sp-row .balloon.sp-left::before {
    left: max(-47px, -12.5333333333vw);
    top: min(23px, 6.1333333333vw);
    -webkit-transform: scale(-1, -1) rotate(180deg);
            transform: scale(-1, -1) rotate(180deg);
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap.sp-row .balloon.sp-right::before {
    right: max(-47px, -12.5333333333vw);
    top: min(23px, 6.1333333333vw);
    -webkit-transform: scale(1, -1) rotate(180deg);
            transform: scale(1, -1) rotate(180deg);
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap .balloon {
    width: 100%;
    padding: min(8px, 2.1333333333vw) min(15px, 4vw) min(20px, 5.3333333333vw);
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap .ico {
    max-width: min(110px, 29.3333333333vw);
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap .ico.sp-left {
    margin-left: auto;
  }
  .interview .talk-section .c-balloon-wrap .balloon {
    border-width: min(10px, 2.6666666667vw);
    padding: min(16px, 4.2666666667vw) min(20px, 5.3333333333vw);
    min-height: min(80px, 21.3333333333vw);
    width: 100%;
  }
  .interview .talk-section .c-balloon-wrap .balloon.sp-left-bottom::before {
    bottom: max(-43px, -11.4666666667vw);
    left: min(77px, 20.5333333333vw);
  }
  .interview .talk-section .c-balloon-wrap .balloon.sp-left-bottom.reflect::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: min(95px, 25.3333333333vw);
  }
  .interview .talk-section .c-balloon-wrap .balloon.sp-right-bottom::before {
    top: inherit;
    bottom: max(-43px, -11.4666666667vw);
    right: min(77px, 20.5333333333vw);
  }
  .interview .talk-section .c-balloon-wrap .balloon.sp-right-bottom.reflect::before {
    -webkit-transform: scale(-1, -1) rotate(90deg);
            transform: scale(-1, -1) rotate(90deg);
    right: min(65px, 17.3333333333vw);
  }
  .interview .talk-section .c-balloon-wrap .balloon::before {
    height: min(41px, 10.9333333333vw);
    width: min(46px, 12.2666666667vw);
    -webkit-transform: scale(-1, 1) rotate(-90deg);
            transform: scale(-1, 1) rotate(-90deg);
  }
  .interview .talk-section .c-balloon-wrap .balloon .txt {
    font-size: min(16px, 4.2666666667vw);
    line-height: 1.6;
  }
  .interview .talk-section .c-balloon-wrap .balloon .marker {
    font-size: min(20px, 5.3333333333vw);
    border-bottom-width: min(8px, 2.1333333333vw);
  }
  .interview .talk-section .c-balloon-wrap .img .name {
    font-size: min(16px, 4.2666666667vw);
    bottom: min(2px, 0.5333333333vw);
    left: min(25px, 6.6666666667vw);
  }
  .interview .talk-section .c-balloon-wrap .img .name::before {
    bottom: max(-2px, -0.5333333333vw);
    left: max(-25px, -6.6666666667vw);
    height: min(27px, 7.2vw);
    width: min(104px, 27.7333333333vw);
  }
  .interview .talk-section .c-balloon-wrap .img.sp-left {
    margin-left: auto;
  }
  .interview .talk-section .c-balloon-wrap .ico .name {
    font-size: min(20px, 5.3333333333vw);
    margin-top: min(4px, 1.0666666667vw);
  }
  .interview .talk-section .lab-img-wrap {
    margin: min(38px, 10.1333333333vw) auto min(42px, 11.2vw);
  }
  .interview .talk-section .lab-img-wrap .txt-wrap {
    max-width: min(269px, 71.7333333333vw);
    padding: min(6px, 1.6vw) min(10px, 2.6666666667vw) min(10px, 2.6666666667vw);
  }
  .interview .talk-section .lab-img-wrap .txt-wrap .sub {
    font-size: min(14px, 3.7333333333vw);
  }
  .interview .talk-section .lab-img-wrap .txt-wrap .main {
    font-size: min(20px, 5.3333333333vw);
  }
  .interview .talk-section .lab-img-wrap .txt-wrap .en {
    font-size: min(16px, 4.2666666667vw);
  }
  .interview .talk-section .lab-img-wrap .img.left {
    margin-top: max(-12px, -3.2vw);
    max-width: min(245px, 65.3333333333vw);
  }
  .interview .talk-section .lab-img-wrap .img.white {
    border-width: min(7px, 1.8666666667vw);
    margin-top: max(-26px, -6.9333333333vw);
    max-width: min(202px, 53.8666666667vw);
  }
  .interview .talk-section .c-btn02 {
    max-width: 220px;
    margin: min(70px, 18.6666666667vw) auto 0;
  }
  .interview .booth-section .inner-block {
    padding-top: min(74px, 19.7333333333vw);
    padding-bottom: min(30px, 8vw);
  }
  .interview .booth-section .img-ttl-wrap {
    margin-bottom: min(10px, 2.6666666667vw);
  }
  .interview .booth-section .img-ttl-wrap .ttl {
    font-size: min(24px, 6.4vw);
    padding: min(3px, 0.8vw) min(10px, 2.6666666667vw) min(8px, 2.1333333333vw);
    line-height: 1.2;
  }
  .interview .booth-section .txt {
    font-size: min(16px, 4.2666666667vw);
    text-align: left;
    margin: min(20px, 5.3333333333vw) 0 0;
    line-height: 1.875;
  }
  .interview .booth-section .txt + .c-ttl04 {
    margin-top: min(52px, 13.8666666667vw);
  }
  .interview .booth-section .c-ttl04 + .img {
    max-width: min(260px, 69.3333333333vw);
    margin: min(22px, 5.8666666667vw) auto 0;
  }
  .interview .c-line-ttl {
    font-size: min(30px, 8vw);
    padding-bottom: min(35px, 9.3333333333vw);
    margin-bottom: min(30px, 8vw);
  }
  .interview .c-line-ttl::before {
    height: min(32px, 8.5333333333vw);
    width: min(121px, 32.2666666667vw);
  }
  .interview + .expo2025-Footer .c-btn01 {
    margin-bottom: min(20px, 5.3333333333vw);
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: min(40px, 2.0833333333vw);
    padding-right: min(40px, 2.0833333333vw);
    max-width: min(1180px, 61.4583333333vw);
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .expo2025-Footer__lang {
    display: none;
  }
  .switch-language-area button:hover {
    color: #009DA6;
  }
  .c-txt-box01 {
    max-width: min(920px, 47.9166666667vw);
  }
  .c-txt-box01.small {
    max-width: min(620px, 32.2916666667vw);
  }
  .c-txt-box01.wide {
    max-width: min(868px, 45.2083333333vw);
  }
  .c-txt-box01.minimum {
    max-width: min(710px, 36.9791666667vw);
    margin-left: 0;
  }
  .c-txt-box01 .ico-box > img {
    width: min(90px, 4.6875vw);
  }
  .c-txt-box01 .c-btn01 {
    margin-left: 0;
  }
  .c-img-box.wide::before, .c-img-box.wide::after {
    width: min(436px, 22.7083333333vw);
  }
  .c-txt-box {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .kv .inner-block {
    max-width: min(1680px, 87.5vw);
  }
  .kv__ttl {
    margin-left: 20px;
    margin-top: 4.1666666667vw;
  }
  .kv__scroll::after {
    height: 1.40625vw;
    width: 1.40625vw;
    left: calc(50% - 0.70313vw);
    bottom: -10px;
  }
  .c-btn01 {
    max-width: min(450px, 23.4375vw);
  }
  .c-btn01:hover span::after {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  .c-btn01.small {
    max-width: min(375px, 19.53125vw);
  }
  .c-btn01.fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .c-btn01 > span:before {
    height: 1.40625vw;
    width: 2.9948vw;
  }
  .c-btn01 > span::after {
    content: "";
    background-color: #05A8A9;
    border-radius: 50%;
    height: 2.34375vw;
    width: 2.34375vw;
    position: absolute;
    top: 50%;
    right: -0.41666vw;
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    z-index: -1;
    -webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .relatedLinks.bg-white-gr {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(90%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  }
  .ico-foot01 {
    top: max(-220px, -11.4583333333vw);
  }
  .ico-foot02 {
    left: max(-400px, -20.8333333333vw);
  }
  .ico-foot03 {
    right: max(-500px, -26.0416666667vw);
  }
  .ico-gear01 {
    top: max(-40px, -2.0833333333vw);
  }
  .ico-gear01-02 {
    top: max(-50px, -2.6041666667vw);
  }
  .ico-gear02 {
    top: max(-180px, -9.375vw);
  }
  .home .section-history-block {
    padding-top: min(120px, 6.25vw);
  }
  .home .section-history-block .c-txt-box01 {
    max-width: min(910px, 47.3958333333vw);
  }
  .home .section-history-block .swiper .swiper-slide {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .section-history-block .swiper .swiper-slide:hover .c-txt-box {
    opacity: 1;
    pointer-events: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history01] .c-txt-box img {
    top: max(-20px, -1.0416666667vw);
    left: max(-5px, -0.2604166667vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history02] .c-txt-box img {
    top: max(-40px, -2.0833333333vw);
    left: max(-5px, -0.2604166667vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history03] .c-txt-box img {
    top: max(-20px, -1.0416666667vw);
    left: min(0px, 0vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history04] .c-txt-box img {
    top: max(-25px, -1.3020833333vw);
    left: min(15px, 0.78125vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history05] .c-txt-box img {
    top: max(-25px, -1.3020833333vw);
    left: min(10px, 0.5208333333vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history06] .c-txt-box img {
    top: max(-20px, -1.0416666667vw);
    left: max(-10px, -0.5208333333vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history07] .c-txt-box img {
    top: max(-20px, -1.0416666667vw);
    left: min(5px, 0.2604166667vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history08] .c-txt-box img {
    top: max(-20px, -1.0416666667vw);
    left: min(0px, 0vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history09] .c-txt-box img {
    top: max(-20px, -1.0416666667vw);
    left: max(-5px, -0.2604166667vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history10] .c-txt-box img {
    top: max(-20px, -1.0416666667vw);
    left: min(3px, 0.15625vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history11] .c-txt-box img {
    top: max(-20px, -1.0416666667vw);
    left: min(10px, 0.5208333333vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history12] .c-txt-box img {
    top: max(-30px, -1.5625vw);
    left: max(-5px, -0.2604166667vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history13] .c-txt-box img {
    top: max(-20px, -1.0416666667vw);
    left: max(-10px, -0.5208333333vw);
  }
  .home .section-history-block .swiper .swiper-slide[data-modal-link=history14] .c-txt-box img {
    top: max(-40px, -2.0833333333vw);
    left: min(5px, 0.2604166667vw);
  }
  .home .section-main-block {
    margin-top: min(60px, 3.125vw);
  }
  .home .section-main-block .game-txt-box {
    margin-left: auto;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .home .section-main-block .game-txt-box .d-flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home .section-main-block .game-txt-box .d-flex .ico-box {
    margin-top: 30px;
  }
  .home .section-main-block .game-img-box {
    max-width: min(1060px, 55.2083333333vw);
  }
  .home .section-main-block .flex-box .txt-box {
    margin-top: -40px;
  }
  .home .section-main-block .robbot-area {
    max-width: min(930px, 48.4375vw);
    margin: min(60px, 3.125vw) auto 0;
  }
  .home .section-main-block .item-list .item-ttl {
    min-height: 52px;
  }
  .home .section-main-block .img-area {
    top: max(-65px, -3.3854166667vw);
  }
  .home .section-main-block .img-area .c-img-box + .c-img-box {
    margin-top: 55px;
  }
  .home .section-feature-block .inner-block {
    max-width: min(1060px, 55.2083333333vw);
  }
  .home .bg-foot {
    padding-top: min(350px, 18.2291666667vw);
  }
  .history .kv .img-box {
    position: absolute;
    top: 0;
    left: min(40px, 2.0833333333vw);
    right: min(40px, 2.0833333333vw);
  }
  .history .society-section-block.society01 {
    padding-bottom: 20px;
  }
  .history .society-section-block.society03 .txt-box {
    position: relative;
    top: -20px;
  }
  .history .society-section-block.society03 .img-area img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .history .society-section-block .img-area03 img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .history .society-section-block .img-area03 .img-item:hover .img-txt {
    opacity: 1;
    pointer-events: all;
  }
  .history .society-section-block .img-area03 .img-item:nth-child(2) {
    position: relative;
    top: 10.9375vw;
  }
  .history .society-section-block .content-area .img-area .label {
    margin-top: -1.5625vw;
  }
  .history .society-section-block .content-area .ttl::after {
    content: "";
    background-color: #008486;
    height: 2px;
    width: calc(100% + 50px);
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .history .society-section-block .content-area .ttl02 {
    text-align: center;
  }
  .history .society-section-block .content-area .txt02 {
    text-align: center;
  }
  .history .society-section-block .content-area .img-area02 img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .history .society-section-block .content-area .img-area02 .img-item:hover .img-txt {
    opacity: 1;
    pointer-events: all;
  }
  .history .society-section-block .content-area .img-area02 .label {
    margin-top: -10px;
  }
  .history .society-section-block .img-txt-box .img-area:hover .img-txt {
    opacity: 1;
    pointer-events: all;
  }
  .history .society-section-block .img-txt-box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: -1.6666666667vw;
  }
  .history .society-section-block .img-txt-box.small {
    width: 54.4791666667vw;
  }
  .history .img-txt {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .history .img-area[data-modal-link=history01] .img-txt, .history .img-item[data-modal-link=history01] .img-txt {
    top: min(20px, 1.0416666667vw);
    left: min(10px, 0.5208333333vw);
  }
  .history .img-area[data-modal-link=history02] .img-txt, .history .img-item[data-modal-link=history02] .img-txt {
    max-width: min(597px, 31.09375vw);
    top: min(25px, 1.3020833333vw);
    left: min(23px, 1.1979166667vw);
  }
  .history .img-area[data-modal-link=history03] .img-txt, .history .img-item[data-modal-link=history03] .img-txt {
    top: min(30px, 1.5625vw);
    left: min(20px, 1.0416666667vw);
  }
  .history .img-area[data-modal-link=history04] .img-txt, .history .img-item[data-modal-link=history04] .img-txt {
    top: min(30px, 1.5625vw);
    left: min(20px, 1.0416666667vw);
  }
  .history .img-area[data-modal-link=history05] .img-txt, .history .img-item[data-modal-link=history05] .img-txt {
    top: min(26px, 1.3541666667vw);
    left: min(18px, 0.9375vw);
  }
  .history .img-area[data-modal-link=history06] .img-txt, .history .img-item[data-modal-link=history06] .img-txt {
    top: min(30px, 1.5625vw);
    left: min(40px, 2.0833333333vw);
  }
  .history .img-area[data-modal-link=history07] .img-txt, .history .img-item[data-modal-link=history07] .img-txt {
    top: min(20px, 1.0416666667vw);
  }
  .history .img-area[data-modal-link=history08] .img-txt, .history .img-item[data-modal-link=history08] .img-txt {
    top: min(25px, 1.3020833333vw);
  }
  .history .img-area[data-modal-link=history09] .img-txt, .history .img-item[data-modal-link=history09] .img-txt {
    top: min(25px, 1.3020833333vw);
    left: min(15px, 0.78125vw);
  }
  .history .img-area[data-modal-link=history10] .img-txt, .history .img-item[data-modal-link=history10] .img-txt {
    top: min(30px, 1.5625vw);
    left: min(35px, 1.8229166667vw);
  }
  .history .img-area[data-modal-link=history11] .img-txt, .history .img-item[data-modal-link=history11] .img-txt {
    top: min(40px, 2.0833333333vw);
    left: min(30px, 1.5625vw);
  }
  .history .img-area[data-modal-link=history12] .img-txt, .history .img-item[data-modal-link=history12] .img-txt {
    top: min(25px, 1.3020833333vw);
    left: min(10px, 0.5208333333vw);
  }
  .history .img-area[data-modal-link=history13] .img-txt, .history .img-item[data-modal-link=history13] .img-txt {
    max-width: min(500px, 26.0416666667vw);
    top: min(50px, 2.6041666667vw);
    left: min(5px, 0.2604166667vw);
  }
  .history .img-area[data-modal-link=history14] .img-txt, .history .img-item[data-modal-link=history14] .img-txt {
    top: min(20px, 1.0416666667vw);
    left: min(15px, 0.78125vw);
  }
  body.en .caption-area.adj.first .txt-area:before {
    top: -2vw;
  }
  body.en .expo2025-Footer__inner {
    padding: 2.08334vw 1.5625vw 2.34375vw;
  }
  body.en .expo2025-Footer__logo {
    height: 4.6875vw;
    width: 12.39584vw;
  }
  body.en .expo2025-Footer__logo img {
    height: 100%;
  }
  body.en .expo2025-Footer__txt {
    font-size: 14px;
    margin-top: 0.52084vw;
  }
  body.en .expo2025-Footer__copyright {
    font-size: 12px;
    margin-top: 0.15625vw;
  }
  .visit .mv-section .inner-block {
    max-width: min(1733px, 90.2604166667vw);
    padding-left: min(30px, 1.5625vw);
    padding-right: min(50px, 2.6041666667vw);
  }
  .visit .mv-section .mv-sub-img img {
    max-height: min(210px, 10.9375vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .visit .mv-section .character {
    margin-top: 63px;
    padding-left: min(33px, 1.71875vw);
  }
  .visit .mv-section .character .img {
    max-width: min(320px, 16.6666666667vw);
  }
  .visit .mv-section .character .note {
    margin-left: max(-55px, -2.8645833333vw);
  }
  .visit .contents-section .intro-wrap .txt.fz-27.en .num {
    font-size: min(30px, 1.5625vw);
  }
  .visit .contents-section .wrap:nth-child(2) .q-ttl .inn {
    letter-spacing: -0.11em;
  }
  .visit .contents-section .wrap:nth-child(2) .q-ttl .inn.eng-hp {
    letter-spacing: 0;
  }
  .visit .contents-section .wrap:nth-child(2) .box-ttl .inn {
    padding-bottom: 26px;
  }
  .visit .contents-section .wrap:nth-child(2)::before {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .visit .contents-section .c-btn01.max-680 {
    max-width: min(680px, 35.4166666667vw);
  }
  .visit .contents-section .change-box-wrap.mh-437 .change-box .border-box {
    min-height: 437px;
  }
  .visit .modal .modal__close:hover {
    color: #00A8A9;
  }
  .visit .modal .modal__close:hover::before, .visit .modal .modal__close:hover::after {
    background: #00A8A9;
  }
  .interview .mv-section .mv-txt-wrap {
    margin-left: min(110px, 5.7291666667vw);
  }
  .interview .mv-section .kv-ttl {
    margin-top: max(-10px, -0.5208333333vw);
  }
  .interview .info-section .challenge-list-wrap .ttl {
    position: absolute;
    top: max(-50px, -2.6041666667vw);
    left: 0;
    right: 0;
  }
  .interview .join-section .join-wrap .join {
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: min(34px, 1.7708333333vw);
  }
  .interview .join-section .join-wrap .join:nth-child(2) {
    max-width: 328px;
  }
  .interview .join-section .join-wrap .join:nth-child(3) {
    margin-left: min(134px, 6.9791666667vw);
    max-width: 312px;
  }
  .interview .join-section .join-wrap .join:nth-child(2), .interview .join-section .join-wrap .join:nth-child(3) {
    grid-column-gap: min(10px, 0.5208333333vw);
  }
  .interview .join-section .join-wrap .img {
    grid-area: 1/1/4/2;
  }
  .interview .join-section .join-wrap .name-wrap {
    grid-area: 1/2/2/3;
  }
  .interview .join-section .join-wrap .txt {
    grid-area: 2/2/4/3;
  }
  .interview .talk-section .c-balloon-wrap.img-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .interview .talk-section .c-balloon-wrap.img-wrap .balloon {
    width: calc(100% - min(440px, 22.9166666667vw));
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .interview .talk-section .c-balloon-wrap.icon-wrap .balloon.right::before {
    top: min(20px, 1.0416666667vw);
  }
  .interview .talk-section .c-balloon-wrap .balloon.right::before {
    right: max(-48px, -2.5vw);
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .interview .talk-section .c-balloon-wrap .balloon.left::before {
    left: max(-48px, -2.5vw);
    top: min(23px, 1.1979166667vw);
  }
  .interview .talk-section .c-balloon-wrap .balloon::before {
    top: min(49px, 2.5520833333vw);
  }
}
@media only screen and (max-width: 559px) {
  #expo2025-Header {
    height: 69px;
  }
  #expo2025-Header .IconCorporationLogo {
    width: 136px;
    height: 30px;
  }
  #expo2025-Header .expo2025-HeaderLogo__text::after {
    height: 32px;
  }
  .expo2025-Header__inner {
    height: 66px;
    padding: 5px 15px;
  }
  .expo2025-Header__lang {
    display: none;
  }
  .expo2025-Hero {
    min-height: 100px;
  }
  .expo2025-Hero__heading {
    padding: 10px;
  }
  .expo2025-Hero__lead {
    font-size: 1.8rem;
  }
  .expo2025-Hero__lead span {
    font-size: 1.8rem;
  }
  .expo2025-Hero__scroll {
    margin-bottom: 20px;
  }
  .expo2025-Content__inner {
    padding: 60px 0 0;
  }
  .expo2025-HeadingLevel2 {
    font-size: 20px;
  }
  .expo2025-HeadingLevel3 {
    font-size: 2rem;
  }
  .expo2025-Break--SPView {
    display: block;
  }
  .expo2025-SectionWrap.-bgColor::before {
    height: 700px;
  }
  .expo2025-SectionWrap {
    padding: 60px 15px;
  }
  .expo2025-SectionWrap.-paddingNarrow {
    padding: 40px 15px;
  }
  .expo2025-Society {
    padding: 60px 15px;
  }
  .expo2025-Society__heading {
    max-width: 246px;
    font-size: 3rem;
  }
  .expo2025-SectionLead {
    padding: 58px 15px 80px;
  }
  .expo2025-SectionLead__heading {
    max-width: 246px;
    font-size: 3rem;
  }
  .expo2025-SectionLead__message {
    margin-top: 39px;
  }
  .expo2025-SectionLead__text {
    margin-top: 40px;
  }
  .expo2025-SectionVideo {
    margin: 30px auto 0;
  }
  .expo2025-Exhibition__inner {
    padding: 60px 15px;
  }
  .expo2025-ExhibitionCard {
    grid-template-columns: repeat(1, 1fr);
  }
  .expo2025-ExhibitionCard__item {
    gap: 20px;
    padding: 30px 20px;
  }
  .expo2025-Exhibition .expo2025-Highlight {
    padding: 40px 15px;
  }
  .expo2025-Experience {
    margin-top: 40px;
  }
  .expo2025-ExperienceCard {
    padding: 20px;
  }
  .expo2025-FutureCity {
    margin: 58px auto 60px;
    padding: 0 15px;
  }
  .expo2025-FutureCity__inner {
    margin-top: -22px;
    padding: 62px 15px 40px;
  }
  .expo2025-FutureCity__text {
    font-size: 1.6rem;
  }
  .expo2025-FutureCity__textMain {
    font-size: 2.2rem;
  }
  .expo2025-FutureCity__textMain ~ p {
    margin-top: 34px;
  }
  .expo2025-FutureCity__inner .expo2025-LinkButton {
    margin: 40px auto 0;
  }
  .expo2025-FutureCity__heading {
    padding: 0 18px;
    width: 100%;
    max-width: 310px;
  }
  .expo2025-FutureCity__heading .expo2025-FutureCity__heading__inner {
    min-height: 44px;
    padding-top: 2px;
    font-size: 2rem;
  }
  .expo2025-FutureCity__card {
    grid-template-columns: repeat(1, 1fr);
    margin: 40px auto 0;
  }
  .expo2025-Lab {
    padding: 0 0 40px;
  }
  .expo2025-Exhibition .expo2025-Highlight + .expo2025-Lab {
    padding-top: 60px;
  }
  .expo2025-Lab__heading {
    font-size: 3rem;
  }
  .expo2025-Lab__heading span {
    font-size: 1.4rem;
  }
  .expo2025-Lab__text {
    font-size: 1.6rem;
  }
  .expo2025-Lab__card {
    margin-top: 60px;
  }
  .expo2025-TopNewsArea {
    padding: 60px 15px;
  }
  .expo2025-TopNewsArea .expo2025-Highlight {
    padding: 40px 0 60px;
  }
  .expo2025-TopNewsArea__heading {
    font-size: 2.6rem;
  }
  .expo2025-InfoArea {
    padding: 60px 15px;
  }
  .expo2025-Card {
    gap: 20px 0;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
  .expo2025-Card.-column2, .expo2025-Card.-text {
    grid-template-columns: repeat(1, 1fr);
  }
  .expo2025-Card.-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .expo2025-Card.-text li:nth-child(odd) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .expo2025-Card.-text li:nth-child(even) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .expo2025-Highlight {
    min-height: 200px;
    padding: 40px 0;
  }
  .expo2025-Highlight__inner {
    padding: 0 10px;
  }
  .expo2025-HighlightList {
    gap: 30px 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .expo2025-HighlightList__text {
    margin-top: 20px;
  }
  .expo2025-News .expo2025-News__inner {
    padding: 22px;
  }
  .expo2025-News.--ver202406 .expo2025-NewsList__text {
    margin-top: 6px;
  }
  .expo2025-News__officialSiteLink a {
    width: 100%;
    font-size: 1.4rem;
  }
  .expo2025-LinkButton {
    margin: 22px auto 0;
    padding: 0 20px;
  }
  .expo2025-LinkButton a {
    width: 100%;
    font-size: 1.4rem;
  }
  .expo2025-NewsList__date {
    display: inline-block;
    padding-top: 2px;
  }
  .expo2025-NewsList__detail {
    display: block;
    margin-top: 6px;
  }
  .expo2025-NewsList__text {
    grid-column: 1/3;
  }
  .expo2025-ThumbLinkList.--officialSite {
    gap: 30px 0;
  }
  .expo2025-ThumbLinkList.--officialSite {
    grid-template-columns: repeat(1, 1fr);
  }
  .expo2025-Relation {
    padding: 56px 15px 60px;
  }
  #Footer.expo2025-Footer .ScrollToTop {
    right: 15px;
  }
  #Footer.expo2025-Footer .ScrollToTop.-stop {
    top: -50px;
    right: 15px;
  }
  .expo2025-Footer__textArea {
    padding: 40px 15px;
  }
  .expo2025-Footer__utility {
    padding: 30px 15px 20px;
  }
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
  #expo2025-Header .IconCorporationLogo {
    width: 160px;
    height: 35px;
  }
  .expo2025-Highlight__inner {
    padding: 0 30px;
  }
  .expo2025-ThumbLinkList.--officialSite {
    gap: 40px 30px;
  }
}
@media only screen and (max-width: 959px) {
  .expo2025-HeaderLogo__text {
    margin-left: 12px;
    padding-left: 12px;
    font-size: 1.2rem;
  }
  .expo2025-HeaderLogo__text::after {
    height: 36px;
  }
  .expo2025-Hero {
    margin-top: 0;
  }
  .expo2025-Break--TBSPView {
    display: block;
  }
  .expo2025-Society {
    padding: 60px 30px;
  }
  .expo2025-SectionLead {
    padding: 100px 30px 80px;
  }
  .expo2025-SectionLead__text p {
    margin-top: 40px;
  }
  .expo2025-Exhibition__inner {
    padding: 100px 30px;
  }
  .expo2025-ExhibitionCard {
    grid-template-columns: repeat(2, 1fr);
  }
  .expo2025-ExhibitionCard__item {
    padding: 40px 30px;
  }
  .expo2025-Exhibition .expo2025-Highlight {
    padding: 40px 30px;
  }
  .expo2025-ExperienceCard {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 30px;
    padding: 40px 30px;
  }
  .expo2025-ExperienceCard__item {
    gap: 40px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .expo2025-ExperienceCard__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .expo2025-FutureCity {
    margin: 72px auto 80px;
  }
  .expo2025-Lab {
    padding: 0 0 80px;
  }
  .expo2025-Exhibition .expo2025-Highlight + .expo2025-Lab {
    padding-top: 100px;
  }
  .expo2025-Card.-column3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .expo2025-HighlightList {
    grid-template-columns: repeat(2, 1fr);
  }
  .expo2025-ThumbLinkList.--relation {
    gap: 30px 20px;
  }
  .expo2025-ThumbLinkList.--officialSite {
    grid-template-columns: repeat(2, 1fr);
  }
  .expo2025-ThumbLinkList.--relation {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 560px) {
  .expo2025-Break--PCTBView {
    display: block;
  }
}
@media only screen and (min-width: 959px) {
  .expo2025-SectionLead__text {
    display: grid;
    grid-template-columns: 1fr 0.8fr 0.8fr;
    gap: 0 10px;
    text-align: left;
  }
  .expo2025-SectionLead__text p:nth-of-type(1) {
    padding-right: 5%;
  }
  .expo2025-SectionLead__text p:nth-of-type(2) {
    padding-right: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .expo2025-SectionBorder {
    padding: 60px 15px;
  }
}
@media only screen and (min-width: 769px) {
  .expo2025-ThumbLinkList.--relation.row-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 959px) and (max-width: 559px) {
  .expo2025-ThumbLinkList.--relation {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 960px) {
  .expo2025-Footer__utility {
    display: grid;
    grid-template-columns: 160px 1fr 160px;
  }
  .expo2025-Footer__utilityList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .expo2025-Footer__copylight {
    margin-top: 0;
    text-align: right;
  }
  body.en .expo2025-Footer__utilityList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  body.en .expo2025-Footer__copylight {
    margin-top: 0;
    text-align: right;
  }
}
@media print, screen and (max-width: 959px) {
  .expo2025-Footer__utility {
    padding: 30px 30px 20px;
  }
}
@media print, screen and (min-width: 560px) {
  .expo2025-Footer__lang {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header {
    border-top: 0.26042vw solid #009DA6;
  }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0.88542vw 0 0.9375vw;
    width: 83.33334vw;
  }
  .header__logo {
    border-right: 0.05209vw solid #C7C7C7;
    padding-right: 1.14584vw;
    margin-right: 1.14584vw;
  }
  .header__logo a {
    width: 9.84375vw;
  }
  .header__logo a:hover {
    opacity: 0.5;
  }
  .header__logo a:focus {
    opacity: 0.5;
  }
  .header__pageName {
    font-size: 0.78125vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .header__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__group a {
    display: block;
    width: 6.51042vw;
  }
  .header__group a:hover {
    opacity: 0.5;
  }
  .header__group a:focus {
    opacity: 0.5;
  }
  .expo2025-Footer__inner {
    padding: 2.08334vw 1.5625vw 2.34375vw;
  }
  .expo2025-Footer__logo {
    width: 220px;
  }
  .expo2025-Footer__logo img {
    height: 100%;
  }
  .expo2025-Footer__txt {
    font-size: 14px;
    margin-top: 0.52084vw;
  }
  .expo2025-Footer__copyright {
    font-size: 12px;
    margin-top: 0.15625vw;
  }
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.25vw 10.41667vw 1.61459vw;
    width: 83.33334vw;
  }
  .footer__ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.52084vw;
  }
  .footer__link {
    font-size: 0.72917vw;
    font-weight: 500;
  }
  .footer__content {
    margin: 0;
  }
  .footer__icon {
    margin: 0 0 0 auto;
    width: 1.45834vw;
  }
  .footer__company {
    margin: 0.52084vw 0 0 auto;
    width: 7.98334vw;
  }
  .footer__copyright {
    font-size: 0.72917vw;
    margin-top: 0.52084vw;
  }
  .relatedLinks {
    padding-top: 120px;
  }
  .relatedLinks__inner {
    padding-bottom: 1.3020833333vw;
  }
  .relatedLinks__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.71875vw;
    margin: 0 auto;
    width: 83.33334vw;
  }
  .relatedLinks__list a {
    display: block;
  }
  .relatedLinks__list .ttl {
    font-size: 1.04167vw;
    line-height: 1.45;
    margin-top: 0.83334vw;
  }
  .relatedLinks__list .guide {
    font-size: 1.14584vw;
    line-height: 1.45455;
    margin-top: 0;
  }
  .relatedLinks__list .guide--in::after, .relatedLinks__list .guide--out::after {
    margin-left: 0.78125vw;
  }
  .relatedLinks__list .guide--in::after {
    height: 0.59636vw;
    width: 0.29792vw;
  }
  .relatedLinks__list .guide--out::after {
    height: 1.04167vw;
    width: 1.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .c-img-box:before {
    top: -10px;
    right: -8px;
  }
  .c-img-box::after {
    bottom: -10px;
    left: -5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .wide-scroll .wide-scroll__inner .icon-container .label::before {
    width: 0.3846153846vw;
    height: 0.3846153846vw;
  }
  .kv__inner {
    height: 46.875vw;
  }
}
@media only screen and (max-width: 1300px) {
  .wide-scroll .wide-scroll__inner .icon-container .label::before {
    border-width: 1px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .relatedLinks__list li {
    width: 26.04167vw;
  }
  .relatedLinks__list a:hover {
    color: #05A8A9;
    opacity: 0.5;
  }
  .relatedLinks__list a a:focus {
    color: #05A8A9;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 767px) {
  .home .section-main-block .flex-box .bg-black {
    width: 81.0666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .home .section-main-block .flex-box .bg-black .black-box .black-ttl .en {
    font-size: min(26px, 1.3541666667vw);
  }
  .home .section-main-block .flex-box .bg-black .black-box .black-ttl .jp {
    font-size: min(20px, 1.0416666667vw);
  }
  .home .section-main-block .flex-box .bg-black .read {
    font-size: min(18px, 0.9375vw);
  }
  .home .bg-story::after {
    aspect-ratio: 1600/6800;
    max-width: min(1600px, 100vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .home .section-main-block .flex-box .bg-black .black-box .black-ttl .en {
    font-size: min(22px, 1.1458333333vw);
  }
  .home .section-main-block .flex-box .bg-black .black-box .black-ttl .jp {
    font-size: min(19px, 0.9895833333vw);
  }
  .home .section-main-block .flex-box .bg-black .read {
    font-size: 0.8854166667vw;
  }
}
@media only screen and (max-width: 1200px) {
  .home .section-main-block .img-area {
    top: min(40px, 2.0833333333vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) and (max-width: 1200px) {
  .home .bg-story::after {
    max-width: min(1500px, 125vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) and (max-width: 1200px) and (max-width: 900px) {
  .home .bg-story::after {
    max-width: min(1400px, 155.5555555556vw);
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .home .section-foot-block .wrap .read {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1110px) {
  .visit .mv-section .l-grid {
    grid-template-columns: 1fr min(600px, 54.0540540541vw);
    gap: min(50px, 4.5045045045vw);
  }
  .visit .mv-section .mv-sub-img img {
    max-height: min(120px, 10.8108108108vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1320px) {
  .visit .mv-section .main-ttl .sub {
    font-size: clamp(15px, 1.0416666667vw, 25px);
  }
  .visit .mv-section .main-ttl .sub .en-txt {
    font-size: clamp(24px, 1.6666666667vw, 40px);
  }
  .visit .mv-section .main-ttl .sub .en-txt.large {
    font-size: clamp(31.5px, 2.1875vw, 52.5px);
  }
  .visit .mv-section .main-ttl .main {
    font-size: clamp(27px, 1.875vw, 45px);
  }
  .visit .mv-section .main-ttl .main .large {
    font-size: clamp(37.5px, 2.6041666667vw, 62.5px);
  }
}
@media only screen and (max-width: 767px) and (max-width: 340px) {
  .visit .mv-section .mv-sub-img {
    margin: -40px auto 0;
  }
}
@media only screen and (max-width: 1285px) {
  .visit .mv-section .note + .txt.eng-hp {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .visit .contents-section .intro-wrap {
    padding: min(34px, 1.7708333333vw) min(30px, 2.6315789474vw) min(39px, 2.03125vw);
  }
  .visit .contents-section .intro-wrap .info {
    grid-template-columns: 100px 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 975px) {
  .visit .contents-section .intro-wrap .deco {
    top: 70px;
  }
}
@media only screen and (max-width: 1000px) {
  .visit .contents-section .l-felx {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr;
    gap: 26px;
    margin: 12px 0 0;
    padding: 0 5px;
  }
  .visit .contents-section .l-felx .img {
    max-width: 204px;
    margin: auto;
  }
  .visit .contents-section .l-felx .img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1370px) {
  .visit .contents-section .border-box.l-img {
    grid-template-columns: 1fr;
  }
  .visit .contents-section .border-box.l-img .txt {
    margin-top: 0;
  }
}
@media only screen and (max-width: 940px) {
  .visit .modal {
    padding: 42px 25px 0;
  }
}
/*# sourceMappingURL=germination-lab.css.map */