@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 500;
  color: #383838;
  letter-spacing: 0.05em;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a.li {
  letter-spacing: 0.05em;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.note-show {
  display: none;
}
@media (max-width: 1280px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1280px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

.ui-widget-header .ui-icon {
  background-size: unset;
}

#form {
  background-color: #ffce54;
  padding: 20px;
}
#form .form-wrapper {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
#form .form-wrapper .form-txt h6, #form .form-wrapper .form-txt p {
  text-align: center;
}
#form .form-wrapper .form-txt h6 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: normal;
  font-weight: bold;
}
#form .form-wrapper .form-txt p {
  margin-bottom: 20px;
  line-height: normal;
}
@media (max-width: 767px) {
  #form .form-wrapper .form-txt p {
    font-size: 14px;
  }
}
#form .form-wrapper form table {
  width: 100%;
}
#form .form-wrapper form table input, #form .form-wrapper form table textarea, #form .form-wrapper form table select {
  font-family: "Noto Sans JP", sans-serif;
}
#form .form-wrapper form table th {
  width: 200px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: normal;
  vertical-align: baseline;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #form .form-wrapper form table th {
    padding-bottom: 5px;
    width: 100%;
  }
}
#form .form-wrapper form table th p {
  display: flex;
  align-items: center;
  font-size: 14px;
}
#form .form-wrapper form table th span {
  background-color: #a50319;
  color: white;
  display: flex;
  font-size: 12px;
  margin-left: 5px;
  padding: 2px 5px;
  padding-bottom: 3px;
}
#form .form-wrapper form table .fukugyo-th {
  padding-top: 0;
}
@media (max-width: 767px) {
  #form .form-wrapper form table tr {
    display: flex;
    flex-direction: column;
  }
}
#form .form-wrapper form table tr td {
  padding-bottom: 20px;
}
#form .form-wrapper form table tr td input[type=text], #form .form-wrapper form table tr td input[type=email], #form .form-wrapper form table tr td input[type=tel] {
  font-size: 14px;
  height: 40px;
  padding-left: 10px;
  border-radius: 0;
  padding-right: 10px;
  border: 1px solid gray;
  width: 100%;
}
#form .form-wrapper form table tr td .radio-wrapper {
  display: flex;
  align-items: center;
}
#form .form-wrapper form table tr td label {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
#form .form-wrapper form table tr td input[type=radio] {
  font-size: 14px;
}
#form .form-wrapper form table tr .other-td .notice1 {
  margin-top: -15px;
}
@media (max-width: 767px) {
  #form .form-wrapper form table tr .other-td .notice1 {
    margin-top: -25px;
  }
}
#form .form-wrapper form table tr .other-td .notice {
  line-height: normal;
  font-weight: bold;
  font-size: 12px;
  color: #a50319;
  position: relative;
  padding-left: 1em;
}
#form .form-wrapper form table tr .other-td .notice::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  #form .form-wrapper form table tr .other-td .notice2 {
    padding-bottom: 10px;
  }
}
#form .form-wrapper form table tr .other-td .flex-wrapper {
  display: flex;
}
#form .form-wrapper form table tr .other-td input {
  width: 40% !important;
  margin-right: 2%;
}
#form .form-wrapper form table tr .other-td .kara {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 10%;
}
#form .form-wrapper form table tr .other-td .select-wrapper {
  border-left: 1px solid gray;
  width: 24%;
  position: relative;
}
#form .form-wrapper form table tr .other-td .select-wrapper::before {
  content: "";
  width: 10px;
  height: 8px;
  background-image: url(../../../images/select-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  z-index: 2;
  pointer-events: none;
}
#form .form-wrapper form table tr .other-td .select-wrapper select {
  appearance: none;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid gray;
  color: black;
  border-left: none;
}
#form .form-wrapper form table tr .other-td2 .select-wrapper {
  position: relative;
  height: 40px;
}
#form .form-wrapper form table tr .other-td2 .select-wrapper::before {
  content: "";
  width: 10px;
  height: 8px;
  background-image: url(../../../images/select-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  z-index: 2;
  pointer-events: none;
}
#form .form-wrapper form table tr .other-td2 select {
  appearance: none;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  height: 40px;
  border-radius: 0;
  border: 1px solid gray;
  background-color: #fff;
  color: black;
}
#form .form-wrapper form table tr textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  font-size: 14px;
  border-radius: 0;
  line-height: normal;
  resize: none;
  border: 1px solid gray;
}
#form .form-wrapper .check-wrapper p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
#form .form-wrapper .check-wrapper p a {
  text-decoration: underline;
  color: #a50319;
}
#form .form-wrapper .check-wrapper .check-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#form .form-wrapper .check-wrapper .check-flex input {
  margin-right: 10px;
}
#form .form-wrapper .check-wrapper label {
  font-size: 14px;
}
#form .form-wrapper .check-wrapper .form_content_group_checkbox_row {
  text-align: center;
}
#form .form-wrapper .submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
#form .form-wrapper .contact-button {
  width: 200px;
  height: 60px;
  background-color: #ffce54;
  color: white;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 2px 2px 5px lightgray;
  cursor: pointer;
}
#form .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #a50319;
  padding-bottom: 5px;
  margin-left: 10px;
}

.footer-t {
  line-height: normal;
}
.footer-t * {
  line-height: normal;
}

@media (max-width: 767px) {
  .thanks {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.thanks .logo {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-right: 20px;
}
.thanks .logo img {
  width: 300px;
}
.thanks h2 {
  padding-top: 50px;
  text-align: center;
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .thanks h2 {
    font-size: 20px;
  }
}
.thanks p {
  text-align: center;
  line-height: normal;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .thanks p {
    font-size: 14px;
  }
}
.thanks p a {
  color: black;
  text-decoration: underline;
}
.thanks .line-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.thanks .line-wrapper img {
  width: 200px;
}

.contact-button.is-submitting {
  opacity: 0.7;
  pointer-events: none; /* クリック・タップを遮断 */
}

/*# sourceMappingURL=style.css.map */
