/* ====== 変数・ベース定義 ====== */
:root {
	--color-text: #1A1311;
	--color-primary: #F5880A;
	--color-secondary: #0097E0;
	--color-accent: #FFE103;
	--color-navy: #1D4F9B;
	--color-bg-hero: #F2F9FC;
	--color-bg-soft: #FFF7EE;
	--color-gray: #E6E6E6;
	--color-gray-light: #EDEDED;
	--font-body: 'IBM Plex Sans JP', sans-serif;
	--font-heading: 'Zen Kaku Gothic New', sans-serif;
	--font-rounded: 'M PLUS Rounded 1c', sans-serif;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #ffffff;
	color: var(--color-text);
	font-family: var(--font-body);
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
	margin: 0;
}

ul,
ol {
	padding: 0;
	list-style: none;
}

button {
	appearance: none;
	border: none;
	background: transparent;
	font: inherit;
	cursor: pointer;
}

img {
	max-width: 100%;
}

a {
	color: var(--color-primary);
	text-decoration: none;
}

.page-container {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	background: #ffffff;
}

/* ====== 共通コンポーネント定義 ====== */
.section-title {
	margin-bottom: 24px;
	font-family: var(--font-heading);
	font-size: 1.875rem;
	font-weight: 900;
	text-align: center;
}

.section-title-text {
	display: inline-block;
	padding: 0 4px;
	background: linear-gradient(var(--color-accent), var(--color-accent)) no-repeat left bottom 3px / 100% 14px;
}

.text-marker {
	background: linear-gradient(transparent 65%, var(--color-accent) 65%);
}

.text-underline {
	padding-bottom: 1px;
	border-bottom: 3px solid var(--color-primary);
	color: var(--color-text);
	font-family: var(--font-heading);
	font-weight: 900;
}

.headline-md {
	font-family: var(--font-heading);
	font-size: 1.5rem;
	font-weight: 900;
}

.button-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	max-width: 100%;
	height: 60px;
	border-radius: 13px;
	background: var(--color-primary);
	color: #ffffff;
	font-family: var(--font-heading);
	font-size: 1.5rem;
	font-weight: 500;
}

.button-accent {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 400px;
	max-width: 100%;
	height: 60px;
	border-radius: 13px;
	background: var(--color-accent);
	color: var(--color-text);
	font-family: var(--font-heading);
	font-size: 1.5rem;
	font-weight: 500;
}

.button-large {
	height: 64px;
}

.button-badge {
	position: absolute;
	top: 50%;
	right: 14px;
	padding: 4px 12px;
	border-radius: 5px;
	background: var(--color-text);
	color: var(--color-accent);
	font-size: 0.9375rem;
	font-weight: 700;
	transform: translateY(-50%);
}

.accounting-logo {
	height: 16px;
	width: auto;
}

.accounting-logo-large {
	height: 18px;
	width: auto;
}

.accounting-logo-md {
	height: 22px;
	width: auto;
}

/* ====== 共通ヘッダー調整定義 ====== */
/* bikedx が style.css で上書きしている実効値を再現する（当ファイルは header-footer.css より後に読むため !important 不要） */
.header {
	display: flex;
	justify-content: space-between;
	column-gap: 1.25rem;
	padding-left: 2.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}

.header img,
.header__logo a {
	display: block;
}

.header__list li a.cloud::before {
	width: calc(10 / 16 * 11.7rem);
}

.header__list li a.header-contact {
	margin-left: 45px;
	padding: 7px 15px;
}

main {
	margin-top: 4.3125rem;
}

/* 共通ヘッダー（header-footer.css）のブレイクポイント 768px に合わせる */
@media screen and (max-width: 768px) {
	.header {
		padding-left: 0.9375rem;
	}

	.header__inner h1 {
		width: 8.75rem;
	}

	.header__hamburger {
		width: 2.5rem;
	}

	.header__hamburger span {
		width: 15.625px;
	}

	.header__hamburger span:nth-of-type(1) {
		top: -0.3125rem;
	}

	.header__hamburger span:nth-of-type(3) {
		top: 0.3125rem;
	}

	.header__hamburger.is-open span:nth-of-type(1),
	.header__hamburger.is-open span:nth-of-type(3) {
		top: 0;
	}

	.header__drawer-item > a,
	.header__drawer-accordion-title {
		padding: 1rem 0;
		font-size: 0.75rem;
	}

	.header__drawer-item a.cloud::before,
	.header__drawer-item a.dx::before {
		width: 9.5rem;
	}

	.header__drawer-item.header__drawer-item--contact a {
		width: 12.5rem;
		padding: 1rem 0;
		font-size: 0.75rem;
	}

	main {
		margin-top: 2.8125rem;
	}
}

/* ====== ヒーロー定義 ====== */
.hero {
	position: relative;
	width: 100%;
	aspect-ratio: 1024 / 540;
	background: var(--color-bg-hero);
	overflow: hidden;
}

.hero-title {
	position: absolute;
	top: 4.07%;
	left: 7.81%;
	width: 40.72%;
}

.hero-title-image {
	width: 100%;
	height: auto;
}

.hero-upload {
	position: absolute;
	top: 66.67%;
	left: 7.81%;
	z-index: 10;
}

.hero-upload-bubble {
	position: relative;
	padding: 11px 18px;
	border-radius: 8px;
	background: var(--color-accent);
	color: var(--color-text);
	font-family: var(--font-heading);
	font-size: 1.0625rem;
	font-weight: 700;
}

.hero-upload-bubble::after {
	content: '';
	position: absolute;
	bottom: -11px;
	left: 44px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid var(--color-accent);
}

.hero-dashboard {
	position: absolute;
	top: 18.52%;
	left: 48.83%;
	width: 46.68%;
	height: auto;
}

.hero-paper {
	position: absolute;
	width: 11.72%;
	height: 31.48%;
	object-fit: contain;
	opacity: 0.9;
}

.hero-paper-auction {
	top: 16.3%;
	left: 50.29%;
}

.hero-paper-transport {
	top: 9.63%;
	left: 58.4%;
}

.hero-paper-repair {
	top: 5.56%;
	left: 67.97%;
}

.hero-paper-order {
	top: 10.37%;
	left: 77.34%;
}

.hero-accounting {
	display: flex;
	position: absolute;
	top: 60.74%;
	right: 1.95%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 15.63%;
	aspect-ratio: 1 / 1;
	z-index: 10;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 4px 14px #0000001F;
}

.hero-accounting-text {
	color: var(--color-text);
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.hero-car {
	position: absolute;
	top: 67.59%;
	left: 45.9%;
	width: 39.06%;
	height: auto;
	z-index: 10;
}

.hero-doc-tag {
	position: absolute;
	padding: 3px 10px;
	border-radius: 11px;
	background: var(--color-navy);
	color: #ffffff;
	font-family: var(--font-heading);
	font-size: 0.8125rem;
	font-weight: 500;
}

.hero-doc-tag-auction {
	top: 16.67%;
	left: 47.66%;
}

.hero-doc-tag-transport {
	top: 11.11%;
	left: 58.4%;
}

.hero-doc-tag-repair {
	top: 5.56%;
	left: 68.95%;
}

.hero-doc-tag-order {
	top: 11.11%;
	left: 78.13%;
}

.hero-doc-tag-purchase {
	top: 17.59%;
	left: 84.18%;
}

.hero-band {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	align-items: center;
	width: 100%;
	height: 22.22%;
	background: url('../assets/orange_back.jpg') center / cover;
}

.hero-band-text {
	padding-left: 7.81%;
	color: #ffffff;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.7;
}

/* ====== CTA 定義 ====== */
.cta-area {
	display: flex;
	justify-content: center;
	gap: 64px;
	padding: 40px 7.81% 34px;
}

.cta-column-list {
	display: flex;
	justify-content: center;
	gap: 64px;
}

.cta-column {
	width: 400px;
	max-width: 100%;
}

.cta-note {
	margin-top: 14px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
}

/* ====== 課題提起定義 ====== */
.problem-intro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 7.81% 8px;
}

.problem-copy {
	font-family: var(--font-heading);
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1.6;
}

.problem-illust {
	width: 42%;
	max-width: 420px;
	height: auto;
}

.factor-list {
	display: flex;
	justify-content: center;
	gap: 32px;
	padding: 0 7.81% 8px;
}

.factor-card {
	width: 416px;
	border-radius: 16px;
	background: var(--color-bg-soft);
	padding: 20px 32px 28px;
}

.factor-label-wrapper {
	display: flex;
	justify-content: center;
}

.factor-label {
	padding: 2px 22px;
	border-radius: 16px;
	background: var(--color-primary);
	color: #ffffff;
	font-family: var(--font-heading);
	font-size: 1.375rem;
	font-weight: 500;
}

.factor-title {
	margin: 16px 0 12px;
	font-family: var(--font-heading);
	font-size: 1.4375rem;
	font-weight: 500;
	text-align: center;
}

.factor-text {
	font-size: 0.9375rem;
	line-height: 1.75;
}

.arrow-down {
	display: flex;
	justify-content: center;
	padding: 2px 0 28px;
}

/* ====== できること定義 ====== */
.feature {
	background: var(--color-bg-soft);
	padding: 44px 7.81% 60px;
}

.feature-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 34px;
	font-family: var(--font-heading);
	font-size: 2.375rem;
	font-weight: 900;
}

.feature-title-logo {
	position: relative;
	top: 2px;
	height: 66px;
	width: auto;
}

.feature-card {
	margin-bottom: 30px;
	border-radius: 17px;
	background: #ffffff;
	padding: 30px 40px 40px;
}

.feature-card:last-child {
	margin-bottom: 0;
}

.feature-card-header {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 24px;
}

.feature-card-header .headline-md {
	color: var(--color-primary);
}

.feature-label {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100px;
	height: 32px;
	border-radius: 6px;
	background: var(--color-primary);
	color: #ffffff;
	font-family: var(--font-heading);
	font-size: 1.375rem;
	font-weight: 500;
}

.step-list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 24px;
}

.step-card {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	align-items: center;
	max-width: 255px;
	min-height: 250px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 6px 6px 0 #1A131117, 0 2px 10px #0000000F;
	padding: 20px 18px;
	text-align: center;
}

.step-image {
	height: 90px;
	width: auto;
	object-fit: contain;
}

.step-title {
	margin: 14px 0 10px;
	color: var(--color-primary);
	font-family: var(--font-heading);
	font-size: 1.1875rem;
	font-weight: 900;
}

.step-text {
	font-size: 0.8125rem;
	line-height: 1.7;
}

.step-arrow {
	display: flex;
	align-items: center;
	color: var(--color-primary);
	font-size: 1.75rem;
}

.feature-demo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 22px;
}

.feature-demo-image {
	width: 45%;
	max-width: 440px;
	height: auto;
}

.balloon-note {
	position: relative;
	width: 260px;
	border-radius: 9px;
	background: var(--color-primary);
	padding: 16px 18px;
	color: #ffffff;
	font-family: var(--font-heading);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.55;
}

.balloon-note::before {
	content: '';
	position: absolute;
	top: 40px;
	left: -14px;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 15px solid var(--color-primary);
}

.feature-columns {
	display: flex;
	align-items: flex-start;
	gap: 28px;
}

.feature-lead {
	flex: 0 0 44%;
}

.feature-lead-title {
	margin-bottom: 16px;
	font-family: var(--font-heading);
	font-size: 1.3125rem;
	font-weight: 900;
	line-height: 1.5;
}

.feature-lead-text {
	font-size: 0.9375rem;
	line-height: 1.9;
}

.feature-point {
	flex: 1;
	border-radius: 12px;
	background: var(--color-bg-soft);
	padding: 26px 30px 28px;
}

.feature-point-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 18px;
	border-radius: 18px;
	background: var(--color-primary);
	color: #ffffff;
	font-family: var(--font-heading);
	font-size: 1.0625rem;
	font-weight: 700;
}

.feature-point-title {
	margin: 16px 0 10px;
	color: var(--color-primary);
	font-family: var(--font-heading);
	font-size: 1.3125rem;
	font-weight: 900;
}

.feature-point-text {
	font-size: 1rem;
	line-height: 1.85;
}

.feature-screenshot-list {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 28px;
}

.feature-screenshot {
	width: 42%;
	max-width: 340px;
	height: auto;
}

.feature-catch {
	margin-bottom: 22px;
	font-family: var(--font-heading);
	font-size: 1.3125rem;
	font-weight: 900;
}

.automation-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 48%;
	max-width: 400px;
}

.automation-card {
	border-radius: 9px;
	background: var(--color-bg-soft);
	padding: 16px 18px;
}

.automation-card-body {
	display: flex;
	align-items: center;
	gap: 14px;
}

.automation-title {
	margin-bottom: 6px;
	color: var(--color-primary);
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 900;
	white-space: nowrap;
}

.automation-text {
	font-size: 0.8125rem;
	line-height: 1.7;
}

.automation-image {
	flex-shrink: 0;
	width: 130px;
	height: auto;
}

.automation-logo-list {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	align-items: flex-start;
	gap: 8px;
}

.speed-graph {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
}

.speed-graph-legend {
	display: flex;
	gap: 16px;
	margin-bottom: 6px;
	font-family: var(--font-heading);
	font-size: 0.875rem;
	font-weight: 700;
}

.speed-graph-legend-ai {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--color-primary);
}

.speed-graph-legend-manual {
	color: #888889;
}

.speed-graph-image {
	width: 100%;
	max-width: 380px;
	height: auto;
}

/* ====== 導入メリット定義 ====== */
.merit {
	padding: 44px 7.81% 54px;
}

.merit-lead {
	margin-bottom: 26px;
	font-family: var(--font-heading);
	font-size: 1.375rem;
	font-weight: 900;
	text-align: center;
}

.cost-chart {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.cost-chart-labels {
	display: flex;
	justify-content: space-between;
	padding: 0 20px 6px 60px;
	border-bottom: 1px dashed #bbbbbb;
}

.cost-chart-before {
	width: 200px;
	text-align: center;
}

.cost-chart-after {
	width: 250px;
	text-align: center;
}

.cost-chart-caption {
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 500;
}

.cost-chart-price {
	margin: 2px 0;
	font-family: var(--font-heading);
	font-size: 1.625rem;
	font-weight: 900;
}

.cost-chart-price-unit {
	font-size: 1rem;
}

.cost-chart-note {
	font-size: 0.75rem;
}

.cost-chart-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2px;
}

.cost-chart-logo-image {
	height: 26px;
	width: auto;
}

.cost-chart-caption-small {
	font-size: 0.8125rem;
}

.cost-chart-price-after {
	color: var(--color-primary);
	font-family: var(--font-heading);
	font-size: 1.5rem;
	font-weight: 900;
	white-space: nowrap;
}

.cost-chart-price-after-unit {
	font-size: 0.9375rem;
}

.cost-chart-note-after {
	color: var(--color-primary);
	font-size: 0.75rem;
}

.cost-chart-figure {
	position: relative;
}

.cost-chart-image {
	display: block;
	width: 100%;
	height: auto;
}

.cost-chart-overlay {
	position: absolute;
	bottom: 44%;
	left: 41%;
	text-align: center;
	transform: translate(-50%, 50%);
}

.cost-chart-percent {
	font-family: var(--font-heading);
	font-size: 1.625rem;
	font-weight: 900;
}

.cost-chart-percent-label {
	font-family: var(--font-heading);
	font-size: 1.125rem;
	font-weight: 700;
}

.cost-chart-legend {
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
	padding: 0 20px 0 60px;
}

.cost-chart-legend-before {
	width: 200px;
	font-family: var(--font-heading);
	font-size: 0.875rem;
	font-weight: 500;
	text-align: center;
}

.cost-chart-legend-after {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 250px;
	font-size: 0.875rem;
	font-weight: 600;
}

.cost-chart-legend-text {
	color: var(--color-primary);
}

.profit-card {
	max-width: 720px;
	margin: 28px auto 0;
	border-radius: 6px;
	background: var(--color-accent);
	padding: 24px 24px 20px;
	text-align: center;
}

.profit-amount {
	margin: 4px 0 2px;
	color: var(--color-primary);
	font-family: var(--font-heading);
	font-size: 2.5rem;
	font-weight: 900;
}

.profit-amount-unit {
	font-size: 1.5rem;
}

.profit-note {
	font-size: 0.9375rem;
}

/* ====== 料金プラン定義 ====== */
.price {
	padding: 24px 7.81% 54px;
}

.price-lead {
	margin-bottom: 20px;
	font-family: var(--font-heading);
	font-size: 1.25rem;
	font-weight: 900;
	text-align: center;
}

.price-table-wrapper {
	overflow-x: auto;
}

.price-table {
	display: grid;
	grid-template-columns: 230px 1fr 1fr;
	gap: 6px;
	min-width: 640px;
}

.price-brand-head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 10px 10px 0 0;
	background: #F6CDA3;
	padding: 16px;
}

.price-brand-logo {
	height: 38px;
	width: auto;
}

.price-plan-head {
	border-radius: 10px 10px 0 0;
	background: #FBE7D8;
	padding: 16px;
	font-family: var(--font-heading);
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.price-label {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-gray);
	padding: 26px 24px;
	font-size: 1.3125rem;
	font-weight: 700;
}

.price-value {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-gray-light);
	padding: 26px 24px;
	font-family: var(--font-heading);
	font-size: 2rem;
	font-weight: 900;
}

.price-value-stack {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--color-gray-light);
	padding: 22px 24px;
}

.price-strong {
	font-family: var(--font-heading);
	font-size: 2rem;
	font-weight: 900;
}

.price-unit {
	font-size: 1.1875rem;
	font-weight: 700;
}

.price-badge {
	border-radius: 8px;
	background: var(--color-primary);
	padding: 6px 12px;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.price-note-small {
	margin-top: 2px;
	font-size: 0.8125rem;
}

.price-label-usage {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 0 0 10px 10px;
	background: var(--color-gray);
	padding: 20px;
}

.price-label-usage-title {
	font-size: 1.3125rem;
	font-weight: 700;
}

.price-value-usage {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 10px 10px;
	background: var(--color-gray-light);
	padding: 22px 24px;
}

.price-usage-amount {
	font-family: var(--font-heading);
	font-size: 1.5rem;
	font-weight: 900;
}

.price-usage-prefix {
	font-size: 0.9375rem;
}

.price-usage-unit {
	font-size: 1rem;
	font-weight: 700;
}

.price-notes {
	margin-top: 16px;
	font-size: 0.8125rem;
	line-height: 1.9;
}

/* ====== よくある質問定義 ====== */
.faq {
	padding: 24px 7.81% 54px;
}

.faq .section-title {
	margin-bottom: 26px;
}

.faq-item {
	margin-bottom: 10px;
	border: 1px solid var(--color-gray);
	border-radius: 4px;
	overflow: hidden;
}

.faq-question {
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--color-primary);
	padding: 12px 18px;
	color: #ffffff;
	cursor: pointer;
}

.faq-question-label {
	flex-shrink: 0;
	font-size: 1.0625rem;
	font-weight: 700;
}

.faq-question-text {
	flex: 1;
	font-size: 0.9375rem;
	font-weight: 500;
}

.faq-mark {
	flex-shrink: 0;
	font-size: 1.0625rem;
}

.faq-mark::after {
	content: '＋';
}

.faq-item.open .faq-mark::after {
	content: '×';
}

.faq-answer {
	display: none;
	background: #ffffff;
	padding: 14px 18px;
}

.faq-item.open .faq-answer {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.faq-answer-label {
	flex-shrink: 0;
	color: var(--color-primary);
	font-size: 1.0625rem;
	font-weight: 700;
}

.faq-answer-text {
	flex: 1;
	font-size: 0.9375rem;
	line-height: 1.75;
}

/* ====== 結論定義 ====== */
.conclusion {
	padding: 24px 7.81% 60px;
}

.conclusion-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 22px;
}

.conclusion-badge {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 110px;
	height: 110px;
}

.conclusion-badge-star {
	position: absolute;
	top: 9px;
	left: -4px;
	width: 100%;
	height: 100%;
}

.conclusion-badge-text {
	position: relative;
	font-family: var(--font-heading);
	font-size: 1.5625rem;
	font-weight: 900;
	line-height: 1;
}

.conclusion-logo {
	height: 52px;
	width: auto;
}

.conclusion-particle {
	font-family: var(--font-heading);
	font-size: 2.25rem;
	font-weight: 900;
}

.conclusion-copy {
	margin-bottom: 34px;
	font-family: var(--font-heading);
	font-size: 1.625rem;
	font-weight: 900;
	text-align: center;
}

/* ====== 共通フッター調整定義 ====== */
/* ヘッダー同様、bikedx が 10/16 倍で縮小上書きしている実効値を再現する */
.footer {
	margin-top: -4px;
	padding-bottom: 9px;
	color: #030000;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}

.footer img {
	display: block;
}

.footer__inner {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 40px;
}

.footer__inner .footer__top {
	padding-left: 20px;
	column-gap: calc(10 / 16 * 6.3rem);
}

.footer__top-l {
	padding-right: 50px;
	column-gap: 20px;
}

.footer__inner div.footer__top-r {
	padding-left: 60px;
}

.footer__top-r::before {
	top: 10px;
}

.footer__link a {
	padding: 10px 20px;
	font-size: 0.75rem;
}

.footer__bottom {
	position: relative;
}

.footer__inner div.footer__bottom {
	padding-left: 40px;
	padding-bottom: 39px;
}

.footer__bottom-t {
	column-gap: calc(10 / 16 * 1.97rem);
}

.footer__inner .footer__logo {
	width: calc(10 / 16 * 18.425rem);
}

.footer__logo img {
	width: 100%;
}

.footer__name {
	font-size: 0.875rem;
}

.footer__inner div.footer__bottom-b {
	margin-top: calc(10 / 16 * 1.61rem);
}

.footer__address {
	font-size: 0.75rem;
}

.footer__copy {
	padding: 7px 0 8px;
	color: #030000;
}

.footer__copy small {
	font-size: 0.75rem;
}

.sp-show {
	display: none;
}

@media screen and (max-width: 768px) {
	.sp-show {
		display: block;
	}

	.footer {
		padding-bottom: 24px;
	}

	.footer__inner {
		padding: 0 16px;
	}

	.footer__top-l {
		padding-bottom: 12.5px;
	}

	.footer__inner div.footer__top-r {
		padding-top: 12.5px;
		padding-left: 0;
	}

	.footer__bottom {
		margin-top: 25px;
	}

	.footer__inner div.footer__bottom {
		padding-left: 0;
	}

	.footer__bottom-t {
		width: 100%;
	}

	.footer__inner .footer__logo {
		width: calc(10 / 16 * 10rem);
	}

	.footer__name {
		margin-top: calc(10 / 16 * 0.625rem);
		font-size: calc(10 / 16 * 0.75rem);
	}

	.footer__inner div.footer__bottom-b {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ====== ホバー定義 ====== */
@media (hover: hover) {
	a:hover {
		color: #d97406;
	}

	.button-primary:hover,
	.button-accent:hover {
		opacity: 0.85;
	}
}

/* ====== SP 定義 ====== */
@media screen and (max-width: 767px) {
	.hero {
		aspect-ratio: auto;
		padding-top: 24px;
	}

	.hero-title {
		position: static;
		width: auto;
		padding: 0 16px;
	}

	.hero-upload {
		position: static;
		margin: 20px 16px 24px;
	}

	.hero-upload-bubble {
		display: inline-block;
	}

	.hero-dashboard {
		position: static;
		display: block;
		width: 92%;
		margin: 0 auto;
	}

	.hero-paper,
	.hero-doc-tag,
	.hero-car {
		display: none;
	}

	.hero-accounting {
		position: static;
		width: 160px;
		margin: 20px auto;
	}

	.hero-band {
		position: static;
		height: auto;
		padding: 20px 16px;
	}

	.hero-band-text {
		padding-left: 0;
		font-size: 0.9375rem;
	}

	.cta-area {
		flex-direction: column;
		align-items: center;
		gap: 16px;
		padding: 24px 16px;
	}

	.problem-intro {
		flex-direction: column;
		padding: 16px 16px 8px;
	}

	.problem-copy {
		font-size: 1.375rem;
	}

	.problem-illust {
		width: 80%;
	}

	.factor-list {
		flex-direction: column;
		align-items: center;
		gap: 16px;
		padding: 0 16px 8px;
	}

	.factor-card {
		width: 100%;
	}

	.feature {
		padding: 32px 16px 40px;
	}

	.feature-title {
		font-size: 1.625rem;
	}

	.feature-title-logo {
		height: 44px;
	}

	.feature-card {
		padding: 20px 16px 28px;
	}

	.feature-card-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.headline-md {
		font-size: 1.25rem;
	}

	.step-list {
		flex-direction: column;
		align-items: center;
	}

	.step-card {
		flex: none;
		width: 100%;
		max-width: 320px;
		min-height: 0;
	}

	.step-arrow {
		transform: rotate(90deg);
	}

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

	.feature-demo-image {
		width: 90%;
	}

	.balloon-note {
		width: 100%;
	}

	.balloon-note::before {
		display: none;
	}

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

	.feature-lead {
		flex: none;
	}

	.feature-screenshot-list {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.feature-screenshot {
		width: 100%;
	}

	.automation-list {
		width: 100%;
		max-width: none;
	}

	.automation-title {
		font-size: 0.875rem;
	}

	.speed-graph {
		width: 100%;
	}

	.cost-chart-labels {
		padding: 0 0 6px;
	}

	.cost-chart-before,
	.cost-chart-after {
		width: 48%;
	}

	.cost-chart-price {
		font-size: 1.25rem;
	}

	.cost-chart-price-after {
		font-size: 1.25rem;
	}

	.cost-chart-percent {
		font-size: 1.125rem;
	}

	.cost-chart-percent-label {
		font-size: 0.8125rem;
	}

	.cost-chart-legend {
		padding: 0;
	}

	.cost-chart-legend-before,
	.cost-chart-legend-after {
		width: 48%;
		font-size: 0.75rem;
	}

	.merit,
	.price,
	.faq,
	.conclusion {
		padding-left: 16px;
		padding-right: 16px;
	}

	.section-title {
		font-size: 1.5rem;
	}

	.conclusion-header {
		gap: 8px;
	}

	.conclusion-badge {
		width: 80px;
		height: 80px;
	}

	.conclusion-badge-text {
		font-size: 1.25rem;
	}

	.conclusion-logo {
		height: 38px;
	}

	.conclusion-particle {
		font-size: 1.625rem;
	}

	.conclusion-copy {
		font-size: 1.25rem;
	}

	.cta-column-list {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}

}
