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

#hero_main{
	height: 550px;
	position: relative;
}

.main_ttl{
	font-weight: normal;
	position: absolute;
	left: 8%;
	bottom: 0;
	z-index: 2;
}

.main_ttl span{
	font-size: 13px;
	font-weight: normal;
	display: block;
    margin-bottom: 10px;
}

.main_visual{
	position: absolute;
	right: 0;
	top: 0;
	width: 83%;
	height: 550px;
	background:  url("../img/about.jpg");
	background-position: center;
	z-index: 1;
}

.contents_01{
	text-align: center;
	margin: 130px auto;
}

.contents_01 p{
	line-height: 250%;
}

.contents_02{
	
}

.contents_02_slide{
	position: relative;
	height: 50vh;
	margin: 0 auto;
}


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

}


@media screen and (max-width: 480px){
}


.contents_03{
	display: flex;
	align-items: flex-start;
	margin: 150px auto;
}

.contents_03_left{
	width: 50%;
}

.contents_03_left img{
	width: 100%;
}

.contents_03_right{
	width: 50%;
	padding: 50px;
}

.contents_03_right h3 span{
	text-transform: uppercase;
}

.txt_sign{
	margin-left: auto;
	font-size: 18px;
	width: 190px;
}

.txt_sign span{
	font-size: 13px;
	margin-right: 10px;
}

@media screen and (max-width: 896px){
	.contents_03{
		align-items: flex-start;
	}	
}

@media screen and (max-width: 480px){
	.contents_03{
		display: block;
	}
	.contents_03_left,.contents_03_right{
		width: 100%;
	}
}
