@charset "UTF-8";
/************************************
form
*************************************/
/*
reset
***********************/
button,
option,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="url"],
input[type="option"],
input[type=""] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: none;
}
/* for firefox */
select {
  text-indent: 0.01px;
  text-overflow: "";
}
/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
select::-ms-expand {
  display: none;
}

/* ------------------------------------------ */
/* フォーカス時の色変更 */
.s-form textarea:focus,
.s-form input[type="email"]:focus,
.s-form input[type="tel"]:focus,
.s-form input[type="text"]:focus,
.s-form input[type="date"]:focus {
  outline: solid 1px #20b2aa;
  box-shadow: 0px 5px 10px 0px rgba(224, 255, 255, 0.7);
}
/* 入力欄の基本デザイン */
.s-form input[type="email"],
.s-form input[type="tel"],
.s-form input[type="text"],
.s-form input[type="date"],
.s-form textarea,
.s-form select {
  padding: 5px;
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.s-form input[type="radio"],
.s-form input[type="checkbox"] {
  display: inline-block;
}
.s-form textarea {
  height: 160px; /* デフォルトの高さ */
}
.s-form select {
  display: block;
  width: auto;
  height: 34px;
  overflow: hidden;
  padding: 5px 30px 5px 10px;
  margin: 10px 0;
}
.s-form .c-wrap--select {
  position: relative;
  display: inline-block;
}
.s-form .c-wrap--select:after {
  position: absolute;
  display: inline-block;
  content: "";
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #333;
  top: 25px;
  right: 10px;
  pointer-events: none;
}
.s-form input[type="text"][name^="zip"],
.s-form input[type="tel"] {
  width: 30%;
}
.s-form input#datepicker {
  width: 40%;
}
.s-form input[type="text"][name^="age"] {
  width: 20%;
  margin-right: 5px;
}
.s-form input[name^="date"] {
  width: 35%;
}
.s-form input[type="email"][name^="mailconfirm"] {
  margin-top: 10px;
}
/* アップロードボタン */
.s-form input::file-selector-button {
  box-sizing: border-box;
  min-height: 40px;
  margin-right: 16px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  background-color: #fff;
  color: #333 !important;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  text-decoration: none;
}
.s-form input[type="file"] {
  padding: 30px 50px;
  background: #f5f5f5;
  border-radius: 15px;
  cursor: pointer;
  margin-right: 10px;
  width: 100%;
}
.s-form input[type="file"]:hover {
  opacity: 0.8;
}
/* ---------------- 基本レイアウト --------------------- */
.s-form .c-table {
  width: 100%;
}
.s-form .c-table th {
  width: 30%;
  text-align: left;
  padding: 30px 10px 30px 20px;
  font-weight: bold;
}
.s-form .c-table td {
  width: 70%;
  text-align: left;
  padding: 30px 20px 30px 10px;
}
.s-form .c-tag--haveto {
  margin: auto 0 auto 6px;
  background: #dc3232;
}
.s-form__modal {
  margin-top: 30px;
  text-align: center;
}

/* /////---------------- CF7対応 ---------------------///// */
/* ---------------- 職種名入力欄 --------------------- */
.s-form input[name="jobtype"] {
  border: 0;
  pointer-events: none;
}
/* ---------------- 確認画面と完了画面を非表示 --------------------- */
.s-confirmarea,
.s-thanksarea {
  display: none;
}
/* ---------------- 確認画面アラート --------------------- */
.s-confirmarea .s-confirm__alert {
  text-align: center;
  padding: 30px;
  border: 3px solid #dc3232;
  background: #fffcd4;
  margin: 30px;
  color: #dc3232;
}
/* ---------------- ファイル名調整 --------------------- */
.s-form input[name="filename"] {
  display: none;
}
/* ---------------- チェックボックス位置調整 --------------------- */
.wpcf7-list-item.first {
  margin: 0;
}
span[data-name*="category_"] .wpcf7-list-item {
  display: block;
  margin: 0;
}
/* ---------------- バリデーション調整 --------------------- */
.e-invalid {
  display: none;
}
.is-invalid + .wpcf7-not-valid-tip.e-invalid {
  display: block !important;
}
.s-form__modal .wpcf7-list-item-label {
  visibility: hidden;
}
.s-form__modal .wpcf7-not-valid-tip {
  display: none;
}
.s-form__modal .e-invalid {
  color: #dc3232;
  font-weight: normal;
}
.s-form__modal:has(.wpcf7-not-valid-tip) .e-invalid {
  display: block !important;
}

/* ---------------- 完了画面 --------------------- */
.s-thanksarea {
  text-align: center;
}
.s-thanksarea .c-text--large {
  font-size: 2.4rem;
}
.s-thanksarea .c-text--normal {
  margin-top: 30px;
}
/* ---------------- ボタンデザイン調整 --------------------- */
.s-form__btn {
  text-align: center;
}
.s-inputarea .s-form__btn .c-btn {
  margin-top: 10px;
}
.s-form__valid {
  transition: 0.5s;
}
.s-form__btn .c-btn input,
.s-form__btn .c-btn--back input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
}
.s-form__btn .c-btn.e-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.s-form__btn .c-text--bold.e-disabled {
  color: #dc3232;
  visibility: visible;
}
.s-form__btn .c-text--bold {
  color: transparent;
  visibility: hidden;
}
/* 確認するボタン・送信するボタン文字サイズ固定 */
.s-form__btn .c-btn__text {
  font-size: 2.2rem;
}
/* 確認ページ戻るボタン */
.s-form__btn .c-btn--back {
  position: relative;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  width: fit-content;
}
.s-form__btn .c-btn--back:before,
.s-form__btn .c-btn--back:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.s-form__btn .c-btn--back:before {
  z-index: 1;
  border: 1px solid #888;
  background: #fff;
}
.s-form__btn .c-btn--back:after {
  z-index: 0;
}
.s-form__btn .c-btn--back__text {
  text-decoration: none;
  display: inline-block;
  color: #888;
  font-size: 1.5rem !important;
  padding: 12px 20px 12px 40px !important;
  position: relative;
  transition: 0.3s ease;
  z-index: 2;
}
.s-form__btn .c-btn--back__text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 3px solid #888;
  border-left: 3px solid #888;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.3s ease;
}
.s-form__btn .c-btn--back:hover:before,
.s-form__btn .c-btn--back:hover .c-btn--back__text {
  opacity: 0.7;
}
.s-form__btn .c-btn--back:hover .c-btn--back__text:after {
  left: 22px;
}
/* ---------------- アラート・サンクスメッセージ表示 --------------------- */
/* 非表示 */
.wpcf7-response-output {
  display: none;
}
/* デザイン調整 */
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3232;
  background: rgba(220, 50, 50, 0.1);
  font-size: 1.6rem;
  color: #dc3232;
  padding: 30px;
  margin: 40px 0;
  text-align: center;
  transition: 0.3s;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #009ceb;
  background: rgba(0, 156, 235, 0.1);
  font-size: 1.6rem;
  color: #009ceb;
  padding: 30px;
  margin: 40px 0;
  text-align: center;
  transition: 0.3s;
}
/* ---------------- datepicker --------------------- */
.ui-datepicker {
  width: auto;
}
/* ---------------- reCAPTCHA --------------------- */
.grecaptcha-badge {
  z-index: 999;
}
/* ---------------- turnstile --------------------- */
form.wpcf7-form.init {
position:relative;
}
.wpcf7-turnstile {
position:fixed;
right: 0;
bottom:0;
z-index: 99;
}	
/* ---------------- カスタマイズ --------------------- */
.s-contactlead p {
	text-align:center;
}


/************************************
jobinfo
*************************************/
/* ---------------- 基本レイアウト --------------------- */
.s-jobinfo .c-table {
  width: 100%;
}
.s-jobinfo .c-table th {
  width: 30%;
  text-align: left;
  padding: 30px 10px 30px 20px;
  font-weight: bold;
}
.s-jobinfo .c-table td {
  width: 70%;
  text-align: left;
  padding: 30px 20px 30px 10px;
}
.s-jobinfo .c-table {
  margin-top: 60px;
}

/* ---------------- スマートフォン対応 --------------------- */
@media screen and (max-width: 810px) {
  .s-form input[type="text"][name^="zip"],
  .s-form input[type="tel"],
  .s-form input[type="text"][name^="age"],
  .s-form input[type="date"] {
    width: 100%;
  }
  .s-form select[name^="prefecture"] {
    width: 110%;
  }
  .s-form .c-btn--back {
    width: 80%;
  }
  .s-form .c-table th,
  .s-form .c-table td {
    display: block;
    width: 100%;
	}
	.s-form .c-table th {
	padding: 20px 10px 0;/* 固定 */
	}
	.s-form .c-table td {
	padding: 10px 10px 20px;/* 固定 */
    text-align: left;
  }
  .ui-datepicker {
    width: 60%;
	}
	.wpcf7-turnstile {
		position:relative;
		text-align: center;
		padding-bottom: calc(60 * var(--px));
	}

	/* ---------------- カスタマイズ --------------------- */
	.s-contactlead p {
	text-align:left;
	}
  .s-jobinfo .c-table th,
  .s-jobinfo .c-table td {
    display: block;
    width: 100%;
    padding: 20px 10px;
	}
	  .s-jobinfo .c-table th {
		padding: 20px 10px 0;/* 固定 */
	}
  .s-jobinfo .c-table td {
		text-align: left;
		padding: 10px 10px 20px;/* 固定 */
  }
  .s-jobinfo .c-table {
    margin-top: 25px;
  }
}
