/* =====================================================
  Strengths List
===================================================== */
.p-strengths-list {
  position: relative;
  isolation: isolate;
  padding: 80px 0 140px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-strengths-list__bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}
.p-strengths-list__bg .wrapper {
  position: relative;
  height: 100%;
}
.p-strengths-list__bg-pattern {
  position: absolute;
  top: 420px;
  right: 0;
  bottom: 0;
  width: 44%;
  background-image: url("../img/common/bg-hexagon.svg");
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 100% auto;
  opacity: 0.3;
}
.p-strengths-list__heading {
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
}
.p-strengths-list__line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #0085c1;
}
.p-strengths-list__body {
  position: relative;
  z-index: 1;
  padding-top: 85px;
}
.p-strengths-list__items {
  display: flex;
  flex-direction: column;
  gap: 125px;
}
.p-strengths-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}
.p-strengths-list__item--reverse {
  flex-direction: row-reverse;
}
.p-strengths-list__content {
  width: 62%;
}
.p-strengths-list__image {
  width: 30%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
}
.p-strengths-list__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 650/520;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-strengths-list {
  /* ========================================
    Strength Number
  ======================================== */
}
.p-strengths-list__number {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: #0085c1;
  line-height: 1;
}
.p-strengths-list__number-icon {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.p-strengths-list__number-label {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.p-strengths-list__number-value {
  color: #66c4f2;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.p-strengths-list {
  /* ========================================
    Main Heading
  ======================================== */
}
.p-strengths-list__title {
  margin: 0 0 34px;
  color: #2f3336;
  font-size: clamp(28px, 2.45vw, 42px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.025em;
}
.p-strengths-list__title span {
  color: #0085c1;
}
.p-strengths-list .p {
  max-width: 850px;
  line-height: 2.15;
}
.p-strengths-list__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}
.p-strengths-list__button--double {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px 28px;
}
.p-strengths-list {
  /* ========================================
    Tablet
  ======================================== */
}
@media screen and (max-width: 1200px) {
  .p-strengths-list__items {
    gap: 100px;
  }
  .p-strengths-list__item {
    gap: 55px;
  }
  .p-strengths-list__content {
    width: 60%;
  }
  .p-strengths-list__image {
    width: 34%;
  }
  .p-strengths-list__number-label {
    font-size: 21px;
  }
  .p-strengths-list__number-value {
    font-size: 36px;
  }
  .p-strengths-list__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-strengths-list {
    padding-bottom: 110px;
  }
  .p-strengths-list__bg-pattern {
    width: 60%;
    opacity: 0.22;
  }
  .p-strengths-list__body {
    padding-top: 70px;
  }
  .p-strengths-list__items {
    gap: 90px;
  }
  .p-strengths-list__item, .p-strengths-list__item--reverse {
    align-items: flex-start;
    gap: 40px;
  }
  .p-strengths-list__content {
    width: 58%;
  }
  .p-strengths-list__image {
    width: 38%;
  }
}
.p-strengths-list {
  /* ========================================
    SP
  ======================================== */
}
@media screen and (max-width: 767px) {
  .p-strengths-list {
    padding: 24px 0 0px;
  }
  .p-strengths-list__bg .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-strengths-list__bg-pattern {
    top: 250px;
    width: 100%;
    opacity: 0.12;
  }
  .p-strengths-list__heading {
    padding-bottom: 30px;
  }
  .p-strengths-list__body {
    padding-top: 24px;
  }
  .p-strengths-list__items {
    gap: 40px;
  }
  .p-strengths-list__item, .p-strengths-list__item--reverse {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .p-strengths-list__content, .p-strengths-list__image {
    width: 100%;
  }
  .p-strengths-list__content {
    order: 2;
  }
  .p-strengths-list__image {
    order: 1;
    max-width: 500px;
  }
  .p-strengths-list__number {
    gap: 9px;
    margin-bottom: 20px;
  }
  .p-strengths-list__number-icon {
    width: 16px;
    height: 16px;
  }
  .p-strengths-list__number-label {
    font-size: 18px;
  }
  .p-strengths-list__number-value {
    font-size: 31px;
  }
  .p-strengths-list__title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.55;
  }
  .p-strengths-list .p {
    line-height: 2;
  }
  .p-strengths-list__button {
    justify-content: flex-start;
    margin-top: 12px;
  }
  .p-strengths-list__button--double {
    gap: 12px 16px;
  }
}/*# sourceMappingURL=strengthes.css.map */