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

#keyword {
  position: relative;
  width: 100%;
  background: #eee;
  overflow: hidden;
  background: url(../img/keyword-assets/visual.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #keyword {
    background: none;
    background: #eee;
  }
}

.inner02 {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  content: "";
  z-index: 999;
  background: #ccc;
  background: rgba(255, 255, 255, 0.8);
}

.outer {
  display: block;
  position: fixed;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background: #fff;
  background: #eeeeee;
}

#keyword.nobg {
  background: none;
}

.bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1) rotate(0.1deg);
  transform: scale(1) rotate(0.1deg);
}

.bg.is-active {
  visibility: visible;
  opacity: 1;
}

.bg01 {
  background: url(/recruit/img/keyword-assets/visual01.jpg) no-repeat center center;
  background-size: cover;
}

.bg02 {
  background: url(../img/keyword-assets/visual02.jpg) no-repeat center center;
  background-size: cover;
}

.bg03 {
  background: url(/recruit/img/keyword-assets/visual03.jpg) no-repeat center center;
  background-size: cover;
}

.bg04 {
  background: url(../img/keyword-assets/visual04.jpg) no-repeat center center;
  background-size: cover;
}

.bg05 {
  background: url(/recruit/img/keyword-assets/visual05.jpg) no-repeat center center;
  background-size: cover;
}

.bg06 {
  background: url(/recruit/img/keyword-assets/visual06.jpg) no-repeat center center;
  background-size: cover;
}

.bg07 {
  background: url(/recruit/img/keyword-assets/visual07.jpg) no-repeat center center;
  background-size: cover;
}

.bg08 {
  background: url(/recruit/img/keyword-assets/visual08.jpg) no-repeat center center;
  background-size: cover;
}

.bg09 {
  background: url(/recruit/img/keyword-assets/visual09.jpg) no-repeat center center;
  background-size: cover;
}

.panel {
  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;
  padding: 3rem;
}
@media only screen and (max-width: 768px) {
  .panel {
    padding: 2rem;
  }
}
.panel .box {
  width: 33.3333%;
  padding: 6rem 3rem;
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  text-align: center;
}
.panel .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) {
  .panel .box {
    width: 100%;
    padding: 2rem;
    margin: 0 0 2rem 0;
    border: 1px solid #efefef;
  }
}
.panel .box .inner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
  transition: all .3s ease;
  will-change: transform;
  opacity: 0.9;
}
@media only screen and (max-width: 768px) {
  .panel .box .inner {
    opacity: 1;
  }
}
.panel .box .inner:after {
  color: #0058a4;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 3rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f362";
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (max-width: 768px) {
  .panel .box .inner:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .panel .box .keytitle {
    margin: 1.5rem 0 0 0;
  }
}
.panel .box .keytitle .en {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .panel .box .keytitle .en {
    margin: 0 0.5rem 0 0;
  }
}
.panel .box .keytitle .num {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .panel .box .keytitle .num {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.panel .box .keytitle .num:after {
  content: '';
  display: block;
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #ccc;
}
.panel .box .txt {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin: 2rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .panel .box .txt {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.panel .box .sp_image {
  display: none;
}
@media only screen and (max-width: 768px) {
  .panel .box .sp_image {
    display: block;
  }
  .panel .box .sp_image img {
    width: 100%;
  }
}
.panel .box.is-active {
  opacity: 0.9;
}
.panel .box.is-active .keytitle, .panel .box.is-active .txt {
  color: #ffffff;
}
.panel .box.is-active .keytitle .num:after {
  background: #ffffff;
}
.panel .box.is-active .inner {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  opacity: 0.95;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .panel .box.is-active .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.panel .box.is-active .inner:after {
  color: #ffffff;
}
.panel .box.is-active.box01 .inner {
  background: #01b2ca;
}
.panel .box.is-active.box02 .inner {
  background: #7dcfb6;
}
.panel .box.is-active.box03 .inner {
  background: #1d4e89;
}
.panel .box.is-active.box04 .inner {
  background: #e0945d;
}
.panel .box.is-active.box05 .inner {
  background: #e3868f;
}
.panel .box.is-active.box06 .inner {
  background: #b6e42b;
}
.panel .box.is-active.box07 .inner {
  background: #d6be4f;
}
.panel .box.is-active.box08 .inner {
  background: #4c369e;
}
.panel .box.is-active.box09 .inner {
  background: #4daad2;
}
.panel .box.is-noactive {
  opacity: 0.4;
}
.panel .box:hover {
  opacity: 1;
}

.key_contetns {
  max-width: 700px;
  margin: auto;
  padding: 5rem;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .key_contetns {
    padding: 3rem;
  }
}
.key_contetns .nbbtn {
  position: absolute;
  top: 5rem;
  right: 5rem;
}
@media only screen and (max-width: 768px) {
  .key_contetns .nbbtn {
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 3rem 0 0 0;
  }
}
.key_contetns .backbtn {
  position: absolute;
  left: 5rem;
  top: 5rem;
}
@media only screen and (max-width: 768px) {
  .key_contetns .backbtn {
    position: relative;
    left: 0;
    top: 0;
  }
}
.key_contetns .backbtn a {
  display: inline-block;
  padding: 1rem 5rem;
  border: 1px solid #949495;
}
@media only screen and (max-width: 768px) {
  .key_contetns .backbtn a {
    padding: 1rem 4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .key_contetns .backbtn a {
    display: block;
    text-align: center;
  }
}

.key_contetns .backbtn a:hover {
  background: #949495;
  color: #ffffff;
}
.key_contetns .nextbtn {
  margin: 0 0 2rem 0;
}
.key_contetns .nextbtn a {
  display: inline-block;
  padding: 1rem 5rem;
  border: 1px solid #949495;
}
@media only screen and (max-width: 768px) {
  .key_contetns .nextbtn a {
    padding: 1rem 4rem;
  }
}
.key_contetns .nextbtn a:hover {
  background: #949495;
  color: #ffffff;
}
.key_contetns .image {
  margin: 3rem 0 0 0;
  width: 600px;
  margin: 5rem auto 0 auto;
}
.key_contetns .image img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .key_contetns .image {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.key_contetns h1 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #ccc;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .key_contetns h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.key_contetns p.title {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  padding: 1rem 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .key_contetns p.title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.key_contetns .fbox .txt p {
  line-height: 2;
}
