@charset "UTF-8";



#kv {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}

#kv .inner {
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding: 30px 16px calc(24px + 110px + 24px + 92px + 24px + 40px);
	overflow: hidden;
	background: linear-gradient(180deg, #eef5ff -10%, rgba(238, 245, 255, 0.1) 73.5%);
}


#kv .content {
	box-sizing: border-box;
}
#kv .pict {
	margin: 15px 0 0;
}

#kv h1 {
	font-size: 12vw;
	font-weight: 700;
	line-height: 1.2;
	color: #3d6ed7;
}
#kv h1 span {
	letter-spacing: -0.15em;
}


#kv .point {
	box-sizing: border-box;
	position: absolute;
	width: calc(100% - 32px);
	height: 92px;
	left: 16px;
	bottom: calc(24px + 40px + 110px + 24px);
	padding: 10px 0;
	border: 0 solid #3d6ed7;
	border-width: 1px 0;
}
#kv .point ul {
	display: flex;
	justify-content: space-between;
}
#kv .point li {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	width: calc((100% - 40px) / 3);
	padding: 24px 0 4px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #20304d;
}
#kv .point li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	left: -11px;
	top: 0;
	background: #3d6ed7;
	transform: scaleY(90%) rotate(15deg);
}
#kv .point li::after {
	position: absolute;
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	left: calc(50% - 7px);
	top: 4px;
	background: #3d6ed7 url(../img/icon_check.svg) 50% 55% no-repeat;
	background-size: 8px auto;
	border-radius: 8px;
}



#kv .link {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 110px;
	left: 0;
	bottom: calc(24px + 40px);
	z-index: 100;
	padding: 0 16px;
}
#kv .link ul {
}
#kv .link li + li {
	margin-top: 10px;
}
#kv .link a {
	width: 100%;
	border: 2px solid #dc1010;
}

#kv .scroll {
	display: none;
}


/*
@media screen and (max-width:374px) {
	#kv .pict {
		top: calc(30px + 48vw);
	}
}
*/

#kv .note {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 24px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #3d6ed7;
}
@media screen and (max-width:413px) {
	#kv .note {
		font-size: 14px;
	}
}
@media screen and (max-width:374px) {
	#kv .note {
		font-size: 12px;
	}
}





#logo-list {
}

#logo-list .logo-box {
	overflow: hidden;
}
.logo-box ul {
	display: flex;
}
.logo-box li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 80px;
	overflow: hidden;
}
.logo-box img {
	width: 120px;
	height: auto;
	transform: scale(1.1);
}
.logo-box .logos {
	position: relative;
	left: 0;
}
.logo-box:active .logos {
	animation-play-state: paused !important;
}







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


#top-about .content {
}
#top-about .content .fig {
	margin: 45px 0 0;
}
#top-about .content .text {
	margin: 30px 0 0;
	text-align: center;
}
#top-about .content .text p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
}
#top-about .content .text p + p {
	margin-top: 1.5em;
}






#top-about .document-list {
	margin: 70px 0 0;
	padding: 0 0 80px;
}













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

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

#top-solutions .slide-item {
}

#top-solutions .slide-item a {
	box-sizing: border-box;
	display: block;
	padding: 0 28px;
	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: 16px;
	font-weight: 700;
	line-height: 1.45;
}
#top-solutions .slide-item dd {
	min-height: 100px;
	margin: 14px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}


#top-solutions .slide-item .link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 216px;
	height: 50px;
	margin: -25px auto 0;
	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:active .link {
	color: #fff;
}
#top-solutions .slide-item a:active .link::after {
	transform: scaleX(1);
}






#top-value {
	box-sizing: border-box;
	padding: 90px 0 calc((100vw - 32px) * 1.12 * 0.5 + 64px);
	background: #3d6ed7 url(../img/top_bg_value_sp.png) 50% 0 no-repeat;
	background-size: 550px auto;
}
#top-value .inner {
}

#top-value header {
	color: #fff;
}

#top-value .content {
	margin: 40px 0 0;
}

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

#top-value .expander .title a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 110px;
	padding: 0 66px 0 32px;
	font-size: 18px;
	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: 12px;
	height: 2px;
	right: 32px;
	top: calc(50% - 1px);
}
#top-value .expander .title a::after {
	width: 2px;
	height: 12px;
	right: 37px;
	top: calc(50% - 6px);
	transition: all 300ms ease-out;
}
#top-value .expander .title a:active {
	color: #58647a;
}

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


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

#top-value .expander .fig img {
	width: 103.2%;
}





#top-value .expander .list1 {
}
#top-value .expander .list1 li + li {
	margin-top: 35px;
	padding-top: 30px;
	border-top: 1px solid #afbede;
}
#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 {
}
#top-value .expander .list2 li + li {
	margin-top: 35px;
	padding-top: 30px;
	border-top: 1px solid #afbede;
}
#top-value .expander .list2 dl {
}
#top-value .expander .list2 .pict {
	margin: 24px 0 0;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}

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








#top-banner {
	box-sizing: border-box;
	position: relative;
	width: calc(100vw - 32px);
	height: calc((100vw - 32px) * 1.12);
	z-index: 10;
	margin: calc((100vw - 32px) * 1.12 * -0.5) auto;
	background: url(../img/top_banner_sp.png) 50% 50% no-repeat;
	background-size: cover;
	border: 2px 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%;
	top: 50%;
}
#top-banner .link ul {
	margin: 8.5vw 0 0;
	padding: 0 16px;
}
#top-banner .link li + li {
	margin-top: 10px;
}
#top-banner .link li a {
	height:  56px;
	font-size: 18px;
	border: 2px solid #dc1010;
	border-radius: 28px;
}









#top-performance {
	position: relative;
	z-index: 5;
	padding: calc((100vw - 32px) * 1.12 * 0.5 + 100px) 0 80px;
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
}

/*
#top-performance h2 {
	font-size: 46px;
	word-break: break-all;
}
#top-performance h2 br {
	display: none;
}
*/

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

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


#top-casestudy {
	padding: 55px 0 90px;
}























