@charset "UTF-8";


main .column header .subtitle {
	line-height: 1.6;
}


#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;
	align-items: 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: 18px;
	font-weight: 700;
	text-align: center;
	color: #3d6ed7;
}
@media screen and (max-width:413px) {
	#kv .note {
		font-size: 16px;
	}
}
@media screen and (max-width:374px) {
	#kv .note {
		font-size: 14px;
	}
}





#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: 35px;
}


#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 {
}







#top-issues {
	padding: 80px 0 0;
}

#top-issues .issues-box {
	margin: 40px 0 0;
}
#top-issues .issues-box .text {
	box-sizing: border-box;
}
#top-issues .issues-box .slide {
	box-sizing: border-box;
	margin: 30px -16px 0;
}






#top-issues .issues-box h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	color: #3D6ED7;
}
#top-issues .issues-box p {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}


#top-issues .issues-box .slide h4 {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 5.5%;
	background: url(../img/top_issue_balloon_sp.svg) 0 0 no-repeat;
	background-size: contain;
	aspect-ratio: 327 / 60;
	margin: 0 24px;
	font-size: 16px;
	font-weight: 700;
	color: #F46D5C;
}
#top-issues .issues-box .slide .box {
	margin: 15px 0 0;
	text-align: center;
}
#top-issues .issues-box .slide .thumb {
	box-sizing: border-box;
	width: 220px;
	margin: 0 auto;
}
#top-issues .issues-box .slide dl {
	box-sizing: border-box;
	display: inline-block;
	margin: 16px 0 0;
	text-align: left;
}
#top-issues .issues-box .slide dt {
	font-size: 16px;
	font-weight: 700;
	color: #3D6ED7;
}
#top-issues .issues-box .slide dd {
	margin: 8px 0 0;
}
#top-issues .issues-box .slide dd li {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75;
}
#top-issues .issues-box .slide dd li::before {
	content: "・";
}




#top-issues .issues-risk {
	margin: 80px 0 0;
}
#top-issues .issues-risk h3 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	color: #3D6ED7;
}
#top-issues .issues-risk h3 strong {
	color: #f46d5c;
}
#top-issues .issues-risk .slide {
	margin: 40px -16px 0;
}
#top-issues .issues-risk .slick-list {
	overflow: visible;
}
#top-issues .issues-risk .slide-item {
	box-sizing: border-box;
	padding: 0 32px;
	overflow: visible;
}
#top-issues .issues-risk .item-inner  {
	box-sizing: border-box;
	border: 1px solid #3D6ED7;
	border-radius: 8px;
	overflow: hidden;
}
#top-issues .issues-risk .slick-prev {
}
#top-issues .issues-risk .slick-next {
}


#top-issues .issues-risk dl {
	margin: 26px 25px;
}
#top-issues .issues-risk dt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #f46d5c;
}
#top-issues .issues-risk dd {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #455167;
}

#top-issues .issues-arrow {
	padding: 80px 0 20px;
	text-align: center;
}
#top-issues .issues-arrow img {
	width: 34px;
	height: auto;
}


#top-issues .issues-result {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 43.5vw;
	background: url(../img/bg_top_issue_sp.png) 50% 50% no-repeat;
	background-size: cover;
}
#top-issues .issues-result p {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.46;
	text-align: center;
	color: #fff;
}











#top-why {
	padding: 60px 0 80px;
	background: #FAFAFA;
}

#top-why h3 {
	margin: 40px 0 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	color: #3D6ED7;
}
#top-why p {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}


#top-why .slide {
	margin: 40px -16px 0;
}
#top-why .slick-list {
	overflow: visible;
}
#top-why .slide-item {
	box-sizing: border-box;
	padding: 0 32px;
	overflow: visible;
}
#top-why .item-inner  {
	box-sizing: border-box;
	border: 1px solid #3D6ED7;
	border-radius: 8px;
	overflow: hidden;
}
#top-why .slick-prev {
}
#top-why .slick-next {
}


#top-why dl {
	margin: 26px 25px;
}
#top-why dt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #3D6ED7;
}
#top-why dd {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #455167;
}









#top-impact {
	padding: 60px 0 100px;
	border-top: 1px solid #E6E6E6;
}

#top-impact h3 {
	margin: 40px 0 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	color: #3D6ED7;
}
#top-impact p {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}


#top-impact .slide {
	margin: 40px -16px 0;
}
#top-impact .slick-list {
	overflow: visible;
}
#top-impact .slide-item {
	box-sizing: border-box;
	position: relative;
	padding: 0 32px;
	overflow: visible;
}
#top-impact .item-inner  {
	box-sizing: border-box;
	position: relative;
	padding-bottom: 20px;
	border: 1px solid #3D6ED7;
	border-radius: 8px;
	overflow: visible;
}
#top-impact .slick-prev {
}
#top-impact .slick-next {
}

#top-impact .thumb {
	border-radius: 7px 7px 0 0;
	overflow: hidden;
}
#top-impact dl {
	margin: 26px 25px;
}
#top-impact dt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #3D6ED7;
}
#top-impact dd {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

#top-impact dd ul {
	margin: 16px 0 0;
}
#top-impact dd li {
	position: relative;
	padding-left: 26px;
	font-weight: 400;
}
#top-impact dd li + li {
	margin-top: 16px;
}
#top-impact dd li::before {
	position: absolute;
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	left: 0;
	top: calc(50% - 9px);
	background: #3d6ed7 url(../img/icon_check.svg) 50% 52% no-repeat;
	background-size: 11px auto;
	border-radius: 9px;
}

#top-impact .link {
	position: absolute;
	width: 100%;
	height: 48px;
	margin-top: 20px;
}
#top-impact .link a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 224px;
	height: 48px;
	margin: -24px auto 0;
	color: #dc1010;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 24px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
#top-impact .link em {
	position: relative;
	z-index: 10;
}
#top-impact .link a::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-impact .link a:active {
	color: #fff;
}
#top-impact .link a:active::after {
	transform: scaleX(1);
}


#top-impact .slick-dots {
	bottom: -60px;
}


















/*
#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: 60px 0 40px;
	border-top: 1px solid #e6e6e6;
	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;
}























