@charset "UTF-8";

/* bs */
.d-inline-block {
	display: inline-block !important;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--primary: #004bb1;
	--primary-dark: #003b8e;
	--primary-deep: #0f2e67;
	--accent: #f5c842;
	--accent-soft: #fff3c4;
	--text: #1f2937;
	--muted: #5f6b7a;
	--border: #dbe5f2;
	--bg: #f7f9fc;
}

body {
	color: var(--text);
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: .01em;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}

a {
	color: inherit;
	text-decoration: none;
}

/* Header */
.hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: 0;
	padding: 14px 24px;
	background: rgba(15, 46, 103, .86);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	z-index: 100;
}

.hd-logo {
	display: flex;
	align-items: center;
}
.hd-logo img {
	display: block;
	width: auto;
	height: 26px;
}

.hd-tel {
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	line-height: 1.6;
	text-align: right;
}
.hd-tel strong {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
}

/* Hero（統合：ヒーロー＋実績数値） */
.hero {
	position: relative;
	padding-top: 64px;
	text-align: center;
	background: linear-gradient(135deg, var(--primary-deep) 0%, var(--primary-dark) 55%, var(--primary) 100%);
	overflow: hidden;
}
.hero::before {
	content: '';
	position: absolute;
	top: -120px;
	right: -120px;
	width: 520px;
	height: 520px;
	background: rgba(255, 255, 255, .06);
	border-radius: 50%;
	pointer-events: none;
}
.hero::after {
	content: '';
	position: absolute;
	left: -100px;
	bottom: 40px;
	width: 360px;
	height: 360px;
	background: rgba(245, 200, 66, .08);
	border-radius: 50%;
	pointer-events: none;
}

.hero-badge {
	display: inline-block;
	margin-bottom: 22px;
	padding: 7px 16px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
}

.hero h1 {
	margin-bottom: 14px;
	color: #fff;
	font-size: clamp(24px, 4.5vw, 40px);
	font-weight: 800;
	line-height: 1.35;
}
.hero h1 .hero-yellow {
	color: var(--accent);
}
.hero h1 .hero-white {
	color: #fff;
}

.hero-sub {
	margin: 0 auto 6px;
	max-width: 560px;
	color: rgba(255, 255, 255, .82);
	font-size: clamp(14px, 2.2vw, 16px);
}

.hero-note {
	margin-bottom: 28px;
	color: rgba(255, 255, 255, .45);
	font-size: 11px;
}

.cta-btn {
	display: inline-block;
	margin-bottom: 40px;
	padding: 18px 48px;
	color: var(--primary-deep);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: .04em;
	background: var(--accent);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
	border-radius: 999px;
}
.cta-btn:hover {
	opacity: .98;
	transform: translateY(-1px);
}

/* 実績バー（ヒーロー内に統合） */
.hero-stats {
	display: flex;
	justify-content: center;
	gap: 0;
	flex-wrap: wrap;
	padding: 20px 24px;
	background: rgba(0, 0, 0, .25);
}

.hero-stat {
	flex: 1;
	padding: 12px 16px;
	min-width: 140px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .12);
}
.hero-stat:last-child {
	border-right: none;
}

.hs-num {
	color: #fff;
	font-size: clamp(24px, 4vw, 34px);
	font-weight: 800;
	line-height: 1;
}
.hs-num small {
	font-size: 14px;
}
.hs-num .prefix-small,
.sbar-num .prefix-small {
	margin-right: 2px;
	font-size: .5em;
	vertical-align: baseline;
}

.hs-label {
	margin-top: 8px;
	color: rgba(255, 255, 255, .92);
	font-size: 15px;
	font-weight: 800;
}

/* 共通 */
section {
	padding: 84px 24px;
}
#contact,
#redirect {
	padding: 0;
}
.sectionBg {
	background: var(--bg);
}
.bgWhite {
	background: #fff;
}

.con {
	margin: 0 auto;
	max-width: 1120px;
}

.sbadge {
	display: inline-block;
	margin-bottom: 16px;
	padding: 6px 14px;
	color: var(--primary-deep);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	background: var(--accent);
	border-radius: 999px;
}

.stitle {
	margin-bottom: 14px;
	color: var(--primary-deep);
	font-size: clamp(24px, 3.5vw, 34px);
	font-weight: 800;
	line-height: 1.4;
}

.slead {
	max-width: 760px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.9;
}
.slead-wide {
	max-width: 900px;
}

/* 課題×解決策（統合・左右対比） */
.prob-sol {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 36px;
}
.prob-col {
	padding: 32px 28px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 46, 103, .06);
	border: 1px solid var(--border);
	border-radius: 20px;
}
.sol-col {
	padding: 32px 28px;
	background: linear-gradient(180deg, #fff 0%, #f5f8ff 100%);
	box-shadow: 0 6px 18px rgba(15, 46, 103, .06);
	border: 1px solid var(--border);
	border-radius: 20px;
}

.col-head {
	display: inline-block;
	margin-bottom: 18px;
	padding: 7px 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	border-radius: 999px;
}
.col-head.prob {
	color: var(--primary-dark);
	background: #fff;
}
.col-head.sol {
	color: #fff;
	background: var(--primary);
}

.ps-item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-bottom: 14px;
}
.ps-item:last-child {
	margin-bottom: 0;
}

.ps-icon {
	flex: 0 0 24px;
	width: 24px;
	height: auto;
	object-fit: contain;
}

.ps-text h4 {
	margin-bottom: 4px;
	color: var(--primary-deep);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
}
.ps-text p {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.8;
}

/* ワークフロー */
.wf-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 28px;
}
.wf-step {
	position: relative;
	padding: 20px 18px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 10px;
}
.wf-num {
	margin-bottom: 10px;
	color: var(--primary);
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
}
.wf-step h4 {
	margin-bottom: 8px;
	color: var(--primary-deep);
	font-size: 16px;
	font-weight: 800;
}
.wf-step p {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.8;
}
.wf-example {
	margin-top: 8px;
	padding: 6px 10px;
	color: var(--primary-dark);
	font-size: 11px;
	background: #f5f8ff;
	border-left: 2px solid var(--primary);
}
.wf-arrow {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
	color: var(--primary);
	font-size: 18px;
}

/* POINT */
.pt-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 28px;
}
.pt-card {
	padding: 28px 24px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 46, 103, .06);
	border: 1px solid var(--border);
	border-radius: 20px;
}
.pt-num {
	margin-bottom: 10px;
	color: var(--primary);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
}
.pt-card h3 {
	margin-bottom: 10px;
	color: var(--primary-deep);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
}
.pt-card p {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.8;
}
.pt-badge {
	display: inline-block;
	margin-top: 12px;
	padding: 5px 10px;
	color: var(--primary);
	font-size: 11px;
	font-weight: 800;
	background: #eaf2ff;
	border-radius: 999px;
}

/* DMバリエーション */
.var-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 24px;
}
.var-card {
	padding: 16px 12px;
	text-align: center;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 8px;
}
.var-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
	width: 52px;
	height: 68px;
	color: var(--primary);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.4;
	background: #f5f8ff;
	border: 1.5px solid #cfe0fb;
	border-radius: 8px;
}
.var-card h4 {
	margin-bottom: 4px;
	color: var(--primary-deep);
	font-size: 13px;
	font-weight: 800;
}
.var-card p {
	color: var(--muted);
	font-size: 11px;
	line-height: 1.5;
}

.note-box {
	margin-top: 16px;
	padding: 12px 16px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.8;
	background: #f5f8ff;
	border-left: 4px solid var(--primary);
	border-radius: 0 10px 10px 0;
}

/* 配信タイムライン（縦型） */
.timeline {
	margin-top: 28px;
}
.tl-item {
	display: flex;
	gap: 16px;
	margin-bottom: 0;
}
.tl-left {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 40px;
}
.tl-dot {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	background: var(--primary-deep);
	border-radius: 50%;
}
.tl-dot.last {
	background: var(--primary);
}
.tl-line {
	flex: 1;
	margin: 4px 0;
	width: 2px;
	background: #cfe0fb;
}
.tl-body {
	flex: 1;
	padding-bottom: 20px;
}
.tl-time {
	margin-bottom: 2px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 700;
}
.tl-title {
	margin-bottom: 2px;
	color: var(--primary-deep);
	font-size: 13px;
	font-weight: 700;
}
.tl-note {
	color: var(--muted);
	font-size: 11px;
}
.tl-result {
	display: inline-block;
	margin-top: 8px;
	padding: 10px 20px;
	background: #f5f8ff;
	border: 1.5px solid #cfe0fb;
	border-radius: 6px;
}
.tl-result strong {
	color: var(--primary);
	font-size: 16px;
}

/* 比較表 */
.cmp-table {
	margin-top: 28px;
	width: 100%;
	font-size: 13px;
	box-shadow: 0 6px 18px rgba(15, 46, 103, .06);
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 16px;
}
.cmp-table th,
.cmp-table td {
	padding: 13px 16px;
	text-align: center;
	background: #fff;
	border-right: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}
.cmp-table thead th {
	color: #fff;
	font-weight: 800;
	background: var(--primary-deep);
}
.cmp-table thead th:first-child {
	color: var(--muted);
	background: #eef3fa;
}
.cmp-table td:first-child {
	color: var(--primary-deep);
	font-weight: 800;
	text-align: left;
	background: #f9fbfe;
}
.cmp-table .yes {
	color: var(--primary);
	font-weight: 800;
}
.cmp-table .no {
	color: #C0392B;
}
.cmp-table .hi {
	background: #f5f8ff;
}
.cmp-table tr > *:last-child {
	border-right: none;
}
.cmp-table tbody tr:last-child td {
	border-bottom: none;
}

/* 数字バー */
.statsbar {
	padding: 20px 24px;
	background: linear-gradient(135deg, var(--primary-deep) 0%, var(--primary-dark) 55%, var(--primary) 100%);
}
.statsbar .con {
	display: flex;
	justify-content: center;
	gap: 0;
	flex-wrap: wrap;
}
.sbar-item {
	flex: 1;
	padding: 12px 16px;
	min-width: 140px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .12);
}
.sbar-item:last-child {
	border-right: none;
}
.sbar-num {
	color: #cfe0fb;
	font-size: clamp(28px, 5vw, 40px);
	font-weight: 800;
	line-height: 1;
}
.sbar-num small {
	font-size: 14px;
}

.sbar-label {
	margin-top: 8px;
	color: rgba(255, 255, 255, .92);
	font-size: 15px;
	font-weight: 800;
}

/* 導入事例 */
.case-stack {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 28px;
}
.case-body {
	padding: 32px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 46, 103, .06);
	border: 1px solid var(--border);
	border-radius: 20px;
}
.case-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 24px;
	align-items: start;
}
.case-co {
	margin-bottom: 6px;
	color: var(--muted);
	font-size: 11px;
}
.case-title {
	margin-bottom: 18px;
	color: var(--primary-deep);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.6;
}
.case-metrics {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.case-metric {
	padding: 12px 18px;
	text-align: center;
	background: #f5f8ff;
	border: 1px solid #cfe0fb;
	border-radius: 14px;
}
.case-metric-num {
	color: var(--primary);
	font-size: 22px;
	font-weight: 800;
}
.case-metric-label {
	margin-top: 2px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 800;
}
.case-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 16px;
}

.ba {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: start;
	margin-bottom: 18px;
}
.ba-top {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 4px;
}
.ba-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ba-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 4px;
}
.ba-label {
	margin-bottom: 0;
	color: var(--primary);
	font-size: 11px;
	font-weight: 800;
}
.ba-arr-inline {
	color: var(--primary);
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}
.ba-item {
	padding: 10px 12px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.7;
	background: #f9fbfe;
	border: 1px solid var(--border);
	border-radius: 10px;
}
.ba-item.after {
	color: var(--primary-deep);
	font-weight: 800;
	background: #f5f8ff;
	border-color: #cfe0fb;
}
.ba-arr {
	display: none;
}

.case-comment-label {
	margin-bottom: 8px;
	color: var(--primary);
	font-size: 12px;
	font-weight: 800;
}
.case-quote {
	padding-left: 14px;
	color: var(--primary-deep);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.85;
	border-left: 4px solid var(--primary);
}

/* オムニチャネル */
.omni-box {
	margin-top: 22px;
	padding: 28px;
	background: linear-gradient(180deg, #fff 0%, #f5f8ff 100%);
	box-shadow: 0 6px 18px rgba(15, 46, 103, .06);
	border: 1.5px solid #cfe0fb;
	border-radius: 20px;
}
.omni-box h3 {
	margin-bottom: 8px;
	color: var(--primary-deep);
	font-size: 14px;
	font-weight: 800;
}
.omni-box p {
	margin-bottom: 12px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.75;
}

.ch-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.ch-tag {
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	background: var(--primary);
	border-radius: 999px;
}
.ch-tag.dm {
	background: var(--primary-deep);
}

/* 配信開始フロー */
.resp-table {
	margin-top: 24px;
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}
.resp-table th,
.resp-table td {
	padding: 9px 12px;
	text-align: center;
	border: 1px solid var(--border);
}
.resp-table thead th {
	color: #fff;
	font-weight: 800;
	background: var(--primary-deep);
}
.resp-table td:nth-child(2) {
	text-align: left;
}
.resp-table th:nth-child(1),
.resp-table td:nth-child(1) {
	width: 56px;
}
.resp-table th:nth-child(3),
.resp-table th:nth-child(4),
.resp-table td:nth-child(3),
.resp-table td:nth-child(4) {
	width: 14%;
}
.resp-table .circle {
	color: var(--primary);
	font-size: 14px;
	font-weight: 700;
}
.resp-table .dash {
	color: var(--muted);
}
.resp-table tr:hover td {
	background: #f5f8ff;
}

/* セキュリティ */
.sec-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 24px;
}
.sec-card {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 10px;
}
.sec-badge {
	flex-shrink: 0;
	padding: 6px 10px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
	background: var(--primary);
	border-radius: 999px;
}
.sec-card h4 {
	margin-bottom: 4px;
	color: var(--primary-deep);
	font-size: 13px;
	font-weight: 700;
}
.sec-card p {
	color: var(--muted);
	font-size: 12px;
	line-height: 1.6;
}

/* 料金（統合・左右） */
.price-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 28px;
}
.price-block {
	padding: 26px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 46, 103, .06);
	border: 1px solid var(--border);
	border-radius: 20px;
}
.price-block h4 {
	margin-bottom: 14px;
	padding-bottom: 10px;
	color: var(--primary-deep);
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px solid #cfe0fb;
}

.price-big {
	color: var(--primary);
	font-size: 24px;
	font-weight: 800;
}
.price-big span {
	color: var(--muted);
	font-size: 12px;
	font-weight: 400;
}
.price-sub {
	margin-top: 5px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.7;
}

.support-box {
	margin-top: 12px;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 6px;
}
.support-box h5 {
	margin-bottom: 4px;
	color: var(--primary);
	font-size: 11px;
	font-weight: 700;
}
.support-box p {
	color: var(--muted);
	font-size: 11px;
	line-height: 1.6;
}

.price-table {
	margin-top: 6px;
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}
.price-table th {
	padding: 9px 10px;
	color: #fff;
	font-weight: 800;
	text-align: left;
	background: var(--primary-deep);
}
.price-table td {
	padding: 6px 10px;
	text-align: right;
	border: 1px solid #cfe0fb;
}
.price-table td:first-child {
	text-align: left;
}
.price-table tr:nth-child(even) td {
	background: #f5f8ff;
}

.dm-table {
	margin-top: 12px;
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}
.dm-table th {
	padding: 9px 10px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	background: var(--primary-deep);
}
.dm-table td {
	padding: 6px 10px;
	text-align: center;
	border: 1px solid #cfe0fb;
}
.dm-table td:first-child {
	text-align: left;
}
.dm-table tr:nth-child(even) td {
	background: #f5f8ff;
}

.price-note {
	margin-top: 8px;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.7;
}

.contact-link {
	color: var(--primary);
	font-weight: 800;
}

/* CTA */
.cta-sec {
	padding: 64px 24px;
	text-align: center;
	background: var(--primary-deep);
}
.cta-sec .con h2 {
	margin-bottom: 0.75rem;
	color: #fff;
	font-size: clamp(20px, 3.5vw, 26px);
	font-weight: 800;
}
.cta-sec .con p {
	color: rgba(255, 255, 255, .72);
	font-size: 0.875rem;/* 14px */
}
.cta-sec .con p + p {
	margin-bottom: 1rem;
	color: rgba(255,255,255,.5);
	font-size: 0.8125rem;/* 13px */
}

/* MOTENASU intro */
.intro-card {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 24px;
	align-items: center;
	padding: 34px 32px;
	background: linear-gradient(180deg, #fff 0%, #f5f8ff 100%);
	box-shadow: 0 10px 28px rgba(15, 46, 103, .06);
	border: 1px solid var(--border);
	border-radius: 22px;
}
.intro-card h3 {
	margin-bottom: 16px;
	color: var(--primary-deep);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	line-height: 1.5;
}
.intro-card p {
	margin-bottom: 10px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.95;
}
.intro-card p:last-child {
	margin-bottom: 0;
}
.intro-visual {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	padding: 28px;
	min-height: 250px;
	background: linear-gradient(135deg, var(--primary-deep) 0%, var(--primary-dark) 55%, var(--primary) 100%);
	box-shadow: 0 12px 28px rgba(15, 46, 103, .12);
	border-radius: 20px;
}
.intro-chip {
	display: inline-block;
	padding: 6px 12px;
	width: max-content;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
}
.intro-visual-title {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.35;
}
.intro-visual-sub {
	color: rgba(255, 255, 255, .84);
	font-size: 14px;
	line-height: 1.9;
}
.intro-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 2px;
}
.intro-tag {
	display: inline-block;
	padding: 6px 10px;
	color: var(--primary-deep);
	font-size: 12px;
	font-weight: 800;
	background: var(--accent);
	border-radius: 999px;
}

/* Example charts section */
.chart-sec {
	background: #fff;
}
.chart-stack {
	display: flex;
	flex-direction: column;
	gap: 52px;
	margin-top: 12px;
}
.chart-block {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.chart-head {
	max-width: 760px;
}
.chart-head h3 {
	margin-bottom: 10px;
	color: var(--primary-deep);
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 800;
	line-height: 1.5;
}
.chart-head p {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.9;
}
.chart-picture {
	display: block;
	padding: 36px 32px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(15, 46, 103, .08);
	border: 1px solid var(--border);
	border-radius: 22px;
}
.chart-picture img {
	display: block;
	margin: 0 auto;
	width: 84%;
	max-width: 980px;
	height: auto;
}
.chart-note {
	margin-top: -4px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.8;
}

.mobile-only {
	display: none !important;
}
.mobile-only img {
	display: block;
	width: 100%;
	height: auto;
}

/* DM variation image cards */
.var-card {
	padding: 18px 16px 22px;
}
.var-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	padding: 12px;
	height: 170px;
	background: #f7faff;
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 12px;
}
.var-photo img {
	display: block;
	max-width: 100%;
	max-height: 150px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* MOTENASU-lp2305 styles.css */
.p-small {
	font: 400 0.875rem/1.5rem "Noto Sans JP", sans-serif;
}
/* Footer */
.footer {
	padding-top: 3rem;
	padding-bottom: 0.5rem;
	letter-spacing: 2px;
	line-height: 24px;
	background-color: rgb(45, 45, 45);
}
.footer dd {
	margin-bottom: 0;
}
.footer dd span {
	margin-right: 15px;
}
.footer .list-unstyled,
.footer p {
	color: #f3f7fd;
}
.footer a,
.footer:hover {
	text-decoration: none;
	color: #fff;
}
/* Copyright */
.copyright {
	padding-top: 1rem;
	padding-bottom: 4rem;
	text-align: center;
	background-color: #111;
}
.copyright .p-small {
	padding-top: 1.375rem;
	color: #f3f7fd;
	/* border-top: 1px solid rgb(45, 45, 45); */
}
@media (min-width: 992px) {
	.copyright {
		padding-top: 0.5rem;
		padding-bottom: 0.3rem;
		text-align: center;
		background-color: #111;
	}
}

@media (max-width: 860px) {
	.prob-sol,
	.price-wrap,
	.sec-grid,
	.pt-grid,
	.wf-grid,
	.intro-card {
		grid-template-columns: 1fr;
	}
	.intro-visual {
		min-height: auto;
	}
	.var-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.case-grid {
		grid-template-columns: 1fr;
	}
	.ba {
		grid-template-columns: 1fr;
	}
	.ba-arr-inline {
		display: none;
	}
	.ba-arr {
		display: none;
	}
	.wf-arrow {
		display: none;
	}
}

@media (max-width: 767px) {
	.hd {
		padding-inline: 8px;
	}
	.cmp-table th, .cmp-table td {
		padding-inline: 8px;
	}
	.case-metric {
		flex-basis: 100%;
	}
	.ba {
		gap: 0;
		margin-bottom: 0;
	}
	.ba-col {
		margin-bottom: 1rem;
	}
	.price-block {
		padding-inline: 5%;
	}
	.dm-table th {
		padding-inline: 0;
		font-size: min(12px, 2.8vw);
	}
	.chart-picture {
		padding: 0;
		background: transparent;
		box-shadow: none;
		border: none;
		border-radius: 0;
	}
	.chart-picture img {
		width: 100%;
	}

	.desktop-only {
		display: none !important;
	}
	.mobile-only {
		display: initial !important;
	}
}

@media (max-width: 680px) {
	.var-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.sbar-item,
	.hero-stat {
		min-width: 50%;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}
	.sbar-item:nth-last-child(-n+2),
	.hero-stat:nth-last-child(-n+2) {
		border-bottom: none;
	}
}