.concept-area .concept_wrap {
  display: flex;
  flex-direction: column;
  margin: 0 0 50px;
}

.concept-area .concept_box {
  position: relative;
}


@media screen and (min-width: 768px) {
  .concept-area .concept_wrap {
    gap: 70px 0;
  }

  .concept-area .concept-box01 figure {
    width: 65%;
  }

  .concept-area .concept_box:nth-child(2) .concept-box01 figure {
    margin: 0 auto 0 0;
  }

  .concept-area .concept_box:nth-child(2) .head {
    right: 0;
  }

  .concept-area .concept_box:nth-child(2) .concept-box01 .conts {
    margin: -25% 0 0 auto;
  }
}


.concept-area .concept-box02 .conts {
  position: relative;
  margin: -50px 0 0;
}


@media screen and (min-width: 768px) {
  .concept-area .concept-box02 {
    flex-direction: row-reverse;
    justify-content: center;
  }

  .concept-area .concept-box02 .conts {
    margin: 0 -50px 0 0;
  }

  .concept-area .concept-box02 figure {
    width: 50%;
  }
}



@media screen and (min-width: 768px) {
  .advantage-area .advantage-box {
    justify-content: center;
    align-items: center;

  }

  .advantage-area .advantage-box figure {
    width: 50%;
    margin: 0;
  }

  .points-area .head h2 {
    line-height: 1.9;
  }
}


/* 260109 */
.temp-all-area .color_bk {
  background-color: #6E9BC5;
  color: #fff;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .concept-area .concept-box01 .conts {
    padding: 3rem 2.0rem;
  }
}
