@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
/* ==========================================================================
   Foundation
========================================================================== */
.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
#interview h1 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #interview h1 {
    font-size: 1.8rem;
  }
}
#interview h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #interview h2 {
    font-size: 1.6rem;
  }
}
#interview h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #interview h3 {
    font-size: 1.35rem;
  }
}
#interview h4 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #interview h4 {
    font-size: 1.15rem;
  }
}
#interview h5 {
  font-size: 1rem;
  font-weight: 700;
}
#interview h6 {
  font-size: 0.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #interview h6 {
    font-size: 0.85rem;
  }
}
#interview .txtLarge {
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  #interview .txtLarge {
    font-size: 1.15rem;
  }
}
#interview .txtSmall {
  font-size: 0.8rem;
}
@media only screen and (max-width: 640px) {
  #interview .txtSmall {
    font-size: 0.85rem;
  }
}
#interview .txtXsmall {
  font-size: 0.7rem;
}
#interview .txtXxsmall {
  font-size: 0.6rem;
}
#interview .pT_base {
  padding-top: 80px !important;
}
@media only screen and (max-width: 640px) {
  #interview .pT_base {
    padding-top: 40px !important;
  }
}
#interview .pB_base {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 640px) {
  #interview .pB_base {
    padding-bottom: 40px !important;
  }
}
#interview .pT_half {
  padding-top: 40px !important;
}
@media only screen and (max-width: 640px) {
  #interview .pT_half {
    padding-top: 20px !important;
  }
}
#interview .pB_half {
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #interview .pB_half {
    padding-bottom: 20px;
  }
}
#interview .col_01 {
  color: #3695D6;
}
#interview .col_02 {
  color: #38aa65;
}
#interview .col_03 {
  color: #d63636;
}
#interview .col_04 {
  color: #AD8647;
}
#interview .col_05 {
  color: #FCD444;
}
#interview .col_06 {
  color: #6a36b7;
}
#interview .col_07 {
  color: #f03b7a;
}
#interview .col_08 {
  color: #1e18ca;
}
#interview .col_09 {
  color: #a6ea1c;
}
#interview .col_10 {
  color: #0C2232;
}

/* ==========================================================================
   Common
========================================================================== */
#interview {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  #interview {
    margin-bottom: 40px;
  }
}
#interview .main {
  padding-bottom: 0;
  position: relative;
}
#interview .contentsTitle {
  text-align: center;
  font-family: "industry", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 10px;
  margin-bottom: 50px;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  #interview .contentsTitle {
    font-size: 4rem;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
}
#interview .lead {
  font-size: 2rem;
  line-height: 2;
  padding: 0;
  text-align: left;
  font-weight: bold;
  color: #1a1a1a;
}
@media only screen and (max-width: 640px) {
  #interview .lead {
    font-size: 5vw;
    padding: 0;
    line-height: 1.5;
  }
}
#interview .wrapper {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #interview .wrapper {
    width: 100%;
  }
}
#interview .pagetop {
  position: fixed;
  bottom: 80px;
  right: -100px;
  z-index: 999;
}
#interview .moreBtn {
  width: 360px;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #interview .moreBtn {
    width: 80%;
  }
}
#interview .moreBtn a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  transition: background 0.2s linear;
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  #interview .moreBtn a {
    padding: 10px;
  }
}
#interview .moreBtn a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}
#interview .btn_list {
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  padding: 20px 50px;
  text-align: center;
  font-size: 1.8rem;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 640px) {
  #interview .btn_list {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
#interview .btn_list:hover {
  color: #fff;
  background: rgba(26, 26, 26, 0.5);
}
#interview .align_r {
  text-align: right !important;
}
#interview .align_l {
  text-align: left !important;
}
#interview .align_c {
  text-align: center !important;
}

/* inview
---------------------------------------------------------------------------*/
.fade-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}
.fade-mv.mv {
  opacity: 1;
  transform: translateY(0px);
}

.fade-mv_x {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 640px) {
  .fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}

.mv_x {
  opacity: 1;
  transform: translateX(0px);
}
@media only screen and (max-width: 640px) {
  .mv_x {
    transform: translateY(0px);
  }
}

li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 640px) {
  li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}

/* ==========================================================================
  Contents
========================================================================== */
#interview .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#interview .kv_area {
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}
#interview .kv_area img {
  width: 100%;
  margin: 0 auto;
}
#interview .kv_area .kv_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1440px;
  margin: -150px auto 0;
  padding: 0 3%;
}
#interview .kv_area .kv_box h1 {
  background: #fff;
  padding: 50px;
  width: calc(75% - 100px);
}
#interview .kv_area .kv_box .title_interview {
  background: #1a1a1a;
  padding: 30px;
  color: #fff;
  width: calc(25% - 60px);
}
#interview .kv_area .kv_box .title_interview .cap {
  background: #fff;
  color: #1a1a1a;
  padding: 5px;
  width: calc(100% - 10px);
  text-align: center;
}
#interview .kv_area .kv_box .title_interview .name {
  font-size: 5rem;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 20px 0 10px;
  text-align: left;
  line-height: 1.2;
}
#interview .kv_area .kv_box .title_interview .name span {
  font-size: 2rem;
  font-weight: 300;
  display: block;
}
#interview .kv_area .kv_box .title_interview .name_en {
  font-size: 2.4rem;
  padding-top: 10px;
  text-align: left;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #interview .kv_area {
    margin: 0 auto 30px;
  }
  #interview .kv_area img {
    margin: 0 auto;
  }
  #interview .kv_area .kv_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 92%;
    margin: -30px 4% 0;
    padding: 0;
  }
  #interview .kv_area .kv_box h1 {
    font-size: 6.6666666667vw;
    padding: 20px 0;
    width: 100%;
  }
  #interview .kv_area .kv_box .title_interview {
    padding: 20px;
    width: calc(80% - 40px);
  }
  #interview .kv_area .kv_box .title_interview .cap {
    font-size: 3.3333333333vw;
    padding: 2px;
    width: calc(100% - 6px);
  }
  #interview .kv_area .kv_box .title_interview .name {
    font-size: 8.3333333333vw;
    padding: 10px 0 5px;
  }
  #interview .kv_area .kv_box .title_interview .name span {
    font-size: 2rem;
  }
  #interview .kv_area .kv_box .title_interview .name_en {
    font-size: 4vw;
    padding-top: 5px;
  }
}
#interview .content_main {
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}
#interview .content_main img {
  width: 100%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 640px) {
  #interview .content_main {
    margin: 0 auto 40px;
  }
  #interview .content_main img {
    margin: 0 auto 30px;
  }
  #interview .content_main .box_a {
    padding: 0 4%;
  }
}
#interview .content_wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
#interview .content_wrap::before {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  content: "";
}
#interview .content_wrap img {
  width: 100%;
  margin: 0 auto 60px;
}
#interview .content_wrap + .content_wrap {
  margin-top: 120px;
}
#interview .content_wrap figure img {
  margin: 40px auto 10px !important;
}
#interview .content_wrap figure figcaption {
  font-size: 12px !important;
}
@media only screen and (max-width: 640px) {
  #interview .content_wrap {
    max-width: 92%;
    margin: 0 4%;
  }
  #interview .content_wrap img {
    margin: 0 auto 20px;
  }
  #interview .content_wrap + .content_wrap {
    margin-top: 40px;
  }
  #interview .content_wrap .text_article {
    padding: 0;
  }
  #interview .content_wrap figure img {
    margin: 20px auto 2px !important;
  }
  #interview .content_wrap figure figcaption {
    font-size: 10px !important;
    line-height: 1.2;
  }
}
#interview .content_wrap a {
  text-decoration: underline;
  color: #3695D6;
  transition: all 0.2s linear;
}
#interview .content_wrap a:hover {
  opacity: 0.7;
}
#interview .content_foot {
  text-align: center;
  margin: 0 auto;
  width: 980px;
}
#interview .content_foot a {
  display: inline-block;
}
#interview .content_foot a img {
  transition: all 0.2s linear;
  margin: 0 auto;
}
#interview .content_foot a img:hover {
  opacity: 0.7;
}
#interview .content_foot a figcaption {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #interview .content_foot {
    margin: 0 auto;
    width: 100%;
  }
  #interview .content_foot a img {
    width: 100%;
  }
  #interview .content_foot a figcaption {
    margin-top: 10px;
  }
}
#interview .content_movie {
  width: 100%;
  aspect-ratio: 16/9;
}
#interview .content_movie iframe {
  width: 100%;
  height: 100%;
}
#interview .title_main {
  font-size: 4rem;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #interview .title_main {
    font-size: 5.5555555556vw;
  }
}
#interview .content_wrap .title_main {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #interview .content_wrap .title_main {
    margin-bottom: 20px;
  }
}
#interview .title {
  font-size: 2.4rem;
  color: #1a1a1a;
  line-height: 1.2;
  padding: 0 0 10px;
  text-align: left;
  margin: 0 auto 40px;
  border-bottom: 1px solid #1a1a1a;
}
@media only screen and (max-width: 640px) {
  #interview .title {
    margin: 0 auto 20px;
    padding: 0 0 5px;
    font-size: 5.5555555556vw;
  }
}
#interview .title_sub {
  font-size: 2.4rem;
  color: #0C2232;
  padding: 20px;
  border-bottom: 1px solid #AD8647;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  margin: 80px auto 40px;
}
@media only screen and (max-width: 640px) {
  #interview .title_sub {
    margin: 40px auto 20px;
    padding: 10px;
    font-size: 4.1666666667vw;
  }
}
#interview .interview_q {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 4% 30px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #interview .interview_q {
    padding: 0 0 10px;
    font-size: 5vw;
  }
}
#interview .text_article {
  font-size: 1.8rem;
  color: #1a1a1a;
  line-height: 1.8;
  text-align: left;
  margin: 0 auto;
  padding: 0 4%;
  max-width: 980px;
}
@media only screen and (max-width: 640px) {
  #interview .text_article {
    max-width: 100%;
    padding: 0;
    font-size: 5vw;
  }
  .content_main #interview .text_article {
    padding: 0 4%;
  }
}
#interview .text_article + .interview_q, #interview .text_article + img {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  #interview .text_article + .interview_q, #interview .text_article + img {
    margin-top: 30px;
  }
}
#interview .text_article + .text_article {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  #interview .text_article + .text_article {
    margin-top: 16px;
  }
}
#interview .clm2_article {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 640px) {
  #interview .clm2_article {
    padding: 15px;
    margin: 20px auto 0;
  }
}
#interview .clm2_article ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#interview .clm2_article ul li {
  width: 50%;
}
#interview .clm2_article ul li img {
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
#interview .clm2_article ul li figcaption {
  font-size: 1.6rem;
  color: #1a1a1a;
  text-align: left;
  padding: 20px;
  background: #FCD444;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 640px) {
  #interview .clm2_article ul {
    display: block;
  }
  #interview .clm2_article ul li {
    width: 100%;
  }
  #interview .clm2_article ul li + li {
    margin-top: 20px;
  }
  #interview .clm2_article ul li figcaption {
    padding: 10px;
  }
}

.interview_anchor {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #1a1a1a;
  padding: 20px 50px;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .interview_anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    margin-top: 20px;
  }
}
.interview_anchor.multi_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 50px 10px;
}
.interview_anchor.multi_line li {
  width: 20%;
  margin-bottom: 10px;
}
.interview_anchor.multi_line li a .name {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.interview_anchor.multi_line li a .name span {
  font-size: 1.2rem;
}
.interview_anchor.multi_line li a::after {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .interview_anchor.multi_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 0;
  }
  .interview_anchor.multi_line li {
    width: 50%;
    border-top: none;
    margin-bottom: 10px;
  }
  .interview_anchor.multi_line li + li {
    margin: 0 0 10px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .interview_anchor li {
    width: 100%;
  }
  .interview_anchor li + li {
    margin: 10px 0 0 0;
    padding-top: 20px;
    border-top: 1px solid #666;
  }
}
.interview_anchor li a {
  transition: all 0.2s linear;
  text-decoration: none !important;
}
.interview_anchor li a:hover {
  opacity: 0.7;
}
.interview_anchor li a .name {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.interview_anchor li a .name span {
  font-size: 1.8rem;
  font-weight: normal;
  display: inline-block;
  padding-left: 0.5em;
}
.interview_anchor li a .name::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .interview_anchor li a .name {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 4vw;
  }
  .interview_anchor li a .name span {
    font-size: 4vw;
    padding-left: 0.25em;
  }
  .interview_anchor li a .name::after {
    margin-left: 10px;
  }
}

.title_img {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .title_img {
    margin-bottom: 40px;
  }
}
.title_img .name_box {
  background: #1a1a1a;
  padding: 30px;
  color: #fff;
  position: absolute;
  display: inline-block;
  bottom: -50px;
  left: 30px;
}
.title_img .name_box .name {
  font-size: 3.6rem;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  text-align: left;
  line-height: 1.2;
}
.title_img .name_box .name span {
  font-size: 2.4rem;
  font-weight: 300;
  margin-left: 10px;
  display: inline-block;
}
.title_img .name_box .name_en {
  font-size: 2.4rem;
  padding-top: 10px;
  text-align: left;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .title_img .name_box {
    padding: 15px;
    bottom: -30px;
    left: 10px;
  }
  .title_img .name_box .name {
    font-size: 5.5555555556vw;
    padding: 0;
  }
  .title_img .name_box .name span {
    font-size: 1.4rem;
  }
  .title_img .name_box .name_en {
    font-size: 4vw;
    padding-top: 5px;
  }
}/*# sourceMappingURL=style.css.map */