@charset "UTF-8";

.message-main {
	position: relative;
}
.message-main .txt {
	width: 70%;
	max-width: 900px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.message-txt {
	padding: 100px 0;
}
.message-txt p {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #083E96;
	padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.message-main {
		position: relative;
		padding: 0 0;
	}
	.message-main .txt {
		width: 80%;
		max-width: 360px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.message-main .bg img {
		object-fit: cover;
		min-height: 300px;
	}
	.message-txt {
		padding: 50px 0;
	}
	.message-txt p {
		text-align: center;
		font-size: min(4.2vw,18px);
		font-weight: 500;
		color: #083E96;
		padding-bottom: 1em;
		letter-spacing: 0;
	}
}


.future .page-ttl {
	height: auto;
	padding-bottom: 80px;
	background: url("../img/message_img/future-main-bg.jpg") no-repeat center center;
	background-size: cover;
}
.future .intro-txt {
	position: relative;
	font-weight: 600;
	padding: 340px 0 0;
	text-align: center;
	font-size: 24px;
}
.future .txt-combo {
	position: relative;
	text-align: center;
	padding: 50px 0;
}
.future .txt-combo:nth-child(1):before {
	width: 1px;
	height: 60px;
	background: #083E96;
	top: -30px;
	left: 50%;
}
.future .txt-combo p:nth-child(1) {
	font-size: 24px;
	font-weight: 600;
	color: #083E96;
}
.future .txt-combo p:nth-child(2) {
	font-size: 14px;
	font-weight: 600;
	color: #188DD6;
}

.future-intro {
	position: relative;
	padding-bottom: 80px;
}
.prediction {
	width: 80%;
	margin: 0 auto;
	max-width: 400px;
}
.topics {
	width:90%;
	max-width: 1120px;
	margin: 0 auto;
}
.topics ~ p {
	text-align: center;
	padding: 50px 0;
}
.future-vision {
	background: #F5F8F8;
	padding: 100px 0 80px;
	position: relative;
}
.future-vision:before {
	width: 90%;
	height: 180px;
	top: 40px;
	transform: translateX(-50%);
	left: 50%;
	background-image: url("../img/message_img/future-txt.svg");
	background-position: center center;
	background-size: contain;
}
.future-vision > p {
	text-align: center;
	position: relative;
	top: -50px;
	font-size: 24px;
	font-weight: 600;
}
.white-box {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	background: #fff;
	filter: drop-shadow(0px 0px 8px rgba(153, 177, 191, 0.32));
	box-sizing: border-box;
	padding: 60px;
	position: relative;
}
.white-box .ttl-bar {
	position: absolute;
	left: 50%;
	top: -18px;
	transform: translateX(-50%);
}
.vision-block {
	margin-bottom: 80px;
}
.vision-block .ttl {
	padding-left: 120px;
	position: relative;
	margin-bottom: 30px;
}
.vision-block .ttl p {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6em;
}
.vision-block .ttl:before {
	width: 90px;
	height: 90px;
	background-image: url("../img/message_img/point-icon.svg");
	left: 0;
	top: 0;
}
.vision-block .split .txt {
	width: 48%;
}
.vision-block .split .image {
	width: 48%;
}
.vision-block .split .image p {
	padding: 4px 0 0;
	font-size: 12px;
	color: #188DD6;
	line-height: 1.4em;
}
.future-endbox {
	padding: 100px 0;
	background: url("../img/message_img/future-bottom-bg.jpg") no-repeat center center;
	background-size: cover;
}
.future-endbox .content-box p:nth-child(1) {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #083E96;
	padding-bottom: 15px;
}
.future-endbox .content-box p:nth-child(2) {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.future .page-ttl {
		height: auto;
		padding-bottom: 50px;
		background: url("../img/message_img/future-main-bg.jpg") no-repeat center center;
		background-size: cover;
	}
	.future .intro-txt {
		position: relative;
		font-weight: 600;
		padding: 220px 0 0;
		text-align: center;
		font-size: min(5vw,20px);
	}
	.future .txt-combo {
		position: relative;
		text-align: center;
		padding: 30px 5%;
	}
	.future .txt-combo:nth-child(1):before {
		width: 1px;
		height: 60px;
		background: #083E96;
		top: -30px;
		left: 50%;
	}
	.future .txt-combo p:nth-child(1) {
		font-size: 18px;
		font-weight: 600;
		color: #083E96;
	}
	.future .txt-combo p:nth-child(2) {
		font-size: 13px;
		font-weight: 600;
		color: #188DD6;
	}
	.future-intro {
		position: relative;
		padding-bottom: 40px;
	}
	.prediction {
		width: 80%;
		margin: 0 auto;
		max-width: 220px;
	}
	.topics {
		width: 90%;
		max-width: 1120px;
		margin: 0 auto;
	}
	.topics ~ p {
		text-align: center;
		padding: 30px 0;
	}
	.future-vision {
		background: #F5F8F8;
		padding: 80px 0 50px;
		position: relative;
	}
	.future-vision:before {
		width: 90%;
		height: 120px;
		top: 65px;
		transform: translateX(-50%);
		left: 50%;
		background-image: url("../img/message_img/future-txt.svg");
		background-position: center center;
		background-size: contain;
	}
	.future-vision > p {
		text-align: center;
		position: relative;
		top: -50px;
		font-size: 18px;
		font-weight: 600;
	}
	.white-box {
		width: 90%;
		max-width: 1240px;
		margin: 0 auto;
		background: #fff;
		filter: drop-shadow(0px 0px 8px rgba(153, 177, 191, 0.32));
		box-sizing: border-box;
		padding: 40px 20px 20px;
		position: relative;
	}
	.white-box .ttl-bar {
		position: absolute;
		left: 50%;
		top: -18px;
		transform: translateX(-50%);
	}
	.vision-block {
		margin-bottom: 40px;
	}
	.vision-block .ttl {
		padding-left: 0px;
		padding-top: 50px;
		position: relative;
		margin-bottom: 30px;
	}
	.vision-block .ttl p {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.6em;
	}
	.vision-block .ttl:before {
		width: 40px;
		height: 40px;
		background-image: url("../img/message_img/point-icon.svg");
		left: 0;
		top: 0;
	}
	.vision-block .split .txt {
		width: 100%;
		padding-bottom: 20px;
	}
	.vision-block .split .image {
		width: 100%;
	}
	.vision-block .split .image p {
		padding: 4px 0 0;
		font-size: 12px;
		color: #188DD6;
		line-height: 1.4em;
	}
	.future-endbox {
		padding: 80px 0;
		background: url("../img/message_img/future-bottom-bg.jpg") no-repeat center center;
		background-size: cover;
	}
	.future-endbox .content-box p:nth-child(1) {
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		color: #083E96;
		padding-bottom: 15px;
	}
	.future-endbox .content-box p:nth-child(2) {
		text-align: center;
		font-size: min(4.6vw,18px);
		font-weight: 600;
	}
}