/* Blocks */
.contact {
  width: 100%;
  background-image: url(../img/hr_client/lp_contact_v2.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 75px;
  padding-bottom: 75px;
}
#js_pc_cta {
  display: none;
}

@media only screen and (max-width: 767px) {
  .contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.contact__title {
  text-align: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}

.contact__title::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 52px;
  background-image: url(../img/hr_client/lp_arrow-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: calc(50% - 18px);
  bottom: -75px;
}

@media only screen and (max-width: 767px) {
  .contact__title::after {
    width: 24px;
    height: 35px;
    left: calc(50% - 12px);
    bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .contact__title {
    font-size: 20px;
    line-height: 40px;
  }
}

.contact__btns {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  
}
@media only screen and (min-width: 800px) {
.contact__btns.-start{
align-items: self-start;
}
}
@media only screen and (max-width: 799px) {
  .contact__btns.-start {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .contact__btns {
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
  }
}

.contact__btn {
  border: 2px solid #1d1d1d;
  font-size: 18px;
  border-radius: 50px;
}

.contact__requirebtn {
  margin-left: 20px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  background-color: #f43535;
  border-radius: 50px;
}
.contact__lp {
  position: relative;
  margin-left: 20px;
border: 2px solid #1d1d1d;
  font-size: 18px;
  border-radius: 50px;
}
.contact__bg{
  border-bottom: 8px solid #fde2ea;
  padding-bottom: 60px;
}
.contact__lp-bg{
  position: relative;
}
.contact__small{
  position: absolute;
  top: -3em;
  left: 0;
  text-align: center;
  display: block;
  font-size: .9em;
  width: 100%;
  line-height: 1.2;
}
@media only screen and (max-width: 799px) {
.contact__small {
  margin-top: 1.5em;
    position: static;
    margin-bottom: .5em;
    font-size: .85em;
  }
    .contact__small:before,.contact__small:after{
      display: none;
    }
}
.contact__small::before{
  content: "";
    position: absolute;
    width: 1px;
    height: 2em;
    background-color: #1d1d1d;
    bottom: 0;
    left: 2em;
    transform: rotate(-20deg);
}
.contact__small::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 2em;
  background-color: #1d1d1d;
  bottom: 0;
  right: 2em;
  transform: rotate(20deg);
}

@media only screen and (max-width: 767px) {
  .contact__btn {
    padding: 15px;
  }

  .contact__requirebtn {
    margin-left: 0;
    margin-top: 20px;
    padding: 15px;
  }
    
    .contact__lp{
margin-left: 0;
  padding: 15px;
    }
}

.example {
  background-color: #f7f3f0;
  padding-top: 85px;
  padding-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  .example {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.example__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
    z-index: 1;

}

@media only screen and (max-width: 767px) {
  .example__title {
    font-size: 24px;
  }
}

.example__supplement {
  display: none;
}

@media only screen and (max-width: 767px) {
  .example__supplement {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 10px;
    padding-right: 20px;
    text-align: right;
    color: #707070;
    position: relative;
  }
  .example__supplement::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #707070;
    transform: rotate(45deg);
    bottom: 6px;
    right: -4px;
  }
  .example__supplement::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #707070;
    bottom: 0;
    right: 0;
  }
}

.example__list {
  margin-top: 50px;
  margin-left: -20px;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  .example__list {
    margin-top: 20px;
  }
}

.example__item {
  background-color: #fff;
  width: 350px;
  padding: 25px;
  position: relative;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .example__item {
    width: 280px;
  }
}

.example__flag {
  position: absolute;
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f43535;
  border-top-right-radius: 10px;
  top: 0;
  right: 0;
}

.example__flag.-second {
  background-color: #f27824;
}

.example__flag.-third {
  background-color: #faac42;
}

.example__member {
  display: flex;
  align-items: center;
}

.example__image {
  flex-shrink: 0;
}

.example__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.example__profile {
  margin-left: 15px;
}

.example__director {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

.example__age {
  font-size: 14px;
  font-weight: bold;
}

.example__text {
  margin-top: 10px;
  font-size: 14px;
  color: #707070;
  /* inline-size: 270px; */
  overflow-wrap: break-word;
}

.example__softbox {
  margin-top: 30px;
  border: 3px solid #f7f3f0;
  padding: 20px;
  border-radius: 10px;
}

.example__skill {
  margin-top: -35px;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  width: 90px;
  padding-left: 5px;
}

.example__softs {
  margin-top: 10px;
}

.example__soft {
  list-style: inside;
  margin-left: 5px;
}

.flowchart {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .flowchart {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.flowchart__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .flowchart__title {
    font-size: 24px;
  }
}

.flowchart__text {
  font-size: 16px;
  margin-top: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .flowchart__text {
    margin-top: 30px;
  }
}

.flowchart__image {
  margin-top: 60px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .flowchart__image {
    margin-top: 30px;
  }
}

.flowchart__img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .flowchart__img {
    display: none;
  }
}

.flowchart__imgsp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .flowchart__imgsp {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footbnr {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .footbnr {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.price {
  background-color: #f7f3f0;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .price {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.price__title {
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;

}
@media only screen and (max-width: 767px) {
  .price__title {
    margin-bottom: 0;
    font-size: 24px;
  }
}
.price__boxes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .price__boxes {
    flex-direction: column;
  }
}
.price__box {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .price__box {
    margin-top: 30px;
  }
}
.price__block {
  background-color: #fff;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 25px;
  text-align: center;
}
.price__subtitle {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fb9eab 60%);
  display: inline;
}
.price__jobbox {
  margin-top: 30px;
  border: 3px solid #f7f3f0;
  padding: 20px;
  border-radius: 10px;
}
.price__job {
  margin-top: -35px;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  width: 120px;
  padding-left: 5px;
}
.price__job.-middle {
  width: 190px;
}
.price__job.-wide {
  width: 100%;
}
.price__pay {
  margin-top: 10px;
  -moz-text-align-last: left;
  text-align-last: left;
}
.price__employee {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.price__image {
  margin-top: 80px;
  text-align: center;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .price__image {
    display: none;
  }
}
.price__img {
  width: 132px;
}

.problem {
  background-color: #fff;
  position: relative;
  padding-bottom: 92px;
}

.problem::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 50px;
  background-image: url(../img/hr_client/lp_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(50% - 18px);
  bottom: -25px;
}

.problem__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .problem__title {
    font-size: 24px;
    margin-top: 40px;
  }
}

.problem__graph {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.problem__graphimg {
  display: inline-block;
  width: 100%;
  max-width: 1042px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .problem__graphimg {
    display: none;
  }
}

.problem__graphimgsp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .problem__graphimgsp {
    display: inline-block;
  }
}

.questions {
  background-color: #fde2ea;
  padding-top: 90px;
  padding-bottom: 100px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .questions {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
  }
}

.questions__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .questions__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.questions__question {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .questions__question {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.questions__q {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .questions__q {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.questions__a {
  display: none;
  padding-top: 25px;
  padding-bottom: 25px;
  justify-content: space-between;
}

.questions__a.-active {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .questions__a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.questions__mark {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.questions__mark.-red {
  color: #f27824;
}

@media only screen and (max-width: 767px) {
  .questions__mark {
    font-size: 18px;
    align-items: center;
  }
}

.questions__quest {
  display: flex;
  align-items: center;
}

.questions__text {
  margin-left: 20px;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .questions__text {
    font-size: 14px;
  }
}

.questions__arrow {
  flex: none;
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.questions__arrow.-active,
.questions__q.-active .questions__arrow {
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .questions__arrow {
    width: 15px;
  }
}

.questions__border {
  display: none;
}

.questions__border.-active {
  display: block;
  border-bottom: 3px solid #fde2ea;
}

.results {
  background-color: #fde2ea;
  padding-top: 85px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .results {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.results__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .results__title {
    font-size: 24px;
  }
}

.results__voices {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .results__voices {
    flex-direction: column;
    margin-top: 0;
  }
}

.results__voice {
  margin-top: 60px;
  width: 45vw;
  max-width: 535px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .results__voice {
    width: calc(100vw - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}

.results__pickup {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .results__pickup {
    font-size: 18px;
  }
}

.results__line {
  background: linear-gradient(transparent 60%, #fb9eab 60%);
}

.results__job {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}

.results__content {
  margin-top: 10px;
  color: #707070;
  font-size: 14px;
}

.results__content.-hide {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.results__company {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.results__img {
  margin: 1em auto 0;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .results__grid {
    display: flex;
    justify-content: space-between;
  }
  .results__cont {
    width: 50%;
  }
  .results__img {
    width: 70%;
  }
}
.solution {
  background-color: #fde2ea;
  padding-top: 70px;
  padding-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  .solution {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.solution__title {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .solution__title {
    font-size: 18px;
    line-height: 1.4;
  }
}

.solution__titlepre {
  display: block;
}

.solution__titlered {
  color: #f43535;
  font-size: 41px;
}

@media only screen and (max-width: 767px) {
  .solution__titlered {
    font-size: 30px;
  }
}

.solution__achievement {
  margin-top: 60px;
  font-size: 20px;
  line-height: 33px;
  width: 510px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.solution__achievement::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90px;
  background-color: #1d1d1d;
  bottom: 0;
  left: 0px;
  transform: rotate(-20deg);
}

@media only screen and (max-width: 767px) {
  .solution__achievement::before {
    height: 50px;
  }
}

.solution__achievement::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90px;
  background-color: #1d1d1d;
  bottom: 0;
  right: 0px;
  transform: rotate(20deg);
}

@media only screen and (max-width: 767px) {
  .solution__achievement::after {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .solution__achievement {
    width: 300px;
    font-size: 18px;
  }
}

.solution__achieve {
  display: block;
}

.solution__achievered {
  color: #f43535;
  font-size: 24px;
}

.solution__achievebold {
  display: inline-block;
  width: 82px;
  height: 50px;
  background-image: url(../img/hr_client/lp_1500.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 12px;
}

.solution__good {
  margin-top: 70px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .solution__good {
    flex-direction: column;
    margin-top: 10px;
  }
}

.solution__goodbox {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 30vw;
  max-width: 283px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .solution__goodbox {
    width: 100%;
    max-width: inherit;
    margin-top: 20px;
  }
}

.solution__goodimg {
  width: 156px;
}

.solution__goodtext {
  margin-top: 15px;
  margin-bottom: 15px;
}

.solution__line {
  background: linear-gradient(transparent 60%, #fb9eab 60%);
}

.special {
  
  margin-top: 65px;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  /*background-color: #d71837;*/
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.9) 20%,
    transparent 40%
  );
  background-size: 5px 5px;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .special {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.special__inner {
  position: relative;
  top: -15px;
  padding-top: 50px;
  padding-bottom: 55px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  z-index: 2;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .special__inner {
    top: -10px;
    padding-top: 30px;
    padding-bottom: 15px;
    width: calc(100% - 20px);
  }
}

.special__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .special__title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}

.special__low {
  display: flex;
  justify-content: space-between;
  width: 90vw;
  max-width: 1000px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .special__low {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
}

.special__box {
  background-color: #f7f3f0;
  width: 44vw;
  max-width: 466px;
  padding-bottom: 25px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .special__box {
    width: 100%;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}

.special__number {
  margin-left: auto;
  margin-right: auto;
  margin-top: -41px;
  text-align: center;
}

.special__point {
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.special__content {
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .special__content {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 10px;
  }
}

.special__text {
  margin-top: 35px;
  font-size: 16px;
}

.special__text.-red {
  color: #f43535;
}

@media only screen and (max-width: 767px) {
  .special__text {
    margin-top: 15px;
  }
}
.special__img {
  width: 132px;
}

.top__image {
  width: 100%;
  height: 570px;
  background-image: url(../img/hr_client/lp_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media only screen and (max-width: 1225px) {
  .top__image {
    height: auto;
    padding-bottom: 40px;
  }
}

.top__imgbox {
  width: 100%;
  height: 570px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1225px) {
  .top__imgbox {
    flex-direction: column;
    height: inherit;
    max-width: 500px;
    margin: 0 auto;
  }
}

.top__imgtext {
  position: relative;
  z-index: 3;
  width: 55vw;
  max-width: 727px;
}

@media only screen and (max-width: 1225px) {
  .top__imgtext {
    width: 100%;
  }
}

.top__count {
  margin-top: 70px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1225px) {
  .top__count {
    margin-top: 30px;
  }
}

.top__countimg {
  width: 44vw;
  max-width: 400px;
}

@media only screen and (max-width: 1225px) {
  .top__countimg {
    width: 90%;
  }
}

.top__text {
  position: absolute;
  left: 0;
  top: 185px;
  width: 727px;
  height: 184px;
}

@media only screen and (max-width: 1225px) {
  .top__text {
    position: inherit;
    width: calc(100vw - 20px);
    max-width: 100%;
    height: inherit;
    top: inherit;
    margin-top: 30px;
  }
}

.top__textimg {
  width: 100%;
}

@media only screen and (max-width: 1225px) {
  .top__textimgsp {
    display: inline-block;
    width: 100%;
  }
}

.top__photo {
  flex: none;
  margin-left: -9vw;
  width: 55vw;
  max-width: 511px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}

@media only screen and (max-width: 1225px) {
  .top__photo {
    margin-left: 0;
    max-width: inherit;
    width: 100%;
    justify-content: flex-end;
  }
}

.top__photoimg {
  width: 100%;
}

.top__btns {
  position: absolute;
  bottom: 55px;
  width: 57vw;
  max-width: 727px;
  display: flex;
  justify-content: center;
  z-index: 5;
}

@media only screen and (max-width: 1225px) {
  .top__btns {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .top__btns {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: inherit;
    margin-top: 40px;
  }
}
.top__hrlink {
  color: #1d1d1d;
  text-decoration: none;
  padding: 0.75em 1.5em;
  font-weight: 500;
  border: 2px solid;
  font-size: 0.9em;
  margin-left: 1em;
}

.headcta {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
}
.top__btns.-head {
  position: static;
  margin-top: 0 !important;
  width: auto;
}
.top__btns.-head .contact__btn,
.top__btns.-head .contact__requirebtn {
  font-size: 14px;
  width: 218px;
  padding: 1em;
  margin-left: 1em;
}
@media only screen and (max-width: 959px) {
  .headcta {
    display: none;
  }
}
