@charset "UTF-8";
/* -----------------------------------------------
.group__mv
.group__mv__text
----------------------------------------------- */
.group__mv {
  margin-bottom: 15px;
}
.group__mv__text {
  margin-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .group__mv {
    margin-bottom: 37px;
  }
  .group__mv__text {
    margin-bottom: 88px;
  }
}

/* -----------------------------------------------
.noshi__content
----------------------------------------------- */
.noshi__content {
  margin-bottom: 50px;
}

@media screen and (min-width: 960px) {
  .noshi__content {
    margin-bottom: 74px;
  }
  .noshi__con__fx {
    display: flex;
    justify-content: center;
    gap: 0 4.74%;
  }
  .noshi__con__img {
    width: 43.1%;
  }
  .noshi__con__text {
    width: 45.8%;
  }
}