@charset "UTF-8";
/*------------------------------------
.hero
------------------------------------*/
.hero__bg {
	background:
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
        url("../images/recruit/requirements/mv-bg.jpg") center / cover no-repeat;
}
@media screen and (max-width: 768px) {}


/*------------------------------------
.job
------------------------------------*/
.job {
	padding-bottom: 120px;
}
.job:first-of-type {
	margin-top: 120px;
}
.job__title {
	max-width: 1200px;
	width: calc(100% - 10vw);
	font-size: 50px;
	font-weight: 500;
	line-height: 1.15;
	mix-blend-mode: difference;
	margin-inline: auto;
	padding-bottom: 50px;
}
.job__container {
	position: relative;
}
.job__row {
	max-width: 1200px;
	width: calc(100% - 10vw);
	margin-inline: auto;
}
.job__row > * {
	width: 50%;
}
.job__row .img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
#sec-02 .job__row .img {
	right: 0;
	left: auto;
}
.job__row .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.job__row .txt {
	margin-left: auto;
	padding: 80px 0 80px 10%;
}
#sec-02 .job__row .txt {
	margin: 0 auto 0 0;
	padding: 80px 10% 80px 0;
}
.job__example {
	position: relative;
	background-color: #fff;
	margin-top: 60px;
	padding: 32px 40px 32px 80px;
}
.job__example h3 {
	position: absolute;
	top: -15px;
	left: 25px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.job-list li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.job-list li::before {
	content: "";
	display: inline-block;
	background-color: #9fa0a0;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.job {
		padding-bottom: 70px;
	}
	.job:first-of-type {
		margin-top: 70px;
	}
	.job__title {
		font-size: 24px;
		padding-bottom: 24px;
	}
	.job__row {
		width: 100vw;
	}
	.job__row > * {
		width: 100%;
	}
	.job__row .img {
		position: relative;
	}
	.job__row .txt,
	#sec-02 .job__row .txt {
		padding: 40px 10vw 0;
	}
	.job__example {
		margin-top: 40px;
		padding: 24px 32px;
	}
	.job__example h3 {
		top: -10px;
		font-size: 16px;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.job-list li::before {
		width: 6px;
		height: 6px;
		margin-right: 8px;
	}
}

/*.job__block*/
.job__block {
	max-width: 800px;
	width: calc(100% - 20vw);
	margin-inline: auto;
	padding-top: 64px;
}
.sttl {
	position: relative;
	font-weight: 400;
	letter-spacing: .08em;
	text-align: center;
	padding-bottom: 20px;
}
.sttl::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	background-color: #155ca7;
	width: 2px;
	height: 30px;
}
.job__inner {
	background-color: #fff;
	padding: 60px;
}
.job__box {
	position: relative;
	padding-left: 40px;
}
.job__box:not(:last-child) {
	padding-bottom: 16px;
}
.job__box .line {
	display: block;
	position: absolute;
	left: 0;
	width: 16px;
	height: 100%;
}
.job__box .line:before,
.job__box .line:after {
	content: "";
	display: block;
	position: absolute;
}
.job__box .line:before {
	border: 2px solid #155ca7;
	border-radius: 50%;
	width: 16px;
	height: 16px;
}
.job__box .line:after {
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-color: #155ca7;
	width: 2px;
	height: calc(100% - 16px);
}
.job__box h4 {
	font-size: 16px;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
	.job__block {
		padding-top: 32px;
	}
	.job__inner {
		padding: 32px;
	}
	.job__box {
		padding-left: 32px;
	}
	.job__box h4 {
		font-size: 14px;
	}
	.job__box p {
		font-size: 12px;
	}
}

/*.recruit__more*/
.recruit__more {
	margin-top: 60px;
}
.recruit__more a {
	margin-inline: auto
}
@media screen and (max-width: 768px) {
	.recruit__more {
		margin-top: 40px;
	}
}
