.benefit{
    padding: 100px 0;
}

.benefit__title{
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #B81C22;
}

.benefit-good{
    background: #B81C22;
    padding: 60px 0;
    color: #fff;
}

.benefit-good .benefit__title{
    color: #fff;
}

.benefit-good__items{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    gap: 40px;
    padding-right: 45.5px;
    padding-left: 45.5px;
}

.benefit-good__item{
    width: calc(33.33333% - 70px * 2 / 3);
}

.benefit__img{
    text-align: center;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.benefit__name{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 24px;
}

.benefit__caution{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: center;
    }

.benefit__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: normal;
    text-align: center;
    margin-top: 15px;
}

.benefit__heading{
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 40px;
}

.benefit__items{
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-top: 80px;
}

.benefit-default .benefit__name{
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #1B1E49;
}

.benefit-default {
    background-image: url(../img/pc/top/sec1_bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}

.benefit__items--two{
    gap: 80px;
    justify-content: center;
}

.benefit-other{
    background: #B81C22;
}

.benefit-other__items{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 28px;
    margin-top: 80px;
}

.benefit-other__item{
    width: calc(33.33333% - 28px * 2 / 3);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 30px 22px;
}

.benefit-other__img{
    text-align: center;
}

.benefit-other__name{
font-weight: 700;
font-size: 18px;
line-height: 160%;
letter-spacing: 0.01em;
text-align: center;
margin-top: 20px;
}

.benefit-other__heading{
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.01em;

}

.benefit-other__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: normal;
    text-align: center;
    margin-top: 10px;
}

.benefit-other .benefit__title{
    color: #fff;
}

@media (max-width: 991px) {
    .benefit{
        padding: 60px 0;
    }
    
    .benefit__title{
        font-size: 26px;
    }
    
    .benefit-good{
        padding: 60px 0;
    }
    
    .benefit-good__items{
        margin-top: 40px;
      flex-direction: column;
        gap: 40px;
        padding-right: 0;
        padding-left: 0;
    }
    
    .benefit-good__item{
        width: 100%;
    }
    
    .benefit__img{
        text-align: center;
    }
    
    .benefit__name{
        font-size: 20px;
        margin-top: 20px;
    }
    
    .benefit__caution{
        font-size: 18px;
        }
    
    .benefit__text{
        font-size: 14px;
        margin-top: 10px;
    }
    
    .benefit__heading{
        font-size: 14px;
        margin-top: 20px;
    }
    
    .benefit__items{
        display: flex;
        gap: 40px;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 40px;
    }
    
    .benefit-default .benefit__name{
        font-size: 20px;
    }
    

    
    .benefit__items--two{
        gap: 40px;
        justify-content: center;
        flex-direction: column;
    }
    
    .benefit-other{
        background: #B81C22;
    }
    
    .benefit-other__items{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        flex-direction: column;
        max-width: 375px;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }
    
    .benefit-other__item{
        width: 100%;
        padding: 30px 22px;
        width: 100%;
    }
    
    .benefit-other__name{
    font-size: 16px;
    }
    
    .benefit-other__heading{
        font-size: 20px;
    }
    
    .benefit-other__text{
        font-size: 14px;
    }
}