/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
body {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  background-color: white;
}

img {
  max-width: 100%;
}

picture {
  display: block;
}

:root {
  --custom-primary: #00aa96;
  --custom-accent: #ed6d00;
  --custom-primary-pale: #ebfaf8;
  --custom-primary-light: #ebfff4;
  --custom-gradation: linear-gradient(90deg, rgb(77, 184, 117) 0%, rgb(183, 212, 67) 100%);
  --custom-blue: #0081cd;
  --custom-blue-light: #cdebfa;
  --custom-caution: rgb(223, 0, 0);
  --custom-border: #eee;
}

.button {
  display: inline-block;
  min-width: 27rem;
  padding: 1rem 2rem;
  color: white;
  background-color: var(--custom-accent);
  border: 1px solid var(--custom-accent);
  border-radius: 100vh;
  transition: 0.4s;
}
.button--reverse {
  color: var(--custom-accent);
  background-color: white;
}
.button:hover {
  opacity: 0.7;
  transition-duration: 0.4s;
}

.button-cta {
  display: inline-block;
  min-width: 27rem;
  padding: 1rem 2rem;
  color: white;
  background-color: var(--custom-accent);
  border-radius: 100vh;
  border: 3px solid white;
  box-shadow: 2px 3px 4px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .button-cta {
    min-width: 35rem;
  }
}
.button-cta:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.button-cta__subtitle {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .button-cta__subtitle {
    font-size: 1.6rem;
  }
}
.button-cta__main {
  display: block;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .button-cta__main {
    font-size: 3rem;
  }
}

.button-cta-fukuyakkun {
  display: block;
  padding: 1.6rem;
  background-color: var(--custom-blue-light);
  border-radius: 0.8rem;
  transition: 0.4s;
}
.button-cta-fukuyakkun:hover {
  opacity: 0.7;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .button-cta-fukuyakkun {
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
}
@media (min-width: 768px) {
  .button-cta-fukuyakkun__wrapper {
    flex-grow: 1;
  }
}
.button-cta-fukuyakkun__image-wrapper {
  margin-bottom: 0.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .button-cta-fukuyakkun__image-wrapper {
    margin-bottom: 0;
  }
}
.button-cta-fukuyakkun__image {
  max-width: 20rem;
}
@media (min-width: 768px) {
  .button-cta-fukuyakkun__image {
    max-width: 100%;
  }
}
.button-cta-fukuyakkun__title {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--custom-blue);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .button-cta-fukuyakkun__title {
    font-size: 2.5rem;
  }
}
.button-cta-fukuyakkun__button {
  display: block;
  padding: 0.8rem 3.2rem;
  color: white;
  background-color: var(--custom-blue);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  border-radius: 0.4rem;
}
@media (min-width: 768px) {
  .button-cta-fukuyakkun__button {
    font-size: 2.5rem;
  }
}

.button-fixed-cta {
  position: fixed;
  bottom: 2.4rem;
  left: 50%;
  z-index: 98;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .button-fixed-cta {
    bottom: 4rem;
  }
}
.js-intersecting-fv .button-fixed-cta {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}

@media (min-width: 768px) {
  .button-fixed-cta__button-cta {
    min-width: 45rem;
    padding: 1.6rem 2rem;
  }
}

:root {
  --custom-form-input-border-color: #888;
  --custom-form-input-border-radius: 0rem;
}

.form__item {
  margin-bottom: 2.4rem;
  position: relative;
}
@media (min-width: 768px) {
  .form__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.8rem;
  }
}
@media (min-width: 768px) {
  .form__item {
    gap: 8.8rem;
  }
}
.form__item:last-child {
  margin-bottom: 0;
}
.form__label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .form__label {
    flex: 0 0 23rem;
    justify-content: space-between;
    gap: unset;
    margin-bottom: 0;
  }
}
.form__label-text {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .form__label-text {
    font-size: 2.2rem;
  }
}
.form__label-required {
  display: inline-block;
  padding: 0.4rem 0.4rem;
  color: white;
  background-color: var(--custom-caution);
  border-radius: 0.2rem;
  font-size: 1.1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .form__label-required {
    font-size: 1.4rem;
  }
}
.form__wrapper {
  flex: 1 0 0;
}

.form-input {
  width: 100%;
  padding: 0.5em 1em;
  background-color: white;
  font-size: 1.6rem;
  border: 1px solid var(--custom-form-input-border-color);
  border-radius: var(--custom-form-input-border-radius);
}
@media (min-width: 768px) {
  .form-input {
    font-size: 1.8rem;
  }
}

.form-input-name {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 0.9rem;
}
@media (min-width: 768px) {
  .form-input-name {
    gap: 0 1.8rem;
  }
}
.form-input-name > input {
  flex: 1 0 0;
}

.form-select-wrapper {
  flex: 1 0 0;
  position: relative;
}
.form-select-wrapper:before {
  content: "\f107";
  font: var(--fa-font-solid);
  line-height: 1;
  position: absolute;
  transform: translate(0, -50%);
  z-index: 2;
  pointer-events: none;
  top: 55%;
  right: 1em;
}

.form-select {
  width: 100%;
  padding: 0.5em 2.5em 0.5em 1em;
  background-color: white;
  font-size: 1.6rem;
  border: 1px solid var(--custom-form-input-border-color);
  border-radius: var(--custom-form-input-border-radius);
}
@media (min-width: 768px) {
  .form-select {
    font-size: 1.8rem;
  }
}

.form-agree__input, .form-checkbox-item__input {
  width: 1.6rem;
  height: 1.6rem;
  background-color: white;
  border: 1px solid var(--custom-form-input-border-color);
  border-radius: var(--custom-form-input-border-radius);
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .form-agree__input, .form-checkbox-item__input {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.form-agree i, .form-checkbox-item i {
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  left: 1.1em;
  transform: translate(0, -50%);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .form-agree i, .form-checkbox-item i {
    left: 1.3rem;
  }
}

.form-agree__input:checked ~ i, .form-checkbox-item__input:checked ~ i {
  opacity: 1;
  visibility: visible;
}

.form-checkbox-item {
  position: relative;
}
.form-checkbox-item__label {
  display: block;
  padding: 0.53em 0.8em 0.5em 2.3em;
  background-color: white;
  font-size: 1.3rem;
  border: 1px solid var(--custom-form-input-border-color);
  border-radius: var(--custom-form-input-border-radius);
}
@media (min-width: 768px) {
  .form-checkbox-item__label {
    font-size: 1.6rem;
  }
}
.form-checkbox-item__input:checked ~ .form-checkbox-item__label {
  color: white;
}
.form-radio-item {
  position: relative;
}
.form-radio-item__input {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: white;
  border: 1px solid var(--custom-form-input-border-color);
  border-radius: 1.6rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
}
.form-radio-item__input:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-radio-item__label {
  display: block;
  padding: 0.53em 0.8em 0.5em 2.3em;
  background-color: white;
  font-size: 1.3rem;
  border: 1px solid var(--custom-form-input-border-color);
  border-radius: var(--custom-form-input-border-radius);
}
@media (min-width: 768px) {
  .form-radio-item__label {
    font-size: 1.6rem;
  }
}
.form-radio-item__input:checked ~ .form-radio-item__label {
  color: white;
}

.form-input-wrapper {
  flex: 1 0 0;
}

.form-textarea {
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  background-color: white;
  font-size: 1.6rem;
  border-radius: var(--custom-form-input-border-radius);
}
@media (min-width: 768px) {
  .form-textarea {
    font-size: 1.8rem;
  }
}

.form-agree {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .form-agree {
    margin-top: 6rem;
  }
}
.form-agree__inner {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.form-agree__input {
  left: 0;
}
.form-agree i {
  left: 0.25em;
}
.form-agree__label {
  padding-left: 1.5em;
}

h1.heading,
h2.heading {
  color: var(--custom-primary);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h1.heading,
  h2.heading {
    font-size: 4rem;
  }
}

h3.heading {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h3.heading {
    font-size: 3rem;
  }
}

h2.heading-square {
  display: inline-block;
  padding: 0.1rem 1.6rem;
  color: var(--custom-primary);
  border: 2px solid currentColor;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  h2.heading-square {
    padding: 0.1rem 2.4rem;
    font-size: 4rem;
  }
}

h4.heading-border-left {
  display: inline-block;
  padding: 0.8rem 2rem 0.8rem 1.2rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  border-left: 4px solid var(--custom-primary);
  background-color: white;
}
@media (min-width: 768px) {
  h4.heading-border-left {
    font-size: 2.5rem;
  }
}

.list-number {
  counter-reset: number 0;
}
.list-number__col {
  display: flex;
  flex-direction: column;
}

.list-number-item {
  counter-increment: number 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5.6rem 1.6rem 1.6rem;
  background-color: white;
  border-radius: 0.8rem;
  position: relative;
}
@media (min-width: 768px) {
  .list-number-item {
    padding: 6.4rem 3.2rem 3.2rem;
  }
}
.list-number-item__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #00aa96;
  border-radius: 6.4rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .list-number-item__number {
    width: 9rem;
    height: 9rem;
    border-radius: 9rem;
  }
}
.list-number-item__number:before {
  content: counter(number);
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .list-number-item__number:before {
    font-size: 6rem;
  }
}
.list-number-item__title {
  margin-bottom: 2.4rem;
  color: var(--custom-primary);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .list-number-item__title {
    margin-bottom: 3.2rem;
    font-size: 4rem;
  }
}
.list-number-item__image {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .list-number-item__image {
    margin-bottom: 3.2rem;
  }
}

.inner {
  max-width: 103.2rem;
}
@media (min-width: 768px) {
  .inner {
    max-width: 109.6rem;
  }
}
.inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 768px) {
  .inner {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }
}
.inner--very-narrow {
  max-width: 63.2rem;
}
@media (min-width: 768px) {
  .inner--very-narrow {
    max-width: 69.6rem;
  }
}
.inner--narrow {
  max-width: 88.2rem;
}
@media (min-width: 768px) {
  .inner--narrow {
    max-width: 94.6rem;
  }
}
.inner--wide {
  max-width: 123.2rem;
}
@media (min-width: 768px) {
  .inner--wide {
    max-width: 129.6rem;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  padding: 0.6rem 1.2rem 0.5rem;
  background-color: white;
  border-radius: 0.4rem;
  border: 1px solid var(--custom-border);
}
@media (min-width: 768px) {
  .wpcf7-text,
  .wpcf7-textarea {
    padding: 0.8rem 1.8rem 0.5rem;
  }
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: inline-flex;
  align-items: center;
}
.wpcf7-checkbox input,
.wpcf7-radio input {
  display: inline-block;
  background-color: white;
  border: 1px solid var(--custom-border);
  position: relative;
}
.wpcf7-checkbox input:after,
.wpcf7-radio input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.wpcf7-checkbox input:checked:after,
.wpcf7-radio input:checked:after {
  opacity: 1;
  visibility: visible;
}

.wpcf7-radio input {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
}
.wpcf7-radio input:after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--custom-primary);
  border-radius: 1.2rem;
}

.wpcf7-checkbox input {
  width: 2rem;
  height: 2rem;
}
.wpcf7-checkbox input:after {
  content: "\f00c";
  font: var(--fa-font-solid);
  line-height: 1;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-list-item > label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.wpcf7-buttons > p {
  display: inline-flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .wpcf7-buttons > p {
    flex-direction: row;
    justify-content: center;
    gap: 1.6rem;
  }
}
.wpcf7-buttons .wpcf7-spinner {
  display: none;
}

.wpcf7-submit, .wpcf7-previous {
  display: inline-block;
  min-width: 25rem;
  padding: 0.7em 1em;
  color: white;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .wpcf7-submit, .wpcf7-previous {
    font-size: 2rem;
  }
}
.wpcf7-submit:hover, .wpcf7-previous:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.wpcf7-previous {
  color: var(--custom-primary);
  border: 1px solid var(--custom-primary);
}

.wpcf7-submit {
  background-color: var(--custom-primary);
}

.wpcf7-spinner {
  display: block;
  margin: 0.8rem auto 0;
  text-align: center;
}

.wpcf7-not-valid-tip {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: var(--custom-caution);
}

.wpcf7 form .wpcf7-response-output {
  margin: 1.6rem 0 0 0;
  padding: 0.8rem 1.2rem;
  border-color: var(--custom-caution);
  display: none;
}