@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
採用情報
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.recruit-article {
	overflow: initial;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ページヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.recruit-header {
	height: 300px;
	padding-top: calc(var(--padding-block_medium) * 0.7);
}

.recruit-header .img {
	position: absolute;
	inset: 0 auto auto 0;
	z-index: -1;
	width: 100%;
	height: 460px;
	object-fit: cover;
	object-position: center 80%;
}

.recruit-header .copy {
	margin-top: var(--padding-block_medium);
	font-weight: 700;
	font-size: 20px;
}

@media (min-width: 768px) {
.recruit-header {
	height: 500px;
}

.recruit-header .img {
	height: 720px;
}

.recruit-header .copy {
	font-size: 32px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 代表者メッセージ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.recruit-message {
	background: var(--color_sub_light);
}

.recruit-message .content {
	display: grid;
	gap: 30px 8%;
}

.recruit-message .img {
	width: 100%;
	border-radius: var(--border-radius);
}

.recruit-message .copy {
	margin-bottom: 1.2em;
	font-weight: 700;
	font-size: 20px;
}

@media (min-width: 768px) {
.recruit-message .content {
	grid-template-columns: 42% auto;
}

.recruit-message .img {
	height: 392px;
	object-fit: cover;
}

.recruit-message .text {
	align-self: center;
}

.recruit-message .copy {
	font-size: 24px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 募集要項
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@media (min-width: 768px) {
.recruit-requirement .inner {
	display: grid;
	grid-template-columns: auto minmax(auto, 800px);
	column-gap: 6%;
}
}
