.reason-kv {
  padding: 160px 0 30px;
  background: linear-gradient(to right, #23475d, #23475da3);
  position: relative;
  z-index: 1;
}

.reason-Wrapper {
  width: calc(100% - 60px);
  max-width: 1089px;
  margin: 0 auto;
}

.reason-kv p {
  color: #fff;
}

.reason-kv-flex {
  width: 94%;
  display: flex;
  gap: 6%;
  margin: 0 auto;
}

.reason-kv-flex-left {
  width: 47%;
}

.reason-kv-flex-left .hp-title1 {
  margin-bottom: 30px;
}

.reason-kv-flex-right {
  width: 47%;
}

.reason-kv-content {
  margin: 60px 0;
  border-radius: 5px;
  background: #ffffff10;
  padding: 50px 10px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
}

.reason-kv-content .hp-title2 {
  text-align: center;
  line-height: 1;
}

.reason-kv-content-flex {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
  gap: 5px;
}

.reason-kv-content-flex-div {
  background: linear-gradient(142deg, #ffffff59 0%, #ffffff14 100%);
  width: 180px;
  height: 180px;
  display: flex;
  border-radius: 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

.reason-content {
  overflow: hidden;
  z-index: 0;
  position: relative;
}

.reason-content-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: -120px auto;
}

.reason-content-div {
  transform: skewY(6deg);
  padding: 120px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fffcfc;
}

.reason-content-div1 {
  z-index: 3;
}

.reason-content-div2 {
  z-index: 2;
}

.reason-content-div3 {
  z-index: 1;
}

.reason-content-inner {
  transform: skewY(-6deg);
  padding: 100px 0 0;
}

.reason-content-inner2 {
  padding: 100px 0 80px;
}

.reason-content-div-flex {
  display: flex;
  gap: 5%;
  align-items: center;
}

.reason-content-div-flex-left {
  width: 45%;
  position: relative;
}

.reason-content-div-img {
  width: 90%;
  margin: 0 0 0 auto;
}

.reason-content-div-point {
  background: linear-gradient(to right, #0c7c4d 0%, #0c7c4d00 100%);
  display: flex;
  position: absolute;
  top: 10%;
  padding: 0 30px;
  gap: 30px;
  align-items: center;
  left: -20px;
  line-height: 0;
	overflow: hidden;
}

.reason-content-div-point span {
  color: #fff;
  font-size: 0.8rem;
}

.reason-content-div-point p {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.7;
}

.reason-content-div-flex-right {
  width: 50%;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .reason-kv-content-flex {
    display: flex;
    justify-content: center;
    margin: 60px auto 0;
    gap: 5px;
    flex-wrap: wrap;
    max-width: 700px;
  }

  .reason-kv-content-flex-div {
    margin-top: -20px;
    width: 22vw;
    height: 22vw;
  }

  .reason-content-div {
    padding: 120px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .reason-kv-flex {
    width: 94%;
    gap: 50px;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .reason-kv-flex-left {
    width: 100%;
  }

  .reason-kv-flex-right {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
}

@media screen and (max-width: 660px) {
  .reason-kv {
    padding: 100px 0 10px;
  }

  .reason-kv-content-flex {
    margin: 40px auto 0;
  }

  .reason-kv-content-flex-div {
    background: linear-gradient(142deg, #ffffff59 0%, #ffffff14 100%);
    width: 26vw;
    height: 26vw;
    border-radius: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: -10px;
  }

  .reason-kv-content-flex-div p {
    line-height: 1;
    font-size: 0.8rem;
  }

  .reason-content-div-flex {
    gap: 40px;
    align-items: center;
    flex-direction: column;
  }

  .reason-content-div-flex-left,
  .reason-content-div-flex-right {
    width: 100%;
  }

  .reason-content-inner {
    padding: 50px 0 0;
  }

  .reason-content-div {
    padding: 120px 0 20px;
  }

  .reason-content-div-img {
    width: 95%;
  }

  .reason-content-inner2 {
    padding: 50px 0 100px;
  }
}

@media screen and (max-width: 660px) {

  .reason-kv-content-flex-div p {
    font-size: 0.6rem;
  }

  .reason-Wrapper {
    width: calc(100% - 30px);
  }

}
