@charset "utf-8";


/*==================================================
  About
==================================================*/
#about{
}


#about_01,
#about_02,
#about_03{
	background-color: rgba(0,0,0,0.95);
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


.about_inner{
	background: url(../images/bg.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}


.about_01_image,
.about_02_image,
.about_03_image{
	width: 60%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.about_01_image_sp,
.about_02_image_sp,
.about_03_image_sp{
	display: none;
}


.about_01_image{
	background: url(../images/about_img_01.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}


.about_02_image{
	background: url(../images/about_img_02.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}


.about_03_image{
	background: url(../images/about_img_03.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}


.about_01_text,
.about_03_text{
	width: 30%;
	margin: 0;
	padding: 0 5%;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.about_02_text{
	width: 30%;
	margin: 0;
	padding: 0 5%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.about_01_text h2,
.about_02_text h2,
.about_03_text h2{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 3.0rem;
	color: #ff9900;
	margin: 0;
	padding: 0 0 20px 0;
}


.about_01_text p,
.about_02_text p,
.about_03_text p{
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 1.6rem;
	color: #ffffff;
	line-height: 3.0;
	margin: 0;
	padding: 0;
}




#home_a{
	background-color: #efefef;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}


#footer{
	background-color: #ffffff;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}




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

	.about_01_text h2,
	.about_02_text h2,
	.about_03_text h2{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 2.5rem;
		color: #ff9900;
		margin: 0;
		padding: 0 0 20px 0;
	}


	.about_01_text p,
	.about_02_text p,
	.about_03_text p{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.6rem;
		color: #ffffff;
		line-height: 2.5;
		margin: 0;
		padding: 0;
	}

}




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

	.about_01_text h2,
	.about_02_text h2,
	.about_03_text h2{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 2.0rem;
		color: #ff9900;
		margin: 0;
		padding: 0 0 20px 0;
	}


	.about_01_text p,
	.about_02_text p,
	.about_03_text p{
		font-family: "Noto Sans JP";
		font-weight: 400;
		font-size: 1.5rem;
		color: #ffffff;
		line-height: 2.0;
		margin: 0;
		padding: 0;
	}

}




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

	#about_01,
	#about_02,
	#about_03{
		background-color: rgba(0,0,0,0.95);
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.about_01_image,
	.about_02_image,
	.about_03_image{
		display: none;
	}


	.about_01_image_sp{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}


	.about_02_image_sp{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}


	.about_03_image_sp{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}


	.about_01_text,
	.about_03_text{
		width: 90%;
		margin: 0;
		padding: 5%;
		position: relative;
		top: auto;
		right: auto;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}


	.about_02_text{
		width: 90%;
		margin: 0;
		padding: 5%;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

}
