@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Birthstone+Bounce&display=swap');
/* recruit/interview/index.html */
#infoSec {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
#infoSec .isCatch {
font-family: 'Montserrat', sans-serif;
font-size: 80px;
font-size: 8.0rem;
font-weight: 700;
color: #c6e8f0;
position: relative;
padding-left: 100px;
padding-top: 90px;
margin-bottom: 30px;
}

#infoSec span.love {
position: absolute;
top: 0;
left: 0;
}

.infoBox {
display: flex;
margin-bottom: 60px;
}

.infoBox h2 {
font-size: 48px;
font-size: 4.8rem;
}

.infoBox p {
font-size: 21px;
font-size: 2.1rem;
margin-left: 60px;
font-weight: 400;
line-height: 2!important;
}

#linkSec {
width: 90%;
max-width: 1300px;
margin: 0 auto 100px;
}
#linkSec .lsTop {
margin-bottom: 60px;
}
#linkSec .lsTop ul {
display: flex;
justify-content: flex-start;
}
#linkSec .lsbtm ul {
display: flex;
/* justify-content: flex-end; */
}
#linkSec ul{
align-items: flex-start;

}

#linkSec .lsTop ul li {
margin-right: 4%;
}

#linkSec .lsbtm ul li {
margin-left: 4%;
}

#linkSec .lsTop.director ul li {
border: 20px solid #ceabcf;
}
#linkSec .lsbtm.sales ul li {
border: 20px solid #bacde9;
}
#linkSec .lsTop.artdirector ul li {
border: 20px solid #b8d450;
}
#linkSec .lsbtm.designer ul li {
border: 20px solid #f19eb4;
}
#linkSec .lsbtm.coder ul li {
border: 20px solid #8bd4d3;
}

#linkSec .lsTop ul li:nth-child(1) {
box-sizing: border-box;
}
#linkSec .lsTop ul li:nth-child(2) {
box-sizing: border-box;
margin-top: 60px;
}
#linkSec .lsbtm ul li:nth-child(1) {
box-sizing: border-box;
}
#linkSec .lsbtm ul li:nth-child(2) {
box-sizing: border-box;
margin-top: 60px;
}

#linkSec ul li {
width: 46%;
}

#linkSec ul li a {
display: block;
}

#linkSec ul li a:hover img {
opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#linkSec ul li a img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}




#linkSec ul li .indexImg {
position: relative;
line-height: 0;
}

#linkSec ul li .lsInfo {
position: absolute;
width: 57%;
background: #fff;
padding: 30px;
box-sizing: border-box;
right: -20px;
bottom: -20px;
}

#linkSec ul li .lsInfo .category span {
font-size: 14px;
font-size: 1.4rem;
color: #fff;
background: #000;
padding:5px 10px;
}

#linkSec ul li .lsInfo .name {
font-family: 'Montserrat', sans-serif;
font-size: 24px;
font-size: 2.4rem;
font-weight: 500;
padding-top: 5px;
}

@media only screen and (max-width: 1450px) {
#linkSec ul li .lsInfo .name {
    font-size: 22px;
    font-size: 2.2rem;
}
}
@media only screen and (max-width: 1280px) {
#linkSec ul li .lsInfo .name {
    font-size: 20px;
    font-size: 2.0rem;
}
}
@media only screen and (max-width: 1200px) {
#infoSec .isCatch {
    font-size: 60px;
    font-size: 6.0rem;
}
.infoBox h2 {
    font-size: 38px;
    font-size: 3.8rem;
}
.infoBox p {
    font-size: 18px;
    font-size: 1.8rem;
}
#linkSec ul li .lsInfo .category span {
    font-size: 15px;
    font-size: 1.5rem;
}

#linkSec ul li .lsInfo .name {
line-height: 1.2;
padding-top: 12px;
}

}
@media only screen and (max-width: 1024px) {
#linkSec ul li .lsInfo .category span {
    font-size: 14px;
    font-size: 1.4rem;
}
}
@media only screen and (max-width: 980px) {

#infoSec .isCatch {
padding-left: 50px;
padding-top: 104px;
}
.infoBox h2 {
    font-size: 28px;
    font-size: 2.8rem;
}

#linkSec .lsTop ul li:nth-child(2) {
    margin-top: 0;
}

#linkSec .lsbtm ul li:nth-child(2) {
    margin-top: 0;
}
#linkSec .lsTop ul {
    justify-content: space-between;
}
#linkSec .lsbtm ul {
    justify-content: space-between;
}

#linkSec .lsTop ul li {
    margin-right: 0%;
}
#linkSec .lsbtm ul li {
    margin-left: 0%;
}
#linkSec ul li {
    width: 49%;
}
#linkSec ul li .lsInfo .category span {
    font-size: 12px;
    font-size: 1.2rem;
}
#linkSec ul li .lsInfo {
    padding: 17px;
}
}

@media only screen and (max-width: 480px) {
#infoSec .isCatch {
    padding-left: 0;
    padding-top: 70px;
}
#infoSec .isCatch {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1.1;
}

#infoSec span.love {
width: 30%;
}
#infoSec span.love img{
width: 100%;
}
.infoBox {
    display: block;
}
.infoBox h2 {
margin-bottom: 30px;
}
.infoBox p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-left: 0;
}

#linkSec .lsTop ul,
#linkSec .lsbtm ul{
display: block;
}
#linkSec .lsTop {
    margin-bottom: 0;
}

#linkSec ul li {
    width: 100%;
    margin-bottom: 20px;
}

#linkSec .lsTop ul li:nth-child(1) {
border: 10px solid #ceabcf;
}
#linkSec .lsTop ul li:nth-child(2) {
border: 10px solid #bacde9;
}
#linkSec .lsbtm ul li:nth-child(1) {
border: 10px solid #b8d450;
}
#linkSec .lsbtm ul li:nth-child(2) {
border: 10px solid #f19eb4;
}
#linkSec {
    margin: 0 auto;
}
}






/* recruit/interview/interview_00.html */
.dsp480{
	display: none;
}

img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
	}

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

.fadeInUp.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* 2つ目の要素に200msのdelayをかける */
#sec03 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をかける */
#sec03 ul li:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}

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

.director #mv,
.sales #mv,
.artDirector #mv,
.designer #mv,
.coder #mv{
    background: none;
	position: relative;
	padding-bottom: 45px;
    margin-bottom: 180px;
	height: auto;
}

.director #mv:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    background: #cdadd0;
    pointer-events: none;
	z-index: -1;
}

#mv .mvInr {
	padding-left: 45px;
	display: inherit;
	position: relative;
	text-align: left;
}

#mv .mvInr .text{
	max-width: 485px;
	position: absolute;
	left: 10%;
	top: 52%;
    -webkit-transform: translateX(10%) translateY(-50%);
    -ms-transform: translateX(10%) translateY(-50%);
    transform: translateX(10%) translateY(-50%);
}

#mv .mvInr h2{
	margin-top: 50px;
}

#mv .mvInr h2 span{
	background: #000000;
    color: #fff;
	display: inline-flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
	line-height: 130%;
    padding: 0px 10px;
}

#mv .mvInr h2 span small{
	font-size: 18px;
	font-size: 1.8rem;
}

#contents {
	margin: 0 auto;
	overflow: visible;
}

#sec01{
	background: url(../images/01/bg_name.png) no-repeat;
    background-position: top center;
	margin-bottom: 160px;
}

.director.kawasaki #sec01 {
	background: url(../images/05/bg_name.png) no-repeat;
    background-position: top center;
	margin-bottom: 160px;
}

.director.shimizu #sec01 {
	background: url(../images/10/bg_name.png) no-repeat;
    background-position: top center;
	margin-bottom: 160px;
}





#sec01 .inner{
	display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

#sec01 .inner .txtWrap{
	width: 50%;
}

#sec01 .inner .img{
    display: inline-block;
    text-align: center;
	width: 50%;
	max-width: 380px;
}

#sec01 .inner .txtWrap .head01{
	color: #000;
    font-size: 38px;
    font-size: 3.8rem;
	line-height: 140%;
    margin-bottom: 60px;
    text-align: left;
}

#sec01 .inner .txtWrap .txt{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 50px;
}

#sec01 .inner .txtWrap .txt:last-child{
	margin-bottom: 0;
}

#sec02{
	background: #dcf0f5;
	padding: 170px 0 90px;
}

#sec02 .inner{
	position: relative;
}

#sec02 .inner h3{
	position: absolute;
    top: -246px;
    left: 0;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Prompt", sans-serif;
    text-stroke: 1px #000;
    -webkit-text-stroke: 2px #4ec3d1;
    font-size: 150px;
    font-size: 15.0rem;
    display: block;
    margin-bottom: 80px;
    color: #fff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #dbeff3 51%, #dbeff3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sec02 .inner .box{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sec02 .inner .box li{
	background: #fff;
    padding: 50px 40px;
    width: 49%;
    margin-bottom: 30px;
}

#sec02 .inner .box li .question{
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 130%;
	margin-bottom: 50px;
	padding-left: 40px;
	position: relative;
}

#sec02 .inner .box li .question:before{
	content: " ";
	position: absolute;
	left: 0px;
	top: 50%;
    display: inline-block;
    max-width: 30px;
	height: 1px;
    background-color: #000;
    width: 100%;
}

#sec03 .inner .head02{
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-size: 6.0rem;
	margin-bottom: 20px;
	padding-bottom: 0;
}

#sec03 .head02:before,
#sec03 .head02:after{
	background: none;
	content: inherit;
}

#sec03 .inner .txt{
	font-weight: 400;
	margin-bottom: 50px;
}

#sec03 ul{
	margin: 0 auto 85px;
}

#sec03 ul.schedule01 li,
#sec03 ul.schedule03 li{
	float: left;
	margin-right: 3.5%;
	max-width: 365px;
	width: 31%;   
}

#sec03 ul.schedule02 li{
	float: right;
	margin-left: 3.5%;
	max-width: 365px;
	width: 31%;   
}

#sec03 ul.schedule01 li:last-child,
#sec03 ul.schedule03 li:last-child{
	margin-right: 0;  
}

#sec03 ul.schedule02 li:last-child{
	margin-left: 0;
}

#sec03 ul li .imgWrap{
	margin-bottom: 30px;
	position: relative;
}

#sec03 ul li .imgWrap .time{
	background: #000;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: lighter;
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#sec03 ul li h4{
	color: #4ec3d1;
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 30px;
}

#sec03 ul li .txt{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}

#sec03 ul.schedule01 li{
	position: relative;
}

#sec03 ul.schedule01 li:after {
	background: url(../images/arrow_right.png) no-repeat;
	content: "";
	position: absolute;
	right: -33px;
    top: 22%;
	width: 25px;
    height: 38px;
}

#sec03 ul.schedule01 li:last-child:after {
	background: url(../images/arrow_down.png) no-repeat;
	left: calc(50% - 19px);
	top: 100%;
	width: 38px;
    height: 25px;
}

#sec03 ul.schedule02 li{
	position: relative;
}

#sec03 ul.schedule02 li:after{
	background: url(../images/arrow_left.png) no-repeat;
	content: "";
	position: absolute;
	left: -33px;
    top: 22%;
	width: 25px;
    height: 38px;
}

#sec03 ul.schedule02 li:last-child:after {
	background: url(../images/arrow_down.png) no-repeat;
	left: calc(50% - 19px);
	top: 100%;
	width: 38px;
    height: 25px;
}

#sec03 ul.schedule03 li{
	position: relative;
}

#sec03 ul.schedule03 li:after{
	background: url(../images/arrow_right.png) no-repeat;
	content: "";
	position: absolute;
	right: -33px;
    top: 22%;
	width: 25px;
    height: 38px;
}

#sec03 ul.schedule03 li:last-child:after {
	background: none;
}

@media only screen and (max-width: 1380px) {
#mv .mvInr .text img{
	width: 55%;
}	
	
#mv .mvInr h2 span small {
    font-size: 16px;
    font-size: 1.6rem;
}	

#mv .mvInr h2 span {
    font-size: 32px;
    font-size: 3.2rem;	
}

}

@media only screen and (max-width: 1110px) {
#sec01 .inner .txtWrap {
	width: 60%;
}	
	
#sec01 .inner .img {
	width: 40%;
}	
	
.director #mv,
.sales #mv,
.artDirector #mv,
.designer #mv,
.coder #mv{
    margin-bottom: 100px;
}		
	
#sec01 .inner .txtWrap .head01 {
    font-size: 32px;
    font-size: 3.2rem;
	margin-bottom: 28px;
}
	
#sec02 .inner .box li .question {
    font-size: 24px;
    font-size: 2.4rem;	
}
	
#sec03 ul {
    margin: 0 auto 25px;
}	

#sec03 ul.schedule01 li:last-child:after,
#sec03 ul.schedule02 li:last-child:after{
	background-size: 80%;	
}
	
#sec03 ul.schedule01 li:after,
#sec03 ul.schedule02 li:after,	
#sec03 ul.schedule03 li:after{
	background-size: 80%;
	top: 19%; 	
}
	
#sec03 ul.schedule02 li:after {
    left: -26px;	
}
	
#sec03 ul li .imgWrap .time {
    font-size: 24px;
    font-size: 2.4rem;	
}
	
#sec03 ul li h4 {
    font-size: 24px;
    font-size: 2.4rem;	
}
}
	
@media only screen and (max-width: 1024px) {
	
#mv .mvInr .text img {
    width: 45%;
}
	
#mv .mvInr h2 {
    margin-top: 20px;
}	

#mv .mvInr h2 span small {
    font-size: 14px;
    font-size: 1.4rem;
}	

#mv .mvInr h2 span {
    font-size: 26px;
    font-size: 2.6rem;
}		
}


@media only screen and (max-width: 940px){
#sec03 ul.schedule01 li:after,
#sec03 ul.schedule02 li:after, 
#sec03 ul.schedule03 li:after {
    top: 16%;
}

#sec03 ul.schedule02 li:after{
    right: -31px;
}	
	
#sec03 ul.schedule01 li:after,
#sec03 ul.schedule03 li:after{
    right: -31px;
}
}

@media only screen and (max-width: 900px) {
#mv div.mvInr {
    margin: 0;	
	padding-left: 20px;
}

.director #mv,
.sales #mv,
.artDirector #mv,
.designer #mv,
.coder #mv{
   	margin-bottom: 40px;
	padding-bottom: 20px;
}	
	
.director #mv:after,
.sales #mv:after,
.artDirector #mv:after,
.designer #mv:after,
.coder #mv:after{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}		
	
#mv .mvInr .text {
    position: absolute;
    left: 5%;
    top: 90%;
    -webkit-transform: translateX(5%) translateY(-90%);
    -ms-transform: translateX(5%) translateY(-90%);
    transform: translateX(5%) translateY(-90%);
}	

#mv .mvInr .text img {
    width: 35%;
}	
	
#sec02 {
    padding: 120px 0 10px;
}
	
#sec02 .inner h3 {
	font-size: 100px;
    font-size: 10.0rem;
	top: -170px;
}	
}

@media only screen and (max-width: 1000px) {
    .coder #sec01{
        background-size: 80%!important;
    }	
}	
@media only screen and (max-width: 800px) {	
#mv {
    margin-bottom: 40px;	
}

.director #sec01{
    background-size: 80%!important;
}

.sales #sec01{
	background-size: 50%!important;
}	

.artDirector #sec01{
	background-size: 80%!important;
}
	
.designer #sec01{
	background-size: 60%!important;
}
	
#sec01 .inner .txtWrap {
    width: 70%;
}
#sec01 .inner .img {
    width: 30%;
}	
	
#sec02 .inner .box li {
    width: 100%;	
}
	
#sec02 .inner .box li .question {
    margin-bottom: 20px;	
}
	
#sec03 ul.schedule01 li:after,
#sec03 ul.schedule02 li:after,
#sec03 ul.schedule03 li:after{
    background: url(../images/arrow_down.png) no-repeat;
    left: calc(50% - 19px);
    top: 95%;
    width: 38px;
    height: 25px;
}
	
#sec03 ul.schedule01 li:last-child:after,
#sec03 ul.schedule02 li:last-child:after{
	background-size: 100%;	
}	
	
#sec03 ul.schedule01 li, 
#sec03 ul.schedule03 li {
    float: none;
	margin-bottom: 30px;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}
	
#sec03 ul.schedule02 li{	
	float: none;
	margin-bottom: 30px;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}	
	
#sec03 ul li .imgWrap{
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
	width: 42%;		
}	
	
#sec03 ul li .txtWrap{
	display: inline-block;
	vertical-align: top;
	width: 55%;		
}	
}

@media only screen and (max-width: 480px) {
.dsp480{
	display: block;
}	
	
.inner {
    margin: 0 auto 20px;
}	
	
#mv .mvInr .text {
	max-width: 300px;
}	

#sec01 {
    margin-bottom: 80px;
}	
	
#sec01 .inner {
    display: inherit;	
}
	
#sec01 .inner .txtWrap {
    width: 100%;
}
	
#sec01 .inner .img {
    display: none;
}	
		
#sec01 .inner .txtWrap .head01 {
    font-size: 24px;
    font-size: 2.4rem;	
	text-align: center;
}

#sec01 .inner .txtWrap .txt {
    font-size: 15px;
    font-size: 1.5rem;	
	margin-bottom: 25px;
}

#sec02 {
    padding: 80px 0 10px;
}

#sec02 .inner .box li .question {
    font-size: 20px;
    font-size: 2.0rem;
}	
	
#sec02 .inner h3 {
    font-size: 50px;
    font-size: 5.0rem;	
	top: -105px;
}
	
#sec02 .inner .box li {
    padding: 8%;
}
	
#sec02 .inner .box li .answer{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
}	

/*#sec03 .inner .txt {
    font-size: 15px;
	font-size: 1.5rem;
}	
	
#sec03 .inner .head02 {
    font-size: 40px;
    font-size: 4.0rem;	
}
	
#sec03 ul li .imgWrap{
	display: inline-block;
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;		
}	
	
#sec03 ul li .txtWrap{
	display: inline-block;
	width: 100%;		
}
	
#sec03 ul li h4 {
	font-size: 22px;
    font-size: 2.2rem;	
    margin-bottom: 15px;
}*/
	
#sec03 .inner .head02 {
    font-size: 40px;
    font-size: 4.0rem;
}	
	
#sec03 ul li .txtWrap {
    width: 54%;
}	

#sec03 ul li h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}	

#sec03 ul li .txt {
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 12px;
}	
	
#sec03 ul li .imgWrap .time {
    font-size: 18px;
    font-size: 1.8rem;
}
	
#sec03 ul.schedule01 li:after, 
#sec03 ul.schedule02 li:after, 
#sec03 ul.schedule03 li:after,
#sec03 ul.schedule01 li:last-child:after, 
#sec03 ul.schedule02 li:last-child:after{
    left: calc(50% - 10px);
    background-size: 20px;
}	

#sec03 .inner .txt {
    margin-bottom: 30px;;
}	
}

/* animation */

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

.mvInr.fadeIn {
	opacity : 1;
	transform : translate(0, 0);
}
    
@-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; }
}


/*director*/
@media only screen and (max-width: 480px) {
.director #sec01 .inner .txtWrap{
	position: relative;
}
.director #sec01 .inner .txtWrap:after{	
	background: url("../images/01/img_main.png") no-repeat;
	background-position: center bottom;
    content: "";
    background-size: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.director.kawasaki #sec01 .inner .txtWrap:after{	
	background: url("../images/05/img_main.png") no-repeat;
	background-position: center bottom;
    content: "";
    background-size: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.director.shimizu #sec01 .inner .txtWrap:after{	
	background: url("../images/10/img_main.png") no-repeat;
	background-position: center bottom;
    content: "";
    background-size: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
}

/*sales*/
.sales #mv:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    background: #bacde9;
    pointer-events: none;
	z-index: -1;
}

.sales #sec01{
	background: url(../images/02/bg_name.png) no-repeat;
    background-position: top center;
}
.sales.ogawa #sec01{
	background: url(../images/06/bg_name.png) no-repeat;
    background-position: top center;
}

@media only screen and (max-width: 480px) {
.sales #sec01 .inner .txtWrap{
	position: relative;
}
.sales #sec01 .inner .txtWrap:after{	
	background: url("../images/02/img_main.png") no-repeat;
	background-position: center bottom;
    content: "";
    background-size: 40%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.sales.ogawa #sec01 .inner .txtWrap:after{	
	background: url("../images/06/img_main.png") no-repeat;
	background-position: center bottom;
    content: "";
    background-size: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
}

/*artDirector*/
.artDirector #sec01 .inner .txtWrap .head01 {
    width: 120%;
}

.artDirector #mv:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    background: #bad450;
    pointer-events: none;
	z-index: -1;
}

.artDirector #sec01{
	background: url(../images/03/bg_name.png) no-repeat;
    background-position: top center;
}
.artDirector.terada #sec01{
	background: url(../images/07/bg_name.png) no-repeat;
    background-position: top center;
}

@media only screen and (max-width: 880px) {
.artDirector #sec01 .inner .txtWrap .head01 {
    width: 100%;
}
}

@media only screen and (max-width: 480px) {
.artDirector #sec01 .inner .txtWrap{
	position: relative;
}
.artDirector #sec01 .inner .txtWrap:after{	
	background: url("../images/03/img_main.png") no-repeat;
	background-position: center bottom;
    content: "";
    background-size: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.artDirector.terada #sec01 .inner .txtWrap:after{	
	background: url("../images/07/img_main.png") no-repeat;
	background-position: center bottom;
    content: "";
    background-size: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
}

/*designer*/
.designer #mv:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    background: #f19eb4;
    pointer-events: none;
	z-index: -1;
}

.designer #sec01{
	background: url(../images/04/bg_name.png) no-repeat;
    background-position: top center;
}
.designer.sakata #sec01{
	background: url(../images/08/bg_name.png) no-repeat;
    background-position: top center;
}


@media only screen and (max-width: 480px) {
.designer #sec01 .inner .txtWrap{
	position: relative;
}
.designer #sec01 .inner .txtWrap:after{	
	background: url("../images/04/img_main.png") no-repeat;
	background-position: center bottom;
    content: "";
    background-size: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.designer.sakata #sec01 .inner .txtWrap:after{	
	background: url("../images/08/img_main.png") no-repeat;
	background-position: center bottom;
    content: "";
    background-size: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
}	

/* 240501 */

/*coder*/
.coder #mv:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    background: #8bd4d3;
    pointer-events: none;
	z-index: -1;
}

.coder #sec01{
	background: url(../images/11/bg_name.png) no-repeat;
    background-position: top center;
}
.coder.nakatani #sec01{
	background: url(../images/11/bg_name.png) no-repeat;
    background-position: top center;
}


@media only screen and (max-width: 480px) {
.coder #sec01 .inner .txtWrap{
	position: relative;
}
.coder #sec01 .inner .txtWrap:after{	
	background: url("../images/05/img_main.png") no-repeat;
	background-position: center bottom;
    content: "";
    background-size: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.coder.nakatani #sec01 .inner .txtWrap:after{	
	background: url("../images/11/img_main.png") no-repeat;
	background-position: center bottom;
    content: "";
    background-size: 50%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
}	
/* 240501 ここまで */


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#sec02 .inner h3 {
	background: none;
	font-family: 'Montserrat', sans-serif;
    color: #fff;
	text-stroke: 1px #000;
    -webkit-text-stroke: 2px #4ec3d1;
    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;
    display: block;
}
}

#movieSec {
    max-width: 1000px;
}

/*-------------------------------------------add_20211012----*/
#sec04{
	background: #f2f5f9;
	padding: 170px 0 90px;
    margin-bottom: 0;
}

#sec04 .inner{
	position: relative;
}

#sec04 .inner h3{
	position: absolute;
    top: -246px;
    left: 0;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Prompt", sans-serif;
    text-stroke: 1px #000;
    -webkit-text-stroke: 2px #4ec3d1;
    font-size: 150px;
    font-size: 15.0rem;
    display: block;
    margin-bottom: 80px;
    color: #fff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f2f5f9 51%, #f2f5f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 900px) {	
#sec04 {
    padding: 120px 0 10px;
}
	
#sec04 .inner h3 {
	font-size: 100px;
    font-size: 10.0rem;
	top: -170px;
}	
}
@media only screen and (max-width: 480px) {
#sec04 {
    padding: 80px 0 10px;
}
	
#sec04 .inner h3 {
    font-size: 50px;
    font-size: 5.0rem;	
	top: -105px;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#sec04 .inner h3 {
	background: none;
	font-family: 'Montserrat', sans-serif;
    color: #fff;
	text-stroke: 1px #000;
    -webkit-text-stroke: 2px #4ec3d1;
    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;
    display: block;
}
}
.peopleList .name {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
    margin-left: 30px;
    font-weight: 600;
}
.peopleList .category{
    font-size: 21px;
    font-size: 2.1rem;
    font-family: 'Montserrat', sans-serif;
    margin-left: 30px;
    display: inline-block;
    border-bottom: 2px solid #000;
    font-weight: 600;
}
.peopleList .category span {
font-family: 'Birthstone Bounce', cursive;
    font-size: 30px;
    font-size: 3rem;
}


.slick-prev::before, .slick-next::before {
    font-size: 50px!important;
    opacity: .9!important;
    color: #000!important;
}
.slick-prev, .slick-next {
    width: 50px!important;
    height: 50px!important;
}

@media only screen and (max-width: 480px) {
.peopleList .name {
    font-size: 12px;
    font-size: 1.2rem;
}
.peopleList .category{
    font-size: 15px;
    font-size: 1.5rem;
}
.peopleList .category span {
    font-size: 20px;
    font-size: 2rem;
}
#sec04 .inner {
width: 100%;
}
#footer {
margin: 0px 0 0;
}
}

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