@charset "UTF-8";
.sp_inline {
    display: none;
}

.pc_inline {
    display: inline;
}

@media screen and (max-width: 768px) {
    br.sp_inline {
        display: inline;
    }
    .pc_inline {
        display: none;
    }
}

.content_width {
    max-width: 1000px;
    width: 100% !important;
}

.content_width nav ul {
    display: flex;
}

.content_width nav ul li {
    float: none;
    width: 100% !important;
}

main .bnr_aera {
    max-width: 1000px;
    width: auto !important;
}

footer {
    min-width: 100% !important;
}

#sdgs {
    margin-top: 188px;
}

@media screen and (max-width: 768px) {
    #sdgs {
        margin-top: 71px;
    }
}

#sdgs * {
    box-sizing: border-box;
}

#sdgs h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding: 0 20px;
    background: url(../img/bg_fv.webp) no-repeat border-box;
    background-size: cover;
    font-size: 48px;
    letter-spacing: 0.12em;
    color: #FFF;
    text-shadow: -8px 0 30px #000;
}

@media screen and (max-width: 768px) {
    #sdgs h2 {
        font-size: 36px;
    }
}

#sdgs h3 {
    text-align: center;
    font-size: 28px;
    color: #2A2F88;
}

#sdgs p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.08em;
}

#sdgs .pride {
    padding: 82px 20px 85px;
    position: relative;
    z-index: 10;
}

#sdgs .pride img {
    display: block;
    max-width: 80px;
    width: 100%;
    margin: 50px auto 0;
}

#sdgs .pride_read {
    max-width: 630px;
    margin: 46px auto 0;
}

#sdgs .pride_read:nth-of-type(2) {
    margin: 30px auto 0;
}

#sdgs .pride .bg_img {
    width: 100%;
    max-width: 500px;
    position: absolute;
    z-index: -1;
    top: 402px;
    left: 53%;
}

@media screen and (max-width: 768px) {
    #sdgs .pride .bg_img {
        display: none;
    }
}

#sdgs .pride .bg_img img {
    width: 100%;
    max-width: 100%;
}

#sdgs .pride .main_image {
    width: 100%;
    max-width: 540px;
    margin: 76px auto 0;
}

#sdgs .pride .main_image img {
    width: 100%;
    max-width: 100%;
}

#sdgs .goal {
    margin-top: 89px;
    padding-bottom: 122px;
    background: url(../img/bg_goal.webp) no-repeat border-box top center, #F5FAE6;
    background-size: 100%;
}

#sdgs .goal .goal_title {
    width: 100%;
    padding: 116px 20px 55px;
}

#sdgs .goal .goal_title .sp_inline {
    display: none;
}

#sdgs .goal .goal_title .pc_inline {
    display: inline;
}

@media screen and (max-width: 768px) {
    #sdgs .goal .goal_title {
        padding-bottom: 25px;
    }
    #sdgs .goal .goal_title br.sp_inline {
        display: inline;
    }
    #sdgs .goal .goal_title .pc_inline {
        display: none;
    }
}

#sdgs .goal .goal_sub {
    display: block;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 0.08em;
    color: #00B478;
}

#sdgs .goal_list {
    max-width: 680px;
    margin: 27px auto 106px;
    padding: 0 20px;
}

#sdgs .goal_list .goal_item {
    margin-bottom: 30px;
    padding-left: 30px;
    background: url(../img/i_goal.webp) no-repeat top 6px left 5px;
    background-size: 15px auto;
}

#sdgs .goal_list .goal_item p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.08em;
    color: #595757;
}

#sdgs .goal_attempt {
    max-width: 762px;
    margin: 0 auto;
    padding: 49px 20px 61px;
    background: #FFF;
    box-shadow: 2px 2px 4px #ccc;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt {
        box-shadow: none;
        border-radius: 0;
    }
}

#sdgs .goal_attempt h3 {
    width: 46%;
    margin: 0 auto;
    padding-bottom: 23px;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt h3 {
        width: 100%;
    }
}

#sdgs .goal_attempt p {
    text-align: center;
    line-height: 26px;
}

#sdgs .goal_attempt .attempt_wrap {
    counter-increment: number;
}

#sdgs .goal_attempt .attempt_wrap .attempt_title {
    display: flex;
    align-items: flex-start;
    max-width: 630px;
    margin: 61px auto 0;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt .attempt_wrap .attempt_title {
        display: block;
    }
}

#sdgs .goal_attempt .attempt_wrap .attempt_title::before {
    content: "取り組み項目" counter(number, decimal-leading-zero);
    width: 23%;
    padding: 5px 0;
    background: #00B478;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt .attempt_wrap .attempt_title::before {
        padding: 5px;
    }
}

#sdgs .goal_attempt .attempt_wrap .attempt_title h4 {
    width: 77%;
    margin: 0;
    padding: 2px 0 2px 106px;
    border-top: 1px solid #00B478;
    background: #F5FAE6;
    font-size: 15px;
    letter-spacing: 0.12em;
    color: #00B478;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt .attempt_wrap .attempt_title h4 {
        width: 100%;
        padding: 2px 0;
        text-align: center;
    }
}

#sdgs .goal_attempt .attempt_wrap .triangle {
    display: flex;
    justify-content: center;
}

#sdgs .goal_attempt .attempt_wrap .triangle::before {
    content: "";
    margin: 16px auto 20px;
    border-top: 12px solid #00B478;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

#sdgs .goal_attempt .attempt_wrap .attempt_year {
    position: relative;
    max-width: 630px;
    margin: 0 auto;
    border: 1px solid #B4B4B5;
}

#sdgs .goal_attempt .attempt_wrap .attempt_year::before {
    content: "2030年に目指す姿";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 6px;
    background: #FFF;
    letter-spacing: 0.1em;
}

#sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list {
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list {
        margin: 0 20px;
        padding: 20px 0 0;
    }
}

#sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list .goal_item {
    margin-bottom: 26px;
}

#sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list .goal_item p {
    text-align: left;
    letter-spacing: 0.03em;
    color: #00B478;
}

#sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list .goal_item>p {
    font-weight: bold;
}

#sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list .goal_item ul li {
    position: relative;
}

#sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list .goal_item ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #717071;
    border-radius: 50%;
}

#sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list .goal_item ul li p {
    padding-left: 17px;
    font-size: 14px;
    line-height: 28px;
    color: #717071;
}

#sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list .goal_item ul h5 {
    margin: 20px 0 0;
    font-size: 14px;
}

#sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list .image_wrap {
    position: absolute;
    bottom: 0;
    right: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 11%;
    -moz-column-gap: 11px;
    column-gap: 11px;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list .image_wrap {
        position: unset;
        justify-content: flex-start;
        width: 15%;
        margin-bottom: 20px;
    }
}

#sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list .image_wrap img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list .image_wrap img {
        width: 71px;
    }
}

#sdgs .goal_attempt .attempt_wrap .attempt_year .goal_list+.goal_list {
    border-top: 1px dashed #B4B4B5;
}

#sdgs .goal_attempt .attempt_wrap:nth-of-type(1) .attempt_title {
    margin: 29px auto 0;
}

#sdgs .goal_attempt .attempt_wrap:nth-of-type(1) .attempt_title h4 {
    width: 94%;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt .attempt_wrap:nth-of-type(1) .attempt_title h4 {
        width: 100%;
    }
}

#sdgs .goal_attempt .attempt_wrap:nth-of-type(2) .attempt_title h4 {
    width: 94%;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt .attempt_wrap:nth-of-type(2) .attempt_title h4 {
        width: 100%;
    }
}

#sdgs .goal_attempt .attempt_wrap:nth-of-type(3) .attempt_title h4 {
    width: 93%;
    padding: 2px 0 2px 21px;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt .attempt_wrap:nth-of-type(3) .attempt_title h4 {
        width: 100%;
        padding: 2px 0;
    }
}

#sdgs .goal_attempt .attempt_wrap:nth-of-type(4) .attempt_title h4 {
    width: 88%;
    padding: 2px 0 2px 45px;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt .attempt_wrap:nth-of-type(4) .attempt_title h4 {
        width: 100%;
        padding: 2px 0;
    }
}

#sdgs .goal_attempt .attempt_wrap:nth-of-type(5) .attempt_title h4 {
    width: 85%;
    padding: 2px 0 2px 64px;
}

@media screen and (max-width: 768px) {
    #sdgs .goal_attempt .attempt_wrap:nth-of-type(5) .attempt_title h4 {
        width: 100%;
        padding: 2px 0;
    }
}

#sdgs .pickup_wrap {
    float: none;
    margin: 84px auto 0;
}

#sdgs .pickup_wrap .pickup_title {
    margin: 0 auto;
}

#sdgs .pickup_wrap .pickup_list_wrap .pickup_list .unit {
    display: flex;
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #sdgs .pickup_wrap .pickup_list_wrap .pickup_list .unit {
        width: 90%;
    }
}

#sdgs .pickup_wrap .pickup_list_wrap .pickup_list .unit a {
    display: flex;
}

#sdgs .pickup_wrap .pickup_list_wrap .pickup_list .unit figure {
    margin: 0;
}

#sdgs .pickup_wrap .pickup_list_wrap .pickup_list .unit .cnt .pdf_wrap .pdf {
    width: 100%;
    height: auto;
    margin: 0;
}

#sdgs .pickup_wrap .pickup_list_wrap .pickup_list .unit .cnt .post_title {
    margin-top: 11px;
    padding-right: 20px;
}

#sdgs .pickup_wrap::after {
    content: "";
    display: block;
    clear: both;
}


/*# sourceMappingURL=sdgs.css.map */