#csl {
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  #csl {
    padding-bottom: 10rem;
  }
}
#csl .img1-box {
  text-align: center;
  margin-bottom: 11rem;
}
#csl .img1-box img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #csl .img1-box img {
    width: 100%;
    content: url(../../img/page/consulting/img1-sp.png);
  }
}
#csl .img1-box img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #csl .img1-box img {
    content: url(../../img/page/consulting/img1-sp.png);
    width: 100%;
  }
}
#csl .csl-list {
  position: relative;
}
#csl .csl-list::before, #csl .csl-list::after {
  position: absolute;
  content: "";
  width: 80rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
#csl .csl-list::before {
  height: 100rem;
  top: -15%;
  right: -10%;
  background-image: url(../../img/page/consulting/pt1.png);
}
#csl .csl-list::after {
  top: 22%;
  left: -12%;
  height: 100rem;
  width: 94rem;
  background-image: url(../../img/page/consulting/pt2.png);
}
#csl .csl-item {
  gap: 9rem;
  max-width: 126rem;
  width: 126rem;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 1341px) {
  #csl .csl-item {
    width: calc(100% - 40px);
    gap: 4.5rem;
  }
}
#csl .csl-item:not(:last-child) {
  margin-bottom: 8rem;
}
#csl .csl-txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #csl .csl-txt-box {
    order: 1;
  }
}
#csl .csl-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4rem;
  padding-left: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #csl .csl-ttl {
    font-size: 2rem;
    padding-left: 3.5rem;
    margin-bottom: 2rem;
  }
}
#csl .csl-ttl::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  transform: skew(-25deg);
  background-color: #000;
}
#csl .csl-txt {
  line-height: 1.8;
}
#csl .csl-img-box {
  flex: 0 0 50rem;
}
@media screen and (max-width: 767px) {
  #csl .csl-img-box {
    flex: 0 0 auto;
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  #csl .img3-box {
    text-align: center;
  }
  #csl .img3-box img {
    width: 80%;
    content: url(../../img/page/consulting/flow-img-sp.png);
  }
}
#csl .pdf-link-box {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
#csl .pdf-link {
  display: flex;
  gap: 4rem;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.2rem 2rem;
  padding-left: 7.5rem;
  border-radius: 20px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #csl .pdf-link {
    gap: 2rem;
    font-size: 14px;
    padding-left: 3.5rem;
    border-radius: 40px;
  }
}
#csl .link-txt {
  flex: 1;
  text-align: center;
}
#csl .flow-box {
  margin-top: 15rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #csl .flow-box {
    margin-top: 10rem;
  }
}
#csl .flow-box::before {
  position: absolute;
  content: "";
  width: 90rem;
  height: 100rem;
  top: -90%;
  right: -18%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/page/consulting/pt3.png);
}

.cm-txt-box {
  gap: 1.7rem;
  max-width: 102rem;
}
@media screen and (max-width: 767px) {
  .cm-txt-box {
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .page-ttl-box .main-ttl-en {
    font-size: 3rem;
    margin-bottom: 1.8rem;
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  #csl .csl-list::before {
    width: 70rem;
    height: 60rem;
    top: -10%;
    right: -10%;
  }
  #csl .csl-list::after {
    top: 32%;
    left: 0%;
    height: 40rem;
    width: 44rem;
  }
  #csl .flow-box::before {
    width: 60rem;
    height: 40rem;
    top: -35%;
  }
  #csl .csl-ttl::after {
    left: 15px;
  }
}/*# sourceMappingURL=consulting.css.map */