@charset "UTF-8";

html,
body {
    height: 100%;
}

body {

    color: #221814;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

    -webkit-text-size-adjust: 100%;
    /*
	overflow-x: hidden !important;
	overflow-y: auto !important;
	*/
}

.over-wrap {
    overflow-x: hidden;
    width: 100%;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .4);
}

a {
    color: #595757;
    text-decoration: none;
}

.clear {
    clear: both;
    margin: 0px;
}

.cf:before,
.cf:after {
    display: table;
    content: "";
}

.cf:after {
    clear: both;
}

/*IE6,7対策 （haslayout対策）*/
.cf {
    *zoom: 1;
}

.lf {
    float: left;
}

.rg {
    float: right;
}

.hide-text {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.uapc .hide-text {
    /*	font: 1em/24px a !important;*/
}

.min {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


header {
    position: relative;
    z-index: 99;
    background: #ffffff;
}

.drawer-hamburger {
    background: rgba(255, 255, 255, .4) !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
    background-color: #004DA1 !important;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
}

div.inner-wrap {
    max-width: 960px;
    margin: auto;
}


/* footer */
div.footer-nav {
    background-image: url(../img/common/footer-bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-color: #004b96;
}

.footer-nav a {
    color: #ffffff;
}

.footer-nav .inner-wrap div:nth-child(-n+4) ul li:nth-child(n+2) a {
    background-image: url(../img/common/arrow-white-right.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 2em;
    display: block;
    position: relative;
}

.footer-nav ul li:first-child a,
.footer-nav .inner-wrap div:last-child a {
    padding-left: 2em;
    display: block;
    position: relative;
}

.footer-nav ul li:first-child a:after,
.footer-nav .inner-wrap div:last-child a:after {
    content: "";
    position: absolute;
    background-image: url(../img/common/arrow-nav.svg);
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: 50% 50%;
    background-size: auto 90%;
}

.footer-nav ul li:first-child a:before,
.footer-nav .inner-wrap div:last-child a:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #EEEFEF;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


footer {
    background-color: #ffffff;
}

div.footer-wrap {}

.footer-wrap a {
    color: #0061b1;
}

.footer-wrap a img {
    width: 100%;
    display: block;
}

.footer-wrap p.copy {
    color: #595757;
    display: block;
}

/* page-top */
.page-top {
    position: fixed;
    right: 2%;
    z-index: 15;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
}

.page-top a {
    display: block;
    width: 47px;
    height: 47px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 46px;
    opacity: .8;
    background: #004DA1;
}

.page-top a:hover {
    opacity: 1;
}












/**==============================================**/
/*
/*			共通設定
/*
/**==============================================**/


header .header-wrap {
    box-sizing: border-box;
    position: relative;
    margin: auto;
}

.nav-list>li.main>a {
    color: #0061B1;
}


.nav-list>li.sub>a {
    position: relative;
    padding-left: 1.5em;
}

.nav-list>li.sub>a:before,
.nav-list>li.sub>a:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.nav-list>li.sub>a:before {
    display: block;
    background: #EEEFEF;
}

.nav-list>li.sub>a:after {
    display: block;
    background: url(../img/common/arrow-nav.svg) 50% 50% no-repeat;
}
















/* 施工実績リンク */
div.works-link {
    width: 100%;
    position: relative;
}

div.works-link>img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.works-link a {
    border: 9px solid #ffffff;
    background: #0098a2;
    color: #ffffff;
    text-align: center;
    /*	width: 32%;*/
    display: block;
    margin: auto;
    max-width: 384px;
    /*	max-height: 122px;*/
    box-sizing: border-box;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.works-link a:before {
    content: "";
    display: block;
    padding-top: 51.8%;
}

.works-link p {
    font-size: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    line-height: 1.4;
}

.works-link p span {
    display: block;
    font-size: 13px;
}

.works-link p img {
    margin-left: -.5em;
}

.works-link a:hover {
    opacity: .8;
}



/**==============================================**/
/**==============================================**/
/*
/*			SP 〜 tab
/*
/*			〜599px
/*
/**==============================================**/
/**==============================================**/
@media all and (max-width:599px) {


    html {
        font-size: 62.5%;
    }

    body,
    .over-wrap {
        overflow-x: hidden;
        width: 100%;
        font-size: 1.0rem;
    }

    .sp,
    .sp.tab {
        display: block !important;
    }

    .tab,
    .pc {
        display: none !important;
    }

    ul.nav-list li.acc div {
        display: none;
    }


    /* header */
    header {}

    .header-wrap {
        height: 50px;
    }

    .header-wrap h1 {
        height: 100%;
    }

    .header-wrap h1 img {
        height: 100%;
        width: auto;
    }

    .header-wrap>div.logo-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(134px + 1.5rem);
        height: 50px;
    }

    .drawer-hamburger {
        padding-top: 13px !important;
        width: 3rem !important;
        padding-bottom: 24px !important;
    }

    .drawer-open .drawer-nav {
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .8);
    }

    nav.drawer-nav {
        overflow: scroll;
    }

    ul.nav-list {}

    .nav-list>li {
        position: relative;
    }

    .nav-list>li:first-child {}

    .nav-list>li {
        width: 100%;
        line-height: 2em;
        border-bottom: 1px solid #cfcfcf;
    }

    .nav-list>li.main a {
        width: 100%;
        display: block;
        position: relative;
    }

    .nav-list>li.main:nth-child(n+2):nth-child(-n+4)>a:after {
        content: "";
        position: absolute;
        width: 1em;
        height: 1em;
        background: url(../img/common/arrow-nav.svg) 50% 50% no-repeat;
        top: 0;
        bottom: 0;
        margin: auto auto auto 1em;
        background-size: auto 160%;
    }

    .nav-list>li.main.active:nth-child(n+2):nth-child(-n+4)>a:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .nav-list>li.main div ul li {
        width: 50%;
        float: left;
    }

    .nav-list>li.main div a {
        line-height: 3;
        font-size: 1.4rem;
    }


    .nav-list>li.sub {}

    .nav-list>li.sub>a {
        position: relative;
        padding-left: 0;
        width: 100%;
        margin: auto;
        font-weight: normal;
        font-size: 16px !important;
    }

    .nav-list>li.sub>a:before,
    .nav-list>li.sub>a:after {
        content: none;
    }

    .nav-list>li>a {
        font-size: 1.5rem;
        line-height: 2.6;
    }

    .nav-list>li a {
        font-weight: bold;
        display: block;
        text-align: center;
        letter-spacing: .1em;
        text-indent: 1em;
    }

    .nav-list>li.hd_bnr_sp>a {
        color: #0098d8;
        letter-spacing: 0;
    }







    /* content-wrap */
    div.content-wrap {}







    /* footer */
    footer {}

    div.footer-nav {
        padding-top: 10%;
        background-size: auto 100%;
    }

    div.footer-nav .inner-wrap {
        display: none;
    }

    .footer-wrap a {
        width: 50%;
        margin: 5% auto;
        display: block;
    }

    .footer-wrap a span {
        display: block;
        text-align: center;
        margin-top: 3%;
    }

    .footer-wrap p.copy {
        text-align: center;
        margin-bottom: 2%;
    }


    div.works-link {
        margin-bottom: 10%;
    }

    div.works-link>img {
        width: 160%;
        margin-left: -30%;
    }

    .works-link a {
        width: 52%;
        max-height: 102px;
    }

    .works-link p {
        padding: 1% 0 0;
    }

    .footer_bnr {
        display: none;
    }

















}









/**==============================================**/
/**==============================================**/
/*
/*			tab 〜
/*
/*			600px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 600px) {


    /* header */
    header .header-wrap {}





    /* footer */
    div.footer-nav {
        padding-left: 1.14%;
        padding-top: 135px;
        padding-bottom: 4%;
    }

    .footer-nav div.inner-wrap div {
        float: left;
    }

    .footer-nav .inner-wrap div:nth-child(1) {
        width: 16.0%;
    }

    .footer-nav .inner-wrap div:nth-child(2) {
        width: 20.5%;
    }

    .footer-nav .inner-wrap div:nth-child(3) {
        width: 20.9%;
    }

    .footer-nav .inner-wrap div:nth-child(4) {
        width: 20.9%;
    }

    .footer-nav .inner-wrap div:nth-child(5) {
        width: 20.6%;
    }

    .footer-nav .inner-wrap div:nth-child(2) ul:nth-child(2) {
        margin-top: 50px;
    }

    .footer-nav .inner-wrap div:nth-child(n+2) ul:nth-child(n+2) {
        margin-top: 40px;
    }

    .footer-nav .inner-wrap div:nth-child(-n+4) ul li:nth-child(n+2) a {
        /*	.footer-nav ul li a {*/
        font-size: 14px;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        line-height: 1.8;
    }

    .footer-nav .inner-wrap div:nth-child(4) ul li:last-child {
        margin-top: 24px;
    }

    .footer-nav ul li:first-child a,
    .footer-nav .inner-wrap div:last-child a {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .footer-nav ul li a:hover {
        background-position: 2% 50%;
        text-decoration: underline;
    }

    .footer-nav .inner-wrap div:nth-child(5) li {
        margin-bottom: 8px;
    }

    footer {}

    footer .footer-wrap {
        max-width: 960px;
        margin: auto;
        padding: 26px 0 26px;
    }

    .footer-wrap a {
        width: 27%;
        margin: auto;
        display: block;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .footer-wrap a:hover {
        opacity: .8;
    }

    .footer-wrap a span {
        font-size: 13px;
        text-align: center;
        display: block;
        margin-top: 10px;
        letter-spacing: .1em;
        text-indent: .1em;
    }

    .footer-wrap p.copy {
        font-size: 12px;
        margin-top: 40px;
        text-align: right;
    }

    div.works-link {
        margin-bottom: 30px;
    }

    .works-link a {
        width: 32%;
        max-height: 122px;
    }

    .works-link a::before {
        padding-top: 41.8%;
    }

    .works-link p {
        padding: 3% 0 0;
    }

    .footer_bnr {
        max-width: 960px;
        margin: 50px auto 0;
    }

    .footer_bnr a:hover {
        opacity: 0.8;
    }

    /* footer_banner_sustainability */
    .footer_bnr_sustainability {
        height: 65px;
        margin-left: 10px;
    }

    .footer_ico_instagram {
        height: 65px;
        margin-left: 10px;
        width: auto;
    }
}












/**==============================================**/
/**==============================================**/
/*
/*			tab 〜　PC
/*
/*			600px〜959px
/*
/**==============================================**/
/**==============================================**/
@media (min-width: 600px) and (max-width: 959px) {


    .sp.tab {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    div.inner-wrap {
        width: 90%;
        margin: auto;
    }

    header {}

    .header-wrap {}

    .drawer-hamburger {
        top: 12px !important;
    }

    .drawer-nav {
        overflow: inherit !important;
    }

    .drawer-hamburger {}

    .drawer-open .drawer-nav {
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .8);
    }

    .header-wrap div.nav-wrap {
        max-width: 100%;
        margin: auto;
        position: relative;
    }


    ul.nav-list li.acc div {
        display: none;
    }

    .nav-list>li {
        width: 100%;
        line-height: 2em;
        border-bottom: 1px solid #cfcfcf;
    }

    .nav-list>li.main a {
        width: 100%;
        display: block;
        position: relative;
    }

    .nav-list>li.main:nth-child(n+2):nth-child(-n+4)>a:after {
        content: "";
        position: absolute;
        width: 1em;
        height: 1em;
        background: url(../img/common/arrow-nav.svg) 50% 50% no-repeat;
        top: 0;
        bottom: 0;
        margin: auto auto auto 1em;
        background-size: auto 160%;
    }

    .nav-list>li.main.active:nth-child(n+2):nth-child(-n+4)>a:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .nav-list>li.main div ul li {
        width: 50%;
        float: left;
    }

    .nav-list>li.main div a {
        line-height: 3;
        font-size: 1.4rem;
    }


    .nav-list>li.sub {}

    .nav-list>li.sub>a {
        position: relative;
        padding-left: 0;
        width: 100%;
        margin: auto;
        font-weight: normal;
        font-size: 16px !important;
    }

    .nav-list>li.sub>a:before,
    .nav-list>li.sub>a:after {
        content: none;
    }

    .nav-list>li>a {
        font-size: 1.5rem;
        line-height: 2.6;
    }

    .nav-list>li a {
        font-weight: bold;
        display: block;
        text-align: center;
        letter-spacing: .1em;
        text-indent: 1em;
    }


















}



/*
@media all and (min-width: 960px) and (max-width: 1280px){}
*/









/**==============================================**/
/**==============================================**/
/*
/*			PC
/*
/*			960px〜
/*
/**==============================================**/
/**==============================================**/
@media print,
all and (min-width:960px) {
    .sp {
        display: none !important;
    }

    .sp.tab {
        display: none !important;
    }

    .tab,
    .pc {
        display: block !important;
    }

    /* ナビ用 */
    .uaipad .nav-wrap .sp.tab {
        display: block !important;
    }





    /* header */
    header {}

    /* header */
    header .header-wrap {
        width: 91.6%;
    }

    .header-wrap div.logo-wrap {
        float: left;
    }

    .logo-wrap a {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .logo-wrap a:hover {
        opacity: .8;
    }

    .header-wrap div.nav-wrap {
        width: 65%;
        float: right;
    }

    ul.nav-list {
        transform: none !important;
    }

    .nav-list>li {
        float: left;
        position: relative;
    }

    .nav-list>li.main {
        width: 16.6%;
    }

    .nav-list>li.sub {
        width: 16.8%;
    }

    .nav-list>li.main>a,
    .nav-list>li.acc>a {
        line-height: 85px;
        font-weight: bold;
        letter-spacing: .1em;
        text-indent: .1em;
    }

    .nav-list>li.main:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #C9C9CA;
        position: absolute;
        top: 0;
        left: 0;
    }

    .nav-list>li.acc.last:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #C9C9CA;
        position: absolute;
        top: 0;
        right: 0;
    }

    .nav-list>li a {
        display: block;
        text-align: center;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .nav-list>li.sub {
        padding: 0 0 0 1em;
        box-sizing: border-box;
    }

    .nav-list>li.sub.top {
        margin: 10px auto 5px;
    }

    .nav-list>li.sub>a {
        line-height: 30px;
        font-size: 14px;
        text-align: left;
    }

    .nav-list>li:last-child>a {
        letter-spacing: -0.05em;
    }

    .nav-list>li.sub>a:before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
    }

    .nav-list>li.sub>a:hover {
        text-decoration: underline;
    }

    ul.nav-list li.acc div {
        width: 140%;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 85px;
        left: -20%;
        z-index: 9;
        display: block;
    }

    .uapc .nav-list li.acc:hover div {
        background: #ffffff;
        height: auto;
        box-shadow: 0 6px 10px 1px rgba(0, 0, 0, .1);
    }

    .nav-list li.acc.active div {
        background: #ffffff;
        display: block !important;
        height: auto !important;
        z-index: 9;
    }

    .nav-list li.acc {
        position: relative;
    }

    .uapc .nav-list li.acc:hover,
    .nav-list li.acc.active {
        background: #EEEFEF;
    }

    .nav-list li.acc:hover a {
        font-weight: normal;
    }

    .nav-list li.acc div ul li {
        width: 100%;
    }

    .nav-list li.acc div a {
        width: 370px;
        height: 60px;
        font-weight: normal;
        border-bottom-width: 1px;
        line-height: 1.5;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .nav-list li.acc.active div a {
        font-weight: bold;
    }

    .nav-list li.acc div a:hover {
        background: #EEEFEF;
    }

    .nav-list>li.hd_bnr_sp>a {
        display: none;
    }










    /* content-wrap */
    div.content-wrap {}



    .works-link a::before {
        padding-top: 31.8%;
    }



































}
























@media print {

    body,
    .over-wrap {
        overflow-y: visible !important;
    }

    header {
        position: relative !important;
    }

    .page-top {
        display: none;
    }

    .fase {
        opacity: 1 !important;
    }

    .cap-wrap h1 span,
    .cap-wrap h2 span {
        font-size: 20pt !important;
    }


    section,
    .service-list li,
    .tech-list li,
    .quality-list li,
    .process-list li,
    .access-list,
    .access-list li .box,
    .footer-nav {
        page-break-inside: avoid !important;
    }

    .access-list li {
        page-break-after: avoid !important;
    }

    div.top-caption {
        padding: 5% 0;
    }

    .anc-box li {
        max-height: 148px;
        overflow: hidden;
    }

    .anc-box a:before {
        content: none;
    }

    .anc-box a span {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }










}