html, body {
	font-size: 12px;
	font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	background: #rgba(7, 7, 51,1);
	color: #fff;
	letter-spacing: 0.05rem;
	line-height: 1.4rem;
}


#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background:rgba(7,7,51,1);
  z-index: 99999999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.loader {
    margin: 0px auto;
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #8d98ea;
    background: -moz-linear-gradient(left, #0a76c3 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #0a76c3 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #0a76c3 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #0a76c3 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    top: 50%;
    margin-top: -20px;
    -webkit-animation: load3 0.4s infinite linear;
    animation: load3 0.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
      background: #0a76c3;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  
}
.loader:after {
  background: rgba(7,7,51,1);
  width: 95%;
  height: 95%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* ============================================================

common

============================================================ */



.mw {
    width: 96%;
    max-width: 1260px;
    margin: 0 auto;
}

.article-pd{
	position: relative;
}


.ri{
	width:100%;
}


.fr{
	float: right;
}

.fl{
	float: left;
}

.mb {
    margin-bottom: 60px !important;
}



.border-r{
	border-radius: 4px;        /* CSS3闕画｡� */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome逕ｨ */  
	-moz-border-radius: 4px;   /* Firefox逕ｨ */  
}

.pc{
	display: block;
}

.sm{
	display: none;
}




 /* --- clearfix --- */

.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}


 /* --- select text--- */
 
::selection {

}

::-moz-selection {

}

   
/*---- box ----*/
 

.box-3col {
    display: block;
    float: left;
    width: 31.333333%;
    margin-right: 3%;
    box-sizing: border-box;
}

.box-3col:nth-child(3n){
	margin-right: 0%;
}

.box-4col {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    margin-right: 6.6666%;
    margin-bottom: 2%;
    box-sizing: border-box;
}


.box-4col:nth-child(4n){
	margin-right: 0%;
}

 
.box-5col {
    position: relative;
    display: block;
    float: left;
    width: 17%;
    margin-right: 3.75%;
    margin-bottom: 2%;
    box-sizing: border-box;
}


.box-5col:nth-child(5n){
	margin-right: 0%;
}


#container {
    overflow: hidden;
	background: url("../images/background.png");
	background-size: 100%;
	display: none;
}




/*---- underline ----*/

.underline-box {
    position: relative;
    display: inline-block;
}


.underline {
    height:1px;
    background: #fff;
    width:0%;
    position: absolute;
	bottom: -5px;
    display: block;
}



.p-r{
	right:0;
}
.p-l{
	left: 0;
}








/* ============================================================

header

============================================================ */

header{
	position: relative;

}

#fix-menu {
    width: 100%;
    height: 160px;
    position: fixed;
    text-align: center;
    z-index: 99999;
	background: -moz-linear-gradient(top, rgba(7,7,51,0.6) 0%, rgba(7,7,51,0) 100%);
	background: -webkit-linear-gradient(top, rgba(7,7,51,0.6) 0%,rgba(7,7,51,0) 100%); 
	background: linear-gradient(to bottom, rgba(7,7,51,0.6) 0%,rgba(7,7,51,0) 100%); 
}

.logo {
    position: absolute;
    top: 40px;
    left: 45px;
    width: 45px;
    opacity: 1;
    z-index: 99999;
}

/*---------------------------------
nav
---------------------------------*/


/*------
sp-nav
------*/

.sp-nav {
    position: fixed;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid #3f3ddc;
}

.sp-nav ul {
    width: 160px;
    height: 315px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.sp-nav ul li {
	float: left;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 23px;
    line-height: 100%;
}

.sp-nav ul li:first-child {
    margin:  0 0 30px;
}

.sp-nav ul li:nth-last-child(3) {
    width: 33.333%;
    margin: 10px 0 0;
    font-size: 0.9rem;
}


.sp-nav ul li:nth-last-child(2) {
    width: 33.333%;
    margin: 10px 0 0;
    font-size: 0.9rem;
}

.sp-nav ul li:last-child {
    width: 33.333%;
    margin: 10px 0 0;
    font-size: 0.9rem;
}

.sp-nav-logo {
    width: 85px;
    margin: 0 auto;
}

.sp-nav ul li a{
    display: block;
}


.sp-nav ul li a> .underline{
   display: none;
}


/*------
pc-nav
------*/


.pc-nav {
    display: inline-block;
    margin-top: 40px;
}

.pc-nav ul li {
    float: left;
    margin-right: 35px;
    position: relative;
}

.pc-nav ul li:last-child {
    margin-right:0;

}

.pc-nav ul li a{
}


.pc-nav ul li a{
    display: block;
}

/*---------------------------------
SNS
---------------------------------*/
.social {
    position: absolute;
    top: 42px;
    right: 50px;
    opacity: 1;
    z-index: 99999;
}

.social ul li {
    float: right;
    list-style: none;
    margin-left: 40px;
    font-size: 1rem;
}

/*---------------------------------
modal
---------------------------------*/

#modal-content {
	width: 100% ;
	height: 100%;
	margin: 0 ;
	color: #000;
	background: rgba(7, 7, 51,1);
    opacity: 0.95;
	position: fixed ;
	display: none ;
	z-index: 999999 ;

}
  
#modal-overlay {

	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;
	background-color: rgba( 255,255,255, 0.5) ;
}




/*---------------------------------
hamburger
---------------------------------*/

.hamburger-box {
    display: none;
    height: 50px;
    width: 50px;
    position: fixed;
    z-index: 9999999;
    right: 25px;
    top: 20px;
    transition: all .4s;
}


.hamburger,
.hamburger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}


.hamburger {
    position: absolute;
    width: 22px;
    height: 16px;
    left:0;
    top: 0;
    right:0;
    bottom: 0; 
    margin:auto;
}


.hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.hamburger span:nth-of-type(1) {
	top: 0;
}
.hamburger span:nth-of-type(2) {
	top: 50%;
	margin-top: -1px;
}
.hamburger span:nth-of-type(3) {
	bottom: 0;
}

.hamburger-box.active {
    top: 10px;
}

.hamburger.active {
    transform: rotate(-180deg);
}



.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.hamburger.active span:nth-of-type(2) {
	right: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}

.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
}




/*---------------------------------
main-v
---------------------------------*/




#theme{
	width:100%;
	height: 100%;
	overflow:hidden;
	position:relative；
	
}

.main-visual-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 185px;
    text-align: center;
}


.main-logo {
    width: 140px;
    margin: 0 auto;
    font-size: 1.8rem;
}

h1 {
    font-size: 2rem;
    letter-spacing: 0.8rem;
    margin: 40px 0 25px;
    font-weight: 600;
}

h2 {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    font-weight: normal;
}

.scroll {
    text-align: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
    margin: 0 auto;
}


.scroll-line {
    display: inline-block;
    background: #fff;
    width: 1px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 50%;
}



#scroll a {
    cursor: pointer;
    padding: 10px;
}




/* ============================================================

contents

============================================================ */



.inner{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}


.inner-btn {
    padding-bottom: 30px;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
    z-index: 9999999;
}


.section-box {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}


/*------------
headline
-------------*/
.section-headline {
    position: absolute;
    z-index: 999;
}

.headline-service {
    width: 380px;
    top: -75px;
    right: 5%;
}

.headline-news {
    width: 360px;
    top: -25px;
    left: 5%;
}

.headline-member {
    width: 480px;
    top: -95px;
    right: 5%;
}

.headline-mission {
    width: 510px;
    top: -55px;
    right: calc(50% - 255px);
    top: -115px;
}

.headline-recruit {
    width: 530px;
    top: -55px;
    left: 5%;
    top: 70px;
}

.headline-company {
    width: 550px;
    top: -55px;
    right: 5%;
    top: -65px;
}

.headline-contact {
    width: 530px;
    top: -55px;
    left: 5%;
    top: 130px;
}


.headline-right {
    right: 5%;
}

.headline-left {
    left: 5%;
}

.headline-center {
    right: calc(50% - 190px);
    top: -130px;
}


#planet1 {
    position: absolute;
    left: 0;
    top: 430px;
    width: 50%;
    z-index: 99;
    opacity: 0.8;
}

#planet2 {
    position: absolute;
    right: 0;
    bottom: -150px;
    width: 50%;
    z-index: 99;
    opacity: 0.8;
}

#planet3 {
    position: absolute;
    left: 0;
    top: -100px;
    width: 50%;
    z-index: 9;
}


/*---------------------------------
service
---------------------------------*/


#service{
	background: -moz-linear-gradient(top, rgba(7,7,51,0) 0%, rgba(7,7,51,0) 1%, rgba(7,7,51,0.85) 100%); 
	background: -webkit-linear-gradient(top, rgba(7,7,51,0) 0%,rgba(7,7,51,0) 1%,rgba(7,7,51,0.85) 100%); 
	background: linear-gradient(to bottom, rgba(7,7,51,0) 0%,rgba(7,7,51,0) 1%,rgba(7,7,51,0.85) 100%); 
	position: relative;
}



.service-box{
}

.service-box-l {
    width: 50%;
}

.service-box-r {
    width: 50%;
}

.service-vimet {
    width: 540px;
    margin: 0 auto;
    position: absolute;
    left: 0;
}

.service-thynk {
    width: 600px;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.service-description {
    height: 532px;
    position: relative;
}


.service-description-in {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 262px;

    padding: 0 15%;
}


.service-icon {
    width: 90px;
    float: left;
    margin-right: 15px;
}

.service-name {
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-headline {
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

.service-desc {
    margin: 20px 0;
}

.service-btn{
	width: 150px;
}
/*---------------------------------
news
---------------------------------*/

#news{	
	background: -moz-linear-gradient(top, rgba(7,7,51,0.85) 0%, rgba(7,7,51,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(7,7,51,0.85) 0%, rgba(7,7,51,1) 100%); 
	background: linear-gradient(to bottom, rgba(7,7,51,0.85) 0%, rgba(7,7,51,1) 100%); 
}

#news.archive{	
	background: none;
}

.news-contents{
	position: relative;
	margin-bottom: 100px;
}

.news-contents:after {
    border: 30px solid;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    z-index: 9;
    top: 22px;
    left: 0;
    bottom: 0;
    right: 0;
}

.news-contents ul {
    width: 70%;
    margin: 0 auto;
    padding: 100px 0 60px;
    z-index: 9999;
    position: relative;
}

.news-contents ul li{
    list-style: none;
    margin-bottom: 30px;
}

.news-contents ul li .data{
    width: 20%;
    display: block;
    float: left;
}

.news-contents ul li .data time{
    display: block;
}

.news-contents ul li .data .category {
    font-size: 0.7rem;
    color: #ec71d6;
}


.news-contents ul li .news-list {
    width: 80%;
    float: right;
}


.news-thumb {
    margin-bottom: 50px;
}

.news-thumb .thumb-image {
    width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}



.news-thumb .thumb-image img{
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    width: 100% !important;
    height: auto !important;
}

.news-thumb:hover .thumb-image img{
 	transform: scale(1.04,1.04);
    -webkit-transform:scale(1.04,1.04);
    -moz-transform:scale(1.04,1.04);
    -ms-transform:scale(1.04,1.04);
    -o-transform:scale(1.04,1.04);
     
}

.news-title {
    font-weight: bold;
    margin-top: 15px;
}

.news-time {
	text-align: right;
    float: right;
    font-weight: 600;
}


/*---------------------------------
member
---------------------------------*/

#member{
	background: -moz-linear-gradient(top, rgba(7,7,51,0.85) 0%, rgba(7,7,51,0.9) 100%); 
	background: -webkit-linear-gradient(top, rgba(7,7,51,0.85) 0%,rgba(7,7,51,0.9) 100%); 
	background: linear-gradient(to bottom, rgba(7,7,51,0.85) 0%,rgba(7,7,51,1) 100%); 
}

.member-thumb{
margin-bottom: 3%;
text-align: center;
z-index: 99;
}



.member-thumb .thumb-image {
    width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 12px;
		border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
}


.member-thumb .thumb-image img{
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    width: 100% !important;
    height: auto !important;
}

.member-thumb:hover .thumb-image img{
 	transform: scale(1.04,1.04);
    -webkit-transform:scale(1.04,1.04);
    -moz-transform:scale(1.04,1.04);
    -ms-transform:scale(1.04,1.04);
    -o-transform:scale(1.04,1.04);
     
}

.model-name {
    font-weight: bold;

}


/*------
remodal
------*/

.remodal-contents {
    border-bottom: 1px solid #111;
    padding-bottom: 40px;
}


.remodel-left {
	float: left;
    width: 48%;
}



.remodel-right {
    float: right;
    width: 48%;
    text-align: left;
    color: #fff;
}


.remodel-jp-name {
    margin: 4px 0 12px;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}


.remodel-headline {
    font-weight: bold;
    margin: 50px 0 0px 0;
}



/*---------------------------------
mission
---------------------------------*/

#mission {
    background:#070534; /*url(../images/mission-back.png);*/
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.mission-image {
    width: 80px;
    margin: 0 auto;
}

.mission-contents {
    width: 100%;
    text-align: center;
    padding: 150px 0;
}

.mission-headline {

    margin: 30px 0 20px;
    font-weight: 600;
}

.mission-text {
    width: 60%;
    margin: 0 auto;
}



/*---------------------------------
recruit
---------------------------------*/

#recruit{
	background: -moz-linear-gradient(top, rgba(7,7,51,0.9) 0%,  rgba(7,7,51,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(7,7,51,0.9) 0%,  rgba(7,7,51,1) 100%); 
	background: linear-gradient(to bottom, rgba(7,7,51,0.9) 0%,rgba(7,7,51,1) 100%); 
}

.recruit-contents {
    width: 100%;
    text-align: center;
    padding: 210px 0 70px;
}

.recruit-headline {
    font-size: 1.6vw;
    letter-spacing: 0.5rem;
    margin: 30px 0 20px;
    font-weight: 600;
}

.recruit-text {
    width: 60%;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
}


/*---------------------------------
company
---------------------------------*/

#company {
    background: rgba(7, 7, 51,1);
    padding-bottom: 80px;
}

.gmap-area {
 position: relative; 
}


.map {
    width: 75%;
}


.gmap-btn {
    text-align: right;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
    z-index: 99999;
    position: absolute;
    right: 10%;
    bottom: 25%;
}

.company-info {
    width: 650px;
    padding: 60px 0 0 70px;
    background: rgba(7, 7, 51,1);
    position: absolute;
    right: 10%;
    bottom: -150px;
    line-height: 2rem;
    z-index: 9999;
}

.company-info-left {
    float: left;
    width: 45%;
}

.company-info-right {
    float: right;
    width: 55%;
}

/*---------------------------------
contact
---------------------------------*/

#contact {
    background: rgba(7, 7, 51,1);
}


.contact-contents {
    width: 100%;
    text-align: center;
    padding: 170px 0 70px;
}

