@charset "UTF-8";

.cmnicon_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px 40px;
	padding: 40px;
	border-radius: 10px;
	background-color: var(--color-bg-light);
}

.cmnicon_item:not(:last-child) {
	margin-bottom: 15px;
}

.cmnicon_item_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: var(--color-neutral-white);
}

.cmnicon_item_icon img {
	width: 80%;
	height: 80%;
	object-fit: contain;
}

.cmnicon_item_cnt {
	flex: 1;
}

.cmnicon_item_cnt_ttl {
	margin-bottom: 14px;
	font-weight: 700;
	font-size: 24px;
	line-height: var(--lh-ttl-jp);
}

.cmnicon_item_cnt_list {
	margin-bottom: 4px;
}

.cmnicon_item_cnt_list > li {
	position: relative;
	padding-left: 12px;
}

.cmnicon_item_cnt_list > li:not(:last-child) {
	margin-bottom: 4px;
}

.cmnicon_item_cnt_list > li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: var(--color-brand-primary);
}

.assign {
	padding: 120px 0;
}

.assign_wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px 4%;
}

.assign_img {
	width: 48%;
	overflow: hidden;
	border-radius: 10px;
}

.assign_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.assign_cnt {
	width: 48%;
}

.assign_cnt_ttl {
	margin-bottom: 14px;
	font-weight: 700;
	font-size: 24px;
	line-height: var(--lh-ttl-jp);
}

.assign_cnt_text > p:not(:last-child) {
	margin-bottom: 14px;
}

.career {
	padding: 120px 0;
	background-color: var(--color-bg-light);
}

.career_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px 0;
}

.career_list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 48%;
}

.career_img {
	width: 57%;
	height: 450px;
	margin-left: -5%;
	overflow: hidden;
	border-radius: 10px;
}

.career_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	object-position: 60% 30%;
}

.welfare {
	padding: 120px 0;
}

/* --career-- */
.follow {
	padding-top: 120px;
}

.follow_intro {
	margin-bottom: 45px;
}

.training {
	padding-top: 120px;
}

.training_new_img {
	margin-top: 20px;
}

.training_new_img img {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 950/400;
}

.training_skill {
	margin-top: 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: var(--color-neutral-white);
}

.training_skill_ttl {
	margin-bottom: 6px;
	font-weight: 700;
	line-height: var(--lh-ttl-jp);
}

.training_skill_list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
}

.training_skill_list > li {
	position: relative;
	padding-left: 12px;
	font-size: 14px;
}

.training_skill_list > li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: var(--color-brand-primary);
}

.training_kaigai_img {
	display: flex;
	gap: 5px 0.5%;
	margin-top: 20px;
}

.training_kaigai_img img {
	width: 33%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	object-fit: cover;
	aspect-ratio: 314/240;
}

.step {
	padding: 120px 0;
}

.step_intro {
	margin-bottom: 45px;
}

.step_img:not(:last-child) {
	margin-bottom: 80px;
}

.step_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.step_img img.-ttl {
	width: 272px;
}

.step_img.-map img.-ttl {
	margin-bottom: 15px;
}

.step_img img.-chart {
	width: 100%;
}

.step_img.-step img.-chart {
	margin-top: -50px;
}

.step_img.-map .step_img_intro {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 20px;
	color: var(--color-brand-primary);
	font-weight: 700;
	font-size: 20px;
}

@media screen and (max-width:1240px) {
	.step_img.-map .step_img_intro {
		display: block;
		margin-left: 0;
	}
}

@media screen and (max-width:768px) {
	.cmnicon_item {
		flex-direction: column;
		padding: 30px;
	}

	.cmnicon_item_icon {
		width: 80px;
		height: 80px;
	}

	.cmnicon_item_cnt_ttl {
		font-size: 20px;
		text-align: center;
	}

	.assign {
		padding: 60px 0;
	}

	.assign_wrap {
		flex-direction: column;
	}

	.assign_img {
		width: 100%;
	}

	.assign_cnt {
		width: 100%;
	}

	.assign_cnt_ttl {
		font-size: 22px;
	}

	.career {
		padding: 60px 0 0 0;
	}

	.career_wrap {
		flex-direction: column;
	}

	.career_list {
		width: 100%;
	}

	.career_img {
		width: 100vw;
		height: auto;
		max-height: 300px;
		margin-left: 0;
		border-radius: 0;
	}

	.welfare {
		padding: 60px 0;
	}

	/* --career-- */
	.follow {
		padding-top: 60px;
	}

	.training {
		padding-top: 60px;
	}

	.step {
		padding: 60px 0;
	}

	.step_img:not(:last-child) {
		margin-bottom: 50px;
	}

	.step_img img.-ttl {
		width: 180px;
	}

	.step_img.-step img.-chart {
		margin-top: 0;
	}

	.step_img.-map .step_img_intro {
		font-size: 16px;
	}
}
