/* about */
.aboutTopInfoBox {
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 100px;
}


/* マンガビズの強み */
.aboutAdvantageListBox {
  margin: 70px 0 50px 0;
}

.aboutAdvantageListEach {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  margin: 70px 0 80px 0;
}

.aboutAdvantageListEachReverse {
  flex-direction: row-reverse;
}

.aboutAdvantageListEachImage {
  max-width: 515px;
}

.aboutAdvantageListEachImage img {
  max-width: 100%;
}

.aboutAdvantageListEachNumber {
  font-size: 22px;
  color: #816019;
  font-family: serif;
  font-weight: 600;
}

.aboutAdvantageListEachTitle {
  margin-top: 5px !important;
}


/* まるっと丸投げマンガ制作とは */
.aboutExplainEachBox {
  margin: 60px 0;
}

.aboutExplainEachImage {
  text-align: center;
  margin: 2em 0;
}

.aboutExplainEachImage img {
  max-width: 600px;
}


/* お問い合わせから制作の流れ */
.aboutFlowMangaBoxList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}

.aboutFlowMangaBoxList li {
  background-color: #F4F1E9;
  border-radius: 15px;
  padding: 20px 20px 50px 20px;
  width: calc((100% - 45px) / 4);
  margin: 15px 0 0 0;
  position: relative;
}

.aboutFlowMangaBoxList li:after {
  content: "";
  background: #fff;
  position: absolute;
  left: -0.5px;
  top: calc(50% - 17.5px);
  width: 20px;
  height: 35px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.aboutFlowMangaBoxList li:first-child:after {
  display: none;
}

.aboutFlowMangaBoxListNumber {
  font-size: 22px;
  color: #816019;
  font-family: serif;
  font-weight: 600;
}

.aboutFlowMangaBoxListImage {
  text-align: center;
  display: none;
}

.aboutFlowMangaBoxListImage img {
  width: 100%;
  max-width: 170px;
}

.aboutFlowMangaBoxListTitle {
  text-align: center;
  color: #816019;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7em;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}


/* 取引先企業様（一例） */
.aboutExampleLogoBox {

}

.aboutExampleLogoBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.aboutExampleLogoBox li {
  width: calc((100% - 75px) / 6);
  text-align: center;
}

.aboutExampleLogoBox li img {
  max-width: 100%;
  max-height: 55px;
}

@media all and (max-width: 1024px) { /* SP */
  /* マンガビズの強み */


  /* まるっと丸投げマンガ制作とは */
  .aboutExplainEachImage {

  }

  .aboutExplainEachImage img {
    max-width: 100%;
  }



  /* お問い合わせから制作の流れ */
  .aboutFlowMangaBoxList li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 15px;
  }

  .aboutFlowMangaBoxList li:after {
    left: calc(50% - 17.5px);
    top: -0.5px;
    width: 35px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .aboutFlowMangaBoxListNumber {
    display: none;
  }

  .aboutFlowMangaBoxListNumberSp {
    font-size: 20px;
    color: #816019;
    font-family: serif;
    font-weight: 600;
    display: block;
  }

  .aboutFlowMangaBoxListImage {
    width: 30%;
  }

  .aboutFlowMangaBoxListImage img {

  }

  .aboutFlowMangaBoxListTitle {
    text-align: left;
    margin-top: 0;
    line-height: 1.5em;
    gap: 20px;
  }

  /* 取引先企業様（一例） */
  .aboutExampleLogoBox ul {
    gap: 10px;
  }

  .aboutExampleLogoBox li {
    width: calc((100% - 20px) / 3);
  }

}

@media all and (min-width: 1025px) { /* PC */

}