/*全体*/

html,
body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

/*HOMEのメインスライダー*/
.bg-switcher {
    max-width: 2000px;
    width: 100%;
    height: 700px;
    margin: 55px auto 0;
    background-image: url("../img/top1.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

/*HOME以外のメインスライダー*/
.bg-switcher2 {
    max-width: 2000px;
    width: 100%;
    height: 300px;
    margin: 55px auto 0;
    background-image: url("../img/top2.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.bg-switcher3 {
    max-width: 2000px;
    width: 100%;
    height: 300px;
    margin: 55px auto 0;
    background-image: url("../img/top3.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.bg-switcher4 {
    max-width: 2000px;
    width: 100%;
    height: 300px;
    margin: 55px auto 0;
    background-image: url("../img/top4.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}


.bg-switcher5 {
    max-width: 2000px;
    width: 100%;
    height: 300px;
    margin: 55px auto 0;
    background-image: url("../img/top5.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}


.bg-switcher6 {
    max-width: 2000px;
    width: 100%;
    height: 300px;
    margin: 55px auto 0;
    background-image: url("../img/top6.jpg");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

/*HOME_メインキャッチ*/

.sub_logo {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.sub_logo2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.sub_logo_photo {
    width: 300px;
    margin-right: 20px;
}

.sub_logo_photo img {
    width: 100%;
}

/*HOME以外_メインキャッチ*/

.sub_logo_photo2 {
    height: 75px;
    margin-right: 20px;
}

.sub_logo_photo2 img {
    height: 75px;
}

/*共通　文字の種類・太さ*/
body h1 {
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
}

body h2 {
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

body h3 {
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
}


body h5 {
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

body h6 {
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

body p {
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.1em;
}

body table {
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.1em;
}

body a {
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #000;
}



/*共通　背景*/

.bg_shiro {
    background-color: #fff;
}

.bg_glay {
    background-color: #efefef;
}

.bg_glay2 {
    background-color: #272727;
}

.bg_blue {
    background-color: #0081F8;
}


.bg_photo1 {
    background-image: url("../img/kyouryou_bg.jpg");
    background-position: center;
    background-size: cover;
}

.bg_photo0 {
    background-image: url("../img/kenchiku_bg.jpg");
    background-position: center;
    background-size: cover;
}

.bg_photo2 {
    background-image: url("../img/about_bg.jpg");
    background-position: center;
    background-size: cover;
}

.bg_photo3 {
    background-image: url("../img/info_bg.jpg");
    background-position: bottom;
    background-size: cover;
}


/*共有　基本の箱・文字サイズ*/


.kihon {
    width: 100%;
    padding: 160px 0;
    text-align: center;
}

.kihon h1 {
    font-size: 40px;
    padding: 0 0 10px;
    line-height: 1.3;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.kihon h2 {
    font-size: 18px;
    line-height: 1.5;
}

.kihon h3 {
    font-size: 24px;
    line-height: 1.5;
}

.kihon h4 {
    font-size: 14px;
    line-height: 1.5;
}

.kihon h5 {
    font-size: 16px;
    line-height: 1.5;
}

.kihon h6 {
    font-size: 14px;
    line-height: 1.5;
}

.kihon p {
    font-size: 14px;
    line-height: 1.8;
}

.kihon a {
    font-size: 14px;
    line-height: 1.5;
}

.kihon th {
    font-size: 14px;
    line-height: 1.5;
}

.kihon td {
    font-size: 14px;
    line-height: 1.5;
}


.text_shiro {
    color: #fff;
}

.text_kuro {
    color: #000;
}


/*共通　センターテキスト*/
.center_text p {
    text-align: center;
    padding: 80px 0px;
}


/*共通　ボタン*/

.btn1 {
    width: 280px;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    border: solid 1px #0081f8;
    background: #0081f8;
    border-radius: 50px;
    transition: .4s;
}

.btn1:hover {
    background: #fff;
    color: #0081f8;
}


.btn2 {
    width: 280px;
    text-align: center;
    margin: 30px auto 0;
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    border: solid 1px #0081f8;
    background: #0081f8;
    border-radius: 50px;
    transition: .4s;
}

.btn2:hover {
    background: #fff;
    color: #0081f8;
}


.btn3 {
    width: 280px;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    border: solid 1px #0081f8;
    background: #0081f8;
    border-radius: 50px;
    transition: .4s;
}

.btn3:hover {
    background: #fff;
    color: #0081f8;
}


/*ーーー


/*HOME_事業内容*/

.jigyou_box_soto {
    max-width: 1200px;
    width: 90%;
    margin: 100px auto 100px;
    padding: 0px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    position: relative;
}

.jigyou_box1 {
    width: 100%;
    max-width: 480px;
    height: 340px;
    padding: 0 40px;
    text-align: left;
    background: #fff;
    position: absolute;
    left: 0px;
    color: #000;

}

.jigyou_box1_img {
    width: 100%;
    max-width: 700px;
    margin-left: 500px;
    height: 400px;
    background-image: url("../img/service01.jpg");
    background-position: center center;
    background-size: cover;
}


.jigyou_box1 h1 {
    font-size: 24px;
    margin: 48px 0 20px;
}


.jigyou_box_soto2 {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 0px;
    padding: 0px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    position: relative;
    color: #000;
}


.jigyou_box2 {
    width: 100%;
    max-width: 480px;
    height: 340px;
    padding: 0 40px;
    text-align: left;
    background: #fff;
    position: absolute;
    right: 0px;
}

.jigyou_box2 h1 {
    margin: 48px 0 20px;
    font-size: 24px;
}


.jigyou_box2_img {
    width: 100%;
    max-width: 700px;
    height: 400px;
    margin-right: 500px;
    background-image: url("../img/service02.jpg");
    background-position: center center;
    background-size: cover;

}


/*ーーー
/*willcs*/
.willcs{
    max-width: 1000px;
    width: 90%;
    margin: 0px auto;
}

.willcs img{
    width: 100%;
}

/*ーーー
/*HOME_採用情報*/
.saiyo_box_soto {
    max-width: 1200px;
    width: 90%;
    margin: 0px auto;
    padding: 100px 0 0px;
    padding: 100px 0 0px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}


.saiyo_box1 {
    width: 50%;
    text-align: left;
}

.saiyo_box1 img {
    width: 100%;
}


.saiyo_box2 {
    width: 40%;
    text-align: left;
}

.saiyo_box2 h3 {
    margin-bottom: 30px;
}

.saiyo_box2 p {
    margin-bottom: 30px;
}



/*共通　フッター*/

.footer {
    width: 100%;
    padding: 30px 0 10px;
    text-align: center;
    background: #fff;
}

.footer p {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.footer a {
    color: #000;
}

.footer img {
    width: 200px;
    margin-bottom: 30px;
}

.end {
    width: 100%;
    margin: 0 auto;
    background: #0081f8;
    text-align: center;
}

.end p {
    padding: 10px 0px;
    font-size: 12px;
    color: #fff;
}



/*---ページ2
/*会社案内*/

.gaiyo_box_soto {
    max-width: 1000px;
    background-color: #fff;
    width: 90%;
    margin: -200px auto 30px;
    padding: 100px 0;
    text-align: left;
}


.gaiyo_box_soto h1 {
    margin: 0 20px 0px 100px;
    display: inline;
    color: #0081F8;
}

.gaiyo_box_soto h2 {
    display: inline;
}

.gaiyo_box_soto h5 {
    margin: 60px 100px 0;
}

h5.right {
    text-align: right;
}


/*概要テーブル*/
.defo_table {
    margin: 60px 100px 0px;
}

.defo_table table {
    width: 100%;
    margin: 0 auto;
}

.defo_table th {
    min-width: 25%;
    border-bottom: solid 1px #000;
    padding: 40px 0;
    text-align: center;
    vertical-align: middle;
}

.defo_table td {
    width: 75%;
    border-bottom: solid 1px #000;
    text-align: left;
    padding: 40px 0 40px 30px;
}

.defo_table h2 {
    margin-bottom: 40px;
    display: block;
}

.defo_table span {
    color: #00bab3;
}

.map {
    height: 600px;
}

/*---ページ3
/*-------------------------------------*/
/*サービス*/

.work {
    width: 90%;
    max-width: 1000px;
    margin: 60px auto 0;
}

.work img {
    width: 100%;
    margin-bottom: 60px;
}

.work2 img {
    transition-duration: 0.5s;
    margin-bottom: -60px;
}

.work2 img:hover {
    transform: scale(1.05, 1.05);
    transition-duration: 0.5s;
}


.work h3 {
    margin-top: 0px;
}

.work p {
    text-align: center;
    margin: 60px 0;
}



.work3 {
    width: 90%;
    max-width: 1200px;
    margin: 60px auto;
}

.work3 img {
    width: 47%;
    margin: 1%;
}


/*---ページ4
/*-------------------------------------*/
/*リクルート*/

.saiyo2 {
    padding: 100px 0;
}

.saiyo_text {
    max-width: 1000px;
    width: 90%;
    margin: 60px auto 0;
}

.info_text p {
    text-align: center;
}

/*-------------------------------------*/

/*スライダー*/
.slide {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto px;
    padding: 0;
}

.slide img {
    width: 99%;
    margin: 0 auto;
}

/*---ページ5
/*-------------------------------------*/
/*お問い合せ*/

.info2 {
    padding: 100px 0;
}

.info_text {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.info_text p {
    text-align: center;
}

p.text_right {
    margin-left: 90%;
}

/*-------------------------------------*/

/*マージン調整*/
th.pd_0 {
    padding: 0;
}

td.pd_0 {
    padding: 0;
}

.mb_0 {
    margin-bottom: 0px;
}

.mt_0 {
    margin-top: 0px;
}

.mt_40 {
    margin-top: 40px;
}

.mb-30 {
    margin-bottom: -30px;
}



/*-------------ここからスマホ--------------*/

@media screen and (max-width: 768px) {


    /*HOMEのメインスライダー*/
    .bg-switcher {
        width: 100%;
        height: 400px;
        margin: 40px auto 0;
    }

    /*HOME_メインキャッチ*/

    .sub_logo {
        width: 300px;
        margin-right: 20px;
    }

    /*メインスライダー*/
    .bg-switcher2 {
        width: 100vw;
        height: 200px;
        background-position: top center;
        background-size: cover;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .bg-switcher3 {
        width: 100vw;
        height: 300px;
        background-position: top center;
        background-size: cover;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .bg-switcher4 {
        width: 100vw;
        height: 300px;
        background-position: top center;
        background-size: cover;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .bg-switcher5 {
        width: 100vw;
        height: 200px;
        background-position: top center;
        background-size: cover;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .sub_logo_photo {
        width: 200px;
        margin-right: 0px;
    }


    /*HOME以外_メインキャッチ*/

    .sub_logo_photo2 {
        height: 60px;
        margin-right: 0px;
    }

    .sub_logo_photo2 img {
        height: 60px;

    }

    /*基本の箱・文字サイズ*/
    .kihon {
        width: 100%;
        padding: 100px 0;
        text-align: center;
    }

    .kihon h1 {
        font-size: 24px;
        padding: 0 0 10px;
        line-height: 1.3;
    }

    .kihon h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .kihon h5 {
        font-size: 14px;
    }

    .kihon th {
        font-size: 12px;
    }

    .kihon td {
        font-size: 12px;
    }

    .kihon p {
        text-align: left;
        font-size: 12px;
        line-height: 1.8;
    }

    .kihon a {
        font-size: 12px;
        line-height: 1.5;
    }


    /*センターテキスト*/

    .center_text p {
        text-align: center;
        font-size: 12px;
        padding: 60px 0px;
    }

    /*HOME_事業内容*/

    .jigyou_box_soto {
        width: 100%;
        margin: 100px auto 300px;
        padding: 0px 0;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        position: relative;
    }

    .jigyou_box1 {
        width: 80%;
        height: auto;
        min-height: 100px;
        padding: 7%;
        margin: 0 auto;
        text-align: left;
        background: #fff;
        position: absolute;
        top: 80%;
        right: auto;
        left: auto;
        color: #000;

    }

    .jigyou_box1 h1 {
        font-size: 20px;
        margin: 0px 0 7%;
    }

    .jigyou_box1_img {
        width: 100%;
        margin-left: 0%;
    }

    .jigyou_box_soto2 {
        width: 100%;
        margin: 100px auto 200px;
        padding: 0px 0;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        flex-direction: none;
        position: relative;
        color: #000;
    }

    .jigyou_box2 {
        width: 80%;
        height: auto;
        min-height: 100px;
        padding: 7%;
        margin: 0 auto;
        text-align: left;
        background: #fff;
        position: absolute;
        top: 80%;
        right: auto;
        left: auto;
        color: #000;

    }

    .jigyou_box2 h1 {
        font-size: 20px;
        margin: 0 0 7%;
    }

    .jigyou_box2_img {
        width: 100%;
        margin-right: 0%;
    }


    /*HOME_採用情報*/
    .saiyo_box_soto {
        width: 90%;
        margin: 0px auto;
        display: inherit;
    }

    .saiyo_box1 {
        width: 100%;
        text-align: center;
    }

    .saiyo_box2 {
        width: 100%;
        text-align: center;
    }

    .saiyo_box2 h3 {
        margin: 60px 0 30px;
    }

    .saiyo_box2 p {
        max-width: 300px;
        text-align: center;
        margin: 0 auto 30px;
    }

    /*HOME_お問合せ*/
    .info_box_soto {
        background-color: #efefef;
        width: 90%;
        margin: 0px auto;
        padding: 0;
        display: inherit;
    }

    .info_box1 {
        width: 100%;
        text-align: center;
        border-right: none;
    }

    .info_box1 h2 {
        margin-bottom: 30px;
    }

    .info_box1 h2 {
        margin-bottom: 30px;
    }

    .info_box2 {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }


    .info_box2 h1 {
        color: #00bab3;
    }

    .info_box1 p {
        max-width: 300px;
        text-align: center;
        margin: 0 auto 30px;
    }


    /*共通フッター*/
    .footer p {
        font-size: 12px;
    }

    /*-------------------------------------*/
    /*会社案内*/

    .gaiyo_box_soto {
        margin: -120px auto 30px;
        padding: 60px 0 40px;
        text-align: left;
    }


    .gaiyo_box_soto h1 {
        margin: 0 0px 0px 40px;
        display: block;
        color: #0081F8;
    }


    .gaiyo_box_soto h2 {
        margin-left: 40px;
        display: block;
    }


    .gaiyo_box_soto h5 {
        margin: 40px 40px 0;
    }

    h5.right {
        text-align: right;
    }



    /*-------------------------------------*/
    /*概要テーブル*/
    .defo_table {
        margin: 40px 40px;
    }

    .defo_table th {
        padding: 30px 0;
        text-align: center;
        vertical-align: middle;
    }

    .defo_table td {
        width: 75%;
        text-align: left;
        padding: 30px 0 30px 30px;
    }


    .defo_table h2 {
        margin-bottom: 40px;
        margin-left: 0;
        display: block;
    }

    /*-------------------------------------*/
    /*サービス*/

    .work {
        margin: 40px auto 0;
    }

    .work img {
        width: 100%;
        margin-bottom: 40px;
    }

    .work2 img {
        margin-bottom: -40px;
    }

    .work h3 {
        margin-top: 0px;
    }

    .work p {
        text-align: left;
        margin: 40px 0;
    }
    
    
    .work3 {
        width: 90%;
        max-width: 1200px;
        margin: 40px auto;
    }

    .work3 img {
        width: 100%;
        margin-bottom: 30px;
    }


    /*-------------------------------------*/
    /*採用*/

    .saiyo_text p {
        text-align: center;
    }

    p.text_right {
        margin-left: 80%;
    }

    /*-------------------------------------*/
    /*お問合せ*/

    .info_text p {
        text-align: left;
    }

    p.text_right {
        margin-left: 80%;
    }

    /*マージン調整*/
    th.pd_0 {
        padding: 0;
    }

    td.pd_0 {
        padding: 0;
    }

    .mb-0 {
        margin-bottom: 0px;
    }

    .mb-30 {
        margin-bottom: -20px;
    }

    .mbsp-30 {
        margin-bottom: -20px;
    }

    .mb_0 {
        margin-bottom: 0px;
    }

    .mt_0 {
        margin-top: 0px;
    }

    .mt_20 {
        margin-top: 20px;
    }



}
