@charset "UTF-8";

.main_head {
	background-image: url("../about/img/index/img-head.jpg");
}

.intro {
	padding: 80px 0;
	text-align: center;
}

.intro_ttl {
	font-size: 22px;
}

.intro_text {
	line-height: 2;
	margin-top: 20px;
}

.intro_img {
	margin-top: 50px;
}

.sec {
	padding: 40px 0;
}

.sec_ttl {
	position: relative;
	text-align: center;
	font-size: 22px;
	line-height: 1;
}

.sec_ttl:before {
	height: 1px;
	width: 100%;
	content: "";
	display: block;
	background: #DDD;
	position: absolute;
	left: 0;
	top: 50%;
}

.sec_ttl em {
	position: relative;
	display: inline-block;
	background: #FFF;
	padding: 0 40px;
}

.sec_ttl em:before,
.sec_ttl em:after {
	content: "";
	display: block;
	height: 1px;
	width: 30px;
	background: #E40011;
	position: absolute;
	top: 50%;
}

.sec_ttl em:before {
	left: -30px;
}

.sec_ttl em:after {
	right: -30px;
}

.sec_row {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 50px;
}

.sec_col {
}

.sec_col.-text {
	width: 49%;
}

.sec_col.-img {
	width: 49%;
}

.sec_btn {
	text-align: center;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.sec_btn > a {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	border: 1px solid #E40011;
	width: 100%;
	max-width: 40%;
	padding: 20px 0;
	margin-left: 2%;
}

.sec_btn > a:hover {
	background: #E40011;
	color: #fff;
}

.sec_btn > a:first-child {
	margin-left: 0;
}

.sec_btn > a em {
	display: inline-block;
	position: relative;
	padding-right: 30px;
}

.sec_btn > a em:after {
	font-family: icomoon;
	content: "\e903";
	color: #E40011;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.5em;
	transition: color .3s;
}

.sec_btn > a:hover em:after {
	color: #FFF;
}

/* for Tablet */
@media screen and (max-width:1030px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.main_head {
		background-image: url("../about/img/index/img-head-sp.jpg");
	}

	.intro {
		padding: 40px 0;
	}

	.intro_ttl {
		font-size: 20px;
	}

	.intro_text {
		line-height: 1.75;
		text-align: left;
	}

	.intro_img {
		margin-top: 30px;
	}

	.sec {
		padding: 30px 0;
	}

	.sec_ttl {
		font-size: 20px;
	}

	.sec_ttl:before {
	}

	.sec_ttl em {
	}

	.sec_ttl em:before,
	.sec_ttl em:after {
	}

	.sec_ttl em:before {
	}

	.sec_ttl em:after {
	}

	.sec_row {
		margin-top: 20px;
		display: block;
	}

	.sec_col {
	}

	.sec_col.-text {
		width: 100%;
	}

	.sec_col.-img {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}

	.sec_btn {
		display: block;
		margin-top: 40px;
	}

	.sec_btn > a {
		width: 100%;
		max-width: 360px;
		margin-left: 0;
		margin-top: 15px;
	}

	.sec_btn > a:hover {
	}

	.sec_btn > a:first-child {
		margin-top: 0;
	}

	.sec_btn > a em {
	}

	.sec_btn > a em:after {
	}

	.sec_btn > a:hover em:after {
	}

}

/* for Print */
@media print {
}
