@charset "UTF-8";
/* ------------------------------
 転職社員アンケート（PC）
------------------------------ */
.surveyBlock {
	gap: 48px;
}
.surveyBlock .cms_text {
	margin-bottom: 0;
	padding: 55px 0 0;
	border-radius: 30px;
	background-color: #eaf2fb;
}
.question {
	margin-bottom: 30px;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.question::before {
	content: "Q.";
	display: inline-block;
	margin: 0 .3em 4px 0;
	color: #2baa8b;
	font-family: "Inter", sans-serif;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 700;
	vertical-align: middle;
}
.question span {
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
}
.surveyBlock .cms_text p:not(.question),
.surveyBlock .cms_text ul {
	margin: 30px 70px 0;
}
@media print, screen and (min-width: 768px) {
	.surveyBlock .cms_text {
		height: 572px;
	}
}
/* ------------------------------
 転職社員アンケート（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.surveyBlock {
		gap: 0;
	}
	.surveyBlock .cms_text {
		padding: 35px 0 35px;
		border-radius: 20px;
	}
	.question {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.question::before {
		margin: 0 .3em 2px 0;
		font-size: 2.6rem;
	}
	.surveyBlock .cms_text p:not(.question),
	.surveyBlock .cms_text ul {
		margin: 20px 25px 0;
	}
}