@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
}
body * {
  box-sizing: border-box;
}

.cta_btn {
  width: 654px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 999;
}

#wrap {
  background: #000;
  max-width: 750px;
  margin: 0 auto;
}

.form {
  background: url(../img/form_bg.jpg) no-repeat center 0/100%;
  height: 859px;
  padding-top: 41px;
}
.form table {
  width: 654px;
  margin: 0 auto 20px;
}
.form table tr {
  display: block;
}
.form table tr:nth-last-of-type(1) {
  padding-top: 22px;
}
.form table th {
  display: flex;
  align-items: center;
  text-align: left;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.12em;
  gap: 14px;
  margin: 0 0 23px;
}
.form table th span {
  background: #F40606;
  display: block;
  text-align: center;
  padding-top: 5px;
  width: 76px;
  height: 40px;
  font-size: 28px;
  line-height: 1;
}
.form table td {
  display: block;
  margin: 0 0 28px;
}
.form table input[type=name], .form table input[type=email], .form table textarea {
  width: 654px;
  height: 74px;
  border: none;
  outline: none;
  border-radius: 10px;
  font-size: 28px;
  padding: 0 15px;
}
.form table textarea {
  height: 174px;
  font-size: 28px;
  padding: 15px;
}
.form .btn_send {
  background: url(../img/form_btn.png) no-repeat center 0/100%;
  width: 654px;
  height: 120px;
  border: none;
  outline: none;
  text-indent: -999em;
  display: block;
  margin-inline: auto;
  cursor: pointer;
}
@media (any-hover: hover) {
  .form .btn_send:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 750px) {
  img {
    width: 100%;
  }
  .cta_btn {
    width: 87.2vw;
    bottom: 6.6666666667vw;
  }
  .form {
    height: 114.5333333333vw;
    padding-top: 5.4666666667vw;
  }
  .form table {
    width: 87.2vw;
    margin: 0 auto 2.6666666667vw;
  }
  .form table tr:nth-last-of-type(1) {
    padding-top: 2.9333333333vw;
  }
  .form table th {
    font-size: 4.2666666667vw;
    gap: 1.8666666667vw;
    margin: 0 0 3.0666666667vw;
  }
  .form table th span {
    padding-top: 0.6666666667vw;
    width: 10.1333333333vw;
    height: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .form table td {
    margin: 0 0 3.7333333333vw;
  }
  .form table input[type=name], .form table input[type=email], .form table textarea {
    width: 87.2vw;
    height: 9.8666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
    padding: 0 2vw;
  }
  .form table textarea {
    height: 23.2vw;
    font-size: 3.7333333333vw;
    padding: 2vw;
  }
  .form .btn_send {
    width: 87.2vw;
    height: 16vw;
  }
}/*# sourceMappingURL=style.css.map */