@charset "UTF-8";

.top-img {
    width: 100%;
}

/* message */

.company-img-sp {
    display: none;
}

.section-message {
    padding: 150px 0;
}

.message::after {
    content: "メッセージ";
    display: block;
    color: #000;
    font-size: 1rem;
    margin-top: 25px;
}

.message-ul-flex {
    display: flex;
    justify-content: center;
}

.message-ul-flex-li {
    width: 50%;
}

.message-ul-flex-li img {
    width: 100%;
}

.left {
    padding-right: 25px;
}

.right {
    padding-left: 25px;
}

.message-p {
    font-size: 1rem;
    line-height: 1.6rem;
}

.width1 {
    width: 24%;
}

.width2 {
    width: 76%;
}

/* access */

.section-access {
    padding: 100px 0 200px;
}

.access::after {
    content: "アクセスマップ";
    display: block;
    color: #000;
    font-size: 1rem;
    margin-top: 25px;
}

.map {
    margin-top: 40px;
    width: 100%;
    display: flex;
}

.pad-d {
    padding-right: 10px;
}

/* company */

.philosophy::after {
    content: "企業理念";
    display: block;
    color: #000;
    font-size: 1rem;
    margin-top: 25px;
}

.companyprofile::after {
    content: "会社概要";
    display: block;
    color: #000;
    font-size: 1rem;
    margin-top: 25px;
}

.section-company-top {
    padding: 200px 0 100px;
}

.section-company {
    padding: 100px 0;
}

.company-flex {
    display: flex;
    align-items: center;
}

.company-margin {
    margin: 10px 0;
}

.company-pad {
    padding-left: 20px;
}

.company-flex-li {
    font-size: 1rem;
    line-height: 2.1rem;
    letter-spacing: .09em;
}

.company-flex-p {
    font-size: 1rem;
    line-height: 2.1rem;
    letter-spacing: .09em;
}

.company-li,
.history-li {
    text-align: left;
    padding: 40px;
    border-bottom: 1px solid #d6d5d5;
}

.pad-a {
    padding-right: 50px;
}

.pad-b {
    padding-right: 30px;
}

.pad-c {
    padding-right: 20px;
}

.history-pad {
    padding-left: 100px;
}

.history-pad2 {
    padding-left: 110px;
}

.history-pad3 {
    padding-left: 90px;
}

.history-pad4 {
    padding-left: 126px;
}

/* .company-mar {
    padding-top: 10px;
} */

/* history */

.section-history {
    padding: 100px 0;
}

.history::after {
    content: "歴史・沿革";
    display: block;
    color: #000;
    font-size: 1rem;
    margin-top: 25px;
}

.history-flex {
    display: flex;
}

.history-flex2 {
    display: flex;
}

.history-flex3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faactory-link-margin {
    margin-top: 80px;
}

.factory-link-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.BtnFac {
    position: relative;
    border: 1px solid #101010;
    /* width: 304px; */
    height: 60px;
    /* line-height: 48px; */
    display: flex;
    text-align: center;
    font-size: 0.8rem;
    background-color: #101010;
    margin-top: 20px;
}

.Btn-TextFac {
    width: 280px;
    height: 60px;
    /* padding-top: 8px; */
    line-height: 3.6rem;
    color: #fff;
    z-index: 10;
    font-size: 0.8rem;
}

.Btn-TextFac:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #fff;
    z-index: -1;
    transition: .2s;
}

.Btn-TextFac::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 20px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 30px;
    margin-top: 10px;
}

.Btn-TextFac:hover {
    color: #101010;
}

.Btn-TextFac:hover:before {
    width: 100%;
}

.Btn-TextFac::after:hover {
    color: #101010;
}

.con-mar {
    margin-top: 36px;
}

.con-mar2 {
    margin-top: 36px;
}

.top-company1 {
    position: relative;
    animation: fadeUp 2s ease 0s 1 normal;
}

.top-company2 {
    position: relative;
}

.top-company3 {
    position: relative;
}

.top-company4 {
    position: relative;
}

.blk-bg1 {
    top: 80px;
    left: 0;
    width: 100%;
    height: 400px;
    display: block;
    position: absolute;
    background-color: #ebeaea;
    z-index: -1;
}

.blk-bg2 {
    top: 8px;
    left: 0;
    width: 80%;
    height: 380px;
    display: block;
    position: absolute;
    background-color: #ebeaea;
    z-index: -1;
}

.blk-bg3 {
    top: 8px;
    left: 20%;
    width: 80%;
    height: 400px;
    display: block;
    position: absolute;
    background-color: #ebeaea;
    z-index: -1;
}

.width1,
.width2 {
    width: 50%;
}

.h2-guidance {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    color: #000;
}

.h3-guidance {
    font-size: 1.6rem;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 2rem;
}

@media screen and (max-width: 414px) {
    .blk-bg3 {
        top: 0px;
        height: 350px;
    }

    .history-flex3 {
        display: block;
    }

    .message-ul-flex-li img {
        width: 100%;
        margin-bottom: 30px;
    }

    .h3 {
        margin-top: 30px;
    }

    .left,
    .right {
        padding: 0;
    }

    .company-img-sp {
        width: 100%;
        display: block;
    }

    .company-img-pc {
        display: none;
    }

    .blk-bg1 {
        top: 80px;
        left: 0;
        width: 100%;
        height: 350px;
        display: block;
        position: absolute;
        background-color: #ebeaea;
        z-index: -1;
    }

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

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

    .section-history {
        padding: 50px 0;
    }

    .section-access {
        padding: 50px 0 100px;
    }

    .message-ul-flex {
        display: block;
    }

    .company-flex2 {
        display: block;
    }

    .message-ul-flex-li {
        width: 100%;
    }

    .company-flex-li {
        width: 50%;
    }

    .company-flex-li2 {
        width: 100%;
    }

    .company-pad {
        padding-left: 0px;
    }

    .history-pad {
        padding-left: 0px;
    }

    .history-pad2 {
        padding-left: 0px;
    }

    .history-pad3 {
        padding-left: 0px;
    }

    .company-li,
    .history-li {
        padding: 10px 0;
    }

    .width1 {
        width: 30%;
    }

    .width2 {
        width: 70%;
        padding-left: 20px;
    }
}