.footer__main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: min(17.986vw, 259px);
  padding: 10px 20px;
  background-color: #202020;
}

@media (min-width: 1025px) {
  .footer__main {
    min-height: min(5.090vw, 259px);
  }
}

.footer__main-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 8px;
}

.footer__main-logo img {
  width: auto;
  height: 30px;
}

.footer__main-address {
  padding-top: 20px;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
}

@media (min-width: 1025px) {
  .footer__main-address {
    font-size: 12px;
  }
}

.footer__main-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer__main-link {
  color: #FFFFFF;
  font-size: 12px;
}

.footer__main-link a:hover {
  opacity: 0.7;
}

.footer__main-link a img {
  width: 12px;
  height: 12px;
}

.footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  padding: 8px 8px;
  background-color: #C3B0CA;
}

.footer__copyright p {
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
}
