.sitemap {
    overflow: hidden;
    position: relative;
}

.sitemap::before{
    content: " ";
    background-image:url('../img/bg02.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 150px;
    height: 133px;
    top: 10px;
    left:-20px;
}
.sitemap::after{
    content: " ";
    background-image:url('../img/bg03.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 87px;
    height: 78px;
    top: 150px;
    left:auto;
    right: 10px;
}

.sitemap__ttl {
    margin-top: 50px;
    position: relative;
}
.sitemap__ttl::before{
    content: " ";
    background-image:url('../img/sitemap//bg-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 110px;
    height: 91px;
    top: 90px;
    left:-5px;
    
}

.sitemap__ttl .ttl__icon{
    position: relative;
}
.sitemap__ttl .ttl__icon::before{
    content: " ";
    background-image:url('../img/sitemap//bg-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width:54px;
    height: 82px;
    top: -10px;
    left: 120px;
}

.sitemap__bg {
    margin-top: 60px;
    background-color: #F8F8F8;
    padding: 40px 0 30px;
}

.sitemap__list {}

.sitemap__list li {
    margin-bottom: 32px;
}

.sitemap__list li::before{
    content: " ";
    background-image: url(../img/sitemap/sitemap__arrow__icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3.5px;
    margin-right: 10px;

}

.sitemap__list li a {
    color: #2C2C2C;
}

@media screen and (min-width: 768px){
    .sitemap {
        overflow: hidden;
        position: relative;
    }
    
    .sitemap::before{
        content: " ";
        background-image:url('../img/bg02.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 300px;
        height: 133px;
        top: 10px;
        left:-20px;

        display: none;
    }
    .sitemap::after{
        content: " ";
        background-image:url('../img/bg03.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 87px;
        height: 78px;
        top: 150px;
        left:auto;
        right: 10px;

        display: none;
    }
    .sitemap .ttl__icon::before{
        content: " ";
        background-image:url('../img/bg02.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 300px;
        height: 267px;
        top: -30px;
        right:380px;
        left: auto;

       
    }
    .sitemap .ttl__icon::after{
        content: " ";
        background-image:url('../img/bg03.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 175px;
        height: 156px;
        top: 150px;
        left:500px;
        

      
    }
    
    .sitemap__ttl {
        margin-top: 50px;
        position: relative;
    }
    .sitemap__ttl::before{
        content: " ";
        background-image:url('../img/sitemap//bg-1.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 110px;
        height: 91px;
        top: 90px;
        left:-5px;
        
    }

    .sitemap__ttl::before{
        content: " ";
        background-image:url('../img/sitemap//bg-1.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 221px;
        height:183px;
        top: 90px;
        left:-5px;

        display: none;
        
    }

    .sitemap__ttl .ttl__under{
        position: relative;
    }
    .sitemap__ttl .ttl__under::before{
        content: " ";
        background-image:url('../img/sitemap//bg-1.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 221px;
        height:183px;
        top: -120px;
        right:300px;
       
    }
    .sitemap__ttl .ttl__under::after{
        content: " ";
        background-image:url('../img/sitemap//bg-2.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width: 100px;
        height:185px;
        top: -250px;
        left:470px;
       
    }

    @media screen and (max-width: 1080px){
        .sitemap .ttl__icon::before{
            content: " ";
            background-image:url('../img/bg02.png');
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            width: calc(300px/1.3);
            height: calc(267px/1.3);
            top: -30px;
            right:280px;
            left: auto;
    
           
        }
        .sitemap .ttl__icon::after{
            content: " ";
            background-image:url('../img/bg03.png');
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            width: calc(175px/1.3);
            height: calc(156px/1.3);
            top: 150px;
            left:300px;
            
    
          
        }

        .sitemap__ttl .ttl__under::before{
            content: " ";
            background-image:url('../img/sitemap//bg-1.png');
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            width: calc(221px/1.3);
            height:calc(183px/1.3);
            top: -130px;
            right:230px;
           
        }
        .sitemap__ttl .ttl__under::after{
            content: " ";
            background-image:url('../img/sitemap//bg-2.png');
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            width: calc(100px/1.3);
            height:calc(185px/1.3);
            top: -250px;
            left:270px;
           
        }
    }
    
    .sitemap__ttl .ttl__icon{
        position: relative;
    }
    /* .sitemap__ttl .ttl__icon::before{
        content: " ";
        background-image:url('../img/sitemap//bg-2.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        width:54px;
        height: 82px;
        top: -10px;
        left: 120px;
    } */
    
    .sitemap__bg {
        margin-top: 60px;
        background-color: #F8F8F8;
        padding: 60px 0 30px;
    }
    
    .sitemap__list__wrap {
        display: flex;
       
        max-width: 800px;
        margin: 0 auto;
    }
    
    .sitemap__list li {
        margin-bottom: 32px;
    }
    .sitemap__list li:not(:nth-child(2n)){
       
    }

    .sitemap__list01{
        min-width: 315px;
        margin-right: 15%;
    }
    
    .sitemap__list li::before{
        content: " ";
        background-image: url(../img/sitemap/sitemap__arrow__icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        top: 3.5px;
        margin-right: 10px;
    
    }
    
    .sitemap__list li a {
        color: #2C2C2C;
    }
}