@charset "utf-8";

.breadlist .inner {
  padding-bottom: 120px;
}

.sec-form .inner {
  padding-bottom: 140px;
}

.has-bg .box {
  max-width: 1266px;
  width: 90%;
  margin: 0 auto;
  border: 0.5px solid #1d1d1d;
}

.has-bg .box .box-inner {
  padding: 80px 0 120px;
  width: 80%;
  margin: 0 auto;
}

.has-bg .box .sec-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 47px;
  margin-bottom: 70px;
}

.has-bg .box .sec-title .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1.5rem, 0.835rem + 1.39vw, 2.5rem);
  color: #1d1d1d;
}

.has-bg .box .sec-title .desc p {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: calc(32 / 18);
  text-align: center;
  color: #575656;
}

.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-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

form .policy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

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

form .policy label {
  margin: 0;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  line-height: 1.4;
  color: #1d1d1d;

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

form .policy label br {
  display: none;
}

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

.labelText02 {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

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

  width: 24px;
  height: 24px;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  /* 四角 */
  background-color: #fff;

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

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

input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #333;
  transform: scale(0);
  transition: transform 0.2s ease;
}

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

.requiredText {
  font-weight: 400;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  color: #f00;
}

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

.labelText01 {
  font-weight: 400;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  color: #3b1802;
}

.formTd {
  width: 100%;
}

.formTh label {
  margin-bottom: 0;
}

.formRow {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
}

.formRow.ais {
  align-items: flex-start;
}

.formRow.ais .formTh {
  margin-top: 20px;
}

.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;
}

input[type="text"],
input[type="email"],
select,
textarea {
  padding: 13px 19px;
  width: 100%;
  background: #ffffff;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  border: none;
}

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

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

.formRow.formbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

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

.formBtnTd:hover {
  opacity: 50%;
}

button {
  background: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.626rem + 0.52vw, 1.25rem);
  text-align: center;
  color: #1d1d1d;
}

.submitbtn .formBtnTd {
  grid-column: 1/3;
}

.thanks .inner {
  padding-bottom: 140px;
}

.thanks .sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.thanks .sec-title .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1.5rem, 0.835rem + 1.39vw, 2.5rem);
  text-align: center;
  color: #1d1d1d;
}

.thanks .sec-title .desc {
  margin-bottom: 60px;
}

.thanks .sec-title .desc p {
  font-weight: 400;
  font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
  line-height: 2;
  text-align: center;
  color: #575656;
}

.thanks .telbox {
  max-width: 633px;
  width: 90%;
  margin: 0 auto 120px;
  border: 0.5px solid #1d1d1d;
}

.thanks .telbox a {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

.thanks .telbox .num {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1.25rem, 0.418rem + 1.73vw, 2.5rem);
  text-align: center;
  color: #1d1d1d;
}

.thanks .telbox .time {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
  text-align: center;
  color: #1d1d1d;
}

.thanks .morebtn {
  margin: 0 auto;
}

.thanks .morebtn a {
  flex-direction: row-reverse;
}

.thanks .morebtn a::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 9px solid #1d1d1d;
  border-left: none;
}

.thanks .morebtn:hover a::after {
  transform: translateX(-4px);
}

@media (max-width: 1200px) {
  .breadlist .inner {
    padding-bottom: 80px;
  }
  .sec-form .inner {
    width: 90%;
  }
  .has-bg .box {
    width: 100%;
  }
  .has-bg .box .box-inner {
    width: 90%;
    padding: 80px 0;
  }
  .thanks .inner {
    width: 91%;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  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: 20px;
  }
  .formRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

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

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

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

  .addArea input {
    width: calc(255 / 400 * 100vw);
  }
  .thanks .telbox a {
    padding: 25px 0;
  }
  .thanks .morebtn {
    width: 60%;
  }
}
