@charset "utf-8";
html,body {
	height: 100%;	
}

section h3 {
	font-size: 20px;
}
section h2 {
	font-size: 17px;
}
.service_col h4,
.technology_col h4 {
	font-size: 16px;
}

.loading_cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1e1e4b;
	z-index: 9999;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.loading_logo {
	width: 200px;
	background-size: 100%;
}
.loading_logo img {
	width: 100%;
	height: auto;
	animation: loadingLogo 0.7s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loading_cover.start {
	animation: loadingSlide 0.4s forwards;
}
@keyframes loadingSlide {
0% {
	left: 0;
}

51% {
	width: 100%;
}
100% {
	left: 100%;
	width: 0;
}
}

.no_scroll {
	overflow: hidden;
	height: 100vh;
}
.top_container {
	overflow: hidden;
}
.top_container p {
	line-height: 1.8;	
}

.inFlash {
    animation: inFlash 1s forwards;
}
@keyframes inFlash {
0% {
	filter: brightness(30%);
}
100% {
	filter: brightness(100%);
}
}

.movie_base,
.slider_base {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
video {
	width: 100%;
	filter: brightness(30%);
}
@media(min-width: 769px) {
video.videoSP {
	display: none;
}
.swiper-container {
	display: none;	
}
}
@media(max-width: 768px) {
video.videoSP {
	display: block;
}
video.videoPC {
	display: none;
}
.swiper-container {
	display: block;
	position: fixed!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -2;
	position: relative;
}
}


.slider_base {
	height: 100%;
	background: url(../images/slider2_pc.jpg) no-repeat center center;
	background-size: cover;
	filter: brightness(80%);
	z-index: -1;
	display: none;
}

header.desktop,
header.mobile {
	opacity: 0;
}
header.desktop.start,
header.mobile.start {
	-webkit-animation: inOpacity ease 0.95s forwards;
	animation: inOpacity ease 0.95s forwards;
}

.hero {
	height: 100vh;
	position: relative;
}

.hero_inner {
	max-width: 1120px;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 30px;
}
.is_desktop .hero,
.is_desktop .hero_inner {
	min-height: 750px;
}

.hero:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 69vh;
	background: url(../images/top_upper_bg_pc.png) no-repeat center bottom;
	background-size: cover;
	z-index: 2;
}
.hero:after {
    content: '';
    display: block;
    height: 1080px;
    width: 100%;
    background: url(../images/top_hero_parts_bg_pc.png) no-repeat center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: 2;
}

.hero_catch {
	position: relative;
	z-index: 10;
	transform: translateY(-12vh);
}
.hero_catch img {
	width: 100%;
	height: auto;
}

.hero_catch .sign {
	width: 249px;
	margin: 0 0 64px;
	position: relative;
}
.hero_catch .sign img {
	opacity: 0;	
}
.hero_catch .sign.active img {
	-webkit-animation: inOpacity ease 0.95s forwards;
	animation: inOpacity ease 0.95s forwards;
}
.sign:after {
	content: '';
	display: block;
	width: 450px;
	height: 150px;
	position: absolute;
	top: -37px;
	left: -113px;
	background-image: url(../images/top_hero_sign_animation.png);
	transform: scale(0.5);
}
.hero_catch.start .sign:after {
	-webkit-animation: signAnime 0.6s steps(23) forwards;
	animation: signAnime 0.6s steps(23) forwards;
}

@keyframes signAnime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10350px 0;
  }
}




.hero_catch .catch {
	max-width: 1124px;
	margin: 0 0 35px;
	opacity: 0.95;
	position: relative;
}


.hero_catch .catch img {
	width: 100%;
	height: auto;
}
.hero_catch h1 {
	position: relative;
}
@media(min-width: 959px) {
.hero_catch h1 br {
	display: none;	
}
}

.hero_catch .catch span {
	opacity: 0;
}
.hero_catch .catch.active span {
	-webkit-animation: passing-txt ease 0.95s forwards;
	animation:passing-txt ease 0.95s forwards;
}

.hero_catch h1 span.inText {
	opacity: 0
}
.hero_catch h1.active span.inText {
	-webkit-animation: passing-txt ease 0.95s forwards;
	animation:passing-txt ease 0.95s forwards;
}

.catch:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(52,170,231,0.5);
}
.catch.active:after {
	-webkit-animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.hero_catch h1 span.outer {
	position: relative;	
}
.hero_catch h1 span.outer:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(255,255,255,0.7);
	
}
.hero_catch h1.active span.outer:after {
	-webkit-animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.hero .scroll {
	position: absolute;
	width: 100%;
	bottom: 100px;
	left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 100;
	opacity: 0;
}
.hero .scroll.start {
	-webkit-animation: inOpacity ease 0.95s forwards;
	animation: inOpacity ease 0.95s forwards;
}

.hero .scroll p {
	width: 52px;
	position: relative;	
}
.scroll img {
	width: 100%;
	height: auto;
}
.scroll p:after {
	content: '';
	display: block;
	width: 1px;
	z-index: 10;
	height: 0px;
	background: #FFF;
	position: absolute;
	top: 64px;
	left: 27px;
	animation: scrollBar 1.4s ease infinite;
}
@keyframes scrollBar {
 0%,  15% {
 height: 1px;
 opacity: 0;
}
 30% {
 height: 140px;
 opacity: .8;
}
 80% {
 height: 140px;
 opacity: .8;
}
 100% {
 height: 140px;
 opacity: 0;
}
}

@keyframes sliding_bg_horizon {
0% {
	left: 0;
	width: 0;
}
50% {
	left: 0;
	width: 100%;
}
51% {
	left: 0;
	width: 100%;
}
100% {
	left: 100%;
	width: 0;
}
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@keyframes inOpacity {
	0% { opacity:0; }
	100% { opacity:1; }
}

.hero_catch h1 {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif	;
}

.inner_wrap {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding: 0 20px;
}

section h2 {
	color: #34A9E6;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin: 0 0 30px;
	letter-spacing: 2px;
}
section h2 span {
	position: relative;
	display: inline-block;	
}
section h2 span:after {
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background: #34A9E6;
	transform: translateY(14px);
}



section h3 {
	line-height: 1.3;
	margin: 0 0 25px;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif	;
	font-weight: 500;
	letter-spacing: 2px;
}
section.section_aboutus h3 {
	line-height: 1.6;	
}

.top_wrap {
	background: url(../images/top_aboutus_bg_pc.png) no-repeat center top;
	position: relative;
	z-index: 2;
}

.section_aboutus .inner_wrap {
	position: relative;
	z-index: 10;
	padding: 0 30px;
	height: 620px;
	margin-bottom: 120px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.aboutus_caption {
	width: 463px;	
}

.section_aboutus .inner_wrap .about_figure {
	position: absolute;
	right: -180px;
	top: 40px;
}


.section_aboutus .linkbtn {
	margin-left: 0;
	margin-right: 0;	
}

.section_service {
	padding-bottom: 110px;
}

.section_service .inner_wrap,
.section_technology .inner_wrap {
	text-align: center;
	position: relative;
}

section.section_service h2 span:after,
section.section_technology h2 span:after,
section.section_news h2 span:after  {
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background: #34A9E6;
	position: relative;
	margin: 0 auto;
}
.service_caption {
	margin: 0 auto;
}
.service_caption .lead {
	margin-bottom: 50px;	
}


.service_col_flex {
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.service_col {
	width: 30%;
	cursor: pointer;
}

.service_col .service_figure {
	width: 100%;
	background: url(../images/top_service_col_bg1.png) no-repeat 0 0;
	background-size: 100%;
	padding: 10px 0 0;
	margin: 0 0 45px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: 170px;
}
.service_col .service_figure:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 22px;
	background: url(../images/top_service_col_bg3.png) no-repeat left bottom;
	background-size: 100%;
	bottom: -22px;	
}

.service_figure img {
	width: 100%;
	height: auto;
}
.service_figure .no {
	position: absolute;
	top: 19px;
	left: 19px;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #34A9E6;
	letter-spacing: 2px;
	line-height: 1.0;
}
.service_figure .no:after {
	content: '';
	display: block;
	width: 20px;
	height: 9px;
	border-left: 1px solid #34A9E6;
	border-bottom: 1px solid #34A9E6;
	transform: rotate(-43deg);
	position: relative;
	top: 2px;
}


.service_col h4 {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 2px;
}
.service_col h4 a {
	color: #34A9E6;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.service_col h4 a:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #34A9E6;
	border-right: 1px solid #34A9E6;
	transform: rotate(45deg);
	position: absolute;
	right: -20px;
	top: 5px;
}


.section_technology {
	background: #000032;
	padding: 75px 0;
	position: relative;
	z-index: 100;
}

.technology_inner {
	border-top: 1px solid #3C4659;
	border-bottom: 1px solid #3C4659;
		
}

.technology_caption {
	margin: 0 auto;
	padding: 0 20px;
}
.technology_caption .lead {
	margin: 0 0 40px;
}

.technology_flex {
	max-width: 1500px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.technology_col {
	flex-basis: 33.3%;
	padding: 0px 0 30px;	
}
.technology_flex .technology_col:nth-of-type(2) {
	border-left: 1px solid #3C4659;
	border-right: 1px solid #3C4659;
}
.technology_figure {
	text-align: center;	
}
.caption_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.technology_figure {
	position: relative;
	padding: 55px 0 0;
	margin: 0 0 25px;
}
.technology_figure .no {
	position: absolute;
	top: 19px;
	left: 19px;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #34A9E6;
	letter-spacing: 2px;
	line-height: 1.0;
}
.technology_figure .no:after {
	content: '';
	display: block;
	width: 20px;
	height: 9px;
	border-left: 1px solid #34A9E6;
	border-bottom: 1px solid #34A9E6;
	transform: rotate(-43deg);
	position: relative;
	top: 2px;
}
.technology_col h4 {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	text-align: center;
	line-height: 1.3;
	color: #34A9E6;
	margin: 0 0 15px;
}


.section_news {
	background: #0F0F42 url(../images/top_news_bg_pc.png) no-repeat center top;
	position: relative;
	padding: 100px 0 300px;	
}

.news_inner {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 60px 20px;
}

.news_body {
	width: 100%;
	background: #000032;
	position: relative;
	z-index: 5;
	padding: 0;
}
.news_body:before,
.news_body:after {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	
}

.news_body:before {
	background: url(../images/top_news_bg1.png) no-repeat 0 0;
	background-size: 100%;
	top: -60px;
}
.news_body:after {
	background: url(../images/top_news_bg3.png) no-repeat right bottom;
	background-size: 100%;
	bottom: -60px;
}
.news_body h2 {
	text-align: center;	
}
.news_list {
	max-width: 735px;
	margin: 0 auto;
	padding: 0 20px;
}

.news_body table {
	width: 100%;
	border-top: 1px solid #3C4659;
}
.news_body th,
.news_body td {
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid #3C4659;
	font-weight: normal;
}
.news_body th {
	width: 1%;
	white-space: nowrap;
	padding-left: 20px;
}
.news_body td a {
	color: #FFF;
	display: block;
	text-decoration: none;	
}
.news_body td a:hover {
	color: #34B0ED;
}

span.date {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
span.tag {
	font-size: 11px;
	background: #34A9E6;
	display: inline-block;
	margin-left: 15px;
	box-sizing: border-box;
	width: 70px;
	padding: 0 5px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}



/* ANIMATION */

section h3 span {
	position: relative;
	display: inline-block;
}
section h3 span.inText {
	opacity: 0;
}
section h3.slideIn span.inText {
	animation:passing-txt ease 0.95s forwards;
}
section h3 span:before {
	content: '';
	display: inline-block;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(255,255,255, 0.8);
}


section:not(.footer_recruit) h3.slideIn span:before {
	-webkit-animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	animation: sliding_bg_horizon 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

section h2.inview,
.aboutus_caption p,
.section_aboutus .linkbtn,
.service_caption .lead,
.service_col,
.section_service .linkbtn,
.technology_caption .lead,
.technology_col,
.section_technology .linkbtn,
.news_list table tr,
.news_body .linkbtn,
.service_col .no,
.technology_col .no,
.technology_col h4,
.service_col h4 {
	opacity: 0;	
}


.about_figure img {
  -webkit-mask-image: url("../images/cover.png");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 800px auto;
  -webkit-mask-position: -800px 0;
}
.service_col img,
.technology_col img {
  -webkit-mask-image: url("../images/cover.png");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 300px auto;
  -webkit-mask-position: -300px 0;
}




.aboutus_caption p.active,
.section_aboutus .linkbtn.active,
.service_caption .lead.active,
.service_col.active,
.section_service .linkbtn.active,
.technology_caption .lead.active,
.technology_col.active,
.section_technology .linkbtn.active,
.news_list table tr.active,
.news_body .linkbtn.active {
	-webkit-animation: fadeIn linear 0.5s forwards;
	animation: fadeIn linear 0.5s forwards;
}

section h2.active,
.service_col .no.active,
.technology_col h4.active,
.service_col h4.active,
.technology_col .no.active,
.technology_col h4.active {
	animation: lightText 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.about_figure img.active {
	animation: moveEffectL 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.service_col img.active ,
.technology_col img.active {
	animation: moveEffect 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes fadeIn {
0% {
	opacity: 0;
}
100% {
	opacity: 1.0;
}
}
@keyframes fadeInLeft {
0% {
	opacity: 0;
	transform: translateX(-100px);
}
100% {
	opacity: 1.0;
	transform: translateX(0px);
}
}


@keyframes lightText {
0% {
	opacity: 0;
}
50% {
	opacity: 0.2;
}
70% {
	opacity: 0.2;
}
75% {
	opacity: 1;
	filter: brightness(150%);
}
80% {
	opacity: 0.2;
	filter: brightness(100%);
}
85% {
	opacity: 1;
	filter: brightness(150%);
}
90% {
	opacity: 0.2;
}
95% {
	opacity: 0.8;
	filter: brightness(150%);
}
100% {
	opacity: 1;
	filter: brightness(100%);
}
}

@keyframes moveEffect {
0% {
	mask-position: -500px 0;
	-webkit-mask-position: -500px 0;
	opacity: 0;
}
100% {
	-webkit-mask-position: 0 0;
	opacity: 1.0;
}
}


@keyframes moveEffectL {
0% {
	mask-position: -800px 0;
	-webkit-mask-position: -800px 0;
	opacity: 0;
}
100% {
	-webkit-mask-position: 0 0;
	opacity: 1.0;
}
}


@keyframes loadingLogo {
0% {
	opacity: 1;
}
45% {
	opacity: 1;
}
50% {
	opacity: 0.1;
}
70% {
	opacity: 0.1;
}
75% {
	opacity: 1;
	filter: brightness(150%);
}
80% {
	opacity: 0;
	filter: brightness(100%);
}
85% {
	opacity: 1;
	filter: brightness(150%);
}
90% {
	opacity: 0.1;
	filter: brightness(100%);
}
95% {
	opacity: 0.8;
	filter: brightness(150%);
}
100% {
	opacity: 1;
	filter: brightness(100%);
}
}

