@charset "utf-8";

/***************** main ******************/
.main .top {
    background-color: rgba(255, 255, 255, 0);
} 

.contents-top {
    max-width: 1200px;
    margin: 0 auto;
}

.video_wrap{
    width: 100%;
    height: 300px;
}

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

@media screen and (min-width:768px) {    

    .video_wrap{
        width: 100%;
        height: 500px;
    }    
}

@media screen and (min-width:1000px) {    

    .video_wrap{
        width: 100%;
        height: 680px;
    }    
}
/****** comcept ******/

.concept,
.company-profile,
.corporate-philosophy {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    padding: 5rem 5%;
}

.concept .case {
    padding: 1.5rem 0;
}

/****** corporate ******/

.corporate-philosophy .text {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: italic;
}

.corporate-philosophy .text  h4{
    padding-top: 1rem;
}

.corporate-philosophy .text p {
    line-height: 2rem;
}
/****** company ******/

.kaisha {
    width: 100%;
}

.kaisha th {
    width: 20%;
    text-align: left;
    padding: 10px 0;
    font-weight: 600;
}

.kaisha td {
    width: 85%;
    text-align: left;
    padding: 10px 0;
}

.kaisha td a {
    color: #000;
    text-decoration: underline;
}

.map {
    width: 30px;
    padding-left: 10px;
}

/****** next-contents ******/

.next-contents {
    width: 100%;
    height: 200px;
    background-image: url(../images/top-move.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

/************************ レスポンシブ **********************/

@media screen and (min-width:768px) {

    .concept, .company-profile, .corporate-philosophy {
        width: 60%;
    } 

    .next-contents {
        height: 400px;
    }

}