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

.h2_title {
	background: url("../img/bg_title.png") no-repeat;
	background-size: cover;
	background-position: center;
	text-align: right;
}

@media screen and (max-width: 980px) {
	.h2_title {
		background-position: center;
		background-size: cover;
		height: 230px;
	}
	.h2_title img {
		height: 230px;
	}
}

@media screen and (max-width: 450px) {
	.h2_title {
		background-position: center;
		background-size: cover;
		height: 180px;
	}
	.h2_title img {
		height: 180px;
	}
}

.section1100 p {
	text-align: center;
	margin-top: 2em;
	line-height: 2.5em;
}
@media screen and (max-width: 780px) {
	.section1100 p {
		margin-top: 1em;
		line-height: 2.2em;
	}
	.section1100 p br {
		display: none;
	}
}

.eiyou {
	margin: 2em auto;
	padding: 2em 3em;
	border: 4px dotted #80002e;
	background: url("../img/bg_eiyo.png") no-repeat left 20% bottom 35%;
}
.eiyou h4 {
	float: left;
	width: 30%;
	text-align: right;
	font-size: 185%;
	margin-right: 2em;
	line-height: 1.5em;
}
.eiyou h4 span {
	font-size: 60%;
}
.eiyou ul {
	columns: 2;
	font-size: 120%;
}
.eiyou ul li {
	margin:0 0 0.25em 1em;
     break-inside: avoid;
}

.bg_grow {
	background: url("../../img/bg_story.png") top center repeat-x;
	padding-top: 170px;
}
.growth {
	background: url("../img/bg_growth.png") no-repeat right top;
	padding: 1em 0;
}
.growth li {
	clear: both;
	margin-top: 1em;
	font-size: 21px;
	display: flex;
	align-items:center;
}
.growth .pr250 {
	padding-right: 250px;
}
.growth li p {
	text-align: left;
	line-height: 1.6em;
	margin-left: 1em;
	margin-top: 0;
	border-bottom: 4px dotted #802921;
	padding-bottom: 15px;
}

@media screen and (max-width: 780px) {
	.eiyou ul {
		columns: 1;
	}
	.eiyou h4 {
		text-align: center;
		float: none;
		width: 100%;
		line-height: 1.4em;
	}
	
	.bg_grow {
		background-size: auto 100px;
		padding-top: 50px;
	}
	.growth {
		background: none;
	}
	.growth li {
		align-items: flex-start;
		font-size: 95%;
		/*border-bottom: 4px dotted #802921;*/
	}
	.growth li img {
		width: 80px;
	}
	.growth .pr250 {
		padding-right: 0;
	}
	.growth li p {
		border: 0;
	}
}