@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/


/* headLine01 */
.headLine01 {
	margin-bottom: 5rem;
	text-align: center;
}


/* pageVisual */
.pageVisual {
	margin-bottom: -6rem;
	padding-top: 3.7rem;
}
.pageVisual .title {
	text-align: center;
}
.pageVisual .title img {
	width: 84.6rem;
}
@media all and (max-width: 896px) {
	.pageVisual .title img {
		width: 34.8rem;
		max-width: 96%;
	}
	.pageVisual {
		margin-bottom: -2.1rem;
		padding-top: 4rem;
	}
}

/* secBox */
.secBox {
	padding: 12.1rem 0 12rem;
	background-color: #fff;
	border-radius: 6rem 6rem 0 0;
	position: relative;
}
.comInfiniteslidev + .secBox {
	margin-top: -6rem;
}
@media all and (max-width: 896px) {
	.secBox {
		padding: 5.9rem 2rem 4rem;
		border-radius: 3rem 3rem 0 0;
	}
	.comInfiniteslidev + .secBox {
		margin-top: -3rem;
	}
}

/* decorateImg */
.decorateImg {
	width: 40.8rem;
	position: absolute;
	top: 0;
	right: 0;
}

/* headLine01 */
.headLine01 {
	margin-bottom: 7.6rem;
}
.headLine01 img {
	width: 58.5rem;
}
@media all and (max-width: 896px) {
	.headLine01 img {
		width: 29.3rem;
	}
	.headLine01 {
		margin-bottom: 3.7rem;
	}
}


/* content */
.content {
	margin: 0 auto;
	max-width: 112rem;
	position: relative;
	z-index: 10;
}

/* movieBox */
.movieBox {
	position: relative;
	margin: 0 auto;
	max-width: 68rem;
}
.movieBox a {
	display: block;
}
.movieBox .icon {
	width: 8.6rem;
	position: absolute;
	bottom: 1.6rem;
	right: 2.1rem;
}
.movieBox .image {
	border: 1px solid #000000;
}
.movieBox .image img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.movieBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.movieBox .icon {
		width: 5.4rem;
		bottom: 0.7rem;
		right: 1rem;
	}
	.movieBox {
		max-width: inherit;
	}
}

.comInfiniteslidev {
	padding: 1.2rem 0 1.9rem;
	background: url("/recruit/img/common/bg02.jpg") no-repeat left top;
	background-size: 100% auto;
}
.comInfiniteslidev .imgUl li {
	margin-right: 7rem;
}
.comInfiniteslidev .imgUl img {
	height: 18.9rem;
	width: auto;
	max-width: inherit;
}
@media all and (max-width: 896px) {
	.comInfiniteslidev .imgUl img {
		height: 7.5rem;
	}
	.comInfiniteslidev {
		padding: 0.4rem 0 1.9rem;
		background-image: url("/recruit/img/common/sp_bg02.jpg");
	}
}

/* comBtn */
.comBtn {
	text-align: center;
}
.comBtn a {
	display: inline-block;
	vertical-align: top;
}
.comBtn img {
	width: 67.3rem;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}


/* pageBtm */
.pageBtm {
	padding: 8rem 0;
	border-top: 1px solid #000000;
}
.pageBtm .pageLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 2.7rem;
}
.pageBtm .pageLink li {
	width: 35.5rem;
}
.pageBtm .pageLink a {
	display: block;
	border-radius: 1.5rem;
	overflow: hidden;
}
.pageBtm .pageLink img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.pageBtm .pageLink a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pageBtm .pageLink {
		display: block;
	}
	.pageBtm .pageLink li {
		width: auto;
		margin-bottom: 3.1rem;
	}
	.pageBtm .pageLink li:last-child {
		margin-bottom: 0;
	}
	.pageBtm {
		padding: 4rem 4rem;
	}
	.pageBtm .pageLink a {
		border-radius: 1.2rem;
	}
}


/* fadeInUp */
.fadeInUp {
	opacity: 0;
	transform: translate(0,150px);
	-webkit-transition: all 0.7s;
	transition: all 0.7s
}
.fadeInUp.on {
	opacity: 1;
	transform: translate(0,0);
}



.simplebar-track.simplebar-horizontal {
	height: 13px !important;
}
.simplebar-scrollbar::before {
	opacity: 1 !important;
	background-color: #999999;
}