/*全体*/

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

.fadein {
    opacity: 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
}

.fadein.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

.line{
    border-bottom: solid 4px #000000;
}

/*HOMEのメインスライダー*/
#slider {
    max-width: 2000px;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-color: #ffffff;
}

.sub_logo {
    width: 90%;
    max-width: 1200px;
    height: 100vh;
    margin: 0 auto;
    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: 400px;
    margin-top: 550px;

}

.sub_logo_photo img {
    width: 100%;
}


.sub_logo2 {

    display: none;

}

.sub_logo3 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}



.sub_logo_photo3 {
    height: 75px;
    margin-top: 55px;
}

.sub_logo_photo3 img {
    height: 100%;
}



/*HOME以外のメインスライダー*/
.bg-switcher2 {
    max-width: 2000px;
    width: 100%;
    height: 300px;
    margin: 55px auto 0;
    background-image: url("../img/top2.jpg");
    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 {
    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;
}





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




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

body h2 {
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

body h3 {
    font-family: serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
}



body p {
    font-family: serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.1em;
}

body table {
    font-family: serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.1em;
}

body a {
    font-family: 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;
    background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
}

.bg_glay2 {
    background-color: #272727;
}

.bg_blue {
    background-color: #1b307a;
}



.bg_photo0 {
    background-image: url("../img/bg1.png");
    background-position: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}


.bg_photo1 {
    background-image: url("../img/bg2.png");
    background-position: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg_photo2 {
    background-image: url("../img/bg3.png");
    background-position: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg_photo3 {
    background-image: url("../img/bg4.png");
    background-position: 100% 80%;
    background-size: 100%;
    background-repeat: no-repeat;
}



.bg_photo4::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position:50% 100%;
    background-image: url("../img/bg5.png");
    background-size:cover;
    }


.bg_photo5 {
    background-image: url("../img/bg6.png");
    background-position: bottom;
    background-size: cover;
}


.bg_photo6 {
    background-image: url("../img/bg7.png");
    background-position: 100% 90%;
    background-size: 100%;
    background-repeat: no-repeat;
}



.bg_photo7::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position:50% 100%;
    background-image: url("../img/bg8.png");
    background-size:cover;
    }



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


.kihon {
    color:#fff;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    background-color: #1B2022;
}



.kihon h1 {
    font-size: 40px;
    padding: 0 0 10px;
    line-height: 1.3;
    font-family: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 p {
    font-size: 14px;
    line-height: 1.8;
}

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



.kihon2 {
    color:#fff;
    width: 100%;
    padding: 10px 0;
    text-align: left;
}

.kihon2 h1 {
    font-size: 40px;
    padding: 0 0 10px;
    line-height: 1.3;
    font-family:serif;
    font-weight: 700;
    font-style: normal;
}

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

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


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

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

.kihon2 th {
    font-size: 17px;
    line-height: 1.8;
    vertical-align: middle;
}

.kihon2 td {
    font-size: 14px;
    line-height: 1.8;
    vertical-align: middle;
}







.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 #DBB400;
    background: #DBB400;
    border-radius: 50px;
    transition: .4s;
}

.btn1:hover {
    background: #fff;
    color: #DBB400;
}


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

.btn2:hover {
    background: #fff;
    color: #1b307a;
}


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

.btn3:hover {
    background: #fff;
    color: #DBB400;
}


/*ーーー


/*HOME_事業内容*/






/*ーーー
/*HOME_採用情報*/

.message_box_soto {
    max-width: 800px;
    width: 90%;
    margin: 0px auto;
    padding: 250px 0 500px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}


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


.message_box2 {
    width: 54%;
    margin-left: 6%;
    text-align: left;
    border: solid;
    border: 2px solid;
    border-color: #DBB400;
    border-bottom: transparent;
    border-top: transparent;
    border-right: transparent;

}

.message_box2 p {
    margin-left: 30px;
}







.point1_box_soto {
    max-width: 900px;
    width: 90%;
    margin: 0px auto;
    padding: 50px 0 400px;
    display: flex;
    display: -webkit-flex;
    flex-direction:column;
    -webkit-flex-direction:column;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}


.point1_box1 {
    width: 60%;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: solid 2px rgb(219, 180, 0)
 
}


.point1_box2 {
    box-shadow: 10px 10px 0px 0 rgb(255, 255, 255);
    width: 60%;
    color:rgb(255, 255, 255);
    text-align: left;
    padding:40px 30px 50px;
    background-color:rgba(194, 194, 194, 0.384);

}


.point1_box2 p {

}





.point2_box_soto {
    max-width: 900px;
    width: 90%;
    margin: 0px auto;
    padding: 0px 0 400px;
    display: flex;
    display: -webkit-flex;
    flex-direction:column;
    align-items: flex-end

   
}


.point2_box1 {
    width: 66.55%;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: solid 2px rgb(219, 180, 0);
 
}


.point2_box2 {

    box-shadow: 10px 10px 0px 0 rgb(255, 255, 255);
    width: 60%;
    color:rgb(255, 255, 255);
    text-align: left;
    background-color:rgba(194, 194, 194, 0.384);
    padding:40px 30px 50px;
  

}

.point2_box2 span{
    font-weight: 800;
    font-size: 18px;
    color:rgb(247, 230, 0);
  }


.point2_box2 p {
}






.point3_box_soto {
    max-width: 900px;
    width: 90%;
    margin: 0px auto;
    padding: 80px 0 500px;
    display: flex;
    display: -webkit-flex;
    flex-direction:column;
    -webkit-flex-direction:column;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}


.point3_box1 {
    width: 60%;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: solid 2px rgb(219, 180, 0)
}


.point3_box2 {
    box-shadow: 10px 10px 0px 0 rgb(255, 255, 255);
    width: 60%;
    color:rgb(255, 255, 255);
    text-align: left;
    padding:40px 30px 50px;
    background-color:rgba(194, 194, 194, 0.384);

}


.point3_box2 p {

}


.point3_box2 span{
    font-weight: 800;
    font-size: 18px;
    color:rgb(247, 230, 0);
  }


.saiyo_box_soto {
    max-width: 900px;
    width: 90%;
    margin: 0px auto;
    padding: 250px 0 100px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}


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


.saiyo_box2 {
    width: 50%;
    text-align: left;
    padding: 0px 0 100px;

}

.saiyo_box2 p {

}


.saiyo_box3 {
    max-width: 900px;
    width: 100%;
    margin:0 auto;
    background-color:rgba(194, 194, 194, 0.384);
    padding: 50px 5% 50px;
  
}

.saiyo_box3 h1 {
    color:rgb(255, 255, 255);
    text-align: center;

    border-bottom: solid 2px rgb(219, 180, 0)  
}


.saiyo_box3 p {
    color:rgb(255, 255, 255);
    text-align: center;
    padding: 10px 0px 30px;
}


.saiyo_box3 table{
    margin:0 auto;
    border-collapse: collapse;

    width: 100%;
  }
  
  table tr{
    border-bottom: solid 2px rgba(70, 70, 70, 0.281);
  }
  
  table tr:last-child{
    border-bottom: none;
  }
  
  table th{

    position: relative;
    text-align: left;
    vertical-align: middle; 
    width: 30%;
    background-color: rgba(70, 70, 70, 0.6);
    color: white;
    text-align: center;
    padding: 10px 0 10px;

  }


  
  table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid rgba(70, 70, 70, 0.822);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  
  table td{
    text-align: left;
    font-weight: 700;
    width: 70%;
    background-color: #f5f6f8;
    color: rgb(0, 0, 0);
    padding: 15px 30px;
  }

  .change{
    font-weight: 900;
    font-size: 18px;
    color: rgb(226, 34, 0);
}


table td span{
    color: rgb(219, 180, 0);
}



  .saiyo2 {

    padding: 100px 0;
  
}

  .saiyo2_box_soto {
    max-width: 750px;
    width: 90%;
    margin: 0px auto;
    padding: 60px 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    background-color:rgb(102, 102, 102);
    box-shadow: 10px 10px 0px 0 rgb(255, 255, 255);

    flex-wrap: wrap;
}


.saiyo2_box1 {

    width: 50%;
    text-align: left;
    color:rgb(255, 255, 255);
    margin-left: 7% ;  
    }




.saiyo2_box2 {
    max-width: 200px;
    text-align: center;
    color:black;
    margin: 0px auto;  
    padding: 5px 20px 0px;


    
}

.saiyo2_box2 img {
    width: 100%;

}



.contact{
    text-align: center;
    padding: 100px 0;
}


.lineadd {
    text-align: center;
    padding: 0 0 100px;
}


/*共通　フッター*/

.footer {
    width: 100%;
    padding: 30px 0 10px;
    text-align: center;
    background: rgb(0, 0, 0);
}
.footer h1 {
    text-align: center;
}
.footer h2 {
    text-align: center;
}
.footer p {
    padding-bottom: 20px;
    font-size: 12px;
}

.footer a {
    color: rgb(255, 255, 255);
}

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

.end {
    width: 100%;
    margin: 0 auto;
    background: rgb(219, 180, 0);
    text-align: center;
}

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



/*---------------------ページ2---------------------*/




/*会社概要*/


.message2_box_soto {
    max-width: 800px;
    width: 90%;
    margin: 0px auto;
    padding: 200px 0 500px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}


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


.message2_box2 {
    width: 54%;
    margin-left: 6%;
    text-align: left;
    border: solid;
    border: 2px solid;
    border-color: #DBB400;
    border-bottom: transparent;
    border-top: transparent;
    border-right: transparent;

}

.message2_box2 p {
    margin-left: 30px;
}







.gaiyo_box_soto {
    max-width: 900px;
    width: 90%;
    margin: 0px auto;
    padding: 100px 0 100px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}


.gaiyo_box1 {
    width: 30%;
    text-align: left;
}


.gaiyo_box2 {
    width: 50%;
    text-align: left;
    padding: 0px 0 100px;

}

.gaiyo_box2 p {

}


.gaiyo_box3 {
    max-width: 900px;
    width: 100%;
    margin:0 auto;
    background-color:rgba(194, 194, 194, 0.493);
    padding: 50px 5% 50px;
  
}

.gaiyo_box_soto h1 {
    color:rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 0px;
    border-bottom: solid 2px rgb(219, 180, 0)  
}


.gaiyo_box3 p {
    color:rgb(255, 255, 255);
    text-align: center;
    padding: 5px 0 30px ;
}


.gaiyo_box3 table{
    margin:0 auto;
    border-collapse: collapse;

    width: 100%;
  }
  




.gaiyo_box_soto2 {
    max-width: 900px;
    width: 90%;
    margin: 0px auto;
    padding: 0px 0 100px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}


.gaiyo_box_soto2 h1 {
    color:rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 0px;
    border-bottom: solid 2px rgb(219, 180, 0)  
}



.gaiyo_box3 p {
    color:rgb(255, 255, 255);
    text-align: center;
    padding: 5px 0 30px ;
}





.map {
    height: 600px;
}
/*-------------------------------------*/





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

.info2 {
    padding: 100px 0 0;
}

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

.info_text p {
    text-align: center;
}

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

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

/*---ページ5
/*-------------------------------------*/
/*サンクスページ*/



.thanks {
    padding: 200px 0;
    text-align: center;
}

.thanks h2 {
    padding: 30px 0;
   
}

.thanks a {
    
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
   
}





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

/*マージン調整*/
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のメインスライダー*/
    #slider {

    }
    
    .sub_logo {
    display:none;
    
    }
    


.sub_logo2 {
    width: 80%;
    max-width: 1200px;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
 

    .sub_logo_photo2 {
        width: 100px;
        margin-top: 55px;
    
    }
    
    .sub_logo_photo2 img {
        width: 100%;
    }
    

    .sub_logo3 {
        height: 300px;
        margin: 0 auto;
    }

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



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




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

    .kihon {
        width: 100%;
        padding: 0px 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 p {
        text-align: left;
        font-size: 12px;
        line-height: 1.8;
    }

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

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



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

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


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

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

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

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

    
    




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


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

    /*HOME*/

    
    .message_box1 {
        width: 30%;
        text-align: left;
    }
    
    
    .message_box2 {
        width: 64%;
        margin-left: 6%;
        text-align: left;
        border: solid;
        border: 2px solid;
        border-color: #DBB400;
        border-bottom: transparent;
        border-top: transparent;
        border-right: transparent;
    
    }
    

    .message_box_soto {
        padding: 100px 0 250px;
    }
    


    .point1_box_soto {

        padding: 50px 0 200px;

    }
    
    
    .point1_box1 {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
        border-bottom: solid 2px rgb(219, 180, 0)
     
    }
    
    
    .point1_box2 {
        width: 89%;
        padding:40px 20px 50px;
    
    }
    
    
    .point1_box2 p {
     
    }





    .point2_box_soto {

        padding: 50px 0 200px;
        
    }
    
    
    .point2_box1 {
        width: 100%;
     
    }
    
    
    .point2_box2 {
    
        width: 89%;
        padding:40px 20px 50px;
    
    }
    
    
    .point2_box2 p {

    }
    
    
    
    .point3_box_soto {

        padding: 50px 0 300px;
    
        
    }
    
    
    .point3_box1 {
        width: 100%;
     
    }
    
    
    .point3_box2 {
        width: 89%;
        padding:40px 20px 50px;
    }
    
    .point3_box2 p {
    }
    


    /*HOME_採用情報*/

    .saiyo_box_soto {
     
        padding: 120px 0 30px;
    }
    
    .saiyo_box1 h1{
        font-size: 36px;
    }
    

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


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

    .saiyo_box2 h3 {
        margin: 30px 0;
    }

    .saiyo_box2 p {
        width: 100%;
        text-align: left;
        margin: 0 auto 30px;
    }
    .saiyo_box3 p {
        text-align: center;
    }

    .bg_photo4::before {
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background-repeat:no-repeat;
        background-position:50% 100%;
        background-image: url("../img/bg9.png");
        background-size:cover;
        }
    


  table th{

    position: relative;
    text-align: left;
    vertical-align: middle; 
    width: 20%;
    background-color: rgb(70, 70, 70);
    color: white;
    text-align: center;
    padding: 10px 0 10px;

  }


  
  table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid rgb(70, 70, 70);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  
  table td{
    text-align: left;
    width: 80%;
    background-color: #E4E6EC;
    color: rgb(0, 0, 0);
    padding: 15px 30px;
  }






  .saiyo2 {

    padding: 50px 0;
  
}

.saiyo2_box_soto {
    max-width: 750px;
    width: 90%;
    margin: 0px auto;
    padding: 50px 0;


    flex-wrap: wrap;
}


.saiyo2 h3{

    text-align: center;
  
}
.saiyo2_box1 {

    width: 100%;
    margin-left: 0% ;  

}





.saiyo2_box2 {
    max-width: 200px;
    text-align: center;
    color:black;
    margin: 0px auto;  
    padding: 5px 20px 0px;


    
}





    /*HOME_お問合せ*/



    .contact{

        padding: 120px 0 100px;


    }

    .lineadd {
        text-align: center;
        padding: 0 0 100px;
    }

    .thanks {
        padding: 200px 0;
        text-align: center;
    }
    

/*---------------------ページ2---------------------*/



.message2_box_soto {
    max-width: 800px;
    width: 90%;
    margin: 0px auto;
    padding: 200px 0 300px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

    .bg_photo7::before {
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background-repeat:no-repeat;
        background-position:50% 100%;
        background-image: url("../img/bg8.png");
        background-size:cover;
        }
    
     .gaiyo_box3 p {
            text-align: center;
        }



/*---------------------ページ3---------------------*/

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



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



    /*-------------------------------------*/
    /*概要テーブル*/




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


    .saiyo2_box2 {
        max-width: 200px;
        text-align: center;
        color:black;
        margin: 0px auto;  
        padding: 30px 100px;
    }





    .saiyo_box3　table {
        margin: 40px 40px;
    }

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

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


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


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

    .saiyo_text p {
        text-align: center;
    }

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

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

    
.info2 {
    padding: 60px 0;
}


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



}
@media screen and (min-width: 768px){
    .br-sp {display: none;}
    }