/* Only the TOP Page header and hero use these styles. */
.cl-top-page #wrapper-navbar { overflow: visible; }
#header.cl-top-header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: auto;
	min-height: 76px;
	background: #fff;
	color: #091747;
	border-bottom: 1px solid #edf2fa;
	font-family: Arial, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.cl-top-header *, .cl-hero * { box-sizing: border-box; }
.cl-top-header [hidden], .cl-hero [hidden] { display: none !important; }
.cl-top-header__inner {
	display: flex;
	align-items: center;
	gap: 18px;
	width: min(100% - 64px, 1440px);
	min-height: 76px;
	margin: 0 auto;
}
.cl-top-header a { text-decoration: none; }
.cl-top-header .cl-top-brand {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
	color: #081743;
	font-size: 25px;
	font-weight: 750;
	letter-spacing: -.9px;
	line-height: 1;
}
.cl-top-brand img { display: block; width: 240px; max-width: 100%; height: auto; }
.cl-top-header .cl-top-tagline { margin: 0; color: #526488; font-size: 10px; font-weight: 600; line-height: 1.65; white-space: nowrap; }
.cl-top-navigation { display: flex; align-items: center; justify-content: flex-end; gap: 22px; flex: 1; min-width: 0; }
.cl-top-nav { width: auto; }
.cl-top-menu { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 20px; margin: 0; padding: 0; list-style: none; }
.cl-top-menu li { position: relative; margin: 0; padding: 0; list-style: none; font-size: 12px; font-weight: 700; line-height: 1.5; }
.cl-top-menu a { display: block; padding: 12px 0; color: #152649; white-space: nowrap; }
.cl-top-menu a:hover, .cl-top-menu a:focus-visible { color: #0969e8; }
.cl-top-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; z-index: 2; min-width: 200px; margin: 0; padding: 12px 18px; background: #fff; border: 1px solid #e3ebf7; border-radius: 8px; box-shadow: 0 10px 30px #18376714; }
.cl-top-menu li:hover > .sub-menu, .cl-top-menu li:focus-within > .sub-menu { display: block; }
.cl-top-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cl-top-header .cl-top-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 40px; min-width: 104px; padding: 10px 17px; border: 1px solid #438cff; border-radius: 6px; background: #fff; color: #0969e8; font-size: 12px; font-weight: 700; line-height: 1.4; white-space: nowrap; }
.cl-top-header .cl-top-button--primary { color: #fff; background: #1275f9; border-color: #1275f9; }
.cl-top-header .cl-top-button:hover { background: #edf5ff; }
.cl-top-header .cl-top-button--primary:hover { background: #075cce; }
.cl-top-menu-toggle { display: none; }
.cl-top-sr { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.cl-top-header :focus-visible, .cl-hero :focus-visible { outline: 3px solid #095bce; outline-offset: 4px; }
.cl-hero {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #091747;
	background: #e6f3ff;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.cl-hero__slide { position: relative; height: clamp(350px, 29vw, 480px); overflow: hidden; animation: cl-hero-reveal .45s ease-out; }
@keyframes cl-hero-reveal { from { opacity: .35; } to { opacity: 1; } }
.cl-hero__image { display: block; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center 15%; }
.cl-hero__slide--intro::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, #f6fbff8c 0%, #f6fbff42 39%, transparent 62%); pointer-events: none; }
.cl-hero__inner { position: absolute; inset: 0; z-index: 1; width: min(82%, 1280px); margin: 0 auto; display: flex; align-items: center; }
.cl-hero__copy { width: 61%; padding: 24px 0 44px; }
.cl-hero .cl-hero__title { margin: 0 0 17px; color: #07153e; font-size: clamp(28px, 3vw, 47px); font-weight: 800; line-height: 1.43; letter-spacing: .025em; text-wrap: balance; }
.cl-hero__title span { display: inline-block; }
.cl-hero .cl-hero__lead { margin: 0 0 22px; color: #13284d; font-size: clamp(14px, 1.22vw, 18px); font-weight: 500; line-height: 1.8; }
.cl-hero .cl-hero__cta { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-width: 285px; min-height: 54px; padding: 14px 30px; border-radius: 999px; background: linear-gradient(100deg, #168cff, #0965ff); box-shadow: 0 5px 15px #1677ff42; color: #fff; font-size: 17px; font-weight: 700; line-height: 1.5; text-decoration: none; transition: background .2s, box-shadow .2s; }
.cl-hero .cl-hero__cta:hover { background: #075cce; box-shadow: 0 7px 20px #1677ff55; }
.cl-hero__message { position: absolute; top: 13%; right: -3%; transform: rotate(-10deg); color: #0969e8; font-family: 'Yu Mincho', 'Hiragino Mincho ProN', serif; font-style: italic; font-size: clamp(18px, 1.8vw, 28px); line-height: 1.6; letter-spacing: .1em; text-shadow: 0 1px 7px #fff; }
.cl-hero__message span { margin-left: 20px; }
.cl-hero__message span:last-child { display: inline-block; margin-left: 36px; padding-bottom: 5px; border-bottom: 2px solid #3488f4; }
.cl-hero .cl-hero__note { position: absolute; bottom: 10%; right: -4%; margin: 0; padding: 6px 10px; border-radius: 4px; background: #ffffffa6; font-size: clamp(10px, .95vw, 14px); font-weight: 700; line-height: 1.65; }
.cl-hero__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0 0 4px; border: 1px solid #c7dcfc; border-radius: 50%; background: #ffffffee; color: #1d7cff; box-shadow: 0 3px 12px #1837671c; font: 36px/1 Arial, sans-serif; cursor: pointer; }
.cl-hero__arrow:hover { background: #eaf3ff; }
.cl-hero__arrow--prev { left: 20px; }
.cl-hero__arrow--next { right: 20px; }
.cl-hero__pagination { position: absolute; z-index: 2; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 5px; padding: 0 9px; border-radius: 20px; background: #173a613b; }
.cl-hero__dot { display: grid; place-items: center; width: 25px; height: 30px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.cl-hero__dot::after { content: ''; width: 23px; height: 3px; border-radius: 2px; background: #ffffff70; }
.cl-hero__dot[aria-current="true"]::after { background: #fff; }
.cl-hero__pause { width: 30px; height: 30px; padding: 0; border: 0; background: transparent; color: #fff; font: 14px/1 Arial, sans-serif; cursor: pointer; }
@media (min-width: 1101px) and (max-width: 1350px) {
	.cl-top-header__inner { width: calc(100% - 40px); gap: 14px; }
	.cl-top-header .cl-top-tagline { display: none; }
	.cl-top-navigation { gap: 14px; }
	.cl-top-menu { column-gap: 15px; }
}
@media (max-width: 1100px) {
	#header.cl-top-header { min-height: 68px; }
	.cl-top-header__inner { flex-wrap: wrap; justify-content: space-between; gap: 0 14px; width: calc(100% - 40px); min-height: 68px; }
	.cl-top-header .cl-top-tagline { margin-right: auto; }
	.cl-top-header .cl-top-menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 9px; border: 1px solid #d5e4fa; border-radius: 6px; background: #fff; color: #1275f9; cursor: pointer; }
	.cl-top-menu-toggle > span:not(.cl-top-sr) { display: block; width: 22px; height: 2px; background: currentColor; }
	.cl-top-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.cl-top-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
	.cl-top-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.cl-top-navigation { flex: 0 0 100%; flex-wrap: wrap; justify-content: flex-start; padding: 12px 0 20px; gap: 14px; }
	.cl-top-header.is-enhanced .cl-top-navigation { display: none; }
	.cl-top-header.is-menu-open .cl-top-navigation { display: flex; }
	.cl-top-nav { width: 100%; }
	.cl-top-menu { display: block; }
	.cl-top-menu li { font-size: 14px; }
	.cl-top-menu a { padding: 12px 4px; border-bottom: 1px solid #edf2fa; }
	.cl-top-menu .sub-menu { position: static; display: block; padding: 0 0 0 18px; box-shadow: none; border: 0; }
	.cl-hero__inner { width: 83%; }
	.cl-hero__copy { width: 68%; }
	.cl-hero__message { right: -2%; font-size: 19px; }
	.cl-hero .cl-hero__note { right: -3%; font-size: 10px; }
}
@media (max-width: 767px) {
	.cl-top-header__inner { width: calc(100% - 32px); }
	.cl-top-header .cl-top-brand { font-size: 23px; }
	.cl-top-brand img { width: 210px; }
	.cl-top-header .cl-top-tagline { display: none; }
	.cl-top-actions { flex: 1; }
	.cl-top-header .cl-top-button { flex: 1; min-width: 0; padding: 11px 10px; }
	.cl-hero__slide { height: 560px; }
	.cl-hero__slide--intro .cl-hero__image { height: 285px; object-position: 65% center; }
	.cl-hero__slide--intro { background: #f0f8ff; }
	.cl-hero__slide--intro::after { background: linear-gradient(180deg, transparent 210px, #f0f8ff 285px); }
	.cl-hero__inner { width: 100%; align-items: flex-end; padding: 0 24px; }
	.cl-hero__copy { width: 100%; padding: 0 0 55px; }
	.cl-hero .cl-hero__title { margin-bottom: 13px; font-size: clamp(20px, 5.6vw, 34px); line-height: 1.5; letter-spacing: 0; }
	.cl-hero .cl-hero__lead { font-size: 13px; margin-bottom: 18px; line-height: 1.8; }
	.cl-hero .cl-hero__cta { min-width: 0; width: min(100%, 330px); min-height: 50px; padding: 12px 20px; font-size: 15px; }
	.cl-hero__message { top: 24px; left: 22px; right: auto; font-size: 18px; }
	.cl-hero .cl-hero__note { display: none; }
	.cl-hero__arrow { top: 148px; width: 36px; height: 36px; font-size: 30px; }
	.cl-hero__arrow--prev { left: 10px; }
	.cl-hero__arrow--next { right: 10px; }
	.cl-hero__pagination { bottom: 11px; background: #315d864f; }
}
@media (prefers-reduced-motion: reduce) {
	.cl-top-header *, .cl-hero * { transition: none !important; animation: none !important; scroll-behavior: auto; }
}
