/*======================================

	林建設工業
	事業紹介CSS

=======================================*/

#pankuzu {
	margin-bottom: 40px;
}

.sp_img{
	display: none;
}

.fit_img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	max-height: 512px;
	height: 512px;
}

.top_area{
	position: relative;
	margin-top: 137px;
}
.top_area::before{
	position: absolute;
	content: "";
	background: url(../img/recruit/bk_city.png);
	max-width: 642px;
	width: 100%;
	height: 137px;
	top: -137px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

#top_image{
	position: relative;
}

.title_box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 670px;
	width: 90%;
	max-height: 300px;
	background: rgba(4,97,181,0.7);
	text-align: center;
}
h2.page_title{
	color: #fff;
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}



/*======================================
	VISION
=======================================*/
#vision{
	padding-top: 60px;
}
#vision h3{
	font-size: 300%;
	text-align: center;
	color: #38a1db;
}

#vision_wrap{
	margin-bottom: 80px;
}

#vision_wrap .info{
	margin-top: 40px;
	text-align: center;
	color: #38a1db;
}
#vision_wrap .info h4{
	font-size: 120%;
	margin-bottom: 15px;
}
#vision_wrap .info .txt{
	font-size: 110%;
	line-height: 1.8;
	margin-bottom: 50px;
}

#vision_wrap .info .btn_wrap{
	color: #000;
}
#vision_wrap .info .btn_wrap .title{
	padding-right: 145px;
	display: inline-block;
	background: url(../img/recruit/arrow_4.png);
	background-repeat: no-repeat;
	background-position: right top 2px;
}
#vision_wrap .info .btn_wrap .title span{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	background: #fff;
}
#vision_wrap .info .btn_wrap a{
	margin-left: 10px;
	font-weight: bold;
	color: #38a1db;
}
#vision_wrap .info .btn_wrap a:hover{
	opacity: .7;
}


/*======================================
	btn_list
=======================================*/
#btn_list{
	margin-bottom: 60px;
}

#btn_list .title{
	font-size: 250%;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
#btn_list .fresh .title{
	color: #f0831e;
}
#btn_list .career .title{
	color: #595857;
}

#btn_list li{
	float: left;
	max-width: 520px;
	width: 47.27%;
	margin-right: 5.46%;
}
#btn_list li:nth-child(2n){
	margin-right: 0;
}
#btn_list a.btn_01{
	max-width: 100%;
	width: 100%;
	font-size: 125%;
	font-weight: bold;
	padding: 24px 0;
	background-image: url(../img/recruit/arrow_1.png);
	background-position: top 11px right 20px;
}
#btn_list .fresh a.btn_01{
	background-color: #f0831e;
}
#btn_list .career a.btn_01{
	background-color: #595857;
}


/*======================================
	voice_wrap
=======================================*/
#voice_wrap{
	position: relative;
	background: #38a1db;
	/* padding: 30px 35px; */
	margin-bottom: 60px;
	/* min-height: 326px; */
	display: flex;
	justify-content: space-between;
	gap: 5%;
}
#voice_wrap .info{
	color: #fff;
	text-align: left;
	max-width: 335px;
	width: 29.6%;
	padding: 30px 0 30px 35px;
}

#voice_wrap .info .txt{
	font-size: 115%;
	margin-bottom: 20px;
}

#voice_wrap .title{
	margin-bottom: 20px;
	font-weight: bold;
}
#voice_wrap .en_txt{
	display: block;
	font-size: 200%;
	line-height: 1;
	letter-spacing: 3px;
}
#voice_wrap .jp_txt{
	display: block;
	font-size: 120%;
	letter-spacing: 2px;
}
#voice_wrap a.btn_01{
	font-size: 100%;
	font-weight: bold;
	color: #38a1db;
	background-color: #fff;
	background-image: url(../img/recruit/arrow_2.png);
}

#voice_wrap .img{
	/* position: absolute; */
	max-width: 715px;
	width: 65%;
	/* top: 50%;
	right: -1px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%); */
}
/* #voice_wrap .img a{
	float: left;
	max-width: 258px;
	width: 33.3%;
} */
#voice_wrap .img a{
	/* float: left; */
	width: 100%;
} 
#voice_wrap .img a:hover,
#voice_wrap .img a img:hover{
	opacity: 1;
}




/*======================================
	insta_wrap
=======================================*/
#insta_wrap{
	background: url(../img/recruit/bk_in.png);
	background-size: cover;
	padding: 30px 60px;
}

#insta_wrap .title{
	font-size: 140%;
	font-weight: bold;
}
#insta_wrap .desc{
	font-size: 120%;
}

#insta_content{
	margin-top: 20px;
}
#insta_content .l_data{
	float: left;
	max-width: 320px;
	width: 32%;
	margin-right: 7%;
}
#insta_content .r_data{
	float: right;
	max-width: 603px;
	width: 60.3%;
}

#insta_content .btn_wrap{
	margin-top: 10px;
}
#insta_content a.btn_01{
	max-width: 260px;
	color: #c8337a;
	background-color: #fff;
	background-image: url(../img/recruit/arrow_3.png);
}
#insta_content a.btn_01:hover{
	color: #fff;
	background-color: #c8337a;
	background-image: url(../img/recruit/arrow_5.png);
	opacity: 1;
}


@media screen and (max-width:960px) {
	#vision h3{
		font-size: 200%;
	}
	#voice_wrap .info .txt{
		font-size: 100%;
	}
}

@media screen and (max-width:800px) {
	#vision_wrap .info .btn_wrap .title{
		padding-right: 30px;
	}
	
	#voice_wrap{
		padding: 0;
		flex-direction: column;
		gap: 0;
	}
	#voice_wrap .info {
		max-width: 600px;
		width: 100%;
		padding: 30px 20px 0 20px;
		margin: 0 auto;
	}
	#voice_wrap .info .txt{
		float: left;
		width: 49.1%;
	}
	#voice_wrap .info a.btn_01{
		float: right;
		width: 49.1%;
	}
	#voice_wrap .en_txt,
	#voice_wrap .jp_txt{
		display: block;
		vertical-align: middle;
		line-height: 1;
	}
	#voice_wrap .en_txt{
		margin-bottom: 5px;
	}
	#voice_wrap .img{
		position: relative;
		max-width: 100%;
		width: 100%;
		top: 0;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		margin-top: 0;
		padding: 0 30px 20px 30px;
		text-align: center;
	}
	
	#insta_wrap {
		padding: 30px 30px;
	}
	
	#voice_wrap .title{
		margin-bottom: 40px;
		text-align: center;
	}

	#voice_wrap .img a {
		width: 100%;
	}
}

@media screen and (max-width:650px) {
	#vision_wrap .info .txt > br.pc{
		display: none;
	}
	#voice_wrap .img{
		padding: 0 20px 20px 20px;
	}
}

@media screen and (max-width:600px) {
	#vision h3{
		font-size: 150%;
	}
	#btn_list .title {
		font-size: 150%;
	}
	#vision_wrap .info .btn_wrap{
		text-align: left;
	}
	#vision_wrap .info .btn_wrap .title{
		background: none;
		padding-right: 0;
		display: block;
		margin: 5px;
	}
	
	#vision_wrap .info .btn_wrap a{
		padding-left: 90px;
		display: inline-block;
		background: url(../img/recruit/arrow_4.png);
		background-repeat: no-repeat;
		background-position: left -60px top 2px;
	}
	
	#insta_wrap {
		padding: 20px 20px;
		text-align: center;
	}
	#insta_content .l_data {
		float: none;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	#insta_content .r_data {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	#insta_content .btn_wrap {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:500px) {
	.pc_img{
		display: none;
	}
	.sp_img{
		display: block;
	}
	
	#btn_list li{
		float: none;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	#btn_list li:first-child{
		margin-bottom: 30px;
	}
	
	#voice_wrap {
		gap: 20px;
	}
	#voice_wrap .info .txt,
	#voice_wrap .info a.btn_01{
		float: none;
		width: 100%;
		text-align: center;
	}
	#voice_wrap .info a.btn_01{
		display: block;
		margin: 0 auto;
	}
	
	/* #voice_wrap .img a{
		display: block;
		float: left;
		max-width: 258px;
		width: 50%;
	} */
	#voice_wrap .img a.img3{
		display: none;
	}
}
