@charset "UTF-8";
/** Colors **/
/** Font Size **/
/** Spacer **/
/** breakPoint **/
.lp-template1-contents {
  background-color: #fdfaf5;
  padding-top: 56px;
}
@media print, screen and (max-width: 1279px) {
  .lp-template1-contents {
    padding-top: 48px;
  }
}
@media print, screen and (max-width: 1079px) {
  .lp-template1-contents {
    padding-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .lp-template1-contents {
    padding-top: 24px;
  }
}

.lp-template1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lp-template1 img {
  width: 100%;
}
.lp-template1--col1 {
  max-width: 900px;
  padding: 0 40px;
}
@media screen and (max-width: 480px) {
  .lp-template1--col1 {
    max-width: 100%;
    padding: 0 5%;
  }
}
.lp-template1--col1-wide {
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (max-width: 480px) {
  .lp-template1--col1-wide {
    max-width: 100%;
    padding: 0 5%;
  }
}
.lp-template1--col2 {
  display: grid;
  grid-template-columns: 1fr 456px;
  column-gap: 48px;
  padding: 0 96px;
  max-width: 1240px;
}
@media print, screen and (max-width: 1279px) {
  .lp-template1--col2 .lp-template1-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .lp-template1--col2 .lp-template1-heading {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 1279px) {
  .lp-template1--col2 {
    padding: 0 64px;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .lp-template1--col2 {
    display: block;
    padding: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .lp-template1--col2 {
    max-width: 100%;
  }
}

.lp-template1-heading {
  margin-bottom: 24px;
}

.lp-template1-meta {
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .lp-template1-meta {
    margin-bottom: 16px;
  }
}

.lp-template1-content {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .lp-template1-content {
    margin-bottom: 40px;
  }
}

.lp-template1-body img {
  border: 1px solid #ececec;
}

.lp-template1-form__inner {
  position: sticky;
  top: 0;
  overflow: auto;
  padding: 24px;
  border: 1px solid #cbd6e2;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .lp-template1-form__inner {
    position: static;
    max-height: 100%;
    padding: 32px 16px;
  }
}
.lp-template1-form .hbspt-form:has(form) {
  background-color: #f8f9fa;
  margin: -24px;
  padding: 24px;
}
@media screen and (max-width: 480px) {
  .lp-template1-form .hbspt-form:has(form) {
    margin: -32px -16px;
    padding: 32px 16px;
  }
}
.lp-template1-form .form-columns-1,
.lp-template1-form .form-columns-2,
.lp-template1-form .form-columns-0 {
  max-width: 100%;
}
.lp-template1-form .hs-form-field {
  margin-top: 12px;
}
.lp-template1-form fieldset:first-child .hs-form-field {
  margin-top: 0;
}
.lp-template1-form .form-columns-2 {
  display: flex;
  justify-content: space-between;
}
.lp-template1-form .form-columns-2 .field {
  width: calc(50% - 8px) !important;
}
.lp-template1-form .field > label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 4px;
}
.lp-template1-form .field > label > span:first-child {
  font-size: 13px;
}
.lp-template1-form .hs-form-required {
  background-color: #DC3545;
  color: #fff;
  font-size: 0;
  align-self: center;
  padding: 2px;
  margin-right: 4px;
  border-radius: 2px;
}
.lp-template1-form .hs-form-required::before {
  font-size: 10px;
  content: "必須";
  line-height: 1;
}
.lp-template1-form .hs-richtext {
  margin-bottom: 16px;
  margin-top: 12px;
}
.lp-template1-form .hs-richtext p {
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
}
.lp-template1-form .hs-richtext a {
  text-decoration: underline;
  color: #0E63C4;
}
.lp-template1-form .hs-error-msg {
  color: #DC3545;
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
}
.lp-template1-form .hs-form-checkbox {
  margin-bottom: 8px;
}
.lp-template1-form .hs-form-checkbox span {
  display: inline-block;
}
.lp-template1-form .hs-form-checkbox > label {
  position: relative;
}
.lp-template1-form .hs-form-checkbox input {
  display: none;
}
.lp-template1-form .hs-form-checkbox input + span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #dee2e6;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1.8px;
}
.lp-template1-form .hs-form-checkbox input:checked + span::before {
  border: 1px solid #0E63C4;
  background-color: #0E63C4;
}
.lp-template1-form .hs-form-checkbox input:checked + span::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9%201.25L3.5%206.75L1%204.25%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center top 8px;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
}
.lp-template1-form .hs-form-checkbox:last-child {
  margin-bottom: 0;
}
.lp-template1-form .input {
  font-size: 15px;
  margin-right: 0 !important;
}
.lp-template1-form .input input::placeholder {
  color: #adb5bd;
}
.lp-template1-form .input select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%207.5L10%2012.5L15%207.5%22%20stroke%3D%22%23ADB5BD%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 12px;
}
.lp-template1-form .input select:invalid {
  color: #adb5bd;
}
.lp-template1-form .input select,
.lp-template1-form .input textarea,
.lp-template1-form .input input[type=number],
.lp-template1-form .input input[type=text],
.lp-template1-form .input input[type=email],
.lp-template1-form .input input[type=tel] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  width: 100% !important;
  padding: 6px 12px 8px 12px;
  border: solid 1px #dee2e6;
}
.lp-template1-form .input textarea {
  display: block;
  height: 88px;
}
.lp-template1-form input[type=submit] {
  cursor: pointer;
  display: block;
  border: 0;
  width: 100%;
  padding: 12px 24px 16px;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  background-color: #FF9100;
  color: #fff;
  transition: 0.3s;
}
.lp-template1-form input[type=submit]:hover {
  background-color: #ffa733;
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.lp-template1-visual {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .lp-template1-visual {
    margin-bottom: 24px;
  }
}

.lp-template1-button {
  margin-bottom: 32px;
}
@media print, screen and (max-width: 1079px) {
  .lp-template1-button {
    margin-bottom: 24px;
  }
}

.lp-template1-heading1 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.lp-template1-heading2 {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.lp-template1-text {
  font-size: 16px;
  margin-bottom: 16px;
}

.lp-template1-column {
  display: grid;
  column-gap: 24px;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 1079px) {
  .lp-template1-column {
    column-gap: 16px;
    margin-bottom: 24px;
  }
}
.lp-template1-column--col2 {
  grid-template-columns: repeat(2, 1fr);
}
.lp-template1-column--col3 {
  grid-template-columns: repeat(3, 1fr);
}

.lp-template1-card {
  display: grid;
  column-gap: 24px;
  grid-template-columns: 160px auto;
  margin-bottom: 32px;
}
.lp-template1-card__visual img {
  object-fit: cover;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .lp-template1-card {
    grid-template-columns: 234px auto;
  }
}
@media screen and (max-width: 480px) {
  .lp-template1-card {
    grid-template-columns: 113px auto;
    font-size: 14px;
  }
}

.lp-template1-border {
  padding-top: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d5d5d5;
}

.lp-template1-box {
  background-color: #f0f7fc;
  padding: 32px 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .lp-template1-box {
    padding: 24px;
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.lp-template1-form .frm-show-form select,
.lp-template1-form .frm-show-form textarea,
.lp-template1-form .frm-show-form input[type=number],
.lp-template1-form .frm-show-form input[type=text],
.lp-template1-form .frm-show-form input[type=email],
.lp-template1-form .frm-show-form input[type=tel] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  width: 100% !important;
  padding: 6px 12px 8px 12px;
  border: solid 1px #dee2e6;
}
.lp-template1-form .frm-show-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%207.5L10%2012.5L15%207.5%22%20stroke%3D%22%23ADB5BD%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center right 12px;
}
.lp-template1-form .frm-show-form fieldset {
  border: 0;
}
.lp-template1-form .frm-show-form .frm_form_field {
  margin-top: 12px;
}
.lp-template1-form .frm-show-form .frm_form_field .frm_primary_label {
  margin-bottom: 4px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.lp-template1-form .frm-show-form .frm_primary_label {
  font-size: 13px;
}
.lp-template1-form .frm-show-form .frm_required_field .frm_required {
  background-color: #dc3545;
  color: #fff;
  font-size: 0;
  align-self: center;
  padding: 2px;
  margin-right: 4px;
  border-radius: 2px;
}
.lp-template1-form .frm-show-form .frm_required_field .frm_required::before {
  font-size: 10px;
  content: "必須";
  line-height: 1;
}
.lp-template1-form .frm-show-form input::placeholder {
  color: #adb5bd;
}
.lp-template1-form .frm-show-form select:invalid {
  color: #adb5bd;
}
.lp-template1-form .frm-show-form .frm_button_submit {
  cursor: pointer;
  display: block;
  border: 0;
  width: 100%;
  padding: 12px 24px 16px;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  background-color: #ff9100;
  color: #fff;
  transition: 0.3s;
}
.lp-template1-form .frm-show-form .frm_error {
  color: #dc3545;
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
}

/*# sourceMappingURL=lp-template1.css.map */
