@charset "UTF-8";
.page_contents {
  padding: 52px 80px 0;
  min-height: 50vh;
}
@media screen and (max-width: 1024px) {
  .page_contents {
    padding: 93px 16px 0;
  }
}

.form_container {
  position: relative;
  margin-left: -80px;
  margin-top: 100px;
  padding: 93px 80px 85px;
  width: calc(100% + 160px);
  background: #f9f8f7;
}
.form_container > .inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .form_container {
    margin-left: -16px;
    margin-top: 90px;
    padding: 77px 16px 137px;
    width: calc(100% + 32px);
  }
}

.multi-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 80px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.multi-step li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
  width: 110px;
  min-height: 56px;
  border: 1px solid #d2d8de;
  border-radius: 16px;
  background-color: #fff;
  color: #909090;
  font-weight: 500;
  text-align: center;
}
.multi-step li.current {
  border-color: #fe7a00;
  background-color: #fe7a00;
  color: #fff;
}
.multi-step li + li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(-50% - 13px);
  z-index: 1;
  top: 50%;
  width: 52px;
  height: 2px;
  background: url(../img/common/line_dots.svg) repeat-x left center;
}
@media screen and (max-width: 1024px) {
  .multi-step {
    gap: 0 57px;
  }
  .multi-step li {
    width: 78px;
    min-height: 40px;
    border-radius: 8px;
    font-size: 1.3rem;
  }
  .multi-step li + li::before {
    left: calc(-50% - 10px);
    width: 37px;
  }
}

.tel-fax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  margin-top: 16px;
}
.tel-fax article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 32px 40px;
  border: 2px solid #fe7a00;
  border-radius: 16px;
  text-align: center;
}
.tel-fax article.tel em::before {
  background-image: url(../img/contact/icon_tel.svg);
}
.tel-fax article.fax em::before {
  background-image: url(../img/contact/icon_fax.svg);
}
.tel-fax h2 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.tel-fax em {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  padding-left: 45px;
  color: #fe7a00;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
}
.tel-fax em::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  background: no-repeat left center/contain;
}
@media screen and (max-width: 1024px) {
  .tel-fax {
    gap: 8px;
    margin-top: 12px;
  }
  .tel-fax article {
    padding: 20px 5px;
    font-size: 1.2rem;
  }
  .tel-fax h2 {
    font-size: 1.4rem;
  }
  .tel-fax em {
    margin-top: 5px;
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .tel-fax em::before {
    top: 3px;
    width: 14px;
    height: 14px;
  }
}

.wpcf7 form a {
  color: #fe7a00;
}
@media (hover: hover) {
  .wpcf7 form a:hover {
    text-decoration: underline;
  }
}
.wpcf7 form a.agent_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  padding: 48px 16px;
  border-radius: 16px;
  background: -webkit-gradient(linear, right top, left top, from(#ff9d1c), to(#fe7a00));
  background: -webkit-linear-gradient(right, #ff9d1c 0%, #fe7a00 100%);
  background: linear-gradient(270deg, #ff9d1c 0%, #fe7a00 100%);
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7 form a.agent_link::after {
  content: "";
  display: inline-block;
  margin-left: 18px;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_arrow_w.svg) no-repeat center center/contain;
}
@media (hover: hover) {
  .wpcf7 form a.agent_link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
@media screen and (max-width: 1024px) {
  .wpcf7 form a.agent_link {
    margin-top: 37px;
    padding: 30px 16px;
    border-radius: 0;
    font-size: 1.6rem;
  }
  .wpcf7 form a.agent_link::after {
    margin-left: 12px;
    width: 20px;
    height: 20px;
  }
}
.wpcf7 form table {
  width: 100%;
  border-collapse: collapse;
}
.wpcf7 form th, .wpcf7 form td {
  padding: 24px 0;
  border-bottom: 1px solid #c6c6c6;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.wpcf7 form th {
  padding-top: 35px;
  width: 205px;
  font-weight: 700;
}
.wpcf7 form th.required {
  position: relative;
}
.wpcf7 form th.required::after {
  content: "必須";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 37px;
  padding: 4px 6px;
  background-color: #fc5a5d;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.wpcf7 form th + td {
  padding-left: 11%;
  vertical-align: middle;
}
.wpcf7 form input[type=text],
.wpcf7 form input[type=tel],
.wpcf7 form input[type=email],
.wpcf7 form textarea {
  padding: 16px;
  width: 100%;
  border: 1px solid rgba(198, 198, 198, 0.93);
  border-radius: 3px;
  background-color: #fff;
  color: #313131;
  line-height: normal;
}
.wpcf7 form input[type=text]::-webkit-input-placeholder, .wpcf7 form input[type=tel]::-webkit-input-placeholder, .wpcf7 form input[type=email]::-webkit-input-placeholder, .wpcf7 form textarea::-webkit-input-placeholder {
  color: #a4a4a4;
}
.wpcf7 form input[type=text]::-moz-placeholder, .wpcf7 form input[type=tel]::-moz-placeholder, .wpcf7 form input[type=email]::-moz-placeholder, .wpcf7 form textarea::-moz-placeholder {
  color: #a4a4a4;
}
.wpcf7 form input[type=text]:-ms-input-placeholder, .wpcf7 form input[type=tel]:-ms-input-placeholder, .wpcf7 form input[type=email]:-ms-input-placeholder, .wpcf7 form textarea:-ms-input-placeholder {
  color: #a4a4a4;
}
.wpcf7 form input[type=text]::-ms-input-placeholder, .wpcf7 form input[type=tel]::-ms-input-placeholder, .wpcf7 form input[type=email]::-ms-input-placeholder, .wpcf7 form textarea::-ms-input-placeholder {
  color: #a4a4a4;
}
.wpcf7 form input[type=text]::placeholder,
.wpcf7 form input[type=tel]::placeholder,
.wpcf7 form input[type=email]::placeholder,
.wpcf7 form textarea::placeholder {
  color: #a4a4a4;
}
.wpcf7 form input[type=text],
.wpcf7 form input[type=tel],
.wpcf7 form input[type=email] {
  max-height: calc(32px + 1em);
}
.wpcf7 form textarea {
  resize: vertical;
}
.wpcf7 form input[type=radio],
.wpcf7 form input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 0;
  height: 0;
  width: 100%;
  height: 100%;
}
.wpcf7 form input[type=radio]:checked + .wpcf7-list-item-label::after,
.wpcf7 form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .wpcf7 form table, .wpcf7 form tbody, .wpcf7 form tr, .wpcf7 form th, .wpcf7 form td {
    display: block;
  }
  .wpcf7 form th {
    padding-top: 16px;
    padding-bottom: 0;
    width: auto;
    border-bottom-width: 0;
  }
  .wpcf7 form th.required::after {
    content: "必須";
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 16px;
    font-size: 1.2rem;
    vertical-align: middle;
  }
  .wpcf7 form th + td {
    padding-left: 0;
    padding-top: 13px;
  }
}
.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form .wpcf7-radio,
.wpcf7 form .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px 32px;
  min-height: 48px;
}
@media screen and (max-width: 1024px) {
  .wpcf7 form .wpcf7-radio,
  .wpcf7 form .wpcf7-checkbox {
    min-height: unset;
  }
}
.wpcf7 form .wpcf7-radio {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item-label::after {
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fe7a00;
}
.wpcf7 form .wpcf7-checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label::before {
  border-radius: 4px;
}
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label::after {
  left: 4px;
  top: 5px;
  width: 11px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wpcf7 form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #fe7a00;
}
.wpcf7 form .wpcf7-list-item {
  margin: 0;
  line-height: 1.3;
}
.wpcf7 form .wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 32px;
}
.wpcf7 form .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 1px solid #c6c6c6;
  background-color: #fff;
}
.wpcf7 form .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.wpcf7 form .entry {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
}
.wpcf7 form .agree {
  margin-top: 50px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .wpcf7 form .agree {
    text-align: left;
  }
}
.wpcf7 form .btn {
  margin: 50px auto 0;
}
.wpcf7 form .wpcf7-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.wpcf7 form .wpcf7-response-output {
  display: none;
}
.wpcf7 form .error_message {
  display: none;
}
.wpcf7 form.invalid .error_message {
  display: block;
  margin: 72px auto 0;
  padding: 20px;
  max-width: 1000px;
  border: 3px solid #fc5a5d;
  color: #fc5a5d;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .wpcf7 form.invalid .error_message {
    margin-top: 42px;
    font-size: 1.6rem;
  }
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  color: #d70000;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}

body.confirm .wpcf7 form th, body.confirm .wpcf7 form td {
  padding-top: 24px;
  padding-bottom: 24px;
}
body.confirm .wpcf7 form th {
  width: 140px;
}
@media screen and (max-width: 1024px) {
  body.confirm .wpcf7 form th, body.confirm .wpcf7 form td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body.confirm .wpcf7 form th {
    padding-bottom: 0;
    width: auto;
  }
}

body.complete .page_contents {
  padding-top: 48px;
}
@media screen and (max-width: 1024px) {
  body.complete .page_contents {
    padding-top: 44px;
  }
}
body.complete .form_container {
  margin-top: 28px;
}
@media screen and (max-width: 1024px) {
  body.complete .form_container {
    margin-top: 20px;
  }
}
body.complete .thanks {
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
body.complete .thanks + p {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body.complete .thanks {
    font-size: 2rem;
  }
  body.complete .thanks + p {
    text-align: left;
  }
}
body.complete .btn {
  margin: 50px auto 0;
}