/*
【社外向け フッター】お問い合わせ
*/
.footer-contact {
  background: #F9F9F9;
  padding: 0 16px;
}
.footer-contact .footer-contact-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
.footer-contact .footer-contact-left {
  width: 61.82%;
}
.footer-contact .footer-contact-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
}
.footer-contact .footer-contact-txt {
  font-size: 16px;
  margin: 0 0 32px;
}
.footer-contact .footer-contact-item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E6E6E6;
  padding: 32px 0 0;
}
.footer-contact .footer-contact-item-ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
}
.footer-contact .tel a {
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins';
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  cursor: inherit;
}
.footer-contact-item-ttl a {
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
  transition: background .3s;
}

@media screen and (min-width: 768px) {
  .footer-contact-item-ttl a:hover {
      background-size: 100% 1px;
  }
}
.footer-contact .tel a:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgOSAyNCI+DQogIDxwYXRoIGlkPSJ0ZWwtaWNvbiIgZD0iTTM4OC4xLDIwMi43bDIuMjI4LS4yMzVhLjkxNy45MTcsMCwwLDAsLjgyOS0uOTA2di00LjY0M2EuOTE5LjkxOSwwLDAsMC0uODQ3LS45MDlsLTUuNDUzLS40NjZhLjkyNy45MjcsMCwwLDAtLjk2OS42NDRzLS40MTQsMS4xOS0uNjY3LDIuMTY2YTQwLjE1Myw0MC4xNTMsMCwwLDAsMCwxOC4zNzJjLjI1Mi45NzYuNjY3LDIuMTY2LjY2NywyLjE2NmEuOTI2LjkyNiwwLDAsMCwuOTY5LjY0NGw1LjQ1My0uNDY2YS45MTkuOTE5LDAsMCwwLC44NDctLjkwOHYtNC42NDRhLjkxOC45MTgsMCwwLDAtLjgyOS0uOTA3bC0yLjIyOC0uMjM0YS45MTkuOTE5LDAsMCwxLS44MjYtLjgzLDIzLjQ4MSwyMy40ODEsMCwwLDEsMC04LjAxNUEuOTIuOTIsMCwwLDEsMzg4LjEsMjAyLjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzgyLjE1NCAtMTk1LjUzOCkiIGZpbGw9IiMzMzMiLz4NCjwvc3ZnPg0K);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 12px 2px 0;
}
.footer-contact .footer-contact-right {
  width: 30.91%;
}
.footer-contact .footer-contact-right-ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
}
.footer-contact .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #333;
  border-radius: 9999px;
  background: #333;
  padding: 10px 24px;
}
.footer-contact .btn a span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  margin: 0 0 0 8px;
  transition: .3s;
}
.footer-contact .btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  background: #fff;
  margin-left: -1px;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .footer-contact .btn a:hover {
    color: #333;
    background: #fff;
  }
  .footer-contact .btn a:hover span {
    background: #333;
  }
  .footer-contact .btn a:hover span:before {
    /* border-color: #fff; */
    background: #333;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact .footer-contact-inner {
    display: block;
    padding: 40px 0;
  }
  .footer-contact .footer-contact-left {
    width: auto;
  }
  .footer-contact .footer-contact-ttl {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .footer-contact .footer-contact-txt {
    font-size: 13px;
    margin: 0 0 24px;
  }
  .footer-contact .footer-contact-item {
    display: block;
    padding: 24px 0 0;
    margin: 0 0 16px;
  }
  .footer-contact .footer-contact-item-left {
    margin: 0 0 8px;
  }
  .footer-contact .footer-contact-item-ttl {
    font-size: 16px;
    margin: 0 0 4px;
  }
  .footer-contact .tel a {
    font-size: 28px;
  }
  .footer-contact .footer-contact-right {
    width: auto;
  }
  .footer-contact .footer-contact-right-ttl {
    font-size: 16px;
    margin: 0 0 8px;
  }

}

/*
【社外向け フッター】ナビゲーション
*/

.footer {
  padding: 0 16px;
}
.footer .footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.footer .footer-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0;
}
.footer .footer-nav {
  width: 53.18%;
}
.footer .footer-nav-ttl {
  margin: 0 0 40px;
}
.footer .footer-nav-ttl a {
  font-weight: 700;
}
.footer .footer-nav-ttl a span {
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
  transition: background .3s;
}
.footer .footer-nav-li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-nav-li:after {
  content: "";
  display: block;
  width: 30.6%;
}
.footer .footer-nav-item {
  width: 30.6%;
  margin: 0 0 24px;
}
.footer .footer-nav-item a {
  font-size: 12px;
}
.footer .footer-nav-item a span {
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
  transition: background .3s;
}
.footer .footer-account {
  width: 39.55%;
  border-radius: 5px;
  background: #333;
  padding: 24px;
}
.footer .footer-account-ttl {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}
.footer .footer-account-ttl img {
  margin: 0 8px 0 0;
}
.footer .footer-account-txt {
  color: #fff;
  margin: 0 0 16px;
}
.footer .footer-account-btn {
  display: flex;
  justify-content: space-between;
}
.footer .footer-account-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47.8%;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  border: 1px solid #fff;
  border-radius: 9999px;
  background: #fff;
  padding: 10px 16px;
}
.footer .footer-account-btn a span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #333;
  margin: 0 0 0 8px;
  transition: .3s;
}
.footer .footer-account-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -1px;
  transition: .3s;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  border-top: 1px solid #E6E6E6;
  padding: 40px 0;
}
.header-nav-btn a,
.footer .footer-bottom-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  border: 1px solid #E6E6E6;
  border-radius: 9999px;
  background: #fff;
  padding: 10px 24px;
}
.header-nav-btn a:after,
.footer .footer-bottom-btn a::after {
  content: "\e920";
  display: inline-block;
  font-size: 20px;
  font-family: "icomoon";
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 10px;
  transition: .3s;
}
.footer .copyright {
  font-family: 'Poppins';
  font-size: 12px;
  color: #999;
}

@media screen and (min-width: 768px) {
  .footer .footer-nav-ttl a:hover span {
    background-size: 100% 1px;
  }
  .footer .footer-nav-item a:hover span {
    background-size: 100% 1px;
  }
  .footer .footer-account-btn a:hover {
    color: #fff;
    background: #333;
  }

  .footer .footer-account-btn a:hover span {
    background: #fff;
  }
  .footer .footer-account-btn a:hover span:before {
    border-color: #333;
  }

  .header-nav-btn a:hove,
  .footer .footer-bottom-btn a:hover {
    color: #fff;
    background: #333;
  }
  .header-nav-btn a:hove:after,
  .footer .footer-bottom-btn a:hover:after {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .footer .footer-head {
    display: block;
    padding: 40px 0;
  }
  .footer .footer-nav {
    display: none;
  }
  .footer .footer-account {
    width: auto;
  }
  .footer .footer-account-btn {
    display: block;
  }
  .footer .footer-account-btn a {
    width: auto;
  }
  .footer .footer-account-btn a + a {
    margin: 16px 0 0;
  }
  .footer .footer-bottom {
    display: block;
    padding: 32px 0;
  }
  .header-nav-btn,
  .footer .footer-bottom-btn {
    text-align: center;
    margin: 0 0 16px;
  }
  .footer .copyright {
    text-align: center;
  }
}