@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%;
}

#intro {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #intro {
    height: calc(100vh - 72px);
  }
}
#intro .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#intro .copy {
  position: relative;
  height: 90px;
}
@media only screen and (max-width: 768px) {
  #intro .copy {
    height: 50px;
  }
}
#intro .copy .copy01, #intro .copy .copy02 {
  width: 200px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #intro .copy .copy01, #intro .copy .copy02 {
    width: 100%;
    height: auto;
  }
}
#intro .copy .copy01 svg, #intro .copy .copy02 svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#intro .copy .copy01 {
  opacity: 0;
}
#intro .copy .copy01 svg, #intro .copy .copy01 path {
  fill: #ccc;
}
#intro .copy .copy02 {
  clip: rect(0, 0, 300px, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.88, 0.08, 0.71, 0.76);
  transition-delay: 1s;
}
#intro .copy .copy02 svg, #intro .copy .copy02 path {
  fill: #333;
}
#intro .copy .copy02.active {
  clip: rect(0px, 1600px, 300px, 0);
}
#intro .copy .copy03 {
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background: #fff;
}
#intro .ngicon {
  opacity: 0;
  text-align: center;
  padding: 0 0 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  #intro .ngicon {
    width: 70%;
    margin: auto;
    padding: 2rem 0 0 0;
  }
  #intro .ngicon img {
    width: 100%;
  }
}
#intro .scroll {
  position: absolute;
  display: inline-block;
  bottom: 2rem;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ccc;
  z-index: 9;
  letter-spacing: 0;
}
#intro .scroll a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
#intro .scroll p {
  color: #ccc;
  font-size: 10px;
  font-size: 1rem;
  transition: all .3s ease;
}
#intro .scroll_bar {
  position: absolute;
  width: 1px;
  background: #ccc;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 30px;
  content: "";
  transition: all .3s ease;
}
#intro .scroll:hover .scroll_bar {
  background: #555;
}
#intro .scroll:hover p {
  color: #555;
}
@-webkit-keyframes sc_anim {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 30px;
    opacity: 1;
  }
}
@keyframes sc_anim {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 30px;
    opacity: 1;
  }
}
#visual {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  position: relative;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #visual {
    min-height: 0;
  }
}
#visual #news {
  position: absolute;
  bottom: 2rem;
  background: #ffffff;
  border-radius: 30px;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  width: 90vw;
  margin: 0 0 0 4vw;
}
@media only screen and (max-width: 768px) {
  #visual #news {
    position: static;
    display: block;
    margin: 3rem auto 2rem auto;
    background: #eee;
  }
}
#visual #news dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}
#visual #news dl dt {
  margin: 0 1rem 0 0;
}
#visual #news .title {
  margin: 0 2rem 0 0;
  padding: 1rem 3rem 1rem 2rem;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  #visual #news .title {
    border-right: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 0 0 1rem 0;
    padding: 1rem 0;
  }
}
#visual #news .more {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #visual #news .more {
    margin: 1rem 0 0 0;
    text-align: center;
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
  }
}
#visual #news .more a {
  display: block;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 768px) {
  #visual #news .more a {
    background: #efefef;
    font-size: 10px;
    font-size: 1rem;
    padding: 1.5rem 2rem;
  }
}
#visual #news .more i {
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  line-height: 1;
  margin: 0 0 0 1rem;
}
@media only screen and (max-width: 768px) {
  #visual #news .more i {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#newsmore {
  background: #fafafa;
  visibility: hidden;
  overflow: hidden;
}
#newsmore .news_container {
  width: 80%;
  margin: auto;
  position: relative;
  padding: 5vh 0;
}
#newsmore .news_container i {
  position: absolute;
  right: 0;
  top: 5rem;
  font-size: 30px;
  font-size: 3rem;
  cursor: pointer;
  color: #555;
}
@media only screen and (max-width: 768px) {
  #newsmore .news_container i {
    top: 2rem;
  }
}
#newsmore .news_container i:hover {
  color: #000;
}
#newsmore .news_container h2 {
  font-size: 30px;
  font-size: 3rem;
  font-size: 2.4vw;
}
@media only screen and (max-width: 768px) {
  #newsmore .news_container h2 {
    font-size: 4vw;
  }
}
#newsmore .news_container dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
}
#newsmore .news_container dl dt {
  margin: 0 1rem 0 0;
}

#newsmore.is-active {
  visibility: visible;
}

#visual-slider {
  position: relative;
  max-width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  height: calc(100vh);
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #visual-slider {
    height: calc(100vh - 152px);
    min-width: 0;
  }
}

#visual-slider:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 4;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1000px;
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  will-change: transform;
  clip: rect(0px, 0px, 540px, 0px);
}
@media only screen and (max-width: 768px) {
  .slide {
    min-width: 0;
  }
}

#mask {
  width: 100%;
  height: 100%;
}

.slide01 {
  background: url("../img/visual-assets/visual01.jpg") center center;
  background-size: cover;
}

.slide02 {
  background: url("/recruit/img/visual-assets/visual02.jpg") center center;
  background-size: cover;
}

.slide03 {
  background: url("/recruit/img/visual-assets/visual03.jpg") center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .slide03 {
    background: url("/recruit/img/visual-assets/visual03.jpg") 5% 50%;
    background-size: cover;
  }
}

.slide04 {
  background: url("../img/visual-assets/visual04.jpg") center center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .slide03 {
    background: url("/recruit/img/visual-assets/visual03.jpg") 5% 50%;
    background-size: cover;
  }
}



section.top h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: 2.4vw;
  color: #555;
  font-weight: 200;
  text-align: center;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  section.top h2 {
    font-size: 6vw;
    text-align: left;
  }
}
section.top h2:after {
  content: '';
  display: block;
  margin: 1rem auto;
  text-align: center;
  width: 34px;
  height: 1px;
  background: #555;
}
@media only screen and (max-width: 768px) {
  section.top h2:after {
    margin: 1rem 0;
  }
}
section.top .normal_title h2 {
  margin: 0;
  line-height: 1;
}
section.top .normal_title p.jptitle {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-size: 1.4vw;
  margin: 0 0 3rem 0;
  color: #555;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  section.top .normal_title p.jptitle {
    font-size: 3.6vw;
    text-align: left;
  }
}

section.special {
  padding: 5% 8% 8% 8%;
}
section.special .banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
section.special .banner .box {
  width: 46%;
  margin-bottom: 4%;
  position: relative;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
section.special .banner .box 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.special .banner .box {
    width: 100%;
  }
}
section.special .banner .box .inner {
  background: #eee;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: .3s;
}
section.special .banner .box .txt {
  position: relative;
  color: #828182;
  padding: 3rem;
}
section.special .banner .box .txt .en, section.special .banner .box .txt .jp {
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
section.special .banner .box .txt .en {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  padding: 0 0 0 2.5rem;
}
@media only screen and (max-width: 768px) {
  section.special .banner .box .txt .en {
    font-size: 4vw;
  }
}
section.special .banner .box .txt .en:before {
  display: block;
  position: absolute;
  width: 2rem;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "";
  z-index: 999;
  background: #949495;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
section.special .banner .box .txt .jp {
  padding: 0 0 0 2.5rem;
}
section.special .banner .box .txt:after {
  color: #828182;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 3rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f3d3";
  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.special .banner .box .image {
  overflow: hidden;
  z-index: 9;
  position: relative;
}
section.special .banner .box .image img {
  width: 100%;
}
section.special .banner .box .image01:before, section.special .banner .box .image02:before, section.special .banner .box .image03:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background: #eee;
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
section.special .banner .box .image01:before {
  transition-delay: .3s;
}
section.special .banner .box .image02:before {
  transition-delay: .5s;
}
section.special .banner .box .image03:before {
  transition-delay: .8s;
}
section.special .banner .box:hover {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
}
section.special .banner .box:hover .txt {
  color: #333;
}
section.special .banner .box:hover .txt p.en, section.special .banner .box:hover .txt p.jp {
  padding: 0 0 0 3.5rem;
}
section.special .banner .box:hover .txt p.en:before {
  width: 3rem;
}
section.special .banner .box:hover .txt:after {
  color: #555;
}
section.special .banner .box.active .inner {
  width: 100%;
}
section.special .banner .box.active .image01:before, section.special .banner .box.active .image02:before, section.special .banner .box.active .image03:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
section.special .banner .box.coming .image {
  position: relative;
}
section.special .banner .box.coming .ctxt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "Coming Soon";
  z-index: 2000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
}
section.special .banner .box.coming:hover {
  box-shadow: 0 0 15px 0px transparent;
}
section.special .banner .box.coming:hover .txt {
  color: #333;
}
section.special .banner .box.coming:hover .txt p.en, section.special .banner .box.coming:hover .txt p.jp {
  padding: 0 0 0 2.5rem;
}
section.special .banner .box.coming:hover .txt p.en:before {
  width: 2rem;
}
section.special .banner .box.coming:hover .txt:after {
  color: #555;
}
section.special .banner .box.coming:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

section.tour {
  position: relative;
  background: url("/recruit/img/top-assets/tour_bg.jpg") no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  padding: 5rem 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  section.tour {
    padding: 3rem 0 0rem 0;
    background-attachment: scroll;
  }
}
section.tour .inner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  background: #ccc;
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: .5s;
}
section.tour .inner02 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  content: "";
  z-index: 999;
  background: #ffffff;
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: .3s;
}
section.tour .cont {
  width: 700px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  section.tour .cont {
    width: 90%;
  }
}
section.tour .cont img {
  width: 100%;
}
section.tour .link_btn {
  text-align: center;
  margin: 3rem auto;
}
@media only screen and (max-width: 768px) {
  section.tour .link_btn {
    margin: 2rem 0;
    text-align: left;
  }
}
section.tour .movie {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 1s;
}

section.tour.active .inner {
  left: 100%;
}
section.tour.active .inner02 {
  left: 100%;
}
section.tour.active .title {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  display: inline-block;
  padding: 2rem;
  font-weight: 200;
  z-index: 888;
  font-size: 2vw;
  color: #555;
}
@media only screen and (max-width: 768px) {
  section.tour.active .title {
    padding: 1rem;
    font-size: 3vw;
  }
}
section.tour.active .movie {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  section.tour.active .movie {
    width: 80%;
  }
}
section.tour.active .movie .image {
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
section.tour.active .movie .image img {
  width: 100%;
  transition: all 1s ease;
}
section.tour.active .movie a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
section.tour.active .movie:hover .image {
  opacity: 0.9;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
}
section.tour.active .movie:hover .image img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
section.tour.active .movie:hover .playBut p {
  color: #ffffff;
}
section.tour.active .movie:hover .playBut .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #ffffff;
  -webkit-animation: nudge 0.7s ease-in-out;
  animation: nudge 0.7s ease-in-out;
}
@-webkit-keyframes nudge {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  70% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes nudge {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  70% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
section.tour.active .movie:hover .playBut .circle {
  stroke-dashoffset: 0;
  opacity: 1;
}
section.tour.active .playBut {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
}
@media only screen and (max-width: 768px) {
  section.tour.active .playBut {
    width: 54px;
  }
}
section.tour.active .playBut svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
section.tour.active .playBut p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  font-size: 700;
}
@media only screen and (max-width: 768px) {
  section.tour.active .playBut p {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
section.tour.active .circle {
  stroke: #ffffff;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.3;
}
section.tour.active .playBut {
  /*  border: 1px solid red;*/
  display: inline-block;
  -webkit-transition: all 0.5s ease;
}
section.tour.active .playBut .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #000;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.link_btn a {
  padding: 2rem 5rem;
  display: inline-block;
  background: #ffffff;
  position: relative;
}
.link_btn a:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (max-width: 768px) {
  .link_btn a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.link_btn a:after {
  color: #828182;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 3rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f3d3";
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.link_btn a:hover:after {
  right: 2.5rem;
}

section.about, section.work {
  position: relative;
  background: #fafafa;
}
section.about .container, section.work .container {
  padding: 7%;
  *zoom: 1;
  position: relative;
}
section.about .container:after, section.work .container:after {
  content: "";
  display: table;
  clear: both;
}
section.about .container .txt, section.work .container .txt {
  clip: rect(0, 0, 800px, 0);
  width: 38%;
  background: #efefef;
  padding: 5%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 2;
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: .3s;
}
@media only screen and (max-width: 768px) {
  section.about .container .txt, section.work .container .txt {
    width: 100%;
    position: static;
    -webkit-transform: none;
    transform: none;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0;
  }
}
section.about .container .txt .title, section.work .container .txt .title {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 1s;
}
@media only screen and (max-width: 768px) {
  section.about .container .txt .title, section.work .container .txt .title {
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0;
  }
}
section.about .container .txt p.en, section.work .container .txt p.en {
  font-size: 30px;
  font-size: 3rem;
  font-size: 2.4vw;
  font-weight: 200;
  color: #333;
}
@media only screen and (max-width: 768px) {
  section.about .container .txt p.en, section.work .container .txt p.en {
    font-size: 6vw;
  }
}
section.about .container .txt p.jp, section.work .container .txt p.jp {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 1.2vw;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  section.about .container .txt p.jp, section.work .container .txt p.jp {
    font-size: 3.6vw;
  }
}
section.about .container .txt p.jp:after, section.work .container .txt p.jp:after {
  content: '';
  display: block;
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 20%;
  height: 1px;
  background: #828182;
}
section.about .container .txt p.lead, section.work .container .txt p.lead {
  margin: 0 0 10% 0;
}
section.about .container .txt.active, section.work .container .txt.active {
  clip: rect(0, 1000px, 800px, 0);
}
section.about .container .txt.active .title, section.work .container .txt.active .title {
  visibility: visible;
  opacity: 1;
}
section.about .container .image, section.work .container .image {
  width: 55%;
  float: right;
  background: #ffffff;
  padding: 5% 3rem;
  transition: all .5s ease;
  position: relative;
  z-index: 0;
  margin: 10% 0 0 0;
}
@media only screen and (max-width: 768px) {
  section.about .container .image, section.work .container .image {
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
  }
}
section.about .container .image img, section.work .container .image img {
  width: 100%;
}
section.about .container.about, section.work .container.about {
  padding: 7% 7% 0 7%;
}

section.about .container .txt {
  left: 12%;
}
section.about .container .image {
  float: right;
}
@media only screen and (max-width: 768px) {
  section.about .container .image {
    float: none;
  }
}

section.work .container {
  padding-top: 0;
}
section.work .container .txt {
  right: 12%;
  top: 40%;
}
section.work .container .image {
  float: left;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  section.work .container .image {
    float: none;
  }
}

section.people .container {
  padding: 10% 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.people .container {
    padding: 5% 0% 8% 0%;
  }
}
section.people .container .normal_title {
  padding: 0 8%;
}
section.people .work_slide .item {
  outline: none !important;
  margin: 0 2rem;
  position: relative;
  border: 1px solid #999;
  transition: all .3s ease;
}
section.people .work_slide .item a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
section.people .work_slide .item .image {
  overflow: hidden;
  border-bottom: none;
}
section.people .work_slide .item .image img {
  vertical-align: bottom;
  transition: all .3s ease;
  will-change: transform;
  -webkit-transform: translatez(0);
  -webkit-transform: translate3d(0, 0, 0);
  max-width: 100%;
  max-height: 100%;
}
section.people .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.people .work_slide .item .txt {
    border-left: 0px solid #949495;
  }
}
section.people .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.people .work_slide .item .txt .num {
    font-size: 4vw;
    position: relative;
    line-height: 1;
    padding: 1rem;
  }
}
section.people .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.people .work_slide .item .txt .job {
    font-size: 3vw;
  }
}
section.people .work_slide .item .txt .job span {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  section.people .work_slide .item .txt .job span {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  section.people .work_slide .item .txt .job {
    font-size: 3vw;
    margin: 0;
  }
}
section.people .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.people .work_slide .item .txt .job:after {
    margin: 0;
  }
}
section.people .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.people .work_slide .item .txt .prof {
    font-size: 3vw;
    line-height: 1.4;
  }
}
section.people .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.people .work_slide .item:hover {
  border: 1px solid #999;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
section.people .work_slide .item:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  section.people .work_slide .item:hover .image {
    opacity: 1;
  }
}
section.people .work_slide .slick-slide:not(.slick-active) {
  opacity: 0.5;
  will-change: filter;
  -webkit-transform: translate3d(0, 0, 0);
  transition-delay: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.people .work_slide .slick-slide:not(.slick-active) .image {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  vertical-align: bottom;
  line-height: 1;
}
section.people .work_slide .slick-slide:not(.slick-active) a {
  display: none;
}
section.people .work_slide .slick-slide:not(.slick-active):hover .image {
  opacity: 1;
}
section.people .work_slide .slick-active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  will-change: filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.people #workcontainer {
  opacity: 0;
}
section.people #workcontainer.initialized {
  opacity: 1;
}
section.people #arrows {
  width: 100%;
  bottom: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 999;
  *zoom: 1;
}
section.people #arrows:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  section.people #arrows {
    top: 45%;
  }
}
section.people .prev, section.people .next {
  position: absolute;
  border: none;
  cursor: pointer;
  padding: 2rem;
  background: #333;
  transition: all .3s ease;
}
section.people .prev:hover, section.people .next:hover {
  background: #000;
}
section.people .next:after, section.people .prev:after {
  color: #fff;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 1;
  content: "\f3d3";
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  section.people .next:after, section.people .prev:after {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section.people .prev:after {
  content: "\f3d2";
}
section.people .next {
  right: 0;
}
section.people .prev {
  left: 0;
}
section.people .slick-prev:before, section.people .slick-next:before {
  content: "" !important;
}
section.people button.slick-prev, section.people button.slick-next {
  z-index: 2;
}
section.people .slick-arrow {
  z-index: 10;
  /* 値は適当に */
}
section.people .viewall {
  position: absolute;
  right: 5%;
  top: 18%;
}
@media only screen and (max-width: 768px) {
  section.people .viewall {
    right: 1rem;
    top: 2rem;
  }
}
section.people .viewall a {
  padding: 1.5rem 6rem;
  display: inline-block;
  border: 1px solid #949495;
}
@media only screen and (max-width: 768px) {
  section.people .viewall a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1rem 3rem;
  }
}
section.people .viewall a:hover {
  background: #949495;
  color: #ffffff;
}

section.recruit {
  padding: 10%;
  background: #eee;
}
@media only screen and (max-width: 768px) {
  section.recruit {
    padding: 7%;
  }
}
section.recruit .banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section.recruit .banner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
section.recruit .banner .box {
  width: 23%;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 0px 15px 0px transparent;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
section.recruit .banner .box 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.recruit .banner .box {
    width: 48%;
    margin: 0 0 4% 0;
  }
}
section.recruit .banner .box .image img {
  width: 100%;
}
section.recruit .banner .box .txt {
  text-align: center;
  padding: 3rem 0;
}
section.recruit .banner .box .txt p.en {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ccc;
}
@media only screen and (max-width: 768px) {
  section.recruit .banner .box .txt p.en {
    font-size: 10px;
    font-size: 1rem;
  }
}
section.recruit .banner .box .txt p.jp {
  color: #949495;
}
section.recruit .banner .box:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.about_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding: 0 5rem;
  -webkit-transform: translateY(-7rem);
  transform: translateY(-7rem);
}
@media only screen and (max-width: 768px) {
  .about_flex {
    -webkit-transform: none;
    transform: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7%;
  }
}
.about_flex .btn {
  width: 24%;
}
@media only screen and (max-width: 768px) {
  .about_flex .btn {
    width: 48%;
    margin: 0 0 1rem 0;
  }
}
.about_flex .btn a {
  display: block;
  padding: 3rem 0;
  text-align: center;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  position: relative;
  border: 1px solid #fafafa;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (max-width: 768px) {
  .about_flex .btn a {
    padding: 10% 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
.about_flex .btn a:hover {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.about_flex .btn a:after {
  color: #828182;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 3rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f482";
  font-size: 13px;
  font-size: 1.3rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (max-width: 768px) {
  .about_flex .btn a:after {
    font-size: 12px;
    font-size: 1.2rem;
    right: 1rem;
  }
}
