.profile {
  position: absolute;
  bottom: 3%;
  left: 3%;
  font-size: 1.5vw;
  /* text-align: right; */
  text-shadow: 0 0 10px #fff; }
  @media screen and (max-width: 1024px) {
    .profile {
      font-size: 16px; } }

.profile__name {
  font-weight: bold;
  margin-bottom: 1vw; }

.profile__name-en {
  font-weight: normal;
  font-size: 80%;
  padding-left: .5vw; }

.profile__detail {
  font-weight: bold; }

.interview {
  margin: 4vw auto; }
  @media screen and (max-width: 1024px) {
    .interview {
      margin: 8vw auto; } }

.interview-copy {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  max-width: 1280px;
  margin: 0 auto 1vw; }
  @media screen and (max-width: 1280px) {
    .interview-copy {
      max-width: 90%; } }
  @media screen and (max-width: 1024px) {
    .interview-copy {
      font-size: 29px; } }
  @media screen and (max-width: 768px) {
    .interview-copy {
      font-size: 24px; } }

.interview-column {
  max-width: 1280px;
  margin: 0 auto 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1280px) {
    .interview-column {
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .interview-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin: 0 auto 8vw; } }
  .interview-column:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .interview-column:nth-of-type(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.interview-column-mod {
  display: block; }

.interview-column__img {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%; }
  @media screen and (max-width: 1024px) {
    .interview-column__img {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

*::-ms-backdrop, .interview-column__img {
  max-width: 35%; }

.interview-column__text {
  -ms-flex-preferred-size: 62%;
  flex-basis: 62%; }
  @media screen and (max-width: 1024px) {
    .interview-column__text {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 90%;
      margin: 4vw auto; } }

*::-ms-backdrop, .interview-column__text {
  max-width: 100%; }

.question {
  max-width: 1280px;
  margin: 0 auto 1vw;
  font-weight: bold;
  font-size: 1.5vw;
  line-height: 1.5; }
  @media screen and (max-width: 1280px) {
    .question {
      max-width: 90%; } }
  @media screen and (max-width: 1024px) {
    .question {
      font-size: 22px; } }
  @media screen and (max-width: 768px) {
    .question {
      font-size: 16px; } }
  .question span {
    display: block; }

.answer {
  font-size: 0.85vw;
  line-height: 1.7;
  margin-bottom: 1vw; }
  @media screen and (max-width: 1600px) {
    .answer {
      font-size: 17px; } }
  @media screen and (max-width: 768px) {
    .answer {
      font-size: 15px;
      margin-bottom: 4vw; } }

/*pagetop*/
.pagetop {
  margin-top: 100px;
  text-align: center;
  position: relative; }

.pagetop__button {
  color: #464646;
  font-size: 0.85vw;
  display: block; }
  @media screen and (max-width: 1600px) {
    .pagetop__button {
      font-size: 17px; } }
  @media screen and (max-width: 768px) {
    .pagetop__button {
      font-size: 15px; } }
  .pagetop__button:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: -70%;
    bottom: 0;
    left: 40px;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-right: 2px solid #464646;
    border-top: 2px solid #464646; }

@font-face {
font-family: AudiTypeV02-ExtendedNormal;
src:url(../fonts/AudiTypeV02-ExtendedNormal.woff);
}


.profile__name-en {
  font-family: AudiTypeV02-ExtendedNormal;
}

.caption {
  font-size: 13px;
  margin: 0 auto 2vw;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .caption {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 1305px) {
  .caption,.interview-column {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .interview-column {
    max-width: 100%;
  }
}

/*.pager*/
.pager {
  max-width: 65%;
  margin: 0 auto 10vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 45px;
 }

  @media screen and (max-width: 1950px) {
    .pager {
      max-width: 70%; } }
  @media screen and (max-width: 1600px) {
    .pager {
      max-width: 65%; } }
  @media screen and (max-width: 1280px) {
    .pager {
      max-width: 65%; } }
  @media screen and (max-width: 1024px) {
    .pager {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .pager {
      max-width: 90%; } }

.pager__button {
  -ms-flex-preferred-size: 33%;
  width: 12rem;}
  @media screen and (max-width: 1280px) {
     .pager__button {
      width: 15rem; }}
 @media screen and (max-width: 1024px) {
    .pager__button {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin-bottom: 4vw; } }
  @media screen and (max-width: 768px) {
    .pager__button {
      width: auto;
      position: static; } }
  .pager__button a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: .5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px; }
    .pager__button a:hover {
      opacity: .7; }

*::-ms-backdrop, .pager__button {
  max-width: 35%; }

  @media screen and (max-width: 768px) {
    .pager__button-current {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .pager__button-current a {
    color: #fff;
    border: 1px solid #464646;
    background-color: #464646; }

.pager__button-before {
  left: 0; }
  .pager__button-before a {
    color: #000;
    border: 1px solid #000; }
    .pager__button-before a:before {
      content: "";
      width: 10px;
      height: 10px;
      top: 50%;
      margin-left: -7%;
      position: absolute;
      -webkit-transform: translate(0, -50%) rotate(-135deg);
      -ms-transform: translate(0, -50%) rotate(-135deg);
      transform: translate(0, -50%) rotate(-135deg);
      border-right: 1px solid #000;
      border-top: 1px solid #000; }

.pager__button-next {
  right: 0; }
  .pager__button-next a {
    color: #000;
    border: 1px solid #000; }
    .pager__button-next a:after {
      content: "";
      width: 10px;
      height: 10px;
      top: 50%;
      margin-left: 5%;
      position: absolute;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg);
      border-right: 1px solid #000;
      border-top: 1px solid #000; }
