/* media 1430 */
@media (max-width: 1430px) {
  .footer-wrap .info ul,
  .footer-wrap .tel ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .footer-wrap .info li,
  .footer-wrap .tel li {
    width: 100%;
  }
  .footer-wrap .info li + li,
  .footer-wrap .tel li + li {
    padding-left: 0;
  }
  .footer-wrap .info li + li:before,
  .footer-wrap .tel li + li:before {
    display: none;
  }
  .footer-wrap .tel {
    text-align: right;
  }
  .section1 .text-box h2 {
    font-size: 3.5vw;
  }
  .section1 .text-box img {
    width: 20vw;
  }
}
/* media 1024 */
@media (max-width: 1024px) {
  .top-banner-wrap,
  .popup-zone {
    display: none !important;
  }
  .section1 .text-box h2 {
    font-size: 4.5vw;
  }
  .section1 .text-box img {
    width: 27vw;
  }
}
/* media 720 */
@media (max-width: 720px) {
  .footer-wrap p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
  }
  .footer-wrap .flex {
    flex-direction: column;
  }
  .footer-wrap .info {
    text-align: center;
  }
  .footer-wrap .info ul {
    justify-content: center;
    align-items: center;
  }
  .footer-wrap .info li {
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
  }
  .footer-wrap .info p {
    margin: 10px 0;
  }
  .footer-wrap .tel {
    margin: 0;
  }
  .footer-wrap .tel ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-wrap .tel li {
    width: auto;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
  }
  .footer-wrap .tel li + li {
    margin-left: 20px;
  }
  .footer-wrap .tel li:last-child {
    width: 100%;
    flex-shrink: 0;
    text-align: center;
  }
  .footer-wrap .tel p {
    text-align: center;
  }
  .intro-wrap h2 {
    font-size: 6vw;
  }
  .section1 .text-box h2 {
    font-size: 5.5vw;
  }
  .section1 .text-box img {
    width: 32vw;
  }
}
/* media 400 */