

.recruit-hero {
	position: relative;
	padding: 20px 0 0;
}

.recruit-hero__image {
	width: calc(100% - 20px);
	border-radius: 0 30px 30px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.recruit-hero__img {
	width: 100%;
	height: auto;
	display: block;
}

.recruit-hero__content {
	padding: 20px 20px 0;
	position: relative;
	z-index: 1;
}

.recruit-hero__label {
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #6bb529;
	line-height: 16px;
	margin-bottom: 8px;
}

.recruit-hero__title {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 34px;
	font-weight: 900;
	color: #222;
	line-height: 44px;
	margin: 0 0 16px;
}

.recruit-hero__title-accent {
	color: #6bb529;
}

.recruit-hero__description {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #222;
	line-height: 32px;
	margin: 0;
}

.recruit-hero__dot {
	position: absolute;
	left: calc(50% + 164px);
	transform: translateX(-50%);
	top: 0;
	width: 400px;
	height: 400px;
	pointer-events: none;
	z-index: 0;
}

.recruit-hero__dot-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}



@media (min-width: 768px) {
	.recruit-hero {
		padding: 60px 0 0;
	}

	.recruit-hero__content {
		padding: 30px 60px 0;
	}

	.recruit-hero__description {
		max-width: 400px;
	}

	.recruit-hero__dot {
		left: calc(50% + 260px);
		width: 300px;
		height: 300px;
	}
}







@media (min-width: 1024px) {
	.recruit-hero {
		display: flex;
		align-items: flex-start;
		padding: 80px 0 0;
	}

	.recruit-hero__image {
		flex: 0 0 60%;
		width: 60%;
		border-radius: 0 50px 50px 0;
	}

	.recruit-hero__content {
		flex: 1;
		padding: 0 60px;
	}

	.recruit-hero__label {
		font-size: 16px;
		line-height: 20px;
	}

	.recruit-hero__title {
		font-size: 48px;
		line-height: 60px;
	}

	.recruit-hero__description {
		font-size: 22px;
		line-height: 40px;
		max-width: 316px;
	}

	.recruit-hero__dot {
		left: auto;
		right: 20%;
		transform: translateX(50%);
		top: -18px;
		width: 350px;
		height: 350px;
	}
}



@media (min-width: 1280px) {
	.recruit-hero__image {
		flex: 1 1 auto;
		width: auto;
	}

	.recruit-hero__content {
		flex: 0 0 auto;
		padding: 0 80px;
		max-width: 500px;
	}

	.recruit-hero__title {
		font-size: 56px;
		line-height: 70px;
	}

	.recruit-hero__description {
		font-size: 24px;
		line-height: 44px;
	}

	.recruit-hero__dot {
		right: 350px;
		width: 400px;
		height: 400px;
	}
}
