@charset "UTF-8";
.form {
  padding: 8rem 0 0;
}
@media (990px <= width) {
  .form {
    padding: 16rem 0 0;
  }
}
.form__inner {
  padding: 0 1.5rem;
}
.form .shiryo {
  margin-bottom: 5rem;
}
@media (990px <= width) {
  .form .shiryo {
    margin-bottom: 16rem;
  }
}
body#complete .form .shiryo {
  margin-bottom: 0;
}
.form .shiryo__inner {
  position: relative;
  padding-bottom: 5rem;
}
@media (990px <= width) {
  .form .shiryo__inner {
    padding-bottom: 10.5rem;
  }
}
body#complete .form .shiryo__inner {
  padding-bottom: 0;
}
.form .shiryo__inner::after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (990px <= width) {
  .form .shiryo__inner::after {
    width: auto;
    left: max(50% - 70rem, 5rem);
    right: max(50% - 70rem, 5rem);
  }
}
body#complete .form .shiryo__inner::after {
  content: none;
}
.form .shiryo .shiryou__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.5em;
  margin: 5rem auto 0;
  position: relative;
}
.form .shiryo .shiryou__text b {
  font-size: 2.8rem;
}
@media (990px <= width) {
  .form .shiryo .shiryou__text {
    margin-top: 10rem;
    font-size: 2.4rem;
    padding: 0 1em;
  }
  .form .shiryo .shiryou__text b {
    font-size: 4.4rem;
  }
}
.form .shiryo .shiryou__text::before, .form .shiryo .shiryou__text::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  background-color: #000;
}
.form .shiryo .shiryou__text::before {
  left: 0;
  transform: translateY(-40%) rotate(-25deg);
}
.form .shiryo .shiryou__text::after {
  right: 0;
  transform: translateY(-40%) rotate(25deg);
}
.form .shiryo .shiryou__wrap {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 1rem;
}
@media (990px <= width) {
  .form .shiryo .shiryou__wrap {
    margin-top: 6rem;
    gap: 3rem;
  }
}
.form .shiryo .shiryou__wrap .box {
  width: calc(50% - 0.5rem);
  text-align: center;
}
.form .shiryo .shiryou__wrap .box figcaption {
  padding-top: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (765px <= width) {
  .form .shiryo .shiryou__wrap .box {
    width: 25.6rem;
  }
}
body#complete .form .shiryo .shiryou__wrap {
  gap: 4rem;
}
body#complete .form .shiryo .shiryou__wrap .box {
  position: relative;
  width: 44rem;
}
body#complete .form .shiryo .shiryou__wrap .box figure {
  overflow: hidden;
  border-radius: 2rem;
}
body#complete .form .shiryo .shiryou__wrap .box figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 0 1rem 0 0;
  font-size: 1.4rem;
}
@media (990px <= width) {
  body#complete .form .shiryo .shiryou__wrap .box figcaption {
    font-size: 1.8rem;
    line-height: 1.5556;
    padding: 0.6rem 2rem;
  }
}
body#complete .form .shiryo .shiryou__wrap .box .icon_down {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  width: 5rem;
  aspect-ratio: 1;
  border-radius: 100rem;
  background-color: #000;
}
@media (width < 990px) {
  body#complete .form .shiryo .shiryou__wrap .box .icon_down {
    transform: scale(0.7);
  }
}
@media (990px <= width) {
  body#complete .form .shiryo .shiryou__wrap .box .icon_down {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
body#complete .form .shiryo .shiryou__wrap .box .icon_down::before {
  content: "";
  background: url(../images/common/icon_dl.svg) center/contain no-repeat;
  width: 1.4rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover) and (width >= 900px) {
  body#complete .form .shiryo .shiryou__wrap .box img {
    transition: all var(--speed) ease-in-out;
  }
  body#complete .form .shiryo .shiryou__wrap .box:hover img {
    scale: 1.05;
  }
}
.form .shiryo .shiryou__yubin {
  text-align: center;
  margin-top: 5rem;
}
@media (990px <= width) {
  .form .shiryo .shiryou__yubin {
    margin-top: 10rem;
  }
}
.form .shiryo .shiryou__yubin .label {
  font-size: 2rem;
  font-weight: 700;
}
.form .shiryo .shiryou__yubin .label em {
  font-size: 3.2rem;
  text-decoration: underline;
  text-underline-offset: -0.05em;
  text-decoration-color: var(--clr-main);
  text-decoration-thickness: 1rem;
}
.form .shiryo .shiryou__yubin .label img {
  vertical-align: middle;
  translate: 0 -1rem;
}
.form .shiryo .shiryou__yubin .buttonarea {
  margin: 1.5rem 1.5rem 0;
}
@media (990px <= width) {
  .form .shiryo .shiryou__yubin .buttonarea {
    margin: 3rem 0 0;
  }
}
@media (990px <= width) {
  .form .shiryo .shiryou__yubin .buttonarea a {
    width: 36rem;
    height: 7rem;
  }
  .form .shiryo .shiryou__yubin .buttonarea a i.icon_mail::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.form__text {
  margin-top: 4rem;
  font-weight: 700;
}
@media (990px <= width) {
  .form__text {
    margin-top: 8rem;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
  }
}
.form__coution {
  margin-top: 1rem;
  text-align: center;
  vertical-align: middle;
}
@media (990px <= width) {
  .form__coution {
    margin-top: 2.6rem;
  }
}
.form__coution span {
  background-color: var(--clr-main);
  border-radius: 100rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
  display: inline-block;
  transform: translateY(-0.2rem);
}
.form .column {
  display: grid;
  gap: 3rem;
  margin-top: 6rem;
}
.form .column [class^=area_] {
  background: #eee;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  text-align: center;
}
.form .column [class^=area_] .area__inner {
  padding: 2rem 1.5rem;
  background-color: #fff;
}
.form .column .text {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.form .column .text .clr-line {
  color: #00ce03;
}
.form .column .telnumber a {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.form .column .coution {
  font-size: 1.4rem;
  color: #999;
}
.form .column .buttonarea {
  margin-top: 1rem;
}
.form__formarea {
  background-color: #eee;
  margin-top: 4rem;
  padding: 3rem 2rem;
  border-radius: 1rem;
}
@media (990px <= width) {
  .form__formarea {
    border-radius: 2rem;
    margin-top: 8rem;
    padding: 10rem;
  }
}
@media (990px <= width) {
  .form__formarea dl {
    display: grid;
    grid-template-columns: 26rem auto;
    gap: 5rem 4rem;
    align-items: start;
  }
}
@media (990px <= width) {
  body#confirm .form__formarea dl {
    gap: 2rem 4rem;
  }
}
@media (width < 990px) {
  .form__formarea dt,
  .form__formarea dd {
    padding: 0.5rem 0;
  }
}
.form__formarea dt p,
.form__formarea dd p {
  display: contents;
}
.form__formarea dt {
  font-weight: 700;
  position: relative;
}
@media (990px <= width) {
  .form__formarea dt {
    padding: 1em 0;
    line-height: calc(7rem - 2em);
  }
}
.form__formarea dt::after {
  content: "";
  width: 4.4rem;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
}
.form__formarea dt.required::after {
  content: "必須";
  background-color: var(--clr-main);
}
.form__formarea dt.any::after {
  content: "任意";
  background-color: #000;
  color: #fff;
}
@media (width < 990px) {
  .form__formarea dd + dt {
    margin-top: 2rem;
  }
}
.form__formarea dd [data-name=kibousyokusyu] {
  position: relative;
}
.form__formarea dd [data-name=kibousyokusyu]::after {
  content: "";
  width: 0.9rem;
  height: 0.8rem;
  display: block;
  background-color: #000;
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 1.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media (990px <= width) {
  .form__formarea dd [data-name=kibousyokusyu]::after {
    right: 3rem;
  }
}
.form__formarea dd input,
.form__formarea dd select,
.form__formarea dd textarea {
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 1rem;
  border: none;
}
@media (990px <= width) {
  .form__formarea dd input,
  .form__formarea dd select,
  .form__formarea dd textarea {
    padding: 1em 2em;
  }
}
@media (990px <= width) {
  .form__formarea dd input[type=text],
  .form__formarea dd input[type=tel],
  .form__formarea dd input[type=email],
  .form__formarea dd select {
    height: 7rem;
  }
}
.form__formarea dd:has(.wpcf7-radio) {
  padding: 2rem 0;
}
.form__formarea dd .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 0;
}
@media (990px <= width) {
  .form__formarea dd .wpcf7-radio {
    grid-template-columns: repeat(4, 1fr);
  }
}
.form__formarea dd .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.form__formarea dd .wpcf7-radio label {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.form__formarea dd .wpcf7-radio label input[type=radio] {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: #fff;
  margin: 0;
  position: relative;
  padding: 0;
}
.form__formarea dd .wpcf7-radio label input[type=radio]:checked::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border-radius: 100rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.form__formarea dd textarea {
  height: 15em;
}
@media (990px <= width) {
  body#confirm .form__formarea dd {
    padding: 1em 0;
    line-height: calc(7rem - 2em);
  }
}
.form .wpcf7-acceptance {
  margin-top: 3rem;
  display: block;
  text-align: center;
}
@media (990px <= width) {
  .form .wpcf7-acceptance {
    margin-top: 8rem;
  }
}
.form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.form .wpcf7-acceptance .wpcf7-list-item::after {
  content: "必須";
  background-color: var(--clr-main);
  border-radius: 100rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
  width: 4.4rem;
  text-align: center;
  display: block;
}
.form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
@media (990px <= width) {
  .form .wpcf7-acceptance label {
    font-size: 1.6rem;
  }
}
.form .wpcf7-acceptance label a {
  text-decoration: underline;
}
.form .wpcf7-acceptance input {
  width: 3rem;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 0;
  position: relative;
}
.form .wpcf7-acceptance input:checked::after {
  content: "";
  background: url(../images/common/input_checkbox.svg) center no-repeat;
  width: 1.4rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.7rem);
}
.form .buttonarea {
  margin-top: 3rem;
  display: grid;
  gap: 2rem;
}
@media (990px <= width) {
  .form .buttonarea {
    margin-top: 5rem;
    align-items: center;
    justify-content: center;
  }
  body#confirm .form .buttonarea {
    grid-template-columns: repeat(2, 36rem);
    gap: 3rem;
  }
}
.form .button .wpcf7-spinner {
  display: none;
}
.form .button p:has(.wpcf7-previous) {
  position: relative;
}
@media (990px <= width) {
  .form .button p:has(.wpcf7-previous) {
    width: 36rem;
  }
}
.form .button p:has(.wpcf7-previous)::after {
  content: "";
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #000 url(../images/common/arrow-left_white.svg) center no-repeat;
  display: block;
  position: absolute;
  left: 2rem;
  top: 2rem;
}
@media (hover: hover) and (width >= 900px) {
  .form .button p:has(.wpcf7-previous), .form .button p:has(.wpcf7-previous)::after {
    transition: all var(--speed) ease-in-out;
  }
  .form .button p:has(.wpcf7-previous):hover::after {
    background: #fff url(../images/common/arrow-left_black.svg) center no-repeat;
  }
}
.form .button p:has(.wpcf7-previous) input {
  width: 100%;
  height: 7rem;
}
@media (hover: hover) and (width >= 900px) {
  .form .button p:has(.wpcf7-previous) input {
    transition: all var(--speed) ease-in-out;
  }
  .form .button p:has(.wpcf7-previous) input:hover {
    cursor: pointer;
  }
}
.form .button:has(.wpcf7-submit) {
  position: relative;
}
@media (990px <= width) {
  .form .button:has(.wpcf7-submit) {
    width: 36rem;
  }
}
.form .button:has(.wpcf7-submit)::after {
  content: "";
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #fff url(../images/common/arrow-right_black.svg) center no-repeat;
  display: block;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
@media (hover: hover) and (width >= 900px) {
  .form .button:has(.wpcf7-submit), .form .button:has(.wpcf7-submit)::after {
    transition: all var(--speed) ease-in-out;
  }
  .form .button:has(.wpcf7-submit):hover::after {
    background: #000 url(../images/common/arrow-right_white.svg) center no-repeat;
  }
}
.form .button:has(.wpcf7-submit) .wpcf7-submit {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 7rem;
  border-radius: 100rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  padding-left: 3rem;
}
@media (990px <= width) {
  .form .button:has(.wpcf7-submit) .wpcf7-submit {
    width: 36rem;
  }
}
.form .button:has(.wpcf7-submit) .wpcf7-submit[value*=送信] {
  text-align: center;
  padding: 0 3rem;
}
@media (hover: hover) and (width >= 900px) {
  .form .button:has(.wpcf7-submit) .wpcf7-submit {
    transition: all var(--speed) ease-in-out;
  }
  .form .button:has(.wpcf7-submit) .wpcf7-submit:hover {
    cursor: pointer;
    background-color: #fff;
    color: #000;
  }
}
.form .button:has(.wpcf7-submit[disabled]) .wpcf7-submit {
  opacity: 0.5;
}

#complete .totop {
  margin-top: 5rem;
}
@media (990px <= width) {
  #complete .totop {
    width: 36rem;
    margin: 5rem auto 0;
  }
}