/* 共通パーツ */
@media (max-width: 768px) {
    .main {
        padding: 0;
    }
}

/* card_content */
.card_content {
    font-feature-settings: normal;
    margin-inline: auto;
}
@media (min-width: 769px) {
    .card_content {
        width: 1280rem;
        padding-inline: 40rem;
    }
}
@media (max-width: 768px) {
    .card_content {
        padding-top: 957rem;
        border-top: 10rem solid #088c59;
        background-color: #fff;
    }
}

/* card_green_area */
.card_green_area {
    background-color: #088c59;
}
.card_green_content {
    position: relative;
}
.card_ttl {
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}
.card_txt {
    font-weight: 500;
    line-height: 1.75;
    color: #fff;
    letter-spacing: 0;
    text-align: justify;
}
.card_txt_yellow {
    color: #ffef97;
}
.memo {
    position: absolute;
    right: 0;
}
.memo_block {
    color: #088c59;
    overflow: hidden;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: flex-end;/* safariのレンダリングバグ対応 */
}
.animation_loaded .memo_block {
    align-items: stretch;/* safariのレンダリングバグ対応 */
}
.memo_block dt {
    line-height: 1;
    background-color: #ffef97;
    letter-spacing: 0.08em;
    text-align: center;
}
.memo_block dd {
    background-color: #fff;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
    margin: 0;
    display: flex;
    align-items: center;
}
.green_neko {
    position: absolute;
    z-index: 1;
}
.green_neko_deco {
    position: absolute;
    width: calc(var(--green_neko_deco_w) / var(--green_neko_w) * 100%);
    top: calc(var(--green_neko_deco_top) / var(--green_neko_h) * 100%);
    left: calc(var(--green_neko_deco_left) / var(--green_neko_w) * 100%);
}
.supervision .green_memo_wrap::after,
.supervision .card_txt_area::after {
    display: block;
    line-height: 1;
    font-weight: 500;
    position: absolute;
    color: #fff;
    letter-spacing: 0;
}
@media (min-width: 769px) {
    .card_green_area {
        border-top-left-radius: 32rem;
        border-top-right-radius: 32rem;
        padding: 80rem;
    }
    .card_detail {
        width: 792rem;
        display: flex;
        gap: 64rem;
    }
    .card_img {
        width: 365rem;
        min-width: 365rem;
    }
    .card_txt_area {
        padding-block: 34rem 22rem;
        width: 364rem;
        position: relative;
    }
    .card_ttl {
        font-size: 28rem;
        line-height: 1.7;
    }
    .card_txt {
        font-size: 16rem;
        margin-top: 20rem;
    }
    .supervision .card_txt_area::after {
        content: "監修：名古屋市港防災センター";
        font-size: 12rem;
        bottom: 0;
        left: 0;
    }
    .green_ill {
        position: absolute;
    }
    .memo {
        bottom: -15rem;
    }
    .memo_block {
        border-radius: 6rem;
    }
    .memo_block dt {
        font-size: 12rem;
        padding: 7rem 14rem;
    }
    .memo_block dd {
        padding: 15rem 12rem;
        font-size: 14rem;
        line-height: 1.4285;
    }
    .green_neko {
        width: calc(var(--green_neko_w)*1rem);
    }
}
@media (max-width: 768px) {
    .card_green_area {
        padding: 188rem 64rem 64rem;
        position: relative;
    }
    .card_img {
        width: 670rem;
        position: absolute;
        top: -1028rem;
        left: 50%;
        margin-left: -335rem;
    }
    .card_ttl {
        font-size: 48rem;
        line-height: 1.5;
        white-space: nowrap;
    }
    .card_txt {
        font-size: 30rem;
        margin-top: 51rem;
    }
    .supervision {
        padding-bottom: 124rem;
    }
    .supervision .green_memo_wrap::after {
        content: "監修：名古屋市港防災センター";
        font-size: 20rem;
        bottom: calc(-124rem + 64rem);
        left: 0;
    }
    .green_memo_wrap {
        position: relative;
    }
    .memo_block {
        border-radius: 8rem;
    }
    .memo_block dt {
        font-size: 18rem;
        padding: 8rem 24rem;
    }
    .memo_block dd {
        padding: 16rem 20rem;
        font-size: 22rem;
        line-height: 1.5;
    }
}

/* 01 */
.card01 .green_neko_deco1 {
    --green_neko_deco_w: 40;
    --green_neko_deco_top: 10;
    --green_neko_deco_left: -40;
}
.card01 .green_neko {
    --green_neko_w: 79;
    --green_neko_h: 91;
}
@media (min-width: 769px) {
    .card01 .green_ill {
        width: 236rem;
        right: -19rem;
        bottom: 137rem;
    }
    .card01 .green_neko {
        bottom: -16rem;
        right: 85rem;
    }
}
@media (max-width: 768px) {
    .card01 .green_ill {
        width: 616rem;
        margin: 36rem 0 0 -9rem;
    }
    .card01 .memo {
        bottom: 60rem;
    }
    .card01 .green_neko {
        bottom: -33rem;
        right: 58rem;
        width: 96rem;
    }
}
.card01 .green_neko_deco1 {
    scale: 0;
    transition: scale 0.2s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.3s);
    transform-origin: 100% 60%;
}
.card01 .green_neko.is_animated .green_neko_deco1 {
    scale: 1;
}
/* 02 */
.card02 .green_neko_deco1 {
    --green_neko_deco_w: 26;
    --green_neko_deco_top: -16;
    --green_neko_deco_left: 3;
}
.card02 .green_neko {
    --green_neko_w: 107;
    --green_neko_h: 122;
}
.card02 .green_neko_img {
    position: relative;
    z-index: 1;
}
@media (min-width: 769px) {
    .card02 .green_ill {
        width: 221rem;
        right: 0;
        bottom: 185rem;
    }
    .card02 .green_neko {
        bottom: -16rem;
        right: 109rem;
    }
}
@media (max-width: 768px) {
    .card02 .green_ill {
        width: 416rem;
        margin: 47rem 0 0 0;
    }
    .card02 .memo {
        bottom: 49rem;
    }
    .card02 .green_neko {
        bottom: -9rem;
        right: 97rem;
        width: 107rem;
    }
}
.card02 .green_neko_deco1 {
    opacity: 0;
    transition: opacity 0s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.5s);
}
.card02 .green_neko.is_animated .green_neko_deco1 {
    opacity: 1;
}
/* 03 */
.card03 .green_neko_deco1 {
    --green_neko_deco_w: 12;
    --green_neko_deco_top: 12;
    --green_neko_deco_left: -20;
}
.card03 .green_neko {
    --green_neko_w: 72;
    --green_neko_h: 104;
}
.card03 .green_neko_img {
    position: relative;
    z-index: 1;
}
@media (min-width: 769px) {
    .card03 .green_ill {
        width: 237rem;
        right: -18rem;
        bottom: 170rem;
    }
    .card03 .green_neko {
        bottom: -16rem;
        right: 110rem;
    }
}
@media (max-width: 768px) {
    .card03 .green_ill {
        width: 427rem;
        margin: 41rem 0 0 0;
    }
    .card03 .memo {
        bottom: 42rem;
    }
    .card03 .green_neko {
        bottom: -11rem;
        right: 123rem;
        width: 83rem;
    }
}
.card03 .green_neko_deco1 {
    scale: 0;
    transition: scale 0.3s var(--animation_pop) calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.5s);
}
.card03 .green_neko.is_animated .green_neko_deco1 {
    scale: 1;
}
/* 04 */
.card04 .green_neko_deco1 {
    --green_neko_deco_w: 9;
    --green_neko_deco_top: 32;
    --green_neko_deco_left: -3;
    z-index: 1;
}
.card04 .green_neko_deco2 {
    --green_neko_deco_w: 43;
    --green_neko_deco_top: -8;
    --green_neko_deco_left: 22;
    z-index: 1;
}
.card04 .green_neko {
    --green_neko_w: 89;
    --green_neko_h: 91;
}
.card04 .green_neko_img {
    position: relative;
    z-index: 1;
}
@media (min-width: 769px) {
    .card04 .green_ill {
        width: 236rem;
        right: -17rem;
        bottom: 136rem;
    }
    .card04 .green_neko {
        bottom: -44rem;
        right: 118rem;
    }
}
@media (max-width: 768px) {
    .card04 .green_ill {
        width: 580rem;
        margin: 47rem 0 0 -9rem;
    }
    .card04 .memo {
        bottom: 15rem;
        right: 28rem;
    }
    .card04 .green_neko {
        bottom: -37rem;
        right: 99rem;
        width: 109rem;
    }
}
.card04 .green_neko_deco1 {
    opacity: 0;
    transition: opacity 0s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.5s);
}
.card04 .green_neko.is_animated .green_neko_deco1 {
    opacity: 1;
}
/* 05 */
.card05 .green_neko_deco1 {
    --green_neko_deco_w: 9;
    --green_neko_deco_top: 17;
    --green_neko_deco_left: -6;
}
.card05 .green_neko {
    --green_neko_w: 71;
    --green_neko_h: 104;
}
.card05 .green_neko_img {
    position: relative;
    z-index: 1;
}
@media (min-width: 769px) {
    .card05 .green_ill {
        width: 217rem;
        right: -17rem;
        bottom: 174rem;
    }
    .card05 .green_neko {
        bottom: -15rem;
        right: 107rem;
    }
}
@media (max-width: 768px) {
    .card05 .green_ill {
        width: 464rem;
        margin: 50rem 0 0 28rem;
    }
    .card05 .memo {
        bottom: 0;
        right: 28rem;
    }
    .card05 .green_neko {
        bottom: -37rem;
        right: 114rem;
        width: 86rem;
    }
}
.card05 .green_neko_deco1 {
    opacity: 0;
    transition: opacity 0s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.5s);
}
.card05 .green_neko.is_animated .green_neko_deco1 {
    opacity: 1;
}
/* 06 */
.card06 .green_neko_deco1_1 {
    --green_neko_deco_w: 5;
    --green_neko_deco_top: 45;
    --green_neko_deco_left: 28;
}
.card06 .green_neko_deco1_2 {
    --green_neko_deco_w: 9;
    --green_neko_deco_top: 56;
    --green_neko_deco_left: 26;
}
.card06 .green_neko {
    --green_neko_w: 114;
    --green_neko_h: 106;
}
.card06 .green_neko_img {
    position: relative;
    z-index: 1;
}
@media (min-width: 769px) {
    .card06 .card_txt_area {
        padding-top: 11rem;
    }
    .card06 .green_ill {
        width: 216rem;
        right: -16rem;
        bottom: 166rem;
    }
    .card06 .green_neko {
        bottom: 0;
        right: 92rem;
    }
}
@media (max-width: 768px) {
    .card06 .green_ill {
        width: 492rem;
        margin: 43rem 0 0 28rem;
    }
    .card06 .memo {
        bottom: 0;
        right: 28rem;
    }
    .card06 .green_neko {
        bottom: -55rem;
        right: 98rem;
        width: 136rem;
    }
}
.card06 .green_neko_deco1 {
    transform-origin: top center;
    scale: 0;
}
.card06 .green_neko_deco1_1 {
    transition: scale 0.3s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.5s);
}
.card06 .green_neko_deco1_2 {
    transition: scale 0.3s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.7s);
}
.card06 .green_neko.is_animated .green_neko_deco1 {
    scale: 1;
}
/* 07 */
.card07 .green_neko_deco1 {
    --green_neko_deco_w: 49;
    --green_neko_deco_top: 63;
    --green_neko_deco_left: -21;
}
.card07 .green_neko_deco2 {
    --green_neko_deco_w: 18;
    --green_neko_deco_top: 36;
    --green_neko_deco_left: -34;
}
.card07 .green_neko_hat {
    --green_neko_deco_w: 43;
    --green_neko_deco_top: 0;
    --green_neko_deco_left: 9;
    z-index: 1;
}
.card07 .green_neko {
    --green_neko_w: 69;
    --green_neko_h: 97;
}
.card07 .green_neko_img {
    position: relative;
    z-index: 1;
}
.card07 .green_neko_deco2_path {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4px;
}
@media (min-width: 769px) {
    .card07 .green_ill {
        width: 216rem;
        right: -16rem;
        bottom: 174rem;
    }
    .card07 .green_neko {
        bottom: -18rem;
        right: 108rem;
    }
}
@media (max-width: 768px) {
    .card07 .green_ill {
        width: 547rem;
        margin: 53rem 0 0 28rem;
    }
    .card07 .memo {
        bottom: 0;
        right: -2rem;
    }
    .card07 .green_neko {
        bottom: -45rem;
        right: 103rem;
        width: 82rem;
    }
}
.card07 .green_neko_deco2_path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    transition: stroke-dashoffset 0.1s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.5s);
}
.card07 .green_neko.is_animated .green_neko_deco2_path {
    stroke-dashoffset: 0;
}
.card07 .green_neko_deco1 {
    clip-path: polygon(100% 0%, 0% 0%, 0% 0%, 0% 0%);
}
.card07 .green_neko.is_animated .green_neko_deco1 {
    animation: card07_green_neko_deco1 0.1s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.6s) forwards;
}
@keyframes card07_green_neko_deco1 {
    0% {
        clip-path: polygon(100% 0%, 0% 0%, 0% 0%, 0% 0%);
    }
    50% {
        clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
    }
}
/* 08 */
.card08 .green_neko_deco1 {
    --green_neko_deco_w: 18;
    --green_neko_deco_top: 46;
    --green_neko_deco_left: -12;
}
.card08 .green_neko_hat {
    --green_neko_deco_w: 38;
    --green_neko_deco_top: -6;
    --green_neko_deco_left: 40;
    z-index: 1;
}
.card08 .green_neko {
    --green_neko_w: 87;
    --green_neko_h: 90;
}
.card08 .green_neko_img {
    position: relative;
    z-index: 1;
}
@media (min-width: 769px) {
    .card08 .green_ill {
        width: 217rem;
        right: -17rem;
        bottom: 174rem;
    }
    .card08 .memo {
        bottom: 2rem;
    }
    .card08 .green_neko {
        bottom: 2rem;
        right: 110rem;
    }
}
@media (max-width: 768px) {
    .card08 .green_ill {
        width: 578rem;
        margin: 51rem 0 0 13rem;
    }
    .card08 .memo {
        bottom: 0;
        right: 13rem;
    }
    .card08 .green_neko {
        bottom: -32rem;
        right: 128rem;
        width: 103rem;
    }
}
.card08 .green_neko.is_animated .green_neko_deco1 {
    animation: card08_neko_deco 1s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.5s);
}
@keyframes card08_neko_deco {
    0%, 32%, 64%, 100% {
        translate: 0% 0%;
    }
    16%, 48%, 80% {
        translate: -10% -20%;
    }
}
/* 09 */
.card09 .green_neko_hat {
    --green_neko_deco_w: 39;
    --green_neko_deco_top: -7;
    --green_neko_deco_left: 27;
    z-index: 1;
}
.card09 .green_neko {
    --green_neko_w: 75;
    --green_neko_h: 104;
}
.card09 .green_neko_img {
    position: relative;
    z-index: 1;
}
.card09 .green_neko_deco1 {
    --green_neko_deco_w: 7;
    --green_neko_deco_top: 12;
    --green_neko_deco_left: -21;
}
.card09 .green_neko_deco2 {
    --green_neko_deco_w: 6;
    --green_neko_deco_top: 9;
    --green_neko_deco_left: -6;
}
.card09 .green_neko_deco3 {
    --green_neko_deco_w: 11;
    --green_neko_deco_top: 21;
    --green_neko_deco_left: -19;
}
@media (min-width: 769px) {
    .card09 .green_ill {
        width: 222rem;
        right: -3rem;
        bottom: 172rem;
    }
    .card09 .memo {
        bottom: -14rem;
    }
    .card09 .green_neko {
        bottom: -15rem;
        right: 113rem;
    }
}
@media (max-width: 768px) {
    .card09 .green_ill {
        width: 418rem;
        margin: 46rem 0 0 13rem;
    }
    .card09 .memo { 
        bottom: 55rem;
        right: 13rem;
    }
    .card09 .green_neko {
        bottom: 1rem;
        right: 121rem;
        width: 88rem;
    }
}
.card09 .green_neko_deco1 {
    transform-origin: right center;
    translate: 210% 250%;
}
.card09 .green_neko_deco2 {
    transform-origin: right bottom;
    translate: 20% 80%;
}
.card09 .green_neko_deco3 {
    transform-origin: right bottom;
    translate: 90% -60%;
}
.card09 .green_neko_deco1,
.card09 .green_neko_deco2,
.card09 .green_neko_deco3 {
    scale: 0;
    transition: scale 0.3s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.5s), translate 0.3s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.5s);
}
.card09 .green_neko.is_animated .green_neko_deco1,
.card09 .green_neko.is_animated .green_neko_deco2,
.card09 .green_neko.is_animated .green_neko_deco3 {
    scale: 1;
    translate: 0;
}
/* 10 */
.card10 .green_neko_hat {
    --green_neko_deco_w: 40;
    --green_neko_deco_top: -4;
    --green_neko_deco_left: 13;
    z-index: 1;
}
.card10 .green_neko {
    --green_neko_w: 61;
    --green_neko_h: 100;
}
.card10 .green_neko_img {
    position: relative;
    z-index: 1;
}
.card10 .green_neko_deco1 {
    --green_neko_deco_w: 18;
    --green_neko_deco_top: -13;
    --green_neko_deco_left: -18;
    z-index: 2;
}
@media (min-width: 769px) {
    .card10 .green_ill {
        width: 201rem;
        right: -1rem;
        bottom: 159rem;
    }
    .card10 .memo {
        bottom: -15rem;
    }
    .card10 .green_neko {
        bottom: -15rem;
        right: 96rem;
    }
}
@media (max-width: 768px) {
    .card10 .green_ill {
        width: 557rem;
        margin: 52rem 0 0 28rem;
    }
    .card10 .memo {
        bottom: 0;
        right: 28rem;
    }
    .card10 .green_neko {
        bottom: -43rem;
        right: 111rem;
        width: 73rem;
    }
}
.card10 .green_neko_deco1 {
    opacity: 0;
    transform: translate(40%, 90%);
    transition: opacity 1.5s calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.5s);
}
.card10 .green_neko.is_animated .green_neko_deco1 {
    opacity: 1;
    animation: card10_neko_deco1 1.5s linear calc(var(--animation_delay_ratio)* var(--animation_rise) + 0.5s) forwards;
}
@keyframes card10_neko_deco1 {
    0% {
        transform: translate(40%, 90%);
    }
    33% {
        transform: translate(20%, 60%);
    }
    66% {
        transform: translate(40%, 30%);
    }
    100% {
        transform: translate(0%, 0%);
    }
}

/* card_swiper_content */
.card_other {
    background-color: #fff;
}
.card_other_logo {
    margin-inline: auto;
    position: relative;
}
.card_other_neko {
    position: absolute;
}
.card_other_swiper_arrow_wrap {
    display: flex;
    justify-content: center;
}
.card_other_swiper_arrow {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #088c59;
}
.card_other_swiper_arrow_prev {
    transform: scale(-1, 1);
}
.card_other_swiper_arrow_path {
    stroke: #fff;
}
.card_other_slide_arrow_path {
    stroke: #002645;
}
.card_other_arrow_path {
    fill: none;
    stroke-linecap: round;
    stroke-width: 4px;
    fill-rule: evenodd;
}
.card_other_slide {
    overflow: hidden;
}
.card_other_link {
    display: inline-block;
    color: #088c59;
    line-height: 1;
    font-weight: 700;
    position: relative;
}
.card_other_link_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-block: auto;
    background-color: #088c59;
    display: block;
    border-radius: 100rem;
}
.card_other_link_arrow::after {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #088c59;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
}
.card_other_slide a {
    position: relative;
    display: block;
}
.card_other_slide_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.card_other_slide_arrow::after {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
.card_other_slide_arrow svg {
    position: relative;
    z-index: 1;
}
@media (min-width: 769px) {
    .card_other {
        padding-block: 80rem 64rem;
        border-bottom-left-radius: 32rem;
        border-bottom-right-radius: 32rem;
        border-left: 8rem solid #088c59;
        border-right: 8rem solid #088c59;
        border-bottom: 8rem solid #088c59;
    }
    .card_other_content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 32rem;
        align-items: center;
    }
    .card_other_logo {
        width: 114rem;
        align-self: end;
    }
    .card_other_logo_img {
        width: 129rem;
        max-width: 129rem;
    }
    .card_other_neko {
        width: 57rem;
        right: -73rem;
        bottom: -19rem;
    }
    .card_other_swiper {
        width: 875rem;
        grid-row: span 2 / span 2;
        align-self: center;
    }
    .card_other_swiper_arrow_wrap {
        grid-row-start: 2;
        gap: 34rem;
        align-self: start;
    }
    .card_other_swiper_arrow {
        width: 40rem;
        height: 40rem;
        border: 4rem solid #088c59;
        cursor: pointer;
    }
    .card_other_swiper_arrow svg {
        width: 19rem;
        height: 16rem;
    }
    .card_other_slide .swiper-slide {
        padding-right: 24rem;
        width: 232rem;
    }
    .card_other_link_wrap {
        margin-top: 40rem;
        text-align: right;
        padding-inline: 80rem;
    }
    .card_other_link {
        font-size: 14rem;
        padding-left: 50rem;
    }
    .card_other_link_arrow {
        right: 140rem;
        width: 36rem;
        height: 2rem;
    }
    .card_other_link_arrow::after {
        width: 8rem;
        height: 8rem;
    }
    .card_other_slide_arrow {
        width: 30rem;
        height: 30rem;
        bottom: 16rem;
        right: 16rem;
    }
    .card_other_slide_arrow svg {
        width: 16rem;
    }
}
@media (max-width: 768px) {
    .card_other {
        padding-block: 120rem 116rem;
        border-bottom: 10rem solid #088c59;
    }
    .card_other_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 64rem;
    }
    .card_other_logo {
        width: 226rem;
    }
    .card_other_logo_img {
        width: 258rem;
        max-width: 258rem;
    }
    .card_other_neko {
        width: 122rem;
        right: -180rem;
        bottom: 6rem;
    }
    .card_other_swiper {
        width: 100%;
    }
    .card_other_swiper_arrow_wrap {
        gap: 64rem;
    }
    .card_other_swiper_arrow {
        width: 72rem;
        height: 72rem;
    }
    .card_other_swiper_arrow svg {
        width: 31rem;
    }
    .card_other_slide .swiper-slide {
        padding-inline: 19rem;
        width: 456rem;
    }
    .card_other_link_wrap {
        margin-top: 64rem;
        text-align: center;
    }
    .card_other_link {
        font-size: 26rem;
        padding-left: 83rem;
    }
    .card_other_link_arrow {
        right: 258rem;
        width: 59rem;
        height: 4rem;
    }
    .card_other_link_arrow::after {
        width: 12rem;
        height: 12rem;
    }
    .card_other_slide_arrow {
        width: 48rem;
        height: 48rem;
        bottom: 24rem;
        right: 24rem;
    }
    .card_other_slide_arrow svg {
        width: 21rem;
    }
}

/* animation */
.card_content {
    --animation_delay_ratio: 0;
    --animation_pop: cubic-bezier(0.34, 1.56, 0.64, 1);
}
.anime_fadein {
    --animation_rise: 0.15s;
    opacity: 0;
    transition: opacity 0.4s calc(var(--animation_delay_ratio)*var(--animation_rise));
}
.card_img {
    opacity: 0;
    translate: 0 20%;
    transition: opacity 0.5s, translate 0.5s var(--animation_pop);
}
.animation_loaded .card_img {
    opacity: 1;
    translate: 0;
}
@media (min-width: 769px) {
    .supervision .card_txt_area::after {
        --animation_rise: 0.15s;
        opacity: 0;
        transition: opacity 0.4s calc(var(--animation_delay_ratio)*var(--animation_rise));
    }
    .card_green_area.is_animated .anime_fadein,
    .card_other.is_animated .anime_fadein,
    .card_green_area.is_animated.supervision .card_txt_area::after {
        opacity: 1;
    }
    .card_ttl {
        --animation_delay_ratio: 2;
    }
    .card_txt,
    .supervision .card_txt_area::after {
        --animation_delay_ratio: 2;
    }
    .green_ill {
        --animation_delay_ratio: 2;
    }
    .memo {
        --animation_delay_ratio: 2;
    }
    .green_neko {
        --animation_delay_ratio: 3;
    }
    .card_other .anime_fadein {
        --animation_rise: 0.2s;
    }
    .card_other_swiper {
        --animation_delay_ratio: 1;
    }
    .card_other_link_wrap {
        --animation_delay_ratio: 2;
    }
    @media (hover: hover) {
        .card_other_link_arrow {
            will-change: width;
            transition: width 0.3s;
        }
        .card_other_link:hover .card_other_link_arrow {
            width: 42rem;
        }
        .card_other_swiper_arrow {
            transition: background-color 0.3s;
        }
        .card_other_swiper_arrow_path {
            transition: stroke 0.3s;
        }
        .card_other_swiper_arrow:hover {
            background-color: #fff;
        }
        .card_other_swiper_arrow:hover .card_other_swiper_arrow_path {
            stroke: #088c59;
        }
        .card_other_slide_arrow::after {
            transition: background-color 0.3s, width 0.3s, height 0.3s;
            will-change: width, height;
        }
        .card_other_slide a:hover .card_other_slide_arrow::after {
            background-color: #ea5514;
            width: calc(100% + 6rem);
            height: calc(100% + 6rem);
        }
        .card_other_slide_arrow_path {
            transition: stroke 0.3s;;
        }
        .card_other_slide a:hover .card_other_slide_arrow_path {
            stroke: #fff;
        }
    }
}
@media (max-width: 768px) {
    .supervision .green_memo_wrap::after {
        opacity: 0;
        transition: opacity 0.5s;
    }
    .card_content .anime_fadein.is_animated,
    .card_content .supervision .green_memo_wrap:has( > .anime_fadein.is_animated)::after {
        opacity: 1;
    }
}
