@charset "UTF-8";

/* CSS Document */
.section-top {
    position: relative;
    padding-top: 90px;
}

.section-top__bg {
    background: url(../images/company/company-top.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vh;
}

.section-top__bg-shadow {
    position: relative;
    display: block;
    height: 70vh;

}

.section-top__bg-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.section-top__title {
    padding-top: 30vh;
    margin: 0 10vh;
    text-align: center;
    position: relative;
    z-index: 100;
}

.section-top__title span {
    font-family: "urw-din-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.14em;

}

.section-top__title p {
    font-size: 2.0rem;
    font-weight: 600;
    margin-top: 20px;
}




@media(min-width:768px) {
    .section-top__bg {
        height: 45vh;
    }

    .section-top__bg-shadow {
        height: 45vh;
    }

    .section-top__title {
        padding-top: 21vh;
    }

    .section-top__title span {
        font-size: 4.8rem;
    }

    .section-top__title p {
        font-size: 2.6rem;
    }

}

@media(min-width:1140px) {
    .section-top__bg {
        height: 60vh;
    }

    .section-top__bg-shadow {
        height: 60vh;
    }

    .section-top__title {
        padding-top: 26vh;
    }

    .section-top__title span {
        font-size: 8.0rem;
    }

    .section-top__title p {
        font-size: 3.6rem;
    }

}

.section-company {
    margin-top: 50px;
    padding: 0 30px;
}

td {
    line-height: 1.8;
    font-size: 1.4rem;
    padding: 2%;

}

td:first-child {
    width: 30%;
    border-bottom: 1px solid #333333;
    vertical-align: baseline;
}

td:nth-child(2) {
    width: 70%;
    padding-left: 3%;
    border-bottom: 1px solid #c3c3c3;
    background: transparent;
}

table.company {
    width: 100%;
}

.section-map {
    margin-top: 50px;
    padding: 0 30px;
}

.section-map__title h2 {
    font-family: "urw-din-condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 2.6rem;
    letter-spacing: 0.14em;
    font-size: 2.4rem;
}

.iframe-wrp {
    margin-top: 50px;
}

@media(min-width:768px) {
    .section-company {
        margin-top: 100px;
        padding: 0 50px;
    }
    .section-map {
        margin-top: 100px;
        padding: 0 50px;
    }
    
}
@media(min-width:1140px) {
    .section-company {
        margin: 100px auto 0;
        padding: 0 ;
        max-width: 1140px;
    }
    .section-map {
        margin: 100px auto 0;
        padding: 0 ;
        max-width: 1140px;
    }
    td {
        line-height: 1.8;
        font-size: 1.8rem;
        padding: 2%;
    
    }
}