@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,700;1,700&display=swap');

/* common */
body#front-page h1::before {
    color: #276d87;
}
body#front-page h1::after {
    background-color: #276d87;
}
body#front-page h1 span {
    color: #276d87;
}
body#front-page .blueButton {
    background-color: #276d87;
}
body#front-page br.spon {
    display: none;
}
@media screen and (min-width:577px){
body#front-page #spbnr {
    display: none !important;
}
}
@media screen and (max-width:576px){
body#front-page br.spon {
    display: inline;
}
body#front-page #spbnr {
    width: 96%;
    height: 3rem;
    position: fixed;
    left: 2%;
    bottom: -5rem;
    z-index: 99;
    transition: 0.4s;
} 
body#front-page #spbnr.fixed {
    bottom: 1%;
} 
body#front-page #spbnr a {
    width: 100%;
    height: 100%;
    background-color: #2f708c;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: 500;
} 
body#front-page footer {
    padding-bottom: 80px;
}
}

/* #visualContainer */
body#front-page #visualContainer {
    height: 37.5rem;
    background-color: #000;
    position: relative;
}
body#front-page #visualContainer::before,
body#front-page #visualContainer::after {
    content: '';
    width: 20.625rem;
    height: 23.59375rem;
    background: url("../images/frontpage/new/mv-bg1.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 9.125rem;
}
body#front-page #visualContainer::after {
    width: 12.5625rem;
    height: 31.8125rem;
    background-image: url("../images/frontpage/new/mv-bg2.png");
    left: auto;
    right: 0;
    top: 4.9375rem;
}
body#front-page #visualContainer > div {
    max-width: 1130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}
body#front-page #visualContainer .con {
    width: 47.345%;
    padding-left: 2.8125rem;
    margin-top: 4.5rem;
    color: #fff;
}
body#front-page #visualContainer .con h1 {
    position: relative;
}
body#front-page #visualContainer .con h1 span {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}
body#front-page #visualContainer .con .box {
    padding-left: 1.875rem;
    padding-top: 1rem;
}
body#front-page #visualContainer .con .box h2 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 1.75rem;
}
body#front-page #visualContainer .con .box p {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.12em;
    margin-bottom: 2rem;
}
body#front-page #visualContainer .con .box ul {
    list-style: none;
    display: flex;
    padding: 0;
}
body#front-page #visualContainer .con .box ul li {
    list-style: none;
    display: flex;
}
body#front-page #visualContainer .con .box ul li .greenButton,
body#front-page #visualContainer .con .box ul li .blueButton {
    border-radius: .5rem;
    box-shadow: none;
    padding: 1rem 2rem;
    margin-right: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
}
body#front-page #visualContainer .con .box ul li .greenButton {
    background-color: #37a459;
}
body#front-page #visualContainer .con .box ul li .blueButton {
    background-color: #2f708c;
}
body#front-page #visualContainer .slider {
    width: 48.6725%;
    margin-bottom: 2rem;
    position: relative;
}
body#front-page #visualContainer .slider .slider-main {
    background: url("../images/frontpage/new/mv-slider-bg.png") center top no-repeat #4b4b4b;
    background-size: 100% auto;
    padding-top: 1.5rem;
    margin-top: 1.25rem;
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
}
body#front-page #visualContainer .slider .slider-thumbnail {
    width: 26.25rem;
    border-radius: 0.5rem;
    margin: 0 auto;
}
body#front-page #visualContainer .slider .slider-thumbnail .swiper-slide {
    font-size: 1rem;
    width: 33.333%;
    height: 3.1875rem;
    background-color: #4b4b4b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
body#front-page #visualContainer .slider .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    background-color: #fff;
    color: #222;
}
body#front-page #visualContainer .slider .swiper-pagination {
    text-align: left;
    bottom: -3rem;
}
body#front-page #visualContainer .slider .swiper-pagination .swiper-pagination-bullet {
    width: 3.625rem;
    height: 0.25rem;
    background-color: #999;
    outline: 0;
}
body#front-page #visualContainer .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
@media screen and (max-width:1150px){
body#front-page #visualContainer .con {
    padding-left: 0;
}
body#front-page #visualContainer .con .box h2 {
    font-size: 2.2rem;
}
body#front-page #visualContainer .con .box ul {
    display: block;
}
body#front-page #visualContainer .con .box ul li:first-child {
    margin-bottom: 1rem;
}
}
@media screen and (max-width:1000px){
body#front-page #visualContainer .con {
    margin-top: 2rem;
}
body#front-page #visualContainer .con h1 span {
    font-size: 0.7rem;
}
body#front-page #visualContainer .con .box h2 {
    font-size: 2rem;
}
body#front-page #visualContainer .con .box p {
    font-size: 1rem;
}
body#front-page #visualContainer .slider .slider-thumbnail {
    width: 20rem;
}
body#front-page #visualContainer .slider .slider-thumbnail .swiper-slide {
    font-size: 0.8rem;
    height: 2.5rem;
}
}
@media screen and (max-width:850px){
body#front-page #visualContainer {
    height: 32rem;
}
body#front-page #visualContainer .con .box h2 {
    font-size: 1.75rem;
}
body#front-page #visualContainer .con .box p {
    font-size: 0.8rem;
}
}
@media screen and (max-width:767px){
body#front-page #visualContainer .con .box {
    padding-left: 0;
}
body#front-page #visualContainer .slider .slider-thumbnail {
    width: 100%;
}
body#front-page #visualContainer .con .box ul li .greenButton,
body#front-page #visualContainer .con .box ul li .blueButton {
    font-size: 0.8rem;
    padding: 1rem;
}
}
@media screen and (max-width:576px){
body#front-page #visualContainer {
    height: auto;
}
body#front-page #visualContainer::before,
body#front-page #visualContainer::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../images/frontpage/new/mv-bg1_sp.jpg");
    top: 0;
}
body#front-page #visualContainer::after {
    width: 100%;
    height: 100%;
    background: url("../images/frontpage/new/mv-bg2_sp.png") left bottom no-repeat;
    background-size: 100% auto;
    top: auto;
    bottom: 0;
}
body#front-page #visualContainer > div {
    display: block;
}
body#front-page #visualContainer .con {
    width: 100%;
    padding-left: 0;
    margin-top: 3.125rem;
}
body#front-page #visualContainer .con h1 span {
    display: none;
}
body#front-page #visualContainer .con .box {
    width: 88%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 1.25rem;
}
body#front-page #visualContainer .con .box h2 {
    font-size: 1.6875rem;
    letter-spacing: 0.12em;
    margin-bottom: 1.25rem;
}
body#front-page #visualContainer .con .box p {
    font-size: 0.84375rem;
    line-height: 1.85;
    margin-bottom: 2rem;
}
body#front-page #visualContainer .con .box ul {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 1rem;
}
body#front-page #visualContainer .con .box ul li:first-child {
    margin-bottom: 0;
}
body#front-page #visualContainer .con .box ul li .greenButton,
body#front-page #visualContainer .con .box ul li .blueButton {
    font-size: 0.8025rem;
    padding: 1rem 1rem;
    margin: 0 0.375rem;
}
body#front-page #visualContainer .con .box ul li .greenButton {
    background-color: #37a459;
}
body#front-page #visualContainer .con .box ul li .blueButton {
    background-color: #2f708c;
}
body#front-page #visualContainer .slider {
    width: 100%;
    margin-bottom: 8.75rem;
}
body#front-page #visualContainer .slider .slider-main {
    background-image: url("../images/frontpage/new/mv-slider-bg_sp.png");
    background-color: rgba(255,255,255,0);
    padding-top: 1rem;
}
body#front-page #visualContainer .slider .slider-thumbnail {
    width: 88%;
}
body#front-page #visualContainer .slider .slider-thumbnail .swiper-slide {
    height: 2.25rem;
    font-size: 0.71875rem;
}
body#front-page #visualContainer .slider .swiper-pagination {
    text-align: center;
    bottom: -1.5rem;
}
body#front-page #visualContainer .slider .swiper-pagination .swiper-pagination-bullet {
    width: 3.75rem;
} 
}


/* #companyLogo */
body#front-page #companyLogo {
    position: relative;
    z-index: 2;
}


/* #news */
body#front-page #news {
    background-color: #ededed;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding: 3rem 0 0.75rem;
}
body#front-page #news h1::after {
    display: none;
}
body#front-page #news .row {
    position: relative;
}
body#front-page #news .tit {
    width: 20%;
}
body#front-page #news .con {
    width: 60%;
    padding: 0;
}
body#front-page #news .con section {
    display: flex;
    justify-content: space-between;
    border: none;
}
body#front-page #news .con section .date {
    width: 35%;
}
body#front-page #news .con section .txt {
    width: 65%;
}
body#front-page #news .con section .txt a {
    color: #276d87;
}
body#front-page #news .btnst .blueBorderButton_news {
    background-color: #2f708c;
    border-color: #2f708c;
    color: #fff;
    position: absolute;
    right: 0;
    top: -0.75rem;
}
@media screen and (max-width:1000px){
body#front-page #news .container {
    max-width: 960px;
}
body#front-page #news .btnst .blueBorderButton_news {
    right: 1rem;
}
}
@media screen and (max-width:900px){
body#front-page #news .con {
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
}
body#front-page #news .con section {
    display: block;
    margin-top: -1rem;
} 
body#front-page #news .con section .date {
    width: 100%;
}
body#front-page #news .con section .txt {
    width: 100%;
}
}
@media screen and (max-width:767px){
body#front-page #news {
    padding: 3.25rem 0 1.75rem;
}
body#front-page #news .container {
    max-width: 540px;
}
body#front-page #news .row {
    position: relative;
}
body#front-page #news .tit {
    width: 100%;
    padding-bottom: 0.5rem;
}
body#front-page #news h1 {
    font-size: 1.75rem;
}
body#front-page #news .con {
    width: 100%;
}
body#front-page #news .btnst .blueBorderButton_news {
    padding: 0.5rem 3rem 0.5rem 2rem;
    top: 0.25rem;
}
}


/* #it2025 */
body#front-page #it2025 {
    height: 7.1875rem;
    background: linear-gradient(90deg, rgba(141,61,137,1), rgba(100,185,247,1));
    text-align: center;
    position: relative;
    z-index: 2;
}
body#front-page #it2025 .img1 {
    width: 10.71875rem;
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-right: 12.375rem;
}
body#front-page #it2025 .img2 {
    width: 10.71875rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 17.1875rem;
}
body#front-page #it2025 .img1 img,
body#front-page #it2025 .img2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: 0.35;
}
body#front-page #it2025 .box {
    width: 37.5rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
body#front-page #it2025 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
}
body#front-page #it2025 a::before {
    content: '';
    width: 0.4rem;
    height: 0.7rem;
    background: url("../images/frontpage/new/it2025_icon.png") right center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.35rem;
    z-index: 3;
}
body#front-page #it2025 a h1 {
    font-size: 1rem;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
}
body#front-page #it2025 a h1::after {
    display: none;
}
body#front-page #it2025 a h1 b {
    font-size: 3.4375rem;
    line-height: 1.2;
    padding-left: 0.5rem;
    letter-spacing: normal;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}
body#front-page #it2025 a h1 b i {
    font-size: 1.875rem;
    font-weight: 700;
}
body#front-page #it2025 a h1 span {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0.25rem 1rem;
    color: #fff;
}
body#front-page #it2025 a .illust1 {
    width: 4.5rem;
    position: absolute;
    right: 50%;
    top: -0.75rem;
    margin-right: 7.8125rem;
}
body#front-page #it2025 a .illust2 {
    width: 9.84375rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 6.875rem;
}
body#front-page #it2025 a .illust1 img,
body#front-page #it2025 a .illust2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width:767px){
body#front-page #it2025 {
    height: 7.75rem;
}
body#front-page #it2025 .img1 {
    width: 10.71875rem;
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-right: 12.375rem;
}
body#front-page #it2025 .img2 {
    width: 10.71875rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 17.1875rem;
}
body#front-page #it2025 .box {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
}
body#front-page #it2025 a::before {
    width: 0.45rem;
    height: 0.79rem;
    right: 2rem;
    margin-top: -0.395rem;
}
body#front-page #it2025 a h1 {
    padding: 0.25rem 2.5rem 0 0;
}
body#front-page #it2025 a h1 span {
    padding: 0.4rem 1rem;
}
body#front-page #it2025 a .illust1 {
    top: -0.5rem;
    margin-right: 5.5rem;
}
body#front-page #it2025 a .illust2 {
    width: 10.5rem;
    margin-left: 2rem;
}
}


/* #leadSentence */
body#front-page #leadSentence {
    border-bottom: 1px solid #c7c7c7;
    padding: 5.5rem 0 4rem;
}
body#front-page #leadSentence h1 {
    margin-bottom: 1.75rem;
}
body#front-page #leadSentence h1 span {
    color: #2f708c;
}
body#front-page #leadSentence p {
    width: 43.75rem;
    margin: 0 auto;
    font-weight: 700;
    line-height: 2.8125;
    text-align: left;
}
body#front-page #leadSentence p span.marker {
    background: linear-gradient(rgba(246, 220, 184,1));
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1.5s;
}
body#front-page #leadSentence p span.marker.on {
    background-size: 100% 100%;
}
@media screen and (max-width:767px){
body#front-page #leadSentence p {
    width: 100%;
}  
body#front-page #leadSentence h1 {
    font-size: 1.5625rem;
    margin-bottom: 1rem;
}
body#front-page #leadSentence p {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 2;
}
}
@media screen and (max-width:576px){
body#front-page #leadSentence {
    padding: 2rem 0 2.25rem;
}
body#front-page #leadSentence h1 {
    line-height: 1.4;
}
body#front-page #leadSentence img:first-of-type {
    width: 55%;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
}
body#front-page #leadSentence img:last-of-type {
    width: 55%;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
}
}


/* #wasSelected */
body#front-page #wasSelected {
    background-color: #ededed;
    padding: 4.5rem 0 3rem;
}
body#front-page #wasSelected .titleBox {
    margin-bottom: 3.25rem;
}
body#front-page #wasSelected .titleBox h1 {
    margin-top: 6rem;
}
body#front-page #wasSelected .row {
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
body#front-page #wasSelected .row p {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 2.33;
}
body#front-page #wasSelected .row p span.marker {
    background: linear-gradient(rgba(246, 220, 184,1));
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1.5s;
}
body#front-page #wasSelected .row p span.marker.on {
    background-size: 100% 100%;
}
body#front-page #wasSelected .row1 .con {
    width: 48%;
    padding: 0;
}
body#front-page #wasSelected .row1 .photo {
    width: 47.285%;
    margin: 3rem 0 0 2.5%;
    padding: 0;
}
body#front-page #wasSelected .row1 .photo img {
    max-width: inherit !important;
}
body#front-page #wasSelected .row2 .con {
    width: 48.6%;
    padding: 0;
}
body#front-page #wasSelected .row2 .con .subtitleBoxType1 {
    height: calc(182px + 1.5rem);
    background-position: right bottom 1.5rem;
}
body#front-page #wasSelected .row2 .photo {
    width: 48.6%;
    padding: 0;
    margin-top: 2.5rem;
}
body#front-page #wasSelected .row2 .photo img {
    max-width: inherit !important;
}
body#front-page #wasSelected .row3 .con {
    width: 48.6%;
    padding: 0;
}
body#front-page #wasSelected .row3 .con .subtitleBoxType1 {
    height: calc(182px + 2rem);
    background-position: right 1rem bottom 2rem;
}
body#front-page #wasSelected .row3 .photo {
    width: 44.5%;
    padding: 0;
    margin: 2.5rem 0 0 2.25%;
}
body#front-page #wasSelected .row3 .photo img {
    max-width: inherit !important;
}
body#front-page #wasSelected .row4 .con {
    width: 48.8%;
    padding: 0;
}
body#front-page #wasSelected .row4 .con .subtitleBoxType1 {
    height: calc(182px + 2rem);
    background-position: right bottom 2rem;
}
body#front-page #wasSelected .row4 .photo {
    width: 49.28%;
    padding: 0;
    margin-top: 2rem;
}
body#front-page #wasSelected .row4 .photo img {
    max-width: inherit !important;
}
body#front-page #wasSelected .row5 .con2 {
    margin-top: 1rem;
}
body#front-page #wasSelected .bg-deco-pc-area3 .bg-deco-pc3 {
    left: -280px;
    top: 13.5%;
    z-index: 1;
}
body#front-page #wasSelected .bg-deco-pc-area4 .bg-deco-pc4 {
    right: -65px;
    top: 33%;
    z-index: 1;
}
body#front-page #wasSelected .bg-deco-pc-area5 .bg-deco-pc5 {
    top: 84.5%;
    z-index: 1;
}
@media screen and (max-width: 992px) {
body#front-page #wasSelected .bg-deco-inner {
    padding-top: 10%;
}
body#front-page #wasSelected .bg-deco-sp-area2 .bg-deco-sp2 {
    width: 40%;
    padding-top: 61.088%;
    background-image: url("../images/frontpage/decoration_human_pc_4.svg");
    top: -100%;
    left: -8%;
}
}
@media screen and (max-width:767px){
    
    
}
@media screen and (max-width:767px){
body#front-page #wasSelected {
    padding: 1.75rem 0 1rem;
}
body#front-page #wasSelected .titleBox {
    background-position: left top;
    margin-bottom: 2.5rem;
}
body#front-page #wasSelected .titleBox h1 {
    font-size: 1.5625rem;
    margin-top: 3.25rem;
}
body#front-page #wasSelected .titleBox h1::before {
    top: -2.5rem;
}
body#front-page #wasSelected .row h2 {
    font-size: 1.5625rem;
    margin: 2rem 0 0.75rem !important;
}
body#front-page #wasSelected .row p {
    line-height: 2;
}
body#front-page #wasSelected .row1 .con {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
body#front-page #wasSelected .row1 .con .subtitleBoxType1 {
    height: auto;
    min-height: 7.4375rem;
    background-size: auto 7.4375rem;
    background-position: right center;
}
body#front-page #wasSelected .row1 .photo {
    width: 86.2%;
    margin: 2rem auto 0;
}
body#front-page #wasSelected .row2 .con {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
body#front-page #wasSelected .row2 .con .subtitleBoxType1 {
    height: auto;
    min-height: 7.4375rem;
    background-size: auto 7.4375rem;
    background-position: right center;
}
body#front-page #wasSelected .row2 .photo {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-top: 2rem;
}
body#front-page #wasSelected .row3 .con {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
body#front-page #wasSelected .row3 .con .subtitleBoxType1 {
    height: auto;
    min-height: 7.4375rem;
    background-size: auto 7.4375rem;
    background-position: right center;
}
body#front-page #wasSelected .row3 .photo {
    width: 81.6%;
    margin: 2rem auto 0;
}
body#front-page #wasSelected .row4 .con {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
body#front-page #wasSelected .row4 .con .subtitleBoxType1 {
    height: auto;
    min-height: 7.4375rem;
    background-size: auto 7.4375rem;
    background-position: right center;
}
body#front-page #wasSelected .row4 .photo {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}
body#front-page #wasSelected .row5 .con1,
body#front-page #wasSelected .row5 .con2 {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin: 0;
}
body#front-page #wasSelected .row5 .con1 .subtitleBoxType2 {
    height: auto;
    min-height: 7.4375rem;
    background-size: auto 7.4375rem;
    background-position: right center;
}
}


/* #caseStudy */
body#front-page #caseStudy .container-fluid {
    padding: 0 !important;
}
body#front-page #caseStudy ul li .card .card-image {
    border-bottom: 1px solid #c7c7c7;
}
body#front-page #caseStudy ul li .card .card-body p:nth-of-type(1) {
    height: auto;
    margin-bottom: 1.25rem;
}
body#front-page #caseStudy .slick-track {
    display: flex;
}
body#front-page #caseStudy .slick-track::before, body#front-page #caseStudy .slick-track::after {
    display: none;
}
body#front-page #caseStudy .slick-slide {
    height: auto !important;
    float: none !important;
    margin: 0 .5rem;
}
body#front-page #caseStudy .slick-slide > div {
    height: 100%;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,.2);
}
body#front-page #caseStudy ul li .card {
    box-shadow: none;
    background-color: rgba(255,255,255,0);
    border: none;
    border-radius: 0;
}
body#front-page #caseStudy ul li > a {
    padding: 0;
}






