@charset "utf-8";
#root {
  position: relative;
}
.reason__bg {
      position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
}
.point {
      width: clamp(32.5rem, -5.75rem + 79.69vw, 89.875rem);
    margin-left: auto;
    padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
  padding-bottom: clamp(3.75rem, -0.536rem + 6.7vw, 7.5rem);
}
.point__inner {
  padding-right: clamp(1.875rem, -12.696rem + 22.77vw, 14.625rem);
}
.point__items {
      padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.point__item {
      border: 2px solid #2A60B6;
    border-radius: 5px;
    padding: clamp(1.5rem, -1.13rem + 5.48vw, 3.25rem) clamp(1.25rem, -1.964rem + 5.02vw, 4.063rem);
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
  background-color: #fff;
}
.point-item__left {
      display: flex;
    align-items: baseline;
    column-gap: 15px;
  width: 75%;
}
.point-item__number {
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: #2A60B6;
    min-width: clamp(3.313rem, 1.104rem + 4.6vw, 6.625rem);
    min-height: clamp(3.313rem, 1.104rem + 4.6vw, 6.625rem);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.313rem, 0.813rem + 1.04vw, 2.063rem);
    font-weight: 700;
}
.point-item__title {
      font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
    font-weight: 700;
    color: #2A60B6;
}
.point-item__text {
      margin-top: clamp(0.75rem, -0.377rem + 2.35vw, 1.5rem);
    line-height: 1.7;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 400;
}
.point__icon {
      height: clamp(7.313rem, -0.545rem + 12.28vw, 14.188rem);
    object-fit: contain;
    margin-top: auto;
    margin-bottom: auto;
  width: 25%;
}

@media (max-width: 1023px) {
  .point__item {
        flex-direction: column-reverse;
    row-gap: 14px;
    align-items: center;
    padding-left: clamp(1.25rem, -3.558rem + 20.51vw, 1.75rem);
    padding-right: clamp(1.25rem, -3.558rem + 20.51vw, 1.75rem);
  }
  .point-item__left {
        flex-direction: column;
    align-items: center;
    row-gap: 14px;
    width: 100%;
  }
  .point__icon {
    width: auto;
  }
  .point-item__title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .reason__bg {
        height: 3000px;
    object-fit: cover;
  }
  .point {
    width: 100%;
  }
  .point__inner {
        padding-left: clamp(1.25rem, -4.76rem + 25.64vw, 1.875rem);
    padding-right: clamp(1.25rem, -4.76rem + 25.64vw, 1.875rem);
  }
  .point__items {
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 374px) {
  .point-item__title {
    font-size: 16px;
  }
  .point-item__text {
    font-size: 12px;
  }
}