@charset "UTF-8";
/*----------------------------------------

	#company message
	- mv
	- content

-----------------------------------------*/

/*----------------------------------------
	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
-----------------------------------------*/
.message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 36px;
}
.message > section {
	width: 100%;
	max-width: 580px;
	margin-right: 60px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.message > section>h1 {
	margin: 0 0 30px 0;
}
.message > section>h1+p+p {
	margin: 48px 0 0 0;
	padding-bottom: 20px;
	text-align: right;
	background: url("../img/m_content_t01.png") no-repeat left 4px;
	background-size: 41.3888% auto;
}
.message > div {
	width: 100%;
	max-width: 480px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
.message {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	margin-bottom: 4px;
}
.message > section {
	max-width: 100%;
	margin-right: 0;
}
.message > section>h1 {
	margin: 40px 0 20px 0;
}
.message > section>h1+p+p {
	margin: 32px 0 0 0;
	padding-top: 102px;
	background: url("../img/m_content_t01.png") no-repeat left top;
	background-size: 240px auto;
}
.message > div {
	max-width: 100%;
}
}

/* bnr */
.bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 60px auto 70px;
	padding-top: 60px;
	border-top: 1px solid #ddd;
}
.bnr a {
	width: calc((100% - 35px)/2);
}
.bnr a:first-child {
	margin-right: 40px;
}
.bnr figure img {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.bnr figure img {
	max-width: none;
	margin-bottom: 13px;
}
.bnr a:hover figure img {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.bnr {
		margin: 40px 0 50px;
		padding-top: 40px;
	}
	.bnr,
	.bnr a {
		display: block;
	}
	.bnr a {
		width: 100%;
	}
	.bnr a:first-child {
		margin: 0 0 24px 0;
	}
	.bnr figure img {
		margin-bottom: 8px;
	}
}