.block_190000 { display: flex; }
.cms_teaser_box { position: relative; width: 100%; border-radius: var(--border-radius-default); }
.cms_teaser_box > .full_article_link { border-radius: var(--border-radius-default); }
.cms_teaser_box_type1 { display: flex; flex-direction: column; padding: 25px; }
.cms_teaser_box_type2 { display: flex; padding: 25px 15px 30px 45px; }
.cms_teaser_box_type1.cms_teaser_box_imgType1 { gap: 37px; }
.cms_teaser_box_type1.cms_teaser_box_imgType2 { gap: 20px; }
.cms_teaser_box_type2.cms_teaser_box_imgType1 { align-items: center; gap: 77px; }
.cms_teaser_box_type2.cms_teaser_box_imgType2 { gap: 32px; }
.cms_teaser_box_hasLinkYN { cursor: pointer; transition: var(--transition); will-change: transform; }
.cms_teaser_box_hasLinkYN.cms_teaser_box_type1:hover { transform: translateY(-15px); }
.cms_teaser_box_hasLinkYN.cms_teaser_box_type2:hover { transform: translateX(15px); }
.cms_teaser_imgContainer { position: relative; z-index: 1 !important; display: flex; }
.cms_teaser_imgBox { display: flex; width: 100%; }
.cms_teaser_imgBox > picture { display: flex; width: 100%; }
.cms_teaser_imgBox > picture > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; }
.cms_teaser_imgLegend { display: none; }
.cms_teaser_box_type1.cms_teaser_box_imgType1 .cms_teaser_imgContainer { flex-shrink: 0; width: 68px; height: 68px; }
.cms_teaser_box_type1.cms_teaser_box_imgType1 .cms_teaser_imgBox > picture > img { object-fit: contain; }
.cms_teaser_box_type1.cms_teaser_box_imgType2 .cms_teaser_imgContainer { width: calc(100% + 50px); margin: -25px 0 0 -25px; border-radius: var(--border-radius-default) var(--border-radius-default) 0 0; overflow: clip; }
.cms_teaser_box_type1.cms_teaser_box_imgType2 .cms_teaser_imgBox > picture { padding: 0 0 62.66318537859008% 0; }
.cms_teaser_box_type1.cms_teaser_box_imgType2 .cms_teaser_imgBox > picture > img { object-fit: cover; }
.cms_teaser_box_type2.cms_teaser_box_imgType1 .cms_teaser_imgContainer { flex-shrink: 0; width: 70px; height: 70px; }
.cms_teaser_box_type2.cms_teaser_box_imgType1 .cms_teaser_imgBox > picture > img { object-fit: contain; }
.cms_teaser_box_type2.cms_teaser_box_imgType2 .cms_teaser_imgContainer { flex-shrink: 0; width: 160px; margin: -25px 0 -30px -45px; border-radius: var(--border-radius-default) 0 0 var(--border-radius-default); overflow: clip; }
.cms_teaser_box_type2.cms_teaser_box_imgType2 .cms_teaser_imgBox > picture > img { object-fit: cover; }
.cms_teaser_info { display: flex; flex-direction: column; flex: 1; gap: 23px; }
.cms_teaser_text { display: flex; flex-direction: column; gap: 10px; }
.cms_teaser_text h3 { padding: 0; }
.cms_teaser_box_hasLinkYN .cms_teaser_text h3 { display: flex; align-items: center; gap: 10px; transition: var(-transition); }
.cms_teaser_box_hasLinkYN:hover .cms_teaser_text h3 { color: var(--secondary); }
.cms_teaser_box_hasLinkYN .cms_teaser_text h3:after { content: ""; flex-shrink: 0; width: 42px; height: 20px; background: center / contain no-repeat url("/pages/img/teaser/arrow.svg"); opacity: 0; visibility: hidden; transition: var(--transition); }
.cms_teaser_box_hasLinkYN:hover .cms_teaser_text h3:after { opacity: 1; visibility: visible; }
.cms_teaser_text p { padding: 0; }
.cms_teaser_btn { display: none; }
@media screen and (max-width: 1280px) {
    .cms_teaser_box > .full_article_link { display: none; }
    .cms_teaser_box_type1 { padding: 15px; }
    .cms_teaser_box_type2 { flex-direction: column; padding: 15px; }
    .cms_teaser_box_type1.cms_teaser_box_imgType1 { gap: 20px; }
    .cms_teaser_box_type2.cms_teaser_box_imgType1 { align-items: flex-start; gap: 20px; }
    .cms_teaser_box_type2.cms_teaser_box_imgType2 { gap: 20px; }
    .cms_teaser_box_hasLinkYN.cms_teaser_box_type1:hover { transform: none; }
    .cms_teaser_box_hasLinkYN.cms_teaser_box_type2:hover { transform: none; }
    .cms_teaser_box_type1.cms_teaser_box_imgType1 .cms_teaser_imgContainer { width: 50px; height: 50px; }
    .cms_teaser_box_type1.cms_teaser_box_imgType2 .cms_teaser_imgContainer { width: calc(100% + 30px); margin: -15px 0 0 -15px; }
    .cms_teaser_box_type1.cms_teaser_box_imgType2 .cms_teaser_imgBox > picture { padding: 0 0 58.52417302798982% 0; }
    .cms_teaser_box_type2.cms_teaser_box_imgType1 .cms_teaser_imgContainer { width: 50px; height: 50px; }
    .cms_teaser_box_type2.cms_teaser_box_imgType2 .cms_teaser_imgContainer { width: calc(100% + 30px); margin: -15px 0 0 -15px; border-radius: var(--border-radius-default) var(--border-radius-default) 0 0; }
    .cms_teaser_box_type2.cms_teaser_box_imgType2 .cms_teaser_imgBox > picture { padding: 0 0 58.52417302798982% 0; }
    .cms_teaser_text { gap: 14px; }
    .cms_teaser_box_hasLinkYN .cms_teaser_text h3:after { content: none; }
    .cms_teaser_btn { display: block; }
}