.p-page-profile-vision__item {
    display: flex;
    flex-direction: column;
}
.p-page-profile-vision__list {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}
.p-page-profile-history {
    background: url(../img/common/common_bg.png) top / cover no-repeat;
    padding: 95px 0;
}
.p-page-profile-history__container {
    width: 810px;
    margin: 0 auto;
}
.p-page-profile-history__contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.p-page-profile-history__imgarea {
    width: 280px;
    margin-bottom: 20px;
}
.p-page-profile-history__img {
    width: 100%;
}
.p-page-profile-history__txt {
    margin-bottom: 15px;
}
.p-page-profile-history__name {
    font-size: 45px;
    font-family: "NotoSansCJKjp-Thin";
    margin-bottom: 30px;
}
.p-page-profile-history__list-ttl {
    margin-bottom: 10px;
}
.p-page-profile-history__list-txt {
    line-height: 1.6;
}
.p-page-profile-history__history-item {
    border-top: 1px solid #909090;
    padding: 28px 0;
    display: flex;
}
.p-page-profile-history__history-list {
    line-height: 1.6;
}
.p-page-profile-history__history-item dt.p-page-profile-history__history-list {
    width: 110px;
}
.p-page-profile-history__history-item:nth-last-of-type(1) {
    border-bottom: 1px solid #909090;
}
.p-page-profile-history__sub-txt {
    line-height: 1.6;
}
@media only screen and  (max-width: 767px) {
    .p-page-profile-history__container {
        width: auto;
    }
    .p-page-profile-history__item {
        margin-bottom: 20px;
    }
    .p-page-profile-vision__list {
        margin-left: 1rem;
        text-indent: -1rem;
    }
    .p-page-profile-history {
        padding: 20px;
    }
    .p-page-profile-history__contents {
        display: block;
    }
    .p-page-profile-history__imgarea {
        width: auto;
    }
    .p-page-profile-history__history-item dt.p-page-profile-history__history-list {
        width: 95px;
    }
}