@charset "UTF-8";
@media screen and (max-width: 600px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

body {
  background-color: #eeeeee;
}

.section__fv {
  background-image: url(../img/section-fv-contact.jpg);
  background-size: cover;
}

.contact {
  background-color: #eeeeee;
}

.contactForm__wrap {
  padding-inline: 255px;
  padding-bottom: 80px;
  margin-top: 70px;
}

.contact__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
}

.recruit__form {
  background-color: #d9d9d9;
  padding-block: 100px;
}

.recruit__form--inner {
  max-width: 1000px;
  margin: 0 auto;
}

.recruitForm__text--wrap {
  color: #232323;
}

.recruit__form--title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.recruit__text1,
.recruit__text2 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 30px;
}

.contact-form {
  margin-top: 90px;
}

.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-form .form-group .form-control {
  width: 100%;
  padding: 4px;
  border-radius: 6px;
  border: none;
}

.contact-form .form-group .form-message {
  height: 340px;
  margin-top: 24px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #dedede;
  font-size: 1rem;
  padding-left: 8px;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #dedede;
  font-size: 1rem;
  padding-left: 8px;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #dedede;
  font-size: 1rem;
  padding-left: 8px;
}

.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: #dedede;
  font-size: 1rem;
  padding-left: 8px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #dedede;
  font-size: 1rem;
  padding-left: 8px;
}

.contact-form .privacy-policy h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 1;
}

.contact-form .privacy-policy .policy-text {
  background-color: #E2E2E2;
  border: 2px solid #BCBCBC;
  padding: 36px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 24px;
}

.contact-form .privacy-policy .policy-title {
  color: #232323;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.contact-form .privacy-policy .policy-lead {
  margin-top: 32px;
  font-size: 1.25rem;
  color: #232323;
  font-weight: 400;
  line-height: 1.7;
}

.contact-form .privacy-policy .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form .privacy-policy .form-check input {
  margin-right: 5px;
}

.contact-form .privacy-policy .form-check label {
  font-size: 0.9em;
}

.contact-form .submit-btn {
  background-color: #FF7700;
  color: #fff;
  padding: 30px 130px;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  display: block;
}

.contact-form .submit-btn:hover {
  background-color: #fff;
  color: #FF7700;
}

.wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

.wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px #232323;
  display: block;
}

.wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: 0.4s;
}

.form-group-message {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

input[type="radio" i]:checked~.wpcf7-list-item-label::after {
  background: #FF7700;
}

input[type="checkbox" i]:checked~.wpcf7-list-item-label::after {
  background: #FF7700;
}

.form-field__radio {
  margin-top: 7px;
}

.label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.25rem;
  color: #232323;
  font-weight: 700;
  line-height: 1;
}

label {
  margin-right: auto;
}

.required {
  margin-left: 10px;
  padding: 2px 24px;
  background-color: #232323;
  color: #fff;
  border-radius: 20px;
  line-height: 1.7;
  font-size: 0.875rem;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-group-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.label-wrapper-message {
  width: 383px;
}

.form-check {
  margin-top: 30px;
  margin-bottom: 50px;
}

.from-radio-label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  /* ラジオボタンの余白を設定 */
}

.from-radio__input {
  position: absolute;
  opacity: 0;
  /* 見えないが機能するようにする */
  pointer-events: none;
  /* 手動でクリック不可 */
}

.from-radio__custom {
  position: absolute;
  left: 5px;
  /* ラジオボタン位置 */
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #232323;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.from-radio__input:checked+.from-radio__custom {
  position: absolute;
  left: 5px;
  /* ラジオボタン位置 */
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #FF7700;
}

.from-radio__text {
  margin-left: 10px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  color: #333;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #dedede;
  font-size: 1rem;
  padding-left: 30px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #dedede;
  font-size: 1rem;
  padding-left: 30px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #dedede;
  font-size: 1rem;
  padding-left: 30px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #dedede;
  font-size: 1rem;
  padding-left: 30px;
}

input::placeholder,
textarea::placeholder {
  color: #dedede;
  font-size: 1rem;
  padding-left: 30px;
}

.privacy-policy h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 1;
}

.privacy-policy .policy-text {
  background-color: #E2E2E2;
  border: 2px solid #BCBCBC;
  padding: 36px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 24px;
}

.privacy-policy .policy-title {
  color: #232323;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.privacy-policy .policy-lead {
  margin-top: 32px;
  font-size: 1.25rem;
  color: #232323;
  font-weight: 400;
  line-height: 1.7;
}

.privacy-policy .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacy-policy .form-check input {
  margin-right: 5px;
}

.privacy-policy .form-check label {
  font-size: 0.9em;
}

.submit-btn {
  background-color: #FF7700;
  color: #fff;
  padding: 30px 130px;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.submit-btn:hover {
  background-color: #fff;
  color: #FF7700;
}

.label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.25rem;
  color: #232323;
  font-weight: 700;
  line-height: 1;
  height: fit-content;
  margin-top: 10px;
}

.label-wrapper p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

label {
  margin-right: auto;
}

.required {
  margin-left: 10px;
  padding: 2px 24px;
  background-color: #232323;
  color: #fff;
  border-radius: 20px;
  line-height: 1.7;
  font-size: 0.875rem;
  width: fit-content;
  display: block;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-group p {
  width: 100%;
}

.form-group-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.label-wrapper-message {
  width: 383px;
}

.form-check {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* チェックボックスのサイズ変更 */
.form-check input[type=checkbox] {
  width: 26px;
  /* チェックボックスの幅 */
  height: 26px;
  /* チェックボックスの高さ */
  accent-color: #FF7700;
  /* チェックの色 */
}

/* チェックボックスのラベルのサイズ変更 */
.form-check label {
  font-size: 18px;
  /* ラベルのフォントサイズ */
  color: #232323;
  /* ラベルの色 */
}