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

body{
	/*background: url("/img/system_bg.png")#FFF no-repeat left 10% top 100px;*/
	text-align:center;
}
h1{
	font-size:0.7rem;
	padding:5px 0 0;
}
h1 a{
	text-decoration:none;
	color:#FFF !important;
}
video {
    display: block;
}
.pattern {
    background: rgba(1, 1, 1, 0) url("/img/dot01.png") repeat scroll 0 0;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -1;
}
#bg-video {
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -2;
		background-repeat:no-repeat;
		background-size:cover;
		background-position:center center;
}

#main {
	/*width:800px;
    height: 720px;
	margin:35px auto 0;*/
}

#svg_box{
}

#logo2{
	padding:50px 0 80px;
}

#logo2 .photo img{
}
.photo {
	background:none;
}
.photo img:hover {
    opacity:1;
}

.path{
    stroke:#092951;
    fill:none;
    stroke-width:1;
    stroke-dasharray: 10;
}
.path{
	stroke:#FFB800;
	fill:none;
	stroke-width:1;
	stroke-dasharray: 3000;
	stroke-dashoffset:3000;
	animation: DASH 5s ease-in alternate forwards;
	-webkit-animation:DASH 5s ease-in 0s forwards;
	-o-animation:DASH 5s ease-in 0s forwards;
	animation:DASH 5s ease-in 0s forwards;
}
@keyframes DASH{
	0%{stroke-dashoffset:3000;}
	100%{
		stroke-dashoffset:0;
		opacity: 0;
	}
}
@-moz-keyframes DASH{
	0%{stroke-dashoffset:3000;}
	100%{stroke-dashoffset:0;opacity: 0;}
}
@-webkit-keyframes DASH{
	0%{stroke-dashoffset:3000;}
	100%{stroke-dashoffset:0;opacity: 0;}
}
@-o-keyframes DASH{
	0%{stroke-dashoffset:3000;}
	100%{stroke-dashoffset:0;opacity: 0;}
}
@-ms-keyframes DASHf{
	0%{stroke-dashoffset:3000;}
	100%{stroke-dashoffset:0;opacity: 0;}
}
@keyframes anime{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1.0;
	}
}

.point {
    color: #fff;
    font-family: "kozuka-mincho-pro","Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
    font-size: 40px;
    font-style: italic;
    text-align: center;
}
.obj18{
}
.notice {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 20px 0 30px;
}
#btn_box {
    /*font-family: "Pathway Gothic One",sans-serif;*/
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
#btn_box{
	width:90%;
	max-width:730px;
	margin: auto;
}
#btn_box li {
	width:45%;
	display: inline-block;
    /*background-color: rgba(1,1,1,0.5);
    text-indent: 5px;
		font-family: "Roboto Slab",serif;*/
}
#btn_box li a {
    text-decoration: none;
	display:block;
    /*padding: 10px 0 10px;*/
	color:#FFF;
}
#btn_box li:hover{
    /*background-color: rgba(1,1,1,1);*/
}
#btn_box li span {
    display: block;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 11px;
    letter-spacing: 0.15em;
}
#btn_box li img:hover {
    opacity: 0.6;
}
#btn_box li img {
    transition: all 0.5s ease 0s;
		max-width: 350px;
		width:100%;
}

.btn_enter {}

#btn_box li.btn_leave {
	padding: 2% 0;
	font-size:1.4rem;
}
#btn_box li.btn_leave span{
	font-size:0.7rem;
}
#bn_recruit {
    margin: 35px auto;
}
#bn_recruit ul {
	text-align:center;
	margin:0 auto;
	width:880px;
}
#bn_recruit li {
	background-color:#FFFFFF;
	display:inline-block;
	margin:0 3px 10px;
}
#bn_recruit li.long {
    background: none;
    display: block;
    margin: 10px 0;
}
#bn_recruit a img {
	transition: 0.5s;
}
#bn_recruit a:hover img {
	filter:Alpha(opacity=60) ;
	opacity:0.6 ;
	-moz-opacity:0.6;
}
#bn_group {
    margin: 50px auto 30px;
}
#bn_group ul {
	text-align:center;
}
#bn_group li {
	background-color:#FFFFFF;
	display:inline-block;
	margin:0 3px;
}
#bn_group a img {
	transition: 0.5s;
}
#bn_group a:hover img {
	filter:Alpha(opacity=60) ;
	opacity:0.6 ;
	-moz-opacity:0.6;
}
.pr{
	font-size:0.7rem;
	margin:30px 0;
}
address{
	margin:20px;
	background:none;
}
address a {
	text-decoration:none;
}

#bn_tel{
	float: none;
	text-shadow: 0 0 8px #000;
}
#bn_time {color:#fff;}




/* =============================================================================
   LOGO Effect
   ========================================================================== */

.text-focus-in {
    -webkit-animation: text-focus-in 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-11-27 15:52:19
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

p{
	text-shadow: 0 0 8px #000;
}
