/* サービスSIGNページ用スタイル */
.container {
	max-width: 1728px;
	margin: 0 auto;
}
/* サービスSIGNページ全体 */
.service-sign-page {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	/* ...existing code... */
}
/* ヒーローセクション */
.service-sign-mainvisual {
	background-image: url(../images/sign-mainvisual.png); /* 画像パスを更新 */
	background-size: cover;
	color: #fff;
	padding: 100px 0 80px;
	margin-top: 10px;
	height: 491px;
	/* 中心 */
	display: flex;
	justify-content: center;
	align-items: center;
	/* 最大横幅1728px */
	max-width: 1728px;
	/* 中央揃え */
	margin-left: auto;
	margin-right: auto;
	position: relative; /* 追加: 子要素の絶対配置基準 */
}

.btn-contact-mainvisual {
	background-color: #f2f2f2;
	color: #af9448;
	border: 1px solid #af9448;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	width: 198px;
}
.btn-request-mainvisual {
	background-color: #fff;
	color: #af9448;
	border: 1px solid #af9448;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	width: 233px;
}

/* メインビジュアル内ボタン */
.mainvisual-buttons {
	display: flex;
	gap: 22px;
	position: absolute; /* 追加: 絶対配置 */
	left: 50px; /* 追加: 左から118px */
	bottom: 50px; /* 追加: 下から73px */
}
/* クライアント一覧セクション */
.service-sign-cliant {
	padding: 69px 0;
	background-color: #fff;
	max-width: 1486px;
	margin: 0 auto;
}
.service-sign-cliant p {
	text-align: center;
	margin-bottom: 50px;
	font-family: 'NOto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #2c3e50;
}
.cliant-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.cliant-item {
	flex: 0 0 calc(20% - 20px); /* PC表示では5列に変更 */
	width: 175px; /* 幅を調整 */
	height: 150px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}
/* 導入プロセス */
.service-sign-process,
.service-process,
.service-sign-price,
.service-sign-voice {
	padding: 104px 0;
	background-color: #f6f6f6;
}
.service-sign-reason {
	padding: 80px 0;
	background-color: #fff;
}
.service-sign-process h2,
.service-process h2,
.service-sign-price h2,
.service-sign-voice h2,
.service-sign-reason h2 {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #2c3e50;
}
.service-sign-process p,
.service-process p,
.service-sign-price p,
.service-sign-voice p,
.service-sign-reason p {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #2c3e50;
}
.process-flow {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1728px;
	margin: 51px auto;
	position: relative;
}

.process-step {
	flex: 1 1 200px;
	margin: 15px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 380px; /* 固定高さを設定 */
	z-index: 2; /* ステップを矢印より前面に */
}

.process-step img {
	width: 100%;
	height: 280px; /* 画像の高さを統一 */
	object-fit: contain; /* 画像比率を維持 */
}

.process-step h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #2c3e50;
}

.process-step p {
	color: #555;
	line-height: 1.6;
	min-height: 50px; /* テキスト部分の最小高さを設定 */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* プロセスフロー矢印スタイル */
.process-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3; /* 矢印を最前面に変更 */
	margin: 0 -80px; /* ネガティブマージンを修正（-400pxから-80pxに変更） */
	/* imgの位置を少しだけ上に移動 */
	transform: translateY(-30px);
}

/* 150%ズーム時の矢印調整 */
html.zoomed-150 .process-arrow {
	margin: 0 -40px; /* 150%ズーム時はマージンを狭める */
}

/* 高いズーム率での矢印調整 */
html.zoomed-high .process-arrow {
	margin: 0 -20px; /* 高いズーム率時はさらにマージンを狭める */
}

/* 150%ズーム時のプロセスステップ調整 */
html.zoomed-150 .process-step {
	flex: 1 1 180px; /* フレックスベースサイズを小さく */
	margin: 10px; /* マージンを狭める */
}

/* 高いズーム率でのプロセスステップ調整 */
html.zoomed-high .process-step {
	flex: 1 1 160px; /* さらに小さく */
	margin: 8px;
}

/* 150%ズーム時のプロセス画像調整 */
html.zoomed-150 .process-step img {
	height: 240px; /* 画像高さを少し小さく */
}

html.zoomed-high .process-step img {
	height: 220px; /* さらに小さく */
}

.arrow-right {
	width: 50px; /* 矢印の幅を固定 */
	height: 50px; /* 矢印の高さを固定 */
	object-fit: contain; /* 画像比率を維持 */
}

.arrow-down {
	display: none;
	width: 50px; /* 下向き矢印も同じサイズに固定 */
	height: 50px; /* 下向き矢印も同じサイズに固定 */
	object-fit: contain; /* 画像比率を維持 */
}

.service-sign-reason p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	font-family: 'NOto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

/* SIGNサービス紹介セクション */
.service-sign-intro {
	text-align: center;
	padding: 80px 0 0;
}

.service-sign-intro h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #2c3e50;
	/* ...existing code... */
}

/* SIGNサービス特徴セクション */
.service-sign-features {
	padding: 80px 0;
	background-color: #f6f6f6;
	/* ...existing code... */
}

.service-sign-features h2 {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #2c3e50;
}

.service-sign-features p {
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #2c3e50;
}

.feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
/* 機能紹介セクション */
.sign-features-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
	justify-content: center;
}

.sign-feature {
	flex: 0 0 calc(25% - 20px); /* 4列表示に変更 */
	background-color: #f2f2f2;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	position: relative;
	padding: 20px;
	transition: transform 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 480px;
}

.sign-feature:hover {
	transform: translateY(-5px);
}

.sign-feature-img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	/* フォントサイズに対して自然に縮小するようemを使用 */
	max-height: 17em;
	object-fit: contain;
}

.feature-item {
	flex: 0 0 calc(33.333% - 20px);
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: transform 0.3s ease;
	padding: 30px;
}

.feature-item:hover {
	transform: translateY(-5px);
}

.feature-item span {
	display: block;
	font-size: 16px;
	margin: 20px 0;
	text-align: left;
}

/* SIGN導入企業の声セクション */
.service-sign-voice {
	padding: 80px 0;
	background-color: #f6f6f6;
	/* ...existing code... */
}

.service-sign-voice .container {
	max-width: 1400px;
	margin: 0 auto;
}

.voice-list {
	display: flex;
	flex-direction: row; /* 横に並べる */
	gap: 30px;
	align-items: center; /* 中央揃え */
}

.voice-item {
	width: 1060px; /* 指定の幅 */
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column; /* 上下に分割 */
	margin-bottom: 30px;
}

.voice-image {
	width: 100%; /* 上側のエリア */
	height: 300px; /* 画像エリアの高さ */
	overflow: hidden;
	padding: 0;
	display: flex;
	justify-content: center;
}

.voice-image img {
	/* width: auto; */
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.voice-item:hover .voice-image img {
	transform: scale(1.03);
}

.voice-content {
	width: 100%; /* 下側のエリア */
	padding: 20px 40px 40px;
	display: flex;
	flex-direction: column;
}

.voice-content h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #2c3e50;
	font-weight: 600;
}

.voice-content p {
	color: #555;
	line-height: 1.8;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
}

/* ----- 新規追加: POINTセクションのスタイル ----- */
.service-sign-point1,
.service-sign-point2,
.service-sign-point3 {
	padding: 0 0 80px 0;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

.service-sign-point1.visible,
.service-sign-point2.visible,
.service-sign-point3.visible {
	opacity: 1;
	transform: translateY(0);
}

.service-sign-point1 .container,
.service-sign-point2 .container,
.service-sign-point3 .container {
	/* 2カラム */
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.service-sign-point1 {
	background-color: #fff;
}
.service-sign-point2 {
	background-color: #f6f6f6;
}
.service-sign-point3 {
	background-color: #fff;
}

.service-sign-point1 .point1-content,
.service-sign-point2 .point2-content,
.service-sign-point3 .point3-content {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
}

.point1-content h2,
.point2-content h2,
.point3-content h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 50px;
}

.point1-content h3,
.point2-content h3,
.point3-content h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #2c3e50;
	text-align: left;
}

.point1-content p,
.point2-content p,
.point3-content p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}

.point1-content .p-lnav-heading,
.point2-content .p-lnav-heading,
.point3-content .p-lnav-heading {
	position: relative;
	padding-top: 54px;
	margin-bottom: 30px;
	color: #af9448;
}

.p-lnav-heading__number {
	position: absolute;
	line-height: 1;
	top: 0;
	left: 0;
	font-family: 'Helvetica Neue', 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 120px;
	color: #fff;
	text-shadow: 1px 1px 0 #e2e2e2, -1px -1px 0 #e2e2e2, -1px 1px 0 #e2e2e2, 1px -1px 0 #e2e2e2,
		0px 1px 0 #e2e2e2, -1px 0 #e2e2e2, -1px 0 0 #e2e2e2, 1px 0 0 #e2e2e2;
	z-index: -1;
}

.p-lnav-heading__en {
	font-family: 'Helvetica Neue', 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.1rem;
}

.p-lnav-heading__title {
	font-family: 見出ゴMB31, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',
		'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
	font-weight: 700;
}

.point1-content span,
.point2-content span,
.point3-content span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 8px;
	color: #2c3e50;
	line-height: normal;
}

.service-sign-point1 .point1-image img,
.service-sign-point2 .point2-image img,
.service-sign-point3 .point3-image img {
	width: 100%;
	max-width: 640px;
	height: auto;
}
.service-sign-benefits p,
.service-benefits p,
.service-sign-reason p,
.service-sign-voice p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	font-family: 'NOto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 600;
}
/* レスポンシブ対応: スマホ表示のクライアント一覧 */
@media (min-width: 769px) and (max-width: 1440px) {
	/* タブレット・ノートPC表示用の調整 */
	.process-flow {
		padding: 0 20px;
	}

	.process-step {
		flex: 1 1 160px;
		margin: 10px;
		height: 340px;
	}

	.process-step img {
		height: 240px;
	}

	.process-arrow {
		margin: 0 -40px;
	}

	/* 1024px以下の場合、矢印をさらに調整 */
	@media (max-width: 1024px) {
		.process-arrow {
			margin: 0 -20px;
		}

		.arrow-right {
			max-width: 60px;
		}

		.process-step {
			flex: 1 1 140px;
		}
	}
}

@media (max-width: 768px) {
	/* スマホ表示時のメインビジュアル調整 - 改善版 */
	.service-sign-mainvisual {
		background-image: url(../images/top-sign-bg.png); /* スマホ用背景画像 */
		background-size: cover; /* カバーに設定 */
		background-position: center center; /* 中央に配置 */
		height: 350px; /* iPhone 14 Pro Max向けに高さ固定 */
		min-height: unset; /* 最小高さをリセット */
		padding: 60px 0; /* パディング調整 */
		position: relative; /* 子要素の配置基準 */
		display: flex;
		align-items: flex-end; /* 下部にコンテンツを配置 */
		justify-content: center; /* 中央揃え */
	}
	.service-sign-cliant {
		padding: 40px 0;
	}

	.cliant-list {
		gap: 15px;
	}

	.cliant-item {
		flex: 0 0 calc(50% - 15px); /* スマホ表示では2列に */
		height: 120px; /* スマホではやや小さめに */
	}

	.mainvisual-buttons {
		position: relative;
		left: auto;
		bottom: -50px; /* 下部からの距離を設定 */
		flex-direction: row; /* 横並びに変更 */
		gap: 10px; /* ボタン間の間隔を縮小 */
		width: auto; /* 自動幅に変更 */
		max-width: unset; /* 最大幅制限を解除 */
		margin: 0 auto;
		justify-content: center; /* 中央揃え */
	}
	.btn-contact-mainvisual,
	.btn-request-mainvisual {
		width: 140px; /* ボタン幅を140pxに固定 */
		padding: 10px 5px; /* パディングを少し調整して内容が収まるように */
		font-size: 14px; /* フォントサイズを少し小さく */
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap; /* テキストを折り返さない */
	}

	/* SVGアイコンを少し小さくする */
	.btn-contact-mainvisual svg,
	.btn-request-mainvisual svg {
		width: 14px;
		height: 14px;
		margin-left: 5px;
	}
	.service-sign-cliant h2,
	.service-sign-features h2,
	.service-sign-process h2,
	.service-sign-benefits h2,
	.service-sign-reason h2,
	.service-sign-contact h2,
	.service-features h2,
	.service-process h2,
	.service-benefits h2,
	.service-contact h2 {
		font-size: 22px;
	}

	.process-flow {
		flex-direction: column;
	}

	.process-arrow {
		margin: 15px 0;
		z-index: 3; /* 矢印を最前面に */
	}

	.arrow-right {
		display: none;
	}

	.arrow-down {
		display: block;
		width: 50px; /* 下向き矢印の幅を固定 */
		height: 50px; /* 下向き矢印の高さを固定 */
	}

	.process-step {
		height: auto; /* モバイル表示では高さを自動に戻す */
		margin-bottom: 20px;
	}

	.process-step img {
		height: auto; /* モバイル表示では高さを自動に戻す */
		max-height: 350px; /* 最大高さは維持 */
	}

	.process-step p {
		min-height: auto; /* モバイル表示では最小高さを自動に戻す */
	}
	.feature-list {
		flex-direction: column;
	}
	.sign-feature {
		flex: 0 0 100%;
		background-size: 100%;
		/* 背景画像縦方向真ん中 */
		background-position: center;
	}
	.sign-features-list {
		margin: 40px 10px;
	}

	/* POINTセクションのスマホ表示対応 */
	.service-sign-point1 .container,
	.service-sign-point2 .container,
	.service-sign-point3 .container {
		flex-direction: column;
		padding: 0 15px;
		width: 100%;
	}

	.service-sign-point1,
	.service-sign-point2,
	.service-sign-point3 {
		padding: 60px 0;
	}

	/* POINT2は画像が上、テキストが下になるように順番を入れ替え */
	.service-sign-point2 .container {
		flex-direction: column-reverse;
	}

	.service-sign-point1 .point1-content,
	.service-sign-point2 .point2-content,
	.service-sign-point3 .point3-content {
		width: 100%;
		margin-bottom: 30px;
	}

	.point1-content h2,
	.point2-content h2,
	.point3-content h2 {
		font-size: 22px;
		padding-bottom: 20px;
	}

	.point1-content p,
	.point2-content p,
	.point3-content p {
		font-size: 14px;
	}

	.p-lnav-heading__number {
		font-size: 80px;
	}

	.point1-content h3,
	.point2-content h3,
	.point3-content h3 {
		font-size: 18px;
		margin-top: 20px;
	}

	.point1-content span,
	.point2-content span,
	.point3-content span {
		font-size: 10px;
		line-height: 1.4;
		display: block;
		margin-top: 10px;
	}

	.service-sign-point1 .point1-image,
	.service-sign-point2 .point2-image,
	.service-sign-point3 .point3-image {
		width: 100%;
	}

	.service-sign-point1 .point1-image img,
	.service-sign-point2 .point2-image img,
	.service-sign-point3 .point3-image img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.point1-bg,
	.point2-bg,
	.point3-bg {
		display: none;
	}
	.voice-list {
		flex-direction: column; /* 縦に並べる */
	}
	.voice-item {
		flex-direction: column;
		width: 100%;
	}

	.voice-image {
		/* height: 210px; */
	}

	.voice-content {
		padding: 20px;
	}

	.voice-content h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.voice-content p {
		font-size: 14px;
	}
}

/* ブラウザ拡大率検出用のグローバルスタイル */
html.zoomed-150 .voice-image img {
	max-width: 100%;
	height: auto;
}

html.zoomed-150 .container,
html.zoomed-150 .container-fluid {
	overflow: hidden;
}

html.zoomed-high .voice-image img {
	/* max-width: 100%; */
	/* height: auto; */
	/* 問題回避のため一時的な処理 */
	font-family: 'Times New Roman', Times, serif;
}

html.zoomed-high .container,
html.zoomed-high .container-fluid {
	overflow: hidden;
}
