
  
.section-title{font-size: clamp(30px,2.813vw,54px); font-weight: 650;}

 
/* intro */
.intro-cover{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;overflow:hidden;pointer-events:none;}
.intro-panel{position:absolute;left:0;width:100%;height:50%;background:#fff;z-index:1;overflow:hidden;}
.intro-panel.top{top:0;animation:panelTop 1.4s cubic-bezier(.77,0,.18,1) forwards; }
.intro-panel.bottom{bottom:0;animation:panelBottom 1.4s cubic-bezier(.77,0,.18,1) forwards; }
.intro-logo{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;line-height:1;}
.logo-top,.logo-bottom{display:flex;flex-direction:column;height:100%;font-size:clamp(40px,4.167vw,80px);font-weight:750;letter-spacing:-.04em;line-height:1;text-align:center;color:#6740c9;}
.logo-top{justify-content:flex-end;animation:textTop 1.2s cubic-bezier(.77,0,.18,1) forwards; }
.logo-bottom{justify-content:flex-start;animation:textBottom 1.2s cubic-bezier(.77,0,.18,1) forwards; }
@keyframes textTop{to{transform:translateY(10%);opacity:0;}}
@keyframes textBottom{to{transform:translateY(-10%);opacity:0;}}
@keyframes panelTop{to{transform:translateY(-100%);}}
@keyframes panelBottom{to{transform:translateY(100%);}}

/* visual */
.main-visual{ height:200vh;}
.main-visual.pin{
    position:fixed;
    inset:0;
    width:100%;
    height:100vh;
    z-index:100;
}
 
.visual-sticky{position:sticky;top:0;height:100vh;overflow:hidden;}   
.main-visual .inner{position:relative;z-index:2;height:100%;display:flex;align-items:flex-end; padding-bottom: 14vh; max-width:1720px; margin:0 auto;} 
.main-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);}
.overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(138,101,255,.55) 0%,rgba(84,74,255,.45) 45%,rgba(87,205,255,.45) 100%);} 
.visual-content{ width: 100%;}
.visual-title{margin:0;font-size:clamp(60px,6.979vw,134px);line-height:1;font-weight:750;color:#fff; display:flex; flex-direction:column; }
.visual-title span{ }
.visual-text{margin-top:clamp(20px,2.083vw,40px);font-size:clamp(18px,1.25vw,24px);font-weight:500; color:#fff; opacity:.8; max-width:500px;} 
 

/* partner */
.section-partners{padding:clamp(80px,10.417vw,200px) 0;background:#fff; overflow:hidden;}
.section-partners .partner-stats{display:flex;gap:clamp(30px,10.417vw,200px); padding-top: clamp(30px,3.125vw,60px);  }
.section-partners .partner-stat-title{margin-bottom:clamp(10px,1.823vw,35px);font-size:clamp(16px,1.042vw,20px);font-weight:650;}
.section-partners .partner-number{display:flex;align-items:flex-start;font-size:clamp(50px,5.729vw,110px);font-weight:650; width: clamp(140px,15.625vw,300px);color:#6740c9;letter-spacing:-.05em; line-height: 1;}
.section-partners .partner-logos{margin-top:clamp(40px,4.167vw,80px);border-top:1px solid #ddd;}
.section-partners .logo-row{display:flex;align-items:center;border-bottom:1px solid #ddd;}
.section-partners .logo-label{flex:0 0 180px;font-size:clamp(16px,1.042vw,20px);font-weight:650;}
.section-partners .logo-track-wrap{width: 100%; flex:1;position:relative; overflow:hidden;padding:clamp(20px,2.083vw,40px) 0;}
.section-partners .logo-track{   display:flex;align-items:center; width:max-content;}
.section-partners .logo-track img{height:clamp(60px,4.167vw,80px);width:auto;flex-shrink:0;} 
.section-partners .logo-track-wrap:before{content:'';position:absolute;top:0;left:0;width:clamp(50px,7.813vw,150px);height:100%;background:linear-gradient(to right,#fff 0%,rgba(255,255,255,0) 100%);z-index:2;pointer-events:none;}
.section-partners .logo-track-wrap:after{content:'';position:absolute;top:0;right:0;width:clamp(50px,7.813vw,150px);height:100%;background:linear-gradient(to left,#fff 0%,rgba(255,255,255,0) 100%);z-index:2;pointer-events:none;}


/* business */
.section-business{position:relative; overflow:hidden; padding:0;}
.business-visual{height:clamp(200px,29.167vw,560px);overflow:hidden; display:flex; align-items:flex-end; justify-content:center; transform:scale(.73);}
.business-visual img{width:100%; height:100%; object-fit:cover; transform:scale(1.6);}
.section-business .inner{ padding:clamp(80px,10.417vw,200px) 0 ;}
.section-business .section-title span{color:#6740c9;} 
.business-content .business-text{max-width:520px; margin-left: auto;}
.business-text p + p{margin-top:20px;}
.business-bg-text{position:absolute; transform:translateX(clamp(80px,10.417vw,200px)); left:0; bottom:clamp(-10px,-1.563vw,-30px); line-height: 1;font-size:clamp(72px,11.458vw,220px);font-weight:800; z-index:-1; color:#f5f5f5;white-space:nowrap;pointer-events:none; width: 100%; text-align: center;}


/* services */
.section-services{height:clamp(400vh,26.042vw,500vh); background: #161519;}
.services-sticky{position:sticky;top:0;height:100vh;overflow:hidden;}  
.services-panel{position:absolute;top:0; left:0;z-index:30; width: 100%; height: 100vh;  display:flex; justify-content:center; align-items:center; flex-direction:column; gap:clamp(20px,2.083vw,40px); padding:0 20px;}
.panel-2{transform:translateY(100%);}
.panel-title{ width: 100%; max-width:600px; font-size:clamp(30px,3.125vw,60px);font-weight:650; color:#fff;}
.panel-text{max-width:600px;color:#fff; width: 100%; }
.panel-text h3{margin-bottom:clamp(10px,1.25vw,24px);font-size:clamp(28px,1.667vw,32px);font-weight:700;}
.panel-text p{ color:rgba(255,255,255,.75); } 
.panel-text p + p{margin-top: 10px;}
.service-image{position:absolute;top:50%;left:50%;width:100%;height:100vh;transform:translate(-50%,-50%) scale(0);overflow:hidden;  }
.service-image img{width:100%;height:100%;object-fit:cover;}
.service-image:before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.45);opacity:0;z-index:1;}
.service-content{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:flex-end;padding:6vw;z-index:2;}
.service-content h2{font-size:clamp(50px,4vw,80px);font-weight:700;color:#fff;}
.service-content h3{margin-bottom:20px;font-size:30px;font-weight:700;color:#fff;}
.service-content p{max-width:500px;font-size:16px; color:rgba(255,255,255,.8);}



/* value */
.section-value{height:clamp(300vh,20.833vw,400vh);background:#161519; color:#fff; padding-bottom: clamp(80px,10.417vw,200px);}
.value-sticky{position:sticky;top:0; height: 100vh;overflow:hidden;}
.value-title-wrap{position:absolute;inset:0; height: 100vh;   display:flex; align-items:center; justify-content:center; flex-direction:column;}
.value-word{ font-size:clamp(30px,4vw,80px);font-weight:650; line-height: 1.3; text-align: center;}
.word-1{transform:translateX(-40%);}
.word-2{transform:translateX(40%);} 
.value-cards{position:absolute;top:65%;left:50%; transform:translateY(50px);}
.value-card{position:absolute; overflow:hidden; width:clamp(300px,20.833vw,400px); aspect-ratio:400 / 500; padding:  40px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:rgba(255,255,255,.09);backdrop-filter:blur(22px);display:flex;flex-direction:column;align-items:center;justify-content:center;  text-align:center;   opacity:0;} 
.value-card h3{margin:30px 0 15px;font-size:clamp(20px,1.667vw,32px);font-weight:650; }
.value-card p{  color:rgba(255,255,255,.9); font-weight: 400;}
.icon-stack{position:relative;width:140px; aspect-ratio:1; margin:0 auto;}
.icon-stack .ring{position:absolute;	left:50%;width:110px;	height:47px;	border:2px solid #fff;border-radius:50%;	transform:translateX(-50%);}
.icon-stack .ring-1{	top:18px;	opacity:.2;animation:ringFloat1 3s ease-in-out infinite;}
.icon-stack .ring-2{	top:36px;	opacity:.45;	animation:ringFloat2 3s ease-in-out infinite;}
.icon-stack .ring-3{	top:54px;	opacity:.7;	animation:ringFloat3 3s ease-in-out infinite;}
.icon-stack .ring-4{	top:72px;	opacity:1;animation:ringFloat4 3s ease-in-out infinite;}
.icon-circle{position:relative;width:130px;aspect-ratio:1;margin:0 auto;}
.icon-circle .circle{position:absolute;top:0;left:50%;border:2px solid #fff;border-radius:50%;transform:translateX(-50%);     transform-origin: top;}
.icon-circle .c1{width:40px;height:40px;animation:pulse 2s infinite;}
.icon-circle .c2{width:70px;height:70px;animation:pulse 2s .2s infinite;}
.icon-circle .c3{width:100px;height:100px;animation:pulse 2s .4s infinite;}
.icon-circle .c4{width:130px;height:130px;animation:pulse 2s .6s infinite;}
.icon-orbit{position:relative;width:140px; aspect-ratio:1;margin:0 auto;}
.icon-orbit .orbit{	position:absolute;top:50%;	left:50%;	width:140px;	height:50px;	border:2px solid #fff;border-radius:50%;	transform-origin:center;}
.icon-orbit .orbit-1{	opacity:.3;	transform:translate(-50%,-50%) rotate(0deg);	animation:orbit1 10s linear infinite;}
.icon-orbit .orbit-2{	opacity:.7;transform:translate(-50%,-50%) rotate(60deg);	animation:orbit2 8s linear infinite;}
.icon-orbit .orbit-3{	transform:translate(-50%,-50%) rotate(-60deg);	animation:orbit3 12s linear infinite;}

@keyframes ringFloat1{
	0%,100%{
		transform:translateX(-50%) translateY(0);
	}
	50%{
		transform:translateX(-50%) translateY(-10px);
	}
}

@keyframes ringFloat2{
	0%,100%{
		transform:translateX(-50%) translateY(0);
	}
	50%{
		transform:translateX(-50%) translateY(-5px);
	}
}

@keyframes ringFloat3{
	0%,100%{
		transform:translateX(-50%) translateY(0);
	}
	50%{
		transform:translateX(-50%) translateY(5px);
	}
}

@keyframes ringFloat4{
	0%,100%{
		transform:translateX(-50%) translateY(0);
	}
	50%{
		transform:translateX(-50%) translateY(10px);
	}
}
 
@keyframes pulse{
	0%,100%{
		transform: translateX(-50%) scale(.9);
		opacity:.4;
	}
	50%{
		transform: translateX(-50%) scale(1);
		opacity:1;
	}
} 
@keyframes orbit1{
	from{transform:translate(-50%,-50%) rotate(0deg);}
	to{transform:translate(-50%,-50%) rotate(360deg);}
}

@keyframes orbit2{
	from{transform:translate(-50%,-50%) rotate(60deg);}
	to{transform:translate(-50%,-50%) rotate(-300deg);}
}

@keyframes orbit3{
	from{transform:translate(-50%,-50%) rotate(-60deg);}
	to{transform:translate(-50%,-50%) rotate(300deg);}
}

/* recruit */
.section-recruit{height:100vh; }
.recruit-sticky{position:sticky;top:0;height:100vh;overflow:hidden;} 
.recruit-image-wrap{position:absolute;top:58%;left:50%;width:260px;height:160px;transform:translate(-50%,-50%);overflow:hidden; }
.recruit-image{display:block; width:100%;height:100%;object-fit:cover;} 
.recruit-content{position:absolute;top:0;left:0;width:100%; height: 100%;display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center;color:#fff; }
.recruit-content .content-box{opacity:0;}
.recruit-content h2{  color: #101010; }
.recruit-content h3{margin-top: clamp(20px,2.083vw,40px); font-size:clamp(20px,1.667vw,32px);font-weight:600; line-height: 1.4; }
.recruit-content p{font-size:clamp(16px,1.042vw,20px); margin-top: 20px;  max-width:520px;}
.btn-recruit{display:inline-flex;align-items:center;justify-content:center;min-width:clamp(200px,12.76vw,245px);height:clamp(54px,3.125vw,60px);margin-top:clamp(20px,2.083vw,40px);border-radius:999px;background:#6740c9;color:#fff;font-weight:700;}


@media screen and (max-width:768px){
	.section-title br{display:none;}
	.recruit-content .section-title{max-width: 300px; margin-left: auto; margin-right: auto;  }
	.recruit-content .section-title br{display:block;  }


	.section-partners .logo-row{flex-direction:column;         align-items: flex-start;}
	.section-partners .logo-label{flex:auto; padding-top: 20px;} 
	.value-sticky{ height:auto;}
	.value-cards{position:relative; display:flex; flex-direction:column; left:auto; top:auto; gap:20px; padding-top:300px;}
	.value-card{position:relative; transform:none; width: 80%;    padding:20px 20px 40px;   transform:none !important;       aspect-ratio: auto;   margin: 0 auto;}
	.value-title-wrap{ } 
	.icon-circle,
	.icon-stack,
	.icon-orbit{transform:scale(.7);}
	.value-card h3{margin:0 0 10px;}
}
 