.recruit_layout {
	margin: 0 auto;
	margin-top: 50px;
}

#staff_recruit h2 {
	color: var(--theme-color-b);
}

.recruit_layout .inner .recruit_eyecatch {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}

.recruit_layout .inner .top {
	width: 90%;
	margin: 0 auto;
}

.recruit_layout .inner .top h4 {
	font-size: 18px;
	font-weight: bold;
	color: var(--theme-color);
}

#staff_recruit .inner .top h4 {
	color: var(--theme-color-b);
}

.recruit_layout .inner .top p {
	font-size: 14px;
	margin-top: 10px;
}

.recruit_layout .inner table {
	width: 90%;
	margin: 50px auto;
	table-layout: fixed;
}

.recruit_layout .inner table tr {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

.recruit_layout .inner table tr th {
	font-weight: bold;
	width: 100%;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ccc;
	text-align: left;
}

.recruit_layout .inner table tr td {
	font-size: 14px;
	width: 100%;
	padding: 0 10px 10px 10px;
}

.recruit_layout .inner table tr:last-of-type td {
	border-bottom: 1px solid #ccc;
}

.recruit_layout .inner table tr td * {
	word-break: break-word;
	overflow-wrap: break-word;
}

.recruit_layout .inner table .treatment {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(2, 1fr);
	padding: 4px 0;
}

.recruit_layout .inner table .treatment li {
	font-size: 14px;
	height: 44px;
	border: 1px solid var(--theme-color-p);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#staff_recruit .inner table .treatment li {
	border-color: var(--theme-color-lb);
}

.recruit_layout .inner table .treatment li i {
	display: block;
	color: var(--theme-color);
	padding: 0 5px;
}

#staff_recruit .inner table .treatment li i {
	color: var(--theme-color-b);
}

.recruit_layout .inner table .open_the_map {
	font-size: 12px;
	color: #fff;
	background-color: var(--theme-color-p);
	padding: 3px 8px 4px;
	margin-top: 5px;
	border-radius: 5px;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
}

#staff_recruit .inner table .open_the_map {
	background-color: var(--theme-color-lb);
}

.recruit_layout .inner table .open_the_map svg {
	width: auto;
	height: 15px;
}

.recruit_layout .inner .bottom {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}

.recruit_layout .inner .bottom ul li {
	margin-bottom: 30px;
	border: 1px solid var(--theme-color-p);
	padding: 15px;
}

#staff_recruit .inner .bottom ul li {
	border: 1px solid var(--theme-color-lb);
}

.recruit_layout .inner .bottom ul li:last-of-type {
	margin-bottom: 0;
}

.recruit_layout .inner .bottom ul li h5 {
	font-size: 18px;
}

.recruit_layout .inner .bottom ul li hr {
	border: none;
	border-top: 1px solid var(--theme-color-p);
}

#staff_recruit .inner .bottom ul li hr {
	border-top: 1px solid var(--theme-color-lb);
}

.recruit_layout .inner .bottom ul li p {
	font-size: 14px;
}

#recruit_contact {
	flex-direction: column;
	gap: 5px;
}

#recruit_contact ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#recruit_contact li {
	width: calc((100% - 20px) / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	will-change: transform;
	transform: translateZ(0);
}

#recruit_contact li.contact_by_tel p {
	display: none;
}

#recruit_contact li a {
	width: 100%;
	padding: 5px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 2px;
	border-radius: 5px;
}

#recruit_contact ul li.contact_by_line a {
	background-color: #00B900;
}

#recruit_contact ul li.contact_by_tel a {
	background-color: var(--theme-color);
}

#recruit_contact ul li.staff_rec.contact_by_tel a {
	background-color: var(--theme-color-b);
}

#recruit_contact ul li.contact_by_mail a {
	background-color: #666;
}

#recruit_contact li a img,
#recruit_contact li a svg {
	display: block;
	object-fit: cover;
	width: 20px;
}

#recruit_contact li a img {
	margin-right: 3px;
}

#recruit_contact ul li a h2 {
	color: #fff;
	text-align: center;
	padding: 2px 0;
}

#recruit_contact p {
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

footer {
	padding-bottom: 100px !important;
}

#page_top {
	bottom: 90px;
}

/* PC */
@media only screen and (min-width: 1073px) {
	.recruit_layout .inner table .treatment {
		grid-template-columns: repeat(3, 1fr);
	}

	#recruit_contact {
		display: none;
	}

	.right-content #recruit_contact {
		position: static;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
		background-color: rgba(3, 3, 3, 0);
	}

	.right-content #recruit_contact ul {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.right-content #recruit_contact li {
		display: block;
		width: 100%;
	}

	.right-content #recruit_contact li a {
		font-weight: bold;
		margin: 0 auto;
		max-width: 200px;
	}

	.right-content #recruit_contact li.contact_by_tel p {
		display: block;
		white-space: nowrap;
		font-size: 20px;
		text-align: center;
	}

	.right-content #recruit_contact li a img,
	.right-content #recruit_contact li a svg {
		width: 25px;
		height: 25px;
	}

	.right-content #recruit_contact li a h2 {
		font-size: 16px;
	}

	.right-content #recruit_contact p {
		color: #333;
		font-size: 14px;
	}

	footer {
		padding-bottom: 50px !important;
	}

	#page_top {
		bottom: 15px;
	}
}
