@charset "UTF-8";

body{
    background-attachment: fixed;
    background-size: cover;
}
.title-content{
    position: relative;
    width: 100%;
    margin: 2vw 0px;
}
.title-content img{
    width: 100%;
}
.content-string{
    position: absolute;
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    color: white;
}
.content-string span{
    color: lightgreen;
}
.content-index{
    position: relative;
    width: 100%;
    height: 75vw;
}
.index-image1{
    position: absolute;
    width: 50%;
    height: 25vw;
    overflow: hidden;
    top: 0;
    left: 0;
}
.index-image1 img{
    width: 100%;
    transform: translateY(-10%);
}
.index-image2{
    position: absolute;
    width: 50%;
    height: 25vw;
    overflow: hidden;
    top: 25vw;
    left: 50%;
}
.index-image2 img{
    width: 100%;
    transform: translateY(-10%);
}
.index-image3{
    position: absolute;
    width: 50%;
    height: 25vw;
    overflow: hidden;
    top: 50vw;
    left: 0;
}
.index-image3 img{
    width: 100%;
    transform: translateY(-10%);
}
.index-string1{
    position: absolute;
    width: 50%;
    height: 25vw;
    top: 0;
    left: 50%;
    line-height: 25vw;
    font-size: 1.8vw;
    font-weight: 600;
    text-align: center;
}
.index-string1 a{
    color: black;
}
.index-string2{
    position: absolute;
    width: 50%;
    height: 25vw;
    top: 25vw;
    left: 0;
    line-height: 25vw;
    font-size: 1.8vw;
    font-weight: 600;
    text-align: center;
}
.index-string2 a{
    color: black;
}
.index-string3{
    position: absolute;
    width: 50%;
    height: 25vw;
    top: 50vw;
    left: 50%;
    line-height: 25vw;
    font-size: 1.8vw;
    font-weight: 600;
    text-align: center;
}
.index-string3 a{
    color: black;
}
.content{
    width: 100%;
}
.change-color{
    color: white;
}
.change-color a{
    color: white;
}
.space{
    height: 3vw;
}
.flex-box{
    position: relative;
    display: flex;
    width: 100%;
}
.flex-item{
    width: 30%;
}
.flex-item img{
    width: 90%
}
.content-box{
    position: relative;
    width: 100%;
    height: 63vw;
}
.content1{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 20vw;
    top: 5vw;
    left: 15%;
    font-size: 1.5vw;
    font-weight: 900;
    background-image: url(../img/hygiene1.png);
    background-size: cover;
}
.content2{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 20vw;
    top: 23vw;
    right: 10%;
    font-size: 1.5vw;
    font-weight: 900;
    background-image: url(../img/hygiene2.png);
    background-size: cover;
}
.content3{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 20vw;
    top: 41vw;
    left: 10%;
    font-size: 1.5vw;
    font-weight: 900;
    background-image: url(../img/hygiene3.png);
    background-size: cover;
}
.content4{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 10vw;
    top: 52vw;
    right: 5%;
    font-size: 1.5vw;
    font-weight: 900;
}
.content4 img{
    width: 50%;
    height: 4vw;
}