
  section {
    position: relative;
    padding-bottom: 200rem;
    padding-top:200rem;
  }
  section::before {
    content: "";
    background-color: rgba(9 6 44 / .9);
    width: 100%;
    height: 618px;
    position: absolute;
    bottom: 108rem;
    left: 0;
    z-index: 0;
    transform: skew(0deg, -7.5deg);
  }

  
  section .inner {
    position: relative;
    z-index: 2;
  }
  .sectionTitle__icon {
    margin-bottom: -12rem;
  }
  .sectionTitle__icon {
    margin-left: 10rem;
  }

  @media screen and (max-width: 1000px) {
    section {
      margin-bottom: 100px;
      padding-bottom: 0;
      padding-top: 20rem;
    }
    section::before {
      height: 552px;
      bottom: -44px;
    }

  .storyPage #introduction::before {
     height: 460px;
      bottom: -44px;
    }

  }


.story__contents {
  margin-top: 30rem;
}
.story__text {
  color: #fff;
  font-size: 18rem;
  line-height: 2.22;
  margin-top: 42rem;
}
.story__text-s {
  color: #fff;
  font-size: 16rem;
  margin-top: 60rem;
  text-align: center;
  line-height: 2.5;
}

.number-sign {
  font-size: 18rem;
}
.number {
  font-size: 44rem;
  margin-right: 8rem;
}
.story__tabs {
  margin-top: 44rem;
}
.story__tabs .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.story__tabs .flex + .flex {
  margin-top: 11rem;
}
.flex-baseline {
  display: flex;
  align-items: baseline;
}
.storyTab {
  background-color: #fff;
  color: #000;
  font-size: 28rem;
  width: 96.64rem;
  height: 54.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}
.storyTab span {
  font-size: 18rem;
  display: inline-block;
}
.storyTab.blue {
  color: #fff;
  background-color: #2F046C;
  font-size: 18rem;
}

@media screen and (max-width: 1000px) {
  .story__tabs {
    margin-top: calc(57px / 2);
  }
  .story__tabs .flex + .flex {
    margin-top: calc(11px / 2);
  }
  .storyTab {
    width: calc(96.64px / 2);
    height: calc(54.05px / 2);
    font-size: calc(28px / 2);
  }
  .storyTab span,
  .storyTab.blue {
    font-size: calc(18px / 2);
  }
  .introduction {
    padding-top: calc(76px / 2);
  }
  .story__contents {
    margin-top: 21px;
  }
  .story__text {
    font-size: calc(30px / 2);
    margin-top: calc(80px / 2);
    line-height: 1.8;
  }
  .story__text-s {
    font-size: calc(24px / 2);
    margin-top: calc(75px / 2);
  }
}

#introduction  {
  padding-top: 160rem;

  .sectionTitle__icon {
    margin-bottom: 0;
  }
  .sectionTitle__icon {
    margin-left: 0;
  }

  @media screen and (max-width: 1000px) {
      padding-top: calc(76px / 2);
  }
}