@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title p {
	margin-bottom: 30px;
	text-align: center;
}

#title ul {
	display: flex;
	justify-content: center;
	gap: 30px;
}

#title ul li {
	width: 216px;
}

#title ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	height: 50px;
	padding-left: 0.5em;
	border-radius: 10px;
	border: 2px solid #e0e0e0;
	background: #fff;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	transition: border .4s;
}

#title ul a:hover {
	border: 2px solid var(--blue);
}

.status {
	padding: 4px 8px;
	border-radius: 12px;
	background-color: #a0a0a0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
}

.status.active {
	background-color: #ff9f1c;
}

/* ---------------------------------------------------------
	CSS Document recruit
--------------------------------------------------------- */

#recruit #worker {
	scroll-margin-top: -20px;
	padding: 70px 50px 100px;
	background: #fff;
}

#recruit #cook {
	scroll-margin-top: -20px;
	padding: 70px 50px 100px;
	background: rgba(255, 255, 255, 0.8);
}

#recruit .copy {
	margin-bottom: 20px;
	text-align: left;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.8;
}

#recruit .copy span {
	font-size: 18px;
}

#recruit .lead {
	margin-bottom: 70px;
	text-align: left;
	line-height: 1.8;
}

#recruit p {
	margin-bottom: 30px;
	text-align: left;
}

#recruit .wp-block-table {
	margin-bottom: 70px;
	text-align: left;
}

#recruit th {
	display: block;
	font-weight: 600;
	color: var(--blue);
}

#recruit td {
	display: block;
}

#recruit tr:not(:last-of-type) td {
	margin-bottom: 30px;
	padding-bottom: 30px;
	background: url(../recruit/line.svg) no-repeat left bottom / 100% auto;
}

#recruit .contact {
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.8;
}

