@charset "UTF-8";
/*default*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Asap:400,500,600,700");
.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att02 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inview.fadeInup {
  opacity: 0;
}

.inview.fadeInup.active {
  -webkit-animation: fadeInup .3s ease-out;
  animation: fadeInup .3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.inview.fadeInup.sp_no {
  opacity: 1;
}

.inview.fadeInup.sp_no.active {
  -webkit-animation: none;
  animation: none;
}

.inview.show {
  opacity: 0;
}

.inview.show.active {
  -webkit-animation: show 1s ease-out;
  animation: show 1s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.adelay01 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.adelay02 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.adelay03 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.adelay04 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.adelay05 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.adelay06 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.adelay07 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.adelay08 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.adelay09 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.adelay10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.adelay11 {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.adelay12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.adelay13 {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.adelay14 {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.adelay15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.tdelay01 {
  transition-delay: 0.1s !important;
}

.tdelay02 {
  transition-delay: 0.2s !important;
}

.tdelay03 {
  transition-delay: 0.3s !important;
}

.tdelay04 {
  transition-delay: 0.4s !important;
}

.tdelay05 {
  transition-delay: 0.5s !important;
}

.tdelay06 {
  transition-delay: 0.6s !important;
}

.tdelay07 {
  transition-delay: 0.7s !important;
}

.tdelay08 {
  transition-delay: 0.8s !important;
}

.tdelay09 {
  transition-delay: 0.9s !important;
}

@-webkit-keyframes fadeInup {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInup {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.parenthesis {
  position: relative;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0%;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.parenthesis::before {
  left: 0;
  border-left: 1px solid #fff;
}

.parenthesis::after {
  right: 0;
  border-right: 1px solid #fff;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.image100 img {
  width: 100%;
}

html, body {
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

section#interview_index {
  padding: 5% 0 10% 0;
}
@media only screen and (max-width: 768px) {
  section#interview_index {
    background: #efefef;
  }
}
section#interview_index .work_slide {
  width: 80%;
  margin: auto;
  min-width: 900px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section#interview_index .work_slide {
    min-width: 0;
    width: 100%;
    padding: 0 5%;
  }
}
section#interview_index .work_slide .item {
  outline: none !important;
  margin: 0 0 3rem 0;
  position: relative;
  width: 30%;
  border: 1px solid #999;
  transition: all .3s ease;
}
section#interview_index .work_slide .item a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  section#interview_index .work_slide .item {
    margin: 0 0 4% 0;
    width: 48%;
  }
}
section#interview_index .work_slide .item .image {
  overflow: hidden;
  border-bottom: 1px solid #999;
  border-bottom: none;
}
section#interview_index .work_slide .item .image img {
  width: 100%;
  vertical-align: bottom;
  transition: all .3s ease;
  will-change: transform;
  -webkit-transform: translatez(0);
  -webkit-transform: translate3d(0, 0, 0);
}
section#interview_index .work_slide .item .txt {
  border-top: 1px solid #999;
  margin: 0 0 0 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  section#interview_index .work_slide .item .txt {
    border-left: 0px solid #949495;
  }
}
section#interview_index .work_slide .item .txt .num {
  margin: 0 0 0 0;
  letter-spacing: 0;
  line-height: 1;
  padding: 1rem 2rem;
  border-right: 1px solid #999;
  font-size: 20px;
  font-size: 2rem;
  background: #f6f6f6;
}
@media only screen and (max-width: 768px) {
  section#interview_index .work_slide .item .txt .num {
    font-size: 4vw;
    position: relative;
    line-height: 1;
    padding: 1rem;
  }
}
section#interview_index .work_slide .item .txt .job {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  section#interview_index .work_slide .item .txt .job {
    font-size: 3vw;
  }
}
section#interview_index .work_slide .item .txt .job span {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  section#interview_index .work_slide .item .txt .job span {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  section#interview_index .work_slide .item .txt .job {
    font-size: 3vw;
    margin: 0;
  }
}
section#interview_index .work_slide .item .txt .job:after {
  content: '';
  display: block;
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 5%;
  height: 1px;
  background: #949495;
  display: none;
}
@media only screen and (max-width: 768px) {
  section#interview_index .work_slide .item .txt .job:after {
    margin: 0;
  }
}
section#interview_index .work_slide .item .txt .prof {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  border-top: 1px solid #999;
  line-height: 1.4;
  padding: 1rem;
  background: #f6f6f6;
}
@media only screen and (max-width: 768px) {
  section#interview_index .work_slide .item .txt .prof {
    font-size: 3vw;
    line-height: 1.4;
  }
}
section#interview_index .work_slide .item .txt::after {
  color: #828182;
  position: absolute;
  font-family: 'ionIcons';
  bottom: 0;
  right: 3rem;
  margin-top: -0.5em;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
section#interview_index .work_slide .item:hover {
  border: 1px solid #999;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
section#interview_index .work_slide .item:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  section#interview_index .work_slide .item:hover .image {
    opacity: 1;
  }
}
section#interview_index .work_slide::after {
  content: "";
  display: block;
  width: 30%;
}
section#interview_index #arrows {
  display: none;
}

main.interview_under img {
  width: 100%;
}
main.interview_under .title p.en {
  font-size: 2.4vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  main.interview_under .title p.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
main.interview_under .title p.en:after {
  content: '';
  display: block;
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 34px;
  height: 1px;
  background: #949495;
}
@media only screen and (max-width: 768px) {
  main.interview_under .title p.en:after {
    margin: 0.5rem 0;
  }
}
main.interview_under .title p.jp {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  main.interview_under .title p.jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
main.interview_under .title.tcenter {
  text-align: center;
}
main.interview_under .title.tcenter p.en:after {
  margin: 1rem auto;
}
@media only screen and (max-width: 768px) {
  main.interview_under .title.tcenter p.en:after {
    margin: 0.5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  main.interview_under .title.tcenter {
    text-align: left;
  }
}
main.interview_under p.maintxt {
  padding: 3% 0;
  letter-spacing: 0.05em;
}
main.interview_under p.maintxt.pcenter {
  text-align: left;
  margin: auto;
  width: 640px;
}
@media only screen and (max-width: 768px) {
  main.interview_under p.maintxt.pcenter {
    text-align: left;
    width: 100%;
  }
}

section#visual {
  position: relative;
}
section#visual .bg_inner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background: #ffffff;
}
section#visual .copy {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  section#visual .copy {
    position: static;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
section#visual .copy .inner {
  background: #ffffff;
  position: absolute;
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
section#visual .copy .mcopy {
  padding: 10%;
  font-size: 2vw;
  display: block;
  position: relative;
  z-index: 9;
  background: rgba(255, 255, 255, 0);
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  section#visual .copy .mcopy {
    font-size: 4vw;
    font-weight: bold;
  }
}
section#visual .copy .mcopy p {
  opacity: 0;
}
section#visual .copy.copy_l {
  left: 3%;
}

html.win.gecko section#visual .copy {
  min-width: 47%;
}

section#profile {
  background: #f2f2f2;
  padding: 5% 8%;
}
@media only screen and (max-width: 768px) {
  section#profile {
    padding: 15% 8%;
  }
}
section#profile .prof_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1366px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  section#profile .prof_flex {
    display: block;
  }
}
section#profile .numbox {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  section#profile .numbox {
    width: 100%;
    margin: 0 0 5% 0;
  }
}
section#profile .numbox .numup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
@media only screen and (max-width: 768px) {
  section#profile .numbox .numup {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
section#profile .numbox .numup .num {
  font-size: 6vw;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  section#profile .numbox .numup .num {
    font-size: 8vw;
  }
}
section#profile .numbox .numup p {
  font-size: 2vw;
  margin: 0 0 0 3%;
}
@media only screen and (max-width: 768px) {
  section#profile .numbox .numup p {
    font-size: 4vw;
  }
}
section#profile .numbox .numdown {
  color: #949495;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  section#profile .numbox .numdown {
    font-size: 10px;
    font-size: 1rem;
  }
}
section#profile .profbox {
  width: 50%;
  border: 1px solid #333;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  section#profile .profbox {
    width: 100%;
  }
}
section#profile .profbox .prof_up {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section#profile .profbox .prof_up .job {
  border-right: 1px solid #333;
  width: 70%;
  padding: 1% 3% 3% 3%;
  font-size: 2vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
section#profile .profbox .prof_up .job span {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  section#profile .profbox .prof_up .job span {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  section#profile .profbox .prof_up .job {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section#profile .profbox .prof_up .namea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 30%;
  font-size: 2vw;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  section#profile .profbox .prof_up .namea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section#profile .profbox .prof_down {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  font-size: 1vw;
}
@media only screen and (max-width: 768px) {
  section#profile .profbox .prof_down {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
section#profile .profbox .prof_down .busyo {
  padding: 3%;
  width: 50%;
}
section#profile .profbox .prof_down .other {
  padding: 3%;
  width: 50%;
  border-left: 1px solid #333;
}

section#interview_main {
  padding: 5% 0;
}
@media only screen and (max-width: 768px) {
  section#interview_main {
    padding: 15% 0 5% 0;
  }
}
section#interview_main .int01 {
  padding: 0 8%;
}
section#interview_main .intpad {
  padding: 5% 8%;
}
@media only screen and (max-width: 768px) {
  section#interview_main .intpad {
    padding: 15% 8%;
  }
}
section#interview_main .int02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin: auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  section#interview_main .int02 {
    display: block;
  }
}
section#interview_main .int02 .txt {
  width: 50%;
  padding: 0% 4% 0% 0;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  section#interview_main .int02 .txt {
    padding: 0;
    width: 100%;
  }
}
section#interview_main .int02 .image {
  padding: 0 0 0 4%;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  section#interview_main .int02 .image {
    padding: 0;
    width: 100%;
    margin: 0 0 15% 0;
  }
}
section#interview_main .int03 {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -10%;
  position: relative;
  z-index: 9;
  width: 90%;
  margin: -10% auto 0 auto;
}
@media only screen and (max-width: 768px) {
  section#interview_main .int03 {
    display: block;
    padding: 10% 8%;
  }
}
section#interview_main .int03 .txt {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  section#interview_main .int03 .txt {
    width: 100%;
  }
}
section#interview_main .int03 .txt01 {
  padding: 0 4% 0 0;
}
@media only screen and (max-width: 768px) {
  section#interview_main .int03 .txt01 {
    padding: 0;
    margin: 0 0 5% 0;
  }
}
section#interview_main .int03 .txt02 {
  padding: 0 0 0 4%;
}
@media only screen and (max-width: 768px) {
  section#interview_main .int03 .txt02 {
    padding: 0;
  }
}
section#interview_main .int04 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1600px;
  margin: auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  section#interview_main .int04 {
    display: block;
  }
}
section#interview_main .int04 .txt {
  width: 50%;
  padding: 0% 0 0% 4%;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  section#interview_main .int04 .txt {
    width: 100%;
    padding: 0;
    margin: 0 0 5% 0;
  }
}
section#interview_main .int04 .image {
  padding: 0 4% 0 0;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  section#interview_main .int04 .image {
    width: 100%;
    padding: 0;
  }
}

section#schedule {
  background: #eef2f5;
  padding: 10% 8%;
}
@media only screen and (max-width: 768px) {
  section#schedule {
    padding: 5% 8%;
  }
}
@media only screen and (max-width: 768px) {
  section#schedule {
    padding: 10% 8%;
  }
}
section#schedule .title p.en {
  font-size: 2vw;
}
@media only screen and (max-width: 768px) {
  section#schedule .title p.en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section#schedule .scbox {
  width: 700px;
  margin: 5rem auto 8% auto;
}
@media only screen and (max-width: 768px) {
  section#schedule .scbox {
    width: 100%;
    margin: 5% auto 10% auto;
  }
}
section#schedule .scbox dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem 0;
}
section#schedule .scbox dl dt {
  width: 15%;
  font-weight: bold;
}
section#schedule .scbox dl dd {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section#schedule .scbox dl dd span {
  font-weight: bold;
}

#interview_nav {
  padding: 5%;
}
@media only screen and (max-width: 768px) {
  #interview_nav {
    padding: 8% 0;
  }
}
#interview_nav nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#interview_nav nav .prev, #interview_nav nav .next {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24%;
  position: relative;
}
#interview_nav nav .prev a, #interview_nav nav .next a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #interview_nav nav .prev, #interview_nav nav .next {
    width: 30%;
  }
}
#interview_nav nav .prev img, #interview_nav nav .next img {
  border-radius: 50%;
  transition: all .3s ease;
}
#interview_nav nav .prev .image img, #interview_nav nav .next .image img {
  width: 100%;
}
#interview_nav nav .prev .txt, #interview_nav nav .next .txt {
  padding: 0 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2vw;
  color: #949495;
  width: 100%;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #interview_nav nav .prev .txt, #interview_nav nav .next .txt {
    padding: 0 0.3rem;
    font-size: 10px;
    font-size: 1rem;
  }
}
#interview_nav nav .prev .txt i, #interview_nav nav .next .txt i {
  display: inline-block;
  padding: 0 1rem;
  transition: all .3s ease;
}
#interview_nav nav .prev:hover .txt, #interview_nav nav .next:hover .txt {
  color: #4e82a9;
}
#interview_nav nav .prev:hover img, #interview_nav nav .next:hover img {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}
#interview_nav nav .prev:hover i {
  -webkit-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);
}
#interview_nav nav .next:hover i {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}
#interview_nav nav .index {
  text-align: center;
  padding: 0 3rem;
  position: relative;
}
#interview_nav nav .index a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #interview_nav nav .index {
    width: 30%;
    padding: 0;
  }
}
#interview_nav nav .index i {
  display: block;
  font-size: 4vw;
  line-height: 1;
}
#interview_nav nav .index:hover i {
  -webkit-animation: rotateY 1s linear 0s;
  animation: rotateY 1s linear 0s;
  color: #4e82a9;
}
@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  75% {
    -webkit-transform: rotateY(270deg);
    transform: rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  75% {
    -webkit-transform: rotateY(270deg);
    transform: rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
