.v-interview {
  position: relative;
  padding-top: 9rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .v-interview {
    padding-top: 0;
  }
}
.v-interview__user {
  margin-top: 50px;
}
.v-interview__user.is-first {
  margin-top: 0px;
}
.v-interview__user__img {
  position: relative;
}
.v-interview__user__img img {
  width: 100%;
}
.v-interview__user__name {
  position: absolute;
  right: 98px;
  bottom: 24px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .v-interview__user__name {
    right: 2rem;
    bottom: 1.8rem;
    display: flex;
  }
}
.v-interview__user__name span {
  background: #FF6000;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 5px;
}
@media screen and (max-width: 750px) {
  .v-interview__user__name span {
    font-size: 1.4rem;
    padding: 3px 4px 5px 5px;
  }
}
.v-interview__user__name h2 {
  margin-top: 12px;
  background: #FF6000;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  padding: 4px 4px 10px 8px;
}
@media screen and (max-width: 750px) {
  .v-interview__user__name h2 {
    font-size: 2.8rem;
    padding: 4px 4px 6px 6px;
  }
}
.v-interview__user p {
  height: 100px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #FF6000;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .v-interview__user p {
    font-size: 2.4rem;
    height: 11.2rem;
    line-height: 1.5;
    text-align: center;
  }
}
.v-interview__content__cont01 {
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  margin-top: 65px;
  min-height: 400px;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont01 {
    margin-right: 2rem;
    margin-top: 2.5rem;
  }
}
.v-interview__content__cont01__in {
  display: flex;
  justify-content: flex-end;
}
.v-interview__content__cont01__img {
  position: absolute;
  left: 0;
}
.v-interview__content__cont01__type {
  position: absolute;
  top: -35px;
  font-size: 100px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  color: #EEEEEE;
  left: 98px;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont01__type {
    font-size: 4.5rem;
    left: 2rem;
    top: -1.6rem;
  }
}
.v-interview__content__cont01__desc {
  width: 470px;
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont01__desc {
    width: 100%;
    padding-top: 23rem;
  }
}
.v-interview__content__cont01__desc h2 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FF6000;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont01__desc h2 {
    font-size: 2.4rem;
  }
}
.v-interview__content__cont01__desc p {
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont01__desc p {
    margin-top: 2rem;
  }
}
.v-interview__content__cont02 {
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  min-height: 985px;
}
.v-interview__content__cont02.is-shortmg {
  margin-top: -70px;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont02 {
    margin-left: 2rem;
    margin-top: 4rem;
  }
  .v-interview__content__cont02.is-shortmg {
    margin-top: 70px;
  }
}
.v-interview__content__cont02__in {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont02__in {
    margin-left: 0rem;
  }
}
.v-interview__content__cont02__img {
  position: absolute;
  right: 0;
  top: 222px;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont02__img {
    top: auto;
  }
}
.v-interview__content__cont02__type {
  position: absolute;
  top: -55px;
  font-size: 100px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  color: #EEEEEE;
  left: 98px;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont02__type {
    font-size: 4.5rem;
    left: 2rem;
    top: -2.6rem;
  }
}
.v-interview__content__cont02__desc {
  width: 470px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont02__desc {
    width: 100%;
    padding-top: 31rem;
  }
}
.v-interview__content__cont02__desc h2 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FF6000;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont02__desc h2 {
    font-size: 2.4rem;
  }
}
.v-interview__content__cont02__desc p {
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont02__desc p {
    margin-top: 2rem;
  }
}
.v-interview__content__cont02__desc__img {
  position: absolute;
  right: 0;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont02__desc__img {
    position: relative;
    margin-top: 2rem;
  }
}
.v-interview__content__cont03 {
  background: #FF6000;
  position: relative;
  display: flex;
  margin-top: 50px;
  height: 564px;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont03 {
    height: auto;
    flex-direction: column-reverse;
    padding-bottom: 3rem;
    margin-top: 5rem;
  }
}
.v-interview__content__cont03__img {
  position: absolute;
  top: 0;
  right: -683px;
  z-index: 1;
  margin-right: 50%;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont03__img {
    position: relative;
    right: 0;
    margin: 0;
  }
}
.v-interview__content__cont03__type {
  position: absolute;
  top: -55px;
  font-size: 100px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  color: #EEEEEE;
  left: 98px;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont03__type {
    top: -2rem;
    font-size: 4.5rem;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 21rem;
  }
}
.v-interview__content__cont03__desc {
  width: 470px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont03__desc {
    width: 100%;
    display: flex;
    margin-top: 4rem;
  }
}
.v-interview__content__cont03__desc h2 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .v-interview__content__cont03__desc h2 {
    font-size: 2.4rem;
  }
}
.v-interview__content__cont03__desc p {
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
/*# sourceMappingURL=interview.css.map */