@media(min-width:768px){
	.mobile{
		display: none !important;
	}
	.mb50{
		margin-bottom:50px !important;
	}
}
@media(max-width:767.99px){
	.desktop{
		display: none !important;
	}
}
body.top{
	width:100%;
	height: 100%;
	background:url("../images/feauture.webp") no-repeat;
	background-attachment: fixed;
	background-size:cover;
}
body.second{
	background:var(--main-color);
}
div.contents{
	width:100%;
	background:var(--main-color);
}
@media(max-width:767.99px){
	div.contents{
		width:calc(100% - 20px);
		margin:10px;
	}
}
div.contents.trans{
	background:transparent;
	padding-bottom:50px;
}
@media(min-width:768px){
	div.inner{
		 width:100%;
		 min-width:calc(var(--min-width) - 20px);
		 max-width:calc(var(--max-width) - 20px);
		 margin:auto auto 100px;
	}
}
@media(min-width:767.99px){
	div.inner{
		 width:100%;
		 margin:auto auto 20px;
	}
}
.headerWrapper{
	width:100%;
	min-width:var(--min-width);
	background:var(--main-color);
	color:#fff;
	position: fixed;
	z-index: 1000;
	box-shadow: var(--box-shadow);
	top:0;
}
@media(max-width:767.99px){
	.headerWrapper{
		height: 80px;
	}
}
.header{
	width:clamp(var(--min-width),100%,var(--max-width));
	margin:auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding:10px;
}
@media(min-width:768px){
	.header h1{
		font-size:16px;
		text-align: center;
		margin-bottom:0.5em;
	}
	header a img:hover{
		opacity: 0.75;
	}
}
@media(max-width:767.99px){
	.header{
		width:calc(100% - 10px);
		margin:auto;
		/*display: flex;
		justify-content: space-between;
		align-items: center;*/
		box-sizing: border-box;
		padding:10px;
	}

	.header h1{
		font-size:14px;
		text-align: center;
		position: absolute;
		top:0;
		left:0;
		right:0;
		margin:auto;
		padding-top:5px;
	}
	.header div img{
		width:200px;
		position: absolute;
		top:25px;
		left:10px;
	}
	a.scsk img{
		width:60px;
		position: absolute;
		top:35px;
		right:70px;
	}
}
@media(min-width:768px){
	ul.nav{
		display: flex;
		justify-content: center;
		gap:10px;
	}
	ul.nav a{
		color:#fff;
		width:120px;
		display: block;
		/*border:2px solid #fff;*/
		text-align: center;
		line-height: 40px;
		height: 40px;
		position: relative;
	}
	ul.nav a::after{
		content: "";
		width:0%;
		height: 2px;
		background:#fff;
		position: absolute;
		margin:auto;
		left:0;
		right:0;
		bottom:0;
		transition: all 0.25s;
	}
	ul.nav a:hover::after,
	ul.nav li.active a::after{
		width:100%;
		transition: all 0.25s;
	}
	ul.nav a:hover{
		background:var(--main-color);
		color:#fff;
	}
}
@media(max-width:767.99px){
	ul.nav{
		color:#fff;
		width:100%;
		border-bottom:2px solid #fff;
		text-align: center;
		background:var(--main-color);
		position: fixed;
		top:80px;
		right: 0;
		z-index: 2000
	}
	ul.nav li{
		width:100%;
		height: 40px;
		line-height: 40px;
		border-top:2px solid #fff;
	}
	ul.nav li a{
		color:#fff;
	}
}
@media(min-width:768px){
	div.tickerWrapper{
		background-color:var(--black-color);
		height: 40px;
	}
	div.ticker{
		width:calc(100% - 20px);
		max-width:calc(var(--max-width) - 20px);
		display: flex;
		gap:15px;
		margin:auto;
		align-items: center;
		height: 100%;
		position: relative;
	}
	div.ticker h2{
		font-weight: normal;
		width:100px;
		text-align: center;
		background:var(--yellow-color);
		padding:3px 5px 1px;
		color:var(--black-color);
		border-radius: 30px;
		font-size:14px;
	}
	div.tickerContents{
		width:calc(var(--min-width) - 100px);
		overflow: hidden;
		font-size:16px;
	}
	div.tickerContents p{
		white-space: nowrap;
		overflow: hidden;
		color:#fff;
	}
	div.tickerContents p a{
		color:#fff;
	}
	div.tickerContents p a:hover{
		color:var(--yellow-color);
	}
	a.contact{
		display: block;
		position: relative;
		margin:auto;
		right:0;
		bottom:22px;
		width:140px;
		height: 40px;
		background:var(--sub-color);
		text-align: center;
		color:#fff;
		border-radius: 40px;
		line-height: 40px;
		border:4px solid #fff;
		border-right:4px solid #fff;
		border-bottom:4px solid #fff;

		box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
	}
	a.contact:hover{
		background:var(--sub-color);
		background:#DE000F;
	}
}
@media(max-width:767.99px){
	nav{
		display: none;
	}
	div.tickerWrapper{
		position: absolute;
		top:80px;
		background:#000;
	}
	div.ticker{
		width:var(--min-width);
		display: flex;
		gap:15px;
		margin:auto;
		align-items: center;
		height: 100%;
		position: relative;
	}
	div.ticker h2{
		font-weight: normal;
		width:80px;
		text-align: center;
		background:var(--yellow-color);
		padding:3px 5px 1px;
		color:var(--black-color);
		border-radius: 30px;
		font-size:12px;
		margin-left:10px;
	}
	div.tickerContents{
		width:calc(100vw - 70px);
		overflow: hidden;
		font-size:16px;
	}
	div.tickerContents p{
		white-space: nowrap;
		overflow: hidden;
		color:#fff;
		font-size:13px;
	}
	div.tickerContents p a{
		color:#fff;
	}
	.openbtn1{
		background:var(--main-color);;
		cursor: pointer;
		width: 50px;
		height:50px;
		position: absolute;
		top:10px;
		/*bottom:0;
		margin:auto;*/
		right:10px;
		transform: scale(0.88) !important;
	}

	/*ボタン内側*/
	.openbtn1 span{
		display: inline-block;
		transition: all .4s;/*アニメーションの設定*/
		position: absolute;
		left: 14px;
		height: 3px;
		background: #fff;
		width: 45%;
	  }

	.openbtn1 span:nth-of-type(1) {
		top:15px;
	}

	.openbtn1 span:nth-of-type(2) {
		top:23px;
	}

	.openbtn1 span:nth-of-type(3) {
		top:31px;
	}

	/*activeクラスが付与されると線が回転して×に*/

	.openbtn1.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

	.openbtn1.active span:nth-of-type(2) {
		opacity: 0;/*真ん中の線は透過*/
	}

	.openbtn1.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}
}
.mainvisualWrapper {
	/*margin-top:200px;*/
	padding-top:160px;
}
@media(max-width:767.99px){
	.mainvisualWrapper{
		padding-top:100px;

	}
}
div.mainvisual{

}
/*slick*/
button.slick-prev {
	background: url("../images/arrow_prev.svg") no-repeat;
	background-size: 30px;
	left: 10px;
}
div.presenWrapper button.slick-prev{
	left: 35px;
}
button.slick-prev:hover {
	background-image: url(../images/arrow_prev_on.svg) !important;
}
button.slick-next {
	background: url("../images/arrow_next.svg") no-repeat;
	background-size: 30px;
	right: 10px;
}
div.presenWrapper button.slick-next{
	right: 35px;
}
button.slick-next:hover {
	background-image: url(../images/arrow_next_on.svg) !important;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 1;
	border: none;
	cursor: pointer;
}
@media(min-width:768px){
	button.slick-arrow{
		top:calc(50% - 20px);
	}
}
@media(max-width:767.99px){
	button.slick-arrow{
		bottom:20px;
	}
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: -15px;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--main-color);
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	background-color: var(--sub-color) !important;
}
/*end of slick*/
@media(min-width:768px){
	div.mainvisual {
		width:100%;
		height: 60vh;
		overflow: hidden;
	}
	div.mainvisual div{
		position: relative;
		width:100%;
		height: 100%;
	}
	div.mainvisual img{
		width:100%;
		height:100%;
		object-fit:cover;
		object-position: center center;
	}
	div.mainvisual p{
		position: absolute;
		font-size:60px;
		height: 2em;
		font-weight: bold;
		color:#fff;
		text-align: center;
		margin:auto;
		top:0;
		bottom:0;
		right:0;
		left:0;
	}
	div.mainvisual p img{
		width:500px !important;
		text-align: center !important;
		object-fit: none;
		object-position: center;
		margin:auto;
	}

}
@media(max-width:767.99px){
	div.mainvisual {
		width:100%;
		height: 60vh;
		overflow: hidden;
	}
	div.mainvisual div{
		position: relative;
		width:100%;
		height: 100%;
	}
	div.mainvisual img{
		width:100%;
		height:100%;
		object-fit:cover;
		object-position: center center;
	}
	div.mainvisual p{
		position: absolute;
		font-size:20px;
		height: 2em;
		font-weight: bold;
		color:#fff;
		text-align: center;
		margin:auto;
		top:0;
		bottom:0;
		right:0;
		left:0;
	}
	div.mainvisual p img{
		width:200px !important;
		text-align: center !important;
		object-fit: cover;
		object-position: center;
		margin:auto;
	}

}
h2.top {
	font-size:32px;
	font-weight: bold;
	text-align: center;
	/*margin:50px auto;*/
	color:#fff;
	position: relative;
	border-top:4px solid var(--sub-color);
	border-top:10px solid #ccc;
	padding-top:30px;
}
@media(max-width:767.99px){
	h2.top {
		font-size:20px;
	}
}
h2.top.white{
	color:white;
}
h2.top::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: var(--sub-color) transparent transparent transparent;
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-18px;
}
h3.second{
	font-size:28px;
	width:calc(100% - 120px);
	/*min-width:calc(var(--min-width) - 20px);*/
	max-width:calc(var(--max-width) - 20px);
	margin:50px auto;
	background:var(--sub-color);
	background:#fff;
	box-sizing: border-box;
	padding:10px 20px;
	border-radius: 50px;
	color:var(--main-color);
	font-weight: bold;
	position: relative;
	text-indent: 48px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.35) inset;
}
h3.second.blog{
	text-indent: 0;
	padding-left:60px;
}
@media(max-width:767.99px){
	h3.second.blog{
		padding-left:30px;
	}
}
h3.second::after{
	content: "";
	width:28px;
	height: 28px;
	background:var(--main-color);
	position: absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:22px;
	border-radius: 50px;
	z-index: 0;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.35)
}
@media(max-width:767.99px){
	h3.second{
		font-size:18px;
		width:calc(100% - 20px);
		min-width:calc(var(--min-width) - 20px);
		max-width:calc(var(--max-width) - 20px);
		margin:10px auto;
		background:var(--sub-color);
		background:#fff;
		box-sizing: border-box;
		padding:10px 20px 10px 30px;
		border-radius: 4px;
		color:var(--main-color);
		font-weight: bold;
		position: relative;
		box-shadow: 2px 2px 6px rgba(0,0,0,0.35) inset;
		display: flex;
		align-items: center;
		text-indent: 0;
	}
	h3.second span{

	}
	h3.second::after{
		content: "";
		width:4px;
		height: 28px;
		background:var(--main-color);
		position: absolute;
		margin:auto;
		top:0;
		bottom:0;
		left:10px;
		z-index: 0;
		box-shadow: 2px 2px 6px rgba(0,0,0,0.35)
	}
}

@media(min-width:768px){
	div.h4Wrapper{
		width:calc(100% - 20px);
		min-width:calc(var(--min-width) - 20px);
		max-width:calc(var(--max-width) - 20px);
		margin:100px auto 30px;
	}
	#ngav,#coresuite{
		padding-top:180px;
		margin-top:-180px;
	}
	h4.second,
	h3.h-ttl10b1{
		border:2px solid #fff;
		font-size:22px;
		width:calc(100% -120px);
		/*min-width:calc(var(--min-width) - 20px);*/
		max-width:calc(var(--max-width) - 20px);
		margin:0 auto;
		box-sizing: border-box;
		padding:10px 20px;
		border-radius: 50px;
		color:#fff;
		font-weight: bold;
		position: relative;
		text-indent: 48px;
	}
	h4.second.faq{
		margin-left:60px;
		margin-right: 60px;
	}
	h3.h-ttl10b1 {
		margin: 50px auto;
		border: 2px solid #fff;
		box-sizing: border-box;
		padding: 10px 20px;
		padding: 10px 20px 10px 60px;
		text-indent: 0;
	}
	h4.second::after,
	h3.h-ttl10b1::after{
		content: "";
		width:24px;
		height: 24px;
		border:2px solid #fff;
		position: absolute;
		background:#fff;
		margin:auto;
		top:0;
		bottom:0;
		left:22px;
		border-radius: 50px;
		z-index: 0;
		box-shadow: 2px 2px 6px rgba(0,0,0,0.35)
	}
	h4.h-ttl07b{
		font-size:20px;
		font-weight: bold;
		border-bottom:1px solid #fff;
		margin-bottom:1em;
	}

}
@media(max-width:767.99px){
	div.h4Wrapper{
		width:calc(100% - 20px);
		margin:40px auto 30px;
	}
	h4.second,
	h3.h-ttl10b1{
		border:2px solid #fff;
		box-sizing: border-box;
		padding:10px 20px;
		border-radius: 4px;
		color:#fff;
		margin-left:0px;
		font-size:16px;
		font-weight: bold;
		position: relative;
		padding-left:35px;
	}
	h3.h-ttl10b1{
		margin:20px auto;
	}
	h4.second::after,
	h3.h-ttl10b1::after{
		content: "";
		width:2px;
		height: 24px;
		border:2px solid #fff;
		position: absolute;
		background:#fff;
		margin:auto;
		top:0;
		bottom:0;
		left:10px;
		z-index: 0;
		box-shadow: 2px 2px 6px rgba(0,0,0,0.35)
	}
	h4.h-ttl07b{
		font-size:18px;
		font-weight: bold;
		border-bottom:1px solid #fff;
		margin-bottom:1em;
	}

}
@media(min-width:768px){
	p.main{
		width:calc(100% - 100px);
		min-width:calc(var(--min-width) - 100px);
		max-width:calc(var(--max-width) - 100px);
		margin:20px auto;
		color:#fff;
		box-sizing: border-box;
		margin-bottom: 80px;
	}
	p.main.pic{
		background-size:150px;
		background-repeat: no-repeat;
		text-align: justify;
	}
	p.main.logo{
		padding-left:300px;
		background-position: left 75px center;
	}
	p.main.edr{
		background-size:300px;
		padding-left:400px;
		padding-bottom:60px;
		background-position: left 50px top;
	}
	p.main.ngav{
		background-size:300px;
		padding-left:400px;
		padding-bottom:60px;
		background-position: left 50px top;
	}
	p.main.mdr2{
		background-size:300px;
		padding-left:400px;
		padding-bottom:60px;
		background-position: left 50px top;
	}
	p.main.mdr3{
		background-image:url("../images/pic_mdr3.jpg");
		background-size:300px;
		padding-left:400px;
		padding-bottom:60px;
		background-position: left 50px top;
	}
	p.main.service{
		background-size:300px;
		padding-left:400px;
		padding-bottom:60px;
		background-position: left 50px top;
		min-height: 230px;
        margin-bottom:10px !important;
	}
}
@media(max-width:767.99px){
	p.main{
		width:calc(100% - 20px);
		margin:20px auto;
		color:#fff;
		box-sizing: border-box;
		margin-bottom: 20px;
		text-align: justify;
	}
	p.main.pic{
		background-repeat: no-repeat;
	}
	p.main.logo{
		background-size:100px;
		padding-top:80px;
		background-position: center top;
	}
	p.main.edr{
		background-size:200px;
		padding-top:160px;
		background-position: center top;
	}
	p.main.ngav{
		background-size:200px;
		padding-top:160px;
		background-position: center top;
	}
	p.main.mdr2{
		background-size:200px;
		padding-top:160px;
		background-position: center top;
	}
	p.main.mdr3{
		background-image:url("../images/pic_mdr3.jpg");
		background-size:200px;
		padding-top:160px;
		background-position: center top;
	}
	p.main.service{
		background-size:200px;
		padding-top:160px;
		background-position: center top;
	}
}
@media(min-width:768px){
	ul.main{
		width:calc(100% - 100px);
		min-width:calc(var(--min-width) - 100px);
		max-width:calc(var(--max-width) - 100px);
		margin:20px auto 40px;
		color:#fff;
		box-sizing: border-box;
	}
	ul.main.core{
		background-size:300px;
		padding-left:400px;
		padding-bottom:30px;
		background-position: left 50px top;
		background-repeat: no-repeat;
		min-height: 225px;
	}
	ul.main li{
		position: relative;
		padding-left:30px;
	}
	ul.main li::before{
		content: "";
		width:16px;
		height: 16px;
		border-radius: 16px;
		background:#fff;
		position: absolute;
		margin:auto;
		top:0;
		bottom:0;
		left:0;
	}
}
@media(max-width:767.99px){
	ul.main{
		width:calc(100% - 20px);
		margin:10px auto 20px;
		color:#fff;
		box-sizing: border-box;
	}
	ul.main.core{
		background-size:200px;
		padding-top:160px;
		padding-bottom:10px;
		background-position: center top;
		background-repeat: no-repeat;
	}
	ul.main li{
		position: relative;
		padding-left:30px;
	}
	ul.main li::before{
		content: "";
		width:12px;
		height: 12px;
		border-radius: 16px;
		background:#fff;
		position: absolute;
		top:0.5em;
		left:0;
	}
}
ul.news{
	width:780px;
	margin:50px auto;
}
ul.news li{
	padding:10px;
	border-bottom:1px solid #ccc;
	display: flex;
	gap:20px;
}
ul.news span.date{
	font-size:14px;
	color:#fff;
}
ul.news span.category{
	font-size:14px;
	padding:3px 10px;
	background:var(--sub-color);
	color:#fff;
	height:1.5em;
}
ul.news a{
	color:#fff;
}
ul.news a:hover{
	color:var(--sub-color);
}
@media(min-width:768px){
	ul.news a{
		width:540px;
	}
}
@media(max-width:767.99px){
	ul.news{
		width:calc(100% - 20px);
	}
	ul.news li{
		padding:10px;
		border-bottom:1px solid #ccc;
		display: block;
	}
	ul.news span.date{
		font-size:12px;
		color:#fff;
		padding-right: 5px;
	}
	ul.news span.category{
		font-size:12px;
		padding:1px 5px;
		background:var(--sub-color);
		color:#fff;
		height:1.5em;
	}
	ul.news a{
		color:#fff;
		display: block;
		margin-top:5px;
	}
}
a.more{
	display: inline-block;
	height: 50px;
	margin:25px auto 50px;
	text-align: center;
	border:2px solid #fff;
	background:var(--main-color);
	line-height: 50px;
	border-radius: 50px;
	padding:0 50px;
	color:#fff;
}
@media(max-width:767.99px){
	a.more{
		display: inline-block;
		height: 40px;
		margin:15px auto 15px;
		text-align: center;
		border:2px solid #fff;
		background:var(--main-color);
		line-height: 40px;
		border-radius: 50px;
		padding:0 50px;
		color:#fff;
	}
	a.more.smart{
		height: auto;
		line-height: 1.5em;
		padding:10px 20px;
	}
}
a.more:hover{
	background:#fff;
	color:var(--main-color);
}
div.blogWrapper {
	width:var(--min-width);
	display: flex;
	justify-content: flex-start;
	gap:60px;
	margin:50px auto 0;
	padding-bottom:50px;
	flex-wrap: wrap;
}
@media(max-width:767.99px){
	div.blogWrapper {
		width:calc(100% - 20px);
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		gap:10px;
		margin:40px auto;
		padding-bottom:50px;
		flex-wrap: wrap;
	}
}
div.blog{
	position: relative;
	overflow: hidden;
}
div.contentWrapper div.blog{
	/*margin-left:15px;*/
}
div.blog img{
	width:100%;
	height: 240px;
	object-fit: cover;
	transition: all 0.2s;
	transform: scale(1.0)
}
div.blog:hover img{
	transform: scale(1.05)
}
div.blog p.date{
	font-size:14px;
	width:100px;
	height: 20px;
	position: absolute;
	background:var(--main-color);
	top:10px;
	left:10px;
	text-align: center;
	color:#fff;
}
div.blog p.category{
	font-size:14px;
	text-align: right;
	padding: 0 10px;
	line-height: 20px;
	height: 20px;
	background:var(--sub-color);
	display:inline-block;
	color:#fff;
	position: absolute;
	right:10px;
	top:10px;
}
div.blog p.title{
	width:100%;
	min-height: 3em;
	display: flex;
	align-items: center;
	background:var(--yellow-color);
	color:#000;
	padding:10px;
	box-sizing: border-box;
	position: absolute;
	bottom:0;
	left:0;
	font-size:15px;

}
div.problem,
div.solution{
	display: flex;
	width:var(--min-width);
	margin:50px auto 0;
	padding-bottom: 50px;
	gap:15px;
}
@media(max-width:767.99px){
	div.problem,
	div.solution{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		width:var(--min-width);
		margin:50px auto 0;
		padding-bottom: 50px;
		gap:15px;
	}
}
div.problem > div,
div.solution > div{
	width:calc(25% - 10px);
	box-sizing: border-box;
	padding:10px;
	border:8px solid #ccc;
	border-radius: 12px;
	padding-top:120px;
	background-repeat:no-repeat;
	background-position: center top 20px;
	background-size:90px;
	background-image:url("../images/001-warning.svg");
	background-color:#fff;
}
@media(max-width:767.99px){
	div.problem > div,
	div.solution > div{
		width:calc(100% - 10px);
		margin:auto;
		box-sizing: border-box;
		padding:10px;
		border:8px solid #ccc;
		border-radius: 12px;
		padding-left:60px;
		background-repeat:no-repeat;
		background-position: left 8px center;
		background-size:40px;
		background-image:url("../images/001-warning.svg");
		background-color:#fff;
	}
}
div.solution > div {
	border-color:var(--sub-color);
}

div.problem > div p,
div.solution > div p{
	text-align: justify;
}
div.solution p{
	color:var(--sub-color);
	font-weight: bold;
}
p.solution{
	font-size:24px;
	text-align: center;
	font-weight: bold;
	color:var(--sub-color);
	display: flex;
	justify-content: center;
	align-items:baseline;
}
p.solution span.logo{
	display: inline-block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width:300px;
	height: 67px;
	padding:0 10px;
}
@media(max-width:767.99px){
	p.solution{
		font-size:18px;
		text-align: center;
		font-weight: bold;
		color:var(--sub-color);
		display: flex;
		flex-direction: column;
		align-items:center;
	}
	p.solution span.sentence{
		display: block;
	}
	p.solution span.logo{
		display: block;
		background-repeat: no-repeat;
		background-size:200px;
		text-indent: -9999px;
		width:200px;
		height: auto;
		padding:10px;
	}
}

ol.scsk {
	margin:50px auto;
	width:var(--min-width);
	display: flex;
	flex-wrap: wrap;
	gap:25px;
	font-size:20px;
}
ol.scsk li{
	/*display: inline-block;*/
	border:8px solid var(--yellow-color);
	border-radius: 12px;
	background-color:#fff;
	padding:30px 10px;
	padding-left:100px;
	font-weight: bold;
	color:#000;
	box-shadow: var(--box-shadow);
	width:100%;
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size:65px
}
@media(max-width:767.99px){
	ol.scsk{
		font-size:16px;
	}
	ol.scsk li{
		/*display: inline-block;*/
		border:8px solid var(--yellow-color);
		border-radius: 12px;
		background-color:#fff;
		padding:10px;
		padding-left:80px;
		font-weight: bold;
		color:#000;
		box-shadow: var(--box-shadow);
		width:100%;
		background-repeat: no-repeat;
		background-position: left 15px center;
		background-size:50px
	}
}

ol.scsk li{
	list-style: none;
}
div.feature{
	width:100%;
	margin:10px auto;
	overflow: hidden;
}
div.feature.first{
	margin-top:50px;
	/*background-image: linear-gradient(280deg, rgba(107, 107, 107, 0.04) 0%, rgba(107, 107, 107, 0.04) 8%,rgba(31, 31, 31, 0.04) 8%, rgba(31, 31, 31, 0.04) 100%),linear-gradient(248deg, rgba(228, 228, 228, 0.04) 0%, rgba(228, 228, 228, 0.04) 62%,rgba(54, 54, 54, 0.04) 62%, rgba(54, 54, 54, 0.04) 100%),linear-gradient(363deg, rgba(18, 18, 18, 0.04) 0%, rgba(18, 18, 18, 0.04) 37%,rgba(233, 233, 233, 0.04) 37%, rgba(233, 233, 233, 0.04) 100%),linear-gradient(492deg, rgba(201, 201, 201, 0.04) 0%, rgba(201, 201, 201, 0.04) 55%,rgba(47, 47, 47, 0.04) 55%, rgba(47, 47, 47, 0.04) 100%),linear-gradient(509deg, rgba(172, 172, 172, 0.04) 0%, rgba(172, 172, 172, 0.04) 33%,rgba(26, 26, 26, 0.04) 33%, rgba(26, 26, 26, 0.04) 100%),linear-gradient(303deg, rgba(11, 11, 11, 0.04) 0%, rgba(11, 11, 11, 0.04) 38%,rgba(87, 87, 87, 0.04) 38%, rgba(87, 87, 87, 0.04) 100%),linear-gradient(586deg, rgba(199, 199, 199, 0.04) 0%, rgba(199, 199, 199, 0.04) 69%,rgba(4, 4, 4, 0.04) 69%, rgba(4, 4, 4, 0.04) 100%),linear-gradient(552deg, rgba(36, 36, 36, 0.04) 0%, rgba(36, 36, 36, 0.04) 20%,rgba(91, 91, 91, 0.04) 20%, rgba(91, 91, 91, 0.04) 100%),linear-gradient(329deg, rgb(10, 17, 72),rgb(35, 148, 228));*/
}
div.feature.second{
	/*background-image: linear-gradient(139deg, rgba(107, 107, 107, 0.04) 0%, rgba(107, 107, 107, 0.04) 8%,rgba(31, 31, 31, 0.04) 8%, rgba(31, 31, 31, 0.04) 100%),linear-gradient(107deg, rgba(228, 228, 228, 0.04) 0%, rgba(228, 228, 228, 0.04) 62%,rgba(54, 54, 54, 0.04) 62%, rgba(54, 54, 54, 0.04) 100%),linear-gradient(222deg, rgba(18, 18, 18, 0.04) 0%, rgba(18, 18, 18, 0.04) 37%,rgba(233, 233, 233, 0.04) 37%, rgba(233, 233, 233, 0.04) 100%),linear-gradient(351deg, rgba(201, 201, 201, 0.04) 0%, rgba(201, 201, 201, 0.04) 55%,rgba(47, 47, 47, 0.04) 55%, rgba(47, 47, 47, 0.04) 100%),linear-gradient(368deg, rgba(172, 172, 172, 0.04) 0%, rgba(172, 172, 172, 0.04) 33%,rgba(26, 26, 26, 0.04) 33%, rgba(26, 26, 26, 0.04) 100%),linear-gradient(162deg, rgba(11, 11, 11, 0.04) 0%, rgba(11, 11, 11, 0.04) 38%,rgba(87, 87, 87, 0.04) 38%, rgba(87, 87, 87, 0.04) 100%),linear-gradient(445deg, rgba(199, 199, 199, 0.04) 0%, rgba(199, 199, 199, 0.04) 69%,rgba(4, 4, 4, 0.04) 69%, rgba(4, 4, 4, 0.04) 100%),linear-gradient(411deg, rgba(36, 36, 36, 0.04) 0%, rgba(36, 36, 36, 0.04) 20%,rgba(91, 91, 91, 0.04) 20%, rgba(91, 91, 91, 0.04) 100%),linear-gradient(188deg, rgb(72,10,42),rgb(228,71,35));*/
}
div.feature.third{
	/*background-image: radial-gradient(circle at top right, rgb(36, 9, 119) 0%, rgb(36, 9, 119) 48%,rgb(72, 7, 149) 48%, rgb(72, 7, 149) 53%,rgb(109, 5, 178) 53%, rgb(109, 5, 178) 56%,rgb(145, 2, 208) 56%, rgb(145, 2, 208) 69%,rgb(181, 0, 237) 69%, rgb(181, 0, 237) 100%);*/
}
div.feature > div{
	width:var(--min-width);
	margin:20px auto;
	overflow: hidden;
}
div.feature p{
	box-sizing: border-box;
	width:75%;
	padding:20px;
	background:var(--main-color);
	color:#fff;
	border-radius: 4px;
	line-height: 2em;
	text-align: justify;
	box-shadow: var(--box-shadow);
	border:4px solid #fff;
}
div.feature p:first-letter{
	font-size:42px;
	font-weight: bold;
	color:var(--sub-color);
}
@media(max-width:767.99px){
	div.feature p:first-letter{
		font-size:32px !important;
		font-weight: bold;
		color:var(--sub-color);
	}
}
div.feature.left p{
	float: right;
}
div.feature.right p{
	float: left;
}
div.featureImage{
	width:var(--min-width);
	box-sizing: border-box;
	padding:20px;
	margin:20px auto 0;
	background:#efefef;
	border-radius: 4px;
}
div.featureImage img{
	width:100%;
	height: auto;
}
div#footerWrapper {
    width:100%;
    min-width:var(--min-width);
    margin-top:0;
    background-color:var(--blue-color);
    background-color:#000;
    box-shadow: 0 3px 12px rgba(0,0,0,0.6) inset;
    padding:50px 0
}
div#footer{
    width:var(--min-width);
    text-align: center;
    margin:auto;
    color:#fff;
}
div#footer img {
    margin-bottom: 20px;
    width: 300px;
    height: auto;
}
@media(max-width:767.99px){
	div#footer img {
		margin-bottom: 20px;
		width: 200px;
		height: auto;
	}
}
div#footer ul{
    margin:50px auto;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding:30px 0;
}
@media(max-width:767.99px){
	div#footer ul{
		display: none;
	}
}
div#footer ul a{
    color:#fff;
}
div#footer ul a:hover{
    color:var(--sub-color);
}
div#footer p.copy{
    font-size:12px;
}
p#totop{
    width:50px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image:url("../images/totop.svg");
    background-size:50px;
    background-position: center top;
    position: fixed;
    right:20px;
    bottom:20px;
	display: none;
}
p#totop a{
    display: block;
    width:100%;
    height: 100%;
}
p#totop:hover{
    background-position: center bottom;
}

div.h2Wrapper{
	margin-top:var(--header-height);
	width:100%;
	height: 100px;
	background-image: repeating-linear-gradient(135deg, hsla(210,79%,75%,0.05) 0px, hsla(210,79%,75%,0.05) 1px,transparent 1px, transparent 11px,hsla(210,79%,75%,0.05) 11px, hsla(210,79%,75%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(45deg, hsla(210,79%,75%,0.05) 0px, hsla(210,79%,75%,0.05) 1px,transparent 1px, transparent 11px,hsla(210,79%,75%,0.05) 11px, hsla(210,79%,75%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(90deg, hsla(210,79%,75%,0.05) 0px, hsla(210,79%,75%,0.05) 1px,transparent 1px, transparent 11px,hsla(210,79%,75%,0.05) 11px, hsla(210,79%,75%,0.05) 12px,transparent 12px, transparent 32px),repeating-linear-gradient(0deg, hsla(210,79%,75%,0.05) 0px, hsla(210,79%,75%,0.05) 1px,transparent 1px, transparent 11px,hsla(210,79%,75%,0.05) 11px, hsla(210,79%,75%,0.05) 12px,transparent 12px, transparent 32px),linear-gradient(90deg, rgb(0,160,184),rgb(9,21,62));
	display: flex;
	min-width:calc(var(--min-width) - 20px);
}
div.h2Wrapper h2{
	width:100%;
	max-width:calc(var(--max-width) - 50px);
	margin:auto ;
	font-size:32px;
	color:#fff;
}
div.h2Wrapper h2 span{
	padding:0 20px;
}
@media(max-width:767.99px){
	div.h2Wrapper{
		margin-top:125px;
		height: 60px;
		font-size:22px;
	}
	div.h2Wrapper h2{
		font-size:22px;
	}
}
div.picture{
	text-align: center;
	width:var(--min-width);
	margin:auto;
	margin-bottom:20px;
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
	padding:20px;
	background:#fff;
}
@media(max-width:767.99px){
	div.picture{
		text-align: center;
		width:calc(100% - 20px);
		margin:auto;
		margin-bottom:20px;
		border-radius: 12px;
		overflow: hidden;
		box-sizing: border-box;
		padding:10px;
		background:#fff;
	}
}
div.picture img{
	width:100%;
}
div.picture.small img{
	width:70% !important;
}
span.notice{
	color:#bbb;
}
@media(min-width:768px){
	p.notice{
		width:720px;
		margin:auto;
		color:#bbb;
		text-indent: -1em;
		padding-left:1em;
		text-align: justify;
	}
}
@media(max-width:767.99px){
	p.notice{
		margin:10px;
		color:#bbb;
		text-indent: -1em;
		padding-left:1em;
		text-align: justify;
	}
}
dl.faq {
	width:var(--min-width);
	margin:0 auto 50px;
	color:#fff;
}
dl.faq dt{
	font-size:20px;
	position: relative;
	padding-left:95px;
	margin-bottom:15px;
	padding-top:5px;
	cursor: pointer;
}
@media(max-width:767.99px){
	dl.faq {
		width:var(--min-width);
		margin:20px auto 50px;
		color:#fff;
	}
	dl.faq dt{
		font-size:16px;
		position: relative;
		padding-left:65px;
		margin-bottom:15px;
		padding-top:5px;
		cursor: pointer;
	}
}
dl.faq dt:hover{
	color:var(--sub-color);
}
@media(min-width:768px){
	dl.faq dt::before{
		content: "";
		width:80px;
		height: 40px;
		background-position: center center;
		background-repeat:no-repeat;
		background-size:60px;
		margin:auto;
		position: absolute;
		top:0;
		left:0;
		bottom:0;
	}
}
@media(max-width:767.99px){
	dl.faq dt::before{
		content: "";
		width:80px;
		height: 40px;
		background-position: center center;
		background-repeat:no-repeat;
		background-size:40px;
		margin:auto;
		position: absolute;
		top:0;
		left:0;
		/*bottom:0;*/
	}
}
dl.faq dt.id1::before{
	background-image:url("../images/q1.svg")
}
dl.faq dt.id2::before{
	background-image:url("../images/q2.svg")
}
dl.faq dt.id3::before{
	background-image:url("../images/q3.svg")
}
dl.faq dt.id4::before{
	background-image:url("../images/q4.svg")
}
dl.faq dt.id5::before{
	background-image:url("../images/q5.svg")
}
dl.faq dt.id6::before{
	background-image:url("../images/q6.svg")
}
dl.faq dt.id7::before{
	background-image:url("../images/q7.svg")
}
dl.faq dt.id8::before{
	background-image:url("../images/q8.svg")
}
dl.faq dt.id9::before{
	background-image:url("../images/q9.svg")
}
dl.faq dt.id10::before{
	background-image:url("../images/q10.svg")
}
dl.faq dt.id11::before{
	background-image:url("../images/q11.svg")
}
dl.faq dt.id12::before{
	background-image:url("../images/q12.svg")
}
dl.faq dt.id13::before{
	background-image:url("../images/q13.svg")
}
dl.faq dt.id14:before{
	background-image:url("../images/q14.svg")
}
dl.faq dt.id15::before{
	background-image:url("../images/q15.svg")
}
dl.faq dt.id16::before{
	background-image:url("../images/q16.svg")
}
dl.faq dt.id17::before{
	background-image:url("../images/q17.svg")
}
dl.faq dt.id18::before{
	background-image:url("../images/q18.svg")
}
dl.faq dt.id19::before{
	background-image:url("../images/q19.svg")
}
dl.faq dt.id20::before{
	background-image:url("../images/q20.svg")
}
dl.faq dt.id1+dd::before{
	background-image:url("../images/a1.svg")
}
dl.faq dt.id2+dd::before{
	background-image:url("../images/a2.svg")
}
dl.faq dt.id3+dd::before{
	background-image:url("../images/a3.svg")
}
dl.faq dt.id4+dd::before{
	background-image:url("../images/a4.svg")
}
dl.faq dt.id5+dd::before{
	background-image:url("../images/a5.svg")
}
dl.faq dt.id6+dd::before{
	background-image:url("../images/a6.svg")
}
dl.faq dt.id7+dd::before{
	background-image:url("../images/a7.svg")
}
dl.faq dt.id8+dd::before{
	background-image:url("../images/a8.svg")
}
dl.faq dt.id9+dd::before{
	background-image:url("../images/a9.svg")
}
dl.faq dt.id10+dd::before{
	background-image:url("../images/a10.svg")
}
dl.faq dt.id11+dd::before{
	background-image:url("../images/a11.svg")
}
dl.faq dt.id12+dd::before{
	background-image:url("../images/a12.svg")
}
dl.faq dt.id13+dd::before{
	background-image:url("../images/a13.svg")
}
dl.faq dt.id14+dd::before{
	background-image:url("../images/a14.svg")
}
dl.faq dt.id15+dd::before{
	background-image:url("../images/a15.svg")
}
dl.faq dt.id16+dd::before{
	background-image:url("../images/a16.svg")
}
dl.faq dt.id17+dd::before{
	background-image:url("../images/a17.svg")
}
dl.faq dt.id18+dd::before{
	background-image:url("../images/a18.svg")
}
dl.faq dt.id19+dd::before{
	background-image:url("../images/a19.svg")
}
dl.faq dt.id20+dd::before{
	background-image:url("../images/a20.svg")
}

dl.faq dd{
	margin-left:120px;
	box-sizing: border-box;
	padding:20px;
	padding-left:120px;
	padding-right: 40px;
	border:2px solid #fff;
	border-radius:12px;
	margin-bottom:20px;
	position: relative;
	display: none;
}
dl.faq dd::before{
	content: "";
	width:80px;
	height: 40px;
	background:url("../images/faq_a2.svg") center center no-repeat;
	background-size:60px;
	position: absolute;
	top:20px;
	left:20px;
	bottom:0;
}
@media(max-width:767.99px){
    dl.faq dd{
        margin-left:20px;
		padding-left:65px;
    }
	dl.faq dd::before{
		width:40px;
		background-size:30px;
	}
}
dl.faq dd.active{
	display: block;
}
dl.faq a{
    color:var(--sub-color);
}
dl.faq a:hover{
    color:var(--yellow-color);
}
a.faqMore{
	display: block;
	background-image: url(../images/faq_link.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
}
a.faqMore:hover{
	background-image: url(../images/faq_link_on.svg);
}
dl.faq ul,
dl.faq ol{
	margin:10px 10px 10px 30px;
}
dl.faq ul li{
	list-style: disc;
}
dl.faq dt p.new{
    position: absolute;
    top:0;
    right:-35px;
    display: inline-block;
    font-size: 13px;
    padding:0 5px;
    background:var(--yellow-color);
    border-radius: 3px;
	color:#000;
	font-weight: bold;
}
div.update{
	width:var(--max-width);
	margin:50px auto;
	display: flex;
	flex-direction: row-reverse;
	gap:10px;
	align-items: baseline;
}
@media(max-width:767.99px){
	div.update{
		flex-direction: column;
	}
}
div.update.single{
	margin-top:50px;
}
div.contentWrapper {
	flex-basis: 80%;
	width:var(--min-width);
	display: flex;
	justify-content: flex-start;
	gap:25px;
	margin:0px auto;
	padding-bottom:50px;
	flex-wrap: wrap;
}
@media(max-width:767.99px){
	div.contentWrapper > a{
		display: block;
		margin:auto;
	}
}
div.side{
	flex-basis: 20%;
	color:#fff;
	padding:10px;
	box-sizing: border-box;
}
div.side h3{
	border-bottom:2px solid #fff;
}
div.side ul{
	margin:20px auto 50px;
}
div.side ul li{
	list-style: disc;
	font-size:16px;
	margin-left:20px;
	margin-bottom:1em;
}
div.side ul li a{
	color:#fff;
}
div.side ul li a:hover{
	color:var(--sub-color);
}
div.entryBody{
	margin:0 auto 30px;
	width:calc(100% - 20px);
	width:calc(100% - 120px);
	color:#fff;
}
@media(max-width:767.99px){
	div.entryBody{
		width:calc(100% - 20px);
	}
}
div.entryBody p{
	margin-bottom:2em;
	line-height: 2em;
	text-align: justify;
}
div.entryBody a{
	color:var(--sub-color);
}
div.entryBody a:hover{
	color:var(--yellow-color);
}
div.entryBody img{
	max-width: 100%;
	height: auto;
	margin-bottom:10px;
}
div.entryBody ul,
div.entryBody ol{
	margin:20px;
}
div.entryBody ul li{
	position: relative;
	padding-left:25px;
}
div.entryBody ol li{
	margin-left:25px;
}
div.entryBody ul li::before{
	content:"";
	width:12px;
	height: 12px;
	border-radius: 12px;
	margin:auto;
	background:var(--sub-color);
	position: absolute;
	top:0.5em;
	left:0;
}
div.entryBody ul > li.mB1em::before{
	background:none !important;
}
div.alignright{
	text-align: right;
	margin-bottom:1em;
}
div.prevnext{
	border-top:1px solid #fff;
	width:100%;
	padding-top:20px;
	overflow: hidden;
}
div.prevnext div{
	width:calc(50% - 30px);
	box-sizing: border-box;
}
div.prevnext a{
	color:var(--sub-color);
}
div.prevnext a:hover{
	color:var(--yellow-color);
}
div.prev{
	float: left;
	padding-left:35px;
	background:url("../images/arrow_prev.svg") left center no-repeat;
}
div.next{
	float: right;
	padding-right: 35px;
	background:url("../images/arrow_next.svg") right center no-repeat;
}
div.movie{
	width:100%;
	height: 600px;
}
@media(max-width:767.99px){
	div.movie{
		height: 350px
	}
}
@media(min-width:768px){
    p.pankuzu {
        width: var(--min-width);
        margin: 30px auto 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
    }
    p.pankuzu a {
		display: flex;
		align-items: center;
        color: #fff;
    }
    p.pankuzu a:hover {
        color: var(--sub-color);
    }
    p.pankuzu span.arrow {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 12px;
        border-color: transparent transparent transparent #fff;
        margin: 0 20px;
    }
	p.pankuzu > span a:after {
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 12px;
		border-color: transparent transparent transparent #fff;
		margin: 0 20px;
		content: "";
	}
}
@media(max-width:767.99px){
    p.pankuzu {
        margin: 30px 10px 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        overflow-x: auto;
        word-break: keep-all;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom:10px;
    }
    p.pankuzu a {
        color: #fff;
    }
    p.pankuzu span.arrow {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 12px;
        border-color: transparent transparent transparent #fff;
        margin: 0 20px;
    }
}
a.casestudy{
	width:200px;
	height: 45px;
	display: block;
	line-height: 45px;
	text-align: center;
	color:#fff !important;
	background:var(--sub-color);
	margin:auto;
	border-radius: 45px;
}
a.casestudy:hover{
	background:var(--yellow-color);
	color:#000 !important;
}

.logo-scsk-white {
  width: 120px;
}
