.hbspt-form {
  padding: 65px 0;
  background: #fafafa;
}

.hbspt-form form {
  max-width: 700px;
  margin: auto;
}

.hs-form-required {
  color: transparent;
}

.hs-form-required::before {
  position: absolute;
  top: 0;
  left: -60px;
  width: 40px;
  height: 20px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #e8193b;
  content: "必須";
}

.hs-form-field {
  margin-bottom: 25px;
  padding-left: 60px;
}

.hs-form-field label {
  position: relative;
  font-size: 18px;
  line-height: 2.5;
}

.hs-form-field .input {
  position: relative;
  margin: 0;
}

.hs-form-field .input input {
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  padding: 19px 29px;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 0.3s;
}

.hs-form-radio {
  margin: 13px 0;
}

.hs-form-radio label {
  font-size: 16px;
}

.hs-form-radio-display input {
  display: none;
}

.hs-form-radio-display input + span::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background-color: #f0f0f0;
  border: 2px solid #ddd;
  border-radius: 17px;
  transition: 0.1s;
  content: "";
}

.hs-form-radio-display input[type="radio"]:checked + span::before {
  background-color: #5482f7;
  border-color: #5482f7;
  box-shadow: inset 0 0 0 8px #fff;
}

.hs-fieldtype-select select,
.hs-fieldtype-textarea textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  height: 60px;
  padding: 0 29px;
  font-size: 15px;
  line-height: 57px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.hs-fieldtype-textarea textarea {
  height: 150px;
  padding: 15px;
  line-height: 1.5;
}

.hs-fieldtype-textarea {
  display: flex;
  flex-direction: column;
}

.hs-fieldtype-textarea .hs-field-desc {
  order: 3;
  font-size: 13px;
}

.hs_privacypolicy {
  margin-top: 65px;
  text-align: center;
}

.hs_privacypolicy input {
  width: auto !important;
  margin-right: 10px;
  transform: scale(1.7);
}

.hs_privacypolicy .hs-form-required {
  display: none;
}

.hs_error_rollup {
  display: none;
}

.hs-error-msg {
  color: #b70000;
}

.hs_submit {
  text-align: center;
}

#contact .hs_submit input[type="submit"] {
  width: 100%;
  max-width: 320px;
  height: 60px;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(to right, #fa80d2 0, #fed757 100%);
  border: none;
  border-radius: 40px;
  outline: none;
  transition: all 0.3s ease-in-out 0s;
}

.hs_submit .actions {
  position: relative;
  transition: all 0.3s ease-out;
}

.hs_submit .actions:hover {
  transform: scale(1.04);
  filter: brightness(1.05) contrast(1.05);
}

.hs_submit .actions:hover::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: 260px;
  height: 40px;
  background: linear-gradient(to right, #fa80d2 0, #fed757 100%);
  border-radius: 30em;
  transform: translateX(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-filter: blur(20px) brightness(0.95);
  filter: blur(20px) brightness(0.95);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
}

.hs-ex {
  margin-left: 15px;
  font-size: 15px;
  text-decoration: underline;
}

.hs-ex.arrow::after {
  right: -27px;
  transform: rotate(0deg);
}

.hs-ex.arrow::before {
  height: 0;
  transform: rotate(45deg);
}

.hs-blue {
  padding-bottom: 20px;
  font-size: 18px;
  text-align: center;
  background: #fafafa;
}

.hs-form-field .input input:focus,
.hs-form-field .input textarea:focus {
  box-shadow: 0 0 0 2px rgba(42, 176, 214, 1);
}

label.hs-form-booleancheckbox-display span::before {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid #ccc;
  border-radius: 4px;
  content: "";
}

.hs-form-field.hs_privacypolicy input[type="checkbox"]:checked + span::after {
  position: absolute;
  top: -3px;
  left: 9px;
  display: block;
  width: 7px;
  height: 16px;
  border-right: 3px solid #5482f7;
  border-bottom: 3px solid #5482f7;
  transform: rotate(40deg);
  content: "";
}

.hs-form-field.hs_privacypolicy input {
  display: none;
}

.hs-form-field.hs_privacypolicy span {
  padding-left: 35px;
}

.hbspt--minoru {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0 2px transparent;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 01s;
}

.hbspt--minoru::after {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  width: calc(100% - 2px);
  max-width: 640px;
  height: 90%;
  color: rgba(42, 176, 214, 0.6);
  box-shadow: 0 0 0 0;
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
  content: "";
}

.hbspt--minoru:focus {
  box-shadow: 0 0 0 2px rgba(42, 176, 214, 1);
}

@media screen and (max-width: 760px) {
  .hs-form-field .input input:focus,
  .hs-form-field .input textarea:focus {
    border: 2px solid rgba(42, 176, 214, 1);
  }

  .hbspt-form {
    padding-right: 5%;
    padding-left: 5%;
  }

  .hs-form-field {
    padding-left: 0;
  }

  .hs-form-field label {
    display: flex;
    font-size: 16px;
  }

  .hs-form-field label span:first-child {
    order: 2;
  }

  .hs-form-required {
    order: 1;
  }

  .hs-form-required::before {
    position: static;
    display: inline-block;
  }

  .hs-form-field .input input,
  .hs-fieldtype-select select {
    padding: 13px;
    font-size: 14px;
  }

  .hs-form-field.hs_privacypolicy span {
    font-size: 14px;
  }

  .hs_privacypolicy {
    margin-top: 40px;
  }

  label.hs-form-booleancheckbox-display span::before {
    top: 0;
  }

  .hs-form-field.hs_privacypolicy input[type="checkbox"]:checked + span::after {
    top: 2px;
  }

  .hs_privacypolicy .hs-error-msg {
    justify-content: center;
  }
  .hs_submit .actions:hover {
    transform: none;
  }
  .hs_submit .actions:hover::before {
    content: none;
  }
}

/* 会社概要DL */

#download .hbspt-form {
  padding: 0;
  background: #fff;
}

#download .hs-form-field {
  margin-bottom: 0;
  padding-left: 0;
}

#download .hs-form-field .input input,
#download .hs_price_pulldown .input select {
  margin: 5px 0;
  padding: 12px;
}

#download .hs-form-required {
  display: flex;
  align-items: center;
}

#download .hs-form-required::before {
  position: static;
  display: inline-block;
  margin-left: 5px;
}

#download .hs-form-field label {
  display: flex;
  font-size: 14px;
}

#download .hs-fieldtype-textarea {
  display: block;
}

#download .hs-fieldtype-textarea textarea {
  margin: 0;
}

#download .hs-fieldtype-textarea {
  display: block;
}

#download .hs_privacypolicy {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100% !important;
  margin: 30px 0;
}

#download .hs_privacypolicy label {
  font-size: 15px;
}

#download .hs_privacypolicy input {
  display: none;
}

#download .hs_privacypolicy .hs-form-required {
  display: none;
}

#download .flax-container {
  position: relative;
  flex-wrap: wrap;
}

#download .hs_submit {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 105px;
}

#download .hs_submit input {
  font-family: Oswald, sans-serif;
  font-style: oblique;
  background: linear-gradient(to right, #4fe5cd 0, #27bbd0 100%) !important;
}

#download .hs-fieldtype-textarea textarea {
  height: 130px;
}

#download #form {
  padding-bottom: 230px;
}

#download .hs_submit .actions {
  max-width: 320px;
  margin: auto;
  transition: all 0.3s ease-out;
}

#download .hs_submit .actions:hover {
  transform: scale(1.04);
  filter: brightness(1.05) contrast(1.05);
}

#download .hs_submit .actions:hover::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: 260px;
  height: 40px;
  background: #52a0fd;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#52a0fd),
    color-stop(80%, #00e2fa),
    to(#00e2fa)
  );
  background: linear-gradient(to right, #4fe5cd 0, #27bbd0 100%) !important;
  border-radius: 30em;
  transform: translateX(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-filter: blur(20px) brightness(0.95);
  filter: blur(20px) brightness(0.95);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
}

#download label.hs-form-booleancheckbox-display span::before {
  top: 0;
}

#download
  .hs-form-field.hs_privacypolicy
  input[type="checkbox"]:checked
  + span::after {
  top: 2px;
}

@media screen and (max-width: 760px) {
  #download .hbspt-form {
    width: 100%;
  }

  #download {
    margin-top: 14px;
  }

  #download .hs_privacypolicy,
  #download .hs_submit {
    position: static;
  }

  #download .hs_submit {
    margin-top: 0;
  }

  #download #form {
    padding-bottom: 30px;
  }

  #main_img .innr.sales {
    top: -20px;
  }
  #download .hs_submit .actions:hover {
    transform: none;
  }
  #download .hs_submit .actions:hover::before {
    content: none;
  }
}

@media screen and (max-width: 340px) {
  #main_img .innr.sales {
    top: -40px;
  }
}

.dl-listing-content_innr .dl-listing-main_txt {
  margin: 0 auto;
}

.dl-listing-content_innr .dl-listing-main_txt .dl-listing_description {
  max-width: 960px;
  margin: auto;
  font-size: 15px;
  line-height: 1.6;
}

#main_img .dl-listing-main_txt h1 {
  width: 100%;
  margin: 0px auto 10px;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
}

.dl-listing-content_innr #download {
  margin-top: 10px;
}

.dl-listing-content_innr #download .hs_privacypolicy {
  margin: 15px 0;
}

.dl-listing-content_innr #brdcrmb {
  margin: 10px auto 0;
}

.dl-listing-content_innr #download #form .input {
  margin-bottom: 0;
}

.dl-listing-content_innr #download .hs-form-field label {
  line-height: 2;
}

.dl-listing-content_innr #download .flax-container {
  align-items: center;
  justify-content: center;
}

.dl-listing-content_innr #download .hs_submit {
  margin-top: 15px;
}

.dl-listing-content_innr .hs-form-field .input input:focus,
.dl-listing-content_innr .hs-form-field .input textarea:focus {
  box-shadow: none;
}

.dl-listing-content_innr #download #form input[type="text"],
.dl-listing-content_innr #download #form input[type="email"],
.dl-listing-content_innr #download #form textarea,
.dl-listing-content_innr #download .hs-form-field .input input,
.dl-listing-content_innr #download .hs_price_pulldown .input select {
  padding: 0;
  border: none;
  height: auto;
  line-height: 2;
  margin: 0;
}

.dl-listing-content_innr #download .hs_price_pulldown .input select {
  background: #fff;
}

.dl-listing-content_innr .hs-form-required::before {
  content: none;
}

.dl-listing-content_innr #download .hs-form-field {
  padding: 6px 12px;
  border: 1px solid #ddd;
  margin-top: -1px;
}

.dl-listing-content_innr #download .hs-form-field:first-of-type {
  border-radius: 5px 5px 0 0;
}

.dl-listing-content_innr #download .hs-form-field.hs_price_pulldown {
  border-radius: 0 0 5px 5px;
}

.dl-listing-content_innr #download .hs-form-field.hs_price_pulldown label {
  margin-bottom: 3px;
}

.dl-listing-content_innr #download .hs-form-field.focused {
  border-color: rgba(42, 176, 214, 1);
}

.dl-listing-content_innr #download .hs-form-field.focused + div {
  border-top: 1px solid rgba(42, 176, 214, 1);
}

.dl-listing-content_innr #download .hs-form-field label.hs-error-msg {
  font-size: 85%;
}

.dl-listing-content_innr #download #form {
  padding-bottom: 80px;
}

.dl-listing-content_innr .policy {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 761px) {
  .dl-listing-main {
    position: relative;
    /* height: calc(100vh - 122px); */
    padding: 100px 0 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .dl-listing-content_innr #download .flax-container .img-content-1 {
    width: 22.8%;
    margin-right: 2rem;
  }

  .dl-listing-content_innr.dl-report #download .flax-container .img-content-1 {
    width: 20%;
  }

  .dl-listing-content_innr #download .flax-container .form-content {
    width: 70%;
  }

  .dl-listing-content_innr #download #form .flax-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 760px) {
  .dl-listing-content_innr {
    padding-top: 55px;
  }

  #main_img .dl-listing-main_txt h1 {
    width: 90%;
    margin: 20px auto 10px;
    font-size: 24px;
    line-height: 1.6;
  }

  .dl-listing-content_innr #download .hs_privacypolicy {
    margin: 30px 0;
  }

  .dl-listing-content_innr .dl-listing-main_txt .dl-listing_description {
    width: 90%;
  }

  .dl-listing-content_innr #main_img .dl-listing-main_txt h1 {
    font-size: 20px;
  }

  .dl-listing-content_innr #download .hs-form-field label.hs-error-msg {
    font-size: 13px;
  }

  .dl-listing-content_innr #download .hs-form-required {
    display: none;
  }

  .dl-listing-content_innr #download #form {
    padding-bottom: 30px;
  }

  .dl-listing-content_innr #form p {
    font-weight: normal;
  }

  .dl-listing-content_innr #form p a {
    position: static;
  }

  .dl-listing-content_innr .policy.pc {
    display: none;
  }
}

/* エントリーフォーム */
#entry .hbspt-form {
  background: transparent;
  padding: 120px 0;
}

#entry .hs-form-field .input input[type="file"] {
  border: none;
  padding: 5px 0;
}

#entry .hs_entry_privacy label.hs-form-booleancheckbox-display span::before {
  display: none;
}

#entry .hs_entry_privacy.hs-form-field .input input {
  width: auto;
  transform: scale(1.3);
}

#entry .hs_entry_privacy.hs-form-field .input span {
  margin-left: 10px;
}

#entry .hs_submit input[type="submit"] {
  width: 100%;
  max-width: 320px;
  height: 60px;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(to right, #fa80d2 0, #fed757 100%);
  border: none;
  border-radius: 40px;
  outline: none;
  transition: all 0.3s ease-in-out 0s;
  cursor: url("/newwp/wp-content/themes/neutralworks/cursor/pointer-active.cur")
      20 20,
    pointer;
}

@media screen and (min-width: 768px) {
  #entry .hs_motivation .hs-form-required::before {
    top: 12px;
  }
}

@media screen and (max-width: 767px) {
  #entry .hbspt-form {
    padding: 10px 5% 85px;
  }
}

@media screen and (max-width: 760px) {
  #entry .hs_entry_privacy.hs-form-field .input input {
    position: relative;
    top: 13px;
  }
}
@media screen and (max-height: 700px) and (min-width: 768px) {
  .dl-listing-content_innr #brdcrmb {
    margin: 10px auto;
  }
  .dl-listing-main {
    height: auto;
  }
  .dl-listing-content_innr .policy {
    position: relative;
  }
}

.dl-listing-content_innr #download .flax-container-new img {
  border: 1px solid #ddd;
}
@media screen and (min-width: 761px) {
  .dl-listing-content_innr #download .flax-container-new {
    align-items: unset;
  }
  .dl-listing-content_innr #download .flax-container .dl-img-content-pc {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 760px) {
  .dl-listing-content_innr #download .flax-container-new img {
    margin-bottom: 30px;
  }
}
