#mv .wrap {
  position: relative;
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}
#mv .wrap .photo {
  position: relative;
  z-index: 2;
  width: 450px;
  margin-left: 20%;
  margin-right: auto;
}
#mv .wrap .sti_name {
  position: absolute;
  left: 25px;
  bottom: -5px;
  z-index: 4;
  width: 498px;
}
#mv .wrap .sti {
  position: absolute;
  right: 39px;
  top: 153px;
  z-index: 1;
  width: 810px;
}

#question .q_01 {
  position: relative;
}
#question .q_01 .ttl {
  width: 580px;
  margin-left: 240px;
}
#question .q_01 .fl_box {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -180px;
  margin-left: 10px;
}
#question .q_01 .person {
  width: 454px;
}
#question .q_01 .txt {
  width: 514px;
  margin-left: -100px;
  padding-bottom: 150px;
}
#question .q_01 .bg_img {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1600px;
  width: 100%;
  z-index: -1;
}

#question .q_02 {
  position: relative;
  margin-top: 70px;
}
#question .q_02 .conte {
  position: relative;
}
#question .q_02 .ttl {
  width: 631px;
}
#question .q_02 .fl_box {
  align-items: flex-end;
  margin-top: -220px;
}
#question .q_02 .txt {
  width: 100%;
  margin-top: 70px;
}
#question .q_02 .person {
  width: 450px;
  position: absolute;
  right: -21px;
  top: -50px;
}
#question .q_02 .bg_img {
  position: absolute;
  top: 184px;
  right: -296px;
  width: 488px;
  z-index: -1;
}

#question .q_03 {
  position: relative;
  margin-top: 180px;
}
#question .q_03 .fl_box {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -368px;
}
#question .q_03 .person {
  width: 474px;
  margin-right: -141px;
  margin-left: -64px;
  margin-bottom: -50px;
}
#question .q_03 .ttl {
  width: 657px;
}
#question .q_03 .bg_img {
  position: absolute;
  top: -44%;
  left: 0;
  width: 100%;
  z-index: -1;
}
#question .q_03 .txt {
  width: 665px;
}
@media (max-width: 1400px) {
  #mv .wrap {
    width: 62.14vw;
  }
  #mv .wrap .photo {
    width: 32.142vw;
  }
  #mv .wrap .sti_name {
    left: 1.785vw;
    bottom: -0.35vw;
    width: 35.57vw;
  }
  #mv .wrap .sti {
    right: 2.785vw;
    top: 10.9285vw;
    width: 57.857vw;
  }
  
  #question .q_01 .ttl {
    width: 41.42vw;
    margin-left: 17.14vw;
  }
  #question .q_01 .fl_box {
    margin-top: -12.8vw;
    margin-left: 0.7142vw;
  }
  #question .q_01 .person {
    width: 32.42vw;
  }
  #question .q_01 .txt {
    width: 36.714vw;
    margin-left: -7.142vw;
    padding-bottom: 10.71vw;
  }
  #question .q_01 .bg_img {
    max-width: 114.28vw;
  }
  
  #question .q_02 {
    margin-top: 5vw;
  }
  #question .q_02 .ttl {
    width: 45.07vw;
  }
  #question .q_02 .fl_box {
    margin-top: -15.71vw;
  }
  #question .q_02 .txt {
    margin-top: 5vw;
  }
  #question .q_02 .person {
    width: 32.14vw;
    right: -1.5vw;
    top: -3.571vw;
  }
  #question .q_02 .bg_img {
    top: 13.142vw;
    right: -21.142vw;
    width: 34.857vw;
  }
  
  #question .q_03 {
    margin-top: 12.85vw;
  }
  #question .q_03 .fl_box {
    margin-top: -26.28vw;
  }
  #question .q_03 .person {
    width: 33.85vw;
    margin-right: -10.0vw;
    margin-left: -4.57vw;
    margin-bottom: -3.57vw;
  }
  #question .q_03 .ttl {
    width: 46.92vw;
  }
  #question .q_03 .txt {
    width: 47.5vw;
  }
}
@media(max-width:900px) {
  #mv .wrap {
    width: 41.07vw;
    padding-top: 3vw;
  }
  #mv .wrap .photo {
    width: 58.26vw;
    padding-top: 0;
    margin-left: -33%;
  }
  #mv .wrap .sti_name {
    bottom: 0;
    left: -21vw;
    width: 53.06vw;
  }
  #mv .wrap .sti {
    width: 85.66vw;
    right: -25vw;
    top: 21vw;
    z-index: 0;
  }

  #question .q_01 .ttl {
    width: 100vw;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  #question .q_01 .fl_box {
    margin-left: 0;
  }
  #question .q_01 .txt {
    margin-left: 0;
    padding-bottom: 0;
  }
  #question .q_02 .ttl {
    width: 87.6vw;
  }
  #question .q_03 .ttl {
    width: 100vw;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
