/*.hero 
------------------------------*/
.hero {
  position: relative;
  z-index: 0;
  padding: 1.8rem 0 2.2rem;
  color: #fff;
  background: linear-gradient(135deg, #006b35 0%, #063f63 100%);
}
@media (min-width: 1026px) {
  .hero {
    overflow: hidden;
  }
  .hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 47%;
    background-image: url("https://www.buddyworks.co.jp/wp-content/themes/buddyworks/assets/img/hero/hero-top-pc.webp");
    background-image: image-set(url("https://www.buddyworks.co.jp/wp-content/themes/buddyworks/assets/img/hero/hero-top-pc.webp") 1x, url("https://www.buddyworks.co.jp/wp-content/themes/buddyworks/assets/img/hero/hero-top-pc@2x.webp") 2x);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, #005b35 0%, #004b46 58%, transparent 58%);
    z-index: 1;
  }
  .hero .container {
    position: relative;
    z-index: 2;
  }
}
/*.hero_inner
------------------------------*/
.hero_inner {
  width: 670px;
}
@media (max-width: 1200px) {
  .hero_inner {
    width: 570px;
  }
}
@media (max-width: 1025px) {
  .hero_inner {
    width: 100%;
  }
}
/*.bottom-cta-section
------------------------------*/
.bottom-cta-section {
  margin-top: 4rem
}
/*.content-box
------------------------------*/
h2.box-heading {
  margin-bottom: 1rem;
}
.news_date {
  flex: 0 0 7.5rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news_date {
    flex: auto;
  }
}