@charset "UTF-8";

/* ======================================================================

  お問い合わせ・採用エントリー iframe 専用スタイル（SP）
  - 親ページ：index.html / recruit/index.html
  - iframe 内：/top-contact/ /recruit-contact/（body.smf-embed）

====================================================================== */
/* ▼ Add 202606 ▼ */
.top-form, .recruit-form { padding: calc(100 / 780 * 100vw) 0; }
/* ▲ Add 202606 ▲ */

.top-form iframe,
.top-form #top-contact-form,
.top-contact-form-iframe,
.recruit-form iframe,
.recruit-form #recruit-contact-form,
.recruit-contact-form-iframe {
  max-width: 100%;
  min-height: 400px;
}

body.smf-embed .smf-embed-wrap { padding: 0 0 calc(40 / 780 * 100vw); }


body.smf-embed .inquiry-box label span::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: solid 1px #d3d3d3;
  cursor: pointer;
}

body.smf-embed .inquiry-box label input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../images/inquiry/icon_checked.svg) no-repeat 0 0;
  background-size: cover;
  cursor: pointer;
}

body.smf-embed .inquiry-box .smf-label { margin-left: 25px; }

body.smf-embed .inquiry-box .smf-label + .smf-label { margin-top: 10px; }

/*
  reCAPTCHA Badge
====================================================================== */
body.smf-embed .grecaptcha-badge { visibility: hidden !important; }