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

.top_img_wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top:108px;
		height: 400px;
}
.top_img {
	position: absolute;
	width: 100%;
	height: 400px;
	background: url(../img/material/top_img.jpg)  no-repeat;
	background-size: cover;
	background-position: center;
	animation-duration: 1.2s;/* アニメーション時間 */
	animation-name: zoomOutBlur;
}
 @keyframes zoomOutBlur {
 0% {
transform:  scale(1.2)rotate(0.00001deg);

 filter: blur(15px)
}
 100% {
transform: scale(1)rotate(0.00001deg);

 filter: blur(0px)
}
}
.title_wrapper {
	position: relative;
	height: 400px;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.title_top {
	position: absolute;
	z-index: 10;
	top: 20%;
right: 0;

}
.title_top img {
	width: 150px;
	height: 150px;
}
.main_contents {
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}
.title {
	padding: 50px 0px 50px;
}
.title h3 {
	font-size: 2.8em;
	    line-height: 1.8;
}
.top_contents{
	width: 100%;

}

.text {
	font-size: 1.3em;
	text-align: justify;
	margin:30px 0px 80px;
}
section{
	width: 60%;
	height: auto;
	position: relative;
	padding-bottom: 70px;
	margin: 0 auto;
}
.contents_img{
	width: 100%;
		height: auto;
}
.text_contents{
	position: absolute;
	z-index: 5;
	top:0;
	left: 0;
	width: 100%;
		
}
.title2 {
	padding: 50px 0px 40px;
		font-size: 2.8em;
	    line-height: 1.8;
}


.text2 {
	font-size: 1.3em;
	text-align: justify;
	margin-bottom:50px;
}
.bottom_img{
	width: 100%;
	padding-bottom: 200px
}

.border2{
	width:80%;
	border-bottom:1px #000 solid;
	margin:0 auto;
}



@media (max-width: 769px) {


.title_top {
	position: absolute;
	z-index: 10%;
	top: 15%;
}
.title_top img {
	width: 100px;
	height: 100px;
}

.top_img_wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top:70px;
	height: auto;
}


.title_wrapper {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
		height: 300px;
}

.top_img {
	width: 100%;
	height: 300px;
	background: url(../img/material/top_img.jpg)  no-repeat;
	background-size: cover;
	background-position: center;
	animation-duration: 1.2s;/* アニメーション時間 */
	animation-name: zoomOutBlur;
}

.main_contents {
	width: 95%;
	margin: 0 auto;
	max-width: 1000px;
}
.title {
	padding: 50px 0px 30px;
}
.title h3 {
	font-size: 1.6em;
	     line-height: 1.8;
}
.text {
	font-size: 1em;
	text-align: justify;

		margin:30px 0px 70px;
}

section{
	width:75%;
	height: auto;
	position: relative;
	padding-bottom: 70px;
	margin: 0 auto;
}
.contents_img{
	width: 100%;
		height: auto;
}
.text_contents{
	position: absolute;
	z-index: 5;
	top:0;
	left: 0;
	width: 100%;
		
}
.title2 {
	padding: 50px 0px 30px;
		font-size: 1.6em;
	    line-height: 1.8;
}


.text2 {
	font-size: 1em;
	text-align: justify;
	margin-bottom:40px;
}
.bottom_img{
	width: 100%;
	padding-bottom: 200px
}
	.border2{
	width:98%;
	border-bottom:1px #000 solid;
	margin:0 auto;
}


  }









