@charset "utf-8";
/*--------------------------------------
	copyright : Lampros co.,Ltd.
--------------------------------------*/

@import url(normalize.css);
/* @import url(../_plugin/fontawesome/css/all.min.css); */
@import url(https://unpkg.com/aos@next/dist/aos.css);
@import url(../_plugin/jquery.jaticker/jquery.jaticker_1.0.0.css);
@import url(common_parts.css);
@import url(common.css);
@import url(../font/style.css);


/*
 index
==============================*/

/* logo ---------*/
#corporationName{
	font-size: 50px;
	color: #F5F5F5;
	display: block;
	z-index: 1111;
}
/* top ----------*/
#top {
	text-align: center;
	
}
#top:before { position: absolute; z-index: 20; top: 0; left: -100%; content: ""; width: calc((100% / 6) * 2); height: 100%; opacity: 0.85; background-color: #202E8F; -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left top; transform-origin: left top; mix-blend-mode: multiply;transition: all 1.5s ease-in-out; }
#top:after { position: absolute; z-index: 20; bottom: 0; right: -100%; content: ""; width: calc((100% / 6) * 2); height: 100%; opacity: 0.85; background-color: #202E8F; -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left bottom; transform-origin: left bottom; mix-blend-mode: multiply;transition: all 1.5s ease-in-out; }
.start #top:before { left: 0; }
.start #top:after { right: 0; }
#top-logo {display: flex; justify-content: right; position: absolute; z-index: 11; top: 30%; right: calc(100% / 6); width: calc(100% / 2); opacity: 0; }
#top-copy { position: absolute; z-index: 10; bottom: 30%; left: calc(100% / 6); color: #FFF;  font-size: 1vw; opacity: 0; }
#top-copy strong { font-size: 1.78vw; }
#top-copy span.s { opacity: 0.3; }
/* mv-pg ----------*/
#mv-pg { position: fixed; z-index: -1; top: -10%; opacity: 0; left: 6rem; width: calc(100% - 6rem); height: 100%; transition: all 1s ease-in-out; }
.active #mv-pg { top: 0; opacity: 1; }
#mv-pg li { position: absolute; width: 100%; height: 100vh; opacity: 0; }
#mv-pg li .pg { position: absolute; display: block; width: calc((100% / 6) + 1px); height: 100%; overflow: hidden; background-repeat: no-repeat; top: 0; }
#mv-pg li .pg:nth-child(1) { left: 0; }
#mv-pg li .pg:nth-child(2) { left: calc((100% / 6) * 1); }
#mv-pg li .pg:nth-child(3) { left: calc((100% / 6) * 2); }
#mv-pg li .pg:nth-child(4) { left: calc((100% / 6) * 3); }
#mv-pg li .pg:nth-child(5) { left: calc((100% / 6) * 4); }
#mv-pg li .pg:nth-child(6) { left: calc((100% / 6) * 5); }
@media screen and (max-width:1024px) { /* iPad 横 l */
	#top { height: 100vw !important; }
	#top-logo { top: 20%; right: 2rem; width: calc(50% - 2rem); }
	#top-copy { bottom: 20%; left: 2rem; font-size: 3vw; }
	#top-copy strong { font-size: 4.7vw; }
	#mv-pg { position: relative; top: 0; left: 0; width: 100%; opacity: 1; }
	#mv-pg li { height: 100%; }
	#mv-pg li .pg:nth-child(1) { top: 0; }
	#mv-pg li .pg:nth-child(2) { top: 0; }
	#mv-pg li .pg:nth-child(3) { top: 0; }
	#mv-pg li .pg:nth-child(4) { top: 0; }
	#mv-pg li .pg:nth-child(5) { top: 0; }
	#mv-pg li .pg:nth-child(6) { top: 0; }
}

@keyframes change{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
/* idea ----------*/
#idea { background-color: #F5F5F5; }
#idea:before { position: absolute; z-index: 20; top: 0; left: 0; content: ""; width: 0; height: 100%; background-color: #FFF; transition: all 1s ease-in-out; -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left top; transform-origin: left top; }
#idea.active:before { width: calc((100% / 6) * 4); }
#idea:after { position: absolute; z-index: 20; bottom: 0; left: 0; content: ""; width: calc((100% / 6) * 2); height: 100%; opacity: 0.9; background-color: #202E8F; -webkit-transform: skew(45deg); transform: skew(45deg); -webkit-transform-origin: left bottom; transform-origin: left bottom; mix-blend-mode: multiply; }
#idea .inner { position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#idea h2 { display: inline-block; position: absolute; max-width: calc(100% / 6); margin-left: calc((100% / 6) * 1); }
#idea h2:after { content: ""; height: 1px; width: calc(100% + (100vw / 6)); left: calc(-100vw / 6); bottom: 2.2rem; position: absolute; background-color: rgba(204,204,204,0.5); }
#idea h2:first-letter { color: #1F2C8D; }
#idea h3 { margin-bottom: 4rem; color: #333; line-height: 1.4; font-size: 3rem;  }
#idea .tw { width: calc((100% / 6) * 3); margin-left: calc((100% / 6) * 2); }
#idea .name { vertical-align: baseline; }
#idea .name img { width: 100%; max-width: 14.2rem; vertical-align: baseline;  opacity: 0; animation: change 8s forwards infinite linear;}
/* #idea .name img:hover{ transform: translateY(-10px); box-shadow:0 0 10px rgba(0, 0, 0, .3);} */
@media screen and (max-width:1024px) { /* iPad 横 l */
	#idea:before { width: calc((100% / 6) * 4); }
	#idea:after { bottom: -1px; }
	#idea .inner { top: 0; padding: 6rem 2rem 14rem; -webkit-transform: translateY(0); transform: translateY(0); }
	#idea h2 { position: relative; max-width: 100%; margin-left: 0; margin-bottom: 6rem; }
	#idea .tw { width: 100%; margin-left: 0; padding: 0 4rem; }
}

/* case ----------*/
#case { background-image: url(../_img/index/case_bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; }
#case:before { position: absolute; z-index: 20; top: 0; right: calc((100% / 6) * 4); content: ""; width: 100%; height: 100%; opacity: 0.9; background-color: #202E8F; -webkit-transform: skew(45deg); transform: skew(45deg); -webkit-transform-origin: right top; transform-origin: right top; mix-blend-mode: multiply; }
#case .inner { position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#case h2 { position: absolute; top: -6vw; max-width: calc(100% / 6); margin-left: calc((100% / 6) * 4); color: rgba(255, 255, 255, 0.6); }
#case h2:after { content: ""; height: 1px; width: calc((100vw / 6) * 2); bottom: 2.2rem; position: absolute; background-color: rgba(204,204,204,0.5); }
#case h2 span { color: #FFF; }
#case h2:first-letter { color: #FFF; }
#case .case_list { width: calc((100% / 6) * 3); margin-left: calc((100% / 6) * 1); }
#case .case_list li { position: relative; width: 33.333%; float: left; overflow: hidden; }
#case .case_list li:nth-child(1) { top: -6vw; }
#case .case_list li:nth-child(2) { top: 0vw; }
#case .case_list li:nth-child(3) { top: 6vw; }
#case .case_list li:nth-child(4) { top: -6vw; }
#case .case_list li:nth-child(5) { top: 0vw; }
#case .case_list li:nth-child(6) { top: 6vw; }
#case .case_list li .bg { background-position: center center; background-repeat: no-repeat; background-size: cover; width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition:transform 2s ease-out; }
#case .case_list li:hover .bg {-webkit-transform:scale(1.2,1.2); transform:scale(1.2,1.2); }
#case .case_list li a { width: 100%; padding-top: 75%; display: block; color: #FFF; text-align: center; }
#case .case_list li a:hover { opacity: 1; }
#case .case_list li img {}
#case .case_list li span { position: absolute; top: 0; left: 0; display: block; }
#case .case_list li .tw { width: 100%; height: 100%; opacity: 0; background-color: rgba(0, 0, 0, 0.8); text-align: center; transition: all 0.3s ease-out; }
#case .case_list li a:hover .tw { opacity: 1; -webkit-transform:scale(0.9,0.9); transform:scale(0.9,0.9); }
#case .case_list li .t { position: relative; top: 50%; width: 100%; font-size: 2rem; font-weight: bold; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#case .case_list li .t small { display: block; }
#case .case_list li i { position: absolute; bottom: 2rem; }
@media screen and (max-width:1024px) { /* iPad 横 l */
	#case .inner { top: 0; padding: 6rem 2rem; -webkit-transform: translateY(0); transform: translateY(0); }
	#case h2 { position: relative; top: 0; max-width: 100%; margin-left: 0; margin-bottom: 4rem; }
	#case h2:after { left: calc(-100vw / 6); }
	#case .case_list li:nth-child(1), #case .case_list li:nth-child(2), #case .case_list li:nth-child(3), #case .case_list li:nth-child(4), #case .case_list li:nth-child(5), #case .case_list li:nth-child(6) { top: 0; }
	#case .case_list { width:100%; margin-left: 0; }
	#case .case_list li { width: 33.333%; }
}
@media screen and (max-width:768px) { /* iPad 縦 m */
	#case .case_list li { width: 50%; }
	#case .case_list li a .tw { opacity: 1; -webkit-transform:scale(0.9,0.9); transform:scale(0.9,0.9); }
}

/* about ----------*/
#about { background-color: #FFF; }
#about:before { position: absolute; z-index: 20; top: 0; left: 0; content: ""; width: 0; height: 100%; background-color: #F5F5F5; transition: all 1s ease-in-out; -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left top; transform-origin: left top; }
#about.active:before { width: calc((100% / 6) * 2); }
#about h2 { display: inline-block; max-width: calc(100% / 6); margin-top: 7rem; margin-left: calc((100% / 6) * 1); margin-bottom: 6rem; }
#about h2:after { content: ""; height: 1px; width: calc(100% + (100vw / 6)); left: calc(-100vw / 6); bottom: 2.2rem; position: absolute; background-color: rgba(204,204,204,0.5); }
#about h2:first-letter { color: #1F2C8D; }
#about .list-td { width: calc((100% / 6) * 2); margin-left: calc((100% / 6) * 1); }
#about .list-td .t { white-space: nowrap; font-size: 1.7rem;}
#about .list-td .d { padding-right: 4rem; font-size: 1.5rem; margin-left: 1rem; line-height: 2;}
#about .list-td .big{font-size: 1.8rem; line-height: 2.8rem;}
#about .pw { position: absolute; top: 0; left: 50%; width: 50%; height: 100%; background-color: #F5F5F5; }
#about .pw .p { height: 50%; background-repeat: no-repeat; background-position: center center; background-size: cover; float: left; }
#about .pw .p1, #about .pw .p4 { width: 66.6666%; }
#about .pw .p2, #about .pw .p3 { width: 33.3333%; }
#about .pw .p1 { background-image: url(../_img/index/about_1.jpg); }
#about .pw .p2 { background-image: url(../_img/index/about_2.jpg); }
#about .pw .p3 { background-image: url(../_img/index/about_3.jpg); }
#about .pw .p4 { background-image: url(../_img/index/about_4.jpg); }
@media screen and (max-width:1024px) { /* iPad 横 l */
	#about .inner { padding: 6rem 2rem; }
	#about h2 { max-width: 100%; margin-top: 0; margin-left: 0; margin-bottom: 4rem; }
	#about .list-td { width: 100%; margin-left: 0; }
	#about .pw { position: relative; left: 0; width: 100%; height: 100vw; }
}

/* access ----------*/
#access { background-color: #182574; }
#access:after { position: absolute; z-index: 20; bottom: 0; right: 0; content: ""; width: calc((100% / 6) * 4); height: 100%; opacity: 0.3; background-color: #202E8F; transition: all 1s ease-in-out; -webkit-transform: skew(-45deg); transform: skew(-45deg); -webkit-transform-origin: left bottom; transform-origin: left bottom; mix-blend-mode: multiply; }
#access.active:after { width: calc((100% / 6) * 2); }
#access .inner { position: relative; z-index: 1; top: 40%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#access h2 { max-width: calc(100% / 6); margin-top: 7rem; margin-left: calc((100% / 7) * 4); color: rgba(255, 255, 255, 0.6); }
#access h2:after { content: ""; height: 1px; width: calc((100vw / 6) * 2); bottom: 2.2rem; position: absolute; background-color: rgba(204,204,204,0.5); }
#access h2 span { color: #FFF; }
#access h3 { font-size: 2rem;}
#access h2:first-letter { color: #FFF; }
#access .tw { width: calc((100% / 6) * 2); margin-left: calc((100% / 7) * 4); color: #FFF; font-size: 1.4rem; }
#access-map_wrap { position: absolute; z-index: 2; top: 0; left: 0; width: 50%; height: 100%; }
@media screen and (max-width:1024px) { /* iPad 横 l */
	#access:after { width: calc((100% / 6) * 8); }
	#access .inner { top: 0; padding: 6rem 2rem; -webkit-transform: translateY(0); transform: translateY(0); }
	#access h2 { max-width: 100%; margin-top: 6rem; margin-left: 2rem; }
	#access h2:after { left: calc(-100vw / 6); }
	#access .tw { width: 100%; margin-left: 0; font-size: 1.6rem; }
	#access-map_wrap { position: relative; z-index: 21; width: 100%; height: 50vw; }
}

/* recruit ----------*/
#recruit { background-image: url(../_img/index/recruit_bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; }
#recruit h2 { display: inline-block; max-width: calc(100% / 6); margin-top: 7rem; margin-bottom: 6rem; margin-left: calc((100% / 6) * 1); color: rgba(255, 255, 255, 0.6); }
#recruit h2:after { content: ""; height: 1px; width: calc(100% + (100vw / 6)); left: calc(-100vw / 6); bottom: 2.2rem; position: absolute; background-color: rgba(204,204,204,0.5); }
#recruit h2 span { color: #FFF; }
#recruit h2:first-letter { color: #FFF; }
#recruit h3 { font-size: 3rem; line-height: 1.4; margin-bottom: 3rem; }
#recruit h4 { font-size: 1.6rem; line-height: 1.4; }
#recruit p { font-size: 1.4rem; }
#recruit .tw { width: calc((100% / 6) * 4); margin-left: calc(100% / 6); color: #FFF; overflow-y: auto; height: calc(100vh - 23rem); }
#recruit .tw ul { width: 50%; float: left; }
#recruit .list-td .t { color: rgba(255, 255, 255, 0.6); white-space: nowrap; }
#recruit .list-td .d { padding-right: 2rem; }
#recruit .box p { text-align: left; line-height: 1.4; }
#recruit .box a { text-decoration: none; color: #FFF; }
@media screen and (max-width:1024px) { /* iPad 横 l */
	#recruit .inner { padding: 6rem 2rem; }
	#recruit h2 { max-width: 100%; margin-top: 0; margin-bottom: 4rem; margin-left: 0; }
	#recruit p { font-size: 1.6rem; }
	#recruit .tw { overflow-y: visible; height: auto; width: 100%; margin-left: 0; }
	#recruit .tw ul { width: 100%; float: none; }
	#recruit .list-td .t { width: 10em; }
}