.custom-image-module .content-wrapper{aspect-ratio:530/400;border-radius:50px;box-sizing:border-box;overflow:hidden;position:relative;width:100%}.text-group{left:min(7vw,45px);position:absolute;top:min(6vw,35px);width:75%}.text-group p{margin-left:0;margin-right:0;margin-top:0;padding:0}.text01{font-size:clamp(32px,5vw,38px);font-weight:900;line-height:1;margin-bottom:6px;transition:font-size .3s ease,line-height .3s ease}.text01,.text02{color:#000;font-family:Avenir,sans-serif}.text02{font-size:clamp(16px,3vw,20px);font-weight:400;line-height:1.1;opacity:0;transition:opacity .3s ease}.image-wrapper{bottom:0;display:flex;justify-content:flex-end;position:absolute;right:0;width:100%}.image-wrapper img{height:auto;transition:transform .3s ease;width:100%}.custom-image-module:hover .text01{font-size:clamp(24px,4vw,32px)}.custom-image-module:hover .text02{opacity:1}.custom-image-module:hover .image-wrapper img{transform:scale(.95) translateY(10px)}