.team_head_mv {
  width: 100%;
  height: calc(580 * var(--window-width));
  background: url(../img/head_mv.jpg) center center / 100% 100% no-repeat;
}

.team_body_container {
  background-image: none;
  background-color: #D8D2CB;
}

.team_body_container .logo_wrapper .logo {
  aspect-ratio: 529.5/94.89;
  width: min(calc(529.5 * var(--window-width)), 529.5px);
  height: min(calc(94.89 * var(--window-width)), 94.89px);
}

@media screen and (max-width: 800px) {
  .team_head_mv {
    width: 100%;
    height: calc(220 * var(--window-width));
    background: url(../img/head_mv_sp.jpg) center center / 100% 101% no-repeat;
  }

  .team_body_container .logo_wrapper .logo {
    width: calc(228.79 * var(--window-width));
    height: auto;
  }
}