@charset "UTF-8";
/* =====================
	私たちの強み
 ======================= */

/** ------------------------ page-lead ------------------------ **/
.page-lead {
  margin-bottom: 5.26%;
}

.page-lead .page-ttl {
  margin-bottom: 5.78%;
}

/** ------------------------ strength ------------------------ **/
.strength {
  padding-bottom: 8.49%;
  position: relative;
  overflow: hidden;
}

.strength::before {
  content: "";
  width: 115%;
  aspect-ratio: 1;
  position: absolute;
  top: 20%;
  left: -15%;
  opacity: 0.03;
  transform: rotate(45deg);
  background: url(../img/common/round-shape2.png) 0% 0% / contain no-repeat;
  z-index: -100;
}

.strength .sec-ttl2 {
  text-align: center;
  margin-bottom: 0.5em;
}

.strength .strength-point-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.14%;
}

.strength .strength-point-item {
  width: 31.21%;
}

.strength .strength-list {
  display: flex;
  flex-direction: column;
  gap: 9.1em;
}

.strength .strength-item {
  width: 100%;
  display: flex;
  gap: 1.9em;
}

.strength .strength-item:nth-child(even) {
  flex-direction: row-reverse;
}

.strength .point-img {
  width: 31.33%;
  border-radius: 40px;
  overflow: hidden;
}

.strength .point-info {
  flex: 1;
}

.strength .point-ttl-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5em;
  margin-bottom: 3.69%;
}

.strength .number-img {
  width: 12.92%;
}

.strength .point-ttl {
  flex: 1;
  font-size: 200%;
  font-weight: bold;
  color: #489a54;
}

.strength .point-txt:nth-of-type(n + 2) {
  margin-top: 1.5em;
}

/** -------------------- スマホ -------------------- **/
@media (max-width: 699px) {
  /** ------------------------ page-lead ------------------------ **/
  .page-lead {
    margin-bottom: 100px;
  }

  .page-lead .page-ttl {
    margin-bottom: 25px;
  }

  /** ------------------------ strength ------------------------ **/
  .strength {
    padding-bottom: 50px;
  }

  .strength::before {
    opacity: 0.1;
    width: 200%;
    top: 50%;
    left: -80%;
  }

  .strength .sec-ttl2 {
    margin-bottom: 25px;
  }

  .strength .strength-point-list {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
    margin-bottom: 100px;
  }

  .strength .strength-point-item {
    width: 100%;
    max-width: 400px;
  }

  .strength .strength-list {
    row-gap: 50px;
  }

  .strength .strength-item,
  .strength .strength-item:nth-child(even) {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 25px;
  }

  .strength .point-img {
    width: 100%;
    max-width: 400px;
  }

  .strength .point-ttl-wrapper {
    margin-bottom: 25px;
  }

  .strength .point-ttl {
    font-size: 20px;
  }
}
