/* 
  usp
  ============================================ */
#usp {
  padding: 80px 0 40px 0;
  background: #edeff7;
  color: #000133;
}

.usp_sentence {
  max-width: 840px;
  margin: 0 auto;
}

.h2_usp {
  padding: 0 0 24px 0;
  font-size: 32px;
  letter-spacing: 0.04rem;
  color: #1b224c;
  font-weight: bold;
}

.usp_sentence__text p {
  padding: 0 0 56px 0;
  font-size: 16px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
}

.usp_point {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 920px;
}

.usp_point__item {
  position: relative;
  width: calc((100% - 32px) / 3);
  background: #fff;
  box-shadow: 0 0 4px rgba(46, 46, 88, 0.12);
  border-radius: 8px;
  padding: 48px 16px 24px;
  color: #1b224c;
  transition: 0.3s;
}

.usp_point__item::before {
  position: absolute;
  content: "";
  display: block;
  top: -32px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 64px;
  height: 64px;
  background: url(/themes/enw/images/icn_usp_num2.svg) no-repeat center 50% /
    cover;
}

.usp_point__item:first-child::before {
  background-image: url(/themes/enw/images/icn_usp_num1.svg);
}

.usp_point__item:last-child::before {
  background-image: url(/themes/enw/images/icn_usp_num3.svg);
}

.usp_point__item .catch {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}

.usp_point__item .catch span {
  display: inline-block;
  border-bottom: 3px solid #c6a84a;
  line-height: 1.1;
}

.usp_point__item .text {
  padding: 16px 0 0 0;
  font-size: 16px;
  letter-spacing: 0.03rem;
}

#usp .btn_area {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 24px 0 0 0;
  width: 920px;
}

#usp .btn_area > a {
  margin-right: 0;
}

#usp .btn_area > a:not(:nth-of-type(2n)) {
  margin-right: 16px;
}

.btn_usp_consult {
  padding: 32px;
  width: 50%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #35359a;
  color: #fff;
  box-shadow: 0 2px 4px rgba(46, 46, 88, 0.4);
  border-radius: 8px;
  transition: 0.3s;
}

.btn_usp_consult:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
      /*  */
  #usp {
    padding: 0 0 32px 0;
  }

  #usp .section_wrap {
    padding: 0 32px;
  }

  .usp_sentence {
    padding: 32px 0 56px;
  }

  .h2_usp {
    padding-bottom: 16px;
    font-size: 19px;
    letter-spacing: 0.02rem;
  }

  .usp_sentence__text {
    padding: 0;
    font-size: 15px;
  }

  .usp_point {
    flex-direction: column;
    width: 100%;
  }

  .usp_point__item {
    margin-bottom: 48px;
    padding-top: 40px;
    width: 100%;
  }

  .usp_point__item:last-child {
    margin-bottom: 0;
  }

  .usp_point__item::before {
    top: -24px;
    width: 48px;
    height: 48px;
  }

  .usp_point__item .text {
    font-size: 15px;
  }

  #usp .btn_area {
    flex-direction: column;
    padding: 32px 0 0 0;
    width: 100%;
  }

  .btn_usp_consult {
    margin-bottom: 16px;
    padding: 24px;
    width: 100%;
    font-size: 18px;
  }
  .usp_sentence__text p {
    padding: 0;
  }
}


#usp .btn_zone {
  margin-top: 12px;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  #usp .btn_zone {
    margin-top: 20px;
    padding: 0px 12px;
  }
}

#usp .btnsearch2 {
  display: block;
  width: 390px;
  height: 69px;
  line-height: 69px;
  border: none;
  border-radius: 3px;
  background: #ffce27;
  color: black;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  #usp .btnsearch2 {
    width: 100%;
  }
}

#usp .btnsearch2::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/themes/enw/images/voice/icn_preentry_chevron_nv.svg")
    no-repeat center center/20px 20px;
  vertical-align: middle;
  margin-left: 5px;
}
