

.company__row-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}

.company__row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    row-gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #0265DC;
}

.company__row-name {
    color: #222;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.05em;
    width: 180px;
}

.company__row-text {
    color: #000000;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.05em;
    width: 860px;
}
