@charset "UTF-8";

/* =======================================
world
======================================= */



.world {
    position: relative;
}

.world::before {
    content: '';
    background-image: url(../img/mark.png);
    width: 171px;
    height: 171px;
    display: block;
    /* position: absolute; */
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.logo {
    height: 86px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

/* .section__topic {
    margin-top: 228px;
} */

.img__world {
    margin-top: 70px;
}

.text_world2 {
    margin-top: 100px;
}

.text_world3 {
    margin-top: 60px;
}

.text_world_last {
    margin-top: 100px;
}

.section__topic__world::before {
    content: '';
    background-image: url(../img/world2.png);
    width: 216px;
    height: 77px;
    display: block;
    /* position: absolute; */
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

@media screen and (min-width: 769px) { 

    .section__topic__world::before {
        width: 370px;
        height: 133px;
    }

}




/* =======================================
creation
======================================= */

.img__creation {
    margin-top: 70px;
}




.text_creation1 {
    margin-top: 150px;
}

.text_creation2 {
    margin-top: 70px;
}

.text_creation3 {
    margin-top: 100px;
}

.text_creation4 {
    margin-top: 100px;
}

.text_creation5 {
    margin-top: 70px;
}

.text_creation6 {
    margin-top: 100px;
}

.text_creation7 {
    margin-top: 100px;
}

.section__topic__creation::before {
    content: '';
    background-image: url(../img/sousaku.png);
    width: 216px;
    height: 77px;
    display: block;
    /* position: absolute; */
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

@media screen and (min-width: 769px) { 

    .section__topic__creation::before {
        width: 370px;
        height: 133px;
    }

}
