@charset "utf-8";
/*------------------------------------------------------------
	message
------------------------------------------------------------*/
#main .imgBox {
	width: 83.9rem;
	margin-bottom: 7.8rem;
	padding: 6.1rem 12.6rem 8.3rem 17.5rem;
	position: relative;
	background-color: #fff;
	border-top-right-radius: 2rem;
	box-sizing: border-box;
}
#main .imgBox .ttl {
	margin: 0 -2rem 3.6rem 0;
	color: #30509f;
	font-size: 2.6rem;
	line-height: 1.92;
	letter-spacing: 0.1em;
}
#main .imgBox .name {
	position: relative;
	padding: 0.7rem 3rem 0.6rem;
	text-align: right;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #30509f;
	background-color: #E7F3FB;
}
#main .imgBox .name::before {
	position: absolute;
	right: 100%;
	top: 0;
	width: 17.5rem;
	height: 100%;
	background-color: #E7F3FB;
	content: "";
}
#main .imgBox .name span {
	margin: -0.6rem 0 0 1.3rem;
	font-weight: 400;
	font-size: 2.6rem;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.03em;
}
#main .imgBox .pho {
	position: absolute;
	right: -29.4rem;
	top: -7.7rem;
	width: 40rem;
}
#main .textBox p {
	margin-bottom: 3.2rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
#main .textBox p:last-child {
	margin-bottom: 0 !important;
}
#main .bgImg {
	position: absolute;
	right: 6rem;
	bottom: -1.8rem;
	width: 8.4rem;
}
@media all and (max-width: 896px) {
	#main .imgBox {
		width: auto;
		margin: 0 2rem 3.8rem 0;
		padding: 0.1rem 2.5rem 4.3rem;
		border-radius: 0 1.6rem 1.6rem 0;
	}
	#main .imgBox .ttl {
		margin-bottom: 3.1rem;
		font-size: 2.2rem;
		line-height: 1.63;
		letter-spacing: 0.08em;
	}
	#main .imgBox .name {
		width: fit-content;
		padding: 1.6rem 3.1rem 1.3rem 0.6rem;
		text-align: left;
	}
	#main .imgBox .name::before {
		width: 2.5rem;
	}
	#main .imgBox .name span {
		font-size: 2.2rem;
	}
	#main .imgBox .pho {
		position: static;
		width: auto;
		text-align: center;
		margin: -7.5rem -1rem 2.1rem 5.2rem;
	}
	#main .imgBox .pho img {
		width: 25rem;
	}
	#main .textBox p {
		margin-bottom: 2.7rem;
	}
	#main .bgImg {
		right: 2rem;
		bottom: -0.8rem;
		width: 7rem;
	}
}