.content-container {
  margin-bottom: 6em;
}
.content-link ul {
  display: flex;
  margin-bottom: 3.75em;
  justify-content: space-between;
}
.content-link li {
  width: 32%;
}
.content-link a {
  display: block;
  position: relative;
  border-bottom: 1px solid #CDCDCD;
  text-align: center;
  padding: 1em 0;
  transition: all .3s;
}
.content-link a:after {
  content: "";
  position: absolute;
  background: url(/src/img/common/arrow_down--blue.svg) no-repeat;
  width: 24px;
  height: 24px;
  right: 0;
  transition: all .3s;
}
.content-link a:hover {
  border-bottom: 1px solid #0080CB;
  transition: all .3s;
  color: #0080CB;
}
.content-link a:hover:after {
  transition: all .3s;
  transform: translateY(3px);
}

#consulting01 .conetent-text h3 {
  text-align: center;
  color: #0080CB;
  margin-bottom: 1em;
}
#consulting02 .conetent-text h3 {
  color: #0080CB;
  margin-bottom: 1.5em;
}
.flow-container {
  max-width: 900px;
  margin: 0 auto 1.8em;
}
.flow-container .flow-wrap-inner {
  display: flex;
  padding-top: 3em;
  padding-bottom: 2.5em;
  margin: 0 1.8em 0 2.25em;
}

.flow-container .flow-content h3 {
  line-height: 1.2;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.flow-container .flow-content p {
  font-size: clamp(13px,3.3vw,1.4rem);
  line-height: 1.8;
}
.flow-container .flow01 {
  border-radius: 20px 20px 0 0;
  clip-path: polygon(0 0, 100% 0%, 100% 92%, 50% 100%, 0 92%);
}
.flow-container .flow02,
.flow-container .flow03,
.flow-container .flow05 {
  clip-path: polygon(50% 7%, 100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
  margin-top: -12px;
}
.flow-container .flow03 {
  margin-top: -14px;
}
.flow-container .flow04 {
  clip-path: polygon(50% 11%, 100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
  margin-top: -17px;
}
.flow-container .flow06 {
  clip-path: polygon(50% 11%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  border-radius: 0 0 20px 20px;
  margin-top: -10px;
}
.flow-container .flow05 {
  clip-path: polygon(50% 9%, 100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
}
.flow-wrap figure {
  margin-right: 2em;
}
.flow-wrap figure,
.flow-wrap figure img {
  width: 48px;
}
.flow03 figure img,
.flow05 figure img {
  width: 38px;
}

.flow01, .flow02 {
  background-color: #E5F7FF;
}
.flow01 h3, .flow02 h3 {
  color: #0081CC;
}
.flow03, .flow04 {
  background-color: #E7F8F7;
}
.flow03 h3, .flow04 h3 {
  color: #0FB8B2;
}
.flow05, .flow06 {
  background-color: #F1ECF8;
}
.flow05 h3, .flow06 h3 {
  color: #7440B9;
}
.flow01 .flow-wrap-inner {
  padding-top: 1.8em;
  padding-bottom: 3em;
}
.flow01 .flow-wrap-inner {
  padding-top: 3.7em;
}
.flow-frame {
  background: #fff;
  border-radius: 8px;
  padding: 1.2em;
}

/* */
.setp-container .step-wrap {
  display: flex;
  margin-bottom: 1.25em;
  background: #EDF6FA;
  border-radius: 8px;
}
.setp-container .step-title {
  width: 20%;
  max-width: 190px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #0081CC;
  border-radius: 8px 0 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.setp-container .step-title h3 {
  font-size: 2rem;
  line-height: 1.5;
}
.setp-container .step-content {
  width: 80%;
  padding: 1.25em;
}
.step-content h4 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.step-content p {
  font-size: clamp(13px,3.3vw,1.4rem);
  line-height: 1.8;
}
.step-inner h4 {
  color: #0081CC;
}
.step-inner h4 span {
  background-color: #0081CC;
  color: #fff;
  border-radius: 99px;
  font-size: 1.6rem;
  padding: 0.3em 0.6em;
  margin-right: 0.8em;
}
.step-inner h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.step-inner:first-of-type {
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 1.8em;
  padding-bottom: 1.8em;
}
p.step-title-icon {
  background: #00CFDD;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  padding-top: 1.3em;
  width: 125px;
  height: 125px;
  margin-top: 1.2em;
}
/* */
.contact-msg {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.2em;
}
.content-container a.btn_style--base {
  color: #fff;
  background-color: #0081CC;
  transition: all .3s;
  display: block;
  margin: auto;
}
.content-container a.btn_style--base:hover {
  background-color: #E5F7FF;
  transition: all .3s;
  color: #0081CC;
} 
.content-container a.btn_style--base::before {
  background-image: url(/src/img/common/arrow_right--wh.svg);
}
.content-container a.btn_style--base:hover::before {
  background-image: url(/src/img/common/arrow_right--blue.svg);
}

@media (max-width: 520px) {
  .content-container {
    margin-bottom: 4em;
  }
  .content-link ul {
    flex-direction: column;
  }
  .content-link li {
    width: 96%;
    margin: auto;
  }
  .content-link a {
    font-size: .95rem;
  }

  #consulting01 .conetent-text h3 {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  #consulting02 .conetent-text h3 {
    font-size: 1.1rem;
  }

  .flow-container .flow-wrap-inner {
    padding-top: .6em;
    padding-bottom: 1.3em;
    margin: 0 .8em .8em;
    flex-direction: column;
  }
  .flow-wrap figure {
    margin: 0 auto .2em;
  }
  .flow-wrap figure img {
    width: 38px;
  }
  .flow-container .flow-content h3 {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .flow-container .flow01 {
    clip-path: polygon(0 0, 100% 0%, 100% 94%, 50% 100%, 0 94%);
  }
  .flow-container .flow02 {
    clip-path: polygon(50% 4%, 100% 0, 100% 94%, 50% 100%, 0 94%, 0 0);
    margin-top: -32px;
  }
  .flow-container .flow03 {
    clip-path: polygon(50% 6.5%, 100% 0, 100% 94%, 50% 100%, 0 94%, 0 0);
    margin-top: -40px;
  }
  .flow-container .flow04 {
    margin-top: -36px;
    clip-path: polygon(50% 7%, 100% 0, 100% 94%, 50% 100%, 0 94%, 0 0);
  }
  .flow-container .flow05 {
    clip-path: polygon(50% 7%, 100% 0, 100% 94%, 50% 100%, 0 94%, 0 0);
    margin-top: -32px;
  }
  .flow-container .flow06 {
    margin-top: -29px;
    clip-path: polygon(50% 8%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  }
  .flow-container .flow02 .flow-wrap-inner,
  .flow-container .flow03 .flow-wrap-inner,
  .flow-container .flow04 .flow-wrap-inner,
  .flow-container .flow05 .flow-wrap-inner,
  .flow-container .flow06 .flow-wrap-inner {
    padding-top: 1.2em;
  }
  .flow03 .flow-wrap-inner img,
  .flow05 .flow-wrap-inner img
   {
    width: 28px;
  }
  .flow-frame {
    padding: .6em;
  }
  .contact-msg {
    font-size: .9rem;
    line-height: 1.5;
  }

  .setp-container .step-wrap {
    flex-direction: column;
  }
  .setp-container .step-title {
    width: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .setp-container .step-title h3 {
    font-size: 1.2rem;
    padding: .5em 0;
  }
  .setp-container .step-content {
    width: 100%;
    padding: .8rem;
  }
  .step-content h4 {
    font-size: 1.1rem;
  }
  .step-inner h4 span {
    font-size: .8rem;
  }
  .step-inner h5 {
    font-size: 1rem;
  }
}