.page-inner {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: 1em;
  margin-top: 5em;
}

.page-contact__about {
  width: 800px;
  /* margin: 0 auto; */
  margin-top: 60px;
  /* text-align: center; */
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .page-contact__about {
    width: initial;
  }
}

.page-contact__about-text {
  line-height: 1.5;
}

.page-contact__contact {
  text-align: center;
}

.page-contact__contact-title {
  margin-top: 200px;
  color: #252955;
  font-weight: 700;
  /* font-size: 28px; */
  color: #252955;
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  /* position: relative; */
  /* padding-bottom: 10px; */
}
@media screen and (max-width: 768px) {
  .page-contact__contact-title {
    margin-top: 60px;
    font-size: 24px;
    /* justify-content: flex-start; */
    align-items: initial;
    text-align: left;
    padding-bottom: 15px;
  }
}

/* .page-contact__contact-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #009ad2 50%, var(--main-color) 50%);
} */

.page-contact__contact-wrap {
  display: flex;
  gap: 100px;
  justify-content: center;
  font-size: 32px;
  /* margin-top: 150px; */
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-contact__contact-wrap {
    gap: 30px;
    font-size: 16px;
    /* margin-top: 40px; */
  }
}

.page-contact__tel-wrap {
  display: flex;
  align-items: center;
}

.page-contact__tel {
  text-decoration: none;
}

@media screen and (min-width: 767.9px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  text-decoration: none;
}

.page-contact__fax-wrap {
}

.page-contact__fax {
}

.page-contact__contact-caution-text {
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page-contact__contact-caution-text {
    font-size: 16px;
  }
}

.form-main {
  /* width: 800px; */
  /* margin-inline: auto; */
  text-align: center;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .form-main {
    text-align: initial;
    margin-top: 60px;
  }
}

.form-main__title {
  font-weight: 700;
  /* font-size: 28px; */
  color: #252955;
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  /* position: relative; */
  /* padding-bottom: 10px; */
}

@media screen and (max-width: 768px) {
  .form-main__title {
    font-size: 24px;
    /* text-align: center; */
    /* justify-content: flex-start; */
    align-items: initial;
    text-align: left;
    padding-bottom: 15px;
  }
}

/* .form-main__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #009ad2 50%, var(--main-color) 50%);
} */

.form-main__text {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .form-main__text {
    font-size: 16px;
  }
}

/* form */

.form {
  width: 800px;
  margin-inline: auto;
  margin-bottom: 40px;
  /* margin-bottom: 2.5rem; */
  margin-top: 101px;
  /* margin-top: 3.75rem; */
  font-size: 20px !important;
}
@media screen and (max-width: 768px) {
  .form {
    width: auto;
    width: initial;
    margin-top: 60px;
  }
}

.form__about {
  text-align: center;
}

.form__about-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: serif;
}
@media screen and (max-width: 768px) {
  .form__about-title {
    font-size: 1.5rem;
  }
}

.form__about-text {
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .form__about-text {
    margin-top: 1.6875rem;
    font-size: 1rem;
  }
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  /* margin-top: 1.25rem; */
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 50px;
  /* padding-bottom: 1.25rem; */
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

.form__field.form__field--privacy {
  border-bottom: 0;
  border-bottom: initial;
}

.form__label {
  width: 270px;
  width: 16.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form__label {
    margin-top: 1.875rem;
    font-size: 1rem;
    width: 100%;
  }
}

.form__data {
  /* border: 1px solid #d1d1d1; */
  width: 250px;
  /* width: 33.125rem; */
  font-size: 20px;
  /* font-size: 1rem; */
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form__data {
    width: 100%;
    /* margin-top: 0.625rem; */
    font-size: 16px;
    /* width: 70%; */
    /* width: initial; */
    /* margin-top: 0.625rem; */
    justify-content: flex-start;
    /* margin-right: auto; */
    align-items: center;
    gap: 10px;
  }
}

.form__required {
  background-color: red;
  font-size: 16px;
  /* font-size: 0.875rem; */
  margin-right: 20px;
  margin-right: 1.25rem;
  width: 50px;
  width: 3.125rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 4px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .form__required {
    margin-right: 0;
  }
}

.form__required.form__required--blue {
  background-color: #8d8d8d;
}

.form__label-text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.form__label-text span {
  color: red;
}

.form__input-text {
  font-family: "Noto sans JP", serif;
  font-size: 15px;
  padding: 10px;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
  border: 1px solid #e2e2e2;
}

.form__input-textarea {
  height: 160px;
  width: 100%;
  resize: none;
}

input {
  font-size: 20px;
  padding: 10px;
  /* padding: 0.625rem; */
}
@media screen and (max-width: 768px) {
  input {
    width: 100%;
  }
}

.checkbox {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.contact__button {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

select {
  width: 100%;
  text-align: left;
}

.line-break {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.form__list {
  margin-top: 80px;
  margin-top: 5rem;
}

.form__input::-webkit-input-placeholder {
  color: #a9a9a9;
}

.form__input::-moz-placeholder {
  color: #a9a9a9;
}

.form__input::-ms-input-placeholder {
  color: #a9a9a9;
}

.form__input::placeholder {
  color: #a9a9a9;
}

.form__textarea {
  height: 160px;
  width: 100%;
}

.form__input,
.form__select,
.form__textarea,
.form__acceptance-text {
  font-size: 14px;
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 4px;
}

.form__privacy-text a {
  text-decoration: underline;
}

.form__privacy-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .form__privacy-acceptance {
    margin-left: 1.25rem;
  }
}

.form__acceptance-text {
  overflow-y: auto;
  height: 120px;
  background-color: #f2f2f2;
  color: #111;
}

.form__data-select {
  position: relative;
}

.wpcf7-list-item {
  margin: 0;
  display: block;
}

.wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    margin-top: 20px;
  }
}

/* .wpcf7-form-control-wrap[data-name="privacy"] .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

.wpcf7-form-control-wrap[data-name="privacy"] .wpcf7-list-item-label::before {
  position: absolute;
  top: 3.25px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
} */

.wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7-form-control-wrap[data-name="privacy"] .wpcf7-list-item-label::after {
  position: absolute;
  top: 9.25px;
  left: 5px;
  width: 10px;
  height: 5px;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

.form__checkbox:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-spinner {
  margin: 0;
  margin: initial;
  padding: 0;
  padding: initial;
  width: inherit;
  height: auto;
  height: initial;
}

.checkbox-982 input {
  display: none;
}

.acceptance-892 {
  display: none;
}

.form__submit-button {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .form__submit-button {
    margin-left: 20px;
  }
}

/* .form__submit-button:hover {
  opacity: 0.3;
} */

/* .text-815,
.text-226,
.text-439,
.text-191,
.text-677,
.tel-56,
.email-320,
.textarea-357 {
  width: 100%;
} */

/* .acceptance-892 {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
} */

/* .form__data.form__data--checkbox {
  margin-top: -10px;
  margin-top: -0.625rem;
}

.form__data.form__data--checkbox,
.form__data.form__data--privacy {
  border: medium none currentColor;
  border: initial;
} */

/* .checkbox-982 input + span,
.acceptance-892 input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 60px;
  padding-left: 3.75rem;
  margin-right: 40px;
  margin-right: 2.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.checkbox-982 input + span::after,
.checkbox-982 input + span::before,
.acceptance-892 + span::before,
.acceptance-892 + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
} */

/* .checkbox-982 input + span::before {
  border: 1px solid #d1d1d1;
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox-982 input + span::after {
  border: none;
  height: 25px;
  height: 1.5625rem;
  width: 15px;
  width: 0.9375rem;
  left: 17px;
  left: 1.0625rem;
  top: 0;
  display: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

/* .checkbox-982 input:checked + span::after {
  display: block;
  content: "";
  height: 25px;
  height: 1.5625rem;
  left: 15px;
  left: 0.9375rem;
  position: absolute;
  top: 0;
  width: 15px;
  width: 0.9375rem;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.wpcf7-textarea,
.wpcf7-text {
  font-size: 20px;
  /* font-size: 1rem; */
}
@media screen and (max-width: 768px) {
  .wpcf7-textarea,
  .wpcf7-text {
    font-size: 16px;
    /* font-size: 1rem; */
  }
}

.wpcf7-textarea {
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}

/* .form-acceptance {
  text-align: center;
} */

.wpcf7-list-item-label {
  position: relative;
}

/* .form__privacy-acceptance input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
} */

/* .form__privacy-acceptance .wpcf7-list-item-label::before {
  border: 1px solid #d1d1d1;
  height: 40px;
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 40px;
  width: 2.5rem;
  left: -25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .form__privacy-acceptance .wpcf7-list-item-label::before {
    left: -2.5rem;
  }
} */

/* .form__privacy-acceptance
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
  display: block;
  content: "";
  height: 22px;
  height: 1.375rem;
  left: -46px;
  left: -2.875rem;
  position: absolute;
  top: 0px;
  width: 14px;
  width: 0.875rem;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .form__privacy-acceptance
    input[type="checkbox"]:checked
    + .wpcf7-list-item-label::after {
    left: -1.625rem;
  }
} */

.form__submit-input {
  width: 335px;
  width: 20.9375rem;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #a3a3a3;
  padding: 15px;
  padding: 0.9375rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: initial;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form__submit-input {
    width: 17.1875rem;
  }
}

.form__submit-input:hover {
  /* color: #000; */
  opacity: 0.7;
}

.form__submit-input.form__submit-input--submit {
  color: #346f8b;
  border: 1px solid #346f8b;
  background: url(../images/common/icon/arrow_blue.png);
  background-size: 1rem;
  color: #346f8b;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-position: center right 0.625rem;
}
@media screen and (max-width: 768px) {
  .form__submit-input.form__submit-input--submit {
    background-size: 0.875rem;
  }
}

div#wpcf7cpcnf {
  position: initial !important;
}

.wpcf7cp-form-hide {
  visibility: hidden !important;
}

.wpcf7cp-form-hide {
  height: 100vh !important;
}
.wpcf7cp-form-hide {
  display: none;
}

#wpcf7cpcnf table tr {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  width: 800px;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table tr {
    width: initial;
  }
}

#wpcf7cpcnf table tr th {
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table tr th {
    width: 50%;
  }
}

#wpcf7cpcnf table tr th p {
  padding: 30px !important;
  font-weight: bold;
  width: 300px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table tr th p {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 0 !important;
  }
}

#wpcf7cpcnf table tr td {
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table tr td {
    width: 50%;
  }
}

#wpcf7cpcnf table tr td p {
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table tr td p {
    width: 100%;
    font-size: 16px;
  }
}
.wpcf7cp-btns {
  display: flex !important;
  justify-content: center !important;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .wpcf7cp-btns {
    gap: 30px;
  }
}

.wpcf7cp-cfm-edit-btn,
.wpcf7cp-cfm-submit-btn {
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: gray;
  /* border: 1px solid red; */
  color: white;
  /* border-radius: 30px; */
  width: 300px;
  padding: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .wpcf7cp-cfm-edit-btn,
  .wpcf7cp-cfm-submit-btn {
    width: 150px;
    padding: 10px;
    font-size: 16px;
    margin-right: 0;
  }
}

.wpcf7cp-cfm-edit-btn {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  button.wpcf7cp-cfm-edit-btn {
    margin-right: 0;
  }
}

.wpcf7cp-cfm-edit-btn,
.wpcf7cp-cfm-submit-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #wpcf7cpcnf table {
    width: 100%;
  }
}

.page-complete__about {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .page-complete__about {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.page-complete__about-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-complete__about-text {
    font-size: 24px;
  }
}

.breadcrumb-wrap {
  margin-top: 50px;
}
