@charset "utf-8";


.company .sec_philosophy h3,
.company .sec_outline h3 {
    margin-bottom: 1em;
}

.company .sec_philosophy h4 {
    margin-bottom: 0.5em;
}

.company .sec_philosophy,
.company .sec_outline {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company .sec_philosophy {
    padding-bottom: 70px;
}

.company .sec_outline .inner {
    width: 55%;
}

.company .sec_philosophy .inner {
    width: 50%;
    line-height: 1.8;
}

.company .sec_philosophy figure,
.company .sec_outline figure {
    width: 65%;
    overflow: hidden;
}

.company .sec_philosophy figure img,
.company .sec_outline figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company .sec_philosophy figure {
    margin-right: -20%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.company .sec_outline figure {
    margin-left: -25%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.company .sec_map {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 100px;
    order: 3;
}

@media screen and (max-width: 640px) {
    .company .sec_outline {
        flex-direction: column;
    }

    .company .sec_outline .inner {
        order: 1;
    }

    .company .sec_outline figure {
        order: 2;
        margin-top: 70px;
        margin-left: -10%;
        width: 110%;
    }

    .company .sec_philosophy .inner,
    .company .sec_outline .inner {
        width: 100%;
    }

    .company .sec_philosophy figure {
        width: 110%;
    }

    .company .sec_philosophy figure {
        margin-top: 20px;
        margin-right: -10%;
    }

}




.privacypolicy .page_title {
    font-size: 16px;
}

.type_col2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.type_col2 .detail_text, .type_col2 .detail_images {
    width: 48%;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .type_col2 .detail_text, .type_col2 .detail_images {
        width: 100%;
    }
}

.btn.mgt50 {
    margin-left: auto;
    margin-right: auto;
}