/* general */

.sdgs-h2{
    padding-top: 40px;
    margin-bottom: 54px;
    text-align: center;
}

.sdgs .wrapper{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.sdgs .col2{
    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: flex;
}

.sdgs .col2 > li{
    width: calc((100% - 80px) / 2);
    margin-left: 80px;
}
.sdgs .col2 > li:first-child{
    margin-left: 0;
}
.sdgs .col2 > li h3{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sdgs .col2 > li h3 img{
    margin-right: 0.25em;
}
.sdgs .col2 > li p{
    text-align: justify;
    line-height: 2.0;
    font-size: 15px;
}
.sdgs .col2 > li.table{
    display: table;
    position: relative;
    min-height: 180px;
}

.sdgs .col2 > li.table h3,
.sdgs .col2 > li.table p{
    display: table-cell;
    vertical-align: top;
}
.sdgs .col2 > li.table h3{
    width: 30%;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.sdgs .dotline{
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -5px;
    background: url(../images/dot_line.png);
}



.sdgs{
    background-color: #edfdff;
    line-height: 1.8;
}

.sdgs .sdgs-main{
    text-align: center;
    background: url(../images/sdgs_bg_main.jpg) no-repeat center top;
    padding-bottom: 172px;
    position: relative;
}

.sdgs .sdgs-main:after{
    content: "";
    display: block;
    background: url(../images/tp_about.png) repeat-x center top;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sdgs .sdgs-main__head{
    max-width: 710px;
    margin: 0 auto;
    padding: 88px 0 310px;
    position: relative;
}
.sdgs .sdgs-main__head img{
    position: relative;
    z-index: 1;
}
.sdgs .sdgs-main__head:before,
.sdgs .sdgs-main__head:after{
    content: "";
    display: block;
    width: 388px;
    height: 388px;
    background-size: cover;
    position: absolute;
    bottom: 40px;
}
.sdgs .sdgs-main__head:before{
    background-image: url(../images/sdgs_ph_01.png);
    left: 0;
    transform: translateX(-60%);
}
.sdgs .sdgs-main__head:after{
    background-image: url(../images/sdgs_ph_02.png);
    right: 0;
    transform: translateX(60%);
    height: 460px;
}

.sdgs .sdgs-main__lede{
    background: #bda957;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    z-index: 1;
    top: 40px;
}

.sdgs .sdgs-main__lede:before,
.sdgs .sdgs-main__lede:after{
    content: "";
    display: block;
    width: 115px;
    height: 162px;
    background: url(../images/sdgs_boardleg.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
}
.sdgs .sdgs-main__lede:before{
    left: 48px;;
}
.sdgs .sdgs-main__lede:after{
    right: 48px;
}

.sdgs .sdgs-main__lede p{
    background: #fffefb;
    padding: 52px;
    text-align: left;
    line-height: 1.8;
    font-size: 18px;
    border-radius: 10px;
}

.sdgs .sdgs-main__lede .fig{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-82%) translateX(-50%);
}

.sdgs .sdgs-main__lede .info{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 704px;
    transform: translateY(110%) translateX(-50%);
    z-index: 1;
}

.sdgs .sdgs-about{
    background: url(../images/bg_about.png) center top;
    position: relative;
}

.sdgs .sdgs-about .sdgs-h2{
    padding-top: 80px;
}

.sdgs .sdgs-about__sec1{
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 40px;
}

.sdgs .sdgs-about__sec2{
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
}
.sdgs .sdgs-about__sec2 h3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sdgs .sdgs-about__sec2 h3 p{
    font-size: 32px;
    line-height: 1.4;
}
.sdgs .sdgs-about__sec2 h3 p span{
    font-size: 12px;
    background: #e60012;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 100px;
}


/* sample */
.sdgs .sdgs-about__sec3{
    padding-bottom: 100px;
}

.sdgs .sdgs-about__sec3 .head{
    background: #bda957;
    border-radius: 20px;
    padding: 30px;
    margin: 0 0 40px;
    position: relative;
}

.sdgs .sdgs-about__sec3 .head:before,
.sdgs .sdgs-about__sec3 .head:after{
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.sdgs .sdgs-about__sec3 .head:before{
    width: 90px;
    height: 142px;
    background-image: url(../images/fig_about_05.png);
    left: 40px;
    bottom: 25px;
    transform: scale(0.75);
    transform-origin: bottom;
}
.sdgs .sdgs-about__sec3 .head:after{
    width: 90px;
    height: 198px;
    background-image: url(../images/fig_about_06.png);
    right:40px;
    bottom: -20px;
}

.sdgs .sdgs-about__sec3 .head__inner{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    font-size: 26px;
    font-weight: bold;;
    text-align: center;
}

.sample{
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.sample + .sample{
    margin-top: 40px;;
}

.sample figure{
    position: relative;
}

.sample figure .ico{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.sample figure .copy{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.sample.c01 figure .copy span{
    background: #457b3d;
}
.sample.c02 figure .copy span{
    background: #ffb80c;
}
.sample.c03 figure .copy span{
    background: #d39028;
}

.sample__inner{
    padding: 50px;
}

.sample .mukashi:before{
    content: url(../images/txt_mukashi.png);
    position: absolute;
    left: -60px;
    bottom: -65px;
}
.sample .ima:before{
    content: url(../images/txt_ima.png);
    position: absolute;
    left: -20px;
    bottom: -65px;
}



.sdgs .sdgs-try{
    background: url(../images/bg_try.png) #ffff center top;
    position: relative;
    padding-bottom: 80px;
}

.sdgs .sdgs-try .sdgs-h2 img{
    margin-top: -60px;
}

.sdgs .sdgs-try .lede{
    font-size: 18px;
}

.sdgs .sdgs-try .download{
    border: solid 4px #92d14f;
    border-radius: 20px;
    background: #fff;
    max-width: 816px;
    margin: 40px auto 80px;
    overflow: hidden;
}

.sdgs .sdgs-try .download .sheet{
    position: relative;
}


.sdgs .sdgs-try .download .sheet .dialog{
    max-width: 70%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.sdgs .sdgs-try .download .sheet .dialog__btn{
    text-align: center;
}

.sdgs .sdgs-try .download .sheet .dialog__txt{
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.sdgs .sdgs-try .download .inner{
    padding: 30px;
    border-bottom: solid 4px #92d14f;
}

.sdgs .sdgs-try .download .inner:last-child{
    border-bottom: none;
}

.sdgs .sdgs-try .flow li{
    background: #92d14f;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.sdgs .sdgs-try .how{
    background: #f7f7f7;
}

.sdgs .sdgs-try .flow li strong{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 1em;
    display: inline-block;
}
.sdgs .sdgs-try .flow li p{
    padding-left: 1em;
    border-left: solid 1px #fff;
}


.sdgs .manage{
    background: #199620;
    padding: 20px 0 80px;
}

.sdgs .manage__lede{
    color: #fff;
    margin-bottom: 60px;
}

.sdgs .manage__h3{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.sdgs .manage figure{
    padding: 20px 0;
}
.sdgs .manage p{
    text-align: justify;
}

.col3{
    display: flex;
}

.col3 > li{
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.col3 > li:first-child{
    margin-left: 0;
}

.sdgs .cp{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    
}

.sdgs .cp > div{
    width: calc((100% - 40px) / 2);
    margin-left: 40px;
    background: #fff;
    border: solid 2px #ddd;
    position: relative;
    padding-bottom: 110px;
}
.sdgs .cp > div:first-child{
    margin-left: 0;
}

.sdgs .cp > div.soon{
    opacity: 0.5;
    pointer-events: none;
}

.sdgs .cp__head{
    color: #e60012;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding: 20px 20px 30px;
    background: #f9f9f9;
    position: relative;
}

.sdgs .cp__head:before{
    content: "";
    position: absolute;
    top: -80px;
    left: -20px;
}
.sdgs .cp__head.-cp01:before{
    content: url(../images/ico_cp_01.png);
}
.sdgs .cp__head.-cp02:before{
    content: url(../images/ico_cp_02.png);
}
.sdgs .cp__head.-cp02:after{
    content: url(../images/ico_news.png);
    position: absolute;
    right: -12px;
    top: -26px;
}

.sdgs .cp__body{
    padding: 20px;
    position: relative;
}
.sdgs .cp__body:before{
    content: "賞品";
    background: #e60012;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.sdgs .cp__limit{
    border:solid 1px #ddd;
    border-width: 1px 0 1px 0;
    padding: 10px 0;
    margin: 20px 0;
}

.sdgs .cp__btn{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.sdgs .kiyaku{
    border: solid 2px #ddd;
    background: #fff;
    margin-bottom: 40px;
}

.sdgs .kiyaku__inner{
    height: 400px;
    padding: 20px;
    overflow-y: auto;
}

.sdgs .qaBOX{
    background: #fff;
    border:solid 2px #ddd;
    padding: 40px;
    margin-bottom: 40px;
}

.sdgs .qaBOX .title{
    font-size: 40px;
    text-align: center;
    font-family: 'roboto', sans-serif;
}

.sdgs .qa{
    border-bottom: dotted 1px #ddd;
    padding: 10px 0;
}
.sdgs .qa:first-of-type{
    padding-top: 0;
}
.sdgs .qa.-nobrd{
    border:none;
}
.sdgs .qa > li{
    padding: 10px 0 10px 40px;
    position: relative;
    font-size: 14px;
}
.sdgs .qa > li:before{
    display: block;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    color: #fff;
    transform: translateY(8px);
    border-radius: 100px;
    font-family: 'roboto', sans-serif;
}

.sdgs .qa > li.qa-q:before{
    content: "Q";
    background: #e60012;
}
.sdgs .qa > li.qa-a:before{
    content: "A";
    background: #0058dd;
}

.w-full{
    width: 100%;
}
.w-half{
    width: 50%;
}
.c-roundButton.-disabled{
    top: 7px;
}

@media (max-width: 768px) {
    .wrapper{
        padding: 20px;
    }
    .sdgs .sdgs-main__head:before{
        transform: translateX(-40%);
    }
    .sdgs .sdgs-main__head:after{
        transform: translateX(40%);
    }
    .sdgs .sdgs-about__sec3 .head__inner{
        font-size: 22px;
    }
    .c-roundButton{
        width: 300px;
    }
    .col3 > li{
        width: calc(100% - 40px);
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
    .sdgs .sdgs-main{
        padding: 3% 3% 100px;
        background-image: url(../images/sdgs_bg_main_sp.jpg);
        background-size: contain;
    }
    .sdgs .sdgs-main__head{
        padding: 28px 0 200px;
    }
    .sdgs .sdgs-main__head:before, .sdgs .sdgs-main__head:after{
        width: 60%;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: auto;
        top: 57vw;
    }
    .sdgs .sdgs-main__head:before{
        transform: translateX(-40%);
    }
    .sdgs .sdgs-main__head:after{
        transform: translateX(40%) translateY(-10vw);
    }
    .sdgs .sdgs-main__head .sub{
        width: 55%;
    }
    .sdgs .sdgs-main__lede{
        padding: 2%;
    }
    .sdgs .sdgs-main__lede p{
        padding: 8%;
        padding-bottom: 30vw;
        font-size: 14px;
        line-height: 2.0;
    }
    .sdgs .sdgs-main__lede .fig{
        width: 80%;
    }
    .sdgs .sdgs-main__lede:before, .sdgs .sdgs-main__lede:after{
        transform: translateY(100%) scale(0.5);
        transform-origin: top;
    }
    .sdgs .sdgs-main__lede:before{
        left: -10px;
    }
    .sdgs .sdgs-main__lede:after{
        right: -10px;
    }
    .sdgs .sdgs-main__lede .info{
        width: 95%;
        transform: translateY(0) translateX(-50%);
        bottom: 20px;
    }
    .wrapper{
        padding-left: 5%;
        padding-right: 5%;
    }
    .sdgs .sdgs-about__sec1:after{
        right: -5vw;
        bottom: -18vw;
        transform: scale(0.6);
        transform-origin: right bottom;
    }
    .sdgs .sdgs-about__sec2{
        padding: 5%;
    }
    .sdgs .col2{
        display: block;
    }
    .sdgs .col2 > li{
        width: 100%;
        margin: 0;
        border-top: dotted 4px #ddd;
        padding: 10vw 0;
    }
    .sdgs .col2 > li:first-child{
        border-top: none;
        padding-top: 0;
    }
    .sdgs .col2 > li:last-child{
        padding-bottom: 0;
    }
    .sdgs .col2 > li.table{
        min-height: 0;
    }
    .dotline{
        display: none;
    }
    .sdgs .col2 > li h3 img{
        display: block;
        width: 24%;
        margin: 0 auto;
    }
    .sdgs .col2 > li h3{
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
    }
    
    .sdgs .col2 > li h3 span{
        font-size: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        min-width: 200px;
        text-align: center;
    }
    .sdgs .sdgs-about__sec3 .head{
        margin: 0 0 40px;
        padding: 5%;
    }
    .sdgs .sdgs-about__sec3 .head__inner{
        font-size: 20px;
        padding: 5% 5% 20%;
    }
    .sdgs .sdgs-about__sec3 .head:before,
    .sdgs .sdgs-about__sec3 .head:after{
        transform: scale(0.45);
        transform-origin: bottom;
        bottom: 10px;
        background-position: bottom;
    }
    .sdgs .sdgs-about__sec3 .head:before{
        left: 0;
    }
    .sdgs .sdgs-about__sec3 .head:after{
        transform: scale(0.6);
        right: 0;
    }
    .sample figure .ico{
        transform: none;
        left: 50%;
        top: 10px;
        width: 20%;
        margin-left: -10%;
    }
    .sample figure .bg{
        height: 60vw;
        object-fit: cover;
    }
    .sample figure .copy{
        transform: translateY(-10%) translateX(-50%);
        font-size: 20px;
    }
    .sample__inner{
        padding: 5%;
    }
    .sdgs .col2 > li.table h3, .sdgs .col2 > li.table p{
        display: block;
        width: 100%;
        padding: 0;
    }
    .sample .mukashi:before,
    .sample .ima:before{
        bottom: 0;
        left: auto;
        right: -20px;
        opacity: 0.7;
    }

    .sdgs .sdgs-try .download .inner{
        padding: 5%;
    }

    .sdgs .sdgs-try .download .sheet .dialog{
        max-width: none;
        width: 100%;
        padding: 5%;
        position: relative;
        transform: none;
        left: 0;
        border-radius: 0 0 10px 10px;
        box-shadow:0 3px 5px rgb(0 0 0 / 20%);
    }   
    .sdgs .sdgs-try .download .sheet .dialog__txt{
        font-size: 14px;
    }

    .sdgs .sdgs-try .flow li{
        display: block;
        border-radius: 10px;
    }
    .sdgs .sdgs-try .flow li strong{
        display: block;
        text-align: center;
        width: 100%;
    }
    .sdgs .sdgs-try .flow li p{
        border-top: solid 1px #fff;
        border-left: 0;
        padding: 0;
    }

    .col3{
        display: block;
    }
    .col3 > li{
        width: 90%;
        margin: 10% auto 0;
        padding: 8vw;
    }
    .col3 > li:first-child{
        margin-top: 0;
        margin-left: auto;
    }

    .col3 > li figure{
        width: 80%;
        margin: 20px auto;
    }
    .col3 > li p{
        font-size: 14px;
    }

    .sdgs .cp{
        display: block;
    }
    .sdgs .cp > div{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .sdgs .cp > div:first-child{
        margin-top: 0;
    }
    .c-roundButton{
        width: 100%;
        border-radius: 1000px;
    }
    .sdgs .cp__head:before{
        transform: scale(0.6);
        top: -42px;
        left: -40px;
    }
    .linkword{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 80%;
        margin: 0 auto;
    }
    .sdgs .cp__head.-cp02:after{
        transform: scale(0.7);
        transform-origin: right top;
    }
    .ie11{
        font-size: 10px;
    }
}

.l-footer .c-roundButton{width: 300px;}