.aboutus__strength{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 66px;
}
.aboutus__strength__box{
width: 33.333333%;
  height: 371px;
position: relative;
}
.aboutus__strength__box__base{
width: 392px;
  height: 371px;
  object-fit: cover;
  clip-path: polygon(
    25% 0%, 75% 0%,
    100% 50%,
    75% 100%, 25% 100%,
    0% 50%
  );
  background: #F0F0F0;
}
.aboutus__strength__box__strength{
  position: absolute;
  top: -2rem;
  left: 4.4rem;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
  color: #212F44;
  font-size: 30px;
}
.aboutus__strength__box__h4{
  position: absolute;
  top: 2rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #212F44;
  line-height: 1.8;
  text-align: center;
  width: 100%;
  max-width: unset;
}
.aboutus__strength__box__p{
  position: absolute;
  top: 6rem;
  left: 2%;
  width: 100%;
  margin: 34px auto 0;
  color: #080808;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  max-width: unset;
}

.aboutus__strength__col2{
  margin-top: 186px;
}

.aboutus__strength__box__innder{
  margin: 0 auto;
  position: relative;
  top: -371px;
  left: 5%;
  width: 216px;
}

.history__dl > dt{
  text-align: left;
  padding: 22px 35px;
}


@media screen and (max-width: 1200px) {
  .aboutus__strength__box{
    width: 100%;
    margin-bottom: 4rem;
  }
  .aboutus__strength__box__base{
    width: 90vw;
  }
  .aboutus__strength__box__p{
    width: 80%;
  }

  .aboutus__strength__col2{
  margin-top: unset;
  }
  .aboutus__strength__box__innder{
  left:0;
  }
  .aboutus__strength__box__p{
    left:17%
  }  

}

