.section-hero {
    background-image: url(../img/factory/hero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.block {
    color: #000;
}

.main-wrapper .section-office .section-content {
    padding-top: 80px;
}

@media only screen and (max-width: 767px) {
    .main-wrapper .section-office .section-content {
        padding-top: 50px;
    }
}

.main-wrapper .section-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .main-wrapper .section-content {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section .l-title {
        padding: 0;
    }
    .section .l-content {
        padding-right: 0;
    }
    .main-wrapper {
        padding: 0;
    }
    .main-wrapper .page-bar {
        margin-left: 0;
        margin-right: 0;
    }
    .block {
        padding: 0 25px;
    }
}

.l-title .headline {
    border-left: solid 1px #000;
    padding-left: 30px;
    height: 75px;
    vertical-align: middle;
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    .l-title .headline {
        border-style: none;
        text-align: center;
        padding: 0;
    }
}

h2.headline__title-jp {
    font-size: 2.7rem;
    margin-bottom: 10px;
}

p.headline__title-en {
    font-size: 1.5rem;
    color: #e94d4d;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
    p.headline__title-en {
        font-size: 1.1rem;
    }
}

.block ul.address {
    margin: 2em 0;
}

.google_map {
    position: relative;
    width: 100%;
    height: 400px;
}

.main-wrapper .img img {
    width: 100%;
}

.google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .google_map {
        height: 200px;
    }
}


.block ul.phone-number {
    letter-spacing: 0.05em;
    margin: 3em 0;
}

.case--list {
    margin-top: 2em;
    line-height: 2;
    letter-spacing: 0.05em;
}

.cace--list__title {
    font-weight: bold;
    text-align: left;
}

.block .factory__title {
    font-size: 19px;
    font-weight: bold;
    margin-top: 2em;
}

.boder {
    border-bottom: solid 1px #dedede;
    margin: 60px 0;
}

.block p.address {
    margin: 2em 0 4em;
}

@media only screen and (max-width: 767px) {
    .boder {
        margin: 30px 0;
    }
    .main-wrapper .page-bar {
        width: 100%;
    }
}
