.footer {
  max-width: 1920px;
  min-width: 1366px;
  width: 100%;
  height: 541px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.footer__upper {
  width: 100%;
  height: 496px;
  position: relative;
}

.footer__aboutUs {
  position: absolute;
  top: 20px;
  left: 15%;
}

.footer__aboutUs__image {
  width: 141px;
  height: 116px;
}

.footer__aboutUs__contact {
  margin-top: 5px;
  color: #9f7b4f;
  font-size: 14px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.08em;
  line-height: 2;
}

.footer__sns {
  display: flex;
  gap: 16px;
  margin-top: 48px;
}

.footer__sns--sp {
  display: none;
}

.footer__aboutUs__aboutSite {
  margin-top: 8px;
  color: #222;
  font-size: 14px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.08em;
  line-height: 2.5;
}

.footer__aboutUs__aboutSite a:hover {
  opacity: 0.5;
  cursor: pointer;
}

.footer__aboutUs__aboutSite__image {
  width: 11px;
  height: 11px;
}

.footer__nav {
  position: absolute;
  top: 170px;
  left: 57%;
  width: 600px;
  display: flex;
  flex-wrap: wrap;
}

.footer__nav a {
  flex-basis: calc(50% - 10px);
  margin: 0 5px 28px 5px;
  color: #222;
  font-family: "ZenOldMincho-Medium", "Zen Old Mincho";
  display: flex;
  align-items: center;
}

.footer__nav__smallLine {
  width: 11px;
  height: 1px;
  background: #222;
}

.footer__copyright {
  width: 100%;
  height: 45px;
  background: #81807d;
  color: #fff;
  font-size: 14px;
  font-family: "NotoSansJP-Regular", "Noto Sans JP";
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}
