/* Shared CloudLicense footer. All styles are scoped to .cl-footer. */
.cl-footer { width: 100%; margin: 0; padding: 0; color: #142344; background: #fff; font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }
.cl-footer *, .cl-footer *::before, .cl-footer *::after { box-sizing: border-box; }
.cl-footer a { text-decoration: none; }
.cl-footer :focus-visible { outline: 3px solid #0969e8; outline-offset: 5px; }
.cl-footer .cl-footer-banner { position: relative; isolation: isolate; overflow: hidden; width: 100%; margin: 0; padding: 0; border-top: 1px solid #e1efff; background: linear-gradient(180deg, #d8ecff 0%, #f4faff 100%); }
.cl-footer-banner__photo { position: absolute; z-index: -2; top: 0; right: 0; display: block; width: 100%; max-width: none; height: 100%; margin: 0; padding: 0; object-fit: cover; object-position: center 55%; }
.cl-footer-banner::before { position: absolute; z-index: -1; inset: 0; content: ''; pointer-events: none; background: linear-gradient(90deg, #f6fbff38 0%, #f0f8ffb3 35%, #f0f8ffbd 58%, transparent 74%); }
.cl-footer-banner__inner { position: relative; display: grid; grid-template-columns: 26% 49% 25%; align-items: center; width: min(94%, 1540px); min-height: 225px; margin: 0 auto; padding: 30px 0; }
.cl-footer .cl-footer-banner__slogan { justify-self: start; margin: 0 0 0 16px; color: #2d56bd; font-family: 'Yu Mincho', 'Hiragino Mincho ProN', serif; font-size: clamp(23px, 2.25vw, 37px); font-style: italic; line-height: 1.65; letter-spacing: .1em; white-space: nowrap; transform: rotate(-9deg); }
.cl-footer-banner__slogan span { position: relative; display: inline-block; margin-left: 35px; color: #5341bc; }
.cl-footer-banner__slogan span::after { position: absolute; left: 0; right: -5px; bottom: -6px; height: 12px; content: ''; border-top: 2px solid #9c7bdd; border-radius: 50%; transform: rotate(-3deg); }
.cl-footer-banner__copy { position: relative; z-index: 1; text-align: center; }
.cl-footer-banner__copy h2 { margin: 0; color: #091a43; font-size: clamp(21px, 1.8vw, 30px); font-weight: 800; line-height: 1.6; letter-spacing: .015em; text-wrap: balance; }
.cl-footer-banner__copy h2 span { display: inline-block; }
.cl-footer .cl-footer-banner__lead { margin: 10px 0 20px; color: #526480; font-size: 13px; font-weight: 500; line-height: 1.8; text-wrap: balance; }
.cl-footer .cl-footer-banner__button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; width: min(100%, 330px); min-height: 52px; padding: 13px 24px; border: 1px solid #3f96ff; border-radius: 16px; background: linear-gradient(100deg, #1686ff, #1064ef); box-shadow: 0 5px 15px #176ad12b; color: #fff; font-size: 16px; font-weight: 700; line-height: 1.5; transition: background .2s, box-shadow .2s; }
.cl-footer .cl-footer-banner__button:hover { background: #095bd2; box-shadow: 0 7px 20px #176ad142; }
.cl-footer .cl-footer-banner__signature { position: absolute; top: 22%; right: 0; margin: 0; color: #2467ba; font-family: 'Yu Mincho', 'Hiragino Mincho ProN', serif; font-size: clamp(15px, 1.4vw, 22px); font-style: italic; line-height: 1.7; text-align: center; text-shadow: 0 1px 5px #fff; transform: rotate(-10deg); }
.cl-footer-banner__signature span { display: inline-block; padding: 0 4px 4px; border-bottom: 1px solid #599cdc; }
.cl-footer__inner { width: calc(100% - 30px); margin: 0 auto; padding: 30px 0 15px; }
.cl-footer__nav { width: 100%; margin-bottom: 20px; }
.cl-footer__nav ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 15px 30px; margin: 0; padding: 0; list-style: none; }
.cl-footer__nav li { margin: 0; padding: 0; font-size: 12px; font-weight: 500; line-height: 1.6; list-style: none; }
.cl-footer__nav a { display: inline-block; padding: 4px 0; color: #222; }
.cl-footer__nav a:hover { color: #0969e8; text-decoration: underline; text-underline-offset: 4px; }
.cl-footer .cl-footer__divider { height: 0; margin: 0 0 13px; padding: 0; border: 0; border-top: 1px solid #333; }
.cl-footer .cl-footer__legal { max-width: 1200px; margin: 0 auto 15px; padding: 0; border: 0; color: #666; font-size: 10px; line-height: 1.7; text-align: center; }
.cl-footer .cl-footer__copyright { margin: 0; color: #666; font-size: 11px; line-height: 1.8; text-align: center; }
.cl-footer__sr { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 1200px) {
	.cl-footer-banner__inner { grid-template-columns: 23% 53% 24%; min-height: 235px; }
	.cl-footer .cl-footer-banner__slogan { margin-left: 0; font-size: clamp(18px, 2.2vw, 23px); }
	.cl-footer-banner__slogan span { margin-left: 16px; }
	.cl-footer .cl-footer-banner__signature { top: 20%; right: -1%; font-size: 15px; }
}
@media (max-width: 767px) {
	.cl-footer-banner__photo { width: 100%; height: 230px; object-position: 78% center; }
	.cl-footer-banner::before { background: linear-gradient(180deg, transparent 140px, #eef7ff 230px); }
	.cl-footer-banner__inner { display: block; width: 100%; min-height: 0; padding: 242px 24px 32px; }
	.cl-footer .cl-footer-banner__slogan { position: absolute; top: 28px; left: 23px; margin: 0; font-size: clamp(20px, 4.8vw, 28px); text-shadow: 0 1px 5px #fff; }
	.cl-footer-banner__copy h2 { font-size: 23px; line-height: 1.55; }
	.cl-footer .cl-footer-banner__lead { margin: 12px 0 20px; font-size: 12px; }
	.cl-footer .cl-footer-banner__signature { display: none; }
	.cl-footer__inner { width: calc(100% - 40px); padding-top: 24px; }
	.cl-footer__nav ul { gap: 12px 20px; }
	.cl-footer__nav li { font-size: 12px; }
	.cl-footer .cl-footer__copyright { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
	.cl-footer * { transition: none !important; }
}
