@charset "UTF-8";

header{
  position:fixed;
  z-index: 99;
}
#head-logo{
  position: relative;
  z-index: 99;
  width: 50%;
}
#top-head-inner{
  position: relative;
  z-index: 1;
}
#global-nav {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
}
#global-nav p{
	color: #fde800;
	font-size: 1.2em;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#global-nav .pc_no{
  display: block;
  margin:0 auto 1em auto;
}
#gl_nv{
  margin: 60px auto;
  width: 100%;
  flex-direction: column;
  font-size: 7vw;
}
#tr_nv{
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#gl_nv li a,
#tr_nv li a.current{
	color: #fff;
}
#tr_nv li a{
	color: #b0d9fd;
	padding:5px;
	text-align: center;
}

#gl_nv.demo{
	justify-content: space-around
}
#gl_nv.demo > li{
	min-width: auto;
	text-align: center;
}


/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav {
    z-index: 1000;
    visibility: visible;
  }
  #global-nav {
    visibility: hidden;
    position: fixed;
    color: #fff;
    top: 0;
    width: 100%;
    text-align: center;
  }
  #global-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
  }
  
  /* ***********************************************************
  * nav-list
  * *********************************************************** */
  #global-nav ul li {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-260px);
    transform: scaleX(0) translateX(-260px);
    -webkit-transition: none;
    transition: none;
  }
  .open #global-nav ul li {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
  
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }
  .open #global-nav ul li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  .open #global-nav ul li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  .open #global-nav ul li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }
  .open #global-nav ul li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  
  /* ***********************************************************
  * #nav-bg
  * *********************************************************** */
  #nav-bg {
    content: "";
    width: 2400px;
    height: 2400px;
    margin-right: -1200px;
    margin-top: -1200px;
    top: 40px;
    right: 40px;
    display: block;
    position: fixed;
    background: #0e8efb;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(.02);
    transform: scale(.02);
  
  }
  .open #nav-bg {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    z-index: 999;
  }
  
  /* ***********************************************************
  * #nav-toggle
  * *********************************************************** */
  #nav-toggle {
    display: block;
    position: fixed;
    right: 18px;
    top: 21px;
    width: 23px;
    height: 30px;
    cursor: pointer;
    padding: 10px 11px;
    z-index: 1001;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    zoom: 1;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  .open #nav-toggle {
    background: transparent;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  
  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    zoom: 1;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    zoom: 1;
  }


  #top_img{
    padding-top: 100px;
  }

  #service,
  #company section.fl_box{
    flex-direction: column;
  }
  #service h2,
  #company h2{
    width: 100%;
  }
  #service article .fl_box > li{
    width: 31%;
    padding:50px 30px;
  }
  #service article .fl_box > li:not(:nth-of-type(3)){
    margin-right: 3%;
  }

  #work::after{
    height: 65%;
  }
  .swiper-wrapper{
    padding: 0 400px 0 25% ;
    padding-bottom: 100px ;
  }
  .swiper-slide{
    width: 80% !important;
  }

  #company{
    padding: 20px 10% 20px 0;
  }

  #company td ul.fl_box{
    justify-content: space-between;
  }
  #company td ul.fl_box > li{
    width: 48%;
  }
  #company td ul.fl_box > li:last-of-type{
    margin-left: 0px;
  }
  #company td a img{
    margin-bottom: 0;
  }
  #company td a span{
    display: none;
  }

.cursor,
.follower{
  display: none;
}