.l-footer {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 100;
  background-color: #FFF6EB;
  overflow: clip;
  padding-top: 8.5rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding-top: 5.1rem;
  }
}
.l-footer::before {
  content: "";
  display: block;
  position: absolute;
  width: 108%;
  height: 120%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 50%;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
  background-image: url(../images/reform/bg-white.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .l-footer::before {
    width: 220%;
  }
}
.l-footer__wrapper {
  width: 98rem;
  height: auto;
  margin-inline: auto;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3.5rem;
  z-index: 100;
}
@media (max-width: 767px) {
  .l-footer__wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
.l-footer__container {
  width: auto;
  height: 20rem;
  padding-left: 3.5rem;
  padding-top: 0.6rem;
}
@media (max-width: 767px) {
  .l-footer__container {
    height: auto;
    padding-left: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
}
.l-footer__logo {
  width: 30.6rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 21.5rem;
    margin-bottom: 1.5rem;
  }
}
.l-footer__logo a {
  transition: all 0.3s ease;
}
.l-footer__logo a:hover {
  opacity: 0.8;
}
.l-footer__info {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #444444;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .l-footer__info {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }
}
.l-footer__tel {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.l-footer__tel-number {
  display: grid;
  grid-template-columns: 3.3rem 1fr;
  gap: 1.1rem;
  align-items: center;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.l-footer__tel-number:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .l-footer__tel-number {
    gap: 1.1rem;
    line-height: 1.1;
  }
}
.l-footer__tel-number span {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Outfit", sans-serif;
  font-size: 3.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #EA897A;
  text-align: start;
}
@media (max-width: 767px) {
  .l-footer__tel-number span {
    letter-spacing: 0.03em;
  }
}
.l-footer__tel-time {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  color: #444444;
  padding-left: 5rem;
}
.l-footer__tel-time-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7;
}
.l-footer__tel-time-inner {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.l-footer__sns {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-footer__sns {
    align-items: center;
    padding-block: 2.4rem 1.9rem;
    gap: 1rem;
  }
}
.l-footer__contact {
  width: 44rem;
  height: 6rem;
  background-color: #EA897A;
  border-radius: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
.l-footer__contact:hover {
  background-color: rgba(234, 137, 122, 0.8);
}
@media (max-width: 767px) {
  .l-footer__contact {
    width: 34.5rem;
    height: 6rem;
  }
}
.l-footer__sns-item-link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: all 0.4s ease;
}
.l-footer__sns-item-link span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .l-footer__sns-item-link span {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
.l-footer__sns-item-link img {
  width: 2rem;
}
.l-footer__sns-item {
  width: 27.5rem;
  height: 11rem;
  background-color: #FFFDEF;
  border: 1px solid #00860D;
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .l-footer__sns-item {
    width: 34.5rem;
    height: 6.5rem;
    flex-direction: row;
    border-radius: 2rem;
  }
}
.l-footer__sns-item:hover {
  opacity: 0.8;
}
.l-footer__sns-item span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #00860D;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.l-footer__sns-item .l-footer__sns-item-logo {
  width: 19rem;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .l-footer__sns-item .l-footer__sns-item-logo {
    width: 16rem;
  }
}
.l-footer__copyright {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #444444;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
  padding-block: 0.8rem;
  border-top: 1px solid #A7A7A7;
  background-color: #fff;
  z-index: 100;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    width: 90%;
    margin-inline: auto;
    padding-block: 0.6rem;
    letter-spacing: 0.03em;
  }
}/*# sourceMappingURL=footer.css.map */