@charset "utf-8";
/* CSS Document */



/*　base
----------------------------------------------------*/
html,
body { height: 100% }

body {
    font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #CCC;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
	background-image:url(../images/body_bg.gif);
}

a {
    color: #315c77;
}

a:hover {
    /*transition: color .3s ease-in-out;*/
    text-decoration: none !important;
}

a:active {
    transform: translate(0,1px);
}

p,
li { line-height: 1.6 }
hr { margin: 0 }

.inline-list {
    list-style: none;
    margin: 0;
}

.inline-list li { display: inline }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}

section h2{
    width:100%;
	background-size: cover;
}

.clear{
	clear: both;
}

/*　logo and navigation
----------------------------------------------------*/

@media (min-width:1280px) {
	
#main-nav {
    height: 50px!important;
    padding: 9px 0!important;
}
#main-nav ul li  {
	font-size:1.2em;
}
}



    #main-nav {
        width: 100%;
        font-style: normal;
        font-weight: 900!important;
        text-transform: uppercase;
        font-size: 0.7em;
        height: 40px;
        letter-spacing: .2em;
        position: fixed;
        z-index: 400;
        background: rgba(255,255,255,0.90);
    /*  -webkit-transition: background 1s;
        -moz-transition: background 1s;
        -o-transition: background 1s;
        transition: background 1s;*/
        padding:4px 0px;
    }

    #main-nav.dark-header {
        background: rgba(255,255,255,0.90);
        position: fixed;
    /*    -webkit-transition: background .6s;
        -moz-transition: background .6s;
        -o-transition: background .6s;
        transition: background .6s;*/
    }

    #nav-inner{
        max-width: 1100px;
        height: 29px;
        margin: 0 auto;
        /*padding: 10px 0 12px 0;*/
    }

    #nav-inner h1{
        float: left;
        width: 128px;
        height: 31px;
        margin: 0;
    }

    .home-link a{
        background-image: url("../images/logo.png");
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        height: 31px;
        background-size: cover;
    }

    body.contact .nav-collapse .nav>li>a,
    body.contact .nav-collapse .dropdown-menu a,
    body.work-page .nav-collapse .nav>li>a,
    body.contact .nav-collapse .nav>li>a { color: #313e46 }
    body.work-page .home-link a,
    body.contact .home-link a { background-position: -4px -50px }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        font-style: normal;
        font-weight: 400!important;
        text-shadow: 0px 1px 1px #7f7f7f;
    }
    .nav-collapse.collapse {
        float: right;
        margin-top: 6px;
    }
    #main-nav a:hover { border: 0 }
    #main-nav ul li {border-right: 1px solid #333; }
    #main-nav ul li.entry {border-right:none;}
    #main-nav ul li.entry a {
        background-color: #8DCE12; 
        padding:5px 10px;
        color:#FFF;
        text-shadow:none;
    }
    #main-nav ul li.entry a:hover {
        opacity:0.7;
            -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    ul.nav li a,
    .dark-header ul.nav li a {
        color: #333;
        -webkit-transition: background .4s;
        -moz-transition: background .4s;
        -o-transition: background .4s;
        transition: background .4s;
        padding: 5px 10px;
    }
    ul.nav li a:hover {
        color: #fff;
        background: rgba(0,0,0,0.2);
        -webkit-transition: background .4s;
        -moz-transition: background .4s;
        -o-transition: background .4s;
        transition: background .4s;
    }
    .btn-navbar {
        background: none!important;
        float: right;
        border: 0;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: none;
    }
    .btn-navbar span {
        display: block;
        width: 32px;
        height: 4px;
        background: #333;
        margin-bottom: 5px;
    }


    /*　video
    ----------------------------------------------------*/

    .home-header {
        position: relative;
        /*height: 500px;*/
        overflow: hidden;
        /*background: url(../images/top-cover-ie.jpg) no-repeat;*/
        background-size: cover;
    }
    #top .home-header {
        /*background: url(../images/top-cover-ie.jpg) no-repeat;*/
    }

    #showreel-wrapper,
    #sh-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
		margin-top:0;
    }

    #showreel-wrapper video,
    #sh-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #showreel-wrapper video {
        height: auto;
        display: block;
    }
	#showreel-wrapper #slide {
    display: none;
    height: auto;
	}

    .header-wrap {
        position: absolute;
        width: 100%;
        height: 20em;
        top: 80px;
        text-align:center;
    }
    .header-wrap #video-title{
        margin: 0 auto;
        width: 420px;
        height: 277px;
    }
	 header #scrollbox {
        position: absolute;
        width: 100%;
        top: 80%;
        text-align:center;
		display:block;
    }
    header #btn{
        margin:0 auto;
        width: 80px;
    }
    .header-wrap #btn{
        margin:70px auto 0;
        width: 48px;
        height: 42px;
    }
    .header-wrap #btn img:hover{
        opacity:0.7;
        -moz-opacity: .7;
        -khtml-opacity: .7;
        -webkit-opacity: .7;
        -ms-filter: alpha(opacity=70);
        filter: alpha(opacity=70);
         -webkit-transition: background .6s;
        -moz-transition: background .6s;
        -o-transition: background .6s;
        transition: background .6s;
    }

    .profile-header .header-wrap {
        position: fixed;
        margin-top: 0;
        top: 5em;
    }

    .profile-header .header-inner { top: 20% }
    .header-inner h1 {
        margin: 2em 0 3em;
        color: #fff;
        -moz-opacity: .8;
        -khtml-opacity: .8;
        -webkit-opacity: .8;
        opacity: .8;
        -ms-filter: alpha(opacity=80);
        filter: alpha(opacity=80);
    }
    .header-wrap .pc {
        visibility:visible;
        display:block;
    }
    .header-wrap .sp {
        visibility:hidden;
        display:none;
    }
	.play-btn {
        visibility:hidden;
        display:none;
		clear: both;
	}

    .header-wrap .scrollbox {
        position: absolute;
        width: 50%;
        text-align:center;
        top:0%;
        left: 25%;
        display:block;
        visibility:visible;
    }
    .header-wrap .scrollbox #btn {
        width: 10%;
        margin:80% auto 0;
    }


    /*　section
    ----------------------------------------------------*/
    section.box {
        max-width:1500px;
    }
    /*　message
    ----------------------------------------------------*/

    #color-line {
        width: 100%;
        height: auto;
        position: relative;
    }

    ul#campus-color {
        width: 100%;
        height: 5px;
        position: relative;
        z-index: 10;
    }

    ul#campus-color li {
        width: 16.6666666%;
        height: 5px;
        float: left;
    }

    ul#campus-color li.red {
        background-color: #e95229;
    }
    ul#campus-color li.pink {
        background-color: #e6387d;
    }
    ul#campus-color li.yellow {
        background-color: #fac42c;
    }
    ul#campus-color li.lightgreen {
        background-color: #8dc21f;
    }
    ul#campus-color li.green {
        background-color: #009f59;
    }
    ul#campus-color li.sky {
        background-color: #299fe2;
    }

    section h2 {
        margin-bottom:25px;
    }

    section#message{
        /*width: 900px;*/
        margin:15px auto;
        clear: both;
        padding:0% 5% 5% 5%;
    }

    section#message h3{
        font-size: 1.7em;
        color: #E18730;
        font-weight: 500;
        margin: 0px 0 20px;
    }

    section#message p{
       line-height: 28px;
       margin: 0 0 30px;
    }
    .interview-box.type01 {
        float: left;
        box-sizing: border-box;
        width: 46%;
        padding-bottom:5%;
    }

    .interview-box.type02 {
        float: right;
        width: 46%;
        display:inline-block;
        vertical-align:top;
        padding-bottom:30px;
    }
    .interview-box.type02 img {
        max-width: 100%;
        display:inline-block;
        vertical-align:top;
    }
    section#message a.btn_mess {
        width:27%;
        height:auto;
        margin:0 auto 0;
        display:block;
        clear:both;
        float:none;
    }

    /*　interview
    ----------------------------------------------------*/

    section#interview{
        margin:15px auto;
        clear: both;
        padding:0% 5% 5% 5%;
    }
    section#interview .introduce{
        max-width:18.4%;
        margin-right:2%;
        margin-bottom:2%;
        float:left;
        position:relative;
    }
    section#interview .introduce ul{
        position:absolute;
        top:0;
        left:0;
        text-align:center;
        height:100%;
        display:none;
    }
    .mar-r00 {
        margin-right:0px!important;
    }
    section#interview li{
        font-size:85%;
        padding:0 5%;
        line-height:110%;
    }
    section#interview li.desc{
        padding:0 5%;
        margin-top:83%;
    }
    section#interview li.company{
        margin-top:5%;
        font-weight:bold;
    }
    section#interview li.name{
        margin-top:8%;
    }
    section#interview li.name_en{
        margin-top:1%;
    }
    * {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
    }
    section#interview p {
        margin:0px;
    }

    section#interview li.service{
        background: url(../images/index_array_1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    section#interview li.staff{
        background: url(../images/index_array_2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    section#interview li.recruit{
        background: url(../images/index_array_3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    section#interview li a{
        width: 100%;
        height: 200px;
        display: block;
        padding: 100px 0 0 0;
    }

    section#interview li a p{
        text-align: center;
    }

    section#interview li a p.list-upcase{
        font-size: 3.375em;
        color: #FFF;
        font-weight: 800;
        letter-spacing: 0.15em;
        margin-bottom: -5px;
    }

    section#interview li a p.list-downcase{
        font-size: 1.5em;
        color: #FFF;
        font-weight: 400;
    }


    /*　process
    ----------------------------------------------------*/

    section#process{
        margin:15px auto;
        clear: both;
        padding:0% 5% 5% 5%;
    }
    section#process ul {
        padding-left:4%;
		position:relative;
    }

    section#process li {
        float:left;
        width:16%;
        margin-right:1%;
    }
    section#process li.margin {
        width:1.6%;
    }
    section#process li.text {
		opacity:0.0;
		transition: all 0.3s ease-in-out 0s;
		position:absolute;
        top:-100px;
		border: 2px solid #DDD;
    	border-radius: 5px;
   		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		padding:15px;
		background: none repeat scroll 0 0 rgba(233, 233, 233, 0.8);
		width:22%;
		/*transition: all 0.3s ease-in-out 0s;*/
    }
	section#process li.tool{
		transition: all 0.3s ease-in-out 0s;
		opacity:1.0;
	}
	
    section#process li.last {
        margin-right:0;
    }    
	section#process li.menu01 {
		left:1%;
    }
	section#process li.menu02 {
		left:20%;
    }
	section#process li.menu03 {
		left:38%;
    }
	section#process li.menu04 {
		left:57%;
		top:-120px;
    }
	section#process li.menu05 {
		left:76%;
    }
	
/*
section#process li.text::after {
    border-top: 10px solid #fff;
    bottom: -14px;
    margin-left: -10px;
}
section#process li.text::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.1);
    bottom: -15px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    width: 0;
}
section#process li.text {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border: 4px solid #fff;
    border-radius: 5px;
    bottom: 100px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    color: #719dab;
    font-family: "Alegreya SC",Georgia,serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    height: auto;
    left: 50%;
    line-height: 20px;
    margin-left: -64px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
    width: 100px;
}*/

    /*　what
    ----------------------------------------------------*/

    section#what{
        margin:30px auto;
        clear: both;
        padding:5%;
    }

    section#what ul {
        width:100%;
		overflow:hidden;
    }
    section#what li {
        float:left;
        width:31.3%;
        margin-right:3%;
    }
    section#what a.btn_mess {
        width:27%;
        height:auto;
        margin:5% auto 0;
        display:block;
        clear:both;
        background-size: cover;
        float:none;
    }





    /*　pagetop
    ----------------------------------------------------*/
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 77%;
    }

    #page-top a {
       /* background-image: url(../images/pagetop.png);*/
        width: 49px;
        height: 49px;
        display: block;
    }

    /*　footer
    ----------------------------------------------------*/

    #Footer {
        background: none repeat scroll 0 0 #2d3940;
        color: #fff;
        position: relative;
        z-index: 100;
    }
    #Footer .inner {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 45px 30px 30px;
        position: relative;
        width: 1268px;
    }
    #Footer .inner {
        width: 100%;
        max-width:900px;
    }

    #Footer nav {
        margin: 0 -15px;
        padding-bottom: 20px;
    }
    #Footer nav ul {
        box-sizing: border-box;
        padding: 0 15px;
        width: 100%;
    }
    #Footer nav li {
        overflow: hidden;
        position: relative;
        float: left;
        width: 32%;
		margin-right:1%;
    }
    #Footer nav a span {
        background-image:url(../images/exlinkicon2.png);
        background-repeat:no-repeat;
        padding-right:30px;
        background-position:right center;
    }
    #Footer nav a, #Footer nav span.comingsoon {
        border-bottom: 1px solid #576166;
        color: #fff;
        display: block;
        font-size: 93%;
        padding: 10px 5px;
        position: relative;
        text-decoration: none;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        z-index: 1;
        background-image:url(../images/footer_decoration.png);
        background-repeat:no-repeat;
        background-position:center right;
    }
    .device-pc #Footer nav a:hover {
        background: none repeat scroll 0 0 #576166;
        position: relative;
    }
    #Footer nav span.comingsoon {
        color: #7b8287;
    }
    #Footer nav span.comingsoon img {
        margin-top: -6px;
        position: absolute;
        right: 5px;
        top: 50%;
        width: 100px;
    }
    #Footer nav {
        margin: 0 -10px;
    }
    #Footer nav ul {
        padding: 0 0px !important;
    }
    #Footer p.logo {
        width:204px;
        height:50px;
        clear:both;
        float:right;
        margin-top: 20px;
    }


    #Footer p.pagetop a {
        bottom: 20px;
        display: none;
        height: 62px;
        position: fixed;
        right: 30px;
        width: 250px;
        z-index: 200;
    }
    #Footer p.pagetop img {
        position: absolute;
        top: 0;
    }
    #Footer p.pagetop img.txt {
        left: 0;
        transform-origin: 100% 50% 0;
    }
    #Footer p.pagetop img.ico {
        right: 0;
        width:98px;
        height:87px;
    }
    #Footer .copyright {
        padding-top: 20px;
    }
    #Footer .copyright small {
        color: #d5d7d9;
        font-size: 86%;
        clear:both;
        float:right;
    }

    /*　breadcramb
    ----------------------------------------------------*/
    #breadcramb{
        width: 100%;
        height: 41px;
        border-top: 1px solid #e6e6e6;
    }

    #breadcramb-inner{
        width: 1000px;
        height: 40px;
        margin: 0 auto;
    }

    .breadcramb-link{
        height: 40px;
        background-image: url(../images/breadcramb.png);
        background-repeat: no-repeat;
        background-position: right center;

    }

    .breadcramb-link a{
        color: #e6387d;
        font-weight: 600;
        padding: 0 25px 0 0;
    }

    .breadcramb-link a:hover{
        color: #e57ca6;
    }

    #breadcramb li{
        float: left;
        padding: 10px 0;
        margin: 0 15px 0 0;
        font-size: 0.85em;
    }



/*}*/
/*　for sm
----------------------------------------------------*/

@media (max-width:979px) {

        /*　 base  */
    h2{
        width: 100%;
    }
    button.btn {
        width:26px;
        height:auto;
        margin-top:-5px;
    }

    /*　logo and navigation  */
    #main-nav{
            height: 50px;
    }

    #main-nav .container{
        width: auto;
        padding: 0;
        position: relative;
        z-index: 9000;
    }

    .container{
        padding: 0px 20px;
    }

    .btn-navbar{
        display: inline-block;
        margin-right: 20px;
    }

    #showreel-wrapper,
    #sh-wrapper {
		margin-top:50px;
    }

    .nav-collapse.collapse .centered{
        background: rgba(51,61,71,0.9);
        padding-bottom: 20px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }

    .nav-collapse.collapse {
        float: none;
        margin: 35px 0 0;
        z-index: 9000;
        overflow: hidden;
    }
    .nav-collapse.collapse .centered li {
        text-align: left;
        display: list-item;
        margin-left: 0!important;
    }
    .nav-collapse.collapse .centered li a {
        padding: 10px 30px;
        display: block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #fff!important;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .nav-collapse.collapse .centered li a:hover {
        background: #222d33;
        color: #f8d055;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    #nav-inner{
        height: 49px;
        margin: 0 auto;
        padding: 10px 0 5px 0;
    }
    #nav-inner h1{
        width: 200px;
        margin: 0 2%;
    }

    .carousel.carousel-fade .item { min-height: 260px }
    #contact-form .span5 { width: 60% }
    .work header { height: 30em }
    #main-nav {
/*        -webkit-transition: background .8s;
        -moz-transition: background .8s;
        -o-transition: background .8s;
        transition: background .8s;*/
        padding:0px;
    }
/*    #main-nav:hover {
        background: rgba(51,61,71,0.9);
        -webkit-transition: background .8s;
        -moz-transition: background .8s;
        -o-transition: background .8s;
        transition: background .8s;
    }*/

    .home-link a{
        background-image: url("../images/logo_s.png");
        background-size: contain;
        background-repeat:no-repeat;
    }
    .home .header-inner h1 { margin-bottom: 1.5em }
    .home-header .header-inner { font-size: .8em }
    .services-outer-wrap { margin: 1em 0 2em }

    .header-wrap .scrollbox {
        display:none;
        visibility:hidden;
    }
	
	#showreel-wrapper #slide {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	}


/*　video  */
    #showreel-wrapper video { display: none }
    .home-header {
        background-size: 145% auto;
        -moz-background-size: 145% auto;
        -webkit-background-size: 145% auto;
        -o-background-size: 145% auto;
    }
    .header-wrap {
        /*margin: -8em 0 0 -45%;*/
        height: 16em;
		top: 22%;
    }

    #top .home-header {
        /*background-image: url("../images/main_spimg.jpg");*/
        background-size:cover !important;
        background-position:center center;
        height: auto;
    }
    .home-header {
        background-size: 240% auto;
        -moz-background-size: 240% auto;
        -webkit-background-size: 240% auto;
        -o-background-size: 240% auto;
    }
    .header-wrap #video-title{
        margin: 0 auto;
        width: 40%;
         height: 140px;
    }
    
    
    .header-wrap .sp {
        visibility:visible;
        display:block;
    }
	
	.play-btn {
        visibility:visible;
        display:block;
		clear: both;
   		margin: 0 auto;
    	padding: 3% 2% 0%;
    	width: 100%;
		max-width:500px;
		text-align:center;
	}
	.play-btn img {
		width:70%;
	}
	
    .header-wrap .pc {
        visibility:hidden!important;
        display:none!important;
    }

    .header-wrap .copy{
        margin-bottom:15%;
    }
    .header-wrap #btn{
        margin:0px auto 0;
		width:100%;
        max-width: 180px;
    }
	header #scrollbox {
    	display:none;
    }

    /*　message  */

    section#message{
        width: 100%;
        margin: 0;
        clear: both;
		padding: 0 2% 5%;
    }

    section#message h2{
        line-height: 54px;
    }

    section#message p{
        margin-left: 3%;
        margin-right: 3%;
    }

    section#message h3{
        font-size: 1.6em;
		line-height:1.4;
		margin:0 0 5%;
    }

    .interview-box.type01 {
        box-sizing: border-box;
        float: none;
        width: 95%;
        margin: 2% auto 0;
    }
    .interview-box.type02 {
        display: block;
        float: none;
        vertical-align: top;
        width: 95%;
        margin: 2% auto 0;
		padding-bottom:0;
    }
    section#message a.btn_mess {
        clear: both;
        display: block;
        float: none;
        height: auto;
        margin: 5% auto 0;
        width: 90%;
		max-width: 300px;
    }

    /*　interview  */
    section#interview li.service{
        background: url(../images/index_array_sm_1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    section#interview li.staff{
        background: url(../images/index_array_sm_2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    section#interview li.recruit{
        background: url(../images/index_array_sm_3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }



    section#interview li{
        width: 100%;
        height: 120px;
        float: left;
    }

    section#interview li a{
        width: 100%;
        height: 167px;
        display: block;
        padding: 20px 0 0 0;
    }

    section#interview li a p{
        text-align: center;
    }

    section#interview li a p.list-upcase{
        font-size: 2.5em;
        color: #FFF;
        font-weight: 800;
        margin-bottom: -5px;
    }

    section#interview li a p.list-downcase{
        font-size: 1.3em;
        color: #FFF;
        font-weight: 400;
    }

    section#interview .introduce {
		margin:0 auto 2%!important;
        max-width: 95%;
		float:none;
    }
    section#interview .marginR00 {
        margin-right: 0%;
    }

    /*　process  */
    section#process li.margin {
        /*display:none;*/
		width:100%;
		text-align: center;
		margin-bottom:5%;
    }

    section#process li {
        float: none;
        margin-right: 0;
        width: 25%;
        margin:0 auto 2%;
    }
	section#process li.desc {
        width: 60%;
        margin:0 auto 2%;
		text-align:center;
		max-width:500px;
    }
    section#process li.text {
        display:block;
        width:90%;
        margin-bottom:5%;
		opacity:1.0;
		position:static;
		border:none;
		box-shadow:none;
		text-shadow:none;
		padding:0px;
		background:none;
    }
	section#process li.last {
    	margin: 0 auto 2%;
	}


    /*　what  */
    section#what li {
        float: none;
        margin:0 auto 1.5%;
        width: 90%;
    }

    section#what a.btn_mess {
        background-size: cover;
        clear: both;
        display: block;
        float: none;
        height: auto;
        margin: 5% auto 0;
        width: 90%;
		max-width: 300px;
    }

    /*　galley  */

    #photo_container{
        width: 100%;
    }

    #thumbnail{
        width: 100%;
    }

    #thumbnail li{
        width: 100%;
        float: left;
        margin: 0 1.95% 0 0;
    }


    /*　service */

    header.service-header{
        height: 300px;
        background-image: url(../images/bg_service_sm.jpg);
        background-size: cover;
    }

    div.page-header-wrap{
        margin: 0 auto;
        width: 90%;
        padding: 110px 0 0;
    }

    .page-header-wrap p{
        color: #FFF;
        text-shadow: 0 0 7px #333;
    }

    p.page-title{
        color: #FFF;
        font-size: 2.275em;
        font-weight: 600;
    }

    p.page-comment{
        font-size: 1.14em;
    }

    #service table,
    #service th,
    #service td{
        display: block;
    }

    #service{
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }

    #service table{
        margin: -1px 0 0;
    }

    #service th{
        width: 100%;
        height: 200px;
        color: #FFF;
    }

    #service td{
        width: 100%;
        padding: 30px 5%;
        border: solid 1px #e6e6e6;
    }

    #service p.service-catch{
        padding: 110px 0 0;
    }

    #service p.service-name{
        text-align: center;
        padding: 60px;
    }

    /*　staff */
    header.staff-header{
        background-image: url(../images/bg_staff_sm.jpg);
        background-size: cover;
    }

    section#staff .container{
      padding: 2% 10px 0;
     }

    section#staff .controls{
      padding: 2% 5% 2%;
      background: #f2f2f2;
    }

    section#staff .controls button{
      margin: 0 5px 10px 0;
    }

    li.staff-team{
        margin: 0 0 7px;
    }

    /*　recruit ----------*/


    #recruit{
        width: 100%;
        margin: 0 0 20px 0;
    }

    #recruit-top{
        text-align: center;
        font-size: 2em;
        margin: 40px 0;
    }

    .recruit-article{
        margin: 20px auto 0px auto;
        border: solid 1px #e6e6e6;
        float: none;
        position: relative;
    }


    #recruit-single{
        width: 100%;
        margin: 0;
    }

    header.rec-single-header {
    width: 100%;
    height: 300px;
    background:url(../images/recruit_common_sm.jpg) bottom;
    background-size: cover;
    vertical-align: middle;
    }

    #rec-left{
        float: none;
        width: 100%;
        margin:-10px 0 0 0;
    }

    #rec-right{
        float: none;
        width: 100%;
    }


    #head-title{
        margin: 30px 0;
        height: 110px;
    }

    #head-title h1{
        font-size: 1.5em;
        line-height: 30px;
        padding: 0 20px;
    }

    #head-sub-wrap{
        width: 100%;
    }

    #head-sub-wrap #rec-team{
        float: none;
        font-size: 1em;
        font-weight: 100;
        width: 100%;
        padding: 7px 20px;
    }

    #head-sub-wrap .single-social{
        float: none;
        padding: 7px 0 0 0;
        display: none;
    }

    .single-social-bottom{
        display: none;
        width: 100%;
        height: 40px;
        clear: both;
        padding: 30px 0;
    }

    #points{
        width: 100%;
        padding: 0 20px;
    }

    #recruit-house h3,
    #recruit-house p,
    .owl-carousel{
        padding: 0 20px;
    }


    #rec-left h2{
        margin: 40px 0;
        clear: both;
        font-size: 2em;
    }

    #rec-left h3{
        margin: 30px 0 20px 0;
        font-size: 1.5em;
    }

    #rec-communication{
        height: 380px;
    }

    #rec-commu-left{
        width:100%;
        float: none;
    }

    #rec-commu-right{
        width: 100%;
        float: none;
        padding: 10px 0 0 0;
    }

    #rec-commu-right img{
        margin: 0 0 0 90px;
    }

    #culture-left{
        float: none;
        width: 100%;
        padding: 0 20px;
    }

    #culture-right{
        float: none;
        width: 100%;
        padding: 0 20px;
    }

    #culture-left li,
    #culture-right li{
        line-height: 1.8em;
        font-weight: bold;
    }



    #rec-design-form{
        width: 100%;
        height: 1450px;
        margin: 0 0 40px 0
    }

    #rec-bigakusei_en-form{
        width: 100%;
        height: 1850px;
        margin: 0 0 40px 0
    }

    #entry{
        display: none;
    }

    .banner{
        margin: 20px auto 20px auto;
        width: 300px;
    }

    #rec-right a:hover p,
    #rec-right a:hover img{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE */
        filter: alpha(opacity=80); /* IE */
        -moz-opacity:0.8; /* Firefox(old) */
        -khtml-opacity: 0.8; /* Safari(old) */
        opacity: 0.8;
    }

    h2.rec-h2{
        font-size: 1.4em;
        font-weight: bold;
        text-align: left;
        margin: 30px 0 20px 0;
        padding: 0px 20px;
    }

    .recruit-article-side{
        width: 304px;
        border: solid 1px #e6e6e6;
        margin: 0 auto 44px auto;
        position: relative;
    }

    .side-image img{
        width: 302px;
    }

    .recruit-article-side a:hover img,
    .recruit-article-side a:hover h3,
    .recruit-article-side a:hover p
    {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE */
        filter: alpha(opacity=80); /* IE */
        -moz-opacity:0.8; /* Firefox(old) */
        -khtml-opacity: 0.8; /* Safari(old) */
        opacity: 0.8;
    }

    .recruit-article-bottom{
        padding: 20px;
    }

    .recruit-article-bottom h3{
        font-size: 1.3em;
        line-height: 1.5em;
        margin: 0px;
    }

    p.recruit-article-sentence{
        font-size: 0.75em;
        margin: 0;
        color: #615d59;
    }


    .owl-controls{
        display: none;
    }

    /*　contact */
    header.contact-header{
        background-image: url(../images/bg_contact_sm.jpg);
        background-size: cover;
        background-position: right center;
    }

    /*　recruit-common */
    #recruit-common{
        background-image: url(../images/recruit_common_sm.jpg);
        background-size: cover;
    }

    #recuit-common-copy{
        width: 90%;
    }

    /*　breadcramb */
    #breadcramb-inner{
        width: 90%;
    }



    #Footer .inner {
        padding: 20px 20px 15px;
    }
    #Footer p {
        text-align: center;
    }

    #Footer nav ul {
        float: none;
        width: 100%;
        padding: 0 10px !important;
    }
	#Footer nav li {
		float:none;
		width:100%;
	}
    #Footer nav a {
        font-size: 86%;
    }
    #Footer nav span.comingsoon img {
        margin-top: -4px;
        width: 75px;
    }


    #Footer .copyright {
        padding-top: 0px;
    }
    #Footer p.pagetop img {
        position: static;
        top: 0;
    }
    #Footer p.logo {
        width:204px;
        height:50px;
        clear:both;
        float:none;
        margin:0 auto 5%;
    }
    #Footer .copyright {
        /*padding-top: 10px;*/
        clear:both;
        float:none;
    }
    #Footer .copyright small {
        font-size: 72%;
        clear:both;
        float:none;
    }
    #Footer p.pagetop a {
        bottom: 0;
        height: auto;
        margin: 5px auto 5px;
        position: static;
        right: 0;
        width: 125px;
    }

    #Footer p.pagetop img.txt {
        width: 86px;
    }
    #Footer p.pagetop img.ico {
        /*width: 36px;*/
        float:none;
    }
	
    #Footer nav a span {
		background-size:contain;
    }


}
/*　for iphone
----------------------------------------------------*/
@media (max-width:400px) {/*375*/

    #main-nav{
            height: 32px;
    }
    #nav-inner{
        height: 39px;
        margin: 0 auto;
        padding: 1px 0 5px 0;
    }
    button.btn {
        /*width:18px;*/
        height:auto;
    }
    #nav-inner h1 {
        width: 100px;
        padding-top:2px;
    }
    .nav-collapse.collapse {
        width:100%;
        margin:0px
    }
	#showreel-wrapper,
    #sh-wrapper {
		margin-top:32px;
    }

}




    


