@charset "UTF-8";
/* CSS Document */
/* タイトル共通パーツ */
.page_container {
  width: 100%;
}
.page_title_wrap{
    width: 100%;
    background-image: linear-gradient(180deg, rgba(1, 21, 56, 1), rgba(19, 63, 113, 1) 100%);
    height: 25vw;
}
.page_title{
    background: url("../img/sdgs/sdgs_tit_bg.jpg") no-repeat;
    height: 35vw;
    background-position: top left;
    background-size: 80%;
    	animation: fadedown 1.7s ease 0s 1 normal;
    -webkit-animation: fadedown 1.7s ease 0s 1 normal;
}
@keyframes fadedown {
from {
    opacity: 0;
    transform: translateX(-30px);
}
to {
    opacity: 1;
    transform: translateX(0px);
}
}
.page_title h1{
    text-align: right;
    color: #fff;
    padding: 10% 10% 0 0;
    font-size: 3vw;
    font-weight: 900;
}
.page_title h1 span{
    display: block;
    font-size: 1.8vw;
}
.contents_top{
    width: 60%;
    margin: 0 auto;
}
.contents_top h2,.sdgs_initiative h2{
    color: #011538;
    font-size: 2.5vw;
    font-weight: 900;
    padding-bottom: 2%;
    text-align: center;
}
.contents_top p{
    color: #011538;
    line-height: 1.8em;
    margin-bottom: 15px;
    text-align: center;
}

.sdgs_wrap{
    background: rgba(1, 21, 56, 1);
    padding: 5% 0;
}
.sdgs{
    width: 60%;
    margin: 0 auto;
}
.sdgs p img{
    width: 100%;
}
.sdgs_txt{
    color: #fff;
    margin-top: 5%;
}
.sdgs_initiative{
    width: 60%;
    margin: 0 auto;
    padding: 5% 0;
}
.initiative{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.initiative div{
    width: 48%;
    border:1px solid #011538;
    padding: 2%;
    margin-bottom: 5%;
    color: #011538;
    height: 32vw;
    position: relative;
}
.initiative div h3{
    font-weight: bold;
    font-size: 1.4vw;
    margin-bottom: 2%;
}
.initiative div h4{
    font-weight: bold;
    font-size: 1vw;
    margin: 2% 0;
}
.initiative ul li{
    list-style-type: disc;
    margin-left: 2em;
    line-height: 1.7em;
}
.initiative ol{
    display: flex;
    justify-content: flex-start;
    margin-top: 5%;
    position: absolute;
    bottom: 0;
    padding-bottom: 3%;
}
.initiative ol li{
    list-style: none;
    width: 18%;
    margin-right: 1%;
    
}
.initiative ol li:last-child{
    margin-right: 0%;
}
.initiative ol li img{
    width: 100%;
}

@media screen and (max-width: 1400px) {
   .contents_top,.sdgs,.sdgs_initiative{
        width: 80%;
    }
    .access table{
    margin:0 5% 0 10%;
}
}
@media screen and (max-width: 1050px) {

    .contents_top h2,.sdgs_initiative h2{
       font-size: 20px;
    }
    .initiative div h3{
         font-size: 18px;
    }
    .initiative div h4{
        font-size: 16px;
    }
    .contents_top p,.sdgs p,.sdgs_initiative p,.sdgs_initiative ul{
       font-size: 14px;
    }
       .contents_top,.sdgs,.sdgs_initiative{
        width: 90%;
    }
    .initiative div{
        height: 50vw;
    }
    
}
@media screen and (max-width: 900px) {
        .initiative div{
        height: 60vw;
    }
}
@media screen and (max-width: 800px) {
        .initiative div{
        height: 65vw;
    }
}
@media screen and (max-width: 780px) {
    .page_title h1{
    font-size: 5vw;
        padding-right: 5%;
}
.page_title h1 span{
    font-size: 3vw;
}
    .initiative{
        flex-direction:column;
    }
    .initiative div{
    width: 100%;
        height: 65vw;
    }

}
@media screen and (max-width: 650px) {
    .initiative div{
        height: 75vw;
    }
}
@media screen and (max-width: 550px) {
    .initiative div{
        height: 90vw;
    }
}


@media screen and (max-width: 475px) {
        .initiative div{
        height: 100vw;
    }


}
@media screen and (max-width: 425px) {
            .initiative div{
        height: 120vw;
    }
    @media screen and (max-width: 400px) {
            .initiative div{
        height: 140vw;
    }





}
    
    
    
    
    
    
    
    
    
    
    
    