.stadium > section > dl {
  margin: 0 auto 3rem;
}
.stadium > section > dl dt {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
}
.stadium > section > dl dt::before {
  width: 0.7rem;
  height: 0.8rem;
  content: "";
  background: url("../img/icon/arrow.webp") no-repeat center/contain;
  transform: rotate(90deg);
}
.stadium > section > dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.66rem 0.5rem;
  align-items: center;
}
.stadium > section > dl dd ul li {
  width: calc(25% - 0.5rem);
}
.stadium > section > dl dd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.33rem;
  color: #208d9c;
  background: #fff;
  border: solid 1px #208d9c;
  border-radius: 0.3rem;
}
.stadium > section section h3 {
  margin-top: 3rem;
}
.stadium > section section dl {
  position: relative;
}
.stadium > section section dl dt {
  height: 8rem;
  background: no-repeat center/cover;
}
.stadium > section section dl dt figure {
  padding: 0.5rem;
  background: linear-gradient(to right, #22e6e3 0%, rgba(34, 230, 227, 0.9) 70%, rgba(34, 230, 227, 0) 100%);
}
.stadium > section section dl dt figure img {
  width: auto;
  height: 1.66rem;
}
.stadium > section section dl dd {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  margin: 0.5rem auto 1.5rem;
}
.stadium > section section dl dd .link {
  position: static;
  justify-content: space-between;
  width: 10rem;
  padding: 0 0.66rem 0.5rem 2.5rem;
  background: url("../img/icon/stadium_strategy.webp") no-repeat 0.5rem 0.3rem/1rem;
}
.stadium > section section dl dd .link::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.stadium > section section dl dd .link::after {
  position: static;
}

@media (min-width: 768px) {
  .stadium > section > dl dd ul li {
    width: calc(12.5% - 0.5rem);
  }
  .stadium > section section {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .stadium > section section h3 {
    width: 100%;
  }
  .stadium > section section dl {
    width: calc(50% - 1rem);
  }
}/*# sourceMappingURL=stadium.css.map */