.footer_slogan {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 130%;
  position: relative;
  margin-left: 2rem;
}

.footer_slogan::after {
  content: "";
  width: 82rem;
  height: 0.1rem;
  background-image: linear-gradient(to right, #F9BDC5, #0A435F);
  position: absolute;
  top: 50%;
  right: -83.4rem;
}

.footer_slogan {
  position: relative;
}
.to_top {

  width: 4.4rem;
  height: 4.4rem;
  background-image: linear-gradient(to right, #F9BDC5, #0A435F);
  border-radius: 50%;

}

.to_top_flex {
  display: flex;
  gap: 85.6rem;
  align-items: center;
  margin-bottom: 2.7rem;

}

.footer_slogan span::before {
  content: "";
  width: 1.246rem;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  right: -88.8rem;
  transform: rotate(45deg);
}

.footer_slogan span::after {
  content: "";
  width: 1.246rem;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  right: -87.9rem;
  transform: rotate(-45deg);
}


.footer_logo_img {
  width: 16.479rem;
  height: 6.261rem;
  object-fit: cover;
  margin-bottom: 1.439rem;
}

.footer_flex {
  display: flex;
  gap: 12.8rem;
  margin-left: 2rem;
}

.footer_info a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 147%;
  letter-spacing: calc(1.7rem * 0.04);
  display: block;
}

.footer_announce a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 130%;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

.footer_facility {
  margin-left: -1rem;
}

.footer_facility a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 130%;
  position: relative;
  display: block;
  margin-bottom: 0.8rem;
}

.footer_announce a::before {
  content: "";
  width: 1.246rem;
  height: 0.1rem;
  background-color: #0A435F;
  position: absolute;
  top: 0.6rem;
  left: -2.8rem;
  transform: rotate(45deg);
  display: inline;
}

.footer_announce a::after {
  content: "";
  width: 1.246rem;
  height: 0.1rem;
  background-color: #0A435F;
  position: absolute;
  top: 1.3rem;
  left: -2.8rem;
  transform: rotate(-45deg);
  display: inline;
}

.footer_facility a::before {
  content: "";
  width: 1.246rem;
  height: 0.1rem;
  background-color: #0A435F;
  position: absolute;
  top: 1rem;
  left: -2.8rem;
  transform: rotate(45deg);
  display: inline;
}

.footer_facility a::after {
  content: "";
  width: 1.246rem;
  height: 0.1rem;
  background-color: #0A435F;
  position: absolute;
  top: 1.8rem;
  left: -2.8rem;
  transform: rotate(-45deg);
  display: inline;
}

.footer {
  position: relative;
}

.footer_leaf_img {
  width: 21.045rem;
  height: 21.045rem;
  object-fit: cover;
  position: absolute;
  bottom: 0rem;
  right: -1rem;
  transform: rotate(-104deg);
}

.copy_right {
  margin-top: 5.4rem;
  margin-bottom: 2.2rem;
  margin-left: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 130%;
}
.address_info{
  margin-bottom: 0.4rem;
}
.mail_info {
  margin-top: 0.5rem;
}

.footer {
  overflow: hidden;
}

@media screen and (max-width: 699.98px) {


  .footer_slogan {
    font-size: 1.2rem;
    margin-left: 1rem;
  }

  .footer_logo_img {
    width: 11.465rem;
    height: 4.338rem;
    margin-bottom: 0.83rem;
  }

  .address_info {
    margin-bottom: 0.6rem;
  }

  .footer_flex {
    display: block;
    margin-left: 1rem;
  }

  .footer_slogan::before {
    width: 3.2rem;
    height: 3.2rem;
    right: 1rem;
  }

  .footer_slogan::after {
    width: 7.7rem;
    right: -7.9rem;
  }

  .footer_slogan span::before {
    right: -10.9rem;
    top: 0.8rem;
  }

  .footer_slogan span::after {
    right: -10rem;
    top: 0.8rem;
  }

  .footer_announce a::before,
  .footer_facility a::before {
    width: 0.88rem;
    top: 0.4rem;
    left: -2.2rem;
  }
  
  .footer_announce a::after,
  .footer_facility a::after {
    width: 0.88rem;
    top: 1rem;
    left: -2.2rem;
  }

  .footer_announce a {
    font-size: 1.4rem;
    padding-bottom: 0.4rem;
  }

  .footer_facility a {
    font-size: 1.4rem;
    padding-bottom: 0.7rem;
  }

  .footer_announce {
    margin-left: 2.3rem
  }

  .footer_facility {
    margin-left: 2.3rem
  }

  .footer_leaf_img {
    width: 11.627rem;
    height: 11.627rem;
  }

  .mail_info {
    margin-bottom: 3.2rem;
  }

  .copy_right {
    margin-left: 1.1rem;
    margin-top: 5.5rem;
  }

  .to_top {
    width: 3.2rem;
    height: 3.2rem;
  }

  .to_top_flex {
    gap: 8.3rem;
  }





}