@charset "UTF-8";

#sincloBox {
	right: 50px !important;
	bottom: 50px !important;
}

@media screen and (max-width: 768px) {
	#sincloBox {
		right: 0 !important;
	}
}

.recruitStore {
	padding: 0 0 min(8.333vw, 120px);
}

.recruitStore__title {
	padding: min(0.694vw, 10px);
	background: #112754;
	color: #fff;
	font-size: min(1.667vw, 24px);
}

.recruitStore__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: min(1.389vw, 20px);
	margin: min(1.389vw, 20px) 0 0;
}

.recruitStore__listItem a {
	position: relative;
}

.recruitStore__listItem a::before {
	content: '募集要項はこちら';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 0);
	color: transparent;
	transition: 0.5s;
}

@media screen and (max-width: 768px) {
	.recruitStore__listItem a::after {
	content: '';
		display: flex;
		justify-content: center;
	width: min(2.667vw, 10px);
	height: min(2.667vw, 10px);
		margin: 0 auto;
	position: relative;
	bottom: 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
}

.recruitStore__listItem a:hover::before {
	background: rgb(0 0 0 / 0.7);
	color: #fff;
}

.job__tabList {
	display: grid;
	grid-template-columns: repeat(4, min(12.778vw, 184px));
	gap: min(0.486vw, 7px);
	border-bottom: 1px solid #112754;
}

.job__tabButton {
	padding: min(0.694vw, 10px);
	background: #888888;
	border-radius: 10px 10px 0 0;
	text-align: center;
	color: #fff;
	font-size: min(1.111vw, 16px);
	cursor: pointer;
}

.job__tabButton.is-active {
	background: #112754;
}

.job__tabContents {
	margin: min(6.944vw, 100px) 0 0;
}

.job__tabContent {
	display: none;
}

.job__tabContent.is-active {
	display: block;
}

.job__tab__img {
	display: block;
	width: min(55.556vw, 800px);
	margin: 0 auto min(6.944vw, 100px);
}

@media screen and (max-width: 768px) {
	.recruitStore__title {
		padding: min(1.067vw,4px) min(2.133vw, 8px);
		font-size: min(4.267vw, 16px);
	}
	
	.recruitStore__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: min(1.389vw, 20px);
		margin: min(1.389vw, 20px) 0 0;
	}
	
	.job__tabList {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: min(2.667vw, 10px);
		border-bottom: 1px solid #112754;
	}

	.job__tabButton {
		padding: min(2.667vw, 10px);
		background: #888888;
		border-radius: 10px 10px 0 0;
		text-align: center;
		color: #fff;
		font-size: min(4.267vw, 16px);
		font-weight: 700;
		cursor: pointer;
	}

	.job__tabButton.is-active {
		background: #112754;
	}

	.job__tabContents {
		margin: min(5.3333333333vw, 40px) 0 0;
	}

	.job__tabContent {
		display: none;
	}

	.job__tabContent.is-active {
		display: block;
	}
	
	.job__tabContent .charm-point__block {
		width: 100%;
	}

	.job__tab__img {
		display: block;
		width: 80%;
		margin: 0 auto min(5.3333333333vw, 40px);
	}
}
