*, *::before, *::after {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.footer__link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 10px;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer__link {
    padding: 20px 0;
  }
  .footer__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    height: 1px;
    width: auto;
    background: #a28e5b;
    margin: 0 20px;
  }
}
@media (min-width: 1240px) {
  .footer__link {
    padding: 0;
  }
}
.footer__link a {
  background: #fff;
}
.footer__link ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 0;
  flex: 1;
  padding: 1rem;
}
.footer__link ul:nth-child(1) {
  padding: 1rem 1rem 1rem 0;
}
.footer__link ul:nth-child(3) {
  padding: 1rem 0 1rem 1rem;
}
@media (max-width: 768px) {
  .footer__link ul {
    flex: none;
    width: 100%;
    padding: 10px !important;
  }
}
.footer__link ul:nth-child(2) {
  position: relative;
}
.footer__link ul:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  width: 1px;
  background: #a28e5b;
}
@media (max-width: 768px) {
  .footer__link ul:nth-child(2)::before {
    left: 0;
    top: -12px;
    right: 0;
    height: 1px;
    width: auto;
  }
}
.footer__link ul:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  width: 1px;
  background: #a28e5b;
}
@media (max-width: 768px) {
  .footer__link ul:nth-child(2)::after {
    top: auto;
    left: 0;
    bottom: -8px;
    right: 0;
    height: 1px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .footer__link ul:nth-child(2) {
    margin-bottom: 0.4rem;
    padding-top: 1.2rem;
  }
  .footer__link ul:nth-child(2) li:first-child {
    margin-top: 0.5rem;
  }
  .footer__link ul:nth-child(2) li:last-child {
    margin-bottom: 0.5rem;
  }
}
.footer__link ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.footer__link ul a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  aspect-ratio: 5/1;
  border-radius: 3px;
}
.footer__link ul img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 2px;
}

.footer__other {
  max-width: 1078px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.footer__other ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 3rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer__other ul {
    flex-direction: column;
    padding: 0 10px;
    gap: 1.5rem;
  }
}
.footer__other ul li {
  flex: 1;
}
@media (max-width: 768px) {
  .footer__other ul li {
    width: 100%;
  }
}
.footer__other ul a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  aspect-ratio: 5/1;
  border-radius: 3px;
  background: #fff;
}
.footer__other ul img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px;
}
.footer__other .youtube {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__other .youtube a {
  letter-spacing: 0.1rem;
}
.footer__other .youtube a::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  background-image: url("/_asset/img/youtube.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}/*# sourceMappingURL=footer0523_2.css.map */