@charset "UTF-8";
/* CSS Document */

/* メインビジュアル
------------------------------------------------------------*/
#mainv {
	color: #FFF;
	height: 550px;
	position: relative;
	background-image: url(../img/mainv.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
#mainv h1 {
	text-shadow: black 0 0 2px;
	font-size: 36px;
	padding-left:5em;
	text-indent:-5em;
	top: 200px;
	position: absolute;
	font-weight: 400;
	background: rgba(0,0,0,0.5);
	font-family: 'Noto Sans Japanese',   sans-serif;
}
#mainv h1 p {
	padding-right: 20px;
	padding-left: 20px;
}
@media (max-width: 768px) {
#mainv {
	height: 400px;
}
#mainv h1 {
	font-size: 20px;
	padding-left:1em;
	text-indent:0em;
	top: 180px;
}	
}

/* トップセクション
------------------------------------------------------------*/
#top_sectionArea {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.top_section {
	/*max-height: 800px;*/
	background-color: #fff;
	margin-top: 50px;
}
.top_section:nth-child(2) {
	/*max-height: 900px;*/
	margin-top: 0px;
	margin-bottom: 100px;
}
.top_section p {
	margin-bottom: 1em;
}
.top_sec01L {
	float: left;
	width: 50%;
	padding-top: 0px;
	/*
	padding-left: 70px;
	*/
	padding-right: 40px;
}
.top_sec01R {
	float: right;
	width: 50%;
	/*background-image: url(../img/top_sec01.png);
	background-repeat: no-repeat;
	background-size:cover;*/
	height: auto;
	background-position: top bottom;
}

.top_sec02L {
	float: left;
	width: 50%;
	/*background-image: url(../img/top_sec02.png);
	background-repeat: no-repeat;
	background-size:cover;*/
	height: auto;
	background-position: top bottom;
}
.top_sec02R {
	float: right;
	width: 50%;
	padding-top: 50px;
	padding-left: 40px;
	/*
	padding-right: 70px;
	*/
}


@media (max-width: 768px) {
#top_sectionArea {
	width: auto;
}
.top_section {
	max-height: 100%;
	padding-bottom: 30px;
	margin-top: 20px;
}
.top_section:nth-child(2) {
	max-height: 100%;
	margin-bottom: 20px;
}
.top_sec01L {
	float: none;
	width: auto;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.top_sec01R {
	float: none;
	width: auto;
}
.top_sec02L {
	float: none;
	width: auto;
}

.top_sec02R {
	float: none;
	width: auto;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
}

/* パララックス
------------------------------------------------------------*/
#ph01{
	background: url(../img/sub/aseptic_technology.png);
	background-attachment: fixed;
	background-size:100%;
	background-position: center center;
	color: white;
	height: 450px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

/* テキスト */
.story{
	margin: 0 auto;
	min-width: 1000px;
	overflow: auto;
	width: 1000px;
	position: relative;
}

.story .float-left, .story .float-right{
	padding: 70px 0 0 0;
	position: relative;
	width: 700px;	
}
.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
	color: #333;
}
.story .p01{
	font-size: 36px;
	font-weight: 400;
	font-family: 'Noto Serif Japanese', serif;
	margin-bottom: 10px;
}
.story .p02{
	font-size: 30px;
	font-weight: 400;
	font-family: 'Noto Serif Japanese', serif;
	margin-bottom: 10px;
	margin-left:50px;
}
.story ul.p03{
	font-size: 20px;
	font-weight: 400;
	font-family: 'Noto Serif Japanese', serif;
	margin-left:70px;
}
.story ul.p03 li{
	background-image: url(../img/head_line.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#ph01 .moreBtnArea{
	position: absolute;
	bottom: 0px;
	display: block;
	right: 0px;
}

@media only screen and (max-width: 768px) {

#ph01{
	height: 350px;
	background-attachment: scroll !important;
	background-size:cover;
}

/* テキスト */
.story{
	margin: 0 auto;
	min-width: 100%;
	overflow: auto;
	width: 100%;
}

.story .float-left, .story .float-right{
	padding: 20px 0 0 0;
	position: relative;
	width: auto;
}
.float-left{
	float: none;	
	margin: 0 10px 0 10px;
}
.story .p01{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bolder;
}
.story .p02{
	font-size: 18px;
	margin-left:0px;
}
.story ul.p03{
	font-size: 16px;
	margin-left:0px;
}

#ph01 .moreBtnArea{
	position: static;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

}


