.photo {
  text-align: center;
}
#section-kv .photo img {
  width: 100%;
}
.list01 {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
@media (max-width: 768px) {
  .list01 {
    display: block;
  }
  .list01 li:first-child {
    margin-bottom: 20px;
  }
}


