@charset "utf-8";

/*lp_mv
--------------------------------------------*/
.lp_mv-img{
    background-image: url(../img/cmn/lp_mv03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lp_pagettl.sec_ttl01.sec_ttl01_left:before{
    content: "SDGs";
    text-transform: none;
}

/*sdgs_lead
--------------------------------------------*/
#sdgs_lead{
    padding-top: 72px;
    padding-bottom: 20px;
}

#sdgs_lead .sec_ttl01{
    font-size: 3.3rem;
    color: var(--main-color);
    margin-top: 25px;
    margin-bottom: 15px;
}
#sdgs_lead .higashiosaka_sdgs img {
    display: block;
    max-width: 490px;
    width: 100%;
    margin: 15px auto 0;
}

#sdgs_lead .sec_ttl01:before{
    width: 100%;
    content: "";
    color: var(--light-gray-color);
}

.lp_pagettl_wrapper .white{
    text-transform: none;
}

/*lp_sdgs_cont
--------------------------------------------*/
.lp_sdgs_cont .sec_header{
    margin-bottom: 80px;
}

.lp_sdgs_cont .sec_lead{
    margin-bottom: 48px;
}
.lp_sdgs_cont .sdgs-icon_list{
    justify-content: center;
    gap: 3px;
}

.lp_sdgs_cont .list {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 48px 30px;
}

.lp_sdgs_cont .list .item{
    width: calc((100% - 30px*2)/3);
}

.lp_sdgs_cont .list .item .img{
    margin-bottom: 20px;
}

.lp_sdgs_cont .list .item .ttl{
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 14px;
}

#cont01,#cont03{
    position: relative;
}

#cont01:before,
#cont03:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #61738c14;
    transform: skewY(-3deg);
    z-index: -1;
}
#cont01:after,
#cont03:after{
    content: '';
    position: absolute;
        top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    left: 0;
    right: 0;
    background-color: #61738c14;
    transform: skewY(3deg);
    z-index: -2;
}