/*! kiso.css v1.2.4 | MIT License | https://github.com/tak-dcxi/kiso.css */
:root {
  --header-height: 85px;
}

*, :before, :after {
  box-sizing: border-box;
}

:where(:root) {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  line-break: strict;
  overflow-wrap: anywhere;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.5;
}

:where(body) {
  min-block-size: 100dvb;
  margin: unset;
}

:where(:is(h1, h2, h3, h4, h5, h6):lang(en)) {
  text-wrap: pretty;
}

:where(h1) {
  margin-block: .67em;
  font-size: 2em;
}

:where(h2, h3, h4, h5, h6) {
  margin-block: unset;
}

:where(search) {
  display: block;
}

:where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  margin-block: unset;
}

:where(blockquote, figure) {
  margin-inline: unset;
}

:where(p:lang(en)) {
  text-wrap: pretty;
}

:where(address:lang(ja)) {
  font-style: unset;
}

:where(ul, ol, menu) {
  padding-inline-start: unset;
  list-style-type: "";
}

:where(dt) {
  font-weight: bolder;
}

:where(dd) {
  margin-inline-start: unset;
}

:where(pre) {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

@media print {
  :where(pre) {
    text-wrap-mode: unset;
  }
}

:where(em:lang(ja)) {
  font-weight: bolder;
}

:where(:is(i, cite, em, dfn):lang(ja)) {
  font-style: unset;
}

:where(u, s, del, ins) {
  text-decoration-inset: auto;
}

:where(code, kbd, samp) {
  font-feature-settings: initial;
  font-variation-settings: initial;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: unset;
  font-variant-ligatures: none;
}

:where(abbr[title]) {
  text-decoration-inset: auto;
  cursor: help;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

:where(time) {
  text-autospace: no-autospace;
}

@media (forced-colors: active) {
  :where(mark) {
    color: highlighttext;
    background-color: highlight;
  }
}

@media print {
  :where(mark) {
    border-style: dotted;
    border-width: 1px;
  }
}

:where(a) {
  color: unset;
}

:where(a:any-link) {
  -webkit-text-decoration-line: unset;
  text-decoration-line: unset;
  text-decoration-inset: auto;
  text-decoration-thickness: from-font;
}

:where(img, svg, picture, video, audio, canvas, model, iframe, embed, object) {
  vertical-align: bottom;
  max-inline-size: 100%;
}

:where(img, svg, picture, video, canvas, model, iframe, embed, object) {
  block-size: auto;
}

:where(iframe) {
  border: unset;
}

:where(table) {
  border-collapse: collapse;
}

:where(caption, th) {
  text-align: unset;
}

:where(caption:lang(en)) {
  text-wrap: pretty;
}

:where(button, input, select, textarea) {
  border-style: solid;
  border-width: 1px;
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}

::file-selector-button {
  border-style: solid;
  border-width: 1px;
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}

:where(input:is([type="radio" i], [type="checkbox" i])) {
  margin: unset;
}

:where(input[type="file" i]) {
  border: unset;
}

:where(input[type="search" i]) {
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where(input[type="search" i]) {
    background-color: canvas;
  }
}

:where(input:is([type="tel" i], [type="url" i], [type="email" i], [type="number" i]):not(:placeholder-shown)) {
  direction: ltr;
}

:where(textarea) {
  margin-block: unset;
  resize: block;
}

:where(input:not([type="button" i], [type="submit" i], [type="reset" i]), textarea, [contenteditable]) {
  text-autospace: no-autospace;
}

:where(button, input:is([type="button" i], [type="submit" i], [type="reset" i])) {
  background-color: unset;
}

::file-selector-button {
  background-color: unset;
}

:where(button, input:is([type="button" i], [type="submit" i], [type="reset" i]), [role="tab" i], [role="button" i], [role="option" i]) {
  touch-action: manipulation;
}

::file-selector-button {
  touch-action: manipulation;
}

:where(button:enabled, label[for], select:enabled, input:is([type="button" i], [type="submit" i], [type="reset" i], [type="radio" i], [type="checkbox" i]):enabled, [role="tab" i], [role="button" i], [role="option" i]) {
  cursor: pointer;
}

:where(:enabled)::file-selector-button {
  cursor: pointer;
}

:where(fieldset) {
  min-inline-size: 0;
  margin-inline: unset;
  padding: unset;
  border: unset;
}

:where(legend) {
  padding-inline: unset;
}

:where(progress) {
  vertical-align: unset;
}

::placeholder {
  opacity: unset;
}

:where(summary) {
  cursor: pointer;
  list-style-type: "";
}

:where(summary)::-webkit-details-marker {
  display: none;
}

:where(dialog, [popover]) {
  overscroll-behavior-block: contain;
  padding: unset;
  border: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(dialog) {
  max-inline-size: unset;
  max-block-size: unset;
}

:where(dialog)::backdrop {
  background-color: #0000004d;
  background-color: lab(0% 0 0 / .3);
}

:where([popover]) {
  margin: unset;
}

:where(:focus-visible) {
  outline-offset: 3px;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

:where(:disabled, [aria-disabled="true" i]) {
  cursor: default;
}

[hidden]:not([hidden="until-found" i]) {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.wp-block-details.is-style-details-right-chevron > summary {
  cursor: pointer;
  font-size: var(--wp--preset--font-size--medium-small);
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  text-decoration: underline;
  list-style: none;
  transition: color .3s;
  display: flex;
}

.wp-block-details.is-style-details-right-chevron > summary:hover {
  color: var(--wp--preset--color--primary-900);
}

.wp-block-details.is-style-details-right-chevron > summary::-webkit-details-marker {
  display: none;
}

.wp-block-details.is-style-details-right-chevron > summary:after {
  content: "";
  background-color: currentColor;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  transition: transform .3s;
  display: block;
  -webkit-mask-image: url("/wp-content/themes/peppy-sales/assets/images/icon-chevron-down.svg");
  mask-image: url("/wp-content/themes/peppy-sales/assets/images/icon-chevron-down.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.wp-block-details.is-style-details-right-chevron[open] > summary {
  display: none;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }

  .wp-block-details.is-style-details-right-chevron::details-content {
    transition: height .5s,
			opacity .5s,
			content-visibility .5s allow-discrete;
    opacity: 0;
    height: 0;
    overflow: clip;
  }

  .wp-block-details.is-style-details-right-chevron[open]::details-content {
    opacity: 1;
    height: auto;
  }
}

.wp-block-navigation.is-style-navigation-header .wp-block-navigation-item__content {
  border-radius: 20px;
  padding: 2px 12px;
  transition: background-color .3s;
}

.wp-block-navigation.is-style-navigation-header .wp-block-navigation-item__content:hover {
  background-color: var(--wp--preset--color--secondary-100);
}

.wp-block-paragraph a {
  text-decoration: underline;
  transition: opacity .3s;
}

.wp-block-paragraph a:hover {
  opacity: .8;
}

.is-style-navigation-footer .wp-block-paragraph a {
  text-decoration: none;
}

.is-style-navigation-footer .wp-block-paragraph a:hover {
  opacity: 1;
}

.wp-block-paragraph.is-external-link a {
  align-items: center;
  gap: 2px;
  text-decoration: underline;
  transition: color .3s;
  display: inline-flex;
}

.wp-block-paragraph.is-external-link a:hover {
  color: var(--wp--preset--color--primary-900);
}

.wp-block-paragraph.is-external-link a:after {
  content: "";
  background-color: currentColor;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: background-color .3s;
  display: block;
  -webkit-mask-image: url("/wp-content/themes/peppy-sales/assets/images/icon-external.svg");
  mask-image: url("/wp-content/themes/peppy-sales/assets/images/icon-external.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.wp-block-image a:hover {
  opacity: .8;
}

.wp-block-group.is-style-navigation-footer a:hover {
  text-decoration: underline;
}

@media (min-width: 782px) {
  .wp-block-group.is-style-navigation-footer a {
    padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--16);
  }
}

@media (max-width: 781px) {
  .wp-block-group.is-style-navigation-footer {
    text-align: center;
    flex-direction: column;
    flex-basis: 100%;
    align-items: center;
  }

  .is-style-group-footer-company {
    text-align: center;
    flex-basis: 100%;
  }
}

.wp-block-list.is-style-list-check {
  padding-left: 0;
  list-style: none;
}

.wp-block-list.is-style-list-check li {
  align-items: flex-start;
  gap: .6em;
  display: flex;
}

.wp-block-list.is-style-list-check li:before {
  content: "";
  background-image: url("/wp-content/themes/peppy-sales/assets/images/icon-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: .833em;
  height: .833em;
  margin-top: .38em;
  display: block;
}

.wp-block-button.is-style-button-has-right-arrow .wp-block-button__link, .wp-block-button.is-style-button-has-bottom-arrow .wp-block-button__link, .wp-block-button.is-style-button-has-external-link .wp-block-button__link {
  align-items: center;
  gap: 10px;
  transition: background-color .3s, border-color .3s;
  display: inline-flex;
}

.wp-block-button.is-style-button-has-right-arrow .wp-block-button__link:after {
  content: "";
  background-image: url("/wp-content/themes/peppy-sales/assets/images/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: block;
}

.wp-block-button.is-style-button-has-bottom-arrow .wp-block-button__link:after {
  content: "";
  background-image: url("/wp-content/themes/peppy-sales/assets/images/icon-arrow-bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: block;
}

.wp-block-button.is-style-button-has-external-link .wp-block-button__link {
  background-color: var(--wp--preset--color--accent-400);
  color: var(--wp--preset--color--black-900);
  border-color: var(--wp--preset--color--accent-400);
  justify-content: space-between;
  transition: background-color .3s, border-color .3s, color .3s;
}

.wp-block-button.is-style-button-has-external-link .wp-block-button__link:after {
  content: "";
  background-image: url("/wp-content/themes/peppy-sales/assets/images/icon-external.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: filter .3s;
  display: block;
}

.wp-block-button.is-style-button-has-right-arrow .wp-block-button__link:hover, .wp-block-button.is-style-button-has-bottom-arrow .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary-900);
  border-color: var(--wp--preset--color--primary-900);
}

.wp-block-button.is-style-button-has-external-link .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary-900);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary-900);
}

.wp-block-button.is-style-button-has-external-link .wp-block-button__link:hover:after {
  filter: brightness(0) invert();
}

@media not (min-width: 782px) {
  .wp-block-buttons.is-layout-flex--mobile-center {
    justify-content: center;
  }
}

.smf-action {
  justify-content: center;
  gap: var(--wp--preset--spacing--40);
  margin-top: var(--wp--preset--spacing--16);
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  display: flex;
}

.smf-action .smf-button-control__control {
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--24);
  border-radius: var(--wp--preset--border-radius--full);
  background: var(--wp--preset--color--black-900);
  border: 1px solid var(--wp--preset--color--black-900);
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--kiwi-maru);
  font-size: var(--wp--preset--font-size--medium);
  letter-spacing: .05em;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.6;
  transition: background-color .3s, border-color .3s, color .3s;
}

.smf-action .smf-button-control__control:hover {
  background-color: var(--wp--preset--color--primary-900);
  border-color: var(--wp--preset--color--primary-900);
}

.smf-action .smf-button-control__control[data-action="back"] {
  background: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--black-900);
  color: var(--wp--preset--color--black-900);
}

.smf-action .smf-button-control__control[data-action="back"]:hover {
  background-color: var(--wp--preset--color--primary-100);
  border-color: var(--wp--preset--color--primary-900);
  color: var(--wp--preset--color--primary-900);
}

.smf-action .smf-button-control {
  min-width: 240px;
  display: inline-grid;
}

.smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}

.smf-item .smf-item__label {
  gap: var(--wp--preset--spacing--12);
  display: flex;
}

.smf-item .smf-item__label:after {
  content: "任意";
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--10);
  background: var(--wp--preset--color--white);
  border: 1.5px solid var(--wp--preset--color--grey-600);
  color: var(--wp--preset--color--grey-600);
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: .065em;
  font-weight: 500;
  line-height: 1.7;
}

.smf-item:has([data-validations*="required"]) .smf-item__label:after {
  content: "必須";
  border-color: var(--wp--preset--color--secondary-900);
  color: var(--wp--preset--color--secondary-900);
}

.smf-item.is-required .smf-item__label:after {
  content: "必須";
  border-color: var(--wp--preset--color--secondary-900);
  color: var(--wp--preset--color--secondary-900);
}

.smf-form .smf-text-control__control {
  width: 100%;
}

@media (min-width: 640px) {
  .smf-form--business .smf-item__col--label {
    flex: 0 0 300px;
    max-width: 300px;
  }
}

.smf-form--business .smf-item:not(:first-child) {
  border-top: 1px solid #ddd;
}

.u-min-w-272 {
  min-width: 272px !important;
}
