@charset "UTF-8";

.footer {
  background: #000;
  color: #fff;
}
.footer__inner {
  max-width: 1300px;
}
.footer__link {
  margin-left: -2%;
  margin-right: -2%;
}
.footer__link-div {
  width: 25%;
  padding: 0 2% 2%;
}
.footer__link-div-title {
  font-size: 1.4rem;
  font-weight: 900;
}
.footer__link-div-title a:hover {
  text-decoration: underline;
}
.footer__link-list {
  padding: 1em;
}
.footer__link-list .item {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 7px;
}
.footer__link-list .item a:hover {
  text-decoration: underline;
}

.footer__bottom {
  margin-top: 30px;
  position: relative;
}

.footer-logo {
  position: absolute;
  top: -3px;
  right: 480px;
  width: 70px;
}
.footer-logo-sp {
  display: none;
}

.footer__bottom-mail {
  width: 100%;
  max-width: 430px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  font-weight: 900;

  position: absolute;
  right: 0;
  bottom: 0;
}
.footer__bottom-mail a {
  width: 100%;
  height: 100%;
  border: 7px solid #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transition: background .4s;
}
.footer__bottom-mail .btn-mail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__bottom-mail .icon-mail {
  display: inline-block;
  width: 30px;
  height: 21px;
  background: url("../img/icon_mail_wht.png") no-repeat center center / 100% auto;
  margin: 0 20px 0 25px;
}
.footer__bottom-mail .icon-arw {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/icon_arw_circle_wht.png") no-repeat center center / 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.footer__bottom-mail a:hover {
  background: #fff;
  color: #000;
}
.footer__bottom-mail a:hover .icon-arw {
  background-image: url("../img/icon_arw_circle.png");
}
.footer__bottom-mail a:hover .icon-mail {
  background-image: url("../img/icon_mail.png");
}


.footer__info-sns-title {
  font-size: 1.4rem;
  font-weight: 900;
  margin-right: 20px;
}
.footer__info-sns {
  display: flex;
  align-items: center;
}
.footer__info-sns-list .item {
  width: 18px;
  margin-left: 15px;
  line-height: 1;
}
.footer__info-sns-list .item img {
  vertical-align: middle;
}

.footer__info-list {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.footer__info-list .item {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 20px;
  margin-top: 10px;
}
.footer__info-list .item:not(:last-child) {
  border-right: 1px solid #fff;
}
.footer__info-list .item a:hover {
  text-decoration: underline;
}




@media only screen and (max-width: 767px) {

  .footer__link-div {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer__link-div-title {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .footer__link-list {
    padding: 0.5em;
    display: flex;
    flex-wrap: wrap;
    display: none;
  }
  .footer__link-list .item {
    font-size: 1.4rem;
    margin: 0 30px 7px 0;
  }

  .footer-logo {
    display: none;
  }
  .footer-logo-sp {
    display: block;
    width: 60%;
    margin: 3rem auto 0;
  }

  .footer__bottom-mail {
    width: 100%;
    height: 100px;
    font-size: 1.8rem;
    line-height: 1.4;
    position: static;
  }
  .footer__bottom-mail .icon-mail {
    margin: 0 18px;
  }
  .footer__bottom-mail .icon-arw {
    right: 15px;
  }

  .footer__info-sns {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .footer__info-sns-title {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .footer__info-sns-list {
    justify-content: center;
  }
  .footer__info-sns-list .item {
    width: 47px;
    margin: 0 20px;
  }
  .footer__info-list {
    justify-content: center;
  }
  .footer__info-list .item {
    padding: 0 15px;
    margin-top: 15px;
  }

}
