@media (max-width: 576px) {
  .ft_image {
    width: 80px;
  }
  /*.icms-bg__cover {
    height: 300px;
    background-size:contain;
  }*/
}
@media (min-width: 996px) {
.field-mobile{
  display:none;
}
.icms-content-header,.icms-bg__cover{
  height: 300px;
}
.icms-bg__cover {
  background-size: cover;
}
}

@media (max-width: 996px) {
  .field-pc{
    display:none;
  }
  .field-mobile{
    margin-bottom:2rem;
  }
  .icms-content-header{
    height: 250px;
  }
  .icms-bg__cover {
    height: 250px;
    background-size: contain;
  }
  .icms-content-header__image::before {
    background: transparent;
      background-image: none;
  }
}


.icms-content-header>.icms-content-header__banner {
  background-image: none;
  background-color: #FFF;
}

.icms-content-header__image>.icms-content-header__banner {
  background-color: #fff;
  display:flex;
}

.icms-bg__cover {
  background-repeat: no-repeat;
  background-position: center;
}

.icms-content-header {
  position: relative;
  background-color: #FFF;
}

.icms-content-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.1;
  background-image: none;
}