/*
Theme Name: Strust
Theme URI: http://http://www.strust-inc.jp/
Author: strust.Inc
Author URI: http://www.strust-inc.jp/
Description: strust.Inc
Version: 1.0
*/

/*
=====================================================================
*   Common Stylesheet
*   11-2016
=====================================================================*/

/* ------------------------------------------------------------------
/* ResetStyle
/* ------------------------------------------------------------------ */
@import url("ress.css");

#home #container{
    display:none;
}
#home #loading{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-20px;
    background-color: #000;
    background-size: cover !important;
}

/*-------------------------------------------------------------------
Common
-------------------------------------------------------------------*/

body{
    font-family: "HelveticaNeue","Helvetica Neue","Helvetica","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    overflow-wrap: break-word;
    font-size: 15px;
    line-height: 2em;
    color: #232323;
}
@media screen and (max-width: 736px) {
    body{
    font-size: 14px;
    line-height: 2.3em;
    }
}

a:link { color: #1f9ac6; }
a:visited { color: #1f9ac6; }
a:hover { color: #1f52c6; }
a:active { color: #1f9ac6; }

.fontSS{font-size: 75%;}
.fontS{font-size: 85%;}
.fontL{font-size: 125%;}
.fontLL{font-size: 150%;}
.bold{font-weight: bold;}
.blue{color: #1f9ac6;}

.float{float: left;}
.clear{clear: both;}
@media screen and (max-width: 736px) {
    .float{clear: both;}
}

.pct{line-height: 1em;}
@media screen and (max-width: 736px) {
    .pct img{
        width: 100%;
        height: auto;
    }
    .pct.pctS img{
        width: 80%;
    }
}

.smt_only{display: none;}
@media screen and (max-width: 736px) {
    .pc_only{display: none;}
    .smt_only{display: block;}
}

/*-------------------------------------------------------------------
#home Common
-------------------------------------------------------------------*/

body#home {
    font-size: 15px;
    background-color: #000;
    color: #ffffff;
}

@media screen and (max-width: 736px) {
    body#home {
        font-size: 12px;
        line-height: 2.2em;
    }
}

#home a:link { color: #ffffff; text-decoration:none; }
#home a:visited { color: #ffffff; }
#home a:active { color: #ffffff; }
#home a:hover { color: #ffffff; text-decoration:underline; }

#home .index_h1_txt{
    color:#FFF;
    border-bottom: 3px solid #FFF;
    display: inline-block;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    padding-bottom: 6px;
    font-size: 230%;
}

@media screen and (max-width: 736px) {
    #home .index_h1_txt{
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    font-size: 200%;
    }
}

#home .MoreinfoBtn{margin-top:50px;}

#home .MoreinfoBtn a{
    padding:10px;
    width: 400px;
    border: 1px solid #FFF;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

@media screen and (max-width: 736px) {
    #home .MoreinfoBtn{
        margin-top: 0;
    }
    #home .MoreinfoBtn a{
        padding:10px;
        width: 200px;
    }
}

#home .MoreinfoBtn a:hover{
    background: rgba(255,255,255,0.9);
    color: #1f9ac6;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);  /* IE lt 8 */
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

#home .section{
    text-align: center;
}

@media screen and (max-width: 736px) {
    #home .section{
    padding-top: 50px;
    padding-bottom: 50px;
    }
}

/*-------------------------------------------------------------------
#home #top
-------------------------------------------------------------------*/
#home #top{
    background-attachment: fixed;
    background-clip: border-box;
    background:#1f1f1f url("./images/top_bg.jpg") no-repeat center center;
    background-origin: padding-box;
    background-size: cover !important;
    min-height: 400px;
    padding-top: 120px;
}

@media screen and (max-width: 736px) {
    #home #top{
        background:#1f1f1f url("./images/top_bg_smt.jpg") no-repeat center center;
        position: relative;
        padding-top: 80px;
    }
}

/*scrolldown*/
#home .scrolldown {margin-top: 40px;}
#home .scrolldown a.smoothscroll {opacity: 0.7;}
#home .scrolldown a.smoothscroll:hover {opacity: 1;}

@media screen and (max-width: 736px) {
    #home .scrolldown{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #home .scrolldown img{
        width: 10%;
    }
}
@media screen and (max-width: 320px) {
    #home .scrolldown{display: none;}
}

/*.infoAreaBox*/
#home .infoAreaBox{
    width: 226px;
    display: block;
    background: rgba(31,154,198, 0.8);
    position: absolute;
    top:50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 0;
    color: #FFF;
    overflow: hidden;
}

#home .infoAreaBox .shiny {
    position: absolute;
    left: -60px;
    top: -50px;
    z-index: 30;
}
#home .infoAreaBox .shiny {
    display: block;
    width: 30px;
    height: 300px;
    margin-top: 7px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,0.3),rgba(255,255,255,0) 100%);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.3)),color-stop(100%,rgba(255,255,255,0)));
}

#home .infoAreaBox .Innr{
    position: relative;
    padding: 50px 23px 40px 23px;
}

@media screen and (max-width: 736px) {
    #home .infoAreaBox{
    position: relative;
    margin: 0 auto;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    top:0;
    }

    #home .infoAreaBox .Innr{
    position: relative;
    padding: 25px 10px 20px 10px;
    }
}

#home .infoAreaBox .Innr:before{
    content:"";
    top: 5px;
    left: 5px;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

#home .infoAreaBox .title{
    font-size: 140%;
    font-weight: bold;
}

#home .infoAreaBox .title .fa{
    font-size: 120%;
}
#home .infoAreaBox .txt{
    font-size: 80%;
}
#home .infoAreaBox .tel{
    font-family: 'arial';
    font-size: 170%;
    font-weight: bold;
    margin-top: 10px;
}
#home .infoAreaBox .time{
    font-size: 70%;
    line-height: 1.5;
}

/*-------------------------------------------------------------------
#home #works
-------------------------------------------------------------------*/
#home #works{
    background-attachment: fixed;
    background-clip: border-box;
    background:#1f1f1f url("./images/works_bg.jpg");
    padding-top: 110px;
}

#home #works .Box{
    width: 1088px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

#home #works .Box .BoxInnr{
    width: 544px;
    text-align: left;
}

#home #works .Box .BoxInnr p{
    padding-left: 15px;
}

#home #works .Box .BoxInnr .title{
    font-weight: bold;
    font-size: 125%;
    margin-bottom: 23px;
    letter-spacing: 0.1em;
}
#home #works .Box .BoxInnr.pct{
    line-height: 0;
}

#home #works .Box .BoxInnr.txt{
    padding: 20px;
}

#home #works .Box .BoxInnr.txt.right{
    padding-right: 0;
}
#home #works .Box .BoxInnr.txt.left{
    padding-left: 0;
}

@media screen and (max-width: 736px) {
    #home #works{
    background-attachment: fixed;
    background-clip: border-box;
    background:#1f1f1f url("./images/works_bg.jpg");
    padding-top: 75px;
    }

    #home #works .Box{
    width: 100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-bottom: 50px;
    }
    #home #works .Box .BoxInnr{
    width: 100%;
    padding: 10px;
    }

    #home #works .Box .BoxInnr.pct{
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
    }
    #home #works .Box .BoxInnr.txt{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
    padding: 10px 10px 0 10px;
    }
    #home #works .Box .BoxInnr p{
    padding-left: 0;
    }
    #home #works .Box .BoxInnr.txt.right{
    padding-right: 10px;
    }
    #home #works .Box .BoxInnr.txt.left{
    padding-left: 10px;
    }
}

/*-------------------------------------------------------------------
#home #recruit
-------------------------------------------------------------------*/
#home #recruit{
    width: 100%;
    background-color: #FFF;
    z-index: 1;
}

#home #recruit:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 750px 1450px 0 0;
    border-color: #37a7ce transparent transparent transparent;
    position: absolute;
    top:0;
    left: 0;
    z-index: -5;
}

#home #recruit .Box{
    text-align: left;
    margin-left: 30%;
    z-index: 10;
    width: 700px;
}

@media screen and (max-width: 736px) {
    #home #recruit:after{border-width: 350px 736px 0 0;}
    #home #recruit .Box{
        text-align: left;
        margin-left: 10%;
        padding:10px;
        width: auto;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 440px) {
    #home #recruit:after{border-width: 250px 440px 0 0;}
    #home #recruit .Box{
        text-align: left;
        margin-left: 0;
        padding:10px;
        padding-bottom: 50px;
    }
}

#home #recruit .Box p{color:#1f9ac6;}
#home #recruit .Box p.subTitle{
    font-weight: bold;
    font-size: 130%;
    line-height: 2.3;
}

#home #recruit .MoreinfoBtn a{
    background-color: #fff;
    border: 1px solid #1f9ac6;
    color: #1f9ac6;
    z-index: 5;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

#home #recruit .MoreinfoBtn a:hover{
    background-color: #1f9ac6;
    color: #fff;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);  /* IE lt 8 */
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

/*-------------------------------------------------------------------
.row
-------------------------------------------------------------------*/

.section{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
    text-align: left;
    clear: both;
}

@media screen and (max-width: 736px) {
    .section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.row {
    margin: 0 auto;
    width: 96%;
    text-align: center;
}
.row .row {
    margin: 0 -20px;
    max-width: none;
    width: auto;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

@media screen and (max-width: 736px) {
    .row {
    max-width: auto;
    width: 96%;
    }
}

/*-------------------------------------------------------------------
#GlobalMenu
-------------------------------------------------------------------*/
.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head,
#headfixed {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head,
#headfixed a,
#headfixed {
    color: #fff;
    text-decoration: none;
}

#home #top-head a:hover {
    color: #1f9ac6!important;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

#top-head .inner,
#headfixed .inner {
    position: relative;
}
#top-head .logo,
#headfixed .logo {
    display: none;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    left:50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    /*letter-spacing: 0.1em;*/
    font-size: 100%;
    text-align: center;
}
#global-nav ul li {
    float: left;
    padding-bottom: 5px;
}
#global-nav ul li a {
    padding: 0 8px;
}

/* Fixed */
#top-head.fixed,
#headfixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 20px;
    height: 70px;
    background: #232323;
    background: rgba(35,35,35,1);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo,
#headfixed .logo {
    display: block;
    font-size: 24px;
    color: #333;
    padding-left: 25px;
    padding-top: -5px;
}
#top-head.fixed #global-nav ul,
#headfixed #global-nav ul {
    left:auto;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    font-size: 15px;
    padding-right: 0;
}
#top-head.fixed #global-nav ul li a,
#headfixed #global-nav ul li a {
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
}

#top-head.fixed #global-nav ul li a:hover,
#headfixed #global-nav ul li a:hover {
    color: #1f9ac6!important;
    border: none;
}

#top-head.fixed #global-nav ul li.current-menu-item a span,
#headfixed #global-nav ul li.current-menu-item a span{
    color: #1f9ac6;
    border-bottom: #1f9ac6 2px solid;
    padding-bottom: 5px;
    text-decoration: none;
}

#top-head.fixed #global-nav ul li#menu-item-27.current-menu-item a span,
#headfixed #global-nav ul li#menu-item-27.current-menu-item a span{
    color: #fff;
    border-bottom: none;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*-----------------
#Mobile
-------------------*/
@media screen and (max-width: 736px) {
    #top-head,
    #headfixed,
    .inner {
        width: 100%;
        padding: 0;
        height: 56px;
    }
    #top-head,
    #headfixed {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed,
    #headfixed.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #232323;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo,
    #headfixed.fixed .logo,
    #headfixed .logo {
        display: block;
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
        padding-left: 0;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        padding: 0;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    #global-nav ul li {
        padding-top: 5px;
        float: none;
        position: static;
        border-bottom: 1px solid #292929;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a,
    #headfixed #global-nav ul li a {
        display: block;
        width: 100%;
        line-height: 40px;
    }
    #top-head #global-nav ul li a:hover ,
    #top-head.fixed #global-nav ul li a:hover  {
        text-shadow:none;
    }
    #top-head.fixed #global-nav ul li.current a span,
    #headfixed #global-nav ul li.current a span {
        border-bottom: none;
        padding-bottom: 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*-------------------------------------------------------------------
#pageTitle
-------------------------------------------------------------------*/
#pageTitle{
    display: block;
    width: 100%;
    height: 320px;
    margin-top: 70px;
}

body.title_noImage #pageTitle{
    display: block;
    width: 100%;
    height: 250px;
    margin-top: 70px;
}

@media screen and (max-width: 736px) {
    #pageTitle{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 56px;
    }
    body.title_noImage #pageTitle{
    height: 200px;
    }
}

#aboutus #pageTitle{
    background:#f1f1f1 url("./images/aboutus_headerImg.jpg") no-repeat center center;
}
#works #pageTitle{
    background:#f1f1f1 url("./images/works_headerImg.jpg") no-repeat center center;
}
#recruit #pageTitle{
    background:#f1f1f1 url("./images/recruit_headerImg.jpg") no-repeat center center;
}
#office #pageTitle{
    background:#59b6da url("./images/office_headerImg.jpg") no-repeat center center;
}
@media screen and (max-width: 736px) {
    #aboutus #pageTitle{
        background:#f1f1f1 url("./images/aboutus_headerImg_smt.jpg") no-repeat center center;
    }
    #works #pageTitle{
        background:#f1f1f1 url("./images/works_headerImg_smt.jpg") no-repeat center center;
    }
    #recruit #pageTitle{
        background:#f1f1f1 url("./images/recruit_headerImg_smt.jpg") no-repeat center center;
    }
	#office #pageTitle{
		background:#59b6da url("./images/office_headerImg_smt.jpg") no-repeat center center;
	}
}

.h1_txt{
    display: block;
    letter-spacing: 0.1em;
    height: 540px;
    padding-top: 130px;
    color:#FFF;
}

.h1_txt span{
    display: block;
}

span.en{
    font-size: 180%;
    padding-bottom: 25px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

span.ja{
    font-size: 65%;
    letter-spacing: 0.1em;
    border-top: 2px solid #FFF;
    width: 130px;
    margin:0 auto;
    padding-top: 8px;
    text-shadow: 0 0 7px rgba(0, 0, 0, 1);
}

body.title_noImage span.en{
    font-size: 180%;
    padding-bottom: 25px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #1f9ac6;
}

body.title_noImage span.ja{
    font-size: 65%;
    letter-spacing: 0.1em;
    border-top: 2px solid #1f9ac6;
    width: 250px;
    margin:0 auto;
    padding-top: 8px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #1f9ac6;
}

@media screen and (max-width: 736px) {
    .h1_txt{
    font-size: 130%;
    height: 200px;
    padding-top: 65px;
    }
    span.en{
    padding-bottom: 15px;
}

span.ja{
    padding-top: 4px;
}
}

.h2_txt{}

body.title_noImage .h2_txt{
    color: #1f9ac6;
    font-size: 100%;
}


/*-------------------------------------------------------------------
#primary
-------------------------------------------------------------------*/
.a-container{
    width: 810px;
    margin:0 auto;
    text-align: left;
}
.b-container{
    width: 1088px;
    margin:0 auto;
    text-align: left;
}
#aboutus #primary .subTitle{
    background:url("./images/logo_bgL.gif") no-repeat center center;
    padding-top: 80px;
    padding-bottom: 80px;
}
#works #primary{
    background:url("./images/logo_bgL.gif") no-repeat center center;
    background-size: 240px auto;
    padding-top: 80px;
    padding-bottom: 100px;
}
#recruit #primary{
    background:url("./images/logo_bgL.gif") no-repeat center center;
    background-size: 240px auto;
    padding-top: 80px;
    padding-bottom: 100px;
}
#primary .subTitle{
    font-size: 125%;
    font-weight: bold;
    color: #1f9ac6;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 30px;
}
#office #primary{
    background:url("./images/works_bg.jpg") repeat center center;
    padding:45px 0;
	text-align: center;
	color:#fff;
}
#office #primary p{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 90%;
	max-width: 800px;
	margin:0 auto;
	display: block;
}

body.title_noImage #primary p,
body.title_noImage #primary ul{
    margin-bottom: 2em;
}

body.title_noImage #primary ul{
    margin-left: 1em;
}

body.title_noImage #primary .txtBox{
    border: 1px solid #c8c8c8;
    background-color: #f5f5f5;
    padding: 20px;
}
body.title_noImage #primary .txtBox p:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 736px) {
    .a-container{
        width: 96%;
    }
    .b-container{
        width: 96%;
    }
    #aboutus #primary .subTitle{
        background:url("./images/logo_bgL.gif") no-repeat center center;
        background-size: 280px;
        padding-top: 60px;
        padding-bottom: 70px;
    }
    #works #primary{
        background:url("./images/logo_bgL.gif") no-repeat center center;
        background-size: 280px;
        padding-top: 60px;
        padding-bottom: 70px;
    }
    #recruit #primary{
        background:url("./images/logo_bgL.gif") no-repeat center center;
        background-size: 280px;
        padding-top: 60px;
        padding-bottom: 70px;
    }
	#office #primary{
		padding:30px 0;
	}
	#office #primary p{
		width: 95%;
		margin:0 auto;
		text-align: left;
		line-height: 1.7em;
	}	
}


/*-------------------------------------------------------------------
#secondary
-------------------------------------------------------------------*/
#secondary{
    background-color: #f4f4f4;
}
/*#works*/
#works #secondary{
    background:#1f1f1f url("./images/works_bg.jpg");
    color: #FFF;
}
#works #secondary .section{
    padding-top: 100px;
    padding-bottom: 100px;
}
#works #secondary .Box{
    display: table;
    padding-bottom: 100px;
}
#works #secondary .b-container li:last-child{
    padding-bottom: 0;
}
#works #secondary .BoxInnr{
    display: table-cell;
    vertical-align: top;
}
#works #secondary .BoxInnr.txt{
    padding-left: 60px;
}
#works #secondary .BoxInnr.txt .title{
    padding-bottom: 20px;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 736px) {
    #works #secondary .Box{
    display: block;
    padding-bottom: 50px;
    }
    #works #secondary .BoxInnr{
    display: block;
    }
    #works #secondary .BoxInnr.txt{
    padding-top: 10px;
    padding-left: 0;
    }
}
/*#office*/
#office #secondary{
    background:#fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#office #secondary section{ padding-bottom:140px;}
#office #secondary h2{
	font-size:1.8em;
	font-weight: bold;
	padding-bottom:20px;
}
#office #secondary p{
	padding-bottom:25px;
}
#office #secondary .pic1{
	position: relative;
	text-align: center;
	max-width: 1080px;
	margin:0 auto;
}
#office #secondary .pic1 img{ position: relative; z-index: 9; max-width: 100%; height: auto;}
#office #secondary .pic1::before{
	display: block;
	width: 100%;
	max-width: 1080px;
	height: 40vw;
	max-height: 460px;
	content: "";
	background: #f4f4f4;
	position: absolute;
	z-index: 1;
	right:-90px;
	bottom:-60px;
}
#office #secondary .pic2::before{
	display: block;
	width: 100%;
	max-width: 1080px;
	height: 40vw;
	max-height: 460px;
	content: "";
	background: #f4f4f4;
	position: absolute;
	z-index: 1;
	left:-90px;
	bottom:-60px;
}
#office #secondary ul li{
	list-style: none;
	float: left;
	width: 33%;
	max-width: 354px;
}
#office #secondary ul li:nth-child(1){ width:66.5%; max-width: 716px; float:right;}
#office #secondary .pic2 ul li{ float:right;}
#office #secondary .pic2 ul li:nth-child(1){ float:left;}
@media screen and (max-width: 736px) {
	#office #secondary{ width: 95%; margin:0 auto;}
	#office #secondary section{ padding-bottom:50px; }
	#office #secondary h2{
		font-size:1.6em;
		font-weight: bold;
		padding-bottom:15px;
	}
	#office #secondary p{
		padding-bottom:20px;
		text-align: left;
		line-height: 1.6em;
	}	
	#office #secondary .pic1::before{ display: none;}
	#office #secondary .pic1 ul li{ margin-bottom:20px;}
	#office #secondary .pic1 span{ position: relative;}
    #office #secondary .pic1 span::before,
    #office #secondary .pic1 ul li span::before{
		display: block;
		width: 100%;
		max-width: 1080px;
		height: 57.5vw;
		content: " ";
		background: #f4f4f4;
		position: absolute;
		z-index: 1;
		right:-10px !important;
		bottom:-5px;
	}
    #office #secondary .pic1.pic-top span::before{
		height: 38vw!important;
	}
	#office #secondary .pic2::before{
		display: none;
	}	
	#office #secondary img{ width: 100%;}
	#office #secondary ul li{
		float:none !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}
/*-------------------------------------------------------------------
#dataList
-------------------------------------------------------------------*/
dl.dataList01 {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    border-top: 2px solid #dadada;
    padding-top: 20px;
}
dl.dataList01 dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 12em;
    float: left;
    clear: both;
    font-weight: bold;
    padding-left: 2em;
}
dl.dataList01 dd {
    margin-bottom: 20px;
    padding: 0 0 20px 14em;
    border-bottom: 2px solid #dadada;
}
@media screen and (max-width: 736px) {
    dl.dataList01 {
    padding-top: 10px;
    }
    dl.dataList01 dt {
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 6em;
        padding-left: 1em;
    }
    dl.dataList01 dd {
        margin-bottom: 10px;
        padding: 0 0 10px 8em;
    }
}


/*-------------------------------------------------------------------
#access
-------------------------------------------------------------------*/
#access{
    background-color: #323232;
    width:100%;
    height:540px;
    padding-top: 0!important;
    text-align: left!important;
}

#map{
	margin-top: -69px;
	padding-top: 69px;
}

#access .map {
    display: block;
    width: 66.6667%;
    height: 540px;
    float: left;
}

#access .map #map_canvas {
    position: relative;
    width: 100%;
    height: 100%;
}

#access .map #map_canvas iframe,
#access .map #map_canvas object,
#access .map #map_canvas embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#access .accessInfo{
    display: block;
    width: 33.3333%;
    float: left;
    padding: 50px 30px;
}

#access span,#access p{ color: #ffffff;}
#access a:link { color: #ffffff;text-decoration: none; }
#access a:visited { color: #ffffff; }
#access a:hover { color: #ffffff;text-decoration: underline; }
#access a:active { color: #ffffff; }

@media screen and (max-width: 736px) {
    #access{
    height:auto;
    }
    #access .map,
    #access .accessInfo{
        clear: both;
        width: 100%;
    }
    #access .map{
    height:300px;
    }
    #access .accessInfo{
    padding: 15px 10px;
    }
}

/*-------------------------------------------------------------------
#office
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
#footer
-------------------------------------------------------------------*/

/*ページトップへボタン*/
#fixedTop{
    right: 60px;
    bottom: 40px;
    text-align:right;
    cursor:pointer;
    position: fixed;
    display: none;
    z-index: 9999;
    -webkit-transform: translateZ(0);
}

@media screen and (max-width: 736px) {
    #fixedTop{
    right: 10px;
    bottom: 10px;
    }
}

#fixedTop:hover{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

#footer{
    width: 100%;
    height: 200px;
    background-color: #0f0f0f;
    padding-top: 0!important;
    padding-bottom: 0;
}

#footer .Links{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #202020;
    padding-top: 10px;
    margin: 0 auto;
}

#footer .Links ul{
    display: table;
    margin: auto;
}

#footer .Links li{
    list-style: none;
    float: left;
    padding: 0 15px;
    display: table-cell;
}

#footer .Links a{
    color: #525252;
    font-size: 80%;
    text-decoration: none;
}

#footer .Links a:hover{
    text-decoration: underline;
}

#footer .footerlogo{
    padding-top: 35px;
}
#footer .copyright{
    font-size: 80%;
    color: #525252;
}

/*-------------------------------------------------------------------
Other
-------------------------------------------------------------------*/

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix{display: inline-block;} 
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}

.marT00{margin-top: 0;}
.marT05{margin-top: 5px;}
.marT10{margin-top: 10px;}
.marT15{margin-top: 15px;}
.marT20{margin-top: 20px;}
.marT25{margin-top: 25px;}
.marT30{margin-top: 30px;}
.marT40{margin-top: 40px;}
.marT50{margin-top: 50px;}
.marT60{margin-top: 60px;}
.marT70{margin-top: 70px;}
.marT80{margin-top: 80px;}
.marT90{margin-top: 90px;}
.marT100{margin-top: 100px;}

.marB00{margin-bottom: 0;}
.marB05{margin-bottom: 5px;}
.marB10{margin-bottom: 10px;}
.marB15{margin-bottom: 15px;}
.marB20{margin-bottom: 20px;}
.marB25{margin-bottom: 25px;}
.marB30{margin-bottom: 30px;}
.marB40{margin-bottom: 40px;}
.marB50{margin-bottom: 50px;}
.marB60{margin-bottom: 60px;}
.marB70{margin-bottom: 70px;}
.marB80{margin-bottom: 80px;}
.marB90{margin-bottom: 90px;}
.marB100{margin-bottom: 100px;}

.padT00{padding-top: 0;}
.padT05{padding-top: 5px;}
.padT10{padding-top: 10px;}
.padT15{padding-top: 15px;}
.padT20{padding-top: 20px;}
.padT25{padding-top: 25px;}
.padT30{padding-top: 30px;}
.padT40{padding-top: 40px;}
.padT50{padding-top: 50px;}
.padT60{padding-top: 60px;}
.padT70{padding-top: 70px;}
.padT80{padding-top: 80px;}
.padT90{padding-top: 90px;}
.padT100{padding-top: 100px;}

.padB00{padding-bottom: 0;}
.padB05{padding-bottom: 5px;}
.padB10{padding-bottom: 10px;}
.padB15{padding-bottom: 15px;}
.padB20{padding-bottom: 20px;}
.padB25{padding-bottom: 25px;}
.padB30{padding-bottom: 30px;}
.padB40{padding-bottom: 40px;}
.padB50{padding-bottom: 50px;}
.padB60{padding-bottom: 60px;}
.padB70{padding-bottom: 70px;}
.padB80{padding-bottom: 80px;}
.padB90{padding-bottom: 90px;}
.padB100{padding-bottom: 100px;}

.padL00{padding-left: 0;}
.padL05{padding-left: 5px;}
.padL10{padding-left: 10px;}
.padL15{padding-left: 15px;}
.padL20{padding-left: 20px;}
.padL25{padding-left: 25px;}
.padL30{padding-left: 30px;}
.padL40{padding-left: 40px;}
.padL50{padding-left: 50px;}
.padL60{padding-left: 60px;}
.padL70{padding-left: 70px;}
.padL80{padding-left: 80px;}
.padL90{padding-left: 90px;}
.padL100{padding-left: 100px;}

.padB00{padding-bottom: 0;}
.padB05{padding-bottom: 5px;}
.padB10{padding-bottom: 10px;}
.padB15{padding-bottom: 15px;}
.padB20{padding-bottom: 20px;}
.padB25{padding-bottom: 25px;}
.padB30{padding-bottom: 30px;}
.padB40{padding-bottom: 40px;}
.padB50{padding-bottom: 50px;}
.padB60{padding-bottom: 60px;}
.padB70{padding-bottom: 70px;}
.padB80{padding-bottom: 80px;}
.padB90{padding-bottom: 90px;}
.padB100{padding-bottom: 100px;}

.padR00{padding-right: 0;}
.padR05{padding-right: 5px;}
.padR10{padding-right: 10px;}
.padR15{padding-right: 15px;}
.padR20{padding-right: 20px;}
.padR25{padding-right: 25px;}
.padR30{padding-right: 30px;}
.padR40{padding-right: 40px;}
.padR50{padding-right: 50px;}
.padR60{padding-right: 60px;}
.padR70{padding-right: 70px;}
.padR80{padding-right: 80px;}
.padR90{padding-right: 90px;}
.padR100{padding-right: 100px;}

.padB00{padding-bottom: 0;}
.padB05{padding-bottom: 5px;}
.padB10{padding-bottom: 10px;}
.padB15{padding-bottom: 15px;}
.padB20{padding-bottom: 20px;}
.padB25{padding-bottom: 25px;}
.padB30{padding-bottom: 30px;}
.padB40{padding-bottom: 40px;}
.padB50{padding-bottom: 50px;}
.padB60{padding-bottom: 60px;}
.padB70{padding-bottom: 70px;}
.padB80{padding-bottom: 80px;}
.padB90{padding-bottom: 90px;}
.padB100{padding-bottom: 100px;}