.profile {
  position: absolute;
  bottom: 3%;
  right: 3%;
  font-size: 1.5vw;
  text-align: right;
  text-shadow: 0 0 10px #fff; }
  @media screen and (max-width: 1024px) {
    .profile {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .profile {
      text-shadow: none;
      color: #fff; } }

.profile__name {
  font-weight: bold;
  margin-bottom: 1vw; }

.profile__name_d {
  font-weight: bold;
  margin-bottom: 0.4vw; }

.profile__name-en {
  font-weight: normal;
  font-size: 80%;
  padding-left: .5vw; }

.profile__detail {
  font-weight: bold; }

.profile__detail_d {
  font-weight: bold;
  margin-bottom: 18px; }

.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 4vw; }
  @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: 18px; } }

.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; } }

/*.pager*/
.pager {
  max-width: 50%;
  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; }
  @media screen and (max-width: 1600px) {
    .pager {
      max-width: 60%; } }
  @media screen and (max-width: 1280px) {
    .pager {
      max-width: 75%; } }
  @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%;
  flex-basis: 33%;
  position: absolute; }
  @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 {
      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 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px; }
    .pager__button a:hover {
      opacity: .7; }

*::-ms-backdrop, .pager__button {
  max-width: 33%; }

.pager__button-current {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @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; }

/*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; }
