@charset "UTF-8";
/* CSS Document */
.sub_page_header .page_title>span span span:nth-child(4){
    padding-right: 0.4em;
}
.wrapper{
    margin-bottom: 16rem;
}
.wrapper .inner{
    width: min(80%,1400px);
    margin: 0 auto;
}
.wrapper .sdgs_logo{
    text-align: center;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 8rem;
}
.wrapper .sdgs_logo h3{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 35px;
}
.wrapper .intro{
    width: 100%;
    margin-bottom: 10rem;
}
.wrapper .intro h3{
    font-size: clamp(18px,2.6rem,28px);
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    position: relative;
}
.wrapper .intro h3::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #DDDDDD;
}
.wrapper .intro h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 15%;
    background-color: #F923B2;
}
.wrapper .intro .text{
    line-height: 1.8;
    font-size: clamp(15px,1.8rem,18px);
}
.wrapper .intro .text p:first-of-type{
    padding-bottom: 2rem;
}
.wrapper .sdgs_action{
    margin-bottom: 8rem;
}
.wrapper .sdgs_action:last-of-type{
    margin-bottom: 0;
}
.wrapper .sdgs_action h3{
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
    font-size: clamp(18px,2.2rem,25px);
    margin-bottom: 2.5rem;
}
.wrapper .sdgs_action h3::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #F923B2;
    border: solid 3px #EACADE;
    border-radius: 50%;
}
.wrapper .sdgs_action .box{
    border-radius: 2rem;
    background-color: #F7F8F8;
    border: solid 1px #E5E5E5;
    padding: 40px 50px;
    margin-bottom: 3rem;
}
.wrapper .sdgs_action .box:last-of-type{
    margin-bottom: 0;
}
.wrapper .sdgs_action .box .up{
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #F923B2;
}
.wrapper .sdgs_action .box .up .head{
    width: 55%;
    padding-right: 5%;
}
.wrapper .sdgs_action .box .up h4{
    font-size: clamp(18px,2.6rem,25px);
    padding-bottom: 1rem;
}
.wrapper .sdgs_action .box .up .head p{
    font-size: clamp(14px,1.7rem,18px);
}
.wrapper .sdgs_action .box .up .icon_image{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
}
.wrapper .sdgs_action .box .up .icon_image li{
    width: calc(25% - 1.35rem);
}
.wrapper .sdgs_action .box .down h5{
    display: block;
    width: fit-content;
    background: linear-gradient(105deg, #FA80B4 5%, #FF00A4 70%, #FF0095);
    color: #fff;
    line-height: 1.2;
    padding: 3px 20px;
    font-size: clamp(14px,1.6rem,18px);
    border-radius: 9000px;
    margin-bottom: 15px;
}
.wrapper .sdgs_action .box .down .action_list li{
    font-size: clamp(14px,1.7rem,17px);
    position: relative;
    padding-left: 1.1em;
    line-height: 1.5;
    margin-bottom: 4px;
}
.wrapper .sdgs_action .box .down .action_list li:last-child{
    margin-bottom: 0;
}
.wrapper .sdgs_action .box .down .action_list li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    background-color: #DDDDDD;
}


@media print, screen and (max-width: 768px){
    .wrapper .inner {
        width: 100%;
        padding: 0 6rem;
    }
    .wrapper .sdgs_logo{
        width: min(100%,600px);
        margin-bottom: 6rem;
    }
    .wrapper .sdgs_logo h3{
        width: 90%;
        margin-bottom: 25px;
    }
    .wrapper .intro h3{
        font-size: clamp(16px,3.5rem,24px);
        line-height: 1.8;
        padding-bottom: 5rem;
        margin-bottom: 5rem;
    }
    .wrapper .intro .text{
        font-size: clamp(15px,3rem,18px);
        line-height: 2;
    }
    .wrapper .intro .text p:first-of-type{
        padding-bottom: 4rem;
    }
    .wrapper .sdgs_action h3{
        font-size: clamp(16px,3.7rem,28px);
        margin-bottom: 5rem;
    }
    .wrapper .sdgs_action .box{
        padding: 5rem 4rem;
        margin-bottom: 5rem;
    }
    .wrapper .sdgs_action .box .up{
        display: block;
        padding-bottom: 5rem;
        margin-bottom: 5rem;
    }
    .wrapper .sdgs_action .box .up .head{
        width: 100%;
        padding-right: 0;
    }
    .wrapper .sdgs_action .box .up h4{
        font-size: clamp(16px,3.9rem,30px);
        line-height: 1;
        padding-bottom: 3rem;
    }
    .wrapper .sdgs_action .box .up .head p{
        font-size: clamp(15px,3rem,18px);
        line-height: 1.8;
        padding-bottom: 3rem;
    }
    .wrapper .sdgs_action .box .up .icon_image{
        width: 100%;
    }
    .wrapper .sdgs_action .box .down .action_list li{
        font-size: clamp(15px,3rem,18px);
    }
    
}