@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: 0;
  /*
      .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;
  border-radius: 30px; }

.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;
  font-weight: bold; }

.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: bold; }

.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: flex;
  align-items: center;
  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 {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0; } }
.contact .wpcf7 dl dt, .job-description .wpcf7 dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  flex: 2.5;
  line-height: 1.5; }

@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dt, .job-description .wpcf7 dl dt {
    margin-bottom: 10px; } }
.contact .wpcf7 dl dd, .job-description .wpcf7 dl dd {
  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: 30px;
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1;
  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: #FA4F20;
  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;
  transition: .3s; }

.contact .wpcf7 a.cf7-link:hover, .job-description .wpcf7 a.cf7-link:hover {
  opacity: .7; }

.contact .wpcf7 .wpcf7-spinner, .job-description .wpcf7 .wpcf7-spinner {
  display: none; }

.contact .wpcf7 .address, .job-description .wpcf7 .address {
  display: flex;
  flex-direction: column;
  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: 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 {
  flex: 1; }

@media screen and (max-width: 781px) {
  .contact .wpcf7 .address .first-item, .job-description .wpcf7 .address .first-item {
    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 {
  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 .wpcf7-form > :not(:first-child) {
  margin-top: 0; }

.contact .wpcf7 p.confirmation {
  text-align: center;
  font-weight: normal; }
  .contact .wpcf7 p.confirmation a {
    color: #212836; }

.contact .wpcf7 dl div.c-btn01_c_wrap {
  border-bottom: none; }
  .contact .wpcf7 dl div.c-btn01_c_wrap p {
    width: 80%;
    margin: 0 auto; }
    @media screen and (min-width: 782px) {
      .contact .wpcf7 dl div.c-btn01_c_wrap p {
        max-width: 400px; } }

.c-btn01_c {
  background: #FA4F20;
  border: none;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  border-radius: 555px;
  padding: 4px 50px;
  /*max-width: 320px;*/
  min-height: 60px;
  font-size: 15px;
  text-decoration: none;
  filter: brightness(1);
  transition: filter 0.3s; }
  .c-btn01_c:hover {
    filter: brightness(1.1); }

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