/* Honima top — Hero + Results unified block */

/* 画像FVはヘッダー下に潜らせない（旧動画FV向け padding-top:0 を上書き） */
.index #container {
	padding-top: 72px !important;
}

@media all and (min-width: 768px) and (max-width: 1099px) {
	.index #container {
		padding-top: 64px !important;
	}
}

@media all and (max-width: 767px) {
	.index #container {
		padding-top: 60px !important;
	}
}

.index #main .honima-top-block {
	background: #fff;
}

/* ---- sec.01 Hero (50vh) ---- */
.index #main .mainVisual.honima-fv {
	box-sizing: border-box;
	height: auto;
	min-height: clamp(420px, 56vh, 620px);
	max-height: none;
	padding: 48px 0;
	position: relative;
	z-index: 2;
	background: #f7f7f7;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.index #main .mainVisual.honima-fv .bg {
	display: none;
}

.index #main .mainVisual.honima-fv .visualLoad,
.index #main .mainVisual.honima-fv .movieBox,
.index #main .mainVisual.honima-fv .movie,
.index #main .mainVisual.honima-fv .movie::before,
.index #main .mainVisual.honima-fv .movie::after,
.index #main .mainVisual.honima-fv .movie.active::after {
	display: none;
	content: none;
	opacity: 0;
	transform: none;
}

.index #main .mainVisual.honima-fv .honima-fv__media {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.index #main .mainVisual.honima-fv .honima-fv__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 72% center;
}

.index #main .mainVisual.honima-fv .enTxt {
	display: none;
}

.index #main .mainVisual.honima-fv .textBox {
	box-sizing: border-box;
	width: min(560px, 52%);
	max-width: calc(100% - 40px);
	margin-left: max(33px, calc((100% - 1100px) / 2));
	padding: 0;
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	z-index: 3;
	transform: none;
	background: transparent;
}

.index #main .mainVisual.honima-fv .textBox::before {
	display: none;
	content: none;
}

/* ボタン・注記は必ず見える（JS未実行時も） */
.index #main .mainVisual.honima-fv .honima-fv__actions,
.index #main .mainVisual.honima-fv .honima-fv__note,
.index #main .mainVisual.honima-fv .honima-fv__lead,
.index #main .mainVisual.honima-fv .honima-fv__label {
	opacity: 1;
	transform: none;
}

.index #main .mainVisual.honima-fv .textBox .text01 {
	margin-bottom: 0.6vw;
	font-size: 1.1rem;
	font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1.5;
}

.index #main .mainVisual.honima-fv .honima-fv__label-en {
	display: inline;
	font-weight: 700;
	font-size: 1.15rem;
	letter-spacing: 0.2em;
	color: #d03720;
}

.index #main .mainVisual.honima-fv .honima-fv__label-sep {
	margin: 0 0.35em;
	color: #999;
}

.index #main .mainVisual.honima-fv .honima-fv__label-ja {
	color: #333;
}

.index #main .mainVisual.honima-fv .textBox .text02 {
	margin-bottom: 1vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.8rem, 5.2vw, 4.8rem);
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #111;
}

.index #main .mainVisual.honima-fv .textBox .text02 .txt01 span {
	color: #111;
}

.index #main .mainVisual.honima-fv .textBox .text02 .txt02 span {
	color: #d03720;
}

.index #main .mainVisual.honima-fv .textBox .text02::after {
	height: 3px;
	bottom: -0.6vw;
	background: #d03720;
}

.index #main .mainVisual.honima-fv .textBox .text02.on::after {
	width: 48px;
}

.index #main .mainVisual.honima-fv .textBox .text03 {
	margin-bottom: 1vw;
	max-width: 40em;
	font-size: 1.35rem;
	line-height: 1.75;
	letter-spacing: 0.06em;
}

.index #main .mainVisual.honima-fv [data-fv-fade] {
	opacity: 0;
	transform: translateY(1rem);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.index #main .mainVisual.honima-fv [data-fv-fade].is-visible,
.index #main .mainVisual.honima-fv.is-ready [data-fv-fade] {
	opacity: 1;
	transform: none;
}

/* 画像FVではCTAを常時表示（消えない） */
.index #main .mainVisual.honima-fv .honima-fv__actions[data-fv-fade],
.index #main .mainVisual.honima-fv .honima-fv__note[data-fv-fade] {
	opacity: 1;
	transform: none;
}

.index #main .mainVisual.honima-fv .honima-fv__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 0.5vw;
}

.index #main .mainVisual.honima-fv .honima-fv__btn {
	width: auto;
	min-width: 200px;
}

.index #main .mainVisual.honima-fv .honima-fv__btn a {
	padding: 10px 40px 9px 18px;
	font-size: 1.3rem;
}

.index #main .mainVisual.honima-fv .honima-fv__btn--primary {
	border-color: #111;
	background: #111;
}

.index #main .mainVisual.honima-fv .honima-fv__btn--primary::before {
	background: #fff;
}

.index #main .mainVisual.honima-fv .honima-fv__btn--ghost {
	border-color: #d03720;
	background: #fff;
}

.index #main .mainVisual.honima-fv .honima-fv__btn--ghost a {
	color: #d03720;
}

.index #main .mainVisual.honima-fv .honima-fv__btn--ghost::before {
	background: #d03720;
}

.index #main .mainVisual.honima-fv .honima-fv__btn--ghost a::before {
	background-image: url("../dms/img/icon07.svg");
}

.index #main .mainVisual.honima-fv .honima-fv__btn--ghost a::after {
	background-image: url("../dms/img/icon06.svg");
}

@media all and (min-width: 768px) {
	.index #main .mainVisual.honima-fv .honima-fv__btn--ghost:hover a {
		color: #fff;
	}
}

.index #main .mainVisual.honima-fv .honima-fv__note {
	margin: 0;
	font-size: 1.1rem;
	color: #666;
	letter-spacing: 0.04em;
}

/* ---- sec.02 Results（モック準拠） ---- */
.index #main .honima-results {
	position: relative;
	padding: 88px 0 80px;
	background: #fff;
	overflow: hidden;
}

.index #main .honima-results > .content {
	position: relative;
	z-index: 1;
}

.index #main .honima-results__watermark {
	position: absolute;
	left: 10%;
	top: 21%;
	z-index: 0;
	margin: 0;
	font-family: "Great Vibes", cursive;
	font-size: clamp(6rem, 11vw, 9.5rem);
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: rgba(208, 55, 32, 0.12);
	transform: rotate(-18deg);
	transform-origin: left center;
	pointer-events: none;
	white-space: nowrap;
}

.index #main .honima-results__head {
	margin-bottom: 52px;
	text-align: center;
}

.index #main .honima-results__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 0 0 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.14em;
}

.index #main .honima-results__eyebrow-line {
	flex-shrink: 0;
	width: 44px;
	height: 1px;
	background: #d03720;
}

.index #main .honima-results__eyebrow-en {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	color: #d03720;
}

.index #main .honima-results__eyebrow-sep {
	color: #333;
}

.index #main .honima-results__eyebrow-ja {
	font-weight: 700;
	color: #111;
}

.index #main .honima-results__heading {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.4rem, 3.4vw, 3.2rem);
	letter-spacing: 0.1em;
	line-height: 1.55;
	color: #111;
}

.index #main .honima-results__metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
	gap: 0;
	max-width: 1080px;
	margin: 0 auto;
	padding: 8px 0 0;
	list-style: none;
}

.index #main .honima-results__metric {
	min-width: 0;
	padding: 12px 8px 16px;
	box-sizing: border-box;
}

/* アイコン → 白丸 を縦積み（absolute禁止で崩れ防止） */
.index #main .honima-results__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.index #main .honima-results__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 0 -35px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	z-index: 2;
	box-sizing: border-box;
}

.index #main .honima-results__icon img {
	display: block;
	width: auto !important;
	height: 26px !important;
	max-width: 32px !important;
	object-fit: contain;
}

.index #main .honima-results__card {
	position: relative !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	isolation: isolate;
	overflow: visible;
}

.index #main .honima-results__ring {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 200px !important;
	height: 200px !important;
	margin: 0 !important;
	transform: rotate(-90deg);
	pointer-events: none;
	z-index: 0;
}

.index #main .honima-results__ring-track,
.index #main .honima-results__ring-bar {
	fill: none !important;
}

.index #main .honima-results__metric-inner {
	position: relative !important;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 28px 16px 20px;
	text-align: center;
	box-sizing: border-box;
}

.index #main .honima-results__metric-label,
.index #main .honima-results__metric-note,
.index #main .honima-results__metric-value {
	position: static !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	float: none !important;
	width: auto !important;
}

.index #main .honima-results__metric-label {
	margin: 0 0 2px;
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #111 !important;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.index #main .honima-results__metric-note {
	margin: 0 0 8px;
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	color: #111 !important;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.index #main .honima-results__metric-note--below {
	margin: 6px 0 0;
	font-size: 20px !important;
	color: #111 !important;
}

.index #main .honima-results__metric-value {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif !important;
	font-weight: 900 !important;
	font-size: 38px !important;
	line-height: 1.05;
	color: #e60012 !important;
	letter-spacing: -0.02em;
}

.index #main .honima-results__metric-num {
	font-size: 1em;
	font-weight: 900;
}

.index #main .honima-results__metric-unit {
	font-size: 0.55em;
	font-weight: 700;
	margin-left: 0.04em;
	vertical-align: baseline;
}

.index #main .honima-results.js-ready .honima-results__metric {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.65s ease, transform 0.65s ease;
}

.index #main .honima-results.js-ready .honima-results__metric.is-visible {
	opacity: 1;
	transform: none;
}

.index #main .honima-results__tagline {
	margin: 56px 0 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	color: #d03720;
}

.index #main .honima-results__tagline::before,
.index #main .honima-results__tagline::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 56px;
	height: 1px;
	margin: 0 18px;
	background: #d03720;
}

/* businessBox ラベルのみ */
.index #main .bgLine {
	display: none !important;
}

.index #main .businessBox {
	background: #fff;
}

.index #main .businessBox::before {
	display: none;
}

.index #main .businessBox .textBox {
	width: 55%;
}

.index #main .businessBox .photo {
	width: calc(45% - 1px);
}

.index #main .businessBox .textBox .inner {
	width: 620px;
	max-width: 100%;
	padding-right: 40px;
}

/* sec.02 FOR YOU */
.index #main .honima-foryou {
	padding: 72px 0 96px;
	background: #fff;
	overflow: hidden;
}

.index #main .honima-foryou__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 40px 64px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 48px;
	box-sizing: border-box;
}

.index #main .honima-foryou__content {
	min-width: 0;
	max-width: 520px;
}

.index #main .honima-foryou__eyebrow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin: 0 0 28px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.index #main .honima-foryou__eyebrow-en {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.18em;
	color: #d03720;
}

.index #main .honima-foryou__eyebrow-sep {
	display: inline-block;
	width: 1px;
	height: 1.1em;
	background: #d03720;
}

.index #main .honima-foryou__eyebrow-ja {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	color: #111;
}

.index #main .honima-foryou__heading {
	margin: 0 0 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-size: clamp(2.6rem, 3.4vw, 3.4rem);
	letter-spacing: 0.06em;
	line-height: 1.45;
	color: #111;
}

.index #main .honima-foryou__list {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e6e6e6;
}

.index #main .honima-foryou__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid #e6e6e6;
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.04em;
	color: #111;
}

.index #main .honima-foryou__check {
	position: relative;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #d03720;
}

.index #main .honima-foryou__check::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 4px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.index #main .honima-foryou__item-body {
	font-weight: 400;
}

.index #main .honima-foryou__item-body strong {
	font-weight: 700;
	margin-right: 0.35em;
}

.index #main .honima-foryou__closing {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2.05;
	letter-spacing: 0.04em;
	color: #111;
}

.index #main .honima-foryou__closing-accent {
	font-weight: 700;
	color: #d03720;
}

.index #main .honima-foryou__visual {
	position: relative;
	min-width: 0;
	width: 100%;
	max-width: 560px;
	margin-left: auto;
	padding: 28px 12px 36px 28px;
	box-sizing: border-box;
}

.index #main .honima-foryou__accent {
	position: absolute;
	top: 0;
	right: 4%;
	z-index: 3;
	display: block;
	width: 178px;
	height: auto;
	pointer-events: none;
}

.index #main .honima-foryou__photo {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.15 / 1;
	border-radius: 180px 0 180px 0;
	background: #f3f3f3;
}

.index #main .honima-foryou__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 55% 40%;
}

.index #main .honima-foryou__dots {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 140px;
	height: 116px;
	background-image: radial-gradient(circle, #d0d0d0 1.5px, transparent 1.6px);
	background-size: 12px 12px;
	pointer-events: none;
}

.index #main .businessBox .honima-sec-label {
	margin-bottom: 16px;
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0.14em;
}

.index #main .businessBox .honima-sec-label .roboto {
	font-weight: 700;
	font-size: 1.15rem;
	letter-spacing: 0.2em;
	color: #d03720;
}

/* sec.03 提供サービス */
.index #main .honima-service {
	padding: 80px 0 96px;
	background: #fff;
}

.index #main .honima-service__head {
	margin-bottom: 48px;
	text-align: center;
}

.index #main .honima-service__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.18em;
	color: #111;
}

.index #main .honima-service__label::before,
.index #main .honima-service__label::after {
	content: "";
	display: block;
	width: 36px;
	height: 1px;
	background: #d03720;
}

.index #main .honima-service__label .roboto {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.24em;
	color: #d03720;
}

.index #main .honima-service__title {
	margin: 0 0 14px;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.2rem, 3.2vw, 3rem);
	line-height: 1.45;
	letter-spacing: 0.06em;
	color: #111;
}

.index #main .honima-service__lead {
	margin: 0 auto;
	max-width: 680px;
	font-size: 1.2rem;
	line-height: 1.85;
	color: #666;
	letter-spacing: 0.04em;
}

.index #main .honima-service__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.index #main .honima-service__card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
	align-items: center;
	gap: 8px 12px;
	min-height: 220px;
	padding: 28px 24px 28px 32px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

.index #main .honima-service__card-body {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	min-width: 0;
}

.index #main .honima-service__card-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.index #main .honima-service__num {
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
	color: #d03720;
	letter-spacing: 0.06em;
}

.index #main .honima-service__num-line {
	display: block;
	flex: 1;
	max-width: 48px;
	height: 2px;
	background: #d03720;
}

.index #main .honima-service__card-title {
	margin: 0 0 10px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.55;
	color: #111;
	letter-spacing: 0.03em;
}

.index #main .honima-service__card-text {
	margin: 0 0 auto;
	padding-bottom: 20px;
	font-size: 1.5rem;
	line-height: 1.75;
	color: #666;
}

.index #main .honima-service__visual {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
}

.index #main .honima-service__visual img {
	display: block;
	width: 100%;
	max-width: 240px;
	height: auto;
	margin: 0;
	object-fit: contain;
}

.index #main .honima-service__more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	color: #d03720;
	text-decoration: none;
	transition: opacity 0.25s ease;
}

.index #main .honima-service__more:hover {
	opacity: 0.75;
}

.index #main .honima-service__more-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 1.1rem;
	line-height: 1;
	color: #fff;
	background: #d03720;
	border-radius: 50%;
}

.index #main .honima-service__more-label {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

/* sec.04 WHY US */
.index #main .honima-why {
	position: relative;
	padding: 88px 0 100px;
	background: #fff;
	overflow: hidden;
}

.index #main .honima-why > .content {
	position: relative;
	z-index: 1;
}

.index #main .honima-why__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 48px;
	margin: 0 0 64px;
}

.index #main .honima-why__head-main {
	min-width: 0;
	flex: 1 1 auto;
	max-width: 860px;
}

.index #main .honima-why__dots {
	flex: 0 0 auto;
	width: 160px;
	height: 160px;
	margin-top: 4px;
	background-image: radial-gradient(circle, #d2d2d2 1.5px, transparent 1.7px);
	background-size: 12px 12px;
	background-repeat: repeat;
	pointer-events: none;
}

.index #main .honima-why__label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 36px;
	padding: 10px 2px;
	border-top: 2px solid #d03720;
	line-height: 1.35;
	color: #111;
}

.index #main .honima-why__label-en {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.22em;
	line-height: 1.35;
	color: #d03720;
}

.index #main .honima-why__label-sep {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	color: #c0c0c0;
	transform: scaleX(1.15);
}

.index #main .honima-why__label-ja {
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.12em;
	line-height: 1.35;
	color: #111;
}

.index #main .honima-why__title {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: clamp(3rem, 4.2vw, 4.4rem);
	letter-spacing: 0.12em;
	line-height: 1.4;
	color: #111;
}

.index #main .honima-why__title::after {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	margin-top: 16px;
	background: #d03720;
}

.index #main .honima-why__accent {
	color: #d03720;
}

.index #main .honima-why__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.index #main .honima-why__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	padding: 28px 24px 32px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 18px;
	box-sizing: border-box;
}

.index #main .honima-why__icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 56px;
	margin: 0 0 18px;
}

.index #main .honima-why__icon img {
	display: block;
	width: auto;
	height: 48px;
	max-width: 88px;
	object-fit: contain;
}

.index #main .honima-why__card-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	color: #d03720;
}

.index #main .honima-why__card-label::after {
	content: none;
	display: none;
}

.index #main .honima-why__card-title {
	margin: 0 0 16px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.55;
	color: #111;
}

.index #main .honima-why__card-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	margin-top: 14px;
	background: #d03720;
}

.index #main .honima-why__card-text {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	color: #111;
}

/* sec.05 TESTIMONIALS */
.index #main .honima-voice {
	padding: 88px 0 100px;
	background: #fff;
}

.index #main .honima-voice__head {
	margin: 0 0 48px;
	text-align: center;
}

.index #main .honima-voice__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 22px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.14em;
	color: #111;
}

.index #main .honima-voice__label::before,
.index #main .honima-voice__label::after {
	content: "";
	display: block;
	width: 36px;
	height: 1px;
	background: #d03720;
}

.index #main .honima-voice__label-en {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	color: #d03720;
}

.index #main .honima-voice__label-sep {
	color: #111;
}

.index #main .honima-voice__label-ja {
	font-weight: 700;
	color: #111;
}

.index #main .honima-voice__title {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: clamp(2.4rem, 3.4vw, 3.4rem);
	letter-spacing: 0.08em;
	line-height: 1.5;
	color: #111;
}

.index #main .honima-voice__accent {
	color: #d03720;
}

.index #main .honima-voice__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.index #main .honima-voice__slider-wrap {
	position: relative;
	padding: 0 52px 48px;
}

.index #main .honima-voice__slider {
	margin: 0 -12px;
}

.index #main .honima-voice__slider .slick-list {
	padding: 8px 0 4px;
	margin: 0;
	overflow: hidden;
}

.index #main .honima-voice__slider .slick-track {
	display: flex !important;
	align-items: stretch;
}

.index #main .honima-voice__slide {
	padding: 0 12px;
	height: auto;
	box-sizing: border-box;
}

.index #main .honima-voice__slider .slick-slide {
	height: auto !important;
	display: flex !important;
	float: none;
}

.index #main .honima-voice__slider .slick-slide > div {
	display: flex;
	flex: 1 1 auto;
	width: 100%;
	height: auto;
}

.index #main .honima-voice__slider .slick-slide .honima-voice__slide {
	display: flex;
	flex: 1 1 auto;
	width: 100%;
}

.index #main .honima-voice__case {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 18px;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.index #main .honima-voice__case:hover {
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.index #main .honima-voice__case-visual {
	flex: 0 0 auto;
}

.index #main .honima-voice__case-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.index #main .honima-voice__case-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 22px 24px 28px;
	box-sizing: border-box;
}

.index #main .honima-voice__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.index #main .honima-voice__tags li {
	padding: 5px 12px;
	border: 1px solid #d03720;
	border-radius: 999px;
	color: #d03720;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.index #main .honima-voice__case-title {
	margin: 0 0 12px;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.5;
	color: #111;
}

.index #main .honima-voice__case-quote {
	margin: 0 0 16px;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.03em;
	color: #333;
}

.index #main .honima-voice__case-company {
	margin-top: auto;
	padding-top: 8px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	color: #666;
}

.index #main .honima-voice__arrow {
	position: absolute;
	top: 42%;
	z-index: 3;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid #d03720;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transform: translateY(-50%);
}

.index #main .honima-voice__arrow::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border-top: 2px solid #d03720;
	border-right: 2px solid #d03720;
}

.index #main .honima-voice__arrow--prev {
	left: 0;
}

.index #main .honima-voice__arrow--prev::before {
	transform: rotate(-135deg);
	margin-left: 16px;
}

.index #main .honima-voice__arrow--next {
	right: 0;
}

.index #main .honima-voice__arrow--next::before {
	transform: rotate(45deg);
	margin-right: 16px;
}

.index #main .honima-voice__arrow.slick-disabled {
	opacity: 0.35;
	cursor: default;
}

.index #main .honima-voice__slider-wrap .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.index #main .honima-voice__slider-wrap .slick-dots li {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
}

.index #main .honima-voice__slider-wrap .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d03720;
	opacity: 0.28;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
}

.index #main .honima-voice__slider-wrap .slick-dots li.slick-active button {
	opacity: 1;
}

.index #main .honima-voice__more {
	margin: 28px 0 0;
	text-align: center;
}

.index #main .honima-voice__more a {
	color: #d03720;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

.index #main .honima-voice__empty {
	margin: 0;
	text-align: center;
	font-size: 1.4rem;
	color: #555;
}

.index #main .honima-voice__card {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 20px 24px;
	align-items: start;
	min-height: 100%;
	padding: 28px 28px 24px;
	background: #fff;
	border: 1px solid #222;
	border-radius: 18px;
	box-sizing: border-box;
}

.index #main .honima-voice__icon {
	width: 96px;
	height: 96px;
}

.index #main .honima-voice__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index #main .honima-voice__body {
	position: relative;
	min-width: 0;
	padding: 8px 8px 0 4px;
}

.index #main .honima-voice__quote {
	position: relative;
	margin: 0 0 18px;
	padding: 0 18px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.75;
	color: #111;
}

.index #main .honima-voice__quote::before,
.index #main .honima-voice__quote::after {
	position: absolute;
	font-family: "Noto Serif JP", "Noto Sans JP", serif;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1;
	color: #d03720;
}

.index #main .honima-voice__quote::before {
	content: "“";
	top: -0.15em;
	left: -0.05em;
}

.index #main .honima-voice__quote::after {
	content: "”";
	right: -0.05em;
	bottom: -0.35em;
}

.index #main .honima-voice__em {
	color: #d03720;
}

.index #main .honima-voice__name {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	color: #111;
	text-align: right;
}

/* sec.06 OUR MESSAGE */
.index #main .honima-message {
	padding: 88px 0 100px;
	background: #fff;
	overflow: visible;
}

.index #main .honima-message__inner {
	position: relative;
	display: block;
	min-height: 520px;
}

.index #main .honima-message__copy {
	position: relative;
	z-index: 2;
	min-width: 0;
	max-width: 560px;
}

.index #main .honima-message__label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 28px;
	padding: 10px 2px;
	border-top: 2px solid #d03720;
	line-height: 1.35;
	color: #111;
}

.index #main .honima-message__label-en {
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.22em;
	line-height: 1.35;
	color: #d03720;
}

.index #main .honima-message__label-sep {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	color: #c0c0c0;
	transform: scaleX(1.15);
}

.index #main .honima-message__label-ja {
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.12em;
	line-height: 1.35;
	color: #111;
}

.index #main .honima-message__title {
	margin: 0 0 32px;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.6rem, 3.6vw, 3.6rem);
	letter-spacing: 0.08em;
	line-height: 1.5;
	color: #111;
}

.index #main .honima-message__body {
	margin: 0 0 36px;
}

.index #main .honima-message__body p {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2;
	color: #111;
}

.index #main .honima-message__body p + p {
	margin-top: 1.6em;
}

.index #main .honima-message__motto {
	display: inline-block;
	margin: 0;
	padding: 4px 0 10px 16px;
	border-left: 4px solid #d03720;
	border-bottom: 1px solid #d03720;
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.6;
	color: #111;
}

.index #main .honima-message__visual {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	width: 68%;
	max-width: 720px;
	transform: translateY(-50%);
	pointer-events: none;
}

.index #main .honima-message__visual img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* sec.07 CTA */
.index #main .honima-cta {
	position: relative;
	padding: 88px 0 92px;
	background: #d03720;
	overflow: hidden;
	text-align: center;
}

.index #main .honima-cta::before {
	content: "Start now.";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	margin: 0;
	font-family: "Great Vibes", cursive;
	font-size: clamp(6rem, 14vw, 12rem);
	font-weight: 400;
	line-height: 1;
	color: rgba(255, 255, 255, 0.08);
	white-space: nowrap;
	transform: translate(-50%, -52%) rotate(-12deg);
	pointer-events: none;
}

.index #main .honima-cta > .content {
	position: relative;
	z-index: 1;
}

.index #main .honima-cta__dots {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	width: 160px;
	height: auto;
	pointer-events: none;
	opacity: 0.55;
}

.index #main .honima-cta__chevrons {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
	display: block;
	width: auto;
	height: 88%;
	max-height: 420px;
	transform: translateY(-50%);
	pointer-events: none;
	opacity: 0.7;
}

.index #main .honima-cta__label {
	display: inline-block;
	margin: 0 0 22px;
	padding-top: 12px;
	border-top: 2px solid rgba(255, 255, 255, 0.9);
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	line-height: 1.35;
	color: #fff;
}

.index #main .honima-cta__title {
	margin: 0 0 24px;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	font-size: clamp(2.8rem, 4.2vw, 4.2rem);
	letter-spacing: 0.12em;
	line-height: 1.45;
	color: #fff;
}

.index #main .honima-cta__lead {
	margin: 0 auto 36px;
	max-width: 720px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 2;
	color: #fff;
}

.index #main .honima-cta__action {
	display: flex;
	justify-content: center;
	margin: 0 0 18px;
}

.index #main .honima-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 280px;
	padding: 16px 36px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	color: #d03720;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.index #main .honima-cta__btn:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

.index #main .honima-cta__note {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}

@media all and (max-width: 1099px) {
	.index #main .honima-results__metrics {
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
		max-width: 480px;
	}

	.index #main .honima-foryou__inner {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 0 28px;
	}

	.index #main .honima-foryou__content {
		max-width: none;
	}

	.index #main .honima-foryou__visual {
		max-width: 560px;
		margin: 0 auto;
		min-height: 0;
		width: 100%;
	}

	.index #main .honima-service__grid {
		gap: 20px;
	}

	.index #main .honima-why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.index #main .honima-why__dots {
		width: 120px;
		height: 120px;
	}

	.index #main .honima-voice__slider-wrap {
		padding: 0 44px 48px;
	}

	.index #main .honima-voice__case-title {
		font-size: 1.6rem;
	}

	.index #main .honima-voice__case-quote {
		font-size: 1.25rem;
	}

	.index #main .honima-message__inner {
		min-height: 460px;
	}

	.index #main .honima-message__copy {
		max-width: 520px;
	}

	.index #main .honima-message__visual {
		width: 62%;
		right: 0;
	}
}

@media all and (max-width: 767px) {
	.index #main .mainVisual.honima-fv {
		padding: 0;
		min-height: 0;
		height: auto;
		aspect-ratio: 3 / 4;
		display: block;
		align-items: stretch;
	}

	.index #main .mainVisual.honima-fv .honima-fv__img {
		object-position: 78% 30%;
	}

	.index #main .mainVisual.honima-fv .textBox {
		width: calc(100% - 40px);
		max-width: none;
		margin: 0;
		position: absolute;
		left: 20px;
		right: 20px;
		top: auto;
		bottom: 18px;
		transform: none;
		padding: 18px 16px 14px;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.92);
		backdrop-filter: blur(4px);
	}

	.index #main .mainVisual.honima-fv .textBox .text02 {
		margin-bottom: 12px;
		font-size: 2.6rem;
	}

	.index #main .mainVisual.honima-fv .textBox .text03 {
		margin-bottom: 12px;
		font-size: 1.2rem;
	}

	.index #main .mainVisual.honima-fv .honima-fv__actions {
		flex-direction: column;
	}

	.index #main .mainVisual.honima-fv .honima-fv__btn {
		width: 100%;
		min-width: 0;
	}

	.index #main .honima-results {
		padding: 40px 0 48px;
	}

	.index #main .honima-foryou {
		padding: 48px 0 56px;
	}

	.index #main .honima-foryou__inner {
		padding: 0 20px;
		gap: 28px;
	}

	.index #main .honima-foryou__heading {
		margin-bottom: 28px;
		font-size: 2.2rem;
	}

	.index #main .honima-foryou__item {
		align-items: flex-start;
		font-size: 1.5rem;
		padding: 14px 0;
	}

	.index #main .honima-foryou__check {
		margin-top: 4px;
	}

	.index #main .honima-foryou__accent {
		width: 120px;
		right: 2%;
		top: 0;
	}

	.index #main .honima-foryou__photo {
		border-radius: 100px 0 100px 0;
	}

	.index #main .honima-foryou__dots {
		width: 96px;
		height: 80px;
		background-size: 10px 10px;
	}

	.index #main .honima-foryou__closing {
		font-size: 1.5rem;
		line-height: 1.9;
	}

	.index #main .honima-foryou__visual {
		max-width: none;
		padding: 20px 4px 28px 16px;
	}

	.index #main .honima-results__watermark {
		display: none;
	}

	.index #main .honima-results__head {
		margin-bottom: 28px;
		text-align: left;
	}

	.index #main .honima-results__eyebrow {
		justify-content: flex-start;
	}

	.index #main .honima-results__eyebrow-line {
		display: none;
	}

	.index #main .honima-results__eyebrow-en {
		display: block;
	}

	.index #main .honima-results__eyebrow-sep {
		display: none;
	}

	.index #main .honima-results__eyebrow-ja {
		display: block;
		margin: 4px 0 0;
	}

	.index #main .honima-results__metrics {
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
		max-width: none;
	}

	.index #main .honima-results__metric {
		padding: 12px 6px;
	}

	.index #main .honima-results__card,
	.index #main .honima-results__ring {
		width: 150px !important;
		height: 150px !important;
	}

	.index #main .honima-results__icon {
		width: 42px;
		height: 42px;
		margin-bottom: -14px;
	}

	.index #main .honima-results__icon img {
		height: 20px !important;
	}

	.index #main .honima-results__metric-value {
		font-size: 26px !important;
	}

	.index #main .honima-results__metric-label {
		font-size: 12px !important;
	}

	.index #main .honima-results__metric-note {
		font-size: 20px !important;
	}

	.index #main .honima-results__tagline {
		margin-top: 32px;
		font-size: 0.75rem;
		letter-spacing: 0.14em;
	}

	.index #main .honima-service {
		padding: 48px 0 56px;
	}

	.index #main .honima-service__head {
		margin-bottom: 28px;
		text-align: left;
	}

	.index #main .honima-service__label {
		justify-content: flex-start;
	}

	.index #main .honima-service__label::before,
	.index #main .honima-service__label::after {
		display: none;
	}

	.index #main .honima-service__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.index #main .honima-service__card {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 22px 20px 20px;
	}

	.index #main .honima-service__visual {
		justify-content: center;
		order: -1;
		margin-bottom: 8px;
	}

	.index #main .honima-why {
		padding: 48px 0 56px;
	}

	.index #main .honima-why__head {
		margin-bottom: 28px;
		gap: 20px;
	}

	.index #main .honima-why__label {
		margin-bottom: 24px;
		gap: 10px;
		padding: 8px 2px;
	}

	.index #main .honima-why__label-en {
		font-size: 1.8rem;
	}

	.index #main .honima-why__label-ja {
		font-size: 1.8rem;
	}

	.index #main .honima-why__title {
		font-size: 2.4rem;
		letter-spacing: 0.08em;
	}

	.index #main .honima-why__title::after {
		width: 28px;
		height: 2px;
		margin-top: 12px;
	}

	.index #main .honima-why__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.index #main .honima-why__card {
		padding: 22px 20px 24px;
	}

	.index #main .honima-why__card-title {
		font-size: 1.6rem;
	}

	.index #main .honima-why__card-text {
		font-size: 1.2rem;
	}

	.index #main .honima-why__dots {
		width: 96px;
		height: 96px;
		background-size: 10px 10px;
	}

	.index #main .honima-voice {
		padding: 48px 0 56px;
	}

	.index #main .honima-voice__head {
		margin-bottom: 28px;
		text-align: left;
	}

	.index #main .honima-voice__label {
		justify-content: flex-start;
		font-size: 1.4rem;
	}

	.index #main .honima-voice__label::before,
	.index #main .honima-voice__label::after {
		display: none;
	}

	.index #main .honima-voice__label-en {
		font-size: 1.4rem;
	}

	.index #main .honima-voice__title {
		font-size: 2.2rem;
	}

	.index #main .honima-voice__slider-wrap {
		padding: 0 0 44px;
	}

	.index #main .honima-voice__arrow {
		display: none;
	}

	.index #main .honima-voice__slider {
		margin: 0;
	}

	.index #main .honima-voice__case-body {
		padding: 18px 16px 20px;
	}

	.index #main .honima-voice__case-title {
		font-size: 1.45rem;
	}

	.index #main .honima-voice__case-quote {
		font-size: 1.2rem;
	}

	.index #main .honima-voice__tags li {
		font-size: 1rem;
	}

	.index #main .honima-message {
		padding: 48px 0 56px;
		overflow: hidden;
	}

	.index #main .honima-message__inner {
		min-height: 0;
	}

	.index #main .honima-message__copy {
		max-width: none;
	}

	.index #main .honima-message__visual {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		max-width: 420px;
		margin: 28px auto 0;
		transform: none;
	}

	.index #main .honima-message__label-en,
	.index #main .honima-message__label-ja {
		font-size: 1.4rem;
	}

	.index #main .honima-message__title {
		margin-bottom: 22px;
		font-size: 2.2rem;
	}

	.index #main .honima-message__body p {
		font-size: 1.25rem;
		line-height: 1.9;
	}

	.index #main .honima-message__motto {
		font-size: 1.4rem;
		padding-left: 12px;
	}

	.index #main .honima-cta {
		padding: 56px 0 60px;
	}

	.index #main .honima-cta__dots {
		width: 96px;
		left: 0;
		bottom: 0;
	}

	.index #main .honima-cta__chevrons {
		height: 52%;
		max-height: 220px;
		opacity: 0.45;
	}

	.index #main .honima-cta__title {
		font-size: 2.4rem;
		letter-spacing: 0.08em;
	}

	.index #main .honima-cta__lead {
		font-size: 1.25rem;
		line-height: 1.9;
		margin-bottom: 28px;
	}

	.index #main .honima-cta__btn {
		width: 100%;
		min-width: 0;
		font-size: 1.35rem;
	}

	.index #main .honima-cta__note {
		font-size: 1.05rem;
	}

	.index #main .honima-service__visual img {
		max-width: 200px;
	}
}
