/*--------------------------------------------
 *  Global
 * --------------------------------------------*/
html {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #333;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  position: relative;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:focus-visible {
  outline-width: 2px !important;
}

* {
  min-height: 0vw;
}

@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  [href=tel] {
    pointer-events: none;
    cursor: initial;
  }
}
.ly_cont_inner {
  display: block;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
}

.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.bl_header_inner {
  padding: 20px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.14));
}

.bl_lowerKv_list li {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
  margin-bottom: 10px;
}

.bl_lowerKv_note {
  color: #e11d48;
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}

.bl_lowerKv_catch {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.bl_lowerKv_txt {
  text-align: center;
}

.bl_progress {
  max-width: 350px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.bl_progress::before {
  content: "";
  position: absolute;
  top: 37%;
  left: 30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  background-color: #d4d4d4;
  z-index: -2;
}
.bl_progress .txt {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

.bl_progress_box {
  width: 72px;
  position: relative;
}
.bl_progress_box.current .txt {
  background-color: #1c7f09;
  color: #fff;
}
.bl_progress_box.current .bl_progress_txt {
  color: #1c7f09;
}
.bl_progress_box.current::before {
  content: "";
  position: absolute;
  top: 37%;
  left: 80%;
  width: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  background-color: #1c7f09;
  z-index: -1;
}
.bl_progress_box.current_l .txt {
  background-color: #1c7f09;
  color: #fff;
}
.bl_progress_box.current_l .bl_progress_txt {
  color: #1c7f09;
}
.bl_progress_box.current_l::after {
  content: "";
  position: absolute;
  top: 37%;
  right: 80%;
  width: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  background-color: #1c7f09;
  z-index: -1;
}

.bl_progress_inner {
  text-align: center;
}
.bl_progress_inner .txt {
  background-color: #f5f5f5;
  color: #d4d4d4;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  font-weight: 400;
  font-size: 0.875rem;
}

.bl_progress_txt {
  font-size: 0.75rem;
  color: #d4d4d4;
  text-align: center;
}

@media not all and (min-width: 768px) {
  .bl_progress {
    margin-bottom: 40px;
    max-width: 260px;
  }
  .bl_progress_box.current::before {
    width: 25px;
  }
  .bl_progress_box.current_l::before {
    width: 25px;
  }
}
.bl_contact {
  padding: 130px 0 100px;
}
.bl_contact .check {
  resize: vertical;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 6px 20px;
  letter-spacing: 0.06em;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 7px;
  border: 1px solid #e6e6e6;
}
.bl_contact label {
  line-height: 1.2;
}
.bl_contact .input_small {
  max-width: 160px;
}

.bl_contact_wrap {
  padding: 60px 0;
}

.bl_contact_label {
  font-weight: 700;
  font-size: 1rem;
  margin: 40px 0 20px;
  border-left: 4px solid #1c7f09;
  padding-left: 12px;
  line-height: 1.4;
}
.bl_contact_label .label {
  margin-right: 35px;
}

.bl_contact_one .bl_contact_row:first-of-type, .bl_contact_two .bl_contact_row:first-of-type, .bl_contact_three .bl_contact_row:first-of-type {
  border-top: none;
}

.bl_contact_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding: 18px 0;
  border-bottom: 1px dashed #d4d4d4;
}
.bl_contact_row:first-of-type {
  border-top: 1px dashed #d4d4d4;
}
.bl_contact_row dt {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_contact_row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
}

.bl_conatct_catch {
  text-align: center;
  margin-bottom: 60px;
}

.bl_contact_radioRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.bl_contact_radio input {
  margin-right: 10px;
}

.bl_contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}

.bl_contact_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.bl_contact_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.bl_contact_submit_back {
  max-width: 200px;
  width: 100%;
}

.bl_contact_submit_next {
  max-width: 320px;
  width: 100%;
}

.bl_contact_catch {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 40px;
}

.bl_contactPolicy {
  margin-top: 55px;
}

.bl_contactPolicy_catch {
  line-height: 2;
}

.bl_contactPolicy_agree {
  margin: 30px 0 40px;
}

.bl_conatctInfo {
  text-align: center;
}

.bl_conatctInfo_title {
  font-size: 1.25rem;
  color: #1c7f09;
}

.bl_conatctInfo_txt {
  font-size: 0.875rem;
  margin-top: 20px;
}

.bl_contact_finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

@media not all and (min-width: 768px) {
  .bl_contact {
    padding: 120px 0;
  }
  .bl_contact_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .bl_contact_row dt, .bl_contact_row dd {
    width: 100%;
  }
  .bl_contact_row dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bl_contact_row dt label {
    font-size: 1rem;
  }
  .bl_contact_row .top {
    margin-top: 0;
  }
  .bl_contact_wrap {
    padding: 40px 0;
  }
  .bl_conatct_catch {
    margin-bottom: 40px;
  }
  .bl_contact_confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.el_button {
  color: #333;
}

.el_contactBtn {
  background: #1c7f09;
  width: 100%;
  max-width: 360px;
  height: 65px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  border-radius: 7px;
  border: 2px solid #1c7f09;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.el_contactBtn__back {
  background: #fff;
  border: 2px solid #707070;
  color: #707070;
  width: 100%;
  max-width: 190px;
  position: relative;
}
.el_contactBtn__back::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #707070;
  border-right: 2px solid #707070;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.el_contactBtn__backNone::before {
  content: none;
}

.el_contactBtn__w {
  max-width: 360px;
}

@media (min-width: 768px) {
  .el_contactBtn:hover {
    background-color: #fff;
    color: #1c7f09;
  }
  .el_contactBtn__back:hover {
    background-color: #707070;
    color: #fff;
  }
  .el_contactBtn__back:hover::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media not all and (min-width: 768px) {
  .bl_contact_submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.el_noteTxt {
  font-size: 0.75rem;
  color: #707070;
  font-weight: 400;
}

.el_select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.el_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  padding: 7px 40px 7px 20px;
  color: #000;
  position: relative;
  cursor: pointer;
}
.el_select::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.el_checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.el_checkbox input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.el_checkbox input:checked {
  background-color: #1c7f09;
}
.el_checkbox input:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.el_checkbox_txtBox {
  margin-left: 20px;
}

.el_title {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 36px;
}
.el_title::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #1c7f09;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.el_link {
  color: #1c7f09;
  text-decoration: underline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.el_link .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 768px) {
  .el_link:hover {
    text-decoration: none;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hp_brmd,
.hp_brsp {
  display: none;
}

.hp_required {
  background-color: #e11d48;
  color: #fff;
  width: 40px;
  height: 18px;
  font-size: 0.75rem;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media not all and (min-width: 992px) {
  .hp_brmd {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .hp_brsp {
    display: block;
  }
}
.un_formCaution {
  color: #e11d48;
}/*# sourceMappingURL=style.css.map */