@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  svg.fig-circle03, svg.fig-circle04 {
    display: none !important;
  }
}

/*----------------------------------------------------
  フォーム
----------------------------------------------------*/
.breadcrumb + .section-wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

p.txt-form {
  line-height: 2.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 767.98px) {
  p.txt-form {
    line-height: 2;
  }
}
p.txt-form + .second-title {
  margin-top: 8rem;
}

table.tbl-form {
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form {
    margin-bottom: 3rem;
  }
}
table.tbl-form th, table.tbl-form td {
  padding: 1.5rem 0;
  white-space: normal;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form th, table.tbl-form td {
    padding: 1.2rem 1rem;
    display: block;
    width: 100% !important;
    float: left;
  }
}
table.tbl-form th {
  width: 200px;
  padding-top: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form th {
    padding-top: 1.2rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  table.tbl-form tr {
    border-bottom: 1px solid #ddd;
  }
}
table.tbl-form span.required {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 4px;
  border-radius: 4px;
  background-color: #DEEECB;
  color: #008C4F;
  font-size: 11px;
  position: relative;
  top: -2px;
}
table.tbl-form span.formsub {
  font-size: 1.4rem;
}
table.tbl-form input::placeholder {
  color: #a5a5a5;
}
table.tbl-form input[type=text], table.tbl-form input[type=email], table.tbl-form input[type=tel], table.tbl-form input[type=date] {
  padding: 10px 15px;
}
table.tbl-form .input-max {
  width: 100%;
}
table.tbl-form .input-medium {
  width: 60%;
}
@media screen and (max-width: 767.98px) {
  table.tbl-form .input-medium {
    width: 100%;
  }
}
table.tbl-form .input-select-time {
  margin-left: 0.5rem;
}
table.tbl-form td span.formlbl {
  margin-right: 0.5rem;
}
@media screen and (max-width: 575.98px) {
  table.tbl-form td span.formlbl {
    display: block;
  }
  table.tbl-form td span.formlbl.last {
    margin-top: 0.5rem;
  }
}

.txt-privacy {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .txt-privacy {
    text-align: left;
  }
}

.acceptance-check-area {
  text-align: center;
  margin: 3rem 0 5rem;
}
.acceptance-check-area .wpcf7-list-item {
  cursor: pointer;
  user-select: none;
  margin-left: 0;
}
@media screen and (max-width: 767.98px) {
  .acceptance-check-area .wpcf7-list-item {
    font-size: 1.5rem;
  }
}
.acceptance-check-area label:hover {
  cursor: pointer;
}
.acceptance-check-area input[type=checkbox] {
  transform: scale(1.2);
  margin-right: 0.2rem;
  margin-top: 0.1rem;
}

.button-area {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .button-area {
    margin-bottom: 3rem;
  }
}
.button-area .submit-wrap {
  display: inline-block;
  position: relative;
}
.button-area .submit-wrap::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  transform: translateY(-50%);
  right: 1.5rem;
  z-index: 1;
}
.button-area .submit-wrap::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.2rem;
  background-color: #008C4F;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: calc(50% - 12px);
  transform: translateY(-50%);
  right: 2.5rem;
  z-index: 1;
}
.button-area .submit-wrap:has(.wpcf7-submit:disabled)::after {
  background-color: #c8c8c8;
}
.button-area .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  background-color: #008C4F;
  color: #fff;
  padding: 1.5rem 7rem 1.5rem 4rem;
  border-radius: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  min-width: 290px;
  max-width: 100%;
  height: 92px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .button-area .wpcf7-submit {
    padding-left: 3rem;
    min-width: 270px;
    height: 78px;
  }
}
.button-area .wpcf7-submit:hover {
  background-color: #02653a;
}
.button-area .wpcf7-submit:disabled {
  background-color: #c8c8c8;
  color: #555;
}

.wpcf7-radio {
  margin-top: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .wpcf7-radio {
    margin-top: 0;
  }
}
.wpcf7-radio .wpcf7-list-item {
  user-select: none;
  margin: 0 1.5em 0 0;
}
@media screen and (max-width: 767.98px) {
  .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 1em;
  }
}
.wpcf7-radio .wpcf7-list-item label:hover {
  cursor: pointer;
}

.wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}

/*----------------------------------------------------
  エントリーフォーム
----------------------------------------------------*/
.recruitment-area .recruitment-block {
  background-color: #fff;
  border-radius: 3rem;
  padding: 4rem 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .recruitment-area .recruitment-block {
    padding: 3rem;
  }
}
.recruitment-area .tbl-recruitment {
  width: 100%;
}
.recruitment-area .tbl-recruitment th, .recruitment-area .tbl-recruitment td {
  padding: 1.5rem;
  background-color: #fff;
  white-space: normal;
}
@media screen and (max-width: 767.98px) {
  .recruitment-area .tbl-recruitment th, .recruitment-area .tbl-recruitment td {
    padding: 1.2rem 0.5rem;
    display: block;
    width: 100%;
    float: left;
  }
}
.recruitment-area .tbl-recruitment tbody tr {
  border-bottom: 1px solid #ddd;
}
.recruitment-area .tbl-recruitment tbody th {
  width: 200px;
}
@media screen and (max-width: 767.98px) {
  .recruitment-area .tbl-recruitment tbody th {
    width: 100%;
    padding-bottom: 0;
  }
}/*# sourceMappingURL=form.css.map */