@charset "UTF-8";
/* html{
	font-size: 100%!important;
} */
body.page-template-recruit{
	font-family: YakuHanJP,"Zen Kaku Gothic Antique", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 900;
	font-style: normal;
	padding-bottom: 0;
}
header{
	background-color: #fff;
}
h1{
	position: static!important;
	transform: rotate(0)!important;
}
h1.recruit-headline{
	font-size: 6.5rem;
	font-weight: 900!important;
	line-height: 1.2;
	margin-bottom: 1em;
	span{
		display: inline-block;
	}
}
p+p{
	margin-top: 1.4em;
}
.recruit-main{
	overflow-x: hidden;
}
.recruit-section{
	padding: 120px 24px;
}
.recruit-lead-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 240px;
	gap: 48px 0;
}
.recruit-lead{
	font-size: 2.0rem;
}
.recruit-lead-image-wrapper{
	position: relative;
}
.recruit-lead-image{
	position: absolute;
	width: 120%;
	left: 0;
	bottom: 0;
}
.recruit-section-inner{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
h2.recruit-heading{
	font-size: 3.0rem;
	line-height: 1.2;
	margin-bottom: 1em;
}

.recruit-contaier{
	display: grid;
	place-content: center;
	grid-template-columns: 1fr minmax(auto, 480px);
	gap: 48px 100px;
	&:nth-child(even){
		grid-template-columns: minmax(auto, 480px) 1fr;
		.recruit-text{
			order: 1;
		}
		.recruit-image{
			order: 2;
		}
	}
	&+&{
		margin-top: 140px;
	}
}
.recruit-text{
	order: 2;
}
.recruit-image{
	width: 100%;
	order: 1;
}
.recruit-image-inner{
	position: relative;
	width: 100%;
	aspect-ratio: 3/4;
}
.recruit-fig-illust{
	position: absolute;
	width: 64%;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
.recruit-fig{
	position: relative;
	width: 100%;
	aspect-ratio: 1/1;
	&.last{
		top: -100px;
	}
	img{
		position: absolute;
		width: 100%;
		max-width: 640px;
		aspect-ratio: 1/1;
		background-color: #f00;
		border-radius: 50%;
		object-fit: cover;
		object-position: center;
		z-index: 999;
		top: 0;
		left: 0;
	}
	&::after{
		content: '';
		position: absolute;
		display: inline-block;
		width: 100%;
		max-width: 640px;
		aspect-ratio: 1/1;
		border-radius: 50%;
		z-index: 1;
		top: 20px;
		left: -20px;
		background: linear-gradient(90deg, #F1FF56 10%, #C8F854);
	}
	&.right{
		&::after{
			left: 20px;
			background: linear-gradient(90deg, #F9C67C 10%, #55D5D8);
		}
	}
}

.gray{
	background-color: #f0f1f1;
}

.recruit-guideline{
	background-color: #fff;
	border-radius: 24px;
	filter: drop-shadow(0 0 11px rgb(0 0 0 /.2));
	padding: 80px;
	font-size: 1.3rem;
	line-height: 1.7;
	font-weight: 700;
}
.recruit-guide-heading{
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	padding: .6em 1em .5em 1em;
	border-radius: 2em;
	letter-spacing: .1em;
	margin: 2em 0 1em 0 ;
}
.recruit-guide-list{
	margin-left: .2em;
	li{
		text-indent: -.5em;
		margin-left: .5em;
	}
	li+li{
		margin-top: .5em;
	}
}
.recruit-guideline-inner{
	position: relative;
}
.recruit-guideline-text{
	position: relative;
	z-index: 100;
}
.recruit-guideline-image{
	position: absolute;
	&.first{
		width: 50%;
		max-width: 400px;
		bottom: 90%;
		right: 0;
	}
	&.last{
		width: 30%;
		max-width: 320px;
		bottom: 140px;
		right: 0;
		z-index: 0;
	}
}
.recruit-link-wrapper{
	width: 100%;
	margin-top: 120px;
	padding: 0 24px;
}
.recruit-link{
	display: table;
	width: 100%;
	max-width: 800px;
	text-align: center;
	background-color: #f3ff16;
	margin: auto;
	padding: 24px 48px;
	font-size: 3.0rem;
	line-height: 1;
	font-weight: 900;
	border-radius: 2em;
}
@media (any-hover: hover) {
	.recruit-link:hover{
		background-color: #000;
		color: #fff;
	}
}
footer{
	display: none;
}
@media screen and (max-width: 960px) {
	.recruit-guideline-image{
		&.first{
			width: 40%;
			bottom: calc(100% - 60px);
		}
		&.last{
			position: static;
			display: block;
			margin-left: auto;
			width: 50%;
			margin-top: 60px;
			margin-right: 24px;
		}
	}
}
@media screen and (max-width: 764px) {
	body.page-template-recruit{
		font-size: 1.6rem;
	}
	h1.recruit-headline{
		font-size: 3.2rem;
	}
	.recruit-section:first-child{
		padding: 48px 24px 120px 24px;
	}
	.recruit-lead-wrapper{
		grid-template-columns: 1fr;
		margin-bottom: 120px;
	}
	.recruit-lead-image{
		position: static;
		width: 100%;
	}
	.recruit-lead{
		font-size: 1.8rem;
	}
	.recruit-contaier{
		grid-template-columns: 1fr;
		&:nth-child(even){
			grid-template-columns: 1fr;
		}
		&+&{
			margin-top: 90px;
		}
	}
	.recruit-text{
		order: 1!important;
	}
	.recruit-image{
		order: 2!important;
	}
	.recruit-fig{
		aspect-ratio: 1/1;
		min-height: auto;
		margin: auto;
		width: 90%;
		&.last{
			top: 0;
		}
	}
	.recruit-guideline{
		padding: 0 18px 42px 18px;
	}
	.recruit-link-wrapper{
		margin-top: 60px;
		padding: 0;
	}
	.recruit-link{
		font-size: 2.2rem;
		padding: 24px 0;
	}
}