@charset "UTF-8";

.section-content .sc-title .ja {
  margin-bottom: 14px;
}
.content-detail p {
  line-height: 2;
  margin-bottom: 24px;
  text-align: justify;
}

/*-------------------------------------------
creative
-------------------------------------------*/
#creative .flow .list-box-blue {
  margin-bottom: 32px;
}
#creative .flow .flow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
#creative .flow .flow-list li {
  width: calc((100% - 48px) / 4);
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
#creative .flow .flow-list li a {
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 0 16px;
  text-decoration: none;
}
#creative .flow .flow-list li a span {
  text-decoration: underline;
}
#creative .flow .flow-list li sub {
  bottom: 1.5em;
}
#creative .flow #flow7 .btn-wt {
  text-align: left;
}

/*-------------------------------------------
management
-------------------------------------------*/
#management .price .btn-wt {
  text-align: left;
}

/*-------------------------------------------
marketing
-------------------------------------------*/
#marketing .problem {
  background-color: #f5f6ff;
  border-radius: 30px;
  padding: 5% 8%;
  margin-bottom: 80px;
}
#marketing .problem .problem-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}
#marketing .problem .problem-list li {
  font-size: 17px;
  line-height: 1.8;
  list-style-type: disc;
  margin-bottom: 16px;
}

#marketing .solution {
  max-width: 960px;
  margin: 0 auto 80px;
}
#marketing .solution .solution-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 48px;
  text-align: center;
}
#marketing .solution .subtext {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 48px;
  text-align: center;
}
#marketing .solution .solution-list {
  background-color: #fef6ec;
  border-radius: 30px;
  padding: 6% 8%;
}
#marketing .solution .solution-list li {
  margin-bottom: 48px;
}
#marketing .solution .solution-list li:last-child {
  margin-bottom: 0;
}
#marketing .solution .solution-list li .title {
  border-bottom: solid 1px #707070;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
#marketing .solution .solution-list li .text {
  line-height: 2;
  text-align: justify;
}

#marketing .result {
  margin-bottom: 96px;
}
#marketing .result .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 32px;
  text-align: center;
}
#marketing .result .text {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}
#marketing .keyword-list {
  max-width: 600px;
  display: table;
  border: solid 1px #777;
  padding: 2% 8%;
  margin: 0 auto;
}
#marketing .keyword-list li {
  font-weight: bold;
  margin-bottom: 16px;
}
#marketing .keyword-list li:last-child {
  margin-bottom: 0;
}

#marketing .support-detail {
  margin-bottom: 80px;
}
#marketing .support-detail .title {
  font-size: 22px;
  border-bottom: solid 1px #777;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 8px;
  margin-bottom: 48px;
}
#marketing .support-detail .list-box-blue {
  margin-top: 32px;
}
#marketing .support-detail .text-bottom {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}
#marketing .support-price .title {
  font-size: 22px;
  border-bottom: solid 1px #777;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 8px;
  margin-bottom: 48px;
}

/*-------------------------------------------
Responsive
-------------------------------------------*/
@media screen and (max-width: 768px) {
  /*-------------------------------------------
  creative
  -------------------------------------------*/
  #creative .flow .flow-list {
    flex-direction: column;
    gap: 10px;
  }
  #creative .flow .flow-list li {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  }
  #creative .flow .flow-list li a {
    height: 56px;
    padding-bottom: 6px;
  }
  #creative .flow .flow-list li sub {
    bottom: 0.5em;
  }

  /*-------------------------------------------
  marketing
  -------------------------------------------*/
  #marketing .problem {
    border-radius: 20px;
    padding: 32px 16px 32px 32px;
    margin-bottom: 40px;
  }
  #marketing .problem .problem-title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  #marketing .problem .problem-list li {
    font-size: 15px;
  }

  #marketing .solution {
    margin: 0 auto 48px;
  }
  #marketing .solution .solution-title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  #marketing .solution .subtext {
    font-size: 16px;
    margin-bottom: 32px;
    text-align: justify;
  }
  #marketing .solution .solution-list {
    border-radius: 20px;
    padding: 32px 24px;
  }
  #marketing .solution .solution-list li {
    margin-bottom: 32px;
  }
  #marketing .solution .solution-list li .title {
    font-size: 18px;
  }

  #marketing .result .title {
    font-size: 19px;
  }
  #marketing .keyword-list {
    padding: 16px 24px;
  }
  #marketing .result {
    margin-bottom: 48px;
  }
  #marketing .result .text {
    text-align: justify;
  }

  #marketing .support-detail {
    margin-bottom: 48px;
  }
  #marketing .support-detail .title {
    font-size: 22px;
    padding-bottom: 4px;
    margin-bottom: 24px;
  }
  #marketing .support-detail .text-bottom {
    font-size: 18px;
  }

  #marketing .support-price .title {
    font-size: 22px;
    padding-bottom: 4px;
    margin-bottom: 24px;
  }
}