/* company用css */

.Common_section-heading {
    margin-bottom: 2.5rem;
}

/* ----------start_Organization---------- */

.Organization {
    width: 90%;
    margin: 0 auto 5rem auto;
}

/* ----------end_Organization---------- */

/* ----------start_Profile---------- */
.Profile {
    width: 90%;
    margin: 0 auto 5rem auto;
}

.Profile_img {
    width: 72vw;
    margin: 0 auto 2rem auto;
}
/* ----------end_Profile---------- */

/* ----------start_company-group---------- */

.company-group {
    padding: 5rem 5%;
    background: #fff6f3;
}

.History {
    padding: 2rem;
    background: white;
}

.History_items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.History_item {
    padding-bottom: 2rem;
    border-bottom: 1px dotted #ccc;
}

.History_item:not(:first-child) {
    margin-top: 2rem;
}

.History_date {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
}

/* ----------end_company-group---------- */

@media screen and (min-width: 769px) {

    /* ----------start_Organization---------- */

    .Organization {
        max-width: 800px;
        margin-bottom: 80px;
    }

    .Organization_img {
        max-width: 730px;
    }

    /* ----------start_Organization---------- */

    /* ----------start_Profile---------- */

    .Profile {
        display: flex;
        justify-content: center;
        max-width: 960px;
        margin-bottom: 0;
    }

    .Profile_img {
        width: 42.5%;
        max-width: 340px;
        margin: 0 40px 0 0;
    }

    .Profile_txt-box {
        width: 50%;
    }

    /* ----------start_Profile---------- */

    /* ----------start_company-group---------- */

    .company-group {
        padding: 110px 5% 100px 5%;
        margin-top: -30px;
    }

    .History {
        max-width: 960px;
        margin: 0 auto;
        padding: 80px 70px;
    }

    .History_item {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .History_item:not(:first-child) {
        margin-top: 10px;
    }

    .History_date {
        width: 170px;
        font-size: 1.8rem;
    }

    .History_content {
        width: calc(100% - 170px);
        line-height: 1.5;
    }

    /* ----------end_company-group---------- */

}
