
/*-----------------------
　共通スタイル　
-------------------------*/

html,body{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9f9f9;
  width:100%;
  height:auto;
  margin:0;
}

h1,h2,h3,h4,h5,h6,p,a,li{
  font-family:'Raleway', sans-serif,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  letter-spacing:3px;
}

#sb-site,#header,#content-wrap,#topimage,.content-white,.content-resp,.contetnt-join,.content-school,.shadow,.shadow-blue,.footer{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  height:auto;
  margin:0;
}

/*===============================================
　PC Style Sheet
===============================================*/
@media screen and (min-width: 1000px){

/*-----------------------
　ヘッダー　
-------------------------*/

.sp-logo{
  display: none;
}

.logo{
  width:150px;
  display:block;
  float:left;
  margin:26px 0;
  padding:0 0 0 100px;
  -moz-transition:0.5s;
  -o-transition:0.5s;
  -webkit-transition:0.5s;
  transition:0.5s;
}

#menu{
  display: none;
}

#header{
  height:140px;
  padding:30px 0;
  position: absolute;
  top:0;
  z-index:999;
  -moz-transition:0.5s;
  -o-transition:0.5s;
  -webkit-transition:0.5s;
  transition:0.5s;
}

#header > ul{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:auto;
  height:80px;
  list-style:none;
  float:right;
  margin:0;
  padding:0 85px 0 0;
}

#header > ul > li{
  width:auto;
  height:80px;
  float:left;
}

#header > ul > li >a:hover{
  color:#3498DB;
}

.nav{
  color:#fff;
}

#header.scroll{
  height:80px;
  background-color: rgba(18,18,18,0.95);
  border-radius:0;
  padding:0;
  position:fixed;
  top:0;
}

#header.scroll > ul > li >.nav{
  color:#696969;
}

#header.scroll > ul > li >.nav:hover{
  color:#3498DB;
}

#header.scroll > ul > li >.btn-nav{
  background-color:#3498DB;
  color:#fff;
}

#sp-header{
  display: none;
}

#sp-header > ul{
  display: none;
}

#sp-header > ul > li{
  display: none;
}

.mean-container{
  display: none;
}


/*-----------------------
　ボタンスタイル
-------------------------*/

.nav,.btn-nav{
  display:block;
  text-decoration:none;
  text-align:center;
  margin:20px 0;
  padding:10px 15px;
  font-size:14px;
  -moz-transition:0.3s;
  -o-transition:0.3s;
  -webkit-transition:0.3s;
  transition:0.3s;
}

.btn-nav{
  color:#3498DB;
  border:1px solid #3498DB;
  border-radius:2px;
  margin-left:10px;
}

.btn-nav:hover{
  background-color:#fff;
  border:1px solid #fff;
}

.btn-white,.btn-contact,.btn-blue{
  display: block;
  width: 200px;
  padding:10px 0;
  text-decoration: none;
  text-align: center;
  color: white;
  font-size:15px;
  -moz-transition:0.3s;
  -o-transition:0.3s;
  -webkit-transition:0.3s;
  transition:0.3s;
}

.btn-white{
  margin:30px auto 0 auto;
  box-sizing: border-box;
  border:0.5px dotted #fff;
  z-index: 1;
}

.btn-contact{
  color: #3498DB;
  margin:20px auto;
  box-sizing: border-box;
  border:1px solid #3498DB;
}

.btn-blue{
  font-size: 13px;
  color:#fff;
  background-color: #3498DB;
  border-radius:2px;
  margin:30px auto;
}

.btn-blue:hover{
  background-color: #fff;
  color:#3498DB;
}

.btn-contact:hover{
  color:white;
  background-color: #3498DB;
  border-radius: 10px;
}

.btn-white:hover{
  background-color: rgba(255, 255, 255,0.3);
}

.btn-link,input.btn-submit{
  text-decoration: none;
  background-color: #3498DB;
  border-radius: 3px;
  color:#fff;
  margin-top:20px;
  padding:15px 30px;
  float:left;
  font-size:14px;
  -webkit-font-smoothing: antialiased;
  -moz-transition:0.3s;
  -o-transition:0.3s;
  -webkit-transition:0.3s;
  transition:0.3s;
}

input.btn-submit{
  margin:0;
  padding:10px 20px;
  border:none;
}

.btn-link:hover{
  background-color:#444444;
}

input.btn-submit:hover{
  background-color:#444444;
}


/*-----------------------
　トップイメージ
-------------------------*/



.title,.title-top{
  display:table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  text-align:center;
}

.title-top > h6{
  display: block;
  opacity: 0.8;
  color:#f3f3f3;
  margin:20px auto 0 auto;
  font-family:'Open Sans','open-sans', sans-serif;
  font-size:16px;
  font-weight:lighter;
  -webkit-font-smoothing: antialiased;
}

.title-top > h2{
  color:#fff;
  font-size:52px;
  font-weight: lighter;
  margin-bottom: 20px;
}

.slides > li > span{
  color:#3498DB;
}


/*-----------------------
　オーバーレイスタイル
-------------------------*/

.shadow,.shadow-blue,.overlay{
  display: table;
  width:100%;
  height: 100%;
  min-height: 400px;
  position:relative;
  top:0;
}

.shadow,.overlay{
  display: table;
  background-color: rgba(0,0,0,0.6);
  background-image: url(../images/dotted.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-repeat-x: repeat;
  background-repeat-y: repeat;
  z-index: 1;
}

.overlay{
  position: absolute;
  top:0;
  height:100vh
}

.shadow-blue{
  background-color:	#3498DB;
  opacity:0.9;
  background-image: url(../images/dotted.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-repeat-x: repeat;
  background-repeat-y: repeat;
}

/*-----------------------
　コンテンツスタイル
-------------------------*/

#sb-site,#header,#content-wrap,#topimage,.content-white,.ccontent-service-heading,.contetnt-recruit,.shadow,.shadow-blue,.footer{
  min-width: 1200px;
  overflow: hidden;
}

#content-wrap{
  margin:0;
  background-color:white;
  position: absolute;
  z-index:1;
}

.content-white,.content-smoke,.pc-content-white,.pc-content-smoke,.sp-content-white,.sp-content-smoke{
  display:block;
  overflow: hidden;
  height:auto !important;
  padding:70px 0;
  text-align: center;
}

.content-white,.sp-content-white,.pc-content-white{
  background-color:white;
}

.content-smoke,.sp-content-smoke,.pc-content-smoke{
  background-color: #f9f9f9;
}

.sp-content-white,.sp-content-smoke{
  display: none;
}

.contetnt-recruit,.content-service-heading{
  background-size:cover;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  overflow: hidden;
  height: 100%;
  padding:0;
  position: relative;
  display: block;
  text-align: center;
  z-index: 0;
}

.contetnt-recruit{
  background-image: url(../images/school2.jpg);
}

.content-service-heading{
  background-image: url(../images/workspace.jpg);
}

.content-section-wrap{
  width:80%;
  min-height:250px;
  height: auto !important;
  margin:20px auto 0 auto;
  padding:0;
  position: relative;
  display: table;
  list-style: none;
  clear: both;
}

.content-left,.content-right,.content-service-right{
  margin:0;
  min-height:250px;
  height: auto !important;
  padding:auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:table-cell;
  vertical-align: middle;
}

.content-left{
  width:35%;
  margin-right:20%;
}

.content-right{
  width:45%;
  padding-left:50px;
}

.content-service-right{
  width:45%;
  padding-left: 15%;
}

.footer{
  background-color:#121212;
  height:80px;
}


/*-----------------------
　テキストスタイル
-------------------------*/


.mainheading{
  border:3px solid #444444;
  color:#444444;
  display: inline-block;
  font-size:36px;
  font-weight: 500;
  text-align: center;
  margin:0 auto 20px auto;
  padding:5px 10px;
}

.title >.mainheading-white{
  border:3px solid #fff;
  color:#fff;
  display: inline-block;
  font-size:36px;
  font-weight: 500;
  text-align: center;
  margin:0 auto 20px auto;
  padding:5px 10px;
}

.title-top >.mainheading-white{
  border:3px solid #fff;
  color:#fff;
  display: inline-block;
  font-size:54px;
  font-weight: 500;
  text-align: center;
  margin:0 auto 20px auto;
  padding:5px 10px;
}

.content-text,.content-text-white,.content-text-left,.inquiry-text{
  line-height: 1.9em;
  -webkit-font-smoothing: antialiased;
}

.content-title,.content-title-left,.content-text,.content-text-left,.content-text-white,.footer-nav-title,.inquiry-text{
  font-size: 14px;
  text-align: justify;
}

.content-title{
  color:#222222;
}

.content-title-left{
  color:#3498DB;
  font-size:28px;
  text-align: left;
  margin:0 0 20px 0;
}

.content-text,.content-text-left,.inquiry-text{
  color:#888888;
}

.content-text-left,.inquiry-text{
  text-align: justify;
  margin:5px 0;
}

.content-text-white{
  color:#fff;
  margin:20px 0;
}


/*-----------------------
　装飾
-------------------------*/

.center-line{
  border-bottom:3px solid #fff;
  width:100px;
  margin:10px auto;
  display: block;
}

.border-line{
  border-bottom:1px solid #f5f5f5;
  width:80%;
  margin:50px auto;
  display: block;
}


/*-----------------------
　画像スタイル
-------------------------*/

.about-img{
  display: block;
  width: 80%;
  overflow: hidden;
}

.full-img{
  width:120%;
  margin-left: 20%;
  overflow: hidden;
}

.full-img-left{
  width:140%;
  overflow: hidden;
  margin-left:-40%;
}

/*-----------------------
　フッターコンテンツ
-------------------------*/

.copylight{
  color:#777777;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin:30px 0;
}

.top-scroll{
  background-color:#121212;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration:none;
  text-align: center;
  font-size:14px;
  width:100px;
  height:40px;
  margin:auto;
  padding-top:10px;
  position:absolute;
  bottom:70px;
  left:0;
  right:0;
  -webkit-font-smoothing: antialiased;
}

.top-scroll:hover{
  color:#3498DB;
  -moz-transition:0.5s;
  -o-transition:0.5s;
  -webkit-transition:0.5s;
  transition:0.5s;
}

/*-----------------------
　問い合わせフォーム
-------------------------*/

#pc-formarea{
  width:60%;
  min-height:430px;
  margin:30px auto 0 auto;
}

#sp-formarea{
  display: none;
}

.inputarea{
  width:100%;
  min-height:25px;
  height:auto !important;
  margin:0 0 15px 0;
  padding:0;
}

#mailarea,#messagearea{
  width:100%;
  margin:0;
  border:1px solid #DDDDDD;
  border-radius: 2px;
}

#mailarea{
  height:30px;
}

#firstname,#lastname{
  width:49%;
  height:30px;
  border:1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
  float:left;
}

#firstname{
  margin-right:2%;
}

#messagearea{
  height:200px;
}


/*-----------------------
　アニメーション
-------------------------*/

.fadeInDown {
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
}


/*===============================================
　SP Style Sheet
===============================================*/
@media screen and (max-width:999px){

/*-----------------------
　ヘッダー　
-------------------------*/

#header{
  display: none;
}

#header > ul{
  display: none;
}

#header > ul > li{
  display: none;
}

.sp-logo{
  width:130px;
  position: fixed;
  top:15px;
  left:20px;
  z-index: 999;
}

/*-----------------------
　ボタンスタイル
-------------------------*/

.nav,.btn-nav{
  display:block;
  text-decoration:none;
  text-align:center;
  margin:20px 0;
  padding:10px 15px;
  font-size:14px;
  -moz-transition:0.3s;
  -o-transition:0.3s;
  -webkit-transition:0.3s;
  transition:0.3s;
}

.btn-nav{
  color:#3498DB;
  border:1px solid #3498DB;
  border-radius:2px;
  margin-left:10px;
}

.btn-nav:hover{
  background-color:#fff;
  border:1px solid #fff;
}

.btn-white,.btn-contact,.btn-blue{
  display: block;
  width: 200px;
  padding:10px 0;
  text-decoration: none;
  text-align: center;
  color: white;
  font-size:15px;
  -moz-transition:0.3s;
  -o-transition:0.3s;
  -webkit-transition:0.3s;
  transition:0.3s;
}

.btn-white{
  margin:30px auto 0 auto;
  box-sizing: border-box;
  border:0.5px dotted #fff;
  z-index: 1;
}

.btn-contact{
  color: #3498DB;
  margin:20px auto;
  box-sizing: border-box;
  border:1px solid #3498DB;
}

.btn-blue{
  font-size:12px;
  width:230px;
  color:#fff;
  background-color: #3498DB;
  border-radius:20px;
  margin:30px auto 0 auto;
  padding:15px 0;
}

.btn-blue:hover{
  color: #3498DB;
  background-color: #fff;
}

.btn-contact:hover{
  color:white;
  background-color: #3498DB;
  border-radius: 10px;
}

.btn-white:hover{
  background-color: rgba(255, 255, 255,0.3);
}

.btn-link,input.btn-submit{
  text-decoration: none;
  background-color: #3498DB;
  border-radius: 3px;
  color:#fff;
  margin:20px auto 0 auto;
  padding:15px 30px;
  font-size:14px;
  -webkit-font-smoothing: antialiased;
  -moz-transition:0.3s;
  -o-transition:0.3s;
  -webkit-transition:0.3s;
  transition:0.3s;
}

input.btn-submit{
  padding:10px 20px;
  border:none;
}

.btn-link:hover{
  background-color:#444444;
}

input.btn-submit:hover{
  background-color:#444444;
}


/*-----------------------
　トップイメージ
-------------------------*/

.title,.title-top{
  display:table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  text-align:center;
}

.title-top > h6{
  display: block;
  width:60%;
  opacity: 0.8;
  color:#f3f3f3;
  margin:20px auto 0 auto;
  font-family:'Open Sans','open-sans', sans-serif;
  font-size:10px;
  font-weight:lighter;
  -webkit-font-smoothing: antialiased;
}

.title-top > h2{
  color:#fff;
  font-size:38px;
  font-weight: lighter;
  margin-bottom: 20px;
}

.flexslider{
  background-image: url(../images/cover_hive.jpg);
  background-size: cover;
  background-position: center center;
}

.slides{
  display: none;
}

.slides > li > span{
  color:#3498DB;
}


/*-----------------------
　オーバーレイスタイル
-------------------------*/

.shadow,.shadow-blue,.overlay{
  display: table;
  width:100%;
  height: 100%;
  min-height: 400px;
  position:relative;
  top:0;
}

.shadow,.overlay{
  display: table;
  background-color: rgba(0,0,0,0.6);
  background-image: url(../images/dotted.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-repeat: repeat;
  background-repeat-x: repeat;
  background-repeat-y: repeat;
  z-index: 1;
}

.overlay{
  position: absolute;
  top:0;
  height:100vh
}

.shadow-blue{
  background-color:	#3498DB;
  opacity:0.9;
  background-image: url(../images/dotted.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-repeat-x: repeat;
  background-repeat-y: repeat;
  padding:0 5%;
}

.shadow{
  padding:0 5%;
}

/*-----------------------
　コンテンツスタイル
-------------------------*/

#sb-site,#header,#content-wrap,#topimage,.content-white,.ccontent-service-heading,.contetnt-recruit,.shadow,.shadow-blue,.footer,.pc-content-white,.pc-content-smoke,.sp-content-white,.sp-content-smoke{
  width:100%;
  overflow: hidden;
}

#content-wrap{
  margin:0;
  background-color:white;
  position: absolute;
  z-index:1;
}

.content-white,.content-smoke,.pc-content-white,.pc-content-smoke,.sp-content-white,.sp-content-smoke{
  display:block;
  overflow: hidden;
  height:auto !important;
  padding:70px 0;
  text-align: center;
}

.content-white,.sp-content-white,.pc-content-white{
  background-color:white;
}

.content-smoke,.sp-content-smoke,.pc-content-smoke{
  background-color: #f9f9f9;
}

.pc-content-white,.pc-content-smoke{
  display: none;
}

.contetnt-recruit,.content-service-heading{
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat !important;
  overflow: hidden;
  padding:0;
  position: relative;
  display: block;
  text-align: center;
  z-index: 0;
}

.contetnt-recruit{
  background-image: url(../images/school2.jpg);
  height: 500px;
}

.content-service-heading{
  background-image: url(../images/workspace.jpg);
}

.content-section-wrap{
  width:80%;
  height: auto !important;
  margin:20px auto 0 auto;
  padding:0;
  position: relative;
  list-style: none;
  clear: both;
}

.content-left,.content-right{
  height: auto !important;
  padding:auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float:left
}

.content-left{
  width:100%;
}

.content-right{
  width:100%;
  margin-bottom:40px;
}

.footer{
  background-color:#121212;
  height:80px;
}


/*-----------------------
　テキストスタイル
-------------------------*/


.mainheading{
  border:3px solid #444444;
  color:#444444;
  display: inline-block;
  font-size:36px;
  font-weight: 500;
  text-align: center;
  margin:0 auto 20px auto;
  padding:5px 10px;
}

.title >.mainheading-white{
  border:3px solid #fff;
  color:#fff;
  display: inline-block;
  font-size:36px;
  font-weight: 500;
  text-align: center;
  margin:0 auto 20px auto;
  padding:5px 10px;
}

.title-top >.mainheading-white{
  border:3px solid #fff;
  color:#fff;
  display: inline-block;
  font-size:54px;
  font-weight: 500;
  text-align: center;
  margin:0 auto 20px auto;
  padding:5px 10px;
}

.content-text,.content-text-white,.content-text-left,.inquiry-text{
  line-height: 1.9em;
  -webkit-font-smoothing: antialiased;
}

.content-title,.content-title-left,.content-text,.content-text-left,.content-text-white,.footer-nav-title,.inquiry-text{
  font-size: 14px;
  text-align: justify;
}

.content-title{
  color:#3498DB;
  font-size:28px;
  text-align: center;
  margin:0 0 20px 0;
}

.content-title-left{
  color:#3498DB;
  font-size:28px;
  text-align: left;
  margin:0 0 20px 0;
}

.content-text,.content-text-left,.inquiry-text{
  color:#888888;
}

.content-text-left{
  text-align: justify;
  margin:5px 0;
}

.inquiry-text{
  text-align:left;
  margin:5px 0;
}

.content-text-white{
  color:#fff;
  margin:20px 0;
}


/*-----------------------
　装飾
-------------------------*/

.center-line{
  border-bottom:3px solid #fff;
  width:100px;
  margin:10px auto;
  display: block;
}

.border-line{
  border-bottom:1px solid #f5f5f5;
  width:80%;
  margin:50px auto;
  display: block;
}


/*-----------------------
　画像スタイル
-------------------------*/

.about-img{
  display: none;
}

.full-img,.full-img-left{
  width:100%;
  margin-bottom: 30px;
}


/*-----------------------
　フッターコンテンツ
-------------------------*/

.copylight{
  color:#777777;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin:30px 0;
}

.top-scroll{
  background-color:#121212;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration:none;
  text-align: center;
  font-size:14px;
  width:100px;
  height:40px;
  margin:auto;
  padding-top:10px;
  position:absolute;
  bottom:70px;
  left:0;
  right:0;
  -webkit-font-smoothing: antialiased;
}

.top-scroll:hover{
  color:#3498DB;
  -moz-transition:0.5s;
  -o-transition:0.5s;
  -webkit-transition:0.5s;
  transition:0.5s;
}

/*-----------------------
　問い合わせフォーム
-------------------------*/

#sp-formarea{
  width:100%;
  margin:30px auto 0 auto;
}

#pc-formarea{
  display: none;
}

.inputarea{
  width:100%;
  min-height:25px;
  height:auto !important;
  margin:0 0 15px 0;
  padding:0;
}

#mailarea,#messagearea{
  width:100%;
  margin:0;
  border:1px solid #DDDDDD;
  border-radius: 2px;
  box-sizing: border-box;
}

#mailarea{
  height:30px;
}

#firstname,#lastname{
  width:49%;
  height:30px;
  border:1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 2px;
  float:left;
}

#firstname{
  margin-right:2%;
}

#messagearea{
  height:200px;
}



/*-----------------------
　アニメーション
-------------------------*/

.fadeInDown {
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
}
