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

body{
	text-align:center;
	text-shadow: 0 0 8px #000;
	/*background: url("/img/system_bg.png") no-repeat left -50% top;*/
}
#wrapper{
}
#logo {
    padding: 5% 0 0;
	position:relative;
}
#svg_box{
}
#logo .photo {
    position: absolute;
    top: 5.8%;
    width: 100%;
	animation-name: anime;
	animation-duration: 6s;
	animation-timing-function: cubic-bezier(0.9,0,0,1.0);
}
.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 {
	background-repeat:no-repeat;
	background-size:contain;/*cover*/
	background-position: center top;
    top: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    right: 0;
    width: auto;
    z-index: -2;
}

#bg-video video{
	width:100%;
}


.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;
	}
}
#logo2{
	padding:25px 0 30px;
}

#logo2 .photo img{
width: 60%;
}
.point {
    font-family: "Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
    font-size: 2.2rem;
    font-style: italic;
    text-align: center;
	line-height:1.1;
	padding:2%;
}
.obj18{
}
.obj18 img{
	/*width:10%;*/
}
h1 a:link,h1 a:hover,h1 a:visited {
    color: #fff;}
.notice {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
    margin: 4%;
		text-align: left;
}
#btn_box {
    font-family:"Roboto Slab",serif;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
	margin:0 0 5%;
}
#btn_box {
	width:90%;
	margin:auto;
}
#btn_box li {
    /*background-color: rgba(1,1,1,0.8);
    width: 80%;text-indent: 5px;*/
    display: block;
	margin:0 0 2%;
}
#btn_box li img{
    width:100%;
}

#btn_box li a {
    text-decoration: none;
	/*display:block;*/
    padding: 10px 0 10px;
	color:#FFF;
}
#btn_box li span {
    display: block;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 0.66rem;
    letter-spacing: 0.15em;
}
.btn_enter img{
	max-width:350px;
}
.btn_leave img{
	max-width:250px;
}
#bn_recruit {
	margin:0 5%;
}
#bn_recruit ul {
}
#bn_recruit li {
	margin:0 0 2%;
}
#bn_recruit img {
	width:100%;
}
#bn_group {
	margin:10% 5% 0;
}
#bn_group ul {
}
#bn_group li {
	margin:0 0 2%;
}
#bn_group img {
	width:100%;
}
.pr{
	font-size: 0.66rem;
	padding:6% 4% 0;
	text-align:left;
}
address {
    padding: 4% 0;
}

#bn_tel {
    float: none;
    text-shadow: 0 0 8px #000;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-top: 15px;
		font-weight: bold;
}
#bn_tel > span {
    font-size: 0.9rem;
}

#bn_time {
    font-size:0.8rem;
    font-weight:normal;
    line-height: 1.4;
    margin-top: 5px;
		color: #fff;
}
#bn_time span{
    display: block;
}
/* =============================================================================
   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;
  }
}

@media screen and (max-width: 320px){
.point {
    font-size: 1.8rem;
}
}
