@charset "UTF-8";
/*------------------------
よくある質問
------------------------*/
.faq {
	padding: 100px 0 50px;
}
.faq section {
	padding-bottom: 50px;
}
.faq section .inner {
	width: 1200px;
	margin: auto;
}
.faq .inner h2 {
	font-size: 3.2rem;
	font-weight: bold;
	color: var(--btncolor);
	line-height: 1;
	margin-bottom: 42px;
}
.faq .inner h2::before {
	content: '';
	width: 43px;
	height: 45px;
	background: url(/recruit/pc/img/faq/icn_head.svg) no-repeat 100%/contain;
	margin-right: 10px;
}
.faq .inner h2 span {
	flex: 1;
}
.faq .inner .item {
	margin-bottom: 70px;
}
.faq .inner .item .q-box {
	margin-bottom: 25px;
}
.faq .inner .item .icn {
	width: 118px;
	height: 118px;
}
.faq .inner .item .q-box .icn {
	margin-right: 50px;
}
.faq .inner .item .a-box .icn {
	margin-left: 50px;
}
.faq .inner .item .box {
	background: #f3f4f5;
	width: 788px;
	padding: 30px;
	border-radius: 16px;
	position: relative;
}
.faq .inner .item .q-box .box {
	font-size: 2.4rem;
	font-weight: bold;
	box-shadow: 5px 5px 0 #cae3e9;
}
.faq .inner .item .q-box .box::before {
	content: '';
	position: absolute;
	top: 40px;
	left: -16px;
	width: 23px;
	height: 16px;
	background: url(/recruit/pc/img/faq/img_sip.png) no-repeat 100%/contain;
}
.faq .inner .item .a-box {
	justify-content: flex-end;
}
.faq .inner .item .a-box .box {
	font-size: 1.8rem;
	box-shadow: -5px 5px 0 #a5d1f2;
}
.faq .inner .item .a-box .box::after {
	content: '';
	position: absolute;
	top: 40px;
	right: -16px;
	width: 23px;
	height: 16px;
	background: url(/recruit/pc/img/faq/img_sip.png) no-repeat 100%/contain;
	transform: rotateY(180deg);
}
@media screen and (max-width: 1240px) {
	.faq section .inner {
		width: 1160px;
	}
}