.module--service{margin-bottom:50px;margin-top:50px}.service_list{display:flex;flex-wrap:wrap;gap:20px}.service_list_item{--card_col:3;aspect-ratio:380/255;width:calc((100% - 20px*(var(--card_col) - 1))/var(--card_col))}@media screen and (max-width:767px){.service_list_item{--card_col:2}}@media screen and (max-width:414px){.service_list_item{--card_col:1;width:100%}}.service_link{color:#000;text-decoration:none}.service_img,.service_link{display:flex;height:100%;width:100%}.service_img{align-items:end;border:1px solid #ddd;justify-content:start;overflow:hidden;position:relative}.service_img:before{background-image:linear-gradient(hsla(0,0%,100%,0) 50%,rgba(0,0,0,.7));content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.service_img:after{aspect-ratio:1/1;background-color:#fff;bottom:0;content:"";mask-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJf44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiIHZpZXdCb3g9IjAgMCAzNSAzNSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtzdHJva2U6I2ZmZjtmaWxsOm5vbmU7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48L2RlZnM+PGcgaWQ9ImxheW91dCI+PGNpcmNsZSBjeD0iMTcuNSIgY3k9IjE3LjUiIHI9IjE3IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZTojZTJmMWZhIi8+PHBhdGggZD0iTTggMTYuNjdoMjB2MUg4eiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0ibTIzIDEyLjE3IDUgNS01IDUiIGNsYXNzPSJjbHMtMSIvPjwvZz48L3N2Zz4=");mask-size:cover;position:absolute;right:10px;transform:translateY(-50%);width:35px;z-index:3}.service_img>img{left:50%;min-height:100%;min-width:100%;object-fit:cover;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.5s cubic-bezier(.645,.045,.355,1);z-index:1}@media screen and (min-width:1050px){.service_link:hover .service_img>img{min-height:108%;min-width:108%;opacity:.7}}.service_img>figcaption{font-size:1.125em;font-weight:700;justify-content:space-between;line-height:1.5;padding:0 60px 15px 20px;position:relative;width:100%;z-index:3}@media screen and (max-width:767px){.service_img>figcaption{font-size:1em;padding:0 45px 15px 5px}}