/********************/
/* 職人BASEのはじめかた */
/********************/

#how-to-start {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  background: #2db7af;

  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/about_background_sp.png");
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#how-to-start .sub-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  font-style: italic;
}

#how-to-start .sub-title em {
  font-size: 20px;
}

#how-to-start > .title {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  column-gap: 8px;
  font-weight: 800;
  font-size: 20px;
}

#how-to-start .steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 42px;
  margin-top: 40px;
}

#how-to-start .step {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  border: 1px solid #222222;
  border-radius: 20px;
  width: 100%;
}

#how-to-start .step::before {
  content: "";
  position: absolute;
  bottom: -30px;
  background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/right-arrow.svg");
  background-image: url("/wp-content/themes/base/assets/img/lp-company/svg/right-arrow-padding.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

#how-to-start .step:last-child:before {
  display: none;
}

#how-to-start .title-container {
  display: flex;
  column-gap: 8px;
  align-items: center;
  background: #222222;
  padding: 9px 12px;
  border-radius: 16px 16px 0 0;
}

#how-to-start .title-container .step-count {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  font-style: italic;
}

#how-to-start .title-container .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0.1em;

  color: #ffffff;
}

#how-to-start .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 18px;
}

@media screen and (min-width: 768px) {
  #how-to-start {
    padding: 120px 28px;
    background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/about_background_pc.png");
  }

  #how-to-start .sub-title {
    font-weight: 800;
    font-size: 36px;
  }

  #how-to-start .sub-title em {
    font-size: 40px;
    font-style: normal;
  }

  #how-to-start > .title {
    margin-top: 16px;
    column-gap: 12px;
    font-size: 36px;
  }

  #how-to-start .logo {
    width: 292px;
  }

  #how-to-start .steps {
    flex-direction: row;
    justify-content: center;
    column-gap: 80px;
    margin-top: 80px;
    max-width: 1120px;
    width: 100%;
    align-self: center;
  }

  #how-to-start .step::before {
    bottom: auto;
    right: -55px;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
  }

  #how-to-start .step:last-child:before {
    display: none;
  }

  #how-to-start .title-container {
    padding: 9px 0px 2px 8px;
  }

  #how-to-start .image-container img {
    height: 73px;
    width: auto;
  }
}

/********************/
/* 企業とつながるには？ */
/********************/

