/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 15:46:27 */
/* 下層ページ（スタッフ募集） */

#body_wrap.page-id-197 #top_title_area img {
	object-position: center 25%;
}
/* 株式会社ファミリアでは様々な職種のスタッフが共働しています */
.p-staff-slider .swell-block-column * {
	color: var(--color_text);
}
/* モーダル実装 */
.p-staff-slider .catch {
	cursor: pointer;
}
.p-staff-slider .detail {
	display: none;
}
/* モーダルの基本 */
.detail-modal-overlay {
	position: fixed;
	inset: 0;
	display: none; 
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .6);
	z-index: 9999;
}
.detail-modal-overlay.is-open {
	display: flex;
}
.detail-modal-content {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	overflow: auto;
	background: #fff;
	padding: 24px;
	border-radius: 12px;
}
.detail-modal-content img {
	width: min(300px, 100%);
	margin: 0 auto;
}
.detail-modal-close {
	position: absolute;
	top: 8px;
	right: 8px;
	border: none;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}


/* すきっぷで働く魅力 */
.p-staff-working .img-area {
	position: relative;
}
.p-staff-working .number {
	position: absolute;
	top: 0;
	font-size: 8em;
	line-height: 1;
}
.p-staff-working .number span {
	opacity: .4;
	font-weight: 700;
	line-height: 1;
}
.p-staff-working .number-sp {
	font-size: 3em;
	line-height: 1;
}
.p-staff-working .number-sp span {
	font-weight: 700;
	opacity: .4;
}
.p-staff-working .number.left {
	left: -1.2em;
}
.p-staff-working .number.right {
	right: -1.2em;
}
.p-staff-working h3 {
	font-size: 2em;
}
@media (max-width: 959px) {
	.p-staff-working .item:nth-of-type(2n) .swell-block-columns__inner {
		flex-direction: column-reverse;
	}
	.p-staff-working h3 {
		margin-top: 0;
		font-size: 1.5em;
	}
}


