@charset "UTF-8";
/*contact--------------------*/
.contact .l__wrap:first-child {
  padding: 0 0 80px;
}
.contact .c-txt16 {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .contact .c-txt16 {
    width: 100%;
  }
}

.contact .wpcf7, .job-description .wpcf7 {
  margin-bottom: 5rem;
  padding: 20px;
  /*
      .c-frame{
          position: relative;

          &::before{
              content: '';
              width: 2.8rem;
              height: 2.8rem;
              background-image: url(./images/arrow_white.svg);
              background-size: contain;
              background-repeat: no-repeat;
              position: absolute;
              top: 50%;
              right: 1.8rem;
              transform: translateY(-50%);
              z-index: 10;
          }
      }
  */
}
.contact .wpcf7 .wpcf7-form, .job-description .wpcf7 .wpcf7-form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
}
.contact .wpcf7 .wpcf7-form input[type=submit], .job-description .wpcf7 .wpcf7-form input[type=submit] {
  color: #ffffff;
}
.contact .wpcf7 .wpcf7-submit:disabled, .job-description .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.4;
}
.contact .wpcf7 .wpcf7-form p, .job-description .wpcf7 .wpcf7-form p {
  padding: 1rem 0;
}
.contact .wpcf7 .wpcf7-list-item, .job-description .wpcf7 .wpcf7-list-item {
  margin-bottom: 1rem;
}
.contact .wpcf7 .submit_btn_wrap, .job-description .wpcf7 .submit_btn_wrap {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.contact .wpcf7 .submit_btn_wrap .wpcf7-submit, .job-description .wpcf7 .submit_btn_wrap .wpcf7-submit {
  width: 240px;
  border-radius: 0;
  padding: 10.8px 0;
}
.contact .wpcf7 dl, .job-description .wpcf7 dl {
  margin-bottom: 5rem;
}
.contact .wpcf7 dl div, .job-description .wpcf7 dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 50px 15px 40px;
  border-bottom: 1px solid #e2e2e2;
}
.contact .wpcf7 dl div:first-of-type, .job-description .wpcf7 dl div:first-of-type {
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl div, .job-description .wpcf7 dl div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 5px;
  }
}
.contact .wpcf7 dl dt, .job-description .wpcf7 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  line-height: 1.5;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dt, .job-description .wpcf7 dl dt {
    margin-bottom: 25px;
  }
}
.contact .wpcf7 dl dd, .job-description .wpcf7 dl dd {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  margin-left: 3.5rem;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dd, .job-description .wpcf7 dl dd {
    width: 100%;
    margin-left: 0;
  }
}
.contact .wpcf7 dl dt::after, .job-description .wpcf7 dl dt::after {
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dt::after, .job-description .wpcf7 dl dt::after {
    margin-left: 20px;
  }
}
.contact .wpcf7 dl dt.need::after, .job-description .wpcf7 dl dt.need::after {
  content: "必須";
  background-color: #d40000;
  color: #fff;
}
.contact .wpcf7 dl dt.any::after, .job-description .wpcf7 dl dt.any::after {
  content: "任意";
  background-color: #eaeaea;
  color: #666;
}
.contact .wpcf7 dl dd span.wpcf7-list-item, .job-description .wpcf7 dl dd span.wpcf7-list-item {
  display: block;
}
.contact .wpcf7 dl dd .wpcf7-text, .contact .wpcf7 .wpcf7-select, .contact .wpcf7 .wpcf7-number, .job-description .wpcf7 dl dd .wpcf7-text, .job-description .wpcf7 .wpcf7-select, .job-description .wpcf7 .wpcf7-number {
  height: 3rem;
  border: none;
}
.contact .wpcf7 dl dd .wpcf7-text, .contact .wpcf7 dl dd .wpcf7-textarea, .contact .wpcf7 .wpcf7-select, .job-description .wpcf7 dl dd .wpcf7-text, .job-description .wpcf7 dl dd .wpcf7-textarea, .job-description .wpcf7 .wpcf7-select {
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  background-color: #f4f6f8;
}
.contact .wpcf7 dl dd .wpcf7-textarea, .job-description .wpcf7 dl dd .wpcf7-textarea {
  border: none;
}
.contact .wpcf7 dl dd .wpcf7-number, .job-description .wpcf7 dl dd .wpcf7-number {
  border-radius: 4px;
  width: 30%;
  padding: 10px;
  background-color: #f4f6f8;
  margin-right: 1rem;
}
.contact .wpcf7 .wpcf7-radio .wpcf7-list-item, .job-description .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin-bottom: 6px;
}
.contact .wpcf7 input[type=number]:focus, .job-description .wpcf7 input[type=number]:focus {
  outline: none;
}
.contact .wpcf7 input[type=number]::-webkit-outer-spin-button,
.contact .wpcf7 input[type=number]::-webkit-inner-spin-button, .job-description .wpcf7 input[type=number]::-webkit-outer-spin-button,
.job-description .wpcf7 input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.contact .wpcf7 .cf7-text-box p, .job-description .wpcf7 .cf7-text-box p {
  text-align: center;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 .cf7-text-box p, .job-description .wpcf7 .cf7-text-box p {
    text-align: left;
  }
}
.contact .wpcf7 .cf7-text-box p:first-of-type, .job-description .wpcf7 .cf7-text-box p:first-of-type {
  margin-bottom: 7px;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 .cf7-text-box p.accept, .job-description .wpcf7 .cf7-text-box p.accept {
    line-height: 1;
  }
}
.contact .wpcf7 a.cf7-link, .job-description .wpcf7 a.cf7-link {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .wpcf7 a.cf7-link:hover, .job-description .wpcf7 a.cf7-link:hover {
  opacity: 0.7;
}
.contact .wpcf7 .wpcf7-spinner, .job-description .wpcf7 .wpcf7-spinner {
  display: none;
}
.contact .wpcf7 .address, .job-description .wpcf7 .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: none;
  padding: 0;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 .address, .job-description .wpcf7 .address {
    width: 100%;
  }
}
.contact .wpcf7 .address span, .job-description .wpcf7 .address span {
  display: block;
  margin-bottom: 1rem;
}
.contact .wpcf7 .address div, .job-description .wpcf7 .address div {
  display: block;
  border-bottom: none;
  padding: 0;
}
.contact .wpcf7 .address .first, .job-description .wpcf7 .address .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 .address .first, .job-description .wpcf7 .address .first {
    width: 100%;
  }
}
.contact .wpcf7 .address .first-item, .job-description .wpcf7 .address .first-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 .address .first-item, .job-description .wpcf7 .address .first-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.contact .wpcf7 .address .first-item:last-of-type, .job-description .wpcf7 .address .first-item:last-of-type {
  margin-left: 2rem;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 .address .first-item:last-of-type, .job-description .wpcf7 .address .first-item:last-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 .address .second, .job-description .wpcf7 .address .second {
    width: 100%;
  }
}
.contact .wpcf7 .extra, .job-description .wpcf7 .extra {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact .wpcf7 .c-btn02-bule, .job-description .wpcf7 .c-btn02-bule {
  text-align: center;
}
@media (max-width: 59.99em) {
  .contact .wpcf7 .submit_btn_wrap .wpcf7-submit, .job-description .wpcf7 .submit_btn_wrap .wpcf7-submit {
    width: 70%;
  }
}
.contact .wpcf7 .wpcf7-submit.c-btn02, .job-description .wpcf7 .wpcf7-submit.c-btn02 {
  border-radius: 0;
  width: 284px;
  padding: 15px 0 15px 15px;
}
.contact .wpcf7 .wpcf7-submit.c-btn02::hover, .job-description .wpcf7 .wpcf7-submit.c-btn02::hover {
  background-position: 0;
}

/*contact--------------------*/