@charset "UTF-8";
/* CSS Document */

.fadeInUp {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
}

.fadeInUp.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*横並びのリストとかで遅らせたいとき*/

/* 2つ目の要素に200msのdelayをかける */
#flow .inner ul li:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
/* 3つ目の要素に400msのdelayをかける */
#flow .inner ul li:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}
/* 4つ目の要素に400msのdelayをかける */
#flow .inner ul li:nth-of-type(4) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
}
/* 5つ目の要素に400msのdelayをかける */
#flow .inner ul li:nth-of-type(5) {
	-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
}

.inner{
	margin: 0 auto 60px;
	max-width: 1200px; 
	width: 90%; 	
}

.btnWrap .arrow{
	display: inline-block;
    width: 2.0em;
    height: 0.4em;
    transform: skewX(40deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-left: 10px;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}


#concept{
	background: url("../images/head_text.png") no-repeat;
	background-position: center top;
	padding-top: 30px;
	width: 100%;
}

#concept .inner{
	display: flex;
	justify-content: space-between;
}

#concept .inner .catch{
	font-weight: bold;
    letter-spacing: -0.4em;
    line-height: 150%;
	margin-right: 5%;
	min-height: 440px;
	font-size: 36px;
    font-size: 3.6rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 30%;
}

#concept .inner .catch span{
    font-family: none;
    padding: 5px 0;
}

#concept .inner .txt{
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 400;
    margin-top: 130px;
}


#flow{
    position: relative;
	margin-bottom: 180px;
}

#flow:before {
    content: "";
    background: #f2f5f9;
    height: 105%;
    width: 77%;
    position: absolute;
    display: block;
    left: 0;
    top: 40px;
    z-index: -1;
}

#flow .inner h2{
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: 400;
}

#flow .inner h2 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
	font-weight: bold;
    display: block;
    margin-bottom: 30px;
}

#flow .inner ul{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

#flow .inner ul li{
	/* width: 22%; */
	width: 17%;
}

@media (max-width:1160px){
    #flow .inner ul{
        flex-wrap: wrap;
        justify-content: start;
        column-gap: 5%;
    }
    #flow .inner ul li{
        width: 30%;
    }
}

#flow .inner ul li a:hover{
	text-decoration: none;
	opacity: 0.8;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;	
}

#flow .inner ul li img{
	margin-bottom: 20px;
	width: 100%;
}

#flow .inner ul li .txt{
	margin-bottom: 30px;
}

.jBtn{
	border-bottom: solid 3px #fff;
	color: #000000;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
    margin-bottom: 15px;
    position:  relative;
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.jBtn.jobBtn04{
	border-bottom: solid 3px #f2f5f9;
}

.jBtn:before{
    content: " ";
    width: 50px;
    height: 3px;
    display: block;
    position: absolute;
    left:  0;
    bottom: -3px;
}

.jobBtn01:before {
	background-color: #9cb7df;
	width: 84px;
}

.jobBtn02:before {
	background-color: #c685cc;
	width: 141px;
}

.jobBtn03:before {
	background-color: #bad450;
	width: 201px;
}

.jobBtn04:before {
	background-color: #f19eb4;
	width: 142px;
}
.jobBtn05:before {
	background-color: #8bd4d3;
	width: 142px;
}

.jBtn .arrow{
	display: inline-block;
    width: 2.0em;
    height: 0.4em;
    transform: skewX(40deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-left: 10px;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

#list .inner h2{
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: 400;
}

#list .inner h2 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
	font-weight: bold;
    display: block;
    margin-bottom: 30px;
}

#list .inner ul{
	margin-top: 80px;
}

#list .inner ul li{
	margin-bottom: 60px;
	scroll-margin-top: 120px;
}

#list .inner ul li a{
    display: flex;
    justify-content: space-between;
}

#list .inner ul li a:hover{
	text-decoration: none;		
}

#list .inner ul li .info{
	order: 1;
	width: 35%;
}

#list .inner ul li .imgBox{
	order: 2;
	width: 65%;
}

#list .inner ul li.sales .imgBox{
    background: url("../images/img_05.jpg") center center no-repeat;
    background-size: cover;
}

#list .inner ul li.sales .info{
	background: #bacde9;
}

#list .inner ul li.director .imgBox{
    background: url("../images/img_07.jpg") center center no-repeat;
    background-size: cover;
}

#list .inner ul li.director .info{
	background: #cdadd0;
}

#list .inner ul li.artDirector .imgBox{
    background: url("../images/img_06.jpg") center center no-repeat;
    background-size: cover;
}

#list .inner ul li.artDirector .info{
	background: #bad450;
}

#list .inner ul li.designer .imgBox{
    background: url("../images/img_08.jpg") center center no-repeat;
    background-size: cover;
}

#list .inner ul li.designer .info{
	background: #f19eb4;
}

#list .inner ul li.coder .imgBox{
    background: url("../images/img_09.jpg") center center no-repeat;
    background-size: cover;
}

#list .inner ul li.coder .info{
	background: #8bd4d3;
}

#list .inner ul li dl{
	color: #fff;
	display: block;
	padding: 100px 50px;
	position: relative;
	transition: .2s;
    overflow: hidden;
}

#list .inner ul li dl:before{
	content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: rgba(255,255,255,0.2);
    transition: .2s;
}

#list .inner ul li dl:hover:before {
    left: 0;
}
	
#list .inner ul li dl dt{
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

#list .inner ul li dl dt span{
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 140%;
}

#list .inner ul li dl dd{
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 140%;
}

@media only screen and (max-width: 1323px){
.jobBtn03:before {
    width: 141px;
}
}	

@media only screen and (max-width: 1200px) {
#concept .inner .catch {
    font-size: 32px;
    font-size: 3.2rem;
    width: 25%;
}
	
#concept .inner .txt {
    width: 72%;
}	
}

@media only screen and (max-width: 1024px) {
.jobBtn01, 
.jobBtn02,
.jobBtn03,
.jobBtn04 {
    font-size: 20px;
    font-size: 2.0rem;
}
	
.jobBtn01:before {
	width: 64px;
}

.jobBtn02:before {
	width: 107px;
}

.jobBtn03:before {
	width: 107px;
}

.jobBtn04:before {
	width: 109px;
}		
}	

@media only screen and (max-width: 900px) {
#list .inner ul li dl {
    padding: 100px 30px;	
}
	
#list .inner ul li dl dd {
    font-size: 18px;
    font-size: 1.8rem;	
}	
}	

@media only screen and (max-width: 800px){
#concept {
    background-size: 80%;
}		
	
#concept .inner .catch {
    width: 25%;
}
	
#concept .inner .txt {
    margin-top: 80px;
	width: 70%;
}
	
#flow .inner ul {
    justify-content: space-between;
    column-gap: 0;
}	
#flow .inner ul li {
    width: 48%;
    margin-bottom: 30px;
}	
	
#list .inner ul li{
	margin-bottom: 30px;
}	
	
#list .inner ul li a{
	display: block;
}	
	
#list .inner ul li .imgBox {
    height: 330px;
    width: 100%;
}	
	
#list .inner ul li .info{
    width: 100%;	
}	
	
#list .inner ul li dl {
    padding: 40px 50px;	
}
}

@media only screen and (max-width: 720px) {
	
#concept .inner {
    display: block;	
}
	
#concept .inner .catch {
    letter-spacing: inherit;
    margin-right: 0;
    width: 100%;
    writing-mode: inherit;
    min-height: auto;
    margin-bottom: 40px;
}
	
#concept .inner .txt {
    margin-top: 0;
    width: 100%;
}	
	
	
}

@media only screen and (max-width: 480px) {
#concept .inner .catch {
    font-size: 24px;
    font-size: 2.4rem;
	text-align: center;
}	
	
#concept .inner .txt {
 	font-size: 18px;
    font-size: 1.8rem;
}

#flow {
    margin-bottom: 100px;
}
	
#flow:before {
    height: 100%;	
}
	
#flow .inner ul {
    margin-top: 50px;
}		
	
#flow .inner h2{
	line-height: 140%;
}	
	
#flow .inner h2 span {
    font-size: 40px;
    font-size: 4.0rem;	
}
	
#flow .inner ul li .txt {
    font-size: 1.5rem;
}
	
#list .inner h2{
	line-height: 140%;
}	
	
#list .inner h2 span {
    font-size: 40px;
    font-size: 4.0rem;	
}

#list .inner ul {
    margin-top: 50px;
}	

#list .inner ul li .imgBox {
    height: 200px;
}	
	
#list .inner ul li dl {
    padding: 8% 8%;
}	
	
#list .inner ul li dl dt {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px;
}	
	
#list .inner ul li dl dd {
    font-size: 1.5rem;	
}
	
}
	
@-webkit-keyframes passingBar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passingBar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passingTxt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passingTxt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}

.passing .passingBar {
	position: relative;
	display: inline-block;
	/*-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
}
.passing .passingBar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #4ec3d1;
}
/*.passing .passingTxt {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing.move .passingBar:before {
	-webkit-animation: passingBar 1s ease 0s 1 normal forwards;
	animation: passingBar 1s ease 0s 1 normal forwards;
}
.passing.move .passingTxt {
	-webkit-animation: passingTxt 0s ease .5s 1 normal forwards;
	animation:passingTxt 0s ease .5s 1 normal forwards;
}*/

/************job common*************/

#intro .inner{
	display: flex;
	justify-content: space-between;
}

#intro .inner .txtWrap{
	width: 48%;
}

#intro .inner .txtWrap .head04{
	margin-bottom: 60px; 
}

#intro .inner .txtWrap .head04 span{
	background: #342e2e;
    color: #fff;
    display: inline;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
   	padding: 3px 20px;
    line-height: 200%;
}

#intro .inner .txtWrap .txt{
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 400;
}
	
#intro .inner .img{
    text-align: right;
	width: 49%;
}

#intro .inner .img img{
	width: 100%;
}

#jobD{
    position: relative;
    margin-bottom: 180px;
}

#jobD .passing .passingBar {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
	margin-bottom: 160px;
}

#jobD .passing .passingBar span{
	font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}

#jobD:before{
    content: "";
    background: #f2f5f9;
    height: 95%;
    width: 77%;
    position: absolute;
    display: block;
    left: 0;
    top: 40px;
    z-index: -1;
}

#jobD ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;	
	margin-bottom: 80px;
}

#jobD ul li{
	margin-bottom: 80px;
    width: 48%;
}

#jobD ul li .imgWrap img {
    position: relative;
    width: 100%;
}

#jobD ul li .imgWrap .ttl{
    background: #f2f5f9;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 120%;
    top: -35px;
    left: 0;
    padding: 10px 15px;
    position: absolute;
}
#jobD ul li .imgWrap .ttl span{
    font-family: "Prompt", sans-serif;
	color: #f2f5f9;
	font-size: 50px;
	text-stroke: 1px #000;
    -webkit-text-stroke: 2px #4ec3d1;
    margin: 0 10px 80px 0;  
	text-shadow: 2px 2px 0 #4ec3d1, -2px -2px 0 #4ec3d1, -2px 2px 0 #4ec3d1, 2px -2px 0 #4ec3d1, 0px 2px 0 #4ec3d1, 0 -2px 0 #4ec3d1, -2px 0 0 #4ec3d1, 2px 0 0 #4ec3d1;
}

#jobD ul li .white{
	background: #fff;
    padding: 8%;
}

#jobD ul li .white h4{
	color: #4ec3d1;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 130%;
	margin-bottom: 30px;
}

#jobD ul li .white .txt{
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 400;
}

#bnr .inner a{
 	background: #c6e8f0;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 80px 70px;
    color: #fff;
    width: 100%;
    text-align: center;
	transition: .2s;   
}

#bnr .inner a:before{
 	content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: rgba(255,255,255,0.2);
    transition: .2s;   
}

#bnr .inner a:hover:before {
    left: 0;
}

#bnr .inner a:hover {
	text-decoration: none;
}

#bnr .inner .txtWrap{
	width: 60%;
}

#bnr .inner .txtWrap .txt{
	font-size: 21px;
	font-size: 2.1rem;
	text-align: left;
}

#bnr .inner .img{
    bottom: -27px;
    right: 80px;
	margin-bottom: 20px;
    position: absolute;
	text-align: right;
	z-index: 2;
}

#bnr .inner .img img{
	width: 80%;
}
.artDirector #bnr .inner .img img{
    width: 45%;
}
.coder #bnr .inner .img img{
	width: 55%;
}

@media only screen and (max-width: 1250px) {
#intro .inner .txtWrap {
    width: 55%;
}	
	
#intro .inner .img{
	width: 42%
}	

#intro .inner .txtWrap .head04 span {
    font-size: 30px;
    font-size: 3.0rem;
}
	
#bnr .inner a {
    padding: 70px 30px;
}	
}

@media only screen and (max-width: 1200px) {
#bnr .inner .img img {
    width: 70%;
}
.coder #bnr .inner .img img{
	width: 50%;
}

}

@media only screen and (max-width: 1065px) {
#intro .inner .txtWrap {
    width: 65%;
}
	
#intro .inner .img {
    width: 33%;
}	
	
#intro .inner .txtWrap .head04 span {
    font-size: 26px;
    font-size: 2.6rem;
}
	
#intro .inner .txtWrap .head04 {
    margin-bottom: 40px;
}

#jobD ul li .imgWrap .ttl span {
    font-size: 32px;
    font-size: 3.2rem;
}
	
#jobD ul li .imgWrap .ttl {
    font-size: 24px;
    font-size: 2.4rem;	
}
	
#jobD ul li .white h4 {
    font-size: 24px;
    font-size: 2.4rem;	
}
	
#jobD ul li .white .txt {
    font-size: 18px;
    font-size: 1.8rem;
}
	
#bnr .inner .img {
    right: 50px;	
}
}

@media only screen and (max-width: 950px) {
#bnr .inner .txtWrap {
    width: 50%;
}	
}

@media only screen and (max-width: 900px) {
#intro .inner {
    display: block;
}
	
#intro .inner .txtWrap {
	margin-bottom: 60px;
	width: 100%;
}
#intro .inner .img {	
	margin-bottom: 100px;
	width: 100%;
}
	
#bnr .inner .img img {
    width: 60%;
}	
.coder #bnr .inner .img img{
	width: 40%;
}
}
	
@media only screen and (max-width: 820px){
#jobD {
    margin-bottom: 100px;
}
	
#jobD ul {
    margin-bottom: 0px;
}	
	
#jobD ul li {
    margin-bottom: 50px;
    width: 100%;
}
	
#jobD .passing .passingBar span {
    font-size: 65px;
    font-size: 6.5rem;	
	margin-bottom: 15px;
}
	
#jobD .passing .passingBar {
    margin-bottom: 100px;
}	
	
#bnr .inner .txtWrap .txt {
    font-size: 18px;
    font-size: 1.8rem;
}	

#bnr .inner .img {
    right: 30px;
}	
}	

@media only screen and (max-width: 650px){
#bnr .inner .img img {
    width: 45%;
}
}

@media only screen and (max-width: 480px){
#intro .inner .txtWrap {
    margin-bottom: 40px;
}
	
#intro .inner .txtWrap .head04 span {
    font-size: 2.2rem;
    padding: 3px 10px;
}
	
#intro .inner .txtWrap .txt {
    font-size: 18px;
    font-size: 1.8rem;
}	
	
#jobD .passing .passingBar {
    margin-bottom: 75px;
}	
	
#jobD .passing .passingBar span {
    font-size: 46px;
    font-size: 4.6rem;	
}	
	
#jobD .passing .passingBar .passingTxt{
	font-size: 2.2rem;		
}	

#jobD ul li:last-child {
    margin-bottom: 40px;
}

#jobD ul li .imgWrap .ttl {
    font-size: 22px;
    font-size: 2.2rem;
	top: -23px;
}		
	
#jobD ul li .white h4 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 15px;
}	
	
#jobD ul li .white .txt {
    font-size: 15px;
    font-size: 1.5rem;
}	

#bnr .inner .txtWrap {
    width: 100%;
}	
	
#bnr .inner .img img {
    display: none;
}

#bnr .inner a {
    padding: 50px 30px 40px;
}
	
#bnr .inner .txtWrap .txt {
    font-size: 15px;
    font-size: 1.5rem;	
}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#concept .inner .catch {
	letter-spacing: -0.05em;	
}	
}

@supports (-ms-ime-align:auto) {
#concept .inner .catch {
	letter-spacing: -0.05em;	
}
}

/* header調整 */
@media (max-width: 1500px) {
    #header {
        height: 96px;
    }
    #header .logo a img{
        width: 270px;
    }
    #gNav ul li a.normal {
        font-size: 1.2rem;
    }
    #gNav ul li:last-child {
        height: 96px;
    }
    #gNav ul li a.official {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 0 15px;
    }
    #gNav ul li a.entry {
        display: flex;
        height: 100%;
        padding: 0 25px;
        font-size: 1.3rem;
        justify-content: center;
        align-items: center;
    }
    #gNav ul li:nth-last-of-type(2){
        height: 96px;
    }
    #gNav ul li a.official span {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 1350px){
    #gNav ul li:last-child a, #gNav ul li a.entry {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1140px){
    #gNav ul li:last-child a, #gNav ul li a.entry {
        padding: 0 12px;
    }
    #gNav a.requirements {
        font-size: 1.2rem;
    }
}


