@media (max-width: 1024px) {
  #footer {
      padding-left: 5%;
      padding-right: 5%;
      margin-right: 0px;
  }
}
#footer {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 123px;
}

#footer {
  padding-left: 5%;
  padding-right: 5%;
  margin-right: 61px;
}

footer {
  display: block;
}

#footer .section01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#footer .section01 .logo img {
  border: none;
}

#footer .section01 .mail p:nth-child(2) {
  max-width: 200px;
}

address {
  display: block;
  font-size: 16px;
  font-style: normal;
}

#footer .section02 {
  padding: 20px 0 40px;
  font-size: 10px;
  color: #999;
}

#footer .section02 p:nth-child(1) {
  text-align: center;
}

#footer .section02 p:nth-child(2) {
  text-align: right;
}

/* ===== ▼append style ===== */

#footer {
  background: #fff; /* new */
  height: auto; /* new */
  margin-right: 0; /* override */
}

@media (max-width: 767px) {
  #footer .section01 {
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer .section01 address {
    width: 100%;
    text-align: center;
  }
  #footer .section01 .mail p:nth-child(2) {
    margin: 0 auto;
  }
}

address {
  text-align: left;
}