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

	- mv
	+ content
		- sec01

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

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
#mv > div > h1 > span:first-child::before {
	display: none;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 60px 0 93px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 40px 0 64px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
.sec01 > .title {
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
	word-break: break-all;
}
.sec01:first-of-type > .title {
	margin-bottom: 34px;
}
.sec01:nth-of-type(2) > .title {
	margin: 54px 0 35px;
}
@media screen and (max-width: 767px) {
	.sec01 > .title {
		padding: 2px 0 1px 15px;
		line-height: 1.25;
	}
	.sec01:first-of-type > .title {
		margin-bottom: 24px;
	}
	.sec01:nth-of-type(2) > .title {
		margin: 35px 0 25px;
	}
}