/* --------------------
 Company
-------------------- */
.layout-main {
    margin: 0;
}

.company {
    padding: 0 0 120px;
}

.company-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .company-container {
        padding: 0 30px;
    }
}

.company__content {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .company__content {
        margin: 0 0 120px;
    }
}

.company__content p {
    font-size: var(--fs14);
    line-height: 1.8;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .company__content p {
        font-size: var(--fs16);
    }
}

.company__content p:last-child {
    margin-bottom: 0;
}

.company__main {
    margin: 0 auto;
    max-width: 1000px;
}

.company__main__title {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 auto 30px;
    padding: 0 35px 25px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .company__main__title {
        font-size: var(--fs32);
    }
}

.company__main__title:after {
    background-color: #F58700;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    -webkit-mask-image: url(../images/commons/com-repeat-dot-large.svg);
    mask-image: url(../images/commons/com-repeat-dot-large.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 10px auto;
    mask-size: 10px auto;
    position: absolute;
    right: 0;
    width: auto;
}

.company__main__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%;
}

.company__main__table > tbody > tr > th, .company__main__table > tbody > tr > td {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
    text-align: left;
    vertical-align: center;
    width: auto;
}

@media (min-width: 768px) {
    .company__main__table > tbody > tr > th, .company__main__table > tbody > tr > td {
        border-bottom: 1px solid #CCCCCC;
        font-size: var(--fs16);
    }
}

.company__main__table > tbody > tr > th {
    border-bottom: 1px solid #F58700;
    padding: 20px 10px;
    white-space: norwrap;
    width: 90px;
}

@media (min-width: 768px) {
    .company__main__table > tbody > tr > th {
        padding: 30px 25px;
        white-space: normal;
        width: 140px;
    }
}

.company__main__table > tbody > tr > td {
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0 20px 10px;
}

@media (min-width: 768px) {
    .company__main__table > tbody > tr > td {
        padding: 30px 25px 30px 35px;
    }
}

.company__main__table > tbody > tr > td p {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 1.5em;
}

.company__main__table > tbody > tr > td p:last-child {
    margin-bottom: 0;
}

.company__main__table > tbody > tr > td a {
    color: inherit;
    text-decoration: none;
}