@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.recruitPageTitle .inner {
	background-image: url(../img/recruit/hero.jpg);
}
#main .recruitIntro .topBox {
	margin: 0 auto 5rem;
	max-width: 88rem;
}
#main .recruitIntro .topBox .hTitle {
	margin-bottom: 1.8rem;
	font-size: 3rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	line-height: 1.75;
	text-align: center;
}
#main .recruitIntro .topBox .photo {
	margin: 0 auto 1.9rem;
	width: 12.3rem;
}
#main .recruitIntro .topBox .text {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.75;
}
.valuesSection {
	padding: 6.5rem 0 6.3rem;
	background: #f8f9fa;
}
.sectionTitle {
	margin-bottom: 4rem;
}
.sectionTitle.center {
	text-align: center;
}
.sectionTitle .en {
	margin-bottom: 1.5rem;
	display: block;
	color: #9a2923;
	font-size: 2.4rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	line-height: 1.3;
}
.sectionTitle h3 {
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.5;
}
.valueList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.8rem;
}
.valueList li {
	padding: 1.5rem 1.8rem 2.2rem;
	background: #fff;
}
.valueList .photo {
	margin-bottom: 2.7rem;
	aspect-ratio: 294 / 167;
	overflow: hidden;
}
.valueList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.valueList h4 {
	margin-bottom: 2.2rem;
	color: #9a2923;
	font-size: 2.4rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	line-height: 1.45;
}
.valueList p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.75;
}
.positionsSection {
	padding: 8rem 0 7.2rem;
	background: #fff;
}
.recruit-section {
	margin-top: 4rem;
}
.recruit-section:first-of-type {
	margin-top: 0;
}
.recruit-section h4 {
	margin-bottom: 1.6rem;
	color: #9a2923;
	font-size: 2.4rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.45;
}
.recruit-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
}
.recruit-table th {
	padding: 0 2rem 2rem 0;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	text-align: left;
	border-bottom: 1px solid #807f80;
}
.recruit-table td {
	padding: 3rem 2rem 2.6rem 0;
	border-bottom: 1px solid #807f80;
}
.recruit-table .salary {
	color: #9a2923;
	font-weight: 700;
	white-space: nowrap;
}
.benefitsSection {
	padding: 6.5rem 0 8.4rem;
	background: #f2f2f2;
}
.benefitsSection .sectionTitle {
	margin-bottom: 5.4rem;
}
.benefitList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3.3rem;
}
.benefitList li {
	padding: 8.6rem 2.4rem 2.5rem;
	min-height: 26.5rem;
	color: #fff;
	background: #9a2923;
	border-radius: 0.9rem;
	position: relative;
}
.benefitList li::before {
	content: "";
	position: absolute;
	top: 2rem;
	left: 50%;
	width: 4.8rem;
	height: 4.8rem;
	background: no-repeat center center / contain;
	transform: translateX(-50%);
}
.benefitList li:nth-child(1)::before {
	background-image: url(../img/recruit/icon1.png);
}
.benefitList li:nth-child(2)::before {
	background-image: url(../img/recruit/icon2.png);
}
.benefitList li:nth-child(3)::before {
	background-image: url(../img/recruit/icon3.png);
}
.benefitList li:nth-child(4)::before {
	background-image: url(../img/recruit/icon4.png);
}
.benefitList .catch {
	margin-bottom: 1.1rem;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.55;
}
.benefitList h4 {
	margin-bottom: 1.8rem;
	color: #fff6b0;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.benefitList p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
}
.photoBand {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.photoBand li {
	aspect-ratio: 320 / 213;
	overflow: hidden;
}
.photoBand img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.storeRecruit {
	padding: 7.4rem 0 8.4rem;
}
.storeRecruit h3 {
	margin-bottom: 7.4rem;
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	line-height: 1.5;
}
.areaBlock {
	margin-bottom: 5.7rem;
}
.areaBlock:last-child {
	margin-bottom: 0;
}
.areaBlock h4 {
	margin-bottom: 4.6rem;
	padding-left: 3rem;
	position: relative;
	font-size: 2.95rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
	white-space: nowrap;
}
.areaBlock h4::before {
	content: "";
	position: absolute;
	top: 1.5rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	background: #9a2923;
	border-radius: 50%;
}
.areaBlock h4::after {
	content: "";
	margin-top: 2px;
	position: absolute;
	top: 50%;
	left: 5rem;
	width: 9999px;
	height: 1px;
	background: #000;
}
.areaBlock h4 span {
	padding-right: 1.5rem;
	position: relative;
	z-index: 1;
	background: #fff;
}
.areaBlock ul {
	margin: 0 auto;
	max-width: 78rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 22.2rem));
	gap: 2.2rem 5.5rem;
}
.areaBlock a {
	padding: 0.8rem 1rem;
	min-height: 4.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 800;
	font-family: "Noto Serif JP", serif;
	line-height: 1.25;
	text-align: center;
	background: #9a2923;
	white-space: normal;
	overflow-wrap: anywhere;
}
.areaBlock a.is-long {
	padding-right: 0.6rem;
	padding-left: 0.6rem;
	font-size: 1.6rem;
}
.areaBlock a:hover {
	opacity: 0.8;
}
.entrySection {
	padding: 10.5rem 0 9.9rem;
	background: linear-gradient(rgba(154, 41, 35, 0.85), rgba(154, 41, 35, 0.85)), url(../img/recruit/workplace.jpg) no-repeat center center / cover;
}
.entrySection h3 {
	margin-bottom: 4.8rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	line-height: 1.5;
}
.entryLinks {
	gap: 2.8rem;
}
.entryLinks li {
	width: 23.1rem;
}
.entryLinks a {
	min-height: 6.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9a2923;
	font-size: 2rem;
	font-weight: 700;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 3.1rem;
	box-sizing: border-box;
}
.entryLinks .outline a {
	color: #fff;
	background: transparent;
}
.entryLinks a:hover {
	opacity: 0.8;
}
.recruitDetailSection {
	padding: 8rem 0;
	background: #fff;
}
.recruit-detail-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}
.recruit-detail-table th,
.recruit-detail-table td {
	padding: 2.2rem 2rem;
	text-align: left;
	border-bottom: 1px solid #d8d8d8;
}
.recruit-detail-table th {
	width: 22rem;
	color: #9a2923;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	background: #f8f9fa;
}
.recruit-detail-table .salary {
	color: #9a2923;
	font-weight: 700;
}
.recruitLead {
	margin-bottom: 3.6rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.9;
}
.recruitDetailBlock {
	margin-top: 4.6rem;
}
.recruitDetailBlock:first-of-type {
	margin-top: 0;
}
.recruitDetailBlock h4,
.recruitApplicationBlock h4 {
	margin-bottom: 1.6rem;
	color: #9a2923;
	font-size: 2.4rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.45;
}
.recruitDetailBody {
	margin-top: 4rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.9;
}
.recruitDetailBody p {
	margin-bottom: 1.4rem;
}
.recruitClosedMessage {
	padding: 5.6rem 2rem;
	color: #9a2923;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	line-height: 1.6;
	text-align: center;
	background: #f8f9fa;
}
.recruitApplicationBlock {
	margin-top: 5rem;
	padding: 3rem;
	background: #f8f9fa;
}
.recruitApplicationBlock p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.9;
}
.recruitContactBox {
	margin-top: 1.8rem;
	padding: 1.8rem 2rem;
	background: #fff;
	border-left: 4px solid #9a2923;
}
.recruitContactBox a,
.recruitContactBox a:link,
.recruitContactBox a:visited {
	color: #9a2923;
	font-weight: 700;
}
.recruitDetailActions {
	margin-top: 4.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	text-align: center;
}
.btn-recruit,
.btn-recruit:link,
.btn-recruit:visited {
	width: 22rem;
	min-width: 22rem;
	min-height: 5.8rem;
	padding: 0 2.4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	background: #9a2923;
	border: 1px solid #9a2923;
	border-radius: 2.9rem;
	box-sizing: border-box;
}
.btn-recruit.outline,
.btn-recruit.outline:link,
.btn-recruit.outline:visited {
	color: #9a2923;
	background: #fff;
}
.btn-recruit:hover {
	opacity: 0.8;
}
@media all and (max-width: 896px) {
	#main .recruitIntro .topBox {
		margin: 0 0 4rem;
		max-width: inherit;
	}
	#main .recruitIntro .topBox .hTitle {
		margin-bottom: 1.4rem;
		font-size: 1.8rem;
	}
	#main .recruitIntro .topBox .photo {
		margin: 0 auto 1.9rem;
		width: 10rem;
	}
	#main .recruitIntro .topBox .text {
		font-size: 1.4rem;
		text-align: left;
	}
	.valuesSection,
	.positionsSection,
	.benefitsSection,
	.storeRecruit {
		padding: 4.8rem 0;
	}
	.sectionTitle,
	.benefitsSection .sectionTitle {
		margin-bottom: 2.8rem;
	}
	.sectionTitle .en {
		margin-bottom: 0.8rem;
		font-size: 1.7rem;
	}
	.sectionTitle h3 {
		font-size: 2.3rem;
	}
	.valueList,
	.benefitList {
		display: block;
	}
	.valueList li,
	.benefitList li {
		margin-bottom: 2.4rem;
	}
	.valueList li:last-child,
	.benefitList li:last-child {
		margin-bottom: 0;
	}
	.valueList h4 {
		margin-bottom: 1.4rem;
		font-size: 2rem;
	}
	.valueList p,
	.benefitList p {
		font-size: 1.4rem;
	}
	.recruit-section {
		margin-top: 3.2rem;
	}
	.recruit-section h4 {
		margin-bottom: 1.2rem;
		font-size: 2rem;
	}
	.recruit-table,
	.recruit-table tbody,
	.recruit-table tr,
	.recruit-table td {
		display: block;
		width: 100%;
	}
	.recruit-table thead {
		display: none;
	}
	.recruit-table tr {
		margin-bottom: 2.4rem;
		border-bottom: 1px solid #807f80;
	}
	.recruit-table tr:last-child {
		margin-bottom: 0;
	}
	.recruit-table td {
		padding: 1.4rem 0;
		font-size: 1.4rem;
		border-bottom: 1px solid #e4e4e4;
	}
	.recruit-table td:last-child {
		border-bottom: 0;
	}
	.recruit-table td::before {
		content: attr(data-label);
		margin-bottom: 0.4rem;
		display: block;
		color: #9a2923;
		font-weight: 700;
		font-family: "Noto Serif JP", serif;
	}
	.recruit-table .salary {
		white-space: normal;
	}
	.benefitList li {
		padding: 8rem 2rem 2.4rem;
		min-height: 0;
	}
	.photoBand {
		grid-template-columns: repeat(2, 1fr);
	}
	.storeRecruit h3 {
		margin-bottom: 3.2rem;
		font-size: 2.2rem;
	}
	.areaBlock {
		margin-bottom: 3.6rem;
	}
	.areaBlock h4 {
		margin-bottom: 2.4rem;
		padding-left: 2.4rem;
		font-size: 2rem;
	}
	.areaBlock h4::before {
		top: 1rem;
		width: 1.2rem;
		height: 1.2rem;
	}
	.areaBlock h4::after {
		left: 4rem;
	}
	.areaBlock ul {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.areaBlock a {
		min-height: 4rem;
		font-size: 1.6rem;
	}
	.areaBlock a.is-long {
		font-size: 1.45rem;
	}
	.entrySection {
		padding: 5rem 0;
	}
	.entrySection h3 {
		margin-bottom: 3.2rem;
		font-size: 2.4rem;
	}
	.entryLinks {
		display: block;
	}
	.entryLinks li {
		margin: 0 auto 1.6rem;
		width: 20rem;
	}
	.entryLinks li:last-child {
		margin-bottom: 0;
	}
	.entryLinks a {
		min-height: 5rem;
		font-size: 1.7rem;
	}
	.recruitDetailSection {
		padding: 4.8rem 0;
	}
	.recruit-detail-table,
	.recruit-detail-table tbody,
	.recruit-detail-table tr,
	.recruit-detail-table th,
	.recruit-detail-table td {
		display: block;
		width: 100%;
	}
	.recruit-detail-table th {
		padding: 1.2rem 1.4rem;
		font-size: 1.4rem;
	}
	.recruit-detail-table td {
		padding: 1.4rem 0 1.8rem;
		font-size: 1.4rem;
	}
	.recruitLead {
		margin-bottom: 2.8rem;
		font-size: 1.4rem;
	}
	.recruitDetailBlock {
		margin-top: 3.2rem;
	}
	.recruitDetailBlock h4,
	.recruitApplicationBlock h4 {
		margin-bottom: 1.2rem;
		font-size: 2rem;
	}
	.recruitDetailBody {
		margin-top: 3.2rem;
		font-size: 1.4rem;
	}
	.recruitClosedMessage {
		padding: 3.6rem 1.6rem;
		font-size: 1.8rem;
	}
	.recruitApplicationBlock {
		margin-top: 3.6rem;
		padding: 2.2rem 1.6rem;
	}
	.recruitApplicationBlock p {
		font-size: 1.4rem;
	}
	.recruitContactBox {
		padding: 1.4rem 1.6rem;
	}
	.recruitDetailActions {
		margin-top: 3.2rem;
		display: flex;
		flex-direction: column;
		gap: 1.4rem;
	}
	.btn-recruit {
		margin: 0 auto;
		width: min(100%, 28rem);
		min-width: 20rem;
		min-height: 5rem;
		display: flex;
		font-size: 1.6rem;
	}
	.btn-recruit:last-child {
		margin-bottom: 0;
	}
}
