


@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  body{
  font-family: "Jost";
  }
  .kv .text {
        margin-top: 10px;

    }
    .kv .text .main-title{
       letter-spacing: 0.04em;
    }
    .intro__title::after {
        width: 562px;
        height: 22px;
    }
  .point-item-box__num small,
  .point-item-box__num b,
  .section__head--en{
      font-family: "Jost";
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body{
  font-family: "Jost";
  }
  .kv .text .main-title{
      letter-spacing: 0.04em;
  }
  .point-item-box__num small,
  .point-item-box__num b,
  .section__head--en{
      font-family: "Jost";
  }
}
:root {
  --blue: #0D47BC;
  --green: #009A48;
  --red: #CD2900;
  --orange: #E8A200;
  --purple: #7400C4;
  --black: #000000;
}

@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {

}