@charset "utf-8";
/* =============================================================
   LLMO弱点あぶり出し調査サービス (page: llmo_research)
   ※ 基本レイアウト・見出し(crm-head)・FAQアコーディオン等は
     seo.css を併読。本ファイルは本ページ固有パーツのみ定義。
   ============================================================= */
.page-service .mv {
	max-height: inherit;
}

.mv {
	background: url(../../images/crm/crm-mv.png) no-repeat center !important;
}
.lr-section {
	margin-bottom: 80px;
}
.lr-lead {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	margin: 0 0 32px;
	padding: 0 10px;
}
.lr-subhead {
	font-size: 22px;
	font-weight: bold;
	color: #1F2879;
	margin: 48px 0 24px;
	padding-left: 16px;
	border-left: 6px solid #1F2879;
	line-height: 1.4;
}

/* --- ページ内リンク（PCは5列固定） --- */
.lr-link-btn-wrap {
	flex-wrap: nowrap;
}
.lr-link-btn-wrap a {
	width: 19%;
	max-width: none;
	margin-right: 0;
}

/* --- バナー --- */
.lr-banner-area {
	margin-bottom: 48px;
}
.lr-banner-area img {
	width: 100%;
}

/* --- サービス概要：コンセプト画像 --- */
.lr-fig-concept img {
	max-width: 680px;
}

/* --- LLMO定義ボックス --- */
.lr-def {
	background: #eef2fa;
	border: 2px solid #1F2879;
	border-radius: 10px;
	padding: 32px 40px;
	margin: 0 0 40px;
}
.lr-def-ttl {
	font-size: 22px;
	font-weight: bold;
	color: #1F2879;
	text-align: center;
	margin: 0 0 16px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #aab4d4;
	line-height: 1.4;
}
.lr-def-body {
	font-size: 16px;
	line-height: 1.9;
	margin: 0;
	text-align: justify;
}

/* --- 図版 --- */
.lr-fig {
	margin: 32px auto 40px;
	text-align: center;
}
.lr-fig img {
	max-width: 100%;
	height: auto;
}
.lr-fig figcaption {
	margin-top: 14px;
	font-size: 14px;
	color: #415461;
	font-weight: bold;
}

/* --- ケーススタディ：調査概要 --- */
.lr-case-outline {
	border: 1px solid #d7ddec;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 0 32px;
}
.lr-case-outline dl {
	display: flex;
	margin: 0;
	border-bottom: 1px solid #d7ddec;
}
.lr-case-outline dl:last-child {
	border-bottom: none;
}
.lr-case-outline dt {
	width: 180px;
	flex-shrink: 0;
	background: #415461;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
}
.lr-case-outline dd {
	margin: 0;
	padding: 18px 24px;
	font-size: 16px;
	line-height: 1.8;
	flex: 1;
}

/* --- 主要な発見 --- */
.lr-finding-list {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
}
.lr-finding-list li {
	background: #fff;
	border: 1px solid #d7ddec;
	border-left: 6px solid #e60012;
	border-radius: 6px;
	padding: 22px 28px;
	margin-bottom: 16px;
}
.lr-finding-ttl {
	font-size: 18px;
	font-weight: bold;
	color: #1F2879;
	margin: 0 0 8px;
}
.lr-finding-list li p:last-child {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
}

/* --- ユーザーの生の声 --- */
.lr-voice-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}
.lr-voice-list li {
	background: #f7f8fb;
	border-radius: 8px;
	padding: 22px 28px;
	margin-bottom: 16px;
}
.lr-voice-who {
	font-size: 16px;
	font-weight: bold;
	color: #415461;
	margin: 0 0 8px;
}
.lr-voice-txt {
	font-size: 17px;
	line-height: 1.8;
	font-weight: bold;
	color: #333;
	margin: 0;
}

/* --- 示唆／結論ボックス --- */
.lr-insight {
	background: #1F2879;
	color: #fff;
	border-radius: 10px;
	padding: 32px 40px;
	margin: 32px 0 0;
}
.lr-insight-ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 18px;
}
.lr-insight p:last-child {
	font-size: 19px;
	line-height: 2;
	margin: 0;
	text-align: justify;
}
.lr-insight .marker_line {
	background: linear-gradient(transparent 60%, rgba(255, 255, 54, 0.55) 60%);
	font-weight: bold;
}

/* --- 定量／定性 比較 --- */
.lr-compare {
	display: flex;
	gap: 24px;
	margin: 0 0 32px;
}
.lr-compare-item {
	flex: 1;
	border: 2px solid #aab4d4;
	border-radius: 10px;
	padding: 28px 30px;
	background: #fff;
}
.lr-compare-item--accent {
	border-color: #e60012;
	background: #fff6f6;
}
.lr-compare-ttl {
	font-size: 20px;
	font-weight: bold;
	color: #1F2879;
	text-align: center;
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #aab4d4;
}
.lr-compare-item--accent .lr-compare-ttl {
	color: #e60012;
	border-bottom-color: #f0b8b8;
}
.lr-compare-txt {
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}

/* --- 定量と定性のギャップ事例 --- */
.lr-gap-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}
.lr-gap-list > li {
	border: 1px solid #d7ddec;
	border-radius: 8px;
	padding: 24px 28px;
	margin-bottom: 20px;
}
.lr-gap-who {
	font-size: 18px;
	font-weight: bold;
	color: #1F2879;
	margin: 0 0 12px;
}
.lr-gap-list > li > ul {
	margin: 0 0 12px;
	padding-left: 1.2em;
}
.lr-gap-list > li > ul li {
	font-size: 16px;
	line-height: 1.9;
}
.lr-num {
	color: #e60012;
	font-weight: bold;
	font-size: 1.15em;
}
.lr-gap-arrow {
	margin: 0;
	padding: 14px 18px;
	background: #f4f6fb;
	border-radius: 6px;
	font-size: 15px;
	line-height: 1.7;
	font-weight: bold;
	color: #415461;
}

/* =============================================================
   テーブル共通
   ============================================================= */
.lr-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	margin: 0 0 8px;
}
.lr-table th,
.lr-table td {
	border: 1px solid #d7ddec;
	padding: 18px 22px;
	text-align: left;
	line-height: 1.8;
	vertical-align: middle;
}

/* アプローチ表 */
.lr-approach-table .lr-table-head th {
	background: #003366;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 16px;
}
.lr-approach-table .lr-table-head--accent th {
	background: #002060;
}
.lr-approach-table th {
	width: 28%;
	background: #f4f6fb;
	font-weight: bold;
	color: #1F2879;
	font-size: 17px;
}
.lr-approach-table td {
	background: #fff;
	font-size: 15px;
}

/* スコア採点表 */
.lr-score-table thead th {
	background: #1F2879;
	color: #fff;
	text-align: center;
	font-size: 17px;
}
.lr-score-table tbody th {
	width: 38%;
	background: #f4f6fb;
	font-weight: bold;
	color: #1F2879;
}
.lr-score-table tbody td {
	background: #fff;
	font-size: 15px;
}

/* 料金プラン表 */
.lr-plan-table thead th {
	background: #1F2879;
	color: #fff;
	text-align: center;
	font-size: 17px;
}
.lr-plan-table tbody th {
	width: 34%;
	background: #f4f6fb;
	font-weight: bold;
	color: #1F2879;
	font-size: 17px;
}
.lr-plan-sub {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #415461;
	line-height: 1.7;
}
.lr-plan-price {
	width: 22%;
	text-align: center;
	font-weight: bold;
	color: #e60012;
}
.lr-note {
	font-size: 14px;
	color: #415461;
	margin: 8px 0 0;
	line-height: 1.7;
}

/* 会社概要表 */
.lr-company-table th {
	width: 22%;
	background: #f4f6fb;
	font-weight: bold;
	color: #1F2879;
	white-space: nowrap;
}
.lr-company-table td {
	background: #fff;
}

/* =============================================================
   調査設計 5ステップ
   ============================================================= */
.lr-step-list {
	list-style: none;
	counter-reset: lr-step;
	padding: 0;
	margin: 0;
}
.lr-step-list li {
	position: relative;
	counter-increment: lr-step;
	background: #fff;
	border: 1px solid #d7ddec;
	border-radius: 8px;
	padding: 22px 28px 22px 92px;
	margin-bottom: 16px;
}
.lr-step-list li::before {
	content: "STEP " counter(lr-step);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1F2879;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	border-radius: 8px 0 0 8px;
}
.lr-step-ttl {
	font-size: 18px;
	font-weight: bold;
	color: #1F2879;
	margin: 0 0 6px;
}
.lr-step-list li p:last-child {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
}

/* --- 成果物 --- */
.lr-deliverables {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
	display: flex;
	gap: 20px;
}
.lr-deliverables li {
	flex: 1;
	background: #f7f8fb;
	border-top: 4px solid #1F2879;
	border-radius: 0 0 8px 8px;
	padding: 24px 22px;
}
.lr-deliverables-ttl {
	font-size: 17px;
	font-weight: bold;
	color: #1F2879;
	margin: 0 0 10px;
	line-height: 1.5;
}
.lr-deliverables li p:last-child {
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

/* --- 進め方フロー --- */
.lr-flow {
	list-style: none;
	counter-reset: lr-flow;
	padding: 0;
	margin: 0;
}
.lr-flow li {
	position: relative;
	counter-increment: lr-flow;
	background: #f4f6fb;
	border-radius: 8px;
	padding: 18px 24px 18px 64px;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: bold;
}
.lr-flow li::before {
	content: counter(lr-flow);
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	background: #1F2879;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.lr-flow li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 32px;
	bottom: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #1F2879 transparent transparent transparent;
	z-index: 1;
}

/* =============================================================
   CTA
   ============================================================= */
.lr-cta-section {
	margin-bottom: 80px;
}
.lr-cta {
	background: #eef2fa;
	border-radius: 12px;
	padding: 48px 40px;
	text-align: center;
}
.lr-cta-ttl {
	font-size: 28px;
	font-weight: bold;
	color: #1F2879;
	margin: 0 0 20px;
	line-height: 1.4;
}
.lr-cta-txt {
	font-size: 16px;
	line-height: 1.9;
	margin: 0 auto 28px;
	max-width: 760px;
	text-align: justify;
}
.lr-cta-lead {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px;
}
.lr-cta-tel {
	font-size: 38px;
	font-weight: bold;
	color: #1F2879;
	margin: 0;
	line-height: 1.2;
}
.lr-cta-tel a {
	color: #1F2879;
	text-decoration: none;
}
.lr-cta-time {
	font-size: 15px;
	color: #415461;
	margin: 6px 0 0;
}

/* =============================================================
   SP
   ============================================================= */
@media screen and (max-width: 768px) {
	.lr-section {
		margin-bottom: 56px;
	}

	/* ページ内リンク：2列に折り返し */
	.lr-link-btn-wrap {
		flex-wrap: wrap;
	}
	.lr-link-btn-wrap a {
		width: 49%;
		margin-right: 0;
		margin-bottom: 8px;
		font-size: 13px;
	}

	.lr-subhead {
		font-size: 19px;
		margin: 36px 0 20px;
	}
	.lr-def {
		padding: 24px 20px;
	}
	.lr-def-ttl {
		font-size: 18px;
	}
	.lr-insight {
		padding: 24px 22px;
	}
	.lr-insight-ttl {
		font-size: 21px;
	}
	.lr-insight p:last-child {
		font-size: 17px;
	}

	/* 比較・成果物は縦積み */
	.lr-compare,
	.lr-deliverables {
		flex-direction: column;
		gap: 16px;
	}

	/* 調査概要 dl を縦積み */
	.lr-case-outline dl {
		flex-direction: column;
	}
	.lr-case-outline dt {
		width: 100%;
		padding: 12px 18px;
	}

	/* テーブルを縦積みレスポンシブ化 */
	.lr-approach-table,
	.lr-approach-table tbody,
	.lr-approach-table tr,
	.lr-approach-table th,
	.lr-approach-table td,
	.lr-score-table,
	.lr-score-table thead,
	.lr-score-table tbody,
	.lr-score-table tr,
	.lr-score-table th,
	.lr-score-table td,
	.lr-plan-table,
	.lr-plan-table thead,
	.lr-plan-table tbody,
	.lr-plan-table tr,
	.lr-plan-table th,
	.lr-plan-table td,
	.lr-company-table,
	.lr-company-table tbody,
	.lr-company-table tr,
	.lr-company-table th,
	.lr-company-table td {
		display: block;
		width: 100%;
	}
	/* ベースの tbody th (詳細度0,1,2) を上書きして全幅に */
	.lr-score-table tbody th,
	.lr-score-table tbody td,
	.lr-plan-table tbody th,
	.lr-plan-table tbody td {
		width: 100%;
	}
	.lr-score-table thead,
	.lr-plan-table thead {
		display: none;
	}
	.lr-table th,
	.lr-table td {
		padding: 14px 18px;
	}
	.lr-approach-table .lr-table-head th {
		font-size: 18px;
	}
	.lr-plan-price {
		text-align: left;
	}

	.lr-step-list li {
		padding: 56px 20px 20px;
	}
	.lr-step-list li::before {
		width: 100%;
		height: 34px;
		bottom: auto;
		border-radius: 8px 8px 0 0;
		flex-direction: row;
	}

	.lr-cta {
		padding: 36px 22px;
	}
	.lr-cta-ttl {
		font-size: 22px;
	}
	.lr-cta-tel {
		font-size: 30px;
	}
}
