.mv-banner .arrow-scroll {
    bottom: -15vh;
}

.business-content {
    position: relative;
    z-index: 0;
    margin: 170px 0;
}

.business-content__category {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
}

.business-content__category__child {
    max-width: calc((100% - 20px) / 2);
    width: 100%;
    margin-bottom: 50px;
}

.business-content__category__child figure {
    width: 480px;
    height: 380px;
    box-shadow: 0 0 5px #D3D3D3;
}

.business-content__category__child__info {
    padding: 20px;
}

.business-content__category__child__info--head {
    font-family: 'URW DIN', sans-serif;
    font-size: 1rem;
    color: #302D2C;
    position: relative;
    z-index: 0;
    padding-bottom: 20px;
    display: block;
}

.business-content__category__child__info--head::after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #000;
}

.business-content__category__child__info h3 {
    color: #B8012E;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2;
}

.business-content__category__child__info h3 a {
    color: #B8012E;
}

.business-content__category__child__info p {
    font-size: 1.4rem;
    color: #302D2C;
    line-height: 2;
}

.business-content__category__child__info ul li {
    color: #B8012E;
    line-height: 2.5;
}

.business-content__category__child__info ul li span {
    color: #302D2C;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
}

.business-content__category__child__info ul li span a {
    color: #302D2C;
}


/* .business-content::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: calc(100% - 503px);
    height: calc(100vw - 520px);
    background-color: #F5F5F5;
    transform: translate(0px, -120px) rotate(45deg);
} */

@media screen and (max-width: 1023px) {
    .business-content {
        margin: 80px 0 30px;
        padding: 0 20px;
    }
    .business-content__category__child figure {
        width: 100%;
    }
    .business-content::before {
        width: 768px;
        height: 768px;
        transform: translate(0, 400px) rotate(45deg);
    }
}

@media screen and (max-width: 767px) {
    .business-content__category__child {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .business-content__category__child figure {
        height: auto;
    }
    .business-content__category__child__info {
        padding: 20px 0;
    }
    .business-content__category__child__info h3 {
        font-size: 1.8rem;
    }
    .business-content__category__child__info ul li {
        line-height: 1.8;
    }
    .business-content__category__child__info ul li span {
        font-size: 1.4rem;
    }
}