@charset "utf-8";

.sec-form .inner {
  max-width: 1137px;
  width: 90%;
  margin: 0 auto;
  padding: 72px 0 160px;
}

.sec-form .box {
  border-radius: 10px;
  background: #fff;
}

.sec-form .box .box-inner {
  padding: 56px 0 80px;
  width: 90%;
  margin: 0 auto;
}

.sec-form .box .box-inner .desc {
  margin-bottom: 56px;
}

.form-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.privacyBox {
  height: 180px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 5%;
  border: 1px solid #898989;
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #000;
}

form .policy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

form .policy input {
  width: 24px;
  height: 24px;
  appearance: auto;
}

form .policy label {
  margin: 0;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.922rem + 0.06vw, 1rem);
  color: #000;
}

form .policy .check {
  display: flex;
  align-items: center;
  gap: 8px;
}

form .policy label br {
  display: none;
}

.privacyBox a {
  color: #000 !important;
  font-weight: 400;
}

.labelText02 {
  font-family: var(--zenkaku);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  letter-spacing: 0.1em;
  color: #401a33;
  margin: 0;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;

  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px solid #401a33;
  background-color: #fff;

  display: inline-grid;
  place-content: center;

  cursor: pointer;
  margin-right: 16px;
}

::placeholder {
  color: #868686;
}

.radioArea {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

input[type="radio"]::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background-color: #401a33;
  transform: scale(0);
  transition: transform 0.2s ease;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

.requiredText {
  font-weight: 300;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  text-align: center;
  color: #fff;
  padding: 2px 10px;
  background-color: #0b3570;
  border-radius: 4px;
}

.requiredText.nini {
  background-color: #adadad;
}

.formTh {
  display: flex;
  gap: 16px;
  align-items: center;
}

.formTd {
  width: 100%;
}

.formTh label {
  margin-bottom: 0;
}

.formTh.ais {
  align-items: flex-start;
  margin-top: 20px;
}

.formRow {
  display: grid;
  grid-template-columns: 28% 1fr;
  width: 100%;
  gap: 5%;
}

/*
.formRow {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
  */

.addArea {
  display: grid;
  grid-template-columns: 10% 1fr;
  align-items: center;
  gap: 16px;
}

.addTd {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}

.addArea select {
  width: 265px;
}

.labelText01 {
  font-family: var(--zenkaku);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  color: #401a33;
}

input[type="text"],
input[type="email"],
select,
textarea {
  padding: 13px 19px;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: calc(28 / 16);
}

textarea {
  min-height: 174px !important;
  max-height: 174px;
}

.formWrap .column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.formRow.formbtn {
  flex-direction: row;
}

.submitbtn {
  max-width: 244px;
  width: 100%;
}

.formBtnTd {
  width: 100%;
  height: 66px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  background: #0d3676;
  padding: 0;
  position: relative;
  transition: 0.3s;
  line-height: 1;
  border: none;
  background: none;
  margin: 0 auto;
}

.formBtnTd:hover {
  opacity: 50%;
}

button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 700;
  font-size: clamp(1.188rem, 1.172rem + 0.06vw, 1.25rem);
  text-align: center;
  color: #fff;
  border-radius: 33px;
  background: #0d3676;
  border: none;
}

.thanks {
  position: relative;
  z-index: 1;
}

.thanks::before {
  content: "";
  position: absolute;
  max-width: 1065px;
  width: 90%;
  height: 387px;
  background: url(/system_panel/uploads/images/20260708212032807685.png) no-repeat center/cover;
  top: 0;
  left: 0;
  transform: scaleX(-1);
  z-index: -1;
}

.thanks .inner {
  padding: 64px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thanks .tit-ja {
  font-weight: 700;
  font-size: clamp(1.313rem, 1.146rem + 0.71vw, 2rem);
  text-align: center;
  color: #0b3570;
  margin-bottom: 24px;
}

.thanks .tit-ja br {
  display: none;
}

.thanks .desc p {
  line-height: calc(24 / 16);
  text-align: center;
}

.thanks .desc {
  margin-bottom: 44px;
}

.thanks .tel-link {
  margin-bottom: 56px;
}

.thanks .tel-link a {
  display: grid;
  grid-template-areas:
    "text num"
    ". time";
  align-items: baseline;
  justify-content: flex-end;
}

.thanks .tel-link .f-33 {
  font-family: var(--forum);
  font-weight: 400;
  font-size: clamp(1.25rem, 1.053rem + 0.84vw, 2.063rem);
  color: #192633;
}

.thanks .tel-link .f-53 {
  font-family: var(--forum);
  font-weight: 400;
  font-size: clamp(2rem, 1.681rem + 1.36vw, 3.313rem);
  letter-spacing: 0.1em;
  line-height: calc(64 / 53);
  color: #192633;
}

.thanks .tel-link .time {
  font-weight: 700;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  text-align: center;
  color: #192633;
  grid-column: 1/3;
}

.thanks .morebtn {
  max-width: 268px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1200px) {}

@media (max-width: 1023px) {
  .sec-body .inner {
    width: 80%;
    margin: 0 auto;
  }

  .sec-body .inner .box {
    width: 90%;
  }

  .formRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .sec-form .inner {
    padding: 80px 0;
  }


  input[type="text"],
  input[type="email"],
  textarea {
    padding: 16px;
  }

  .sec-body .inner .box .box-inner {
    padding: 40px 0 60px;
    width: 90%;
  }

  .labelText01 {
    margin-bottom: 0;
  }

  .form-column {
    gap: 23px;
  }

  .formRow {
    gap: 17px;
  }

  form .policy label br {
    display: inline-block;
  }

  .radioArea {
    gap: 4px;
  }

  .addArea {
    grid-template-columns: auto 1fr;
  }

  .addArea select {
    width: calc(218 / 400 * 100vw);
  }

  .addArea input {
    width: calc(255 / 400 * 100vw);
  }

  .thanks .inner {
    padding: 40px 0 80px;
    width: 91%;
    margin: 0 auto;
  }

  .thanks .tit-ja {
    font-feature-settings: "palt";
    text-align: center;
    line-height: 1.4;
  }

  .thanks .tit-ja br {
    display: block;
  }

  .thanks::before {
    width: 137px;
    height: 173px;
  }
}