/* トップビュー
====================================================*/
.top {
    position: relative;
}
.line {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

/* ホーム２
====================================================*/
.home2-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
/* ホーム３
====================================================*/
.home3 {
    position: relative;
    background-image: url(./img/3-0.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.home3-1 {
    position: absolute;
    width: 80%;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home3-2 {
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 2%;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 20%;
    padding-bottom: 5%;
}
.home3-2 img {
    width: 32%;
}
@media screen and (max-width: 500px) {
    .home3-1 {
        top: 9%;
    }
    .home3-2 img {
        width: 48%;
    }
}
/* ホーム４
====================================================*/
.home4{
    padding: 7.5%;
}
/* ホーム５
====================================================*/
.home5{
    padding: 10%;
}