@charset "UTF-8";
/* CSS Document */


/*共通項目-ここから*/

body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 12pt;
    line-height: 1.8;
    padding-top: 75px;
}

.container-fluid{
    width: 80vw;
    max-width: 1000px;
    padding-bottom: 60px;
}

a{
    color: #000;
}

a:hover{
    text-decoration: none;
}

p{
    text-align: justify;
    text-justify:inter-ideograph;/*IE11対応*/
}

#massege p{
    text-indent: 1em;
}


.lh-2{
    line-height: 2.5;
}

li{
    list-style: none;
}

img{
    max-width: 100%;
    height: auto;
}

@media screen and (min-width : 768px){
    #title-company,#title-business,#title-safety{
        margin-top:35px;
    }
}
#main h4{
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0,69,135,1);
}

#title-company,#title-business,#title-safety{
    height: 200px;
}

#title-company{
    background: url("../common-images/title-company.jpg") no-repeat 50% 50%/auto 200px;
}

#title-business{
    background: url("../common-images/title-business.jpg") no-repeat 50% 50%/auto 200px;
}

#title-safety{
    background: url("../common-images/title-safety.jpg") no-repeat 50% 50%/auto 200px;
}

#title-company div,#title-business div,#title-safety div{
    position: relative;
    top: 50%;
    transform: translateY(-25px);
    height: 200px;
    color: white;
}

#title-company h2,#title-business h2,#title-safety h2{
    padding-bottom: 4px;
    border-bottom: 2px solid white;
}

#title-company h4,#title-business h4,#title-safety h4{
    font-size: 90%;
    border-bottom: none;
}

.subtitle{
    color: rgba(0,69,135,1);
}

#massege,#profile,#history,#newspaper,#winding,#flyer,#transport,#moving{
    margin-top: -120px;
    padding-top: 120px;
}

/*共通項目-ここまで*/


/*ヘッダー-ここから*/
#navigation{
    display: block;
    position: fixed;
    padding-top: 5px;
    top:0;
    width: 100%;
    max-height: 110px;
    border-bottom: 2px solid rgba(0,69,135,1);
    z-index: 100;
}

@media print {
    #navigation {
        position: relative;
    }
}

#navigation div{
    display: inline-block;
}

#header{
    height: 70px;
}

#logo{
    margin-left: 1%;
}

#logo img{
    height: 60px;
}

@media screen and ( min-width : 992px ){
    #logo{
        padding-left:12vw;
    }
    #main_nav{
        padding-right: 12vw;
    }
}

#main_nav{
    float:right;
    height: 70px;
    margin-right: 1%;
}

#main_nav ul{
    padding-left: 0;
}

#main_nav li{
    display: inline-block;
    height: 55px;
    margin-top:15px;
    padding-top: 7px;
    text-align: center;
}

#main_nav li:nth-child(1){
    width: 80px;
    background: url("../common-images/main_menu_company_frame.svg") no-repeat center bottom/80px 50px;
}

#main_nav li:nth-child(2){
    width: 80px;
    background: url("../common-images/main_menu_business_frame.svg") no-repeat center bottom/80px 50px;
}

#main_nav li:nth-child(3){
    width: 160px;
    background: url("../common-images/main_menu_safety_frame.svg") no-repeat center bottom/160px 50px;
}

.active a{
    color: rgba(0,69,135,1.00);
}

#main_nav li:not(.active){
    background: none;
}

#sub_nav{
    width: 100%;
    height: 35px;
    text-align: center;
    background-color: rgba(0,99,165,1);
    border-top:1px solid rgba(0,99,165,1);
}


#sub_nav li{
    display: inline-block;
    margin: 3px 20px 7px 20px;
}

#sub_nav li a{
    color: white;
}

#sub_nav li a:hover{
    opacity: 0.75;
}
/*ヘッダー-ここまで*/
/*各ページ共通*/
/*トップページ-ここから*/
#toppage_animation{
    height: 100vh;
    width: auto;
    text-align: center;
    background-color: lightgrey;
    border-bottom: 10px solid rgba(0,69,135,1);
}

#toppage_animation video{
    height: 100%;
    width: auto;
}

/*トップページ-ここまで*/
/*会社概要-ここから*/
#massege img{
    width:100%;
}

.massege_img img[src$=".svg"] {
    width: 100%;
    height: auto;
}

#profile th,
#history th{
    width: 11em;
}

