@charset "utf-8";
/* CSS Document */

.titleVisual .titleBk {
	background-image: url(../images/message/ttl_bk.jpg);
}
/*-----------------------------------------------------------*/
.messageHed {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 80px;
}
.charge dl {
	text-align: right;
	margin-top: 1em;
}
.charge .staffName {
	font-size: 1.5em;
	font-weight: 700;
}
.charge .staffName .en {
	font-size: 0.58em;
	display: inline-block;
	color: #b2c4f1;
	margin-left: 0.8em;
}
.charge .staffCate {
	margin-top: 1em;
}
.messageHed .items {
	position: absolute;
	width: 60%;
	top: 3.75em;
	left: 0;
}
.messageHed .items .copy {
	color: #f19149;
	font-size: 1.75em;
	font-weight: 700;
	margin-bottom: 1em;
}
.messageHed .items .desc {
	background: #112F7B;
	box-shadow: 0px 15px 18px -11px #a7a7a7;
	padding: 3.75em 2.5em;
	color: #ffffff;
}

@media (max-width: 767px) {
.messageHed {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 60px;
	overflow-x: hidden;
}
.charge .pic {
	text-align: center;
}
.messageHed .items {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: 0.5em;
}
.messageHed .items .desc {
	padding: 1.5em;
}
}
/*---------------------------------------------------------------------*/
.messageWrap {
	position: relative;
}
.messageWrap::before {
	content: "";
	width: 100%;
	height: 15em;
	background: url(../images/index/bk_message.png);
	background-position: center right;
	background-repeat: no-repeat;
	position: absolute;
	top: -7.25em;
	right: 1%;
	z-index: 2;
}
.message01 {
	background: #edf1fa;
	padding: 4.25em 0 13.6em;
}
.message01 >div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	padding: 0 40px;
}
.message01 .items {
	width: 56%;
}
.items .txt {
	line-height: 1.75;
}
.items .read {
	font-size: 1.125em;
	font-weight: 700;
	margin-bottom: 0.8em;
}
.message02 {
	background: #ffffff;
	margin-top: -8.3em;
	padding: 2.8em 2.375em 0 2.8em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.message02 .items {
	width: 57.2%;
}

@media (max-width: 767px) {
.messageWrap::before {
	width: 80%;
	height: 5em;
	background-position: center right;
	background-size: auto 5em;
	top: -2.25em;
	right: 0;
	z-index: 2;
}
.messageWrap .pic {
	width: 100%;
	text-align: center;
}
.message01 {
	background: #edf1fa;
	padding: 4.25em 0 1.5em;
}
.message01 >div {
	padding: 0 10px;
}
.message01 .items {
	width: 100%;
	margin-top: 0.5em;
}
.message02 {
	margin-top: 0;
	padding: 1.5em 0 0;
}
.message02 .items {
	width: 100%;
	margin-top: 0.5em;
}
}
