.consul-navi-top {
  background: #084567;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consul-global-navi__list:nth-child(1) {
  width: 15.72917%;
}

.consul-global-navi__list:nth-child(2) {
  width: 23.64583%;
}

.consul-global-navi__list:nth-child(3) {
  width: 20.52083%;
}

.consul-global-navi__list:nth-child(4) {
  width: 39.79167%;
  background: #031029;
}

.consul-global-navi__list:last-child a:after {
  background-color: #119fa2;
}

.consul-global-navi.is-home .consul-global-navi__list:nth-child(1) {
  width: 15.72917%;
}

.consul-global-navi.is-home .consul-global-navi__list:nth-child(2) {
  width: 23.64583%;
}

.consul-global-navi.is-home .consul-global-navi__list:nth-child(3) {
  width: 20.52083%;
}

.consul-global-navi.is-home .consul-global-navi__list:nth-child(4) {
  width: 39.79167%;
}

@media screen and (max-width: 768px) {
  .consul-global-navi {
    background-color: #084567;
    position: relative;
  }
  .consul-navi-top {
    position: absolute;
    background: none;
    height: auto;
    display: block;
    width: 41.6vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3.4666666vw;
    max-width: 208px;
    z-index: 2;
  }
  .consul-navi-top__link {
    width: 100%;
    display: block;
  }
  .consul-global-navi__lists {
    padding-bottom: 10.66667vw;
  }
  .consul-global-navi__list:last-child {
    margin-top: 0;
  }
  #footer .footer__navi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .footer__navi li {
    margin-right: 1em;
    margin-left: 1em;
  }
  #footer .footer__navi li:first-child {
    margin-left: 0;
  }
  #footer .footer__navi li:nth-child(5)::before {
    display: block;
  }
  #footer .footer__navi li:nth-child(6) {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  #footer .footer__navi li::before {
    left: -1em;
  }
}
