@charset "utf-8";

/**========特長機能==========**/


main{
	background: none;
}

.page_ttl {
    background: #ffffff;
}
main .contents_wrap{
	padding: 130px 15px 5px;
	background: #E1E9EF;
}
.contents_wall{
	max-width: 1100px;
	background: rgba(255,255,255,0.8);
	margin: 0 auto 260px;
	padding: 80px 60px 80px;
}

section .no_block h2{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
section .no_block h2 .ttl_no{
	color: #f19e0f;
	font-size: 110px;
	line-height: 1;
	font-weight: bold;
	width: 150px;
}
section .no_block h2 .ttl_tx{
	color: #000;
	font-size: 36px;
	line-height: 1.6;
	font-weight: bold;
	padding-top: 10px;
}
section .no_block p.contents_txt{
	font-size:18px ;
	line-height: 1.8;
	padding-left: 150px;
}
.diagram_box{
	background:
    linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)),
    url(../img/top/bg.jpg);
	padding: 60px 20px 30px;
	margin-top: 60px;
	text-align: center;
	position: relative;
}
.diagram_box .overview_ttl{
	font-size: 33px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
.diagram_box .overview_ttl span{
	font-size: 22px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 10px 80px;
	background: linear-gradient(90deg, #8DD1C1, #2C71CC);
	text-align: center;
}
figure.max.overview img{
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
}
.up_point{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	padding: 40px 100px;
	background: #f19e0f;
	/* background: linear-gradient(90deg, #8DD1C1, #2C71CC); */
	text-align: center;
	position: relative;
	margin-top: 50px;
	clip-path: polygon(
		0 60px, 
		30px 60px,
		30px 30px,
		60px 30px,
		60px 0,
		100% 0,
		100% 100%,
		0 100%
	);
}
.up_ico{
	position: absolute;
	bottom: -60px;
	left: -40px;
	z-index: 2;
}

.led_box{
	background: #000;
	padding: 60px 40px;
	margin-top: 50px;
}
.led_box .led_ttl{
	font-size: 36px;
	line-height: 1;
	color: #99E010;
	font-weight: bold;
	text-align: center;
}
.led_box figure{
	margin: 40px auto;
	text-align: center;
	position: relative;
	max-width: 800px;
}
.led_box figure span{
	background: #000;
	border: 3px solid #99E010;
	width: 120px;
	height: 120px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top:-60px;
	right:-20px;
	color: #99E010;
	line-height: 1.1;
}
.led_box p{
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-align: center;
}
section .inner{
	max-width: 920px;
	margin: 0 auto;
}


section.s01 .connector-animation_wrap{
	max-width: 800px;
	position: relative;
	margin: 20px auto 0;
}
section.s01 .connector-animation_wrap .connector_box{
	position: absolute;
	top:0;
	left: 0;
	display: inline-block;
	background-image: url(img/graph02-animation.png);
	background-repeat: no-repeat;
	background-position: top left;
	animation: connector-move 2s infinite;
	background-size: cover;
	width: auto;
	height: 100%;
}
section.s01 .connector-animation_wrap .connector_box img{
	width: auto;
	height: 100%;
}

@keyframes connector-move {
	0% {
		background-position: top left;
	}

	49.9% {
		background-position: top left;
	}
	50% {
		background-position: bottom left;
	}

	100% {
		background-position: bottom left;
	}
}

.load .load_s01{
	margin-top: -45vw;
	animation: s01-move 2.5s ease .5s forwards;
	opacity: 0;
	
}
@keyframes s01-move {
	0% {
		margin-top: 0;
		opacity: 0;
	}

	50% {
		margin-top: 0;
		opacity: 0;
	}

	100% {
		margin-top: -45vw;
		opacity: 1;
	}
}


 /************************

sp

 *************************/


@media screen and (max-width: 780px) {

	main .contents_wrap {
		padding: 100px 10px 1px;
		background-size: 200% auto;
		background-attachment:scroll;
	}
	.contents_wall {
		padding: 30px 20px 30px;
		position: relative;
		z-index: 2;
	}
	section.s01 h2 {
		font-size: 7.5vw;
		margin-bottom: 20px;
	}

	section.s01 {
		padding-top: 30px;
	}
	.no_block.mt50 {
		margin-top: 0px;
	}
	.no_block h3 {
		display: block;
		margin-bottom: 20px;
	}
	section .no_block h2 .ttl_no {
		font-size: 13vw;
		line-height: 1;
		width: 20vw;
	}
	section .no_block h2 .ttl_tx {
		font-size: 4.5vw;
		line-height: 1.4;
		padding-top: 0px;
	}
	section .no_block p.contents_txt{
		padding-left:20vw;
	}
	.up_point{
		padding: 40px 80px;
	}
	.up_ico {
		position: absolute;
		bottom: -60px;
		left: -10px;
		z-index: 2;
		width: 80px;
	}

}

@media screen and (max-width: 600px){
	
	.contents_wall{
		position: relative;
		z-index: 2;
		margin: 0 auto 140px;
	}

	section .no_block h2{
		align-items: start;
		margin-bottom: 30px;
	}
	section .no_block h2 .ttl_no{
		font-size: 10vw;
		width: 15vw;
	}
	section .no_block h2 .ttl_tx{
		font-size: 4.8vw;
		width: calc(100% - 15vw);
		text-align: left;
		padding-top: 0;
	}
	section .no_block p.contents_txt {
		padding-left: 0px;
	}

	.up_point{
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
		font-weight: bold;
		padding: 40px 20px;
		background: #f19e0f;
		/* background: linear-gradient(90deg, #8DD1C1, #2C71CC); */
		text-align: center;
		position: relative;
		margin-top: 30px;
		clip-path: polygon(
			0 40px, 
			20px 40px,
			20px 20px,
			40px 20px,
			40px 0,
			100% 0,
			100% 100%,
			0 100%
		);
	}
	.up_ico{
		width: 60px;
		height: auto;
		bottom: -40px;
		left: -20px;
	}

	.diagram_box .overview_ttl span{
		padding: 10px 0;
		width: 100%;
	}

	.led_box{
		background: #000;
		padding: 40px 20px;
		margin-top: 50px;
	}
	.led_box .led_ttl{
		font-size: 6vw;
	}
	.led_box figure{
		margin: 40px auto 20px;
	}
	.led_box figure span{
		background: #000;
		border: 3px solid #99E010;
		width: 80px;
		height: 80px;
		font-size: 20px;
	}
	.led_box p{
		font-size: 16px;
		line-height: 1.8;
		color: #fff;
		text-align: center;
	}

}
