/* ==========================================================================
   company
   ========================================================================== */
/* p-asset-left
-------------------------------------------------------------------------- */
.p-asset-left {
    position: relative;
}

@media screen and (min-width:768px) {
    .p-asset-left {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.p-asset-left-last {
    padding-bottom: 0;
}

.p-asset-left__inner {
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-asset-left__inner {
        width: 100%;
    }
}

.p-asset-left__container {
    position: relative;
    z-index: 2;
    background-color: #f8f1e3;
}

@media screen and (max-width: 767px) {
    .p-asset-left__container {
        padding: 8vw 8vw 8vw 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-asset-left__container {
        width: 100%;
        max-width: 600px;
        padding: 40px;
    }
}
/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-asset-left__container {
        margin-left: auto;
        margin-right: auto;
    }
}
*/
@media screen and (max-width: 767px) {
    .p-asset-left__body {
        padding-top: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-asset-left__body {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-asset-left__title {
        margin-top: 5.33vw;
        font-size: 40px;
        font-size: 5.33vw;
        line-height: 1.6;
    }
}

@media screen and (min-width: 768px) {
    .p-asset-left__title {
        margin-top: 30px;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.6;
    }
}

.p-asset-left__text {
    margin-bottom: 1.5em;
}

.p-asset-left__author {
    text-align: right;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .p-asset-left__author {
        margin-top: 30px;
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .p-asset-left__visual {
        margin-top: -6.67vw;
        height: 80vw;
        width: 100vw;
        margin-left: -6vw;
    }
    .p-asset-left__visual img {
        height: 80vw;
    }
}

@media screen and (min-width: 768px) {
    .p-asset-left__visual {
        height: 500px;
    }
}
/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-asset-left__visual {
        margin-top: -5.33vw;
        width: 100vw;
        margin-left: -3vw;
    }
}
*/
@media screen and (min-width:768px) {
    .p-asset-left__visual {
        position: absolute;
        top: -70px;
        right: 20px;
        width: 54.68%;
        height: 500px;
    }
}

@media screen and (min-width: 768px) {
    .p-asset-left__image {
        width: 100%;
        height: 100%;
    }
}

/* p-asset-right
-------------------------------------------------------------------------- */
.p-asset-right {
    position: relative;
}

@media screen and (min-width:768px) {
    .p-asset-right {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.p-asset-right__inner {
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-asset-right__inner {
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .p-asset-right__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

.p-asset-right__container {
    position: relative;
    z-index: 2;
    background-color: #f8f1e3;
}

@media screen and (max-width: 767px) {
    .p-asset-right__container {
        padding: 8vw 8vw 8vw 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-asset-right__container {
        width: 100%;
        max-width: 600px;
        padding: 40px;
    }
}
/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-asset-right__container {
        margin-left: auto;
        margin-right: auto;
    }
}
*/
@media screen and (max-width: 767px) {
    .p-asset-right__body {
        padding-top: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-asset-right__body {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-asset-right__title {
        margin-top: 5.33vw;
        font-size: 40px;
        font-size: 5.33vw;
        line-height: 1.6;
    }
}

@media screen and (min-width: 768px) {
    .p-asset-right__title {
        margin-top: 30px;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.6;
    }
}

.p-asset-right__text {
    margin-bottom: 1.5em;
}

.p-asset-right__author {
    text-align: right;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .p-asset-right__author {
        margin-top: 30px;
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .p-asset-right__visual {
        margin-top: -6.67vw;
        height: 80vw;
        width: 100vw;
        margin-left: -6vw;
    }
    .p-asset-right__visual img {
        height: 80vw;
    }
}

@media screen and (min-width: 768px) {
    .p-asset-right__visual {
        height: 500px;
    }
}
/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-asset-right__visual {
        margin-top: -5.33vw;
        width: 100vw;
        margin-left: -3vw;
    }
}
*/
@media screen and (min-width:768px) {
    .p-asset-right__visual {
        position: absolute;
        top: -70px;
        left: 20px;
        width: 54.68%;
        height: 500px;
    }
}

@media screen and (min-width: 768px) {
    .p-asset-right__image {
        width: 100%;
        height: 100%;
    }
}
