@charset "utf-8";
/*////////////////////////////////////
recruit
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#recruit {
	position: relative;
	width: 100%;
	padding: 150px 0;
}
#recruit_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
#recruit_title {
	position: relative;
	width: 100%;
	font-size: clamp(4rem,4vw,6rem);
	margin-bottom: 50px;
}

#recruit_place {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#recruit_word {
	position: relative;
	width: 50%;
	margin-right: 4%;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
}
#recruit_image {
	position: relative;
	width: 46%;
}
#recruit_image img {
	border-radius: 30px;
}
#recruit_link {
	position: relative;
	width: 100%;
}
#recruit_link_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 150px;
}
.recruit_link_item {
	position: relative;
	width: 29%;
	margin: 0 2%;
}
.recruit_link_item a {
	transition: all 0.3s;
}
.recruit_link_item a:hover {
	opacity: 0.7;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
#recruit {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#recruit_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
#recruit_title {
	position: relative;
	width: 100%;
	font-size: 2.6rem;
	margin-bottom: 50px;
}

#recruit_place {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#recruit_word {
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
	margin-bottom: 30px;
}
#recruit_image {
	position: relative;
	width: 100%;
}
#recruit_image img {
	border-radius: 30px;
}
#recruit_link {
	position: relative;
	width: 100%;
}
#recruit_link_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.recruit_link_item {
	position: relative;
	width: 60%;
	margin: 0 20% 30px;
}
.recruit_link_item a {
	transition: all 0.3s;
}
.recruit_link_item a:hover {
	opacity: 0.7;
}
}