/********************/
/* 機能とメリット */
/********************/

#features {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 40px 18px;

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

#features > .title {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#features .merits {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

#features .merit {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

#features .merit .description {
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
}

@media screen and (min-width: 768px) {
  #features {
    row-gap: 80px;
    padding: 120px 28px 120px 28px;

    background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/features_background-pc.png");
  }

  #features > .title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    font-size: 48px;
    letter-spacing: 0;
  }

  #features .logo {
    width: 290px;
  }

  #features .merits {
    max-width: 1120px;
    margin: 0 auto;
    row-gap: 80px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #features .merit {
    justify-content: start;
    align-items: start;
    flex-direction: column;
    row-gap: 24px;
    width: 46%;
  }

  #features .merit .merit-image {
    width: 100%;
  }

  #features .merit .description {
    font-size: 20px;
    text-align: left;
  }
}

