@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

summary {
  list-style: none;
  -webkit-appearance: none;
}

summary::-webkit-details-marker {
  display: none;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

body {
  color: #333333;
  background-color: #FFFFFF;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 1260px) {
  html {
    font-size: 3.8095238095vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

main {
  min-height: 860px;
  background: #F7F9F3;
  max-width: 420px;
  margin: 0 auto;
}

body {
  background: #FBFBFF;
}

.header__inner {
  margin: 0 auto;
  background-color: #86BD11;
  padding: 0 !important;
}

.header__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  text-align: center;
  padding: 8px 10px !important;
  background-color: #86BD11;
  width: 100%;
}

.header__box {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 11px;
}
.header__box img {
  width: 119px;
  height: auto;
  object-fit: cover;
}

.header__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
}

.footer__inner {
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #F8FEEB;
}
.footer__privacy {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.footer__privacy a {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
  color: #333333;
  text-align: center;
}
.footer__copyright {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.footer__copyright--text {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
  color: #787878;
  text-align: center;
}

.inner {
  max-width: 420px;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}

.c-announce {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #787878;
  gap: 0;
}
.c-announce .-noExperience {
  color: #333333;
  font-size: 16px;
  line-height: 150%;
}

.top-mv__inner {
  margin: 0 auto;
  max-width: 420px;
}

/* ステップ全体のラッパー */
.p-steps__wrap {
  display: none; /* 初期状態は非表示 */
  background-color: #F8FEEB;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 8px;
  justify-content: center;
}

/* ステップヘッドライン */
.c-steps__headline {
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: normal;
  color: #86BD11;
  text-align: center;
  text-transform: uppercase;
}

/* ステップアイコンのリスト */
.c-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* ステップアイコン */
.c-steps__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #D9D9D9;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
.c-steps__icon.is-active {
  background-color: #86BD11;
  color: #fff;
}

/* ステップテキスト */
.c-steps__text {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 12px;
  color: #86BD11;
  line-height: 120%;
  letter-spacing: normal;
  font-weight: 700;
}

.p-head__wrap {
  display: none;
  background-color: #333333;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.p-head__wrap p {
  justify-content: center;
  color: #FFFFFF;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: normal;
  text-align: center;
  align-items: center;
}
.p-head__wrap br {
  display: none;
}
.p-head__wrap span {
  display: block;
  width: 15px;
  height: 15px;
}
.p-head__wrap span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-form__inner {
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

/* フォーム全体 */
.p-form {
  margin: 0 auto;
  background: #FFFFFF;
}

.p-form__main {
  overflow: hidden;
  position: relative;
}

.p-form section {
  display: none;
  padding-top: 32px;
  padding-bottom: 32px;
}
.p-form section.is-active {
  display: block;
}

/* 全てのステップを非表示にする（step00以外） */
.p-form__main section:not(#step00) {
  display: none;
}

/* step01以降のステップを強制的に非表示 */
#step01,
#step02,
#step03,
#step04,
#last-step {
  display: none;
}

/* 初期状態でstep00のみ表示 */
#step00 {
  display: block;
  text-align: center;
}

/* フォームラベル */
.p-form__label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  text-align: center;
  width: 100%;
  pointer-events: none;
}
.p-form__label span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: normal;
}

.p-form__item {
  display: grid;
  gap: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.p-form__item br {
  display: none;
}

#step01 .p-form__item p {
  display: grid;
  gap: 24px;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.p-form__radio .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 16px;
  height: 80px;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: normal;
  white-space: break-spaces;
}
.p-form__radio .wpcf7-list-item-label::before {
  box-sizing: border-box;
  content: "";
  border-radius: 10px;
  border: 2px solid #D2EE97;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: -1;
}
.p-form__radio .wpcf7-list-item-label::after {
  content: "▶︎";
  color: #FFFFFF;
  font-size: 10px;
}
.p-form__radio input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.p-form__radio-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.p-form__radio-col2 .wpcf7-list-item-label {
  width: 100%;
  height: 120px;
  display: grid;
  grid-template-rows: 56px 1fr;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px;
}
.p-form__radio-col2 .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 50px;
  height: 54px;
  pointer-events: none;
  grid-row: 1/2;
  margin-inline: auto;
}

.p-form__item select {
  -webkit-appearance: none;
  appearance: none;
  color: #333333;
}

.p-form__input {
  background: #FFFFFF;
  border: 2px solid #86BD11;
  padding: 16px 16px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 4px;
  width: 100%;
  display: block;
}

/* =========================
  チェックが入った時のスタイル
========================= */
.p-form__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background: #F8FEEB;
  border: 2px solid #00A29A;
}
.p-form__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  color: #FFFFFF;
}

/* =========================
  ポインター
========================= */
.c-pointerImg {
  position: absolute;
  z-index: 21;
  width: 70px;
  transition: top 0.5s ease, right 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  will-change: top, right;
}
.c-pointerImg img {
  width: 100%;
  height: auto;
}

/* =========================
  フォームオーバーレイ
========================= */
.wpcf7-form {
  position: static;
  transition: position 0.3s ease;
}
.wpcf7-form.is-complete {
  position: relative;
}
.wpcf7-form.is-complete::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 860px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
  pointer-events: none;
}

/* =========================
  step00用
========================= */
.p-form__radio-col1 {
  display: grid;
  gap: 16px;
}
.p-form__radio-col1 .wpcf7-list-item {
  width: 100%;
  position: relative;
}
.p-form__radio-col1 .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 26px 24px;
  height: 80px;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 150% 4;
  font-weight: 700;
  letter-spacing: normal;
}

.p-form__radio-col1 .wpcf7-list-item-label::before {
  content: "";
  background: linear-gradient(180deg, #D2EE97 0%, #AAD74C 30.29%, #86BD11 100%);
  border: none;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.p-form__radio-col1 input[type=radio]:checked + .wpcf7-list-item-label::before {
  background: linear-gradient(180deg, #ffa861 0%, #ff9239 28.31%, #ff7200 100%);
  border: none;
}

/* =========================
  ボタン用
========================= */
.p-form__button-wrap p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  gap: 16px;
  position: relative;
  z-index: 21;
}
.p-form__button-wrap p br {
  display: none;
}

.p-form__prev-button {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
  color: #5D5A69;
  text-align: center;
  padding: 4px 8px 4px 23px;
  border: 1px solid #5D5A69;
  border-radius: 5px;
  position: relative;
  background: #FFFFFF;
}
.p-form__prev-button::before {
  content: "<";
  color: #5D5A69;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.p-form__next-button {
  position: relative;
  background-color: #FF7200;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: normal;
  text-align: center;
  padding: 20px 30px 20px 16px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  width: 280px;
}
.p-form__next-button:hover {
  transform: translateY(2px);
}
.p-form__next-button::after {
  content: "＞";
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* =========================
  step00用指
========================= */
.c-fingerImg__container {
  position: relative;
}

.c-fingerImg {
  width: 80px;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  right: -24px;
  top: 0;
  --finger-duration: 2s;
  animation: fingerFloat var(--finger-duration) ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes fingerFloat {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(var(--finger-travel, 0px));
  }
}
/* =========================
  step01用
========================= */
#step01 .p-form__radio input[type=checkbox] {
  display: none;
}

#step01 .p-form__item {
  gap: 8px;
}

#step01 .p-form__radio-col2.-step1 .wpcf7-form-control.wpcf7-checkbox {
  display: contents;
}

#step01 .p-form__radio-col2.-step1 {
  gap: 16px 10px;
}

#step01 .p-form__radio-col2.-step1 .wpcf7-list-item:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

#step01 .p-form__radio-col2.-step1 .wpcf7-list-item-label {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
#step01 .p-form__radio-col2.-step1 .wpcf7-list-item-label::after {
  content: none !important;
  display: none;
}

#step01 .p-form__radio input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #FFFFFF;
}
#step01 .p-form__radio input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #86BD11;
  border: none;
}

/* =========================
  step02用
========================= */
#step02 .p-form__item p {
  display: grid;
  gap: 24px;
}

#step02 .p-form__item {
  gap: 8px;
}

#step02 .p-form__item .wpcf7-list-item-label br {
  display: block;
}

#step02 .p-form__radio-col2.-step2-1 .wpcf7-form-control.wpcf7-radio {
  display: contents;
}

#step02 .p-form__radio-col2.-step2-1,
#step02 .p-form__radio-col2.-step2-2 {
  gap: 16px 10px;
}

#step02 .p-form__radio-col2.-step2-1 .wpcf7-list-item:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

#step02 .p-form__radio-col2.-step2-1 .wpcf7-list-item-label,
#step02 .p-form__radio-col2.-step2-2 .wpcf7-list-item-label {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#step02 .p-form__radio-col2.-step2-1 .wpcf7-list-item-label::after,
#step02 .p-form__radio-col2.-step2-2 .wpcf7-list-item-label::after {
  content: none !important;
  display: none;
}

#step02 .p-form__radio input[type=radio]:checked + .wpcf7-list-item-label {
  color: #FFFFFF;
}
#step02 .p-form__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background: #86BD11;
  border: none;
}

/* =========================
  step03用
========================= */
#step03 .p-form__item {
  gap: 8px;
}

#step03 .p-form__item p:nth-child(2) {
  display: grid;
  gap: 24px;
}

#step03 .p-form__radio-col2.-step3-1 .wpcf7-form-control.wpcf7-radio {
  display: contents;
}

#step03 .p-form__radio-col2.-step3-1 {
  gap: 16px 10px;
}

#step03 .p-form__radio-col2.-step3-1 .wpcf7-list-item:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

#step03 .p-form__radio-col2.-step3-1 .wpcf7-list-item-label {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 0 !important;
}
#step03 .p-form__radio-col2.-step3-1 .wpcf7-list-item-label::after {
  content: none !important;
  display: none;
}

#step03 .p-form__radio input[type=radio]:checked + .wpcf7-list-item-label {
  color: #FFFFFF;
}
#step03 .p-form__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background: #86BD11;
  border: none;
}

.p-form__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #333333;
  gap: 0;
}
.p-form__item-text .-noExperience {
  color: #333333;
  font-size: 16px;
  line-height: 150%;
}

.p-form__input-wrap {
  gap: 8px;
  grid-template-columns: auto 1fr;
}

.p-form__input-wrap.-col2 p {
  gap: 8px;
  grid-template-columns: auto 1fr;
  display: grid;
  align-items: center;
}
.p-form__input-wrap.-col2 p br {
  display: none;
}
.p-form__input-wrap.-col2 p .wpcf7-form-control-wrap {
  position: relative;
}
.p-form__input-wrap.-col2 p .wpcf7-form-control-wrap::before {
  content: "▼";
  color: #86BD11;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.p-form__input-option {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

/* =========================
  step04用
========================= */
.p-form__item.-address {
  margin-top: 40px;
}
.p-form__item.-address .c-announce {
  margin-top: 8px;
}

.p-form__input-wrap.-address {
  width: 100%;
  padding: 0 24px;
}
.p-form__input-wrap.-address .p-form__input {
  border: 2px solid #D2EE97;
}

.p-form__item.-address .wpcf7-form-control-wrap:has(select)::before {
  content: "▼";
  color: #D9D9D9;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.p-form__item.-birth {
  margin-top: 40px;
}

.p-form__birth-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.p-form__input-wrap.-birth {
  width: 100%;
  padding: 0 24px;
}
.p-form__input-wrap.-birth p {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.p-form__input-wrap.-birth p .wpcf7-form-control-wrap {
  width: 100%;
}
.p-form__input-wrap.-birth p .p-form__input {
  padding: 16px 10px;
  width: 100%;
  border: 2px solid #D2EE97;
}

.p-form__input-option.-birth {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

.p-form__item.-birth .wpcf7-form-control-wrap:has(select)::before {
  content: "▼";
  color: #D9D9D9;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

/* =========================
  step05用
========================= */
#last-step .p-form__item p {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}

#last-step .p-form__input {
  border: 2px solid #D2EE97;
}

.p-form__input-wrap.-tel p {
  margin-top: 0 !important;
}

.js-inline-namae {
  color: #333333 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

/* =========================
  求人カウント用
========================= */
.c-form__count {
  padding-left: 20px;
  padding-right: 20px;
}

.p-form__countnum {
  border: 2px solid #D9D9D9;
  padding: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #333333;
  display: flex;
  gap: 8px;
  align-items: end;
  border-radius: 10px;
  justify-content: center;
}

.p-form__countnum--num {
  font-weight: 500;
  font-size: 32px;
  line-height: 90%;
  text-align: center;
  color: #FF7200;
}

.thanks__main {
  background-color: #FFFFFF;
}

.l-thanks__head {
  background-color: #F8FEEB;
}

.p-form__balloon-wrap.--thanks {
  margin-top: 0;
}

.p-form__balloon-wrap.--thanks2 {
  margin-top: 0;
  border: 2px solid #86BD11;
  gap: 0;
  padding: 22px 13px;
}
.p-form__balloon-wrap.--thanks2 span {
  font-weight: 700;
  color: #86BD11;
}

.l-thanks__calendar {
  background-color: #FFFFFF;
}

.p-thanks__calendarhead {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #86BD11;
}
.p-thanks__calendarhead p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
.p-thanks__calendarhead span {
  font-weight: 700;
  color: #86BD11;
}

.l-thanks__calendarbody {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.l-thanks__calendarbody .p-thanks__calendarbody-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #333333;
}

#timerex_calendar {
  margin-top: 24px;
}

.c-line-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
  color: #5d5a69;
}

.p-thanks__head-message {
  padding: 24px;
  background-color: #F8FEEB;
}
.p-thanks__head-message p {
  font-weight: 700;
  line-height: 1.5;
  font-size: 16px;
}
.p-thanks__head-message p span {
  font-size: 20px;
  color: #86BD11;
}

.p-thanks__head-label {
  padding: 8px 24px;
  background: #787878;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.l-thanks__container {
  padding: 32px 24px;
  background: #FFFFFF;
  display: grid;
  gap: 24px;
}
.l-thanks__container .c-announce {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.2;
  color: #787878;
  position: relative;
}
.l-thanks__container .c-announce::before {
  content: "";
  background: url(../images/srcImg/icon-check-box.svg) no-repeat center center/cover;
  display: block;
  --check-icon-size: 16px;
  width: 16px;
  height: 16px;
}

.p-cvCard {
  border-radius: 16px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #FF7200;
  display: grid;
  padding: 24px;
}
.p-cvCard p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.p-cvCard p.-txt-primary {
  color: #FF7200;
  font-weight: 700;
}
.p-cvCard p strong {
  font-size: 18px;
  font-weight: 700;
  color: #00c300;
}

.p-cvCard p:nth-of-type(n + 2) {
  margin-block-start: 8px;
}

.p-cvCard__button {
  margin-block-start: 16px;
  animation: poyopoyo 2s ease-out infinite;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.c-cvButton {
  background: #00c300;
  border-radius: 16px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 16px;
}

.c-cvButton img {
  width: 32px;
  height: auto;
  vertical-align: bottom;
}

.p-thanks__section {
  display: grid;
  gap: 24px;
  padding-top: 32px;
  background-color: #FFFFFF;
}
.p-thanks__section .p-form__label {
  padding: 16px 24px;
  border-radius: 100px;
}
.p-thanks__section .p-form__label.-color-orange {
  background: #86BD11;
  color: #FFFFFF;
}

.p-thanks__interview {
  display: grid;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #D2EE97;
}

.p-thanks__interview-title {
  font-weight: 700;
  font-size: 16px;
  color: #86BD11;
  line-height: 1.5;
}

.p-thanks__interview-block {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
}

.p-thanks__interview-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-thanks__interview__answer {
  display: grid;
  gap: 8px;
}
.p-thanks__interview__answer p {
  font-weight: 500;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}
.p-thanks__interview__answer p strong {
  font-size: 16px;
  color: #333333;
}

.p-thanks__flow {
  display: grid;
  gap: 24px;
}

.p-thanks__flow-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #86BD11;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.p-thanks__flow-title span {
  font-size: 12px;
  text-transform: uppercase;
}

.p-thanks__flow-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

.p-thanks__flow-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 16px;
}

.p-cvCard.--flow {
  margin-top: 16px;
  margin-bottom: 64px;
}

.p-policy {
  background: #FFFFFF;
  padding: 32px 24px;
}

.p-policy__title {
  color: #FF7200;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.p-policy__text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}

.l-policy__content {
  margin-top: 24px;
}
.l-policy__content ul {
  margin-top: 8px;
}
.l-policy__content ul li {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  margin-top: 4px;
  text-indent: -1em;
  padding-left: 1em;
}

.p-policy__content-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.p-policy__content-text {
  font-size: 14px;
  line-height: 1.5;
}

.p-policy__content-text {
  margin-top: 8px;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */