body {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #222;
  overflow-x: hidden;
}

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

.inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: clamp(3.75rem, 2.6020408163rem + 4.8979591837vw, 7.5rem);
  padding-inline: 1em;
  padding-bottom: clamp(2.5rem, 1.6390306122rem + 3.6734693878vw, 5.3125rem);
}

ul li {
  list-style: disc;
  margin: auto;
}

ul li::marker {
  color: #EB6125 !important;
}

a:link {
  color: #43AFFF;
  text-decoration: underline;
}

.logo-img-wrap {
  max-width: clamp(12.5rem, 8.2525510204rem + 18.1224489796vw, 26.375rem);
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 1.7346938776rem + 3.2653061224vw, 5rem);
}

.material-img-wrap {
  padding-inline: 10px;
  -webkit-transform: translateX(-1%);
          transform: translateX(-1%);
}

@media (min-width: 768px) {
  .material-img-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding-inline: 0;
	max-width:630px;
  }
}
.form-title-wrap {
  background-color: #EB6125;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: clamp(1.25rem, 0.8673469388rem + 1.6326530612vw, 2.5rem);
  padding-left: calc(50% - 50vw);
  padding-right: calc(50% - 50vw);
  overflow: hidden;
}

.form-title-text {
  font-size: clamp(1.5rem, 1.0025510204rem + 2.1224489796vw, 3.125rem);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: clamp(1.25rem, 0.1020408163rem + 4.8979591837vw, 5rem);
  letter-spacing: 0.15em;
}

.form-description-text {
  margin-bottom: 30px;
  padding-inline: 10px;
  font-size: clamp(1rem, 0.9234693878rem + 0.3265306122vw, 1.25rem);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.06em;
  word-break: auto-phrase;
}

@media (min-width: 992px) {
  .material-img-wrap {
    margin-right: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 1600px) {
  .material-img-wrap {
    margin-right: 100px;
  }
}
.pc {
  display: none;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .form-description-text {
    margin-bottom: 0;
    padding-inline: 0;
  }
}
.contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .contents-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wpcf7 {
  -ms-flex-preferred-size: 850px;
      flex-basis: 850px;
}

.Form {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-inline: 10px;
}

.Form-Item {
  margin-bottom: clamp(1.25rem, 0.8673469388rem + 1.6326530612vw, 2.5rem);
}

.Form-Item-Label {
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.9234693878rem + 0.3265306122vw, 1.25rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
  position: relative;
}

.Form-Item-Label-Required {
  color: #EB6125;
  margin-left: 2em;
}

.cf7-validation-error {
  color: #EB6125;
  font-size: clamp(0.875rem, 0.8367346939rem + 0.1632653061vw, 1rem);
  margin-left: 0.5em;
  display: inline-block;
}

.cf7-field-error {
  border-color: #EB6125 !important;
}

.wpcf7-not-valid-tip {
  color: #EB6125 !important;
  font-size: clamp(0.875rem, 0.8367346939rem + 0.1632653061vw, 1rem);
  white-space: nowrap;
  visibility: visible !important;
  opacity: 1 !important;
}

.Form-Item-Label .wpcf7-not-valid-tip {
  display: block !important;
  position: absolute;
  left: 0;
  top: -20px;
  margin: 0;
  padding: 0;
}

.screen-reader-response,
[class*=screen-reader] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  clip: rect(0, 0, 0, 0) !important;
}

.wpcf7-response-output {
  display: none;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100% !important;
  border: 1px solid #707070;
  max-width: 850px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0.5em;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #222;
  background-color: #fff;
}

input[type=checkbox] {
  border: 1px solid #000;
  width: 28px;
  height: 28px;
  background-color: #fff;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
}

.wanjeon-form-submit {
  width: 100%;
  border: none;
  max-width: 100%;
  margin-bottom: clamp(1.25rem, 0.7716836735rem + 2.0408163265vw, 2.8125rem);
  font-size: clamp(1rem, 0.9234693878rem + 0.3265306122vw, 1.25rem);
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #222;
  background-color: #fff;
}

.wanjeon-form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(2.5rem, 1.9260204082rem + 2.4489795918vw, 4.375rem);
  margin-inline: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  max-width: 362px;
  width: 100%;
  background-color: #EB6125;
  color: #fff;
  font-size: clamp(1.125rem, 1.0102040816rem + 0.4897959184vw, 1.5rem);
  letter-spacing: 0.024em;
  line-height: 1.33;
  text-align: center;
  position: relative;
}
.wanjeon-form-submit::after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 14px;
  margin: auto;
  position: absolute;
  right: 63px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.wpcf7-list-item.checkbox-item {
  font-size:14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}