@charset"UTF-8";

/* 
***********************************************************
* Copyright(C) CIDARIO Inc.
* Author:Hiromi Yoshino | CIDARIO Inc.
* Author URI:http://cidario.co.jp
***********************************************************
*/


/* font html body
========================================================================================================
*/


html{
  font-size:62.5%;
}


body{ 
  margin:0;
  padding:0;
  background-color:#FFF;
  font-family:"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color:#000;
  font-size:14px;
  font-size:1.4rem;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

@media print, screen and (min-width:640px) { 
 body{ 
  font-size:16px; font-size:1.6rem;
 }
}

/* header
========================================================================================================
*/

body header{
	width:100%;
	background-color:#FFF;
	padding:0;
	margin:0;
}

body header section{
	position:relative;
	width:100%;
	padding:0;
	margin:0 auto;
}

@media print, screen and (min-width:1000px) { 
	body header section{
	width:100%;
	padding:0;
	margin:0 auto;
 }
}

body header nav{
	width:100%;
	height: 50px;
	background-color:#FFF;
	padding:0;
	margin:0;
}

@media print, screen and (min-width:800px) { 
 body header nav{
	width:100%;
	height: 70px;
	background-color:#FFF;
	padding:0;
	margin:0;
  }
}

body header nav ul{
	position: relative;
	width:100%;
	padding:0;
	margin:0 auto;
}

body header nav ul li.nav01{
	height: 50px;
	padding: 0;
	margin: 0;
}

@media print, screen and (min-width:800px) { 
 body header nav ul li.nav01{
	height: 70px;
	padding: 0;
	margin: 0;
 }
}

body header nav ul li.nav01 a span{
	display: block;
	width:30%;
	position: absolute;
	top:50%;
	left:0;
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
}

body header nav ul li.nav01 a span img{
	width:100%;
	min-width: 155px;
	margin: 0 0 0 4%;
}


@media print, screen and (min-width:800px) { 
  body header nav ul li.nav01 a span img{
	width:320px;
	height: 60px;
	margin: 0 0 0 2%;
 }
}

header nav ul li.nav02{
	width:45%;
	height:100%;
	background-color: #6AD810;
	position: absolute;
	top:0;
	right: 0;
}

@media print, screen and (min-width:800px) { 
  header nav ul li.nav02{
	width:25%;
	height:100%;
	background-color: #6AD810;
	position: absolute;
	top:0;
	right: 0;
	}
} 

header nav ul li.nav02 a.button01 span{
	display:block;
	width:100%;
	position: absolute;
	top:50%;
	left:0;
	text-align: right;
	-webkit-transform: translateY( -50% );
    transform: translateY( -50% );
    z-index: 200;
}

header nav ul li.nav02 a.button01 span img{
	width:80%;
	margin: 0 5% 0 0;
}

header nav ul li.nav02 a.button01 {
  position: relative;
  display: block;
  width:100%;
  height: 100%;
  padding: 10px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

header nav ul li.nav02 a.button01 {
  overflow: hidden;
}

header nav ul li.nav02 a.button01::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 120%;
	height: 100%;
	background: #FF0000;
	transform-origin: right top;
	transform: skewX(-30deg) scale(0, 1);
	transition: transform .6s;
	z-index: 100;
}

header nav ul li.nav02 a.button01:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

body header section h1{
	width:100%;
	margin: 0 auto;
}

body header section p{
	width:28%;
	position: absolute;
	top:52%;
	right:0;
	z-index: 30;
}

@media print, screen and (min-width:640px) {
 body header section p{
	width:15%;
	position: absolute;
	top:45%;
	right:5%;
	z-index: 30;
 }	
}



/* contents
========================================================================================================
*/

article{
	width:100%;
	padding:0;
	margin: 0;
}

/*=====================requirements=====================*/


article section.requirements{
	position: relative;
	width:100%;
	background: url(/lp/recruit/images/recruit-bc01.png) repeat;
	text-align: center;
	padding: 40px 0 0 0;
	margin: 0;
}

@media print, screen and (min-width:640px) {
  article section.requirements{
	padding: 60px 0 0 0;
	margin: 0;
  }
}

article section.requirements:after{
	content:"";
	display: block;
	width: 100%;
	height:60px;
	background: url(/lp/recruit/images/recruit-bc02.png) no-repeat center bottom;
	background-size:100% auto;
}

@media print, screen and (min-width:640px) {
 article section.requirements:after{
	width: 100%;
	height:140px;
	background: url(/lp/recruit/images/recruit-bc02.png) no-repeat center bottom;
	background-size:100%;
 }
}

article section.requirements h2 span{
	border-bottom: 1px solid #FFF;
	font-size: 24px; font-size: 2.4rem;
	color: #FFF;
	padding: 5px 10px 10px 10px;
	margin: 0 ;
}

p.notes{
	font-size: 12px; font-size: 1.2rem;
	color: #FFF;
	margin: 40px 0 0 0;
}

@media print, screen and (min-width:640px) {
  p.notes{
	font-size: 14px; font-size: 1.4rem;
	}
}

article section.requirements div{
	width:100%;
	max-width:1050px;
	padding: 0;
	margin: 20px auto 30px auto;
}

@media print, screen and (min-width:640px) {
 article section.requirements div{
	margin: 50px auto 50px auto;
 }
}

section.requirements div div{
   width : 90% ;
   border-bottom:1px #FFF dashed;
   padding: 20px 0;
   margin: 0 auto;
}

@media print, screen and (min-width:640px) { 
 section.requirements div div{
   width : calc( 100% / 3 );
   float: left;
   border-right:1px #FFF dashed;
   border-bottom:none; 
   padding: 0 5% 20px 5%;
   margin: 0;
	}
}

section.requirements div div:last-child{
   border-right:none;
}

section.requirements div div h3{
	position: relative;
	font-size: 28px; font-size: 2.8rem;
	line-height: 130%;
	color: #FFF;
	padding: 80px 0 0 0;
	margin: 0 0 10px 0;
}

@media print, screen and (min-width:640px) { 
 section.requirements div div h3{
	font-size: 30px; font-size: 3.0rem;
	padding: 130px 0 0 0;
	margin: 0 0 30px 0;
 }
}

section.requirements div div h3:before{
    content:"";
	display: block;
    width: 60px;
    height: 60px;
	position: absolute;
	top:0;
	left:50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media print, screen and (min-width:640px) { 
  section.requirements div div h3:before{
    content:"";
	display: block;
    width: 100px;
    height: 100px;
	position: absolute;
	top:0;
	left:50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	}
}

section.requirements div div h3.req01:before{
	background: url(/lp/recruit/images/recruit03.png) no-repeat 0 0;
	background-size: 100% auto;
}

section.requirements div div h3.req02:before{
	background: url(/lp/recruit/images/recruit04.png) no-repeat 0 0;
	background-size: 100% auto;
}

section.requirements div div h3.req03:before{
	background: url(/lp/recruit/images/recruit05.png) no-repeat 0 0;
	background-size: 100% auto;
}

section.requirements div div p{	
	font-size: 14px; font-size: 1.4rem;
	color: #FFF;
	line-height: 180%;
}

@media print, screen and (min-width:640px) { 
 section.requirements div div p{	
	font-size: 16px; font-size: 1.6rem;
	color: #FFF;
	line-height: 180%;
  }
}

section.requirements a.contact01{
	display: block;
	position: relative;
	width: 80%;
	height: 100%;
	border: 3px solid #FFF;
	border-radius:60px;
	box-sizing:border-box;
	background: -moz-linear-gradient(bottom, #FFF, #DDD);
	background: -webkit-linear-gradient(bottom, #FFF, #DDD);
	background: linear-gradient(to bottom, #FFF, #DDD);
	padding: 6% 8%;
	margin: 0 auto;
	z-index: 310;
}

@media print, screen and (min-width:800px) { 
 section.requirements a.contact01{
	width:42%;
	max-width: 608px;
	border: 5px solid #FFF;
	padding: 3% 8%;
	margin: 0 auto;
  }
}

section.requirements a.contact01{
    overflow: hidden;
}

section.requirements a.contact01::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 120%;
	height: 100%;
	background: #DDD;
	border: 3px solid #FFF;
	border-top:0px; 
	border-radius:60px;
	transform-origin: right top;
	transform: skewX(-30deg) scale(0, 1);
	transition: transform .6s;
	z-index: 300;
}

section.requirements a.contact01:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

section.requirements a.contact01 span{
	display: block;
	width:63%;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 310;
}

section.requirements a.contact01 span img{
	width:100%;
}

section.requirements div.about{
	position: relative;
	width:95%;
	border: 5px solid #CCC;
	background-color: #FFF;
	text-align: left;
	padding: 20px;
	margin: 40px auto 0 auto;
}

@media print, screen and (min-width:640px) { 
  section.requirements div.about{
	position: relative;
	width:95%;
	max-width:1120px;
	border: 5px solid #CCC;
	background-color: #FFF;
	text-align: left;
	padding: 30px;
	margin: 40px auto;
  }
}

@media print, screen and (min-width:800px) { 
  section.requirements div.about:before{
	content: "";
	display: block;
	width: 308px;
	height:200px;
	background: url(/lp/recruit/images/recruit06.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top:-205px;
	left:-5%;
 } 
} 

section.requirements div.about dl{
	padding: 0;
	margin: 0;
} 

@media print, screen and (min-width:640px) { 
  section.requirements div.about dl{
	padding: 0;
	margin: 0 0 0 38%;
  }
}

section.requirements div.about dl dt{
	font-size: 20px; font-size: 2.0rem;
	padding: 0;
	margin: 30px 0 20px 0;
}

@media print, screen and (min-width:640px) { 
 section.requirements div.about dl dt{
	font-size: 32px; font-size: 3.2rem;
	text-align: left;
	padding: 0;
	margin: 30px 0;
 }
}

section.requirements div.about dl dd{
	font-size: 14px; font-size: 1.4rem;
	line-height: 180%;
	text-align: left;
	padding: 0;
	margin: 0;
}

@media print, screen and (min-width:640px) { 
  section.requirements div.about dl dd{
	font-size: 16px; font-size: 1.6rem;
	line-height: 180%;
  }
}

section.requirements div.about img {
	display: block;
	width:100%;
	margin: 0 auto;
}

@media print, screen and (min-width:640px){
  section.requirements div.about img{
	display: block;
	width:32%;
	float: left;
 }
}

/*=====================staff=====================*/


article section.staff{
	width:100%;
	background:#FFF;
	padding: 40px 0 0 0;
	margin: 0 0 40px 0;
}

@media print, screen and (min-width:640px){
 article section.staff{
	padding: 60px 0 0 0;
	margin: 0;
  }
}

article section.staff h2 {
	text-align: center;
	padding: 0;
	margin: 0 0 50px 0;
}

@media print, screen and (min-width:640px){
 article section.staff h2 {
	margin: 0 0 100px 0;
 }
}

article section.staff h2 span{
	border-bottom: 1px solid #000;
	font-size: 20px; font-size: 2.0rem;
	line-height: 130%;
	color: #000;
	padding: 5px 10px 10px 10px;
	margin: 0;
}

@media print, screen and (min-width:640px){
  article section.staff h2 span{
	border-bottom: 1px solid #000;
	font-size: 24px; font-size: 2.4rem;
	line-height: 130%;
	color: #000;
	padding: 5px 10px 10px 10px;
	margin: 0;
  }
}

article section.staff div{
	position: relative;
	width: 80%;
	border: 1px solid #6AD810;
	padding: 15px 0 0 0;
	margin: 50px auto 0 auto;
}

@media print, screen and (min-width:640px){
 article section.staff div{
	position: relative;
	width:95%;
	max-width: 1120px;
	border: none;
	padding: 0;
	margin: 0 auto;
  }
}

section.staff div:before{
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top:0;
	left:0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:10;
}

@media print, screen and (min-width:640px){
  section.staff div:before{
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	top:0;
	left:0;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:10;
  }
}

section.staff div.st01:before{
	background: url(/lp/recruit/images/num01.png) no-repeat 0 0;
	background-size: 100% auto;
}

section.staff div.st02:before{
	background: url(/lp/recruit/images/num02.png) no-repeat 0 0;
	background-size: 100% auto;
}

section.staff div div{
	position: relative;
	width:100%;
	border: none;
	padding: 5%;
	margin: 0 auto;
	z-index:0;
}

@media print, screen and (min-width:640px){
 section.staff div div{
	position: relative;
	width:77%;
	border: 1px solid #6AD810;
	padding: 60px 8% 12% 8%;
	z-index:0;
  }
	
 section.staff div.st01 div{
	margin: 0 0 23% 4%;

  }
	
 section.staff div.st02 div{
	margin: 0 0 15% 4%;

  }
}

section.staff div div h3{
	font-size: 24px; font-size: 2.4rem;
	text-align: center;
	padding: 0;
	margin: 15px 0 30px 0;
}

@media print, screen and (min-width:640px){
 section.staff div div h3{
	font-size: 32px; font-size: 3.2rem;
	text-align: left;
	padding: 0;
	margin: 0 0 40px 0;
  }
}

section.staff div div p{
	width:100%;
	font-size: 14px; font-size: 1.4rem;
	line-height: 180%;
	padding: 0;
	margin: 0 0 20px 0;
}

@media print, screen and (min-width:640px){
 section.staff div div p{
	width:80%;
	font-size: 16px; font-size: 1.6rem;
	padding: 0;
	margin: 0 0 20px 0;
  }
}

section.staff div.st01 img.st-img01,
section.staff div.st02 img.st-img01{
	display: block;
	width:90%;
	margin: 0 auto;
	z-index:20;
	transition:1.2s;
}

@media print, screen and (min-width:640px){
 section.staff div.st01 img.st-img01{
 	display: block;
	width:35%;
	position: absolute;
	top:-45px;
	right:0;
	margin: 0;
 }

 section.staff div.st02 img.st-img01{
	display: block;
	width:35%;
	position: absolute;
	top:-45px;
	right:0;
	margin: 0;
 }
}

section.staff div ul{
	width:100%;
	margin: 15px 0 0 0;
}

@media print, screen and (min-width:640px){
 section.staff div ul{
	width:85%;
	position: absolute;
	right: 0;
	bottom:0;
	-webkit-transform: translateY(50%);
    transform: translateY(50%);
	margin: 0;
 }
}

section.staff div ul li{
	position: relative;
	width:90%;
	padding: 0 10px;
	margin: 0 auto 50px auto;
	transition:1.2s;
}

section.staff div ul li:last-child{
	margin: 0 auto 15px auto;
}

@media print, screen and (min-width:640px){
 section.staff div ul li{
	position: relative;
	width: calc( 100% / 3 );
	float: right;
	padding: 0 10px;
	margin: 0;
  }
}

section.staff div ul li span{
	width:29.5%;
	position: absolute;
	top:-20%;
	right: 10%;
}

section.staff div ul li span img{
	width:100%;
}

.list-mv02{
	opacity: 0;
}
.mv02{
	opacity: 1.0;
}

/*=====================footer=====================*/

footer{
	width:100%;
	background: url(/lp/recruit/images/recruit-bc01.png) repeat;
	padding:0;
	margin:0;
}

footer:before{
	content:"";
	display: block;	
	width:100%;
	height: 60px;
	background:  url(/lp/recruit/images/recruit-bc03.png) no-repeat center top;
	background-size: 100% auto;
}

@media print, screen and (min-width:640px){
 footer:before{
	height: 150px;
 }
}

footer div.contact02{
	width:100%;
	padding:0;
	margin:0 auto 40px auto;
}

@media print, screen and (min-width:800px){
 footer div.contact02{
	width:100%;
	padding:0;
	margin:20px auto 100px auto;
  }
}

footer div.contact02 a{
	display: block;
	position: relative;
	width:80%;
	border: 3px solid #FFF;
	border-top:0px; 
	border-radius:60px;
	background: -moz-linear-gradient(bottom, #FFF, #DDD);
	background: -webkit-linear-gradient(bottom, #FFF, #DDD);
	background: linear-gradient(to bottom, #FFF, #DDD);
	padding: 6% 8%;
	margin: 0 auto;
	z-index: 410;
}

@media print, screen and (min-width:800px){
  footer div.contact02 a{
	width:42%;
	max-width: 608px;
	border: 5px solid #FFF;
	padding: 3% 8%;
  }
}

footer div.contact02 a {
    overflow: hidden;
}

footer div.contact02 a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 120%;
	height: 100%;
	background: #DDD;
	border-radius: 10px;
	transform-origin: right top;
	transform: skewX(-30deg) scale(0, 1);
	transition: transform .6s;
	z-index: 400;
}

footer div.contact02 a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

footer div.contact02 a span{
	display: block;
	width:63%;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 410;
}

footer div.contact02 a span img{
	width:100%;
}

footer div.contact02 p img{
	display: block;
	width:60%;
	margin: 0 auto 20px auto;
}

@media print, screen and (min-width:640px){
 footer div.contact02 p img{
	width:420px;
	margin: 0 auto 30px auto;
 }
}

footer small{
	display:block;
	font-size:11px; font-size:1.1rem;
	line-height: 130%;
	color:#FFF;
	text-align:center;
	padding:0 0 30px 0;
	margin:0 auto;
}

@media print, screen and (min-width:640px) { 
	footer small{
	display:block;
	font-size:16px; font-size:1.6rem;
	}
}
























