.sp {
  display: none;
}
@media screen and (max-width:1080px) {
  .w-1080 {
    width: 94%;
  }
}
@media screen and (max-width:1000px) {
  .mv {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .consluting {
    margin-top: 6rem;
  }
  .top-mv-img,.top-mv-text {
    width: 100%;
  }
  .top-mv-text {
    padding-top: 4rem;
  }
  .top-mv-text .slide-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .top-mv-img {
    height: 70vw;
    padding-top: 10rem;
  }
  #particle {
    position: relative;
    height: 50vw;
  }
  .group {
    margin-top: 6rem;
  }
  .group h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .footer-cont1 ul {
    width: 50%;
  }
  .footer-cont1 li {
    font-size: .85rem;
  }
  .footer-cont1 .footer-head {
    font-size: 1.25rem;
  }
  .bg-side::before {
    width: 100vw;
    left: calc(50% - 50vw);
  }
  .side-text {
    padding-top: 3rem;
  }
  h2.side-header {
    font-size: 3rem;
  }
  .bg-side {
    height: 80vw;
  }
  .side-detail {
    width: 100%;
  }
  .simple-table tr td {
    display: block;
    width: 100%;
  }
  .simple-table tr td:first-child {
    border: none;
    width: 100%;
    padding-bottom: 0;
  }
  .history-table tr td {
    display: block;
    width: 100%;
  }
  .history-table tr td:first-child {
    border: none;
    width: 100%;
    padding-bottom: 0;
  }
  .sdgs-icon figure {
    width: 25%;
  }
  .main-text {
    font-size: 2rem !important;
  }
  .consl-text {
    font-weight: 400;
  }
  .consluting-cont {
    padding: 0;
  }
  .side-header.consl-side-header {
    font-size: 1.6rem;
  }
  h2.sp-text1 {
    font-size: 1.35rem;
  }
  .issue-list li {
    font-size: 1rem;
  }
}