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

	- mv
	+ content
		- sec01
		- sec02

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

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}

@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 60px 0 99px;
}

@media screen and (max-width: 767px) {
	#content {
		padding: 40px 0 70px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#sec01 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#sec01 > figure {
	width: calc(48.2% - 60px);
	margin: 0 60px 0 0;
}

#sec01 > div {
	width: 51.79%;
	margin-top: -5px;
}

#sec01 > div > p:nth-child(n+2) {
	margin-top: 28px;
}

#sec01 > div > p:last-child {
	text-align: right;
}

@media screen and (max-width: 767px) {
	#sec01 {
		display: block;
	}

	#sec01 > figure, #sec01 > div {
		width: 100%;
	}

	#sec01 > div {
		margin-top: 34px;
	}

	#sec01 > div > p:nth-child(2) {
		margin-top: 18px;
	}
}

/*----------------------------------------
	sec02
-----------------------------------------*/
#sec02 > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-top: 53px;
	margin-bottom: 60px;
	padding: 21px 40px 20px;
	border: 20px solid #e5f2ff;
	background: url(../img/concept_bg01.png) no-repeat right bottom ;
}

#sec02 > div > div {
	width: 47%;
	color: #000;
	text-align: center;
}

#sec02 > div > div > p:first-child {
	padding-bottom: 32px;
}

#sec02 > div > figure {
	width: 53%;
}

@media screen and (max-width: 767px) {
	#sec02 > div {
		display: block;
		margin-top: 34px;
		margin-bottom: 40px;
		padding: 31px 15px;
		border-width: 15px;
		background: url(../img/concept_bg01_sp.png) no-repeat right bottom ;
	}

	#sec02 > div > div,
	#sec02 > div > figure {
		width: 100%;
	}

	#sec02 > div > figure {
		margin-top: 24px;
	}

	#sec02 > div > div > p:first-child {
		padding-bottom: 24px;
	}
}

/* bnr */
.bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
}
.bnr a {
	width: calc((100% - 35px)/2);
}
.bnr a:first-child {
	margin-right: 40px;
}
.bnr figure img {
	margin-bottom: 13px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.bnr a:hover figure img {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.bnr {
		margin-bottom: 25px;
	}
	.bnr,
	.bnr a {
		display: block;
	}
	.bnr a {
		width: 100%;
	}
	.bnr a:first-child {
		margin: 0 0 24px 0;
	}
	.bnr figure img {
		margin-bottom: 8px;
	}
}