@charset "UTF-8";
/* hederとfooterの設定
================================================== */
/* header
-------------------------------------------------- */
.header {
  background-color: #fff;
  position: relative;
  border-top: 2.13334vw solid #009DA6;
}

@media screen and (min-width: 769px) {
  .header {
    border-top: 0.26042vw solid #009DA6;
  }
}
.header__inner {
  margin: 0 auto;
  padding: 5.86667vw 1.33334vw 7.2vw;
  width: 92%;
}

@media screen and (min-width: 769px) {
  .header__inner {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.88542vw 0 0.9375vw;
    width: 83.33334vw;
  }
}
.header__logoWrap {
  display: flex;
  align-items: center;
}

.header__logo {
  border-right: 0.26667vw solid #C7C7C7;
  flex-shrink: 0;
  padding-right: 2.13334vw;
  margin-right: 2.13334vw;
}

@media screen and (min-width: 769px) {
  .header__logo {
    border-right: 0.05209vw solid #C7C7C7;
    padding-right: 1.14584vw;
    margin-right: 1.14584vw;
  }
}
.header__logo a {
  display: block;
  width: 32.46134vw;
}

@media screen and (min-width: 769px) {
  .header__logo a {
    width: 9.84375vw;
  }
}
@media screen and (min-width: 769px) {
  .header__logo a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) {
  .header__logo a:focus {
    opacity: 0.5;
  }
}
.header__pageName {
  color: #000;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.41667;
}

@media screen and (min-width: 769px) {
  .header__pageName {
    font-size: 0.78125vw;
    font-weight: 700;
    line-height: 1.4;
  }
}
.header__group {
  display: none;
}

@media screen and (min-width: 769px) {
  .header__group {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .header__group a {
    display: block;
    width: 6.51042vw;
  }
}
@media screen and (min-width: 769px) {
  .header__group a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) {
  .header__group a:focus {
    opacity: 0.5;
  }
}
/* footer
-------------------------------------------------- */
.expo2025-Footer__utility {
  line-height: 1;
}

.expo2025-Footer__copylight__txt {
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .expo2025-Footer__copylight__txt {
    line-height: 1.07143;
  }
}
@media screen and (max-width: 768px) {
  .expo2025-Footer__copylight__txt small {
    line-height: initial;
  }
}
