@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media print {
	.full {
		margin: 0;
		width: 100%;
	}
}

.spot-heading02{
	text-align: center;
	position: relative;
	top:calc((var(--v-space2) + 3em) * -1);
	display: block;
	z-index: 3;
	margin-bottom: calc((var(--v-space2) + 1em) * -1);
}
.spot-heading02 .heading-line {
	width: 1px;
	height: 100px;
	background-color: var(--main-color);
	margin: 0 auto;
}
.spot-heading02 p {
	position: relative;
	font-size: clamp(35px,5vw,50px);
	font-family: "Corinthia", cursive;
	line-height: 1.2;
	color: var(--accent-color1);
	font-weight: 400;
}
.spot-heading02 h2 {
	position: relative;
	top:-13px;
	font-size: clamp(25px, 2.4vw, 33px);
	line-height: 1.2;
	color: #444;
	font-weight: normal;
	margin-bottom: 25px;
}

.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #222222;
	margin: 1.1% auto;	/*今回のみ*/
}
@media only screen and (max-width: 767px) {
	.line {
		padding-top: 10%;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
@media only screen and (max-width: 767px) {
	.line2 {
		padding-top: 10%;
	}
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.1em; /* 文章と横棒の間隔 */
}

/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/*タグ*/
/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
	margin-bottom: 30px;
}
.kakomi-tag01 p {
	background-color: #FFF;
	color: var(--txt-color);
	padding: 5px;
	font-size: clamp(14px, 1.6vw, 16px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 50px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	border-radius: 5px;
	border: 1px dotted var(--main-color);
}
.kakomi-tag01 p.head {
	background-color: var(--main-color);
	color: #FFF;
	padding: 5px;
	font-size: clamp(14px, 1.6vw, 16px);
	font-family: Arial, sans-serif;
	width: 150px;
	max-width: 150px;
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	border-radius: 5px;
}
.kakomi-tag01 p.end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	color:var(--txt-color);
	padding: 0px;
	font-size: clamp(14px, 1.3vw, 15px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
	border:transparent;
	display: flex;
	align-items: flex-end;
}


/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(70px, 6vw, 90px) 0 var(--v-space2);
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.greeting-haba{
	margin: 0 auto;
	max-width: 900px;
	padding: 2% 0 0 0;
}


/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px;
	}
}

/*======= 新着情報 ======*/
.blog_sec1 {
	padding: var(--v-space) 0 var(--v-space2);
	background-color: #fcf7ea;
	position: relative;
	z-index: 1;
}

/*======= 各ページ遷移バナー ======*/
.toplink_sec {
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 1;
	background-color: #FFF;
	/* background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #d7e6f5, #d7e6f5 1px, #f4faff 1px, #f4faff); */
}

.toplink_sec-cards {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	padding: 2rem 0;
}

.toplink_sec-cards .card {
	position: relative;
	display: block;
	/* border-radius: 1rem; */
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: transform .3s ease, box-shadow .3s ease;
}

.toplink_sec-cards .card:hover {
	/* transform: translateY(-4px); */
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.toplink_sec-cards .card img {
	width: 100%;
	aspect-ratio: 3/4;
	object-fit: cover;
	vertical-align: middle;
	transition: transform .5s ease;
}
@media only screen and (max-width: 767px) {
	.toplink_sec-cards .card img {
		aspect-ratio: 4/3;
	}
}

.toplink_sec-cards .card:hover img {
	transform: scale(1.05);
}

.toplink_sec-cards-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(113, 89, 74, 0.7);
	/* 70%白透過 */
	padding: 1rem;
	backdrop-filter: blur(2px);
	/* 少しぼかして高級感 */
	min-height: 80px;
}

.toplink_sec-cards-body h3 {
	font-size: 1.2rem;
	margin-bottom: .4rem;
	color: #FFF;
	border-left: 4px solid var(--accent-color3);
	padding-left: .5rem;
}

.toplink_sec-cards-body p {
	font-size: .9rem;
	color: #FFF;
	line-height: 1.5;
}

/*======= 補助事業リンク ======*/
.support-links {
	padding: 40px 0;
	background-color: var(--accent-color2); /* いま使っている茶色 */
	color: #fff;

	background-size: 10px 10px;
	background-image: repeating-linear-gradient(135deg, #ad948a 0, #ad948a 1px, #997C70 0, #997C70 50%);

	position: relative;
	z-index: 1;
}

.support-links .sec-title {
	text-align: center;
	font-size: clamp(19px,2.5vw,25px);
	margin-bottom: 24px;
}

.support-links__logos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas: "logo1 logo2 logo3";
	gap: 20px;
	max-width: 700px;
	margin: 0 auto;
}

.support-links__logos a {
	display: block;
	box-sizing: border-box;
}

.support-links__logos img {
	display: block;
	width: 100%;
	height: auto;
}

/* SP */
@media only screen and (max-width: 768px) {
	.support-links__logos {
		grid-template-columns: 1fr;
		grid-template-areas:
			"logo1"
			"logo2"
			"logo3";
		max-width: 234px;
	}
}

/* ================================
	サービス案内 se_sec1～se_sec4
================================ */

/* セクション背景 */
.se_sec1,
.se_sec3 {
	padding: var(--v-space) 0;
	background-color: #fcf7ea;
	position: relative;
	z-index: 1;
}

.se_sec2,
.se_sec4 {
	padding: var(--v-space) 0;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}

/* 見出し下のリード文 */
.service-lead {
	/* max-width: 900px; */
	margin: 0 auto 30px;
	font-size: 15px;
	line-height: 1.9;
}

/* セクション内の画像 */
.se_sec1 .img,
.se_sec2 .img,
.se_sec3 .img,
.se_sec4 .img {
	display: block;
	/* max-width: 900px; */
	margin: 0 auto 32px;
}

.se_sec1 .img img,
.se_sec2 .img img,
.se_sec3 .img img,
.se_sec4 .img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
}

/* 区切り線 */
.se_sec1 hr,
.se_sec2 hr,
.se_sec3 hr,
.se_sec4 hr {
	width: 80px;
	height: 3px;
	border: none;
	margin: 0 auto 32px;
	background-color: rgba(0, 0, 0, 0.12);
}

/* 各サービスの内容を並べるグリッド */
.service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-areas: "item1 item2 item3";
	gap: 24px;
	margin-bottom: 28px;
	align-items: flex-start;
}

.service-grid .service-item:nth-child(1) {
	grid-area: item1;
}
.service-grid .service-item:nth-child(2) {
	grid-area: item2;
}
.service-grid .service-item:nth-child(3) {
	grid-area: item3;
}


.service-item h3 {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 600;
	color: var(--accent-color2);
	border-bottom: 2px dotted var(--accent-color3);
}

.service-item p {
	font-size: 14px;
	line-height: 1.9;
	display: inline-block; /* ← 追加！ */
	vertical-align: middle;
	margin: 0 0 5px;
}

.service-item span.head {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background-color: var(--accent-color3);
	padding: 2px 3px;
	margin-right: 5px;
	border-radius: 6px;
	width: 60px;
	white-space: nowrap;
	text-align: center;
}

/* PDFリンク・補足文エリア */
.service-links {
	margin-bottom: 16px;
}

.service-links p + p {
	margin-top: 4px;
}

.service-support {
	font-size: 14px;
	line-height: 1.9;
}

/* PDFリンクの見た目 */
.pdf-link {
	display: inline-flex;
	align-items: center;
	gap: 6px; /* ← アイコンと文字の間 */
	font-size: 14px;
	text-decoration: none;
	color: var(--accent-color2);
	border-bottom: 1px dotted var(--accent-color2);
	padding-bottom: 2px;
}

/* 画像アイコン */
.pdf-link::before {
	content: "";
	display: inline-block;
	width: 20px;   /* 必要に応じて調整 */
	height: 20px;
	background-image: url("../img/pdf-ico.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* レスポンシブ調整 */
@media only screen and (max-width: 1024px) {
	.service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas:
			"item1 item2"
			"item3 item3";
	}
}

@media only screen and (max-width: 768px) {
	.service-lead {
		margin-bottom: 24px;
		font-size: 14px;
	}

	.service-grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"item1"
			"item2"
			"item3";
		gap: 20px;
	}

	.service-item h3 {
		font-size: 16px;
	}

	.service-item p {
		font-size: 14px;
	}

	.se_sec1 .img,
	.se_sec2 .img,
	.se_sec3 .img,
	.se_sec4 .img {
		max-width: 100%;
		margin-bottom: 24px;
	}
}

/* ============================
	情報開示 di_sec1〜
============================ */

.di_sec1{
	padding: var(--v-space2) 0 10px;
	background-color: #f9f5ee;
	
	position: relative;
	z-index: 1;
}
.di_sec2 {
	padding: 10px 0 var(--v-space2);
	background-color: #f9f5ee;
	
	position: relative;
	z-index: 1;
}

/* ページタイトル */
.di-title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: var(--accent-color2);
	margin: 0 0 28px;
	position: relative;
}

.di-title::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: var(--accent-color1);
	border-radius: 2px;
	margin: 10px auto 0;
}

.di-title-sub {
	display: inline-block;
	margin-left: 12px;
	font-size: 14px;
	color: #999;
}

/* セクション見出し（決算情報） */
.di-section-heading {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: var(--accent-color2);
	margin: 0 0 30px;
}

.di-section-heading-ja {
	display: block;
	font-size: 16px;
	color: #999;
	margin-top: 4px;
	letter-spacing: 0.1em;
}

/* リード文・注意書き */
.di-lead {
	max-width: 800px;
	margin: 0 auto 16px;
	font-size: 15px;
	line-height: 1.9;
}

.di-notice {
	max-width: 800px;
	margin: 0 auto 32px;
	font-size: 13px;
	line-height: 1.6;
	color: #777;
}

/* カード（箱） */
.di-card,
.di-year {
	max-width: 880px;
	margin: 0 auto 32px;
	padding: 26px 24px;
	background-color: #fff;
	border: 1px solid #e3ddd2;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
}

.di-year:last-of-type {
	margin-bottom: 0;
}

/* カード内タイトル */
.di-section-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--accent-color2);
	margin: 0 0 18px;
	padding-bottom: 8px;
	border-bottom: 2px solid #f0e7d7;
}

.di-year-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--accent-color2);
	margin: 0 0 14px;
	padding-bottom: 6px;
	border-bottom: 1px solid #f0e7d7;
}

/* 共通グリッド */
.di-grid {
	display: grid;
	gap: 6px;
}

/* 1行のレイアウト */
.di-row {
	display: grid;
	grid-template-columns: 400px minmax(0, 1fr);
	grid-template-areas: "label link";
	column-gap: 16px;
	row-gap: 2px;
	align-items: flex-start;
	padding: 8px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.di-row:last-child {
	border-bottom: none;
}

.di-row-label {
	grid-area: label;
	font-size: 14px;
	font-weight: 600;
	color: var(--accent-color2);
}

.di-row-link {
	grid-area: link;
	font-size: 14px;
}

/* PDFリンクの見た目＋アイコン */
.pdf-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	text-decoration: none;
	color: var(--accent-color2);
	border-bottom: 1px dotted var(--accent-color2);
	padding-bottom: 2px;
}

.pdf-link::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("../img/pdf-ico.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* hover */
.pdf-link:hover {
	color: #b25f44; /* 少しだけ濃いブラウン寄りに */
	border-bottom-color: #b25f44;
}

/* レスポンシブ */
@media only screen and (max-width: 800px) {
	.di-row {
		grid-template-columns: 1fr;
		grid-template-areas:
			"label"
			"link";
		row-gap: 2px;
	}

	.di-row-label {
		margin-bottom: 2px;
	}

	.di-row-link {
		padding-left: 4px;
	}
}

/* 求人情報 */
.re_sec1{
	padding: var(--v-space2) 0;
	background-color: #f9f5ee;
	
	position: relative;
	z-index: 1;
}
.re_sec2{
	padding: var(--v-space2) 0;
	background-color: #FFF;
	
	position: relative;
	z-index: 1;
}

/* 共通セクションスタイル */
.re-section {
	margin-bottom: 60px;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


/* re_sec2: 魅力リスト */
.merit-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.merit-item {
	background-color: #fcfcfc;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	transition: transform 0.2s;
}

.merit-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.merit-icon {
	width: 50px;
	margin-bottom: 10px;
}

.merit-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
	border-bottom: 1px dashed #5B8C5A;
	padding-bottom: 5px;
}

.merit-description {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}


/* re_sec3: 求人情報テーブル - PC/通常表示 */
.job-table-container {
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.job-table-title {
	background-color: #5b8c5a;
	color: white;
	padding: 15px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
}

.job-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.job-table th,
.job-table td {
	padding: 12px 15px;
	border: 1px solid #e9e9e9;
	text-align: left;
}

.job-table th {
	width: 30%;
	background-color: #f7f3ed;
	/* ベースのベージュ */
	color: #6B5B53;
	font-weight: 600;
	vertical-align: top;
}

.job-table td {
	background-color: #ffffff;
	color: #4a4a4a;
}

.job-table ul {
	padding-left: 20px;
	margin: 0;
}

/* リスト */
.job-table td ul {
	/* リスト全体のスタイル */
	padding-left: 10px; /* デフォルトのインデント（左余白） */
	margin: 0;          /* 上下のマージンをリセット */
	list-style: none;   /* デフォルトのビュレット（黒丸など）を非表示にする */
	line-height: 1.6;   /* 行の高さを調整し、読みやすくする */
}

.job-table td ul li {
	/* リストアイテムごとのスタイル */
	position: relative; /* ::before擬似要素（カスタムビュレット）の基準点とする */
	padding-left: 15px; /* カスタムビュレット用の左スペースを確保 */
	margin-bottom: 5px; /* リストアイテム間のスペース */
	font-size: 15px;    /* フォントサイズ（テーブルのtdから継承） */
	color: #4a4a4a;     /* 文字色 */
}

/* カスタムビュレット（黒い点）のスタイル */
.job-table td ul li::before {
	content: '・'; /* ビュレットとして「・」（中点）を使用 */
	color: #4a4a4a; /* ビュレットの色 */
	font-weight: bold; /* ビュレットを太字にして目立たせる */
	position: absolute; /* 親要素（li）を基準に配置 */
	left: 0;            /* liの左端に配置 */
	top: 0;             /* 上端揃え */
	line-height: 1.8;   /* liの行の高さに合わせる */
}

/* 応募ボタン */
.apply-button-area {
	text-align: center;
	margin-top: 40px;
}

.apply-button {
	display: inline-block;
	padding: 15px 40px;
	background-color: #D9534F;
	/* 視認性の高い赤 */
	color: white;
	font-size: 20px;
	font-weight: 700;
	border-radius: 50px;
	transition: background-color 0.2s, transform 0.2s;
	box-shadow: 0 4px 10px rgba(217, 83, 79, 0.4);
}

.apply-button:hover {
	background-color: #c9302c;
	transform: translateY(-2px);
}



/* ---------------------------------- */
/* モバイル対応 (767px以下) */
/* ---------------------------------- */
@media (max-width: 767px) {

	/* 【重要】テーブルの縦積みレスポンシブ化 */
	.job-table-container {
		overflow-x: hidden;
		/* 横スクロールを禁止 */
	}

	.job-table {
		width: 100%;
		border-collapse: separate;
		/* border-spacingを有効にするため */
		border-spacing: 0 8px;
		/* 行の間に隙間を開ける */
	}

	.job-table,
	.job-table tbody,
	.job-table tr {
		display: block;
		/* 全てブロック要素に */
		border: none !important;
	}

	.job-table tr {
		background-color: #fcfcfc;
		border-radius: 8px;
		border: 1px solid #e9e9e9;
	}

	.job-table th,
	.job-table td {
		display: block;
		/* thとtdを縦積み */
		width: auto;
		padding: 10px 15px;
		text-align: left;
		border: none;
	}

	.job-table th {
		background-color: #f7f3ed;
		/* 項目名に背景色 */
		color: #5b8c5a;
		/* 項目名の色をグリーンに */
		font-size: 16px;
		font-weight: 700;
		border-top: 1px solid #e0e0e0;
	}

	.job-table td {
		border-bottom: 1px dashed #e0e0e0;
		font-size: 15px;
	}

	/* 最後のtdの区切り線を削除 */
	.job-table tr>td:last-of-type {
		border-bottom: none;
	}
}

/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: clamp(70px, 6vw, 90px) 0 var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* 概要部分のテーブル */

.info_sec1__haba{
	max-width: 700px;
	margin: 0 auto;
}
.info_sec1_container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	font-family: 'Arial', sans-serif;
}

.info_sec1_container .item {
	border: 1px solid #ddd;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border-radius: 6px;
	background-color: #fff;
	padding: 12px 16px;
	display: grid;
	grid-template-columns: 160px 1fr;
	align-items: stretch;
	gap: 20px;
}

.info_sec1_container .label {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: var(--txt-color);
	white-space: nowrap;
	background-color: #F6F1EF;
	padding: 5px 7px;
}

.info_sec1_container .content {
	/* display: flex; */
	align-items: center;
	color: #333;
	padding: 5px 7px;
}


/* レスポンシブ：568px以下で縦並び＋枠内レイアウトも縦に */
@media only screen and (max-width: 568px) {
	.info_sec1_container .item {
		grid-template-columns: 1fr;
		gap:0px;
		padding: 10px 14px;
	}

	.info_sec1_container .label {
		line-height: 1.6;
		font-size: 14px;
	}

	.info_sec1_container .content {
		font-size: 14px;
	}
}


/* --------------------------------- */
/* 法人理念セクションの全体設定 */
/* --------------------------------- */

.info_sec2{
	padding:var(--v-space) 0;
	background-color: #f7f3f0;
	
	background-image: url(../img/bg_01a.png),url(../img/bg_01b.png);
	background-position: right top,left bottom;
	background-repeat: no-repeat,no-repeat;
	background-size: 800px,800px;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 1200px) {
	.info_sec2{
		background-size: 500px,500px;
	}
}
@media only screen and (max-width: 767px) {
	.info_sec2{
		background-size: 300px,300px;
	}
}

/* セクションタイトル (法人理念) */
.philosophy-title {
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--accent-color2);
	margin-bottom: 50px;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: 10px;

	font-family: "Zen Maru Gothic", sans-serif;
}

.philosophy-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background-color: var(--main-color);
	/* ベースカラーで控えめな下線 */
	margin: 10px auto 0;
}
/* コンテナ（中央寄せ・最大幅は維持） */
.philosophy-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	/* → PC で確実に3列 */
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

/* 各カード（幅は100%、内部余白はbox-sizingで制御） */
.philosophy-item {
	min-width: 0;
	/* ← 超重要：子要素のはみ出しで列崩れさせない */
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(190, 168, 148, 0.2);
	padding: 30px;
	border-top: 5px solid var(--accent-color1);
	transition: transform 0.3s ease;
}

/* ホバー */
.philosophy-item:hover {
	transform: translateY(-5px);
}

/* --- レスポンシブ：タブレットで2列・スマホで1列 --- */
@media (max-width: 1024px) {
	.philosophy-list {
		/* タブレットでは2列 */
		grid-template-columns: repeat(2, minmax(0, 1fr));
		/* max-widthも適度に調整すると良いでしょう */
		max-width: 900px;
	}

	/* ★ 3つ目の要素 (地域との連携) を横いっぱいに広げる設定 */
	.philosophy-list .philosophy-item:nth-child(3) {
		/* grid-column: start / end; の指定。
           2列レイアウトの場合、1列目から3列目（＝最後まで）まで広げる */
		grid-column: 1 / 3;
	}
}

@media (max-width: 768px) {
	.philosophy-list {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 20px;
		/* 必要なら左右の余白を確保 */

	}

	.philosophy-list .philosophy-item:nth-child(3) {
		/* grid-columnの指定をリセットし、デフォルトの1列分の幅に戻す */
		grid-column: auto;
	}

	.philosophy-title {
		font-size: 2rem;
	}
}

/* 理念の見出し (一 尊厳の保持) */
.philosophy-item h3 {
	font-size: 1.35rem;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	color: var(--accent-color2);
	/* 濃いブラウン */
	border-bottom: 1px dashed var(--main-color);
	/* 破線で柔らかい区切り線 */
	padding-bottom: 8px;
}

/* 理念項目の番号付きリスト */
.philosophy-item ol {
	padding-left: 0;
	list-style: none;
	counter-reset: item;
}

/* 理念項目の詳細 (1. 利用者が〜) */
.philosophy-item ol li {
	position: relative;
	padding-left: 25px;
	/* 番号の分のスペース */
	margin-bottom: 12px;
	line-height: 1.7;
	font-size: 0.95rem;
}

/* 番号のデザイン (1, 2, ...) */
.philosophy-item ol li::before {
	content: counter(item, decimal) ".";
	/* カウンタで番号を表示 */
	counter-increment: item;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	color: var(--accent-color1);
	/* ソフトグリーン */
	font-size: 1.1rem;
}

/* --------------------------------- */
/* 従業員数表示 */
/* --------------------------------- */
.employee-count {
	text-align: center;
	margin-top: 50px;
	font-size: 1.1rem;
	padding: 15px 0;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
}

.employee-count span {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--accent-color3);
	/* オレンジで強調 */
	margin-left: 10px;
}

/* スマホ対応 (メディアクエリ) */
@media (max-width: 768px) {
	.philosophy-list {
		flex-direction: column;
		gap: 20px;
	}

	.philosophy-item {
		min-width: unset;
	}

	.philosophy-title {
		font-size: 2rem;
	}
}

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}
