.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/01/00_bg_pc.jpg);
    height: 56.22vw;
  }
}
@media (max-width: 767px) {
  .sec00 {
    background-image: url(../img/interview/01/00_bg_sp.jpg);
    height: 93.33vw;
    margin-top: 70px;
    margin-bottom: 225px;
  }
}
.sec00__text {
  position: absolute;
}
@media (min-width: 768px) {
  .sec00__text {
    top: 16.84vw;
    right: 9.15vw;
  }
}
@media (max-width: 767px) {
  .sec00__text {
    width: 100%;
    top: 100%;
  }
}
@media (min-width: 768px) {
  .sec00__en img {
    width: 450px;
    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-image: url(../img/interview/common/00_item1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
@media (min-width: 768px) {
  .sec00__pos {
    width: 204px;
    height: 41px;
    padding-left: 2em;
  }
}
@media (max-width: 767px) {
  .sec00__pos {
    width: 175px;
    height: 35px;
    padding-left: 15px;
  }
}
.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: 7.32vw;
    left: -1.46vw;
    width: 33.67vw;
  }
}
@media (max-width: 767px) {
  .sec00__tx1 {
    top: 13.33vw;
    right: 6.67vw;
    width: 56.67vw;
  }
}
.sec00__tx1.right-left-up {
  animation-delay: 1s;
}
.sec00__item {
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .sec00__item {
    right: -5.86vw;
    bottom: -13.76vw;
    width: 41vw;
  }
}
@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: 10.1vw;
  }
}
@media (min-width: 768px) {
  .sec01__side {
    flex: 1;
    max-width: 651px;
    margin-right: 3.66vw;
  }
}
@media (min-width: 768px) {
  .sec01__head img {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .sec01__head img {
    max-width: 297px;
  }
}
.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: 13.33vw;
    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;
  }
}
@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: 2.93vw;
  }
}
@media (min-width: 768px) {
  .sec02__side img {
    margin-right: -4.03vw;
  }
}
@media (max-width: 767px) {
  .sec02__side img {
    position: relative;
    top: -12vw;
    right: -6.67vw;
  }
}
@media (min-width: 768px) {
  .sec02__head img {
    max-width: 410px;
  }
}
@media (max-width: 767px) {
  .sec02__head img {
    max-width: 275px;
  }
}
.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/01/03_bg_pc.png);
    padding: 19.03vw 0 30.38vw;
  }
}
@media (max-width: 767px) {
  .sec03 {
    margin-top: -20vw;
    background-position: bottom center;
    background-image: url(../img/interview/01/03_bg_sp.png);
    padding: 28.33vw 0 130.67vw;
  }
}
@media (max-width: 767px) {
  .sec03__wrapper {
    max-width: 85.33vw;
  }
}
@media (min-width: 768px) {
  .sec03__head {
    max-width: 490px;
    margin-left: auto;
    margin-right: 8.05vw;
  }
}
@media (max-width: 767px) {
  .sec03__head img {
    max-width: 312px;
  }
}
.sec03__body {
  line-height: 38px;
}
@media (min-width: 768px) {
  .sec03__body {
    max-width: 445px;
    margin-left: auto;
    margin-right: 10.25vw;
  }
}

.sec04 {
  position: relative;
}
@media (min-width: 768px) {
  .sec04 {
    padding: 6.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: 412px;
    margin-left: 9.88vw;
  }
}
@media (max-width: 767px) {
  .sec04__head img {
    max-width: 275px;
  }
}
.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 14.64vw;
  }
}
@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: 346px;
    margin-left: 9.88vw;
  }
}
@media (max-width: 767px) {
  .sec05__head img {
    max-width: 231px;
  }
}
.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: 2.2vw;
    width: 36.49vw;
  }
}
@media (max-width: 767px) {
  .sec05__img {
    top: calc(100% + 10.67vw);
    left: 0;
    right: 0;
    margin: auto;
    width: 42.8vw;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .sec05__item {
    position: absolute;
    top: -16.84vw;
    right: -15.37vw;
    width: 30.97vw;
  }
}