@charset "UTF-8";
img {
    vertical-align: top;
}

img.pc {
    display: block;
}

img.sp {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    ms-flex-align: center;
    align-items: center;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.content-title {
    background-image: url(../img/sdgs-fv.jpg);
    margin-bottom: 100px;
}
.content-title div {
    padding: 50px 0;
    background-color: inherit;
    border: none;
    background-image: url(../img/sdgs-fv-title-bg.png);
    background-size: 100% 100%;
    max-width: 302px;
    height: 302px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-title div h2 {
    line-height: 34px;
    color: #00a6d9;
}
.content-title div h2 span {
    margin-top: -5px;
    color: #00a6d9;
}

.group {
    max-width: 1000px;
    margin: 0 auto;
}

#sdgs-goals {
    margin-bottom: 85px;
    text-align: center;
}

#sdgs-goals .heading {
    margin-bottom: 25px;
}

#sdgs-goals h1 {
    margin-bottom: 40px;
    color: #009c43;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#sdgs-goals .bar {
    height: 4px;
}

.sdgs-business.sdgs-business-1 {
    margin-bottom: 50px;
}

.sdgs-business.sdgs-business-2 {
    margin-bottom: 170px;
}

.sdgs-business .heading {
    margin-bottom: 45px;
}

.sdgs-business .heading h1 {
    margin-bottom: 30px;
    color: #3268ad;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.5;
}

.sdgs-business .heading h1 span {
    display: block;
    color: #3268ad;
    font-weight: bold;
}

.sdgs-business .heading p {
    padding-right: 1.5625vw;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
}

.sdgs-business .flex-column .box {
    padding-right: 0.9vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sdgs-business .flex-column .box {
    margin-bottom: 20px;
}

.sdgs-business .flex-column .box img {
    padding-right: 1.5625vw;
}

.sdgs-business .flex-column .box p {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.875;
}

#sdgs-mark {
    margin-bottom: 60px;
    text-align: center;
}

.pdf {
    margin: 100px 0 250px;
}
.pdf div {
    margin-bottom: 100px;
}
.pdf h3 {
    font-size: 30px;
    color: #3268ad;
    font-weight: bold;
}
.pdf div p {
    color: #3268ad;
    font-size: 20px;
    font-weight: bold;
    /* letter-spacing: 0.2em; */
    letter-spacing: 0.01em;
}
.pdf div a {
    display: inline-block;
    color: #1f82c1;
    font-size: 22px;
    letter-spacing: 0.2em;
    max-width: 250px;
    width: 100%;
    padding: 5px 35px;
    border: 1px solid #1f82c1;
    border-radius: 15px;
    box-sizing: border-box;
    background: url(../img/arrow.png) no-repeat right 25px center / auto;
}

@media screen and (max-width: 1030px) {
    .group {
        padding: 0 2%;
    }
}

@media screen and (max-width: 768px) {
    img.pc {
        display: none;
    }
    img.sp {
        display: block;
    }
    .content-title {
        background-image: url(../img/sp-sdgs-fv.jpg);

        margin-bottom: 15vw;
    }
    .content-title div {
        padding: 8vw;
        width: 47.33vw;
        height: 47.33vw;
    }
    .content-title div h2 {
        line-height: 6vw;
    }
    .content-title div h2 span {
        letter-spacing: -0.06em;
        font-size: 2.4vw;
    }
    .group {
        padding: 0;
    }
    #sdgs-goals .heading {
        margin-bottom: 4vw;
        padding: 0 2vw;
    }
    #sdgs-goals h1 {
        margin-bottom: 8.6vw;
        font-size: clamp(20px, 5.86vw, 44px);
        letter-spacing: 0.14em;
    }
    #sdgs-goals .bar img {
        width: 55.3vw;
    }
    .sdgs-business {
        padding: 0 4%;
    }
    .sdgs-business.sdgs-business-1 {
        margin-bottom: 15.3vw;
    }
    .sdgs-business.sdgs-business-2 {
        margin-bottom: 17.3vw;
    }
    .sdgs-business .heading {
        margin-bottom: 45px;
    }
    .sdgs-business .heading h1 {
        margin-bottom: 6vw;
        font-size: clamp(15px, 4vw, 30px);
    }
    .sdgs-business .heading h1 span {
        display: block;
    }
    .sdgs-business .heading p {
        padding-right: 0;
        font-size: clamp(15px, 4vw, 30px);
        letter-spacing: 0;
    }
    .sdgs-business .flex-column .box {
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sdgs-business .flex-column .box {
        margin-bottom: 9.3vw;
    }
    .sdgs-business .flex-column .box img {
        padding-right: 0;
        margin-bottom: 5.3vw;
    }
    .sdgs-business .flex-column .box p {
        font-size: clamp(13.5px, 3.6vw, 27px);
        line-height: 1.85;
    }
    #sdgs-mark {
        margin-bottom: 8vw;
        text-align: center;
    }
    #sdgs-mark img {
        width: 9.3vw;
    }

    .pdf {
        padding: 0 4%;
        box-sizing: border-box;
        margin: 15vw 0;
    }
    .pdf div {
        margin-bottom: 15vw;
    }
    .pdf h3 {
        font-size: clamp(15px, 4vw, 30px);
    }
    .pdf div p {
        font-size: clamp(15px, 4vw, 30px);
        margin-bottom: 5vw;
        letter-spacing: 0.2em;
    }
    .pdf div a {
        font-size: clamp(15px, 4vw, 30px);
        max-width: 50vw;
        margin: 0 auto;
    }
}
/*# sourceMappingURL=sdgs.css.map */
