/* Main */
.section-heading { margin-bottom: 60px; text-align: center; }
.section-heading .badge { display: block; margin-bottom: 10px; font-weight: 600; }
.section-heading .heading { font-size: 4rem; }
.section-heading .heading-lg { font-size: 4.6rem; }
.section-heading .text { margin-top: 20px; font-size: 2rem; }
.section-heading .button { margin-top: 40px; }
@media screen and (max-width: 1024px) {
    .section-heading { margin-bottom: 36px; }
    .section-heading .badge { margin-bottom: 4px; }
    .section-heading .heading { font-size: 3rem; }
    .section-heading .heading-lg { font-size: 3.4rem; }
    .section-heading .text { margin-top: 14px; font-size: 1.8rem; }
    .section-heading .button { margin-top: 30px; }
}
@media screen and (max-width: 768px) {
    .section-heading { margin-bottom: 24px; }
    .section-heading .badge { margin-bottom: 6px; }
    .section-heading .heading { font-size: 1.8rem; }
    .section-heading .heading-lg { font-size: 2rem; }
    .section-heading .text { margin-top: 10px; font-size: 1.5rem; }
    .section-heading .button { margin-top: 20px; }
}


.section-hero { padding: 190px 0 140px; text-align: center; }
.section-hero .inner { z-index: 1; position: relative; }
.front-popup { z-index: 1000; position: fixed; overflow: auto; max-width: calc(100vw - 40px); max-height: calc(100vh - 40px); color: #111; background: #fff; border-radius: 12px; box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35); }
.front-popup-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; border-bottom: 1px solid #e5e5e5; }
.front-popup-head .title { font-size: 1.8rem; }
.front-popup-close { flex: 0 0 auto; width: 32px; height: 32px; font-size: 2.4rem; line-height: 1; }
.front-popup .content { padding: 20px; font-size: 1.5rem; }
.front-popup-image-link { display: inline-block; position: relative; max-width: 100%; line-height: 0; vertical-align: top; }
.front-popup-image-link::after { content: ''; position: absolute; inset: 0; z-index: 1; cursor: pointer; }
.front-popup-image-link img { display: block; float: none !important; max-width: 100%; }
.front-popup-image-link-left { float: left; }
.front-popup-image-link-right { float: right; }
.front-popup-image-link-full { width: 100%; }
.front-popup-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 20px; border-top: 1px solid #e5e5e5; }
.front-popup-hide-today { display: inline-flex; align-items: center; gap: 8px; min-width: 0; font-size: 1.4rem; color: #555; cursor: pointer; }
.front-popup-hide-today-check { flex: 0 0 auto; margin: 0; width: 16px; height: 16px; accent-color: #222; }
.front-popup-close-bottom { flex: 0 0 auto; padding: 7px 16px; font-size: 1.4rem; color: #fff; background: #222; border-radius: 4px; }
.section-hero .heading { font-size: clamp(2rem, 3.13vw, 6rem); }
.section-hero .heading-text { min-height: 1.2em; }
.section-hero .cursor { display: inline-block; vertical-align: -0.1em; width: 0.08em; height: 0.9em; margin-left: 0.25em; background: currentColor; animation: cursorBlink 1s infinite; }
.section-hero .title { margin: 20px 0 10px; font-size: clamp(1.4rem, 1.57vw, 3rem); font-weight: 500; }
.section-hero .text { font-size: clamp(1.3rem, 1.05vw, 2rem); }
.section-hero .buttons { margin-top: 40px; }
@keyframes cursorBlink {
    0%, 49% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0;
    }
}

.section-media .inner { max-width: var(--inner-lg); text-align: center; }
.section-media .media { overflow: hidden; display: inline-block; position: relative; text-align: center; }
.section-media .media .background { background: #000; border-radius: 30px; transform: scale(0.7); }
.section-media .media .background .item { border-radius: inherit; opacity: 0; }
.section-media .media .image { position: absolute; bottom: -3.5%; left: 50%; border-radius: var(--border-radius); transform: translateX(-50%); opacity: 0; }
.section-media .media .image.main-visual-asset { bottom: 0; width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.section-media .partnership-slide { margin-top: 200px; }
.section-media .partnership-slide::before,
.section-media .partnership-slide::after { content: ''; z-index: 2; position: absolute; top: 0; bottom: 0; width: 15%; height: 100%; background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); pointer-events: none; }
.section-media .partnership-slide::before { left: 0; }
.section-media .partnership-slide::after { right: 0; transform: scaleX(-1); }
.section-media .partnership-slide .swiper-slide { margin-right: clamp(15px, 7.8vw, 150px); width: auto; }
.section-media .partnership-slide .swiper-wrapper { transition-timing-function: linear; }
.section-media .partnership-slide .image { height: 40px; }

.section-feature { padding: 250px 0 0; text-align: center; }
.section-feature .lists { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.section-feature .item { overflow: hidden; padding: 70px; border-radius: var(--border-radius); }
.section-feature .item-1 { background: #F0F6FA; }
.section-feature .item-2 { background: #F5F5F5; }
.section-feature .context { position: relative; margin-top: 50px; }
.section-feature .context .title { font-size: 3.6rem; font-weight: 600; color: var(--clr-black); }
.section-feature .context .text { margin-top: 10px; }
.section-feature .buttons { display: flex; justify-content: center; gap: 10px; margin-top: 40px; }
.section-feature .galaxy { position: relative; margin: -70px -70px -80px; }
.section-feature .galaxy img { width: 100%; }
.section-feature .galaxy .logos { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-feature .galaxy .logo { position: absolute; width: 12.6761%; }
.section-feature .galaxy .logo-1 { top: 8.37%; left: 50.9859%; }
.section-feature .galaxy .logo-2 { top: 44.7137%; left: 61.5493%; }
.section-feature .galaxy .logo-3 { top: 56.6079%; left: 35.6338%; }
.section-feature .galaxy .logo-4 { top: 23.1278%; left: 23.3803%; }
.feature-slide { position: relative; text-align: left; }
.feature-slide .slide-item { overflow: hidden; position: absolute; top: 0; left: 0; width: 61.4035%; border-radius: 15px; transform: scale(0.88); transition: all .35s ease; }
.feature-slide .slide-item:first-child { position: relative; }
.feature-slide .slide-item .image { width: 100%; transition: all .35s ease; }
.feature-slide .slide-item.active { z-index: 2; left: 38.4%; transform: scale(1); }
.feature-slide .slide-item.active .image { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }

.section-ax { padding: 250px 0 0; text-align: center; }
.section-ax .lists { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.section-ax .lists .item { padding: 80px 0; border-radius: var(--border-radius); transition: all .35s ease; }
.section-ax .lists .item:nth-child(1) .icon-wrap img:last-child { position: absolute; left: 0; }
.section-ax .lists .icon-wrap { position: relative; display: inline-block; transition: all .35s ease; }
.section-ax .lists .icon-wrap img { position: relative; transition: all .35s ease; }
.section-ax .lists .badge { display: block; margin: 30px 0 10px; line-height: 1.3; font-size: var(--text-sm); font-weight: 600; color: #999; transition: color .35s ease; }
.section-ax .lists .title { margin-bottom: 10px; font-size: 2.4rem; color: #222; transition: color .35s ease; }
.section-ax .buttons { display: flex; justify-content: center; gap: 10px; margin-top: 60px; }

.section-business { overflow: hidden; padding: 250px 0 0; }
.business-slide { overflow: visible; margin-top: -15px; padding: 15px 0 60px; }
.business-slide .swiper-slide { margin-right: clamp(12px, 1.57vw, 30px); width: calc(33.33333% - clamp(15px, 1.57vw, 30px)); transition: all .35s ease; opacity: 0.3; }
.business-slide .swiper-slide-active,
.business-slide .swiper-slide-next,
.business-slide .swiper-slide-next + .swiper-slide { opacity: 1; }
.business-slide .block { overflow: hidden; background: #000; color: #fff; border-radius: var(--border-radius); }
.business-slide .block .thumbnail { width: 100%; height: 100%; transition: opacity .35s ease; }
.business-slide .block .thumbnail .image { display: block; width: 100%; }
.business-slide .context { display: flex; flex-direction: column; justify-content: space-between; position: absolute; top: 0; left: 0; padding: 40px; width: 100%; height: 100%; }
.business-slide .title { font-size: 2.8rem; }
.business-slide .button { margin-right: auto; padding-left: 0; width: auto; height: auto; color: inherit; border-color: transparent; pointer-events: none; }
.business-slide .button .span { transform: none; }
.business-slide .button::before { content: none; }
.business-slide .button::after { transform: translateX(6px); }

.section-result { overflow: hidden; padding: 250px 0 0; }
.result-slide { overflow: visible; margin-top: -15px; padding: 15px 0 60px; }
.result-slide .image { width: auto; height: 50px; }
.result-slide .swiper-slide { margin-right: clamp(15px, 1.57vw, 30px); padding: 60px; width: calc(50% - clamp(15px, 1.57vw, 30px)); height: auto; background: #F0F6FA; border-radius: var(--border-radius); transition: all .35s ease; opacity: 0.3; }
.result-slide .swiper-slide-active,
.result-slide .swiper-slide-next { opacity: 1; }
.result-slide .name { margin: 30px 0 15px; font-size: 1.8rem; }
.result-slide .title { margin: 15px 0; font-size: 2.6rem; }
.result-slide .button { margin-top: 30px; margin-right: auto; padding-left: 0; width: auto; height: auto; color: inherit; border-color: transparent; transition-duration: .35s; pointer-events: none; }
.result-slide .button .span { transform: none; }
.result-slide .button::before { content: none; }
.result-slide .button::after { transform: translateX(6px); }

.section-news { overflow: hidden; padding: 250px 0 0; }
.section-news .buttons { display: flex; justify-content: center; gap: 10px; margin-top: 60px; }
.news-slide { overflow: visible; margin-top: -15px; padding: 15px 0 60px; }
.news-slide .thumbnail { overflow: hidden; position: relative; border-radius: var(--border-radius); aspect-ratio: 1.53; }
.news-slide .thumbnail::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0; transition: opacity .35s ease; pointer-events: none; }
.news-slide .thumbnail .image { display: block; width: 100%; height: 100%; object-fit: cover; transition: all ease .35s; }
.news-slide .swiper-slide { margin-right: clamp(15px, 1.57vw, 30px); width: calc(33.33333% - clamp(15px, 1.57vw, 30px)); transition: all .35s ease; opacity: 0.3; }
.news-slide .swiper-slide-active,
.news-slide .swiper-slide-next,
.news-slide .swiper-slide-next + .swiper-slide { opacity: 1; }
.news-slide .badge { display: block; margin: 30px 0 10px; font-size: 1.3rem; font-weight: 600; color: var(--clr-primary); }
.news-slide .title { font-size: 2.2rem; font-weight: 500; color: #222; }

.section-contact { margin-top: 250px; padding: 240px 0 275px; color: #fff; background: #000 url('/assets/images/main/contact-background.jpg') no-repeat center / cover; }
@media (hover: hover) and (pointer: fine) {
    .section-ax .lists .item:hover { color: #fff; background: var(--clr-primary); transform: translateY(-10px); }
    .section-ax .lists .item:hover .icon-wrap { filter: brightness(0) invert(1); }
    .section-ax .lists .item:hover .badge,
    .section-ax .lists .item:hover .title { color: #fff; }
    .section-ax .lists .item:nth-child(1):hover .icon-wrap img:first-child { transform: translateX(-37%); }
    .section-ax .lists .item:nth-child(1):hover .icon-wrap img:last-child { transform: translateX(37%); }
    .section-ax .lists .item:nth-child(2):hover .icon-wrap img:first-child { transform: rotate(-180deg); }
    .section-ax .lists .item:nth-child(3):hover .icon-wrap img:first-child { transform: rotate(180deg); }
    .section-ax .lists .item:nth-child(4):hover .icon-wrap img:first-child { transform: scaleY(-1); }

    .business-slide .swiper-slide:hover { transform: translateY(-15px); }
    .business-slide .swiper-slide:hover .button { transform: none; opacity: 1; }
    .business-slide .swiper-slide:hover .block .thumbnail { opacity: 0.7; }

    .result-slide .swiper-slide:hover { color: #fff; background: var(--clr-primary); transform: translateY(-15px); }

    .news-slide .swiper-slide:hover { transform: translateY(-15px); }
    .news-slide .swiper-slide:hover .thumbnail::after { opacity: 0.3; }
    .news-slide .swiper-slide:hover .thumbnail .image { transform: scale(1.1); opacity: 0.8; }
}
@media screen and (min-width: 1025px) {
    .business-slide .button { transform: translateY(15px); opacity: 0; transition-duration: .35s; }
}
@media screen and (max-width: 1024px) {
    .section-hero { padding: 160px 0; }
    .section-hero .title { margin-top: 16px; }
    .section-hero .buttons { margin-top: 24px; }
    
    .section-media .media .image { width: 80%; }
    .section-media .media .background { border-radius: 20px; }
    .section-media .partnership-slide { margin-top: 100px; }
    .section-media .partnership-slide .image { height: 34px; }
    
    .section-feature { padding: 120px 0 0; }
    .section-feature .lists { grid-template-columns: repeat(1, 1fr); }
    .section-feature .item { padding: 36px; }
    .section-feature .galaxy .logos { transform: scale(0.7); }
    .section-feature .context { margin-top: 30px; }
    .section-feature .context .title { font-size: 2rem; }
    .section-feature .context .text { margin-top: 8px; }
    .section-feature .buttons { margin-top: 30px; }
    
    .section-ax { padding: 120px 0 0; }
    .section-ax .buttons { margin-top: 30px; }
    .section-ax .lists .title { font-size: 2rem; }

    .section-business { padding: 120px 0 0; }
    .business-slide { padding-bottom: 30px; }
    .business-slide .title { font-size: 2rem; }
    .business-slide .context { padding: 24px; }

    .section-result { padding: 120px 0 0; }
    .result-slide { padding-bottom: 30px; }
    .result-slide .swiper-slide { padding: 36px; }
    .result-slide .name { margin: 20px 0 10px; font-size: 1.5rem; }
    .result-slide .title { margin: 10px 0 10px; font-size: 2rem; }
    .result-slide .image { height: 36px; }
    
    .section-news { padding: 120px 0 0; }
    .section-news .buttons { margin-top: 46px; }
    .news-slide { padding-bottom: 30px; }
    .news-slide .title { font-size: 1.8rem; }

    .section-contact { margin-top: 120px; padding: 120px 0; }

}
@media screen and (max-width: 768px) {
    .section-hero { padding: 120px 0 80px; }
    .section-hero .title { margin-top: 12px; }
    .section-hero .buttons { margin-top: 16px; }
    
    .section-media .media .image { width: 76%; }
    .section-media .media .background { border-radius: 16px; }
    .section-media .partnership-slide { margin-top: 60px; }
    .section-media .partnership-slide .image { height: 20px; }

    .section-feature { padding: 80px 0 0; }
    .section-feature .context { margin-top: 20px; }
    .section-feature .context .title { font-size: 1.6rem; }
    .section-feature .context .text { margin-top: 6px; }
    .section-feature .buttons { margin-top: 20px; }

    .section-ax { padding: 80px 0 0; }
    .section-ax .buttons { margin-top: 20px; }
    .section-ax .lists { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .section-ax .lists .item { padding: 30px 0; }
    .section-ax .lists .title { font-size: 1.8rem; }

    .section-business { padding: 80px 0 0; }
    .business-slide .title { font-size: 1.8rem; }

    .section-result { padding: 80px 0 0; }
    .result-slide .name { font-size: 1.4rem; }
    .result-slide .title { font-size: 1.8rem; }
    .result-slide .swiper-slide { padding: 24px; }
    .result-slide .image { height: 30px; }

    .section-news { padding: 80px 0 0; }
    .news-slide .title { font-size: 1.6rem; }
    .news-slide .badge { margin: 15px 0 5px; }

    .section-contact { margin-top: 80px; padding: 80px 0; }

}
@media screen and (max-width: 650px) {
    .result-slide .swiper-slide { width: 80%; }
    .result-slide .swiper-slide-next { opacity: 0.3; }

    .news-slide .swiper-slide { width: 80%; }
    .news-slide .swiper-slide-next { opacity: 0.3; }
}
@media screen and (max-width: 480px) {
    .section-hero .heading { margin-right: auto; margin-left: auto; max-width: 250px; min-height: 2.6em; }
    .section-hero .cursor { margin-left: 0.1em; }
    .section-feature .buttons { flex-direction: column; }

    .business-slide .swiper-slide { width: 80%; }
    .business-slide .swiper-slide-next { opacity: 0.3; }
}