@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/message/under_mv_pc.jpg) center center / cover no-repeat;
	/* background: #0d499e; */
}

/* #underFv::after {
	content: "";
	width: 300px;
	height: 200px;
	background: url(../../img/message/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

/* メッセージ */
/* ----------------------------------- */
#message {
	padding-bottom: 100px;
	background: #edf3fc;
}

.titWrap {
	width: 100%;
	min-height: 600px;
	margin-bottom: 100px;
	position: relative;
	background: url(../../img/message/message_img1_pc.jpg) right 0 / cover no-repeat;
}

.titWrap h2 {
	position: absolute;
	top: 70%;
	left: 30%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}

.titWrap h2 .copy {
	width: max-content;
	padding: 10px 30px;
	background: #FFF;
	font-size: 3.4rem;
	font-family: "Yu Mincho","游明朝体","Yu Gothic","游ゴシック体","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","ヒラギノ明朝 ProN","ヒラギノ角ゴ ProN","MS Mincho","MS Gothic",serif;
}

.titWrap .name {
	width: max-content;
	padding: 10px 30px;
	background: #FFF;
	font-size: 2rem;
}

#messageWrap {
	padding-bottom: 60px;
}

#messageWrap li  {
	padding-top: 40px;
	width: 80%;
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#messageWrap li:nth-child(2n)  {
	justify-content: flex-start;
}

#messageWrap li:not(:last-child)  {
	margin-bottom: 60px;
}

.messageImg {
	width: 30%;
	aspect-ratio: 5 / 4.3;
	position: absolute;
	top: 0;
	left: 0;
}

#messageWrap li:nth-child(2n) .messageImg {
	right: 0;
	left: auto;
}

.messageImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.messageTxtWrap {
	width: 85%;
	padding: 40px 40px 40px 20%;
	background: #0d499e;
}

#messageWrap li:nth-child(2n) .messageTxtWrap {
	width: 85%;
	padding: 40px 20% 40px 40px;
	background: #FFF;
}

.messageTit {
	font-size: 3.4rem;
	padding-bottom: 10px;
	color: #FFF;
	font-family: "Yu Mincho","游明朝体","Yu Gothic","游ゴシック体","Hiragino Mincho ProN","Hiragino Kaku Gothic ProN","ヒラギノ明朝 ProN","ヒラギノ角ゴ ProN","MS Mincho","MS Gothic",serif;
}

#messageWrap li:nth-child(2n) .messageTit {
	color: #0d499e;
}

.messageTxt {
	font-size: 1.8rem;
	line-height: 2;
	color: #FFF;
}

#messageWrap li:nth-child(2n) .messageTxt {
	color: #333;
}

#profile {
	width: max-content;
	margin: 0 auto;
	padding: 20px 30px;
	background: #FFF;
	border: 1px solid #0d499e;
}

#profile h4 {
	padding-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}


@media screen and (max-width: 1025px) {
	.titWrap {
		min-height: 360px;
	}

	.titWrap h2 {
		top: 65%;
	}

	.titWrap h2 .copy {
		font-size: 2.8rem;
	}

	.titWrap .name {
		font-size: 1.6rem;
	}
}





/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.titWrap {
		min-height: 300px;
	}

	.titWrap h2 {
		top: 50%;
	}

	.titWrap h2 .copy {
		font-size: 2.4rem;
	}

	.titWrap .name {
		font-size: 1.6rem;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/message/under_mv_sp.jpg) center center / cover no-repeat;
	}

	.titWrap {
		width: 100%;
		min-height: 530px;
		margin-bottom: 80px;
		position: relative;
		background: url(../../img/message/message_img1_sp.jpg) right 0 / cover no-repeat;
	}

	.titWrap h2 {
		top: 70%;
		left: 5%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.titWrap h2 .copy {
		padding: 5px 20px;
		font-size: 2rem;
	}

	.titWrap .name {
		font-size: 1.4rem;
	}

	#message {
		padding-bottom: 80px;
	}

	#messageWrap {
		padding-bottom: 0;
	}

	#messageWrap li {
		padding-top: 0;
		width: 92%;
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.messageImg {
		width: 95%;
	}

	.messageTxtWrap {
		width: 95%;
		padding: 70vw 20px 40px 20px;
		margin-top: 40px;
	}

	#messageWrap li:nth-child(2n) .messageTxtWrap {
		width: 95%;
		padding: 70vw 20px 40px 20px;
	}

	.messageTit {
		font-size: 2.2rem;
		padding-bottom: 10px;
	}

	.messageTxt {
		font-size: 1.6rem;
		line-height: 1.8;
		color: #FFF;
	}
}