@charset "UTF-8";
/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
.lp-content-scope [hidden] {
  display: none !important;
}
.lp-content-scope [disabled] {
  cursor: not-allowed;
}
.lp-content-scope:focus:not(:focus-visible) {
  outline: none;
}
.lp-content-scope .sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}
.lp-content-scope input,
.lp-content-scope select,
.lp-content-scope label {
  vertical-align: middle;
  color: var(--color);
}
.lp-content-scope [type="text"] {
  line-height: normal;
}
.lp-content-scope input[type="text"],
.lp-content-scope input[type="email"],
.lp-content-scope input[type="tel"],
.lp-content-scope button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
  font-size: 16px;
}
.lp-content-scope input[type="submit"],
.lp-content-scope button {
  cursor: pointer;
  border: none;
}
.lp-content-scope textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
  font-size: 16px;
}
.lp-content-scope *:focus {
  outline: none;
}
/*----------------------------------------------------
	フォント
----------------------------------------------------*/
.lp-content-scope {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .lp-content-scope {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .lp-content-scope {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .lp-content-scope {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1921px) {
  .lp-content-scope {
    font-size: 19.2px;
  }
}
.lp-content-scope {
  font-family: var(--font);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: var(--color);
}
.lp-content-scope .serif {
  font-family: var(--serif);
}
/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 641px) {
  .lp-content-scope .sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .lp-content-scope .sp-tab {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .lp-content-scope .pc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .lp-content-scope .pc-tab {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .lp-content-scope .tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .lp-content-scope .tab {
    display: none;
  }
}
/*----------------------------------------------------
	リンク
----------------------------------------------------*/
.lp-content-scope button,
.lp-content-scope a {
  color: var(--color);
  text-decoration: none;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: 0.3s cubic-bezier(0.33, 0.64, 0.67, 0.96);
  transition: 0.3s cubic-bezier(0.33, 0.64, 0.67, 0.96);
  cursor: pointer;
}
@media (hover: hover) {
  .lp-content-scope a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: none) {
  .lp-content-scope a,
  .lp-content-scope button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
.lp-content-scope [data-scroll-target] {
  content: "";
  display: block;
  position: relative;
  pointer-events: none;
  top: calc(-1 * var(--header-height));
}
/*----------------------------------------------------
	...
----------------------------------------------------*/
.lp-content-scope *,
.lp-content-scope *::before,
.lp-content-scope *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp-content-scope .cm-form {
  padding: 80px 20px;
  font-size: 16px;
  color: #1a1a1a;
}
.lp-content-scope .cm-form dl,
.lp-content-scope .cm-form dt,
.lp-content-scope .cm-form dd,
.lp-content-scope .cm-form p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
@media screen and (min-width: 1024px) {
  .lp-content-scope .cm-form {
    padding: 120px 0;
    font-size: 18px;
  }
}
.lp-content-scope .cm-form input[type="text"],
.lp-content-scope .cm-form input[type="email"],
.lp-content-scope .cm-form input[type="number"],
.lp-content-scope .cm-form textarea {
  width: 100%;
  height: 64px;
  border-radius: 8px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #ccc;
}
.lp-content-scope .cm-form input[type="text"]:focus,
.lp-content-scope .cm-form input[type="email"]:focus,
.lp-content-scope .cm-form input[type="number"]:focus,
.lp-content-scope .cm-form textarea:focus {
  border-color: #0a82ff;
}
@media screen and (min-width: 1024px) {
  .lp-content-scope .cm-form input[type="text"],
  .lp-content-scope .cm-form input[type="email"],
  .lp-content-scope .cm-form input[type="number"],
  .lp-content-scope .cm-form textarea {
    height: 75px;
  }
}
.lp-content-scope .cm-form textarea {
  width: 100%;
  height: 64px;
  padding: 18px 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
  .lp-content-scope .cm-form textarea {
    height: 300px;
  }
}
.lp-content-scope .cm-form input[type="radio"],
.lp-content-scope .cm-form input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
}
.lp-content-scope .cm-form button,
.lp-content-scope .cm-form input[type="submit"] {
  width: 100%;
  max-width: 352px;
  height: 72px;
  border-radius: 36px;
  background: #ffee58;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.lp-content-scope .cm-form a {
  color: #0a82ff;
  text-decoration: underline;
}
.lp-content-scope .cm-form a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .lp-content-scope .cm-form {
    max-width: 800px;
    margin-inline: auto;
  }
}
.lp-content-scope .cm-form__title {
  font-weight: bold;
  font-size: 32px !important;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lp-content-scope .cm-form__title {
    font-size: 48px !important;
  }
}
.lp-content-scope .cm-form__message {
  margin-top: 64px;
}
.lp-content-scope .cm-form__message p {
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .lp-content-scope .cm-form__message {
    margin-top: 80px;
  }
  .lp-content-scope .cm-form__message p {
    text-align: center;
  }
}
.lp-content-scope .cm-form__inputs {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .lp-content-scope .cm-form__inputs {
    margin-top: 80px;
  }
}
.lp-content-scope .cm-form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.lp-content-scope .cm-form-input dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  gap: 6px;
}
.lp-content-scope .cm-form-input dt ._required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 4px;
  background: #e62e2e;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  color: #fff;
}
.lp-content-scope .cm-form-input dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .lp-content-scope .cm-form-input {
    gap: 8px;
  }
  .lp-content-scope .cm-form-input dt ._required {
    font-size: 13px;
  }
}
.lp-content-scope .cm-form__agree {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  gap: 6px;
}
.lp-content-scope .cm-form__agree .mwform-checkbox-field-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lp-content-scope .cm-form__agree {
    margin-top: 80px;
  }
}
.lp-content-scope .cm-form__action {
  margin-top: 42px;
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.lp-content-scope .mw_wp_form_confirm .cm-form__agree {
  display: none;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
