  @charset "UTF-8";


.content
{
	width: 100%;
	min-width: 1100px;
	overflow: hidden;
}

/* ========================================
-767
======================================== */
@media screen and (max-width: 767px)
{

.content{	min-width: 100%;	}

}


/* ================================================================================
mv
================================================================================ */
#mv{}
#mv .sectionInner{	min-width: 1100px;	}

#mv .black
{
	display: flex;	justify-content: center;	align-items: center;
	height: 6rem;
	background-color: rgba(40, 40, 40, 1.0);
}
#mv .black .logo{	width: 12rem;	}

#mv .grad
{
	display: flex;	justify-content: center;	align-items: center;
	height: 24rem;
	background: url("/lp/new_energy/asset/image/use/mv_background_PC.jpg") no-repeat center center/cover;
}

#mv .grad h1
{
	color: white;
	font-size: 6.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.2rem;
}
#mv .grad p
{
	color: white;
	font-size: 1.5rem;
	text-align: center;
}



/* ========================================
-767
======================================== */
@media screen and (max-width: 767px)
{

#mv .sectionInner{	min-width: 100%;	}

#mv .black{	height: 20vw;	}
#mv .grad
{
	height: 60vw;
	background: url("/lp/new_energy/asset/image/use/mv_background_SP.jpg") no-repeat center center/cover;
}
#mv .grad h1{	font-size: 15vw;	}
#mv .grad p{	font-size: 3.5vw;	}

}






/* ================================================================================
lab
================================================================================ */
#lab
{
	z-index: 1;
	position: relative;
	min-width: 1100px;
}
#lab .sectionInner
{
	width: 1100px;
	padding: 8rem 0 0;
	margin: 0 auto;
}

#lab .lead .sub
{
	margin: 0 auto 1rem;
	font-size: 1.6rem;
	text-align: center;
}
#lab .lead h2
{
	margin: 0 auto 3rem;
	color: rgba(22, 157, 115, 1.0);
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}
#lab .lead .text
{
	width: 980px;
	margin: 0 auto 7rem;

	color: rgba(113, 113, 113, 1.0);
	font-size: 1.1rem;
	line-height: 2.5;
	text-align: center;
}

#lab h3
{
	margin: 0 auto 1rem;
	color: rgba(22, 157, 115, 1.0);
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
#lab h3 span
{
	font-size: 1.5rem;
}
#lab .note
{
	margin: 0 auto 4rem;

	color: rgba(113, 113, 113, 1.0);
	font-size: 0.9rem;
	text-align: center;
}

#lab .fig
{
	position: relative;
	width: 100%;	height: calc(1100px / 1992 * 1500);
	background: url("/lp/new_energy/asset/image/use/lab_fig.jpg") no-repeat center center / cover;
}
#lab .fig .mark
{
	position: absolute;
	top: 0;	left: 0;
	width: 2.5rem;
	transform: translate(-50%, -100%);
	transition-duration: 0.3s;

	pointer-events: all;
	cursor: pointer;
}
#lab .fig.inview .mark{	animation: markPop 0.8s cubic-bezier(0.8, 0, 0.8, 1) 0s infinite alternate both;	}
#lab .fig .mark:hover{	opacity: 0.7;	}
#lab .fig .mark_01{	top: 13%;	left: 83%;	}
#lab .fig .mark_02{	top: 20%;	left: 94%;	}
#lab .fig .mark_03{	top: 12%;	left: 52.5%;	}
#lab .fig .mark_04{	top: 45%;	left: 55.5%;	}
#lab .fig .mark_05{	top: 29%;	left: 32%;	}
#lab .fig .mark_06{	top: 61%;	left: 45%;	}
#lab .fig .mark_07{	top: 55%;	left: 18%;	}
#lab .fig .mark_08{	top: 0%;	left: 66.7%;	}
#lab .fig .mark_09{	top: 3%;	left: 34%;	}

#lab .fig .dialog
{
	position: absolute;

	padding: 1rem 1.5rem 2rem;

	background-color: white;
	border: 2px solid rgba(22, 157, 115, 1.0);
	border-radius: 0.5rem;
	box-shadow: 0 0 1rem 0 rgba(51, 51, 51, 0.3);

	transform: translate(-50%,-90%);
	transition-duration: 0.5s;
	opacity: 0;
	pointer-events: none;
}
#lab .fig .dialog_01{	top: calc(13% - 3rem);	left: 83%;	}
#lab .fig .dialog_02{	top: calc(20% - 3rem);	left: 94%;	}
#lab .fig .dialog_03{	top: calc(12% - 3rem);	left: 52.5%;	}
#lab .fig .dialog_04{	top: calc(45% - 3rem);	left: 55.5%;	}
#lab .fig .dialog_05{	top: calc(29% - 3rem);	left: 32%;	padding: 2rem 4.5rem 2rem;	}
#lab .fig .dialog_06{	top: calc(61% - 3rem);	left: 45%;	}
#lab .fig .dialog_07{	top: calc(55% - 3rem);	left: 18%;	}
#lab .fig .dialog_08{	top: calc(0% - 3rem);	left: 66.7%;	}
#lab .fig .dialog_09{	top: calc(3% - 3rem);	left: 34%;	}

#lab .fig .dialog::before
{
	position: absolute;
	top: 0.2rem;	right: 0.2rem;

	font-family: 'Material Icons';
  content: "\e14c";
	display: none;
	color: rgba(22, 157, 115, 1.0);
	font-size: 2rem;
}

#lab .fig .dialog h4
{
	margin: 0 auto 1rem;
	color: rgba(22, 157, 115, 1.0);
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
}
#lab .fig .dialog_05 h4{	margin: 0 auto;	}
#lab .fig .dialog .thumbs{	display: flex;	flex-wrap: wrap;	}
#lab .fig .dialog .thumbs li
{
	width: 12rem;
	padding: 0 0.5rem;
	margin: 0 auto;
}
#lab .fig .dialog .thumbs .thumb{	margin: 0 auto;	}
#lab .fig .dialog .thumbs p
{
	color: rgba(22, 157, 115, 1.0);
	font-size: 0.9rem;
	text-align: center;
	letter-spacing: 0.02rem;
}

#lab .cover
{
	position: fixed;
	top: 0;	left: 0;
	content: "";
	display: block;
	width: 300vw;	height: 100000vh;
	background-color: rgba(40, 40, 40, 0.6);
	transform: translate(-50%, -50%);

	transition-duration: 0.5s;
	opacity: 0;
	pointer-events: none;
}


@keyframes markPop
{
	0%{	transform: translate(-50%, -100%);	}
	50%{	transform: translate(-50%, -100%);	}
	100%{	transform: translate(-50%, -120%);	}
}

#lab .fig .mark.ON{	z-index: 30;	}
#lab .fig .dialog.ON{	z-index: 25;	opacity: 1;	transform: translate(-50%,-100%);	}
#lab .fig .cover.ON{	z-index: 20;	opacity: 1;	pointer-events: all;	}

#lab .links
{
	position: relative;
	z-index: 10;
	width: 300px;
	margin: -10rem 0 0 auto;
}
#lab .links a
{
	display: flex;	flex-wrap: wrap;	justify-content: space-between;	align-items: center;
	margin: 0 0 2rem;
}

#lab .links a p span:first-child
{
	color: rgba(22, 157, 115, 1.0);
	font-size: 1.2rem;
	font-weight: bold;
}
#lab .links a p span:last-child
{
	color: rgba(22, 157, 115, 1.0);
	font-size: 0.8rem;
	font-weight: bold;
}

#lab .links a .arrow{	width: 40px;	}


/* ========================================
-767
======================================== */
@media screen and (max-width: 767px)
{

#lab{	min-width: 100%;	}
#lab .sectionInner
{
	width: 90vw;
	padding: 15vw 0 0;
	margin: 0 auto;
}

#lab .lead .sub
{
	margin: 0 auto 3vw;
	font-size: 4.5vw;
}
#lab .lead h2
{
	margin: 0 auto 6vw;
	font-size: 6vw;
	line-height: 1.5;
}
#lab .lead .text
{
	width: 100%;
	margin: 0 auto 15vw;
	font-size: 3.8vw;;
	line-height: 2.3;
	letter-spacing: 0.5vw;
	text-align: justify;
}

#lab h3
{
	margin: 0 auto 3vw;
	font-size: 6vw;
	line-height: 1.5;
}
#lab h3 span
{
	font-size: 4vw;
}
#lab .note
{
	margin: 0 auto 20vw;
	font-size: 3vw;
}

#lab .fig
{
	width: 90vw;	height: calc(90vw / 1992 * 1685);
}
#lab .fig .dialog
{
	/* width: 90vw; */
	padding: 5vw 1vw 0;
	border-radius: 3vw;
	/* transform: translate(0,-40%); */
}
#lab .fig .dialog_01{	left: 70%;	width: 55vw;	}
#lab .fig .dialog_02{	left: 70%;	width: 55vw;	}
#lab .fig .dialog_03{	left: 52%;	width: 55vw;	}
#lab .fig .dialog_04{	left: 50%;	width: 90vw;	}
#lab .fig .dialog_05{	left: 30%;	width: 55vw;	padding: 5vw 1vw;	}
#lab .fig .dialog_06{	left: 45%;	width: 55vw;	}
#lab .fig .dialog_07{	left: 30%;	width: 55vw;	}
#lab .fig .dialog_08{	left: 67%;	width: 55vw;	}
#lab .fig .dialog_09{	left: 34%;	width: 55vw;	}

#lab .fig .dialog::before
{
	display: block;
	top: 1vw;	right: 1vw;
	font-size: 5vw;
}
#lab .fig .dialog h4{	font-size: 3.5vw;	line-height: 1.5;	margin: 0 auto 3vw;	}
#lab .fig .dialog .thumbs li{	width: 40vw;	padding: 0 1vw 5vw;	}
#lab .fig .dialog .thumbs .thumb{	margin: 0 auto 3vw;	}
#lab .fig .dialog .thumbs p{	font-size: 3.2vw;	}


#lab .links
{
	display: block;
	width: 50vw;
	margin: -5vw 0 0 auto;
}
#lab .links a
{
	margin: 0 0 3vw;
}

#lab .links a p span:first-child
{
	font-size: 4vw;
}
#lab .links a p span:last-child
{
	font-size: 2.5vw;
}

#lab .links a .arrow{	width: 7vw;	}





}





/* ================================================================================
combine
================================================================================ */
#combine{	min-width: 1100px;	}
#combine .sectionInner
{
	width: 1100px;
	padding: 4rem 0 0;
	margin: 0 auto;
}

#combine .sub
{
	margin: 0 auto 1rem;
	font-size: 1.8rem;
	text-align: center;
}
#combine h2
{
	margin: 0 auto 2rem;
	color: rgba(22, 157, 115, 1.0);
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
#combine .text
{
	width: 960px;
	margin: 0 auto 5rem;

	color: rgba(113, 113, 113, 1.0);
	font-size: 1.1rem;
	line-height: 2.5;
	letter-spacing: 0.1rem;
	text-align: center;
}
#combine .figs
{
	position: relative;
	width: 780px;	height: 750px;
	margin: 0 auto;
}
#combine .fig
{
	position: absolute;
	width: 430px;
	margin: 0 auto;
}
#combine .fig:nth-child(1){	top: 0;	left: calc(50% - 430px/2);	}
#combine .fig:nth-child(2){	top: 300px;	left: 0;	}
#combine .fig:nth-child(3){	top: 300px;	right: 0;	}


/* ========================================
-767
======================================== */
@media screen and (max-width: 767px)
{

#combine{	min-width: 100%;	}
#combine .sectionInner
{
	width: 100%;
	padding: 15vw 0 0;
}

#combine .sub
{
	margin: 0 auto 3vw;
	font-size: 4vw;
}
#combine h2
{
	margin: 0 auto 5vw;
	font-size: 6vw;
}
#combine .text
{
	width: 90vw;
	margin: 0 auto 5vw;
	font-size: 3.8vw;;
	line-height: 2.3;
	letter-spacing: 0.5vw;
	text-align: justify;
}
#combine .figs{	width: 100vw;	height: 90vw;	}
#combine .fig{	width: 50vw;	}
#combine .fig:nth-child(1){	top: 0;	left: calc(50% - 50vw/2);	}
#combine .fig:nth-child(2){	top: 35vw;	left: 5vw;	}
#combine .fig:nth-child(3){	top: 35vw;	right: 5vw;	}


}





/* ================================================================================
keyword
================================================================================ */
#keyword{	min-width: 1100px;	}
#keyword .sectionInner
{
	width: 1100px;
	padding: 4rem 0 0;
	margin: 0 auto;
}

#keyword h2
{
	margin: 0 auto 2rem;
	color: rgba(22, 157, 115, 1.0);
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
#keyword ul
{
	display: flex;	flex-wrap: wrap;	justify-content: center;	align-items: center;
	margin: 0 auto;
}
#keyword li
{
	position: relative;
	width: 472px;	height: 240px;
	padding: 3.0rem 2.5rem 1rem;
	margin: 0.5rem;
	background: url("/lp/new_energy/asset/image/use/keyword_tag_PC.png") no-repeat center center/cover;
}

#keyword li hr
{
	position: absolute;
	top:  60px;	left: 6px;
	width: 1rem;	height: 2px;
	background: rgba(22, 157, 115, 1.0);
	border: none;
}
#keyword li h4
{
	height: 3rem;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}
#keyword li h4 span
{
	font-size: 1rem;
	vertical-align: 0.2rem;
}
#keyword li p
{
	width: 80%;
	color: rgba(113, 113, 113, 1.0);
	line-height: 1.8;
}
#keyword li .fig
{
	position: absolute;
	bottom: 2rem;	right: 1.5rem;
	width: 4.5rem;
}




/* ========================================
-767
======================================== */
@media screen and (max-width: 767px)
{


#keyword{	min-width: 100%;	}
#keyword .sectionInner
{
	width: 90vw;
	padding: 15vw 0 0;
}
#keyword h2
{
	margin: 0 auto 5vw;
	font-size: 6vw;
}
#keyword li
{
	width: 100%;
	padding: 7.5vw 7vw 5vw;
	margin: 0 auto 5vw;
}
#keyword li:last-child{	margin: 0 auto;	}
#keyword li:nth-child(1)
{
	height: calc(90vw / 1434 * 625);
	background: url("/lp/new_energy/asset/image/use/keyword_tag_01_SP.png") no-repeat center center/cover;
}
#keyword li:nth-child(2)
{
	height: calc(90vw / 1434 * 718);
	background: url("/lp/new_energy/asset/image/use/keyword_tag_02_SP.png") no-repeat center center/cover;
}

#keyword li hr
{
	top: 10vw;	left: 1.5vw;
	width: 3vw;
}
#keyword li h4
{
	height: auto;
	font-size: 5vw;
	margin: 0 0 3vw;
}
#keyword li h4 span{	font-size: 3vw;	}
#keyword li p
{
	/* width: 80%; */
	font-size: 3.2vw;
}
#keyword li .fig
{
	bottom: 5vw;	right: 5vw;
	width: 10vw;
}



}






/* ================================================================================
relation
================================================================================ */
#relation{	min-width: 1100px;	}
#relation .sectionInner
{
	width: 1100px;
	padding: 4rem 0 10rem;
	margin: 0 auto;
}

#relation h2
{
	margin: 0 auto 2rem;
	color: rgba(22, 157, 115, 1.0);
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
#relation p
{
	width: 1000px;
	margin: 0 auto 5rem;

	color: rgba(113, 113, 113, 1.0);
	font-size: 1.1rem;
	line-height: 2.5;
	text-align: center;
}

#relation .photo
{
	width: 1000px;
	margin: 0 auto;
}



/* ========================================
-767
======================================== */
@media screen and (max-width: 767px)
{


#relation{	min-width: 100%;	}
#relation .sectionInner
{
	width: 90vw;
	padding: 15vw 0 40vw;
	margin: 0 auto;
}

#relation h2
{
	margin: 0 auto 5vw;
	font-size: 6vw;
}
#relation p
{
	width: 100%;
	margin: 0 auto 10vw;
	font-size: 3.8vw;;
	line-height: 2.3;
	letter-spacing: 0.5vw;
	text-align: justify;
}

#relation .photo
{
	width: 100%;
}


}









/* ======================================== end ======================================== */
