@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;
  }
}
.main {
  color: #000;
}

.is-op .fv__en_title::before,
.is-op .fv__ja_title::before {
  animation-play-state: running;
}
.is-op .fv__en_title span,
.is-op .fv__ja_title span {
  opacity: 1;
}

.show .interview__title1::before {
  animation-play-state: running;
}
.show .interview__title1 span {
  opacity: 1;
}
.show .interview__title2::before {
  animation-play-state: running;
  animation-delay: 0.68s;
}
.show .interview__title2 span {
  opacity: 1;
  transition-delay: 1s;
}
.show .interview__title3::before {
  animation-play-state: running;
  animation-delay: 1.36s;
}
.show .interview__title3 span {
  opacity: 1;
  transition-delay: 2s;
}

@media (max-width: 767px) {
  .fv {
    position: relative;
    height: 143.33vw;
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .fv__head {
    padding-left: 30px;
  }
}
.fv__en {
  line-height: 1;
}
@media (min-width: 768px) {
  .fv__en {
    font-size: 11.27vw;
  }
}
@media (max-width: 767px) {
  .fv__en {
    position: absolute;
    left: 3.33vw;
    font-size: 15.33vw;
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
}
.fv__en_title {
  position: relative;
  display: inline-block;
}
.fv__en_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .fv__en_title::before {
    transform-origin: center left;
    transform: scale(0, 1);
    animation-name: copySlideIn1;
  }
}
@media (max-width: 767px) {
  .fv__en_title::before {
    transform-origin: top left;
    transform: scale(1, 0);
    animation-name: copySlideIn2;
  }
}
.fv__en_title span {
  opacity: 0;
  transition-delay: 0.5s;
}
@media (min-width: 768px) {
  .fv__ja {
    font-size: 2.05vw;
  }
}
@media (max-width: 767px) {
  .fv__ja {
    font-size: 3.73vw;
    position: absolute;
    top: 56vw;
    right: 4.67vw;
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
}
.fv__ja_title {
  position: relative;
  display: inline-block;
  line-height: 38px;
}
.fv__ja_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation-duration: 1.5s;
  animation-delay: 0.68s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .fv__ja_title::before {
    transform-origin: center left;
    transform: scale(0, 1);
    animation-name: copySlideIn1;
  }
}
@media (max-width: 767px) {
  .fv__ja_title::before {
    transform-origin: top left;
    transform: scale(1, 0);
    animation-name: copySlideIn2;
  }
}
.fv__ja_title span {
  opacity: 0;
  transition-delay: 1.48s;
}
.fv__body {
  padding-left: 11.71vw;
}
@media (min-width: 768px) {
  .fv__img {
    position: relative;
    width: 59.52vw;
  }
}
@media (max-width: 767px) {
  .fv__img {
    width: 74vw;
    margin-left: auto;
  }
}
.fv__name {
  position: absolute;
}
@media (min-width: 768px) {
  .fv__name {
    top: 30px;
    left: -140px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__name {
    top: 2.2vw;
    left: -10.25vw;
  }
}
@media (max-width: 767px) {
  .fv__name {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .fv__name img {
    width: 398px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__name img {
    width: 29.14vw;
  }
}
@media (max-width: 767px) {
  .fv__name img {
    width: 90.67vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.fv__person {
  position: absolute;
}
@media (min-width: 768px) {
  .fv__person {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .fv__person {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .aoki .fv__person {
    right: -23.79vw;
  }
}
@media (max-width: 767px) {
  .aoki .fv__person {
    top: 40vw;
  }
}
@media (min-width: 768px) {
  .aoki .fv__person img {
    width: 26.06vw;
  }
}
@media (max-width: 767px) {
  .aoki .fv__person img {
    width: 42.67vw;
  }
}
@media (min-width: 768px) {
  .kuwajima .fv__person {
    right: -25.26vw;
  }
}
@media (max-width: 767px) {
  .kuwajima .fv__person {
    top: 34.67vw;
  }
}
@media (min-width: 768px) {
  .kuwajima .fv__person img {
    width: 28.55vw;
  }
}
@media (max-width: 767px) {
  .kuwajima .fv__person img {
    width: 45.33vw;
  }
}
@media (min-width: 768px) {
  .kato .fv__person {
    right: -24.16vw;
  }
}
@media (max-width: 767px) {
  .kato .fv__person {
    top: 34.67vw;
  }
}
@media (min-width: 768px) {
  .kato .fv__person img {
    width: 28.99vw;
  }
}
@media (max-width: 767px) {
  .kato .fv__person img {
    width: 46.67vw;
  }
}
@media (min-width: 768px) {
  .kamei .fv__person {
    right: -25.62vw;
  }
}
@media (max-width: 767px) {
  .kamei .fv__person {
    top: 34.67vw;
  }
}
@media (min-width: 768px) {
  .kamei .fv__person img {
    width: 29.87vw;
  }
}
@media (max-width: 767px) {
  .kamei .fv__person img {
    width: 46.67vw;
  }
}
@media (min-width: 768px) {
  .sano .fv__person {
    right: -26.72vw;
  }
}
@media (max-width: 767px) {
  .sano .fv__person {
    top: 40vw;
  }
}
@media (min-width: 768px) {
  .sano .fv__person img {
    width: 37.48vw;
  }
}
@media (max-width: 767px) {
  .sano .fv__person img {
    width: 61.33vw;
  }
}
@media (min-width: 768px) {
  .murakami .fv__person {
    right: -23.79vw;
  }
}
@media (max-width: 767px) {
  .murakami .fv__person {
    top: 41.33vw;
  }
}
@media (min-width: 768px) {
  .murakami .fv__person img {
    width: 29.87vw;
  }
}
@media (max-width: 767px) {
  .murakami .fv__person img {
    width: 49.33vw;
  }
}
@media (min-width: 768px) {
  .tateno .fv__person {
    right: -23.79vw;
  }
}
@media (max-width: 767px) {
  .tateno .fv__person {
    top: 44vw;
  }
}
@media (min-width: 768px) {
  .tateno .fv__person img {
    width: 32.21vw;
  }
}
@media (max-width: 767px) {
  .tateno .fv__person img {
    width: 54.67vw;
  }
}
@media (max-width: 767px) {
  .fv__person img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .interview {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .interview {
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .interview__subsection {
    gap: 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__subsection {
    gap: 0 6.59vw;
  }
}
@media (min-width: 768px) {
  .interview__subsection.row_rev-pc .interview__content {
    margin-left: 90px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__subsection.row_rev-pc .interview__content {
    margin-left: 6.59vw;
  }
}
@media (min-width: 768px) {
  .interview__img {
    width: 53.44vw;
  }
}
@media (min-width: 768px) {
  .interview__content {
    width: 460px;
    margin-right: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__content {
    margin-right: 6.59vw;
  }
}
@media (max-width: 767px) {
  .interview__content {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .interview__item + .interview__item {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .interview__item + .interview__item {
    margin-top: 40px;
  }
}
.interview__head {
  display: block;
  line-height: 34px;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .kato .interview__1 .interview__head {
    letter-spacing: 0.08em;
  }
}
.murakami .interview__1 .interview__head, .tateno .interview__1 .interview__head {
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .murakami .interview__2 .interview__head, .tateno .interview__2 .interview__head {
    letter-spacing: 0.08em;
  }
}
@media (max-width: 767px) {
  .kamei .interview__3 .interview__head {
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .sano .interview__3 .interview__head, .murakami .interview__3 .interview__head {
    letter-spacing: 0.12em;
  }
}
@media (max-width: 767px) {
  .tateno .interview__3 .interview__head {
    letter-spacing: 0.1em;
  }
}
.interview__title {
  position: relative;
  display: inline-block;
}
.interview__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
.interview__title span {
  opacity: 0;
  transition-delay: 0.5s;
}
.interview__text {
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .interview__text {
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .interview__text {
    line-height: 34px;
  }
}

.member {
  background-color: #329289;
}
@media (min-width: 768px) {
  .member {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .member {
    padding: 45px 0;
  }
}
@media (min-width: 768px) {
  .member__wrapper {
    display: grid;
    grid-template-areas: "item1" "title" "item2";
    grid-template-columns: 1fr;
    max-width: 1090px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .member__wrapper {
    overflow: hidden;
  }
}
.member__title {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .member__title {
    grid-area: title;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .member__title {
    font-size: 5.27vw;
  }
}
@media (max-width: 767px) {
  .member__title {
    float: left;
    width: 16vw;
    font-size: 15.33vw;
    white-space: nowrap;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
}
.member__items {
  list-style: none;
}
@media (min-width: 768px) {
  .member__items {
    gap: 0 5px;
  }
}
@media (max-width: 767px) {
  .member__items {
    float: right;
    width: 100%;
    margin-left: -20vw;
    padding-left: 20vw;
    gap: 5px 2.5px;
  }
}
@media (max-width: 767px) {
  .member__items + .member__items {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .member__1 {
    grid-area: item1;
  }
}
@media (min-width: 768px) {
  .member__2 {
    grid-area: item2;
  }
}
@media (min-width: 768px) {
  .member__item {
    width: 25%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .member__item {
    width: calc(50% - 2.5px);
  }
}
.member__anc {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .member__anc img {
    transition: transform 0.3s;
  }
}
@media (min-width: 768px) {
  .member__anc:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .member__anc:hover .member__mask {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .member__anc:hover img {
    transform: scale(1.1);
  }
}
.member__mask {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(179, 179, 139, 0.75);
}
@media (min-width: 768px) {
  .member__mask {
    top: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
@media (max-width: 767px) {
  .member__mask {
    bottom: 0;
    right: 0;
    margin: auto;
    height: 18.67vw;
  }
}
.member__name {
  color: #fff;
}
.member__en {
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .member__en {
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .member__en {
    font-size: 4.8vw;
    line-height: 4.27vw;
  }
}
.member__ja {
  font-weight: normal;
}
@media (min-width: 768px) {
  .member__ja {
    line-height: 34px;
    letter-spacing: 0.16em;
  }
}
@media (max-width: 767px) {
  .member__ja {
    font-size: 3.73vw;
    line-height: 4.8vw;
    letter-spacing: -0.04em;
  }
}

.back {
  background-color: #fff;
  padding: 50px 0;
}
.back__btn {
  position: relative;
  background-color: #fff;
  color: #329289;
  border: 1px solid #329289;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .back__btn {
    width: 313px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .back__btn {
    width: 320px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .back__btn:hover {
    background-color: #329289;
    color: #fff;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .back__btn:hover::before {
    border-color: #fff;
  }
}
.back__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  border-left: 2px solid #329289;
  border-bottom: 2px solid #329289;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .back__btn::before {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 767px) {
  .back__btn::before {
    width: 8px;
    height: 8px;
  }
}/*# sourceMappingURL=interview.css.map */