.company-top::before {
    background: url("../images/company-top.jpg") center center / cover no-repeat;
    background-position: 10% 92%;
}
.company-top-txt h2 {
    text-align: center;
    line-height: 2;
    font-size: 1rem;
    font-weight: 400;
    padding: 3rem 0 5rem 0;
    color: #535353;
}
.all_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.outline_profile {
    border-top: 1px solid #E1E1E1;
}
.outline_profile dt, .company_page .outline_profile dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #E1E1E1;
    line-height: 2;
    height: auto;
}
.outline_profile dt {
    background-color: rgb(244, 247, 249);
    width: 15rem;
    padding: 0px 2rem;
    font-weight: 600;
    font-size: 1.2rem;
}
.outline_profile dd {
    width: calc(100% - 15rem);
    padding: 2rem;
    height: 100%;
    border-bottom: 1px solid #E1E1E1;
    line-height: 2;
    margin-bottom: 0;
}
.all_text2 p {
    line-height: 2;
}
.company-wrap{
    padding: 5rem ;
}
.company-wrap h3{
    color: #3B5A95;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.local {
    display: flex;
    gap: 0 2rem;
    margin: 2rem 0;
}
.local img{
    max-width: 300px;
}
.local-show h4{
    font-size: 1.3rem;
    font-weight: 600;
}
.local-show button {
    margin-top: 1rem;
    background: #ffffff;
    width: 150px;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    border-radius: 100rem;
    padding: 0.2rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0 5px;
    justify-content: center;
    transition: 0.5s ease;
}
.ki-btn {
    background: #ffffff;
    padding: 0.8rem 0.7rem;
    border-radius: 0.2rem;
    color: #4B72AC;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0 1rem;
    border: 2px solid #628bc8;
    margin-bottom: 2rem;
    transition: 0.3s ease;
}
.ki-btn svg{
   fill: #222b64; 
}
.ki-btn:hover{
    color: #ffffff; 
 }
.ki-container{
    display: flex;
    justify-content: end;
    margin-right: 1rem;
}
button svg#arrow-left {
    fill: #222b64;
}
.local-show button:hover svg#arrow-left {
    fill: #ffffff;
}
.local-show button:hover {
    background: #222b64;
    color: #ffffff;
    transition: 0.5s ease;
}
.ki-btn:hover svg{
    fill: #ffffff!important; 
    transition: 0.3s ease;
 }
@media screen and (min-width: 1300px) {
.company-wrap {
    max-width: 1100px;
    margin: 0 auto;
}







}

@media screen and (max-width: 992px) {
    .local {
        gap: 1rem 0;
        flex-direction: column;
    }
    .company-wrap {
        padding: 5rem 2rem;
    }






}

@media screen and (max-width: 767.98px) {
    .company-wrap {
        padding: 2rem 0.5rem;
    }







}
@media screen and (max-width: 575.98px) {
.company-top-txt h2 {
    font-size: 1rem;
    padding: 1rem 0.5rem;
    text-align: justify;
    line-height: 1.6;
}
    .all_flex{
        flex-direction: column;
    }
    .outline_profile dt, .outline_profile dd {
        width: 100%;
        padding: 0.5rem;
    }
    .local img {
        max-width: 100%;
        width: 100%;
    }
.company-sp-none{
    display: none;
}


}























