@charset "UTF-8";

.areaObog .parsonIntro_areaTxt_inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.areaObog .parsonIntro_areaTxt::before {
	height: 460px;
}

.areaObog .parsonIntro_title {
	font-size: 32px;
	color: #eb005a;
	margin-bottom: 35px;
	width: 100%;
}
.areaObog .parsonIntro_name {
	font-size: 24px;
	margin-bottom: 10px;
	width: 100%;
	
}

.areaObog .parsonIntro_name > small {
	font-size: 13px;
}

.areaObog .parsonIntro_subText {
	font-weight: 500;
}

.areaObog .u-editor h3::before {
	background-color: #eb005a;
}

.emploVoice .personList {
	margin: 0 0 -63px;
	justify-content: space-between;
}

.emploVoice .personList > li {
	width: 48%;
	margin: 0 0 63px;
}

.emploVoice .personItem_title {
	font-size: 22px;
	font-weight: bold;
	color: #eb005a;
}

.emploVoice .personItem_name {
	margin: 20px 0 6px;
}

@media screen and (max-width: 999px) {
.areaObog .parsonIntro_areaTxt::before {
	height: 180px;
}
}

@media screen and (max-width: 767px) {
	.areaObog .parsonIntro_areaTxt_inner {
		display: block;
	}
	
	.areaObog .parsonIntro_title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	
	.areaObog .parsonIntro_name {
		font-size: 17px;
	}
	
	.areaObog .parsonIntro_name > small {
		font-size: 11px;
	}
	
	.emploVoice .personList {
		margin: 0 0 -23px;
	}
	
	.emploVoice .personList > li {
		width: 100%;
		margin: 0 0 23px;
	}
	
	.emploVoice .personItem_title {
		font-size: 17px;
	}
	.emploVoice .personItem_name {
		margin: 10px 0 6px;
	}
}