@charset "utf-8";

.recruit.indexpage .u-box h3 {
	margin-top: 10px;
}

.u-recruitFaqTitle {
	line-height: 1.75;
	width: 100%;
	margin: 10px 0 0;
	padding: 20px 150px 20px 50px;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: .3s cubic-bezier(.75,0,.35,1);
}

.u-recruitFaqTitle:hover {
	background: #fcfcfc;
}

.u-recruitFaqTitle:before {
	content: 'Q.';
	color: #dc000c;
	font-size: 2.4rem;
	font-weight: 500;
	position: absolute;
	top: 20px;
	left: 22px;
}

.u-recruitFaqTitle:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #d1d4d4;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

.u-recruitFaqTitle.is-active:after {
	display: block;
}

.u-recruitFaqTitle i {
	width: 20px;
	height: 20px;
	margin: 0 0 0 12px;
	background: #dc000c;
	display: block;
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translate(0,-50%);
}

.u-recruitFaqTitle i:before,
.u-recruitFaqTitle i:after {
	content: '';
	width: 11px;
	height: 3px;
	border-radius: 1em;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .3s cubic-bezier(.75,0,.35,1);
	
}

.u-recruitFaqTitle i:after {
	transform: translate(-50%,-50%) rotate(90deg);
}

.u-recruitFaqTitle.is-active i:after {
	transform: translate(-50%,-50%) rotate(180deg);
}

.u-recruitFaqPanel {
	line-height: 1.75;
	background: #f7f7f7;
	position: relative;
}

.u-recruitFaqPanel:before {
	content: 'A';
	color: #dc000c;
	font-weight: 700;
	position: absolute;
	top: 20px;
	left: 22px;
}

.u-recruitFaqPanel .u-accordionPanel__inner {
	padding: 20px 150px 20px 50px;
}

.u-recruitFaqPanel .u-icon:before,
.u-recruitFaqPanel .u-icon:after {
	transform: translate(0,.275em);
}

.u-recruitFaqPanel .u-icon__arrow-basic:before {
	margin-top: 0;
}

.u-acpanel__panelInner {
	line-height: 1.75;
}

.u-acpanel__title p {
	line-height: 1.5;
	padding-left: 28px;
	position: relative;
}

.u-acpanel__title p i {
	color: #DC000C;
	font-size: 2.4rem;
	position: absolute;
	top: -.3em;
	left: 0;
}
