#academy-footer .academy-floating {
  position: fixed;
  right: 0;
  bottom: 50px;
  max-width: 234px;
  width: 100%;
  z-index: 100;
}
#academy-footer .academy-floating-contact {
  background-color: #fff;
  border-radius: 12px 0 0 12px;
  -webkit-box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
  padding: 20px 12px 15px 12px;
}
#academy-footer .academy-floating-tel {
  margin-bottom: 12px;
}
#academy-footer .academy-floating-tel-img {
  display: block;
  max-width: 190px;
  width: 100%;
  margin: 0 auto 3px auto;
}
#academy-footer .academy-floating-tel-text {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.02em;
}
#academy-footer .academy-floating-contact-link {
  font-size: 15px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  border-radius: 50px;
}
#academy-footer .academy-floating-contact-link a {
  display: block;
  color: #fff;
  position: relative;
  padding: 11px 0;
}
#academy-footer .academy-floating-contact-link a::after {
  content: "";
  position: absolute;
  background-image: url(../img/footer/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 6px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
}
#academy-footer .academy-floating-contact-link:nth-child(2) {
  background-color: #4ba3b7;
  margin-bottom: 6px;
}
#academy-footer .academy-floating-contact-link:last-child {
  background-color: #013b70;
}
@media screen and (max-width: 767px) {
  #academy-footer .academy-floating {
    max-width: 100%;
    bottom: 0;
  }
  #academy-footer .academy-floating-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    padding: 0;
    height: 60px;
  }
  #academy-footer .academy-floating-tel {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #998675;
  }
  #academy-footer .academy-floating-tel div {
    height: 100%;
  }
  #academy-footer .academy-floating-tel-text {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3px;
  }
  #academy-footer .academy-floating-tel-text::before {
    content: "";
    display: block;
    background-image: url(../img/footer/tel-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 18px;
  }
  #academy-footer .academy-floating-contact-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    height: 100%;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.2142857143;
    padding: 0;
  }
  #academy-footer .academy-floating-contact-link a::after {
    display: none;
  }
  #academy-footer .academy-floating-contact-link:nth-child(2) {
    margin-bottom: 0px;
  }
  #academy-footer .academy-floating-contact-link:nth-child(2) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  #academy-footer .academy-floating-contact-link:nth-child(2) a::before {
    content: "";
    display: block;
    background-image: url(../img/footer/mail-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 14px;
  }
}

#academy-footer .sns {
  margin: 40px 0 35px 0;
}
#academy-footer .sns .sns-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
#academy-footer .sns .sns-icon {
  display: block;
  max-width: 54px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #academy-footer .sns {
    margin: 20px 0;
  }
  #academy-footer .sns .sns-icon {
    max-width: 38px;
  }
}
/*# sourceMappingURL=academy-footer2025.css.map */