/* #zaemitMain{ padding-top: var(--zm_header_height, 48px); background-color: #000; } */
/* #zaemitMain{ padding-top: var(--zm_header_height, 48px); background-image: url('/weven_service/asset/img/bg_zaemit.jpg'); background-repeat: no-repeat; background-position: center center; background-size: cover; } */

[sys_lang="jp"]{ word-break: break-word; }

.whole{ padding: 60px 0 150px; /*background-image: linear-gradient(to bottom, var(--point_wv_21), transparent 10%);*/ }
.sec{ display: flex; flex-direction: column; align-items: center; padding: 0 30px; background-size: cover; background-repeat: no-repeat; }
.sec_inner { max-width: 900px; }


/* sec_ai */
.sec_ai{ }

.sec_ai_title { font-size: 40px; line-height: 44px; font-weight: 900; letter-spacing: -0.04em; word-spacing: -0.04em; text-align: center; margin: 0 auto 25px;
    background-image: url('/weven_service/asset/img/main_title.webp'); color: #fff; width: 90%; height: 130px; background-repeat: no-repeat; background-size: contain; background-position: center center;
}
.sec_ai_subtitle { font-size: 20px; line-height: 44px; font-weight: 900; letter-spacing: -0.04em; word-spacing: -0.04em; text-align: center;
    background: #808080;
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent;
}


/* sec_theme */
.sec_theme{ padding-top: 80px; /* background-image: url("/weven_template/theme/weven/resource/img/zaemit_main/bg_theme.png"); background-position: top -270px center; background-size: cover; background-repeat: no-repeat; transition: all 0.2s; */ }
.sec_theme [data-wv-template]{ cursor: pointer; }
.sec_theme .sec_theme_cnt { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px; }
.sec_theme .sec_theme_wrap { padding-top: 46px; }
.sec_theme_title_wrap { position: relative; }
.sec_theme_title { font-weight: 700; font-size: 21px; line-height: 27px; letter-spacing: -0.3px; color: #000; text-align: center; margin: 0 auto; padding-bottom: 40px; }
.sec_theme_link_wrap { position: relative; }
/* a.sec_theme_link { display: inline-flex; align-items: center; height: 24px; padding-right: 24px; color: #fff; font-weight: 400; font-size: 14px; line-height: 1; position: absolute; right: 50%; bottom: 0; transform: translateX(50%);
    background-image: url("/weven_service/asset/img/svg/keyboard_arrow_right_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg"); background-position: right 0 center; background-repeat: no-repeat; } */
a.sec_theme_link { display: inline-flex; align-items: center; height: 24px; padding-right: 24px; color: #000; font-weight: 600; font-size: 13px; line-height: 1; position: absolute; right: 50%; bottom: 0; transform: translateX(50%);
    background-image: url('/weven_service/asset/img/svg/keyboard_arrow_right_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg'); background-position: right 0 center; background-repeat: no-repeat; }
.main_file_wrap { position: relative; }
.main_file_wrap:hover img { /* box-shadow: 4px 6px 15px rgb(42 46 71 / 30%); */ transform: translateY(-7px); }

/* .main_file_wrap:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0, 0, 0, 0.1); border-radius: 4px; opacity: 1; transition: all 0.2s ease; } */
.main_file_wrap:hover:after { opacity: 0; }
.main_file_wrap img { width: 273px; height: 413px; background-color: azure; object-fit: cover; object-position: top; border-radius: 5px; transition: all 0.2s; }



@media all and (min-width: 768px) {
    /* sec_theme */
    .sec_theme_title { padding-bottom: 0; }
    a.sec_theme_link { right: 0; transform: unset; }
    .sec_theme .sec_theme_cnt { gap: 32px; }
}

@media all and (min-width: 992px) {
    .whole{ padding: 85px 0 150px;}

    /* sec_ai */
    .sec_ai_title { width: 100%; }

    /* sec_theme */
    .sec_theme .sec_theme_cnt { grid-template-columns: repeat(3, 1fr); }
}