.elementor-kit-7{--e-global-color-primary:#005DAB;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#29B6B8;--e-global-color-adfdf13:#F5B82E;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.hero {
    
    display: grid;
    gap: 56px;
    align-items: center;
   
    background:linear-gradient(115deg, #ffffff 0%, #ffffff 55%, #eef5f6 55%, #eef5f6 100%);
}
@media screen and (max-width: 767px) {
  .company-table-wrap {
    padding: 16px;
  }

  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }}
.rfm-form {
  width: 100%;
  background: #f5f5f5;
  color: #000;
  font-family: inherit;
}

.rfm-form-title {
  background: #111;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 24px;
  line-height: 1.4;
}

.rfm-form-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 0 70px;
}

.rfm-form-row {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}

.rfm-form-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.rfm-required {
  display: inline-block;
  background: #d90000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  line-height: 1.2;
}

.rfm-form-field input[type="text"],
.rfm-form-field input[type="email"],
.rfm-form-field input[type="tel"] {
  width: 100%;
  height: 66px;
  padding: 0 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 17px;
  box-sizing: border-box;
}

.rfm-form-field input::placeholder {
  color: #c5c5c5;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.rfm-form-field .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rfm-form-field .wpcf7-list-item {
  margin: 0;
}

.rfm-form-field .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.rfm-form-field input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #2f80c4;
}

.rfm-form-member {
  margin-top: 6px;
  padding: 0 12px;
}

.rfm-member-title {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 700;
}

.rfm-checkbox-label {
  display: block;
  margin-bottom: 18px;
}

.rfm-checkbox-label .wpcf7-list-item {
  margin: 0;
}

.rfm-checkbox-label label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
}

.rfm-checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.rfm-privacy-link {
  margin: 0 0 28px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.rfm-form-note {
  margin: 28px 0 44px;
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
}

.rfm-form-note p {
  margin: 0;
}

.rfm-form-note span {
  color: #e5004f;
}

.rfm-submit-wrap {
  text-align: center;
}

.rfm-submit-wrap input[type="submit"] {
  min-width: 250px;
  height: 66px;
  padding: 0 34px;
  border: none;
  border-radius: 5px;
  background: #0078e8;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.rfm-submit-wrap input[type="submit"]:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.wpcf7-spinner {
  display: block;
  margin: 16px auto 0;
}

@media screen and (max-width: 767px) {
  .rfm-form-title {
    padding: 16px 18px;
    font-size: 17px;
  }

  .rfm-form-inner {
    max-width: 100%;
    padding: 40px 18px 55px;
  }

  .rfm-form-row {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }

  .rfm-form-label {
    font-size: 16px;
  }

  .rfm-form-field input[type="text"],
  .rfm-form-field input[type="email"],
  .rfm-form-field input[type="tel"] {
    height: 58px;
    font-size: 16px;
  }

  .rfm-form-field .wpcf7-list-item label {
    font-size: 16px;
  }

  .rfm-form-member {
    padding: 0;
  }

  .rfm-form-note {
    text-align: left;
    font-size: 14px;
  }

  .rfm-submit-wrap input[type="submit"] {
    width: 100%;
    min-width: auto;
    height: 60px;
    font-size: 17px;
  }
}
/* =====================================
   Contact Form 7 確認画面
===================================== */
/* 確認画面：行の余白を調整 */
.rfm-confirm-row {
  display: grid !important;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px dashed #cfcfcf;
  align-items: start;
}

.rfm-confirm-row:first-of-type {
  border-top: 1px dashed #cfcfcf;
}

.rfm-confirm-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #001f3f;
}

.rfm-confirm-value {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  word-break: break-word;
}

/* お問い合わせ内容の改行保持。余白は作りすぎない */
.rfm-confirm-message {
  white-space: pre-wrap;
  min-height: auto;
}

/* ボタンエリア：PCでは横並び */
.rfm-confirm-submit {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 42px;
}

/* 戻るボタン */
.rfm-confirm-submit input[type="button"],
.rfm-confirm-submit input[name^="previous"],
.rfm-confirm-submit .wpcf7-previous {
  min-width: 180px;
  height: 56px;
  padding: 0 28px;
  border: 1px solid #3d57a8 !important;
  border-radius: 4px;
  background: #fff !important;
  color: #3d57a8 !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: none;
}

/* 送信ボタン */
.rfm-confirm-submit input[type="submit"] {
  min-width: 180px;
  height: 56px;
  padding: 0 32px;
  border: 1px solid #3d57a8 !important;
  border-radius: 4px;
  background: #3d57a8 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(61, 87, 168, 0.22);
}

/* ホバー */
.rfm-confirm-submit input[type="button"]:hover,
.rfm-confirm-submit input[name^="previous"]:hover,
.rfm-confirm-submit .wpcf7-previous:hover {
  background: #f2f5ff !important;
}

.rfm-confirm-submit input[type="submit"]:hover {
  background: #2f4588 !important;
  border-color: #2f4588 !important;
  transform: translateY(-1px);
}

/* スマホでは縦並び */
@media screen and (max-width: 767px) {
  .rfm-confirm-row {
    display: block !important;
    padding: 20px 0;
  }

  .rfm-confirm-label {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .rfm-confirm-value {
    font-size: 15px;
  }

  .rfm-confirm-submit {
    display: block !important;
    margin-top: 34px;
  }

  .rfm-confirm-submit input[type="button"],
  .rfm-confirm-submit input[name^="previous"],
  .rfm-confirm-submit .wpcf7-previous,
  .rfm-confirm-submit input[type="submit"] {
    width: 100%;
    min-width: auto;
    margin-bottom: 14px;
  }
}
/* =====================================
   応募フォーム：幅・余白の補正
===================================== */

.rfm-form {
  width: 100%;
  max-width: 100%;
  background: #f5f5f5;
  box-sizing: border-box;
}

.rfm-form * {
  box-sizing: border-box;
}

/* フォーム見出し */
.rfm-form-title {
  width: 100%;
  background: #111;
  color: #fff;
  padding: 22px 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

/* フォーム内側 */
.rfm-form-inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 28px 70px;
}

/* 各項目 */
.rfm-form-row {
  width: 100%;
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px dashed #ccc;
}

/* ラベル */
.rfm-form-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #000;
}

/* 必須ラベル */
.rfm-required {
  display: inline-block;
  background: #d90000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 9px;
  line-height: 1.2;
}

/* 入力欄 */
.rfm-form-field input[type="text"],
.rfm-form-field input[type="email"],
.rfm-form-field input[type="tel"],
.rfm-form-field textarea {
  display: block;
  width: 100% !important;
  max-width: 100%;
  padding: 0 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
}

.rfm-form-field input[type="text"],
.rfm-form-field input[type="email"],
.rfm-form-field input[type="tel"] {
  height: 64px;
}

.rfm-form-field textarea {
  min-height: 180px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.7;
}

/* placeholder */
.rfm-form-field input::placeholder,
.rfm-form-field textarea::placeholder {
  color: #c5c5c5;
  font-weight: 700;
}

/* ラジオボタン */
.rfm-form-field .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rfm-form-field .wpcf7-list-item {
  margin: 0;
}

.rfm-form-field .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

/* 個人情報保護方針エリア */
.rfm-form-member {
  width: 100%;
  margin-top: 8px;
  padding: 0;
}

.rfm-checkbox-label {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.rfm-privacy-link {
  margin: 0 0 32px;
  font-size: 15px;
  font-weight: 700;
}

.rfm-privacy-link a {
  color: #3d57a8;
  text-decoration: underline;
}

/* 注意書き */
.rfm-form-note {
  margin: 32px 0 44px;
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
}

.rfm-form-note p {
  margin: 0;
}

.rfm-form-note span {
  color: #e5004f;
}

/* 送信ボタン */
.rfm-submit-wrap {
  text-align: center;
}

.rfm-submit-wrap input[type="submit"] {
  min-width: 260px;
  height: 62px;
  padding: 0 34px;
  border: 1px solid #3d57a8 !important;
  border-radius: 4px;
  background: #3d57a8 !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(61, 87, 168, 0.22);
}

.rfm-submit-wrap input[type="submit"]:hover {
  background: #2f4588 !important;
  border-color: #2f4588 !important;
}

/* multistepタグは表示させない */
.rfm-submit-wrap .wpcf7-form-control-wrap,
.rfm-submit-wrap .wpcf7-form-control {
  max-width: 100%;
}

/* =====================================
   スマホ調整
===================================== */

@media screen and (max-width: 767px) {
  .rfm-form {
    width: 100%;
  }

  .rfm-form-title {
    padding: 18px 20px;
    font-size: 17px;
  }

  .rfm-form-inner {
    width: 100%;
    max-width: 100%;
    padding: 42px 20px 56px;
  }

  .rfm-form-row {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .rfm-form-label {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .rfm-form-field input[type="text"],
  .rfm-form-field input[type="email"],
  .rfm-form-field input[type="tel"] {
    height: 60px;
    font-size: 16px;
  }

  .rfm-form-field .wpcf7-list-item label {
    font-size: 16px;
  }

  .rfm-form-note {
    text-align: left;
    font-size: 14px;
  }

  .rfm-submit-wrap input[type="submit"] {
    width: 100%;
    min-width: auto;
    height: 60px;
  }
}
/* 個人情報保護方針エリアを中央揃え */
.rfm-privacy-area,
.rfm-form-member {
  text-align: center;
}

/* 同意チェックを中央配置 */
.rfm-checkbox-label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

/* acceptanceタグ内のチェックボックスと文字を横並び中央 */
.rfm-checkbox-label .wpcf7-form-control,
.rfm-checkbox-label .wpcf7-acceptance,
.rfm-checkbox-label .wpcf7-list-item,
.rfm-checkbox-label label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
}

/* 個人情報保護方針リンク */
.rfm-privacy-link {
  text-align: center;
  margin: 0 0 36px;
}

/* 注意書きも中央揃え */
.rfm-form-note {
  text-align: center;
}/* End custom CSS */