@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 5.1rem;
}
#main .inner {
	margin-bottom: 11.9rem;
}
#main .inner .subInner {
	margin-bottom: 12rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .inner .subInner:last-child {
	margin-bottom: 0;
}
#main .inner .subInner .photo {
	width: 50rem;
	order: 2;
}
#main .inner .subInner .textBox {
	margin-top: -0.4rem;
	width: calc(100% - 58rem);
}
#main .inner .subInner .textBox .title {
	margin-bottom: 3.5rem;
	color: #B9A76F;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}
#main .inner .subInner .textBox .title .number {
	margin-bottom: 0.8rem;
	display: block;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}
#main .inner .subInner .textBox .text {
	line-height: 2;
	text-align: justify;
}
#main .inner .subInner.reverse .photo {
	order: inherit;
}
#main .message .comBox {
	margin-bottom: 14.2rem;
	padding: 10.6rem 0 11.9rem;
	border-bottom: 1px solid #A1A1A1;
}
#main .message .imgBox .textBox {
	width: calc(100% - 47rem);
}
#main .message .imgBox .textBox .hTitle {
	margin-bottom: 3.6rem;
	color: #B9A76F;
	font-size: 5.6rem;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.28rem;
}
#main .message .imgBox .textBox .title {
	margin-bottom: 2.5rem;
	color: #B9A76F;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .message .imgBox .textBox .text {
	line-height: 2;
}
#main .message .imgBox .photo {
	margin-top: 1.4rem;
	width: 39.8rem;
}
#main .comInnerBox {
	margin-bottom: 20rem;
}
@media all and (max-width: 896px) {
	#main .headLine01 {
		margin-bottom: 2.8rem;
	}
	#main .inner {
		margin-bottom: 7.9rem;
	}
	#main .inner .subInner {
		margin-bottom: 5.7rem;
		display: block;
	}
	#main .inner .subInner .photo {
		margin-bottom: 2.9rem;
		width: auto;
	}
	#main .inner .subInner .photo img {
		width: 100%;
	}
	#main .inner .subInner .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .inner .subInner .textBox .title {
		margin-bottom: 1.9rem;
		font-size: 1.8rem;
	}
	#main .inner .subInner .textBox .title .number {
		margin-bottom: 0.9rem;
		display: block;
	}
	#main .inner .subInner .textBox .text {
		line-height: 1.8;
	}
	#main .message .comBox {
		margin-bottom: 7.3rem;
		padding: 3.2rem 0 8.1rem;
	}
	#main .message .imgBox {
		display: block;
	}
	#main .message .imgBox .textBox {
		width: auto;
	}
	#main .message .imgBox .textBox .hTitle {
		margin-bottom: 3.3rem;
		font-size: 3.2rem;
		letter-spacing: 0.16rem;
		text-align: center;
	}
	#main .message .imgBox .textBox .title {
		margin-bottom: 3.1rem;
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
	}
	#main .message .imgBox .textBox .text {
		line-height: 1.8;
		text-align: justify;
	}
	#main .message .imgBox .photo {
		margin: 0 auto 3.2rem;
		width: 23.6rem;
	}
	#main .comInnerBox {
		margin: 0 3rem 8rem;
	}
}