/* ===========================================
 * message use css
=========================================== */
#message_col1{
	padding: 110px 0 100px;
}
#message_col1Inner{
	display: flex;
	justify-content: space-between;
}
#message_col1Inner_left{
	position: relative;
}
#message_col1_bg{
	position: absolute;
	top: -150px;
	left: -150px;
	font-size: 150px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	z-index: 0;
}
#message_col1Inner_leftText{
	position: relative;
	z-index: 1;
	width: 650px;
	float: right;
	margin-right: 75px;
	letter-spacing: normal;
}
#message_col1Inner_leftText h3{
	font-size: 28px;
	margin-bottom: 30px;
}
#message_col1Inner_leftText p{
	font-size: 18px;
	line-height: 1.7em;
}
#message_col1Inner_leftText p#name{
	text-align: right;
	margin-top: 70px;
}
#message_col1Inner_right{
	position: relative;
	z-index: 1;
	width: 40%;
}
#message_col1Inner_right img{
	object-fit: cover;
}
#message_col2{
	padding:0 0 80px 0;
}
#message_col2Title{
	padding: 40px 0;
	background: #004ea2;
	letter-spacing: .6em;
	text-align: center;
	color: #fff;
	font-size: 26px;
}
.message_col2Inner{
	display: flex;
	margin-top: 60px;
}
.message_col2Inner_text{
	width: 640px;
	height: 460px;
	background: #fff;
	padding: 50px 50px;
	box-sizing: border-box;
	position: relative;
}
.message_col2Inner_text .text_area{
	position: relative;
	z-index: 1;
}
.message_col2Inner_text h3{
	font-size: 28px;
	color: #004ea2;
	margin-bottom: 20px;
}
.message_col2Inner_text p{
	line-height: 1.6em;
	letter-spacing: normal;
}
.message_col2Inner_text p.link{
	text-align: right;
	margin-top: 20px;
}
.message_col2Inner_text p.link a{
	font-weight: 700;
	color: #004ea2;
}
.message_col2Inner_text p.link a img{
	width: 45px;
	height: 45px;
	object-fit: cover;
	vertical-align: middle;
	margin-left: 10px;
}
.message_col2Inner_text p.number{
	position: absolute;
	top: -10px;
	right: 30px;
	font-size: 150px;
	font-weight: 700;
	background: #004EA2;
	background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: .1;
	line-height: normal;
	z-index: 0;
}
.message_col2Inner_img{
	width: 460px;
	height: 460px;
}
.message_col2Inner_img img{
	width: 460px;
	height: 460px;
	object-fit: cover;
}
@media screen and (max-width:640px){
	
	#message_col1{
		padding: 110px 0 100px;
	}
	#message_col1Inner{
		display: block;
		justify-content: left;
	}
	#message_col1Inner_left{
		position: relative;
		width: 580px;
	}
	#message_col1_bg{
		position: absolute;
		top: -110px;
		left: 0;
		font-size: 80px;
		font-weight: 700;
		color: #fff;
		white-space: nowrap;
		z-index: 0;
	}
	#message_col1Inner_leftText{
		position: relative;
		z-index: 1;
		width: 580px;
		float: none;
		margin-right: 0;
		letter-spacing: normal;
	}
	#message_col1Inner_leftText h3{
		font-size: 32px;
		margin-bottom: 30px;
	}
	#message_col1Inner_leftText p{
		font-size: 24px;
		line-height: 1.7em;
	}
	#message_col1Inner_leftText p#name{
		text-align: right;
		margin-top: 70px;
	}
	#message_col1Inner_right{
		position: relative;
		z-index: 1;
		width: 360px;
		margin: 10px auto;
	}
	#message_col1Inner_right img{
		width: 360px;
		object-fit: cover;
	}
	#message_col2{
		padding:0 0 80px 0;
	}
	#message_col2Title{
		padding: 40px 0;
		background: #004ea2;
		letter-spacing: .4em;
		text-align: center;
		color: #fff;
		font-size: 24px;
	}
	.message_col2Inner{
		display: flex;
		flex-wrap: wrap;
		margin-top: 60px;
	}
	.message_col2Inner_text{
		order: 2;
		width: 580px;
		height: auto;
		background: #fff;
		padding: 50px 50px;
		box-sizing: border-box;
		position: relative;
	}
	.message_col2Inner_text .text_area{
		position: relative;
		z-index: 1;
	}
	.message_col2Inner_text h3{
		font-size: 34px;
		color: #004ea2;
		margin-bottom: 20px;
	}
	.message_col2Inner_text p{
		line-height: 1.6em;
	}
	.message_col2Inner_text p.link{
		text-align: right;
		margin-top: 20px;
	}
	.message_col2Inner_text p.link a{
		font-weight: 700;
		color: #004ea2;
	}
	.message_col2Inner_text p.link a img{
		width: 45px;
		height: 45px;
		object-fit: cover;
		vertical-align: middle;
		margin-left: 10px;
	}
	.message_col2Inner_text p.number{
		position: absolute;
		top: -10px;
		right: 30px;
		font-size: 150px;
		font-weight: 700;
		background: #004EA2;
		background: linear-gradient(-47deg,rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		opacity: .1;
		line-height: normal;
		z-index: 0;
	}
	.message_col2Inner_img{
		order: 1;
		width: 580px;
		height: 580px;
	}
	.message_col2Inner_img img{
		width: 580px;
		height: 580px;
		object-fit: cover;
	}

	
}

