@charset "UTF-8";



#kv {
	position: relative;
	max-height: 600px;
	/*
	border-bottom: 1px solid #e6e6e6;
	*/
}

#kv::after {
	position: absolute;
	content: "";
	display: block;
	width: calc((100vw - 1440px) / 2 + 2px);
	height: 100%;
	left: -1px;
	top: 0;
	z-index: 1;
	background: #eef5ff;
}


#kv .inner {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	z-index: 10;
	margin: 0 auto;
	padding: 0 55px;
	background: linear-gradient(90deg, #eef5ff 0%, rgba(238, 245, 255, 0.1) 78%);
}

#kv .content {
	box-sizing: border-box;
	width: 41.5%;
	padding: 100px 10px 40px 40px;
}
#kv .pict {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 57.5%;
	padding: 15px 0 10px;
}

#kv h1 {
	font-size: 68px;
	font-weight: 700;
	line-height: 1.2;
	color: #3d6ed7;
}
#kv h1 span {
	letter-spacing: -10px;
}


#kv .point {
	margin: 15px 0 0;
	padding: 16px 0;
	border: 0 solid #3d6ed7;
	border-width: 1px 0;
}
#kv .point ul {
	display: flex;
	justify-content: center;
}
#kv .point li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 700;
	color: #20304d;
}

#kv .point li + li {
	padding-left: 55px;
}
#kv .point li + li::after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	left: 15px;
	top: calc(50% - 8px);
	transform: rotate(15deg);
	background: #3d6ed7;
}
#kv .point li::before {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: calc(50% - 10px);
	background: #3d6ed7 url(../img/icon_check.svg) 50% 55% no-repeat;
	background-size: 11px auto;
	border-radius: 10px;
}
#kv .point li + li::before {
	left: 30px;
}


#kv .link {
	margin: 36px 0 0;
}
#kv .link ul {
	display: flex;
	justify-content: space-between;
}
#kv .link li {
	width: calc(50% - 8px);
}
#kv .link a {
	width: 100%;
	border: 2px solid #dc1010;
}

#kv .note {
	margin: 28px 0 0;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.75px;
	line-height: 1.5;
	text-align: center;
	color: #3d6ed7;
	white-space: nowrap;
}

@media screen and (max-width:1400px) {
	#kv .note {
		font-size: 18px;
	}
}



#kv .scroll {
	position: absolute;
	width: 14px;
	height: 180px;
	right: 14px;
	bottom: 0;
	z-index: 100;
}
#kv .scroll .extra {
	display: flex;
	width: 180px;
	transform: rotate(90deg) translateY(-100%);
	transform-origin: left top;
}
#kv .scroll span {
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: 500;
	font-family: "Josefin Sans", sans-serif;
	color: #3d6ed7;
}
#kv .scroll i {
	display: block;
	width: 130px;
	height: 1px;
	margin: 5px 0 0 10px;
	background: linear-gradient(90deg, rgba(61,110,215,1), rgba(61,110,215,0), rgba(61,110,215,0));
	background-size: 400% 1px;
	background-position: 100% 0;
	
	animation: scroll 2500ms infinite linear;
}

@keyframes scroll {
	0% {
		background-position: 0% 0;
	}
	25% {
		background-position: 100% 0;
	}
	50% {
		background-position: 100% 0;
	}
	75% {
		background-position: 0% 0;
	}
	100% {
		background-position: 0% 0;
	}
}




@media screen and (max-width:1440px) {
	#kv h1 {
		font-size: 60px;
	}
	#kv .point li {
		font-size: 14px;
		line-height: 1.6;
	}
}
@media screen and (max-width:1280px) {
	#kv .content {
		width: 46.5%;
	}
	#kv .pict {
		width: 52.5%;
	}

	#kv h1 {
		font-size: 50px;
	}

}








#logo-list {
	position: relative;
	z-index: 100;
	border-top: 1px solid #e6e6e6;
	background: #fff;
}

#logo-list .logo-box {
	overflow: hidden;
}
.logo-box ul {
	display: flex;
}
.logo-box li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
}
.logo-box img {
	width: 140px;
	height: auto;
}
.logo-box .logos {
	position: relative;
	left: 0;
}
.logo-box:hover .logos {
	animation-play-state: paused !important;
}







#top-about {
	margin-top: 120px;
}


#top-about .content {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-right: -80px;
	padding: 0 0 80px;
}
#top-about .content .fig {
	width: 53.3%;
}
#top-about .content .text {
	width: calc(46.7% - 40px);
	margin: 50px 0 0;
}
#top-about .content .text p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.75;
}
#top-about .content .text p + p {
	margin-top: 1.75em;
}

@media screen and (max-width:1280px) {
	#top-about .content {
		margin-right: 0px;
		align-items: center;
	}
}




#top-about .document-list {
	padding: 0 0 110px;
}












#top-solutions {
	padding: 104px 0 80px;
	border-top: 1px solid #e6e6e6;
	background: #fafafa;
	overflow: hidden;
}

/*
#top-solutions .slide {
	margin: 40px -12px 0;
	padding: 0 0 60px;
}
#top-solutions .slick-list {
	overflow: initial !important;
}

#top-solutions .slide-item a {
	box-sizing: border-box;
	display: block;
	padding: 0 12px;
	color: #20304d;
}

#top-solutions .slide-item .label img {
	width: auto;
	height: 50px;
}
#top-solutions .slide-item .box {
	margin: 12px 0 0;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}

#top-solutions .slide-item dl {
	padding: 32px 24px 48px;
	color: #20304d;
}
#top-solutions .slide-item dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}
#top-solutions .slide-item dd {
	min-height: 100px;
	margin: 16px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}


#top-solutions .slide-item .link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 108px);
	height: 50px;
	margin: -25px 0 0 54px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
#top-solutions .slide-item .link em {
	position: relative;
	z-index: 10;
}
#top-solutions .slide-item .link::after {
	position: absolute;
	content: "";
	display: block;
	width: 102%;
	height: 100%;
	left: -1%;
	top: 0;
	z-index: 1;
	background: #dc1010;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 400ms ease;
}
#top-solutions .slide-item a:hover .link {
	color: #fff;
}
#top-solutions .slide-item a:hover .link::after {
	transform: scaleX(1);
}
*/






#top-solutions .slide {
	margin: 45px 0 0;
}
#top-solutions .slide-inner {
	display: flex;
	flex-wrap: wrap;
}
#top-solutions .slide-item {
	width: calc((100% - 64px) / 2);
	margin-left: 32px;
}
#top-solutions .slide-item:nth-child(2n + 1) {
	margin-left: 0;
}
#top-solutions .slide-item:nth-child(n + 3) {
	margin-top: 40px;
}

#top-solutions .list-item a {
	box-sizing: border-box;
	display: block;
	color: #20304d;
}

#top-solutions .slide-item .label img {
	width: auto;
	height: 50px;
}
#top-solutions .slide-item .box {
	margin: 12px 0 0;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}

#top-solutions .slide-item dl {
	padding: 32px 24px 48px;
	color: #20304d;
}
#top-solutions .slide-item dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}
#top-solutions .slide-item dd {
	min-height: 70px;
	margin: 16px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

#top-solutions .slide-item .thumb img {
	aspect-ratio: 2 / 1;
	object-fit: cover;
}


#top-solutions .slide-item .link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 108px);
	height: 50px;
	margin: -25px 0 0 54px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
#top-solutions .slide-item .link em {
	position: relative;
	z-index: 10;
}
#top-solutions .slide-item .link::after {
	position: absolute;
	content: "";
	display: block;
	width: 102%;
	height: 100%;
	left: -1%;
	top: 0;
	z-index: 1;
	background: #dc1010;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 400ms ease;
}
#top-solutions .slide-item a:hover .link {
	color: #fff;
}
#top-solutions .slide-item a:hover .link::after {
	transform: scaleX(1);
}











#top-value {
	box-sizing: border-box;
	min-height: 1000px;

	padding: 96px 0 258px;
	background: #3d6ed7 url(../img/top_bg_value.png) 38% 0 no-repeat;
	background-size: 1800px auto;
}
#top-value .inner {
	display: flex;
	justify-content: space-between;
}

#top-value header {
	display: block;
	width: 300px;
	margin: 165px 0 0;
	color: #fff;
}
#top-value header h2::after {
	left: 20px;
	top: 90px;
	bottom: auto;
	background: #fff;
}
#top-value header .subtitle {
	margin: 30px 0 0 60px;
}


#top-value .content {
	width: 65.7%;
	max-width: 736px;
}

#top-value .expander {
	height: 144px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: all 600ms ease-out;
}
#top-value .expander + .expander {
	margin-top: 24px;
}

#top-value .expander .title a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 144px;
	padding: 0 110px 0 48px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	color: #20304d;
}
#top-value .expander .title a::before,
#top-value .expander .title a::after {
	position: absolute;
	content: "";
	display: block;
	background: #dc1010;
}
#top-value .expander .title a::before {
	width: 20px;
	height: 2px;
	right: 52px;
	top: calc(50% - 1px);
}
#top-value .expander .title a::after {
	width: 2px;
	height: 20px;
	right: 61px;
	top: calc(50% - 10px);
	transition: all 300ms ease-out;
}
#top-value .expander .title a:hover {
	color: #58647a;
}

#top-value .expander.opened .title a::after {
	transform: scaleY(0);
}


#top-value .expander .extra {
	margin: 0 48px;
	padding: 48px 0;
	border-top: 1px solid #d9d9d9;
}
#top-value .expander h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
#top-value .expander .fig {
	margin: 36px 0 0;
	padding: 48px;
	background: #eef5ff;
	border-radius: 8px;
}
#top-value .expander .caption {
	margin: 16px 0 0;
	font-size: 15px;
	font-weight: 500;
	text-align: right;
}

#top-value .expander .list1 {
	display: flex;
	justify-content: space-between;
}
#top-value .expander .list1 li {
	width: calc(50% - 11px)
}
#top-value .expander .list1 h4 {
	margin: 0 0 24px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
#top-value .expander .list1 li:nth-child(1) h4 {
	color: #8794ae;
}
#top-value .expander .list1 li:nth-child(2) h4 {
	color: #3d6ed7;
}

#top-value .expander .list2 {
}
#top-value .expander .list2 li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#top-value .expander .list2 li + li {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #afbede;
}
#top-value .expander .list2 dl {
	box-sizing: border-box;
	width: 50%;
	padding: 0 40px 0 0;
}
#top-value .expander .list2 .pict {
	width: 50%;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}

#top-value .expander dt {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.6;
	color: #3d6ed7;
}
#top-value .expander dt + dd {
	margin: 18px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
}
#top-value .expander dd + dd {
	margin: 6px 0 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.7;
}





#top-banner {
	box-sizing: border-box;
	position: relative;
	width: 1120px;
	height: 342px;
	z-index: 10;
	margin: -171px auto;
	background: url(../img/top_banner_pc.png) 50% 50% no-repeat;
	background-size: cover;
	border: 4px solid #fff;
	border-radius: 8px;
	overflow: hidden;
}
#top-banner .copy {
	position: absolute;
	visibility: hidden;
}

#top-banner .link {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 80px 50px;
}
#top-banner .link ul {
	display: flex;
	justify-content: space-between;
}
#top-banner .link li {
	width: calc(50% - 8px);
}
#top-banner .link li a {
	height:  80px;
	font-size: 21px;
	border: 2px solid #dc1010;
	border-radius: 40px;
}


@media screen and (max-width:1200px) {
	#top-banner {
		width: calc(100vw - 80px);
		height: calc((100vw - 80px) / 1120 * 342);
		margin: calc((100vw - 80px) / 1120 * 342 * -0.5) auto;
	}
	
	#top-banner .link {
		padding-bottom: calc((100vw - 80px) * 0.03);
	}
}









#top-performance {
	position: relative;
	z-index: 5;
	padding: 300px 0 90px;
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
}

#top-performance .parformance-list {
	margin: 50px 0 0;
}


#top-performance .recommend-list h3 span {
	background: #fafafa;
}




#top-casestudy {
	padding: 95px 0 120px;
}











#top-solutions .slide2025 .slide-item {
	width: calc((100% - 64px) / 3);
	margin: 0 0 0 32px !important;
}
#top-solutions .slide2025 .slide-item:nth-child(3n + 1) {
	margin-left: 0 !important;
}
#top-solutions .slide2025 .slide-item:nth-child(n + 4) {
	margin-top: 50px !important;
}

#top-solutions .slide2025 .slide-item .thumb img {
	aspect-ratio: 704 / 394;
}
#top-solutions .slide2025 .slide-item:nth-child(n + 4) dd {
	min-height: 126px;
}










