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;}
/*20221108*/
*,
*::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-light: #80c087;
	--accent-color: #2f5e34;
	--accent-color-pale: #59cd66;
	--accent-color-dark: #3f89d9;
	/* --color-text: #d5d5d5; */
	--color-hyuaran: #2f5e34;
	--color-text: #4a4a4a;
	--color-text-link: #2f5e34;
	--color-text-hover: #59cd66;
	--color-text-bold: #000;
	--color-text-pale: #bbb;
	--color-text-dark: #000;
	--color-text-trasparent: transparent;
	--color-bg: #ffffff;
	--color-bg-80: rgba(26,48,102,0.8);
	--color-bg-50: rgba(26,48,102,0.5);
	--color-bg-dark: #152652;
	--color-bg-pale: #d4d4d4;
	--cover-graduation: linear-gradient(to right, var(--color-bg), #fff);
	--cover-imgcolor: rgba(77,77,77,.7);
	--cover-imgcolor: linear-gradient(to right, var(--color-bg), #fff);
	--text-color: rgba(255,255,255,1);
	--gtaduate-header: #ffffff;
	--gtaduate-navi: transparent;
	--width-content-base: 880px;
}


.robot #bgPattern{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 360px 1fr;
	grid-template-areas: 
	"a "
	"video" 
	"c";
	position: fixed;
	z-index: -1;
	width: 100vw;
	height: 100vh;
}

.robot .videowrapper{
	grid-area: video;
	/* position: relative; */
	/* top: 10vh; */

	padding: 0;
	width: 100vw;
	border: #fff solid 2px;
	overflow: hidden;
	box-sizing: border-box;
}

.robot video{
  width: 78%;
  /* height: 100vh; */
  
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
  
}

.robot .videowrapper,
.robot video{
  /* max-width: 1200px; */
  text-align: center;
}

.robot .message{
	position: relative;
	top: -6vh;
}

#wrapper_bgndVideo iframe{
transform: scale(0.8);
/* margin-top: 0 !important; */
}

@media screen and (min-width: 1201px) {

.robot .videowrapper,
.robot video{
  /* max-width: 1200px; */
}
	
}





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;
	padding: 0 12px;
	font-family: var(--font-heavy);
	color: var(--color-text-link);
	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;
}

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

.address{
	font-size: 11px;
}

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(rgba(255,255,255,.7), rgba(255,255,255,.6) 50%, rgba(255,255,255,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(--color-text-link);
	margin: 4px auto;
	transition: all 0.3s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.grnavi{
	position: fixed;
	top: 54px;
	top: 0;
	z-index: 1;
	height: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
	

nav.top a {
opacity: 1;
}


.itemBlock {
	margin-bottom: 8px;
	padding-bottom: 4px;
	text-align: left;
	border-bottom: var(--color-text-pale) solid 1px;
}



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

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

}

@media screen and (max-width: 1100px) {
	
	.grnavi{
		left: 0px;
		padding-left: 0px;
		background: rgb(255, 255, 255, 0);
	}
	
	.grnavi.open{
		height: 255px;
		left: 0px;
		padding-left: 0px;
		background: rgb(255, 255, 255);
		box-shadow: 0 6px 12px var(--color-bg-pale);
	}
	
	.grnavi nav{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;	
		padding: 68px 12px 4px;
		width: 100vw;
		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 - 24px);
		font-weight: 500;
		text-align: left;
		border-bottom: var(--color-text-pale) solid 1px;
	}
		
	.grnavi nav a:last-child{
		border-bottom: 0;
	}

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

	#toggle{
		height: 30px;
	}
}

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


	.robot #bgPattern{
		grid-template-rows: 1fr 360px 1fr;
	}

}


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

	.robot .videowrapper{
		top: 0;
	}

	.robot video{
	  width: 100%;
	  filter: drop-shadow(0px 0px rgba(0,0,0,0));
	  outline: none;
	  border: none;
	  
	}

	.robot .message{
		position: relative;
		top: -18vh;
	}
}

@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;
	}

}


/* 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: 40px;
	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;
}



/* LOGO */

.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: start;
	align-items: center;	
	
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 4px;
}

.content #logo svg path{
	fill: var(--color-hyuaran);
}

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

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

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

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

.content_title {
	font-family: var(--font-heavy);
	font-size: 9vw;
	margin: 0;
	color: var(--color-text-dark);
	transform-origin: center;
}

.content_title span {
	display: inline-block;
}

.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;
}

.gMenu {
	display: flex;
	flex-flow: column;
	justify-content: start;
	align-items: start;	

	position: fixed;
	top: 76px;
	left: 12px;
	z-index: 10;
	padding: 0;
	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;
	padding-right:8px;
	color: var(--color-text);
	display: flex;
	flex-flow: row nowrap;
	justify-content: start;
	align-items: center;	
	align-content: center;
}

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

.gMenu a span{
	opacity: 0;
	position: static;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	margin-left: 8px;
	padding-left: 8px;
	width: 100%;
	height: auto;
	border-left: var(--color-text-pale) solid 1px;
	
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;	
	align-content: center;
	
	pointer-events: none;
}

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

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

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

.gMenu a:hover span em{
	opacity: 1;
	color: var(--color-text);
	font-weight: 900;
}


.content_button {
	position: relative;
	top: -2vh;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: var(--accent-color-light);
	cursor: pointer;
	font-family: var(--font-heavy);
	font-size: 1.4rem;
	letter-spacing: .4rem;
	font-weight: 700;
	background: none;
	border: 0;
	transition: all 0.3s ease-out;
}

.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_button:hover {
	font-size: 2rem;
	color: var(--accent-color-pale);
}


.content_button:focus {
	outline: none;
}


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

.robot footer{
	opacity: 0;
	pointer-events : none;
	position: fixed;
	bottom: 0;
	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);
	/*display: flex;レスポンシブで非表示設定のため*/
	flex-flow: column;
	justify-content: start;
	align-items: start;	
	z-index: 10;
}

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

.gMenu a{
	margin-bottom: 1.7vh;
	padding-top: 0;
	font-size: 18px;
	line-height: 16px;
	font-family: var(--font-heavy);
	color: var(--color-text-link);
	text-align: left;
}


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

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

#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: 880px) {
	#mainContents{
		padding-left: max(20px, 2.3vw);
		padding-right: max(20px, 2.3vw);
		width: 100vw;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 481px) {
	.on480{
		display: none;
	}
	
	.grnavi nav a,
	nav.top  a,
	.gMenu a{
		margin-bottom: 1.7vh;
		font-size: 20px;
		line-height: 16px;
	}
}

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

	.gMenu {
		top: min(16vw,68px);
	}
	
	.grnavi nav a,
	nav.top  a,
	.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); */
		/* transform-origin: top left; */
		width: max(5.8vw,20px);
		height: max(5.8vw,20px);
	}
	.content #logo a, .content #logo a:link, .content #logo a:focus {
		font-size: max(16px, 4.2vw);
	}

	.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;
	}

	i.fromCom{
		display: block;
		margin-top: 16px;
		padding: 0;
		font-family: var(--font-heavy);
		font-weight: bold;
		text-align: center;
		color: var(--accent-color);
		font-size: 16px;
	}

	.gMenu {
		font-family: var(--font-heavy);
		font-weight: 700;
		font-size: 2.8rem;
		line-height: 2.0rem;
		/* text-transform: uppercase; */
	}
	
		
	.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 nav{
		margin-bottom: 0 !important;
		padding: 20px 0;
	}

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


}
/*
#container,
.content
{
	display: none;
}

#mcWrapper{
	height: auto;
}

.robot .content_button,
.robot #container{
	opacity: 0 !important;
}

.robot footer,
.robot footer *,
.robot .message *{
	opacity: 1;
}

*/
#iframe_bgndVideo{
	margin-top: -152px !important;
}
