.reason{
    margin-top: 150px;
}

.reason__content{
    background: #B81C22;
    border: 2px solid #B81C22;
    border-radius: 50px;
    display: flex;
    align-content: center;
    transition: all 0.3s ease;
    margin-top: 60px;
    padding-right: 20px;

}

.reason__left img{
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.reason__right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reason__content:hover{
    background: #FFF8F3;
}

.reason__heading__img{
    opacity: 1;
    display: block;
}

.reason__heading__img__hover{
    opacity: 0;
    display: none;
}

.reason__content:hover .reason__heading__img{
    opacity: 0;
    display: none;
}

.reason__content:hover .reason__heading__img__hover{
    opacity: 1;
    display: block;
}

.reason__content__arrow{
    opacity: 0;
    transition: all 0.6s ease;
}

.reason__content:hover .reason__content__arrow{
    opacity: 1;
}

.reason__items{
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 60px;
}

.reason__item{
    position: relative;
    width: calc(33.3333% - 30px * 2 / 3);
    aspect-ratio: 370 / 335;
    transition: all 0.3s ease;

}

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

.reason__item.reason__company:hover{
    background-image: url(../img/pc/top/sec5_item02_bg_hover.png);
}

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

.reason__item.reason__number:hover{
    background-image: url(../img/pc/top/sec5_item03_bg_hover.png);
}

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

.reason__item.reason__enquete:hover{
    background-image: url(../img/pc/top/sec5_item04_bg_hover.png);
}

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

.reason__item:hover .reason__title{
    color: #fff;
}

.reason__title{
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #B81C22;
}

.reason__item:hover .reason__icon path{
    fill: #fff;
}

@media (max-width: 1280px) {
    .reason__title{
        font-size: calc((32 / 1280) * 100vw);
    }
}

@media (max-width: 768px) {
    .reason{
        margin-top: 60px;
    }
    .reason__content{
        background-image: url(../img/sp/top/sec5_item01_bg_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        aspect-ratio: 345 / 377;
        padding-right: 0;
        position: relative;
    }

   .reason__left{
    display: none;
   }

   .reason__right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
   }

   .reason__select{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
   }


.reason__items{
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
    max-width: 268px;
    margin: 0 auto;
}

.reason__item{
    width: 79.5%;
}

.reason__title{
font-weight: 700;
font-size: 23px;
line-height: 130%;
letter-spacing: 0.05em;
}

.reason__content__arrow{
    opacity: 1;
    text-align: right;
    padding-right: calc((40 / 375) * 100vw);
    width: 100%;
}

.reason__content__arrow img{
    margin-left: auto;
    width: calc((28 / 375) * 100vw);
    height: calc((38 / 375) * 100vw);
    aspect-ratio: 28 / 38;
}

.reason__arrow path{
    stroke: #B81C22;
}

.reason__heading{
    width: calc((266 / 375) * 100vw);
}

.reason__heading__img{
    width: 100%;
}

}