@charset "utf-8";

.head-page .society_item span{
    color: #B21623;
    font-weight: 600;
}
.head-page .society_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.head-page .society_item>a::before{
    opacity: 1;
    transform: scale(1);
}


.society_pg02{
    background: url(../img/society_bg02.jpg) no-repeat center/cover;
    height: 635px;
    display: flex;
    align-items: center;
}
.swiper_fours .swiper-slide{
    width: 32%;
    margin-right: 2%;
}
.swiper_fours .swiper-slide:nth-child(3n){
    margin-right: 0;
}
.swiper_fours .swiper-slide .img{
    height: 405px;
}
@media only screen and (max-width: 768px) {
    .society_pg02{
        height: auto;
    }
    .society_pg02 .lists {
        font-size: 16px;
    }
}