@charset "UTF-8";
.hs-lp-main {
  font-family: 'Noto Sans JP', sans-serif;
}

.hs-lp-content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .hs-lp-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.hs-lp-header__area {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.hs-lp-header__link--hisol {
  width: 214px;
  background-image: url(../image/HISOL.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  text-indent: -9999px;
  display: block;
}

.hs-lp-header__link--solution {
  color: #333333!important;
  text-decoration: none!important;
  font-size: 0.75rem;
  display: block;
  background-image: url(../image/ar01.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 16px;
}

@media screen and (max-width: 768px) {
  .hs-lp-header__area {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }
  .hs-lp-header__link--hisol {
    width: 214px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-lp-header__link--solution {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    padding-left: 16px;
  }
}


/*------------------------------------------------------*/

.hs-lp-head-section {
  background-image: url(../image/background.png);
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 48px;
  text-align: center;
  background-position: center 0%;
}

.hs-lp-hero__caption {
  color: #192D40;
  background-color: #FFFFFF;
  font-size: 2.125rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  margin-bottom: 32px;
}

.hs-lp-hero__title {
  font-size: 2.0rem;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.hs-lp-hero__text {
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 5px rgba(0, 0, 0, 0.48);
  margin-bottom: 56px;
}

.hs-lp-hero__text strong {
  color: #FFFFFF!important;
  font-size: 3.75rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .hs-lp-head-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .hs-lp-hero__caption {
    font-size: 0.875rem;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
  }
  .hs-lp-hero__title {
    font-size: 2.5rem;
  }
  .hs-lp-hero__text {
    font-size: 1rem;
  }
  .hs-lp-hero__text strong {
    font-size: 1.5rem;
  }
}


/*------------------------------------------------------*/

.hs-lp-section {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}

.hs-lp-section--nega {
  background-color: #025FA3;
}

.hs-lp-section--nega-triangle {
  padding-top: 64px;
}

.hs-lp-section--nega-triangle::before {
  background-image: url(../image/triangle01.svg);
  position: absolute;
  content: '';
  width: 161px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.hs-lp-section--triangle::before {
  background-image: url(../image/triangle02.svg);
  position: absolute;
  content: '';
  width: 161px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.hs-lp-box {
  background-color: #FFFFFF;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .hs-lp-section--nega-triangle::before {
    width: 81px;
    height: 20px;
  }
  .hs-lp-section--triangle::before {
    width: 81px;
    height: 20px;
  }
}


/*------------------------------------------------------*/

.hs-lp-lead--first {
  font-size: 1.0rem;
  color: #333333;

  font-weight: 700;
}

.hs-lp-lead--first strong {
  color: #D91616;
}

.hs-lp-lead--second {
  font-size: 3rem;
  text-align: center;
  color: #2C4A6C;
  font-weight: 700;
  margin-bottom: 32px;
}

.hs-lp-lead--second--nega {
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .hs-lp-lead--first {
    font-size: 1rem;
  }
  .hs-lp-lead--second {
    font-size: 1.75rem;
  }
}


/*------------------------------------------------------*/

.hs-lp-checklist {
  color: #333333;
  background-image: url(../image/ico-check.svg);
  background-repeat: no-repeat;
  font-size: 1.75rem;
  font-weight: 700;
  padding-left: 48px;
  margin-bottom: 32px;
}

.hs-lp-checklist:last-child {
  margin-bottom: 0px;
}

.hs-lp-checklist--underline {
  border-bottom: 6px solid #ECD00F;
}

@media screen and (max-width: 768px) {
  .hs-lp-checklist {
    font-size: 1rem;
    background-size: 24px auto;
  }
  .hs-lp-checklist--underline {
    border-bottom: 2px solid #ECD00F;
  }
}


/*------------------------------------------------------*/

.hs-lp-feature__number {
  color: #C5BEBE;
  font-size: 7.5rem;
  font-weight: 700;
  align-self: flex-end;
  line-height: 110%;
}

.hs-lp-feature__title {
  font-size: 2.0rem;
  color: #333333;
  align-self: flex-end;
  line-height: 120%;
}

.hs-lp-feature__title__2 {
  font-size: 1.3rem;
  color: #333333;
  align-self: flex-end;
  line-height: 120%;
}

.hs-lp-feature-title__area {
  display: flex;
 
  gap: 1%;
}

.hs-lp-feature-title__area--rev {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 32px;
  gap: 1%;
}

.hs-lp-feature-text__area {
  display: flex;
  gap: 4%;
}

.hs-lp-feature-text__area--rev {
  display: flex;
  flex-direction: row-reverse;
  gap: 4%;
}

.hs-lp-feature__text {
  font-size: 1.0rem;
  color: #333333;
  line-height: 175%;
}

.hs-lp-feature__pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.hs-lp-feature__pic_big {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .hs-lp-feature__number {
    font-size: 3.75rem;
  }
  .hs-lp-feature__title {
    font-size: 1rem;
  }
  .hs-lp-feature-title__area {
    margin-bottom: 24px;
  }
  .hs-lp-feature-title__area--rev {
    margin-bottom: 24px;
  }
  .hs-lp-feature-text__area {
    display: block;
  }
  .hs-lp-feature-text__area--rev {
    display: block;
  }
  .hs-lp-feature__text {
    font-size: 0.875rem;
  }
  .hs-lp-feature__pic {
    width: 100%;
    margin-bottom: 16px;
  }
}


/*------------------------------------------------------*/

.hs-lp-case__lead {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
}

.hs-lp-case__text {
  color: #333333;
  font-size: 1.0rem;
  line-height: 175%;
}

.hs-lp-case__pic {
  margin-top: 24px;
}

.hs-lp-numlist__area {
  margin-bottom: 32px;
}

.hs-lp-numlist {
  color: #333333;
  font-size: 1.75rem;
  font-weight: 700;
}

.hs-lp-numlist strong {
  color: #D91616;
}

.hs-lp-numlist sup {
  color: #333333;
  font-weight: normal;
}

.hs-lp-result__text {
  color: #333333;
  font-size: 1.375rem;
}

.hs-lp-result-text__area {
  display: flex;
  gap: 4%;
  flex-direction: row-reverse;
}

.hs-lp-result__pic {
  width: 45%;
}

.hs-lp-result__note {
  font-size: 1rem;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .hs-lp-case__lead {
    font-size: 1rem;
  }
  .hs-lp-case__text {
    font-size: 0.875rem;
  }
  .hs-lp-numlist__area {
    padding-left: 16px;
  }
  .hs-lp-numlist {
    font-size: 1rem;
    margin-bottom: 16px;
  }
  .hs-lp-result__text {
    font-size: 0.875rem;
  }
  .hs-lp-result__note {
    font-size: 0.75rem;
  }
}


/*------------------------------------------------------*/

.hs-lp-cta-btn__area {
  margin-top: 32px;
  margin-bottom: 32px;
}

.hs-lp-cta-btn {
  color: #FFFFFF!important;
  font-weight: 700;
  font-size: 1.875rem;
  background-color: #D91616;
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  border-radius: 56px;
  display: block;
  text-align: center;
  line-height: 100%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}

.hs-lp-cta-btn:hover {
  background-color: #333333;
}

@media screen and (max-width: 768px) {
  .hs-lp-cta-btn {
    font-size: 1.25rem;
    width: 80%;
  }
}


/*------------------------------------------------------*/

.hs-lp-section--link {
  background-color: #9BA7B5;
}

.hs-lp-link__title {
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
}

.hs-lp-link-btn__area {
  text-align: center;
  margin-top: 32px;
}

.hs-lp-link__btn--contact {
  color: #D91616!important;
  font-size: 1.875rem;
  background-color: #FFFFFF;
  border: 3px solid #D91616;
  font-weight: 700;
  padding-top: 24px;
  padding-right: 72px;
  padding-bottom: 24px;
  padding-left: 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
  transition: 0.3s;
}

.hs-lp-link__btn--contact:hover {
  color: #FFFFFF!important;
  background-color: #333333;
  border: 3px solid #333333;
}

.hs-lp-link__btn--download {
  color: #FFFFFF!important;
  font-size: 1.875rem;
  background-color: #D91616;
  border: 3px solid #D91616;
  font-weight: 700;
  padding-top: 24px;
  padding-right: 72px;
  padding-bottom: 24px;
  padding-left: 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
  transition: 0.3s;
}

.hs-lp-link__btn--download:hover {
  color: #FFFFFF!important;
  background-color: #333333;
  border: 3px solid #333333;
}

@media screen and (max-width: 768px) {
  .hs-lp-link__title {
    font-size: 1rem;
  }
  .hs-lp-link__btn--contact {
    font-size: 1.25rem;
    display: block;
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 24px;
  }
  .hs-lp-link__btn--download {
    font-size: 1.25rem;
    display: block;
    padding-right: 24px;
    padding-left: 24px;
  }
}