#interview #first {
  padding-bottom: 100px;
  background-color: #fff;
}
#interview #first .cat_title {
  font-size: 2.6rem;
  font-weight: 400;
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  #interview #first .cat_title {
    padding: 40px 0;
  }
}
#interview #first .tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  margin-bottom: 30px;
  gap: 2%;
  justify-content: flex-end;
  font-size: clamp(0.9rem, 0.204rem + 0.9vw, 1.5rem);
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  #interview #first .tags {
    display: none;
    font-size: 1rem;
    margin-left: 0;
    justify-content: flex-start;
  }
}
#interview #first #visual {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #interview #first #visual {
    margin-bottom: 60px;
  }
}
#interview #first #visual .image {
  position: relative;
  line-height: 0;
}
#interview #first #visual .image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 40%);
}
#interview #first #visual .copy {
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: clamp(2rem, 0.84rem + 1.5vw, 3rem);
  font-weight: 500;
}
#interview #first #visual .copy.white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #interview #first #visual .copy.white {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  #interview #first #visual .copy {
    position: static;
    font-size: 2rem;
  }
}
#interview #first #intro {
  display: flex;
}
@media screen and (max-width: 767px) {
  #interview #first #intro {
    display: block;
  }
}
#interview #first #intro .prof {
  width: 45%;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  #interview #first #intro .prof {
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
#interview #first #intro .prof h1 {
  font-size: clamp(3rem, 1.144rem + 2.4vw, 4.6rem);
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1;
}
#interview #first #intro .prof p .note {
  font-size: 1.2rem;
  margin-top: 1rem;
}
#interview #first #intro .description {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #interview #first #intro .description {
    width: 100%;
  }
}
#interview #first #intro .description h2 {
  font-size: 1.8rem;
  margin-bottom: 35px;
}
#interview #first #intro .description p a {
  text-decoration: underline;
  color: #301BB4;
}
#interview #first #intro .description .note {
  font-size: 1.2rem;
  margin-top: 1rem;
  display: inline-block;
}
#interview #content_wrap {
  position: relative;
}
#interview #content_wrap #sidenav {
  position: absolute;
  left: 3vw;
  top: 0;
  width: 300px;
  height: 100%;
  padding-top: 165px;
  z-index: 2;
}
@media screen and (max-width: 940px) {
  #interview #content_wrap #sidenav {
    width: 40px;
    left: 0;
  }
}
#interview #content_wrap #sidenav .sidenav-stickey {
  position: sticky;
  left: 3vw;
  top: 120px;
  padding-left: 5%;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 940px) {
  #interview #content_wrap #sidenav .sidenav-stickey {
    left: 0;
  }
}
#interview #content_wrap #sidenav .sidenav-stickey > ul > li {
  margin-bottom: 30px;
}
@media screen and (max-width: 940px) {
  #interview #content_wrap #sidenav .sidenav-stickey > ul > li {
    margin-bottom: 15px;
    padding-left: 5px;
  }
}
#interview #content_wrap #sidenav .sidenav-stickey > ul li a {
  display: block;
  position: relative;
  color: #333;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 940px) {
  #interview #content_wrap #sidenav .sidenav-stickey > ul li a {
    writing-mode: vertical-rl;
  }
}
#interview #content_wrap #sidenav .sidenav-stickey > ul li a:hover::before, #interview #content_wrap #sidenav .sidenav-stickey > ul li a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E93325;
}
@media screen and (max-width: 940px) {
  #interview #content_wrap #sidenav .sidenav-stickey > ul li a:hover::before, #interview #content_wrap #sidenav .sidenav-stickey > ul li a.active::before {
    left: -5px;
    top: 0;
    transform: none;
    width: 3px;
    height: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #sidenav .sidenav-stickey > ul li a:hover::before, #interview #content_wrap #sidenav .sidenav-stickey > ul li a.active::before {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  #interview #content_wrap #sidenav .sidenav-stickey > ul li a.active-p::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #E93325;
    left: -5px;
    top: 0;
    width: 3px;
    height: 100%;
  }
}
@media screen and (max-width: 940px) {
  #interview #content_wrap #sidenav .sidenav-stickey > ul li .child {
    display: none;
  }
}
#interview #content_wrap #sidenav .sidenav-stickey > ul li .child li a {
  font-weight: 400;
}
#interview #content_wrap #content_block .content_section {
  position: relative;
  padding-block: 150px;
  padding-left: 340px;
  padding-right: 3vw;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 940px) {
  #interview #content_wrap #content_block .content_section {
    padding-left: 60px;
    padding-block: 70px;
  }
}
#interview #content_wrap #content_block .content_section.bg::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F6F6F4;
  left: 0;
  top: 0;
  z-index: -1;
}
#interview #content_wrap #content_block .content_section .section-inner {
  max-width: 980px;
  margin: auto;
}
#interview #content_wrap #content_block .content_section h2 {
  font-size: 3.2rem;
  font-weight: 500;
  border-bottom: 1px solid #DBDBD9;
  padding-bottom: 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section h2 {
    font-size: 1.8rem;
    padding-bottom: 12px;
    margin-bottom: 40px;
  }
}
#interview #content_wrap #content_block .content_section .image {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section .image {
    margin-bottom: 40px;
  }
}
#interview #content_wrap #content_block .content_section .image p {
  text-align: left;
  font-size: 1.4rem;
}
#interview #content_wrap #content_block .content_section .image p.mb {
  margin-bottom: 3rem;
}
#interview #content_wrap #content_block .content_section p a {
  text-decoration: underline;
  color: #301BB4;
}
#interview #content_wrap #content_block .content_section .side_right {
  padding-left: 25%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section .side_right {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
#interview #content_wrap #content_block .content_section .side_left {
  padding-right: 25%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section .side_left {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
#interview #content_wrap #content_block .content_section#sec1 h2 {
  font-size: 2.2rem;
  border: none;
  padding-bottom: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec1 h2 {
    margin-bottom: 40px;
  }
}
#interview #content_wrap #content_block .content_section#sec1 .mt {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec1 .mt {
    margin-top: 70px;
  }
}
#interview #content_wrap #content_block .content_section#sec1 .layout {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec1 .layout {
    flex-direction: column;
  }
}
#interview #content_wrap #content_block .content_section#sec1 .layout .box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec1 .layout .box {
    width: 100%;
  }
}
#interview #content_wrap #content_block .content_section#sec1 .layout .box .image {
  margin-bottom: 10px;
}
#interview #content_wrap #content_block .content_section#sec1 .layout2 {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec1 .layout2 {
    display: block;
  }
}
#interview #content_wrap #content_block .content_section#sec1 .layout2 .image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec1 .layout2 .image {
    width: 100%;
  }
}
#interview #content_wrap #content_block .content_section#sec1 .layout2 .image p {
  width: 100%;
}
#interview #content_wrap #content_block .content_section#sec1 .layout2 p {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec1 .layout2 p {
    width: 100%;
    margin-bottom: 20px;
  }
}
#interview #content_wrap #content_block .content_section#sec1 .copy {
  margin-top: 150px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec1 .copy {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
#interview #content_wrap #content_block .content_section#sec1 p:last-child {
  margin-bottom: 0;
}
#interview #content_wrap #content_block .content_section#sec2 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec2 h3 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
#interview #content_wrap #content_block .content_section#sec2 h3.right {
  padding-left: calc(40% + 24px);
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec2 h3.right {
    padding-left: 0;
  }
}
#interview #content_wrap #content_block .content_section#sec2 .layout {
  display: flex;
  gap: 40px;
  margin-bottom: 160px;
}
#interview #content_wrap #content_block .content_section#sec2 .layout.mb0 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec2 .layout {
    display: block;
    margin-bottom: 80px;
  }
}
#interview #content_wrap #content_block .content_section#sec2 .layout.rev {
  flex-direction: row-reverse;
}
#interview #content_wrap #content_block .content_section#sec2 .layout .image {
  width: 40%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec2 .layout .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec2 .layout .image.tate {
    padding: 0;
    width: 75%;
    margin: auto;
  }
}
#interview #content_wrap #content_block .content_section#sec2 .layout .text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec2 .layout .text {
    width: 100%;
  }
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-2 .text h4 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 16px;
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-2 .text p {
  margin-bottom: 50px;
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-2 .text p:last-child {
  margin-bottom: 0;
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-3 h3 {
  text-align: center;
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout {
  margin-bottom: 0;
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text {
    display: block;
  }
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 20px;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #CFCFCF;
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text dt {
  position: relative;
  width: 130px;
  padding-left: 27px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text dt {
    width: 100%;
  }
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000;
  z-index: 1;
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text dd {
  width: calc(100% - 130px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text dd {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 30px;
  }
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text dd:last-child {
  margin-bottom: 0;
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text dd h4 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text dd h4 {
    font-size: 1.6rem;
  }
}
#interview #content_wrap #content_block .content_section#sec2 #sec2-3 .layout .text dd .note {
  font-size: 1.2rem;
  margin-top: 1rem;
  display: inline-block;
}
#interview #content_wrap #content_block .content_section#sec3 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec3 h3 {
    margin-bottom: 40px;
  }
}
#interview #content_wrap #content_block .content_section#sec3 .mb {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec3 .mb {
    margin-bottom: 40px;
  }
}
#interview #content_wrap #content_block .content_section#sec3 .layout {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec3 .layout {
    display: block;
    margin-bottom: 50px;
  }
}
#interview #content_wrap #content_block .content_section#sec3 .layout .image {
  width: 40%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec3 .layout .image {
    width: 100%;
  }
}
#interview #content_wrap #content_block .content_section#sec3 .layout .text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec3 .layout .text {
    width: 100%;
  }
}
#interview #content_wrap #content_block .content_section#sec4 {
  padding-bottom: 0;
}
#interview #content_wrap #content_block .content_section#sec4 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 80px;
  padding-left: calc(40% + 24px);
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec4 h3 {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
#interview #content_wrap #content_block .content_section#sec4 .layout {
  display: flex;
  gap: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec4 .layout {
    display: block;
  }
}
#interview #content_wrap #content_block .content_section#sec4 .layout .image {
  width: 40%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec4 .layout .image {
    width: 100%;
  }
}
#interview #content_wrap #content_block .content_section#sec4 .layout .image.tate {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec4 .layout .image.tate {
    padding: 0;
    width: 75%;
    margin: auto;
  }
}
#interview #content_wrap #content_block .content_section#sec4 .layout .text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section#sec4 .layout .text {
    width: 100%;
  }
}
#interview #content_wrap #content_block .content_section .image-ap {
  display: block;
  margin-top: 50px;
}
#interview #content_wrap #content_block .content_section .image-marina {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block .content_section .image-marina {
    margin-top: 0;
    width: 95%;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
#interview #content_wrap #content_block #movie {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #interview #content_wrap #content_block #movie {
    display: none;
  }
}
#interview #content_wrap #content_block #movie video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
#interview #bottom-image {
  background-color: #fff;
  padding-bottom: 120px;
  padding-top: 240px;
}
@media screen and (max-width: 767px) {
  #interview #bottom-image {
    padding-top: 80px;
  }
}