@charset "UTF-8";

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.lp-trial-digital-bg {
	background-color: #c5deec;
	min-height: 100vh;
	min-height: 100dvh;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic UI", "Yu Gothic", sans-serif;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1120px) {
	body.lp-trial-digital-bg .openbtn {
		margin: 0 20px 0 auto;
	}

	body.lp-trial-digital-bg .header-navi li.header-cta {
		height: auto;
		line-height: inherit;
		color: #fff;
		margin: 0;
		font-size: 1.6rem;
	}

	body.lp-trial-digital-bg .header-navi li.header-cta.pc-show {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	body.lp-trial-digital-bg .header-navi .header-cta {
		height: auto;
		line-height: 1.5;
		border-radius: 0;
		margin: 0;
		font-size: 1.4rem;
		position: static;
	}

	body.lp-trial-digital-bg .header-navi:not(.panelactive) .header-cta.sp-show {
		display: none !important;
	}

	body.lp-trial-digital-bg .header-navi.panelactive .header-cta.sp-show {
		display: list-item !important;
	}
}

@media screen and (max-width: 428px) {
	body.lp-trial-digital-bg .header-navi .header-cta {
		padding: 0;
	}

	body.lp-trial-digital-bg .header-navi .header-cta::before {
		content: none;
		display: none;
		padding: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
	body.lp-trial-digital-bg .openbtn {
		display: none !important;
	}

	body.lp-trial-digital-bg .sp-show {
		display: none !important;
	}

	body.lp-trial-digital-bg .pc-show {
		display: flex !important;
		align-items: center !important;
	}

	body.lp-trial-digital-bg .header-navi li.header-cta.pc-show {
		display: flex !important;
		align-items: center !important;
	}

	body.lp-trial-digital-bg .header-navi {
		position: static !important;
		z-index: auto !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		height: auto !important;
		background: transparent !important;
		transition: none !important;
		text-align: inherit !important;
	}

	body.lp-trial-digital-bg .header-navi.panelactive {
		top: auto !important;
	}

	body.lp-trial-digital-bg .header-navi ul {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		position: static !important;
		top: auto !important;
		left: auto !important;
		transform: none !important;
		margin: 0 !important;
	}

	body.lp-trial-digital-bg .header-navi ul li+* {
		margin-top: 0 !important;
	}

	body.lp-trial-digital-bg .header-navi .header-sub-navi {
		display: flex !important;
	}

	body.lp-trial-digital-bg .header-sub-navi {
		display: flex !important;
		width: 100% !important;
		justify-content: flex-end !important;
		margin-top: 10px !important;
	}

	body.lp-trial-digital-bg .header-navi li,
	body.lp-trial-digital-bg .header-sub-navi li {
		font-size: inherit !important;
	}
}

/* 親側のラッパが高さ制限/スクロールを持っているケースへの保険 */
.p-subpage-cont,
.p-subpage-cont--bottom,
.p-contact-info,
.p-contact-info__form {
	overflow: visible !important;
	max-height: none !important;
	height: auto !important;
}

.lp-trial {
	position: relative;
	padding-bottom: 48px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic UI", "Yu Gothic", sans-serif;
}

.lp-trial::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: min(78vh, 920px);
	pointer-events: none;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.42);
	-webkit-mask-image: url("../../img/hero-bg-digital-arc.png");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	-webkit-mask-size: cover;
	-webkit-mask-mode: luminance;
	mask-image: url("../../img/hero-bg-digital-arc.png");
	mask-repeat: no-repeat;
	mask-position: center bottom;
	mask-size: cover;
	mask-mode: luminance;
	transform: translateZ(0);
}

html.is-safari-bg-fallback .lp-trial::before {
	background-color: transparent;
	-webkit-mask: none;
	mask: none;
	background-image: url("../../img/hero-bg-digital-arc.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	opacity: 0.55;
	mix-blend-mode: screen;
}

.lp-trial__inner {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
	padding: 16px 24px;
	box-sizing: border-box;
}

/* ----- エンブレム ----- */
.lp-trial-emblem--sp {
	display: none;
}

/* ----- Hero ----- */
.lp-trial-hero {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.lp-trial-hero {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.lp-trial-hero {
		margin-bottom: 20px;
	}
}

.lp-trial-hero__heading {
	display: inline-flex;
	flex-direction: column;
	align-items: stretch;
	max-width: 100%;
	margin: 24px auto 0;
	box-sizing: border-box;
	padding: 0 100px;
}

@media (max-width: 960px) {
	.lp-trial-hero__heading {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.lp-trial-hero__heading {
		margin: 0 auto;
	}
}

.lp-trial-hero__title {
	margin: 0 0 20px;
	font-size: clamp(4rem, 6vw, 4.1rem);
	font-weight: 900;
	line-height: 1.3;
	color: rgb(2, 52, 95);
}

.lp-trial-hero__emphasis {
	ruby-position: over;
}

.lp-trial-hero__emphasis rt {
	font-size: 0.4em;
	color: rgb(2, 52, 95);
	line-height: 1;
	text-align: center;
}

.lp-trial-hero__badge {
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 28px;
	padding: 10px 28px 12px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	background-color: rgb(2, 52, 95);
	border-radius: 999px;
	text-align: center;
	font-size: 1.6rem;
}

.lp-trial-hero__badge::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: rgb(2, 52, 95) transparent transparent transparent;
}

.lp-trial-hero__lead {
	margin: 0;
	/* 共通 body の p,li（1.4rem）に揃える（1rem は 62.5% 基準で約10pxになり過小になる） */
	font-size: 1.8rem;
	font-weight: 900 !important;
	line-height: 1.8;
	color: #333;
}

.lp-trial-hero__lead+.lp-trial-hero__lead {
	margin-top: 0.35em;
}

.lp-trial-hero__privacy {
	position: absolute;
	bottom: 0;
	right: 24px;
	flex: 0 0 auto;
	margin: 0;
}

@media (max-width: 960px) {
	.lp-trial-hero__privacy {
		margin-top: 20px;
		position: static;
	}
}

.lp-trial-hero__privacy img {
	display: block;
	width: 75px;
	max-width: 100%;
	height: auto;
	margin: auto;
}

@media (max-width: 960px) {
	.lp-trial-hero__privacy {
		position: static;
		text-align: center;
	}
}

/* ----- 2カラム ----- */
.lp-trial-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

@media (max-width: 960px) {
	.lp-trial-benefits__list-wrap {
		justify-content: center;
	}

	.lp-trial-columns {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

/* ----- 左：ベネフィット ----- */
.lp-trial-benefits {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
	padding-top: 32px;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.lp-trial-benefits {
		gap: 10px;
		margin-bottom: 20px;
	}
}

.lp-trial-benefits__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1 1 auto;
	min-width: 0;
	max-width: min(100%, 375px);
	box-sizing: border-box;
}

.lp-trial-benefits__item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.45;
	color: rgb(2, 52, 95);
}

/* アセット: lp/img/icon-trial-checkbox.png（チェックが枠からはみ出すデザインのため余白確保） */
/* 太字日本語と27px箱の視覚中心がずれるためわずかに下げる */
.lp-trial-benefits__icon {
	flex-shrink: 0;
	align-self: center;
	display: block;
	width: 27px;
	height: 27px;
	margin: 0 4px 0 0;
	object-fit: contain;
	object-position: center;
	transform: translateY(0.1em);
}

.lp-trial-benefits__em {
	font-style: normal;
	font-weight: 800;
	color: #f15a24;
}

.lp-trial-benefits__text {
	position: relative;
	display: block;
	width: fit-content;
	max-width: 100%;
	box-sizing: border-box;
}

.lp-trial-benefits__text::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
}

@media (max-width: 767px) {
	.lp-trial-benefits__list {
		display: flex;
		flex-direction: column;
		gap: 10px;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		margin: 0;
	}

	.lp-trial-benefits__item {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		min-height: 0;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.lp-trial-benefits__icon {
		align-self: center;
		margin: 0;
		width: 27px;
		height: 27px;
		transform: translateY(0.08em);
	}

	.lp-trial-benefits__text {
		min-width: 0;
		width: auto;
		text-align: left;
	}
}

.lp-trial-benefits__figure {
	margin: 0;
	position: relative;
}

.lp-trial-benefits__list-wrap {
	display: flex;
	align-items: center;
	gap: 0;
}

.lp-trial-emblem--figure {
	display: block;
	flex-shrink: 0;
	width: 160px;
	height: auto;
	margin-left: -60px;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.lp-trial-benefits__list-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 4px;
	}

	.lp-trial-emblem--figure {
		display: block;
		flex-shrink: 0;
		width: 120px;
		margin-left: 0;
		height: auto;
	}
}

.lp-trial-benefits__img {
	display: block;
	width: 100%;
	max-width: min(100%, 315px);
	height: auto;
	margin: 0 auto;
	border-radius: 12px;
}

/* ----- 右：フォーム枠 ----- */
.lp-trial-formbox {
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 16px;
	padding: 24px 20px;
	box-sizing: border-box;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	min-width: 0;
}

.lp-trial-formbox iframe {
	display: block;
	width: 100%;
	vertical-align: top;
}

/* ----- 下部注記 ----- */
.lp-trial-note {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 24px;
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid #fff;
}

.lp-trial-note__text {
	flex: 1 1 280px;
	display: flex;
	flex-direction: column;
	gap: 0.35em;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.8;
	color: #333;
	text-align: left;
}

.lp-trial-note__text p {
	margin: 0;
	font-weight: 800;
}

.lp-trial-note__text p:nth-child(2) {
	padding-bottom: 0.75em;
}

.lp-trial-note__privacy {
	flex: 0 0 auto;
	margin: 0;
}

.lp-trial-note__privacy img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.lp-trial-note {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
	}

	.lp-trial-note__text {
		flex: none;
		width: 100%;
		text-align: center;
	}

	.lp-trial-note__text p {
		font-size: 1.3rem;
		font-weight: 800;
		line-height: 1.75;
	}

	.lp-trial-note__privacy {
		flex: none;
	}
}

/* ----- Our Clients ティッカー ----- */
.lp-clients {
	margin-bottom: 25px;
}

.lp-clients__label {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #555;
	letter-spacing: 0.08em;
	position: relative;
	z-index: 1;
	margin: 0 0 -1.4rem;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic UI", "Yu Gothic", sans-serif;
}

.lp-clients__track-wrap {
	overflow: hidden;
	padding: 20px 10px;
}

.lp-clients__track {
	display: flex;
	width: max-content;
	animation: none;
	transform: translateX(0);
}

.lp-clients__set {
	display: flex;
	align-items: center;
	gap: 56px;
	padding: 0 28px;
	flex-shrink: 0;
}

.lp-clients__set img {
	height: 28px;
	width: auto;
	object-fit: contain;
	flex-shrink: 0;
	display: block;
}

.lp-clients__set img.logo--honda {
	height: 36px;
}

.lp-clients__set img.logo--hitachi {
	/* 自然サイズ */
}

.lp-clients__set img.logo--hitachi-solu {
	max-width: 150px;
}

.lp-clients__set img.logo--hitachi-reliable {
	height: 60px;
	display: block;
	margin: auto;
}

.lp-clients-note {
	font-size: 9px;
}

@keyframes lp-clients-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 767px) {
	.lp-clients {
		margin-bottom: 24px;
	}

	.lp-clients__label {
		font-size: 1.4rem;
		margin-bottom: 6px;
	}

	.lp-clients__track-wrap {
		padding: 12px 0;
	}

	.lp-clients__track {
		animation-duration: 40s;
	}

	.lp-clients__set {
		display: grid;
		grid-auto-flow: column;
		grid-template-rows: repeat(3, auto);
		gap: 8px 18px;
		padding: 0 10px;
	}

	.lp-clients__set img {
		height: 14px;
	}

	.lp-clients__set img.logo--honda {
		height: 14px;
	}

}

/* ----- ロゴを6×2にする ----- */
.lp-clients__track {
	display: block !important;
	width: 100% !important;
}

.lp-clients__set {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 16px 16px !important;
	padding: 0 !important;
}

.lp-clients__set img {
	width: 100%;
	height: 28px;
	object-fit: contain;
}

/* SP */
@media (max-width: 767px) {
	.lp-clients__set {
		grid-template-columns: repeat(3, 1fr) !important;
		grid-template-rows: repeat(4, auto);
		gap: 16px 10px !important;
	}

	.lp-clients__set img {
		height: 20px;
	}
	.lp-clients__set img.logo--hitachi-reliable{
		height: 40px;
	}
}


/*# sourceMappingURL=form-trial.css.map */