/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2026 | 01:11:57 */
/* ============================================================
   応募フォーム
   ============================================================ */

.kf-form { max-width: 760px; margin: 0 auto; }

.kf-row > p { display: contents; }
.kf-row br { display: none; }

.kf-row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.kf-label {
  flex: 0 0 150px;
  font-size: 15px;
  color: #333;
  white-space: nowrap;
}
.kf-req {
  flex: 0 0 42px;
  width: 42px;
  text-align: center;
  margin-right: 16px;
  font-size: 11px;
  padding: 3px 0;
  border: 1px solid #d33;
  color: #d33;
  border-radius: 3px;
  line-height: 1;
  box-sizing: border-box;
}
.kf-req.kf-any { border-color: #4a90d9; color: #4a90d9; }
.kf-field { flex: 1 1 auto; min-width: 0; }

.kf-form input[type="text"],
.kf-form input[type="tel"],
.kf-form input[type="email"],
.kf-form select,
.kf-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-sizing: border-box;
  font-size: 15px;
  color: #333;
}
.kf-form textarea { min-height: 130px; }
.kf-form ::placeholder { color: #aaa; }

.kf-birth { display: flex; align-items: center; gap: 6px; flex-wrap: nowrap; }
.kf-birth select {
  width: auto;
  min-width: 150px;
  padding: 11px 12px;
}

.kf-field .wpcf7-radio { display: inline-flex; gap: 24px; }
.kf-field .wpcf7-list-item { margin: 0; }
.kf-field .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  white-space: nowrap;
}

.kf-row-top { align-items: flex-start; }
.kf-row-top .kf-label,
.kf-row-top .kf-req { margin-top: 11px; }

.kf-privacy { margin-top: 36px; }
.kf-privacy-ttl { font-weight: bold; margin-bottom: 6px; }
.kf-privacy-box {
  background: #f5f5f5;
  padding: 18px;
  font-size: 13px;
  line-height: 1.8;
  margin: 12px 0;
  color: #555;
}
.kf-privacy .wpcf7-acceptance { display: inline-flex; align-items: center; gap: 8px; }
.kf-privacy .wpcf7-list-item { margin: 0; }

.kf-submit { text-align: center; margin-top: 32px; }
.kf-submit input {
  background: #385723 !important;
  color: #fff !important;
  border: none !important;
  padding: 15px 56px !important;
  border-radius: 999px !important;
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.2s;
}
.kf-submit input:hover { opacity: 0.88; }

@media (max-width: 959px) {
  .kf-birth { display: flex; align-items: center; gap: 6px; flex-wrap: nowrap; }
  .kf-birth select {
    width: auto;
    min-width: 130px;
    padding: 11px 12px;
  }
}

@media (max-width: 599px) {
  .kf-row {
    flex-wrap: wrap;
    align-items: center;
  }
  .kf-label {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 8px;
  }
  .kf-req {
    flex: 0 0 42px;
    margin-bottom: 8px;
  }
  .kf-field {
    flex: 0 0 100%;
  }
  .kf-birth { flex-wrap: wrap; }
  .kf-birth select { min-width: 0; flex: 1 1 auto; }
  .kf-row-top .kf-label,
  .kf-row-top .kf-req { margin-top: 0; }
}


/* ============================================================
   お問い合わせフォーム
   ============================================================ */

.kf-form {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 48px 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

.kf-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.kf-row > p { display: contents; }
.kf-row br { display: none; }

.kf-label {
  flex: 0 0 180px;
  width: 180px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
.kf-label small {
  display: block;
  font-size: 12px;
  color: #888;
  font-weight: normal;
  margin-top: 2px;
}

.kf-req {
  flex: 0 0 42px;
  width: 42px;
  margin-right: 16px;
  padding: 2px 0;
  font-size: 12px;
  text-align: center;
  border: 1px solid #d33;
  color: #d33;
}
.kf-any {
  border-color: #4a90d9;
  color: #4a90d9;
}

.kf-field {
  flex: 1 1 auto;
  min-width: 0;
}
.kf-field input,
.kf-field textarea,
.kf-field select {
  width: 100%;
  padding: 12px 14px !important;
  font-size: 16px;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-sizing: border-box;
}
.kf-field textarea {
  min-height: 200px;
  resize: vertical;
}

.kf-zip {
  display: flex;
  align-items: center;
  gap: 8px;
}
.kf-zip input {
  width: auto;
  flex: 1 1 120px;
}

.kf-row-top {
  flex-wrap: wrap;
  align-items: center;
}
.kf-row-top .kf-label {
  flex: 0 0 auto;
  width: auto;
  margin-right: 16px;
}
.kf-row-top .kf-field {
  flex: 0 0 100%;
  margin-top: 12px;
}

.kf-privacy {
  margin: 28px 0;
  text-align: left;
}
.kf-privacy a {
  color: #4a90d9;
  text-decoration: underline;
}
.kf-privacy-note {
  font-size: 12px;
  color: #888;
  line-height: 1.8;
  margin-top: 12px;
  text-align: left;
}

.kf-submit {
  text-align: center;
  margin-top: 32px;
}
.kf-submit input[type="submit"] {
  padding: 16px 48px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #385723;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.kf-submit input[type="submit"]:hover {
  opacity: 0.85;
}
.wpcf7,
.wpcf7 form,
.wpcf7 .kf-form {
  width: 100%;
  max-width: 100%;
}
.form-under {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

@media (max-width: 959px) {
  .kf-zip {
    flex-wrap: nowrap;
  }
  .kf-zip input {
    min-width: 0;
    flex: 1 1 0;
  }
  .sp-spacer {
    height: 60px !important;
  }
}

@media (max-width: 599px) {
  .kf-form {
    padding: 28px 18px;
    border-radius: 8px;
  }
  .kf-row {
    flex-wrap: wrap;
  }
  .kf-label {
    flex: 0 0 auto;
    width: auto;
    margin-right: 10px;
  }
  .kf-field {
    flex: 0 0 100%;
    margin-top: 8px;
  }
  .sp-spacer {
    height: 40px !important;
  }
}

.page-id-37 .kf-form {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.page-id-37 .form-under {
  box-shadow: none !important;
}