@charset "utf-8";
/*------------------------------------------------------------
	biography
------------------------------------------------------------*/
#main .comBgBox .subBgArea {
	padding: 6.1rem 0 5.5rem;
}
#main .imgBox {
	margin-bottom: 5.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .imgBox .photoBox {
	width: 41rem;
}
#main .imgBox .textBox {
	padding: 5.2rem 0 0;
	width: calc(100% - 51rem);
}
#main .imgBox .textBox .title {
	margin-bottom: 0.5rem;
	font-size: 2.8rem;
	letter-spacing: 0.075em;
}
#main .imgBox .textBox .text {
	line-height: 1.75;
	font-size: 2rem;
	letter-spacing: 0.075em;
}
#main .textArea .text {
	margin-bottom: 3.1rem;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
}
#main .textArea .text:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 12.5rem;
	}
	#main .comBgBox .subBgArea {
		padding: 3.6rem 2rem 3rem;
	}
	#main .imgBox {
		margin-bottom: 2rem;
		display: block;
	}
	#main .imgBox .photoBox {
		width: auto;
	}
	#main .imgBox .photoBox img {
		width: 100%;
	}
	#main .imgBox .textBox {
		padding: 1.4rem 0 0;
		width: auto;
	}
	#main .imgBox .textBox .title {
		margin-bottom: 0.4rem;
		font-size: 1.7rem;
	}
	#main .imgBox .textBox .text {
		font-size: 1.4rem;
	}
	#main .textArea .text {
		margin-bottom: 2.3rem;
		line-height: 1.64;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
}