#interview {
  padding-bottom: 100px;
  background: url(/assets/image/interview-bg-top.png) no-repeat left top;
}
@media screen and (max-width: 767px) {
  #interview {
    padding-bottom: 0;
  }
}
#interview #visual {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #interview #visual {
    margin-bottom: 60px;
  }
}
#interview #visual .inner {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #interview #visual .inner {
    display: block;
  }
}
#interview #visual .text {
  width: 40%;
  color: #005587;
}
@media screen and (max-width: 767px) {
  #interview #visual .text {
    width: 100%;
  }
}
#interview #visual .text .to {
  font-size: clamp(1.6rem, 0.976rem + 0.8vw, 2rem);
  font-weight: 500;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #interview #visual .text .to {
    margin-bottom: 20px;
  }
}
#interview #visual .text h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #interview #visual .text h1 {
    margin-bottom: 20px;
  }
}
#interview #visual .text h1 span {
  background-color: #005587;
  line-height: 1;
  color: #fff;
  font-size: clamp(1.3rem, 0.988rem + 0.4vw, 1.5rem);
  padding: 6px 20px;
  border-radius: 20px;
}
#interview #visual .text .copy {
  font-size: clamp(2.4rem, 1.464rem + 1.2vw, 3rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #interview #visual .text .copy {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
#interview #visual .text .prof {
  font-size: clamp(1.3rem, 0.988rem + 0.4vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #interview #visual .text .prof {
    margin-bottom: 20px;
  }
}
#interview #visual .text .prof .name {
  font-size: clamp(1.6rem, 0.976rem + 0.8vw, 2rem);
  font-weight: 500;
}
#interview #visual .image {
  width: 60%;
  overflow: hidden;
  line-height: 0;
  border-radius: 222px 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  #interview #visual .image {
    width: 100%;
    border-radius: 120px 10px 10px 10px;
  }
}
#interview #before {
  max-width: 960px;
  margin: 0 auto 100px;
  border-radius: 10px 222px 10px 10px;
  padding: 80px 8%;
  background: linear-gradient(135deg, #008F86, #00BFB3);
  color: #fff;
}
@media screen and (max-width: 767px) {
  #interview #before {
    border-radius: 10px 120px 10px 10px;
    width: 90%;
    margin: 0 auto 30px;
    padding: 30px 8%;
  }
}
#interview #before h2 {
  font-size: clamp(1.6rem, 0.976rem + 0.8vw, 2rem);
  font-weight: bold;
  margin-bottom: 40px;
}
#interview #before p {
  font-size: clamp(1.4rem, 1.088rem + 0.4vw, 1.6rem);
  line-height: 1.8;
}
#interview .bg {
  background: url(/assets/image/interview-bg.png) no-repeat right top 50%;
}
#interview #content-wrap {
  position: relative;
}
#interview #content-wrap #sidenav {
  position: absolute;
  left: 3vw;
  top: 0;
  width: 300px;
  height: 100%;
  z-index: 2;
  padding-bottom: 80px;
}
@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: 140px;
  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: #140B42;
  font-weight: 500;
  margin-bottom: 12px;
  opacity: 0.6;
}
@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, #interview #content-wrap #sidenav .sidenav-stickey > ul li a.active {
  opacity: 1;
}
#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: -15px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00BFB4;
}
@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;
  }
}
#interview #content-wrap #content_block {
  position: relative;
  padding-left: 340px;
  padding-right: 3vw;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 940px) {
  #interview #content-wrap #content_block {
    padding-left: 60px;
    padding-block: 0 70px;
  }
}
#interview #content-wrap #content_block .section-block {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #interview #content-wrap #content_block .section-block {
    margin-bottom: 80px;
  }
}
#interview #content-wrap #content_block .section-block h2 {
  font-size: clamp(1.8rem, 1.488rem + 0.4vw, 2rem);
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #interview #content-wrap #content_block .section-block h2 {
    margin-bottom: 30px;
  }
}
#interview #content-wrap #content_block .section-block h2 span {
  color: #00BFB4;
}
#interview #content-wrap #content_block .section-block .copy {
  font-size: clamp(2.6rem, 1.352rem + 1.6vw, 3.4rem);
  font-weight: 500;
  margin-bottom: 50px;
  color: #005587;
}
@media screen and (max-width: 940px) {
  #interview #content-wrap #content_block .section-block .copy {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
#interview #content-wrap #content_block .section-block .talk {
  margin-bottom: 80px;
}
@media screen and (max-width: 940px) {
  #interview #content-wrap #content_block .section-block .talk {
    margin-bottom: 40px;
  }
}
#interview #content-wrap #content_block .section-block .talk h3 {
  color: #005587;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #interview #content-wrap #content_block .section-block .talk h3 {
    font-size: 1.6rem;
  }
}
#interview #content-wrap #content_block .section-block .image {
  overflow: hidden;
  line-height: 0;
  border-radius: 10px 200px 10px 10px;
}
@media screen and (max-width: 767px) {
  #interview #content-wrap #content_block .section-block .image {
    border-radius: 10px 100px 10px 10px;
  }
}
#interview #content-wrap #content_block .section-block .layout {
  align-items: flex-start;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #interview #content-wrap #content_block .section-block .layout {
    display: block;
  }
}
#interview #content-wrap #content_block .section-block .layout .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #interview #content-wrap #content_block .section-block .layout .text {
    width: 100%;
  }
}
#interview #content-wrap #content_block .section-block .layout .image {
  width: 40%;
  overflow: hidden;
  line-height: 0;
  border-radius: 10px 10px 10px 100px;
}
@media screen and (max-width: 767px) {
  #interview #content-wrap #content_block .section-block .layout .image {
    border-radius: 10px 10px 10px 50px;
    width: 100%;
    margin-bottom: 40px;
  }
}
#interview #content-wrap #content_block .section-block#sec4 {
  margin-bottom: 0;
}
#interview #provider {
  position: relative;
  max-width: 960px;
  margin: auto;
  border-radius: 10px;
  background: linear-gradient(135deg, #008F86, #00BFB3);
  color: #fff;
  padding: 0;
}
#interview #provider .bg {
  background: url(/assets/image/interview-bg-about.png) no-repeat right top;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  padding: 80px 8%;
}
#interview #provider h2 {
  font-size: clamp(2.2rem, 1.576rem + 0.8vw, 2.6rem);
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
#interview #provider p {
  max-width: 760px;
  margin: auto;
}