/* ヘッダー：お問い合わせボタン — フルハイト帯 ドットノイズ 水色→ブルー＋きらりん */
.aind-menu-contact > a {
	background: url("data:image/svg+xml,%3Csvg width='8' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='1' fill='rgba(255,255,255,.07)'/%3E%3C/svg%3E") repeat, linear-gradient(135deg, #0ea5e9, #3b82f6) !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: none !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	display: flex !important;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	transition: filter .2s;
	position: relative;
	overflow: hidden;
}
.aind-menu-contact > a::after {
	content: "";
	position: absolute;
	top: -20%;
	left: -120%;
	width: 80%;
	height: 140%;
	background: linear-gradient(
		100deg,
		transparent 0%,
		rgba(255,255,255,.08) 30%,
		rgba(255,255,255,.4) 46%,
		rgba(255,255,255,.5) 50%,
		rgba(255,255,255,.4) 54%,
		rgba(255,255,255,.08) 70%,
		transparent 100%
	);
	transform: skewX(-15deg);
	animation: kirarin 4s ease-in-out infinite;
}
@keyframes kirarin {
	0%   { left: -120%; }
	35%  { left: 160%; }
	100% { left: 160%; }
}
.aind-menu-contact > a:hover {
	filter: brightness(1.1);
}
.aind-menu-contact > a .ttl {
	color: #fff;
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 10px;
}
.aind-menu-contact > a .ttl::before {
	content: "";
	display: block;
	width: 15px;
	height: 12px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Crect x='1' y='1' width='22' height='16' rx='2' fill='white'/%3E%3Cpath d='M1 1l11 8 11-8V1H1z' fill='black'/%3E%3Cpath d='M1 1l11 8 11-8' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18'%3E%3Crect x='1' y='1' width='22' height='16' rx='2' fill='white'/%3E%3Cpath d='M1 1l11 8 11-8V1H1z' fill='black'/%3E%3Cpath d='M1 1l11 8 11-8' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	opacity: .9;
	flex-shrink: 0;
}
.aind-menu-contact > a .c-smallNavTitle {
	display: none;
}

/* ── グローバルナビ ── */
.c-gnav > li > a {
	font-weight: 400;
	letter-spacing: 0.04em;
}
.c-gnav > li > a .ttl {
	font-size: 13.5px;
	font-weight: 400;
}
.c-gnav > li {
	position: relative;
}
.c-gnav > li > a:hover .ttl,
.c-gnav > li.current-menu-item > a .ttl {
	color: #1e3a5f;
}
.c-gnav > li > a:hover .desc,
.c-gnav > li.current-menu-item > a .desc {
	color: #1e3a5f;
	opacity: .8;
}
.c-gnav > .aind-menu-contact > a:hover .ttl {
	color: #fff;
}

/* ── メガメニュー ── */
#sp_menu .aind-mega { display: none !important; }

.sub-menu.aind-mega {
	width: auto;
	min-width: 400px;
	padding: 16px 0 14px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);
	border: none;
	border-top: none;
	border-radius: 0 0 4px 4px;
}

.aind-mega a::before,
.aind-mega li::before,
.aind-mega__list a::before,
.aind-mega__list li::before {
	content: none !important;
	display: none !important;
}

.aind-mega__inner {
	list-style: none;
}

.aind-mega__list {
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 2;
	column-gap: 0;
}
.aind-mega__list li {
	break-inside: avoid;
}
.aind-mega__list li a {
	display: block;
	padding: 6px 20px;
	font-size: 13px;
	font-weight: 500;
	color: #374151;
	text-decoration: none;
	line-height: 1.6;
	transition: color .12s, background .12s;
}
.aind-mega__list li a:hover {
	background: #f8fafc;
	color: #1e3a5f;
}

.aind-mega__group {
	padding: 10px 20px 4px;
	margin: 4px 0 0;
	font-size: 10px;
	font-weight: 700;
	color: #94a3b8;
	letter-spacing: .12em;
	text-transform: uppercase;
	border-top: 1px solid #f1f5f9;
	column-span: all;
}
.aind-mega__group:first-child {
	border-top: none;
	margin-top: 0;
}

.aind-mega__cta {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 10px 20px 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	color: #1e3a5f !important;
	background: transparent !important;
	text-decoration: none !important;
	transition: color .15s;
}
.aind-mega__cta:hover {
	color: #2a5090 !important;
}
.aind-mega__arrow {
	font-size: 11px;
	transition: transform .15s;
}
.aind-mega__cta:hover .aind-mega__arrow {
	transform: translateX(3px);
}
