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

#wrap {
}
#mainTitBox {
	width:750px;
	height:84%;
	position:absolute;
	left:50%;
	top:40px;
	margin-left:-375px;
	margin-top:-0px;
	overflow: hidden;
}
.kakko {
	width:100px;
	height:100px;
	position:absolute;
}

.kakko-L-T {
	left:50%;
	top:50%;
 margin-left:-10px;
	margin-top:-10px;
	-webkit-transform:rotateZ(180deg);
	transform:rotateZ(180deg);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
 -webkit-animation-name: kakko_LT;
 animation-name: kakko_LT;
}
@-webkit-keyframes kakko_LT {
		 100% {
    left:0%;
				top:0%;
				margin-left:0px;
				margin-top:0px;
  }
}
@keyframes kakko_LT {
  100% {
   left:0%;
			top:0%;
			margin-left:0px;
			margin-top:0px;
  }
}

.kakko-R-T {
	right:50%;
		top:50%;
		margin-right:-10px;
		margin-top:-10px;
	-webkit-transform:rotateZ(-90deg);
	transform:rotateZ(-90deg);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  -webkit-animation-name: kakko_RT;
  animation-name: kakko_RT;
}
@-webkit-keyframes kakko_RT {
  100% {
  right:0%;
		top:0%;
		margin-right:0px;
		margin-top:0px;
  }
}
@keyframes kakko_RT {
  100% {
  right:0%;
		top:0%;
		margin-right:0px;
		margin-top:0px;
  }
}

.kakko-L-B {
	left:50%;
		bottom:50%;
		margin-left:-10px;
		margin-bottom:-10px;
	-webkit-transform:rotateZ(90deg);
	transform:rotateZ(90deg);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  -webkit-animation-name: kakko_LB;
  animation-name: kakko_LB;
}
@-webkit-keyframes kakko_LB {
  100% {
 	left:0%;
		bottom:0%;
		margin-left:0px;
		margin-bottom:0px;
  }
}
@keyframes kakko_LB {
  100% {
  left:0%;
		bottom:0%;
		margin-left:0px;
		margin-bottom:0px;
  }
}


.kakko-R-B {
	right:50%;
		bottom:50%;
		margin-right:-10px;
		margin-bottom:-10px;
	-webkit-transform:rotateZ(0deg);
	transform:rotateZ(0deg);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  -webkit-animation-name: kakko_RB;
  animation-name: kakko_RB;
}
@-webkit-keyframes kakko_RB {
  100% {
    right:0%;
		bottom:0%;
		margin-right:0px;
		margin-bottom:0px;
  }
}
@keyframes kakko_RB {
  100% {
    right:0%;
		bottom:0%;
		margin-right:0px;
		margin-bottom:0px;
  }
}
#wYou {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-100px;
	opacity:0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-name: withYou;
	animation-name: withYou;
	width: 400px;
}
@-webkit-keyframes withYou {
  100% {
    opacity:1;
		margin-top:-80px;
  }
}
@keyframes withYou {
  100% {
    opacity:1;
		margin-top:-80px;
  }
}
#wYou.w01 {
	-webkit-animation-name: withYou01;
	animation-name: withYou01;
	margin-top:-100px;
	width: 400px;
	top:25%;
}
@-webkit-keyframes withYou01 {
  100% {
    opacity:1;
		margin-top:-60px;
  }
}
@keyframes withYou01 {
  100% {
    opacity:1;
		margin-top:-60px;
  }
}

/*===========　採用情報　==============*/
#wYou.w01info {
	-webkit-animation-name: withYou01info;
	animation-name: withYou01info;
	margin-top:-100px;
	top:25%;
}
@-webkit-keyframes withYou01info {
  100% {
    opacity:1;
		margin-top:-60px;
  }
}
@keyframes withYou01info {
  100% {
    opacity:1;
		margin-top:-60px;
  }
}


#akarui {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-268px;
	margin-top:0px;
	opacity:0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-name: akarui;
	animation-name: akarui;
	width: 565px;
}
@-webkit-keyframes akarui {
  100% {
    opacity:1;
		margin-top:0px;
  }
}
@keyframes akarui {
  100% {
    opacity:1;
		margin-top:0px;
  }
}
#akarui.w02 {
	-webkit-animation-name: akarui02;
	animation-name: akarui02;
	margin-top:-0px;
	top:30%;
	width: 538px;
}
@-webkit-keyframes akarui02{
  100% {
    opacity:1;
		margin-top:-0px;
			top:30%;
  }
}
@keyframes akarui02{
  100% {
    opacity:1;
		margin-top:-0px;
			top:30%;
  }
}

#topDesc {
	position:absolute;
	text-align: center;
	top:40%;
	left:50%;
	width:540px;
	margin-left:-270px;
	margin-top:0px;
	font-size:14px;
	line-height:2em;
	opacity:0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-name: desc;
	animation-name: desc;
}
@-webkit-keyframes desc{
  100% {
    opacity:1;
		
  }
}
@keyframes desc{
  100% {
    opacity:1;
		
  }
}


/*===========　採用情報　==============*/
.info #wYou.w01info {
-webkit-animation-name: withYou01info;
animation-name: withYou01info;
margin-top: -100px;
top: 20%;
}
#topDesc.navInfo {
	position:absolute;
	top:25%;
	left:50%;
	width:322px;
	margin-left:-161px;
	margin-top:-0px;
	font-size:14px;
	line-height:2em;
	opacity:0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-name: info;
	animation-name: info;
}
#topDesc.navInfo a {
	display:block;
	width:322px;
	height:50px;

	background-position:0 0;
	background-repeat:no-repeat;
	margin-bottom:5px;
	
	border: #999 dotted 2px;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	display: flex;
justify-content: center;
align-items: center;
	transition: 0.5s;
}
#topDesc.navInfo a:hover {
	color: #fff;
	background-color: #333;
}
/*#topDesc.navInfo a.navinfo01 {
	background-image:url(../../information/img/top-nav01.gif);
}
#topDesc.navInfo a.navinfo02 {
	background-image:url(../../information/img/top-nav02.gif);
}
#topDesc.navInfo a.navinfo03 {
	background-image:url(../../information/img/top-nav03.gif);
}
#topDesc.navInfo a.navinfo04 {
	background-image:url(../../information/img/top-nav04.gif);
}
#topDesc.navInfo a.navinfo05 {
	background-image:url(../../information/img/top-nav05.gif);
}*/

#topDesc.navInfo a:hover {
	background-position:0 -52px;
}

@-webkit-keyframes info{
  100% {
    opacity:1;
  }
}

@keyframes info{
  100% {
    opacity:1;
  }
}

#topBox {
	position:absolute;
	width:160px;
	height:160px;
	left:50%;
	bottom:-60px;
	margin-left:-80px;
	opacity:0;

-webkit-animation-fill-mode: forwards;

animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-name: box;
	animation-name: box;
}
@media screen and (max-height: 720px) {
	#topBox {
		display: none;
	}
}
@-webkit-keyframes box {
  100% {
    opacity:1;
		bottom:0px;
  }
}
@keyframes box {
  100% {
    opacity:1;
		bottom:0px;
  }
}
#topBox.tb02 {
	
	width:111px;
	height:111px;
	left:50%;
	bottom:-60px;
	margin-left:-55px;

	-webkit-animation-name: box02;

	animation-name: box02;
}
@-webkit-keyframes box02 {
  100% {
    opacity:1;
		bottom:0px;
  }
}
@keyframes box02 {
  100% {
    opacity:1;
		bottom:0px;
  }
}


#topArrow {
	position:absolute;
	width:94px;
	height:38px;
	left:50%;
	bottom:-10px;
	margin-left:-47px;
	-webkit-animation: vertical 1s ease-in-out infinite alternate;
	animation: vertical 1s ease-in-out infinite alternate;
}
#topArrow02 {
	position:absolute;
	width:60px;
	height:38px;
	left:50%;
	bottom:-20px;
	margin-left:-30px;
	-webkit-animation: vertical 1s ease-in-out infinite alternate;
	animation: vertical 1s ease-in-out infinite alternate;
}
@-webkit-keyframes vertical {
    0% { -webkit-transform:translateY(-15px); transform:translateY(-15px); }
  100% { -webkit-transform:translateY(  0px); transform:translateY(  0px); }
}
@keyframes vertical {
    0% { -webkit-transform:translateY(-15px); transform:translateY(-15px); }
  100% { -webkit-transform:translateY(  0px); transform:translateY(  0px); }
}

