#contents{
	height: 4450px;
}
#head_pic{
	background-image: url('../img/head_vision.jpg');
	background-position: center center;
}
#ideal{
	height: 600px;
	margin-top: 0;
	padding-top: 0;
}
#ideal .label div{
	text-align: center;
}
#ideal .body:before{
	left: 515px;
}
#ideal .text{
	position: relative;
	top: 150px;
	left: 50%;
	margin-left: -410px;
	width: 820px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 3px;
	font-family: "Noto Sans Japanese","MS Pゴシック";
	font-weight: 200;
	-moz-animation: fadeapp 3.5s ease-in-out 0.6s alternate;
	-webkit-animation: fadeapp 3.5s ease-in-out 0.6s alternate;
	-o-animation: fadeapp 3.5s ease-in-out 0.6s alternate;
	-ms-animation: fadeapp 3.5s ease-in-out 0.6s alternate;
	animation: fadeapp 3.5s ease-in-out 0.6s alternate;
	animation-fill-mode:both ;
	-webkit-animation-fill-mode: both;
}
@keyframes fadeapp{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.article_layout{
	height: 800px;
}
.article_layout .col{
	position: relative;
	top: 150px;
	width: 1100px;
	left: 50%;
	margin-left: -550px;
	text-align: left;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 2px;
	height: 450px;
}
.article_layout .col .left{
	float: left;
	height:450px;
}
.article_layout .col .right{
	margin-left: 100px;
	height:450px;
}
.display_center_v{
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}
.article_layout .right img{
	height: 600px;
	width: 400px;
}
#wish .col .left{
	width: 600px;
}
#wish .col .right{
	float: left;
	width: 400px;
}
#promise .col .left{
	width: 400px;
}
#promise .col .right{
	float: right;
	width: 600px;
	line-height: 45px;
}
.leftin{
	-moz-animation: leftin 0.8s ease-in-out 0.1s alternate;
	-webkit-animation: leftin 0.8s ease-in-out 0.1s alternate;
	-o-animation: leftin 0.8s ease-in-out 0.1s alternate;
	-ms-animation: leftin 0.8s ease-in-out 0.1s alternate;
	animation: leftin 0.8s ease-in-out 0.1s alternate;
	animation-fill-mode:both ;
	-webkit-animation-fill-mode: both;
}
@keyframes leftin{
	0%{
		position: relative;
		right: 300%;
		opacity: 0;
	}
	100%{
		position: relative;
		right: 0%;
		opacity: 1;
	}
}
.rightin{
	-moz-animation: rightin 0.8s ease-in-out 0.1s alternate;
	-webkit-animation: rightin 0.8s ease-in-out 0.1s alternate;
	-o-animation: rightin 0.8s ease-in-out 0.1s alternate;
	-ms-animation: rightin 0.8s ease-in-out 0.1s alternate;
	animation: rightin 0.8s ease-in-out 0.1s alternate;
	animation-fill-mode:both ;
	-webkit-animation-fill-mode: both;

}
@keyframes rightin{
	0%{
		position: relative;
		left: 300%;
		opacity: 0;
	}
	100%{
		position: relative;
		left: 0%;
		opacity: 1;
	}
}
#prp_list{
	height: 2000px;
}

#prp_list .body ul{
	position: relative;
	top: 150px;
	width: 1100px;
	left: 50%;
	margin-left: -550px;
	text-align: left;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 2px;
	list-style: none;
	/*overflow-x:hidden;*/
}
#p2,#p3{
	height: 600px;
}
#prp_list .body .move{
	width: 400px;
	height: 600px;
	background-size:  cover;
	position: relative;
	-webkit-animation-fill-mode:both ;
	-o-animation-fill-mode:both ;
	animation-fill-mode:both ;
}
#prp_list .body .fix{
	width: 650px;
	height: 550px;
    box-sizing: border-box;
    position: relative;
    top: 50px;
}
.in_head{
	font-size: 16px;
	margin: 20px 0;
	width: 360px;
	height: 24px;
	border-bottom: 2px solid #003B3E;
}
#prp_list .body li .left{
	float: left;
}
#prp_list .body li .right{
	float: right;
}
#prp_list .body .move img{
	height: 100%;
	width: 100%;
}
#prp_list #f1{
	/*right */
	left: 1px;
	opacity: 1;
	position: relative;
	top: 0;

}
#prp_list #f2{
	/*left	*/
	position: relative;
	right: 0;
	opacity: 1;

}
#prp_list #f3{
	/*right	*/
	left: 0px;
	opacity: 1;
	position: relative;

}

#prp_list .head{
	position: absolute;
	height: 40px;
	left: 44px;
	top: 8px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	border-bottom: 4px solid #003B3E;
	width:450px;
	line-height: 50px;
}
#prp_list .prp_description{
	position: relative;
	top: 80px;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 22px;
	width: 550px;
	position: absolute;
	bottom: 25px;
	left: 44px;
	font-family: "Noto Sans Japanese","MS Pゴシック";
	font-weight: 200;
}
#m1,#m2,#m3{
	visibility: hidden;
}
#p1,#p1 #f1,#p1 #m1{
	height: 400px;
}
#p3 #m3{
	height: 650px;
}
footer{
	z-index: 400;
}
span#po1,span#po2,span#po3,span#po4{
	position: relative;
	top: -300px;
}
