.Kv{
  opacity: 0;
	-webkit-transition:opacity 0.5s 1.5s;
	-moz-transition:opacity 0.5s 1.5s;
	-ms-transition:opacity 0.5s 1.5s;
	transition:opacity 0.5s 1.5s;
  background: #fff;
}
.Kv.fade{
  opacity: 1;
}
.Kv .bg{
  position: relative;
}
.Kv .bg::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
}
.Kv .Movie{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.Kv .Movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Kv .KvTitle{
  width: 100%;
  height: 100%;
}
.Kv .KvTitle .inner{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-right: 213px;
  box-sizing: border-box;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
  transform-origin:left top;
}
.Kv .KvTitle .inner.scale{
  transform: scale(0.5,0.5);
  top: 50px;
  width: 200%;
  margin-top: 0 !important;
}
.Kv .KvTitle h2{
  font-size: 500%;
  line-height: 125%;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0;
  background: none;
}
.Kv .KvTitle h2::before{
  content: "";
  display: block;
  width: 8px;
  height: 126px;
  background: #e60027;
  position: absolute;
  top: -40px;
  left: 0;
}
.Kv .KvTitle h2 span{
  font-size: 30%;
  line-height: 125%;
  display: block;
  background-color: transparent;
  padding: 0;
  color: #fff;
}
.Kv .KvTitle p{
  font-size: 106.25%;
  color: #fff;
  margin: 20px 0 0 25px;
}
.Kv .CountDown{
  display: inline-block;
  padding: 20px 20px 15px;
  background: rgba(111,186,44,0.8);
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.Kv .CountDown p{
  text-align: center;
  font-size: 106%;
  line-height: 120%;
  font-weight: bold;
}
.Kv .CountDown p span span{
  font-size: 58.82%;
  line-height: 120%;
  letter-spacing: 1em;
  display: block;
  margin-right: -1em;
  margin-bottom: 5px;
}
.Kv .CountDown p strong{
  font-size: 94.11%;
  line-height: 120%;
  display: block;
  text-align: right;
  color: #fff;
}
.Kv .CountDown p strong span{
  font-size: 300%;
  line-height: 110%;
}
@media screen and (max-width: 859px) {
  .Kv .KvTitle h2{
    font-size: 68px;
    padding: 0 0 0 21px;
  }
  .Kv .KvTitle h2::before{
    width: 7px;
    height: 108px;
    top: -34px;
  }
}
@media screen and (max-width: 767px) {
	.Kv.InBg .bg{
		position: relative;
		height: auto;
	}
  .Kv.InBg .GridSet{
    position: static;
  }
  .Kv .GridSet .Grid4{
    position: static;
  }
  .Kv .KvTitle .inner{
    padding: 30px 15px 15px;
    position: static;
    margin-top: 0 !important;
    width: 100% !important;
    transform: scale(1,1) !important;
  }
  .Kv .KvTitle h2{
    font-size: 36px;
    padding: 0 0 0 12px;
    color: #000;
  }
  .Kv .KvTitle h2::before{
    width: 4px;
    height: 56px;
    top: -16px;
  }
  .Kv .KvTitle h2 span{
    font-size: 10px;
    color: #000;
  }
  .Kv .KvTitle p{
    font-size: 14px;
    color: #000;
    margin: 15px 0 0 12px;
  }
  .Kv .CountDown{
    display: block;
    width: 100%;
    padding: 20px 0 0;
    height: 82px;
    box-sizing: border-box;
    position: static;
  }
  .Kv .CountDown p{
    display: table;
    margin: 0 auto;
  }
  .Kv .CountDown p > span{
    display: table-cell;
    vertical-align: bottom;
  }
  .Kv .CountDown p strong{
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    padding-left: 35px;
  }
  .Kv .CountDown p strong span{
    line-height: 90%;
  }
}

.SectionHeading{
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition:opacity 0.5s, top 0.5s;
	-moz-transition:opacity 0.5s, top 0.5s;
	-ms-transition:opacity 0.5s, top 0.5s;
	transition:opacity 0.5s, top 0.5s;
}
.SectionHeading.fade{
  opacity: 1;
  top: 0;
}
.GridSet {
    width: 1280px;
    margin: 0 auto;
  box-sizing: border-box;
}
.AboutUs{
  padding: 90px 0 80px;
}
.AboutUs .AboutLead{
  text-align: center;
}
.AboutUs .AboutLead h3{
  font-size: 28px;
  line-height: 1.7;
  opacity: 0;
  position: relative;
  top: 30px;
  margin: 0 0 15px;
	-webkit-transition:opacity 0.5s, top 0.5s;
	-moz-transition:opacity 0.5s, top 0.5s;
	-ms-transition:opacity 0.5s, top 0.5s;
	transition:opacity 0.5s, top 0.5s;
}
.AboutUs .AboutLead.fade h3{
  opacity: 1;
  top: 0;
}
.AboutUs .AboutLead h3 span{
  font-size:41px; 
}
.AboutUs .AboutLead h3 span>span{
  color: #e60027;
}
.AboutUs .AboutLead p{
  font-size: 16px;
  line-height: 2.38;
  margin:0 0 30px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
	-moz-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
	-ms-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
	transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
}
.AboutUs .AboutLead.fade p{
  opacity: 1;
  top: 0;
}
.AboutUs .LinkList{
  margin: 90px auto 0;
  max-width: 1124px;
  padding: 60px 0 90px;
  background: #fff;
}
.AboutUs .LinkList ul{
  margin-right: -128px;
}
.AboutUs .LinkList ul li{
  float: left;
  width: 33.33%;
  padding-right: 128px;
  box-sizing: border-box;
  margin-top: 50px;
  opacity: 0;
  position: relative;
  top: 30px;
	-webkit-transition:opacity 0.5s, top 0.5s;
	-moz-transition:opacity 0.5s, top 0.5s;
	-ms-transition:opacity 0.5s, top 0.5s;
	transition:opacity 0.5s, top 0.5s;
}
.AboutUs .LinkList ul li:nth-child(3n+2){
	-webkit-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
	-moz-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
	-ms-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
	transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
}
.AboutUs .LinkList ul li:nth-child(3n){
	-webkit-transition:opacity 0.5s 0.4s, top 0.5s 0.4s;
	-moz-transition:opacity 0.5s 0.4s, top 0.5s 0.4s;
	-ms-transition:opacity 0.5s 0.4s, top 0.5s 0.4s;
	transition:opacity 0.5s 0.4s, top 0.5s 0.4s;
}
.AboutUs .LinkList ul li.fade{
  opacity: 1;
  top: 0;
}
.AboutUs .LinkList ul li:nth-child(-n+3){
  margin-top: 0;
}
.AboutUs .LinkList ul li:nth-child(3n+1){
  clear: left;
}
.AboutUs .LinkList ul li a{
  display: block;
  text-decoration: none;
  height: 100%;
  padding-bottom: 30px;
  position: relative;
  box-sizing: border-box;
}
.AboutUs .LinkList ul li a::before{
  content: "";
  width: 30px;
  height: 30px;
  background: #eceff0;
  position: absolute;
  bottom: 0;
  right: 0;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-ms-transition:background 0.3s;
	transition:background 0.3s;
}
.AboutUs .LinkList ul li a:hover::before{
  background: #CC0020;
}
.AboutUs .LinkList ul li a::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  bottom: 10px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	-webkit-transition:border 0.3s;
	-moz-transition:border 0.3s;
	-ms-transition:border 0.3s;
	transition:border 0.3s;
}
.AboutUs .LinkList ul li a:hover::after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.AboutUs .LinkList ul li img{
  width: 100%;
  height: auto;
}
.AboutUs .LinkList ul li h3{
  font-size: 92%;
  line-height: 175%;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
  margin: 20px 0 0;
  color: #000;
}
.AboutUs .LinkList ul li h3::before{
  content: "";
  display: block;
  width: 4px;
  height: 25px;
  background: #e60027;
  position: absolute;
  top: 0;
  left: 0;
}
.AboutUs .LinkList ul li p{
  font-size: 83%;
  line-height: 175%;
  color: #000;
}
@media screen and (max-width: 1280px) {
  .GridSet {
    width: 100%;
    padding: 0 30px;
  }
  .AboutUs .LinkList{
    margin: 120px 15px 0;
    padding: 60px 30px 90px;
  }
  .AboutUs .LinkList ul{
    margin-right: -60px;
  }
  .AboutUs .LinkList ul li{
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .GridSet {
    padding: 0;
  }
	.Section h2 img{
		height: 30px !important;
		width: auto !important;
	}
  .AboutUs{
    padding: 0;
    background: none;
  }
  .AboutUs .AboutMain{
    padding: 60px 15px;
  }
  .AboutUs .AboutLead h3{
    font-size: 18px;
  }
  
  .AboutUs .AboutLead h3 span{
    font-size:24px; 
  }
  .AboutUs .AboutLead p{
    font-size: 12px;
  }
  .AboutUs .LinkList{
    margin: 10px 0 0;
    padding: 0;
  }
  .AboutUs .LinkList ul{
    margin-right: -6px;
  }
  .AboutUs .LinkList ul li{
    width: 50%;
    padding-right: 6px;
    margin-top: 6px;
  }
  .AboutUs .LinkList ul li:nth-child(3n+2),
  .AboutUs .LinkList ul li:nth-child(3n){
    -webkit-transition:opacity 0.5s, top 0.5s;
    -moz-transition:opacity 0.5s, top 0.5s;
    -ms-transition:opacity 0.5s, top 0.5s;
    transition:opacity 0.5s, top 0.5s;
  }
  .AboutUs .LinkList ul li:nth-child(2n){
    -webkit-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
    -moz-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
    -ms-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
    transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
  }
  .AboutUs .LinkList ul li:nth-child(-n+3){
    margin-top: 6px;
  }
  .AboutUs .LinkList ul li:nth-child(-n+2){
    margin-top: 0;
  }
  .AboutUs .LinkList ul li:nth-child(3n+1){
    clear: none;
  }
  .AboutUs .LinkList ul li:nth-child(2n+1){
    clear: left;
  }
  .AboutUs .LinkList ul li a{
    padding-bottom: 24px;
  }
  .AboutUs .LinkList ul li a::before{
    width: 24px;
    height: 24px;
  }
  .AboutUs .LinkList ul li a::after{
    width: 5px;
    height: 5px;
    bottom: 8px;
    right: 10px;
  }
  .AboutUs .LinkList ul li h3{
    font-size: 12px;
    padding-left: 10px;
    margin: 15px 10px 0;
  }
  .AboutUs .LinkList ul li h3::before{
    width: 3px;
    height: 20px;
  }
  .AboutUs .LinkList ul li p{
    font-size: 10px;
    margin: 0 10px;
  }
}

.pickUp{
  background:  linear-gradient(180deg, #eceff0 0%, #eceff0 70%, #fff 30%, #fff 100%);
  display: flex;
  justify-content: center;
}
.pickUp h2,
.about h2,
.special h2,
.WorksAndPerson h2{
  text-align: center;
  background: none;
}
.pickUp h2 span{
  display: block;
  font-size: 16px;
  background: #eceff0;
}
.pickUp h2 img{
  margin: -30px 0 8px;
}
.col2{
  margin-top: 15px;
  font-size: 0;
}
.col2 .col{
  display: inline-block;
  vertical-align: top;
  width: 48.829%;
  margin-left: 2.342%;
}
.col2 .col:nth-child(odd){
  margin-left: 0;
}
.col2 .col a{
  display: block;
  color: #333333;
  text-decoration: none;
}
.col2 .col img{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.col2 .col dl{
  margin-top: 25px;
}
.col2 .col dt{
  position: relative;
}
.col2 .col h4{
  font-size: 26px;
  line-height: 1.08;
	padding: 2px 0 0 30px;
  margin-bottom: 15px;
}
.col2 .col h4::before{
  content: "";
  display: block;
  width: 6px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e60027;
}
.col2 .col dd p{
  font-size: 14px;
  line-height: 2;
  position: relative;
  padding-right: 40px;
}
.col2 .col dd p::before{
  content: "";
  width: 30px;
  height: 30px;
  background: #e60027;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-ms-transition:background 0.3s;
	transition:background 0.3s;
}
.col2 .col a:hover p::before{
  background: #b1000e;
}
.col2 .col dd p::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: 10px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	-webkit-transition:border 0.3s;
	-moz-transition:border 0.3s;
	-ms-transition:border 0.3s;
	transition:border 0.3s;
}
@media screen and (max-width: 1280px) {
.col2 .col{
  margin-left: 0;
  float: right;
}
.col2 .col:nth-child(odd){
  margin-left: 0;
  float: left;
}
}
@media screen and (max-width: 767px) {
.pickUp{
  padding: 0 15px;
}
.pickUp h2 img{
  margin: -20px 0 0;
}
.col2 .col {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}
.col2 .col h4{
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.col2 .col h4::before{
  width: 4px;
  height: 20px;
}
.col2 .col dl {
	margin-top: 15px;
}
.col2 .col dd p{
	font-size: 13px;
  line-height: 1.75;
  padding-right: 30px;
}
.col2 .col dd p::before{
  width: 24px;
  height: 24px;
}
.col2 .col dd p::after {
  width: 5px;
  height: 5px;
  bottom: 8px;
  right: 10px;
}
}


.about{
  margin-top: 140px;
}
.about h2 span{
  display: block;
  font-size: 16px;
  background: #fff;
}
.about h2 img{
  margin: 0px;
}
.about .bnrArea{
  background: url("../../image/index/img_about.jpg")no-repeat center top;
  margin-top: 15px;
}
.about ul{
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 390px;
  font-size: 0;
}
.about ul li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  box-sizing: border-box;
  opacity: 0;
  width: 33.333%;
	border-right: 1px solid #fff;
  position: relative;
  top: 30px;
  -webkit-transition: opacity 0.5s, top 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s;
  -ms-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
}
.about ul li:nth-child(3),
.about ul li:nth-child(5){
  border-right: none;
}
.about ul li:nth-child(n+4){
  width: 50%;
  border-top: 1px solid #fff;
}
.about ul li.fade{
  opacity: 1;
  top: 0;
}
.about ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.about ul li a .inner {
  padding: 40px 20px;
  background: #e6e6e6;
  position: relative;
  text-align: center;
}
.about ul li a .inner::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #e60027;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}
.about ul li a:hover .inner::before{
  background: #b1000e;
}
.about ul li a .inner::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: 10px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
.about ul li a .inner h3{
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}
.about ul li a .inner h3 span{
  display: block;
	font-weight: bold;
	margin-top: 5px;
}
@media screen and (max-width: 990px) {
	.about ul li a .inner h3{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.about{
		margin-top: 60px;
	}
	.about .bnrArea{
		background-size: auto 240px;
	}
	.about ul{
		padding: 200px 15px 0;
	}
	.about ul li{
		display: block;
		width: 100% !important;
		border-right: none;
		border-top: 1px solid #fff;
	}
	.about ul li:first-child{
		border-top: none;
	}
	.about ul li a .inner {
		padding: 25px 20px;
	}
	.about ul li a .inner h3{
		font-size: 12px;
	}
	.about ul li a .inner h3 span{
		font-size: 14px;
	}
	.about ul li a .inner::before {
		content: "";
		width: 24px;
		height: 24px;
	}
	.about ul li a .inner::after {
		width: 5px;
		height: 5px;
		bottom: 8px;
		right: 10px;
	}
}


.special{
  margin-top: 160px;
  padding-bottom: 0;
  background:  #eceff0;
}
.special h2 span{
  display: block;
  font-size: 16px;
  background: #eceff0;
}
.special h2 img{
  margin: -30px 0 8px;
}
.special .GridSet{
  max-width: 1600px;
	width: 100%;
}
.special ul{
  margin-top: 40px;
  font-size: 0;
}
.special ul li{
  display: inline-block;
  width: 50%;
	border: 1px solid #eceff0;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
}
.special ul li:last-child{
  width: 100%;
}
.special ul li:first-child{background-image: url("/recruit/image/index/special_01.jpg");}
.special ul li:nth-child(2){background-image: url("/recruit/image/index/special_02.jpg");}
.special ul li:nth-child(3){background-image: url("/recruit/image/index/special_03.jpg");}
.special ul li:nth-child(4){background-image: url("/recruit/image/index/special_04.jpg");}
.special ul li:nth-child(5){background-image: url("/recruit/image/index/special_05.jpg");}
.special ul li a .inner{
  display: table;
  width: 100%;
  height: 385px;
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
}
.special a{
  text-decoration: none;
}
.special ul li a .inner h4{
  font-size:  36px;
  padding-left: 30px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.special ul li:nth-child(n+3) a .inner h4{
  color: #fff;
}
.special ul li a .inner h4 span{
  display: block;
  font-size: 14px;
  line-height: 1.75;
}
.special ul li a .inner h4::before {
	content: "";
	display: block;
	width: 6px;
	height: 54px;
	position: absolute;
	top: 43%;
	left: 0;
	background: #e60027;
}
.special ul li a .inner::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #e60027;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}
.special ul li a:hover .inner::before{
  background: #b1000e;
}
.special ul li a .inner::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: 10px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
@media screen and (max-width: 1300px) {
	.special .GridSet{
		width: 100%;
		padding: 0 30px;
		margin: 0;
	} 
	.special .Grid4{
		width: 100%;
		padding: 0;
		margin: 0;
	} 
	.special ul li a .inner{
		height: 231px;
	}
	.special ul li a .inner h4{
		font-size:  26px;
		padding-left: 20px;
	}
	.special ul li a .inner h4 span{
		font-size: 12px;
	}
	.special ul li a .inner h4::before {
		width: 5px;
		height: 34px;
	}
}
@media screen and (max-width: 767px) {
	.special{
		margin-top: 100px;
	}
	.special .GridSet{
		padding: 0;
	} 
	.special h2 img{
		margin: -20px 0 0;
	}
	.special ul{
		margin-top: 30px;
	}
	.special ul li{
		display: block;
		width: 100%;
		border-left: none;
		border-right: none;
	}
	.special ul li a .inner {
		height: 192px;
		padding-left: 15px;
	}
	.special ul li a .inner h4{
		font-size:  18px;
		padding-left: 20px;
	}
	.special ul li a .inner h4 span{
		font-size: 12px;
	}
	.special ul li a .inner h4::before {
		width: 5px;
		height: 34px;
	}
}


.WorksAndPerson{
  margin-top: 140px;
}
.WorksAndPerson h2 span{
  background: #fff;
}
.WorksAndPerson button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: .1s linear;
}
.WorksAndPerson .GridSet{
  width: 100%;
	margin: 0;
}
.WorksAndPerson .Grid4{
	padding: 0;
}
#otherInterview{
	max-width: 1440px;
	margin: 50px auto 0;
}
#otherInterview h2{
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	padding: 0 40px;
	text-align: center;
}
#carousel{
	position: relative;
	margin-top: 40px;
}
#slider{
	padding: 0 50px 0 70px;
	opacity: 0;
	transition: opacity .5s;
}
#slider.slick-initialized{
	opacity: 1;
}
#slider li{
	padding: 0 20px;
	font-size: 13px;
	line-height: 1.5;
	outline: none;
	box-sizing: border-box;
}
#slider li a{
	display: block;
  text-decoration: none;
	outline: none;
}
#slider li a .thumb{
	margin-right: 20px;
	position: relative;
	z-index: -1;
}
#slider li a .thumb img{
	width:100%;
}
#slider li a .txt{
	margin-left: 20px;
	margin-top: -30px;
	background: #F7F7F7;
	position: relative;
	padding: 50px 20px 30px;
}
#slider li a .txt::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #e60027;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}
#slider li a:hover .txt::before{
  background: #b1000e;
}
#slider li a .txt::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: 10px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
#slider li a .txt .job{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	background: #000;
	padding: 5px 20px;
}
#slider li a .txt p{
  font-size: 13px;
  color: #000;
}
#slider li a .txt strong{
	font-size: 18px;
	font-weight: 700;
	display: block;
}
#slider .slick-arrow{
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	border-top: solid 8px #000;
	border-left: solid 8px #000;
	position: absolute;
	top: 50%;
	font-size: 0;
	outline: none;
}
#slider .slick-prev{
	left: 35px;
	transform: translate(0%,-50%) rotate(-45deg);
}
#slider .slick-next{
	right: 35px;
	transform: translate(0%,-50%) rotate(135deg);
}
@media only screen and (max-width:767px) {
	.WorksAndPerson{
		margin-top: 100px;
	}
	.WorksAndPerson h2 img {
		width: 80%;
		margin: 0;
	}
	#slider li a .txt::before {
		content: "";
		width: 24px;
		height: 24px;
	} 
	#slider li a .txt::after {
		width: 5px;
		height: 5px;
		bottom: 8px;
		right: 10px;
	}
  #otherInterview{
		margin: 30px 0 0;
	}
	#otherInterview h2{
		font-size: 18px;
	}
	#carousel{
		margin-top: 30px;
	}
	#slider{
		padding: 0 30px;
	}
	#slider li{
		padding: 0 5px;
		font-size: 12px;
	}
	#slider li a .thumb{
		margin-right: 0;
	}
	#slider li a .txt{
		margin-left: 0;
		margin-top: 0;
		padding: 40px 15px 25px;
	}
	#slider li a .txt .job{
		line-height: 20px;
		padding: 5px 10px;
	}
	#slider li a .txt strong{
		font-size: 13px;
	}
	#slider li a .txt p{
		font-size: 12px;
		line-height: 1.5;
		margin-top: 5px;
	}
	#slider .slick-arrow{
		width: 15px;
		height: 15px;
		border-top: solid 4px #000;
    border-left: solid 4px #000;
	}
	#slider .slick-prev{
		left: 10px;
	}
	#slider .slick-next{
		right: 10px;
	}
}


.crossTark{
  margin-top: 140px;
}
.crossTark .GridSet{
  width:  100%;
  box-sizing: border-box;
}
.crossTark h2{
  background: none;
  text-align: center;
}
.crossTark h2 span{
	background: #fff;
}
.crossTark ul{
  width: 100%;
  font-size: 0;
  margin-top: 30px;
}
.crossTark ul li{
  display: inline-block;
  width: 33.33%;
}
.crossTark ul li:first-child{
  background: url("/recruit/image/index/crosstalk_01.jpg")no-repeat center;
  background-size: cover;
}
.crossTark ul li:nth-child(2){
  background: url("/recruit/image/index/crosstalk_02.jpg")no-repeat center;
  background-size: cover;
}
.crossTark ul li:last-child{
  background: url("/recruit/image/index/crosstalk_03.jpg")no-repeat center;
  background-size: cover;
}
.crossTark ul li a .inner{
  width: 100%;
  height: 350px;
  display: table;
  box-sizing: border-box;
  position: relative;
}
.crossTark ul li a .inner::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #e60027;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}
.crossTark ul li a:hover .inner::before{
  background: #b1000e;
}
.crossTark ul li a .inner::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: 10px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  transition: border 0.3s;
}
.crossTark ul li a{
  text-decoration: none;
}
.crossTark ul li a .inner h4{
  font-size: 22px;
  color: #fff;
  padding: 0 0 40px 70px;
  display: table-cell;
  vertical-align: bottom;
	line-height: 150%;
}
.crossTark ul li:last-child a .inner h4{
  padding: 0 0 55px 70px;
}
.crossTark ul li a .inner h4::before{
  content: "";
  display: block;
  width: 6px;
  height: 54px;
  position: absolute;
  bottom: 46px;
  left: 40px;
  background: #e60027;
}
@media only screen and (max-width:1200px) {
  .crossTark ul li a .inner{
    height: 220px;}
  .crossTark ul li a .inner h4{
    font-size: 20px;
    padding: 0 0 20px 40px;}
    .crossTark ul li:last-child a .inner h4{
    font-size: 20px;
    padding: 0 0 35px 40px;}  
  .crossTark ul li:first-child a .inner h4::before{
    bottom: 30px;
    left: 20px;
  }
  .crossTark ul li a .inner h4::before{
    bottom: 20px;
    left: 20px;
  }
}
@media only screen and (max-width:767px) {
	.crossTark{
		margin-top: 100px;
	}
  .crossTark .GridSet,
  .crossTark .Grid4{
		width: 100%;
		padding: 0;
		margin: 0;
	} 
	.crossTark ul li{
		display: block;
		width: 100%;
	}
  .crossTark ul li a .inner h4{
    font-size: 18px;
    padding: 0 0 20px 30px;}
    .crossTark ul li:last-child a .inner h4{
    padding: 0 0 30px 30px;}  
    .crossTark ul li a .inner h4::before,
  .crossTark ul li:first-child a .inner h4::before{
    width: 5px;
    bottom: 15px;
    left: 15px;
  }
}


.workStyle{
  margin-top: 140px;
}
.workStyle h2{
    background: none;
    text-align: center;
}
.workStyle h2 span{
  background: #fff;
}
.col3{
  margin: 30px auto 0;
  font-size: 0;
}
.col3 .col{
  display: inline-block;
  vertical-align: top;
  width: 31.73%;
  margin-left: 30px;
}
.col3 .col:first-child{
  margin-left: 0;
}
.col3 .col a{
  display: block;
  color: #333333;
  text-decoration: none;
}
.col3 .col img{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.col3 .col .ttl{
  margin-top: 23px;
  position: relative;
  padding-bottom: 30px;
}
.col3 .col .ttl h4{
  font-size: 22px;
  padding-left: 25px;
}
.col3 .col .ttl h4::before{
  content: "";
  display: block;
  width: 6px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e60027;
}
.col3 .col .ttl::before{
  content: "";
  width: 30px;
  height: 30px;
  background: #e60027;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-ms-transition:background 0.3s;
	transition:background 0.3s;
}
.col3 .col a:hover .ttl::before{
  background: #b1000e;
}
.col3 .col .ttl::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: 10px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	-webkit-transition:border 0.3s;
	-moz-transition:border 0.3s;
	-ms-transition:border 0.3s;
	transition:border 0.3s;
}
@media screen and (max-width: 1280px) {
  .col3 .col {
    display: inline-block;
    vertical-align: top;
    width: 31.73%;
    margin-left: 15px;
	}
	.col3 .col:first-child{
		margin-left: 0;
	}
	.col3 .col .ttl h4{
		font-size: 18px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.workStyle{
		margin-top: 100px;
	}
  .col3 {
    padding: 0 15px;
  }
	.col3 .col {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
		.col3 .col .ttl{
			margin-top: 10px;
			padding-bottom: 0;
		}
	.col3 .col .ttl h4{
		font-size: 18px;
		padding-left: 15px;
		margin-bottom: 10px;
	}
	.col3 .col .ttl h4::before{
		width: 4px;
		height: 20px;
	}
	.col3 .col .ttl{
		line-height: 1.75;
		padding-right: 0;
	}
	.col3 .col .ttl::before{
		width: 24px;
		height: 24px;
	}
	.col3 .col .ttl::after {
		width: 5px;
		height: 5px;
		bottom: 8px;
		right: 10px;
	}
}

.PickUp{
  padding: 150px 0 100px;
  background: #dfe9e8;
}
.PickUp .SectionHeading h2 span img{
  width: 173px;
}
.PickUp ul{
  margin: 90px 0 0 0;
}
.PickUp ul li{
  margin-top: 60px;
}
.PickUp ul li:first-child{
  margin-top: 0;
}
.PickUp ul li a{
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  padding: 38px 0 0 47.87%;
}
.PickUp ul li .thumb{
  width: 51.81%;
  background: #dfe9e8;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
  opacity: 0;
	-webkit-transition:opacity 0.5s, top 0.5s, left 0.5s;
	-moz-transition:opacity 0.5s, top 0.5s, left 0.5s;
	-ms-transition:opacity 0.5s, top 0.5s, left 0.5s;
	transition:opacity 0.5s, top 0.5s, left 0.5s;
}
.PickUp ul li .thumb.fade{
  opacity: 1;
  top: 0;
  left: 0;
}
.PickUp ul li img{
  width: 100%;
  height: auto;
}
.PickUp ul li .txt{
  background: #fff;
  padding: 80px 30px 40px 80px;
  position: relative;
  top: -38px;
  left: -76px;
  min-height: 320px;
  box-sizing: border-box;
  opacity: 0;
	-webkit-transition:opacity 0.5s 0.2s, top 0.5s 0.2s, left 0.5s 0.2s;
	-moz-transition:opacity 0.5s 0.2s, top 0.5s 0.2s, left 0.5s 0.2s;
	-ms-transition:opacity 0.5s 0.2s, top 0.5s 0.2s, left 0.5s 0.2s;
	transition:opacity 0.5s 0.2s, top 0.5s 0.2s, left 0.5s 0.2s;
}
.PickUp ul li .txt.fade{
  opacity: 1;
  top: 0;
  left: 0;
}
.PickUp ul li .txt::before{
  content: "";
  width: 30px;
  height: 30px;
  background: #eceff0;
  position: absolute;
  bottom: 0;
  right: 0;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-ms-transition:background 0.3s;
	transition:background 0.3s;
}
.PickUp ul li a:hover .txt::before{
  background: #CC0020;
}
.PickUp ul li .txt::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  bottom: 10px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	-webkit-transition:border 0.3s;
	-moz-transition:border 0.3s;
	-ms-transition:border 0.3s;
	transition:border 0.3s;
}
.PickUp ul li a:hover .txt::after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.PickUp ul li .txt h3{
  font-size: 106%;
  line-height: 120%;
  margin: 0;
  padding: 2px 0 0 12px;
  position: relative;
}
.PickUp ul li .txt h3::before{
  content: "";
  display: block;
  width: 4px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e60027;
}
.PickUp ul li .txt h3.icon{
  padding-right: 60px;
  display: inline-block;
}
.PickUp ul li .txt h3.icon::after{
  content: "";
  display: block;
  width: 46px;
  height: 25px;
  position: absolute;
  top: -2px;
  right: 0;
  background: url("../../image/index/icon_future.png") no-repeat center center;
  background-size: 100% 100%;
}
.PickUp ul li .txt p{
  font-size: 83%;
  line-height: 175%;
  margin: 20px 0 0;
}
@media screen and (max-width: 994px) {
  .PickUp{
    padding: 150px 15px 100px;
  }
}
@media screen and (max-width: 767px) {
  .PickUp{
    padding: 90px 37.75px 44px;
  }
  .PickUp ul{
    margin: 36px 0 0;
  }
  .PickUp ul li{
    margin-top: 40px;
  }
  .PickUp ul li a{
    padding: 0;
  }
  .PickUp ul li .thumb{
    width: 100%;
    position: relative;
    top: 30px;
    left: 0;
    -webkit-transition:opacity 0.5s, top 0.5s;
    -moz-transition:opacity 0.5s, top 0.5s;
    -ms-transition:opacity 0.5s, top 0.5s;
    transition:opacity 0.5s, top 0.5s;
  }
  .PickUp ul li .txt{
    padding: 18px 20px 24px;
    min-height: 0;
    top: 30px;
    left: 0;
    -webkit-transition:opacity 0.5s, top 0.5s;
    -moz-transition:opacity 0.5s, top 0.5s;
    -ms-transition:opacity 0.5s, top 0.5s;
    transition:opacity 0.5s, top 0.5s;
  }
  .PickUp ul li .txt::before{
    width: 24px;
    height: 24px;
  }
  .PickUp ul li .txt::after{
    width: 5px;
    height: 5px;
    bottom: 8px;
    right: 10px;
  }
  .PickUp ul li .txt h3{
    font-size: 13px;
    padding: 2px 0 0 10px;
  }
  .PickUp ul li .txt h3.icon{
    padding-right: 28px;
  }
  .PickUp ul li .txt h3::before{
    width: 3px;
    height: 20px;
  }
  .PickUp ul li .txt h3.icon::after{
    width: 23px;
    height: 12.5px;
    top: 2px;
  }
  .PickUp ul li .txt p{
    font-size: 10px;
    margin: 15px 0 0;
  }
}

.RecruitLinks{
  padding: 140px 0 200px;
}
.RecruitLinks h2{
  text-align: center;
  background: none;
}
.RecruitLinks h2 span{
  background: #fff;
}
.RecruitLinks ul{
  margin: 50px -7px 0 0;
  text-align: center;
  letter-spacing: -.4em;
}
.RecruitLinks ul li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 40.79%;
  margin-left: 25px;
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  top: 30px;
  -webkit-transition:opacity 0.5s, top 0.5s;
  -moz-transition:opacity 0.5s, top 0.5s;
  -ms-transition:opacity 0.5s, top 0.5s;
  transition:opacity 0.5s, top 0.5s;
}
.RecruitLinks ul li:first-child{
  margin-left: 0;
}
.RecruitLinks ul li:nth-child(4n+2){
	-webkit-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
	-moz-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
	-ms-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
	transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
}
.RecruitLinks ul li:nth-child(4n+3){
	-webkit-transition:opacity 0.5s 0.4s, top 0.5s 0.4s;
	-moz-transition:opacity 0.5s 0.4s, top 0.5s 0.4s;
	-ms-transition:opacity 0.5s 0.4s, top 0.5s 0.4s;
	transition:opacity 0.5s 0.4s, top 0.5s 0.4s;
}
.RecruitLinks ul li:nth-child(4n){
	-webkit-transition:opacity 0.5s 0.6s, top 0.5s 0.6s;
	-moz-transition:opacity 0.5s 0.6s, top 0.5s 0.6s;
	-ms-transition:opacity 0.5s 0.6s, top 0.5s 0.6s;
	transition:opacity 0.5s 0.6s, top 0.5s 0.6s;
}
.RecruitLinks ul li.fade{
  opacity: 1;
  top: 0;
}
.RecruitLinks ul li a{
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}
.RecruitLinks ul li a .inner{
  display: table-cell;
  vertical-align: middle;
  padding: 70px 20px;
  background: #e6e6e6;
  position: relative;
}
.RecruitLinks ul li a .inner::before{
    content: "";
    width: 30px;
    height: 30px;
    background: #e60027;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
}
.RecruitLinks ul li a:hover .inner::before{
  background: #CC0020;
}
.RecruitLinks ul li a .inner::after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    bottom: 10px;
    right: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -ms-transition: border 0.3s;
    transition: border 0.3s;
}
.RecruitLinks ul li a:hover .inner::after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.RecruitLinks ul li a .inner h3{
  font-size: 22px;
  position: relative;
  padding: 3px 0 0 0;
  margin: 0;
}

.RecruitLinks ul li a .inner p{
  font-size: 76%;
  line-height: 175%;
  margin: 10px 0 0;
}
@media screen and (max-width: 1200px) {
  .RecruitLinks{
    padding: 180px 15px 200px;
  }
  .RecruitLinks ul li a .inner h3{
  font-size: 18px;
  }
  .RecruitLinks ul li a .inner {
    padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .RecruitLinks{
    padding: 60px 10px 50px;
  }
  .RecruitLinks ul{
    margin: 20px 0 0 0;
  }
  .RecruitLinks ul li{
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
  }
  .RecruitLinks ul li:nth-child(4n+2),
  .RecruitLinks ul li:nth-child(4n+3){
    -webkit-transition:opacity 0.5s, top 0.5s;
    -moz-transition:opacity 0.5s, top 0.5s;
    -ms-transition:opacity 0.5s, top 0.5s;
    transition:opacity 0.5s, top 0.5s;
  }
  .RecruitLinks ul li:nth-child(2n),
  .RecruitLinks ul li:nth-child(4n){
    -webkit-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
    -moz-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
    -ms-transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
    transition:opacity 0.5s 0.2s, top 0.5s 0.2s;
  }
  .RecruitLinks ul li:nth-child(2n+1){
    clear: left;
  }
  .RecruitLinks ul li a .inner{
    padding: 40px 0;
  }
  .RecruitLinks ul li a .inner::before{
    width: 24px;
    height: 24px;
  }
  .RecruitLinks ul li a .inner::after{
    width: 5px;
    height: 5px;
    bottom: 8px;
    right: 10px;
  }
  .RecruitLinks ul li a .inner h3{
    font-size: 14px;
    padding: 2px 0 0;
  }
  .RecruitLinks ul li a .inner h3::before{
    width: 3px;
    height: 20px;
    left: -18px;
  }
  .RecruitLinks ul li a .inner p{
    font-size: 11px;
    margin: 8px 0 0;
  }
}