.globalFooter {
  width: 100%;
  background-color: #fbfbfb;
  font-family: 'Noto Serif JP', serif;
  color: #333;
}

.g-Footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerColumns {
  display: grid;
  grid-template-columns: repeat(3, 4fr);
  gap: 3rem;
  width: 100%;
}

.footerColumn {
  min-width: 250px;
  padding-left: 6vw;
}

.footerColumn ul {
  list-style: none;
  padding: 0;
}

.footerColumn li {
  margin-bottom: 0.8rem;
}

.footerColumn a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
}

.footerColumn .subItem a {
  font-size: 1.2rem;
  color: #666;
  margin-left: 1rem;
  font-weight: normal;
}

.g-Footer-AIH-Logo {
  text-align: center;
  margin: 3rem 0 1rem;
}

.g-Footer-AIH-Logo img {
  max-width: 160px;
  width: 100%;
  height: auto;
}

.g-Footer-copyright {
  background-color: #1E2635;
  text-align: center;
  padding: 2rem 1rem;
}

.g-Footer-copyright small {
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
  .footerColumns {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}
