@charset "utf-8";
#eyecatch {
  background-image: url('../images/pc-top-image-large-20250805a.png');
  background-color: #f0ebea;
  background-size: cover;
  background-position: 40% 50%;
  background-repeat: no-repeat;
  height: 400px;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
#eyecatch .badge {
  background-image: url('../../../img/header/top-banner-20250415.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  position: absolute;
  bottom: -30px;
  left: 20%;
  width: 20vw;
}
.btn_cta {
  align-items: end;
  background-color: #1db46b;
  box-shadow: 0 0.625vw 0 #63d18e;
}

@media (max-width: 768px) {
  #eyecatch {
    background-image: url('../images/sp-top-image-20250805a.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 45vh;
    position: relative;
  }
  #eyecatch .badge {
    background-image: url('../../../img/header/top-banner-20250415.png');
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 13vh;
    left: 50%;
    transform: translateX(-50%);
  }
  .catchcopy {
    color: #D93657;
    font-weight: 500;
    font-size: 4vw;
    text-align: center;
    line-height: 1.6;
    margin: 0.5em auto 0.1em;
  }
  .btn_cta {
    border-radius: 8vw;
    box-shadow: 0 1.042vw 0 #63d18e;
  }
}
