@charset "UTF-8";
.l-form {
  margin-top: 90px;
}
@media screen and (width <= 959px) {
  .l-form {
    width: 90%;
    margin: 45px auto 0;
  }
}
.l-form__step {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
.l-form__explanation {
  max-width: 100%;
  margin: 35px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3C3939;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
}
.l-form__body {
  max-width: 725px;
  margin: 70px auto 0;
}
.l-form-input__field {
  margin-top: 25px;
}
.l-form-input__field:first-child {
  margin-top: 0;
}
.l-form-input__field.-sub {
  margin-top: 20px;
  border-top: 1px solid rgba(49, 33, 2, 0.25);
}
.l-form-input__field.-sub .c-form-label {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
.l-form-input__field.-sub .l-form-input__field-lbl {
  margin-bottom: 10px;
}
.l-form-input__field-lbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9.6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.l-form-input__field-lbl.-explanation {
  margin-bottom: 12px;
}
.l-form-input__explanation {
  color: #3C3939;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 12px;
}

.c-form-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  counter-reset: cnt 0;
}
@media screen and (width <= 767px) {
  .c-form-step {
    gap: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-form-step__item {
  padding-top: 105px;
  position: relative;
  width: 100px;
  text-align: center;
  color: rgba(49, 33, 2, 0.3);
  counter-increment: cnt;
}
@media screen and (width <= 767px) {
  .c-form-step__item {
    padding-top: 65px;
    width: 60px;
  }
}
.c-form-step__item::before {
  position: absolute;
  top: 0;
  font-size: 33px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  color: #DBDBDB;
  aspect-ratio: 1;
  width: 100px;
  font-family: "Noto Sans JP", sans-serif;
  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;
  content: counter(cnt, decimal-leading);
  border-radius: 50%;
  border: 1px solid #007b54;
  background: #F9F9F7;
  grid-area: number;
}
@media screen and (width <= 767px) {
  .c-form-step__item::before {
    font-size: 23px;
    width: 60px;
  }
}
.c-form-step__item::after {
  width: 40px;
  height: 0;
  position: absolute;
  content: "";
  border-top: 1px solid #007b54;
  right: -40px;
  top: 50px;
}
@media screen and (width <= 767px) {
  .c-form-step__item::after {
    width: 30px;
    right: -30px;
    top: 30px;
  }
}
.c-form-step__item.active {
  color: #312102;
}
.c-form-step__item.active::before {
  color: #fff;
  background-color: #007b54;
}
.c-form-step__item:last-child::after {
  display: none;
}

.c-form-tag {
  font-size: 16px;
  font-weight: 500;
  padding: 3px 15px;
  background: #DBDBDB;
  color: #fff;
  border-radius: 5px;
}
.c-form-tag.-req {
  background: #007b54;
  color: #fff;
}
.c-form-label {
  font-size: 18px;
  font-weight: 500;
}
.c-form-field-text.-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.c-form-field-accept, .c-form-field-checkbox, .c-form-field-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px 72px;
}
.c-form-field-accept__item, .c-form-field-checkbox__item, .c-form-field-radio__item {
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.c-form-field-accept__item-input, .c-form-field-checkbox__item-input, .c-form-field-radio__item-input {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #007b54;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #007b54;
}
.c-form-field-accept__item-input:hover, .c-form-field-checkbox__item-input:hover, .c-form-field-radio__item-input:hover {
  border-color: #007b54;
  outline: 1px solid #007b54;
}
.c-form-field-accept__item-input::before, .c-form-field-checkbox__item-input::before, .c-form-field-radio__item-input::before {
  aspect-ratio: 1.3;
  position: absolute;
  inset: 50%;
  display: block;
  width: 60%;
  content: none;
  translate: -10% -45%;
  rotate: -45deg;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  border-bottom: 3.5px solid #007b54;
  border-left: 3.5px solid #007b54;
}
.c-form-field-accept__item-input:checked::before, .c-form-field-radio__item-input:checked::before {
  content: "";
}
.c-form-field-accept__item-label, .c-form-field-checkbox__item-label, .c-form-field-radio__item-label {
  font-weight: 500;
  line-height: 1.75em;
  cursor: pointer;
}
.c-form-field-accept, .c-form-field-file, .c-form-field-checkbox, .c-form-field-radio, .c-form-field-select2, .c-form-field-select, .c-form-field-textarea, .c-form-field-text {
  font-weight: 500;
  line-height: 1.75em;
  color: #222222;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
.c-form-field-file__wrp, .c-form-field-select2__input, .c-form-field-select__input, .c-form-field-textarea__input, .c-form-field-text__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding: 0.5em 1.25em;
  border: none;
  border: 1px solid #007b54;
  outline-offset: 0;
  background-color: #ffffff;
  border-radius: 10px;
}
.c-form-field-file__wrp:hover, .c-form-field-select2__input:hover, .c-form-field-select__input:hover, .c-form-field-textarea__input:hover, .c-form-field-text__input:hover {
  border-color: #007b54;
  outline: 1px solid #007b54;
}
.c-form-field-file__wrp.-num, .c-form-field-select2__input.-num, .c-form-field-select__input.-num, .c-form-field-textarea__input.-num, .c-form-field-text__input.-num {
  width: 97px;
}
.c-form-field-radio__item-input {
  border-radius: 50px;
}
.c-form-field-radio__item-input::before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #007b54;
  border-radius: 50px;
  content: none;
  translate: -50% -50%;
  rotate: none;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  border-bottom: none;
  border-left: none;
}
.c-form-field-radio__item-input:checked::before {
  content: "";
}
.c-form-field-file__input {
  display: none;
}
.c-form-field-file-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding: 0.5em calc(25px + 1.25em) 0.5em 0.5em;
  position: relative;
}
.c-form-field-file-wrapper-btn {
  height: 40px;
  padding: 0px 23px;
  border-radius: 5px;
  background: #007b54;
  color: #fff;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.c-form-field-file-wrapper-btn:before {
  position: relative;
  content: url("../images/icon/file.svg");
  top: 5px;
}
.c-form-field-file-wrapper-text {
  font-size: 16px;
  font-weight: 500;
}
.c-form-field-file-wrapper-remove {
  display: none;
  position: absolute;
  content: url("../images/icon/batu.svg");
  cursor: pointer;
  right: 1.25em;
}

.l-form-input__field.-privacy {
  margin-bottom: 60px;
}
.l-form-input__field.-privacy .-privacy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-form-input__field.-privacy .error {
  text-align: center;
}

.p-contact-form_submit button {
  display: none;
}
.p-contact-form_submit label {
  cursor: pointer;
  margin: 0 auto;
}
.p-contact-form_submit label span {
  color: #007b54;
  position: relative;
}

.c-form-field-radio#details {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.-corporation,
.-person,
.-other {
  display: none;
}

.l-form-privacy {
  margin-top: 80px;
}

.l-form-privacy-message {
  margin-top: 45px;
  border-radius: 4px;
  border: 1px solid #007b54;
  background: #FFF;
  padding: 25px 30px;
  height: 200px;
  overflow-y: scroll;
}

@media screen and (width <= 959px) {
  .l-form-privacy-message {
    padding: 25px;
    margin-top: 25px;
  }
}
.l-form-privacy-message {
  overflow-y: scroll;
  scrollbar-width: thin; /* Firefox用 */
  scrollbar-color: #007b54 transparent; /* Firefox用: スクロールバーとトラック */
  /* 内側に入れる工夫（paddingでスペース確保） */
  padding-right: 10px;
}

/* Chrome, Edge, Safari用 */
.l-form-privacy-message::-webkit-scrollbar {
  width: 8px; /* スクロールバーの太さ */
}

.l-form-privacy-message::-webkit-scrollbar-thumb {
  background-color: #999; /* スクロールバーの色 */
  border-radius: 4px;
}

.l-form-privacy-message::-webkit-scrollbar-track {
  background-color: transparent; /* トラックの背景色 */
}

.l-form-privacy-message::-webkit-scrollbar-button {
  display: none;
  height: 0;
}

.l-form-input__field .error {
  display: none;
  color: #FF0000;
  font-weight: 500;
}
.l-form-input__field.error .error {
  display: block;
}

.access-box {
  margin-top: 75px;
}
@media screen and (width <= 767px) {
  .access-box {
    margin-top: 50px;
  }
}

.c-form-field-select {
  width: 180px;
  position: relative;
}
.c-form-field-select:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 9px;
  -webkit-mask-image: url(../images/form/arrow.svg);
          mask-image: url(../images/form/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-color: #9C9C9C;
  right: 15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.-confirm .p-contact-form_input {
  margin-bottom: 30px;
}
.-confirm .p-contact-form_input .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.-confirm .p-contact-form_input .answer {
  background: rgba(55, 166, 172, 0.24);
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  min-height: 44px;
  line-height: 1.5em;
}
.-confirm .p-contact-button_box {
  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;
  gap: 35px;
  margin-top: 60px;
}
@media screen and (width <= 767px) {
  .-confirm .p-contact-button_box {
    gap: 25px;
    margin-top: 40px;
  }
}
.-confirm .p-contact-button_box input {
  display: none;
}
.-confirm .p-contact-button_box .c-btn__main {
  cursor: pointer;
}

.-submit .g-font-middle {
  text-align: center;
  color: #3C3939;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin: 40px 0 20px;
}
.-submit .g-font-small {
  width: 90%;
  max-width: 666px;
  color: #3C3939;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin: 50px auto 50px;
}
.p-no-page__btn {
    text-align: center;
    margin: 0 auto 100px;
    width: fit-content;
}
@media screen and (width <= 767px) {
    .l-form__step {
        margin-top: 50px;
    }
}
.c-btn__main {
    width: 250px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    padding: 0 25px;
    color: #ffffff;
    border-color: #007b54;
    background: #007b54;
    transition: 0.3s;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    z-index: 1;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    display: flex;
    justify-content: center;
}
.c-btn__main:hover {
    color: #007b54;
    background: #fff;
}
.-confirm .c-btn__main.-back {
    color: #007b54;
    background: #fff;
}
.-confirm .c-btn__main.-back:hover {
    color: #ffffff;
    border-color: #007b54;
    background: #007b54;
}
.l-form {
    margin-bottom: 100px;
}
.c-form-field-textarea__input {
    height: 9em;
}
.g-font-small {
    line-height: 1.75em;
}
.g-font-small strong {
    display: block;
    margin: 15px 0 5px;
}