@charset "UTF-8";
/*---------------------------------------------------------
	Template:sw
	Theme Name:sw_child
	Theme URI: http://【hoge.jp】/
	Description: 【suworks】ホームページテンプレートです。
	Author: SUWO!RKS
	Author URI: http://su-works.jp/
	Version: 1.0
---------------------------------------------------------*/

/* ==========================================================================
   ★ エイプリルフール用 - 終了後このブロックごと削除 ★
   ========================================================================== */
.c-emergency {
	background: linear-gradient(135deg, #ff6b6b, #ee5a24, #ff6b6b) !important;
	padding: 20px 30px 20px 62px !important;
	border-radius: 50px !important;
	box-shadow: 0 4px 20px rgba(238, 90, 36, 0.4) !important;
	animation: aprilfool-pulse 2s ease-in-out infinite !important;
	border: 2px solid #fff !important;
}

.c-emergency:before {
	content: '\f005' !important;
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
	background: none !important;
	font-size: 20px;
	line-height: 1;
	color: #ffd32a;
	width: auto !important;
	height: auto !important;
	animation: aprilfool-spin 3s linear infinite;
}

.c-emergency .c-emergency__title {
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
	letter-spacing: 0.05em;
}

.c-emergency .c-emergency__link {
	text-decoration: none !important;
}

.c-emergency:hover {
	transform: scale(1.03);
	box-shadow: 0 6px 28px rgba(238, 90, 36, 0.55) !important;
	transition: all 0.3s ease;
}

@keyframes aprilfool-pulse {
	0%, 100% { box-shadow: 0 4px 20px rgba(238, 90, 36, 0.4); }
	50% { box-shadow: 0 4px 30px rgba(238, 90, 36, 0.7); }
}

@keyframes aprilfool-spin {
	0% { transform: translateY(-50%) rotate(0deg); }
	100% { transform: translateY(-50%) rotate(360deg); }
}

@media screen and (max-width: 680px) {
	.c-emergency {
		border: 2px solid #ee5a24 !important;
	}
}

/* --- 投稿ページ用 --- */

.af-post__reveal p {
	margin: 0;
}
.af-post {
	max-width: 680px;
	margin: 0 auto;
}

.af-post__lead {
	font-size: 17px;
	line-height: 2;
	text-align: center;
	margin-bottom: 2em;
}

.af-post__lead strong {
	color: #ee5a24;
	font-size: 1.15em;
}

.af-post__service {
	background: #fdf5f0;
	border-left: 4px solid #ee5a24;
	border-radius: 0 8px 8px 0;
	padding: 24px 28px;
	margin-bottom: 2.5em;
}

/* 親テーマの .entry h3 を上書き */
.entry .af-post__service-title {
	font-size: 18px;
	font-weight: 700;
	color: #ee5a24;
	margin: 0 0 16px;
	padding: 0;
	border: none;
	background: none;
}

/* 親テーマの .entry ul リセット */
.entry ul.af-post__list {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* 親テーマの .entry ul li リセット（緑丸ドット除去） */
.entry ul.af-post__list li {
	padding: 10px 0 !important;
	border-bottom: 1px dashed #e0cfc6;
	font-size: 15px;
	line-height: 1.7;
	display: flex !important;
	align-items: baseline;
	flex-wrap: wrap;
	list-style: none !important;
	position: static !important;
}

.entry ul.af-post__list li:before {
	display: none !important;
	content: none !important;
}

.entry ul.af-post__list li:last-child {
	border-bottom: none;
}

.af-post__label {
	font-weight: 700;
	color: #333;
	white-space: nowrap;
}

.af-post__arrow {
	color: #ee5a24;
	font-weight: 700;
	margin: 0 8px;
}

.af-post__reveal {
	text-align: center;
	margin: 2em 0 1.2em;
	padding: 20px;
	background: #fff;
	border: 2px solid #ee5a24;
	border-radius: 8px;
}

.af-post__reveal-text {
	font-size: 17px;
	margin: 0;
	line-height: 1.8;
}

.af-post__reveal-text strong {
	color: #ee5a24;
	font-size: 1.1em;
}

.af-post__message {
	font-size: 15px;
	line-height: 2;
	text-align: center;
	color: #555;
}

.af-post__closing {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: var(--color-primary, #090);
	margin-top: 2em;
	padding-top: 1.5em;
	border-top: 1px solid #ddd;
}

@media screen and (max-width: 680px) {
	.af-post__lead {
		font-size: 15px;
		text-align: left;
	}
	.af-post__service {
		padding: 16px 14px;
	}
	.entry .af-post__service-title {
		font-size: 16px;
	}
	.entry ul.af-post__list li {
		font-size: 13px;
		display: block !important;
		line-height: 1.8;
		padding: 8px 0 !important;
	}
	.af-post__label {
		font-weight: 700;
	}
	.af-post__arrow {
		margin: 0 2px;
	}
	.af-post__reveal {
		padding: 14px 12px;
		margin: 1.5em 0 1em;
	}
	.af-post__reveal-text {
		font-size: 13px;
	}
	.af-post__message {
		text-align: left;
		font-size: 14px;
	}
	.af-post__closing {
		font-size: 15px;
	}
}

/* 制作ラインナップ */
.af-post__works {
	margin-bottom: 2.5em;
}

.entry .af-post__works-title {
	font-size: 13px;
	font-weight: 700;
	color: #999;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
	border: none;
	background: none;
}

.af-post__work {
	border-bottom: 1px dashed #e0cfc6;
	padding: 20px 0;
}

.af-post__work:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.af-post__work-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0 0 6px;
}

.af-post__work-catch {
	font-size: 14px;
	color: #ee5a24;
	font-style: italic;
	margin: 0 0 8px;
	line-height: 1.6;
}

.af-post__work-desc {
	font-size: 14px;
	color: #555;
	line-height: 1.8;
	margin: 0;
}

/* リニューアル */
.af-post__renewal {
	background: #f0f7f0;
	border-left: 4px solid var(--color-primary, #090);
	border-radius: 0 8px 8px 0;
	padding: 24px 28px;
	margin: 2em 0;
}

.entry .af-post__renewal-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--color-primary, #090);
	margin: 0 0 12px;
	padding: 0;
	border: none;
	background: none;
}

@media screen and (max-width: 680px) {
	.af-post__work-title {
		font-size: 16px;
	}
	.af-post__work-catch,
	.af-post__work-desc {
		font-size: 13px;
	}
	.af-post__renewal {
		padding: 16px 14px;
	}
	.entry .af-post__renewal-title {
		font-size: 15px;
	}
}
/* ========================================================================
   ★ エイプリルフール用 ここまで ★
   ======================================================================== */

/* ==========================================================================
   デザインシステム（jiraku.or.jp参考）
   ========================================================================== */

/* カラーシステム（シンプル） */
:root {
	/* Primary Colors - シンプルで落ち着いた色 */
	--color-primary: #090;
	--color-primary-dark: #333;
	--color-primary-light: #777;

	/* Accent Color - 控えめなアクセント */
	--color-accent: #4a90a4;

	/* Neutral Colors */
	--color-text: #333;
	--color-text-light: #666;
	--color-text-lighter: #999;
	--color-border: #ddd;
	--color-background: #f8f9fa;

	--green: #17B765;
	--light-green: #ACCE29;
	--deep-green: #3D8848;

	--pink: #FF5B74;

	/* Functional Colors */
	--color-link: #555;
	--color-link-hover: #333;

	/* Spacing System */
	--spacing-xs: 0.25rem;
	--spacing-sm: 0.5rem;
	--spacing-md: 1rem;
	--spacing-lg: 1.5rem;
	--spacing-xl: 2rem;
	--spacing-2xl: 3rem;
}

/* ベースタイポグラフィ */
/* ベースタイポグラフィ */
body:not(.wp-admin) {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN",
		"Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: var(--color-text);
}

/* スペーシング */
p {
	margin-bottom: 1.5rem;
	line-height: 1.8;
}

/* レスポンシブタイポグラフィ */
@media (max-width: 768px) {
	body {
		font-size: 14px;
	}

	h1 {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 1.125rem;
	}
}

.green {
	color: var(--green);
}

.light-green {
	color: var(--light-green);
}

.deep-green {
	color: var(--deep-green);
}

.pink {
	color: var(--pink) !important;
}

/* ==========================================================================
   施設一覧ページ (page-facilities.php) 用スタイル
   ========================================================================== */

/* 1件時の表示崩れ防止 & グリッド調整 */
.facility-items-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5%;
	/* colboxのネガティブマージン調整 */
}

.facility-item {
	box-sizing: border-box;
	width: 30.33%;
	/* col3相当 */
	margin: 0 1.5% 20px;
	max-width: 320px;
	/* フルサイズ化防止 */
}

.facility-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.facility-image {
	position: relative;
	/* ラベルの基準位置 */
	width: 100%;
	aspect-ratio: 4 / 3;
	/* 統一されたアスペクト比 640x480 */
	overflow: hidden;
	border-radius: 5px;
	background-color: #f0f0f0;
	/* 画像読み込み中の背景 */
}

.facility-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* アスペクト比を保ちながらトリミング */
	display: block;
}

.facility-title {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 768px) {
	.facility-item {
		width: 47%;
		/* スマホなどでは2列 */
	}
}

@media (max-width: 480px) {
	.facility-item {
		width: 100%;
		/* 小さいスマホは1列 */
		max-width: 100%;
	}
}

.area-label {
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: var(--color-accent);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 12px;
	border-radius: 12px;
	z-index: 5;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
   施設詳細ページ (single-facilities.php) 用スタイル
   ========================================================================== */

.single-facilities .sidebar ul li {
	/* list-style: disc; */
	list-style-position: inside;
	position: relative;
	padding-left: 1em;
	padding-block: 1em;
	border-bottom: 1px solid #D9D9D9;
}

.single-facilities .sidebar ul li a {
	color: #000;
	font-weight: bold;
}

.single-facilities .sidebar ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	background: var(--green);
	position: absolute;
	left: 0;
	top: calc(1.75em);
	border-radius: 50%;
}

.sidebar .sidebar-category__title {
	font-weight: 600;
	font-size: 16px;
	color: var(--deep-green);
	padding-block: 1em;
	border-bottom: 1px solid #D9D9D9;
	margin: 0;
	margin-left: 1em;
}

.single-facilities .sidebar ul li.sidebar-category__item {
	padding-left: 0;
	display: flex;
	margin-left: 1em;
}

.single-facilities .sidebar ul li.sidebar-category__item a {
	font-weight: 400;
}

.single-facilities .sidebar ul li.sidebar-category__item:before {
	content: '・';
	width: auto;
	background: transparent;
	position: relative;
	left: auto;
	top: auto;
	height: auto;
	margin-right: 6px;
}

/* ヘッダーエリア */
.facility-detail-container .facility-header {
	margin-bottom: var(--spacing-2xl);
}

.facility-detail-container .facility-header h1 {
	margin-bottom: 10px;
	padding: 0;
}

.facility-header .detail-item {
	margin: 0;
}

.facility-header .detail-item-tel,
.facility-header .detail-item-fax {
	font-size: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
	line-height: 1.4;
	font-family: "Figtree", sans-serif;
}

.facility-header .tel-label {
	font-size: 14px;
	font-weight: 400;
	padding: 2px 10px;
	background: var(--green);
	color: #fff;
	border-radius: 4px;
	margin-right: 7px;
	font-family: 'Noto Sans', 'Noto Sans JP', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.facility-main-image {
	width: 100%;
	margin-block: var(--spacing-lg) var(--spacing-2xl);
}

.facility-main-image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* キャッチコピー */
.facility-content .bcopy {
	font-size: 28px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 20px;
}

/* セクション共通 */
.facility-section {
	/* margin-bottom: var(--spacing-2xl); */
}

.facility-section:last-child {
	margin-bottom: var(--spacing-xl);
}

.subheading {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: var(--spacing-lg);
	padding-bottom: var(--spacing-sm);
	border-bottom: 2px solid var(--color-primary);
	color: var(--color-text);
}

/* 施設概要 */
.facility-outline {
	font-size: 16px;
	line-height: 2;
}

/* 一日の流れ（タイムライン） */
.schedule-section {
	margin-bottom: var(--spacing-2xl);
}

.schedule-list {
	padding-left: 20px;
	border-left: 2px solid #e0e0e0;
	position: relative;
	margin-top: var(--spacing-lg);
}

.schedule-item {
	display: flex;
	padding: var(--spacing-md) 0;
	position: relative;
	margin-left: 20px;
}

.schedule-item::before {
	content: '';
	position: absolute;
	left: -26px;
	top: 22px;
	width: 10px;
	height: 10px;
	background-color: var(--color-accent);
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px var(--color-accent);
}

.schedule-time {
	width: 100px;
	font-weight: 700;
	color: var(--color-primary);
	flex-shrink: 0;
}

.schedule-content {
	flex: 1;
	line-height: 1.8;
	color: var(--color-text);
}

/* ギャラリー（3列グリッド） */
.gallery-grid,
.gallery-slider {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: var(--spacing-lg);
}

.gallery-grid .grid-item img,
.gallery-slider .slider-item img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 4px;
	transition: opacity 0.3s;
}

.gallery-grid .grid-item img:hover,
.gallery-slider .slider-item img:hover {
	opacity: 0.8;
}

/* フロアマップ */
.floor-map {
	margin-bottom: var(--spacing-2xl);
}

.floor-map-image {
	text-align: center;
	margin-top: var(--spacing-lg);
}

.floor-map-img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 交通アクセス（フルワイド対応） */
.access-map {
	margin-bottom: var(--spacing-2xl);
}

.iframe-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
	overflow: hidden;
	margin-top: var(--spacing-lg);
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 4px;
}

/* 表組み（info-table, facility-table） */
.info-table,
.facility-table {
	width: 100%;
	border-collapse: collapse;
	margin: var(--spacing-lg) 0;
}

.info-table th,
.facility-table th {
	background-color: #f8f9fa;
	font-weight: 600;
	text-align: left;
	padding: var(--spacing-md) var(--spacing-lg);
	border-bottom: 1px solid #eee;
	width: 30%;
	color: var(--color-text);
}

.info-table td,
.facility-table td {
	background-color: #fff;
	padding: var(--spacing-md) var(--spacing-lg);
	border-bottom: 1px solid #eee;
	line-height: 1.8;
}

.info-table tr:last-child th,
.info-table tr:last-child td,
.facility-table tr:last-child th,
.facility-table tr:last-child td {
	border-bottom: none;
}

/* FAQアコーディオン */
.faq-section {
	margin-bottom: var(--spacing-2xl);
}

.faq-item {
	border: 1px solid var(--color-border);
	border-radius: 4px;
	margin-bottom: var(--spacing-md);
	overflow: hidden;
}

.faq-question {
	display: flex;
	align-items: center;
	padding: var(--spacing-md) var(--spacing-lg);
	cursor: pointer;
	background-color: #fff;
	font-weight: 600;
	list-style: none;
	position: relative;
	transition: background-color 0.3s ease;
}

.faq-question::-webkit-details-marker {
	display: none;
}

.faq-question::before {
	content: '+';
	font-size: 1.5rem;
	margin-right: var(--spacing-md);
	color: var(--color-accent);
	transition: transform 0.4s ease, opacity 0.4s ease;
	flex-shrink: 0;
	display: inline-block;
}

.faq-item[open] .faq-question::before {
	content: '−';
	transform: rotate(180deg);
}

.faq-question:hover {
	background-color: var(--color-background);
}

.faq-q-label {
	color: var(--color-accent);
	font-weight: 700;
	margin-right: var(--spacing-sm);
}

.faq-answer {
	padding: 0 var(--spacing-lg);
	background-color: var(--color-background);
	line-height: 1.8;
	border-top: 1px solid var(--color-border);
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}

.faq-item[open] .faq-answer {
	max-height: 1000px;
	opacity: 1;
	padding: var(--spacing-md) var(--spacing-lg);
}

.faq-a-label {
	color: var(--color-primary);
	font-weight: 700;
	margin-right: var(--spacing-sm);
}

/* 詳細情報（住所など） */
.facility-details {
	background-color: var(--color-background);
	padding: var(--spacing-xl);
	border-radius: 8px;
	margin-bottom: var(--spacing-xl);
	border: 1px solid #eee;
}

.facility-details .detail-item {
	display: flex;
	align-items: center;
	gap: var(--spacing-md);
	border-bottom: 1px solid #e8e8e8;
	padding: var(--spacing-md) 0;
}

.facility-details .detail-item:last-child {
	border-bottom: none;
}

.facility-details dt {
	width: 100px;
	font-weight: 700;
	color: var(--color-primary);
	flex-shrink: 0;
}

.facility-details dd {
	flex: 1;
	line-height: 1.8;
}

/* お問い合わせバナー */
.contact-banner {
	text-align: center;
	margin-top: var(--spacing-2xl);
	padding-top: var(--spacing-xl);
	border-top: 1px solid var(--color-border);
}

.contact-banner img {
	max-width: 100%;
	height: auto;
	transition: transform 0.3s;
}

.contact-banner img:hover {
	transform: scale(1.02);
}

/* レスポンシブ */
@media (max-width: 767px) {

	/* タイトルのフォントサイズ縮小 */
	.facility-detail-container .facility-header h1 {
		font-size: 1.4rem;
		letter-spacing: -0.05em;
		line-height: 1.4;
	}

	.gallery-grid,
	.gallery-slider {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.info-table th,
	.facility-table th {
		width: 100px;
		font-size: 0.9rem;
	}

	.facility-details .detail-item {
		flex-direction: column;
	}

	.facility-details dt {
		width: 100%;
		margin-bottom: var(--spacing-sm);
	}

	/* タイムラインのスマホ調整 */
	.schedule-list {
		padding-left: 15px;
	}

	.schedule-item {
		margin-left: 15px;
	}

	.schedule-time {
		width: 80px;
		font-size: 0.9rem;
	}
}

@media (max-width: 480px) {

	.gallery-grid,
	.gallery-slider {
		grid-template-columns: 1fr;
	}

	.info-table th,
	.facility-table th,
	.info-table td,
	.facility-table td {
		padding: var(--spacing-sm) var(--spacing-md);
		font-size: 0.875rem;
	}
}

/* ==========================================================================
   施設検索ウィジェット
   ========================================================================== */
.home .widget_facilities_search_widget {
	background-color: #FBFBFB;
	padding-block: 100px;
}

.home .widget_facilities_search_widget h2,
.home .widget_facilities_search_widget .facility-search-widget {
	max-width: 940px;
	padding-inline: 20px;
	margin: 0 auto;
}

/* #03投稿リスト: カテゴリー複数時のタイトル右ずれ修正 */
.widget_my_widget21 .post_wrap .post_title {
	flex: 1;
	min-width: 0;
}

/* #03投稿リスト: カテゴリーバッジサイズ調整 */
.widget_my_widget21 .post_cate {
	padding: 3px 10px;
	font-size: 12px;
}

.home .widget_facility_search_widget {
	padding-bottom: 100px;
}

.home .widget_facility_search_widget h2 {
	position: relative;
	line-height: 2;
	margin-bottom: 30px;
}

.home .widget_facility_search_widget h2:before {
	content: 'Facilities';
	color: var(--pink);
	font-size: 15px;
	font-weight: bold;
	font-family: "Figtree", sans-serif;
	position: absolute;
	top: -1.25em;
	left: 50%;
	transform: translateX(-50%);
}

.home .entry h2 {
    text-align:center;
}

.search-group {
	margin-bottom: var(--spacing-lg);
	display: flex;

}

.search-group h4.search-group-title {
	background: transparent;
	flex: 0 0 auto;
	font-weight: bold;
	font-size: 18px;
	margin-right: 30px;
	margin: 0 30px 0 0;
	color: #000;
}

.search-checkboxes {
	display: flex;
	gap: var(--spacing-sm);
	flex-wrap: wrap;
	align-items: center;
}

.search-checkbox-label {
	display: block;
	cursor: pointer;
	padding: 10px 18px;
	border-radius: 7px;
	transition: background-color 0.2s;
	border: 1px solid #D9D9D9;
	background: #fff;
	line-height: 1.0;
}

.search-checkbox-label:hover {
	background-color: var(--color-background);
}

.search-checkbox-label input[type="checkbox"] {
	display: none;
}

.search-checkbox-label:has(input[type="checkbox"]:checked) {
	background-color: var(--light-green);
	color: #fff;
	border-color: var(--light-green);
}

.search-buttons {
	display: flex;
	gap: var(--spacing-md);
	justify-content: center;
}

.search-submit-btn,
.search-reset-btn {
	/* flex: 1; */
	padding: var(--spacing-md) var(--spacing-lg);
	border: none;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 16px;
	padding: 14px 44px;
	border-radius: 10px;
	min-width: 180px;
}

.search-submit-btn {
	background-color: var(--deep-green);
	color: #fff;
}

.search-submit-btn:hover {
	background-color: var(--color-primary-dark);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.search-reset-btn {
	background-color: #fff;
	;
	color: var(--color-text);
	border: 1px solid #D9D9D9
}

.search-reset-btn:hover {
	background-color: #d0d0d0;
}

@media screen and (max-width: 680px) {
	.search-group {
		flex-direction: column;

	}

	.search-group h4.search-group-title {
		font-size: 16px;
		margin: 0 0 10px;
	}

	.search-checkbox-label {
		font-size: 12px;
		padding: 5px 10px;
	}
}

/* 検索結果なし表示 */
.no-results {
	text-align: center;
	padding: var(--spacing-2xl);
	background-color: var(--color-background);
	border-radius: 8px;
	margin: var(--spacing-xl) 0;
}

.no-results p {
	font-size: 1.1rem;
	color: var(--color-text-light);
	margin-bottom: var(--spacing-lg);
}

.reset-search-btn {
	padding: var(--spacing-md) var(--spacing-xl);
	background-color: var(--color-accent);
	color: #fff;
	border: none;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.reset-search-btn:hover {
	background-color: var(--color-primary-dark);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.facility-preview-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 40px 30px;
}

.main .facility-preview-item a {
	display: block;
	position: relative;
}

.main .facility-preview-item a:hover {
	text-decoration: none;
}

.main .facility-preview-item a:before {
	content: '→';
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--deep-green);
	border-radius: 50%;
	width: 26px;
	height: 26px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
}

.facility-preview-thumb {
	margin-bottom: 10px;
}

.facility-preview-thumb img {
	height: 220px;
	object-fit: cover;
	display: block;
	border-radius: 100px 0 100px 0;
}

.main .facility-preview-item p {
	margin: 0;
}

.main .facility-preview-item .facility-preview-category {
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}

.facility-preview-category span {
	background: var(--light-green);
	padding: 5px 10px;
	border-radius: 7px;
}

.main .facility-preview-item .facility-preview-title {
	color: #000;
	font-weight: bold;
	padding-right: 36px;
	word-break: auto-phrase;
	line-height: 1.375;
}

/* レスポンシブ */
@media (max-width: 767px) {
	.facility-search-widget {
		padding: var(--spacing-lg);
	}

	.search-buttons {
		flex-direction: column;
	}
}

@media screen and (max-width: 680px) {
	.facility-preview-list {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 30px 10px;
	}

	.facility-preview-thumb img {
		height: 160px;
	}

	.main .facility-preview-item .facility-preview-category {
		font-size: 10px;
		word-break: auto-phrase;
	}

	.facility-preview-category span {
		padding: 3px 6px;
	}

	.main .facility-preview-item .facility-preview-title {
		font-size: 14px;
		padding-right: 20px;
	}

	.main .facility-preview-item a:before {
		width: 20px;
		height: 20px;
		font-size: 10px;
	}
}



/* ローディングオーバーレイ */
.search-loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 100;
	backdrop-filter: blur(2px);
}

.search-spinner {
	width: 50px;
	height: 50px;
	border: 4px solid var(--color-border);
	border-top-color: var(--color-accent);
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	margin-bottom: var(--spacing-md);
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.search-loading-overlay p {
	color: var(--color-text-light);
	font-weight: 600;
	margin: 0;
}

/* AJAX コンテナのトランジション */
#facility-ajax-container {
	transition: opacity 0.3s ease;
}

/* 結果下部の検索フォーム */
.facility-search-bottom {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--color-border, #e0e0e0);
}

.search-bottom-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--color-text, #333);
	margin-bottom: 1.5rem;
	text-align: center;
}

.facility-search-bottom .facility-search-widget {
	max-width: 800px;
	margin: 0 auto;
}

/* ==========================================================================
   メインビジュアル下のナビゲーション調整
   ========================================================================== */
.custom-eyecatch .caption {
	justify-content: center !important;
	/* 横方向中央揃え */
	align-items: flex-end !important;
	/* 下端に配置 */
	pointer-events: none;
	/* 下層のスライダー操作を妨げない */
	z-index: 10;
}

/* ナビゲーションのコンテナ（pタグなど）を調整 */
.custom-eyecatch .caption p,
.custom-eyecatch .eyecatch-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 0 0 70px 0 !important;
	/* ドットナビゲーションとの重なりを防ぐ */
	width: 100%;
	pointer-events: auto;
	/* リンク自体はクリック可能にする */
}

/* ナビゲーションリンクをボタン風に調整 */
.custom-eyecatch .caption a,
.custom-eyecatch .eyecatch-content a {
	display: inline-block !important;
	background-color: #fff !important;
	color: #333 !important;
	padding: 10px 30px !important;
	border-radius: 50px !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 16px !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
	transition: all 0.3s ease !important;
	text-shadow: none !important;
	white-space: nowrap !important;
}

.custom-eyecatch .caption a:hover,
.custom-eyecatch .eyecatch-content a:hover {
	background-color: var(--color-accent, #4a90a4) !important;
	color: #fff !important;
	transform: translateY(-3px) !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Slickのドット・矢印がテーマの共通スタイルで崩れるのを修正 */
.slick-slider .slick-dots li button,
.slick-slider .slick-arrow {
	background: transparent !important;
	background-color: transparent !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
	min-width: 0 !important;
	width: 20px !important;
	height: 20px !important;
	cursor: pointer !important;
}

.slick-slider .slick-dots li button:hover,
.slick-slider .slick-arrow:hover {
	background: transparent !important;
	transform: none !important;
}

/* ドットと矢印を最前面に */
.slick-dots,
.slick-arrow {
	z-index: 20 !important;
	pointer-events: auto !important;
}

/* スマホ対応：縦並びにしてタップしやすく調整 */
@media screen and (max-width: 680px) {

	.custom-eyecatch .caption p,
	.custom-eyecatch .eyecatch-content {
		flex-direction: column;
		gap: 12px;
		padding-bottom: 50px !important;
	}

	.custom-eyecatch .caption a,
	.custom-eyecatch .eyecatch-content a {
		width: 240px !important;
		text-align: center !important;
		padding: 12px 20px !important;
	}
}


/* ===================================
   banner_sns SNSカルーセル
   デザイン調整CSS (2026-01-26 追加)
=================================== */

/* colboxのgridを無効化（重要） */
.banner_sns .colbox {
	display: block !important;
	grid-template-columns: none !important;
}

/* スライダー全体 */
.banner_sns .slick-slider {
	margin: 0 25px;
}

/* slick-listの設定 */
.banner_sns .slick-list {
	overflow: visible;
}

/* スライドのトラックをflexで横並び */
.banner_sns .slick-track {
	display: flex !important;
	width: auto !important;
}

/* スライド間の余白調整 */
.banner_sns .slick-slide {
	margin: 0 8px;
	float: none !important;
	height: auto !important;
	width: auto !important;
	flex: 1 1 calc(33.333% - 16px);
	max-width: calc(33.333% - 16px);
}

/* 各カードのスタイル */
.banner_sns .bn_wrap {
	padding: 15px 18px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.3s ease;
	overflow: hidden;
}

.banner_sns .bn_wrap:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* アイコンとタイトルを横並びにするグリッドレイアウト */
.banner_sns .bn_wrap a {
	display: grid;
	grid-template-areas:
		"icon title"
		"desc desc";
	grid-template-columns: 36px 1fr;
	grid-template-rows: auto auto;
	gap: 4px 10px;
	align-items: start;
	overflow: hidden;
}

/* アイコン画像を小さく */
.banner_sns .img_zoom {
	grid-area: icon;
	width: 36px;
	height: 36px;
	min-width: 36px;
	overflow: visible;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-shrink: 0;
	padding-top: 2px;
}

.banner_sns .img_zoom img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

/* タイトルのスタイル */
.banner_sns .bn_wrap h4 {
	grid-area: title;
	font-size: 0.85rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.4;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	min-height: 36px;
}

/* 説明文のスタイル */
.banner_sns .bn_txt {
	grid-area: desc;
	font-size: 0.75rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
	color: #666;
	margin: 8px 0 0 0;
	padding-top: 10px;
	border-top: 1px solid #f0f0f0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.banner_sns .bn_txt p {
	margin: 0;
}

.about-section {
	position: relative;
	padding-top: 40px;
}

.about-section:before,
.about-section:after {
	content: '';
	position: absolute;
}

.about-section:before {
	background: url(img/about-left.png) no-repeat center center / contain;
	width: 100px;
	height: 100%;
	bottom: 0;
	left: 0;
}

.about-section:after {
	background: url(img/about-right.svg) no-repeat center center / contain;
	width: 55px;
	height: 58px;
	top: 0;
	right: -7px;
}

.about-inner {
	max-width: calc(100% - 15vw);
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.about-content {
	width: 54%;
	padding-top: 45px;
	max-width: 700px;
}

.about-image {
	width: 46%;
}

.about-content .blk {
	justify-content: flex-start;
}

@media screen and (max-width: 680px) {
	.about-inner {
		max-width: 100%;
		gap: 0;
		flex-direction: column-reverse;
	}

	.about-content {
		width: 100%;
		padding-top: 0;
		max-width: 700px;
	}

	.about-image {
		width: 80%;
		margin-left: auto;
	}
}

.home .entry .news_wrap {
	background: #FBFBFB;
	padding: 100px 0;
	position: relative;
}

.home .entry .news_wrap:after {
	z-index: 0;
	content: '';
	position: absolute;
	bottom: 0;
	right: 10vw;
	width: 120px;
	height: 155px;
	background: url(img/news.svg) no-repeat center center / contain;
	opacity: var(--after-opacity, 0);
	transform: translateX(var(--after-x, 80px));
}

.home .news_wrap .my_widget_header {
	width: 840px;
	padding: 0 20px;
}

.home .news_wrap .my_widget_header h2 {
	padding: 0;
}

.home .news_wrap .my_widget_header h2:before {
	content: 'News';
	color: var(--green);
	font-size: 15px;
	font-weight: bold;
	font-family: "Figtree", sans-serif;
	position: absolute;
	top: -1.25em;
	left: 0;
}

.news_wrap .post-cat-widget {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 20px;
}


@media screen and (max-width: 680px) {
	.home .entry .news_wrap {
		padding-top: 30px;
	}

	.home .entry .news_wrap:after {
		height: 80px;
		width: 60px;
		bottom: 10px;
	}
}

.home .sns_wrap {
	background-color: var(--light-green);
	padding: 100px 0 154px;
	position: relative;
	z-index: 0;
}

.home .sns_wrap:before,
.home .sns_wrap:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100px;
}

.home .sns_wrap:before {
	background: url(img/sns-before.svg) no-repeat center top / cover;
	top: -16px;
	z-index: 1;
}

.home .sns_wrap:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50vw);
	width: 270px;
	height: 224px;
	bottom: 35px;
	z-index: -1;
	background: url(img/sns-deco03.png) no-repeat center center / contain;
}


.home .sns_wrap .widget_pageContent {
	max-width: 760px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}

.home .sns_wrap .widget_pageContent:before,
.home .sns_wrap .widget_pageContent:after {
	content: '';
}

.home .sns_wrap .widget_pageContent:before {
	background: url(img/sns-wave.svg) no-repeat center top / cover;
	bottom: -154px;
	z-index: 3;
	width: 100vw;
	height: 54px;
	position: absolute;
	left: 50%;
	transform: translateX(-50vw);
}

.home .sns_wrap .widget_pageContent:after {
	position: absolute;
	right: 50%;
	transform: translateX(50vw);
	width: 280px;
	height: 258px;
	bottom: -125px;
	z-index: -1;
	background: url(img/sns-deco04.png) no-repeat center center / contain;
}

.home .sns_wrap .section-head {
	text-align: center;
	color: #fff;
}

.home .sns_wrap .section-head .section-label {
	color: #fff;
}

.home .sns_wrap .section-head h2 {
	text-align: center;
}

.home .sns_wrap .colbox.col4, .sns-banner  .colbox.col4{
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	gap: 13px;
}

.home .sns_wrap .iframe-wrap {
	position: relative;
	width: 100%;
	padding-top: 57%;
	/* = height ÷ width × 100 */
	margin-bottom: 30px !important;
	border: 7px solid #fff;
}

.home .sns_wrap .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home .sns_wrap .sns-deco-left {}

.home .sns_wrap .sns-deco-right {
	position: absolute;
	right: 50%;
	transform: translateX(50vw);
	width: 276px;
	height: 262px;
	bottom: -142px;
	z-index: -1;
}

@media screen and (max-width: 680px) {
	.home .sns_wrap {
		padding-block: 60px 180px;
	}



	.home .sns_wrap:after {
		width: 150px !important;
		height: 128px;
	}

	.home .sns_wrap .widget_pageContent:before {
		bottom: -180px;
	}

	.home .sns_wrap .widget_pageContent:after {
		width: 150px !important;
		height: 142px;
		bottom: -148px;
	}
}

.home .about_wrap {
	padding-block: 100px;
}

@media screen and (max-width: 680px) {
	.home .about_wrap {
		padding-block: 60px;
	}

}

.home .recruit_wrap {
	background: url(img/bg-recruit.webp) no-repeat top center / cover;
	padding-block: 100px;
}

.home .recruit_wrap .widget_pageContent {
	max-width: 940px;
	padding-inline: 20px;
	margin: 0 auto;
}

.home .recruit_wrap .section-head .section-label,
.home .recruit_wrap .section-head h2 {
	text-align: center;
	padding: 0;
}

.home .recruit_wrap .section-head h2 {
	padding: 0;
	margin-bottom: 40px;
}

.home .recruit_wrap h3 {
	text-align: center;
	font-size: 32px;
	margin: 0 0 30px;
	padding: 0;
}

.blk.blk-pink a {
	background: #FF735B;
}

.top-slider .slick-slide {
	margin: 0 20px;
}

@media screen and (max-width: 680px) {
	.home .recruit_wrap h3 {
		font-size: 18px;
		margin-bottom: 30px !important;
	}

	.home .recruit_wrap .blk {
		margin-top: 30px !important;
	}
}

/* ========================================
   募集要項カテゴリーページ
   ※ 親テーマ(sw)の .col10 .category .post-cat .post-cat-col
     (詳細度 0,4,0) を上回るため同等の詳細度で記述
======================================== */

/* 一覧グリッド：親テーマの flex を grid に置換 */
.col10 .category-recruit .post-cat,
.colfull .category-recruit .post-cat,
.category-recruit .post-cat {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	gap: 20px;
	padding: 0;
	margin-top: 24px;
}

/* カード：親テーマの width:32.5% / width:49% を上書き */
.col10 .category-recruit .post-cat .post-cat-col,
.colfull .category-recruit .post-cat .post-cat-col,
.category-recruit .post-cat .post-cat-col {
	width: 100% !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: row;
	align-items: stretch;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,.06);
	overflow: hidden;
	padding: 0;
	box-sizing: border-box;
}

/* サムネイルリンク */
.col10 .category-recruit .post-cat .post-cat-col > a:first-child,
.colfull .category-recruit .post-cat .post-cat-col > a:first-child,
.category-recruit .post-cat .post-cat-col > a:first-child {
	flex: 0 0 160px;
	width: 160px !important;
	display: block;
	overflow: hidden;
}

/* サムネイル画像：親テーマの max-height:350px をリセット */
.col10 .category-recruit .post-cat .post-cat-col > a:first-child img,
.colfull .category-recruit .post-cat .post-cat-col > a:first-child img,
.category-recruit .post-cat .post-cat-col > a:first-child img {
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: cover;
	display: block;
	margin: 0;
}

/* コンテンツエリア：親テーマの div { margin:10px auto } を上書き */
.col10 .category-recruit .post-cat .post-cat-col .cat-recruit-col,
.colfull .category-recruit .post-cat .post-cat-col .cat-recruit-col,
.category-recruit .post-cat .post-cat-col .cat-recruit-col {
	flex: 1;
	min-width: 0;
	margin: 0 !important;
	padding: 20px 20px 16px;
	display: flex;
	flex-direction: column;
}

/* タイトル：親テーマの h4 { margin:20px auto } を上書き */
.col10 .category-recruit .post-cat .post-cat-col h4,
.colfull .category-recruit .post-cat .post-cat-col h4,
.category-recruit .post-cat .post-cat-col h4 {
	margin: 0 0 8px !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	padding: 0;
	background: none;
	text-align: left;
}

.category-recruit .post-cat .post-cat-col h4 a {
	color: var(--color-text);
	text-decoration: none;
}

.category-recruit .post-cat .post-cat-col h4 a:hover {
	color: var(--deep-green);
}

/* 抜粋 */
.category-recruit .post-cat .post-cat-col .cat-ex {
	font-size: 13px;
	color: var(--color-text-light);
	line-height: 1.7;
	margin-bottom: 10px;
}

.category-recruit .post-cat .post-cat-col .cat-ex p {
	margin: 0;
	line-height: 1.7;
}

/* データテーブル */
.category-recruit .post-cat .post-cat-col .cat_recruit_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	margin-top: auto;
}

.category-recruit .post-cat .post-cat-col .cat_recruit_table th,
.category-recruit .post-cat .post-cat-col .cat_recruit_table td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #f0f0f0;
}

.category-recruit .post-cat .post-cat-col .cat_recruit_table th {
	width: 8em;
	background: #f5faf6;
	color: var(--deep-green);
	font-weight: 600;
	white-space: nowrap;
}

.category-recruit .post-cat .post-cat-col .cat_recruit_table .cat_salary_value {
	color: #c0392b;
	font-weight: 700;
}

/* 詳細リンク：親テーマの cat_link スタイルを上書き */
.col10 .category-recruit .post-cat .post-cat-col .cat_link,
.colfull .category-recruit .post-cat .post-cat-col .cat_link,
.category-recruit .post-cat .post-cat-col .cat_link {
	margin: 14px 0 0 auto !important;
	display: flex !important;
	justify-content: flex-end;
	width: auto !important;
}

.col10 .category-recruit .post-cat .post-cat-col .cat_link a,
.colfull .category-recruit .post-cat .post-cat-col .cat_link a,
.category-recruit .post-cat .post-cat-col .cat_link a {
	display: inline-block !important;
	padding: 8px 20px !important;
	background: var(--deep-green) !important;
	color: #fff !important;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: background .2s;
}

.col10 .category-recruit .post-cat .post-cat-col .cat_link a::before,
.colfull .category-recruit .post-cat .post-cat-col .cat_link a::before,
.category-recruit .post-cat .post-cat-col .cat_link a::before {
	content: '» ' !important;
	font-family: inherit !important;
	padding-right: 0 !important;
}

.col10 .category-recruit .post-cat .post-cat-col .cat_link a:hover,
.colfull .category-recruit .post-cat .post-cat-col .cat_link a:hover,
.category-recruit .post-cat .post-cat-col .cat_link a:hover {
	background: var(--green) !important;
	opacity: 1;
}

/* SP レイアウト */
@media screen and (max-width: 680px) {
	.col10 .category-recruit .post-cat .post-cat-col,
	.colfull .category-recruit .post-cat .post-cat-col,
	.category-recruit .post-cat .post-cat-col {
		flex-direction: column !important;
	}

	.col10 .category-recruit .post-cat .post-cat-col > a:first-child,
	.colfull .category-recruit .post-cat .post-cat-col > a:first-child,
	.category-recruit .post-cat .post-cat-col > a:first-child {
		flex: 0 0 180px !important;
		width: 100% !important;
	}
}

/* ========================================
   募集要項 シングルページ
======================================== */

/* エントリー全体 */
/* パンクズリスト */
ol#breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	padding: 6px 0;
	margin: 0 0 16px;
	font-size: 13px;
	gap: 0;
}

ol#breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	content: "›";
	padding: 0 6px;
	color: #aaa;
	font-size: 16px;
	line-height: 1;
}

ol#breadcrumb .breadcrumb-item a {
	color: var(--deep-green);
	text-decoration: none;
}

ol#breadcrumb .breadcrumb-item a:hover {
	text-decoration: underline;
}

ol#breadcrumb .breadcrumb-item.active {
	color: #777;
}

.recruit-entry .article-container {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 20px 60px;
}

.recruit-entry__title {
	font-size: 18px !important;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.5;
}

/* セクション共通 */
.recruit-section {
	margin-top: 48px;
}

.recruit-section__heading {
	font-size: 18px;
	font-weight: 700;
	color: var(--deep-green);
	border-left: 4px solid var(--green);
	padding: 6px 0 6px 14px;
	margin: 0 0 16px;
}

/* 仕事内容説明 */
.recruit-description {
	background: #f5faf6;
	border-radius: 6px;
	padding: 20px 24px;
	line-height: 2;
	font-size: 15px;
}

/* 共通テーブル */
.recruit-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.8;
}

.recruit-table th,
.recruit-table td {
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e8e8e8;
}

.recruit-table th {
	width: 11em;
	background: #eef5ee !important;
	color: #1e4a22 !important;
	font-weight: 600;
	white-space: nowrap;
	border-right: 1px solid #cde0ce;
}

.recruit-table td {
	background: #fff !important;
	line-height: 1.9;
}

.recruit-table__salary {
	font-weight: 700;
	color: #c0392b;
	font-size: 15px;
}

/* 企業情報 */
.recruit-company__body {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.recruit-company__logo {
	flex: 0 0 120px;
	margin: 0;
}

.recruit-company__logo img {
	max-width: 120px;
	height: auto;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 8px;
}

/* お問い合わせブロック */
.recruit-contact {
	margin-top: 32px;
	background: var(--deep-green);
	border-radius: 8px;
	overflow: hidden;
}

.recruit-contact__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 20px 28px;
	flex-wrap: wrap;
}

.recruit-contact__lead {
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 4px;
}

.recruit-contact__tel {
	display: flex;
	flex-direction: column;
}

.recruit-contact__tel-link {
	font-size: 24px;
	font-weight: 700;
	color: #fff !important;
	text-decoration: none;
	letter-spacing: 0.04em;
}

.recruit-contact__tel-hours {
	font-size: 12px;
	color: rgba(255,255,255,.8);
	margin-top: 2px;
}

.recruit-contact__mail {
	display: flex;
	flex-direction: column;
}

.recruit-contact__mail-link {
	display: inline-block;
	padding: 10px 22px;
	background: #fff;
	color: var(--deep-green) !important;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: background .2s;
}

.recruit-contact__mail-link:hover {
	background: var(--green);
	color: #fff !important;
}

.recruit-contact__mail-note {
	font-size: 11px;
	color: rgba(255,255,255,.8);
	margin-top: 4px;
}

@media screen and (max-width: 680px) {
	.recruit-table th {
		width: auto;
		display: block;
		white-space: normal;
		border-right: none;
		border-bottom: none;
		padding-bottom: 4px;
	}

	.recruit-table td {
		display: block;
		padding-top: 4px;
	}

	.recruit-table tr {
		display: block;
		border-bottom: 1px solid #e8e8e8;
		padding: 10px 0;
	}

	.recruit-table th,
	.recruit-table td {
		border-bottom: none;
	}

	.recruit-contact__inner {
		padding: 16px 20px;
		gap: 16px;
	}

	.recruit-contact__tel-link {
		font-size: 20px;
	}

	.recruit-company__body {
		flex-direction: column;
	}

	.recruit-company__logo {
		flex: none;
	}
}

.home .symbio_wrap {
	background: url(img/bg-symbosis.webp) no-repeat center center / cover;
	padding-block: 100px;
}

.home .symbio_wrap .widget_pageContent {
	max-width: 840px;
	padding: 40px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.8);
}

.home .symbio_wrap .section-head p,
.home .symbio_wrap .section-head h2 {
	text-align: center;
}

.home .symbio_wrap .blk {
	margin-top: 30px;
}

.home .link_wrap h2 {c
	text-align: center;
	padding-top: 0.5em
}

.home .link_wrap h2:before {
	content: 'Link';
	color: var(--light-green);
	font-size: 15px;
	font-weight: bold;
	font-family: "Figtree", sans-serif;
	position: absolute;
	top: -0.25em;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 680px) {
	.home .symbio_wrap {
		padding-block: 60px;
	}

	.home .symbio_wrap .widget_pageContent {
		max-width: calc(100% - 40px);
		padding: 40px 20px;
	}
}

.home .links_wrap {
	padding: 100px 0;

}

.home .links_wrap .link-group {
	gap: 20px;
	margin-top: 40px;
}

.home .links_wrap .link-group p {
	margin: 0;
}

.home .links_wrap .link-group a {
	color: #000;
	padding: 18px 20px;
	border: 1px solid var(--light-green);
	display: block;
	width: 100%;
	margin: 0;
	border-radius: 10px;
	font-size: 18px;
	position: relative;
}

.home .links_wrap .link-group a:before {
	content: '→';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/* ==========================================================================
   Mainvisual
   ========================================================================== */
.c-mainvisual {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.c-mainvisual__inner {
	display: flex;
	flex-direction: column;
	/* SP：縦並び */
	width: 100%;
}

/* 右半分（コピー＋右画像）をまとめるラッパー */
.c-mainvisual__right {
	display: flex;
	/* flex-direction: column; */
	width: 100%;
}

.c-mainvisual__item {
	width: 100%;
	min-width: 0;
}

.c-mainvisual__image {
	object-fit: cover;
	width: 100%;
	display: block;
}

.c-mainvisual__item--left img {
	object-position: right;
}

.c-mainvisual__item--right img {
	object-position: top left;
	margin-top: 150px;
}

/* アニメーション前の初期非表示（PC/SP共通） */
.c-mainvisual__item--left,
.c-mainvisual__item--right {
	visibility: hidden;
}

/* コピー全体（組織名ヘッダー＋縦書きテキスト） */
.c-mainvisual__copy {
	padding: 24px 20px 20px;
}

/* 縦書きキャッチコピー */
.c-mainvisual__text {
	writing-mode: vertical-rl;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.8;
	color: #222;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	letter-spacing: 0.0em;
}

.c-mainvisual__text--top {
	padding-bottom: 2em;
}

.c-mainvisual__char {
	display: inline-block;
	visibility: hidden;
	/* GSAPのautoAlphaで制御 */
}

.c-mainvisual__char--accent {
	color: var(--green);
	font-size: 1.4em;
}

.c-mainvisual__char--accent_deep {
	color: var(--deep-green);
}

.c-mainvisual__item--right {
	display: flex;
	align-items: flex-end;
}

.page.recruit .c-mainvisual__copy {
	position: absolute;
	top: 40%;
	left: 39%;
	transform: translateY(-50%);
	/* padding: 0; */
	width: 100%;
}


.page.recruit .c-mainvisual__copy .c-mainvisual-rc__char {
	font-size: 35px;
	font-weight: bold;
}

.page.recruit .c-mainvisual__copy [class*="c-mainvisual__char--accent"] {
	font-size: 48px;
}

.c-mainvisual-rc__text--bottom {
	padding-left: 2em;
}



/* PC表示（1024px以上） */
@media screen and (min-width: 1024px) {

	/* 左画像50%：右エリア50% の横並び */
	.c-mainvisual__inner {
		flex-direction: row;
		flex-wrap: nowrap;
	}

	/* 左画像：width + アニメーション */
	.c-mainvisual__item--left {
		width: 50%;
		flex-shrink: 0;
		opacity: 0;
	}

	/* 右エリア：コピー（左）＋右画像（右）を横並び */
	.c-mainvisual__right {
		width: 50%;
		flex-direction: row;
		height: 100%;

	}

	/* コピーエリア：右エリアの左寄り、テキストを垂直中央に */
	.c-mainvisual__copy {
		flex: 0 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 28px 24px;
		min-width: 180px;
	}

	.c-mainvisual__text {
		font-size: 38px;
	}

	/* 右画像：残り幅を埋める＋アニメーション */
	.c-mainvisual__item--right {
		flex: 1;
		width: auto;
		overflow: hidden;
		height: 100%;
		opacity: 0;
	}
}



@media screen and (max-width: 960px) {
	.page.recruit .c-mainvisual__copy .c-mainvisual-rc__char {
		font-size: 20px;
		font-weight: bold;
	}

	.page.recruit .c-mainvisual__copy [class*="c-mainvisual__char--accent"] {
		font-size: 24px;
	}

}


@media screen and (max-width: 680px) {

	/* SP時：右エリアを横並びに確定（iOS Safari対応） */
	.c-mainvisual__right {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		overflow: hidden;
		width: 100%;
	}

	/* SP時：コピーエリアの幅を明示指定（flex auto指定をやめて%で確定させる） */
	.c-mainvisual__copy {
		padding: 16px 8px;
		width: 30%;
		flex: none;
		/* flexショートハンドを無効化 */
		box-sizing: border-box;
		overflow: hidden;
		display: flex;
		justify-content: flex-end;
	}

	/* SP時：縦書きテキストの流れ防止 */
	.c-mainvisual__text {
		font-size: 22px;
		line-height: 1.6;
		max-height: 100%;
	}

	.c-mainvisual__char--accent {
		font-size: 1.3em;
	}

	/* SP時：右画像の上差しリセット */
	.c-mainvisual__item--right img {
		margin-top: 0;
		height: 100%;
	}

	/* SP時の右画像エリア：残り幅を明示指定 */
	.c-mainvisual__item.c-mainvisual__item--right {
		width: 70%;
		/* width: 100%のグローバル指定を上書き */
		flex: none;
		min-width: 0;
		overflow: hidden;
		min-height: 200px;
		box-sizing: border-box;
	}
}

/* スライダー */
.c-mainvisual__slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.c-mainvisual__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 2s ease;
	pointer-events: none;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.c-mainvisual__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
}

/* ドットインジケーター */
.c-mainvisual__dots {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
}

.c-mainvisual__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: background 0.3s, transform 0.3s;
}

.c-mainvisual__dot.is-active {
	background: #fff;
	transform: scale(1.3);
}

/* 左エリアをrelativeにしてdotsの基準点にする */
.c-mainvisual__item--left {
	position: relative;
}

.c-mainvisual__item--left .c-mainvisual__image {
	object-position: right center;
}

.c-emergency {

	position: absolute;
	bottom: 5%;
	left: 5vw;
	background: #fff;
	padding: 18px 26px 18px 59px;
	border-radius: 50px;
}

.c-emergency:before {
	content: '';
	background: url(img/icon-em.svg) no-repeat center center / contain;
	width: 31px;
	height: 31px;
	position: absolute;
	left: 21px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 40%;
}

.c-emergency .c-emergency__link {
	display: block;
}

.c-emergency .c-emergency__title {
	margin: 0;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 680px) {
	.c-emergency {
		position: relative;
		bottom: auto;
		left: auto;
		width: 95%;
		margin: 0 auto;
		border: 1px solid var(--light-green);
	}
}

.js-fade {
	opacity: 0;
}

.js-fade--left {
	transform: translateX(-80px);
}

.js-fade--right {
	transform: translateX(80px);
}

.js-fade--up {
	transform: translateY(60px);
}

/* 採用ページ*/
.widget.cta-rc_wrap {
	background: var(--light-green);
	padding-bottom: 55px;
	margin-block: 50px;
	position: relative;
	margin-top: 50px;
}

.widget.cta-rc_wrap:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	background: url(img/cta-rc-bg-top.svg) repeat-x top center / cover;
	top: -40px;
}

.widget.cta-rc_wrap:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	background: url(img/cta-rc-bg.svg) repeat-x bottom center / cover;
	bottom: -40px;
}


.cta-rc_inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.cta-rc_inner h2 {
	text-align: center;
}

.entry .cta-rc_inner .section-head .section-label {
	color: #fff;
}

.widget.workplace_wrap {
	padding: 100px 0;
}

.workplace-inner .workplace-block {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	padding: 40px 20px;
	margin: auto;
}

.workplace-inner .workplace-block>div {
	width: 48%;
}

.workplace-inner .workplace-block.img-left {
	flex-direction: row-reverse;
}

.workplace-image img {
	object-fit: cover;
	width: 100%;
}

.workplace-inner .workplace-block.img-right .workplace-image {
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-left: clamp(30px, 5vw, 100px);
}

.workplace-inner .workplace-block.img-left .workplace-image {
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: clamp(30px, 5vw, 100px);
}


.workplace-inner {
	counter-reset: wp-counter;
}

.workplace-content h3:before {
	content: counter(wp-counter, decimal-leading-zero);
	counter-increment: wp-counter;
	color: #FF5B74;
	font-size: 50px;
	margin-right: 10px;
	font-family: "Figtree", sans-serif;
}


@media screen and (max-width: 680px) {
	.page.recruit .c-mainvisual {
		height: 90vh;
	}

	.page.recruit .c-mainvisual__image {
		object-position: 30%;
		height: 100%;
	}

	.page.recruit .c-mainvisual__copy {
		top: 6vh;
		right: 5vw;
		flex-direction: row-reverse;
		left: auto;
		transform: inherit;
		width: auto;
		letter-spacing: 1em;
	}

	.page.recruit .c-mainvisual__copy .c-mainvisual-rc__text,
	.c-mainvisual-rc__text--bottom {
		line-height: 1.2;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.c-mainvisual-rc__text--bottom {
		padding-left: 0;
		padding-top: 2em;
	}

	.page.recruit .c-mainvisual__copy .c-mainvisual-rc__char {
		font-size: 24px;
	}
.page.recruit .c-mainvisual__copy .c-mainvisual-rc__text--bottom {
	position:relative;
	padding-bottom: 1em;
}
	.page.recruit .c-mainvisual__copy .c-mainvisual-rc__text--bottom .c-mainvisual-rc__char:last-child {
		position:absolute;
		bottom:0;
		right: -0.6em;
	}

	
	.page.recruit .c-mainvisual__copy [class*="c-mainvisual__char--accent"] {
		font-size: 32px;
	}

	.widget.workplace_wrap {
		padding: 60px 0;
	}

	.workplace-inner .workplace-block {
		flex-direction: column !important;
		padding: 0;
	}

	.workplace-inner .workplace-block .workplace-content,
	.workplace-inner .workplace-block .workplace-image {
		width: 100%;
		margin: 0;
	}

	.workplace-inner .workplace-block.img-right .workplace-image {
		margin-left: auto;
	}

	.workplace-content h3:before {
		font-size: 32px;
	}
}

.widget.interview_wrap {
	max-width: 100% !important;
	background: #F5F9F6;
	width: 100% !important;
	position: relative;
	margin-top: 100px;
	/* padding-bottom: 100px; */
	margin-bottom: 150px;
}

.widget.interview_wrap:before {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	top: -100px;
	left: 0;
	background: url(img/interview-bg.svg) no-repeat top center / cover;
}

.widget.interview_wrap:after {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -100px;
	left: 0;
	background: url(img/interview-bg-bottom.svg) no-repeat bottom center / cover;
}

.widget.interview_wrap .widget_pageContent {
	max-width: 900px;
	margin: 0 auto;
}

.interview-block {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}

.interview-block+.interview-block {
	margin-top: 70px;
}

.interview-block h3 {
	text-align: left;
	margin: 0;
}

.interview-content {
	max-width: 50%;
}

.interview-image {
	max-width: calc(50% - 30px);
}

.interview-title {
	min-height: 86px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
}

.interview-title:before {
	content: '';
	width: 83px;
	height: 86px;
	background: url(img/interview-voice01.png) no-repeat center center / contain;
	position: absolute;
	top: 0;
	left: 0;
}

.interview-block:nth-of-type(3) .interview-title:before {
	background-image: url(img/interview-voice02.png);
}

.interview-block:nth-of-type(4) .interview-title:before {
	background-image: url(img/interview-voice03.png);
}

.interview-block:nth-of-type(5) .interview-title:before {
	background-image: url(img/interview-voice04.png);
}

.interview-title p {
	color: var(--deep-green);
	font-weight: bold;
	margin: 0;
	font-size: 18px;
	padding-left: 105px;
}

.interview-title p:first-of-type {
	border-bottom: 1px dashed #D9D9D9;
}

.interview-content p {
	line-height: 1.75;
}

@media screen and (max-width: 680px) {
	.interview-block {
		padding-inline: 20px;
	}

	.interview-content {
		max-width: 100%;
	}

	.interview-image {
		max-width: 100%
	}

	.interview-title {
		min-height: inherit;
	}

	.interview-title:before {
		content: '';
		width: 60px;
		height: 66px;
	}

	.interview-title p {
		padding-left: 75px;
	}
}

.widget.default_wrap {
	padding-block: 50px;
}

/* facility_area のスラッグが 'shortstay' の場合 */
.single-facilities.tax-facility_area-shortstay .simcal-calendar {
    display: block !important;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}