.footer__inner {
  max-width: 1780px;
}
.footer__search {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 66%;
}
.footer__search__block {
  margin-top: 0;
  align-items: flex-start;
}
.footer__search__block:not(:first-child) {
  margin-top: 10px;
}
.footer__search__block .hd {
  white-space: nowrap;
  flex-basis: 110px;
}
.footer__nav {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .footer__searchLinks {
    flex: 1 1 60%;
  }
}
@media (max-width: 768px) {
  .footer__searchLinks {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .footer__bnr {
    flex: 0 1 40%;
    margin-left: auto;
    max-width: 330px;
  }
}
@media (max-width: 768px) {
  .footer__bnr {
    margin: 30px auto 10px;
    max-width: 360px;
  }
}
.footer__bnr a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (hover: hover) {
  .footer__bnr a:hover .image {
    opacity: 0.7;
  }
}
.footer__bnr .image {
  transition: 0.3s;
}
.footer__bnr .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer__bnr .text {
  display: block;
  position: relative;
  font-weight: bold;
  letter-spacing: normal;
  padding-bottom: 3px;
}
.footer__bnr .text::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid;
}
.footer__bnr .text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin: 0 0 -8px 0;
  aspect-ratio: 1 / 1;
  background: url(../img/common/ico_external.png) no-repeat center center / contain;
  width: 10px;
}
