.footer-contact {
  background-color: #EEF3F2;
  padding: 2.5rem 3.125rem;
  position: relative;
  z-index: 2;
}
.footer-contact .footer-contact--inner {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.footer-contact .footer-contact--inner .footer-contact--item {
  width: 100%;
  aspect-ratio: 630/338;
  max-width: 630px;
  border-radius: 10px;
  background-color: #fff;
  padding: 1rem;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-contact .footer-contact--inner .footer-contact--item .footer-contact--item__title {
  font-family: "Noto Sans JP";
  font-size: 2.75rem;
  background: transparent linear-gradient(97deg, #A0DE9C 0%, #17695B 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.footer-contact .footer-contact--inner .footer-contact--item .footer-contact--item__text {
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-weight: 700;
  background: transparent linear-gradient(97deg, #A0DE9C 0%, #17695B 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-contact .footer-contact--inner .footer-contact--item > span {
  display: block;
  position: absolute;
  right: 11%;
  top: 50%;
  transform: translate(0, -50%);
  width: 18%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 60px;
  border: 1px solid #0F5F52;
  transition: 0.3s;
}
.footer-contact .footer-contact--inner .footer-contact--item > span::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 8px solid #256E45;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 55%;
  transition: all 0.2s;
  transform: translate(0, -50%);
}
.footer-contact .footer-contact--inner .footer-contact--item > span::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  border-left: 27px solid #256E45;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 35%;
  transition: all 0.2s;
}
.footer-contact .footer-contact--inner .footer-contact--item:hover {
  /*
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
        border-color: transparent;
     opacity: 0.8;
  */
}
.footer-contact .footer-contact--inner .footer-contact--item:hover > span {
  right: 7%;
}

.footer--wrapper {
  background: #EEF3F2;
  position: relative;
  z-index: 2;
}

footer {
  background: transparent linear-gradient(97deg, #A0DE9C 0%, #17695B 100%) 0% 0% no-repeat padding-box;
  padding: 8.25rem 7.375rem 14rem;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: relative;
  z-index: 2;
}
footer .footer--inner {
  padding: 0 1rem 7.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1%;
  border-bottom: solid 0.5px #fff;
}
footer .footer--inner .element_01 {
  width: 50%;
  padding-right: 1rem;
}
footer .footer--inner .element_01 .footer-logo {
  font-family: "Noto Sans JP";
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2rem;
}
footer .footer--inner .element_01 address {
  font-family: "Noto Sans JP";
  color: #fff;
  font-weight: 700;
}
footer .footer--inner .element_02 {
  width: 49%;
}
footer .footer--inner .element_02 .footer-nav {
  display: flex;
  gap: 5rem;
  padding-right: 1rem;
}
footer .footer--inner .element_02 .footer-nav .footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 4.3rem;
}
footer .footer--inner .element_02 .footer-nav .footer-nav__list .footer-nav__item {
  display: flex;
}
footer .footer--inner .element_02 .footer-nav .footer-nav__list .footer-nav__item .footer-nav__item--main-title {
  font-family: "Noto Sans JP";
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
}
footer .footer--inner .element_02 .footer-nav .footer-nav__list .footer-nav__item .footer-nav__item--sub-title {
  font-family: "Noto Sans JP";
  color: #fff;
  font-weight: 700;
}
footer .copyright {
  padding-top: 2.25rem;
}
footer .copyright .copyright--inner {
  display: flex;
  justify-content: space-between;
}
footer .copyright .copyright--inner .copyright__pp > a {
  font-family: "Noto Sans JP";
  color: #fff;
  font-weight: 700;
}
footer .copyright .copyright--inner .copyright__text {
  font-family: "Noto Sans JP";
  color: #fff;
  font-weight: 700;
}/*# sourceMappingURL=footer.css.map */