.information{
    background-color: #FFF1E7;
    padding: 150px 0;
    overflow-x: clip;
}

.information__inner{
    position: relative;
}

.information__circle{
    width: 220px;
    height: 220px;
    position: absolute;
    right: 0;
    top: -180px;
}

.information__circle::before{
    background-image: url(../img/pc/top/sec9_ill.svg);
    width: 85px;
    height: 75px;

}

.circleText__informationText{
    fill: #B81C22;
}

.information__content{
    margin-top: 60px;
}

.information__items{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.information__item{
    width: calc(20% - 18px * 4 / 5);
    aspect-ratio: 242 / 219;
    transition: all 0.3s ease;
}

.information__item{
    background-image: url(../img/pc/top/sec9_item01_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.information__item:hover{
    background-image: url(../img/pc/top/sec9_item01_bg_hover.png);
}

.information__item:nth-of-type(2){
    background-image: url(../img/pc/top/sec9_item02_bg.png);
}

.information__item:hover:nth-of-type(2){
    background-image: url(../img/pc/top/sec9_item02_bg_hover.png);
}


.information__item:nth-of-type(3){
    background-image: url(../img/pc/top/sec9_item03_bg.png);
}


.information__item:hover:nth-of-type(3){
    background-image: url(../img/pc/top/sec9_item03_bg_hover.png);
}


.information__item:nth-of-type(4){
    background-image: url(../img/pc/top/sec9_item04_bg.png);
}

.information__item:hover:nth-of-type(4){
    background-image: url(../img/pc/top/sec9_item04_bg_hover.png);
}


.information__item:nth-of-type(5){
    background-image: url(../img/pc/top/sec9_item05_bg.png);
}

.information__item:hover:nth-of-type(5){
    background-image: url(../img/pc/top/sec9_item05_bg_hover.png);
}


.information_link{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    height: 100%;
}

.information__heading{
font-weight: 700;
font-size: 28px;
line-height: 140%;
letter-spacing: 0.05em;
text-align: center;
color: #B81C22;
transition: all 0.3s ease;
}

.information__item:hover .information__heading{
    color: #fff;
}

.information__item:hover .information__icon path{
    fill: #fff;
}

@media screen and (max-width: 1280px) {
    .information__circle{
        width: 240px;
        height: 240px;
        position: absolute;
        right: 0;
        top: -150px;
    }
    
    .information__circle::before{
        background-image: url(../img/pc/top/sec9_ill.svg);
        width: 90px;
        height: 80px;
    }

    .information__content{
        margin-top: 60px;
    }


    .information__items{
        gap: calc((18 / 1280) * 100vw);
    }


    .information__item{
        width: calc(20% - (18 / 1280) * 100vw * 4 / 5);
    }

    .information_link{
        gap: calc((8 / 1280) * 100vw);
    }

    .information__heading{
    font-size: calc((28 / 1280) * 100vw);
    }

    .information__icon{
        width: calc((34 / 1280) * 100vw);
        height: calc((34 / 1280) * 100vw);
    }

    .information__icon svg{
        width: 100%;
    }

    .information__arrow{
        width: calc((26 / 1280) * 100vw);
    }

    .information__arrow svg{
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .information{
        padding: 140px 0 60px 0;
    }
    
    .information__circle{
        width: 195px;
        height: 195px;
        right: -40px;
        top: -180px;
    }
    
    .information__content{
        margin-top: 30px;
    }
    
    .information__items{
        gap: 20px 10px;
        max-width: 80%;
        margin: 0 auto;
        min-width: 345px;
		justify-content: center;
    }
    
    .information__item{
        width: calc(50% - 10px * 1 / 2);
        aspect-ratio: 172 / 154;
    }
    
    .information_link{
        gap: 5px;
    }
    
    .information__heading{
    font-size: 22px;
    line-height: 140%;
    color: #fff;
    }

    .information__icon{
        width: 23px;
        height: 23px;
    }
    .information__arrow{
        width: 26px;
    }

    .information__icon path {
        fill: #fff;
        width: 100%;
        height: 100%;
    }

    .information__item{
        background-image: url(../img/pc/top/sec9_item01_bg_hover.png);
    }
    

    
    .information__item:nth-of-type(2){
        background-image: url(../img/pc/top/sec9_item02_bg_hover.png);
    }
    
    
  
    .information__item:nth-of-type(3){
        background-image: url(../img/pc/top/sec9_item03_bg_hover.png);
    }
    

    
    .information__item:nth-of-type(4){
        background-image: url(../img/pc/top/sec9_item04_bg_hover.png);
    }
    
    .information__item:nth-of-type(5){
        background-image: url(../img/pc/top/sec9_item05_bg_hover.png);
    }

}