@charset "utf-8";

.hero_box {
    background: url(/common/images/about/index/hero.jpg) no-repeat center center / cover;
}

.company_profile {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

.company_profile>dt,
.company_profile>dd {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.company_profile>dt:last-of-type,
.company_profile>dd:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.company_profile>dt {
    width: 20%;
    font-weight: bold;
    padding-right: 10px;
}

.company_profile>dd {
    width: 80%;
    padding-left: 10px;
}

/*----- CSR START -----*/

.line_over_dtdd a.link_blank::after {
    filter: brightness(0);
}

.line_over_dtdd.csr_comp img {
    width: 100%;
}

.line_over_dtdd.csr_comp>dd {
    display: flex;
    gap: 30px;
}

.line_over_dtdd.csr_comp>dd {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 30ox;
}

.line_over_dtdd.csr_comp>dd img {
    max-width: 200px;
}

.line_over_dtdd.csr_sec>dd:nth-of-type(4)>div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    margin-bottom: 30px;
}

.line_over_dtdd.csr_sec>dd:nth-of-type(4)>div img {
    max-width: 200px;
}

/*----- CSR END -----*/

/*----- YAGグループについて START -----*/

.erea_box>h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.erea_box>ul {
    margin-bottom: 80px;
}

.erea_box>ul>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.erea_box>ul>li>div>p>img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
}

/*----- YAGグループについて END -----*/

@media (max-width:1024px) {}

@media (max-width:768px) {

    .company_profile>dt,
    .company_profile>dd {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .company_profile>dt {
        padding-bottom: 0;
        margin-bottom: 10px;
        border: none;
    }

    /*----- CSR START -----*/

    .line_over_dtdd.csr_comp>dd {
        grid-template-columns: 1fr;
    }

    /*----- CSR END -----*/
}