@charset "UTF-8";
/* CSS Document */


/*WORKS*/
#works{
	font-size:16px;
	width:100%;
	margin:0 -200%;
    padding:110px 200% 0;
	line-height:150%;
	}
	
#works > article{
	color:#3C4B54;
	width:96%;
	margin:30px auto 0;
	}
	

.P_box{
	width:350px;
	height:250px;
	margin:0 0 0 20px;
	}
	
.P_box > img{
	width:100%;
	height:auto;
	border:1px solid #3C4B54;
	box-sizing:border-box;
	}
	

@media screen and (max-width: 650px){	
	.P_box{
	width:90%;
	height:auto;
	margin:0 auto 20px auto;
	border:1px solid #3C4B54;
	box-sizing:border-box;
	}
	
	section > img{
		width:90%;
		height:auto;
		}
}
	
/*PAST WORK*/	
.past_box div.past{
	width:48%;
	box-sizing:border-box;
	}	
	
.past_box div.past:nth-child(even){
	margin:0 4% 0 0;
	float:left;
	}
	
.past_box div.past:nth-child(odd){
	float:right;
	}

	
	
.past img{
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	border:1px solid #3C4B54;
	box-sizing:border-box;
	}	
	
@media screen and (max-width: 650px){	
	.past_box div.past{
	width:100%;
	}	
	
	.past_box div.past:nth-child(even){
	margin:0;
	float:none;
	}
	
	.past_box div.past:nth-child(odd){
	float:none;
	}

}


/*recruit*/
#recruit{
	font-size:16px;
	width:100%;
	margin:0 -200%;
    padding:110px 200% 0;
	line-height:150%;
	}

#recruit > div{
	display:flex;
	width:80%;
	margin:30px auto 0;
	}

#bnr_recruit,#bnr_career{
	width:100%;
	height:5em;
	line-height:5em;
	text-align:center;
	font-size:182%;
	box-sizing:border-box;
	}
	
#bnr_recruit a,#bnr_career a{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border-radius: 8px;
	background-size: 200%;
	}
	
#bnr_recruit a{
	background: rgb(3,110,184);
	background: linear-gradient(0deg, rgba(3,110,184,1) 0%, rgba(46,167,224,1) 100%);
	transition: .5s;
	}
	
#bnr_career a{
	background: rgb(0,148,161);
	background: linear-gradient(0deg, rgba(0,148,161,1) 0%, rgba(19,174,144,1) 100%);
	transition: .5s;
	}
	
#bnr_recruit a:hover,#bnr_career a:hover{
	opacity:0.75;
	}
	
@media screen and (max-width: 650px){
	#recruit > div{
	display:block;
	width:90%;
	}
	
	#bnr_recruit,#bnr_career{
	height:3em;
	line-height:3em;
	font-size:150%;
	}
}
	

/* 個人情報保護方針＆問い合わせ*/
#privacy,#inquiry{
	font-size:16px;
	width:100%;
	margin:0 -200%;
    padding:110px 200% 0;
	line-height:150%;
	}

#inquiry > div{
	color:#3C4B54;
	}
	
#privacy > div,#inquiry > div{
	width:96%;
	margin:30px auto 0;
	}
	
#privacy > div > ul{
	margin:0 0 40px 0;
	}
	
#privacy > div > ul li{
	list-style:decimal outside;
	margin:0 0 20px 1.2em;
	}
	
#privacy > article{
	width:96%;
	margin:0 auto;
	line-height:150%;
	}
	
h3{
	font-size:24px;
	line-height:150%;
	font-weight:bold;
	border-bottom:2px solid #3C4B54;
	width:100%;
	padding:0 0 10px 10px;
	margin:0 0 20px 0;
	box-sizing:border-box;
	}
	
img.tel{
	display:block;
	float:left;
	vertical-align:middle;
	margin:0 16px 0 0;
	}
	
p.telNO{
	font-family: 'Anton', sans-serif;
	font-size:64px;
	line-height:100px;
	letter-spacing:0.05em;
	}
	
p.telNO > span{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:18px;
	font-weight:bold;
	display:inline-block;
	margin:0 0 0 10px;
	line-height:24px;
	}
	
img.mail{
	float:left;
	margin:0 20px 20px 0;
	}
	
#inquiry ul{
	width:920px;
	margin:0 20px 0 0;
	float:left;
	}
	
#inquiry ul li{
	width:450px;
	height:120px;
	margin:0 0 20px 0;
	box-sizing:border-box;
	}
	
#inquiry ul li:nth-child(odd){
	float:left;
	}
	
#inquiry ul li:nth-child(even){
	float:right;
	}
	
#inquiry ul li a{
	display:block;
	position:relative;
	overflow:hidden;
	}
	
#inquiry ul li a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#inquiry ul li a:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
  
@keyframes shine {
  100% {
    left: 125%;
  }
}
	
@media screen and (max-width: 650px){
	#privacy{
	font-size:14px;
	width:100%;
	margin:0 -200%;
    padding:80px 200% 0;
	}
	
	img.tel{
	margin:0 16px 0 0;
	width:50px;
	height:auto;
	}
	
	p.telNO{
	font-size:36px;
	line-height:50px;
	}
	
	p.telNO > span{
	font-size:16px;
	font-weight:bold;
	display:block;
	margin:0 0 0 66px;
	}
	
	img.mail{
	float:none;
	margin:0 0 20px 0;
	display:block;
	width:50px;
	height:auto;
	}
	
	#inquiry ul{
	width:100%;
	margin:0;
	float:none;
	}
	
	#inquiry ul li{
	width:100%;
	height:auto;
	margin:0 0 20px 0;
	box-sizing:border-box;
	}
	
	#inquiry ul li img{
		width:100%;
		}
	
	#inquiry ul li:nth-child(odd){
	float:none;
	}
	
	#inquiry ul li:nth-child(even){
	float:none;
	}
	
	h3{
	font-size:20px;
	padding:0 0 10px 4px;
	}
}
	

/*outsourcing*/
.line{
	text-decoration:underline;
	}
	
.out > div{
	width:50%;
	}
	
.title{
	background:#c7e18f;
	font-size:18px;
	color:#111;
	padding:0.5em;
	font-weight:bold;
	box-sizing:border-box;
	}
	
.green_box{
	width:100%;
	border:1px solid #c7e18f;
	padding:1em;
	box-sizing:border-box;
	}
	
ul.list > li{
	list-style:disc outside;
	margin:0 0 0 1.5em;
	}
	
.green_box > div{
	margin:0 50px 0 0;
	}
	
.flexbox{
	display:flex;
	}
	
.flexbox > div:first-child{
	margin:0 40px 0 0;
	}
	

@media screen and (max-width: 650px){
	.out > div{
	width:100%;
	margin:0 0 20px 0;
	}
	
	.green_box > div{
	margin:0 0 20px 0;
	}
	
	.flexbox{
	display:block;
	}
	
	.flexbox > div:first-child{
	margin:0 0 20px 0;
	}
	
}