@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: #2B6C70;
}
#interview .col_02 {
  color: #A0A506;
}
#interview .col_03 {
  color: #d63636;
}
#interview .col_04 {
  color: #AD8647;
}
#interview .col_05 {
  color: #E0E721;
}
#interview .col_06 {
  color: #6a36b7;
}
#interview .col_07 {
  color: #f03b7a;
}
#interview .col_08 {
  color: #1e18ca;
}
#interview .col_09 {
  color: #a6ea1c;
}
#interview .col_10 {
  color: #2B6C70;
}

/* ==========================================================================
   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;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 640px) {
  #interview .lead {
    font-size: 3.5714285714vw;
    padding: 0;
    line-height: 1.5;
  }
  #interview .lead + .lead {
    margin-top: 20px;
  }
}
#interview .wrapper {
  width: 1180px;
  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;
}
#interview .colum2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#interview .colum2 li {
  width: calc(50% - 40px);
}
#interview .colum2 li + li {
  margin-left: 80px;
}
@media only screen and (max-width: 640px) {
  #interview .colum2 {
    display: block;
  }
}

/* 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 {
  background: #f4f4f4;
  padding-bottom: 120px;
}
@media only screen and (max-width: 640px) {
  #interview {
    padding-bottom: 40px;
  }
}
#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;
  position: relative;
  overflow: hidden;
}
#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: 1600px;
  margin: -250px auto 0 120px;
  padding: 0;
}
#interview .kv_area .kv_box h1 {
  padding: 50px;
  width: calc(75% - 120px);
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}
#interview .kv_area .title_interview {
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
          clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  background: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  width: 50%;
  height: 101%;
  position: absolute;
  top: 0;
  left: 60%;
}
#interview .kv_area .title_interview .cap {
  font-size: 2rem;
  line-height: 2.4;
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 15%;
}
@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 {
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
  }
  #interview .kv_area .kv_box h1 {
    font-size: 6.6666666667vw;
    width: 100%;
    padding: 0;
  }
  #interview .kv_area .title_interview {
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    padding: 0 20px 20px;
    width: calc(100% - 40px);
    height: 100px;
    top: auto;
    bottom: -1px;
    left: 0;
  }
  #interview .kv_area .title_interview .cap {
    font-size: 3.3333333333vw;
    line-height: 1.5;
    width: 90%;
    bottom: 10px;
    left: 5%;
  }
}
#interview .kv_area .title_selectclub {
  position: absolute;
  top: 0;
  left: 36%;
}
#interview .kv_area .title_selectclub img {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #interview .kv_area .title_selectclub {
    top: auto;
    bottom: 0;
    left: 0;
  }
  #interview .kv_area .title_selectclub img {
    height: auto;
  }
}
#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: 1180px;
  margin: 0 auto;
  text-align: center;
}
#interview .content_wrap:nth-child(odd) .content_box img {
  float: right;
  margin: 0 0 30px 60px;
}
#interview .content_wrap .content_box img {
  width: calc(50% - 30px);
  margin: 0 60px 30px 0;
  float: left;
}
@media only screen and (max-width: 640px) {
  #interview .content_wrap .content_box img {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
}
#interview .content_wrap .content_box:nth-child(odd) img {
  float: left;
  margin: 0 60px 30px 0;
}
@media only screen and (max-width: 640px) {
  #interview .content_wrap .content_box:nth-child(odd) img {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
}
#interview .content_wrap .content_box + .content_box {
  margin-top: 40px;
}
#interview .content_wrap .content_box::after {
  content: "";
  display: block;
  clear: both;
}
#interview .content_wrap + .content_wrap {
  margin-top: 80px;
}
#interview .content_wrap figure figcaption {
  font-size: 1.4rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #interview .content_wrap {
    max-width: auto;
    padding: 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 a {
  text-decoration: underline;
  color: #3DC0C8;
  transition: all 0.2s linear;
}
#interview .content_wrap a:hover {
  opacity: 0.7;
}
#interview .content_wrap .colum2 {
  padding: 80px 0;
  background: #fff;
}
#interview .content_wrap .colum2 > li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#interview .content_wrap .colum2 > li .text_box {
  text-align: left;
  margin-left: 20px;
}
#interview .content_wrap .colum2 > li .text_box .name {
  font-size: 2.4rem;
  margin: 0 0 10px;
  font-weight: bold;
}
#interview .content_wrap .colum2 > li .text_box .name span {
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
}
#interview .content_wrap .colum2 > li .text_box .ex {
  font-size: 1.6rem;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  #interview .content_wrap .colum2 {
    display: block;
    padding: 40px 0;
  }
  #interview .content_wrap .colum2 > li {
    width: 100%;
  }
  #interview .content_wrap .colum2 > li + li {
    margin: 20px auto 0;
  }
  #interview .content_wrap .colum2 > li .text_box .name {
    font-size: 4.1666666667vw;
  }
  #interview .content_wrap .colum2 > li .text_box .name span {
    font-size: 2.8571428571vw;
  }
  #interview .content_wrap .colum2 > li .text_box .ex {
    font-size: 2.8571428571vw;
  }
}
#interview .content_wrap.prof {
  background: #fff;
  width: 100%;
  max-width: 100%;
}
#interview .content_wrap.prof::before {
  display: none;
}
@media only screen and (max-width: 640px) {
  #interview .content_wrap.prof {
    width: 92%;
    max-width: auto;
  }
}
#interview .content_foot {
  text-align: center;
  margin: 80px auto 0;
  width: 1180px;
}
#interview .content_foot a {
  display: inline-block;
}
#interview .content_foot a img {
  transition: all 0.2s linear;
  margin: 0 auto;
  width: 50%;
}
#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: 40px auto 0;
    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: 5.4rem;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 640px) {
  #interview .title_main {
    font-size: 5.5555555556vw;
  }
}
#interview .content_wrap .title_main {
  margin-bottom: 40px;
}
#interview .title {
  font-size: 4rem;
  color: #1a1a1a;
  line-height: 1.2;
  padding: 0 0 10px;
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
#interview .title::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: #E0E721;
}
#interview .title::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  left: 50%;
  width: 50px;
  height: 5px;
  background: #1a1a1a;
}
@media only screen and (max-width: 640px) {
  #interview .title {
    margin: 0 auto 40px;
    padding: 0 0 5px;
    font-size: 5.5555555556vw;
  }
}
#interview .title_sub {
  font-size: 2.4rem;
  color: #1a1a1a;
  line-height: 1.2;
  text-align: center;
  margin: 80px auto 20px;
}
@media only screen and (max-width: 640px) {
  #interview .title_sub {
    margin: 40px auto 20px;
    font-size: 4.1666666667vw;
  }
}
#interview .img_box {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 120px;
}
#interview .img_box img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #interview .img_box {
    width: 100%;
    margin: 0 auto 40px;
  }
}
#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;
  max-width: 1180px;
}
@media only screen and (max-width: 640px) {
  #interview .text_article {
    max-width: 100%;
    padding: 0;
    font-size: 3.8461538462vw;
  }
  .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: #E0E721;
  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.selectclub .kv_area {
  margin: 0 auto;
}
#interview.selectclub .lead {
  position: relative;
  inset-inline: 50%;
  width: 100vw;
  margin-inline: -50vw;
  background-color: #fff;
  padding: 80px 0;
}
@media only screen and (max-width: 640px) {
  #interview.selectclub .lead {
    padding: 40px 4%;
    width: 100%;
  }
}
#interview.selectclub .content_wrap .content_box figure {
  width: calc(50% - 30px);
  margin: 0 0 30px 60px;
  order: 2;
  float: right;
}
#interview.selectclub .content_wrap .content_box figure img {
  width: 100%;
  margin: 0 auto 20px;
  float: none;
}
@media only screen and (max-width: 640px) {
  #interview.selectclub .content_wrap .content_box figure img {
    width: 100%;
    float: none;
    margin: 0 auto 5px;
  }
}
#interview.selectclub .content_wrap .content_box .text_box {
  order: 1;
}
#interview.selectclub .content_wrap .content_box .text_box::after {
  content: "";
  display: block;
  clear: both;
}
#interview.selectclub .content_wrap .content_box:nth-child(odd) img {
  float: none;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
  #interview.selectclub .content_wrap .content_box:nth-child(odd) img {
    width: 100%;
    float: none;
    margin: 0 auto 5px;
  }
}
#interview.selectclub .content_wrap .content_box + .content_box {
  margin-top: 40px;
}
#interview.selectclub .content_wrap .content_box::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 640px) {
  #interview.selectclub .content_wrap .content_box {
    display: block;
  }
  #interview.selectclub .content_wrap .content_box figure {
    width: 100%;
    margin: 0 0 20px;
    display: block;
  }
  #interview.selectclub .content_wrap .content_box figure figcaption {
    font-size: 1rem;
    line-height: 1.2;
  }
  #interview.selectclub .content_wrap .content_box .text_box {
    width: 100%;
  }
  #interview.selectclub .content_wrap .content_box .text_box + .text_article {
    margin-top: 16px;
  }
}
#interview.selectclub .content_wrap:nth-child(odd) .content_box figure {
  order: 1;
  margin: 0 60px 30px 0;
  float: left;
}
@media only screen and (max-width: 640px) {
  #interview.selectclub .content_wrap:nth-child(odd) .content_box figure {
    margin: 0 auto 20px;
  }
}
#interview.selectclub .content_wrap:nth-child(odd) .content_box figure img {
  float: none;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
  #interview.selectclub .content_wrap:nth-child(odd) .content_box figure img {
    margin: 0 auto 5px;
  }
}
#interview.selectclub .content_wrap:nth-child(odd) .content_box .text_box {
  order: 2;
}
#interview.selectclub .content_wrap.prof {
  width: 1120px;
  padding: 30px;
  background: #fff;
  text-align: left;
  margin: 40px auto 0;
  font-size: 1.4rem;
}
#interview.selectclub .content_wrap.prof .name {
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #interview.selectclub .content_wrap.prof {
    width: calc(92% - 20px);
    margin: 20px 4% 0;
    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 */