/*---▼行動指針：私たちの約束▼---*/

section.company_sec .flex_box {
    align-items: flex-start;
    gap: 1.94rem;
    margin-top: 3.25rem;
}

section.company_sec h3 {
    color: #404040;
    font-family: Montserrat;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 100%;
    border-right: 1px solid #000;
    padding-right: 1.5rem;
}

section.company_sec h4 {
    color: #404040;
    font-family: Montserrat;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 100%;
}

section.company_sec h4 span {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

section.company_sec p {
    margin-top: 1.25rem;
}

@media screen and (max-width: 420px) {
    section.company_sec .flex_box {
        flex-direction: row;
    }
}


/*---▼会社概要▼---*/

section.company_table_sec {}

section.company_table_sec table {
    margin: 0 auto;
    width: 100%;
}

section.company_table_sec table a {
    text-decoration: underline;
}

section.company_table_sec table th {
    background: #D9D9D9;
    border: solid 1px #000;
    color: #000;
    font-size: 1.125rem;
    text-align: center;
    padding: 1rem;
}

section.company_table_sec table td {
    border: solid 1px #000;
    padding: 1rem;
}

@media screen and (max-width: 420px) {
    .last td:last-child {
        border-bottom: solid 1px #000;
        width: 100%;
    }
    section.company_table_sec table {
        width: 100%;
    }
    section.company_table_sec table th,
    section.company_table_sec table td {
        border-bottom: none;
        display: block;
        width: 100%;
    }
}
