@charset "UTF-8";
/* クボタグループリンク */
.header__groupName {
  width: 6.51042vw;
}
@media screen and (max-width: 768px) {
  .header__groupName {
    display: none;
  }
}
.header__groupName a {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .header__groupName:hover {
    opacity: 0.5;
  }
}

/* 動画セクション */
.movie-wrap {
  margin: 10.9375vw auto 0;
  position: relative;
  width: 57.29167vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .movie-wrap {
    margin: 26.66667vw auto 0;
    width: auto;
  }
}

.movie-wrap__ttl {
  color: #008486;
  font-size: 1.82292vw;
  font-weight: 500;
  line-height: 1.4572;
  text-align: center;
  margin-bottom: 2.60417vw;
}
@media screen and (max-width: 768px) {
  .movie-wrap__ttl {
    font-size: 5.86667vw;
    line-height: 1.4546;
    margin-bottom: 5.33334vw;
  }
}

.movie-wrap .movie {
  aspect-ratio: 16/9;
  margin: 0 auto;
  position: relative;
  width: 49.47917vw;
}
@media screen and (max-width: 768px) {
  .movie-wrap .movie {
    width: 84vw;
  }
}
.movie-wrap iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* relatedLinks
-------------------------------------------------- */
.relatedLinks {
  margin-top: 0;
  padding: 10.41667vw 0 7.8125vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .relatedLinks {
    margin-top: 13.33334vw;
    padding: 26.66667vw 0 !important;
  }
}

.relatedLinks__inner {
  padding-bottom: 7.8125vw;
}
@media screen and (max-width: 768px) {
  .relatedLinks__inner {
    margin: 0 auto;
    padding-bottom: 26.66667vw;
    width: 92vw;
  }
}

.relatedLinks__inner {
  margin: 0 auto;
  padding: 0;
  width: 92vw;
}
@media screen and (min-width: 769px) {
  .relatedLinks__inner {
    width: auto;
  }
}

.relatedLinks__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.08334vw 1.92709vw;
  margin: 0 auto;
  width: 53.64584vw;
}
@media screen and (max-width: 768px) {
  .relatedLinks__list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 9.33334vw 0;
    width: auto;
  }
}
.relatedLinks__list > li {
  width: 25.83334vw;
}
@media screen and (max-width: 768px) {
  .relatedLinks__list > li {
    width: 100%;
  }
}
.relatedLinks__list a {
  display: block;
}

.relatedLinks__list li a {
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.relatedLinks__list li a:link {
  color: #008486;
  text-decoration: underline;
}

.relatedLinks__list li a:visited {
  color: #008486;
  text-decoration: none;
}

.relatedLinks__list li a:hover, a:focus {
  color: #00a8a9;
}

.relatedLinks__list li a:active {
  color: #008486;
  text-decoration: none;
}

.relatedLinks__list li a,
*::before,
*::after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 769px) {
  .relatedLinks__list .img {
    transition: 0.6s;
  }
}
.relatedLinks__list .txt {
  font-size: 0.9375vw;
  line-height: 1.4445;
  margin-top: 0.57292vw;
}
@media screen and (min-width: 769px) {
  .relatedLinks__list .txt {
    transition: 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .relatedLinks__list .txt {
    font-size: 3.73334vw;
    line-height: 1.4286;
    margin-top: 2.13334vw;
  }
}
.relatedLinks__list .txt > span {
  display: block;
}
.relatedLinks__list .txt > span::after {
  content: "";
  display: inline-block;
  background-image: url("/expo/assets/img/icon_relatedLinks_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.75521vw;
  width: 0.44271vw;
  margin-left: 0.52084vw;
}
@media screen and (max-width: 768px) {
  .relatedLinks__list .txt > span::after {
    height: 4vw;
    width: 2.4vw;
    margin-left: 2.66667vw;
  }
}
.relatedLinks__list .txt .f_bold {
  font-size: 1.14584vw;
  font-weight: 700;
  line-height: 1.4546;
}
@media screen and (max-width: 768px) {
  .relatedLinks__list .txt .f_bold {
    display: inline-block;
    font-size: 4.8vw;
    line-height: 1.4445;
    margin-top: 1.33334vw;
  }
}
@media screen and (max-width: 768px) {
  .relatedLinks__list .txt .f_size_sp {
    font-size: 4.53334vw;
    letter-spacing: -0.03em;
  }
}

/* アイコン（外部リンク） */
.relatedLinks__list li:has([target^=_blank]) .txt > span::after {
  background-image: url("/expo/assets/img/icon_relatedLinks_02.png");
  height: 1.04167vw;
  width: 1.25vw;
}
@media screen and (max-width: 768px) {
  .relatedLinks__list li:has([target^=_blank]) .txt > span::after {
    height: 3.85067vw;
    width: 4.62134vw;
  }
}

@media screen and (min-width: 769px) {
  .relatedLinks__list li:hover .img {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .relatedLinks__list li:hover .txt {
    color: #05A8A9;
  }
}

/* footer
-------------------------------------------------- */
.footer {
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.footer__inner {
  border-top: 0.05209vw solid #999;
  padding: 1.61459vw 3.85417vw 1.66667vw;
  position: relative;
  width: auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    border-top: 0.26667vw solid #999;
    margin: 0 auto;
    padding: 5.86667vw 0 6.66667vw;
    width: auto;
  }
}

.footer__top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .footer__top {
    position: relative;
    transform: initial;
    top: initial;
    left: initial;
  }
}

.footer__langList {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__langList {
    display: block;
  }
}
.footer__langList ul {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.footer__langList ul::before {
  content: "/";
  order: 2;
  font-size: 0.78125vw;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0.36459vw;
}
@media screen and (max-width: 768px) {
  .footer__langList ul::before {
    font-size: 4vw;
    margin: 0 1.86667vw;
  }
}
.footer__langList a {
  color: #000;
  font-size: 0.78125vw;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer__langList a {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .footer__langList a:hover {
    color: #009DA6;
  }
}
.footer__langList .en {
  order: 1;
}
.footer__langList .jp {
  order: 3;
}
.footer__langList .jp a {
  color: #BEBEBE;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    margin-top: 6.93334vw;
  }
}
.footer__nav a {
  color: #00A8A9;
  font-size: 0.72917vw;
  font-weight: 500;
  line-height: 1.4286;
}
@media screen and (max-width: 768px) {
  .footer__nav a {
    font-size: 3.73334vw;
    line-height: 1.4286;
  }
}
.footer__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.5625vw;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    flex-direction: column;
    gap: 2.13334vw 0;
  }
}

.footer__bottom {
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    margin: 2.4vw auto 0;
  }
}

.footer__logo {
  margin-left: auto;
  width: 7.96875vw;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 37.86667vw;
    margin: 0 auto;
  }
}

.footer__copyright {
  color: #999999;
  font-size: 0.72917vw;
  font-weight: 500;
  line-height: 1.75;
  text-align: right;
  margin-top: 0.3125vw;
  width: 8.22917vw;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 2.66667vw;
    line-height: 1.5;
    margin-top: 5.33334vw;
    width: auto;
  }
}
