@charset "utf-8";
.footer {
  padding: 60px 0 45px;
  background: #003161;
  color: #fff;
}
.footer__wrapper {
  width: 100%;
  max-width: 751px;
  margin: 0 auto 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__logo {
  max-width: 257px;
  width: 36%;
}
.footer__contentsBox {
  width: calc(100% - 277px);
  max-width: 441px;
  margin-left: 20px;
}
.footer__top {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #fff;
}
.footer__topLeft {
  width: fit-content;
}
.footer__add {
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 600;
}
.footer__tel {
  font-size: 33px;
  font-weight: 700;
}
.footer__contact {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.037em;
}
.footer__note {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.22;
}
.footer__topRight {
  width: 100%;
  max-width: 800px;
  padding: 10px 25px 12px 20px;
  margin: 0 auto 40px;
  background: #fff;
}
.footer__topRightTxt {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.27;
  color: #003161;
}
.footer__nav {
  padding: 20px 19px 21px 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 1.7%;
}
.footer__nav-listItem {
  width: fit-content;
}
.footer__nav-listLink {
  display: block;
  padding: 4px 13px;
  font-size: 17px;
  font-weight: 600;
}
.footer__nav-listLink.footer__privacy {
  padding: 4px 15px;
  border: 1px solid #fff;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
}
.footer__nav-listLink.footer__privacy:hover {
  background: #fff;
  color: #003161;
}
.footer__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-top: 45px;
  letter-spacing: 0.1em;
  line-height: 1.583;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .footer__wrapper {
    width: fit-content;
    margin: 0 auto 50px;
    flex-direction: column;
    row-gap: 21px;
  }
  .footer__logo {
    width: auto;
    margin: 0 auto;
  }
  .footer__top {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 14px;
  }
  .footer__contentsBox {
    width: 100%;
    max-width: initial;
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 40px 0 37px;
  }
  .footer__wrapper {
    max-width: 365px;
    margin: 0 auto 46px;
  }

  .footer__logo {
    max-width: 230px;
  }
  .footer__add {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.357;
  }
  .footer__tel {
    font-size: 23px;
  }
  .footer__contact {
    font-size: 16px;
  }
  .footer__note {
    font-size: 16px;
  }
  .footer__topRight {
    max-width: 330px;
    padding: 13px 9px 12px 9px;
  }
  .footer__topRightTxt {
    font-size: 13px;
    line-height: 1.307;
  }
  .footer__nav {
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
  .footer__nav-list {
    flex-direction: column;
    row-gap: 3px;
  }
  .footer__nav-listLink {
    padding: 5px 5px 5px 0;
    font-size: 15px;
  }
  .footer__nav-listLink.footer__privacy {
    margin-top: 14px;
  }
}

@media screen and (max-width: 400px) {
  .footer__top {
    margin: 0 auto 11px;
  }
  .footer__contact.mail {
    font-size: 14px;
  }
}
