@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__shop-nationwide {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__shop-link {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav .footer-nav {
    width: 53%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__nav .footer-nav {
    width: calc(100% - 20vw - 40px);
    display: block;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__nav .footer-nav .linelist {
    display: inline-block;
    text-align: left;
  }
}
.footer__nav .footer-nav .linelist li {
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__nav .footer-nav .linelist li {
    margin-bottom: 0.5vw;
  }
}
.footer__nav .footer-nav .linelist li:nth-last-of-type(3) {
  margin-right: 0;
}
.footer__nav .footer-nav .linelist li:last-of-type {
  width: 50%;
  width: auto;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__nav .footer-nav .linelist .hv-o {
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__logo {
    width: 16.6666666667vw;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__tel {
    font-size: 1.3333333333vw;
  }
}
.footer__tel span {
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__tel span {
    font-size: 1.9166666667vw;
  }
}
.footer-sns {
  align-items: flex-end;
  padding-left: 4px;
}
.footer-sns__list {
  padding: 2rem 0;
}
.footer-sns__list li {
  margin-left: 30px !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-sns__list li {
    height: 2.5vw !important;
  }
}
.footer-sns__list li:first-of-type {
  margin-left: 0 !important;
}
.footer-sns__list li a img {
  height: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-sns__list li a img {
    height: 1.9166666667vw;
  }
}
.footer-sns__list .link-youtube a img {
  height: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-sns__list .link-youtube a img {
    height: 1.25vw;
  }
}
.footer-sns__list.sp-menu-foot {
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-sns__nav li a {
    font-size: 1.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer__copyright {
    font-size: 0.8333333333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .home .section-about__content .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .home .section-plan__contents .swiper-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .home .section-guarantee__card-list .row .col-md-3:nth-of-type(3) .card-guarantee__icon img {
    max-height: 8rem;
  }
}