@charset "UTF-8";
/*! 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] {
  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 */
  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;
}

/*スマホファーストの書き方*/
body {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

main {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.en {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.sp {
  display: block;
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-column {
  flex-direction: column;
}

.bold {
  font-weight: bold;
}

.grecaptcha-badge {
  visibility: hidden;
}

.header {
  padding: 9px 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .header {
    position: absolute;
    top: 0;
    padding: 16px 24px;
  }
}

.logo {
  max-width: 120px;
}
@media (min-width: 768px) {
  .logo {
    max-width: 202px;
  }
}

.content {
  background-color: #D4EAF8;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .content {
    padding-top: 24px;
    padding-bottom: 64px;
  }
}

.mv-text {
  margin-bottom: 8px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #005B8E;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .mv-text {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
.mv-text::before, .mv-text::after {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: #005B8E;
}
@media (min-width: 768px) {
  .mv-text::before, .mv-text::after {
    width: 24px;
  }
}
.mv-text::before {
  transform: rotate(63deg);
}
.mv-text::after {
  transform: rotate(-63deg);
}

.copyright {
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 400;
  color: #A5ABAE;
  padding: 8px 0;
  left: 0.08em;
}
@media (min-width: 768px) {
  .copyright {
    font-size: 12px;
    padding: 24px 0;
  }
}

.mt-0 {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .mt-0 {
    margin-top: -40px;
  }
}

form {
  position: relative;
}

.form-layout {
  background-color: #fff;
  padding: 32px 20px;
  width: 90%;
  max-width: 900px;
  margin: auto;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .form-layout {
    padding: 40px 60px;
  }
}
.form-num {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background-color: #005B8E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  right: -13px;
  top: -13px;
}
@media (min-width: 768px) {
  .form-num {
    width: 95px;
    height: 95px;
    font-size: 38px;
  }
}
.form-num::after {
  content: "";
  width: 5px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow.svg);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .form-num::after {
    width: 11px;
    height: 13px;
    bottom: -12px;
  }
}
.form-step {
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .form-step {
    gap: 40px;
    margin-bottom: 60px;
  }
}
.form-step h2 {
  color: #25292B;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .form-step h2 {
    font-size: 24px;
  }
}
.form-question {
  text-align: center;
}
.form-question p {
  margin-top: 8px;
}
.form-question-titleWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-question-titleWrap::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 4px;
  background-image: url(../img/dot.svg);
  margin-top: 16px;
}
.form-question-titleWrap .description-text {
  color: #768892;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.form-question-titleWrap .attention-note {
  color: #EA715C;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.form-attention {
  text-align: center;
  padding-bottom: 16px;
  color: #768892;
  font-weight: 400;
  font-size: 15px;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .form-attention {
    max-width: 500px;
    margin-inline: auto;
    margin-top: -50px;
    text-align: left;
    width: 100%;
  }
}
.form-attention-bottom {
  background-color: #fff;
  border: 2px solid #58B0E4;
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #434E53;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .form-attention-bottom {
    padding: 16px 20px;
  }
}
.form-attention-bottom .large {
  font-size: 15px;
  font-weight: bold;
  color: #58B0E4;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .form-attention-bottom .large {
    font-size: 18px;
  }
}
.form-attention-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #768892;
  width: 100%;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .form-attention-text {
    margin-top: -60px;
  }
}
.form-description {
  padding: 16px 12px;
  font-size: 14px;
  line-height: 1.6;
  background-color: blue;
}
.form-field {
  width: min(100%, 500px);
  padding: 16px 0 0;
  margin: auto;
}
.form-field label {
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #434E53;
}
.form-field input {
  border: 1px solid #C2D5DF;
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.form-field input::placeholder {
  color: #A5ABAE;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
}
.form-img {
  margin-top: 40px;
}

.wpcf7-form-control {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .wpcf7-form-control {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 40px;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin: 8px 0 16px;
}
@media (min-width: 768px) {
  .wpcf7-form-control-wrap {
    margin-bottom: 24px;
  }
}

.wpcf7-not-valid-tip {
  padding: 4px 0 0;
}

.wpcf7-list-item {
  width: min(100%, 370px);
  font-weight: bold;
  margin: 0;
  flex: 1;
}

label input {
  display: none;
  /* デフォルトのinputは非表示にする */
}

label span {
  background-color: #EAEDEE;
  padding: 24px 0;
  text-align: center;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  color: #434E53;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  label span {
    font-size: 20px;
  }
}

label span:hover {
  background-color: #D4EAF8;
}

label input:checked + span {
  background-color: #58B0E4;
  color: #fff;
}

.form-items.wpcf7-form-control {
  flex-direction: row;
  flex-wrap: wrap;
}
.form-items .wpcf7-list-item {
  width: calc(50% - 10px);
  flex: auto;
}
@media (min-width: 768px) {
  .form-items .wpcf7-list-item {
    width: calc(50% - 20px);
  }
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item:has(input[value=未選択]) {
  display: none;
}

.buttons {
  position: relative;
}
.buttons .btn-next {
  position: relative;
  z-index: 1;
  background-color: #EB9204;
  box-shadow: 0 5px 0 0 #B16E04;
  border-radius: 30px;
}
.buttons > .flex {
  justify-content: flex-start;
  height: 75px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .buttons > .flex {
    flex-direction: row;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    justify-content: space-between;
    width: 100%;
    z-index: 0;
  }
}
.buttons > .flex .btn-back {
  width: 33.3333333333%;
  font-size: 14px;
  color: #A5ABAE;
  margin-right: auto;
}
@media (min-width: 768px) {
  .buttons > .flex .btn-back {
    width: 60px;
  }
}
.buttons > .flex .progression {
  width: 144px;
  position: relative;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .buttons > .flex .progression {
    width: 140px;
  }
}

.btn-next {
  position: relative;
  top: 0;
  border-radius: 30px;
  padding: 16px 0;
  text-align: center;
  width: 240px;
  color: white;
  margin: 20px auto;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-next {
    margin: 0 auto;
  }
}
.btn-next:hover {
  top: -4px;
}
.btn-next:hover::before {
  animation: shine 0.7s;
}
.btn-next::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.btn-back span {
  justify-content: flex-start;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  width: 68px;
  gap: 8px;
}
.btn-back span:hover {
  color: black;
}
.btn-back span:hover::before {
  left: -2px;
}
.btn-back span::before {
  content: url("../img/back.svg");
  position: relative;
  left: 0;
  transition: all 0.3s;
}
.btn-submit {
  text-align: center;
  position: relative;
  margin: 20px auto;
  width: 240px;
  z-index: 1;
  background-color: #EB9204;
  border-radius: 50px;
  box-shadow: 0 5px 0 0 #B16E04;
}
.btn-submit:before, .btn-submit:after {
  display: block;
  position: absolute;
  z-index: 2;
}
.btn-submit:before {
  top: 16px;
  left: 20px;
}
.btn-submit:after {
  right: 20px;
  top: 18px;
}
.btn-submit input {
  border-radius: 30px;
  padding: 16px 0;
  color: white;
  width: 100%;
  transition: all 0.3s;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-submit input {
    margin: 0 auto;
  }
}
.btn-submit input:hover {
  opacity: 0.8;
}
.btn-top {
  background-color: black;
  border-radius: 30px;
  padding: 16px 0;
  text-align: center;
  width: 240px;
  color: white;
  margin: 20px auto;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-top {
    margin: 0 auto;
  }
}
.btn-top:hover {
  background-color: gray;
}

.progression {
  width: 105px;
  height: 8px;
  border-radius: 4px;
  background-color: #E4EAED;
}
.progression-bar {
  width: 15%;
  height: 100%;
  background-color: #58B0E4;
  border-radius: 4px;
  transition: width 0.5s ease;
}

.has_description .wpcf7-list-item:nth-child(2) {
  position: relative;
}
.has_description .wpcf7-list-item:nth-child(2) label::after {
  content: "（外壁を手で触ると粉状のものが付着する現象）";
  display: block;
  font-size: 13px;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: all 0.3s;
  color: #434E53;
}
@media (min-width: 768px) {
  .has_description .wpcf7-list-item:nth-child(2) label::after {
    font-size: 15px;
  }
}
.has_description .wpcf7-list-item:nth-child(2) label span {
  padding-top: 14px;
  padding-bottom: 34px;
}
.has_description .wpcf7-list-item:nth-child(2) label:has(input:checked)::after {
  color: #fff;
}

#step7 .form-items .wpcf7-list-item {
  width: min(100%, 370px);
}
@media (min-width: 768px) {
  #step7 .form-items .wpcf7-list-item {
    width: calc(50% - 20px);
    min-width: 310px;
  }
}

.required {
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  display: inline-block;
  margin-left: 4px;
  background-color: #EA715C;
}

.arbitrary {
  font-size: 12px;
  color: #fff;
  background-color: gray;
  border-radius: 2px;
  padding: 2px 8px;
  display: inline-block;
  margin-left: 4px;
}

.attention {
  color: #004863;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  padding: 4px 0;
  width: 90%;
  max-width: 900px;
  margin: auto;
}
@media (min-width: 768px) {
  .attention {
    text-align: right;
    font-size: 14px;
  }
}

.validation-message {
  text-align: center;
  padding: 8px 0;
  color: #EA715C;
  font-weight: bold;
  width: 100%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 152px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .validation-message {
    padding: 16px 0;
    bottom: 70px;
  }
}

.progression-count {
  color: #768892;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 13px;
  background-image: url(../img/hukidashi.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}

.progression-count-text {
  color: #005B8E;
  font-size: 14px;
  margin-right: 2px;
}

.current-step {
  color: #58B0E4;
  font-size: 21px;
}

.validation-name,
.validation-furigana,
.validation-tel,
.validation-email {
  color: #EA715C;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  top: -15px;
}
@media (min-width: 768px) {
  .validation-name,
  .validation-furigana,
  .validation-tel,
  .validation-email {
    top: -20px;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.thanks {
  background-color: #D4EAF8;
  padding-top: 100px;
}
.thanks h2 {
  color: #25292B;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .thanks h2 {
    font-size: 24px;
  }
}
.thanks .form-thanks_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #434E53;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .thanks .form-thanks_text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.thanks .btn_toTop {
  position: relative;
  display: block;
  top: 0;
  border-radius: 30px;
  padding: 16px 0;
  text-align: center;
  width: 240px;
  color: white;
  margin: 20px auto;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #EB9204;
  box-shadow: 0 5px 0 0 #B16E04;
  font-size: 18px;
}
@media (min-width: 768px) {
  .thanks .btn_toTop {
    font-size: 20px;
  }
}

.box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .box-wrapper {
    padding-top: 40px;
    margin-top: 40px;
  }
}

.box {
  background-color: #fff;
  border: 2px solid #58B0E4;
  border-radius: 8px;
  padding: 24px;
  width: 90%;
  max-width: 614px;
}
@media (min-width: 768px) {
  .box {
    padding: 24px 32px;
  }
}
.box p {
  font-weight: 500;
  color: #004863;
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.box .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 24px;
  font-weight: bold;
  color: #004863;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .box .tel {
    font-size: 40px;
  }
}
.box .tel:hover {
  opacity: 0.8;
}
.box .tel::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  .box .tel::before {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 768px) {
  .telBox.box-wrapper .box {
    max-width: 551px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.telBox.box-wrapper .box p {
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .telBox.box-wrapper .box p {
    text-align: left;
    margin-bottom: 0;
  }
}
.telBox.box-wrapper .box p::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 1px;
  background-color: #C2D5DF;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .telBox.box-wrapper .box p::after {
    width: 1px;
    height: 33px;
    right: -15px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .telBox.box-wrapper .box .tel {
    font-size: 28px;
  }
  .telBox.box-wrapper .box .tel::before {
    width: 24px;
    height: 24px;
  }
}

.form-step {
  display: none;
}

.form-step.active {
  display: flex;
  animation: fadeIn 1s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hide {
  display: none;
}

.btn-submit {
  display: none;
}

.btn-back span {
  display: none;
}

.disabled {
  background-color: gray !important;
  /* もしくは他のスタイルを適用して見た目を変更する */
}

.wpcf7-response-output {
  display: none;
}/*# sourceMappingURL=styles.css.map */