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

.expo2025-Footer__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10.66667vw 4vw;
}
@media screen and (min-width: 769px) {
  .expo2025-Footer__inner {
    padding: 2.08334vw 1.5625vw 2.34375vw;
  }
}

.expo2025-Footer__logo {
  margin: 0 auto;
  height: auto;
  width: 58.66667vw;
}
@media screen and (min-width: 769px) {
  .expo2025-Footer__logo {
    height: 4.6875vw;
    width: 12.39584vw;
  }
}

.expo2025-Footer__txt {
  font-size: 3.73334vw;
  line-height: 1.71429;
  text-align: center;
  margin-top: 2.66667vw;
}
@media screen and (min-width: 769px) {
  .expo2025-Footer__txt {
    font-size: 0.78125vw;
    margin-top: 0.52084vw;
  }
}

.expo2025-Footer__copyright {
  line-height: 1.66667;
  text-align: center;
  font-size: 3.2vw;
  margin-top: initial;
}
@media screen and (min-width: 769px) {
  .expo2025-Footer__copyright {
    font-size: 0.72917vw;
    margin-top: 0.15625vw;
  }
}

/* footer
-------------------------------------------------- */
.expo2025-Footer__utility {
  background-color: #fff;
  border-top: 1px solid #c6c6c6;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 30px 30px 35px;
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .expo2025-Footer__utility {
    display: grid;
    grid-template-columns: 160px 1fr 160px;
  }
}
@media print, screen and (max-width: 959px) {
  .expo2025-Footer__utility {
    padding: 30px 30px 20px;
  }
}
@media only screen and (max-width: 559px) {
  .expo2025-Footer__utility {
    padding: 30px 15px 20px;
  }
}
.expo2025-Footer__lang {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0 18px;
  align-items: baseline;
}

.expo2025-Footer__lang a {
  color: #000;
  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: "";
  background-color: #666;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  height: 13px;
  width: 1px;
  position: absolute;
  top: 5px;
  left: -9px;
  transform: rotate(22deg);
}

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

@media print, screen and (min-width: 560px) {
  .expo2025-Footer__lang {
    display: none;
  }
}
.expo2025-Footer__utilityList {
  color: #666;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 13px 28px;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.expo2025-Footer__utilityList a {
  color: #008486;
}

.expo2025-Footer__utilityList a:hover {
  color: #00a8a9;
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .expo2025-Footer__utilityList {
    flex-direction: row;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.expo2025-Footer__copylight {
  text-align: center;
  grid-column: 3/4;
  grid-row: 1/2;
}

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

@media print, screen and (min-width: 769px) {
  .expo2025-Footer__copylight {
    margin-top: 0;
    text-align: right;
  }
}
.expo2025-Footer__copylight__logo {
  display: block;
  margin: 0 auto 5px;
  width: 120px;
}
@media print, screen and (min-width: 769px) {
  .expo2025-Footer__copylight__logo {
    margin: 0 0 5px auto;
  }
}

.expo2025-Footer__copylight__logo img {
  width: auto;
}

.expo2025-Footer__copylight__txt {
  white-space: nowrap;
}
