#referral-recruitment .hero {
  background: url("/wp-content/themes/itreat_base/dist/img/referral-recruitment/hero-bg.jpg") center 36%/cover no-repeat;
}

@media screen and (max-width: 959px) {
  #referral-recruitment .hero {
    background-position: center;
  }
}

.referral-contents .referral-list__item {
  padding: 32px;
  background: #ffffff;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .referral-contents .referral-list__item {
    padding: 24px;
  }
}

.referral-contents .referral-list__item:not(:last-child) {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .referral-contents .referral-list__item:not(:last-child) {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .referral-list__item:not(:last-child) {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.referral-contents .referral-list__item .ttl-m {
  margin-bottom: calc(8px * 2);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .referral-contents .referral-list__item .ttl-m {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .referral-list__item .ttl-m {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .referral-contents .referral-list__item .ttl-m {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .referral-list__item .ttl-m {
    font-size: 1.6rem;
  }
}

.referral-contents .referral-about-list__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2px;
  border: solid 1px #e9e5dc;
  border-radius: 4px;
  contain: paint;
}

@media screen and (max-width: 959px) {
  .referral-contents .referral-about-list__item {
    grid-template-columns: 150px 1fr;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .referral-about-list__item {
    grid-template-columns: 1fr;
  }
}

.referral-contents .referral-about-list__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 16px;
  font-weight: bold;
  background: #027b22;
  color: #ffffff;
}

@media screen and (max-width: 519px) {
  .referral-contents .referral-about-list__item dt {
    padding: 14px 16px;
  }
}

.referral-contents .referral-about-list__item dd {
  padding: 24px 16px;
  background: #ffffff;
}

@media screen and (max-width: 519px) {
  .referral-contents .referral-about-list__item dd {
    padding: 14px 16px;
  }
}

.referral-contents .referral-about-list__item:not(:last-child) {
  margin-bottom: 2px;
}

@media screen and (max-width: 519px) {
  .referral-contents .referral-about-list__item:not(:last-child) {
    margin-bottom: 14px;
  }
}

.referral-contents .referral-num-list li:not(:last-child) {
  margin-bottom: calc(8px * 1);
}

@media screen and (max-width: 959px) {
  .referral-contents .referral-num-list li:not(:last-child) {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .referral-num-list li:not(:last-child) {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.referral-contents .ideal-list__item dt {
  position: relative;
  padding: 8px 0 8px 16px;
  margin-bottom: calc(8px * 2);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .referral-contents .ideal-list__item dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .ideal-list__item dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .referral-contents .ideal-list__item dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .ideal-list__item dt {
    padding: 2px 0 2px 9px;
    font-size: 1.6rem;
  }
}

.referral-contents .ideal-list__item dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#027b22), color-stop(#7bba6b), to(#d2e954));
  background: linear-gradient(#027b22, #7bba6b, #d2e954);
  border-radius: 0 4px 4px 0;
}

@media screen and (max-width: 519px) {
  .referral-contents .ideal-list__item dt::before {
    width: 3px;
  }
}

.referral-contents .ideal-list__item:not(:last-child) {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .referral-contents .ideal-list__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .ideal-list__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.referral-contents .flow {
  position: relative;
}

.referral-contents .flow .flow-inner {
  padding: 72px 80px 120px;
  border-radius: 56px;
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner {
    padding: 64px 56px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 767px) {
  .referral-contents .flow .flow-inner {
    padding: 56px 32px;
    border-radius: 32px;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner {
    padding: 40px 16px 24px;
  }
}

.referral-contents .flow .flow-inner::before {
  z-index: -1;
}

.referral-contents .flow .flow-inner .flow-wrap {
  padding-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner .flow-wrap {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .referral-contents .flow .flow-inner .flow-wrap {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner .flow-wrap {
    padding-bottom: 48px;
  }
}

.referral-contents .flow .flow-inner .flow-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner .flow-headline {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner .flow-headline {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.referral-contents .flow .flow-inner .flow-headline__main {
  display: block;
  margin-bottom: 24px;
  font-size: 6.4rem;
  font-weight: 900;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner .flow-headline__main {
    font-size: 4rem;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner .flow-headline__main {
    font-size: 2.8rem;
  }
}

.referral-contents .flow .flow-inner .flow-headline__sub span {
  display: block;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  background: #1d6ceb;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner .flow-headline__sub span {
    padding: 8px 12px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .referral-contents .flow .flow-inner .flow-headline__sub span {
    padding: 4px 8px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner .flow-headline__sub span {
    font-size: 2.2rem;
  }
}

.referral-contents .flow .flow-inner .flow-headline__sub span:nth-of-type(1) {
  margin-bottom: 12px;
}

.referral-contents .flow .flow-inner .flow-headline__sub span em {
  position: relative;
}

.referral-contents .flow .flow-inner .flow-list__item {
  padding: 3px;
  border-radius: 16px;
  background: #ffffff;
}

.referral-contents .flow .flow-inner .flow-list__item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .referral-contents .flow .flow-inner .flow-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.referral-contents .flow .flow-inner .flow-list__item:nth-of-type(2n) .flow-unit {
  background: #1da7eb;
}

.referral-contents .flow .flow-inner .flow-list__item:nth-of-type(2n) .flow-unit .flow-content .flow-ttl {
  color: #1da7eb;
}

.referral-contents .flow .flow-inner .flow-list__item .flow-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background: #1d6ceb;
}

.referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num {
    width: 96px;
  }
}

@media screen and (max-width: 767px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num {
    width: 72px;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num {
    width: 64px;
  }
}

.referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num span {
  display: block;
  width: 100%;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(1) {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(1) {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(1) {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(1) {
    font-size: 1.4rem;
  }
}

.referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(2) {
  font-size: 5.6rem;
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(2) {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(2) {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-num span:nth-of-type(2) {
    font-size: 2.4rem;
  }
}

.referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content {
  padding: 28px;
  width: calc(100% - 140px);
  background: #ffffff;
  border-radius: 0 14px 14px 0;
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content {
    padding: 24px;
    width: calc(100% - 96px);
  }
}

@media screen and (max-width: 767px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content {
    padding: 16px;
    width: calc(100% - 72px);
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content {
    width: calc(100% - 64px);
  }
}

.referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-ttl {
  margin-bottom: 8px;
  color: #1d6ceb;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-ttl {
    font-size: 2rem;
  }
}

.referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-frame {
  border-radius: 8px;
  padding: 16px;
  background: rgba(29, 108, 235, 0.08);
}

.referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-frame .flow-subttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1d6ceb;
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-frame .flow-subttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content .flow-frame .flow-subttl {
    font-size: 1.8rem;
  }
}

.referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content p {
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content p {
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 519px) {
  .referral-contents .flow .flow-inner .flow-list__item .flow-unit .flow-content p {
    font-size: 1.2rem !important;
  }
}

.referral-form .entry .entry-inner {
  margin: 0 auto;
  max-width: 960px;
}

.referral-form .entry .entry-inner .entry-read {
  margin-bottom: calc(8px * 3);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .referral-form .entry .entry-inner .entry-read {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .entry .entry-inner .entry-read {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .referral-form .entry .entry-inner .entry-read {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .referral-form .entry .entry-inner .entry-read {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .referral-form .entry .entry-inner .entry-read {
    font-size: 1.6rem;
  }
}

.referral-form .entry .entry-inner .note-txt {
  margin-bottom: calc(8px * 5);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .referral-form .entry .entry-inner .note-txt {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .entry .entry-inner .note-txt {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.referral-form .wpcf7-form {
  padding-top: calc(8px * 7);
  padding-right: calc(8px * 6);
  padding-bottom: calc(8px * 9);
  padding-left: calc(8px * 6);
  background: #ffffff;
  border-radius: 40px;
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7-form {
    padding-top: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .wpcf7-form {
    padding-top: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7-form {
    padding-right: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .wpcf7-form {
    padding-right: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7-form {
    padding-bottom: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .wpcf7-form {
    padding-bottom: calc((8px * 9) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7-form {
    padding-left: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .wpcf7-form {
    padding-left: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7-form {
    border-radius: 32px;
  }
}

@media screen and (max-width: 519px) {
  .referral-form .wpcf7-form {
    border-radius: 24px;
  }
}

.referral-form .form-field {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .referral-form .form-field {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .form-field {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.referral-form .form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.referral-form .form-field__item:not(:last-child) {
  margin-bottom: calc(8px * 3);
  padding-bottom: calc(8px * 3);
  border-bottom: 1px solid #e9e5dc;
}

@media screen and (max-width: 959px) {
  .referral-form .form-field__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .form-field__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .referral-form .form-field__item:not(:last-child) {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .form-field__item:not(:last-child) {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

.referral-form .form-field__item.--add dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 519px) {
  .referral-form .form-field__item.--add dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
}

.referral-form .form-field__item.--add dd span {
  display: block;
}

.referral-form .form-field__item.--add dd span:nth-of-type(1) {
  width: 160px;
}

@media screen and (max-width: 519px) {
  .referral-form .form-field__item.--add dd span:nth-of-type(1) {
    width: 100%;
  }
}

.referral-form .form-field__item.--add dd span:nth-of-type(2) {
  width: calc(100% - 168px);
}

@media screen and (max-width: 519px) {
  .referral-form .form-field__item.--add dd span:nth-of-type(2) {
    width: 100%;
  }
}

.referral-form .form-field dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 304px;
}

@media screen and (max-width: 959px) {
  .referral-form .form-field dt {
    gap: 8px;
    width: 100%;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}

.referral-form .form-field dd {
  width: calc(100% - 320px);
}

@media screen and (max-width: 959px) {
  .referral-form .form-field dd {
    width: 100%;
  }
}

.referral-form .form-required,
.referral-form .form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 24px;
  padding: 1px 0 0;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  .referral-form .form-required,
  .referral-form .form-optional {
    width: 40px;
    height: 22px;
    font-size: 1.2rem;
  }
}

.referral-form .form-required {
  background: #e9546a;
}

.referral-form .form-optional {
  background: #1d6ceb;
}

.referral-form .wpcf7-checkbox .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.referral-form .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

.referral-form .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  display: none;
}

.referral-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.referral-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #eeeeee;
  border: solid 2px #eeeeee;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.referral-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #999999 #999999 transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.referral-form .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #999999;
}

.referral-form .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.referral-form .wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
    margin-right: 16px;
  }
}

.referral-form .wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

.referral-form .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  display: none;
}

.referral-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.4rem;
    padding-left: 28px;
  }
}

.referral-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f7f6f4;
  border: solid 2px #f7f6f4;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}

.referral-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #7bba6b;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    position: absolute;
    top: 50%;
    left: 4px;
    z-index: 1;
    width: 12px;
    height: 12px;
  }
}

.referral-form .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #7bba6b;
}

.referral-form .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.referral-form .form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  background: -webkit-gradient(linear, left top, left bottom, from(#e9546a), to(#e97c54));
  background: linear-gradient(#e9546a, #e97c54);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 24px 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .referral-form .form-send {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .form-send {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.referral-form .form-send:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

@media screen and (max-width: 1279px) {
  .referral-form .form-send {
    height: 72px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .referral-form .form-send {
    height: 64px;
    font-size: 1.8rem;
    border-radius: 16px 4px;
  }
}

@media screen and (max-width: 519px) {
  .referral-form .form-send {
    height: 56px;
    font-size: 1.6rem;
  }
}

.referral-form .form-send input[type="submit"] {
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.referral-form .wpcf7-spinner {
  position: absolute;
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  bottom: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
}

.referral-form .wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.referral-form form.submitting .wpcf7-spinner {
  visibility: visible;
}

.referral-form .wpcf7 form .wpcf7-response-output {
  display: none;
}

.referral-form .wpcf7 form.sent .wpcf7-response-output,
.referral-form .wpcf7 form.invalid .wpcf7-response-output,
.referral-form .wpcf7 form.spam .wpcf7-response-output,
.referral-form .wpcf7 form.invalid .wpcf7-response-output,
.referral-form .wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-bottom: calc(8px * 5);
  padding: 32px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7 form.sent .wpcf7-response-output,
  .referral-form .wpcf7 form.invalid .wpcf7-response-output,
  .referral-form .wpcf7 form.spam .wpcf7-response-output,
  .referral-form .wpcf7 form.invalid .wpcf7-response-output,
  .referral-form .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .wpcf7 form.sent .wpcf7-response-output,
  .referral-form .wpcf7 form.invalid .wpcf7-response-output,
  .referral-form .wpcf7 form.spam .wpcf7-response-output,
  .referral-form .wpcf7 form.invalid .wpcf7-response-output,
  .referral-form .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7 form.sent .wpcf7-response-output,
  .referral-form .wpcf7 form.invalid .wpcf7-response-output,
  .referral-form .wpcf7 form.spam .wpcf7-response-output,
  .referral-form .wpcf7 form.invalid .wpcf7-response-output,
  .referral-form .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .wpcf7 form.sent .wpcf7-response-output,
  .referral-form .wpcf7 form.invalid .wpcf7-response-output,
  .referral-form .wpcf7 form.spam .wpcf7-response-output,
  .referral-form .wpcf7 form.invalid .wpcf7-response-output,
  .referral-form .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .referral-form .wpcf7 form.sent .wpcf7-response-output,
  .referral-form .wpcf7 form.invalid .wpcf7-response-output,
  .referral-form .wpcf7 form.spam .wpcf7-response-output,
  .referral-form .wpcf7 form.invalid .wpcf7-response-output,
  .referral-form .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 24px;
  }
}

.referral-form .wpcf7 form.sent .wpcf7-response-output {
  background: #ffffff;
  border: solid 1px #5bb545;
  color: #5bb545;
}

.referral-form .wpcf7 form.invalid .wpcf7-response-output,
.referral-form .wpcf7 form.invalid .wpcf7-response-output,
.referral-form .wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(233, 84, 106, 0.08);
  color: #e9546a;
  border: solid 1px #e9546a;
}

.referral-form .wpcf7 form.invalid input::-webkit-input-placeholder, .referral-form .wpcf7 form.invalid select::-webkit-input-placeholder, .referral-form .wpcf7 form.invalid textarea::-webkit-input-placeholder, .referral-form .wpcf7 form.invalid input::-webkit-input-placeholder, .referral-form .wpcf7 form.invalid select::-webkit-input-placeholder, .referral-form .wpcf7 form.invalid textarea::-webkit-input-placeholder, .referral-form .wpcf7 form.unaccepted input::-webkit-input-placeholder, .referral-form .wpcf7 form.unaccepted select::-webkit-input-placeholder, .referral-form .wpcf7 form.unaccepted textarea::-webkit-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.referral-form .wpcf7 form.invalid input::-moz-placeholder, .referral-form .wpcf7 form.invalid select::-moz-placeholder, .referral-form .wpcf7 form.invalid textarea::-moz-placeholder, .referral-form .wpcf7 form.invalid input::-moz-placeholder, .referral-form .wpcf7 form.invalid select::-moz-placeholder, .referral-form .wpcf7 form.invalid textarea::-moz-placeholder, .referral-form .wpcf7 form.unaccepted input::-moz-placeholder, .referral-form .wpcf7 form.unaccepted select::-moz-placeholder, .referral-form .wpcf7 form.unaccepted textarea::-moz-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.referral-form .wpcf7 form.invalid input:-ms-input-placeholder, .referral-form .wpcf7 form.invalid select:-ms-input-placeholder, .referral-form .wpcf7 form.invalid textarea:-ms-input-placeholder, .referral-form .wpcf7 form.invalid input:-ms-input-placeholder, .referral-form .wpcf7 form.invalid select:-ms-input-placeholder, .referral-form .wpcf7 form.invalid textarea:-ms-input-placeholder, .referral-form .wpcf7 form.unaccepted input:-ms-input-placeholder, .referral-form .wpcf7 form.unaccepted select:-ms-input-placeholder, .referral-form .wpcf7 form.unaccepted textarea:-ms-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.referral-form .wpcf7 form.invalid input::-ms-input-placeholder, .referral-form .wpcf7 form.invalid select::-ms-input-placeholder, .referral-form .wpcf7 form.invalid textarea::-ms-input-placeholder, .referral-form .wpcf7 form.invalid input::-ms-input-placeholder, .referral-form .wpcf7 form.invalid select::-ms-input-placeholder, .referral-form .wpcf7 form.invalid textarea::-ms-input-placeholder, .referral-form .wpcf7 form.unaccepted input::-ms-input-placeholder, .referral-form .wpcf7 form.unaccepted select::-ms-input-placeholder, .referral-form .wpcf7 form.unaccepted textarea::-ms-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.referral-form .wpcf7 form.invalid input::placeholder,
.referral-form .wpcf7 form.invalid select::placeholder,
.referral-form .wpcf7 form.invalid textarea::placeholder,
.referral-form .wpcf7 form.invalid input::placeholder,
.referral-form .wpcf7 form.invalid select::placeholder,
.referral-form .wpcf7 form.invalid textarea::placeholder,
.referral-form .wpcf7 form.unaccepted input::placeholder,
.referral-form .wpcf7 form.unaccepted select::placeholder,
.referral-form .wpcf7 form.unaccepted textarea::placeholder {
  color: rgba(233, 84, 106, 0.4);
}

.referral-form .wpcf7 form.spam .wpcf7-response-output {
  background: rgba(240, 183, 64, 0.08);
  color: #e9546a;
  border: solid 1px #f0b740;
}

.referral-form .wpcf7 form.spam input::-webkit-input-placeholder, .referral-form .wpcf7 form.spam select::-webkit-input-placeholder, .referral-form .wpcf7 form.spam textarea::-webkit-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.referral-form .wpcf7 form.spam input::-moz-placeholder, .referral-form .wpcf7 form.spam select::-moz-placeholder, .referral-form .wpcf7 form.spam textarea::-moz-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.referral-form .wpcf7 form.spam input:-ms-input-placeholder, .referral-form .wpcf7 form.spam select:-ms-input-placeholder, .referral-form .wpcf7 form.spam textarea:-ms-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.referral-form .wpcf7 form.spam input::-ms-input-placeholder, .referral-form .wpcf7 form.spam select::-ms-input-placeholder, .referral-form .wpcf7 form.spam textarea::-ms-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.referral-form .wpcf7 form.spam input::placeholder,
.referral-form .wpcf7 form.spam select::placeholder,
.referral-form .wpcf7 form.spam textarea::placeholder {
  color: rgba(240, 183, 64, 0.4);
}

.referral-form .screen-reader-response {
  display: none;
}

.referral-form .wpcf7-not-valid-tip {
  display: block;
  padding: 4px 0 0;
  color: #e9546a;
  font-size: 1.4rem;
}

.referral-form .screen-reader-response {
  display: none;
}

.referral-form .wpcf7 .form.invalid .wpcf7-response-output {
  color: #e9546a;
  font-size: 1.4rem;
  background-color: rgba(233, 84, 106, 0.1);
}

.referral-form .privacy-frame {
  margin: 0 auto 40px auto;
  padding: 40px 24px;
  max-width: 720px;
  border: 1px solid #e9e5dc;
  background: #ffffff;
  border-radius: 40px;
}

@media screen and (max-width: 959px) {
  .referral-form .privacy-frame {
    margin: 0 auto 30px auto;
    padding: 32px 16px;
    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  .referral-form .privacy-frame {
    padding: 28px 12px;
  }
}

@media screen and (max-width: 519px) {
  .referral-form .privacy-frame {
    margin: 0 auto 20px auto;
    padding: 24px 8px;
    border-radius: 16px;
  }
}

.referral-form .privacy-frame .privacy-inner {
  overflow-y: scroll;
  height: 240px;
  padding: 0 16px;
}

@media screen and (max-width: 959px) {
  .referral-form .privacy-frame .privacy-inner {
    padding: 0 12px;
    height: 160px;
  }
}

@media screen and (max-width: 519px) {
  .referral-form .privacy-frame .privacy-inner {
    padding: 0 8px;
  }
}

.referral-form .privacy-frame .privacy-inner::-webkit-scrollbar {
  width: 8px;
}

.referral-form .privacy-frame .privacy-inner::-webkit-scrollbar-track {
  background: #f7f6f4;
  border-radius: 4px;
}

.referral-form .privacy-frame .privacy-inner::-webkit-scrollbar-thumb {
  background: #7bba6b;
  border-radius: 4px;
}

.referral-form .privacy-frame .privacy-inner .privacy-ttl {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .referral-form .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.referral-form .privacy-frame .privacy-inner .privacy-ttl__main {
  margin-bottom: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .referral-form .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .referral-form .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2rem;
  }
}

.referral-form .privacy-frame .privacy-inner .privacy-ttl__sub {
  margin-bottom: calc(8px * 5);
  display: block;
  color: #7bba6b;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  .referral-form .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .referral-form .privacy-frame .privacy-inner .privacy-ttl__sub {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  .referral-form .privacy-frame .privacy-inner p {
    font-size: 1.4rem;
  }
}

.referral-form .policy-list {
  counter-reset: list-num 0;
}

.referral-form .policy-list__item {
  padding: 24px 0;
}

@media screen and (max-width: 959px) {
  .referral-form .policy-list__item {
    padding: 16px 0;
  }
}

.referral-form .policy-list__item dt {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .referral-form .policy-list__item dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.referral-form .policy-list__item dt::before {
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  font-family: "Montserrat", sans-serif;
  color: #5bb545;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .referral-form .policy-list__item dt::before {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=../../maps/pages/referral-recruitment.css.map */
