/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

.utility__item02 button {
  width: 8.2rem;
}

.header__nav__list .list__item {
  max-width: 20rem;
}

.header__nav__list .list__item:first-of-type {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1060px) {
  .header__nav__list .list__item:first-of-type {
    border-left: none;
  }
}

.header__nav__list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*  */
.header__nav__list.current-cooperation .list__item.item02 a {
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .header__nav__list.current-cooperation .list__item.item02 a {
    color: inherit;
  }
}
.header__nav__list.current-cooperation .list__item.item02 a::before {
  opacity: 1;
}

.header__nav__list.current-overview .list__item.item03 a {
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .header__nav__list.current-overview .list__item.item03 a {
    color: inherit;
  }
}
.header__nav__list.current-overview .list__item.item03 a::before {
  opacity: 1;
}

.header__nav__list.current-incorporate .list__item.item03 a {
  color: #000;
}
@media screen and (max-width: 1060px) {
  .header__nav__list.current-incorporate .list__item.item03 a {
    color: inherit;
  }
}
.header__nav__list.current-incorporate .list__item.item03 a::before {
  opacity: 0;
}

.header__nav__list.current-incorporate .list__item.item04 a {
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .header__nav__list.current-incorporate .list__item.item04 a {
    color: inherit;
  }
}
.header__nav__list.current-incorporate .list__item.item04 a::before {
  opacity: 1;
}

.header__nav__list.current-incorporate .list__item a:hover {
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .header__nav__list.current-incorporate .list__item a:hover {
    color: inherit;
  }
}
.header__nav__list.current-incorporate .list__item a:hover::before {
  opacity: 1;
}
/*  */

.header__nav__list.current-publications .list__item.item05 a::before {
  opacity: 1;
}
.header__nav__list.current-publications .list__item.item05 a {
  color: #fff;
}

.header__nav__list .list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
}

.header__nav__list .list__item a .en {
  display: block;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1060px) {
  .header__nav__list .list__item a .en {
    font-size: 2.8rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: #000;
  }
}

.header__nav__list .list__item a .jp {
  display: none;
}

@media screen and (max-width: 1060px) {
}
