﻿/*------------------------------------------------------------------------------------共通*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #5a5a5a;
    overflow-x: hidden;
    padding-top:62px;
}
html {
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
.btn-primary {
    background-color: #F7B515;
    border:none;
}
.anchor {
    display: block;
    padding-top: 63px;
    margin-top: -63px;
}
.common-headline1 {
    background-color: #F7B515;
    padding:10px 10px 15px;
    color:#FFF;
    margin-bottom:30px;
}
.works .common-headline1 {
    background-color: #66cccc;
}
.common-headline2:before{
    content:"■";
    color:#66cccc;
}
.common-headline2 {
    margin-bottom:20px;
}
.common-area01{
    background-color:#f2f2f2;
    border:2px solid #d9d9d9;
    padding:10px;
    margin-bottom: 20px;
}

#gnavi:hover {
    background-color: rgba(255,255,255,0.95);
}

#gnavi {
    transition: background-color 0.1s linear 0.1s;
    margin: 0 auto;
    padding: 15px 0 0;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:1020;
}

    #gnavi .pc {
        display: grid;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 230px 1fr 1fr 1fr 1fr 1fr 1.5fr /*1fr*/;
        padding-bottom: 15px;
    }
    #gnavi .pc a {
        font-family: 'Noto Sans JP', sans-serif;
        color: #5A5A5A;
        display: block;
        font-size: 13px;
        height: 32px;
        line-height: 30px;
        text-align: center;
        border-left: 1px solid #808080;
    }
    #gnavi .pc a.logo {
        text-align: center;
        border-left: none;
    }

    #gnavi .sp {
        display: grid;
        width: 100%;
        grid-template-columns: 230px 1fr 100px;
        text-align: center;
        padding-bottom: 15px;
    }
            #gnavi .sp .open-menu {
            display: block;
            text-align: center;
            border-left: 1px solid #808080;
        }
        #gnavi .sp svg {
            width:33px;
        }
    #gnavi .sp-menu a {
        font-family: 'Noto Sans JP', sans-serif;
        color: #5A5A5A;
        display: block;
        font-size: 13px;
        height: 32px;
        line-height: 30px;
        text-align: center;
        border-top: 1px solid #cccccc;
    }

        #gnavi a:hover {
            color: #F7B515;
        }

        #gnavi a.active {
            background-color: #F7B515;
            color: #FFF;
        }

#footer-top {
    padding-top: 37px;
    padding-bottom: 36px;
    background-image: url(img/home/footer_bg@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#footer-bottom {
    margin-top: 10px;
    margin-bottom: 30px;
}
.pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index:1000;
    display:none;
}
/*------------------------------------------------------------------------------------トップページ*/
#main-img {
    width: 100%;
    margin: 0px auto 50px;
    background-image: url(img/home/main_img_bg@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position:relative;
    /*
    opacity: 0;
    transition: 2s;
    position:relative;
    top:-25px;
    */
}
    #main-img.active {
        opacity: 1;
        top:0;
    }
    #main-img .inner span {
        color: #a87946;
        display: inline-block;
    }
    #main-img .over {
        padding-left: 90px;
        padding-right: 90px;
        position: absolute;
        height: 266px;
        width: 100%;
        box-sizing: content-box;
        top: 0;
        left: -90px;
        background-image: url(img/home/main_img_over.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center bottom;
    }
        #main-img .inner {
        line-height: 1;
        font-size: 70%;
        text-align: center;
        margin-left: -90px;
        margin-right: -90px;
        padding: 400px 100px 20px;
        background-image: url(img/home/main_img.png);
        background-repeat: no-repeat;
        background-size: 100% 266px;
        background-position: center bottom;
    }
.service-image {
    position: relative;
}
.service-image .bg01 {
    position: absolute;
    top:0;
    left:-50%;
    width:100%;
    height: 100%;
    background-image: url(img/home/service_image_bg_left.png);
    background-repeat: repeat-x;
    background-size: 50% 100%;
    background-position: left top;
}
    .service-image .bg02 {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        height: 100%;
        background-image: url(img/home/service_image_bg_right.png);
        background-repeat: repeat-x;
        background-size: 50% 100%;
        background-position: right top;
    }
    .service-image .inner {
        position: relative;
        width: 100%;
        max-width: 881px;
        height: auto;
        margin: 0 auto;
        z-index: 2;
    }
#news{
    margin-top: 50px;
}
#news * {
    font-family: 'Noto Sans JP', sans-serif;
}
#news h2{
    font-size:16px;
    width:160px;
    padding:10px 0 13px;
    text-align:center;
    background-color:#F7B515 ;
    color: #FFF;
    margin-bottom: 0;
}
#news article {
    border-bottom: 1px solid #CCC;
    padding: 20px 0;
}
#news article:first-of-type{
    border-top:1px solid #CCC;
}
    #news .category {
        display: inline-block;
        width: 100px;
        color: #FFF;
        text-align: center;
        padding: 3px 0 5px;
        margin-right: 20px;
        font-size: 90%;
    }
    #news .site {
        background-color: #35AE06;
    }
    #news .title {
        font-size:110%;
        margin:10px 0;
    }
    #footer {
        margin-top: 100px;
    }
/*------------------------------------------------------------------------------------下層ページ*/
.under-title {
    background-color: #f2f2f2;
    padding: 50px 0 60px;
    margin-bottom: 100px;
    text-align: center;
}
/*------------------------------------------------------------------------------------会社概要*/
.company-dl01{
    display: grid;
    grid-template-columns: 150px 1fr;
}
.company-dl01 dt,.company-dl01 dd {
    border-bottom:1px solid #CCC;
    padding:10px 2px;
    margin-bottom:0;
}
.company-dl02 {
    display: grid;
    grid-template-columns: 200px 1fr;
}
/*------------------------------------------------------------------------------------事例・実績*/

.works img, .service img {
    width: 100%;
}
/*------------------------------------------------------------------------------------個人情報ポリシー*/
.privacy-area01 p{
    margin-top:20px;
    margin-bottom:40px;
}
.toiawase-madoguchi{
    border:1px solid #5A5A5A;
    padding:10px;
    margin-bottom:30px;
}
.privacy-mark img{
    float:left;
    margin-right:20px;
    margin-bottom:30px;
}
/*------------------------------------------------------------------------------------グループ会社*/
.group-area01 {
    margin-left: auto;
    margin-right: auto;
}

    .group-area01 .col-lg-6 a:nth-child(1) {
        border-top: 2px solid #CCC;
    }
@media screen and (max-width:992px) {
    .group-area01 .col-lg-6:nth-child(2) a {
        border-top: none;
    }
}
.group-area01 a{
    text-decoration:underline;
}
.group-area01 a,
.group-area01 span {
    margin-left: 5px;
    font-size: 150%;
    display: block;
    color: #5a5a5a;
    padding: 16px 5px;
    border-bottom: 2px solid #CCC;
}

        .group-area01 a:hover {
            color: #F7B515;
        }
/*------------------------------------------------------------------------------------お問い合わせ*/
