@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:YOPQ@300&display=swap");
.c-breadcrumbs {
  padding: 10px 0;
}
.c-breadcrumbs--wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 2000px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
.c-breadcrumbs--wrap a, .c-breadcrumbs--wrap span {
  font-size: clamp(13px, 1.41vw, 14px);
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs--wrap a, .c-breadcrumbs--wrap span {
    font-size: 14px;
  }
}
.c-breadcrumbs--wrap a {
  background: url(../images/common/icon_right_black.svg) no-repeat center right;
  background-size: 10px 10px;
  color: #3C3C3C;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  text-decoration: underline;
}
.c-breadcrumbs--wrap span {
  color: #9D9D9D;
}

.c-title-h1 {
  background: url(../images/common/img-maintitle.webp) no-repeat center right;
  background-color: #A4C043;
  background-size: cover;
  padding: 7% 0;
}
@media screen and (min-width: 992px) {
  .c-title-h1 {
    padding: 50px 0;
  }
}
.c-title-h1 span {
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  max-width: 2000px;
  padding: 0 10px;
  font-size: 5.8139534884vw;
}
@media screen and (min-width: 430px) {
  .c-title-h1 span {
    font-size: 4.0322580645vw;
  }
}
@media screen and (min-width: 620px) {
  .c-title-h1 span {
    font-size: 3.2552083333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-title-h1 span {
    font-size: 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .c-title-h1 span {
    font-size: 48px;
  }
}

.c-basic-btn {
  background: url(../images/common/icon-arrow-black.svg) no-repeat center right 10px;
  background-size: 30px 30px;
  background-color: #ffffff;
  border: 2px solid #3C3C3C;
  border-radius: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #3C3C3C;
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  margin: 0 auto;
  padding: 12px 15px;
  padding-right: 40px;
  position: relative;
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-basic-btn {
    background-size: 40px 40px;
    padding: 20px;
    padding-right: 50px;
    font-size: 16px;
    max-width: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .c-basic-btn {
    max-width: 500px;
  }
}

.c-pagenation {
  margin-top: 30px;
}
.c-pagenation .nav-links {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.c-pagenation .nav-links span, .c-pagenation .nav-links a {
  background: #A4C043;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  padding: 10px 12px;
  margin: 0 3px;
  font-size: 12px;
  line-height: 1;
  transition: 0.3s;
}
.c-pagenation .nav-links span {
  background: #959595;
}
.c-pagenation .nav-links a:hover {
  opacity: 0.7;
}

/* =========================================================
【contact】人材雇用の相談
========================================================= */
/*form要素のcssリセット*/
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  display: inline-block;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=url],
input[type=month],
textarea,
select {
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: clamp(15px, 1.61vw, 16px);
  padding: 5px 10px;
  outline: none;
  width: 100%;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=url],
input[type=month],
textarea,
select {
    font-size: 16px;
  }
}

input[type=month] {
  max-width: 400px;
}

select {
  background: url(../images/common/icon_bottom_black.svg) no-repeat center right 5px;
  background-size: 10px 10px;
  background-color: #ffffff;
  display: block;
  padding: 6px 10px;
  max-width: 120px;
  max-width: 400px;
  width: 100%;
}
select:hover {
  opacity: 0.7;
}

textarea {
  max-width: 400px;
  width: 100% !important;
  height: 150px;
  margin: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  textarea {
    display: inline-block;
  }
}
textarea:focus {
  background: #efefef;
}

.checkbox label {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  line-height: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.checkbox label:not(:last-of-type) {
  margin-right: 16px;
}
.checkbox label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #f5f4ef;
  cursor: pointer;
}
.checkbox label input:checked {
  background-color: #a4c043;
}
.checkbox label input:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.radio label {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  line-height: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.radio label:not(:last-of-type) {
  margin-right: 16px;
}
.radio label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #a4c043;
  border-radius: 9999px;
  background-color: #dddddd;
  cursor: pointer;
}
.radio label input:checked {
  border: none;
  background-color: #a4c043;
}
.radio label input:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 9999px;
  background-color: #ffffff;
}

.p-contact-contents {
  background: #F5F4EF;
  padding: 20px 5% 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-contact-contents {
    padding: 20px 5% 100px;
  }
}
.p-contact-contents--wrap {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.p-contact-stepbar {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact-stepbar {
    margin: 30px auto 40px;
  }
}
.p-contact-stepbar--item {
  position: relative;
  width: 33.333%;
  line-height: 1.3;
  text-align: center;
}
.p-contact-stepbar--item::after {
  content: " ";
  display: block;
  width: calc(100% - 70px);
  height: 1px;
  border-bottom: 5px dotted #cccccc;
  position: absolute;
  left: -24%;
  top: 27px;
}
@media screen and (min-width: 768px) {
  .p-contact-stepbar--item::after {
    left: -30%;
  }
}
.p-contact-stepbar--item:first-child::after {
  content: none;
}
.p-contact-stepbar .visited .p-contact-stepbar--icon {
  background: #A4C043;
}
.p-contact-stepbar .visited .p-contact-stepbar--text {
  color: #A4C043;
}
.p-contact-stepbar .visited::after {
  border-bottom-color: #A4C043;
}
.p-contact-stepbar--icon {
  position: relative;
  display: inline-block;
  background: #cccccc;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  margin-bottom: 5px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  z-index: 5;
}
.p-contact-stepbar--icon .text {
  font-size: 10px;
  display: block;
}
.p-contact-stepbar--icon .num {
  font-size: 24px;
  display: block;
}
.p-contact-stepbar--text {
  display: block;
  font-size: 12px;
  color: #cccccc;
  font-weight: bold;
}
.p-contact dl {
  font-size: clamp(15px, 1.61vw, 16px);
}
@media screen and (min-width: 992px) {
  .p-contact dl {
    font-size: 16px;
  }
}
.p-contact dl dt {
  font-weight: bold;
  position: relative;
  padding-right: 100px;
  margin-bottom: 10px;
}
.p-contact dl dt .required {
  background: #D32E29;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 60%;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.p-contact dl dd {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-contact dl dd {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.p-contact--title {
  background: #A4C043;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #A4C043;
  color: #ffffff;
  font-size: 5.3488372093vw;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-contact--title {
    font-size: 3.7096774194vw;
  }
}
@media screen and (min-width: 620px) {
  .p-contact--title {
    font-size: 2.9947916667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-contact--title {
    font-size: 2.3185483871vw;
  }
}
@media screen and (min-width: 992px) {
  .p-contact--title {
    font-size: 30px;
    padding: 20px 10px 15px;
  }
}
.p-contact .box {
  background: #ffffff;
  border-radius: 0 0 15px 15px;
  padding: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .p-contact .box {
    padding: 20px;
  }
}
.p-contact-btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-red.svg);
  background-color: #D32E29;
  border-color: #D32E29;
  color: #ffffff;
}
.p-contact.confirm dd {
  background: #ffffff;
  border: none;
  padding: 10px;
}
.p-contact.complete .p-contact-contents--wrap {
  max-width: 800px;
}
.p-contact-complete--text {
  margin: 0 auto;
  padding: 20px 0 40px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
  color: #3c3c3c;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-contact-complete--text {
    font-size: 16px;
  }
}
.p-contact-complete--btn .c-basic-btn {
  background-image: url(../images/common/icon-arrow-red.svg);
  background-color: #D32E29;
  border-color: #D32E29;
  color: #ffffff;
  text-align: center;
}
table#mfp_confirm_table {
  background-color: #fff;
  border-radius: 15px;
  margin: 40px auto 0;
  max-width: 600px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: 100%;
  z-index: 10;
}

table#mfp_confirm_table tr th {
  font-size: clamp(15px, 1.61vw, 16px);
  font-weight: bold;
  padding: 10px 2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  table#mfp_confirm_table tr th {
    border-bottom: 1px solid rgb(204, 204, 204);
  }
}
@media screen and (min-width: 992px) {
  table#mfp_confirm_table tr th {
    font-size: 16px;
  }
}

table#mfp_confirm_table tr td {
  border-bottom: 1px solid rgb(204, 204, 204);
  font-size: clamp(15px, 1.61vw, 16px);
  padding: 0 3rem 10px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  table#mfp_confirm_table tr td {
    padding: 10px 3rem;
  }
}
@media screen and (min-width: 992px) {
  table#mfp_confirm_table tr td {
    font-size: 16px;
  }
}

div.mfp_buttons button#mfp_button_send {
  background-image: url(../images/common/icon-arrow-red.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-color: #D32E29;
  background-position: center right 10px;
  border-color: #D32E29;
  border: 2px solid #3C3C3C;
  border-radius: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  margin: 0 auto;
  padding: 20px;
  padding-right: 50px;
  position: relative;
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  div.mfp_buttons button#mfp_button_send {
    font-size: 16px;
  }
}

div.mfp_buttons button#mfp_button_cancel {
  background-image: url(../images/common/icon-arrow-red.svg);
  background-color: rgb(211, 46, 41);
  color: rgb(255, 255, 255);
  border-color: rgb(211, 46, 41);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px;
  color: rgb(60, 60, 60);
  display: block;
  font-size: clamp(13px, 1.41vw, 14px);
  font-weight: bold;
  position: relative;
  max-width: 300px;
  width: 100%;
  background: url(../images/common/icon-arrow-black.svg) right 10px center/30px 30px no-repeat rgb(255, 255, 255);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(60, 60, 60);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 100px;
  margin: 0px auto;
  padding: 12px 40px 12px 15px;
}
/*# sourceMappingURL=style-contact.css.map */