.sdgs {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10vw;
    background-image: url("../images/sdgs01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.sdgs_fixed_img01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 20%;
    z-index: 3;
}
.sdgs_fixed_img02 {
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    z-index: 3;
}
.sdgs_fixed_img03 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 20%;
    z-index: 3;
}
.sdgs_fixed_img04 {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 20%;
    z-index: 3;
}

@media screen and (max-width:480px) {
    .sdgs {
    padding: 15vw 0 10vw;
    background-size: auto 100%;
}
.sdgs_fixed_img01 {
    top: 20vw;
}
.sdgs_fixed_img02 {
    top: 20vw;
}
}
.sdgs01_bg {
    position: relative;
}
.sdgs01_bg_img01 {
    position: absolute;
    top: 0vw;
    width: 100%;
    z-index: 0;
}
.sdgs_title {
    padding-top: 10vw;
}
.sdgs_title h2 {
    font-size: 4.17vw;
    font-weight: 500;
    text-align: center;
    color: #e60033;
}
@media screen and (max-width:480px) {
    
.sdgs_title {
    padding-top: 15vw;
}
.sdgs_title h2 {
    font-size: 7vw;
}
}
.sdgs01 {
    position: relative;
    z-index: 2;
    display: block;
    width: 70%;
    margin: 10vw auto 0;
    padding-bottom: 15vw;
    background-image: url(../images/sdgs06.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.sdgs01_title {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 85%;
    margin: 0 auto;
}
.sdgs01_title_left {
    width: 20%;
}
.sdgs01_title_left_img01 {
    width: 100%;
}
.sdgs01_title_left_img02 {
    position: absolute;
    top: 6vw;
    left: -12vw;
    width: 16%;
}
.sdgs01_title_right {
    width: 78%;
    margin-top: 5.5vw;
}
.sdgs01_title_right h3 {
    font-size: 2.64vw;
    font-weight: 500;
    color: #e60033;
}
.sdgs01_content {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    margin: 0 auto;
}
.sdgs01_content_left {
    width: 40%;
}
.sdgs01_content_left img {
    width: 100%;
}
.sdgs01_content_right {
    width: 57%;
}
.sdgs01_content_right p {
    font-size: 1.27vw;
    font-weight: 500;
    line-height: 180%;
}
@media screen and (max-width:480px) {
    
.sdgs01 {
    width: 80%;
    padding: 5vw 0;
    background: rgba(255,255,255,0.50);
    border-radius: 20px;
}
.sdgs01_title {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.sdgs01_title_left {
    width: 20%;
    margin: 0 auto;
}
.sdgs01_title_left_img01 {
    width: 100%;
}
.sdgs01_title_left_img02 {
    position: absolute;
    top: 6vw;
    left: 12vw;
    width: 16%;
}
.sdgs01_title_right {
    width: 100%;
    margin: 0 0 5vw;
}
.sdgs01_title_right h3 {
    font-size: 5vw;
    text-align: center;
}
.sdgs01_content {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.sdgs01_content_left {
    width: 70%;
    margin: 0 auto;
}
.sdgs01_content_right {
    display: block;
    width: 90%;
    margin: 5vw auto 0;
}
.sdgs01_content_right p {
    font-size: 4vw;
}
}
.sdgs02 {
    position: relative;
    z-index: 2;
    display: block;
    width: 70%;
    margin: 10vw auto 0;
    padding-bottom: 15vw;
    background-image: url(../images/sdgs06.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.sdgs02_title {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    flex-direction: row-reverse;
    width: 85%;
    margin: 0 20vw 0 auto;
}
.sdgs02_title_left {
    width: 20%;
}
.sdgs02_title_left_img01 {
    width: 100%;
}
.sdgs02_title_left_img02 {
    position: absolute;
    top: -6vw;
    right: -3vw;
    width: 10%;
}
.sdgs02_title_right {
    width: 78%;
    margin-top: 4.5vw;
}
.sdgs02_title_right h3 {
    font-size: 2.64vw;
    font-weight: 500;
    color: #e60033;
    text-align: right;
    letter-spacing: .2vw;
}
.sdgs02_content {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    flex-direction: row-reverse;
    width: 85%;
    margin: 1vw auto 0;
}
.sdgs02_content_left {
    width: 40%;
}
.sdgs02_content_left img {
    width: 100%;
}
.sdgs02_content_right {
    width: 57%;
    margin-top: 6vw;
}
.sdgs02_content_right p {
    font-size: 1.27vw;
    font-weight: 500;
    line-height: 180%;
}
@media screen and (max-width:480px) {
    
.sdgs02 {
    width: 80%;
    padding: 5vw 0;
    background: rgba(255,255,255,0.50);
    border-radius: 20px;
}
.sdgs02_title {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.sdgs02_title_left {
    width: 20%;
    margin: 0 auto;
}
.sdgs02_title_left_img01 {
    width: 100%;
}
.sdgs02_title_left_img02 {
    position: absolute;
    top: -4vw;
    right: 12vw;
    width: 13%;
}
.sdgs02_title_right {
    width: 100%;
    margin: 0 0 5vw;
}
.sdgs02_title_right h3 {
    font-size: 5vw;
    text-align: center;
}
.sdgs02_content {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.sdgs02_content_left {
    width: 70%;
    margin: 0 auto;
}
.sdgs02_content_right {
    display: block;
    width: 90%;
    margin: 5vw auto 0;
}
.sdgs02_content_right p {
    font-size: 4vw;
}
}
.sdgs03 {
    position: relative;
    z-index: 2;
    display: block;
    width: 70%;
    margin: 10vw auto 0;
    padding-bottom: 15vw;
    background-image: url(../images/sdgs06.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.sdgs03_title {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 85%;
    margin: 0 auto;
}
.sdgs03_title_left {
    width: 20%;
}
.sdgs03_title_left_img01 {
    width: 100%;
}
.sdgs03_title_left_img02 {
    position: absolute;
    top: -6vw;
    left: 12vw;
    width: 13%;
}
.sdgs03_title_right {
    width: 78%;
    margin-top: 5.5vw;
}
.sdgs03_title_right h3 {
    font-size: 2.64vw;
    font-weight: 500;
    color: #e60033;
    letter-spacing: .2vw;
}
.sdgs03_content {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    margin: 0 auto;
}
.sdgs03_content_left {
    width: 40%;
}
.sdgs03_content_left img {
    width: 100%;
}
.sdgs03_content_right {
    width: 57%;
    margin-top: 6vw;
}
.sdgs03_content_right p {
    font-size: 1.27vw;
    font-weight: 500;
    line-height: 180%;
}
@media screen and (max-width:480px) {
    
.sdgs03 {
    width: 80%;
    padding: 5vw 0;
    background: rgba(255,255,255,0.50);
    border-radius: 20px;
}
.sdgs03_title {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.sdgs03_title_left {
    width: 20%;
    margin: 0 auto;
}
.sdgs03_title_left_img01 {
    width: 100%;
}
.sdgs03_title_left_img02 {
    position: absolute;
    top: 1vw;
    right: 12vw;
    width: 13%;
}
.sdgs03_title_right {
    width: 100%;
    margin: 0 0 5vw;
}
.sdgs03_title_right h3 {
    font-size: 5vw;
    text-align: center;
}
.sdgs03_content {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.sdgs03_content_left {
    width: 70%;
    margin: 0 auto;
}
.sdgs03_content_right {
    display: block;
    width: 90%;
    margin: 5vw auto 0;
}
.sdgs03_content_right p {
    font-size: 4vw;
}
}
.sdgs04 {
    position: relative;
    z-index: 2;
    display: block;
    width: 70%;
    margin: 10vw auto 0;
    padding-bottom: 15vw;
    background-image: url(../images/sdgs06.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.sdgs04_title {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    flex-direction: row-reverse;
    width: 85%;
    margin: 0 20vw 0 auto;
}
.sdgs04_title_left {
    width: 20%;
}
.sdgs04_title_left_img01 {
    width: 100%;
}
.sdgs04_title_left_img02 {
    position: absolute;
    top: -5vw;
    right: 0vw;
    width: 10%;
}
.sdgs04_title_right {
    width: 78%;
    margin-top: 6.5vw;
}
.sdgs04_title_right h3 {
    font-size: 2.64vw;
    font-weight: 500;
    color: #e60033;
    text-align: right;
    letter-spacing: .2vw;
}
.sdgs04_content {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    flex-direction: row-reverse;
    width: 85%;
    margin: 1vw auto 0;
}
.sdgs04_content_left {
    width: 40%;
}
.sdgs04_content_left img {
    width: 100%;
}
.sdgs04_content_right {
    width: 57%;
    margin-top: 5vw;
}
.sdgs04_content_right p {
    font-size: 1.27vw;
    font-weight: 500;
    line-height: 180%;
}
@media screen and (max-width:480px) {
    
.sdgs04 {
    width: 80%;
    padding: 5vw 0;
    background: rgba(255,255,255,0.50);
    border-radius: 20px;
}
.sdgs04_title {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.sdgs04_title_left {
    width: 20%;
    margin: 0 auto;
}
.sdgs04_title_left_img01 {
    width: 100%;
}
.sdgs04_title_left_img02 {
    position: absolute;
    top: -3vw;
    right: 12vw;
    width: 13%;
}
.sdgs04_title_right {
    width: 100%;
    margin: 0 0 5vw;
}
.sdgs04_title_right h3 {
    font-size: 5vw;
    text-align: center;
}
.sdgs04_content {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.sdgs04_content_left {
    width: 70%;
    margin: 0 auto;
}
.sdgs04_content_right {
    display: block;
    width: 90%;
    margin: 5vw auto 0;
}
.sdgs04_content_right p {
    font-size: 4vw;
}
}
.sdgs05 {
    position: relative;
    z-index: 2;
    display: block;
    width: 70%;
    margin: 10vw auto 0;
    padding-bottom: 15vw;
    background-image: url(../images/sdgs06.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.sdgs05_title {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 85%;
    margin: 0 auto;
}
.sdgs05_title_left {
    width: 20%;
}
.sdgs05_title_left_img01 {
    width: 100%;
}
.sdgs05_title_left_img02 {
    position: absolute;
    top: -5vw;
    left: 5vw;
    width: 12%;
}
.sdgs05_title_right {
    width: 78%;
    margin-top: 3vw;
}
.sdgs05_title_right h3 {
    font-size: 2.64vw;
    font-weight: 500;
    color: #e60033;
    letter-spacing: .2vw;
    line-height: 140%;
}
.sdgs05_content {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    margin: 0 auto;
}
.sdgs05_content_left {
    width: 40%;
}
.sdgs05_content_left img {
    width: 100%;
}
.sdgs05_content_right {
    width: 57%;
    margin-top: .5vw;
}
.sdgs05_content_right p {
    font-size: 1.27vw;
    font-weight: 500;
    line-height: 180%;
}
@media screen and (max-width:480px) {
    
.sdgs05 {
    width: 80%;
    padding: 5vw 0;
    background: rgba(255,255,255,0.50);
    border-radius: 20px;
}
.sdgs05_title {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.sdgs05_title_left {
    width: 20%;
    margin: 0 auto;
}
.sdgs05_title_left_img01 {
    width: 100%;
}
.sdgs05_title_left_img02 {
    position: absolute;
        top: -7vw;
        left: 33vw;
        width: 13%;
}
.sdgs05_title_right {
    width: 100%;
    margin: 0 0 5vw;
}
.sdgs05_title_right h3 {
    font-size: 5vw;
    text-align: center;
}
.sdgs05_content {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.sdgs05_content_left {
    width: 70%;
    margin: 0 auto;
}
.sdgs05_content_right {
    display: block;
    width: 90%;
    margin: 5vw auto 0;
}
.sdgs05_content_right p {
    font-size: 4vw;
}
}