@charset "utf-8";/*ページ用*/
/* ------------------------------------------------ */
#title {
	position: relative;
	text-align: center;
	background-image: url("./img/content/title.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px;
	padding: 30px 10px;
}
#title::after {
	content: "";
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
}
@media screen and (min-width: 768px) {
	#title {
		padding: 50px 10px 50px 10px;
	}
}
#page-curriculum #title::after {
	background-color: rgba(255,255,255,0.3);
}
/*
#page-curriculum #title {background-image: url("./img/content/title.jpg");}
#page-about #title {background-image: url("./img/about/title.jpg");}
#page-recruit #title {background-image: url("./img/recruit/title.jpg");}
*/

#title div {
	position: relative;
	z-index: 1;
}
#title span {
	display: block;
	color: rgba(255,255,255,0.5);
	color: rgba(0,0,0,0.3);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 60px;
	font-size: clamp(40px, 6vw, 60px);
	text-transform: uppercase;
	margin-bottom: 10px;
}
#title strong {
	display: block;
	font-size: 20px;
	font-size: clamp(16px, 2vw, 20px);
	color: rgba(255,255,255,0.8);
	color: rgba(0,0,0,0.6);
}
#title b {
	display: block;
	font-size: 40px;
	font-size: 4vmin;
	font-size: clamp(28px, 4vw, 40px);
	color: rgba(255,255,255,0.6);
	color: rgba(0,0,0,0.8);
}
@media screen and (max-width: 767px) {
	#title strong {
		width: auto;
	}
}
/* title------------------------------------------------ */
.title {
	line-height: 1em;
}
@media screen and (max-width: 767px) {
	.title {
		text-align: center;
		margin-bottom: 20px;
	}
}
.title.h2 {
	text-align: center;
	margin-bottom: 20px;
}
.title.h2.left {
	text-align: left;
}
.title.titleanm {
	padding-top: 0px;
}
.title h2 {
}
.title h2 span {
	display: block;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1em;
	text-transform: capitalize;
}
.title h2 em {
	display: inline-block;
	font-size: 60px;
	font-size: 6vmin;
	font-size: clamp(40px, 6vmin, 60px);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
}
.title h2 strong {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1em;
}
.title h2 b {
	display: block;
	font-size: 30px;
	font-size: 3vmin;
	font-size: clamp(24px, 3vmin, 30px);
	font-weight: 700;
	line-height: 1em;
}
.title.h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.title.h3 h3 {
	color: #6d3511;
	font-size: 20px;
	font-weight: 400;
}
/* ------------------------------------------------ */
#page {
	padding: 30px 0px 50px 0px;
}
.div.page {
}
.pageinner {
}
#pageentry {
}
.pageentry {
}
.page-content {
}
@media screen and (max-width: 767px) {
	div.page {
		padding: 0px 10px;
	}
}
/* ------------------------------------------------ */
#archive {
	padding: 0px 0px 40px 0px;
}
.archive {
}
/* ------------------------------------------------ */
#single {
}
.page-single {
	padding: 0px 10px 40px 10px;
}
/* ------------------------------------------------ */
.site-main {
}
.page-header {
}
.page-title {
	display: block;
	font-size: 1.500em;
	font-weight: bold;
	margin-bottom: 20px;
}
.taxonomy-description {
}
.page-content {
}
/* ------------------------------------------------ */
.page-single {
	padding-bottom: 80px;
}
.entry-title {
	display: block;
	font-weight: 700;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.entry-title h2 {
}
.entry-title h2 b {
	display: block;
	color: var(--blue1);
	font-size: 24px;
}
.entry-title h2 em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--blue1);
	padding: 3px 5px;
}
.entry-title h2 i {
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
}

.entry-photo {
	margin-bottom: 30px;
}
.entry-photo img {
	width: auto;
	margin: 0px auto;
}
.entry-content {
	padding: 10px;
}
.entry-content:last-child {
}
.entry-content img {
	display: inline-block;
}
.entry-content img.aligncenter {
	display: block;
	margin: 0px auto;
}
.entry-content img.alignleft {
	display: block;
	margin: 0px auto 0px 0px;
}
.entry-content img.alignright {
	display: block;
	margin: 0px 0px 0px auto;
}
.entry-content img.alignnone {
}
.entry-content h1 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	background-color: #fbce00;
	margin-bottom: 15px;
	padding: 10px 5px;
}
.entry-content h2 {
	color: #000;
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
	border-bottom: 3px solid #fbce00;
	margin-bottom: 15px;
	padding: 5px 5px;
}
.entry-content h3 {
	color: #e0ad07;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	border-left: 5px solid #fbce00;
	margin-bottom: 15px;
	padding: 5px 5px;
}
.entry-content h4 {
	color: #fbce00;
	color: #e0ad07;
	font-size: 22px;
	margin-bottom: 15px;
}
.entry-content h5 {
	font-size: 20px;
	margin-bottom: 15px;
}
.entry-content h6 {
	font-size: 20px;
	margin-bottom: 15px;
}
.entry-content p {
	margin-bottom: 15px;
}
.entry-content p:last-child {
	margin-bottom: 0px;
}
.entry-content p {
	margin-bottom: 20px;
}
.entry-content p:last-child {
	margin-bottom: 0px;
}
.entry-footer {
	display: none;
	font-size: 0.688em;
	text-align: right;
	padding-top: 30px;
}
.entry-content a {
	color: #2d84a7;
}
.entry-content a:hover {
	color: #78accb;
}
/* ------------------------------------------------ */
.navigation {
}
.navigation h2 {
	display: none;
}
.navigation {
	padding: 30px 0px;
}
.nav-links {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.nav-previous,
.nav-next {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
}
.nav-previous {
}
.nav-next {
	text-align: right;
}
.nav-links a {
	display: inline-block;
	color: #000;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
	padding: 5px 10px;
}
.nav-links a:hover {
	background-color: #f2f2f2;
}
.nav-previous a::before {
	content: "<<"
}
.nav-next a::after {
	content: ">>"
}
.nav-links .meta-nav,
.nav-links .screen-reader-text {
	display: none;
}
.nav-links .post-title {
}
.wp-pagenavi {
	line-height: 1em;
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.wp-pagenavi span {
	display: inline-block;
	line-height: 1em;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 2px;
	padding: 5px 8px;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi span.current {
	color: #fff;
	background-color: #78accb;
	border: 1px solid #78accb;
}
.wp-pagenavi a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 1px;
	padding: 5px 5px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding: 5px 10px;
}
.wp-pagenavi a:hover {
	color: #fff;
	background-color: #2d84a7;
	border: 1px solid #2d84a7;
}
/* ------------------------------------------------ */
.widget_search {
	position: relative;
	max-width: 250px;
}
.headerwidget .widget_search {
	margin: 0px 0px 0px auto;
}
.widget_search label span.screen-reader-text {display: none;}
.widget_search button span.screen-reader-text {display: none;}
.widget_search label input[type="search"]{
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px 5px;
}
.widget_search button[type="submit"]{
	position: absolute;
	right: 10px;
	top: 5px;
	width: 30px;
	height: 25px;
	background-color: transparent;
	background-image: url("../../../../img/parts/search.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	border: 0px;
	padding: 0;
	cursor: pointer;
}
/* ------------------------------------------------ */
#pagecon {
	position: relative;
	z-index: 10;
	color: #fff;
	background-color: var(--blue1);
	text-align: center;
	padding: 100px 5px;
}
.pagecon {
}
.pagecon h2 {
	margin-bottom: 30px;
}
.pagecon h2 strong {
	display: block;
	font-size: 36px;
	font-weight: 700;
	line-height: 1em;
}
.pagecon p {
	padding: 20px 0px;
}
.pagecon p b {
	display: block;
	font-size: 24px;
	margin-bottom: 30px;
}
.pagecon-tel {
	display: inline-block;
	vertical-align: top;
}
.pagecon-tel a {
	display: inline-block;
	color: #ff0;
}
.pagecon-tel a svg {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
.pagecon-tel a svg path {
	fill: #ff0;
}
.pagecon-tel a span {
	display: inline-block;
	font-size: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	vertical-align: middle;
}
.pagecon-tel em {
	display: block;
	color: #fff;
}
.pagecon-contact {
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}
.pagecon-contact a {
	display: inline-block;
	color: var(--blue1);
	background-color: #ff0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px;
}
.pagecon-contact a svg {
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.pagecon-contact a svg path {
	fill: var(--blue1);
}
.pagecon-contact a span {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
}
.pagecon-contact a:hover {
	background-color: rgba(255,255,255,0.8)
}
/* ------------------------------------------------ */
.bloc {
	position: relative;
	z-index: 0;
	background-color: var(--white);
	margin: 0px auto;
	padding: 0px;
}
.sticky {
	z-index: -1;
}
@media screen and (min-width: 768px) {
	.sticky {
/*
		min-height:96vh;
*/
	}
}
.sticky::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.5s linear;
}
.sticky.stuck {
}
.sticky.stuck::before {
	background-color: rgba(255,255,255,0);
}
.outer {
	position: relative;
	z-index: 1;
}
.bloc .outer {
	padding: 30px 0px;
}
@media screen and (min-width: 768px) {
	.bloc .outer {
		padding: 50px 0px;
	}
}
.inner {
/*
	margin-bottom: 10px;
	padding: 5px 10px;
*/
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0px 5px;
	}
}
.inner::after {
	content: "";
	display: block;
	clear: both;
}
.inner:last-child {
	margin-bottom: 0px;
}
.inner p {margin-bottom: 30px;}
.inner p:last-child {margin-bottom: 0px;}
/* ------------------------------------------------ */
#index {
}
#slideslide {
/*
	position: fixed;
*/
}
/* --------- */
.bloc#index-slide,
.bloc#index-slide.stuck {
/*
	z-index: 1;
overflow: hidden;
*/
}
#slide-area {
	position: relative;
}
.slide-tex {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 45%;
	width: 100%;
	text-align: center;
}
.slide-tex strong {
	display: inline-block;
	color: var(--white);
	font-size: 50px;
	font-size: 5vmin;
	font-size: clamp(30px, 5vmin, 50px);
	font-weight: 500;
	padding: 5px;
}

/* --------- */
.indextex {
	padding-top: 0px;
}
/* --------- */
#index-news {
	background-color: var(--white);
}
.bloc #index-news {
	padding: 0px 10px;
}
.bloc #index-news .outer {
	padding: 50px 0px;
}
@media screen and (min-width: 768px) {
	.bloc #index-news .outer {
		padding: 100px 0px 50px 0px;
	}
}
.index-news {
}
.index-news ul {
	margin-bottom: 30px;
}
.index-news ul li {
	border-bottom: 1px dashed #000;
	padding: 10px;
}
.index-news ul li:last-child {
	border-bottom: none;
}
@media screen and (min-width: 768px) {
	.index-news ul::after {
		display: block;
		content: "";
		clear: both;
	}
	.index-news ul li {
	}
}

.index-news ul li a {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
}
.index-news ul li a div {
	margin-bottom: 5px;
}
.index-news ul li a div img {
	margin: 0px auto;
}
.index-news ul li a dl {
}
.index-news ul li a dl dt {
	line-height: 1.2em;
}
.index-news ul li a dl dt span {
	display: inline-block;
	font-size: 13px;
}
.index-news ul li a dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--blue1);
	padding: 3px 5px;
}
.index-news ul li a dl dt strong {
	display: block;
	color: var(--blue1);
}
.index-news ul li a dl dd {
}
.index-news ul li a dl dd p {
	font-size: 13px;
	line-height: 1.4em;
}
@media screen and (max-width: 767px) {
	.index-news ul {
		display: block;
		width: auto;
	}
	.index-news ul li {
		display: block;
		margin-bottom: 10px;
		padding: 0px;
	}
	.index-news ul li a div {
		display: table-cell;
		width: 30%;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl {
		display: table-cell;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl dt {
		line-height: 1.2em;
	}
	.index-news ul li a dl dt span {
	}
	.index-news ul li a dl dt strong {
	}
	.index-news ul li a dl dd {
	}
}
/* --------- */
.bloc#index-about {
}
.bloc#index-about::before {
}
.bloc#index-about.stuck::before {
	opacity: 1;
}
.bloc#index-about .title.titleanm {color: var(--black);}
.bloc#index-about .bloc-bg-tex {color: rgba(85,185,225,0.1);}
.index-about {
	position: relative;
	margin-bottom: 80px;
}
.index-about-title {
	text-align: center;
	margin-bottom: 30px;
}
.index-about-title img {
	display: inline-block;
	width: 350px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.index-about-title img {
		max-width: 350px;
		width: 80%;
	}
}
.index-about-title span {
	display: inline-block;
	vertical-align: middle;
}
.index-about-tex {
	position: relative;
	z-index: 1;
	text-align: center;
}
.index-about-tex h2 {
	display: block;
	font-size: 24px;
	margin-bottom: 30px;
}
.index-about-tex p {
}
.index-about-list {
	position: relative;
	z-index: 1;
	text-align: center;
	padding-top: 20px;
}
.index-about-list ul {
	padding: 0px 10px;
}
.index-about-list ul li {
	color: var(--white);
	background-color: var(--blue1);
}
.index-about-list ul li b {
	font-size: 1.3em;
}
.index-about-list ul li b span {
}
.index-about-list ul li b span strong {
	color: #ff0;
	font-size: 1.2em;
}
@media screen and (max-width: 767px) {
	.index-about-list ul li {
		margin-bottom: 10px;
	}
	.index-about-list ul li:last-child {
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 768px) {
	.index-about-list {
		padding-top: 50px;
	}
	.index-about-list ul li {
		display: inline-block;
		position: relative;
		width: 180px;
		height: 180px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		margin: 0px 10px;
	}
	.index-about-list ul li b {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 180px;
	}
}
.index-about-img {
	position: absolute;
	z-index: -1;
}
.index-about-img1 {
	left: 0px;
	top: -50px;
}
.index-about-img2 {
	left: 0px;
	bottom: 0px;
}
.index-about-img3 {
	right: 0px;
	top: 0px;
}
.index-about-img4 {
	right: 0px;
	bottom: 40px;
}
@media screen and (max-width: 767px) {
.index-about-img {
	opacity: 0.5;
}
	.index-about-img img {
		width: 80px;
	}
}
.index-about-ban {
	text-align: center;
}
.index-about-ban img {
	display: inline-block;
}
/* --------- */
svg .boxb{opacity:.1;}
svg .boxc{fill:#fff;opacity:.2;}
.content-program svg .boxa{fill:#e50012;}
.content-drone svg .boxa{fill:#ec6c00;}
.content-esports svg .boxa{fill:#003bb6;}
.content-movie svg .boxa{fill:#00823e;}
.content-cad svg .boxa{fill:#e75297;}
/* --------- */
.bloc#index-content {
	background-color: var(--blue1);
}
.bloc#index-content .outer {
	padding: 60px 0px;
}
.index-content {
	text-align: center;
}
.index-content h2 {
	color: var(--white);
	margin-bottom: 30px;
}
.index-content h2 b {
	display: block;
	font-size: 24px;
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
	.index-content h2 {
		margin-bottom: 100px;
	}
	.index-content h2 b {
		margin-bottom: 40px;
	}
}
.index-content h2 strong {
	display: block;
	font-size: 50px;
	font-size: 5vmin;
	font-size: clamp(40px, 5vmin, 50px);
	line-height: 1.2em;
}
.index-content h2 strong span {
	color: #ff0;
	font-size: 1.2em;
}
.index-content-list {
}
.index-content-list ul {
}
.index-content-list ul li {
	position: relative;
}
.index-content-list ul li {
	display: inline-block;
	margin: 0px 10px;
}
@media screen and (min-width: 768px) {
	.index-content-list ul li {
		margin: 0px 10px;
	}
}
.index-content-list ul li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	z-index: 0;
	width: 140px;
	height: 40px;
	background-color: rgba(0,0,0,0.1);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: -70px;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
@media screen and (max-width: 767px) {
	.index-content-list ul li::after {
		width: 100px;
		height: 40px;
		margin-left: -50px;
	}
}
.index-content-list ul li a {
	position: relative;
	z-index: 1;
	display: block;
	color: var(--white);
	text-decoration: none;
}
.index-content-list ul li a b {
	display: block;
	position: absolute;
	left: 50%;
	top: 40%;
	-webkit-transform: translate(-50%,-40%);
	-moz-transform: translate(-50%,-40%);
	-ms-transform: translate(-50%,-40%);
	-o-transform: translate(-50%,-40%);
	transform: translate(-50%,-40%);
	width: 150px;
	font-weight: 400;
}
.index-content-list ul li a b span {
	display: block;
	font-size: 1.8em;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
}
.index-content-list ul li a b strong {
	display: block;
	position: relative;
	font-size: 1.3em;
}
.index-content-list ul li a b span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
	margin-left: -7px;
}
@media screen and (min-width: 768px) {
	.index-content-list ul li a svg {
		width: 180px;
	}
}
@media screen and (max-width: 767px) {
	.index-content-list ul li a svg {
		width: 130px;
	}
}
.index-content-list ul li a:hover .boxa {
	fill:#5bb7e5;
}

/* --------- */
.contentbloc {
	position: relative;
}
.contentbloc .outer {
	padding: 30px 0px;
}
@media screen and (min-width: 768px) {
	.contentbloc .outer {
		padding: 50px 0px;
	}
}
@media screen and (min-width: 768px) {
	.contentbloc {
/*
		min-height:96vh;
*/
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 70%;
	}
	.page.home .contentbloc {
		background-size: contain;
	}
	.contentbloc#content-program,
	.contentbloc#content-esports,
	.contentbloc#content-cad {
		background-position: left top;
	}
	.contentbloc#content-drone,
	.contentbloc#content-movie {
		background-position: right top;
	}
	.contentbloc#content-program {background-image: url("./img/content/program.jpg");}
	.contentbloc#content-drone {background-image: url("./img/content/drone.jpg");}
	.contentbloc#content-esports {background-image: url("./img/content/esports.jpg");}
	.contentbloc#content-movie {background-image: url("./img/content/movie.jpg");}
	.contentbloc#content-cad {background-image: url("./img/content/cad.jpg");}

	.contentbloc::before {
		content: "";
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		min-width: 100%;
		min-height: 100%;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.5s linear;
	}
	.contentbloc#content-program::before,
	.contentbloc#content-esports::before,
	.contentbloc#content-cad::before {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	}
	.contentbloc#content-drone::before,
	.contentbloc#content-movie::before {
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	}
	.page .contentbloc::after {
		content: "";
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		min-width: 100%;
		min-height: 100%;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 38%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 38%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 38%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}
	.page.home .contentbloc::after {
		display: none;
	}
	.contentbox {
		width: 50%;
	}
	.contentbloc#content-program .contentbox,
	.contentbloc#content-esports .contentbox,
	.contentbloc#content-cad .contentbox {
		margin: 0px 0px 0px auto;
	}
	.contentbloc#content-drone .contentbox,
	.contentbloc#content-movie .contentbox {
		margin: 0px auto 0px 0px;
	}
}
.content-title {
	margin-bottom: 20px;
}
.content-title dl {
	border-bottom: 2px solid;
	margin-bottom: 20px;
}
.content-program .content-title dl{border-color:#e50012;}
.content-drone .content-title dl{border-color:#ec6c00;}
.content-esports .content-title dl{border-color:#003bb6;}
.content-movie .content-title dl{border-color:#00823e;}
.content-cad .content-title dl{border-color:#e75297;}
.content-title dl dt {
}
.content-title dl dd {
}
@media screen and (min-width: 768px) {
	.content-title dl {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.content-title dl dt ,
	.content-title dl dd {
		display: table-cell;
		vertical-align: middle;
	}
	.content-title dl dt {
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.content-title dl dt,
	.content-title dl dd {
		text-align: center;
	}
}
.content-title dl dt span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.content-title dl dt em {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 30px;
	color: var(--white);
	font-family: 'Roboto Condensed', sans-serif;
}
.content-title dl dt svg {
	width: 80px;
}
.content-title dl dd h2 {
	position: relative;
	font-weight: 400;
	line-height: 1em;
}
.content-title dl dd h2 strong {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 40px;
	line-height: 1em;
}
.content-title dl dd h2 span {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	font-size: 60px;
	font-family: 'Roboto Condensed', sans-serif;
	opacity: 0.2;
}
.content-program .content-title dl dd h2 span{color:#e50012;}
.content-drone .content-title dl dd h2 span{color:#ec6c00;}
.content-esports .content-title dl dd h2 span{color:#003bb6;}
.content-movie .content-title dl dd h2 span{color:#00823e;}
.content-cad .content-title dl dd h2 span{color:#e75297;}

.content-title ul {
}
.content-title ul li {
	font-size: 20px;
	font-weight: 700;
	padding: 3px 0px;
}
.content-title ul li::before {
	content: "■ ";
	font-size: 16px;
}
.content-program .content-title ul li::before{color:#e50012;}
.content-drone .content-title ul li::before{color:#ec6c00;}
.content-esports .content-title ul li::before{color:#003bb6;}
.content-movie .content-title ul li::before{color:#00823e;}
.content-cad .content-title ul li::before{color:#e75297;}
.content-img {
	margin-bottom: 20px;
}
.content-tex {
	margin-bottom: 40px;
}
.content-tex strong {
	display: block;
	font-size: 30px;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.content-tex p {
}
.content-ex {
}
.content-ex dl {
	margin-bottom: 40px;
}
.content-ex dl dt {
}
.content-ex dl dt h3 {
	display: block;
	font-size: 30px;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.content-program .content-ex dl dt h3{color:#e50012;}
.content-drone .content-ex dl dt h3{color:#ec6c00;}
.content-esports .content-ex dl dt h3{color:#003bb6;}
.content-movie .content-ex dl dt h3{color:#00823e;}
.content-cad .content-ex dl dt h3{color:#e75297;}
.content-ex dl dd {
}
.content-ex dl dd p {
}
.contentlink {
	padding-top: 50px;
}



/* --------- */
.bloc#index-company {
	background-color: var(--white);
}
.bloc#index-company.stuck::before {
	background-color: var(--white);
}
.bloc#index-company .title.titleanm {color: var(--blue2);}
.bloc#index-company.stuck .title.titleanm {color: var(--blue1);}
.index-company-tex {
}
.index-company-link {
	position: relative;
	padding: 40px 0px 40px 100px;
}
.index-company-link .link a {
	color: var(--white);
	background-color: var(--blue2);
	border: 1px solid var(--blue2);
	padding: 15px 50px;
}
.index-company-link .link a:hover,.link a:active {
	color: var(--blue2);
	background-color: var(--white);
	border: 1px solid var(--blue2);
}
.index-company-link .link.arrow a:hover span::before,
.index-company-link .link.arrow a:hover span::after {
	background: var(--blue2);
}
.index-company-link1 {
}
.index-company-link2 {
}
.index-company-link3 {
}
.index-company-map {
}
.index-company-map .map {
}
/* ------------------------------------------------ */
#about {
}
.about {
}
.about-top {
	text-align: center;
	margin-bottom: 40px;
}
.about-top strong {
	display: block;
	font-size: 36px;
	font-size: 3.6vmi;
	font-size: clamp(28px, 3.6vmin, 36px);
	margin-bottom: 20px;
}
.about-top-bloc {
	text-align: center;
	margin-bottom: 40px;
}
.about-top dl,
.about-top dl dt,
.about-top dl dd {
	display: inline-block;
	vertical-align: middle;
}
.about-top dl {
	border-bottom: 2px solid #000;
	margin: 0px 5px;
}
.about-top dl dt {
	font-weight: 700;
	text-align: center;
	padding: 5px 15px;
}
.about-top dl dd {
	padding: 5px 35px 5px 15px;
}
@media screen and (max-width: 767px) {
	.about-top dl {
		display: block;
		text-align: left;
	}
}
.about-floor {
	text-align: center;
}
.about-floor-photo {
	margin-bottom: 50px;
}
.about-floor-photo ul {
}
.about-floor-photo ul li {
	display: inline-block;
	width: 19%;
	vertical-align: top;
	margin-bottom: 3px;
}
.about-floor-photo ul li img {
}
.about-floor-bloc {
}
.about-floor-bloc ul {
}
.about-floor-bloc ul li {
	margin-bottom: 30px;
}
.about-floor-bloc ul li dl {
}
.about-floor-bloc ul li dl dt {
	position: relative;
	margin-bottom: 10px;
}
.about-floor-bloc ul li dl dd {
}
.about-floor-bloc ul li dl dt b {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: var(--blue1);
	font-size: 50px;
	font-weight: 500;
	line-height: 1em;
}
.about-floor-bloc ul li dl dt b span {
	font-size: 80px;
}
.about-floor-bloc ul li dl dt p {
}
.about-floor-bloc ul li dl dd a {
	display: inline-block;
	width: 32%;
	vertical-align: top;
}
.about-floor-bloc ul li dl dd a img {
}
@media screen and (max-width: 767px) {
	.about-floor-photo ul li {
		width: 48%;
	}
	.about-floor-bloc ul li dl dt {
		text-align: left;
		padding-left: 50px;
	}
	.about-floor-bloc ul li dl dt b {
		bottom: 35%;
		font-size: 20px;
	}
	.about-floor-bloc ul li dl dt b span {
		font-size: 40px;
	}
}
.about-map {
}
/* ------------------------------------------------ */
#news {
}
#news .outer {
	padding: 0px 0px;
}
.news {
}
.news-list {
}
.news-list ul {
}
.news-list ul li {
	border-bottom: 1px solid #000;
	padding: 15px 5px;
}
.news-list ul li:last-child {
	border-bottom: none;
}
.news-list ul li dl {
	margin-bottom: 15px;
}
.news-list ul li dl dt {
	border-bottom: 1px solid #ccc;
}
.news-list ul li dl dt span {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height 1em;
	padding-right: 10px;
}
.news-list ul li dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--blue1);
	padding: 3px 5px;
}
.news-list ul li dl dt a {
	display: block;
	color: var(--blue1);
	font-size: 20px;
	line-height: 1.4em;
	text-decoration: none;
}
.news-list ul li dl dt a:hover {
	color: var(--link3);
}
.news-list ul li dl dt a strong {
}
.news-list ul li dl dd {
}
.news-list {
}
/* ------------------------------------------------ */
#top {
}
.top {
}
/* ------------------------------------------------ */
#top {
}
.top {
}
/* ------------------------------------------------ */
.const {
	text-align: center;
	padding: 100px 0px;
}
/* ------------------------------------------------ */