@charset "utf-8";


/* Secure Business */
.h3-basic h3 { font-size: 6.6rem; font-weight: 500; line-height: 1.3; }

/* Secure Business */
.secure-business { height:90vh; background: url('/images/main/main_next_bg.png') no-repeat center/ cover; color: #fff; }
.secure-business-inner { display: flex; align-items: center; height:100%; width: 92%; max-width: 1660px; margin: 0 auto; }
.secure-business-inner p { max-width: 680px; margin: 3rem 0 6rem; font-size: var(--font-size-2); }
.secure-business-inner .btn-link { border:1px solid white; }
.secure-business-inner .btn-link:hover { background: #7CFF01; border-color: #7CFF01; }
.secure-business-inner .btn-link:hover::after { filter:none; }
.secure-business-inner .btn-link .trans-x-box > span::after { color:var(--main-black); }


@media screen and (max-width:1660px){
	.h3-basic h3 { font-size: 6rem; }
}
@media screen and (max-width:768px){
	.h3-basic h3 { font-size: 30px; }
	.secure-business { height: 614px; padding: 80px 0; background: url('/images/main/main_next_bg_m.png') no-repeat center/ cover; }
	.secure-business-inner { width: 100%; padding: 0 20px; }
	.secure-business-inner p { width: 280px; }
	.secure-business-inner > div { width: 100%; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
	.secure-business-inner .btn-link { width: 100%; }
}