@charset "utf-8";

#header .site-title a {
  background-image: url(../images/site-title_en.svg);
}

#header .supplement-nav li.inquiry {
  position: relative;
}
#header .supplement-nav li.inquiry a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-link li a .title {
  font-size: min(3.6vw, 1.6rem);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

#footer .information .site-title a {
  background-image: url(../images/site-title_white_en.svg);
}

@media (min-width: 950px) {
  #header .supplement-nav li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #header .supplement-nav a {
    font-size: 1.6rem;
  }

  #header .supplement-nav li.access {
    grid-row: auto;
  }

  .global-nav .nav-item-name {
    font-size: min(1.4vw, 1.6rem);
  }

  .global-nav .child-nav li:not(:last-child) {
    margin-bottom: 1em;
  }
  .global-nav .child-nav a {
    line-height: 1.4;
  }

  #fixed-nav a {
    font-size: 1.4rem;
  }

  #footer {
    padding: 30px min(6%, 80px) 30px;
  }
}

@media (max-width: 949px) {
  .global-nav .nav-item-name {
    font-size: 5.4vw;
  }
}
