.movie {
  margin-bottom: 50px;
}

.movie iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.concept {
  text-align: center;
  font-size: 1.75rem;
}

.team-logo {
  text-align: center;
}

.team-logo img {
  height: 300px;
}

.team-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  line-height: 1.7;
}

.team-description h3 {
  font-size: 1.2rem;
}

.team-description h3 {
  margin-bottom: 15px;
  text-align: center;
}

.team-description p {
  margin-bottom: 15px;
}

.team-image {
  text-align: center;
}

.team-image img {
  width: 75%;
}

/* PCサイズ */
@media screen and (min-width: 1024px) {
  .team-image {
    text-align: center;
    width: 50%;
  }
}

/* スマホサイズ */
@media screen and (max-width: 1023px) {
  .team-logo img {
    height: 200px;
  }

  .concept {
    font-size: 1.2rem;
  }

  .team-description h3 {
    font-size: 1rem;
  }
  
  .description {
    font-size: 0.9rem;
  }
}