@keyframes blur-circle-bounce {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0;
  }
}
:root {
  --color-background: #FFFBF6;
  --color-font-base: #7E5038;
  --color-brand: #E60012;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
  --color-cta-primary: var(--color-brand);
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

html,
body {
  background: var(--color-background);
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-font-base);
}

/* .only-pc */
.only-pc {
  display: none;
}

/* .header */
.header {
  border-bottom: 1px solid #fdf3e0;
  background: #fff;
}
.header__inner {
  padding: 8px 10px 10px;
  font-size: 10px;
  line-height: 10px;
}

/* .wrapper */
.wrapper {
  padding: 40px 20px 20px;
}

/* .intro */
.intro {
  margin-bottom: 40px;
}
.intro__thanksIllust {
  margin-bottom: 30px;
  text-align: center;
}
.intro__thanksIllustImage {
  transform: translateX(-15px);
}
.intro__title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
.intro__lead {
  margin-bottom: 2em;
}
.intro__wishesWrap {
  display: none;
}
.intro__contact {
  border-radius: 20px;
  background: #FCECD9;
  margin: 30px 0 20px;
  padding: 20px;
  text-align: center;
}
.intro__contactCompany {
  margin: 20px 0 3px;
  font-weight: var(--font-weight-bold);
}
.intro__tel {
  font-family: "Outfit", "Noto Sans JP", YuGothic, sans-serif;
  font-optical-sizing: auto;
  font-weight: var(--font-weight-bold);
  font-size: 27px;
  line-height: 1.1em;
}
.intro__tel::before {
  content: url(../img/icon-tel-brown.svg);
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  line-height: 25px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.intro__time {
  font-weight: var(--font-weight-bold);
  font-size: 17px;
}

/* .entry */
.entry {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 25px 20px;
  color: #505050;
}
.entry .field:not(:last-child) {
  margin-bottom: 20px;
}
.entry .field.is-grouped {
  margin-bottom: 0;
  gap: 20px;
}
.entry .field.is-grouped .field {
  width: 50%;
}
.entry .field.is-agree {
  margin: 20px 0;
  text-align: center;
}
.entry .field.is-agree .require {
  margin-left: 0;
  margin-right: 5px;
  transform: translateY(-3px);
}
.entry .field.is-submit {
  text-align: center;
}
.entry .field.is-submit .button {
  border: none;
  background: var(--color-cta-primary);
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  transition: box-shadow 0.2s ease;
}
.entry .field.is-submit .button:hover {
  box-shadow: 0 5px 5px rgba(0, 16, 14, 0.16);
}
.entry input[type=checkbox] {
  all: revert;
}
.entry .select {
  width: 100%;
  height: 3em;
}
.entry .select select {
  width: 100%;
  padding: 10px 2.5em 10px 20px;
  height: 3em;
}
.entry .input {
  padding: 10px 20px;
  height: 3em;
}
.entry .textarea {
  padding: 10px 20px;
}
.entry .input.is-error,
.entry .select select.is-error,
.entry .textarea.is-error {
  border: 1px solid #f00;
}
.entry .any,
.entry .require {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #6B8389;
  margin-left: 10px;
  padding: 2px 5px 4px;
  color: #6B8389;
  font-size: 11px;
  line-height: 1;
  font-weight: var(--font-weight-bold);
  transform: translateY(-1px);
}
.entry .require {
  border-color: #FF564E;
  color: #FF564E;
}
.entry__privacy {
  border: 1px dashed #ccc;
  overflow: scroll;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
}
.entry__privacy a {
  text-decoration: underline;
}

/* .footer */
.footer {
  padding: 20px;
}
.footer__copyright {
  text-align: center;
  font-size: 12px;
}

/* =============================================
for PC
============================================= */
@media screen and (min-width: 600px) {
  /* .only-pc */
  .only-pc {
    display: unset;
  }
  /* .only-sp */
  .only-sp {
    display: none;
  }
  /* .header */
  .header__inner {
    width: 1300px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .header img {
    width: auto;
    height: 40px;
  }
  /* .wrapper */
  .wrapper {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0 0;
  }
  #inquiry_thanks .wrapper {
    display: block;
    padding-top: 30px;
  }
  /* .intro */
  .intro {
    width: 480px;
  }
  #inquiry_thanks .intro {
    width: auto;
    text-align: center;
  }
  .intro__thanksIllust {
    margin-bottom: 20px;
  }
  .intro__thanksIllustImage {
    width: auto;
    height: 180px;
  }
  .intro__title {
    font-size: 30px;
  }
  .intro__wishesWrap {
    display: block;
    background: url(../img/operator.svg) no-repeat right/230px;
    margin: 20px 0;
  }
  .intro__wishes {
    margin-bottom: 10px;
  }
  .intro__wish {
    margin-bottom: 3px;
  }
  .intro__wish::before {
    display: inline-block;
    content: url(../img/icon-check-brown.svg);
    width: 18px;
    height: 18px;
    margin-right: 7px;
    line-height: 18px;
    vertical-align: middle;
    transform: translateY(-2px);
  }
  .intro__contact {
    padding: 20px;
  }
  #inquiry_thanks .intro__contact {
    width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .intro__contactCompany {
    margin: 20px 0 5px;
    font-size: 15px;
  }
  .intro__time {
    margin: 3px 0 0;
  }
  /* .entry */
  .entry {
    width: 530px;
  }
  /* .footer */
  .footer {
    padding: 50px 0 30px;
  }
}/*# sourceMappingURL=page-inquiry.css.map */