article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}h2,h3,h4,p{padding: 0;margin: 0;}

*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	--font-min-jp: "游明朝","Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro";
	--font-got-jp: 
		"游ゴシック", 
		YuGothic, 
		"メイリオ", 
		Meiryo, "
		ヒラギノ角ゴ Std W3", 
		Osaka;
	--font-heavy: canada-type-gibson, sans-serif;
	--font-heavy: geom-graphic, sans-serif;
	--accent-color: #2f5e34;
	--accent-color-lumi: #ccffcc;
	--accent-color-pale: #51a25a;
	--accent-color-dark: #274d2b;
	--color-hyuaran: #2f5e34;
	--color-text: #4a4a4a;
	--color-text-light: #cccccc;
	--color-text-trasparent: transparent;
	--color-text-dark: #5e6262;
	--color-bg: rgba(255,255,255,1);
	--color-bg50: rgba(255,255,255,.5);
	--color-bg-shadow: rgba(74,74,74,0.5);
	--cover-graduation:  linear-gradient(to right, rgb(253,30,186), rgb(255,235,0));
	--cover-imgcolor: linear-gradient(to right, var(--color-bg), #fff);
	--text-color: #4a4a4a;
	--text-color50: rgba(74,74,74,0.5);
	--gtaduate-header: linear-gradient(
		var(--color-bg) 20%, 
		var(--color-bg50) 50%, 
		transparent 100%
	);
	--gtaduate-navi: linear-gradient(
		rgba(255,255,255,.8) , 
		rgba(255,255,255,.8)  20%, 
		rgba(255,255,255,1) 90%, 
		rgba(255,255,255,1) 100%
	);
	--width-content-base: 880px;
}

body {
	color: var(--color-text);
	background-color: var(--color-bg);
	font-size: 14px;
	line-height: 28px;
	font-family: Futura, "futura-pt", Arial, sans-serif, var(--font-got-jp);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
}

h1,h2,h3,h4{
	margin: 0; padding: 0;
	font-family: var(--font-got-jp);
}

body.top wrapper_bgndVideo::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(44, 94, 219, 0.37);
}
	


footer nav{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;	
	margin-bottom: 20px;
	color: var(--color-text);
}

footer nav a{
	display: inline-block;
	margin-right: 1px;
	padding: 0 12px;
	font-family: var(--font-heavy);
	color: #fff;
	border-right: var(--color-text-dark) solid 1px;
	letter-spacing: 4px;
}

footer nav a br{
	display: none;
}

footer nav a:last-child{
	border-right: none;
}

footer nav a span{
	display: none;
}

footer nav a span em{
	font-style: normal;
}

#address{
	margin-bottom: 4px;
}

.companyname{
	height: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
}

.address{
	font-size: 11px;
}

.copy{
	font-size: 12px;
}

header.head{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;	
	padding: 12px 20px 12px 12px;
	width: 100vw;
	box-sizing: border-box;
	/*background: linear-gradient(#000, rgba(21,22,22,.6) 50%, rgba(21,22,22,0) 100%);*/
	background: var(--gtaduate-header);
	mix-blend-mode: multiply;
}

#toggle{
	
	position: relative;
	z-index: 2;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;	
	width: 28px;
	height: 0;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s;
	
}

#toggle.on{
	height: 30px;
}

#toggle div{
	margin-top: 0;
	margin-bottom: 8px;
	width: 100%;
	height: 2px;
	background: var(--accent-color);
	margin: 4px auto;
	transition: all 0.3s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.grnavi{
	position: fixed;
	top: 54px;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 0;
	background: #fff;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
	


@media screen and (min-width: 1101px) {
	nav.top{
		display: flex;
	}

	#toggle{
		height: 0px;
	}
	
	.grnavi.open{
		display: none;
	}

}

@media screen and (max-width: 1100px) {
	
	.grnavi.open{
		box-shadow: 0 6px 12px var(--color-bg-shadow);
	}
	
	.grnavi nav{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;	
		padding: 54px 12px 12px;
		width: calc(100vw - 12px);
		background: var(--gtaduate-navi);
		/* background: var(--gtaduate-navi); */
		box-sizing: border-box;
		/* border-bottom: rgba(0,0,0,1) solid 4px; */
	}
		
	.grnavi nav a{
		display: block;
		/* margin-bottom: 4px; */
		padding: 4px 0;
		width: calc(100vw - 12px);
		font-weight: 500;
		text-align: left;
		border-bottom: var(--color-text-light) solid 1px;
	}
		
	.grnavi nav a:last-child{
		border-bottom: 0;
	}

	.grnavi nav a br{
		display: none;
	}
		
	nav.top{
		display: none;
	}

	#toggle{
		height: 30px;
	}
}

/* header end +++++++++++++++++++ */

.content{
	display: grid;
	grid-template-columns: 100%;
	grid-auto-rows: 100%;
	position: relative;
	z-index: 5;
	justify-items: center;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s ease-out;
	box-sizing: content-box;
}

#mcWrapper{
	/* transition: all 0.3s ease-out; */
	box-sizing: content-box;
	z-index: 4;
	/* opacity: 0; */
	/* transform: translate3d(0,100vh,0); */
}

#mainContents{
	margin: 0 auto;
	padding-top: 76px;
	padding-bottom: 120px;
	width: var(--width-content-base);
	box-sizing: content-box;
}

/* Page Loader */
.loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-text-dark);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-text-dark);
	outline: none;
}

a:hover,
a:focus {
	color: var(--accent-color);
	outline: none;
}

/* REVERS */

a {
	color: var(--color-text-dark);
}

a:hover,
a:focus {
	color: var(--accent-color-dark);
}

#container {
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	position: fixed;
	z-index: -1;
}

canvas {
	display: block;
}

.gMenu a,
.message em,
.message span
{
	opacity: 0;
	font-style: normal;
}

.content #logo a,
.content #logo a:link,
.content #logo a:focus 
{
	display: block;
	height: 28px;
	color: var(--color-hyuaran);
}

.content #logo{
	position: relative;
	z-index: 2;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;	
	
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 4px;
}

.content #logo svg#b{
	margin-right: 8px;
}

#logo svg g{
	fill: var(--color-hyuaran);
}



.content_item {
	grid-area: 1 / 1 / 2 / 2;
}

.content_item > *
{
	pointer-events: none;
	text-align: center;
}

.content_title span,
.message em,
.gMenu a{
	opacity: 0;
  font-style: normal;
}

.clickArea{
	width: 30vw;
	height: 36vh;
}

.content_title {
	font-family: var(--font-heavy);
	font-size: 9vw;
	margin: 0;
}

.content_title span {
	display: inline-block;
	opacity: 0;
}

.content_title span.char5,
.content_title span.char8
 {
	 display: inline-block;
	opacity: 0 !important;
}

.content_inner {
	display: block;
	margin: 0 0 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.message {
	display: block;
	margin: 0 0 3rem;
	padding: 0;
	font-family: var(--font-heavy);
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: #75b7ff;
}

.gMenu {
	padding: 0 20px;
	font-family: var(--font-heavy);
	font-weight: 700;
	font-size: 5.6rem;
	line-height: 5.6rem;
	box-sizing: border-box;
	/* text-transform: uppercase; */
}

.gMenu a{
	position: relative;
	display: inline-block;
	margin-right: 16px;
	padding-right: 16px;
	border-right: #e0e0e0 solid 1px;
	color: var(--color-text);
	transition: all 0.6s ease-out;
}

.gMenu a:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
	
}

.gMenu a span{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;	
	align-content: center;
}

.gMenu a span em {
	display: inline;
	padding: 5px 20px 3px;
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	letter-spacing: 4px;
	background: rgba(0,0,0,.7);
	border-radius: 10px;
	opacity: 0;
	transition: all 0.6s ease-out;
}

.gMenu a:hover{
	color: var(--accent-color);
}

.gMenu a:hover span em{
	opacity: 1;
	color: #fff;
	font-weight: 100;
}


.content_button {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	color: var(--color-text);
	cursor: pointer;
	font-size: 1.4rem;
	letter-spacing: .4rem;
	font-family: titling-gothic-fb-wide, sans-serif;
	font-family: var(--font-heavy);
	font-weight: 700;
	position: relative;	
	background: none;
	border: 0;
	transition: all 0.3s ease-out;
}

.content_button:hover {
	font-size: 2rem;
}

.content_button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/* background: currentColor; */
	left: 0;
	top: 100%;
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
}

.content_button:hover::after {
	opacity: 1;
	transition: transform 0.3s, opacity 0.1s;
	transform: scale3d(1,1,1);
}


.content_item .content_button {
	opacity: 1;
	pointer-events: auto;
	transition: all 0.6s ease-out;
}

.content_item .content_button:hover {
	color: var(--accent-color);
}

.content_button:focus {
	outline: none;
}


.top .content {
  height: 100vh;
  justify-content: center;
  align-items: center;
}
	
footer{
	padding: 40px 0 20px;
	text-align: center;
}

footer span{
	display: block;
}

header{
	position: relative;
	z-index: 3;
}

nav.top{
	position: fixed;
	/* top: 60px; */
	left: 12px;
	left: calc(((100vw - 100%) / -2) + 20px);
	flex-flow: column;
	justify-content: start;
	align-items: start;	
	z-index: 10;
}

.grnavi nav a{
	padding-top: 8px;
	font-size: 16px;
	line-height: 16px;
	font-family: var(--font-heavy);
	color: var(--accent-color);
	text-align: left;
}

nav.top  a{
	margin-bottom: 12px;
	padding-top: 8px;
	font-size: 18px;
	line-height: 16px;
	font-family: var(--font-heavy);
	font-weight: 700;
	text-align: left;
}

.grnavi nav a span,
nav.top a span{
display: none;
}

nav a{
	/* transition: all 0.3s ease-out; */
	/* transition: all 0.3s ease-in; */
}

nav a:hover{
	color: var(--accent-color);
}

#wrapper_bgndVideo{
	z-index: -2 !important;
}

body.top #toggle{
	display: none; 
}

@media screen and (min-width: 53em) {

	.content {
		height: auto;
		justify-content: center;
		align-items: center;
	}

	.top .content {
		height: 100vh;
		justify-content: center;
		align-items: center;
	}
	.content_inner {
		margin: 0;
	}
	
}

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

	.gMenu {
		padding: 0 20px;
		font-size: 3.2rem;
		line-height: 3.2rem;
	}
}	

@media screen and (min-width: 481px) {
	.on480{
		display: none;
	}
}

@media screen and (max-width: 480px) {
	
	.gMenu a{
	display: block;
	margin-right: 0;
	padding-right: 0;
	border-right: none;
	}

	.content header.head{
		position: fixed;
	}
		
	.content #logo{
		font-size: 14px;
		letter-spacing: 2px;
	}

	.content #logo svg#b{
		margin-right: 8px;
		transform: scale3d(0.7,0.7,1);
	}

	.message {
		display: block;
		margin: 3rem 0 1rem;
		padding: 0 20px;
		font-family: var(--font-got-jp);
		font-size: 1.2rem;
		text-align: center;
		color: #75b7ff;
		box-sizing: border-box;
	}

	.gMenu {
		font-family: var(--font-heavy);
		font-weight: 700;
		font-size: 2.8rem;
		line-height: 2.0rem;
		/* text-transform: uppercase; */
	}
	
		
	.gMenu a{
		margin-bottom: 6vw;
	}
		
	.gMenu a span em {
		position: absolute;
		bottom: -4vw;
		display: inline;
		padding: 4px 20px;
		font-size: 2.4vw;
		font-style: normal;
		line-height: 2.8vw;
		border-radius: 8px;
		opacity: 0;
		transition: all 0.6s ease-out;
	}
	
	footer{
	}
	
	footer nav{
		padding: 20px 0;
	}

	footer a,
	footer span{
		margin-bottom: 4px;
		font-size: 12px;
		line-height: 18px;
	}

}

@media screen and (max-width: 375px) {
		
	.robot #bgPattern{
		grid-template-rows: 0.75fr 360px 1fr;
	}

 .robot .videowrapper video{
		position: relative;
		top: -8vh;
		 
	}
	
	.mouse-follower,
	.mouse-stalker
	{
		display: none;
		opacity: 0;
	}

}



@media screen and (max-width: 880px) {
	#mainContents{
		padding-left: 2.3vw;
		padding-right: 2.3vw;
		width: 100%;
		box-sizing: border-box;
	}
}
/*
#container,
.content
{
	display: none;
}

#mcWrapper{
	height: auto;
}

*/