* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

body {
  background: #fff;
  line-height: 1.6;
  margin: auto;
  font-family: "Graphik Web", "Shin Go Regular", "ShinGoPro-Regular", "Shin Go", sans-serif;
  font-size: 16px;
}

html,
body {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 765px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 765px) {
  .sp {
    display: block !important;
  }
}

.en {
  font-family: "Graphik R", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.radius-tl {
  border-radius: 10px 0 0 0;
}

.radius-tr {
  border-radius: 0 10px 0 0;
}

.radius-br {
  border-radius: 0 0 10px 0;
}

.radius-bl {
  border-radius: 0 0 0 10px;
}

.radius-trbl {
  border-radius: 0 10px 0 10px;
}

.interview {
  max-width: 1200px;
  padding-bottom: 80px;
  margin: 0 auto;
}

.interview__hero-wrapper {
  position: relative;
  line-height: 1;
}

.interview__hero-image {
  width: 100%;
  display: block;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 1366px) {
  .interview__hero-image {
    height: 630px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
}
@media screen and (max-width: 765px) {
  .interview__hero-image {
    height: 430px;
  }
}

.interview__hero-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 35px;
  width: 630px;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 765px) {
  .interview__hero-caption {
    width: 97%;
    padding: 16px;
  }
}
.interview__hero-caption::after {
  position: absolute;
  border: 1px solid #e60000;
  bottom: 100px;
  right: -100%;
  content: "";
  width: 193.5%;
}
@media screen and (max-width: 765px) {
  .interview__hero-caption::after {
    right: 0;
    width: 95%;
    bottom: 63px;
  }
}

.interview__hero-title,
.interview__hero-subtitle,
.interview__meta-term,
.interview__hero-label {
  font-weight: 500;
}

.interview__hero-title {
  font-size: 30px;
  margin-bottom: 18px;
}
@media screen and (max-width: 765px) {
  .interview__hero-title {
    line-height: 1.33;
    margin-bottom: 4px;
  }
}

.interview__hero-subtitle {
  font-size: 22px;
  line-height: 1.63;
  margin-bottom: 36px;
}
@media screen and (max-width: 765px) {
  .interview__hero-subtitle {
    line-height: 1.53;
    font-size: 15px;
    margin-bottom: 18px;
  }
}

.interview__meta-term {
  font-size: 16px;
  width: 155px;
}
@media screen and (max-width: 765px) {
  .interview__meta-term {
    font-size: 12px;
    width: 110px;
  }
}

@media screen and (max-width: 765px) {
  .interview__meta-def {
    font-size: 12px;
  }
}

.interview__en {
  font-size: 14px;
}
@media screen and (max-width: 765px) {
  .interview__en {
    font-size: 10px;
    margin-left: 10px;
  }
}

.interview__hero-label-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background: #e60000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 765px) {
  .interview__hero-label-wrapper {
    width: 65px;
    height: 65px;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: 16px;
  }
}

.interview__hero-label {
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 765px) {
  .interview__hero-label {
    font-size: 16px;
  }
}

.interview__meta {
  margin-bottom: 14px;
}
@media screen and (max-width: 765px) {
  .interview__meta {
    margin-bottom: 8px;
  }
}
.interview__meta:last-child {
  margin-bottom: 0;
}
.interview__meta dt,
.interview__meta dd {
  display: inline-block;
}

.interview__contents {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .interview__contents {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.interview__contents .interview__qna-block p,
.interview__lead p {
  line-height: 2.5;
  font-size: 16px;
}
@media screen and (max-width: 765px) {
  .interview__contents .interview__qna-block p,
  .interview__lead p {
    font-size: 14px;
    line-height: 2.14;
  }
}

.interview__lead__text {
  line-height: 2.5;
  font-size: 16px;
}
@media screen and (max-width: 765px) {
  .interview__lead__text {
    font-size: 14px;
    line-height: 2.14;
  }
}

.interview__lead {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 765px) {
  .interview__lead {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.interview__qna-heading {
  font-size: 34px;
  line-height: 1.63;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 765px) {
  .interview__qna-heading {
    font-size: 22px;
    line-height: 1.81;
    margin-bottom: 40px;
  }
}

.interview__qna-subheading {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  border-left: 5px solid #e60000;
  padding-left: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 765px) {
  .interview__qna-subheading {
    line-height: 1.5;
    border-left: 8px solid #e60000;
    margin-bottom: 40px;
  }
}

.interview__speaker {
  font-weight: 700;
  color: #e60000;
}

.interview__qna-photo {
  float: right;
  margin-top: 12px;
  margin-right: -100px;
  margin-left: 40px;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 765px) {
  .interview__qna-photo {
    float: none;
    margin: 0 auto 50px;
  }
}
.interview__qna-photo img {
  width: 100%;
  display: block;
}

.interview__qna-photo--last {
  margin-bottom: 100px;
}
@media screen and (max-width: 765px) {
  .interview__qna-photo--last {
    margin-bottom: 40px;
  }
}

.interview__qna-answer {
  margin-bottom: 50px;
}
@media screen and (max-width: 765px) {
  .interview__qna-answer {
    margin-bottom: 40px;
  }
}

.interview__qna-answer__text {
  font-size: 16px;
}
@media screen and (max-width: 765px) {
  .interview__qna-answer__text {
    font-size: 14px;
    line-height: 2.14;
  }
}

.interview__link-next {
  text-align: right;
  margin-top: -20px;
}
@media screen and (max-width: 765px) {
  .interview__link-next {
    margin-top: 0;
  }
}

.interview__link-button {
  color: #e60000;
  font-weight: 500;
}
@media screen and (max-width: 765px) {
  .interview__link-button {
    font-size: 14px;
  }
}

.interview__link-prev {
  margin-top: 120px;
}
@media screen and (max-width: 765px) {
  .interview__link-prev {
    margin-top: 0;
  }
}

.interview__two-shot-wrapper {
  margin-top: 80px;
  margin-bottom: 60px;
}

.interview__two-shot {
  width: 100%;
  display: block;
}

.interview__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 765px) {
  .interview__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview__profile:last-child {
  margin-bottom: 0;
}
.interview__profile img {
  width: 160px;
}

.interview__profile-role {
  line-height: 1.6;
  margin-bottom: 8px;
  font-size: 16px;
}

@media screen and (max-width: 765px) {
  .interview__profile-photo {
    text-align: center;
  }
}

.interview__profile-name {
  font-size: 22px;
  margin-bottom: 10px;
}

.interview__profile-name__en {
  font-size: 16px;
  margin-left: 14px;
}

.interview__profile-description {
  line-height: 1.625;
  font-size: 14px;
}
@media screen and (max-width: 765px) {
  .interview__profile-description {
    line-height: 2.14;
  }
}