@charset "UTF-8";
.loading{
  background:url(../img/common/bg.jpg) left top;
  width:100%;
  height:100%;
  position:fixed;
  z-index:9999;
}
body {
  line-height: 1.6;
  font-family:"Montserrat" ,"Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: .03em;
  color: #333333;
  font-weight: 400;
}
h2.PageTitle{
    padding: 120px 0 0 0;
    width: 940px;
    margin: 0 auto;
    font-size: 54px;
    font-weight: bold;
    color: #00b4c5;
}
h2.PageTitle span{
    font-size: 22px;  
}
.bright {
  transition: all 0.25s;
  opacity: 1;
}
.bright:hover {
  opacity: 0.7;
}
.bright_nav {
  transition: all 0.4s;
  color: #FFF;
  position: relative;
}
.bright_nav:hover {
  color: #fad900;
}
/*----------------------------------------*/
html,body{
  height: 100%;
  width: 100%;
}
#AllWrap{
  position: relative;
  width: 100%;
  min-width: 960px;
  height: 100%;
  min-height: 800px;
  background-color: #000;
  overflow: hidden;
}
.Contents{
  background: url(../img/common/bg_ptn.png) left top #FFF;
	
}
nav.nav_head{
font-family: 'Montserrat', sans-serif;
position: absolute;
background: #00b4c5;
height: 100px;
width: 100%;
z-index: 999;
}
nav.nav_head h1{
    float:left;
    padding: 15px;
}
nav.nav_head .lead{
    display: none;
}
.Contents{
  min-width: 800px;
  position: relative;
  height: 100%;
}
.contents_in{
  min-height: 1200px !important;
  position: relative;
  z-index: 100;
}

footer{
  position: absolute;
  width: 100%;
  background: #000;
  left: 0;
  bottom: 0px;
  height: 85px;
  padding: 35px 0 0;
  overflow: hidden;
  z-index: 100;
}
footer ul{
    padding: 0 0 0 20px;
}
footer ul li{
  float:left;
  color: #FFF;
  margin-right: 5px;
}
footer ul li a{
  transition: all 0.4s;
  color:#FFF;
  text-decoration:none;
  display: block;
}
footer ul li a:hover{
  color:#f9be00;  
}
footer .notice{
  margin: 10px 0 0 20px;
  color: #FFF;
  font-size: 10px;
}
footer .copy{
  margin: 5px 0 0 20px;
  color: #FFF;
  font-size: 10px;
}
.BackToTop{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
.bg01{
  position: fixed;
  top:0;
  background:url(../img/common/bg_logo.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.5;
}
.bg02{
  position:absolute;
  bottom:0;
  left: 240px;
  background:url(../img/common/bg_gear.png);
  width:215px;
  height:334px;
}
.btn_back{
  width: 695px;
  margin: -45px auto 0;
  text-align: right;
  padding-left: 240px;
}
.btn_back a{
    text-decoration: none;
    font-size: 16px;
    color: #00b4c5;
    font-weight: bold;
    transition:all 0.3s;
}
.btn_back a:hover{
  opacity:0.7;
}
.btn_back a img{
    display: inline-block;
    margin: 7px 6px 0 0;
}
.nav_resources{
  margin: 25px 0;
  height: 25px;
  display: none;
}
.nav_resources a{
  display:block; 
  transition:all 0.25s;
}
.nav_resources a:hover{
  opacity:0.7;
}
.nav_open{
  background: url(/assets/img/common/btn_menu.png);
  width: 100px;
  height: 100px;
  position:absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background-size: cover;
}
nav.grobal{
	background:#000;
	position:absolute;
	z-index:9999;
	height:100%;
	margin-right: -370px;
	right: 0;
}
nav.grobal li{
	/* border-bottom:1px solid #ccc; */
	font-size:20px;
	padding: 10px 35px;
	width:200px;
}
nav.grobal li a{
	text-decoration:none;
}
#cover{
	position:fixed;
	z-index: 9997;
	top:0;
	left:0;
}
.nav_close{
	color:#ccc;
	margin: 40px 35px 25px 200px;
	font-size:22px;
	cursor:pointer;
	background: url(/assets/img/common/btn_close.png)left no-repeat;
	width: 32px;
	height: 32px;
}
.news_area{
	position:absolute;
	z-index: 9998;
	top:-70px;
	right:110px;
}
.news_area p{
	background: #333;
	color:#FFF;
	padding:20px;
	width:350px;
	border-radius:0 0 7px 7px;
	cursor: pointer;
}

.news_area ul{
	display:none;
	width: 330px;
	padding: 10px 30px 0;
	background-color: rgba(0,0,0,0.7);
	font-size: 14px;
}
.news_area ul li{
	width: 330px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#FFF;
	border-bottom:#FFF 1px solid;
	font-size: 13px;
}
.news_area ul li a{
	display:block;
	width:100%;:
;
	padding: 20px 0;
}
.news_area ul li a:hover{
	text-decoration:underline;

}
.news_area ul li:last-child{
	border-bottom:none;
}
.schedule a{
	display:block;
	width: 190px;
	float:left;
	font-size:13px;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 7px;
	height: 70px;
	margin: 15px 25px;
	color:#FFF;
	text-decoration:none;
}
.nav_degicon{
	display:none;
}