/*全体*/

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 right;
    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;
}


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

.sub_logo {
    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: 5%;
}

.sub_logo_photo2 img {
    height: 75px;
}


/*共通　文字の種類・太さ*/
body h1 {
    font-family: kanit, heisei-kaku-gothic-std, sans-serif;
    font-weight: 900;
    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: #2997D6;
}


.bg_photo1 {
    background-image: url("../img/sekou_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: 48px;
    padding: 0 0 10px;
    line-height: 1.3;
    font-family: kanit, heisei-kaku-gothic-std, sans-serif;
    font-weight: 900;
    font-style: normal;


}

.kihon h2 {
    font-size: 16px;
    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 {
    width: 600px;
    text-align: left;
    padding: 80px 0 0;
    margin: 0 auto;
}

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


/*共通　ボタン*/

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

.btn1:hover {
    background: #fff;
    color: #2997D6;
}


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

.btn2:hover {
    background: #fff;
    color: #2997D6;
}


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

.btn3:hover {
    background: #fff;
    color: #2997D6;
}


/*ーーー


/*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;

}

/*ーーー

/*HOME_採用情報*/
.saiyo_box_soto {
    max-width: 1200px;
    width: 90%;
    margin: 0px auto;
    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;
}

.footer a {
    color: #000;
}

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

.end {
    width: 100%;
    margin: 0 auto;
    background: #2997D6;
    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: #2997D6;
}


.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;
}

/*-------------------------------------*/
/*リクルート*/

.saiyo2 {
    padding: 100px 0;
}

.saiyo_text {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.info_text p {
    text-align: center;
}

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

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

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

.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;
    }

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

.sub_logo_photo2 {
    height: 50px;
    margin-right: 5%;
}

.sub_logo_photo2 img {
    height: 50px;
}


    /*メインスライダー*/
    .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 right;
        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;
    }


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

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


    .kihon h1 {
        font-size: 32px;
        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;
    }






    /*HOME_製品*/

    .seihin_box_soto {
        max-width: 1000px;
        width: 90%;
        margin: 60px auto 0px;
        display: flex;
        display: -webkit-flex;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
    }

    .j_phoyo1 {
        width: 100%;
        margin: 0 auto;
    }

    .j_phoyo2 {
        width: 100%;
        margin: 0 auto;
    }

    .j_phoyo3 {
        width: 100%;
        margin: 0 auto;
    }


    .j_phoyo4 {
        width: 100%;
        margin: 0 auto;
    }



    .seihin_text {
        max-width: 768px;
        width: 100%;
    }

    .seihin_text p {
        padding: 0 20px 30px;
        text-align: center;
    }



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

    .center_text p {
        max-width: 400px;
        width: 90%;
        margin: 0 auto;
        text-align: left;
        padding: 60px 0 0px;
    }

    .center_text2 p {
        max-width: 400px;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 60px 0 30px;
    }

    /*HOME_事業内容*/

    .jigyou_box_soto {
        width: 100%;
        margin: 60px 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: 240px;
        padding: 20px 30px;
        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: 20px 0;
    }



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



    .jigyou_box_soto2 {
        width: 100%;
        margin: 60px 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: 240px;
        padding: 20px 30px;
        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: 20px 0;
    }


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


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

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


    .saiyo_box2 {
        width: 100%;
    }

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

    .saiyo_box2 p {
        width: 100%;
        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 {
        width: 280px;
        text-align: center;
        margin: 0 auto 30px;
    }


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



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

    .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: #2997D6;
    }


    .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 {
        min-width: 25%;
        padding: 30px 0;
        text-align: center;
        vertical-align: middle;
    }

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


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

    h1.title_m {
        margin: 120px 0 0;
    }

    .vertical {
        display: table;
        width: 100%;
        height: 50px;
        text-align: center;
        margin: 0 0 16px;
    }

    .vertical h4 {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background: #000;
        color: #fff;
    }


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

    .saiyo_text p {
        max-width: 400px;
        width: 90%;
        margin: 0 auto;
    }

    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;
    }



}