@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 12.2rem;
}
#main .headLine03 {
	margin-bottom: 1.5rem;
}
#main .videoBox {
	margin: 0 3.2rem;
	position: relative;
	z-index: 9;
	border-radius: 1.2rem;
	aspect-ratio: 1302/732;
	overflow: hidden;
}
#main .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .videoBox .comBtn01 {
	position: absolute;
	z-index: 2;
	bottom: 4rem;
	left: 50%;
	transform: translateX(-50%);
}
#main .info {
	margin-bottom: 4rem;
	letter-spacing: 0.08rem;
}
#main .member {
	margin-bottom: 12rem;
}
#main .member .menberUl {
	gap: 3rem 2.15%;
}
#main .member .menberUl li {
	width: 31.9%;
}
#main .member .menberUl a {
	display: block;
}
#main .member .menberUl a:hover {
	opacity: 0.7;
}
#main .member .menberUl .photoBox {
	margin-bottom: 2.4rem;
	border-radius: 0.8rem;
	overflow: hidden;
	border: 1px solid #D9D9D9;
	aspect-ratio: 381/214;
}
#main .member .menberUl .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .member .menberUl .textBox .name {
	margin-bottom: 0.4rem;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.06rem;
}
#main .member .menberUl .textBox .sml {
	margin-bottom: 1.6rem;
	font-size: 1.3rem;
	font-weight: 400;
}
#main .member .menberUl .textBox .text {
	margin-bottom: 0.8rem;
	letter-spacing: 0.048rem;
}
#main .member .menberUl .textBox .text:last-child {
	margin-bottom: 0;
}
#main .job {
	padding-bottom: 12rem;
}
#main .job .headLine03 {
	background-image: url(../img/common/h_img02.png);
}
#main .job h4 {
	margin-bottom: 2.4rem;
	padding-left: 3rem;
	position: relative;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.084rem;
}
#main .job h4::after {
	position: absolute;
	top: 1rem;
	left: 0;
	content: "";
	z-index: 1;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background-color: #FF4D00;
}
#main .job .comLinkUl {
	margin-bottom: 4rem;
	gap: 3rem 2.15%;
}
#main .job .comLinkUl > li {
	width: 31.9%;
}
#main .job .comLinkUl a {
	padding: 3.3rem 8rem 3.3rem 3rem;
	display: block;
}
#main .job .comLinkUl .title {
	margin-bottom: 1.6rem;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.06rem;
}
#main .job .comLinkUl a li {
	padding: 1px 0 1px 4rem;
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
	letter-spacing: 0.048rem;
	background: url(../img/recruit/job_img01.png) no-repeat left top / 2.4rem;
}
#main .job .comLinkUl a li:nth-child(2) {
	background-image: url(../img/recruit/job_img02.png);
}
#main .job .comLinkUl a li:nth-child(3) {
	background-image: url(../img/recruit/job_img03.png);
}
#main .job .comLinkUl .ico {
	top: auto;
	bottom: 4rem;
	right: 4rem;
	transform: translate(0,0);
}
#main .job .comLinkUl a li:last-child {
	margin-bottom: 0;
}
#main .detailBox {
	margin: 14.8rem auto 16rem;
	max-width: 96rem;
}
#main .detailBox .innerBox {
	margin-bottom: 7.2rem;
	padding: 8rem;
	background-color: #FFF6F2;
	word-break: break-all;
}
#main .detailBox .innerBox .sub:not(:last-child) {
	margin-bottom: 8rem;
}
#main .detailBox .innerBox h2 {
	margin-bottom: 2.3rem;
	padding-left: 3.2rem;
	position: relative;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.084rem;
	line-height: 1.4;
}
#main .detailBox .innerBox h2::after {
	position: absolute;
	top: 1.2rem;
	left: 0;
	content: "";
	z-index: 1;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background-color: #FF4D00;
}
#main .detailBox .innerBox p {
	margin-bottom: 0.8rem;
	letter-spacing: 0.048rem;
	word-break: break-all;
}
#main .detailBox .innerBox p:last-child {
	margin-bottom: 0;
}
#main .detailBox .innerBox h3 {
	margin: 2.6rem 0 0.7rem;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.06rem;
	line-height: 1.4;
}
#main .detailBox .innerBox li {
	position: relative;
	padding-left: 2.4rem;
	letter-spacing: 0.048rem;
}
#main .detailBox .innerBox li::after {
	position: absolute;
	top: 1.3rem;
	left: 1.1rem;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	content: "";
	z-index: 1;
	background-color: #333;
}
#main .detailBox .comBtn01 {
	width: auto;
}
#main .detailBox .innerBox a {
	color: #FF4D00;
	text-decoration: underline;
}
@media all and (min-width: 981px) {
	#main .detailBox .innerBox a:hover {
		text-decoration: none;
	}
	#main .headLine02 {
		border-bottom: 0;
	}
	.comContactBox {
		display: none;
	}
}
@media all and (max-width: 980px) {
	.pageTitle {
		padding-bottom: 10.3rem;
	}
	#main .headLine02 {
		margin-bottom: 8rem;
	}
	#main .headLine03 {
		margin-bottom: 2.3rem;
	}
	#main .videoBox {
		aspect-ratio: 350/732;
	}
	#main .videoBox .comBtn01 {
		bottom: 7.2rem;
	}
	#main .info {
		margin-bottom: 2.4rem;
		letter-spacing: 0.07rem;
	}
	#main .member {
		margin-bottom: 12rem;
	}
	#main .member .slideBox {
		padding-bottom: 6rem;
		margin: 0 -1.6rem;
		position: relative;
	}
	#main .member .slideBox .prev,
	#main .member .slideBox .next {
		position: absolute;
		bottom: 0;
		right: 7.7rem;
		z-index: 2;
		width: 4rem;
	}
	#main .member .slideBox .next {
		right: 2rem;
	}
	#main .member .menberUl {
		gap: 0;
	}
	#main .member .slideBox .slick-slide > div,
	#main .member .menberUl li {
		width: 32rem;
	}
	#main .member .slideBox .slick-slide > div {
		margin: 0 1.6rem;
	}
	#main .member .slideBox .slick-list {
		padding: 0 10px !important;
	}
	#main .member .menberUl .textBox .name {
		font-size: 1.8rem;
		letter-spacing: 0.054rem;
	}
	#main .member .menberUl .textBox .sml {
		font-size: 1.2rem;
	}
	#main .member .menberUl .textBox .text {
		margin-bottom: 0.8rem;
		letter-spacing: 0.042rem;
	}
	#main .member .menberUl .textBox .text:last-child {
		margin-bottom: 0;
	}
	#main .member .menberUl .photoBox {
		aspect-ratio: 318/179;
	}
	#main .job {
		padding-bottom: 6.2rem;
	}
	#main .job h4 {
		margin-bottom: 1.5rem;
		padding-left: 3.2rem;
		font-size: 2.4rem;
		letter-spacing: 0.072rem;
	}
	#main .job h4::after {
		top: 0.9rem;
	}
	#main .job .comLinkUl {
		margin-bottom: 4.8rem;
		display: block;
	}
	#main .job .comLinkUl > li {
		margin-bottom: 1.5rem;
		width: auto;
	}
	#main .job .comLinkUl > li:last-child {
		margin-bottom: 0;
	}
	#main .job .comLinkUl a {
		padding: 2.4rem 6.4rem 2.2rem 2.4rem;
	}
	#main .job .comLinkUl .title {
		font-size: 1.8rem;
		letter-spacing: 0.054rem;
	}
	#main .job .comLinkUl a li {
		padding: 0.4rem 0 0.4rem 3.2rem;
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
		letter-spacing: 0.042rem;
	}
	#main .job .comLinkUl .ico {
		top: auto;
		bottom: 3.3rem;
		right: 3.2rem;
	}
	#main .detailBox {
		margin: 0;
		padding: 16rem 0 12rem;
		max-width: 100%;
	}
	#main .detailBox .innerBox {
		margin-bottom: 4rem;
		padding: 4rem;
	}
	#main .detailBox .innerBox .sub:not(:last-child) {
		margin-bottom: 4rem;
	}
	#main .detailBox .innerBox h2 {
		margin-bottom: 1.7rem;
		padding-left: 3.2rem;
		font-size: 2.4rem;
		letter-spacing: 0.072rem;
	}
	#main .detailBox .innerBox h2::after {
		top: 0.8rem;
	}
	#main .detailBox .innerBox p {
		margin-right: -0.5rem;
		letter-spacing: 0.042rem;
	}
	#main .detailBox .innerBox h3 {
		margin-top: 1.5rem;
		font-size: 1.8rem;
		font-weight: 300;
		letter-spacing: 0.054rem;
	}
	#main .detailBox .innerBox li {
		margin-right: -0.5rem;
		padding-left: 2rem;
		letter-spacing: 0.048rem;
	}
	#main .detailBox .innerBox li::after {
		position: absolute;
		top: 1.3rem;
		left: 1.1rem;
		width: 0.2rem;
		height: 0.2rem;
		border-radius: 50%;
		content: "";
		z-index: 1;
		background-color: #333;
	}
	#main .detailBox .comBtn01 {
		width: auto;
	}
}