:root {
	--arrow-mask: url(/shared/img/common/ico-btn-arrow-r.svg) no-repeat center / 100%;
}
main.top {
	padding-top: 0;
}
.kv {
	margin-bottom: 200px;
}
.kv_content {
	position: relative;
	width: 100vw;
	height: calc(100svh - 70px);
	z-index: 0;
}
#canvas_container {
	position: absolute;
	top: 0;
	left: 0;
}
#canvas_container canvas {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	top: -70px;
}
.kv_block {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 24px;
}
.kv_block_l {
	font-weight: 900;
}
.kv_block_l h1 {
	font-size: 20px;
	line-height: 175%;
	margin-bottom: 8px;
}
.kv_block_l p {
	font-size: 12px;
	line-height: 125%;
}
.kv_block_r p {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 14px;
	text-align: right;
	line-height: 175%;
}
.kv_scroll {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.kv_scroll p {
	position: relative;
	margin: 0;
}
.kv_scroll_border {
	position: absolute;
	right: 50%;
	top: -45px;
	width: 1px;
	height: 320px;
	mask-image: linear-gradient(to bottom, #000000 0%, #000000 45px, transparent 45px, transparent 95px, #000000 95px, #000000 100%);
}
.kv_scroll_border::before {
	animation: scroll 2s infinite;
	background-color: #000000;
	top: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 1px;
}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
.kv_scroll p a {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 14px;
	color: #000000;
	display: inline-block;
	padding: 12px 0;
}
.about {
	padding: 120px 20px 0;
	position: relative;
	margin-top: -120px;
	margin-bottom: 160px;
}
.about_content h2,
.service_title_l h2,
.business_title h2,
.career_head h2 {
	font-weight: 700;
	font-size: 35px;
}
.about_content h2 {
	margin-bottom: 80px;
	line-height: 175%;
}
.service_title_l h2 {
	line-height: 175%;
}
.business_title h2 {
	line-height: 150%;
}
.career_head h2 {
	line-height: 150%;
	margin-bottom: 20px;
}
.about_content h2 span,
.business_title h2 span,
.career_head h2 span,
.service_title_l h2 span {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #0093FF;
	display: block;
	line-height: 100%;
	margin-bottom: 8px;
}
.about_main {
	min-height: 556px;
	border-radius: 40px 0 0 40px;
	background-color: #0002D9;
	display: flex;
	align-items: center;
	width: calc(100vw - 20px);
	margin: 0 auto 0 calc(600px - 50vw);
	position: relative;
	z-index: 2;
	color: #FFFFFF;
}
.about_image {
	position: absolute;
	top: 40%;
	right: -27.1vw;
	width: 77vw;
	z-index: 3;
	transform: translateY(-50%);
}
.about_textarea {
	position: relative;
	z-index: 5;
}
.about_text {
	max-width: 660px;
	margin-bottom: 40px;
}
.about_text p {
	font-weight: 500;
	font-size: 16px;
	line-height: 200%;
	margin-bottom: 32px;
}
.about_text p span {
	font-size: 23px;
	font-weight: 700;
	display: block;
	margin-bottom: 12px;
}
.about_btn a,
.career_btn a {
	background-color: #FFFFFF33;
	backdrop-filter: blur(10px);
}
.career_btn a {
	margin: auto;
}
.about_btn a {
	width: 350px;
	margin: 0 auto 0 0;
}
.service {
	padding-bottom: 80px;
	margin-bottom: 140px;
	position: relative;
}
.service_titlearea {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 56px;
}
.service_btn a,
.news_more a,
.business_btn a,
.career_btn a {
	width: 300px;
}
.service_btn a,
.news_more a {
	margin: 0 0 0 auto;
}
.service_links {
	margin-bottom: 40px;
}
.service_links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 80px;
}
.service_links li {
	border-bottom: 1px solid #000000;
	width: calc(50% - 40px);
}
.service_links li a {
	padding: 20px 69px 20px 0;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 20px;
}
.service_links li a::before,
.service_links li a::after,
.news_item dl::after {
	width: 53px;
	height: 16px;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-mask: var(--arrow-mask);
	mask: var(--arrow-mask);
	background-color: #000000;
}
.service_links li a::before,
.service_links li a::after {
	right: 16px;
	transition: all 0.5s ease;
}
.news_item dl::after {
	right: 24px;
}
.service_links li a::after {
	background-color: #0093FF;
	opacity: 0;
}
.service_links li a>span {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
	transition: all 0.5s ease;
}
.service_links li a>span.service_link_en {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 13px;
	line-height: 100%;
}
.service_links li a:hover::before {
	opacity: 0;
}
.service_links li a:hover::after {
	opacity: 1;
}
.service_links li a:hover>span {
	color: #0093FF;
}
.service_slider {
	overflow: visible;
}
.service_slider .swiper-wrapper {
	gap: 20px;
}
.service_card {
	padding: 40px 40px 40px 80px;
	width: 980px;
	height: 650px;
	border-radius: 40px;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	gap: 40px;
}
.service_card_text {
	width: calc(100% - 490px);
}
.service_card_text h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 150%;
	margin-bottom: 20px;
}
.service_card_desc {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
	margin-bottom: 80px;
}
.service_card_btn a {
	width: 300px;
	height: 50px;
	margin: 0 auto 0 0;
}
.service_card_image {
	width: 450px;
}
.service_card_image img {
	border-radius: 40px;
	display: block;
}
.business {
	margin-bottom: 220px;
}
.business_content {
	display: flex;
	gap: 40px;
	align-items: center;
}
.business_images {
	width: 700px;
	display: flex;
	flex-direction: column;
	gap: 28px;
	position: relative;
}
.business_images::before {
	background-image: url(/shared/img/top/business-bg.png);
	position: absolute;
	top: 50%;
	left: -494px;
	transform: translateY(-50%);
	content: "";
	width: 1076px;
	height: 1080px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}
.business_image {
	position: relative;
	z-index: 2;
	border-radius: 40px;
	overflow: hidden;
	border: 5px solid #FFFFFF;
}
.business_image.business_image_01 {
	max-width: 700px;
	width: 100%;
}
.business_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.business_image.business_image_02 {
	max-width: 340px;
	width: 48.5%;
	margin: 0 0 0 auto;
}
.business_text {
	width: calc(100% - 740px);
	position: relative;
}
.business_title {
	margin-bottom: 24px;
}
.business_desc {
	margin-bottom: 80px;
}
.business_desc p {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
}
.career {
	margin-bottom: 160px;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.career_content {
	background-image: url(/shared/img/top/career-bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 40px;
}
.career_content .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 380px;
}
.career_head {
	margin-bottom: 40px;
	text-align: center;
	color: #FFFFFF;
}
.career_head p {
	font-weight: 500;
	font-size: 16px;
	line-height: 175%;
}
.news {
	margin-bottom: 160px;
}
.news_head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 40px;
	margin-bottom: 40px;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
}
.news_head h2 {
	font-size: 25px;
	letter-spacing: 0.05em;
}
.news_head ul {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px 6px;
	background-color: #EFEFEF;
	border-radius: 24px;
}
.news_head li {
	cursor: pointer;
}
.news_head li a,
.news_head li span {
	min-width: 136px;
	padding: 0 40px;
	height: 30px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #C4C4C4;
	transition: all 0.5s ease;
	background-color: #FFFFFF;
}
.news_head li:hover a,
.news_head li:hover span,
.news_head li.active a,
.news_head li.active span {
	background-color: #0093FF;
	color: #FFFFFF;
}
.news_lists {
	margin-bottom: 20px;
}
.news_list {
	width: calc(100vw - 40px);
	margin: 0 auto 0 calc(600px - 50vw);
}
.news_item {
	background-color: #F7F7F7;
	display: block;
	color: #000000;
	transition: opacity 0.5s ease;
}
.news_item:nth-child(2n) {
	background-color: #FFFFFF;
}
.news_item:hover {
	opacity: 0.6;
}
.news_item dl {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 0 100px 0 24px;
	display: flex;
	align-items: center;
	gap: 40px;
	min-height: 100px;
	position: relative;
}
.news_item dt {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 152px;
}
.news_date {
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	white-space: nowrap;
}
.news_tag {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 12px;
	color: #0093FF;
	white-space: nowrap;
}
.news_item dd {
	width: calc(100% - 192px);
}
.news_item dd p {
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.contact {
	padding-bottom: 60px;
}
.contact_primary {
	padding: 40px 0;
	background-color: #0093FF;
	text-align: center;
	color: #FFFFFF;
}
.contact_primary h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.contact_btn a {
	width: 328px;
	margin: auto;
}
.contact_secondary {
	padding-top: 60px;
}
.contact_block {
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: center;
}
.contact_logo {
	width: 120px;
}
.contact_desc {
	font-weight: 700;
	font-size: 26px;
	line-height: 150%;
	margin-bottom: 12px;
}
.contact_link a {
	font-weight: 700;
	font-size: 20px;
	line-height: 125%;
	color: #0093FF;
	transition: opacity 0.5s ease;
}
.contact_link a:hover {
	opacity: 0.6;
}
.contact_link a span::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(/shared/img/common/ico-btn-target.svg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 8px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.tab_content {
	display: none;
}
.tab_content.active {
	display: block;
}
@media (min-width: 1366px) {
	.about_image {
		right: -371px;
		width: 1051px;
	}
}
@media (max-width: 1200px) {
	.about_main {
		margin-left: -20px;
	}
	.service_links ul {
		gap: 0 40px;
	}
	.service_links li {
		width: calc(50% - 20px);
	}
	.service_card {
		width: 85%;
		height: auto;
		min-height: 650px;
		flex-wrap: wrap;
		padding-left: 40px;
	}
	.service_card_text {
		width: 300px;
	}
	.service_card_image {
		width: calc(100% - 340px);
		max-width: 450px;
	}
	.business_images::before {
		left: -41.1vw;
		width: 89.7vw;
		height: 90vw;
	}
	.business_text {
		width: calc(100% - 61.6vw);
		min-width: 350px;
	}
	.news_list {
		margin-left: auto;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.kv {
		margin-bottom: 48vw;
	}
	.kv_content {
		height: calc(100svh - 70px);
	}
	.kv_block {
		position: static;
		transform: none;
		display: block;
		padding: 0;
	}
	.kv_block_l {
		position: absolute;
		left: 5.3vw;
		top: 5.3vw;
	}
	.kv_block_l h1 {
		font-size: 5.3vw;
		margin-bottom: 2.1vw;
	}
	.kv_block_l p {
		font-size: 3.2vw;
	}
	.kv_block_r {
		position: absolute;
		right: 5.3vw;
		bottom: 32vw;
	}
	.kv_block_r p {
		font-size: 3.7vw;
	}
	.kv_scroll {
		bottom: 5.3vw;
	}
	.kv_scroll p {
		padding: 0 3.2vw;
	}
	.kv_scroll_border {
		top: -10.6vw;
		mask-image: linear-gradient(to bottom, #000000 0%, #000000 10.6vw, transparent 10.6vw, transparent 24vw, #000000 24vw, #000000 100%);
	}
	.kv_scroll_border::before {
		height: 61.3vw;
	}
	.kv_scroll p a {
		font-size: 3.7vw;
		padding: 3.2vw 0;
	}
	.about {
		padding: 100px 0 0;
		margin-top: -100px;
		margin-bottom: 80px;
	}
	.about_content h2 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.about_main {
		min-height: 0;
		padding: 40px 20px 40px 40px;
		margin-left: 0;
	}
	.about_main .inner {
		padding: 0;
	}
	.about_image {
		top: unset;
		bottom: -84px;
		width: 500px;
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0.6;
	}
	.about_text {
		max-width: 100%;
	}
	.about_text p {
		font-size: 13px;
	}
	.about_text p span {
		font-size: 18px;
	}
	.about_btn a {
		width: 284px;
	}
	.service {
		padding-bottom: 0;
		margin-bottom: 80px;
	}
	.service_titlearea {
		margin-bottom: 20px;
	}
	.service_title_l h2 {
		font-size: 20px;
	}
	.service_title_r {
		display: none;
	}
	.service_btn a,
	.service_card_btn a,
	.career_btn a,
	.news_more a,
	.business_btn a {
		max-width: 300px;
		width: 100%;
	}
	.service_btn a {
		margin: auto;
	}
	.service_links {
		margin-bottom: 80px;
		position: relative;
	}
	.service_links ul {
		flex-direction: column;
		gap: 0;
	}
	.service_links li {
		width: 100%;
	}
	.service_links li:nth-child(1) {
		order: 1;
	}
	.service_links li:nth-child(2) {
		order: 4;
	}
	.service_links li:nth-child(3) {
		order: 2;
	}
	.service_links li:nth-child(4) {
		order: 5;
	}
	.service_links li:nth-child(5) {
		order: 3;
	}
	.service_links li a {
		padding-right: 52px;
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}
	.service_links li a::before {
		right: 0;
	}
	.service_slider {
		max-width: 335px;
		width: 100%;
		margin: 0 auto 20px;
	}
	.service_slider .swiper-wrapper {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.service_card {
		padding: 28px 20px 20px;
		width: 100%;
		flex-direction: column-reverse;
		gap: 28px;
		min-height: 0;
		scroll-margin-top: 100px;
	}
	.service_card_text {
		width: 100%;
		text-align: center;
	}
	.service_card_text h3 {
		font-size: 18px;
	}
	.service_card_desc {
		font-size: 13px;
		margin-bottom: 32px;
	}
	.service_card_btn a {
		margin-left: auto;
	}
	.service_card_image {
		width: 100%;
	}
	.business {
		margin-bottom: 180px;
	}
	.business_content {
		flex-direction: column-reverse;
	}
	.business_images {
		max-width: 335px;
		width: 100%;
		gap: 16px;
	}
	.business_images::before {
		top: -104px;
		left: -267px;
		transform: none;
		width: 598px;
		height: 583px;
	}
	.business_image {
		border-radius: 20px;
		border: 3px solid #FFFFFF;
	}
	.business_text {
		min-width: 0;
		width: 100%;
		z-index: 3;
	}
	.business_title h2 {
		font-size: 20px;
	}
	.business_desc {
		margin-bottom: 40px;
	}
	.business_desc p {
		font-size: 13px;
	}
	.career {
		margin-bottom: 80px;
	}
	.career_content {
		background-image: url(/shared/img/top/career-bg-sp.png);
	}
	.career_content .inner {
		padding: 96px 16px 108px;
		min-height: 0;
	}
	.career_block {
		width: 100%;
	}
	.career_head h2 {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.career_head p {
		font-size: 13px;
	}
	.news {
		margin-bottom: 80px;
		padding: 0;
	}
	.news_head {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 16px;
	}
	.news_head h2 {
		line-height: 125%;
	}
	.news_head ul {
		gap: 4px;
		width: 100%;
		border-radius: 20px;
	}
	.news_head li {
		width: calc((100% - 8px) / 3);
	}
	.news_head li a,
	.news_head li span {
		min-width: 0;
		width: 100%;
		padding: 0 12px;
	}
	.news_item dl {
		max-width: 100%;
		padding: 20px 20px 36px;
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		min-height: 0;
	}
	.news_item dl::after {
		top: unset;
		bottom: 12px;
		right: 20px;
		transform: none;
	}
	.news_item dt {
		width: 100%;
	}
	.news_tag {
		background: #0093FF;
		color: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 88px;
		height: 25px;
		border-radius: 12px;
		padding: 0 12px;
	}
	.news_item dd {
		width: 100%;
	}
	.news_item dd p {
		font-size: 12px;
		-webkit-line-clamp: 2;
		line-height: 200%;
	}
	.news_more a {
		margin-right: auto;
	}
	.contact {
		padding-bottom: 70px;
	}
	.contact_btn a {
		max-width: 328px;
		width: 100%;
	}
	.contact_secondary {
		padding-top: 70px;
	}
	.contact_block {
		gap: 0;
		flex-direction: column;
	}
	.contact_logo {
		margin-bottom: 20px;
		width: auto;
	}
	.contact_logo img {
		width: 120px;
	}
	.contact_text {
		width: 100%;
		text-align: center;
	}
	.contact_desc {
		font-size: 20px;
	}
	.contact_link a {
		font-size: 16px;
	}
}