@charset "UTF-8";

/* ============================================================
   変数
   ============================================================ */
:root {
	--cus-bk:		#343c46;
	--cus-navy:		#18376b;
	--cus-navy-dk:	#0c1628;
	--cus-sky:      59, 138, 187;
	--cus-sky2:      23, 167, 255;
	--cus-hero-bg:	rgba(59, 138, 187, 0.08);
	--cus-light:	#e8f0f8;
	--cus-border:	#c8d8ea;
	--cus-accent:	#516c8d;
	--cus-merit-ico:	#4a8fc4;
}

/* ============================================================
   ページ共通
   ============================================================ */
	.cus-page {
		padding-top: 0;
		overflow: hidden;
	}

/* ============================================================
   site-header：このページのみ fixed を解除し通常フローに
   ============================================================ */
	.page-cus .site-header {
		position: static !important;
		padding: clamp(14px, 1.04vw, 20px) clamp(16px, 1.56vw, 30px);
	}
	.page-cus .site-header__logo {
		position: static !important;
	}
	.page-cus .site-header__logo a {
		display: inline-block;
	}
	.page-cus #header-logo {
		opacity: 1 !important;
	}

/* ============================================================
   HERO
   ============================================================ */
	.cus-hero {
		display: grid;
		grid-template-columns: 1fr 1.5fr 1fr;
		background: var(--cus-hero-bg);
	}
	.cus-hero__photo {
		position: relative;
		overflow: hidden;
		min-height: 280px;
	}
	.cus-hero__photo img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.cus-hero__center {
		padding: clamp(50px, 7.5vw, 88px) 0 clamp(35px, 6.25vw, 69px);
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	.cus-hero__tag-area {
		width: 100%;
		box-sizing: border-box;
		padding: 0 clamp(16px, 4%, 40px);
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	.cus-hero__tag-row {
		display: flex;
		gap: clamp(0.5em, 2vw, 1.2em);
		align-items: flex-end;
	}
	.cus-tag {
		display: inline-block;
		background: #fff;
		color: var(--cus-bk);
		border-radius: 6px;
		padding: 0.45em 1.6em;
		font-size: clamp(1.5rem, 2.75vw, 1.88rem);
		font-weight: bold;
		position: relative;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		white-space: nowrap;
	}
	.cus-tag--l { transform: translateY(-10px); }
	.cus-tag::after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 10px 5px 0;
		border-style: solid;
		border-color: #fff transparent transparent;
	}
	.cus-hero__ico {
		margin-top: 8px;
		line-height: 1;
	}
	.cus-hero__ico img {
		width: clamp(55px, 6.9vw, 81px);
		height: auto;
		display: block;
	}
	.cus-hero__title {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.6em;
	}
	.cus-hero__title-box {
		display: inline-block;
		background: var(--cus-navy);
		color: #fff;
		font-size: clamp(2.5rem, 4.38vw, 3.75rem);
		font-weight: bold;
		padding: 0.12em 0.7em;
		letter-spacing: .04em;
		text-align: center;
	}
	.cus-hero__title-sub {
		font-size: clamp(1.44rem, 2.75vw, 1.94rem);
		font-weight: bold;
		color: var(--cus-bk);
		letter-spacing: .03em;
		padding: 0 clamp(16px, 4%, 40px);
		text-align: center;
	}

/* ============================================================
   お悩みセクション
   ============================================================ */
	.cus-concerns {
		width: 96%;
		max-width: 1015px;
		margin: 40px auto 0;
	}
	.cus-concerns__pic {
		display: block;
		width: 100%;
	}
	.cus-concerns__pic img {
		width: 100%;
		height: auto;
		display: block;
	}

/* ============================================================
   APPEAL：日本総合開発にお聞かせください
   ============================================================ */
	.cus-appeal {
		font-size: 39px;
		padding: 1.5em 5%;
		text-align: center;
		background: var(--cus-hero-bg);
	}
	.cus-appeal__inner {
		max-width: 900px;
		margin: 0 auto;
	}
	.cus-appeal__lead {
		display: inline-block;
		background: var(--cus-navy);
		color: #fff;
		font-size: 0.74em;
		font-weight: bold;
		padding: 0.35em 2em;
		letter-spacing: .06em;
		position: relative;
		margin-bottom: 1.2em;
	}
	.cus-appeal__lead::after {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 15px 7px 0;
		border-style: solid;
		border-color: var(--cus-navy) transparent transparent;
	}
	.cus-appeal__title {
		font-size: 1em;
		font-weight: bold;
		color: var(--cus-bk);
		line-height: 1.35;
		letter-spacing: .03em;
	}
	.cus-appeal__em {
		font-size: 2em;
		color: var(--cus-bk);
	}

/* ============================================================
   MERIT：日本総合開発の買取なら
   ============================================================ */
	.cus-merit {
		font-size: 16px;
		background: #fff;
		padding: 5em 5% 3em;
	}
	.cus-merit__inner {
		max-width: 988px;
		width: 100%;
		margin: 0 auto;
	}
	.cus-merit__heading-wrap {
		border-top:    3px double var(--cus-navy);
		border-bottom: 3px double var(--cus-navy);
		padding: 2em 0;
		text-align: center;
		margin-bottom: 2.5em;
	}
	.cus-merit__heading {
		font-size: 2.2em;
		font-weight: bold;
		letter-spacing: .04em;
		color: var(--cus-navy);
	}
	.cus-merit__list {
		list-style: none;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2.5em 3em;
	}
	.cus-merit__item {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 1.25em;
		align-items: center;
	}
	.cus-merit__ico {
		width: 10.5em;
		aspect-ratio: 1 / 1;
		flex-shrink: 0;
	}
	.cus-merit__ico img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		display: block;
	}
	.cus-merit__body {
		font-size: 1.1em;
		line-height: 1.85;
		color: var(--cus-bk);
	}
	.cus-merit__body strong { font-weight: bold; }

/* ============================================================
   SUPPORT：お客様に合わせた3つのサポート
   ============================================================ */
	.cus-support {
		font-size: 16px;
		background: #fff;
		padding: 5em 5% 3em;
	}
	.cus-support__inner {
		max-width: 988px;
		width: 100%;
		margin: 0 auto;
	}
	.cus-support__heading-wrap {
		border-top:    3px double var(--cus-navy);
		border-bottom: 3px double var(--cus-navy);
		padding: 2em 0;
		text-align: center;
		margin-bottom: 2.5em;
	}
	.cus-support__heading {
		font-size: 2.2em;
		font-weight: bold;
		letter-spacing: .04em;
		color: var(--cus-navy);
	}
	/* カードグループ */
	.cus-support__cards {
		display: flex;
		flex-direction: column;
		gap: 1.5em;
		margin-bottom: 2.5em;
	}
	/* ---- メインカード（support01）：画像左・テキスト右 ---- */
	.cus-support__card--main {
		display: grid;
		grid-template-columns: 1fr 1fr;
		background: var(--cus-light);
		border-radius: 10px;
		overflow: hidden;
	}
	.cus-support__card--main .cus-support__card-img {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 2em;
	}
	.cus-support__card--main .cus-support__card-img img {
		width: 100%;
		max-width: 280px;
		height: auto;
		display: block;
	}
	.cus-support__card--main .cus-support__card-body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 1.1em;
		line-height: 1.85;
		padding: 2em 2.5em 2em 0;
	}
	.cus-support__card--main .cus-support__card-title {
		display: block;
		background: var(--cus-navy);
		color: #fff;
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		padding: 0.5em 1em;
		letter-spacing: .06em;
		margin-bottom: 1em;
	}
	.cus-support__card--main .cus-support__card-text {
		line-height: 1.9;
		color: var(--cus-bk);
	}
	/* ---- サブ行（support02・03）：2カラムグリッド ---- */
	.cus-support__sub-row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.5em;
	}
	/* ---- サブカード：縦積み（画像上→タイトルバー→テキスト） ---- */
	.cus-support__card--sub {
		display: flex;
		flex-direction: column;
		background: var(--cus-light);
		border-radius: 10px;
		overflow: hidden;
		font-size: 1.1em;
		line-height: 1.85;
		padding: 0 1.5em;
	}
	.cus-support__card--sub .cus-support__card-img {
		padding: 1.5em 0 1em;
	}
	.cus-support__card--sub .cus-support__card-img img {
		width: 100%;
		height: 100px;
		object-fit: contain;
		object-position: bottom center;
		display: block;
		margin: 0 auto;
	}
	.cus-support__card--sub .cus-support__card-title {
		display: block;
		background: var(--cus-navy);
		color: #fff;
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		padding: 0.1em 1em;
		letter-spacing: .06em;
	}
	.cus-support__card--sub .cus-support__card-text {
		font-size: 1em;
		line-height: 1.9;
		color: var(--cus-bk);
		padding: 1em 1.2em 1.5em;
	}
	/* 下部メッセージ */
	.cus-support__message {
		font-size: 20px;
		text-align: center;
		margin-top: 5em;
		padding: 0.5em 0;
	}
	.cus-support__message-lead {
		font-size: 1.2em;
		font-weight: bold;
		color: var(--cus-navy);
		margin-bottom: 0.7em;
	}
	.cus-support__message-body {
		font-size: 0.95em;
		line-height: 2;
		color: var(--cus-bk);
	}

/* ============================================================
   浮遊ボタン
   ============================================================ */
	.cus-float-btn {
		position: fixed;
		right: 30px;
		bottom: 60px;
		transform: translateY(-50%);
		z-index: 900;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		background: var(--cus-navy);
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		text-decoration: none;
		gap: 0.15em;
		box-shadow: 0 3px 14px rgba(0, 0, 0, 0.3);
		transition: opacity 0.3s, transform 0.3s, translate 0.3s, box-shadow 0.3s, scale 0.3s;
		will-change: transform, opacity;
		
		background: linear-gradient(to bottom, #306ed7, #18376b 60%);
		border: 3px solid #1641a5;
		padding: 1.8em 1.5em;
	}
	.cus-float-btn__text {
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: .03em;
	}
	.cus-float-btn__text strong {
		font-size: 1.6em;
	}
	.cus-float-btn__ico {
		position: absolute;
		top: 80%;
		left: 60%;
		width: 50%;
		height: auto;
		display: block;
	}
	.cus-float-btn.is-hidden {
		opacity: 0;
		pointer-events: none;
		transform: translateY(-50%);
	}
	.cus-float-btn:hover {
		translate: 0px 3px;
		scale: 0.99;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	}

/* ============================================================
   RESPONSIVE — 1050px以下
   ============================================================ */
@media (max-width: 1050px) {
	.cus-merit   { font-size: max(13px, 1.52vw); }
	.cus-support { font-size: max(13px, 1.52vw); }
	.cus-float-btn {
		top: auto;
		bottom: 10px;
	}
	.cus-float-btn__ico {
		left: auto;
		right: -10px;
	}
}

/* ============================================================
   RESPONSIVE — 900px以下
   ============================================================ */
@media (max-width: 900px) {
	.cus-hero {
		grid-template-columns: 1fr 1.5fr 1fr;
	}
}

/* ============================================================
   RESPONSIVE — 768px以下
   ============================================================ */
@media (max-width: 768px) {
	/* hero */
	.cus-hero {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
	}
	.cus-hero__photo--l {
		grid-column: 1;
		grid-row: 1;
		min-height: 150px;
	}
	.cus-hero__photo--r {
		display: block;
		grid-column: 2;
		grid-row: 1;
		min-height: 150px;
	}
	.cus-hero__center {
		grid-column: 1 / -1;
		grid-row: 2;
		padding: clamp(28px, 7vw, 40px) 16px clamp(24px, 5vw, 34px);
	}
	.cus-tag { font-size: clamp(0.9rem, 4.5vw, 1.5rem); }
	.cus-hero__title-box { font-size: clamp(1.5rem, 7.5vw, 2.5rem); }
	.cus-hero__title-sub { font-size: clamp(0.88rem, 4.5vw, 1.44rem); }
	.cus-hero__ico img { width: clamp(38px, 9.5vw, 55px); }
	/* concerns */
	.cus-concerns { max-width: 576px; }
	/* float btn */
	.cus-float-btn {
		top: auto;
		transform: none;
		bottom: calc(env(safe-area-inset-bottom) + 65px);
		right: 5px;
	}
	.cus-float-btn__ico {	display: none;}
	.cus-float-btn.is-hidden { transform: scale(0.8); }
	/* appeal */
	.cus-appeal { font-size: 5vw; padding: 1.5em 5%; }
	/* merit */
	.cus-merit__list { grid-template-columns: 1fr; gap: 1.5em; font-size: 2.5vw; }
	.cus-merit__item { grid-template-columns: auto 1fr; align-items: center; }
	.cus-merit__body p .SP_none { display: none; }
	.cus-merit__ico { width: 7.5em; }
	/* support：メインカード縦積み */
	.cus-support__card--main {
		font-size: 3.4vw;
		grid-template-columns: 1fr;
		border: 1px solid var(--cus-navy);
	}
	.cus-support__card--main .cus-support__card-img {
		padding: 1.5em 1.5em 1em;
	}
	.cus-support__card--main .cus-support__card-img img {
		max-width: 200px;
	}
	.cus-support__card--main .cus-support__card-body {
		padding: 0 1.5em 1.5em;
	}
	/* support：サブカード縦1列 */
	.cus-support__sub-row {
		font-size: 3.0vw;
		grid-template-columns: 1fr;
		gap: 1em;
	}
	.cus-support .SP_none { display: none; }
	.cus-support__message {
		font-size: 3.2vw;
	}
}

/* ============================================================
   RESPONSIVE — 500px以下
   ============================================================ */
@media (max-width: 500px) {
	.cus-float-btn {
		width: 18vw;
		padding: 2vw;
		box-sizing: content-box;
		height: 18vw;
	}
	.cus-float-btn__text {
		font-size: 2.5vw;
	}
	/* merit */
	.cus-merit__list { font-size: 5.0vw; }
	.cus-merit__item {
		width: 100%;
		grid-template-columns: 1fr;
	}
	.cus-merit__ico { width: 50%; text-align: center; margin: 0 auto; }
	.cus-merit__body p { text-align: center; }
	.cus-merit__item + .cus-merit__item { margin-top: 0.8em; }
	.cus-merit__body p .SP_none { display: block; }
	.cus-support__card--main {
		font-size: 4.0vw;
	}
	.cus-support__sub-row {
		font-size: 3.7vw;
	}
	.cus-support__message {
		font-size: 5vw;
		line-height: 1.4;
	}
	.cus-support__message-body {
		text-align: left;
		letter-spacing: -0.005em;
	}
}
/* ============================================================
   POINT NAV：4つのサポートナビゲーション
   ============================================================ */
	.cus-point-nav {
		background: linear-gradient(to bottom, #f2f5f6 0%, #c9d8dd 100%);
		padding: 0;
	}
	.cus-point-nav__list {
		list-style: none;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.cus-point-nav__item {
		border-left: 1px solid rgba(24, 55, 107, 0.18);
	}
	.cus-point-nav__item:last-child {
		border-right: 1px solid rgba(24, 55, 107, 0.18);
	}
	.cus-point-nav__link {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		text-decoration: none;
		color: var(--cus-navy);
		padding: 1.5em 1em 1em;
		gap: 0.9em;
		transition: background 0.2s;
	}
	.cus-point-nav__link:hover {
		background: rgba(255, 255, 255, 0.3);
	}
	.cus-point-nav__ico {
		width: 100px;
		height: 100px;
		flex-shrink: 0;
	}
	.cus-point-nav__ico img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: bottom center;
		display: block;
	}
	.cus-point-nav__label {
		font-size: 1em;
		font-weight: bold;
		line-height: 1.7;
		color: var(--cus-navy);
	}
	/* 下向き山形矢印（CSS生成） */
	.cus-point-nav__arrow {
		display: block;
		width: 10px;
		height: 10px;
		border-right: 2px solid var(--cus-navy);
		border-bottom: 2px solid var(--cus-navy);
		transform: rotate(45deg);
		margin-top: -0.2em;
		margin-bottom: 0.3em;
	}

/* ============================================================
   RESPONSIVE — point-nav 768px以下
   ============================================================ */
@media (max-width: 768px) {
	.cus-point-nav {
		font-size: 3vw;
	}
	.cus-point-nav__list {
		grid-template-columns: repeat(2, 1fr);
	}
	.cus-point-nav__item:nth-child(2) {
		border-right: 1px solid rgba(24, 55, 107, 0.18);
	}
	.cus-point-nav__item:nth-child(3),
	.cus-point-nav__item:nth-child(4) {
		border-top: 1px solid rgba(24, 55, 107, 0.18);
	}
	.cus-point-nav__item:last-child {
		border-right: 1px solid rgba(24, 55, 107, 0.18);
	}
	.cus-point-nav__link {
		padding: 1.8em 0.8em 1.5em;
		gap: 0.7em;
	}
	.cus-point-nav__ico {
		width: 4em;
		height: 4em;
	}
}
/* ============================================================
   RESPONSIVE — 500px以下
   ============================================================ */
@media (max-width: 500px) {
	.cus-point-nav {
		font-size: 4vw;
	}
}
/* ============================================================
   POINT sections 共通
   ============================================================ */
	.cus-point {
		font-size: 16px;
		display: flex;
		align-items: stretch;
		max-width: 1600px;
		min-height: 584px;
		background: #fff;
		position: relative;
	}
	.cus-point__img-wrap {
		width: 33%;
		flex-shrink: 0;
		position: relative;
		overflow: hidden;
	}
	/* 視差用スケーラー（GSAPのターゲット） */
	.cus-point__img-scaler {
		position: absolute;
		top: -15%;
		left: 0;
		width: 100%;
		height: 130%;
		will-change: transform;
	}
	.cus-point__img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.cus-point__body {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 1em;
		padding: 4em 8% 4em 5%;
	}
	.cus-point__num {
		display: flex;
		align-items: baseline;
		gap: 0.1em;
		line-height: 1;
		color: rgba(var(--cus-sky), 1);
		margin-left: -60px;
	}
	.cus-point__num-pre {
		font-size: 0.875em;
		font-weight: bold;
		letter-spacing: 0.08em;
	}
	.cus-point__num-digit {
		font-size: 3em;
		font-family: 'Bebas Neue', sans-serif;
		line-height: 0.9;
	}
	.cus-point__title {
		font-size: 2.5em;
		font-weight: bold;
		line-height: 1.5;
		color: var(--cus-bk);
		letter-spacing: .02em;
		margin-left: -30px;
	}
	.cus-point__title > span{
		background: linear-gradient(to bottom, transparent 90%, rgba(var(--cus-sky2), .4) 90%);
	}
	.cus-point__title .smlTxt {
		font-size: 0.8em;
	}
	.cus-point__desc {
		font-size: 1.2em;
		line-height: 1.85;
		color: var(--cus-bk);
		margin-bottom: 0.6em;
	}
	.cus-point__detail {
		display: flex;
		align-items: flex-start;
		gap: 2em;
		margin-top: 1.2em;
	}
	.cus-point__detail-head {
		flex-shrink: 0;
		display: flex;
		align-items: stretch;
		margin-right: 1em;
		column-gap: 0.5em;
		font-size: 1em;
	}
	.cus-point__badge {
		position: relative;
		display: flex;
		align-items: center;
		color: #fff;
		font-weight: bold;
		padding: 0.4em 0.9em;
		letter-spacing: .06em;
		white-space: nowrap;
	}

	.cus-point__badge::before {
		content: "";
		position: absolute;
		left: 99%;
		top: 0;
		display: block;
		border: solid transparent;
		border-top-color: rgba(var(--cus-sky), 1);
		border-left-color: rgba(var(--cus-sky), 1);
		border-width: 1em 0.5em;
	}
	.cus-point__badge::after {
		content: "";
		position: absolute;
		left: 100%;
		top: 0;
		display: block;
		width: 5px;
		height: 2em;
		background: rgba(var(--cus-sky), 1);
		transform: skew(-28deg) translateX(15px);
		transform-origin: center;
		align-self: stretch;
		flex-shrink: 0;
	}
	.cus-point__badge--merit { background: rgba(var(--cus-sky), 1); }
	.cus-point__badge--usage { background: var(--cus-navy);	margin-left: 30px; }
	.cus-point__badge.cus-point__badge--usage::before {		border-top-color: var(--cus-navy);		border-left-color: var(--cus-navy);	}
	.cus-point__badge.cus-point__badge--usage::after {		background: var(--cus-navy);	}


	.cus-point__detail-text {
		font-size: 1.2em;
		line-height: 1.85;
		color: var(--cus-bk);
	}

/* ============================================================
   POINT01：画像左・左端ブリード　平行四辺形30%スラント
   ============================================================ */
	.cus-point--01 {
		margin: 100px auto 0;
		margin-left: 0;
	}
	.cus-point--01 .cus-point__img-wrap {
		clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
	}
	.cus-point--01 .cus-point__img {
		object-position: 27%;
	}
	.cus-point--01 .cus-point__body {
		padding-left: 0%;
		padding-right: 4%;
	}

/* ============================================================
   POINT02：画像左・中央寄せ（左右余白）
   ============================================================ */
	.cus-point--02 {
		margin: 100px auto 0;
	}
	.cus-point--02 .cus-point__img-wrap {
		clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
	}
	.cus-point--02 .cus-point__img {
		object-position: 83%;
	}
	.cus-point--02 .cus-point__body {
		padding-left: 0%;
		padding-right: 4%;
	}

/* ============================================================
   POINT03：画像右・中央寄せ（左右余白）　鏡像
   ============================================================ */
	.cus-point--03 {
		margin: 100px auto 0;
	}
	.cus-point--03 .cus-point__img-wrap {
		order: 2;
		clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
	}
	.cus-point--03 .cus-point__img {
		object-position: 52%;
	}
	.cus-point--03 .cus-point__body {
		order: 1;
		padding-left: 8%;
		padding-right: 0%;
	}

/* ============================================================
   POINT04：画像右・右端ブリード
   ============================================================ */
	.cus-point--04 {
		margin: 100px auto 0;
		margin-right: 0;
	}
	.cus-point--04 .cus-point__img-wrap {
		order: 2;
		clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
	}
	.cus-point--04 .cus-point__img {
		object-position: 79%;
	}
	.cus-point--04 .cus-point__body {
		order: 1;
		padding-left: 8%;
		padding-right: 0%;
	}

/* ============================================================
   RESPONSIVE — POINT 1050px以下
   ============================================================ */
@media (max-width: 1050px) {
	.cus-point {
		flex-direction: column;
		min-height: auto;
	}
	.cus-point__img-wrap {
		width: 100%;
		height: 440px;
		order: 0 !important;
		clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%) !important;
	}
	.cus-point__img-scaler {
		top: -10%;
		height: 120%;
	}
	.cus-point__body {
		order: 1 !important;
		padding: 0em 5% 2em !important;
		gap: 1em;
	}
	.cus-point--02,
	.cus-point--03      { padding: 0; }
	.cus-point__num {	font-size: 1.4em; margin-left: 0px; margin-top: -3em; justify-content: flex-end; z-index: 10;}
	.cus-point__num-digit { font-size: 3em; }
	.cus-point__title     { font-size: 2.6em;	margin-left: 0;	margin-top: 0.8em; }
	.cus-point__badge--usage {margin-left: 0;}
}
/* ============================================================
   RESPONSIVE — POINT 500px以下
   ============================================================ */
@media (max-width: 500px) {
	.cus-point__img-wrap {
		height: 240px;
		clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%) !important;
	}
	.cus-point__title     { font-size: 1.8em;}
	.cus-point__detail {
		display: block;
	}
	.cus-point__detail-head {
		margin-bottom: 0.6em;
	}
}



/* ============================================================
   CTA②
   ============================================================ */
	.cus-cta {
		font-size: 16px;
		background: var(--cus-hero-bg);
		margin-top: 100px;
		padding: 0 5% 4em;
	}
	.cus-cta__inner {
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		gap: 2em;
	}

	/* ---- 上部：フォームエリア ---- */
	.cus-cta__form {
		position: relative;
		display: flex;
		align-items: flex-end;
		gap: 3em;
		margin-top: -2em;
		padding: 0 2em;
	}
	.cus-cta__form-img {
		flex-shrink: 0;
		width: 30%;
		max-width: 261px;
	}
	.cus-cta__form-img img {
		width: 100%;
		height: auto;
		display: block;
	}
	.cus-cta__form-body {
		flex: 1;
	}

	/* ---- CTAボタン ---- */
	.cus-cta__btn {
		display: flex;
		align-items: center;
		gap: 1em;
		max-width: 550px;
		background: linear-gradient(to bottom, #306ed7, #18376b 60%);
		border-radius: 15px;
		border: 3px solid #1641a5;
		padding: 0.55em 3.5em 0.55em 0.55em;
		text-decoration: none;
		color: #fff;
		box-shadow: 0 4px 24px rgba(10, 21, 53, 0.4);
		position: relative;
		margin: 0 auto 1.2em;
		transition: opacity 0.2s, translate 0.2s, scale 0.2s, box-shadow 0.2s;
	}
	.cus-cta__btn:hover {
		translate: 0px 3px;
		scale: 0.99;
		box-shadow: 0 2px 8px rgba(10, 21, 53, 0.5);
	}
	.cus-cta__btn::after {
		content: "▶";
		font-size: 0.65em;
		position: absolute;
		right: 1.4em;
		top: 50%;
		transform: translateY(-50%);
		opacity: 1;
	}
	.cus-cta__btn-badge {
		width: 5.0em;
		height: 5.0em;
		border-radius: 50%;
		background: rgba(var(--cus-sky),1);
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.5;
		flex-shrink: 0;
		letter-spacing: .02em;
	}
	.cus-cta__btn-badge .inbl {
		border-top: 1px solid rgba(255, 255, 255, .3);
	}
	.cus-cta__btn-text {
		flex: 1;
		font-size: 1.75em;
		font-weight: bold;
		letter-spacing: .04em;
		text-align: center;
	}
	.cus-cta__btn-text strong {
		font-size: 1.2em;
	}
	.cus-cta__btn-hand {
		position: absolute;
		right: 1.2em;
		bottom: -0.8em;
		width: 3em;
		height: auto;
		pointer-events: none;
	}

	/* ---- 注釈テキスト ---- */
	.cus-cta__note {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 0.5em;
		font-size: 1.0em;
	}
	.cus-cta__note__diamond {
		color: rgba(var(--cus-sky),1);
		font-size: 0.8em;
	}

	/* ---- 下部：エリアセクション ---- */
	.cus-cta__area {
		display: flex;
		align-items: center;
		gap: 2.5em;
		background: #fff;
		border-radius: 8px;
		padding: 2em 2.5em;
	}
	.cus-cta__area-map {
		flex-shrink: 0;
		width: 38%;
		max-width: 277px;
	}
	.cus-cta__area-map img {
		width: 100%;
		height: auto;
		display: block;
	}
	.cus-cta__area-body {
		flex: 1;
		font-size: 1.2em;
	}
	.cus-cta__area-tag {
		display: inline-block;
		color: #FFF;
		background: #6e85a1;
		font-size: 0.88em;
		font-weight: bold;
		padding: 0.25em 0.9em;
		margin-bottom: 1em;
	}
	.cus-cta__area-text {
		font-size: 0.9em;
		line-height: 2;
		color: var(--cus-bk);
	}

/* ============================================================
   RESPONSIVE — CTA② 1050px以下
   ============================================================ */
@media (max-width: 1050px) {
	.cus-cta__form {
		display: block;
	}
	.cus-cta__form-img {
		margin: 0 auto 2em;
	}
	.cus-cta__btn {
		max-width: none;
		column-gap: 0;
	}
	.cus-cta__btn-badge {
	}
	.cus-cta__btn-text {
		font-size: 4vw;
	}
	.cus-cta__btn-hand {
		width: 4em;
	}
	.cus-cta__note {
		font-size: 2.5vw;
	}
}

/* ============================================================
   RESPONSIVE — CTA② 768px以下
   ============================================================ */
@media (max-width: 768px) {
	.cus-cta__form {
		flex-direction: column;
		align-items: center;
		padding: 0;
	}
	.cus-cta__form-img {
		width: 70%;
		max-width: 280px;
	}
	.cus-cta__btn-text {
		font-size: 5vw;
		transform: translateX(-0.5em);
	}

	.cus-cta__btn {
		width: 100%;
		max-width: none;
		column-gap: 0;
		padding: 2em 0.8em;
	}
	.cus-cta__btn-badge {
		position: absolute;
		bottom: 80%;
		left: 72%;
	}
	.cus-cta__btn-hand {
		right: 0;
	}
	.cus-cta__note {
		line-height: 1.6;
		font-size: 3.5vw;
	}
	.cus-cta__note__diamond {
		font-size: 1em;
	}
	.cus-cta__area {
		flex-direction: column;
		align-items: center;
	}
	.cus-cta__area-body {
		font-size: 2.6vw;
	}
	.cus-cta__area-map {
		width: 80%;
		max-width: 260px;
	}
}

/* ============================================================
   RESPONSIVE — CTA② 500px以下
   ============================================================ */
@media (max-width: 500px) {
	.cus-cta__note {
		font-size: 4.5vw;
	}
	.cus-cta__area {
		padding: 2em 1em;
	}
	.cus-cta__area-body {
		font-size: 4.5vw;
	}
}