@charset "utf-8";
/* CSS Document */
/* head img--------------------------------------------------------------*/
h2.title_block-2 {
    background: url("/assets/images/sustainability/governance/img-head.png")
        no-repeat center/100%;
    padding-top: 3.5em;
    @media (max-width: 1024px) {
        background: url("/assets/images/sustainability/governance/img-head-sp.png")
            no-repeat center/100%;
        padding-top: 50vw;
    }
}
h2.title_block-2 .title{
    width: max-content;
}
/* area --------------------------------------------------------------*/
.area-01{ background: #fff;
}

/* area 01 --------------------------------------------------------------*/
.area-01 {
    margin-top: 3rem;
}

/* area 03 --------------------------------------------------------------*/
.area-01 .box-l {
    background-image: url("/assets/images/sustainability/social/img-pattern-01.svg");
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: left top;
    width: 100%;
    max-width: var(--container-width);
    margin: 2rem auto;
    box-sizing: border-box;
    padding: 1rem 0;
}
.area-01 .box-r {
    background-image: url("/assets/images/sustainability/social/img-pattern-01.svg");
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: right top;
    width: 100%;
    max-width: var(--container-width);
    margin: 2rem auto;
    box-sizing: border-box;
    padding: 2rem 0;
}
.area-01 .box-l .container,
.area-01 .box-r .container {
    margin: 2rem auto 0;
    width: 93%;
    background-color: #ddf8f2;
    position: relative;
    box-sizing: border-box;
    display: flex;
    aspect-ratio: 299 / 112;
    height: 100%;
    object-fit: cover;
}
.area-01 h4 {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 3rem;
    padding-left: 1.5em;
}
.area-01 h4 span {
    font-size: 1rem;
}

.area-01 .box-l figure {
    position: absolute;
    right: -2rem;
    top: -10%;
    width: 50%;
}
.area-01 .box-r figure {
    position: absolute;
    left: -2rem;
    top: -10%;
    width: 50%;
}

.area-01 .box-l .box-in {
    width: 50%;
    padding: 3rem;
}

.area-01 .box-r .box-in {
    width: 50%;
    padding: 3rem;
    margin-left: auto;
}
@media (max-width: 1024px) {
    .area-01 .container {
        align-items: center;
        flex-direction: column;
        aspect-ratio: unset !important;
        position: unset !important;
    }
    .area-01 .box-l,
    .area-01 .box-r {
        margin: 0 auto;
        padding-bottom: 0;
    }

    .area-01 .box-l .box-in,
    .area-01 .box-r .box-in {
        width: 100%;
    }

    .area-01 .box-l figure,
    .area-01 .box-r figure {
        width: 100%;
        padding: 2rem;
        position: unset;
    }
}

.txt-green {
    color: var(--main-color);
}
