@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*共通*/
*{
margin:0;
padding:0;
}

.jump a{
  color: #1a1a1a;
}

p {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Noto Sans JP', sans-serif;
}
h1 {
  font-size: 72px;
  ffont-family: 'Noto Sans JP', sans-serif;
}
h2 {
  font-size: 40px;
  font-color: #262626;
  font-family: 'Noto Sans JP', sans-serif;
}
h2:first-letter {
  color: #10abff;
}
h3 {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
}
h4 {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.globalMenuSp ul li{
font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}


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

main{
  width: 100%;
}

header .jump{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height:40px;
  position: fixed;
  top: 0;
  padding: 10px 20px;
  background-color: white;
  z-index: 2;
}

header .jump h2{
  font-size: 20px;
  padding: 0 10px;
}

div.menu{
  diplay:flex;
  width: 100%;
  height: 133.5px;
  margin-top: 40px;
}

div.menu .header{
  position: relative;
  height:133.5px;
}
div.menu .header .icon{
  position: absolute;
  width: 310px;
  height: 65px;
  top: 20px;
  left: 30px;
}


div.menu h2{
  font-size:26px;
  margin:25px 22px 0 0;
}

 .margin-header{
  width:100%;
  height: 40px;
  background-color: #e6e6e6;
}

/***メインビジュアル***********************/


.top {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}
section.top .topvisual {
  diplay: flex;
  justify-content: center;
  width: 100%;
  height: 640px;
  position: relative;
}

section.top .top .topvisual .back-sky{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  background-image: url("../img/TopVisual-SP.png");
  overflow-y: hidden;
  position: absolute;
}

section .topvisual .top-sky {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  overflow-y: hidden;
  position: relative;
}
section .topvisual .top-delta {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
section .topvisual h1 {
  position: absolute;
  left: 250px;
  top: 78px;
  font-size: 72px;
  font-family: Hiragino Mincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: white;
}
section .topvisual h1::after {
  content: '\AJava Glider makes impossible possible.';
  white-space: pre;
  position: relative;
  top: -32px;
  left: 5px;
  color: white;
  font-size: 0.3em;
}
/***アバウト*************************************/
section.about {
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  background-color: #e6e6e6;
}


section.about .about-wrapper {
  text-align:center;
  width: 900px;
  height: 100%;
  margin-bottom: 30px;
}

section.about .about-wrapper h2{
 margin: 30px 0px;
}
section.about .about-wrapper p{
  font-size: 16px;
  color: #666666;
  margin-bottom: 40px;
}

/*****横並び画像のCSS***********************************/

section.about .about-wrapper .images1{
  display: flex
}

section.about .about-wrapper .images1 .image1{
  width: 450px;
  height: 310px;
  background-image: url("../img/systemdev.jpeg");
  background-size: cover;
}
section.about .about-wrapper .images1 .image1 p{
  color: #ffffff;
    margin-top: 40px;
}

section.about .about-wrapper .images1 .image1 h4{
  color: #ffffff;
  margin-top: 30px;
}

section.about .about-wrapper .images1 .image2{
  width: 450px;
  height: 310px;
  background-color: #ffffff;
}

ection.about .about-wrapper .images1 .image1 p{
  color: #ffffff;
  margin-top: 40px;
}

section.about .about-wrapper .images1 .image1 h4{
  color: #ffffff;
  margin-top: 30px;
}

section.about .about-wrapper .images1 .image3{
  width: 450px;
  height: 310px;
  background-image: url("../img/consul-sp.jpg");
  background-size: cover;
}

section.about .about-wrapper .images1 .image3 p{
  color: #ffffff;
  margin-top: 40px;
}

section.about .about-wrapper .images1 .image3 h4{
  color: #ffffff;
  margin-top: 30px;
}

section.about .about-wrapper .images1 .image4{
  width: 450px;
  height: 310px;
  background-color: #ffffff;
  background-size: cover;
}

section.about .about-wrapper .images1 .image4 p{
  margin-top: 40px;
}

section.about .about-wrapper .images1 .image4 h4{
  margin-top: 30px;
}

section.about .about-wrapper .images1 .image2{
  width: 450px;
  height: 310px;
  background-color: #ffffff;
}

section.about .about-wrapper .images1 .image2 p{
  margin-top: 40px;
}

section.about .about-wrapper .images1 .image2 h4{
  margin-top: 30px;
}


/*****カンパニー***********************************/

section.company {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 60px;
}
section.company .company-wrapper {
  width: 900px;
  height: 100%;
}
section.company .company-wrapper .centering {
  display: flex;
  justify-content: center;
}
section.company .company-wrapper .centering h2 {
  margin-top: 80px;
}
section.company .company-wrapper h3 {
  font-size: 32px;
  color: #333333;
  margin-top: 80px;
  position: relative;
}
section.company .company-wrapper h3::after {
  content: '';
  display: block;
  background: #b3b3b3;
  height: 2px;
  width: 100%;
  margin-top: 15px;
}
section.company .company-wrapper .centering p {
  font-size: 26px;
  color: #1a1a1a;
  text-align: center;
  line-height: 45.5px;
  margin-top: 23px;
}
section.company .company-wrapper .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  width: 94%;
  height: auto;
}
section.company .company-wrapper .info img {
  width: 340px;
  padding-right: 32px;
}
section.company .company-wrapper .info p {
  text-align: left;
  font-size: 16px;
  width: 485px;
  color: #4d4d4d;
  margin-top: 32px;
  line-height:28px;
}
section.company .company-wrapper table {
  width: 100%;
  margin-top: 40px;
}
section.company .company-wrapper table {
  width: 100%;
}
section.company .company-wrapper table tr th {
  vertical-align: middle;
  text-align: left;
  width: 151px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #4d4d4d;
  padding: 15px 11px;
  background-color: #d0ecff;
  border-bottom: 1px solid #b3b3b3;
}
section.company .company-wrapper table tr td {
  width: 730px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #4d4d4d;
  padding: 15px 11px;
  border-bottom: 1px solid #b3b3b3;
  line-height:130%;

}

section.company .company-wrapper table tr td.span {
  width: 40px;border:none;
}

section.company .company-wrapper table tr td.border-top {
  border-top:1px solid #b3b3b3;
}

section.company .company-wrapper table tr td.bottom-marign {
  margin-bottom:
    40px;
}
/***リクルート**********************************************/

section.recruit {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #e6e6e6;
  padding-bottom: 40px;
}
section.recruit .recruit-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 900px;
  height: 100%;
}
section.recruit .recruit-wrapper h2 {
  margin: 40px 0px;
  text-align: center;
}
section.recruit .recruit-wrapper h4 {
  color: #333333;
}
section.recruit .recruit-wrapper p {
  text-align: center;
  color: #4d4d4d;
  margin: 20px;
}
section.recruit .recruit-wrapper h3 {
  text-align: center;
  color: #333333;
  margin: 20px 0px;
  font-size: 20px;
}
section.recruit .recruit-wrapper h3::after {
  content: '';
  display: block;
  background: #b3b3b3;
  height: 2px;
  width: 100%;
  margin-top: 5px;
  background-color: #3fa9f5;
}
section.recurit .recruit-wrapper table {
  width: 100%;
  margin: 40px 0px;
  color: #f2f2f2;
}
section.recruit .recruit-wrapper table tr {
  background-color: #f2f2f2;
}
section.recruit .recruit-wrapper table tr th {
  vertical-align: middle;
  text-align: left;
  width: 151px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #4d4d4d;
  padding: 15px 11px;
  border-bottom: 2px solid #b3b3b3;
}
section.recruit .recruit-wrapper table tr td {
  width: 730px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #4d4d4d;
  padding: 15px 11px;
  border-bottom: 2px solid #b3b3b3;
  line-height: 150%;
}

section.recruit .recruit-wrapper table tr td.span {
  width: 40px;
}

section.recruit .recruit-wrapper table tr th.noborder {
  border: none;
}
section.recruit .recruit-wrapper table tr td.span-noborder {
  border: none;
  width: 40px;
}
section.recruit .recruit-wrapper table tr td.noborder {
  border: none;
}
/***コンタクト**********************************************/

section.contact {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  border-bottom: 60px;
  margin-bottom: 60px;
}
section.contact .contact-wrapper {
  display: flex;
  flex-direction: column;
  width: 900px;
  height: 100%;
}

section.contact .contact-wrapper .title {
  display: flex;
  flex-direction: column;
  text-align: center;
}

section.contact .contact-wrapper .title p {
  margin: 30px 0px;
}

section.contact .contact-wrapper form {
  display: flex;
  flex-direction: column;
}

section.contact .contact-wrapper form .input-wrap{
  text-align: center;
}

section.contact .contact-wrapper form .centering {
  display: flex;
  align-items: center;
}

section.contact .contact-wrapper form .centering-policy {
  display: flex;
  justify-content: center;
}

section.contact .contact-wrapper form .centering-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

section.contact .contact-wrapper form .centering h2 {
  margin: 40px 0px;
  text-align: center;
}
section.contact .contact-wrapper .centering p {
  color: #4d4d4d;
  text-align: center;
}
section.contact .contact-wrapper form {
  width: 100%;
  margin-top: 60px;
}
section.contact .contact-wrapper form input {
  margin: 8px 0px;
}
section.contact .contact-wrapper form p {
  color: #808080;
  margin-left: 5px;
}
section.contact .contact-wrapper form .cue {
  color: #ff7bac;
}
section.contact .contact-wrapper form .box {
  width: 100%;
  height: 50px;
  border: 2px solid #808080;
  color: #808080;
  border-radius: 10px;
  box-shadow: none;
  padding: 2px 8px;
}
section.contact .contact-wrapper form .content {
  width: 100%;
  height: 50px;
  border: 2px solid #808080;
  color: #808080;
  border-radius: 10px;
  box-shadow: none;
  padding: 2px 8px;
  min-height: 200px;
  margin: 8px 0px;
}
section.contact .contact-wrapper .centering-policy .privacy-policy {
  width: 682px;
  height: 174px;
  background-color: #e6e6e6;
  margin:30px 0px;
  overflow-y: scroll;
  padding: 5px 15px;
}

section.contact .contact-wrapper .centering-policy .privacy-policy h3{
  font-size:14px;
  margin: 8px 0px;
  color: #333333;
  }
section.contact .contact-wrapper .centering-policy .privacy-policy p{
  font-size:14px;
  line-height: normal;
  text-align: left;
  color: #4d4d4d;
  }
section.contact .contact-wrapper .centering-policy .privacy-policy ol{
  font-size:14px;
  margin: 8px 0px;
  color: #4d4d4d;
  }
section.contact .contact-wrapper .centering-policy .privacy-policy ol li{
  font-size:14px;
  margin: 8px 0px;
  padding-left: 5px;
  color: #4d4d4d;
  }

section.contact .contact-wrapper .row{
  display: flex;
  flex-drection: row;
  align-items: center;
}

section.contact .contact-wrapper .row p{
  color: #333333;
}

section.contact .contact-wrapper .row input{
  width: 17px;
  height: 17px;
  margin-top: 6px;
}

section.contact .contact-wrapper input.Submit{
  width: 250px;
  height: 58px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16pt;
  text-align: center;
  cursor: pointer;
  padding: 12px 47px;
  background: #3fa9f5;
  color: #ffffff;
  line-height: 1em;
  opacity: 1;
  margin: 18px 0px;
  border: none;
}

section.contact .contact-wrapper input.Submit:hover{
  opacity: 0.8;
}

/***アクセス**********************************************/

section.access {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #e6e6e6;
  padding-bottom: 15px;
}
section.access .access-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 900px;
  height: 100%;
}
section.access .access-wrapper h2 {
  margin: 40px 0px;
  text-align: center;
}

.gmap{
  width: 100%;
  height: 500px;
}

.gmap iframe{
  width: 100%;
  height: 100%;
}

/***フッター**********************************************/

section.footer{
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center; 
  align-items: center;
  background-color: #1a1a1a;
}

section.footer p{
  font-size: 12px;
  color: white;
}

/****ハンバーガーメニューのリストを消す*********************************/
@media (min-width: 901px) {
  nav{
    display: none;
    }
}
@media (max-width:900px) {
  
  .inner{
    width: 100%;
    overflow: hidden;
  }
  
  section.contact .contact-wrapper .centering-policy .privacy-policy {
    width: 95%;
  }

  
/*****ハンバーガーメニュー**********************************************/

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #3fa9f5;
    color: #ffffff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #3fa9f5;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    list-style-type: none;
    text-align: left;
    padding-left: 5%;
    width: 100%;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #ffffff;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

  
  .navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 13px;
    width: 50px;
    height: 46px;
    cursor: pointer;
    z-index: 3;
    background: #00000000;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 40px;
    border-bottom: solid 3px #3fa9f5;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  height:3px;
}
 
.navToggle span:nth-child(1) {
    top: 11px;
}
 
.navToggle span:nth-child(2) {
    top: 22px;
}
 
.navToggle span:nth-child(3) {
    top: 33px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
  
  /* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom-color: #ffffff;
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom-color: #ffffff;;
}
  
  /***トップメニュー***************************************/
  section.top .topvisual{
    top: 10%;
    height: auto;
  }
  
  header .jump{
    display: none;
  }
  
  /***全体のコンテンツ幅************************************/
  
  section.about .about-wrapper{
    width:calc(100% - 40px);
  }
   section.company .company-wrapper{
    width:calc(100% - 40px);
  }
   section.recruit .recruit-wrapper{
    width:calc(100% - 40px);
  }
   section.contact .contact-wrapper{
    width:calc(100% - 40px);
  }
   section.access .access-wrapper{
    width:calc(100% - 40px);
  }
  
  
  /***ヘッダー*********************************************/
  
  /***カンパニー*********************************************/
  
  section.company .company-wrapper .info {
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  section.company .company-wrapper .info img{
    margin: 25px 0px 10px 0px;
    width: calc(100% - 30px);
    padding: 0;
  }
  
  section.company .company-wrapper .info p{
    width: 100%;
  }

  /***アバウト********************************************/
  
  section.about .about-wrapper .images1{
    display: flex;
    flex-direction: column;
  }
  
  section.about .about-wrapper .images1 .image1{
    width: 100%;
    order:1;
    height: auto;
  }
  section.about .about-wrapper .images1 .image2{
    width: 100%;
    order:2;
    height: auto;
  }
  section.about .about-wrapper .images1 .image3{
    width: 100%;
    order:3;
    height: auto;
  }
  section.about .about-wrapper .images1 .image4{
    width: 100%;
    order:4;
    height: auto;
  }
    section.contact .contact-wrapper .centering .privacy-policy {
    width:90%;
  }
}

@media(max-width: 1200px){
  section.top .topvisual h1{
    left: 10%;
    top: 20%;
  }
}

@media(max-width: 900px){
    section.top{
    height: calc(100vw * 0.3 + 100px);
  }
  section.top .topvisual h1{
    left: 10%;
    top: 20%;
    font-size: 40px;
  }
  section.top .topvisual h1::after{
    top: -20px;
    
  }
  
  div.menu{
  position: relative;
  height:80px;;
}
  div.menu .header{ 
    height: 80px;
}
    div.menu .header img.icon{ 
    width:30%;
    height: auto;
}

@media (max-width:600px){
  section.top{
    height: calc(100vw * 0.3 + 100px);
  }
  
  section.top .topvisual h1{
    left: 8%;
    top: 12%;
    font-size: 40px;
  }

  section.top .topvisual h1::after{
    display:none;
  }
  
  div.menu{
  position: relative;
  height:70px;;
}
  div.menu .header{ 
    height: auto ;
}
    div.menu .header img.icon{ 
    width:50%;
    height: auto;
}
  }
}