#mv .wrap {
  position: relative;
  width: 658px;
  margin-left: auto;
  margin-right: auto; 
}
#mv .wrap .photo {
  position: relative;
  z-index: 2;
  width: 280px;
  margin-left: 32%;
  margin-right: auto; 
}
#mv .wrap .sti_name {
  position: absolute;
  left: 0;
  bottom: 120px;
  z-index: 4;
  width: 363px; 
}
#mv .wrap .sti {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
  width: 628px;
}

#question .q_01{
  position: relative;
}
#question .q_01 .ttl{
  width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#question .q_01 .fl_box{
  justify-content: flex-end;
  margin-top: -70px;
}
#question .q_01 .person{
  width: 221px;
  margin-right: 40px;
}
#question .q_01 .txt{
  width: 450px;
  padding-top: 158px;
}
#question .q_01 .bg_img{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1562px;
  width: 130%;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}

#question .q_02{
  margin-top: 110px;
}
#question .q_02 .conte{
  position: relative;
  padding-bottom: 140px;
}
#question .q_02 .txt{
  width: 404px;
  padding-top: 102px;
  margin-right: 40px;
}
#question .q_02 .ttl{
  width: 410px;
}
#question .q_02 .person{
  position: absolute;
  width: 260px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#question .q_02 .bg_img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 458px;
  z-index: -2;
}

#question .q_03{
  margin-top: 110px;
}

#question .q_03 .fl_box{
  position: relative;
}
#question .q_03 .ttl{
  width: 471px;
  margin-bottom: 55px;
  padding-top: 25px;
}
#question .q_03 .txt{
  width: 520px;
}
#question .q_03 .person{
  width: 323px;
  margin-left: 50px;
}
#question .q_03 .bg_img{
  position: absolute;
  right: 0;
  bottom: 130px;
  width: 370px;
  z-index: -1;
}

#other .members {
  justify-content: center;
}
/* #other .members .member {
  width: 33.33%;
} */

@media(max-width:1400px) {
  #mv .wrap {
    width: 47vw;
  }
  #mv .wrap .photo{
    width: 20vw;
  }
  #mv .wrap .sti_name {
    bottom: 8.57vw;
    width: 25.92vw; 
  }
  #mv .wrap .sti {
    top: 3.57vw;
    width: 44.85vw;
  }
  #question .q_01 .ttl{
    width: 48.57vw;
  }
  #question .q_01 .fl_box{
    margin-top: -5vw;
  }
  #question .q_01 .person{
    width: 15.78vw;
    margin-right: 2.85vw;
  }
  #question .q_01 .txt{
    width: 32.14vw;
    padding-top: 11.28vw;
  }
  #question .q_02{
    margin-top: 7.85vw;
  }
  #question .q_02 .conte{
    padding-bottom: 10vw;
  }
  #question .q_02 .txt{
    width: 28.85vw;
    padding-top: 7.28vw;
    margin-right: 2.85vw;
  }
  #question .q_02 .ttl{
    width: 29.28vw;
  }
  #question .q_02 .person{
    width: 18.57vw;
  }
  #question .q_02 .bg_img{
    width: 32.71vw;
  }
  #question .q_03{
    margin-top: 7.857vw;
  }
  #question .q_03 .ttl{
    width: 33.642vw;
    margin-bottom: 3.92vw;
    padding-top: 1.78vw;
  }
  #question .q_03 .txt{
    width: 37.14vw;
  }
  #question .q_03 .person{
    width: 23.07vw;
    margin-left: 3.57vw;
  }
  #question .q_03 .bg_img{
    bottom: 9.28vw;
    width: 26.42vw;
  }
}
@media(max-width:900px) {
  #mv .wrap {
    width: 86vw;
  }
  #mv .wrap .photo {
    width: 35.06vw;
    margin-left: 32%;
  }
  #mv .wrap .sti_name {
    bottom: 12vw;
    left: 1vw;
    width: 48vw;
  }
  #mv .wrap .sti {
    top: 6.66vw;
    width: 83.2vw;
  }

  #question .q_01 .ttl {
    width: 110vw;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #question .q_01 .txt {
    margin-top: -12vw;
  }
  #question .q_02 .ttl {
    width: 92vw;
  }
  #question .q_03 .ttl {
    width: 98vw;
    margin-left: -10vw;
    margin-right: auto;
  }

  #other .members .member {
    width: 60.66vw;
  }
}