@keyframes bgChange {
  0% {
    background-color: rgba(22, 57, 184, 0);
  }
  100% {
    background-color: #1639b8;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes copySlideIn1 {
  0% {
    transform: scale(0, 1);
    transform-origin: center left;
  }
  48% {
    transform: scale(1, 1);
    transform-origin: center left;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: center right;
  }
  to {
    transform: scale(0, 1);
    transform-origin: center right;
  }
}
@keyframes copySlideIn2 {
  0% {
    transform: scale(1, 0);
    transform-origin: center top;
  }
  48% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  to {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .main {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .main {
    margin-top: 70px;
  }
}

.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
}
@media (min-width: 768px) {
  .fv {
    background-image: url(../img/interview/tanaka/fv_bk.jpg);
    height: 45vw;
  }
}
@media (max-width: 767px) {
  .fv {
    background-image: url(../img/interview/tanaka/fv_bk_sp.jpg);
    height: 106.67vw;
  }
}
.fv__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv__ph {
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv__ph {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 49.19vw;
  }
}
@media (max-width: 767px) {
  .fv__ph {
    bottom: 0;
    left: -22.93vw;
    width: 89.6vw;
  }
}
.fv__head {
  position: absolute;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .fv__head {
    top: 2.2vw;
    left: 2.93vw;
    font-size: 3.15vw;
    line-height: 2.93vw;
  }
}
@media (max-width: 767px) {
  .fv__head {
    top: 3.33vw;
    right: 3.33vw;
    font-size: 5.87vw;
    line-height: 5.47vw;
  }
}
.fv__name {
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .fv__name {
    right: 5.12vw;
    bottom: 11.71vw;
    width: 25.77vw;
    height: 9.15vw;
  }
}
@media (max-width: 767px) {
  .fv__name {
    right: 5.33vw;
    bottom: 26.67vw;
    width: 47.6vw;
    height: 16.67vw;
  }
}
.fv__tx {
  position: absolute;
  z-index: 0;
}
.fv__tx1 {
  animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 0;
  animation-play-state: paused;
}
.fv__tx1.start {
  animation-play-state: running;
}
@media (min-width: 768px) {
  .fv__tx1 {
    top: 8.78vw;
    left: 5.12vw;
    width: 32.36vw;
    height: 17.42vw;
  }
}
@media (max-width: 767px) {
  .fv__tx1 {
    top: 5.33vw;
    left: 8vw;
    width: 48vw;
    height: 25.33vw;
    z-index: 1;
  }
}
.fv__tx2 {
  animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 0;
  animation-play-state: paused;
  z-index: 1;
}
.fv__tx2.start {
  animation-play-state: running;
}
@media (min-width: 768px) {
  .fv__tx2 {
    top: 3.66vw;
    right: 3.66vw;
    width: 36.97vw;
    height: 23.28vw;
  }
}
@media (max-width: 767px) {
  .fv__tx2 {
    top: 29.33vw;
    right: 4vw;
    width: 55.33vw;
    height: 34.67vw;
  }
}
@media (min-width: 768px) {
  .fv__tx3 {
    right: 9.52vw;
    bottom: 7.69vw;
  }
}
@media (max-width: 767px) {
  .fv__tx3 {
    right: 8vw;
    bottom: 8vw;
    z-index: 2;
  }
}
.fv__tx3 .position {
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .fv__tx3 .position {
    font-size: 1.32vw;
  }
}
@media (max-width: 767px) {
  .fv__tx3 .position {
    font-size: 4.8vw;
  }
}
.fv__tx3 .name {
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .fv__tx3 .name {
    font-size: 2.27vw;
  }
}
@media (max-width: 767px) {
  .fv__tx3 .name {
    font-size: 8.27vw;
  }
}
.fv__tx3 .year {
  background-color: #fff;
  color: #1639b8;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 3px 8px;
}
@media (min-width: 768px) {
  .fv__tx3 .year {
    font-size: 1.17vw;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .fv__tx3 .year {
    font-size: 4.27vw;
  }
}
.fv__block {
  position: relative;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
}
.fv__block .rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  z-index: 2;
}
.start .fv__block .rect {
  animation-play-state: running;
}
.fv__block .blocktext {
  display: block;
  position: relative;
  opacity: 0;
}
.fv__block.block1 {
  display: inline-block;
}
.fv__block.block2 .rect {
  animation-delay: 0.34s;
}
.fv__block.block3 .rect {
  animation-delay: 0.51s;
}

@media (max-width: 767px) {
  .sec01 {
    padding: 50px 0 25px;
  }
}
.sec01__content {
  flex: 1;
}
@media (min-width: 768px) {
  .sec01__content {
    max-width: 39.9vw;
    margin-left: auto;
    margin-right: 6.22vw;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__content {
    max-width: 100%;
    margin-left: 5.86vw;
  }
}
.sec01__head {
  color: #1639b8;
}
.sec01__block {
  position: relative;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec01__block {
    font-size: 48px;
    line-height: 74px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__block {
    font-size: 3.51vw;
    line-height: 5.42vw;
  }
}
@media (max-width: 767px) {
  .sec01__block {
    font-size: 35px;
    line-height: 54px;
  }
}
.sec01__block .rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1639b8;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  z-index: 2;
}
.show .sec01__block .rect {
  animation-play-state: running;
}
.sec01__block .blocktext {
  display: block;
  position: relative;
  opacity: 0;
  transition-property: opacity;
  transition-delay: 0.97s;
}
.show .sec01__block .blocktext {
  opacity: 1;
}
.sec01__block.block1 {
  display: inline-block;
}
.sec01__block.block2 .rect {
  animation-delay: 0.34s;
}
.sec01__block.block2 .blocktext {
  transition-delay: 1.14s;
}
.sec01__block.block3 .rect {
  animation-delay: 0.51s;
}
.sec01__block.block3 .blocktext {
  transition-delay: 1.31s;
}
.sec01__p {
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .sec01__p {
    font-size: 18px;
    line-height: 51px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec01__p {
    font-size: 1.32vw;
    line-height: 3.73vw;
  }
}
@media (max-width: 767px) {
  .sec01__p {
    line-height: 39px;
  }
}
.sec01__imgbox {
  position: relative;
}
@media (min-width: 768px) {
  .sec01__imgbox {
    width: 47.58vw;
  }
}
@media (max-width: 767px) {
  .sec01__imgbox {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec01__img {
    width: 47.58vw;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .sec01__img {
    width: 86.67vw;
  }
}
.sec01__imgitem {
  position: absolute;
  z-index: 1;
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .sec01__imgitem {
    width: 58.57vw;
    top: -8.78vw;
    right: -3.66vw;
  }
}
@media (max-width: 767px) {
  .sec01__imgitem {
    width: 94.8vw;
    height: 93.87vw;
    bottom: -10vw;
    left: -4.67vw;
  }
}
.sec01__imgitem.show {
  animation-play-state: running;
}

@media (min-width: 768px) {
  .sec02 {
    background-image: url(../img/interview/tanaka/02_img.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 52.56vw;
  }
}
@media (min-width: 768px) {
  .sec02__wrapper {
    padding-top: 5.12vw;
  }
}
@media (min-width: 768px) {
  .sec02__box {
    background: rgba(3, 1, 2, 0.7);
    width: 49.86vw;
    padding: 5.12vw 3.66vw;
    margin-right: 6.59vw;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .sec02__box {
    background-color: #211f20;
    padding: 45px 0 60px;
  }
}
.sec02__head {
  color: #fff;
}
@media (max-width: 767px) {
  .sec02__head {
    width: 88vw;
  }
}
.sec02__block {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec02__block {
    font-size: 48px;
    line-height: 74px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec02__block {
    font-size: 3.51vw;
    line-height: 5.42vw;
  }
}
@media (max-width: 767px) {
  .sec02__block {
    font-size: 35px;
    line-height: 54px;
  }
}
.sec02__block .rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1639b8;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
  animation-duration: 1.25s;
  animation-delay: 0.17s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  z-index: 2;
}
.show .sec02__block .rect {
  animation-play-state: running;
}
.sec02__block .blocktext {
  display: block;
  position: relative;
  opacity: 0;
  transition-property: opacity;
  transition-delay: 0.97s;
}
.show .sec02__block .blocktext {
  opacity: 1;
}
.sec02__block.block2 .rect {
  animation-delay: 0.34s;
}
.sec02__block.block2 .blocktext {
  transition-delay: 1.14s;
}
.sec02__block.block3 .rect {
  animation-delay: 0.51s;
}
.sec02__block.block3 .blocktext {
  transition-delay: 1.31s;
}
@media (max-width: 767px) {
  .sec02__body {
    width: 88vw;
  }
}
.sec02__p {
  color: #fff;
}
@media (min-width: 768px) {
  .sec02__p {
    font-size: 18px;
    line-height: 51px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec02__p {
    font-size: 1.32vw;
    line-height: 3.73vw;
  }
}
@media (max-width: 767px) {
  .sec02__p {
    line-height: 39px;
  }
}

.sec03 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .sec03 {
    background-image: url(../img/interview/tanaka/03_bk.jpg);
    padding: 45px 0 0;
  }
}
@media (max-width: 767px) {
  .sec03 {
    background-image: url(../img/interview/tanaka/03_bk_sp.jpg);
    padding: 55px 0 0;
  }
}
.sec03 .ticker {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec03 .ticker {
    height: 134px;
  }
}
@media (max-width: 767px) {
  .sec03 .ticker {
    height: 55px;
  }
}
.sec03 .ticker__container {
  display: flex;
  position: absolute;
  animation: ticker 45s linear infinite;
}
.sec03 .ticker__item {
  display: flex;
  flex-shrink: 0;
}
.sec03 .ticker__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .sec03 .ticker__img {
    width: 1614px;
    height: 134px;
  }
}
@media (max-width: 767px) {
  .sec03 .ticker__img {
    width: 662px;
    height: 55px;
  }
}
@media (min-width: 768px) {
  .sec03__wrapper {
    padding: 0 20px;
  }
}
.sec03__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec03__box {
    position: relative;
    max-width: 1192px;
    padding: 60px 60px 0;
    gap: 0 100px;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__box {
    gap: 0 7.32vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sec03__box {
    padding: 40px 20px 0;
  }
}
@media (min-width: 768px) {
  .sec03__boxitem {
    max-width: 485px;
  }
}
@media (min-width: 768px) {
  .sec03__headwrap {
    height: 164px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__headwrap {
    height: 12vw;
  }
}
.sec03__head {
  color: #1639b8;
}
@media (min-width: 768px) {
  .sec03__head {
    font-size: 48px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__head {
    font-size: 3.51vw;
  }
}
@media (max-width: 767px) {
  .sec03__head {
    font-size: 35px;
    line-height: 54px;
  }
}
.sec03__block {
  position: relative;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec03__block {
    font-size: 48px;
    line-height: 82px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__block {
    font-size: 3.51vw;
    line-height: 6vw;
  }
}
@media (max-width: 767px) {
  .sec03__block {
    font-size: 35px;
    line-height: 54px;
  }
}
.sec03__block .rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1639b8;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
  animation-duration: 1.25s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  z-index: 2;
}
.show .sec03__block .rect {
  animation-play-state: running;
}
.sec03__block .blocktext {
  display: block;
  position: relative;
  opacity: 0;
  transition-property: opacity;
  transition-delay: 0.97s;
}
.show .sec03__block .blocktext {
  opacity: 1;
}
.sec03__block.block1 {
  display: inline-block;
}
.sec03__block.block2 .rect {
  animation-delay: 0.34s;
}
.sec03__block.block2 .blocktext {
  transition-delay: 1.14s;
}
.sec03__block.block3 .rect {
  animation-delay: 0.51s;
}
.sec03__block.block3 .blocktext {
  transition-delay: 1.31s;
}
@media (min-width: 768px) {
  .sec03__p {
    font-size: 18px;
    line-height: 51px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__p {
    font-size: 1.32vw;
    line-height: 3.73vw;
  }
}
@media (max-width: 767px) {
  .sec03__p {
    line-height: 39px;
  }
}
.sec03__foot {
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec03__foot {
    min-height: 395px;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .sec03__foot {
    min-height: 128vw;
  }
}
.sec03__tx {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-play-state: paused;
}
.sec03__tx.show {
  animation-play-state: running;
}
@media (min-width: 768px) {
  .sec03__tx {
    top: 110px;
    width: 1080px;
  }
}
@media (max-width: 767px) {
  .sec03__tx {
    top: 6.67vw;
    width: 81.47vw;
  }
}
.sec03__ph {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .sec03__ph {
    width: 304px;
    height: 406px;
  }
}
@media (max-width: 767px) {
  .sec03__ph {
    width: 73.33vw;
  }
}

.sec04 {
  position: relative;
}
@media (min-width: 768px) {
  .sec04 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .sec04 {
    padding: 40px 0 50px;
  }
}
.sec04::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, #1639B8 0%, #FF6E1D 100%);
}
.sec04__head {
  color: #1639b8;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .sec04__head {
    font-size: 140px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec04__head {
    font-size: 10.25vw;
  }
}
@media (max-width: 767px) {
  .sec04__head {
    font-size: 18.67vw;
    line-height: 20vw;
  }
}
@media (min-width: 768px) {
  .sec04__body {
    max-width: 930px;
    padding: 0 20px;
  }
}
.sec04__items {
  list-style: none;
}
@media (min-width: 768px) {
  .sec04__items {
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec04__items {
    gap: 1.1vw;
  }
}
@media (max-width: 767px) {
  .sec04__items {
    gap: 2vw;
  }
}
@media (min-width: 768px) {
  .sec04__item {
    width: 210px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec04__item {
    width: 15.37vw;
  }
}
@media (max-width: 767px) {
  .sec04__item {
    width: 28vw;
  }
}
.sec04__p {
  color: #1639b8;
}
@media (min-width: 768px) {
  .sec04__p {
    font-size: 45px;
    line-height: 82px;
    letter-spacing: 0.12em;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec04__p {
    font-size: 3.29vw;
    line-height: 6vw;
  }
}
@media (max-width: 767px) {
  .sec04__p {
    font-size: 9.33vw;
    line-height: 14.27vw;
  }
}

.entry {
  width: 100%;
  background: linear-gradient(135deg, #1639B8 0%, #FF6E1D 100%);
  background-position: 0% 50%;
  background-size: 150% auto;
  color: #fff;
  padding: 60px 0;
  transition: all 0.3s ease;
}
.entry:hover {
  opacity: 1;
  background-position: 50% 50%;
}
.entry__text {
  font-size: 68px;
  line-height: 68px;
  letter-spacing: 0.04em;
}/*# sourceMappingURL=interview-tanaka.css.map */