.index-top .inner {
  padding: 0 5%;
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
}
.index-top figure {
  width: 50%;
  max-width: 245px;
  text-align: center;
}
.index-top figure img {
  display: block;
  max-width: 100%;
}
