@charset "UTF-8";
* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
}

body {
  color: #055195;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: #000;
  color: initial;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hp_spNone {
  display: none;
}

/*----------- header -----------*/
.ly_header {
  background: #fff;
  padding: 1.71875vw 3.125vw;
  width: 100%;
}

.bl_header_logo {
  width: 32.8125vw;
}

.bl_header_btn a {
  font-size: 3.125vw;
  font-weight: bold;
  color: #003264;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/*----------- form -----------*/
.ly_form {
  padding: 15.15625vw 0 12.5vw;
  background: #ebf9fe;
  width: 100%;
  position: relative;
}
.ly_form::before {
  content: "";
  background: url(../../img/form_background_cover_request.jpg) no-repeat center/cover;
  position: absolute;
  width: 100%;
  height: 46.875vw;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.ly_form.ly_form__contact {
  padding: 15.15625vw 0 17.1875vw;
}
.ly_form.ly_form__contact::before {
  background: url(../../img/form_background_cover_contact.jpg) no-repeat center/cover;
}
.ly_form.ly_form__confirm {
  padding-bottom: 26.5625vw;
}
.ly_form.ly_form__thanks {
  padding: 14.0625vw 0 9.375vw;
}

.bl_form_wrapper {
  position: relative;
  z-index: 10;
}

.bl_formLeft_ttl {
  width: 43.90625vw;
  margin: 0 auto;
}

.bl_formLeft_catch {
  width: 56.25vw;
  margin: 7.8125vw auto 0;
}

.bl_formLeft_img {
  width: 57.34375vw;
  margin: 1.5625vw auto 0;
}
.bl_formLeft_img.bl_formLeft_img__contact {
  margin-top: 7.8125vw;
  width: 60vw;
}

.bl_formLeft_txt {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.7;
  margin: 5vw 6.25vw 0;
}

.bl_formRight_ttl {
  width: 66.71875vw;
  margin: 0 auto;
}
.bl_formRight_ttl.bl_formRight_ttl__contact {
  width: 64.0625vw;
  margin: 3.59375vw auto 2.8125vw;
}

.bl_formRight {
  width: 93.75vw;
  margin: 3.4375vw auto 0;
  background: #fff;
  padding: 3.4375vw 3.4375vw 0.9375vw;
  border: solid 0.3125vw #e8eff0;
}
.bl_formRight.bl_formRight__contact {
  padding-bottom: 2.8125vw;
}
.bl_formRight.bl_formRight__confirm {
  margin-top: 8.59375vw;
}
.bl_formRight form {
  margin-top: 1.875vw;
}
.bl_formRight dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_formRight dl.req dt::after {
  content: "必須";
  color: #fff;
  background: #ff6343;
  font-size: 2.1875vw;
  padding: 0 0.625vw;
  display: inline-block;
}
.bl_formRight dl + dl {
  margin-top: 2.5vw;
}
.bl_formRight .error {
  display: block;
  width: 100%;
  color: #df3434;
  font-size: 2.8125vw;
  padding-bottom: 1.25vw;
}
.bl_formRight dt {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.3;
  width: 21.09375vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  padding-left: 0.78125vw;
}
.bl_formRight dt label {
  font-weight: bold;
  line-height: 1.3;
}
.bl_formRight dd {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 2.34375vw;
}
.bl_formRight dd input[type=text], .bl_formRight dd textarea, .bl_formRight dd select {
  border: none;
  width: 62.5vw;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #e8eff0;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 2.34375vw 1.5625vw;
  resize: none;
  cursor: pointer;
}
.bl_formRight dd input[type=text]::-webkit-input-placeholder, .bl_formRight dd textarea::-webkit-input-placeholder, .bl_formRight dd select::-webkit-input-placeholder {
  color: rgba(5, 81, 149, .2);
}
.bl_formRight dd input[type=text]::-moz-placeholder, .bl_formRight dd textarea::-moz-placeholder, .bl_formRight dd select::-moz-placeholder {
  color: rgba(5, 81, 149, .2);
}
.bl_formRight dd input[type=text]::-ms-input-placeholder, .bl_formRight dd textarea::-ms-input-placeholder, .bl_formRight dd select::-ms-input-placeholder {
  color: rgba(5, 81, 149, .2);
}
.bl_formRight dd input[type=text]::placeholder, .bl_formRight dd textarea::placeholder, .bl_formRight dd select::placeholder {
  color: rgba(5, 81, 149, .2);
}
.bl_formRight textarea {
  height: 25.78125vw;
}
.bl_formRight dl.etc dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2.8125vw;
}

.bl_privacypolicy_agree {
  display: table;
  font-size: 3.125vw;
  font-weight: bold;
  margin: 3.4375vw auto 0;
  position: relative;
}
.bl_privacypolicy_agree a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: bold;
  color: #007ff0;
  display: inline;
}

.bl_form_confirm {
  width: 81.25vw;
  margin: 0 auto;
  text-align: center;
  background: url(../../img/info_button_arrow.png) no-repeat top 11.7vw right 6.25vw/1.875vw 3.125vw, url(../../img/form_button.png) no-repeat center/contain;
  padding: 5.6vw 0 10.9375vw;
}
.bl_form_confirm input.bl_form_confirmBtn {
  width: 75vw;
  height: 15vw;
  border: none;
  background: none;
  color: #fff;
  font-size: 4.375vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.bl_submit_btn li:first-child {
  width: 81.25vw;
  margin: 0 auto;
  text-align: center;
  background: url(../../img/info_button_arrow.png) no-repeat top 11.7vw right 6.25vw/1.875vw 3.125vw, url(../../img/form_button.png) no-repeat center/contain;
  padding: 5.6vw 0 10.9375vw;
}
.bl_submit_btn li:first-child input.bl_form_submitBtn {
  width: 75vw;
  height: 15vw;
  border: none;
  background: none;
  color: #fff;
  font-size: 4.375vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.bl_submit_prevbtn {
  display: table;
  font-size: 3.4375vw;
  font-weight: bold;
  margin: -1.5625vw auto 5.625vw;
  position: relative;
}
.bl_submit_prevbtn a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: bold;
  color: #007ff0;
}

.bl_thanks_ttl {
  width: 43.90625vw;
  margin: 1.25vw auto 0;
  position: relative;
  z-index: 10;
}
.bl_thanks_ttl.bl_thanks_ttl__contact {
  margin-top: 0.78125vw;
}

.bl_thanks_img {
  width: 57.34375vw;
  position: relative;
  z-index: 10;
  margin: 17.1875vw auto 0;
}

.bl_thanks_subttl {
  text-align: center;
  font-size: 4.6875vw;
  font-weight: bold;
  margin-top: 3.125vw;
}
.bl_thanks_subttl.bl_thanks_subttl__contact {
  margin-top: 31.25vw;
}

.bl_thanks_txt {
  font-size: 3.125vw;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 5.46875vw;
  padding: 0 6.25vw;
  line-height: 1.7;
}

.bl_thanks_btn {
  width: 81.25vw;
  margin: 10.15625vw auto 64.0625vw;
  text-align: center;
  background: url(../../img/form_button_dl.png) no-repeat top 6.25vw right 7.8125vw/3.4375vw 2.96875vw, url(../../img/form_button.png) no-repeat center/contain;
}
.bl_thanks_btn a {
  color: #fff;
  font-size: 4.375vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: bold;
  padding: 4.84375vw 0 10.46875vw;
  display: block;
}

.bl_thanks_goTop {
  margin: 5.15625vw 0 128.125vw;
  text-align: center;
}
.bl_thanks_goTop a {
  color: #007ff0;
  font-size: 3.75vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: bold;
}

/*----------- footer -----------*/
.ly_footer {
  background: #055195;
  text-align: center;
  padding: 11.71875vw 0 3.4375vw;
}

.bl_footer_logo {
  width: 40.625vw;
  margin: 0 auto;
}

.bl_footer_info {
  color: #fff;
  font-weight: bold;
  font-size: 3.125vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 2.8125vw;
}

.bl_footer_copyright {
  font-size: 2.1875vw;
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 5.78125vw;
  display: block;
}
