/********************/
/* 職人BASEとは？ */
/********************/

#about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0 24px 0;

  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;
}

#about .about-inner {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  max-width: 1120px;
  width: 100%;
}

#about .title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 900;
  font-size: 24px;
  background: #2db7af;
  padding: 24px 0;
  text-align: center;
  color: #fff;
}

#about .title {
  position: relative;
  width: fit-content;
  margin-left: -80px;
  font-weight: 800;
  font-size: 24px;
  color: #2db7af;
}

#about .title.sp {
  background: #2db7af;
  text-align: center;
  color: #fff;
}

#about .title .float {
  transform: rotate(-5deg);
  /* right: -16px;
  bottom: -36px; */
  position: absolute;
  width: max-content;
  color: #fff;
}

#about .craftsmen-image {
  width: 100%;
  /* margin: 38px auto 0 auto; */
}

#about .copy-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
  padding-top: 0 0 44px 0;
  margin-top: -14px;
}

#about .copy-container .copy-title {
  padding: 4px 14px;
  margin: 0 auto;
  width: fit-content;
  background: #2db7af;
  transform: matrix(1, 0, -0.17, 0.98, 0, 0);

  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}

#about .copy-container .copy-description {
  font-weight: 700;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: #222222;

  padding: 0 16px;
}

#about .copy-container .copy-description span {
  font-size: 14px;
  line-height: 140%;
}

#about .description {
  position: relative;
  font-weight: 900;
  font-size: 14px;
  line-height: 160%;
  background: #fff;
  margin-left: 16px;
  margin-right: 16px;
  padding: 24px 20px;
  border: 1px solid #2db7af;
}

#about .description span {
  background: linear-gradient(transparent 85%, #ffd84d 0%);
  display: inline;
  color: #222222;
}

#about .agreement-icon {
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  #about {
    padding: 120px 28px 120px 28px;
    background-image: url("/wp-content/themes/base/assets/img/lp-craftsmen_v2/about_background-pc.png");
  }

  #about .about-inner {
    flex-direction: row;
    align-items: center;
  }

  #about .title-wrapper {
    width: 45%;
  }

  #about .contents-wrapper {
    flex: 1;
  }

  #about .title {
    font-size: 40px;
    margin-left: 0;
  }

  #about .title-container {
    background: transparent;
  }

  #about .title .float {
    position: absolute;
    transform: rotate(-5deg);
    color: #2db7af;
  }

  #about .logo {
    width: 353px;
  }

  #about .craftsmen-image {
    margin-top: 40px;
    max-width: 970px;
    width: 100%;
  }

  #about .copy-container {
    row-gap: 16px;
    padding: 64px 0 46px 0;
    text-align: center;
  }

  #about .copy-container .copy-title {
    padding: 15px 26px;
    font-size: 36px;
    width: fit-content;
    margin: 0 auto;
  }

  #about .copy-container .copy-title span {
    font-size: 20px;
  }

  #about .copy-container .copy-description {
    font-size: 24px;
  }

  #about .copy-container .copy-description span {
    font-size: 20px;
  }

  #about .description {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 160%;
    padding: 46px 26px;
    margin: 0;
  }

  #about .description span {
    background: linear-gradient(transparent 85%, #ffd84d 0%);
    display: inline;
    color: #222222;
  }

  #about .agreement-icon {
    width: 83px;
    height: 83px;
    top: -41px;
  }
}

