html, body, div {
    padding: 0;
    margin: 0;
}
html {
    font-size: 62.5%;
}
body{
    position: relative;
    width: 100%;
    margin: 0 auto;
}



body:after{
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image:linear-gradient(#43A3FF 0%,#F8F8F8 44%,#F8F8F8 50%);
    background-image:-webkit-linear-gradient(#43A3FF 0%,#F8F8F8 44%,#F8F8F8 50%);
    background-image:-moz-linear-gradient(#43A3FF 0%,#F8F8F8 44%,#F8F8F8 50%);
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 320px) {
    html {
        font-size: 55.556% !important;
    }
}
@media only screen and (min-width: 360px){
    html {
        font-size: 62.5% !important;
    }
}
@media only screen and (min-width: 375px) {
    html {
        font-size: 65.10417% !important;
    }
}
@media only screen and (min-width: 414px) {
    html {
        font-size: 71.875% !important;
    }
}
@media only screen and (min-width: 512px) {
    html {
        font-size: 96.125% !important;
    }
}
@media only screen and (min-width: 640px) {
    html {
        font-size: 112.125% !important;
    }
}
@media only screen and (min-width: 768px) {
    html {
        font-size: 133.3333% !important;
    }
}
@media only screen and (min-width: 980px) {
    html {
        font-size: 166.66667% !important;
    }
    body {
        width: 500px !important;
    }
}
@media only screen and (min-width: 1024px) {
    html {
        font-size: 90% !important;
    }
}
.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 900px;
}
.navi-wp {
    margin-top: 4.53%;
    width: 100%;
    display: flex;
    align-items: center;
}
.navi-wp .back {
    height: 1.6rem;
    margin-left: 3.2%;
}
.navi-wp .title {
    display: block;
    text-align: left;
    color: #FFFFFF;
    font-size: 1.6rem;
    margin-left: 4.2%;
}
.work-wp {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
}
.work-wp span {
    display: block;
    color: #C8C8C8;
    font-size: 1.2rem;
    height: 2rem;
    line-height: 2rem;
}
