@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
}


@media screen and (max-width:767px) {
  .changeWeatherTitle {
    font-size: 7.75vw !important;
  }
}

@media screen and (max-width:767px) {
  .mainContents .title-explain {
    font-size: 4.1vw;
  }
}

.strategy {
  width: 86%;
  margin: 0 auto;
  padding: 20px 0 15px;
}

@media screen and (max-width:767px) {
  .strategy {
    overflow-x: scroll;
    width: 86%;
    margin: 0 auto;
  }

  .strategy-img {
    width: 215% !important;
  }
}

.human_resourse .notes {
  font-size: 2.5vw;
  position: absolute;
  margin-top: -55px;
  z-index: 3;
}

.img_original{
  -webkit-backface-visibility: unset !important;
  image-rendering: -webkit-optimize-contrast;
}

.space{
  padding-bottom: 30px;
}
