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

.page-header{
	display:none;
}
	
.page-caption-sp{
	display:none;
}
	
#recruit div.cover{
	background-image: url("../../_assets/img/exterior-dailyworkflow_top.webp");
	background-color:rgba(0,30,60,0.50);
}

#recruit div.cover h2 span.eng{
	color:#039790;
	text-shadow:1px 1px 0 #FFF,-1px -1px 0 #FFF,-1px 1px 0 #FFF,1px -1px 0 #FFF,0px 1px 0 #FFF,0-1px 0 #FFF,-1px 0 0 #FFF,1px 0 0 #FFF;
}

@media only screen and (min-width: 960px){
	
	#recruit div.cover{
		background-color:rgba(255,255,255,0.25);
		background-blend-mode:soft-light;
	}
	
	#recruit div.cover h2 span.note{
		text-shadow: 0px 3px 6px #000;
	}
	
}

.content-child h3.rec-header{
	font-size:16px;
	line-height:24px;
	font-weight:700;
}

.content-child h3.rec-header:before{	
	background:linear-gradient(left, #006cb3 0%, #039790 100%);
	background: -webkit-linear-gradient(left, #006cb3 0%, #039790 100%);
	background: -moz-linear-gradient(left, #006cb3 0%, #039790 100%);
	background: -o-linear-gradient(left, #006cb3 0%, #039790 100%);
	background: -ms-linear-gradient(left, #006cb3 0%, #039790 100%);
}

.content-child h3.rec-header br{
	display:inline-block;
}

@media only screen and (min-width: 960px){
	
	.content-child h3.rec-header{
		font-size:24px;
		line-height:40px;
	}
	
}

.post-content-inner{
	width:100%;
	
	box-sizing: border-box;
	padding:20px 0;
	padding-right:10px;
	
	background-color:#fff;
	color:#212121;
	
	position: relative;
}

.post-content-inner:nth-child(2){
	background-color:transparent;
}

.post-content-inner:nth-child(2) div.row{
	margin-bottom:0;
}

.post-content-inner:nth-child(4){
	background-color:transparent;
}

.post-content-inner:nth-child(4) div.row{
	margin-bottom:0;
}

.post-content-inner:nth-child(4) div.row div.text{
	width:100%;
}

.post-content-inner div.row{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	margin-bottom:50px;
	
	position: relative;
}

.post-content-inner div.row p.time{
	width:67.5px;
}

.post-content-inner div.row p.time span.note{
	display:block;
	
	font-size:18px;
	line-height:30px;
	
	text-align: center;
	
	background-color:#039790;
	color:#fff;
}

.post-content-inner div.row div.text{
	width:calc(100% - 67.5px);
	
	box-sizing: border-box;
	padding-left:10px;
	
	font-size:14px;
	line-height:24px;
}

.post-content-inner div.row div.text h6{
	font-size:16px;
	line-height:24px;
	
	font-weight:bold;
}

.post-content-inner div.row div.text p.thumbnail{
	width:100%;
	margin-top:15px;
}

.post-content-inner div.row div.text p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

.post-content-inner div.row div.text div.extra{
	box-sizing: border-box;
	padding:10px;
	border:solid 2px #039790;
	
	font-size:16px;
	line-height:24px;
	
	background-color:#fff;
	color:#039790;
	
	margin-top:15px;
}

.post-content-inner ul.thumbnail{
	display:none;
}

@media only screen and (min-width: 960px){
	
	.post-content-inner{
		width:calc(100% - 100px);
		
		margin-left:100px;
		
		padding:20px;
		padding-right:20px;
		
		position: relative;
	}
	
	.post-content-inner:nth-child(1)::before{
		display:block;
		content:"";
		
		width:1px;
		height:100%;
		
		position: absolute;
		top:20px;
		left:-65px;
		
		border-left:dashed 1px #039790;
		
		z-index: 0;
	}
	
	.post-content-inner:nth-child(3)::before{
		display:block;
		content:"";
		
		width:1px;
		height:calc(100% - 55px);
		
		position: absolute;
		top:-20px;
		left:-65px;
		
		border-left:dashed 1px #039790;
		
		z-index: 0;
	}
	
	.post-content-inner div.row p.time{
		position: absolute;
		top:0;
		left:-120px;
		
		z-index: 1;
	}
	
	.post-content-inner div.row div.text{
		width:100%;
		padding-left:0;
		
		font-size:14px;
		line-height:32px;
	}
	
	.post-content-inner div.row div.text h6{
		font-size:18px;
		line-height:32px;
	}
	
	.post-content-inner div.row div.text p{
		max-width: 410px;
	}
	
	.post-content-inner div.row div.text p.thumbnail{
		display:none;
	}
	
	.post-content-inner div.row div.text div.extra{
		font-size:16px;
		line-height:28px;
		
		max-width: 660px;
	}
	
	.post-content-inner div.row div.text div.extra p{
		max-width: 100%;
	}
	
	.post-content-inner ul.thumbnail{
		display:block;
	}
	
	.post-content-inner ul.thumbnail li:nth-child(1){
		position: absolute;
		top:20px;
		right:20px;
		
		width:300px;
	}
	
	.post-content-inner ul.thumbnail li:nth-child(1) img{
		width:100%;
		vertical-align: bottom;
	}
	
	.post-content-inner ul.thumbnail li:nth-child(2){
		position: absolute;
		bottom:20px;
		right:20px;
		
		width:300px;
	}
	
	.post-content-inner ul.thumbnail li:nth-child(2) img{
		width:100%;
		vertical-align: bottom;
	}
	
}
