@charset "utf-8";


/*==================================================
  Business
==================================================*/
#business{
}


.business_title{
	background: url(../images/information_img_01.jpg) no-repeat left center;
	background-size: cover;
	width: 300px;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
}


.business_title h2{
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}




.business_inner{
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0 300px 0 0;
	box-sizing: border-box;
}


.business_bg{
	background: url(../images/bg_gray.png) center top;
	background-size: contain;
	width: 90%;
	margin: 0;
	padding: 5%;
}


.business_image{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 3% auto;
	padding: 0;
	box-shadow: 0 1px 8px 2px rgba(0,0,0,0.3);
}


.business_board{
	background-color: rgba(255,255,255,0.5);
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 8% 0;
	border-radius: 5px;
	box-shadow: 0 1px 8px 2px rgba(0,0,0,0.3);
}


.business_board h2{
	background-color: #ff6600;
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 3.0rem;
	color: #ffffff;
	line-height: 1.5;
	margin: 0 0 50px 0;
	padding: 25px 30px 24px 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.business_board h3{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 2.0rem;
	color: #ff9900;
	line-height: 1.5;
	width: 90%;
	margin: 0;
	padding: 20px 5% 10px 5%;
}


.business_board p{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.9;
	width: 90%;
	margin: 0;
	padding: 0 5% 20px 5%;
}


#jump_btn{
	padding: 20px 5%;
}


.business_board p a{
	display: block;
	font-size: 2.0rem;
	color: #ff6600;
	padding: 20px 0;
	border: solid 1px #ff6600;
	text-align: center;
}


.business_board p a i{
	font-size: 2.6rem;
	position: relative;
	top: 1px;
	left: -13px;
}


.business_board p a:hover{
	background-color: #ff6600;
	color: #ffffff;
}




@media only screen and (max-width: 1500px){

	.business_board h2{
		background-color: #ff6600;
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 2.8rem;
		color: #ffffff;
		line-height: 1.5;
		margin: 0 0 40px 0;
		padding: 25px 30px 24px 30px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

}




@media only screen and (max-width: 1400px){

	.business_title{
		display: none;
	}


	.business_inner{
		background-color: #ffffff;
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

}




@media only screen and (max-width: 1200px){

	.business_board h2{
		background-color: #ff6600;
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 2.4rem;
		color: #ffffff;
		line-height: 1.5;
		margin: 0 0 30px 0;
		padding: 25px 30px 24px 30px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}


	.business_board h3{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.8rem;
		color: #ff9900;
		line-height: 1.5;
		width: 90%;
		margin: 0;
		padding: 20px 5% 10px 5%;
	}


	.business_board p{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.4rem;
		color: #333333;
		line-height: 1.9;
		width: 90%;
		margin: 0;
		padding: 0 5% 20px 5%;
	}


	#jump_btn{
		padding: 10px 5% 20px 5%;
	}

}




@media only screen and (max-width: 700px){

	.business_board h2{
		background-color: #ff6600;
		font-family: "Noto Sans JP";
		font-weight: 700;
		font-size: 2.0rem;
		color: #ffffff;
		line-height: 1.5;
		margin: 0 0 20px 0;
		padding: 25px 30px 24px 30px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}


	.business_board h3{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.6rem;
		color: #ff9900;
		line-height: 1.5;
		width: 90%;
		margin: 0;
		padding: 20px 5% 10px 5%;
	}


	.business_board p{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.4rem;
		color: #333333;
		line-height: 1.9;
		width: 90%;
		margin: 0;
		padding: 0 5% 15px 5%;
	}


	.business_board p a{
		display: block;
		font-size: 1.6rem;
		color: #ff6600;
		padding: 20px 0;
		border: solid 1px #ff6600;
		text-align: center;
	}


	.business_board p a i{
		font-size: 2.0rem;
		position: relative;
		top: 1px;
		left: -5px;
	}


	#jump_btn{
		padding: 5px 5% 20px 5%;
	}

}
