@charset "UTF-8";

.job {
	position: relative;
	/* padding-top: 230px; */
}

/* .job:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 300px;
	background-image: url(../img/job/img-head.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
} */

.job {
}

.job_hd {
	padding: 55px 0;
	border-top: 4px solid #06a5c5;
	border-bottom: 4px solid #06a5c5;
	text-align: center;
}

.job_hd_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.job_hd_ttl {
	color: #06a5c5;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
}

.job_wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 40px 100px;
	background: #ffffff;
}

.job_catch {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.job_hd {
	text-align: center;
}

.job_hd_ttl {
	font-weight: bold;
	font-size: 30px;
}

.job_hd_lead {
}

.job_hd_nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.job_hd_nav a {
	display: inline-block;
	min-width: 200px;
	padding: 10px 40px;
	border-radius: 5px;
	background: #ff6150;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.job_hd_nav a:nth-child(2) {
	margin-left: 20px;
}

.job_body {
	max-width: 1120px;
	margin: 0 auto;
}

.job_sec {
	margin-top: -110px;
	margin-bottom: 100px;
	padding-top: 110px;
}

.job_sec:last-child {
	margin-bottom: 0;
}

.job_sec_hd {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
	width: 700px;
	height: 70px;
	margin: 0 auto 45px;
	border-radius: 9999px;
	background: var(--mc);
	color: #ffffff;
	font-weight: 500;
}

.job_sec_hd_logo {
	width: 68px;
}

.job_sec_hd_logo img {
	width: 100%;
}

.job_sec_hd_ttl {
}

.job_sec_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 40px;
}

.job_sec_cnt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 20px 20px 20px 30px;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	box-shadow: 3px 3px 6px #00000016;
	background: #ffffff;
	font-weight: bold;
}

.job_sec_list {
}

.job_sec_list_cnt {
	margin-bottom: 8px;
}

.job_sec_list_hd {
	display: flex;
	align-items: center;
	gap: 8px;
}

.job_sec_list_hd::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	background: var(--mc);
}

.job_sec_list_dtl {
}

.job_sec_list_ttl {
}

.job_sec_list_type {
}

.job_sec_list_place {
	display: flex;
	flex-flow: wrap;
	gap: 5px 12px;
	margin-bottom: 0;
}

.job_sec_list_place span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 113px;
	height: 36px;
	padding: 0 4px;
	border-radius: 5px;
	background: var(--tagc);
	color: #ffffff;
	font-size: 20px;
}

.job_sec_rt {
	flex-shrink: 0;
	width: 145px;
}

.job_sec_rt_img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 5px;
	aspect-ratio: 1;
}

.job_sec_rt_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.job_sec_rt_link {
}

.job_sec_rt_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background: var(--mc);
	color: #ffffff;
}

.job_sec_rt_link a span {
	display: flex;
	width: 7px;
}

.faq {
	background: #f7f7f7;
}

.faq_wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 40px 140px;
}

.faq_hd {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

.faq_cnt {
}

.faq_box {
	width: 100%;
	margin-bottom: 25px;
	padding: 40px;
	background: #ffffff;
}

.faq_box:last-child {
	margin-bottom: 0;
}

.faq_box_question {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}

.faq_box_question h3 {
}

.faq_box_question h3 span {
	color: #06a8c2;
}

.faq_box_answer {
	display: flex;
	gap: 10px;
}

.faq_box_answer_hd {
	flex-shrink: 0;
	font-weight: bold;
	font-size: 20px;
}

.faq_box_answer_cnt {
	padding-top: 4px;
}

.faq_box_answer_flow {
	width: 560px;
	margin-top: 26px;
}

.faq_box_answer_flow_cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 34px;
	border: 1px solid #d3d3d3;
	background: #f7f7f7;
	font-weight: bold;
}

.faq_box_answer_flow_cnt::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 17px);
	right: 50%;
	border-top: 15px solid #06a8c2;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	transform: translate(50%, -50%);
}

.faq_box_answer_flow_cnt:last-child:after {
	display: none;
}

.faq_box_answer_flow_cnt:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:1350px) {
}

@media screen and (max-width:640px) {
	.job {
		padding: 0 0 40px;
	}

	.job:before {
		height: auto;
		padding-top: 30%;
	}

	.job_wrap {
		padding: 60px 20px 0;
	}

	.job_catch {
		padding: 0 20%;
	}

	.job_hd {
		padding: 35px 0;
		overflow: hidden;
	}

	.job_hd_ttl {
		font-size: 20px;
	}

	.job_hd_lead {
	}

	.job_hd_nav a {
		min-width: 150px;
		padding: 10px;
	}

	.job_hd_nav a:nth-child(1) {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 73px;
		box-sizing: border-box;
		color: #ffffff;
		font-size: 15px;
		text-decoration: none;
		text-align: center;
	}

	.job_hd_nav a:nth-child(2) {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 73px;
		box-sizing: border-box;
		color: #ffffff;
		font-size: 15px;
		text-decoration: none;
		text-align: center;
	}

	.job_body {
		margin-top: 0;
	}

	.job_sec {
		margin-top: -70px;
		margin-bottom: 50px;
		padding-top: 70px;
	}

	.job_sec:last-child {
	}

	.job_sec_hd {
		gap: 6px;
		width: 100%;
		height: 70px;
		margin: 0 auto 30px;
		font-size: 18px;
	}

	.job_sec_hd_logo {
		width: 55px;
	}

	.job_sec_hd_logo img {
	}

	.job_sec_hd_ttl {
	}

	.job_sec_wrap {
		grid-template-columns: 1fr;
	}

	.job_sec_cnt {
		padding: 20px;
	}

	.job_sec_list {
	}

	.job_sec_list_cnt {
		margin-bottom: 6px;
	}

	.job_sec_list_hd {
		gap: 4px;
	}

	.job_sec_list_hd::before {
		width: 6px;
		height: 6px;
	}

	.job_sec_list_dtl {
	}

	.job_sec_list_ttl {
	}

	.job_sec_list_type {
	}

	.job_sec_list_place {
		gap: 5px;
	}

	.job_sec_list_place span {
		min-width: 60px;
		height: 25px;
		font-size: 15px;
	}

	.job_sec_rt {
		width: 118px;
	}

	.job_sec_rt_img {
	}

	.job_sec_rt_link {
	}

	.job_sec_rt_link a {
		height: 32px;
	}

	.job_sec_rt_link a span {
	}

	.faq {
	}

	.faq_wrap {
		padding: 50px 20px;
	}

	.faq_hd {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.faq_cnt {
	}

	.faq_box {
		padding: 20px 20px 30px;
	}

	.faq_box:last-child {
	}

	.faq_box_question {
		font-size: 18px;
	}

	.faq_box_question h3 {
	}

	.faq_box_question h3 span {
	}

	.faq_box_answer {
		flex-flow: column;
		gap: 0;
	}

	.faq_box_answer_hd {
		font-size: 18px;
	}

	.faq_box_answer_cnt {
		padding: 0;
	}

	.faq_box_answer_flow {
		width: 100%;
		margin-top: 20px;
	}

	.faq_box_answer_flow_cnt {
		height: auto;
		margin-bottom: 28px;
		padding: 15px 0;
		text-align: center;
	}

	.faq_box_answer_flow_cnt::after {
		top: calc(100% + 14px);
		border-top-width: 11px;
	}

	.faq_box_answer_flow_cnt:last-child:after {
	}

	.faq_box_answer_flow_cnt:last-child {
	}
}
