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

#company150thTop #section01 {
	width:100%;
	height:100%;
	background-position:center center;
	background: url(../images/bg01_pc.jpg) no-repeat right top;
	background-size: cover;
	padding: 0;
	color: #FFF;
	position: relative;
}
.textBox {
	width: 900px;
	margin: 0 auto;
	padding: 170px 0 0 50px;
	text-align: left;
}
.titleBox {
	width: 300px;
}
.titleBox img {
	max-width: 100%;
}
.titleBox .lead01,
.titleBox .lead02,
.titleBox .lead03 {
	text-align: center;
}
.titleBox .lead02 {
	margin-bottom: 30px;
}
.border01 {
	border: none;
	border-bottom: 1px solid #FFF;
	width: 135px;
	margin: 10px auto 14px auto;
}
.srcollBtn {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
}
#contentsBox {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
	margin-bottom: 150px;

}
.subBox {
	text-align: center;
}
.subBox p {
	font-size: 18px;
	line-height: 2.5;
}

.area01 {
	margin-bottom: 70px;
}.area02 {
	margin-bottom: 100px;
}
.area03 {
	margin-bottom: 60px;
}
.area04 {
	margin-bottom: 50px;
}
.area05 {
	border: 1px solid #666;
	padding: 30px 50px;
	margin-bottom: 50px;
}
.area05 span {
	font-weight: bold;
	font-size: 20px;
}
.area06 {
	margin-bottom: 100px;
}
.area07 {
	background: url(../images/bg_02.jpg) no-repeat top center;
	padding: 100px 0 100px 40px;
	overflow: hidden;
	position: relative;
	height: 300px;
	box-sizing: border-box;
}
.area07 .leftBox {
	width: 75px;
	float: left;
	margin-right: 20px;
}
.area07 .rightBox {
	width: 170px;
	float: left;
	margin: 0;
	text-align: left;
}
.area07 .rightBox p {
	margin-bottom: 0;
	line-height: inherit;
} 
.area07 .rightText {
	width: 200px;
	margin: 0;
	line-height: 1;
	font-size: 19px;
	color: #FFF;
}
.linkBtn {
	position: absolute;
	bottom: 40px;
	left: 137px;
	top: inherit !important;
}
.linkBtn a {
	background: url(../../common/images/icon08.png) no-repeat left center;
	text-decoration: none;
	color: #FFF;
	padding-left: 15px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#company150thTop #section01 {
	margin-top: -50px;
	background: url(../images/bg01_sp.jpg) no-repeat right top;
	background-size: cover;
	}
	.textBox {
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.titleBox {
		width: 100%;
	}
	.titleBox img {
		max-width: 100%;
	}
	.titleBox .lead02 {
		margin-bottom: 30px !important;
	}
	.border01 {
		margin: 10px auto 14px auto !important;
	}
	#contentsBox {
		width: 100%;
		padding: 100px 3% 0 3%;
		box-sizing: border-box;
	}
	.subBox p {
		font-size: 15px;
		text-align: inherit;
	}
	.area02 {
	width: 50%;
	}
	.area07 {
		padding: 20px;
		background: url(../images/bg_02.jpg) no-repeat center center;
		background-size: 100%;
		overflow: hidden;
		margin-bottom: 10px;
		height: auto !important;
	}
	.area07 .leftBox {
		width: 15%;
		float: left;
		margin-right: 20px;
	}
	.area07 .rightBox {
		width: 40%;
		float: left;
		margin: 0;
		text-align: left;
	}
	.area07 .rightBox p {
		margin-bottom: 0;
		line-height: inherit;
	} 
	.area07 .rightText {
		width: 100%;
		margin: 0;
		line-height: inherit;
		font-size: 16px;
		color: #FFF;
	}
	.linkBtn {
		position: static;
		text-align: right !important; 
	}
	.linkBtn a {
		background: url(../../common/images/icon08.png) no-repeat left center;
		text-decoration: none;
		color: #000;
		padding-left: 15px;
		font-size: 16px;
	}
}
