@charset "UTF-8";
.main .index .panel .input .note::before, .main .index .panel .thanks::before, .main .index .panel .append .text::before, .main .index .panel .input .note::after, .main .index .panel .thanks::after, .main .index .panel .append .text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .index .panel .input .note::before, .main .index .panel .thanks::before, .main .index .panel .append .text::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .index .panel .input .note::after, .main .index .panel .thanks::after, .main .index .panel .append .text::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main {
  padding: 2.8rem 0 2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main {
    padding: 2.4rem 0 1rem;
  }
}
.main .wrap {
  max-width: 12rem;
}
body.contact .main .confirm,
body.contact .main .thanks {
  display: none !important;
}
body.confirm .main .initial,
body.confirm .main .thanks {
  display: none !important;
}
body.thanks .main .initial,
body.thanks .main .confirm,
body.thanks .main .input,
body.thanks .main .append {
  display: none !important;
}
.main .index .title {
  width: 3.85rem;
  line-height: 1px;
}
@media screen and (max-width: 750px) {
  .main .index .title {
    width: 3.08rem;
  }
}
.main .index .panel {
  margin: 0.6rem 0 0;
  padding: 0.8rem 0.7rem 0.7rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.3rem;
  box-shadow: inset 0 0 0 1px #fff, 0.15rem 0.21rem 0.5rem rgba(0, 0, 0, 0.025);
}
@media screen and (max-width: 750px) {
  .main .index .panel {
    padding: 0.4rem;
  }
}
.main .index .panel .progress {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(#cccbc6, #cccbc6) 0 calc(0.2rem - 0.05px)/100% 1px no-repeat;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .index .panel .progress {
    gap: 0.8rem;
  }
}
.main .index .panel .progress .num {
  width: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.4rem;
  background: #cccbc6;
  border-radius: 50%;
  color: #fff;
}
.main .index .panel .progress .text {
  margin: 0.1rem auto 0;
  color: #cccbc6;
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.main .index .panel .progress .active .num {
  background-color: #e83f24;
}
.main .index .panel .progress .active .text {
  color: #e83f24;
}
.main .index .panel .input {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  margin: 0.8rem 0 0;
  font-size: 0.18rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .main .index .panel .input {
    display: block;
    margin: 0.6rem 0 0;
    font-size: 16px;
  }
}
.main .index .panel .input dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.2rem;
  width: 2.2rem;
  height: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .index .panel .input dt {
    justify-content: flex-start;
    width: auto;
    height: auto;
    line-height: 1;
  }
}
.main .index .panel .input dt.required::after {
  content: "必須";
  display: block;
  width: 0.46rem;
  background: #f2d3ce;
  border-radius: 0.11rem;
  color: #e83f24;
  font-size: 0.13rem;
  line-height: 0.22rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .index .panel .input dt.required::after {
    width: 40px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
  }
}
.main .index .panel .input dd {
  width: calc(100% - 3.2rem);
}
@media screen and (max-width: 750px) {
  .main .index .panel .input dd {
    width: auto;
    margin: 10px 0 0;
  }
  .main .index .panel .input dd + dt {
    margin: 20px 0 0;
  }
}
.main .index .panel .input input[type=text],
.main .index .panel .input input[type=tel],
.main .index .panel .input input[type=email],
.main .index .panel .input textarea,
.main .index .panel .input select {
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 0.175rem 0.3rem;
  background: #fafafa;
  border-radius: 0.05rem;
  font-weight: 500;
  line-height: 0.35rem;
  box-shadow: inset 0 0 0 1px #f0f0f0;
  outline-color: #e83f24;
}
@media screen and (max-width: 750px) {
  .main .index .panel .input input[type=text],
  .main .index .panel .input input[type=tel],
  .main .index .panel .input input[type=email],
  .main .index .panel .input textarea,
  .main .index .panel .input select {
    padding: 10px 16px;
    line-height: 1.5;
  }
}
.main .index .panel .input input[type=text]::-moz-placeholder, .main .index .panel .input input[type=tel]::-moz-placeholder, .main .index .panel .input input[type=email]::-moz-placeholder, .main .index .panel .input textarea::-moz-placeholder, .main .index .panel .input select::-moz-placeholder {
  opacity: 0.4;
}
.main .index .panel .input input[type=text]::placeholder,
.main .index .panel .input input[type=tel]::placeholder,
.main .index .panel .input input[type=email]::placeholder,
.main .index .panel .input textarea::placeholder,
.main .index .panel .input select::placeholder {
  opacity: 0.4;
}
body.confirm .main .index .panel .input input[type=text],
body.confirm .main .index .panel .input input[type=tel],
body.confirm .main .index .panel .input input[type=email],
body.confirm .main .index .panel .input textarea,
body.confirm .main .index .panel .input select {
  background-color: transparent !important;
  box-shadow: inset 0 0 0 100px #fff;
}
body.confirm .main .index .panel .input input[type=text]::-moz-placeholder, body.confirm .main .index .panel .input input[type=tel]::-moz-placeholder, body.confirm .main .index .panel .input input[type=email]::-moz-placeholder, body.confirm .main .index .panel .input textarea::-moz-placeholder, body.confirm .main .index .panel .input select::-moz-placeholder {
  opacity: 0;
}
body.confirm .main .index .panel .input input[type=text]::placeholder,
body.confirm .main .index .panel .input input[type=tel]::placeholder,
body.confirm .main .index .panel .input input[type=email]::placeholder,
body.confirm .main .index .panel .input textarea::placeholder,
body.confirm .main .index .panel .input select::placeholder {
  opacity: 0;
}
.main .index .panel .input select {
  background-image: url(../../assets/imgs/arw04.svg);
  background-position: calc(100% - 0.2rem) 50%;
  background-size: 0.12rem auto;
  background-repeat: no-repeat;
}
body.confirm .main .index .panel .input select {
  background-image: none;
}
.main .index .panel .input select option[hidden] {
  display: none;
}
.main .index .panel .input textarea {
  box-sizing: border-box;
  min-height: 1.5rem;
}
body.confirm .main .index .panel .input textarea {
  min-height: 0;
}
@media screen and (max-width: 750px) {
  .main .index .panel .input textarea {
    min-height: 84px;
  }
  body.confirm .main .index .panel .input textarea {
    min-height: 0;
  }
}
.main .index .panel .input .fileWrapper {
  display: grid;
}
.main .index .panel .input .fileWrapper label.file {
  grid-area: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.14rem;
  height: 0.7rem;
  padding: 0 0.3rem;
  position: relative;
  background: #5b5c57;
  border-radius: 0.05rem;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .index .panel .input .fileWrapper label.file {
    gap: 12px;
    height: 44px;
  }
}
.main .index .panel .input .fileWrapper label.file::before {
  content: "";
  display: block;
  width: 0.13rem;
  aspect-ratio: 1/1;
  background: 50% 50% no-repeat;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 100% 1px, 1px 100%;
}
@media screen and (max-width: 750px) {
  .main .index .panel .input .fileWrapper label.file::before {
    width: 13px;
  }
}
.main .index .panel .input .fileWrapper label.file input {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main .index .panel .input .fileWrapper label.file.active {
  justify-content: flex-start;
  background: transparent;
  color: inherit;
  box-shadow: inset 0 0 0 1px #f0f0f0;
}
.main .index .panel .input .fileWrapper label.file.active::before {
  width: 0.14rem;
  background: url(../imgs/ico-file@2x.png) 0 50%/0.14rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .index .panel .input .fileWrapper label.file.active::before {
    width: 14px;
  }
}
.main .index .panel .input .fileWrapper label.file.active + .btn--clear {
  display: block;
}
body.confirm .main .index .panel .input .fileWrapper label.file.active {
  box-shadow: none;
}
body.confirm .main .index .panel .input .fileWrapper label.file.active + .btn--clear {
  display: none;
}
.main .index .panel .input .fileWrapper .btn--clear {
  display: none;
  grid-area: 1/1;
  justify-self: flex-end;
  align-self: center;
  width: 0.24rem;
  height: 0.24rem;
  margin: 0 0.2rem 0 0;
  border: none;
  padding: 0;
  position: relative;
  border-radius: 50%;
  background: #5b5c57 50% 50% no-repeat;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0.12rem 1px, 1px 0.12rem;
  rotate: 45deg;
}
.main .index .panel .input .confirm {
  padding: 0.175rem 0;
  font-weight: 500;
  line-height: 0.35rem;
}
@media screen and (max-width: 750px) {
  .main .index .panel .input .confirm {
    padding: 10px 0;
    line-height: 1.5;
  }
}
.main .index .panel .input .confirm--file {
  padding-left: 0.22rem;
  background: url(../imgs/ico-file@2x.png) 0 50%/0.14rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .index .panel .input .confirm--file {
    padding-left: 22px;
    background-size: 14px auto;
  }
}
.main .index .panel .input .note {
  padding: 1em 0 0;
  font-size: 0.13rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .index .panel .input .note {
    font-size: 10px;
  }
}
.main .index .panel .input label.error {
  display: block;
  padding: 0 0.3rem;
  color: #e83f24;
}
.main .index .panel .thanks {
  padding: 1.05rem 0 0.3rem;
  font-size: 0.18rem;
  line-height: 1.9444444444;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .index .panel .thanks {
    padding: 0.8rem 0 0.3rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
.main .index .panel .append {
  margin: 0.8rem 0 0;
  padding: 0.45rem 0.55rem;
  background: #f7f7f7;
  border-radius: 0.05rem;
  font-size: 0.18rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .index .panel .append {
    padding: 0.4rem;
    font-size: 0.24rem;
  }
}
.main .index .panel .append .text {
  line-height: 1.9444444444;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .index .panel .append .text {
    text-align: left;
  }
}
.main .index .panel .append .text a {
  color: #e83f24;
  text-decoration: underline;
}
.main .index .panel .append label {
  display: flex;
  gap: 0.12rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.4rem auto 0;
  line-height: 0.24rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .index .panel .append label {
    margin: 0.2rem auto 0;
  }
}
.main .index .panel .append label::before {
  order: 1;
  content: "";
  display: block;
  width: 0.24rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 0.02em;
  box-shadow: inset 0 0 0 1px #cccbc6;
}
.main .index .panel .append label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main .index .panel .append label span {
  order: 2;
}
.main .index .panel .append label:has(input:checked)::before {
  background: #e83f24;
}
.main .index .panel .append label label.error {
  order: 3;
  display: block;
  margin: 0;
  color: #e83f24;
}
.main .index .panel .append label label.error::before {
  content: none;
}
.main .index .btn--contact {
  margin: 0.6rem auto 0;
  background-color: #e83f24;
}
.main .index .btn--back {
  margin: 0.8rem auto 0;
}/*# sourceMappingURL=unique.css.map */