/* スタッフ募集
=========================================================================*/
#recruit {
	padding: 90px 0 80px;
}

#recruit .inner {
	margin: 0 auto;
	width: 1200px;
}

@media screen and (max-width:1240px) {
	#recruit .inner {
		padding: 0 20px;
		width: 100%;
	}
}

/* ----- ページタイトル ----- */
#recruit .title_alphabet {
	overflow: hidden;
	margin: 0 auto 20px;
	width: fit-content;
	color: transparent;
}

#recruit .title_alphabet svg {
	width: auto;
	height: 110px;
}

.char {
	opacity: 0;
	transform: translateY(100px);
}

#recruit h1 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 3.0rem;
	text-align: center;
}

/* ----- 導入 ----- */
#recruit .intro figure.intro_02 {
	position: relative;
	margin: 0 auto 20px;
	max-width: calc(1309 / 1400 * 100%);
}

#recruit .intro figure.intro_02 figcaption {
	position: absolute;
	top: -2em;
	left: 0;
	font-size: 1.8rem;
	line-height: 1.6em;
}

#recruit .intro .layout {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 50px;
	margin-bottom: 50px;
}

#recruit .intro .layout p {
	width: fit-content;
	font-weight: 600;
	font-size: 3.5rem;
}

#recruit .intro .layout ul {
	width: fit-content;
}

#recruit .intro .layout ul li {
	font-size: 2.0rem;
	line-height: 1.2em;
}

/* ----- バナー ----- */
#recruit .banner {
	position: relative;
	margin-bottom: 50px;
}
#recruit .banner a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	display: block;
	padding: 15px 0;
	width: calc(788 / 1400 * 100%);
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
	box-shadow: 4px 3px 0 #cfcfcf;
	transition: .3s;
}

#recruit .banner a:hover {
	box-shadow: 0 0 0 #cfcfcf;
	transform: translateY(calc(-50% + 2px)) translateX(calc(-50% + 2px));
}

#recruit .banner a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 2px;
	margin: 0;
	width: 19px;
	height: 100%;
	background: url(../images/recruit/baito_arrow.png) center center no-repeat;
	background-size: contain;
	transition: .3s;
}

#recruit .banner a:hover::after {
	transform: translate(7px)
}

#recruit .banner a span:first-child {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1em;
	color: #117500;
}

#recruit .banner a span:last-child {
	display: block;
	font-size: 1.8rem;
	color: #000;
	white-space: nowrap;
}

/* ----- 待遇 ----- */
#recruit .treatment ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px calc(67 / 1400 * 100%);
	margin-bottom: 50px;
}

#recruit .treatment ol li {
	padding: 25px;
	width: calc(666 / 1400 * 100%);
	font-weight: 700;
	font-size: 2.4rem;
	color: #FFF;
	line-height: 1.4em;
	text-align: center;
	background-color: #000;
	border-radius: 8px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

#recruit .treatment ol li small {
	display: block;
	margin-top: 0.5em;
	font-size: 1.4rem;
	opacity: 0.8;
	line-height: 1.3;
}

#recruit .treatment ol li:nth-child(1) {
	order: 1;
}

#recruit .treatment ol li:nth-child(2) {
	order: 3;
}

#recruit .treatment ol li:nth-child(3) {
	order: 5;
}

#recruit .treatment ol li:nth-child(4) {
	order: 2;
}

#recruit .treatment ol li:nth-child(5) {
	order: 4;
}

#recruit .treatment ol li:nth-child(6) {
	order: 6;
}

#recruit .treatment .layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0 calc(48 / 1400 * 100%);
	margin-bottom: 50px;
}

#recruit .treatment .layout p {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 3em;
	font-weight: 700;
	font-size: 2.4rem;
	color: #FFF;
	background-color: #000;
}

#recruit .treatment .layout ul li {
	position: relative;
	padding-left: 1.5em;
	font-weight: 700;
	font-size: 2.4rem;
}

#recruit .treatment .layout ul li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	font-size: 2.4rem;
}

/* ----- 仕事内容の一例 ----- */
#recruit .description {
	padding: 50px 0 100px;
}

#recruit .description h2 {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 2.4rem;
	text-align: center;
}

#recruit .description ul.list {
	margin: 0 auto 60px;
	padding-left: 1.5em;
	width: fit-content;
	list-style: disc;
	font-size: 1.8rem;
	line-height: 1.2em;
}

#recruit .description ul.list li {
	margin-bottom: 1em;
}

#recruit .description .note01 {
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.2em;
}

/* ----- 初心者·未経験でも安心！ ----- */
#recruit .appeal {
	position: relative;
	margin-bottom: 50px;
}

#recruit .appeal img.photo01 {
	position: absolute;
	top: -180px;
	left: 0;
	width: calc(303 / 1400 * 100%);
}

#recruit .appeal img.photo02 {
	position: absolute;
	top: -210px;
	right: 0;
	width: calc(352 / 1400 * 100%);
}

#recruit .appeal .fukidashi_01 {
	position: relative;
	display: block;
	margin: 0 auto 30px;
	padding: 1.25em 1.5em;
	width: fit-content;
	border-radius: 10px;
	background-color: #000;
	text-align: left;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1em;
	white-space: nowrap;
	color: #FFF;
}

#recruit .appeal .fukidashi_01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 75%;
	border-style: solid;
	border-width: 20px 0 0 40px;
	border-color: #000 transparent transparent;
	translate: calc(-50% + 0.4px) 100%;
}

#recruit .appeal ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0 calc(35 / 1400 * 100%);
	margin-bottom: 20px;
}

#recruit .appeal ul.list li {
	padding: 1em 3em;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
	background-color: #8cc220;
	border-radius: 100px;
}

#recruit .appeal p.note {
	font-size: 1.7rem;
	text-align: center;
}

/* ----- ポイント ----- */
#recruit .point {
	margin-bottom: 50px;
}

#recruit .point p.note01 {
	font-size: 1.7rem;
	margin-bottom: 10px;
}

#recruit .point ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px 0;
	margin-bottom: 80px;
}

#recruit .point ul li {
	width: 50%;
}

#recruit .point ul li img {
	width: calc(575 / 700 * 100%);
}

#recruit .point .layout {
	position: relative;
}

#recruit .point .fukidashi_01 {
	position: absolute;
	top: -25px;
	left: calc(260 / 1400 * 100%);
	display: block;
	margin: 0 auto 30px;
	padding: 1em 1em;
	width: fit-content;
	border-radius: 10px;
	background-color: #000;
	text-align: left;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1em;
	white-space: nowrap;
	color: #FFF;
	z-index: 2;
}

#recruit .point .fukidashi_01::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #000;
}

#recruit .point .layout .wage {
	display: flex;
	align-items: center;
	margin: 0 auto 20px;
	padding: 0.3em 2em;
	width: fit-content;
	font-weight: 700;
	background-color: #ffde00;
	border-radius: 100px;
}

#recruit .point .layout .wage span:first-child {
	margin-right: 0.75em;
	font-size: 2.2rem;
}

#recruit .point .layout .wage span:last-child {
	font-size: 4.5rem;
}

#recruit .point p.note02 {
	font-size: 1.5rem;
	text-align: center;
}

/* ----- バナー02 ----- */
#recruit .banner.no_mb {
	margin-bottom: 0;
}

/*  Desktop（1200px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:1200px) {

	/* ----- 導入 ----- */
	#recruit .intro figure.intro_02 figcaption {
		font-size: calc(18 / 1200 * 100vw);
	}

	#recruit .intro .layout p {
		font-size: calc(35 / 1200 * 100vw);
	}

	#recruit .intro .layout ul li {
		font-size: calc(20 / 1200 * 100vw);
	}

	/* ----- バナー ----- */
	#recruit .banner a span:first-child {
		font-size: calc(24 / 1200 * 100vw);
	}

	#recruit .banner a span:last-child {
		font-size: calc(18 / 1200 * 100vw);
	}

	/* ----- 待遇 ----- */
	#recruit .treatment ol li {
		font-size: calc(22 / 1200 * 100vw);
	}

	#recruit .treatment ol li small {
		font-size: calc(14 / 1200 * 100vw);
	}

	#recruit .treatment .layout p {
		font-size: calc(24 / 1200 * 100vw);
	}

	#recruit .treatment .layout ul li {
		font-size: calc(24 / 1200 * 100vw);
	}

	#recruit .treatment .layout ul li::before {
		font-size: calc(24 / 1200 * 100vw);
	}

	/* ----- 仕事内容の一例 ----- */
	#recruit .description h2 {
		font-size: calc(24 / 1200 * 100vw);
	}

	#recruit .description ul.list {
		font-size: calc(18 / 1200 * 100vw);
	}

	#recruit .description .note01 {
		font-size: calc(17 / 1200 * 100vw);
	}

	/* ----- 初心者·未経験でも安心！ ----- */
	#recruit .appeal .fukidashi_01 {
		font-size: calc(24 / 1200 * 100vw);
	}

	#recruit .appeal ul.list li {
		font-size: calc(24 / 1200 * 100vw);
	}

	#recruit .appeal p.note {
		font-size: calc(17 / 1200 * 100vw);
	}

	/* ----- ポイント ----- */
	#recruit .point p.note01 {
		font-size: calc(17 / 1200 * 100vw);
	}

	#recruit .point .fukidashi_01 {
		font-size: calc(24 / 1200 * 100vw);
	}

	#recruit .point .layout .wage span:first-child {
		font-size: calc(22 / 1200 * 100vw);
	}

	#recruit .point .layout .wage span:last-child {
		font-size: calc(45 / 1200 * 100vw);
	}

	#recruit .point p.note02 {
		font-size: calc(15 / 1200 * 100vw);
	}
}

/*  Mobile（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	#recruit {
		padding: 40px 0 40px;
	}

	/* ----- ページタイトル ----- */
	#recruit .title_alphabet {
		margin-bottom: 20px;
	}

	#recruit .title_alphabet svg {
		height: 40px;
	}

	#recruit h1 {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}

	/* ----- 導入 ----- */
	#recruit .intro figure.intro_01 {
		margin: 0 auto 25px;
	}

	#recruit .intro figure.intro_02 figcaption {
		top: 0;
		left: auto;
		right: 0;
		width: calc(250 / 670 * 100%);
		font-size: 1.1rem;
	}

	#recruit .intro .layout {
		flex-wrap: wrap;
		margin-bottom: 25px;
	}

	#recruit .intro .layout p {
		margin-bottom: .25em;
		font-size: 1.6rem;
	}

	#recruit .intro .layout ul li {
		font-size: 1.2rem;
	}

	/* ----- バナー ----- */
	#recruit .banner {
		margin-bottom: 25px;
	}

	#recruit .banner a {
		padding: 20px 20px 10px;
		width: auto;
	}

	#recruit .banner a::after {
		right: 10px;
		top: -20px;
		width: 10px;
	}

	#recruit .banner a:hover::after {
		transform: translate(5px)
	}

	#recruit .banner a span:first-child {
		font-size: 1.9rem;
	}

	#recruit .banner a span:last-child {
		font-size: 1.2rem;
	}

	/* ----- 待遇 ----- */
	#recruit .treatment ol li {
		padding: 20px 10px;
		width: 100%;
		font-size: 2.0rem;
	}

	#recruit .treatment ol li small {
		font-size: 1.1rem;
	}

	#recruit .treatment ol li:nth-child(1) {
		order: 1;
	}

	#recruit .treatment ol li:nth-child(2) {
		order: 2;
	}

	#recruit .treatment ol li:nth-child(3) {
		order: 3;
	}

	#recruit .treatment ol li:nth-child(4) {
		order: 4;
	}

	#recruit .treatment ol li:nth-child(5) {
		order: 5;
	}

	#recruit .treatment ol li:nth-child(6) {
		order: 6;
	}

	#recruit .treatment .layout {
		gap: 15px calc(48 / 1400 * 100%);
		margin-bottom: 25px;
	}

	#recruit .treatment .layout p {
		padding: .5em 3em;
		font-size: 1.8rem;
	}

	#recruit .treatment .layout ul li {
		width: 100%;
		font-size: 1.8rem;
	}

	#recruit .treatment .layout ul li::before {
		font-size: 1.8rem;
	}

	/* ----- 仕事内容の一例 ----- */
	#recruit .description {
		padding: 30px 0 20px;
	}

	#recruit .description h2 {
		font-size: 2.0rem;
	}

	#recruit .description ul.list {
		margin: 0 auto 20px;
		font-size: 1.5rem;
	}

	#recruit .description ul.list li {
		margin-bottom: 1em;
	}

	#recruit .description .note01 {
		font-size: 1.2rem;
	}

	/* ----- 初心者·未経験でも安心！ ----- */
	#recruit .appeal {
		margin-bottom: 30px;
	}

	#recruit .appeal img.photo01 {
		position: absolute;
		top: 10%;
		left: 0;
		width: calc(231 / 670 * 100%);
	}

	#recruit .appeal img.photo02 {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		margin: 0 0 30px auto;
		width: calc(353 / 670 * 100%);
	}

	#recruit .appeal .fukidashi_01 {
		margin: 0 auto 30px 0;
		padding: 1.25em 1em;
		font-size: 2.0rem;
	}

	#recruit .appeal ul.list {
		gap: 20px 0;
		margin-bottom: 20px;
	}

	#recruit .appeal ul.list li {
		padding: 1em .5em;
		width: 100%;
		font-size: 1.9rem;
	}

	#recruit .appeal p.note {
		font-size: 1.2rem;
	}

	/* ----- ポイント ----- */
	#recruit .point {
		margin-bottom: 30px;
	}

	#recruit .point p.note01 {
		margin-bottom: 0;
		font-size: 1.2rem;
		text-align: center;
	}

	#recruit .point ul {
		gap: 30px 0;
		margin-bottom: 80px;
	}

	#recruit .point ul li {
		width: 100%;
	}

	#recruit .point ul li img {
		width: calc(650 / 670 * 100%);
	}

	#recruit .point .fukidashi_01 {
		top: -45px;
		left: 0;
		margin: 0 auto 30px;
		padding: 1em 1em;
		font-size: 2.0rem;
	}

	#recruit .point .layout .wage {
		flex-wrap: wrap;
		margin: 0 auto 20px;
		width: 100%;
		padding: 1.5em 1em;
		text-align: center;
		border-radius: 100px;
	}

	#recruit .point .layout .wage span:first-child {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.2em;
	}

	#recruit .point .layout .wage span:last-child {
		width: 100%;
		font-size: 3.0rem;
		line-height: 1.2em;
	}

	#recruit .point p.note02 {
		font-size: 1.2rem;
	}


}
