.firstview .article-num {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 800;
}
.firstview h1 {
  font-size: 3.5rem;
  line-height: 1.74;
  font-weight: 700;
}
.firstview .name {
  font-size: 2.8rem;
  line-height: 1.85;
  font-weight: 700;
}
.firstview .position {
  font-size: 1.6rem;
  line-height: 2;
}
.firstview .profile-title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 800;
}
.firstview .profile-description {
  font-size: 1.6rem;
  line-height: 2;
}

.article .question {
  font-size: 2.2rem;
  line-height: 1.54;
  font-weight: 700;
}
.article .question::before {
  font-size: 10rem;
  line-height: 0.7;
  color: #efefef;
  font-family: "Metric", sans-serif !important;
}
.article .text {
  font-size: 1.6rem;
  line-height: 2;
}
.article .caption {
  font-size: 1.4rem;
  line-height: 2;
  color: #555;
}

.en .firstview h1 {
  font-size: calc(3.5rem * 1.2);
  line-height: 1.1;
}
.en .firstview .name {
  font-size: calc(2.8rem * 1.2);
  line-height: 1.24;
}
.en .firstview .position {
  font-size: calc(1.6rem * 1.2);
  line-height: 1.5;
}
.en .firstview .profile-title {
  font-size: calc(2.0rem * 1.2);
  line-height: 1.4;
}
.en .firstview .profile-description {
  font-size: calc(1.6rem * 1.2);
  line-height: 1.5;
}
.en .article .question {
  font-size: calc(2.2rem * 1.2);
  line-height: 1.24;
}
.en .article .text {
  font-size: calc(1.6rem * 1.2);
  line-height: 1.5;
}
.en .article .caption {
  font-size: calc(1.4rem * 1.2);
  line-height: 1.5;
}

.section.firstview > .wrapper {
  padding-top: 244px;
}
.section.firstview > .wrapper > .inner {
  position: relative;
}
.section.firstview > .wrapper > .inner .flex {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
  display: flex;
}
.section.firstview > .wrapper > .inner .flex .left {
  width: 59.6%;
  padding-bottom: 9.8%;
}
.section.firstview > .wrapper > .inner .flex .left .article-num {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.section.firstview > .wrapper > .inner .flex .left .article-num::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.section.firstview > .wrapper > .inner .flex .left .article-num.turquoise-blue::after {
  background-color: #00a2b6;
}
.section.firstview > .wrapper > .inner .flex .left .article-num.pink::after {
  background-color: #ff65a0;
}
.section.firstview > .wrapper > .inner .flex .left .article-num.blue::after {
  background-color: #226bc5;
}
.section.firstview > .wrapper > .inner .flex .left .article-num.red::after {
  background-color: #ff1d00;
}
.section.firstview > .wrapper > .inner .flex .left .article-num.orange::after {
  background-color: #ff8d00;
}
.section.firstview > .wrapper > .inner .flex .left .article-num.green::after {
  background-color: #00ae33;
}
.section.firstview > .wrapper > .inner .flex .left .article-num.yellow::after {
  background-color: #d9cf00;
}
.section.firstview > .wrapper > .inner .flex .left h1 {
  padding-bottom: 22px;
}
.section.firstview > .wrapper > .inner .flex .right {
  padding-top: 67px;
}
.section.firstview > .wrapper > .inner .flex .right img {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 36%;
  max-width: 700px;
  height: auto;
}
.section.firstview > .wrapper > .inner .profile {
  background-color: #f5f5f5;
}
.section.firstview > .wrapper > .inner .profile > .inner {
  padding-top: 5.2%;
  padding-bottom: 6.53%;
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
.section.firstview > .wrapper > .inner .profile > .inner .block {
  width: 59.6%;
}
.section.firstview > .wrapper > .inner .profile > .inner .profile-title {
  padding-bottom: 23px;
}
.section.article > .wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
.section.article > .wrapper > .inner {
  width: 900px;
  margin: 0 auto;
  padding-top: 141px;
  padding-bottom: 190px;
}
.section.article > .wrapper > .inner .archives {
  text-align: center;
}
.section.article > .wrapper > .inner .archives .button {
  display: inline-block;
}
.section.article > .wrapper > .inner .archives .button .en {
  line-height: 42px;
}
.section.article > .wrapper > .inner .text-right {
  text-align: right;
}
.section.article > .wrapper > .inner .interview-date {
  margin-top: -78px;
  padding-bottom: 66px;
}
.section.article > .wrapper > .inner .block {
  padding-bottom: 116px;
}
.section.article > .wrapper > .inner .block .question {
  position: relative;
  padding-bottom: 50px;
}
.section.article > .wrapper > .inner .block .question::before {
  position: absolute;
  left: -50px;
  top: -25px;
  z-index: -1;
}
.section.article > .wrapper > .inner .block .img-wrapper {
  padding-top: 21px;
  display: flex;
  flex-wrap: wrap;
}
.section.article > .wrapper > .inner .block .img-wrapper .img img {
  width: 100%;
  height: auto;
}
.section.article > .wrapper > .inner .block .img-wrapper .img.has-caption {
  display: block;
}
.section.article > .wrapper > .inner .block .img-wrapper .img .caption {
  padding-top: 11px;
}
.section.article > .wrapper > .inner .block .img-wrapper.division1 .img {
  width: 100%;
}
.section.article > .wrapper > .inner .block .img-wrapper.division2 .img {
  width: 46.66%;
}
.section.article > .wrapper > .inner .block .img-wrapper.division2 .img.left {
  margin-right: 6.68%;
}
.section.article > .wrapper > .inner .block .text {
  padding-bottom: 32px;
}
.section.article > .wrapper > .inner .block:first-of-type .question::before {
  content: "Q1";
}
.section.article > .wrapper > .inner .block:nth-of-type(2) .question::before {
  content: "Q2";
}
.section.article > .wrapper > .inner .block:nth-of-type(3) .question::before {
  content: "Q3";
}
.section.article > .wrapper > .inner .block:nth-of-type(4) .question::before {
  content: "Q4";
}
.section.article > .wrapper > .inner .block:nth-of-type(5) .question::before {
  content: "Q5";
}
.section.article > .wrapper > .inner .block:nth-of-type(6) .question::before {
  content: "Q6";
}
.section.article > .wrapper > .inner .block:nth-of-type(7) .question::before {
  content: "Q7";
}
.section.article > .wrapper > .inner .block:nth-of-type(8) .question::before {
  content: "Q8";
}
.section.article > .wrapper > .inner .block:nth-of-type(9) .question::before {
  content: "Q9";
}

@media screen and (max-width: 999px) {
  .firstview .article-num {
    font-size: 1.6rem;
  }
  .firstview h1 {
    font-size: 2.5rem;
    line-height: 1.52;
  }
  .firstview .name {
    font-size: 2.1rem;
    line-height: 1.57;
  }
  .firstview .position {
    line-height: 1.66;
  }
  .firstview .profile-title {
    font-size: 1.6rem;
  }
  .firstview .profile-description {
    font-size: 1.4rem;
    line-height: 1.78;
  }

  .article .question {
    font-size: 1.8rem;
    line-height: 2;
  }
  .article .text {
    font-size: 1.4rem;
    line-height: 1.78;
  }
  .article .caption {
    font-size: 1.2rem;
    line-height: 1.78;
  }

  .en .firstview h1 {
    font-size: calc(2.5rem * 1.2);
    line-height: 1.2;
  }
  .en .firstview .name {
    font-size: calc(2.1rem * 1.2);
    line-height: 1.4;
  }
  .en .firstview .profile-title {
    font-size: calc(1.6rem * 1.2);
    line-height: 1.5;
  }
  .en .firstview .profile-description {
    font-size: calc(1.4rem * 1.2);
  }
  .en .article .question {
    font-size: calc(1.8rem * 1.2);
    line-height: 1.24;
  }
  .en .article .text {
    font-size: calc(1.4rem * 1.2);
  }
  .en .article .caption {
    font-size: calc(1.2rem * 1.2);
  }

  .section.firstview > .wrapper {
    padding-top: 88px;
  }
  .section.firstview > .wrapper > .inner .flex {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
  .section.firstview > .wrapper > .inner .flex .left {
    padding-top: 49px;
    padding-bottom: 37px;
    width: 90%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
  }
  .section.firstview > .wrapper > .inner .flex .left .article-num {
    margin-bottom: 17px;
  }
  .section.firstview > .wrapper > .inner .flex .left .article-num::after {
    bottom: -3px;
  }
  .section.firstview > .wrapper > .inner .flex .left h1 {
    padding-bottom: 15px;
  }
  .section.firstview > .wrapper > .inner .flex .left .position {
    margin-top: -2px;
  }
  .section.firstview > .wrapper > .inner .flex .right {
    display: block;
    padding-top: 0;
    margin-right: 0;
    margin-left: auto;
    max-width: 700px;
  }
  .section.firstview > .wrapper > .inner .flex .right img {
    display: block;
    margin-right: 0;
    margin-left: auto;
    width: 80%;
    position: static;
    max-width: auto;
    max-width: initial;
  }
  .section.firstview > .wrapper > .inner .profile > .inner {
    padding-top: 44px;
    padding-bottom: 61px;
    width: 90%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    max-width: auto;
    max-width: initial;
  }
  .section.firstview > .wrapper > .inner .profile > .inner .block {
    width: 100%;
  }
  .section.firstview > .wrapper > .inner .profile > .inner .profile-title {
    padding-bottom: 13px;
  }
  .section.article > .wrapper {
    max-width: auto;
    max-width: initial;
    width: 90%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
  }
  .section.article > .wrapper > .inner {
    width: 100%;
    padding-top: 84px;
    padding-bottom: 102px;
  }
  .section.article > .wrapper > .inner .archives {
    text-align: left;
  }
  .section.article > .wrapper > .inner .interview-date {
    margin-top: -12px;
    padding-bottom: 59px;
  }
  .section.article > .wrapper > .inner .block {
    padding-bottom: 52px;
  }
  .section.article > .wrapper > .inner .block .question {
    padding-bottom: 19px;
  }
  .section.article > .wrapper > .inner .block .question::before {
    left: -12px;
    top: -30px;
  }
  .section.article > .wrapper > .inner .block .img-wrapper {
    padding-top: 18px;
    display: block;
  }
  .section.article > .wrapper > .inner .block .img-wrapper.division2 .img {
    width: 100%;
    padding-bottom: 28px;
  }
  .section.article > .wrapper > .inner .block .img-wrapper.division2 .img.left {
    margin-right: 0;
  }
  .section.article > .wrapper > .inner .block .text {
    padding-bottom: 25px;
  }
  .en .section.firstview > .wrapper > .inner .flex .left .article-num {
    margin-bottom: 19px;
  }
}
/*# sourceMappingURL=people-single.css.map */