#mv .wrap {
  position: relative;
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}
#mv .wrap .photo {
  position: relative;
  z-index: 2;
  width: 445px;
  margin-left: 24%;
  margin-right: auto;
}
#mv .wrap .sti_name {
  position: absolute;
  left: -17px;
  bottom: 9px;
  z-index: 4;
  width: 551px;
}
#mv .wrap .sti {
  position: absolute;
  right: 97px;
  top: 90px;
  z-index: 1;
  width: 739px;
}

#question .q_01 {
  position: relative;
}
#question .q_01 .ttl {
  width: 755px;
}
#question .q_01 .fl_box {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -305px;
}
#question .q_01 .person {
  width: 433px;
  margin-left: 20px;
  margin-right: -50px;
}
#question .q_01 .txt {
  width: 450px;
  padding-bottom: 150px;
}
#question .q_01 .bg_img {
  position: absolute;
  bottom: 110px;
  left: -267px;
  width: 722px;
  z-index: -5;
}

#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: 100%;
  margin-top: 100px;
}
#question .q_02 .person {
  width: 454px;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#question .q_02 .bg_img {
  position: absolute;
  width: 100%;
  left: 0;
  top: -12%;
  z-index: -1;
}

#question .q_03 {
  position: relative;
  margin-top: 170px;
}
#question .q_03 .ttl {
  width: 757px;
}
#question .q_03 .fl_box {
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
}
#question .q_03 .person {
  position: absolute;
  top: 50px;
  right: 0;
  width: 427px;
}
#question .q_03 .bg_img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -5;
}
#question .q_03 .txt {
  width: 490px;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  #mv .wrap {
    width: 62.14vw;
  }
  #mv .wrap .photo {
    width: 31.78vw;
  }
  #mv .wrap .sti_name {
    left: -1.21vw;
    bottom: 0.64vw;
    width: 39.35vw;
  }
  #mv .wrap .sti {
    right: 5.85vw;
    top: 9.428vw;
    width: 52.785vw;
  }
  #question .q_01 .ttl {
    width: 53.92vw;
  }
  #question .q_01 .fl_box {
    margin-top: -21.78vw;
  }
  #question .q_01 .person {
    width: 30.928vw;
    margin-left: 1.428vw;
    margin-right: -3.57vw;
  }
  #question .q_01 .txt {
    width: 32.142vw;
    padding-bottom: 10.71vw;
  }
  #question .q_01 .bg_img {
    bottom: 7.85vw;
    left: -19.071vw;
    width: 51.57vw;
  }
  
  #question .q_02 {
    margin-top: 5vw;
  }
  #question .q_02 .fl_box {
    margin-top: -15.71vw;
  }
  #question .q_02 .txt {
    margin-top: 7.14vw;
  }
  #question .q_02 .person {
    width: 32.42vw;
    top: -2.64vw;
  }
  
  #question .q_03 {
    margin-top: 12.14vw;
  }
  #question .q_03 .ttl {
    width: 54.071vw;
  }
  #question .q_03 .person {
    top: 3.571vw;
    width: 30.5vw;
  }
  #question .q_03 .txt {
    width: 35vw;
    margin-top: 3.57vw;
  }
}
@media(max-width:900px) {
  #mv .wrap {
    width: 90.4vw;
    padding-top: 3vw;
  }
  #mv .wrap .photo {
    width: 57.46vw;
    padding-top: 11vw;
    margin-left: 19%;
  }
  #mv .wrap .sti_name {
    bottom: 18vw;
    left: -6vw;
    width: 55.06vw;
  }
  #mv .wrap .sti {
    width: 88.33vw;
    right: 0vw;
    top: 0vw;
    z-index: 0;
  }
  #question .q_01 .ttl {
    width: 87.86vw;
  }
  #question .q_02 .ttl {
    width: 138.93vw;
    margin-left: -34vw;
    margin-right: auto;
  }
  #question .q_03 .ttl {
    width: 100vw;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
