@charset "utf-8";
@import url("root.css");

/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#top .page_link li a[href*="recruitment/"] {
	color: #333 !important;
	padding-bottom: .25em;
	border-bottom: 1px dotted #333;
	span { color:inherit; }
}

.center { text-align: center; }

.container + .container,
#contact .container {
	padding-top: 0;
}

#carrer h4,
#contact h4 {
	text-align: center;
	margin: 0 auto min(3vw,30px);
	line-height: 1.3;
}

#recruitment {
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 150px;
}
#recruitment::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 45%;
	height: 100%;
	background: url(../img/driver_img.webp) no-repeat center center / cover;
	z-index: -1;
}

.recruit_flex {
	display: flex;
	gap: 0;
}
#recruitment {
	.recruit_left {
		width: 50%;
		h3,h4 {
			text-align: left;
		}
		p {
			margin-top: min(10vw,50px);
			text-align: left;
		}
		.recruit_wrap {
			display: flex;
			flex-direction: column;
			flex-wrap: wrap;
			margin-top: min(10vw,50px);
			border-left: 2px solid var(--base-color01);
			padding-left: 1.5rem;
			li {
				font-size: 1.25rem;
				font-weight: bold;
				text-align: left;
				color: var(--base-color01);
				display: flex;
				flex-direction: column;
				line-height: 1.0;
				span {
					font-size: .6em;
					margin-top: .25rem;
					line-height: 1.0;
					color: #666;
				}
			}
			li:not(:last-of-type) {
				margin-bottom: 1rem;
			}
		}
	}
}

.lp_link {
	margin: min(10vw,50px) 0 0;
	width: clamp(300px, 100%, 480px);
	a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 60px;
		margin: auto;
		padding: 0 2rem;
		background: var(--base-color01);
		border: 1px solid var(--base-color01);
		border-radius: 4px;
		color: #fff;
		transition: .5s;
	}
	a::after {
		content: "";
		display: block;
		background: url(../img/exlink.svg) no-repeat center center / contain;
		width: .75em;
		height: auto;
		aspect-ratio: 1 / 1;
		margin-left: .5em;
		filter: invert(62%) sepia(34%) saturate(292%) hue-rotate(146deg) brightness(93%) contrast(88%);
	}
	a:hover {
		background: #fff;
		color: var(--base-color01);
	}
}

.careers_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0 min(4%, 50px);
	margin-top: min(10vw,50px);
}
.careers_wrap .col_txt {
	width: calc((100% - 4rem - min(5vw,50px)) / 2);
	padding: 0 0 0 1.5rem;
	margin: 0 0 min(5vh, 30px) 0;
	border-left: 2px solid var(--base-color01);
	text-align: left;
	position: relative;
	dt {
		font-size: 1.15rem;
		font-weight: bold;
		margin-bottom: .5em;
		line-height: 1.2;
		color: var(--base-color01);
	}
}

@media (max-width:768px) {
	#recruitment::after {
		content: "";
		position: static;
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 3/2;
		z-index: 1;
	}
	#recruitment {
		margin-top: 0;
		.recruit_left {
			width: 100%;
		}
	}
}
@media (max-width: 599px) {
	.careers_wrap {
		width: calc(100% - 2rem);
		margin: min(10vw,50px) auto 0;
		.col_txt {
			width: 100%;
		}
	}
}
@media (max-width: 499px) {

}



/***************************************
------------- parallax -------------
***************************************/
.parallax {
	background: url(../img/parallax_bg06.webp) no-repeat center center / cover;
	height: clamp(300px,35vh,600px);
	background-attachment: fixed;
}










