#kv_news {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}
#kv_news .news-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#kv_news .news-item:not(:first-child) {
  margin-top: 10px;
}
#kv_news .news-item .c-home-kv-news__datewrap {
  width: calc(100% - 90px);
}
#kv_news .news-item .c-news-list__media {
  width: 80px;
}
#kv_news .news-item .c-home-kv-news__title {
  white-space: wrap;
  color: #1f1d1d;
}

@media all and (min-width: 64em) {
  #kv_news {
    background-color: rgb(255, 255, 255);
    border-radius: 999px;
    padding: 15px 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kv_news .news-item {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  #kv_news .news-item::after {
    content: "";
    position: absolute;
    display: inline-block;
    right: -8.3%;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
  }
  #kv_news .news-item:last-child::after {
    content: none;
    display: none;
  }
  #kv_news .news-item:not(:first-child) {
    margin-top: 0px;
  }
  #kv_news .news-item .c-home-kv-news__datewrap {
    width: calc(100% - 130px);
  }
  #kv_news .news-item .c-news-list__media {
    width: 120px;
  }
  #kv_news .news-item .c-home-kv-news__title {
    margin-left: 0;
  }
}
.c-company-masthead {
  display: block;
  position: relative;
  width: 100vw;
  background-image: url(/wp-content/themes/mytheme/assets/images/company/kv-sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #f1f1f1;
}

@media all and (min-width: 64em) {
  .c-company-masthead {
    background-image: url(/wp-content/themes/mytheme/assets/images/company/kv.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
.c-archive-services-masthead.--geosystem {
  background-image: url(/wp-content/themes/mytheme/assets/images/services/geosystem/kv-sp.jpg);
  background-position: 72% 50%;
}

@media all and (min-width: 64em) {
  .c-archive-services-masthead.--geosystem {
    background-image: url(/wp-content/themes/mytheme/assets/images/services/geosystem/kv.jpg);
    background-position: 72% 50%;
  }
}
.c-archive-services-masthead.--geowing {
  background-image: url(/wp-content/themes/mytheme/assets/images/services/geowing/kv-sp.jpg);
  background-position: 72% 50%;
}

@media all and (min-width: 64em) {
  .c-archive-services-masthead.--geowing {
    background-image: url(/wp-content/themes/mytheme/assets/images/services/geowing/kv.jpg);
    background-position: 72% 50%;
  }
}/*# sourceMappingURL=base.css.map */