.hero,
.hero *,
.hero *::before,
.hero *::after {
font-family: Helvetica, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo,
sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
font-feature-settings: normal !important;
font-style: normal !important;
letter-spacing: normal !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
box-sizing: border-box !important;
margin: 0;
padding: 0;
} .hero {
position: relative;
padding: 120px 32px 64px !important;
background: linear-gradient(to bottom right, #002040 0%, #003366 50%, #002040 100%) !important;
overflow: hidden;
} .hero__pattern {
position: absolute;
inset: 0;
overflow: hidden;
opacity: 0.2;
pointer-events: none;
background-image: radial-gradient(circle at 1px 1px, rgba(207, 255, 4, 0.1) 1px, transparent 0);
background-size: 40px 40px;
} .hero__slider-bg {
position: absolute;
inset: 0;
overflow: hidden;
}
.hero__slider-bg .hero__swiper {
position: absolute;
top: 0;
right: 0;
width: 60%;
height: 100%;
}
.hero__slider-bg .swiper-wrapper {
height: 100%;
}
.hero__slider-bg .swiper-slide {
width: 100%;
height: 100%; mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%),
linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
-webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%),
linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
mask-composite: intersect;
-webkit-mask-composite: source-in;
} .hero__slide-img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
opacity: 0.6;
} .hero__overlay {
position: absolute;
inset: 0;
background: linear-gradient(to right, #002040, rgba(0, 32, 64, 0.5), transparent);
pointer-events: none;
z-index: 1;
} .hero__container {
position: relative;
z-index: 10;
max-width: 1280px;
margin: 0 auto;
} .hero__inner {
max-width: 768px;
} .hero__stack {
display: flex;
flex-direction: column;
gap: 24px;
} .hero__badge {
display: inline-block;
align-self: flex-start;
padding: 6px 24px !important;
background: #CCFF00 !important;
color: #002040 !important;
box-shadow: 0 0 20px rgba(204, 255, 0, 0.3);
line-height: 1.5 !important;
}
.hero__badge-text {
font-size: 20px !important;
font-weight: 700 !important;
letter-spacing: 0.025em !important;
} .hero .hero__heading {
color: #FFFFFF !important;
font-size: 56px !important;
font-weight: 700 !important;
line-height: 1.1 !important;
margin: 0 !important;
padding: 0 !important;
text-align: left !important;
} .hero .hero__heading .is-accent {
color: #CCFF00 !important;
} .hero .hero__heading-image {
display: block;
max-width: 70%;
width: 70%;
height: auto;
margin: 0;
padding: 0;
} .hero .hero__heading--sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} .hero .hero__subtitle {
color: #D1D5DC !important;
font-size: 16px !important;
font-weight: 700 !important;
line-height: 1.625 !important;
max-width: 576px;
margin: 0 !important;
padding: 0 !important;
} .hero__cta {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 12px;
padding-top: 16px !important;
} .hero__btn {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
padding: 10px 32px !important;
font-size: 16px !important;
font-weight: 700 !important;
line-height: 1.5 !important;
border-radius: 8px !important;
border: none !important;
text-decoration: none !important;
cursor: pointer;
transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
} .hero__btn--primary {
background: #CCFF00 !important;
color: #002040 !important;
box-shadow: 0 2px 4px rgba(0, 32, 64, 0.1);
}
.hero__btn--primary:hover {
background: #b3e600 !important;
transform: scale(1.05);
box-shadow: 0 4px 8px rgba(0, 32, 64, 0.15);
}
.hero__btn--primary svg {
width: 16px;
height: 16px;
flex-shrink: 0;
position: relative;
top: -1px;
} .hero__btn--white {
background: #FFFFFF !important;
color: #002040 !important;
box-shadow: 0 2px 4px rgba(0, 32, 64, 0.1);
}
.hero__btn--white:hover {
background: #f3f4f6 !important;
transform: scale(1.05);
box-shadow: 0 4px 8px rgba(0, 32, 64, 0.15);
} .hero__dots {
display: flex;
justify-content: flex-end;
padding-top: 24px !important;
padding-right: 48px !important;
}
.hero__pagination {
display: flex;
gap: 8px;
} .hero__pagination .swiper-pagination-bullet {
width: 8px;
height: 8px;
border-radius: 9999px;
background: rgba(255, 255, 255, 0.4) !important;
opacity: 1 !important;
transition: all 0.3s ease;
} .hero__pagination .swiper-pagination-bullet-active {
width: 24px;
background: #CCFF00 !important;
}  @media only screen and (max-width: 1024px) {
.hero__slider-bg .hero__swiper {
width: 100%;
}
} @media only screen and (max-width: 640px) {
.hero {
padding: 48px 16px 48px !important;
}
.hero .hero__heading {
font-size: 36px !important;
}
.hero .hero__subtitle {
font-size: 18px !important;
max-width: 100%;
}
.hero__cta {
flex-direction: column;
}
.hero__btn {
width: 100%;
}
.hero__dots {
justify-content: center;
padding-right: 0 !important;
}
}