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

.team_body_container {
  background: url(../japaund/img/bg.svg) top center / cover no-repeat;
}

.team_body_container .logo_wrapper {
  width: 100%;
  height: min(calc(330 * var(--window-width)), 330px);
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.team_body_container .outline {
  width: 100%;
  display: flex;
  gap: min(calc(55 * var(--window-width)), 55px);
}

.team_body_container .outline .img_wrapper {
  width: calc(795 * var(--window-width));
}

.team_body_container .outline .text_container {
  font-size: 15px;
  line-height: 1.86;
  font-feature-settings: "palt";
  text-align: justify;
  width: calc(100% - 795 * var(--window-width));
  padding-right: calc(130 * var(--window-width));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.team_body_container .outline .text_container .contact_btn {
  line-height: 1;
  width: 120px;
  height: 28px;
  margin: auto auto 0;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team_body_container .detaile {
  width: calc(1020 * var(--window-width));
  margin: min(calc(100 * var(--window-width)), 100px) auto 0;
  display: flex;
  gap: min(calc(55 * var(--window-width)), 55px);
}

.team_body_container .detaile .img_wrapper {
  width: calc(665 * var(--window-width));
}

.team_body_container .detaile .text_container {
  width: calc(100% - 665 * var(--window-width));
  display: flex;
  flex-direction: column;
}

.team_body_container .detaile .text_container .sns_list {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: min(calc(50 * var(--window-width)), 50px);
}

.team_body_container .detaile .text_container .sns_list .sns_btn {
  width: 40px;
  height: 40px;
}

.team_body_container .detaile .text_container .sns_list .sns_btn .icon {
  width: 100%;
  height: 100%;
  fill: #000;
}

.team_body_container .btn_wrapper {
  padding: calc(150 * var(--window-width)) 0;
}

.team_body_container .btn_wrapper .koike_site_btn {
  width: 227px;
  height: 28px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.team_body_container .slider_line {
  width: auto;
  height: calc(234 * var(--window-width));
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-top: min(calc(150 * var(--window-width)), 150px);
  box-sizing: content-box;
}

.team_body_container .slider_wrapper {
  width: 100%;
  overflow: hidden;
}

.team_body_container .slider_item {
  width: calc(346.67 * var(--window-width));
  height: calc(260 * var(--window-width));
  pointer-events: none;
}

.team_body_container .slider_item .img {
  width: calc(346.67 * var(--window-width));
  height: calc(260 * var(--window-width));
}

.team_footer {
  height: calc(100 * var(--window-width));
  background-color: #909090;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

  .team_body_container .outline {
    width: calc(100% - 80px);
    margin: auto;
    flex-direction: column;
    gap: 25px;
  }

  .team_body_container .outline .img_wrapper { 
    width: 100%;
  }

  .team_body_container .outline .text_container {
    width: 100%;
    padding-right: 0;
  }

  .team_body_container .outline .text_container .contact_btn {
    margin-top: 30px;
  }

  .team_body_container .detaile {
    width: calc(100% - 80px);
    flex-direction: column;
    gap: 25px;
  }

  .team_body_container .detaile .img_wrapper,
  .team_body_container .detaile .text_container {
    width: 100%;
  }

  .team_body_container .btn_wrapper {
    padding: calc(100 * var(--window-width)) 0;
  }
}
