@charset "UTF-8";

#l-gNav li#l-gNav1 a:before {
    left: 0;
    right: 0;
}

.p-mv {
    height: 400px;
    position: relative;
    background: url("../images/top/img_mv01.png") no-repeat 0 0;
}

.p-mv-bh {
    position: absolute;
    left: 140px;
    top: 160px;
    font-size: 4.0rem;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: 300;
    color: #d21919;
}

.p-mv-lead {
    position: absolute;
    left: 140px;
    top: 221px;
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #d21919;
}

.p-aboutus {
    height: 306px;
    background: url("../images/top/bg_aboutus.png") no-repeat 0 0;
    text-align: center;
}

.p-aboutus-bh {
    padding-top: 59px;
    margin-bottom: 30px;
    font-size: 3.0rem;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
}

.p-aboutus-bh-text2 {
    color: #db4646;
}

.p-aboutus-text {
    font-size: 1.4rem;
    line-height: 2.3;
    letter-spacing: 0.06em;
    margin-bottom: 42px;
}

.p-aboutus-link {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-left: 42px;
    background: url("../images/common/bg_circle_arrow.png") no-repeat 0 center;
}

.p-news {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-news-bh {
    display: inline-block;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
    margin-left: 140px;
    padding-bottom: 7px;
    border-bottom: 2px solid #d21919;
}

.p-news-list {
    width: 865px;
    margin-right: 141px;
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: 0.12em;
    margin-top: -1.5em;
}

.p-news-list dt {
    padding: 1.5em 0;
    font-family: "Roboto";
}

.p-news-list dd {
    margin: -4.5em 0 0 0;
    padding: 1.5em 0 1.5em 10em;
    border-bottom: 1px dotted #e1aaaa;
}


/* Smartphone Styles
============================================================================ */
@media screen and (max-width: 768px) {

    .p-mv {
        height: 86.53vw;
        background: url("../images/top/img_mv01_sp.png") no-repeat 0 0;
        background-size: 100%;
        text-align: center;
    }

    .p-mv-bh {
        width: 100%;
        left: 0;
        top: 21.5vw;
        font-size: 3.5rem;
        line-height: 1.37em;
    }

    .p-mv-lead {
        width: 100%;
        left: 0;
        top: 51.5vw;
        font-size: 1.3rem;
        line-height: 1.62em;
    }

    .p-aboutus {
        height: 67.2vw;
        background: url("../images/top/bg_aboutus_sp.png") no-repeat 0 0;
        background-size: 100%;
        text-align: center;
    }

    .p-aboutus-bh {
        padding-top: 10.13vw;
        margin-bottom: 5.07vw;
        font-size: 2.1rem;
        line-height: 1.38em;
    }

    .p-aboutus-text {
        font-size: 1.3rem;
        line-height: 1.78em;
        margin-bottom: 5.07vw;
    }

    .p-aboutus-link {
        line-height: 22px;
        padding-left: 42px;
    }

    .p-news {
        padding: 10vw 0 0;
        display: block;
        text-align: center;
    }

    .p-news-bh {
        display: inline-block;
        font-size: 2.0rem;
        margin: 0 0 6.67vw;
        padding-bottom: 1.33vw;
    }

    .p-news-list {
        width: auto;
        margin: 0 auto;
        padding: 0 6vw;
        font-size: 1.4rem;
        line-height: 1.7em;
        text-align: left;
    }

    .p-news-list dt {
        padding: 0;
    }

    .p-news-list dd {
        margin: 0 0 3.2vw;
        padding: 0 0 3.2vw;
    }

}