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

/*----------------------------------------


video


----------------------------------------*/
video#bgvid {
  position: fixed;
  bottom:-50px;
  left:0;
  right:0;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
  z-index:1;
}


.pattern {
  width: 100%;
  height: 100%;
  background: url(../../../images_j/kagiBg.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

/*----------------------------------------


header


----------------------------------------*/
html, body, #wrapper {
  width:100%;
  height:100%;
}

header{
	position:fixed;
	top:0;
	z-index:100;
	width: 100%;
	margin:0 auto;
	background:#fff;
}


/*----------------------------------------


footer


----------------------------------------*/	
footer {
	position:fixed;
	bottom:0;
	z-index:100;
	background:url(../../../images_j/blackBg.jpg) repeat;
	width: 100%;
	margin:0 auto;
	text-align:center;
}

/*----------------------------------------


article


----------------------------------------*/
#contents {
	position:relative;
	margin: 0 auto;
	width:100%;
	padding:0 0 50px;
	z-index:10;
}

#wrapper {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
	margin:0 auto;
	}

section.con{
	visibility:hidden;
	color:#fff !important;
    margin: -180px 0 0 -500px;  /*縦横の半分をネガティブマージンでずらす*/
	position:fixed;
    top:50%;
    left:50%;
    width: 1000px;
	height:500px;
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: .5;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

section.active{
    visibility: visible;
    animation-duration: .5s;
    animation-name: fade-in;
   animation-fill-mode:forwards;
}

h2{
	font-size:40px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:300;
	letter-spacing:0.2em;
	color:#fff;
	padding:0 0 20px;
	margin:0 auto;
	text-align:center;
	line-height:40px;
	}

h2 span{
	font-size:16px;

}


.con h3{
	font-size:24px;
	letter-spacing:0.2em;
	padding:0 0 40px;
	font-weight:normal;
	text-align:center;
}
.con p {
	width:470px;
	margin:0 auto;
}

.square {
	position:relative;
	z-index:101;
	margin:0 auto 40px;
    width: 35px;
    height: 35px;
	transform:rotate(45deg);
}

.square.on{
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    -ms-animation: spin 4s linear infinite;
    -o-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}


@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}



/*----------------------------------------


ニュース


----------------------------------------*/
.news{
	position:fixed;
	bottom:40px;
	background: url(../../../images_j/top_images/newsBg.png) repeat;
	width:100%;
	z-index:101;
}

.news .inner{
	position:relative;
}


.news h3{
	position:absolute;
	top:10px;
	left:0;
}

.news .newsBtn{
	position:absolute;
	top:10px;
	right:0;
	width:65px;
	font-size:12px;
	cursor:pointer;
	z-index:103;
	color:#fff;
	}

.news dl {
	position:relative;
	top:10px;
	left:30px;
	padding:0 0 10px;
}

.news dt {
    float:left;
    width:80px;
    padding:3px 0 3px 15px;
    clear:both;
	color:#fff;
}

.news dd {
    padding:3px 25px 3px 110px;
	color:#fff;
	z-index:102;
}

.news dd a{
	color:#fff;
}

.news dd a:hover{
	padding:0 0 3px;

}

.news dl.hiddenArea {
	display:none;
	padding-top: 0;
	margin:-10px 0 0 0;
}

.news .base{
	background:url(../../../images_j/top_images/icoMore.png) no-repeat right top;
	}

.news .base:after{
	content:"MORE";
	}
	
.news .active {
	background:url(../../../images_j/top_images/icoClose.png) no-repeat right top;
}

.news .active:after{
	content:"CLOSE";
	}
	
/*----------------------------------------


main


----------------------------------------*/
.main .square {
	border:1px solid #d7464e;
	margin:50px auto;
}

.main h2 {
    font-family:'AXIS Font Japanese W55',"游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	font-weight:normal;
	font-size:24px;
	padding:40px 0 0;
}

.main h3 {
	font-weight:normal;
	font-size:20px;
}

.main h3 span{
	letter-spacing:0.01em;
	font-size:24px;
}

/*----------------------------------------


about


----------------------------------------*/
.about .square {
	border:1px solid #cf7ae4;
}


/*----------------------------------------


vision


----------------------------------------*/
.vision .square {
	border:1px solid #8ee29a;
}

/*----------------------------------------


career


----------------------------------------*/
.career .square {
	border:1px solid #7eb6e6;
}

/*----------------------------------------


support


----------------------------------------*/
.support .square {
	border:1px solid #e4dc83;
}

/*----------------------------------------


voice


----------------------------------------*/
.voice.con{
	margin-top: -200px;
}

.voice .voiceInner{
	width:1000px;

	height:70%; 
	margin:0 auto;
	overflow: auto;
}

.voice ul{
	width:1000px;
	padding:40px 0 0 0;
	margin:0 auto;
}

.voice li{
	position:relative;
	float:left;
	width:175px;
	height: 200px;
	padding:0 0 0 10px;
}


.voice li{
	position:relative;
	display:inline-block;
	width:175px;
	font-size:0px;
	padding:0 10px 0 10px;
}

.voice li:nth-child(9n+6){
	padding:0 10px 0 110px;
}

.voice li .txt{
	position:absolute;
	top:0;
	cursor:pointer;
	width:175px;
	text-align:center;
	z-index: 100;
}

.voice li .txt img{
	opacity:1 !important;
	width:125px;
	height:125px;
}

.voice li .txt h4{
	font-weight:normal !important;
	text-align:center;
	width:175px;
	padding:5px 0 0;
}

.voice li .txt p{
	width:175px;
	text-align:center;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 0 0;
}

.voice li .square {
	position:relative;
	z-index:101;
	margin:0 auto 40px;
    width: 125px;
    height: 125px;
	transform:rotate(45deg);
	z-index:5;
}

.voice .cYellow .square{
	border:#e4dc83 1px solid !important;
	}

.voice .cBlue .square{
	border:#7eb6e6 1px solid !important;
	}

.voice .cPurple .square{
	border:#c29ce4 1px solid !important;
	}

.voice .cPink .square{
	border:#d585bf 1px solid !important;
	}
	
.voice .cGreen .square{
	border:#8ee29a 1px solid !important;
	}

.voice li .square.on{
    -webkit-animation: spin01 4s linear infinite;
    -moz-animation: spin01 4s linear infinite;
    -ms-animation: spin01 4s linear infinite;
    -o-animation: spin01 4s linear infinite;
    animation: spin01 4s linear infinite;
}


@-webkit-keyframes spin01 {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin01 {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin01 {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-o-keyframes spin01 {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin01 {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}


.voice a{
	border:none;
}

.staff h4 {
	padding:10px 0;
	height:50px;
}

/*----------------------------------------
ボタン
----------------------------------------*/
.btnMore{
	width:185px;
	text-align:center;
	margin:40px auto 0;
	font-size:14px;
	font-weight:400px;
}


.btnMore a {
	display:block;
	color:#fff !important;
    position: relative;
	z-index: 2;
	padding:8px 0;
	background:#191919;
	border:none !important;
	overflow:hidden;
}

.btnMore a::before,
.btnMore a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btnMore a,
.btnMore a::before,
.btnMore a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	color:#fff !important;
}

.btnMore a::after {
	bottom: -100%;
	width: 100%;
	height: 100%;
}
.btnMore a:hover::after {
	bottom: 0;
	background: #d7464e;
}


@media(max-width:768px){
.pattern {
  background:none;
}

/*----------------------------------------


header


----------------------------------------*/
html, body, #wrapper {
  height:auto;
}

#bgvid{
	display: none !important;
}


/*----------------------------------------


footer


----------------------------------------*/	
footer {
	position:static !important;
	bottom:0;
	z-index:100;
	background:url(../../../images_j/blackBg.jpg) repeat;
	width: 100%;
	margin:0 auto;
	text-align:center;
}
	
#contents {
	position:relative;
	margin: 0 auto;
	width:100%;
	padding:0 0 0;
	z-index:10;
}

#wrapper {
    position:relative;
	}

#wrapper .main{
  background: url(../../../movie_j/top.jpg) no-repeat center top !important;
  background-size:cover !important;
  z-index:1;
    padding:50% 0;
    width: 100%;
	height:100% !important;
	box-sizing: border-box;
}
	
section.con{
	visibility:visible !important;
	color:#fff !important;
    margin: 0 auto;
	position:static;
    width: 100%;
	height:auto;
	padding: 40px 0;
}

h2{
	font-size:30px;
	color:#fff;
	padding:0 0 20px;
	}

h2 span{
	font-size:15px;

}

.con h3{
	font-size:16px;
	padding:0 0 0;
}



/*----------------------------------------


ニュース


----------------------------------------*/
.news{
	position:static;
	bottom:0;
	background: url(../../../images_j/top_images/newsBg.png) repeat;
	width:100%;
	z-index:101;
	padding: 30px 0;
}

.news .inner{
	position:relative;
	margin: 0 8%;
	width: auto;
}


.news h3{
	position:absolute;
	top:0;
	left:0;
	width: 16px;
}

.news dl {
	position:relative;
	top:0;
	left:30px;
	padding:0 ;
	width: auto;
}

.news dt {
	float: none;
    padding:0 0 5px 0;
	color:#fff;
}

.news dd {
    padding:0 0 20px;
	color:#fff;
}

.news dd a{
	color:#fff;
}

.news dd a:hover{
	padding:0 0 0;

}

.news dl.hiddenArea {
	display:inherit;
}

	
/*----------------------------------------


main


----------------------------------------*/
.main .square {
	border:1px solid #d7464e;
	margin:50px auto;
}

.main h2 {
    font-family:'AXIS Font Japanese W55',"游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	font-weight:normal ;
	font-size:24px;
	padding:40px 0 0;
}

.main h3 {
	font-weight:normal;
	font-size:20px;
}

.main h3 span{
	letter-spacing:0.01em;
	font-size:24px;
}

/*----------------------------------------


square 


----------------------------------------*/
.con:not(.main) .square {
	border:1px solid #fff !important;
}


/*----------------------------------------


voice


----------------------------------------*/
.voice.con{
	margin-top: 0;
}

.voice .voiceInner{
	width:auto;
	height:auto; 
	margin:0 auto;
	overflow: auto;
}
	
.voice ul{
	width:auto;
	padding:0 0 30px 0;
	margin:0 8%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice li{
	position:static;
	float:none !important;
	width:50%;
	height: auto;
	padding:0 5px 20px;
	box-sizing: border-box;
}

.voice li:first-child{
	padding:0 5px 20px;

}
.voice li:nth-child(n+7){
	display: none;
}
	
.voice li:nth-child(9n+6){
	padding:0 5px 20px;
}


.voice li .txt{
	position:static;
	width:100%;
}

.voice li .txt img{
	opacity:1 !important;
	width:100% !important;
	height: auto;
}

.voice li .txt h4{
	display: none;
}

.voice li .txt p{
	width:auto;

	padding: 10px 0 0 0;
	text-align:center;
	line-height: 18px;
	
}

.voice li .square {
	display: none;
}



.voice a{
	border:none;
}

.staff h4 {
	padding:10px 0;
	height:50px;
}

/*----------------------------------------
ボタン
----------------------------------------*/
.btnMore{
	width:60%;
	text-align:center;
	margin:20px auto 0;
	font-size:14px;
	font-weight:400px;
}


.btnMore a {
	display:block;
	color:#fff !important;
    position: relative;
	z-index: 2;
	padding:10px 0;
	background:#191919;
	border:none !important;
	overflow:hidden;
}

.btnMore a::before,
.btnMore a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btnMore a,
.btnMore a::before,
.btnMore a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	color:#fff !important;
}

.btnMore a::after {
	bottom: -100%;
	width: 100%;
	height: 100%;
}
.btnMore a:hover::after {
	bottom: 0;
	background: #d7464e;
}

.con.about{
	background: #dfa8bb;
}
.con.vision{
	background: #84cfaa;
}
.con.career{
	background: #75b3da;
}
.con.voice{
	background: #b496d6;
}
.con.work{
	background: #d7404e;
}
.con.support{
	background: #ded58a;
}

.square {
	margin:0 auto 30px;
    width: 20px;
    height: 20px;
}
.voice li .square.on{
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation:none;
}

.square.on{
    -webkit-animation:none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation:none;
}
}