@charset "UTF-8";

/* page-title ------------------------------- */
.company{
    background-image: url(../img/company/title-backimage.jpg);
}


/* about-us --------------------------------- */
#about-us{
    width: 100%;
    background-image: url(../img/company/main-backimage.svg);
    background-size: 50%;
    background-position: top right;
    background-attachment: fixed;
    padding-bottom: 100px;
}

#about-us .about-us-list{
    width: 65%;
    margin-top: 80px;
    margin-left: 10%;
    margin-bottom: 60px;
}
#about-us .about-us-list .data-item-wrap{
    width: 100%;
    display: flex;
    gap: 60px;
    padding: 30px 0;
    border-bottom: 1px solid #CC911B;
}
#about-us .about-us-list .data-item-wrap:last-of-type{
    border: 0;
}
#about-us .about-us-list .data-item-wrap dt{
    width: 80px;
    flex-shrink: 0;
    color: #CC911B;
    text-align: right;
}
#about-us .about-us-list .data-item-wrap dd{
    width: calc(100% - 80px);
}
#about-us .about-us-list .data-item-wrap dd .post-number{
    font-size: 0.8rem;
    margin-right: 10px;
}

#about-us .map-area{
    width: 65%;
    margin-left: 10%;
}
#about-us .map-area iframe{
    width: 100%;
    height: 400px;
    background-color: #ececec;
}

/* safety ----------------------------------- */
#safety{
    width: 100%;
    background-color: #EEF4FF;
    padding: 80px 0;
}

#safety .section-title{
    margin-left: 10%;
    margin-bottom: 10px;
}
#safety .section-title .en{
    color: #CC911B;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 5px;
}
#safety .section-title .ja{
    font-size: 2.13rem;
    font-weight: 400;
    line-height: 1em;
    margin-top: 0;
}

#safety .introduction{
    width: 40%;
    margin: 0 10% 60px auto;
}

#safety .sp-image{
    display: none;
}

#safety .main-wrap{
    width: 100%;
    background-image: url(../img/company/safety-backimage.jpg);
    background-size: 50%;
    background-position: center left;
}
#safety .main-wrap dl{
    width: 45%;
    margin: 0 10% 0 auto;
}
#safety .main-wrap dl dt{
    color: #335592;
    font-size: 1.33rem;
    line-height: 1.2em;
    padding-bottom: 5px;
    border-bottom: 1px solid #CC911B;
    margin-bottom: 10px;
}
#safety .main-wrap dl dt .small{
    font-size: 1rem;
}
#safety .main-wrap dl dd{
    margin-bottom: 50px;
}


/*-------------------------------------------
タブレット
-------------------------------------------*/
@media screen and (max-width: 960px) {

    /* about-us --------------------------------- */
    #about-us{
        background-attachment: scroll;
    }

    /* safety ----------------------------------- */
    #safety .section-title{
        margin-left: 5%;
    }

    #safety .introduction{
        width: 65%;
        margin: 0 auto 60px 5%;
    }

    #safety .main-wrap{
        background-size: 100%;
    }
    #safety .main-wrap dl{
        margin: 0 5% 0 auto;
    }

}

/*-------------------------------------------
スマホ
-------------------------------------------*/
@media screen and (max-width: 767px) {

    /* page-title ------------------------------- */
    .company{
        background-image: url(../img/company/title-backimage-sp.jpg);
    }

    /* about-us --------------------------------- */
    #about-us{
        padding-bottom: 80px;
    }

    #about-us .about-us-list{
        width: 90%;
        margin: 60px auto 40px auto;
    }
    #about-us .about-us-list .data-item-wrap{
        gap: 20px;
        padding: 20px 0;
    }
    #about-us .about-us-list .data-item-wrap dd .post-number{
        margin-right: 0;
    }

    #about-us .map-area{
        width: 90%;
        margin: 0 auto;
    }
    #about-us .map-area iframe{
        height: 217px;
    }

    /* safety ----------------------------------- */
    #safety{
        padding: 30px 0;
    }

    #safety .section-title{
        margin-left: 5%;
    }
    #safety .section-title .ja{
        font-size: 1.33rem;
    }

    #safety .introduction{
        width: 90%;
    }

    #safety .sp-image{
        display: block;
        width: 100%;
        margin-bottom: 60px;
    }
    #safety .sp-image img{
        width: 100%;
    }

    #safety .main-wrap{
        background-image: none;
    }
    #safety .main-wrap dl{
        width: 90%;
    }

 
}

