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


/* about */
/*------------------------------------*/

header .header_visual {
	background-image: url(../images/about/about_main01.png);
	background-position: right bottom;
	background-size: auto 230px;
}
header .header_visual .main_ttl {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
header .header_visual .main_ttl span::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 60px;
	max-width: 420px;
	width: 100%;
	background-image: url(../images/about/about_title.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/*header .header_visual .main_ttl img {
	position: absolute;
	bottom: 0;
	max-width: 420px;
	width: 100%;
}*/

.bg_img{
	background-image: url(../images/about/about_main02.png);
	background-position: right top;
	background-size: auto 700px;
	position: relative;
	background-repeat: no-repeat;
	top:-20px;
	height: 700px;
}
.breadcrumb {
	position: relative;
	top: 20px;
}
article .content_inner {
	max-width: 930px;
	width: 100%;
	margin: 50px auto 50px;
}


.main_conts .left_title {
	width: 20%;
	float: left;
	box-sizing: border-box;
}

.main_conts .left_title img {
	margin-top: 30px;
}

.main_conts.is-fixed .left_title img {
	position: fixed;
	top: 0;
}

.main_conts .right {
	float: right;
	box-sizing: border-box;
	width: 80%;
	padding-left: 5%;
	margin-top: 30px;
}
.main_conts .right h1{
	color: #6dba4f;
	font-weight: normal;
	font-size: 32px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #dedede;
}
.main_conts .right p {
	line-height: 2;
	margin: 20px 0 50px;
}

@media screen and (max-width: 768px) {
	header .header_visual {
		background-image: url(../images/about/about_sp_main01.png);
		background-position: right bottom;
		background-size: auto 140px;
	}
	.bg_img{
		background-image: url(../images/about/about_sp_main02.png);
		position: relative;
		background-position: right top;
		background-size: auto 310.4px;
		top:-20px;
	}
	
	
	article .content_inner{
		width: 96%;
	}
	
	.main_conts .left_title img {
		width: 40px;
	}

	.main_conts .left_title {
		width: 8%;
	}

	.main_conts .right {
		width: 92%;
		padding-left: 2%;
	}
}

@media screen and (max-width: 480px) {
	header .header_visual {
		background-size: auto 88px;
	}
	.bg_img{
		background-size: auto 195px;
		top: -22px;
	}
	header .header_visual .main_ttl span::after{
		height: 40px;
		width: 80%;
	}
	
	/*header .header_visual .main_ttl img {
		width: 80%;
	}*/

	.main_conts .left_title {
		display: none;
	}

	.main_conts .right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.main_conts .right h1{
		font-size: 22px;
	}
}

/*------------------------------------*/
