html,
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #313131;
  font-size: 2.5vw;
  scroll-behavior: smooth;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
}
a :hover {
  opacity: 0.7;
}

button {
  transition: 0.3s;
  cursor: pointer;
}
button :hover {
  opacity: 0.7;
}

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

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

p {
  line-height: 1;
}

.hp_spNone {
  display: none;
}

.bl_wrapper {
  position: relative;
  background-color: #fff;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
}

.ly_header {
  position: relative;
  height: 15.625vw;
  width: 100vw;
  padding: 0 1.5625vw 0 3.125vw;
  box-shadow: 0 0 8.4375vw 0 rgba(124, 114, 100, 0.2);
  z-index: 2;
}
.ly_header .bl_pc_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_header_logo {
  width: 21.875vw;
  margin-top: 2.1875vw;
}

.bl_header_nav {
  display: flex;
  gap: 1.40625vw;
  padding: 1.5625vw 0 0;
}

.bl_header_nav_btn {
  width: 32.8125vw;
}

.ly_form {
  background-color: #f4f8fa;
  padding: 0 0 7.96875vw;
}

.bl_form_ttl_wrapper {
  background: url(../img/sp_form_title_bg.jpg) no-repeat center top/cover;
  width: 100vw;
  height: 18.75vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.34375vw 0 0;
}

.bl_contact_ttl {
  width: 65.15625vw;
}

.bl_request_ttl {
  width: 23.125vw;
}

.bl_form_wrapper {
  width: 90.625vw;
  margin: 0 auto;
}

/*---------------------------------
  hsforms(HubSpot)
---------------------------------*/
.hbspt-form {
  padding: 40px;
}
.form-columns-0 .hs-richtext {
  margin-bottom: 32px;
}
.form-columns-0 .hs-richtext p {
  margin: 14px 0;
}
.hs-richtext strong {
  font-weight: bold;
  color: rgb(51, 71, 91);
}
.legal-consent-container .hs-richtext strong {
  font-size: 14px;
}
.hs-form-field > label {
  display: block;
  margin-bottom: 4px;
}
.hs-form-field > label span {
  margin: 0 0 6px;
  color: #212d3a;
  font-size: 13px;
}
.hbspt-form .hs-form-field .input > input.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 4px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #959494;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hbspt-form .hs-form-field {
  max-width: 100%;
  margin-bottom: 18px;
}
.hbspt-form .form-columns-2 .hs-form-field {
  width: 100% !important;
  display: block;
  float: none !important;
}
.hbspt-form .hs-field-desc {
  font-size: 11px;
  color: #516383de;
  margin-bottom: 6px;
}
.hbspt-form .hs-form-field .input {
  margin-right: 0 !important;
}
.hbspt-form .hs-form-field .input > textarea.hs-input {
  display: inline-block;
  width: 100%;
  height: 64px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #959494;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hbspt-form .hs-form-field .input > select.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #959494;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  appearance: auto;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
.hbspt-form .hs-form-field:last-child {
  margin-bottom: 0;
}
.hbspt-form label .hs-form-required {
  margin-left: 4px;
  color: #e51520;
}
.hs-error-msg.hs-main-font-element,
.no-list.hs-error-msgs.inputs-list  {
  color: #e51520;
  font-size: 13px;
  display: block;
  text-align: left;
  margin-top: 4px;
}
.no-list.hs-error-msgs.inputs-list {
  margin-top: 0;
  text-align: center;
}
.hbspt-form .hs-dependent-field {
  margin: 5px 0 4px !important;
}
.hbspt-form .inputs-list input[type="checkbox"] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 7px;
  line-height: normal;
  border: none;
  vertical-align: middle;
  appearance: auto;
  -webkit-appearance: checkbox;
  display: inline-block;
  opacity: 1;
}
.hbspt-form .legal-consent-container .hs-richtext {
  font-size: 14px;
}
.hbspt-form .legal-consent-container .hs-richtext a {
  color: #00f;
  text-decoration: underline;
}
.hbspt-form .actions input[type="submit"] {
  background: #FF7A59;
  border-color: #FF7A59;
  font-family: arial, helvetica, sans-serif;
  line-height: 12px;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border: 1px solid #ff7a59;
  color: #fff;
  border-radius: 3px;
  padding: 12px 24px;
}
.hbspt-form .actions input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.7;
}

.bl_form_thanksBox {
  margin: 4.6875vw 0 19.0625vw;
  padding: 14.0625vw 0 14.6875vw;
  background: #fff;
}
.bl_form_thanksTtl {
  color: #0e2e86;
  font-size: 4.84375vw;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.3125vw;
  margin: 0 8.4375vw 5vw;
}
.bl_form_thanksTxt {
  font-size: 3.75vw;
  line-height: 1.5;
  letter-spacing: 0.3125vw;
  margin: 0 8.4375vw 7.8125vw;
}
.bl_form_thanksBtn {
  display: block;
  font-size: 3.59374vw;
  color: #fff;
  line-height: 1.0;
  text-align: center;
  width: 21.875vw;
  background: #273d52;
  border-radius: 0.78125vw;
  margin-left: 9.0625vw;
  padding: 2.5vw 0;
}

.ly_footer {
  padding: 9.84375vw 0 0;
}

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

.bl_footer_company {
  display: flex;
  flex-direction: column;
  gap: 2.34375vw;
  margin-top: 7.65625vw;
  padding: 0 4.0625vw 6.875vw;
}

.bl_company_item {
  display: flex;
}

.bl_company_item_name {
  width: 18%;
  color: #12376c;
  font-size: 3.75vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2916;
}

.bl_company_item_detail {
  width: 82%;
  color: #12376c;
  font-size: 3.75vw;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2916;
}

.bl_footer_copy {
  background-color: #12376c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.25vw;
}

.el_footer_copy_txt {
  color: #5092eb;
  font-size: 3.125vw;
  font-weight: 500;
  letter-spacing: 0.06em;
}/*# sourceMappingURL=form_sp.css.map */