footer {
  background-color: #f0f0f0;
  padding-top: 70px;
}
footer .footer-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-left {
  max-width: 210px;
  width: 100%;
}
footer .footer-right {
  max-width: 410px;
  width: 100%;
}
footer .footer-logo {
  max-width: 100px;
  width: 100%;
  margin-bottom: 80px;
}
footer .footer-contact-item {
  background-color: #002d73;
  border-radius: 4px;
}
footer .footer-contact-item:nth-child(3) {
  background-color: #bef3f9;
}
footer .footer-contact-item:not(:last-child) {
  margin-bottom: 10px;
}
footer .footer-contact-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px;
}
footer .footer-contact-link::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  margin-right: 7px;
}
footer .footer-contact-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/footer/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
footer .footer-contact-link.tel::before {
  background-image: url(../img/footer/tel-icon.png);
  height: 20px;
}
footer .footer-contact-link.contact::before {
  background-image: url(../img/footer/contact-icon.png);
  height: 16px;
}
footer .footer-contact-link.request {
  color: #002d73;
}
footer .footer-contact-link.request::before {
  background-image: url(../img/footer/request-icon.png);
  height: 18px;
}
footer .footer-contact-link.request::after {
  background-image: url(../img/footer/arrow-b.png);
}
footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 0;
  margin-bottom: 50px;
}
footer .footer-nav-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 10px;
  position: relative;
}
footer .footer-nav-list::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #002d73;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
footer .footer-nav-link {
  display: block;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1;
}
footer .footer-nav-link:not(:last-child) {
  margin-bottom: 15px;
}
footer .footer-nav-link-sub {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}
footer .footer-nav-btm-link {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
}
footer .footer-nav-btm-link:first-child {
  border-right: 1px solid #002d73;
  padding-right: 8px;
}
footer .footer-nav-btm-link:last-child {
  padding-left: 5px;
}
footer .footer-btm {
  border-top: 1px solid #002d73;
  padding: 10.5px 0;
}
footer .footer-copy {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.04em;
}
@media (hover: hover) {
  footer .footer-contact-item {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer .footer-contact-item:hover {
    opacity: 0.7;
  }
  footer .footer-nav-link:hover,
  footer .footer-nav-link-sub:hover,
  footer .footer-nav-btm-link:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1100px) {
  footer .footer-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 45px;
  }
  footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-left {
    display: contents;
  }
  footer .footer-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    margin-bottom: 50px;
  }
  footer .footer-logo a {
    display: block;
    max-width: 82px;
    width: 100%;
    margin: 0 auto;
  }
  footer .footer-contact {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 200px;
  }
  footer .footer-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 60px;
  }
  footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    margin-bottom: 40px;
  }
  footer .footer-nav-list:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-nav-list:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-nav-list:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-nav-list:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-nav-list:nth-child(5) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-nav-list:nth-child(6) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-nav-btm-link {
    font-size: 12px;
    font-weight: 500;
  }
  footer .footer-btm {
    border-top: unset;
    padding: 10px 0 20px 0;
  }
}