@charset 'utf-8';

html, body {
	width: 100%;
	height: 100%;
	font-family:"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body{
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  box-shadow: 0 12px 0 0 #000 inset;
}
#wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
#container{
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.global-nav {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
}
.global-nav__item .top-nav{
  width: 37.5px;
}
.global-nav__item .works-nav{
  width: 73.5px;
}
.global-nav__item .access-nav{
  width: 76.5px;
}
.global-nav__item .company-nav{
  width: 103.5px;
}
.global-nav__item .recruit-nav{
  width: 81px;
}
.global-nav__item a:hover{
  opacity: 0.5;
}
.ico_twitter img{
  width: 23px;
}
.ico_twitter a:hover{
  opacity: 0.5;
}
.ico_sns img{
  width: 23px;
}
.ico_sns a:hover{
  opacity: 0.5;
}
.header {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 10000;
}
.hamburger {
  position: absolute;
  top: 0;
  right: 20px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #111;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 30px;
  height: 1px;
  background-color: #111;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 800ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style-type: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.scbox {
  width: 90%;
  height: 230px;
  margin: calc(-5vh - 20px) auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}
.btn img { width: 320px;}

#list{
    width:100%;
    margin-bottom:30px;
}
#list .li{
    padding:10px;
    border:1px solid #dfdfdf;
    background:#efefef;
    margin-bottom:10px;
}
 
/* morelinkボタンのスタイル（お好みで） */
.morelink{
    display:block;
    margin: 40px auto 0;
    text-align:center;
    cursor:pointer;
    width: 320px; height: 50px;
}
.morelink img{ width: 320px; height: 50px; }
.morelink:hover{ cursor:pointer; }

.btn-demo_reel{}
.btn-demo_reel-box{display:inline-block;padding:0em 0.2em;}


/* アニメーション設定 */

.arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px
}
.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
.pc{ display: block;}
.sp{ display: none;}
h1{ margin: 0; }
h1 img{
  position: relative;
  overflow: hidden;
 	/*width: 961px;*/
  width: 70%;
	margin: 300px auto 0;
	margin: calc(30vh - 0px) auto;
}
h2{
	margin: auto;
	padding: 0;
}
h3{
	width: 768px;
	height: 48px;
	margin: 0 auto 40px;
	font-size: 20px;
	color: #FFF;
	line-height: 48px;
	background-color: #404040;
	font-weight: normal;
}
#border{
	position: fixed;
	top:0;
	border-top:10px #000000 solid;
	width: 100%;
	height: 10px;
}
#works{
	padding: 80px 0px;
	background: #EEEEEE;
}
#works h2 img{
	width: 252px;
	/*padding-bottom:48px;*/
}
#works .btn-demo_reel{
	margin:40px auto 64px;
}
.item {
  /*margin-bottom: -8px;*/
  width: 320px;
  height: 320px;
  padding: 0;
}
.item.x2 {
  width: 640px;
}
.item.x3 {
  width: 960px;
}
.item img {
  width: 100%;
}
.item a img:hover{
  opacity: 0.6;
}
#access{
	width: 960px;
	margin: auto;
	padding: 100px 0;
}
#access h2{
	padding-top: 24px;
	padding-bottom: 48px;
}
#access h2 img{
	margin: auto;
	width: 238px;
}
.access-fl{
	float: left;
	width: 320px;
	text-align: center;
}
.access-fr img{
	width: 530px;
}
.access-fr{
	float: right;
	width: 530px;
}
.btn-map{
	margin-top:80px;
}
#company{
	padding: 100px 0;
	background: #EEEEEE;
	margin: auto;
}
#company h2{
	text-align: center;
	padding-bottom: 48px;
}
#company h2 img{
	width: 343px;
}
#company .box{
	width: 700px;
	text-align: center;
	margin: auto;
}
.company_fl{
	float:left;
	width: 140px;
	font-weight: bold;
	text-align: left;
	line-height: 28px;
	padding: 0;
  padding-bottom: 20px;
}
.company_fr{
	float:left;
	width: 500px;
	text-align: left;
	line-height: 28px;
	padding-left: 30px;
	border-left: #CECECE 1px solid;
  padding-bottom: 20px;
}
.btn-contact{
	margin:48px auto 0;
}
#recruit{
	padding: 100px 0;
	margin: auto;
}
#recruit h2{
	padding-bottom: 48px;
}
#recruit h2 img{
	width: 261px;
}
#recruit p{
	text-align: center;
}
#recruit .box{
	width: 700px;
	text-align: center;
	margin: auto;
}
.recruit_fl{
	float:left;
	width: 140px;
	font-weight: bold;
	text-align: left;
  line-height: 28px;
	padding: 0;
  padding-bottom: 20px;
}
.recruit_fr{
	float:left;
	width: 500px;
	text-align: left;
	padding-left: 30px;
  line-height: 28px;
  padding-bottom: 20px;
	border-left: #CECECE 1px solid;
}
.btn-entry{
	margin:32px auto 0;
}
.chusyaku{
  font-size: 10px;
}
.wrap {
  padding: 60px 0 0 0;
}
.content {
  text-align: center;
  font-size: 22px;
  color: #bf86ce;
  height: 2000px;
  padding: 60px;
  background-color: #f8e0f7;
}
.header {
  position: fixed;
  top: 30;
  left: 0;
  width: 100%;
  height: 60px;
}
.el_humburger {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;
  &:last-child {
  margin-bottom: 0;
  }
  .js_humburgerOpen & {
    background: #000;
  }
}
.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}
.navigation {
  display: none;
  &.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
  }
}
.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.navigation_wrapper {
  padding: 80px 0 0 0;
  text-align: center;
}
.navigation_item {
  font-size: 18px;
  margin-bottom: 20px;
  position: absolute!important;
  top: 50%!important;
  margin-top: -5rem;
}
.navigation_item > a {
  color: #000;
  text-decoration: none;
}
.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
footer{
  font-size: 10px;
  padding: 30px;
  background: #000000;
  color: #FFFFFF;
}
.sns{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto 10px;
}
.sns .ico_sns:last-child{
  margin-right: 0;
}
.ico_sns{
  margin-right: 20px;
}
/* パソコンではタイル型で表示 */
.slide-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin-right: 0.71%;
  width: 32.86%;
}
/* サムネイルとタイトルのスタイル調整 */
.slide-box a {
  background-color: #fff;
  color: #222;
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  font-weight: bold;
  padding: 10px;
}
h4{
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
}
h4 a, h4 a:link, h4 a:visited, h4 a:active{
  color: #000;
  text-decoration: none;
}
h4 a:hover { text-decoration: underline; }

@media screen and (max-width:960px){
  #access{
  width: 768px;
  margin: auto;
  padding: 100px 0;
}
.access-fr {
    float: right;
    width: 420px;
}
.access-fr img {
    width: 420px;
}
#works-block{
  width: 900px;
}
}

/*************　画面幅が640pxまでの時 *************/

@media screen and (max-width:768px){
.sp{ display: block;}
.pc{ display: none;}
.btn img{ width: 100%;}

h1 img{
  width: 90%;
  margin: 200px 0;
}
#works h2 img{
	width: 202px;
	/*padding-bottom:32px;*/
}
#works .btn-demo_reel{
	margin:48px auto 0;
	width: 90%;
}
h4{
  width: 90%;
    margin:auto;
}
#access{
	width: 90%;
	margin: auto;
	padding: 80px 0;
}
#access h2{
	padding-top: 0;
	padding-bottom: 32px;
}
#access h2 img{
	margin: auto;
	width: 191px;
}
.access-fl{
	float: none;
	width: 100%;
	text-align: center;
}
.access-fr img{
	width: 100%;
}
.access-fr{
	float: none;
	width: 100%;
}
.btn-map{
	width: 100%;
	margin-top:40px;
}
#company{
	padding: 80px 0;
	background: #EEEEEE;
	margin: auto;
}
#company h2{
	text-align: center;
	padding-bottom: 32px;
}
#company h2 img{
	width: 275px;
}
#company .box{
	width: 90%;
	text-align: center;
	margin: auto;
}
.company_fl{
	float:none;
	width: 100%;
  padding-bottom: 0;
}
.company_fr{
	float:none;
	width: 100%;
	padding-left: 0;
	border-left: none;
}
.btn-contact{
	margin:32px auto 0;
	width: 90%;
}
#recruit{
	padding: 80px 0;
	width: 90%;
}
#recruit h2{
	padding-bottom: 32px;
}
#recruit h2 img{
	width: 209px;
}
#recruit h3{
	width: 100%;
	font-size: 16px;
}
#recruit .box{
	width: 100%;
}
.recruit_fl{
	float:none;
	width: 100%;
	line-height: 24px;
  padding-bottom: 0;
}
.recruit_fr{
	float:none;
	width: 100%;
	line-height: 24px;
	padding-left: 0;
	border-left: none;
}
.btn-entry{
	margin:32px auto 0;
	width: 100%;
}
.scbox {
  width: 100%;
  height: 240px;
  margin: calc(-5vh - 20px) auto;
  position: relative;
  overflow: hidden;
}
.arrowWrap {
  height: 200px
}
.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  top: -150px;
  left: 0;
}
footer{
	font-size: 10px;
	padding: 30px;
}
h4{
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
}
h4 a, h4 a:link, h4 a:visited, h4 a:active{
  color: #000;
  text-decoration: none;
}
h4 a:hover { text-decoration: underline; }

.slide-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .slide-box {
    flex: 0 0 85%;
    margin-right: 0.71%;
  }
}