.footer{
  padding: 7rem 10rem;
  background-color: #F6F5F3;
}

.footer_logo{
  width: 20rem;
  margin-bottom: 6.3rem;
}

.footer_inner{
  display: flex;
  gap: 12rem;
}

.f_nav_item{
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-family: var(--ZenmMaru);
}

.nav_title > *{
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 1.8rem;
}

.f_nav_item a{
  color: #1a1a1a;
}

@media screen and (max-width: 699.98px) {
  .footer{
    padding: 4rem 2rem;
  }

  .footer_logo{
    width: 15rem;
    margin-bottom: 4.3rem;
  }

  .footer_inner{
    flex-direction: column;
    gap: 4rem;
  }
}