.company-page {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 var(--padding-xl);
    box-sizing: border-box;
}

.company-page .main-content {
    align-self: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.company {
    align-items: flex-start;
    align-self: stretch;
    color: var(--text-label);
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.company > * {
    width: 100%;
}

.page-title {
    align-self: stretch;
    font-size: 32px;
    margin: 0;
    padding-bottom: 1.25rem;
}

.sub-title {
    align-self: stretch;
    color: var(--Text-Label, #222);
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.main-text {
    align-self: stretch;
    color: var(--Text-Main, #333);
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
    margin-top: 0;
    margin-bottom: 0;
}

hr {
    background-color: #EEEEEE;
    border-top: none;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
