.company-jp {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .company-jp {
        margin-top: 0;
        font-size: 20px;
    }
}

.company .container .sections .section {
    padding-bottom: 0;
}

.company .container .sections .section .title .jp {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .company .container .sections .section .title .jp {
        margin-bottom: 32px;
        font-size: 30px;
    }
}

.company .container .sections .section .row {
    justify-content: space-between;
    margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
    .company .container .sections .section .row {
        margin-bottom: 30px;
    }
}

.company .container .sections .section .row .image {
    flex-basis: 480px;
}

@media screen and (max-width: 768px) {
    .company .container .sections .section .row .image {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
}

.company .container .sections .section .row .text {
    flex-basis: 480px;
    text-align: justify;
}

.company .container .sections .section .overview {
    width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .company .container .sections .section .overview {
        width: 100%;
    }
}

.company .container .sections .section .overview .detail {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #707070 solid;
}

@media screen and (max-width: 768px) {
    .company .container .sections .section .overview .detail {
        padding: 24px 0;
        margin: 0 auto;
    }
}

.company .container .sections .section .overview .detail:first-of-type {
    border-top: 2px #707070 solid;
}

.company .container .sections .section .overview .detail:last-of-type {
    border-bottom: 2px #707070 solid;
}

.company .container .sections .section .overview .detail .subject {
    font-size: 16px;
    font-weight: bold;
}

.company .container .sections .section .more {
    margin-top: 40px;
    font-family: 'en';
}

.company .container .sections .section .more a{
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .company .container .sections .section .more {
        margin-top: 23px;
        font-family: 'en';
    }
    .company .container .sections .section .more a{
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .company-detail .detail .text{
        width: 73%;
        text-align: right;
    }
}