#company {
    padding-bottom: 70px;
}
#company table {
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    border-spacing: 0;
    font-weight: 600;
    margin-bottom: 115px;
}
#company table th {
    border-top: 1px solid #113961;
    color: #24476c;
    text-align: left;
    padding: 25px 0;
}
#company table td {
    border-top: 1px solid #113961;
    padding: 25px 0 25px 30px;
}
#company table td ul li {
    line-height: 1.6;
}
#company table tr:last-child td,
#company table tr:last-child th {
    border-bottom: 1px solid #113961;
}

#company .company-address h2 {
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    line-height: 1;
}
#company .company-address h2 span {
    color: #113961;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
}
#company .company-address .item {
    margin-bottom: 25px;
}
#company .company-address .item p {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}
#company .company-address .item span {
    color: #24476c;
}
#company .company-address .item iframe {
    width: 100%;
    aspect-ratio: 68 / 35;
}

@media screen and (max-width: 768px) {
    #company {
        padding-bottom: 50px;
        padding-top: 15px;
    }
    #company table {
        font-size: 11px;
        letter-spacing: 0.8px;
        margin-bottom: 60px;
    }
    #company table th {
        padding: 20px 0;
        min-width: 70px;
    }
    #company table td {
        padding: 20px 0 20px 20px;
    }
    #company table td ul li {
        line-height: 1.7;
    }

    #company .company-address h2 {
        font-size: 22px;
        letter-spacing: 1.76px;
        margin-bottom: 40px;
    }
    #company .company-address h2 span {
        display: block;
        margin-top: 15px;
        font-size: 12px;
    }
    #company .company-address .item {
        margin-bottom: 30px;
    }
    #company .company-address .item p {
        font-weight: 600;
        font-size: 10px;
        margin-bottom: 15px;
        line-height: 1.7;
    }
    #company .company-address .item iframe {
        width: 100%;
        aspect-ratio: 33 / 17;
    }
}