@charset "UTF-8";
/*  FV　コース指定色
-------------------------------------------- */
.theme-data-science .fv_top{
    background-image: url(../../../assets/images/fv-bg-8-data-science.png);
}
.theme-data-science .fv_top .inner .block-image img{
    object-position: -7rem 0rem;
}
@media screen and (max-width: 1000px) {
    .theme-data-science .fv_top .inner .block-image img{
        object-position: -30rem 0rem;
    }
}
@media screen and (max-width: 768px) {
    .theme-data-science .fv_top .inner .block-image img{
        object-position: top right;
    }
}
.theme-data-science .fv_top:after{
    background-color: var(--color-data-science);
}
.theme-data-science .fv_top .inner .block-ttl .ttl_course_lead{
    color: var(--color-data-science);
}


/* 身につく３つのスキル　コース指定色
-------------------------------------------- */
.theme-data-science .section-skills:before,
.theme-data-science .text-deco--skew:before,
.theme-data-science .skills-targets .skills-targets-ttl{
    background-color: var(--color-data-science);
}
.theme-data-science .section-skills .section_ttl_wrap .theme-data-science,
.theme-data-science .section-skills .skills-card .theme-data-science{
    color: var(--color-data-science);
}
.theme-data-science .section-skills .skills-card,
.theme-data-science .skills-targets {
    border-color: var(--color-data-science);
}
.skills-cards .text-deco--skew:after{
    border-top-color: var(--color-data-science);
}
