#mv .wrap {
  position: relative;
  width: 911px;
  margin-left: auto;
  margin-right: auto; 
}
#mv .wrap .photo {
  position: relative;
  z-index: 2;
  width: 553px;
  padding-top: 0;
  margin-left: 17%;
  margin-right: auto; 
}
#mv .wrap .sti_name {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 4;
  width: 486px;
}
#mv .wrap .sti {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 750px;
}

#question .q_01{
  position: relative;
}
#question .q_01 .conte{
  position: relative;
}
#question .q_01 .fl_box{
  justify-content: space-between;
}
#question .q_01 .ttl{
  width: 372px;
}
#question .q_01 .person{
  width: 275px;
  margin-left: -120px;
  padding-top: 120px;
}
#question .q_01 .txt{
  width: 375px;
  padding-top: 115px;
  margin-left: 20px;
}
#question .q_01 .bg_img{
  position: absolute;
  bottom: 0;
  right: 40px;
  max-width: 916px;
  width: 70%;
  z-index: -5;
}

#question .q_02{
  position: relative;
  margin-top: 90px;
}
#question .q_02 .conte{
  position: relative;
}
#question .q_02 .fl_box{
  justify-content: space-between;
}
#question .q_02 .ttl{
  width: 660px;
}
#question .q_02 .txt{
  width: 766px;
  margin-top: 52px;
}
#question .q_02 .person{
  position: absolute;
  width: 300px;
  z-index: 0;
  top: 95px;
  right: 90px;
}
#question .q_02 .bg_img{
  position: absolute;
  width: 600px;
  z-index: -3;
  top: 120px;
  right: -140px;
}

#question .q_03{
  position: relative;
  margin-top: 200px;
}
#question .q_03 .conte{
  position: relative;
  padding-bottom: 26.42vw;
}
#question .q_03 .ttl{
  width: 763px;
}
#question .q_03 .txt{
  position: relative;
  width: 465px;
  margin-left: auto;
  margin-right: 0;
  margin-top: -130px;
  z-index: 2;
}
#question .q_03 .person{
  width: 60.71vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media(max-width:1400px) {
  #mv .wrap {
    width: 65.07vw;
  }
  #mv .wrap .photo {
    width: 39.5vw;
    padding-top: 2.14vw;
  }
  #mv .wrap .sti_name {
    bottom: 0.571vw;
    width: 34.71vw;
  }
  #question .q_01 .ttl{
    width: 26.57vw;
  }
  #question .q_01 .person{
    width: 19.64vw;
    margin-left: -8.57vw;
    padding-top: 8.57vw;
  }
  #question .q_01 .txt{
    width: 26.7vw;
    padding-top: 8.2vw;
    margin-left: 1.42vw;
  }
  #question .q_01 .bg_img{
    right: 2.85vw;
  }
  #question .q_02{
    margin-top: 6.42vw;
  }
  #question .q_02 .ttl{
    width: 47.14vw;
  }
  #question .q_02 .txt{
    width: 54.71vw;
    margin-top: 3.71vw;
  }
  #question .q_02 .person{
    width: 21.42vw;
    top: 6.78vw;
    right: 6.42vw;
  }
  #question .q_02 .bg_img{
    width: 42.85vw;
    top: 8.57vw;
    right: -10vw;
  }
  #question .q_03{
    margin-top: 14.28vw;
  }
  #question .q_03 .ttl{
    width: 54.5vw;
  }
  #question .q_03 .txt{
    width: 33.21vw;
    margin-top: -9.28vw;
  }
}
@media(max-width:900px) {
  #mv .wrap {
    width: 83.73vw;
  }
  #mv .wrap .photo {
    width: 74.8vw;
    padding-top: 0;
    margin-left: -4vw;
  }
  #mv .wrap .sti_name {
    bottom: 9vw;
    left: -6vw;
    width: 53.46vw;
  }
  #mv .wrap .sti {
    width: 80.13vw;
    right: 3vw;
    top: 14vw;
  }

  #question .q_01 .ttl {
    width: 105.46vw;
    margin-left: -8vw;
    margin-right: auto;
  }
  #question .q_01 .txt {
    margin-left: 0;
  }
  #question .q_02 .ttl {
    width: 112.66vw;
    margin-left: 0vw;
    margin-right: auto;
  }
  #question .q_02 .txt {
    margin-top: 1em;
  }
  #question .q_03 .ttl {
    width: 100vw;
    margin-left: -7.9vw;
    margin-right: auto;
  }
  #question .q_03 .txt {
    margin-top: 1em;
  }
}