@charset "UTF-8";

/*全体の要素を指定*/
body {
    background-image: url(/assets/img/top.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f7f9fb;
    margin: 0 auto;
}

#container {
    margin: 0 auto;
}

/*メニューの配置指定*/
.nav_left {
    height: 70px;
    width: auto;
    text-align: right;
    margin-right: 50px;
}

.members-site {
    text-align: right;
    padding: 10px 20px;
    margin-right: 50px;
    margin-bottom: 28%;
}

.members-site a {
    font-size: 18px;
    font-weight: bold;
    color: #012c64;
    background: linear-gradient(transparent 60%, #fbbf35 35%);
}

.members-site a:hover {
    background: #012c64;
    color: #FFFFFF;
}

/*レスポンシブ*/
.nav_pc {
    display: block !important;
}

.nav_sp {
    display: none !important;
}

.company_pc {
    display: block !important;
}

.company_sp {
    display: none !important;
}



/*TOPへのLINK*/
.scroll_button a {
    position: fixed;
    display: block;
    right: 50px;
    bottom: 30px;
    background: rgba(31, 31, 31, 0.7);
    color: #fff;
    padding: 20px;
    z-index: 9999;
}


/*top画像のサイズ指定*/
.top_img img {
    width: 85%;
}

/*メニューの装飾指定*/
.nav_left li {
    font-size: 20px;
    list-style: none;
    padding: 20px;
    display: inline-block;
}


/*リンクの指定*/
.nav_pc_left a {
    color: #012c64;
    text-decoration: none;
}

h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.policy {
    width: 70%;
    margin: 0 auto;
}

.policy p {
    font-size: 1.5em;
    text-align: center;
    color: #012c64;
    font-weight: normal;
    margin: 60px 0;
    line-height: 200%;

}

.stress {
    color: #fbbf35;
    font-weight: bold;
}

/*news全体*/
.news_info {
    display: flex;
    width: 70%;
    margin: 0 auto;
}

.news_all {
    padding: 20px 50px;
    background: #012c64;
}

.news_all h2 {
    font-size: 1.8em;
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
    color: #ffffff;
}

.news_labor {
    width: 55%;
}

.news_labor h2,
.info h2 {
    font-size: 1.2em;
    width: auto;
    padding: 15px;
    margin: 10px 0;
    background: #f5f5f5;
    color: #000000;
}

.news_labor p {
    padding-right: 100px;
}

/*人事労務ニュース*/
#mkcontents a {
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: underline;
}

#mkcontents a:hover {
    color: #f5f5f5;
    text-decoration: underline;
}

#mkcontents p {
    padding: 5px;
    color: #f5f5f5;
}

#mkcontents dt {
    padding: 10px;
    padding-left: 120px;
    position: relative;
}

span.news-date {
    font-size: 15px;
    color: #c0c0c0;
    position: absolute;
    top: 12px;
    left: 10px;
}

img[src$="https://www.gazou-data.com/contents_share/files/title/news_contents_top.png"] {
    display: none;
}

/*お知らせ*/
.info {
    margin-left: 8%;
    width: 50%;
}

.info dl {
    padding: 20px 0;
    padding-bottom: 5px;
    font-size: 15px;
    clear: both;
}

.info dt {
    width: 25%;
    float: left;
    padding-bottom: 20px;
    color: #c0c0c0;
}

.info dd {
    padding-left: 140px;
    padding-bottom: 5px;
    color: #f5f5f5;
}

/*概要部分*/
.overview {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    margin: auto;
    width: 70%;
    height: 750px;
}

.box {
    padding: 5px;
    width: 800px;
    height: auto;
}

.ov_img {
    position: absolute;
    margin-top: 5%;

}

.ov_img img {
    width: 100%;
}

.ov_txt {
    font-size: 1.25em;
    position: absolute;
    top: 15%;
    left: 38%;
    background-color: #FFFFFF;
    line-height: 220%;
    padding: 50px 0;
}

h2.ov {
    font-weight: bold;
    padding: 0 50px;
}

p.ov_p {
    padding: 20px 60px;
    font-size: 18px;

}

.ov {
    font-weight: unset;
    padding: 50px 60px;
}

/*企業理念*/
.idea {
    width: 70%;
    margin: 0 auto;
}

/*枠背景*/
.idea_box {
    background-color: #f5f5f5;
    height: auto;
    margin: 0 auto;
    padding: 5%;
    margin-bottom: 20px;
}

/*枠装飾*/
.i_title p {
    margin: 20px 10px 0 5px;
    text-align: center;
    font-size: 1.5em;
    color: #012c64;
}

.i_title {
    float: left;
    background-color: #FFFFFF;
    width: 200px;
    height: 120px;
    position: relative;
    font-weight: bold;
    margin-left: 7%;
}

.i_title:before,
.i_title:after {
    content: '';
    width: 190px;
    height: 115px;
    position: absolute;
    display: inline-block;
}

.i_title:after {
    border-left: solid 4px #fbbf35;
    border-bottom: solid 4px #fbbf35;
    top: 8px;
    right: 13px;
}

.i_title:before {
    border-right: solid 4px #012c64;
    border-top: solid 4px #012c64;
    top: 3px;
    right: 3px;
}

.yomi {
    font-size: 12px;
}

.expo {
    padding-left: 23%;
}

.expo p {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
}

.expo p,
.expo_sub {
    line-height: 250%;
}

.under {
    background: linear-gradient(transparent 40%, #ffffff 35%);
}

.idea_box dd {
    padding-left: 35%;
}

.expo_sub li {
    list-style: none;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6eaef;
    padding-bottom: 30px
}


/*事業案内*/
.service {
    background-color: #012c64;
    color: #ffffff;
    padding-bottom: 30px;
}

.service h2 {
    font-size: 1.8em;
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
}

.small_t {
    font-size: 18px;
}

.se_flex {
    display: flex;
    width: 70%;
    margin: 0 auto;
}

.corp img,
.person img {
    width: 90%
}

.title {
    border: solid 2px #ffffff;
    padding: 10px 15px;
}

.head {
    padding-top: 10px;
}

.se_flex h3 {
    margin: 30px 0;
}

.se_flex li {
    padding: 10px;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 15px;
}

.person {
    margin-left: 100px;
}


/*会社概要*/
.company_pc {
    margin-right: 20px;
    background-color: #ffffff;
    width: 100%
}

.company_pc h2 {
    font-size: 1.8em;
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
}

.chiyoda_pc,
.tachikawa_pc {
    display: flex;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.tachikawa_pc {
    padding-bottom: 50px;
}

.co_name_pc p {
    font-size: 3em;
    margin: 0 130px;
}

.add_pc dt {
    margin: 50px 130px;
    line-height: 220%;
}

.add_pc dd {
    margin: 50px 130px;
    line-height: 220%;
}

.co_small_pc {
    font-size: 20px;
}

.intro {
    width: 70%;
    margin: 0 auto;
    height: 220px;
}

h3.intro-sub {
    text-align: center;
    padding: 30px 0;
    margin-top: unset;
    color: #5a5a5a;
    border-top: 1px solid #d3d3d3;
}

.intro dl {
    padding-bottom: 15px;
    padding-left: 110px;
    font-size: 15px;
    width: 40%;
    margin: 0 auto;
}

.intro dt {
    width: 25%;
    float: left;
    padding-bottom: 20px;
    color: rgb(53, 53, 53);
}

.intro dd {
    padding-left: 100px;
    padding-bottom: 5px;
    color: rgb(53, 53, 53);
}

.cap {
    font-size: 12px;
    color: #808080;
}


/*GoogleMap*/
iframe {
    width: 600px;
    height: 450px;
    border: unset;
}


/*個人情報*/
.privacy {
    background-color: #ffffff;
}

.privacy_txt {
    width: 70%;
    margin: 0 auto;
    color: dimgrey;
}

.privacy h3 {
    text-align: center;
    padding: 30px 0;
    margin-top: unset;
    border-top: 1px solid #d3d3d3;
}

.privacy_txt p {
    line-height: 210%;
    text-align: left;
    color: dimgrey;
    font-size: 13px;
    margin-bottom: 25px;
}

p.p_win {
    margin-bottom: 15px;
}

p.p_contact {
    padding-bottom: 50px;
    margin: 0;
}

.privacy_txt li {
    list-style-type: square;
    list-style-position: inside;
    font-size: 13px;
}

/*問い合わせとフッター*/
.contact_flex {
    display: flex;
    width: 70%;
    height: 200px;
    margin: auto;
    align-items: center;
}

.footer_contact {
    height: 300px;
    background-color: #fbbf35;
}

.contact_title {
    margin: auto;
}

.contact_title h3 {
    font-size: 2em;
}

.contact_title p {
    font-size: 13px;
}

.tel {
    margin: auto;
    line-height: 220%;
    font-weight: bold;
    color: #012c64;
    font-size: 18px;
}

.tel dt {
    float: left;
    font-size: 1.2em;
}

.tel dd {
    margin-left: 150px;
}

.fotter_nav {
    background-color: #FFFFFF;
}

.fotter_nav p {
    padding-top: 120px;
    padding: 5px;
    text-align: center;
}


/* 2022.12.30 upd 
.fotter_nav img { */
.fotter_nav img.f_logo {
    width: 300px;
}

/* 2022.12.30 add */
.fotter_nav img.srp2 {
    margin-bottom: 3px;
}

p.copyright {
    padding: 5px;
    padding-bottom: 120px;
}


/*レスポンシブ-------------------------------------------------------------------------------*/
@media screen and (max-width:640px) {

    .policy {
        width: 95%;
    }

    .policy p {
        font-size: 16px;
        margin: 5px;
        text-align: left;
        padding-bottom: 20px;
    }

    .scroll_button {
        display: none !important;
    }


    h2#news {
        padding: 5px;
        width: 95%;
    }

    .news_all {
        padding: 5px;
    }

    .news_info {
        display: unset;
    }

    .news_labor,
    .info {
        width: 97%;
        margin: 0 auto;
    }

    #mkcontents dt {
        border-bottom: 1px solid #5a5a5a;
    }

    #mkcontents a {
        font-size: 15px;
    }


    .news_labor h2,
    .info h2 {
        font-size: 1em;
    }

    .info dl {
        padding: unset;
    }

    .info dt {
        padding-left: 10px;
        padding-top: 5px;
    }

    .info dd {
        padding-top: 5px;
        padding-bottom: 20px;
        border-bottom: 1px solid #5a5a5a;
    }


    .overview {
        width: 95%;
        height: 800px;
    }

    .ov_img {
        padding: 0;
        margin-top: 20px;
    }

    .ov_img img {
        width: 100%;
    }

    .box {
        width: 97%;
        margin: 0 auto;
    }

    h2.ov {
        padding: 5px 15px;
        font-size: 16px;
    }

    .ov_txt {
        padding: 10px 0;
        margin: 1.5%;
        top: 200px;
        left: unset
    }

    .ov {
        padding: 15px;
        line-height: 190%;
        font-size: 17px;
    }

    p.ov_p {
        padding: 15px 25px;
        line-height: 220%;
        font-size: 15px;
        text-align: left;
    }


    /*経営理念*/

    .idea_box {
        width: 95%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .i_title p {
        font-size: 1.2em;
    }


    .i_title {
        width: 98%;
        height: 80px;
        margin: 0 5px;
    }

    .i_title:before {
        width: 98%;
        height: 80px;
    }

    .i_title:after {
        width: 97%;
        height: 76px;
        top: 8px;
        right: 10px;
    }

    .idea_box dd {
        padding: 5px;
    }

    .expo p {
        line-height: 210%;
        font-size: 15px;
        padding: 10px;
    }

    .expo_sub {
        padding: 5px;
        margin: 80px 0 10px 0;
    }

    .expo_sub li {
        margin: 30px 5px;
        font-size: 15px;
        line-height: 220%;
    }


    .se_flex {
        display: inline;
    }

    .service h2 {
        font-size: 1.8em;
        padding: 20px;
        width: 85%;
    }

    .co_name p {
        width: auto;
        margin: 5px;
    }

    .corp,
    .person {
        padding: 5px;
        margin: 5px;
    }

    .corp img,
    .person img {
        width: 100%;
    }

    .g_map {
        position: relative;
        padding-top: 75%;
        height: 0;
        overflow: hidden;
    }

    .g_map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .contact_flex {
        display: inline;
    }


    .company h2 {
        padding: 5px;
    }

    .privacy_txt {
        width: 90%;
    }

    .privacy_txt p {
        margin: 20px 5px 0 5px;
    }

    .idea {
        width: 95%;
    }

    .head {
        margin: 10px 0;
    }


    .se_flex li {
        padding: 5px;
        list-style-type: disc;
        list-style-position: inside;
        font-size: 14px;
    }


    .privacy_txt h3 {
        padding-top: 20px;
        font-size: 14px;
    }

    .privacy_txt li {
        list-style-type: none;
    }

    .privacy_txt p {
        font-size: 11.5px;
        margin: unset;
        padding: 15px 0;
    }

    .contact_title {
        width: 90%;
        margin: 0 auto;
    }

    .contact_title h3 {
        padding-top: 10px;
        font-size: 1.8em;
    }

    .tel {
        width: 90%;
        margin: 15px auto;
        padding: 15px 0;
        line-height: 100%;
        font-size: 17px;
    }

    p.copyright {
        padding: 15px;
        ;
    }

    /*会社概要*/
    .company_pc {
        display: none !important;
    }

    .company_sp {
        display: block !important;
    }

    .co_name p {
        margin: 5px;
    }

    .about_sp h2 {
        padding: 5px;
    }

    .co_name_sp p {
        width: 85%;
        padding-left: 15px;
        font-size: 1.5em;
    }

    .co_small_sp {
        font-size: 16px;
    }

    .company_sp {
        margin-right: 20px;
        background-color: #ffffff;
        width: 100%
    }

    .company_sp h2 {
        font-size: 1.8em;
        padding: 20px 20px 10px 20px;
        ;
        width: 85%;
    }

    .chiyoda_sp {
        padding: 5px;
        margin-bottom: 10px;
    }

    .tachikawa_sp {
        padding: 5px 5px 10px 5px;
    }

    .border {
        padding-bottom: 25px;
        border-bottom: solid 1px #a9a9a9;
    }

    .under {
        background: none;
    }

    .add_sp dd {
        margin: 10px;
        padding-left: 5px;
    }

    .add_sp dt {
        margin: 10px;
        padding-left: 5px;
    }

    .intro {
        width: 90%;
        margin: 0 auto;
        height: 200px;
    }

    h3.intro-sub {
        padding: 20px;
    }

    .intro dl {
        padding-left: 5px;
        font-size: 15px;
        width: 250px;
    }

    .intro dd,
    dt {
        font-size: 14px;
    }

    .intro dt {
        width: 25%;
        float: left;
        padding-bottom: 20px;
        color: rgb(53, 53, 53);
    }

    .intro dd {
        padding-left: 70px;
        padding-bottom: 5px;
        color: rgb(53, 53, 53);
    }


    /*ハンバーガーメニュー*/

    .nav_pc {
        display: none !important;
    }

    .nav_sp {
        display: block !important;
    }

    .mainvisual {
        height: 180px;
    }

    header {
        padding: 10px;
        background-image: url(/assets/img/sp_top.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    #nav-drawer {
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 999;
    }

    /*チェックボックス等は非表示に*/
    .nav-unshown {
        display: none;
    }

    /*アイコンのスペース*/
    #nav-open {
        display: inline-block;
        width: 30px;
        height: 22px;
        vertical-align: middle;
    }

    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span,
    #nav-open span:before,
    #nav-open span:after {
        position: absolute;
        height: 3px;
        /*線の太さ*/
        width: 25px;
        /*長さ*/
        border-radius: 3px;
        background: #808080;
        display: block;
        content: '';
        cursor: pointer;
    }

    #nav-open span:before {
        bottom: -8px;
    }

    #nav-open span:after {
        bottom: -16px;
    }

    #nav-close {
        display: none;
        /*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;
        /*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    /*中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        /*最前面に*/
        width: 75%;
        /*右側に隙間を作る（閉じるカバーを表示）*/
        max-width: 330px;
        /*最大幅（調整してください）*/
        height: 100%;
        background: #012c64;
        /*背景色*/
        transition: .3s ease-in-out;
        /*滑らかに表示*/
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
        /*左に隠しておく*/
    }

    li.nav_pc_title {
        padding: 25px 5px;
    }

    .nav_left li a {
        color: #FFFFFF;
    }

    li.nav_pc_left {
        padding: 10px 5px;
        width: 80%;
    }

    li.nav_pc_member {
        font-size: 13px;
        padding-top: 30px;
        padding-right: 5px;
    }


    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked~#nav-close {
        display: block;
        /*カバーを表示*/
        opacity: .5;
    }

    #nav-input:checked~#nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        /*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }

}