@charset "UTF-8";
/**

$footer

**/
html {
  font-size: 16px;
}
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer {
  background: #102b4f;
}

.inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.pc-a {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-a {
    display: none !important;
  }
}

.sp-a {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-a {
    display: block !important;
  }
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.header {
  position: relative;
  display: none;
}
.header.active {
  display: block;
}

.arrow-blink {
  width: 7.7333333333%;
  position: absolute;
  top: 41.5%;
  left: 65%;
  -webkit-animation: slideDown 1.4s infinite ease-in-out;
          animation: slideDown 1.4s infinite ease-in-out;
}

.arrow {
  width: 35.8666666667%;
  position: absolute;
  bottom: 0.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.step {
  display: none;
  position: relative;
}
.step__wrap {
  position: relative;
}
.step a {
  width: 100%;
}

.step.active {
  display: block;
}

/**

フォーム

**/
input, select {
  width: 100%;
  border: 1px solid #959595;
  background: #fff;
  border-radius: 0px;
  color: #333333;
  height: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  padding-left: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

.submit input {
  border: none;
  height: 100%;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  font-weight: 400;
  color: #e5e5e5;
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  opacity: 1;
}

input::-moz-placeholder {
  font-weight: 400;
  color: #e5e5e5;
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  opacity: 1;
}

input:-ms-input-placeholder {
  font-weight: 400;
  color: #e5e5e5;
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  opacity: 1;
}

input::-ms-input-placeholder {
  font-weight: 400;
  color: #e5e5e5;
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  opacity: 1;
}

input::placeholder {
  font-weight: 400;
  color: #e5e5e5;
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  opacity: 1;
}

#response-message {
  text-align: center;
  color: red;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: 1%;
  left: 50%;
}

.error-message {
  font-size: clamp(0.5625rem, 0rem + 2.4vw, 1.125rem) !important;
}

.submit {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #313131;
  border: 1px solid #959595;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submit.active {
  background: #697c95;
}

.submit input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}

dd {
  margin-top: 1.3333333333%;
  width: 100%;
}

dl {
  position: relative;
}
dl span.error {
  font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
  color: red;
  position: absolute;
  left: 22%;
  top: -8%;
}

dl + dl {
  margin-top: 2.6666666667%;
}

.form__wrap {
  width: 87.7333333333%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cta {
  position: relative;
  margin-top: 2.6666666667%;
}
.cta__txt-top {
  width: 32.8%;
  min-width: 130px;
  margin: 0 auto;
  margin-bottom: 1.3333333333%;
}
.cta__txt-top04 {
  width: 32.8%;
  min-width: 130px;
  margin: 0 auto;
  margin-bottom: 2.6666666667%;
}
.cta__txt-bottom {
  width: 5.8666666667%;
  min-width: 23px;
  margin: 0 auto;
  margin-top: 2.6666666667%;
}
.cta__btn01 {
  width: 48.5333333333%;
  min-width: 220px;
  margin: 0 auto;
  cursor: pointer;
}
.cta__btn02 {
  width: 48.5333333333%;
  min-width: 220px;
  margin: 0 auto;
  cursor: pointer;
}
.cta__btn03 {
  width: 48.5333333333%;
  min-width: 220px;
  margin: 0 auto;
  cursor: pointer;
}
.cta__btn05 {
  position: absolute;
  width: 37.3333333333%;
  min-width: 170px;
  cursor: pointer;
  top: 52%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta__prev {
  width: 37.3333333333%;
  min-width: 170px;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 6.6666666667%;
}

.company {
  margin-top: 9.3333333333%;
  padding-bottom: 4%;
}
.company__txt {
  width: 100%;
}

.name__ttl {
  width: 21.3333333333%;
}

.post__ttl {
  width: 25.4666666667%;
}

.prefectures__ttl {
  width: 25.4666666667%;
}
.prefectures input {
  pointer-events: none;
}

.municipalities__ttl {
  width: 44%;
}

.tel__ttl {
  width: 67.8666666667%;
}

.email__ttl {
  width: 35.2%;
}

.house__ttl {
  width: 40.6666666667%;
}

#sending-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  text-align: center;
}

.sending-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  color: #333;
}

.spinner {
  margin: 0 auto 16px;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #3498db;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideDown02 {
  0% {
    bottom: 2%;
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  70% {
    opacity: 1;
  }
  100% {
    bottom: 1%;
    opacity: 0;
  }
}
@keyframes slideDown02 {
  0% {
    bottom: 2%;
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  70% {
    opacity: 1;
  }
  100% {
    bottom: 1%;
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */