@charset "UTF-8";


.sp {
	display: none !important;
}

#menu-button {
	display: none;
}


#wrap {
	padding-top: 90px;
}



#floating-banner {
	position: fixed;
	width: 92px;
	height: 511px;
	right: 0;
	top: calc(50% - 255px);
	margin-top: calc((90px + 73px) / 2);
	z-index: 1100;
}
#floating-banner a {
	display: block;
	height: 511px;
	background: url(../img/solution_banner_v_pc.png) 0 0 no-repeat;
	background-size: 100% auto;
	border-radius: 8px 0 0 8px;
	box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

@media screen and (max-height:720px) {
	#floating-banner {
		width: 72px;
		height: 400px;
		top: calc(50% - 200px);
	}
	#floating-banner a {
		height: 400px;
	}
}

@media screen and (max-height:580px) {
	#floating-banner {
		width: 58px;
		height: 320px;
		top: calc(50% - 160px);
	}
	#floating-banner a {
		height: 320px;
	}
}






#common-header {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 90px;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}
#common-header .inner {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 17px 40px;
}

#common-header .logo {
	display: flex;
	align-items: center;
	width: 110px;
	height: 54px;
}

#common-header .menu {
	display: flex;
	align-items: center;
}
#common-header .menu ul {
	display: flex;
}
#common-header .menu ul ul {
	display: none;
}

#common-header .menu ul:nth-child(1) a {
	position: relative;
	display: inline-block;
}
#common-header .menu ul:nth-child(1) li {
	position: relative;
}
#common-header .menu ul:nth-child(1) li + li {
	margin-left: 30px;
}

#common-header .menu ul:nth-child(1) li strong {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #20304d;
}


#common-header .menu ul:nth-child(1) a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -12px;
	background: #dc1010;
}


#common-header .menu ul:nth-child(2) {
	margin-left: 40px;
}
#common-header .menu ul:nth-child(2) li + li {
	margin-left: 10px;
}
#common-header .menu ul:nth-child(2) li a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 20px;
	overflow: hidden;
	will-change: transform;
}
#common-header .menu .download a {
	color: #dc1010;
	background: #fff;
}
#common-header .menu .contact a {
	color: #fff;
	background: #dc1010;
}

#common-header .menu a em {
	position: relative;
	z-index: 5;
}


#common-header .menu ul:nth-child(2) li a::after {
	position: absolute;
	content: "";
	display: block;
	width: 102%;
	height: 100%;
	left: -1%;
	top: 0;
	z-index: 1;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all 400ms ease;
}
#common-header .menu ul:nth-child(2) .download a::after {
	background: #dc1010;
}
#common-header .menu ul:nth-child(2) .contact a::after {
	background: #fff;
}

#common-header .menu ul:nth-child(2) li a:hover::after {
	transform: scaleX(1);
}
#common-header .menu ul:nth-child(2) .download a:hover {
	color: #fff;
}
#common-header .menu ul:nth-child(2) .contact a:hover {
	color: #dc1010;
}








@media screen and (max-width:1279px) {
	#common-header .inner {
		padding: 17px 20px;
	}
	
	#common-header .logo {
		width: 100px;
	}
	#common-header .menu ul:nth-child(1) li + li {
		margin-left: 20px;
	}
	#common-header .menu li.news {
		margin-left: 20px !important;
	}
	#common-header .menu li.news::before {
		left: -15px;
	}
	
	#common-header .menu ul:nth-child(2) {
		margin-left: 20px;
	}
	#common-header .menu ul:nth-child(2) li a {
		width: 120px;
		font-size: 12px;
	}
}

@media screen and (max-width:1079px) {
	#common-header .menu ul:nth-child(1) li {
		top: 2px;
	}
	#common-header .menu ul:nth-child(1) li strong {
		font-size: 14px;
	}
}



body.index #common-header li.home a::after,
body.solution #common-header li.solution a::after,
body.price #common-header li.price a::after,
body.casestudy #common-header li.casestudy a::after,
body.news #common-header li.news a::after
{
	transform: scaleX(1);
}



#common-header .menu ul:nth-child(1) a::after {
	transform: scaleX(0);
	transition: transform 300ms ease;
}
#common-header .menu ul:nth-child(1) a:hover::after {
	transform: scaleX(1);
}



/*
body:not(.index) #common-header {
	position: absolute;
}
body:not(.index) #wrap {
	padding-top: 88px;
}
*/

/*
body.fix-menu #common-header {
	position: fixed;
	top: -90px;
	transition: transform 400ms ease-out;
}
body.fix-menu.show-menu #common-header {
	transform: translateY(90px);
}
*/


#common-header {
	position: fixed;
}


/*
#solution-menu {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 72px;
	left: 0;
	top: 0;
	margin-top: 90px;
	z-index: 1000;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}


body.fix-menu #solution-menu {
	position: fixed;
	top: -162px;
	transition: transform 400ms ease-out;
}
body.fix-menu.show-menu #solution-menu {
	transform: translateY(162px);
}
*/


#solution-menu {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 73px;
	left: 0;
	top: 90px;
	z-index: 950;
	border: 0 solid #e6e6e6;
	border-width: 0 0 1px;
	background: #fff;
}

#solution-menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	height: 72px;
	margin: 0 auto;
}
#solution-menu li {
	box-sizing: border-box;
	position: relative;
	width: 230px;
	padding: 0 20px;
}
#solution-menu a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	padding: 0 0 1px;
	font-size: 16px;
	font-weight: 700;
	color: #20304d;
	border-radius: 8px;
}
#solution-menu li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	left: 0;
	top: calc(50% - 12px);
	background: #e6e6e6;
}

#solution-menu a:hover {
	text-decoration: underline;
}
body.solution.ppa #solution-menu .ppa a,
body.solution.storage #solution-menu .storage a,
body.solution.real #solution-menu .real a,
body.solution.ev #solution-menu .ev a,
body.circularpower #solution-menu .circularpower a 
{
	background: #f4f4f4;
}

body.casestudy.index #casestudy-menu .casestudy-index a
{
	background: #f4f4f4;
}



#solution-menu {
	visibility: hidden;
	transform: translateY(-74px);
	transition: all 400ms ease-out;
}
/*
body.second-menu #solution-menu {
	visibility: visible;
	transform: translateY(0px);
	z-index: 960;
}
*/
body:not(.solution).second-solution #solution-menu {
	visibility: visible;
	transform: translateY(0px);
	z-index: 970;
}
/*
body.solution.second-menu #solution-menu {
	transform: translateY(-74px) !important;
	transition: all 400ms ease-out !important;
}
*/
body.solution #solution-menu {
	visibility: visible !important;
	transform: none !important;
	transition: none !important;
}

body.solution #wrap {
	padding-top: calc(90px + 73px);
}
















#common-footer {
	position: relative;
	z-index: 10;
	padding: 70px 0;
	color: #fff;
	background: #20304d;
}
#common-footer a {
	color: #fff;
}


#common-footer .inner {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

#common-footer ul {
	display: flex;
}
#common-footer li {
	position: relative;
}
#common-footer li + li {
	margin-left: 40px;
}
#common-footer li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	left: -20px;
	top: calc(50% - 6px);
	background: #fff;
}
#common-footer li a {
	font-size: 14px;
	font-weight: 500;
}
#common-footer li a:hover {
	text-decoration: underline;
}

#common-footer .copyright {
	font-size: 14px;
}





#common-footer #return-top {
	position: absolute;
	width: 28px;
	right: 30px;
	top: 30px;
	overflow: hidden;
}
#common-footer #return-top a {
	box-sizing: border-box;
	display: block;
	width: 28px;
	height: 28px;
	font-size: 0;
	border: 1px solid #fff;
	border-radius: 14px;
}
#common-footer #return-top a::before {
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	z-index: 1;
	background: url(../img/arrow_top.svg) 50% 50% no-repeat;
	background-size: 12px auto;
}
#common-footer #return-top a:hover::before {
	filter: invert(1);
}
#common-footer #return-top a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	border-radius: 14px;
	transform: scale(0);
	transition: all 200ms ease;
}
#common-footer #return-top a:hover::after {
	transform: scale(1);
}


















a.button {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
a.button em {
	position: relative;
	z-index: 10;
}
a.button::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;
}
a.button:hover {
	color: #fff;
}
a.button:hover::after {
	transform: scaleX(1);
}


a.button .popup {
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	right: 20px;
	top: calc(50% - 7px);
	z-index: 10;
	background: url(../img/icon_popup.svg?2) 50% 50% no-repeat;
	background-size: 100% auto;
}
a.button:hover .popup {
	filter: brightness(0) invert(1);
}

a.button .arrow-mini {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 12px;
	right: 20px;
	top: calc(50% - 6px);
	z-index: 10;
	background: url(../img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
a.button:hover .arrow-mini {
	filter: brightness(0) invert(1);
}

a.button .download {
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	right: 20px;
	top: calc(50% - 7px);
	z-index: 10;
	background: url(../img/icon_download.svg?2) 50% 50% no-repeat;
	background-size: 100% auto;
}
a.button:hover .download {
	filter: brightness(0) invert(1);
}








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

a.button-bg:hover {
	color: #dc1010;
}
a.button-bg:hover::after {
	transform: scaleX(1);
}
a.button-bg .arrow-mini {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 12px;
	right: 20px;
	top: calc(50% - 6px);
	z-index: 10;
	background: url(../img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	filter: brightness(0) invert(1);
}
a.button-bg:hover .arrow-mini {
	filter: brightness(1) invert(0);
}




a.button-bg-white {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #fff;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
a.button-bg-white em {
	position: relative;
	z-index: 10;
}
a.button-bg-white::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;
}
a.button-bg-white:hover {
	color: #fff;
}
a.button-bg-white:hover::after {
	transform: scaleX(1);
}
a.button-bg-white .arrow-mini {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 12px;
	right: 20px;
	top: calc(50% - 6px);
	z-index: 10;
	background: url(../img/arrow_mini.svg) 50% 50% no-repeat;
	background-size: 100% auto;
	filter: brightness(1) invert(0);
}
a.button-bg-white:hover .arrow-mini {
	filter: brightness(0) invert(1);
}






main {
	position: relative;
	z-index: 100;
	min-height: 500px;
	overflow: hidden;
}


main .column > .inner {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}


main .column header {
	display: flex;
	align-items: flex-end;
}
main .column header h2 {
	position: relative;
	font-size: 72px;
	font-weight: 500;
	font-family: "Josefin Sans", sans-serif;
}
main .column header h2::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 48px;
	right: -38px;
	bottom: 14px;
	background: #20304d;
	transform: rotate(30deg);
}
main .column header .subtitle {
	position: relative;
	top: -14px;
	margin: 0 0 0 70px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}





#mini-title {
	padding: 40px;
}
#mini-title h1 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
}

#mini-title + #solution-menu {
	border-width: 1px 0 0;
}





.document-list h3 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.45;
}
.document-list h3::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #e6e6e6;
}
.document-list span {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 30px;
	background: #fff;
}

.document-list .slide {
	position: relative;
	margin: 50px -10px 0;
	padding: 0 0 60px;
}
.document-list .slide-item a {
	display: block;
	padding: 0 10px;
}
.document-list .slide-item .thumb {
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}

.document-list .slide-item .link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 64px);
	height: 50px;
	margin: -25px 0 0 32px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
.document-list .slide-item .link em {
	position: relative;
	z-index: 10;
}
.document-list .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;
}
.document-list .slide-item a:hover .link {
	color: #fff;
}
.document-list .slide-item a:hover .link::after {
	transform: scaleX(1);
}

.slick-arrow {
	box-sizing: border-box;
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: -66px;
	z-index: 20;
	margin: 0;
	padding: 0;
	font-size: 0;
	border: 1px solid #dc1010;
	border-radius: 20px;
	background: #fff;
	cursor: pointer;
}
.slick-prev {
	left: calc(50% - 70px);
	background: #fff url(../img/arrow_slide_prev.svg) 47% 50% no-repeat;
	background-size: 4px auto;
}
.slick-next {
	right: calc(50% - 70px);
	background: #fff url(../img/arrow_slide_next.svg) 53% 50% no-repeat;
	background-size: 4px auto;
}

.slick-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	bottom: -60px;
}

.slick-dots button {
	box-sizing: border-box;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	font-size: 0;
	border: 1px solid #dc1010;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}
.slick-dots li + li {
	margin-left: 12px;
}
.slick-dots .slick-active button {
	background: #dc1010;
}


.document-list {
}
/*
.document-list .slick-list {
	overflow: visible !important;
}
*/
.document-list .more {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 4px;
	z-index: 10;
	padding-left: 24px;
	background: #fff;
}
.document-list .more a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #dc1010;
}
.document-list .more a i {
	box-sizing: border-box;
	display: flex;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	border: 1px solid #dc1010;
	border-radius: 12px;
	background: url(../img/arrow_slide_next.svg) 50% 50% no-repeat;
	background-size: 4px auto;
}
.document-list .more a:hover {
	text-decoration: underline;
}






/* Mask */

.document-list .slide {
	margin-right: 50px;
}
.document-list .slide .slick-list {
	overflow: visible;
}
.document-list .slide .mask1,
.document-list .slide .mask2 {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
}
.document-list .slide .mask1 {
	width: calc((100vw - 1120px) / 2);
	left: 0%;
	transform: translateX(-100%);
	background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50px)
}
.document-list .slide .mask2 {
	width: calc((100vw - 1120px) / 2 + 50px);
	right: 0%;
	transform: translateX(100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50px)
}










.parformance-list {
	box-sizing: border-box;
	padding: 70px 60px 56px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.parformance-list .summary {
	color: #3d6ed7;
	text-align: center;
}
.parformance-list .summary ul {
	display: flex;
	justify-content: center;
}
.parformance-list .summary li {
	position: relative;
	width: 332px;
}
.parformance-list .summary li + li {
	margin-left: 128px;
}

.parformance-list .summary h2 {
	margin: 0 0 10px;
	font-size: 24px !important;
	font-weight: 700;
	text-align: center;
}
.parformance-list .summary h3 {
	font-size: 24px;
	font-weight: 700;
}

.parformance-list .summary .number {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 95px;
	margin: 10px 0 0;
	padding: 0 24px;
}
.parformance-list .summary .number::before,
.parformance-list .summary .number::after {
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 95px;
	top: 0;
}
.parformance-list .summary .number::before {
	left: 0;
	background: url(../img/bracket_start.svg) 50% 50% no-repeat;
	background-size: 23px auto;
}
.parformance-list .summary .number::after {
	right: 0;
	background: url(../img/bracket_end.svg) 50% 50% no-repeat;
	background-size: 23px auto;
}

.parformance-list .number > div {
	position: relative;
	top: 12px;
}
.parformance-list .number > div strong {
	font-size: 104px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
}
.parformance-list .number > div strong em {
	font-size: 76px;
	font-weight: 500;
}
.parformance-list .number > div .sup {
	position: relative;
	top: -10px;
	font-size: 32px;
	font-weight: 700;
	vertical-align: top;
}

.parformance-list .number > span {
	position: relative;
}
.parformance-list .number > span em {
	display: block;
	font-size: 20px;
	font-weight: 900;
}
.parformance-list .number > span strong {
	display: block;
	margin-top: 5px;
	font-size: 24px;
	font-weight: 700;
}

.parformance-list li:nth-child(1) .number > span {
	top: -12px;
	margin-right: 12px;
}
.parformance-list li:nth-child(2) .number > span {
	top: -14px;
	margin-left: 6px;
}


.parformance-list .summary p {
	margin: 25px 0 0;
	font-size: 18px;
	font-weight: 700;
}


.parformance-list li + li::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 84px;
	left: -65px;
	top: 38px;
	background: #afbede;
	transform: rotate(30deg);
}

#casestudy-performance .parformance-list li + li::after {
	top: 18px;
}




.parformance-list .list {
	margin: 40px 0 0;
	padding: 0 0 28px;
	border-bottom: 1px solid #e6e6e6;
}
.parformance-list .list > ul > li + li {
	margin-top: 40px;
}
.parformance-list .list h3 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
}
.parformance-list .list h3 span {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 28px;
	background: #fff;
}
.parformance-list .list h3::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #e6e6e6;
}

.parformance-list ul ul {
	display: flex;
	justify-content: space-between;
	margin: 12px 0 0;
}
.parformance-list ul ul li {
	width: calc((100% - 12px) / 4);
}





.performance-column {
	margin: 80px 0 0;
}
.performance-column .lead {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.performance-column .lead p {
	width: 450px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.6;
}
.performance-column .lead span {
	font-size: 15px;
	font-weight: 700;
}
.performance-column .image-list {
	margin: 40px 0 0;
	border-radius: 8px;
	overflow: hidden;
}
.performance-column .image-list ul {
	display: flex;
	justify-content: space-between;
}
.performance-column .image-list li {
	width: calc((100% - 3px) / 4);
}
.performance-column .image-list .note {
	display: none;
}













.casestudy-list {
	position: relative;
}
.casestudy-list h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.casestudy-list .slide {
	margin: 50px -16px 0;
}
/*
.casestudy-list .slide-inner {
	display: flex;
	justify-content: space-between;
}
*/
.casestudy-list .slide-item {
	/*
	width: calc((100% - 64px) / 3);
	*/
}






.casestudy-list .slide-item a {
	position: relative;
	display: block;
	padding: 0 16px 25px;
	color: #20304d;
}
.casestudy-list .slide-item .item-inner {
	position: relative;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
}
.casestudy-list .slide-item .logo {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 144px;
	height: 144px;
	left: calc(50% - 72px);
	top: 40px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.casestudy-list .slide-item .thumb {
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.casestudy-list .item-inner > dl {
	padding: 16px 24px;
}
.casestudy-list .item-inner > dl > dt {
	font-size: 13px;
	font-weight: 700;
	color: #3d6ed7;
}
.casestudy-list .item-inner dl dl {
	margin: 8px 0 0;
}
.casestudy-list .item-inner dl dl dt {
	min-height: 50px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}
.casestudy-list .item-inner dl dl dd {
	min-height: 80px;
	margin: 12px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}



.casestudy-list .slide-item .link {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 140px);
	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;
}
.casestudy-list .slide-item .link em {
	position: relative;
	z-index: 10;
}
.casestudy-list .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;
}
.casestudy-list .slide-item a:hover .link {
	color: #fff;
}
.casestudy-list .slide-item a:hover .link::after {
	transform: scaleX(1);
}



/*
.casestudy-list .slick-list {
	overflow: visible;
}
*/

.casestudy-list .more {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 100;
}
.casestudy-list .more a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #dc1010;
}
.casestudy-list .more a i {
	box-sizing: border-box;
	display: flex;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	border: 1px solid #dc1010;
	border-radius: 12px;
	background: url(../img/arrow_slide_next.svg) 50% 50% no-repeat;
	background-size: 4px auto;
}
.casestudy-list .more a:hover {
	text-decoration: underline;
}




.casestudy-list .slide-inner-extra {
	display: flex;
	flex-wrap: wrap;
}
.casestudy-list .slide-inner-extra .slide-item {
	width: calc((100% - 64px) / 3);
}
.casestudy-list .slide-inner-extra .slide-item:nth-child(n + 4) {
	margin-top: 64px;
}




/* Mask */

#top-casestudy .casestudy-list .slide {
	margin-right: 50px;
}
#top-casestudy .casestudy-list .slide .slick-list {
	overflow: visible;
}
#top-casestudy .casestudy-list .slide .mask1,
#top-casestudy .casestudy-list .slide .mask2 {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
}
#top-casestudy .casestudy-list .slide .mask1 {
	width: calc((100vw - 1120px) / 2);
	left: 0%;
	transform: translateX(-100%);
	background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50px)
}
#top-casestudy .casestudy-list .slide .mask2 {
	width: calc((100vw - 1120px) / 2 + 100px);
	right: 50px;
	transform: translateX(100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50px)
}








#full-banner {
	box-sizing: border-box;
	position: relative;
	height: 26vw;
	max-height: 380px;
	border: 0 solid #3d6ed7;
	border-width: 3px 0;
	background: url(../img/solution_banner_pc.png) 50% 50% no-repeat;
	background-size: cover;
}
#full-banner .inner {
	position: absolute;
	width: 100%;
	max-width: 960px;
	left: 50%;
	top: 60%;
	transform: translateX(-50%);
}

#full-banner .copy {
	position: absolute;
	visibility: hidden;
}

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





/* CASESTUDY */

#casestudy-performance {
	padding: 56px 0;
	background: #fafafa;
	border: 0 solid #e6e6e6;
	border-width: 1px 0;
}
#casestudy-performance h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#casestudy-performance h2 span {
	font-size: 18px;
}
#casestudy-performance .content {
	margin-top: 56px;
}


#casestudy-summary {
	padding: 95px 0;
}
#casestudy-summary .slide-item {
	width: 33.33%;
}




#casestudy-news {
	padding: 95px 0 90px;
	background: #fafafa;
	border-top: 1px solid #e6e6e6;
}
#casestudy-news h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
#casestudy-news .caption {
	margin: 24px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}




#casestudy-entry {
	border-top: 1px solid #e6e6e6;
}
#casestudy-entry > .inner {
	box-sizing: border-box;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 40px 100px;
}

#casestudy-entry .entry-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 40px;
	border-bottom: 1px solid #e6e6e6;
}
#casestudy-entry .entry-head .logo {
	width: 300px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}


#casestudy-entry .entry-head h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
}
#casestudy-entry .entry-head .category {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #3d6ed7;
}
#casestudy-entry .entry-body {
	max-width: 980px;
	margin: 50px auto 0;
	padding: 0 40px;
}
#casestudy-entry .entry-body p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
#casestudy-entry .entry-body p + p {
	margin-top: 30px;
}














/* News */

#news-summary {
	padding: 95px 0 80px;
	background: #fafafa;
	border: 0 solid #e6e6e6;
	border-width: 1px 0;
}
#news-summary h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
#news-summary .caption {
	margin: 24px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.news-list + .news-list {
	margin-top: 80px;
	padding-top: 96px;
	border-top: 1px solid #e6e6e6;
}


.news-list .slide {
	position: relative;
	margin: 50px -10px 0;
	padding: 0 0 60px;
}
.news-list .slide-item a {
	display: block;
	padding: 0 10px;
}
.news-list .slide-item .entry-summary {
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}
.news-list .slide-item dl {
	padding: 16px 24px 60px;
}
.news-list .slide-item dt {
	font-size: 12px;
	font-weight: 500;
}
.news-list .slide-item dd {
	min-height: 56px;
	margin: 5px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.news-list .slide-item .link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 64px);
	height: 50px;
	margin: -25px 0 0 32px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
.news-list .slide-item .link em {
	position: relative;
	z-index: 10;
}
.news-list .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;
}
.news-list .slide-item a:hover .link {
	color: #fff;
}
.news-list .slide-item a:hover .link::after {
	transform: scaleX(1);
}

.news-list .slide-item .entry-summary .thumb img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}


/*
.news-list .slick-list {
	overflow: visible;
}
*/


/* Mask */

.news-list .slide {
	margin-right: 50px;
}
.news-list .slide .slick-list {
	overflow: visible;
}
.news-list .slide .mask1,
.news-list .slide .mask2 {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
}
.news-list .slide .mask1 {
	width: calc((100vw - 1120px) / 2);
	left: 0%;
	transform: translateX(-100%);
	background: linear-gradient(to left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 50px)
}
.news-list .slide .mask2 {
	width: calc((100vw - 1120px) / 2 + 50px);
	right: 0%;
	transform: translateX(100%);
	background: linear-gradient(to right, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 50px)
}











.news-mailmagazine {
	margin: 50px 0 0;
	text-align: center;
}
.news-mailmagazine dt {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #dc1010;
}
.news-mailmagazine dd {
	width: 438px;
	margin: 15px auto 0;
}
.news-mailmagazine dd a {
	border: 2px solid #dc1010;
}

.news-mailmagazine dt::before,
.news-mailmagazine dt::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 24px;
	top: 1px;
	background: #dc1010;
	transform-origin: center center;
}
.news-mailmagazine dt::before {
	left: -18px;
	transform: rotate(-20deg);
}
.news-mailmagazine dt::after {
	right: -15px;
	transform: rotate(20deg);
}







#news-another {
	padding: 95px 0 80px;
}
#news-another ul {
	display: flex;
	justify-content: space-between;
}
#news-another li {
	width: calc(50% - 18px);
}

#news-another h3 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.45;
}
#news-another h3::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #e6e6e6;
}
#news-another h3 span {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 30px;
	background: #fff;
}

#news-another li dl {
	margin: 30px 0 0;
}
#news-another li dt {
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
}
#news-another li:nth-child(2) dt {
	border: 1px solid #afbede;
}
#news-another li dd {
	margin: 30px 0 0;
	min-height: 120px;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}

#news-another .link {
	margin-top: 5px;
}








.recommend-list {
	margin-top: 96px;
}
.recommend-list h3 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.45;
}
.recommend-list h3::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #e6e6e6;
}
.recommend-list h3 span {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 30px;
	background: #fff;
}

.recommend-list > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 46px 0 0;
}
.recommend-list > ul > li {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: calc(50% - 12px);
	background: #fff;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}
.recommend-list > ul > li:nth-child(2n) {
	margin-left: 24px;
}
.recommend-list > ul > li:nth-child(n + 3) {
	margin-top: 16px;
}

.recommend-list .pict {
	width: 140px;
	height: 100%;
}
.recommend-list .pict img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recommend-list p {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: calc(100% - 140px);
	height: 100%;
	padding: 28px 32px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
}

.recommend-list dl {
	box-sizing: border-box;
	width: calc(100% - 140px);
	padding: 28px 32px;
}
.recommend-list dt {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.5;
}
.recommend-list dd {
	margin: 10px 0 0;
}
.recommend-list li li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}
.recommend-list li li::before {
	content: "・";
	text-indent: 0;
}
.recommend-list li li + li {
	margin-top: 2px;
}







.notes-column {
	padding: 56px 0;
	background: #fafafa;
	border-top: 1px solid #e6e6e6;
}
.notes-column .note {
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
}
.notes-column dl {
	margin: 12px 0 0;
}
.notes-column dt,
.notes-column li {
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
}
.notes-column li {
	position: relative;
	padding-left: 1em;
	text-indent: -1em;
}
.notes-column li::before {
	content: "・";
	text-indent: 0;
}





#news-entry {
	border-top: 1px solid #e6e6e6;
}
#news-entry .inner {
	max-width: 980px;
	padding: 50px 40px 100px;
}

#news-entry .entry-head {
	padding: 0 0 40px;
	border-bottom: 1px solid #e6e6e6;
}
#news-entry .entry-head h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
}
#news-entry .entry-date {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 500;
}
#news-entry .entry-body {
	margin: 50px 0 0;
}
#news-entry .entry-body p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
#news-entry .entry-body p + p {
	margin-top: 30px;
}










/* PRICE */


#price-intro {
	padding: 56px 0 96px;
	background: #fafafa;
	border: 0 solid #e6e6e6;
	border-width: 1px 0;
}
#price-intro h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#price-intro .content {
	margin: 56px 0 0;
	padding: 48px 52px 56px;
	border: 1px solid #afbede;
	background: #eef5ff;
	border-radius: 8px;
	overflow: hidden;
}
#price-intro h3 {
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #3d6ed7;
}

#price-intro .content ol {
	counter-reset: order;
}
#price-intro .content li {
	position: relative;
	padding-top: 48px;
	counter-increment: order;
}
/*
#price-intro .content li::before {
	box-sizing: border-box;
	position: absolute;
	content: counter(order);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	left: calc(50% - 16px);
	top: 0;
	padding: 4px 0 0 1px;
	color: #fff;
	font-size: 28px;
	font-family: "Josefin Sans", sans-serif;
	background: #3d6ed7;
	border-radius: 16px;
}
*/

#price-intro .content li:nth-child(1) {
	margin-bottom: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid #afbede;
}

#price-intro .content li .label {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 32px;
	font-family: "Josefin Sans", sans-serif;
	text-align: center;
	color: #3d6ed7;
}

#price-intro .fig {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px 0 0;
}
#price-intro .fig .pict {
	box-sizing: border-box;
	width: calc(100% - 392px - 40px);
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
#price-intro .fig .flow {
	position: relative;
	width: 392px;
}
#price-intro .flow .box + .plus + .box {
	margin-top: 30px;
}
#price-intro .box dl {
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
#price-intro .box dt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #3d6ed7;
}
#price-intro .box dd {
	padding: 24px 32px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	color: #3d6ed7;
}
#price-intro .box dd span {
	display: block;
	margin: 8px 0 0;
	font-size: 11px;
}

#price-intro .plus {
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	left: calc(50% - 32px);
	margin: -16px 0;
	font-size: 0;
	background: #fff url(../img/icon_plus.svg) 50% 50% no-repeat;
	background-size: 24px auto;
	border: 1px solid #3d6ed7;
	border-radius: 32px;
}




#price-reason {
	padding: 95px 0;
}
#price-reason h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

#price-reason .content {
	margin: 56px 0 0;
	padding: 48px 52px 56px;
	border: 1px solid #afbede;
	background: #eef5ff;
	border-radius: 8px;
	overflow: hidden;
}
#price-reason h3 {
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #3d6ed7;
}

#price-reason .content ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: order;
}
#price-reason .content li {
	position: relative;
	padding-top: 48px;
	padding-bottom: 25px;
	counter-increment: order;
}
#price-reason .content li::before {
	box-sizing: border-box;
	position: absolute;
	content: counter(order);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	left: calc(50% - 16px);
	top: 0;
	padding: 4px 0 0 1px;
	color: #fff;
	font-size: 28px;
	font-family: "Josefin Sans", sans-serif;
	background: #3d6ed7;
	border-radius: 16px;
}

#price-reason .content li:nth-child(1) {
	margin-bottom: 48px;
	padding-bottom: 72px;
	border-bottom: 1px solid #afbede;
}
#price-reason .content li:nth-child(n + 2) {
	display: flex;
	flex-direction: column;
	width: calc(50% - 48px);
}
#price-reason .content li:nth-child(3) {
}


#price-reason .fig {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
	padding: 48px 36px;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	background: #fff;
}



#price-reason li .text p {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	color: #3d6ed7;
}
#price-reason li .text p span {
	display: block;
	margin: 8px 0 0;
	font-size: 11px;
}


#price-reason li:nth-child(1) .pict {
	box-sizing: border-box;
	width: 60%;
	padding-right: 36px;
}
#price-reason li:nth-child(1) .text {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 40%;
	padding-left: 36px;
	border-left: 1px solid #3d6ed7;
}


#price-reason .content li:nth-child(n + 2) .fig {
	flex-direction: column;
	height: 100%;
}
#price-reason li:nth-child(n + 2) .text {
	padding-top: 32px;
	border-top: 1px solid #3d6ed7;
}



#price-reason li:nth-child(2) .pict {
	padding: 0 28px 28px;
}

#price-reason li:nth-child(3)::after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 25px);
	left: -48px;
	top: 0;
	background: #afbede;
}


#price-reason li .number {
	margin-top: -20px;
}
#price-reason li .number dl {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 40px;
	color: #3d6ed7;
}
#price-reason li .number dl + dl {
	border-top: 1px solid #d9d9d9;
}
#price-reason li .number dt {
	font-size: 15px;
	font-weight: 700;
}
#price-reason li .number dd {
	width: 120px;
	text-align: center;
}
#price-reason li .number dd strong {
	font-size: 46px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
}
#price-reason li .number dd span {
	font-size: 15px;
	font-weight: 700;
}
#price-reason li .number dd::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	left: 50%;
	top: calc(50% - 15px);
	transform: rotate(35deg);
	background: #3d6ed7;
}



#price-reason .link {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 288px;
	height: 50px;
	left: calc(50% - 144px);
	bottom: 0px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
#price-reason .link em {
	position: relative;
	z-index: 10;
}
#price-reason .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;
}
#price-reason .link:hover {
	color: #fff;
}
#price-reason .link:hover::after {
	transform: scaleX(1);
}

#price-reason li:nth-child(1) .link {
	bottom: 48px;
}







#price-faq {
	padding: 95px 0;
	border-top: 1px solid #e6e6e6;
	background: #fafafa;
}
#price-faq h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.faq-list {
	margin: 56px 0 0;
}

.faq-list li {
	padding: 0 0 20px;
	border-bottom: 1px solid #d9d9d9
}
.faq-list li + li {
	margin-top: 20px;
}
.faq-list dd {
	height: 0;
	overflow: hidden;
	transition: all 400ms ease-out;
}
.faq-list dt a {
	position: relative;
	display: block;
	padding: 0 80px 0 65px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	color: #20304d;
}
.faq-list dt a::before {
	position: absolute;
	content: "Q.";
	left: 8px;
	top: calc(50% - 27px);
	font-size: 35px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
	color: #3d6ed7;
}
.faq-list dt a .plus {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 45px;
	top: calc(50% - 10px);
}
.faq-list dt a .plus::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 21px;
	left: 50%;
	top: 0;
	background: #dc1010;
	transition: all 400ms ease-out;
}
.faq-list dt a .plus::after {
	position: absolute;
	content: "";
	display: block;
	width: 21px;
	height: 1px;
	left: 0;
	top: calc(50%);
	background: #dc1010;
}
.faq-list .answer {
	position: relative;
	padding: 15px 80px 10px 65px;
}
.faq-list .answer p {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	color: #20304d;
}

.faq-list .opened dt a .plus::before {
	transform: scaleY(0);
}











/* DOWNLOAD */

#download-lineup {
	padding: 95px 0;
	background: #fafafa;
	border-top: 1px solid #e6e6e6;
}
#download-lineup h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
#download-lineup .caption {
	margin: 24px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.download-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 72px 0 0;
}
.download-list li {
	position: relative;
	box-sizing: border-box;
	width: calc((100% - 64px) / 3);
	margin-left: 32px;
	display: block;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
}
.download-list li:nth-child(3n + 1) {
	margin-left: 0;
}
.download-list li:nth-child(n + 4) {
	margin-top: 64px;
}

.download-list li a {
}
.download-list li .thumb {
	border-radius: 8px 8px 0 0;
	border-bottom: 1px solid #3d6ed7;
	overflow: hidden;
}
.download-list li dl {
	padding: 32px 24px 48px;
}
.download-list li dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.download-list li dd {
	margin: 12px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.download-list .link {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% - 140px);
	height: 50px;
	left: 70px;
	bottom: -25px;
	color: #dc1010;
	font-weight: 500;
	border: 1px solid #dc1010;
	border-radius: 25px;
	background: #fff;
	overflow: hidden;
	will-change: transform;
}
.download-list .link em {
	position: relative;
	z-index: 10;
}
.download-list .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;
}
.download-list a:hover .link {
	color: #fff;
}
.download-list a:hover .link::after {
	transform: scaleX(1);
}




#download-casestudy {
	padding: 95px 0;
	border-top: 1px solid #e6e6e6;
}
#download-casestudy .slide-item {
	width: 33.33%;
}








#donwload-entry {
	padding: 56px 0 96px;
	background: #fafafa;
}
#donwload-entry .inner {
	display: flex;
	justify-content: space-between;
}

#donwload-entry .primary {
	width: calc(100% - 536px - 48px);
}
#donwload-entry .secondary {
	width: 536px;
}

#donwload-entry h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
}
#donwload-entry .entry-body {
	margin: 40px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}

#donwload-entry .recommend {
	margin: 56px 0 0;
}
#donwload-entry .recommend h2 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
}
#donwload-entry .recommend h2 span {
	position: relative;
	display: inline-block;
	z-index: 10;
	padding-right: 12px;
	background: #fafafa;
}
#donwload-entry .recommend h2::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #e6e6e6;
}

#donwload-entry .recommend ul {
	margin: 32px 0 0;
}
#donwload-entry .recommend dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
}
#donwload-entry .recommend dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	min-height: 100px;
	background: #eef5ff;
}
#donwload-entry .recommend dt img {
	width: 80%;
	height: auto;
}
#donwload-entry .recommend dd {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: calc(100% - 100px);
	min-height: 100px;
	padding: 20px 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	background: #fff;
}
#donwload-entry .recommend li + li {
	margin-top: 12px;
}

#donwload-entry .image {
	margin: 40px 0 0;
	border-radius: 8px;
	overflow: hidden;
}

#donwload-entry .detail {
	margin: 30px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}



#donwload-entry .link {
	margin: 80px 0 0;
}
#donwload-entry .link a {
	position: relative;
	display: inline-block;
	padding: 0 0 4px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #20304d;
}
#donwload-entry .link a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #20304d;
}
#donwload-entry .link a:hover::after {
	visibility: hidden;
}




#donwload-entry .secondary .form {
	border: 1px solid #3d6ed7;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
#donwload-entry .secondary .form h2 {
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #3d6ed7;
}
#donwload-entry .secondary .form-inner {
	padding: 32px 48px;
}







/* CONTACT */

#mini-title h1.lite {
	font-size: 30px;
}

#form-container {
	padding: 95px 0 80px;
	background: #fff;
	border: 0 solid #e6e6e6;
	border-width: 1px 0 0;
}
#form-container .inner {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}
.form-inner {
	padding: 60px;
	background: #f4f4f4;
	border-radius: 7px;
}



#thanks-container {
	padding: 60px 0 120px;
	background: #fff;
	border: 0 solid #e6e6e6;
	border-width: 1px 0 0;
}
#thanks-container .inner {
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}
.form-thanks {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}



#download-lineup.compact {
	padding-top: 50px;
	background: #fff;
}
#download-lineup.compact .download-list ul {
	margin-top: 50px;
}

#news-summary.compact {
	padding-top: 50px;
}









/* ENTRY */

.entry-body {
	margin: 60px 0 0;
}

.entry-body h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.9;
}
.entry-body h3,
.entry-body h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.9;
}
.entry-body div,
.entry-body p,
.entry-body li {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}
.entry-body p + p {
	margin-top: 10px;
}
.entry-body img {
	width: auto;
	margin: 15px 0;
}


.entry-body strong {
	font-weight: 700;
}

.entry-body p a {
	color: #dc1010;
	text-decoration: underline;
}
.entry-body p a:hover {
	text-decoration: none;
}

.entry-body .image {
	max-width: 420px;
	margin: 40px auto;
}

.entry-body img {
	width: auto;
	margin: 60px auto 0;
	overflow: hidden;
	/*
	border: 1px solid #e6e6e6;
	border-radius: 7px;
	*/
}
.entry-body .image-noborder,
.entry-body .image-noborder img {
	border-width: 0 !important;
	border-radius: 0 !important;
}

.entry-body pre {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.9;
}


/*
.entry-body h3 {
	position: relative;
	margin: 0 0 25px;
	padding-left: 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #dc1010;
}
.entry-body h3::before {
	position: absolute;
	content: "";
	display: block;
	width: 38px;
	height: 1px;
	left: 0;
	top: calc(14px);
	background: #dc1010;
}

.entry-body p + h3,
.entry-body div + h3 {
	margin-top: 60px;
}

.entry-body p,
.entry-body div {
	margin: 0 0 0 60px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
.entry-body img {
	width: auto;
	margin: 60px auto 0;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 7px;
}
*/






/*　202501　*/

#casestudy-menu {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 73px;
	left: 0;
	top: 90px;
	z-index: 950;
	border: 0 solid #e6e6e6;
	border-width: 0 0 1px;
	background: #fff;
}

#casestudy-menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	height: 72px;
	margin: 0 auto;
}
#casestudy-menu li {
	box-sizing: border-box;
	position: relative;
	width: 230px;
	padding: 0 20px;
}
#casestudy-menu a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	padding: 0 0 1px;
	font-size: 16px;
	font-weight: 700;
	color: #20304d;
	border-radius: 8px;
}
#casestudy-menu li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	left: 0;
	top: calc(50% - 12px);
	background: #e6e6e6;
}

#casestudy-menu a:hover {
	text-decoration: underline;
}
body.casestudy.logi #casestudy-menu .logi-case a,
body.casestudy.index #casestudy-menu .casestudy-index a
{
	background: #f4f4f4;
}













#casestudy-menu {
	visibility: hidden;
	transform: translateY(-74px);
	transition: all 400ms ease-out;
}
body:not(.casestudy).second-casestudy #casestudy-menu {
	visibility: visible;
	transform: translateY(0px);
	z-index: 960;
}
/*
body.casestudy.second-menu #casestudy-menu {
	transform: translateY(-74px) !important;
	transition: all 400ms ease-out !important;
}
*/
body.casestudy #casestudy-menu {
	visibility: visible !important;
	transform: none !important;
	transition: none !important;
}

body.casestudy #wrap {
	padding-top: calc(90px + 73px);
}






.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0 !important;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em !important;
}





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

#download-kv .kv-inner {
	text-align: center;
	background: #eef5fe;
}
#download-kv .kv-inner img {
	width: 100%;
	max-width: 1380px;
	height: auto;
}


#download-kv + #download-kv {
	display: none;
}



.password-form {
	width: 800px;
	margin: 300px auto 0;
}
.password-form p {
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
}
.password-form input {
	font-family: sans-serif;
}



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

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





