@charset 'UTF-8';

/*----------------------------------------

	- area
	- matter

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

@media screen and (max-width: 768px) {
	.heading_02 {
		margin-bottom: 9.73vw;
	}
}

/*----------------------------------------
	area (職種 / 勤務地)
-----------------------------------------*/

.area tr {
	display: grid;
	grid-template-columns: 200px 1fr;
}

.area tr>:first-of-type {
	padding-left: 30px;
	letter-spacing: 0.03em;
}

.area tr>:nth-of-type(2) {
	padding-left: 50px;
	letter-spacing: 0.04em;
}

.area th,
.area td {
	min-height: 60px;
	padding-block: 11px;
	border-bottom: 1px solid var(--color_silver);
	text-align: left;
}

.area tr th:first-of-type {
	background: var(--color_pointgold);
	color: var(--color_white);
}

.area tr th:nth-of-type(2) {
	background: var(--color_silver);
}

.area tr td:first-of-type {
	color: var(--color_basicblue);
}

@media screen and (max-width: 768px) {
	.area tr {
		grid-template-columns: 29.23vw 1fr;
	}

	.area tr:first-of-type th {
		padding: 2.88vw 2.05vw 2.38vw;
	}

	.area tr td:first-of-type,
	.area tr>:nth-of-type(2) {
		padding: 2.58vw 2.05vw 2.58vw;
	}

	.area th,
	.area td {
		min-height: 12vw;
	}
}

/*----------------------------------------
	matter (職種 / 勤務地)
-----------------------------------------*/

.matter {
	margin-top: 60px;
}

.matter tr {
	display: grid;
	grid-template-columns: 200px 1fr;
}

.matter th {
	padding: 24px 30px;
	background: var(--color_pointgold);
	color: var(--color_white);
	text-align: left;
}

.matter td {
	padding: 24px 0 24px 50px;
}

.matter th,
.matter td {
	border-bottom: 1px solid var(--color_silver);
	letter-spacing: 0.03em;
}

.matter tr:first-of-type th,
.matter tr:first-of-type td {
	border-top: 1px solid var(--color_silver);
}

@media screen and (max-width: 768px) {
	.matter {
		margin-top: 10vw;
	}

	.matter tr {
		grid-template-columns: 1fr;
	}

	.matter th,
	.matter td {
		padding: 3.53vw 3.58vw;
	}

	.matter tr:first-of-type th,
	.matter tr:first-of-type td,
	.matter tr:not(:last-of-type) th,
	.matter tr:not(:last-of-type) td {
		border: initial;
	}
}

/*----------------------------------------
	ページ下部ボタン
-----------------------------------------*/

.matter+div {
	display: flex;
	gap: 5.303%;
	justify-content: center;
	align-items: center;
	margin-top: 120px;
}

.matter+div {
	color: var(--color_white);
}

@media screen and (max-width: 768px) {
	.matter+div {
		flex-direction: column;
		gap: 5.16vw;
		margin-top: 18.66vw;
	}

	.btn-ic-arw::after {
		width: 6.15vw;
		height: 4.35vw;
		margin-left: 2vw;
	}
}
