.sec00 {
  position: relative;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .sec00 {
    background-image: url(../img/interview/06/00_bg_pc.jpg);
    height: 56.22vw;
  }
}
@media (max-width: 767px) {
  .sec00 {
    background-image: url(../img/interview/06/00_bg_sp.jpg);
    height: 93.33vw;
    margin-top: 70px;
    margin-bottom: 195px;
  }
}
.sec00__text {
  position: absolute;
}
@media (min-width: 768px) {
  .sec00__text {
    bottom: 3vw;
    left: 8vw;
  }
}
@media (max-width: 767px) {
  .sec00__text {
    width: 100%;
    top: 100%;
  }
}
@media (min-width: 768px) {
  .sec00__en img {
    width: 518px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec00__en img {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .sec00__en img {
    max-width: 365px;
    padding: 0 10px;
  }
}
.sec00__pos {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .sec00__pos {
    width: 204px;
    height: 41px;
    padding-left: 2em;
    background-image: url(../img/interview/common/00_item3.png);
    color: #000;
  }
}
@media (max-width: 767px) {
  .sec00__pos {
    width: 175px;
    height: 35px;
    padding-left: 15px;
    background-image: url(../img/interview/common/00_item1.png);
    color: #fff;
  }
}
.sec00__name {
  letter-spacing: 0.24em;
  margin-left: 10px;
}
.sec00__year {
  position: relative;
}
@media (min-width: 768px) {
  .sec00__year {
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .sec00__year {
    z-index: -1;
    margin-top: -15px;
  }
}
.sec00__year .tx {
  position: relative;
  line-height: 28px;
  margin-right: -10px;
  top: -5px;
}
.sec00__year .num {
  background-image: url(../img/interview/common/00_item2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  width: 86px;
  height: 78px;
  line-height: 78px;
  padding-left: 24px;
  margin-right: -15px;
}
.sec00__tx1 {
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec00__tx1 {
    top: 11vw;
    left: 9vw;
    width: 26.55vw;
  }
}
@media (max-width: 767px) {
  .sec00__tx1 {
    top: auto;
    bottom: 15vw;
    right: auto;
    left: 6vw;
    width: 52vw;
  }
}
.sec00__tx1.right-left-up {
  animation-delay: 1s;
}
.sec00__item {
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .sec00__item {
    right: -8vw;
    bottom: -11.55vw;
    width: 28vw;
  }
}
@media (max-width: 767px) {
  .sec00__item {
    top: -1.33vw;
    right: -9.33vw;
    width: 78vw;
  }
}
.sec00__tx2 {
  position: absolute;
  bottom: 2.2vw;
  right: 5.86vw;
  width: 25.48vw;
  z-index: 1;
}
.sec00__tx2.right-left-up {
  animation-delay: 1s;
}

@media (min-width: 768px) {
  .sec01 {
    padding-top: 110px;
  }
}
@media (min-width: 768px) {
  .sec01__wrapper {
    max-width: 1366px;
  }
}
@media (max-width: 767px) {
  .sec01__wrapper {
    width: 89.33vw;
  }
}
@media (min-width: 768px) {
  .sec01__main {
    max-width: 450px;
    margin-top: 9.52vw;
    margin-right: 8.1vw;
  }
}
@media (min-width: 768px) {
  .sec01__side {
    flex: 1;
    max-width: 679px;
    margin-right: 3.66vw;
  }
}
@media (min-width: 768px) {
  .sec01__head img {
    max-width: 414px;
  }
}
@media (max-width: 767px) {
  .sec01__head img {
    max-width: 276px;
  }
}
.sec01__body {
  line-height: 38px;
}
@media (min-width: 768px) {
  .sec01__body {
    max-width: 450px;
  }
}

.sec02 {
  position: relative;
  background-color: #262626;
}
@media (min-width: 768px) {
  .sec02 {
    margin-top: 13.54vw;
    margin-bottom: 10.98vw;
  }
}
@media (max-width: 767px) {
  .sec02 {
    margin-top: 25vw;
    margin-bottom: 16vw;
  }
}
.sec02::before, .sec02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sec02::before {
  background-image: url(../img/interview/common/bg_bl_top.png);
}
@media (min-width: 768px) {
  .sec02::before {
    top: -13.3vw;
    height: 13.54vw;
  }
}
@media (max-width: 767px) {
  .sec02::before {
    top: -12.9vw;
    height: 13.33vw;
  }
}
@media (min-width: 768px) {
  .sec02::after {
    background-image: url(../img/interview/common/bg_bl_btm.png);
    bottom: -10.8vw;
    height: 10.98vw;
    transform: rotateY(180deg);
  }
}
@media (max-width: 767px) {
  .sec02::after {
    background-image: url(../img/interview/common/bg_bl_btm_sp.png);
    bottom: -15.5vw;
    height: 16vw;
  }
}
@media (min-width: 768px) {
  .sec02__wrapper {
    max-width: 1366px;
  }
}
@media (min-width: 768px) {
  .sec02__main {
    margin-top: 9.52vw;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec02__main {
    margin-left: 9.52vw;
  }
}
@media (max-width: 767px) {
  .sec02__main {
    position: relative;
    margin-top: -8vw;
    max-width: 85.33vw;
  }
}
@media (min-width: 768px) {
  .sec02__side {
    flex: 1;
    margin-left: 6.5vw;
  }
}
@media (min-width: 768px) {
  .sec02__side img {
    margin-right: -4.03vw;
  }
}
@media (max-width: 767px) {
  .sec02__side img {
    position: relative;
    top: -12vw;
    right: 0;
  }
}
@media (min-width: 768px) {
  .sec02__head img {
    max-width: 397px;
  }
}
@media (max-width: 767px) {
  .sec02__head img {
    max-width: 267px;
  }
}
.sec02__body {
  color: #fff;
  line-height: 38px;
}
@media (min-width: 768px) {
  .sec02__body {
    max-width: 450px;
  }
}

.sec03 {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec03 {
    margin-top: -10.98vw;
    background-position: top center;
    background-image: url(../img/interview/06/03_bg_pc.png?v0);
    padding: 19.03vw 0 30.38vw;
  }
}
@media (max-width: 767px) {
  .sec03 {
    margin-top: -15vw;
    background-position: bottom center;
    background-image: url(../img/interview/06/03_bg_sp.png?v0);
    padding: 25.33vw 0 130.67vw;
  }
}
@media (max-width: 767px) {
  .sec03__wrapper {
    max-width: 85.33vw;
  }
}
.sec03__main {
  display: inline-block;
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec03__main {
    margin-left: 9.88vw;
    padding: 3em 3em;
  }
}
@media (min-width: 768px) {
  .sec03__head {
    max-width: 365px;
  }
}
@media (max-width: 767px) {
  .sec03__head img {
    max-width: 242px;
  }
}
.sec03__body {
  line-height: 38px;
}
@media (min-width: 768px) {
  .sec03__body {
    max-width: 445px;
  }
}

.sec04 {
  position: relative;
}
@media (min-width: 768px) {
  .sec04 {
    padding: 11.95vw 0 18.3vw;
  }
}
@media (max-width: 767px) {
  .sec04 {
    padding: 70px 0 60px;
  }
}
@media (max-width: 767px) {
  .sec04__wrapper {
    max-width: 85.33vw;
  }
}
@media (min-width: 768px) {
  .sec04__head {
    max-width: 339px;
    margin-left: 9.88vw;
  }
}
@media (max-width: 767px) {
  .sec04__head img {
    max-width: 236px;
  }
}
.sec04__body {
  line-height: 38px;
}
@media (min-width: 768px) {
  .sec04__body {
    max-width: 450px;
    margin-left: 9.88vw;
  }
}
.sec04__item {
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .sec04__item {
    top: -16.47vw;
    left: 32.21vw;
    width: 24.16vw;
  }
}
@media (max-width: 767px) {
  .sec04__item {
    top: -61.33vw;
    right: -12.27vw;
    width: 69.87vw;
  }
}

.sec05 {
  position: relative !important;
}
@media (min-width: 768px) {
  .sec05 {
    background-color: #2FC986;
    padding: 0 0 2.6vw;
  }
}
@media (max-width: 767px) {
  .sec05 {
    margin-bottom: 117.33vw;
  }
}
.sec05::before, .sec05::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .sec05::before {
    top: -10.61vw;
    height: 10.61vw;
    background-image: url(../img/interview/common/bg_gr_top.png);
  }
}
@media (max-width: 767px) {
  .sec05::before {
    height: 13.33vw;
    bottom: -77.33vw;
    z-index: 0;
    background-image: url(../img/interview/common/bg_gr_top_sp.png);
  }
}
@media (max-width: 767px) {
  .sec05::after {
    bottom: -117.33vw;
    height: 40vw;
    background-color: #2FC986;
  }
}
@media (min-width: 768px) {
  .sec05__wrapper {
    position: relative;
    top: -11.71vw;
  }
}
@media (max-width: 767px) {
  .sec05__wrapper {
    max-width: 85.33vw;
  }
}
@media (min-width: 768px) {
  .sec05__head {
    max-width: 412px;
    margin-left: 9.88vw;
  }
}
@media (max-width: 767px) {
  .sec05__head img {
    max-width: 274px;
  }
}
.sec05__body {
  line-height: 38px;
}
@media (min-width: 768px) {
  .sec05__body {
    max-width: 445px;
    margin-left: 9.88vw;
  }
}
.sec05__img {
  position: absolute;
}
@media (min-width: 768px) {
  .sec05__img {
    right: 7.69vw;
    bottom: 17.2vw;
    width: 50.6vw;
  }
}
@media (max-width: 767px) {
  .sec05__img {
    top: calc(100% + 4.5vw);
    left: -8vw;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
  }
}
.sec05__item {
  position: absolute;
}
@media (min-width: 768px) {
  .sec05__item {
    top: -16.84vw;
    right: -12.37vw;
    width: 30.97vw;
  }
}
@media (max-width: 767px) {
  .sec05__item {
    top: auto;
    right: -21.37vw;
    width: 47.61vw;
    bottom: -106vw;
    z-index: 2;
  }
}