.page_company_title .title_box {
    gap: 20px;
}

.page_company_main {
    background: #f5f5f5;
    padding: 145px 0;
}

.page_company_main .title_box .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.44;
    color: #016b2b;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.breadcrumb {
    margin-top: 1em;
}

.page_company .common_page_wrap {
    padding: 90px 0 145px;
}

.company_profile_sec {
    position: relative;
    z-index: 1;
}

.company_profile_sec .cont dl {
    border-top: 1px solid #c4c4c4;
    display: flex;
}

.company_profile_sec .cont dl dt {
    flex-shrink: 0;
    width: 19.5%;
    border-top: 4px solid #a6cbb5;
    padding: 1em;
    font-size: 20px;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.company_profile_sec .cont dl dd {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 1.8em 5.3em;
}

.company_profile_sec .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.44;
    margin-bottom: 30px;
    color: #016b2b;
}

.company_profile_sec .message {
    position: relative;
    padding: 50px 0;
}

.company_profile_sec .message::before {
    content: "";
    width: calc(100% - 50px);
    height: 100%;
    background: #f8faf7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 250px 250px 0;
}

.company_profile_sec .message .content .text {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.company_profile_sec .message .content .text+.text {
    margin-top: 36px;
}

.company_profile_sec .message .ceo_name {
    width: 300px;
    margin-left: auto;
}

.company_profile_sec .message .ceo_name img {
    width: 100%;
}

.company_profile_sec .motto {
    margin-top: 80px;
}

.company_profile_sec .motto .text {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.company_profile_sec .logo {
    margin-top: 80px;
}

.company_profile_sec .logo .content {
    display: flex;
    gap: 50px;
    align-items: center;
}

.company_profile_sec .logo .content .image {
    width: 200px;
    height: 90px;
}

.company_profile_sec .logo .content .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 400/90;
}

.company_profile_sec .logo .content .description {
    flex: 1;
}

.company_profile_sec .logo .content .description .text {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.company_profile_sec .overview {
    margin-top: 80px;
}

.company_profile_sec .overview .content .text {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.company_profile_sec .profile {
    margin-top: 80px;
    position: relative;
    padding: 150px 0 50px;
}

.company_profile_sec .profile::before {
    content: "";
    width: calc(100% - 50px);
    height: 100%;
    background: #f8faf7;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 250px 0 0 250px;
}

.company_profile_sec .profile .cont .pr-intro {
    margin-bottom: 36px;
}

.company_profile_sec .profile .cont .pr-section {
    margin-bottom: 36px;
}

.company_profile_sec .profile .cont .pr-section:last-child {
    margin-bottom: 0;
}

.company_profile_sec .profile .cont .pr-section .pr-section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
    text-align: center;
}

.company_profile_sec .profile .cont .pr-section .text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.company_profile_sec .history {
    margin-top: 80px;
}

.company_profile_sec .map {
    margin-top: 80px;
}

.company_profile_sec .map .image {
    width: 100%;
    height: 480px;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 16/9;
}

@media (max-width: 750px) {
    .page_company_title .title_box {
        gap: 2.56vw;
    }

    .page_company_main {
        padding: 20vw 0;
    }

    .page_company_main .title_box .title {
        font-size: 5.2vw;
    }

    .page_company .common_page_wrap {
        padding: 10.26vw 0 20.51vw;
    }

    .company_profile_sec .cont dl {
        display: block;
        padding: 5vw 5vw 4vw;
        position: relative;
    }

    .company_profile_sec .cont dl dt {
        width: 100%;
        border: none;
        padding: 0;
        font-size: 4.1vw;
        margin-bottom: 0.1em;
    }

    .company_profile_sec .cont dl dd {
        font-size: 3.6vw;
        padding: 0;
    }

    .company_profile_sec .cont dl::before {
        content: "";
        width: 18vw;
        height: 4px;
        background: #a6cbb5;
        position: absolute;
        top: 0;
        left: 0;
    }

    .company_profile_sec .title {
        font-size: 5.13vw;
        margin-bottom: 5.13vw;
    }

    .company_profile_sec .message {
        padding: 7.69vw 0;
    }

    .company_profile_sec .message::before {
        width: 100%;
        border-radius: 0 12.82vw 12.82vw 0;
    }

    .company_profile_sec .message .content .text {
        font-size: 4.1vw;
    }

    .company_profile_sec .message .content .text+.text {
        margin-top: 4.1vw;
    }

    .company_profile_sec .message .ceo_name {
        width: 40vw;
    }


    .company_profile_sec .motto {
        margin-top: 10.26vw;
    }

    .company_profile_sec .motto .text {
        font-size: 5.9vw;
    }

    .company_profile_sec .logo {
        margin-top: 10.26vw;
    }

    .company_profile_sec .logo .content {
        flex-direction: column;
        gap: 5.13vw;
        align-items: flex-start;
    }

    .company_profile_sec .logo .content .image {
        width: 64.1vw;
        height: 15.38vw;
        margin: 0 auto;
    }

    .company_profile_sec .logo .content .image img {
        aspect-ratio: 250/60;
    }

    .company_profile_sec .logo .content .description .text {
        font-size: 4.1vw;
    }

    .company_profile_sec .overview {
        margin-top: 10.26vw;
    }

    .company_profile_sec .overview .content .text {
        font-size: 4.1vw;
    }

    .company_profile_sec .profile {
        margin-top: 10.26vw;
        padding: 12.82vw 0 7.69vw;
    }

    .company_profile_sec .profile::before {
        width: 100%;
        border-radius: 12.82vw 0 0 12.82vw;
    }

    .company_profile_sec .profile .cont .pr-intro {
        margin-bottom: 8.21vw;
    }

    .company_profile_sec .profile .cont .pr-section .text {
        font-size: 4.1vw;
    }

    .company_profile_sec .profile .cont .pr-section {
        margin-bottom: 8.21vw;
    }

    .company_profile_sec .profile .cont .pr-section .pr-section-title {
        font-size: 3.6vw;
        margin-bottom: 2.56vw;
        text-align: center;
    }

    .company_profile_sec .profile .cont .pr-section .text {
        font-size: 3.6vw;
    }

    .company_profile_sec .history {
        margin-top: 10.26vw;
    }

    .company_profile_sec .map {
        margin-top: 10.26vw;
    }

    .company_profile_sec .map .image {
        height: 71.79vw;
    }
}

/*# sourceMappingURL=company.css.map */