.card-press{background-color:var(--color-gray5-hex);margin-right:18px}.card-press__image-relative{height:123px;overflow:hidden;position:relative;transition:height .3s ease-out;width:auto}.card-press__image-absolute{bottom:0;left:0;position:absolute;right:0;top:0}.card-press__image-img{height:100%;object-fit:cover;object-position:center;width:100%}.card-press__content{background:var(--color-gray5-hex);border:1px solid var(--color-gray3-hex);height:calc(100% - 123px);padding:20px 26px 85px;transition:height .3s ease-out}.card-press__category{align-items:center;display:flex;position:relative}.card-press__category-name{color:var(--color-primary-hex)}.card-press__date{font-size:13px;height:19px;margin-bottom:5px}.card-press .has-arrow-button__svg{bottom:30px;height:40px;left:26px;position:absolute;transition:all .2s ease-out;width:40px}@media (hover:hover){.card-press:hover .card-press__image-relative{height:115px}.card-press:hover .card-press__content{height:calc(100% - 115px)}.card-press:focus-within .has-arrow-button .has-arrow-button__svg{left:calc(100% - 66px)}}