/* -----------------------------------------------
= recruit
----------------------------------------------- */
.recruit {
	padding: 60px 30px;
}
.recruit .text {
	margin-bottom: 30px;
	font-size: calc(1.5rem / 1.6);
	line-height: calc(34 / 15);
}
.recruit .list {
	margin-bottom: 40px;
	margin-left: 20px;
	list-style-type: disc;
	font-size: calc(1.5rem / 1.6);
	line-height: calc(34 / 15);
}
.recruit .swiper {
	margin-bottom: 40px;
}
.recruit .swiper img {
	object-fit: cover;
	aspect-ratio: 353 / 220;
	border-radius: 120px 8px 8px 8px;
}
.recruit .swiper-pagination {
	width: auto;
	right: 10px;
	text-align: right;
}
.recruit .swiper-pagination-bullet {
	background: #fff;
	opacity: .3;
}
.recruit .swiper-pagination-bullet-active {
	opacity: 1;
}
.recruit .bnr a {
	display: block;
	padding: 30px;
	background: var(--bg-gray);
}
.recruit .bnr .set {
	margin-top: 24px;
}
.recruit .bnr .title {
	margin-bottom: 17px;
	font-size: calc(1.8rem / 1.6);
}
.recruit .bnr .description {
	margin-bottom: 24px;
	font-size: calc(1.4rem / 1.6);
	line-height: 2;
}
.recruit .bnr .more {
	position: relative;
	padding-block: 17px;
	color: #fff;
	background: var(--black);
	border-radius: 3em;
	font-family: var(--hanken);
	font-size: calc(1.4rem / 1.6);
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
.recruit .bnr .more::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 23px;
	width: 8px;
	height: 8px;
	background: #fff;
	clip-path: polygon(0 0,100% 50%,0 100%);
}
@media print, screen and (min-width: 768px) {/* PC */
.recruit {
	max-width: 1010px;
	margin-inline: auto;
	padding: 136px 20px 200px;
}
.recruit .text {
	margin-bottom: 30px;
	font-size: calc(1.5rem / 1.6);
	line-height: calc(34 / 15);
}
.recruit .list {
	margin-bottom: 100px;
	font-size: calc(1.5rem / 1.6);
	line-height: calc(34 / 15);
}
.recruit .swiper {
	margin-bottom: 73px;
}
.recruit .swiper img {
	aspect-ratio: 1010 / 380;
	border-radius: 240px 8px 8px 8px;
}
.recruit .swiper-pagination {
	right: 30px;
	bottom: 30px;
}
.recruit .bnr a {
	display: flex;
	align-items: center;
	gap: 0 75px;
	padding: 50px 70px;
}
.recruit .bnr img {
	width: calc(290 / 1010 * 100%);
}
.recruit .bnr .set {
	flex: 1;
	margin-top: 0;
}
.recruit .bnr .title {
	margin-bottom: 24px;
	font-size: calc(2.5rem / 1.6);
}
.recruit .bnr .description {
	margin-bottom: 40px;
	font-size: calc(1.5rem / 1.6);
}
.recruit .bnr .more {
	max-width: 256px;
	padding-block: 15px;
	font-size: calc(1.6rem / 1.6);
}
.recruit .bnr .more::after {
	right: 30px;
}
}/* @media */
@media (hover:hover) {
.recruit .bnr a .more {
	transition: background .3s;
}
.recruit .bnr a .more:hover {
	background: var(--red);
}
}/* @media */
