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

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin: 0 0 0 0em !important;
}

.secForm .content {
  border-bottom: 1px dashed #BEBEBE;
  width: 100%;
  padding: 30px 0;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 200px 1fr;
  gap: clamp(1.25rem, -4.922rem + 12.88vw, 3.125rem);
}
.secForm .content.readonly input {
  background: #efefef;
  color: #a1a1a1;
}
.secForm .content .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5px;
}
.secForm .content .title > span {
  color: #FF0000;
  font-size: 14px;
  line-height: 0;
  font-weight: bold;
}
.secForm .content input, .secForm .content textarea, .secForm .content select {
  padding: 7px;
  font-size: 16px;
  letter-spacing: 0.1em;
  width: 100%;
  font-weight: 400;
  border: 1px solid #BEBEBE;
  border-radius: 10px;
}
.secForm .content textArea {
  height: 300px;
}
.secForm .content .wpcf7-not-valid-tip {
  color: #FF0000 !important;
}
.secForm .content .ano {
  padding-bottom: 20px;
}
.secForm .content .ano div {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

form .firstContent {
  padding: 0px 0 26px;
}

.arrow .wpcf7-form-control-wrap {
  position: relative;
}
.arrow .wpcf7-form-control-wrap::after {
  content: "";
  border-bottom: 1px solid #838383;
  border-right: 1px solid #838383;
  width: 8px;
  height: 8px;
  right: 10px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .pc_530 input {
    width: 530px !important;
  }
}
.privacy {
  margin-top: 80px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 400;
}
.privacy p {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.05em;
}
.privacy a {
  display: inline-block;
  color: #0079D1;
  text-decoration: underline;
}

.checkboxContent {
  text-align: center;
  font-weight: 400;
}
.checkboxContent p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.05em;
}
.checkboxContent label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
  padding: 0 !important;
}
.checkboxContent label span {
  line-height: 0;
}
.checkboxContent label input {
  margin: 0 !important;
  padding: 0 !important;
  width: initial !important;
}
.checkboxContent label input[type=checkbox] {
  transform: scale(1) !important;
  position: relative;
  top: 2px;
}
.checkboxContent label .wpcf7-list-item-label {
  font-weight: bold;
}

.radioArea .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.radioArea label {
  align-items: center;
  display: grid;
  gap: 5px;
  grid-template-columns: max-content max-content;
}
.radioArea input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.radioArea .wpcf7-not-valid-tip {
  font-weight: 400 !important;
}
.radioArea .wpcf7-list-item.first {
  margin-left: 0;
}
.radioArea span {
  font-weight: bold;
}
.radioArea span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.radioArea span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.radioArea span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #ACDDF7;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.radioArea input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.radioArea.job .wpcf7-radio {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 15px 20px;
}

.submitBtn {
  margin: 50px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.submitBtn input {
  cursor: pointer;
  display: block;
  background: #ACDDF7;
  border-radius: 3px;
  padding: 18px 30px;
  width: 182px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
.submitBtn::after {
  content: "";
  background-image: url(../../shared/images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 18px;
  height: 12px;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.formDayInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.formDayInner br {
  display: none;
}
.formDayInner p {
  display: flex;
  gap: 4px;
  align-items: center;
}
.formDayInner .box {
  display: flex;
  align-items: center;
  gap: 4px;
}
.formDayInner .box select {
  padding: 5px 15px;
  border-radius: 10px;
}

.error .wpcf7-not-valid-tip {
  display: none;
}
.error .error-message {
  color: #FF0000;
  display: none;
}
.error:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.03em;
}

.secForm {
  padding: 50px 0 100px;
}
.secForm .formArea {
  margin-top: 50px;
  background: #fff;
  border-radius: 10px;
  padding: 50px 75px;
}
@media screen and (max-width: 767px) {
  .secForm .formArea {
    margin-top: 56px;
    padding: 25px 0 50px;
  }
  .secForm .content {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0;
  }
  .secForm .content input, .secForm .content textarea, .secForm .content select {
    padding: 7px 10px;
  }
  .secForm .content .radioArea {
    padding-top: 10px;
  }
  .secForm .content .job .wpcf7-radio {
    max-width: 370px;
    width: 95%;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
  .secForm .submitBtn {
    margin: 20px auto 0;
  }
  .secForm .content textArea {
    height: 200px;
  }
}/*# sourceMappingURL=form.css.map */