@charset "utf-8";

/* ここから個別のスタイル設定 */


@media (hover: hover) {
}
.top-gallerycontainer {
	display: flex;
	margin: auto;
}
.top-galleryinner {
	width: calc((100% - 40px * 2) / 3);
	margin-right: 40px;
}

label {
	display: flex;
}

.front-swiper {
	padding: 40px 20px 40px;
	border-bottom: 1px dashed #aaa;
}
.filter-header {
	font-size: clamp(14px, 0.9vw, 20px);
	font-weight: 700;
}

.liststyle-none {
	list-style: none;
	padding: 0;
	margin: 0;
}

.recruit-indexitem {
	padding-bottom: 24px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 40px;
}
.recruit-indexitem:last-child {
	border-bottom: none;
}

.flex-container {
	display: flex;
	width: 88%;
	max-width: 1000px;
	margin: 0 calc((100% - 660px) / 2) 0 auto;
	margin-top: 40px;
	gap: 40px;
}

.recruit-main {
	width: calc(100% - 340px);
}

.sidebar {
	width: 300px;
	max-width: 100%;
}

.recruit-index-sort-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 1em;
}
.sort-wrapper {
	display: flex;
	gap: 40px;
}

.article-title {
	font-size: clamp(18px, 1.1vw, 22px);
	margin-top: 0.6em;
	margin-bottom: 1em;
}

.article-imagewrapper {
	width: 100%;
	height: 0;
	padding-bottom: calc(100% * 9 / 16);
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.objectfit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.decoration-none {
	text-decoration: none;
}

.company-label {
	display: flex;
	align-items: center;
	gap: 16px;
}
.company-logowrapper {
	width: 50px;
	height: 50px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.company-name {
	font-size: clamp(18px, 1.1vw, 22px);
}

@media screen and (max-width: 1550px) {
	.flex-container {
		margin: 0 auto 0 6%;
	}
}
@media screen and (max-width: 479px) {
	.top-galleryinner {
		width: 100%;
	}
	.flex-container {
		flex-direction: column-reverse;
		margin: auto;
		padding-top: 40px;
	}
	.recruit-main {
		width: 100%;
	}
	.sidebar {
		width: 100%;
	}
	.recruit-indexitem {
		border-bottom: none;
		margin-bottom: 15px;
	}
	.article-title {
		font-size: 4.4vw;
	}
	.company-label {
		gap: 10px;
	}
	.company-name {
		font-size: 3.6vw;
	}
	.company-logowrapper {
		width: 35px;
		height: 35px;
	}
}
