#mv .wrap {
  position: relative;
  width: 870px;
  margin-left: auto;
  margin-right: auto; 
}
#mv .wrap .photo {
  position: relative;
  z-index: 2;
  width: 307px;
  margin-left: 41%;
  margin-right: auto;
}
#mv .wrap .sti_name {
  position: absolute;
  left: 0px;
  bottom: 142px;
  z-index: 4;
  width: 363px;
}
#mv .wrap .sti {
  position: absolute;
  right: 110px;
  top: 80px;
  z-index: 1;
  width: 627px;
}

#question .q_01{
  position: relative;
}
#question .q_01 .ttl{
  width: 100%;
}
#question .q_01 .fl_box{
  justify-content: flex-end;
  margin-top: -270px;
}
#question .q_01 .person{
  width: 200px;
  padding-top: 25px;
  margin-right: 30px;
}
#question .q_01 .txt{
  width: 364px;
}
#question .q_01 .bg_img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1425px;
  width: 100%;
  z-index: -1;
}

#question .q_02{
  position: relative;
  margin-top: 70px;
}
#question .q_02 .conte{
  position: relative;
}
#question .q_02 .ttl{
  width: 100%;
}
#question .q_02 .fl_box{
  align-items: flex-end;
  margin-top: -220px;
}
#question .q_02 .txt{
  width: 391px;
  padding-bottom: 60px;
  margin-right: 20px;
  padding-left: 20px;
}
#question .q_02 .person{
  width: 345px;
}
#question .q_02 .bg_img{
  position: absolute;
  bottom: 120px;
  right: -70px;
  width: 540px;
  z-index: -1;
}

#question .q_03{
  position: relative;
  margin-top: 170px;
}
#question .q_03 .fl_box{
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
}
#question .q_03 .person{
  width: 253px;
}
#question .q_03 .ttl{
  width: 488px;
  margin-left: 20px;
}
#question .q_03 .bg_img{
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 610px;
  z-index: -1;
}
#question .q_03 .txt{
  width: 831px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
#other .members {
  justify-content: center;
}
/* #other .members .member {
  width: 33.33%;
} */
@media(max-width:1400px) {
  #mv .wrap {
    width: 62.14vw;
  }
  #mv .wrap .photo {
    width: 21.92vw;
  }
  #mv .wrap .sti_name {
    bottom: 10.14vw;
    width: 25.92vw;
  }
  #mv .wrap .sti {
    right: 7.85vw;
    top: 5.71vw;
    width: 44.78vw;
  }
  #question .q_01 .fl_box{
    margin-top: -19.28vw;
  }
  #question .q_01 .person{
    width: 14.28vw;
    padding-top: 1.78vw;
    margin-right: 2.14vw;
  }
  #question .q_01 .txt{
    width: 26vw;
  }
  #question .q_02{
    margin-top: 5vw;
  }
  #question .q_02 .fl_box{
    margin-top: -15.71vw;
  }
  #question .q_02 .txt{
    width: 27.92vw;
    padding-bottom: 4.28vw;
    margin-right: 1.42vw;
    padding-left: 1.42vw;
  }
  #question .q_02 .person{
    width: 24.64vw;
  }
  #question .q_02 .bg_img{
    bottom: 8.57vw;
    right: -5vw;
    width: 38.57vw;
  }
  #question .q_03{
    margin-top: 12.14vw;
  }
  #question .q_03 .person{
    width: 18.07vw;
  }
  #question .q_03 .ttl{
    width: 34.85vw;
    margin-left: 1.42vw;
  }
  #question .q_03 .bg_img{
    width: 43.57vw;
  }
  #question .q_03 .txt{
    width: 59.35vw;
    margin-top: 3.21vw;
  }
}
@media(max-width:900px) {
  #mv .wrap {
    width: 69.46vw;
    padding-top: 3vw;
  }
  #mv .wrap .photo {
    width: 42.26vw;
    padding-top: 0;
    margin-left: 30%;
  }
  #mv .wrap .sti_name {
    bottom: 26vw;
    left: -6vw;
    width: 39.6vw;
  }
  #mv .wrap .sti {
    width: 78.62vw;
    right: -2vw;
    top: 6vw;
  }

  #question .q_01 .ttl {
    width: 100vw;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #question .q_02 .ttl {
    width: 90vw;
    position: relative;
    top: 0;
    left: 55%;
    transform: translateX(-50%);
  } 
  #question .q_03 .ttl {
    width: 100vw;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  } 

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