@charset "UTF-8";

body.-jobs,
body.-jobs_single {
	background-color: var(--color-brand-tertiary);
}

.job {
	padding: 10px 0 120px;
}

.job_ttl {
	color: var(--color-neutral-white);
}

.job_ttl.cmnsecttl::before {
	background-color: var(--color-brand-accent-1);
}

.job .-no_post {
	padding: 30px;
	border: 2px solid var(--color-neutral-white);
	border-radius: 10px;
	color: var(--color-neutral-white);
}

.job_list_post {
	margin-bottom: 15px;
	border-radius: 10px;
	background-color: var(--color-neutral-white);
}

.job_list_post > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	padding: 30px 50px;
}

.job_list_post_wrap {
	flex: 1;
}

.job_list_post_head_cat {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 14px;
	background-color: var(--color-brand-accent-1);
	color: var(--color-brand-tertiary);
	font-weight: 700;
	line-height: var(--lh-ttl-jp);
}

.job_list_post_head_ttl {
	margin-bottom: 18px;
	font-weight: 700;
	font-size: 20px;
	line-height: var(--lh-ttl-jp);
}

.job_list_post_tbl > dl {
	display: flex;
	gap: 20px;
	padding: 12px 10px;
	border-top: 1px solid var(--color-border-default);
}

.job_list_post_tbl > dl > dt {
	width: 100px;
	font-weight: 700;
}

.job_list_post_tbl > dl > dd {
	flex: 1;
}

.job_list_post_arrow {
	width: 70px;
}

.event {
	padding: 120px 0;
	background-color: var(--color-neutral-white);
}

.event_intro {
	margin-bottom: 40px;
}

.event_item {
	display: flex;
	align-items: center;
	gap: 20px 60px;
	padding: 40px 0;
	border-top: 1px solid var(--color-border-default);
}

.event_item:last-child {
	border-bottom: 1px solid var(--color-border-default);
}

.event_item.-opencompany {
	align-items: flex-start;
}

.event_item_img {
	position: relative;
	width: 34%;
	max-width: 400px;
	overflow: hidden;
	border-radius: 10px;
}

.event_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event_item_cnt {
	flex: 1;
}

.event_item_cnt_hd {
	position: relative;
	margin-bottom: 30px;
}

.event_item_cnt_num {
	display: inline-flex;
	justify-content: center;
	position: absolute;
	top: -10px;
	left: -105px;
	width: 88px;
	height: auto;
	padding-top: 30px;
	background: url(/recruit/img/jobs/event-exc@2x.webp) no-repeat center / contain;
	color: var(--color-neutral-white);
	font-size: 40px;
	aspect-ratio: 88/120;
}

.event_item_cnt_ttl {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 32px;
	line-height: var(--lh-ttl-jp);
}

.event_item_cnt_label {
	display: flex;
	gap: 5px 10px;
}

.event_item_cnt_label > span {
	padding: 2px 10px;
	background-color: var(--color-brand-accent-1);
	color: var(--color-brand-primary);
	font-weight: 700;
	line-height: var(--lh-ttl-btn);
}

.event_item_cnt_label span.-visit {
	border: 1px solid var(--color-brand-accent-3);
	background-color: var(--color-neutral-white);
	color: var(--color-brand-accent-3);
}

.event_item_cnt_body_sec {
	padding: 30px;
	border-radius: 10px;
	background-color: var(--color-bg-light);
}

.event_item_cnt_body_sec:not(:last-child) {
	margin-bottom: 10px;
}

.event_item_cnt_body_sec_ttl {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 24px;
	line-height: var(--lh-ttl-jp);
}

.event_ft {
	padding-top: 40px;
}

.event_ft_info {
	margin-bottom: 40px;
	padding: 40px;
	border: 4px solid var(--color-brand-primary);
	border-radius: 10px;
	text-align: center;
}

.event_ft_info .-marker {
	color: var(--color-brand-primary);
}

.event_ft_btn .cmnbtn {
	margin: 0 auto;
}

/* --single-- */
.post {
	margin-top: -250px;
	margin-bottom: 40px;
	padding: 80px 0;
	overflow: hidden;
	border-radius: 10px;
	background-color: var(--color-neutral-white);
}

.post_hd {
	margin-bottom: 40px;
}

.post_hd_cat,
.post_hd_ttl {
	font-weight: 700;
	line-height: var(--lh-ttl-jp);
}

.post_hd_cat {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 10px;
	background-color: var(--color-brand-accent-1);
	color: var(--color-brand-primary);
}

.post_hd_ttl {
	font-size: 32px;
}

.post_sec {
	margin-bottom: 60px;
}

.post_sec_ttl {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: var(--lh-ttl-jp);
}

.post_sec_ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 12px;
	height: 6px;
	border-radius: 4px;
	background-color: var(--color-brand-primary);
}

.post_sec.-apl .post_sec_wrap {
	padding: 20px;
	border-radius: 10px;
	background-color: var(--color-bg-light);
}

.post_sec.-apl .post_sec_tbl {
	padding: 0 20px;
	background-color: var(--color-neutral-white);
}

.post_sec_tbl > dl {
	display: flex;
	gap: 4px 20px;
	padding: 18px 10px;
	border-top: 1px solid var(--color-border-default);
}

.post_sec_tbl > dl:last-child {
	border-bottom: 1px solid var(--color-border-default);
}

.post_sec.-apl .post_sec_tbl > dl:first-child {
	border-top: none;
}

.post_sec.-apl .post_sec_tbl > dl:last-child {
	border-bottom: none;
}

.post_sec_tbl > dl > dt {
	width: 200px;
	font-weight: 700;
}

.post_sec_tbl > dl > dd {
	flex: 1;
}

.post_ft_btn_balloon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: var(--lh-ttl-jp);
	text-align: center;
}

.post_ft_btn_balloon .-slash,
.post_ft_btn_balloon .-slash::before {
	display: inline-block;
	width: 2px;
	height: 30px;
	border-radius: 2px;
	background-color: var(--color-brand-primary);
}

.post_ft_btn_balloon .-slash {
	position: relative;
	transform: rotate(-30deg);
}

.post_ft_btn_balloon .-slash.-right {
	transform: rotate(30deg);
}

.post_ft_btn_balloon .-slash::before {
	content: "";
	position: absolute;
	top: 0;
	left: 6px;
}

.post_ft_btn_balloon .-slash.-left::before {
	right: 6px;
	left: auto;
}

.post_ft_btn .cmnbtn {
	margin: 0 auto;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.job {
		padding: 10px 0 60px;
	}

	.job_list_post > a {
		flex-direction: column;
		gap: 5px;
		padding: 20px;
	}

	.job_list_post_head_cat {
		padding: 3px 14px;
		font-size: 14px;
	}

	.job_list_post_tbl > dl {
		flex-direction: column;
		gap: 4px;
		padding: 12px 0;
	}

	.job_list_post_arrow {
		display: flex;
		justify-content: end;
		align-items: end;
		width: 100%;
		margin-right: -20px;
		margin-bottom: -10px;
	}

	.event {
		padding: 60px 0;
	}

	.event_item {
		flex-direction: column;
	}

	.event_item_img {
		width: 100%;
		max-width: 100%;
	}

	.event_item_cnt_hd {
		margin-bottom: 20px;
	}

	.event_item_cnt_num {
		top: -75px;
		left: -15px;
		width: 55px;
		height: auto;
		padding-top: 20px;
		font-size: 25px;
	}

	.event_item_cnt_ttl {
		font-size: 26px;
	}

	.event_item_cnt_body_sec {
		padding: 25px 20px;
	}

	.event_item_cnt_body_sec_ttl {
		font-size: 20px;
	}

	.event_ft_info {
		padding: 25px 20px;
		text-align: left;
	}

	/* --single-- */
	.post {
		margin-top: -150px;
		padding: 30px 0 50px;
	}

	.post_hd {
		margin-bottom: 20px;
	}

	.post_hd_ttl {
		font-size: 24px;
	}

	.post_sec {
		margin-bottom: 40px;
	}

	.post_sec_ttl {
		font-size: 18px;
	}

	.post_sec_ttl::before {
		top: 12px;
	}

	.post_sec_tbl > dl {
		flex-direction: column;
		padding: 15px 0;
	}

	.post_sec_tbl > dl > dt {
		width: 100%;
	}
}
