@charset "utf-8";

.sdgs_slider_wrap {
    overflow: hidden;
    position: relative;
}
.sdgs_slider_wrap h3 {
    width:55%;
    margin:auto;
    position: absolute;
    top:150px;
    left: 0;
    right: 0;
    z-index: 3;
}
.sdgs_slider_wrap h3 img {
    width:100%;
}
.sdgs_slider {
    width: 100%;
    padding:0 0;
    margin:0 0;
    display: block;
}
.sdgs_slider img {
    width:100%;
    display: block;
}

@media (max-width: 767px) {

    .main_inner {
        padding:30px 7.5vw;
    }
    .sdgs_slider_wrap h3 {
        width:70%;
        margin:auto;
        position: absolute;
        top:150px;
        left: 0;
        right: 0;
        z-index: 3;
    }
    .sdgs_slider img {
        width:100%;
        height:100vw;
        object-fit: cover;
    }
}

.sdgs_vision,
.sdgs_report,
.sdgs_about {
    width:100%;
    background:url(../images/sdgs/sdgs_bar.png) no-repeat 50% 0%;
    background-size:60%;
    padding:60px 0;
    margin:50px 0;
}

@media (max-width: 767px) {
    .sdgs_vision,
    .sdgs_report,
    .sdgs_about {
        background-size:80%;
        padding:20px 0;
        margin:40px 0;
    }
}
.sdgs_vision h3 {
    width:60%;
    display: block;
    margin:0 auto;
}
.sdgs_report h3 {
    width:18%;
    display: block;
    margin:0 auto;
}
.sdgs_about h3 {
    width:22%;
    display: block;
    margin:0 auto;
}

@media (max-width: 767px) {
    .sdgs_vision h3 {
        width:90%;
    }
    .sdgs_report h3 {
        width:30%;
    }
    .sdgs_about h3 {
        width:40%;
    }
}
.sdgs_vision h3 img,
.sdgs_report h3 img,
.sdgs_about h3 img {
    width:100%;
}

.sdgs_vision p,
.sdgs_about p {
    text-align: center;
    font-weight: normal;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .sdgs_vision p,
    .sdgs_about p {
        text-align: justify;
        font-size: 0.85rem;
        font-weight: normal;
        line-height: 180%;
    }
}



.sdgs_vision_img {
    background:#fff;
    padding:80px;
    margin:50px 0 0 0;
}
.sdgs_vision_img img {
    width:100%;
}

@media (max-width: 767px) {
    .sdgs_vision_img {
        padding:30px 10px;
        margin:30px 0 0 0;
    }
}


.sdgs_detail {
    display: flex;
    justify-content: space-between;
    margin:50px 0;
}

.sdgs_detail li.image {
    width:30%;
}
.sdgs_detail li.image img {
    width:100%;
}
.sdgs_detail li.text {
    width:65%;
    text-align: left;
}
.sdgs_detail li.text h3,
.sdgs_detail li.text p {
    text-align: left;
}

.sdgs_detail li.text h3 {
    width:100%;
    display: flex;
    align-items: center;
    margin:0;
    padding:0;
}
.sdgs_detail li.text h3 img {
    width:100px;
    display: block;
    margin:0;
}
.sdgs_detail li.text p {
    font-size:1rem;
    font-weight: normal;
    padding:0 0 0 0px;
}
.sdgs_detail li.text h3 p {
    width:calc(100% - 100px - 15px);
    text-align: left;
    font-size:1.5rem;
    font-weight: bold;
    padding:0 0 0 15px;
}

@media (max-width: 767px) {
    .sdgs_detail {
        display: block;
        margin:60px 0;
    }
    .sdgs_detail li.image {
        width:100%;
        display: block;
        margin:10px 0;
    }
    .sdgs_detail li.text {
        width:100%;
        display: block;
        margin:0;
    }

    .sdgs_detail li.text h3 img {
        width:75px;
        display: block;
        margin:0;
    }
    .sdgs_detail li.text p {
        font-size:0.85rem;
        font-weight: normal;
        padding:0 0 0 0px;
        margin:10px 0;
    }
    .sdgs_detail li.text h3 p {
        width:calc(100% - 75px - 10px);
        text-align: left;
        font-size:0.9rem;
        line-height: 150%;
        font-weight: bold;
        padding:0 0 0 10px;
        margin:0;
    }
}

.d1 {
    background:url(../images/sdgs/bar_green.png) 85% 50% no-repeat;
    background-size: contain;
}
.d2 {
    background:url(../images/sdgs/bar_red.png) 85% 50% no-repeat;
    background-size: contain;
}
.d3 {
    background:url(../images/sdgs/bar_yellow.png) 85% 50% no-repeat;
    background-size: contain;
}
.d4 {
    background:url(../images/sdgs/bar_blue.png) 85% 50% no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    .d1 {
        background:url(../images/sdgs/bar_green.png) 100% 100% no-repeat;
        background-size: 180px;
    }
    .d2 {
        background:url(../images/sdgs/bar_red.png) 100% 100% no-repeat;
        background-size: 180px;
    }
    .d3 {
        background:url(../images/sdgs/bar_yellow.png) 100% 100% no-repeat;
        background-size: 180px;
    }
    .d4 {
        background:url(../images/sdgs/bar_blue.png) 100% 100% no-repeat;
        background-size: 180px;
    }
}

.sdgs_goal {
    background:#fff;
    margin:60px 0 0 0;
    padding:80px;
}
.sdgs_goal img {
    width:70%;
    display: block;
    margin:0 auto;
}
.sdgs_goal ul {
    margin:30px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sdgs_goal li {
    width:calc((100% / 6) - 10px);
    margin:5px;
}
.sdgs_goal li img {
    width:100%;
}

@media (max-width: 767px) {
    .sdgs_goal {
        background:#fff;
        margin:30px 0 0 0;
        padding:40px 20px;
    }
    .sdgs_goal img {
        width:80%;
        display: block;
        margin:0 auto;
    }
    .sdgs_goal ul {
        margin:20px 0 0 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sdgs_goal li {
        width:calc((100% / 3) - 6px);
        margin:3px;
    }
}




/* report ----- */

.news_wrap {
    background:#fff;
    padding:30px;
    margin:50px 0 0 0;
}

.news_wrap ul {
    display: flex;
    margin:0 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news_wrap ul li {
    display: flex;
    flex-direction: column;
    width:calc((100% / 3) - 30px);
    margin:15px;
    background:#fff;
    text-align: left;
    box-shadow: 0px 0px 10px -2px #ccc;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/* .news_wrap ul li:hover {
    box-shadow: none;
    background:#1C2652;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
} */
.news_wrap ul li a {
    text-align: left;
    background:none;
}
.news_wrap ul li .thumb {
    aspect-ratio: 1/1;
    width:100%;
    margin:0;
    overflow: hidden;
}
.news_wrap ul li .thumb img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.news_wrap ul li:hover .thumb img {
    transform: scale(1.05);
    /* opacity: 0.8;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out; */
}
.news_wrap ul li .txt {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:20px;
    font-size: 0.8rem;
    line-height: 150%;
    text-decoration: none;
    text-align: left;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/* .news_wrap ul li:hover .txt {
    color:#fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
} */
.news_wrap ul li .txt .title {
    margin:0;
    display: flex;
}

.news_wrap ul li .sdgs_category {
    display: block;
    width:70px;
    height:70px;
    background:#c11830;
}

.news_wrap ul li .goal_1 { background: url(../images/sdgs/icon1.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_2 { background: url(../images/sdgs/icon2.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_3 { background: url(../images/sdgs/icon3.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_4 { background: url(../images/sdgs/icon4.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_5 { background: url(../images/sdgs/icon5.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_6 { background: url(../images/sdgs/icon6.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_7 { background: url(../images/sdgs/icon7.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_8 { background: url(../images/sdgs/icon8.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_9 { background: url(../images/sdgs/icon9.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_10 { background: url(../images/sdgs/icon10.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_11 { background: url(../images/sdgs/icon11.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_12 { background: url(../images/sdgs/icon12.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_13 { background: url(../images/sdgs/icon13.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_14 { background: url(../images/sdgs/icon14.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_15 { background: url(../images/sdgs/icon15.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_16 { background: url(../images/sdgs/icon16.png) no-repeat; background-size:cover;}
.news_wrap ul li .goal_17 { background: url(../images/sdgs/icon17.png) no-repeat; background-size:cover;}

.news_wrap ul li .txt .title span {
    display: block;
    text-align: justify;
    font-weight: bold;
}

.news_wrap ul li .txt a {
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/* .news_wrap ul li:hover .txt a {
    color:#fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
} */
.news_wrap ul li .list_category_icon {
    display: flex;
    margin:20px 0 0 0;
    justify-content: flex-start;
}
.news_wrap ul li .list_category_icon p.date {
    white-space: nowrap;
    margin: 0;
}
.news_wrap ul li .list_category_icon ul {
    margin:0;
}
.news_wrap ul li .list_category_icon li {
    width:auto;
    margin:0 0 0 10px;
    border:none;
    box-shadow: none;
    background:none;
}
.news_wrap ul li .list_category_icon li a {
    font-size: .8rem;
    color: #c11830;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/* .news_wrap ul li:hover .list_category_icon li a {
    color:#fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
} */
.news_wrap ul li .list_category_icon .arrow {
    width:20px;
    margin: -5px 0 0 auto;
}
.news_wrap ul li .list_category_icon .arrow img {
    width:100%;
}
.news_wrap a.more {
    display: block;
    text-align: center;
    text-decoration: none;
    width:70%;
    margin:30px auto;
    border:1px solid #ccc;
    padding:10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.news_wrap a.more:hover {
    background:#1C2652;
    border:1px solid #1C2652;
    color:#fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@media (max-width: 767px) {

    .news_wrap {
        background:#fff;
        padding:0px 0 20px 0;
        margin:20px 0 0 0;
    }
    .news_wrap ul li {
        width:100%;
        margin:0 0;
        background:#fff;
    }
    .news_wrap ul li .txt {
        padding:15px 15px 30px;
        font-size: 0.8rem;
        line-height: 150%;
        text-decoration: none;
    }
    .news_wrap ul li .list_category_icon .date {
        font-size: .8rem;
    }
    .news_wrap ul li .list_category_icon .date {
        font-size: .75;
    }
    .news_wrap ul li .list_category_icon .arrow {
        width:17px;
        margin: -4px 0 0 auto;
    }

    .news_wrap a.more {
        width:calc(100% - 40px);
        margin:30px auto 0;
        border:1px solid #ccc;
        font-size:0.9rem;
        padding:8px;
    }
}


.category_link {
    margin:30px 100px;
    display: flex;
}
.category_link a {
    display: block;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding:10px;
    text-align: center;
    width:calc(100% / 6);
    font-size: 1rem;
    text-decoration: none;
    background:#fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.category_link a.active {
    display: block;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding:10px;
    text-align: center;
    width:calc(100% / 6);
    font-size: 1rem;
    text-decoration: none;
    background:#000;
    color:#fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.category_link a:last-child {
    border-right:1px solid #000;
}
.category_link a:hover {
    background:#ccc;
    color:#000;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}




/* reportページ ----- */

.sdgs_mainimage {
    width:100%;
}
.sdgs_mainimage img {
    width:100%;
}

.sdgs_gallery {
    margin:50px 0;
    padding:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sdgs_gallery_inner {
    width:calc(50% - 10px);
    margin:10px 0;
}
.sdgs_gallery_inner img {
    width: 100%;
}

@media (max-width: 767px) {
    .sdgs_gallery {
        margin:30px 0 80px;
        padding:0px;
        display:block;
    }
    .sdgs_gallery_inner {
        width:100%;
        margin:10px 0;
    }
    .sdgs_gallery_inner img {
        width: 100%;
    }

}