/* Convert サービスのスタイル */

.service-page {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
}

/* ヒーローセクション */
.service-hero {
	background: linear-gradient(135deg, #e67e22, #d35400);
	color: #fff;
	padding: 100px 0 80px;
	text-align: center;
	margin-bottom: 60px;
}

.service-hero h1 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 30px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.service-type-badge {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 5px 15px;
	border-radius: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

.service-description {
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.8;
}

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

.feature-icon {
	color: #e67e22;
}

/* プロセスセクション */
.process-step .step-number {
	background-color: #e67e22;
}

/* メリットセクション */
.benefit-item h3 {
	border-left-color: #e67e22;
}

/* お問い合わせセクション */
.service-contact {
	background-color: #d35400;
}

.contact-button .btn {
	background-color: #e67e22;
}

.contact-button .btn:hover {
	background-color: #d35400;
}

/* キマルーム Convert サービスのスタイル */

/* 共通スタイル */
.service-convert-page {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	overflow-x: hidden;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

h2 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

/* メインビジュアル */
.service-convert-mainvisual {
	background-color: #f7f7f7; /* 背景色を設定 */
	position: relative;
	min-height: 350px;
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 0;
	padding: 80px 0;
}

.service-convert-mainvisual::before {
	content: none;
}

/* メインビジュアルコンテンツ - 左右レイアウト */
.mainvisual-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: nowrap; /* フレックスアイテムを折り返さない */
}

.mainvisual-text {
	flex: 1;
	max-width: 600px;
	color: #35414b;
}

.service-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.service-logo img,
.service-logo-img {
	height: 60px;
	width: auto;
}

/* ズーム150%対応 */
html.zoomed-150 .service-logo .service-logo-img,
html.zoomed-150 .service-convert-page .service-logo img,
html.zoomed-150 .service-convert-mainvisual .service-logo img {
	height: 60px !important;
	width: auto !important;
}

/* 高ズーム対応 */
html.zoomed-high .service-logo .service-logo-img,
html.zoomed-high .service-convert-page .service-logo img,
html.zoomed-high .service-convert-mainvisual .service-logo img {
	height: 60px !important;
	width: auto !important;
}

.service-logo span {
	font-size: 16px;
	font-weight: 500;
}

.mainvisual-text h1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.4;
}

.mainvisual-text p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.mainvisual-image {
	flex: 1;
	max-width: 500px;
	text-align: center;
}

.mainvisual-image img {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.mainvisual-buttons {
	display: flex;
	gap: 20px;
	margin-top: 30px;
}

.btn-contact-mainvisual,
.btn-request-mainvisual {
	padding: 12px 24px;
	border-radius: 5px;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
}

.btn-contact-mainvisual {
	background-color: #5cb531;
	color: #fff;
}

.btn-request-mainvisual {
	background-color: #fff;
	color: #333;
}

.btn-contact-mainvisual:hover,
.btn-request-mainvisual:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.under-arrow {
	text-align: center;
	margin-top: 40px;
}

.under-arrow a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: transform 0.3s ease;
}

.under-arrow a:hover {
	transform: translateY(5px);
}

.under-arrow span {
	margin-bottom: 8px;
}

/* クライアント一覧セクション */
.client-section {
	background-color: #fff;
	padding: 40px 0;
	text-align: center;
}

.client-container {
	max-width: 1000px;
	margin: 0 auto;
}

.client-container p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.client-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 0 auto;
	max-width: 1000px;
}

.client-img img {
	height: 40px;
	object-fit: contain;
}

.client-img img:hover {
	filter: grayscale(0);
	opacity: 1;
}

/* 問題解決セクション */
.service-convert-problem {
	padding: 80px 0;
	background-color: #fff;
}

.problem-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.problem-item {
	flex: 1;
	min-width: 300px;
	max-width: 380px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

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

.problem-title {
	background-color: #5cb531;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}

.problem-content {
	padding: 20px;
	background-color: #fff;
}

.problem-image {
	text-align: center;
	margin-bottom: 20px;
}

.problem-image img {
	max-width: 100%;
	height: auto;
}

.problem-desc {
	text-align: center;
	font-size: 16px;
	color: #555;
}

/* 機能紹介セクション */
.service-convert-features {
	padding: 80px 0;
	background-color: #f7f7f7;
	scroll-margin-top: 70px; /* スクロール時のオフセット */
}

.features-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	margin-bottom: 50px;
}

.feature-item {
	flex: 1;
	min-width: 250px;
	max-width: 280px;
	background-color: #5cb531;
	color: #fff;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 5px 20px rgba(92, 181, 49, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.feature-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.feature-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 25px rgba(92, 181, 49, 0.3);
}

.feature-title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}

.feature-title::after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.4);
}

.feature-comment {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.6;
}

.feature-image {
	margin: auto 0;
	text-align: center;
	padding: 15px 0;
}

.feature-image img {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
	transition: transform 0.3s ease;
}

.feature-item:hover .feature-image img {
	transform: scale(1.05);
}

.feature-detail-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 12px;
	border-radius: 30px;
	cursor: pointer;
	margin-top: auto;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.3s ease, transform 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-detail-btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-3px);
}

.feature-detail-btn svg {
	transition: transform 0.3s ease;
}

.feature-detail-btn:hover svg {
	transform: translateY(3px);
}

/* 機能詳細セクション */
.feature-details {
	margin-top: 60px;
}

.feature-detail {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
	display: flex;
	scroll-margin-top: 70px; /* スクロール時のオフセット */
	animation: fadeIn 0.5s ease-in-out;
	border-left: 5px solid #5cb531;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.feature-number {
	background-color: #5cb531;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	min-width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.feature-number::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #5cb531;
}

.feature-content {
	padding: 40px;
	width: 100%;
}

.feature-detail-title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #333;
	position: relative;
	padding-bottom: 10px;
}

.feature-detail-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background-color: #5cb531;
}

.feature-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
}

.feature-text {
	flex: 1;
	min-width: 300px;
}

.feature-text .bold {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	color: #333;
}

.feature-text span {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	display: block;
	margin-bottom: 20px;
}

.feature-text .note {
	font-size: 12px;
	color: #777;
	line-height: 1.6;
	background-color: #f7f7f7;
	padding: 15px;
	border-radius: 8px;
	border-left: 3px solid #ddd;
}

.feature-detail-img {
	flex: 1;
	min-width: 300px;
	max-width: 500px;
	object-fit: contain;
	border-radius: 8px;
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
	transition: transform 0.3s ease;
}

.feature-detail-img:hover {
	transform: scale(1.03);
}

.back-to-top {
	display: inline-block;
	background-color: #f2f2f2;
	color: #333;
	padding: 10px 20px;
	border-radius: 30px;
	text-decoration: none;
	margin-top: 30px;
	font-weight: 500;
	transition: background-color 0.3s ease, transform 0.3s ease;
	display: flex;
	align-items: center;
	width: fit-content;
}

.back-to-top::before {
	content: '↑';
	margin-right: 8px;
	font-size: 14px;
}

.back-to-top:hover {
	background-color: #e6e6e6;
	transform: translateY(-3px);
}

/* シリーズ連動セクション */
.service-convert-linkage {
	padding: 80px 0;
	background-color: #fff;
}

.linkage-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.linkage-item {
	flex: 1;
	min-width: 280px;
	max-width: 280px;
	background-color: #f7f7f7;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
}

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

.linkage-image {
	text-align: center;
	padding: 25px;
	background-color: #fff;
}

.linkage-image img {
	max-width: 100%;
	height: auto;
	max-height: 180px;
}

.linkage-title-wrapper {
	padding: 20px 15px;
	background-color: #5cb531;
	color: #fff;
	text-align: center;
}

.linkage-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}

.title-sub {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}

.linkage-comment-wrapper {
	padding: 20px 15px;
	flex: 1;
}

.linkage-comment {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
}

.linkage-btn {
	display: block;
	text-align: center;
	background-color: #f2f2f2;
	color: #333;
	padding: 15px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.linkage-btn:hover {
	background-color: #e6e6e6;
}

/* 導入事例セクション */
.service-convert-casestudy {
	padding: 80px 0;
	background-color: #f7f7f7;
}

.casestudy-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

.casestudy-item {
	flex: 1;
	min-width: 320px;
	max-width: 380px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

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

.casestudy-image {
	overflow: hidden;
}

.casestudy-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.casestudy-item:hover .casestudy-image img {
	transform: scale(1.05);
}

.casestudy-content {
	padding: 25px;
}

.company-logo {
	text-align: center;
	margin-bottom: 20px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.company-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.casestudy-comment {
	min-height: 100px;
	margin-bottom: 20px;
}

.casestudy-comment div {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 10px;
}

.casestudy-company {
	margin-bottom: 15px;
}

.company-name {
	font-weight: 700;
	font-size: 16px;
	color: #333;
}

.manager-name {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}

.casestudy-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.tag {
	display: inline-block;
	padding: 5px 10px;
	background-color: #f2f2f2;
	border-radius: 20px;
	font-size: 12px;
	color: #555;
}

.casestudy-btn {
	display: block;
	text-align: center;
	background-color: #5cb531;
	color: #fff;
	padding: 12px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s ease;
}

.casestudy-btn:hover {
	background-color: #4b9c29;
}

.no-cases {
	text-align: center;
	color: #777;
	padding: 40px 0;
}

/* レスポンシブデザイン */
@media (max-width: 1200px) {
	.container {
		padding: 0 20px;
	}

	.feature-item,
	.linkage-item {
		min-width: 240px;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 28px;
	}

	.service-convert-mainvisual {
		min-height: 500px;
		padding: 60px 0;
	}

	.feature-detail {
		flex-direction: column;
	}

	.feature-number {
		min-width: 100%;
		padding: 15px 0;
	}

	.feature-number::after {
		display: none;
	}

	.feature-wrapper {
		flex-direction: column;
	}

	.casestudy-item {
		max-width: 100%;
	}

	.mainvisual-content {
		flex-direction: column;
	}

	.mainvisual-text,
	.mainvisual-image {
		max-width: 100%;
	}

	/* シリーズ連動セクションのタブレット対応 */
	.service-convert-linkage {
		padding: 70px 0;
	}

	.linkage-list {
		gap: 25px;
	}

	.linkage-item {
		min-width: calc(50% - 25px);
		max-width: calc(50% - 25px);
	}

	.linkage-image {
		padding: 20px;
	}

	.linkage-image img {
		max-height: 150px;
	}

	/* 機能紹介セクションのレスポンシブ改善 */
	.features-list {
		gap: 20px;
	}

	.feature-item {
		min-width: calc(50% - 20px);
		max-width: calc(50% - 20px);
		padding: 20px;
	}

	.feature-title {
		font-size: 18px;
	}

	.feature-comment {
		font-size: 13px;
	}

	/* 機能詳細セクションのレスポンシブ改善 */
	.feature-content {
		padding: 30px 20px;
	}

	.feature-detail-title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.feature-text .bold {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.service-convert-mainvisual {
		min-height: 400px;
		padding: 50px 0;
	}

	.mainvisual-buttons {
		flex-direction: column;
		gap: 15px;
	}

	/* シリーズ連動セクションのスマホ対応 */
	.service-convert-linkage {
		padding: 60px 0;
	}

	.linkage-list {
		gap: 20px;
		padding: 0 10px;
	}

	.linkage-item {
		min-width: 100%;
		max-width: 100%;
	}

	.linkage-image {
		padding: 20px;
	}

	.linkage-image img {
		max-height: 140px;
	}

	.linkage-title-wrapper {
		padding: 15px 10px;
	}

	.linkage-title {
		font-size: 16px;
	}

	.title-sub {
		font-size: 13px;
	}

	.linkage-comment-wrapper {
		padding: 15px;
	}

	.linkage-comment {
		font-size: 14px;
	}

	.linkage-btn {
		padding: 12px;
		font-size: 14px;
	}
}

/* 機能詳細セクション - スマホ対応 */
@media (max-width: 768px) {
	.feature-detail {
		flex-direction: column;
		border-left: none;
		border-top: 5px solid #5cb531;
	}

	.feature-number {
		min-width: 100%;
		height: 60px;
	}

	.feature-number::after {
		display: none;
	}

	.feature-content {
		padding: 20px;
	}

	.feature-detail-title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.feature-wrapper {
		flex-direction: column;
		gap: 20px;
	}

	.feature-text {
		min-width: auto;
		width: 100%;
	}

	.feature-text .bold {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.feature-text span {
		font-size: 14px;
	}

	.feature-text .note {
		font-size: 11px;
		padding: 10px;
	}

	.feature-detail-img {
		min-width: auto;
		width: 100%;
		max-width: 100%;
	}

	.back-to-top {
		margin-top: 20px;
	}
}
