@charset "utf-8";

.key { margin-bottom: 20px;}

/* --- slider画像指定 ----------------- */
.slide_a .src01 { background-image: url( "../img/slider_001.jpg"); background-position: center top;}
.slide_a .src02 { background-image: url( "../img/slider_002.jpg"); background-position: center top;}
.slide_a .src03 { background-image: url( "../img/slider_003.jpg"); background-position: center top;}

.greeting {
    max-width: 860px;
    margin: auto;
}
.greeting dt,.company_profile_tit {
    font-size: 14px;
    margin-bottom: 1em;
}

.greeting dd { line-height: 2;}

#gmap {
    position: relative;
    padding-bottom: 75%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
#gmap iframe,#gmap object,#gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}



.company_profile_txt dl { margin-bottom: 1em;}
.company_profile_txt dt { float: left;}
.company_profile_txt dd { margin-left: 80px;}
.company_profile_txt ol { margin-bottom: 1em;}


#privacy h2 { font-size: 14px;}
.privacy_read {margin: 2em 0 4em;}

.privacy_read li {
    margin-bottom: 1em;
}
.privacy_contetnt dl {
    margin-bottom: 2em;
}
.privacy_contetnt ul {
    margin: 1em;
}
@media screen and (max-width: 960px){
    .company_profile_pic { width: 80%; margin: auto;}
    #privacy { font-size: 10px;}
    
}


@media screen and (min-width: 960px){
    .key { margin-bottom: 60px;}
    #gmap {  padding-bottom: 44%;}
    section#company_lead { margin-bottom: 85px;}
    section#company_deatail { margin-bottom: 40px;}
    
    .company_profile {
        max-width: 860px;
        margin: auto;
    }
    .company_profile ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
}

.company_profile_txt {
    z-index: 2;
    overflow: hidden;
    width: 50%;
}

.company_profile_pic {
    position: absolute;
    max-width: 68%;
    float: right;
    top: -17%;
    right: -26%;
}
    
    .greeting dt,.company_profile_tit {font-size: 18px;}
    
    .greeting dd {
        line-height: 2;
        font-size: 14px;
    }
    
    #privacy {max-width: 880px;margin: 0 auto 100px;}
    #privacy h2 { font-size: 18px;}
    
    .privacy_read {margin: 4em 0;}

}