@charset "UTF-8";

.job {
	padding-bottom: 120px;
}

.job.-sales {
	margin-top: -100px;
}

.job_hd {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 30px 0;
	width: 100%;
	margin-bottom: 45px;
}

.job_hd_ttl {
	position: relative;
	z-index: 2;
}

.job_hd_ttl::before,
.job_hd_ttl::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
}

.job_hd_ttl::before {
	right: 50%;
	bottom: 30px;
	width: 15vw;
	min-width: 200px;
	height: auto;
	background: url(/recruit/img/work/sales-circle@2x.webp) no-repeat center / contain;
	animation: rotate360 20s linear infinite;
	aspect-ratio: 1/1;
}

.job.-construction .job_hd_ttl::before {
	background-image: url(/recruit/img/work/construction-circle@2x.webp);
}

.job.-office .job_hd_ttl::before {
	background-image: url(/recruit/img/work/office-circle@2x.webp);
}

@keyframes rotate360 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.job_hd_ttl::after {
	top: -5px;
	left: -20px;
	width: 120%;
	height: 120%;
	background-color: var(--color-neutral-white);
}

.job_hd_ttl h2 {
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 60px;
	line-height: var(--lh-ttl-jp);
}

.job_hd_img {
	z-index: 1;
	width: calc(50vw - 50% + 760px);
	max-width: calc(100% + 20px);
	min-height: 350px;
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	border-radius: 10px 0 0 10px;
	aspect-ratio: 900/450;
}

.job_hd_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.job_intro {
	margin-bottom: 80px;
}

.job_intro_ttl {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 28px;
	line-height: var(--lh-ttl-jp);
}

.job_charm {
	margin: 0 calc(50% - 50vw + 30px);
	margin-bottom: 20px;
	padding: 50px 20px;
	border-radius: 10px;
	background-color: var(--color-brand-primary);
}

.job.-construction .job_charm {
	background-color: var(--color-brand-accent-3);
}

.job.-office .job_charm {
	background-color: var(--color-brand-accent-4);
}

.job_charm_ttl {
	margin-bottom: 26px;
	color: var(--color-neutral-white);
	font-weight: 700;
	font-size: 24px;
	line-height: var(--lh-ttl-jp);
	text-align: center;
}

.job_charm_list {
	max-width: 1240px;
	margin: 0 auto;
}

.job_charm_item {
	display: flex;
	justify-content: space-between;
	gap: 20px 0;
	min-height: 220px;
	overflow: hidden;
	border-radius: 10px;
	background-color: var(--color-neutral-white);
}

.job_charm_item:not(:last-child) {
	margin-bottom: 15px;
}

.job_charm_item_charm {
	position: relative;
	width: 220px;
	padding-top: 50px;
}

.job_charm_item_charm::before {
	content: "";
	display: block;
	position: absolute;
	top: -45px;
	left: 0;
	z-index: 0;
	width: 100%;
	background: url(/recruit/img/work/charm-exc2x.webp) no-repeat center / contain;
	aspect-ratio: 292/397;
}

.job_charm_item_charm small,
.job_charm_item_charm span {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 1;
	text-align: center;
}

.job_charm_item_charm small {
	margin-bottom: 5px;
	font-size: 20px;
}

.job_charm_item_charm span {
	margin-bottom: 15px;
	font-size: 60px;
}

.job_charm_item_cnt {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding: 40px;
}

.job_charm_item_cnt_ttl {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 20px;
	line-height: var(--lh-ttl-jp);
}

.job_schedule {
	margin: 0 calc(50% - 50vw + 30px);
	padding: 50px 20px;
	border-radius: 10px;
	background-image: linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px),
	linear-gradient(180deg, rgba(0,0,0,0.03) 1px, transparent 1px);
	background-size: 12px 12px;
	background-color: var(--color-bg-light);
}

.job_schedule_ttl {
	margin-bottom: 26px;
	font-weight: 700;
	font-size: 24px;
	line-height: var(--lh-ttl-jp);
	text-align: center;
}

.job_schedule_wrap {
	display: flex;
	max-width: 1240px;
	margin: 0 auto;
}

.job_schedule_list {
	width: 50%;
	padding: 0 20px;
}

.job_schedule_list > dl {
	display: flex;
	gap: 0 14px;
	position: relative;
	padding: 10px 0;
}

.job_schedule_list > dl > dt {
	padding-top: 4px;
	padding-left: 20px;
	font-size: 20px;
	line-height: 1;
}

.job_schedule_list > dl::before,
.job_schedule_list > dl::after {
	content: "";
	display: block;
	position: absolute;
}

.job_schedule_list > dl::before {
	top: 0;
	left: 4px;
	width: 1px;
	height: 100%;
	border-left: 2px dotted var(--color-border-strong);
}

.job_schedule_list > dl::after {
	top: 20px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: var(--color-brand-primary);
}

.job.-construction .job_schedule_list > dl::after {
	background-color: var(--color-brand-accent-3);
}

.job.-office .job_schedule_list > dl::after {
	background-color: var(--color-brand-accent-4);
}

@media screen and (max-width:1240px) {
	.job_hd {
		flex-direction: column-reverse;
	}

	.job_hd_ttl {
		margin-right: auto;
	}

	.job_charm {
		margin: 0;
		margin-bottom: 20px;
		padding: 40px 20px;
	}

	.job_schedule {
		margin: 0;
		padding: 40px 20px;
	}
}

@media screen and (max-width:768px) {
	.job {
		padding-bottom: 60px;
	}

	.job.-sales {
		margin-top: -30px;
	}

	.job_hd {
		margin-bottom: 30px;
	}

	.job_hd_ttl::before {
		right: auto;
		left: -50px;
		min-width: 180px;
	}

	.job_hd_ttl::after {
		left: -10px;
	}

	.job_hd_ttl h2 {
		font-size: 35px;
	}

	.job_hd_img {
		min-height: 250px;
	}

	.job_intro {
		margin-bottom: 40px;
	}

	.job_intro_ttl {
		font-size: 22px;
	}

	.job_charm {
		padding: 30px 20px 20px;
	}

	.job_charm_ttl {
		margin-bottom: 14px;
		font-size: 18px;
	}

	.job_charm_item {
		flex-direction: column;
	}

	.job_charm_item_charm {
		width: 120px;
		margin: 0 auto;
		padding-top: 20px;
	}

	.job_charm_item_charm small {
		margin-bottom: 2px;
		font-size: 14px;
	}

	.job_charm_item_charm span {
		font-size: 30px;
	}

	.job_charm_item_cnt {
		padding: 0 24px 30px;
	}

	.job_charm_item_cnt_ttl {
		margin-bottom: 8px;
		text-align: center;
	}

	.job_schedule {
		padding: 30px 20px 20px;
	}

	.job_schedule_wrap {
		flex-direction: column;
	}

	.job_schedule_list {
		width: 100%;
		padding: 0;
	}

	.job_schedule_ttl {
		margin-bottom: 14px;
		font-size: 18px;
	}
}
