#mv .wrap {
  position: relative;
  width: 857px;
  margin-left: auto;
  margin-right: auto; 
}
#mv .wrap .photo {
  position: relative;
  z-index: 2;
  width: 494px;
  margin-left: auto;
  margin-right: auto; 
  padding-top: 100px;
}
#mv .wrap .sti_name {
  position: absolute;
  left: 0;
  bottom: 110px;
  z-index: 4;
  width: 533px; 
}
#mv .wrap .sti {
  position: absolute;
  right: 0;
  top: 140px;
  z-index: 1;
  width: 747px;
}

#question .q_01 .conte{
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}
#question .q_01 .ttl{
  width: 730px;
  margin-left: auto;
  margin-right: 0;
}
#question .q_01 .fl_box{
  position: relative;
  margin-top: -270px;
  justify-content: space-between;
  align-items: flex-end;
  z-index: -1;
}
#question .q_01 .person{
  width: 175px;
}
#question .q_01 .txt{
  width: 697px;
}
#question .q_01 .bg_img{
  position: absolute;
  bottom: 120px;
  left: -240px;
  width: 478px;
  z-index: -3;
}

#question .q_02 .conte{
  position: relative;
  margin-top: 53px;
}
#question .q_02 .fl_box{
  position: relative;
  align-items: flex-end;
  padding-top: 93px;
}
#question .q_02 .ttl{
  width: 396px;
}
#question .q_02 .txt{
  width: 523px;
  margin-left: -50px;
}
#question .q_02 .person{
  position: absolute;
  top: 0;
  right: 60px;
  width: 266px;
}
#question .q_02 .bg_img{
  position: absolute;
  top: -50px;
  right: -190px;
  width: 720px;
  z-index: -1;
}

#question .q_03{
  position: relative;
  overflow-x: hidden;
}
#question .q_03 .conte{
  position: relative;
  margin-top: 180px;
  padding-bottom: 140px;
}
#question .q_03 .ttl{
  width: 707px;
}
#question .q_03 .fl_box{
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -210px;
}
#question .q_03 .txt{
  width: 454px;
}
#question .q_03 .person{
  width: 414px;
}
#question .q_03 .bg_img{
  position: absolute;
  right: 0%;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

#other .members{
  justify-content: center;
  gap: 50px;
}

@media(max-width:1400px) {
  #mv .wrap {
    width: 61.21vw;
  }
  #mv .wrap .photo {
    width: 35.28vw;
    padding-top: 7.14vw;
  }
  #mv .wrap .sti_name {
    bottom: 7.85vw;
    width: 38.07vw; 
  }
  #mv .wrap .sti {
    top: 10vw;
    width: 53.35vw;
  }
  #question .q_01 .conte{
    padding-top: 7.14vw;
    padding-bottom: 5vw;
  }
  #question .q_01 .ttl{
    width: 52.14vw;
  }
  #question .q_01 .fl_box{
    margin-top: -19.28vw;
  }
  #question .q_01 .person{
    width: 12.5vw;
  }
  #question .q_01 .txt{
    width: 49.78vw;
  }
  #question .q_01 .bg_img{
    bottom: 8.57vw;
    left: -17.14vw;
    width: 34.14vw;
  }
  
  #question .q_02 .conte{
    margin-top: 3.78vw;
  }
  #question .q_02 .fl_box{
    padding-top: 6.64vw;
  }
  #question .q_02 .ttl{
    width: 28.28vw;
  }
  #question .q_02 .txt{
    width: 37.35vw;
    margin-left: -3.57vw;
  }
  #question .q_02 .person{
    right: 4.28vw;
    width: 19vw;
  }
  #question .q_02 .bg_img{
    top: -3.57vw;
    right: -13.57vw;
    width: 51.42vw;
  }
  #question .q_03 .conte{
    margin-top: 12.85vw;
    padding-bottom: 10vw;
  }
  #question .q_03 .ttl{
    width: 50.5vw;
  }
  #question .q_03 .fl_box{
    margin-top: -15vw;
  }
  #question .q_03 .txt{
    width: 32.42vw;
  }
  #question .q_03 .person{
    width: 29.57vw;
  }
}
@media(max-width:900px) {
  #mv .wrap {
    width: 82vw;
  }
  #mv .wrap .photo {
    width: 70.26vw;
    padding-top: 0;
    margin-left: auto;
  }
  #mv .wrap .sti_name {
    bottom: 15vw;
    left: 3vw;
    width: 70.26vw;
  }
  #mv .wrap .sti {
    top: 14.66vw;
    width: 76.26vw;
    right: -5vw;
  }

  #question .q_01 .ttl {
    width: 108vw;
    margin-left: -20vw;
  }
  #question .q_02 .ttl {
    width: 116vw;
  }
  #question .q_02 .txt {
    width: 37.35vw;
    margin-left: 0;
  }
  #question .q_03 .ttl {
    width: 103.2vw;
    margin-left: -5vw;
  }
}