@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	求人情報

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	catch

------------------------------------------------------------------------------*/

main .catch {
	margin-top: 85px;
}

main .catch p {
	font-weight: bold;
	line-height: 1.4;
	font-size: 2.125em;
}

@media screen and (max-width: 1024px) {

main .catch {
	margin-top: 65px;
}

}

@media screen and (max-width: 767px) {

main .catch {
	margin-top: 10vw;
}

main .catch p {
	font-size: 4.25vw;
}

}


/*------------------------------------------------------------------------------

	main

------------------------------------------------------------------------------*/

main picture {
	display: block;
	margin: 3em 0 1em;
}

main .application {
	margin-top: 120px;
}

body.contents main .qa h4,
body.contents main .qa p {
	padding-left: 1.75em;
}

body.contents main .qa h4 {
	position: relative;
	border-left: none;
	margin-top: 1em;
	margin-bottom: .5em;
}

main .qa h4::before {
	content: "";
	display: block;
	position: absolute;
	top: .35em;
	left: -.125em;
	width: 1.5em;
	aspect-ratio: 1/1;
	background-image: url(../../common/img/icon_question_b.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

@media screen and (max-width: 1024px) {

main .application {
	margin-top: 100px;
}

}

@media screen and (max-width: 767px) {

main .application {
	margin-top: 10vw;
}

}


/*------------------------------------------------------------------------------

	footer

------------------------------------------------------------------------------*/

#content > footer #recruit_fixed {
	display: none;
}
