@charset "utf-8";
/*------------------------------------------------------------
	message
------------------------------------------------------------*/
#main {
	overflow: hidden;
	background-color: #F7F8F8;
}
#main .comPageTitle .mainImg img {
	object-position: center top;
}
#main .comPageTitle {
	margin-bottom: 0;
}
#main .comPageTitle h2 {
	margin-bottom: 12.6rem;
}
#main .whiteBg {
	margin-top: -6rem;
	padding: 6.7rem 0 14rem;
	background-color: #fff;
}
#main .whiteBg .name {
	margin: 0 2.8rem 7.6rem;
	text-align: right;
	font-size: 1.9rem;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
}
#main .whiteBg .headLine03 {
	margin-bottom: 14.9rem;
	padding: 0;
	font-size: 4.4rem;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.59;
}
#main .whiteBg .headLine03::before {
	width: 10.8rem;
	left: 50%;
	top: calc(100% + 6.8rem);
	transform: translateX(-50%);
}
#main .textBox {
	margin: 0 auto;
	width: 80rem;
	text-align: justify;
}
#main .textBox p {
	margin-bottom: 3rem;
	letter-spacing: 0.1em;
}
#main .textBox p:last-child {
	margin-bottom: 0;
}
#main .whiteBg .headLine01 {
	margin: 0 -4rem 7.3rem 0;
	font-size: 3.8rem;
	line-height: 1.842;
}
#main .whiteBg .photo01 {
	margin: 9.7rem 0 8.1rem calc((100vw - 112rem) / -2);
	width: 50.7vw;
	position: relative;
}
#main .whiteBg .photo01 img {
	width: 100%;
}
#main .whiteBg .photo01 .posName {
	width: 40rem;
	position: absolute;
	left: calc(100% + 4.3rem);
	bottom: -7px;
	font-size: 1.9rem;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0;
}
#main .whiteBg .photo02 {
	margin: 10.9rem calc((100vw - 111.6rem) / -2) 13rem auto;
	width: 36.111vw;
	position: relative;
}
#main .whiteBg .photo02 img {
	width: 100%;
}
#main .whiteBg .photo02 .posImg {
	position: absolute;
	right: calc(100% - 4.5rem);
	bottom: -5rem;
	display: block;
	width: 36rem;
}
#main .comBtn {
	margin-top: 13.6rem;
}
#main .comBtn a {
	min-width: 19.1rem;
}
@media all and (max-width: 896px) {
	#main {
		background: linear-gradient(to top,#fff 22rem,#F7F8F8 0%);
	}
	#main .comPageTitle h2 {
		padding-bottom: 0;
		background-color: #F7F8F8;
	}
	#main .whiteBg {
		margin: 0 2rem;
		padding: 1rem 0 0;
		background: none;
	}
	#main .whiteBg .subBg {
		padding: 6.7rem 0 6.4rem;
		background-color: #fff;
	}
	#main .whiteBg .name {
		margin: 0 0 11.3rem;
		font-size: 1.5rem;
	}
	#main .textBox {
		margin: 0 2rem;
		width: auto;
		font-size: 1.3rem;
	}
	#main .textBox p {
		margin-bottom: 2.6rem;
	}
	#main .whiteBg .headLine03 {
		margin-bottom: 7.9rem;
		font-size: 2.2rem;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	#main .whiteBg .headLine03::before {
		width: 5.4rem;
		top: calc(100% + 3.1rem);
	}
	#main .whiteBg .headLine01 {
		margin: 0 0 3.2rem;
		text-align: left;
		line-height: 2;
		font-size: 1.7rem;
		letter-spacing: 0;
		font-weight: 500;
	}
	#main .whiteBg .photo01 {
		margin: 3.8rem 0 6.9rem -2rem;
		width: 80vw;
		aspect-ratio: 3/2;
	}
	#main .whiteBg .photo01 .posName {
		margin: 1.8rem 0 0 2rem;
		width: auto;
		position: inherit;
		left: auto;
		bottom: auto;
		display: block;
		font-size: 1.7rem;
		text-align: right;
	}
	#main .whiteBg .photo02 img,
	#main .whiteBg .photo01 img {
		height: 100%;
		object-fit: cover;
	}
	#main .whiteBg .photo02 {
		margin: 3.9rem -2rem 9rem auto;
		width: 59vw;
		aspect-ratio: 442/374;
	}
	#main .whiteBg .photo02 .posImg {
		width: 41vw;
		right: calc(100% - 2rem);
		 bottom: -2.1rem;
		aspect-ratio: 306/229;
	}
	#main .comBtn {
		margin-top: 14.1rem;
	}
	#main .comBtn a {
		min-width: 22.7rem;
		font-size: 1.4rem;
	}
}