@charset "utf-8";

/*------------------------------------------------------------
	中村追加
------------------------------------------------------------*/

#main .recruit_slider_wrap {
	overflow: hidden;
	height: 100vh;
	display: flex;

}
#main .recruit_slider_wrap .recruit_slider {
	display: flex;
	width:50%;
	flex-direction: column;
}
#main .recruit_slider_wrap .recruit_slider01 {
	animation: recruit_slider 100s linear infinite;
	transform: translateY(-50%);
}
#main .recruit_slider_wrap .recruit_slider02 {
	animation: recruit_slider02 100s linear infinite;
	transform: translateY(0%);
}

@keyframes recruit_slider {
	0% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(150%);
	}
}
@keyframes recruit_slider02 {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-100%);
	}
}

@media all and (max-width: 896px) {
	#main .recruit_slider_wrap {
		height: 70vh;
	}
}

/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#main .comBtn a {
	margin: 0 auto;
	width: 32rem;
}
#main .topBg {
	padding-bottom: 12.9rem;
	background: url("../img/recruit/bg01.png") no-repeat left top / 100% 100%;
}
#main .mainImg {
	margin-bottom: 14.3rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	overflow: hidden;
}
#main .mainImg .photo {
	width: 50%;
	display: flex;
	order: 3;
	mix-blend-mode: multiply; 
}
#main .mainImg .photo .image {
	height: 108rem;
}
#main .mainImg .photo .img01 {
	flex: 1;
}
#main .mainImg .photo .img02 {
	width: calc(50% + 2rem);
}
#main .mainImg .photo .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainImg .leftBox {
	flex: 1;
	position: relative;
	color: #fff;
	margin: 0 -16rem 20.1rem 0;
	padding: 3.9rem 6.1rem 3.5rem 3rem;
	z-index: 10;
}
#main .mainImg .leftBox::after {
	width: 999.9rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #2e2e2e;
	content: "";
	z-index: -1;
}
#main .mainImg .title {
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: right;
	letter-spacing: 0.06em;
}
#main .mainImg .title .en {
	display: block;
	color: #FB6900;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.13em;
	margin: 1.8rem 6rem 0 0;
}
#main .mainImg .ttl {
	color: #2e2e2e;
	position: absolute;
	font-size: 22rem;
	bottom: calc(100% - 1.4rem);
	right: 4rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.01em;
}
#main .messageBox p {
	margin-bottom: 3.4rem;
	text-align: center;
	line-height: 1.9;
}
#main .messageBox .h3Title {
	margin-bottom: 7.9rem;
	text-align: center;
	font-size: 4.8rem;
	line-height: 1.4;
	font-weight: 700;
}
#main .messageBox .h3Title .bor {
	padding: 1.2rem 1.5rem 1.3rem 2.2rem;
	color: #FB6900;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #FB6900;
	margin: -1.1rem 1.3rem 0 -1.9rem;
	letter-spacing: 0.05em;
}
#main .messageBox .comBtn {
	margin-top: 5.3rem;
}

/* interviewBox */
#main .interviewBox {
	padding: 6.8rem 0 8.9rem;
	background-color: rgba(46,46,46, 0.1);
}
#main .interviewBox .content {
	max-width: 160rem;
}
#main .interviewBox .topBox {
	display: flex;
	margin-bottom: 3.2rem;
}
#main .interviewBox .topBox .txt {
	flex: 1;
	margin: 5.5rem 0 0 0;
}
#main .interviewBox .linkBox {
	margin-bottom: 1rem;
}
#main .interviewBox .linkBox:last-child {
	margin-bottom: 0;
}
#main .interviewBox .linkBox a {
	color: #fff;
	display: flex;
	justify-content: space-between;
	background-color: rgba(46,46,46, 0.6);
}
#main .interviewBox .headLine05 {
	margin-bottom: 0;
	width: 60.3rem;
}
#main .interviewBox .headLine05 .en img {
	margin-right: -8.7rem;
	position: relative;
	z-index: 10;
}
#main .interviewBox .headLine05 .jp {
	margin: 1.9rem 0 0 1.5rem;
}
#main .interviewBox .linkBox .photo {
	width: 96rem;
}
#main .interviewBox .linkBox .leftBox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .interviewBox .linkBox .link {
	font-size: 3.4rem;
	font-weight: 500;
}
#main .interviewBox .linkBox .link span {
	display: inline-block;
	vertical-align: top;
	padding-right: 3.6rem;
	position: relative;
}
#main .interviewBox .linkBox .link span::after {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 1.8rem;
	right: -1.7rem;
	background: url("../img/recruit/icon08.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .interviewBox .linkBox .ttl {
	font-size: 2rem;
	color: #FB6900;
	font-weight: 500;
	letter-spacing: 0.15em;
}
#main .interviewBox .linkBox .ttl img {
	width: 8rem;
	margin: -1.1rem 2.2rem 0 0;
	display: inline-block;
	vertical-align: middle;
}
#main .interviewBox .linkBox02 a {
	color: #2e2e2e;
	background-color: rgba(46,46,46, 0.1);
}
#main .interviewBox .linkBox02 .link span::after {
	background-image: url("../img/recruit/icon10.png");
}
#main .interviewBox .comBtn {
	margin-top: 4.9rem;
}
/* showBox */
#main .showBox {
	color: #fff;
}
#main .showBox .content {
	max-width: 172rem;
}
#main .showBox .comBtn a {
	margin: 0;
}
#main .showBox .box01 {
	padding: 9.5rem 0;
	background: url("../img/recruit/bg02.jpg") no-repeat center center / cover;
	aspect-ratio: 1920/840;
	border-bottom: 0.2rem solid #8b8b8b;
}
#main .showBox .box02 {
	border-right: 0.2rem solid #8b8b8b;
	background: url("../img/recruit/bg03.png") no-repeat center center / cover;
}
#main .showBox .box03 {
	background: url("../img/recruit/bg04.png") no-repeat center center / cover;
}
#main .showBox .flexBox {
	display: flex;
}
#main .showBox .flexBox > div {
	width: 50%;
	padding: 9.1rem 10rem;
	aspect-ratio: 960/580;
	position: relative;
}
#main .showBox .innerBox {
	max-width: 68.7rem;
	position: relative;
	padding-left: 8.7rem;
}
#main .showBox .numImg {
	width: 3rem;
	position: absolute;
	top: 0.5rem;
	left: 0;
}
#main .showBox .comBtn {
	margin-top: 2.8rem;
}
#main .showBox .flexBox .headLine06 {
	margin-bottom: 3rem;
	font-size: 3.4rem;
}
#main .showBox .flexBox .headLine06 img {
	margin-top: -1.6rem;
}
#main .showBox .flexBox .numImg {
	top: -0.2rem;
}
#main .showBox .flexBox .comBtn {
	margin: 0;
	position: absolute;
	right: 6.3rem;
	bottom: 7.8rem;
}
#main .showBox .linkUl {
	max-width: 32rem;
	margin-top: -1.9rem;
	letter-spacing: 0.1em;
}
#main .showBox .linkUl li {
	border-bottom: 1px solid #fff;
}
#main .showBox .linkUl a {
	padding: 2.3rem 0 1rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	display: block;
}
@media all and (min-width: 897px) {
	#main .interviewBox .linkBox a:hover {
		opacity: 0.7;
	}
	#main .showBox .linkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .mainImg {
		margin-bottom: -10.4rem;
		display: block;
		padding: 11.1rem 0 15.3rem 0;
		background: url("../img/recruit/bg01_sp.png") no-repeat left top / 100% 100%;
	}
	#main .mainImg .photo {
		width: auto;
	}
	#main .topBg {
		padding: 0;
		background: none;
	}
	#main .mainImg .photo .image {
		height: 58.5rem;
		width: 50%;
	}
	#main .mainImg .leftBox {
		margin: -2.4rem 0 0 0;
		padding: 1.8rem 3rem 2.4rem 1rem;
	}
	#main .mainImg .ttl {
		font-size: 7.61rem;
		bottom: calc(100% - 0.5rem);
		right: 1.5rem;
	}
	#main .mainImg .title {
		font-size: 2.2rem;
		line-height: 1.65;
		letter-spacing: 0.09em;
	}
	#main .mainImg .title .en {
		font-size: 1.4rem;
		letter-spacing: 0.13em;
		margin: 0.8rem 4.5rem 0 0;
	}
	#main .messageBox .h3Title {
		margin-bottom: 2.9rem;
		font-size: 2.6rem
	}
	#main .messageBox .h3Title .bor {
		padding: 0.2rem 0.5rem 0.5rem;
		margin: -1.1rem 0.7rem 0 -1.9rem;
	}
	#main .comBtn a {
		width: 80%;
		max-width: 36rem;
	}
	#main .messageBox {
		margin-bottom: 7rem;
	}
	#main .interviewBox .topBox {
		display: block;
	}
	#main .interviewBox .topBox .txt {
		margin: 0;
	}
	#main .interviewBox .headLine05 .en img {
		margin-right: -3.7rem;
	}
	#main .interviewBox .headLine05 .jp {
		margin: 1rem 0 0 1rem;
	}
	#main .interviewBox .headLine05 {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .interviewBox .linkBox a {
		display: block;
	}
	#main .interviewBox .linkBox .photo {
		width: auto;
	}
	#main .interviewBox .linkBox .leftBox {
		height: 31.4rem;
		padding-top: 1.4rem;
	}
	#main .interviewBox .linkBox .photo img {
		width: 100%;
	}
	#main .interviewBox .linkBox .link {
		font-size: 2.4rem;
		letter-spacing: 0.1em;
	}
	#main .interviewBox .linkBox .ttl {
		margin-bottom: 0.5rem;
		font-size: 1.6rem;
	}
	#main .interviewBox .linkBox .link span::after {
		top: 1rem;
		right: -1.2rem;
	}
	#main .showBox .box01 {
		padding: 2.4rem 0;
		background-image: url("../img/recruit/bg02_sp.jpg");
		aspect-ratio: 780/1680;
	}
	#main .showBox .innerBox {
		max-width: inherit;
		padding-left: 4.7rem;
	}
	#main .showBox .numImg {
		width: 2.5rem;
	}
	#main .showBox .flexBox {
		display: block;
	}
	#main .showBox .flexBox > div {
		width: auto;
		padding: 3rem 1.5rem;
	}
	#main .showBox .box02 {
		border-right: none;
		border-bottom: 0.2rem solid #8b8b8b;
	}
	#main .showBox .flexBox .comBtn {
		margin: 3rem 0 0 4.7rem;
		position: static;
		right: auto;
		bottom: auto;
	}
	#main .showBox .flexBox .headLine06 {
		font-size: 2.8rem;
	}
	#main .showBox .linkUl a {
		padding: 1rem 0;
		font-size: 1.4rem;
	}
}