.home {
  background: url("../../images/top/bg-main.jpg") no-repeat center top;
  background-size: cover;
}

.u-menu__flex {
  display: flex;
  justify-content: space-evenly;
  margin: 0 3.5rem;
}

.u-menu__flex--item a {
  font-size: 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
  color: var(--c-black);
}
.u-menu__flex--item i img {
  width: 8rem;
}