@charset "utf-8";

/* ------------------------------
 お問い合わせ（PC）
------------------------------ */
.headering h1::after {
	width: 210px;
    height: 85px;
	bottom: -128px;
	background: url(../img/illust_contact.png) no-repeat top center / cover;
}
#pl01 ul li {
	line-height: 1.8;
}
/* お問い合わせフォーム */
.form {
	height: 1440px;
}
.form iframe {
	width: 100%;
	height: 100%;
}
/* よくある質問 */
.faq .cms_text > div {
	display: flex;
	align-items: center;
	padding: 20px 25px;
}
.faq .cms_text .q {
	font-weight: bold;
	background-color: #f4efe6;
	border-radius: 15px 15px 0 0;
}
.faq .cms_text span {
	display: inline-block;
	width: 50px;
	min-width: 50px;
	height: 50px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	padding: 3px;
	border-radius: 100%;
	margin-right: 25px;
}
.faq .cms_text .q span {
	color: #fff;
	background-color: #0f8970;
}
.faq .cms_text .a span {
	color: #333;
	background-color: #fcd848;
}
/* ------------------------------
 お問い合わせ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.headering h1::after {
		width: 140px;
		height: 55px;
		bottom: -70px;
	}

	.form {
		height: 1510px;
	}

	.faq .cms_text > div {
		align-items: flex-start;
		padding: 15px 20px;
	}
	.faq .cms_text .q {
		border-radius: 7px 7px 0 0;
	}
	.faq .cms_text span {
		width: 35px;
		min-width: 35px;
		height: 35px;
		font-size: 1.8rem;
		padding: 1px;
		margin-right: 15px;
		margin-top: 3px;
	}
}
@media screen and (max-width: 380px) {
	#recruitment .btn a {
		padding: 0 50px;
	}
}