.footer {
  background-color: #F2F5F7;
  margin-top: -50px;
}

.footer__container {
  max-width: 1440px;
  margin: 0px auto 0;
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 120px;
}

.footer__logo {
  width: 500px;
}

.footer__logo>a {
  transition: all 0.3s ease;
  display: block;
}

.footer__logo>a:hover {
  opacity: 0.7;
}

.footer__sns {
  display: flex;
  align-items: center;
  margin-top: 38.8px;
}

.footer__sns-link {
  margin-right: 16px;
  width: 45px;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}

.footer__sns-link:hover {
  opacity: 0.7;
}

.footer__office {
  margin-top: 38px;
}

.footer__office-wrap {
  margin-bottom: 28px;
}

.footer__office-wrap p:first-of-type {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}

.footer__office-wrap p:not(:first-of-type),
.footer__office-wrap a {
  font-size: 14px;
  color: #616161;
  line-height: 2em;
  font-weight: 500;
}

.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}

.footer__nav-list {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
}

.footer__nav-item {
  max-width: 300px;
  font-size: 18px;
  font-weight: bold;
}

.footer__nav-item>a {
  transition: all 0.3s ease;
}

.footer__nav-item>a:hover {
  color: #097EBD;
}

.footer__nav-sublist {
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.footer__nav-sublist a {
  padding-left: 16px;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 500;
}

.footer__nav-sublist a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background-color: #097EBD;
}

.footer__nav-sublist a:hover {
  color: #097EBD;
}

.footer__bottom {
  background-color: #FFFFFF;
}

.footer__bottom-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 80%;
  padding: 16px 0;
  font-size: 12px;
  color: #616161;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__bottom-wrap a {
  transition: all 0.3s ease;
}

.footer__bottom-wrap a:hover {
  opacity: 0.7;
}

.footer__bottom-wrap span {
  margin: 0 8px;
}

@media screen and (max-width: 1400px) {
  .footer__container {
    width: 90%;
    max-width: 1000px;
    padding-top: 100px;
  }

  .footer__logo {
    width: 400px;
  }

  .footer__sns {
    margin-top: 24px;
  }

  .footer__sns-link {
    width: 36px;
  }

  .footer__office {
    margin-top: 24px;
  }

  .footer__office-wrap {
    margin-bottom: 24px;
  }

  .footer__office-wrap p:first-of-type {
    font-size: 16px;
  }

  .footer__office-wrap p:not(:first-of-type),
  .footer__office-wrap a {
    font-size: 12px;
    line-height: 1.8em;
  }

  .footer__nav {
    gap: 80px;
  }

  .footer__nav-item {
    font-size: 16px;
  }

  .footer__nav-sublist {
    font-size: 12px;
    gap: 12px;
    margin-top: 12px;
  }

  .footer__nav-sublist a {
    padding-left: 12px;
  }

  .footer__nav-sublist a::after {
    width: 6px;
  }

  .footer__nav-list {
    gap: 24px;
  }
}
@media screen  and (max-width: 1023px) {
    .renew-cta {
    position: fixed;
    width: 100%;
    height: 56px;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    z-index: 1500;
    line-height: 18px;
  }

  .renew-cta__tel {
    background-color: #097EBD;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    gap: 8px;
  }

  .renew-cta__txt {
    font-weight: bold;
    font-size: 12px;
  }

  .renew-cta__tel .renew-cta__txt {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
  }

  .renew-cta__tel .renew-cta__txt span {
    font-size: 9px;
    font-weight: normal;
    font-family: 'Zen Kaku Gothic New', sans-serif;;
  }

  .renew-cta__mail {
    background-color: #FDF100;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 8px;
  }

  .renew-cta__icon {
    background-color: #FFF;
    border-radius: 50%;
    width: 32px;
    aspect-ratio: 1;
    display: grid;
    justify-content: center;
    align-items: center;
  }
   .renew-cta__icon img {
    width: 12.8px;
    aspect-ratio: 1;
   }
}
/* タブレット限定 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__container {
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-left: 45px;
    padding-bottom: 40px;
    gap: 40px;
  }

  .footer__logo {
    width: 300px;
  }

  .footer__sns {
    margin-top: 24px;
  }

  .footer__sns-link {
    width: 36px;
  }

  .footer__office {
    margin-top: 24px;
  }

  .footer__office-wrap {
    margin-bottom: 24px;
  }

  .footer__office-wrap p:first-of-type {
    font-size: 16px;
  }

  .footer__office-wrap p:not(:first-of-type),
  .footer__office-wrap a {
    font-size: 12px;
    line-height: 1.8em;
  }

  .footer__nav {
    gap: 40px;
  }

  .footer__nav-item {
    font-size: 16px;
  }

  .footer__nav-sublist {
    font-size: 12px;
    gap: 12px;
    margin-top: 12px;
  }

  .footer__nav-sublist a {
    padding-left: 12px;
  }

  .footer__nav-sublist a::after {
    width: 6px;
  }

  .footer__nav-list {
    gap: 24px;
  }
  .footer__bottom {
    padding-bottom: 56px;
  }

}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 0px 0px;
  }

  .footer__container {
    grid-template-columns: 1fr;
    padding: 44px 45px 40px;
    gap: 20px;
    width: 100%;
  }

  .footer__logo {
    width: 250px;
    margin: 0;
  }

  .footer__sns {
    margin-top: 20px;
  }

  .footer__office {
    margin-top: 20px;
    line-height: 28px;
  }

  .footer__office-wrap {
    margin-bottom: 20px;
  }

  .footer__nav {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer__nav-list {
    gap: 20px;
  }

  .footer__nav-item {
    font-size: 16px;
    line-height: 24px;
  }

  .footer__nav-sublist {
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    margin-top: 12px;
    line-height: 20px;
  }

  .footer__nav-sublist a {
    padding-left: 16px;
  }

  .footer__nav-sublist a::after {
    width: 6px;
  }

  .footer__office-wrap p:not(:first-of-type),
  .footer__office-wrap a {
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
  }

  .footer__bottom-container {
    flex-direction: column;
    gap: 8px;
  }

  .footer__bottom-container {
    width: 100%;
    align-items: normal;
    padding: 20px 45px 67px;
  }

  .footer__bottom-container>p {
    font-size: 8px;
  }

  .footer__bottom-wrap>a {
    display: block;
    margin-bottom: 12px;
  }

  .footer__bottom-wrap>span {
    display: none;
  }


}

/*# sourceMappingURL=footer.css.map */