@charset "utf-8";

.out_links {
  max-width: 430px;
  margin: 0 auto 40px;
}

.out_links li {
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 2.4rem;
  color: #fff;
  font-family: "Sawarabi Mincho";
}

#organization a::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

#organization a:hover {
  text-decoration: none;
}

#organization a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#organization a::before {
  content: " ";
  display: block;
  position: absolute;.
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #ffd700;
  z-index: -1;
  transition: transform .3s ease;
}

#organization a {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  font-family: "Sawarabi Mincho";
  letter-spacing: 1px;
}