@charset "UTF-8";
.hs-lp-main {
  font-family: 'Noto Sans JP', sans-serif;
}
.hs-lp-content {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
header .hs-lp-content {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@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;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.hs-lp-header__link--hisol {
  width: 234px;
  background-image: url(/smart-mobility/asset/images/common/logo_company.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  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 {
    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/m_picture_01.png");
  background-size: cover;
  padding-top: 72px;
  padding-bottom: 48px;
  background-position: center 0%;
  height: 700px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hs-lp-hero-logo {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 32px;
  margin-top: 0px;
  width: 294px;
}
.hs-lp-hero__title {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  text-align: left;
  width: 100%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0);
  padding-bottom: 32px;
  padding-top: 4px;
  padding-left: 75px;
  padding-right: -75px;
  box-sizing: border-box
}
.hs-lp-hero__title strong {
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFFFFF;
  padding-top: 1.2em 
}
.hs-lp-hero__title small {
  font-size: 1.75rem;
  color: #FFFFFF;
  padding-top: 1px 	
}
.hs-lp-hero__title x-small {
  font-size: 0.75rem;
  color: #FFFFFF;
}

.hs-lp-hero__title back {
  font-size: 1.5rem;
  color: #181848 ;
  line-height: 1.8em;
  padding: 5px;
  background-color: #FFFFFF;
}

.hs-lp-hero__text {
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 56px;
}
.hs-lp-hero__text strong {
  color: #FFFFFF !important;
  font-size: 3.75rem;
  font-weight: 700;
}
.hs-lp-head-btn__area {
  position: absolute;
  width: 100%;
  left: 25%;
  bottom: 130px;
  transform: translateX(-50%);
  text-align: center;
}
.hs-lp-head-btn {
  color: #181848 !important;
  text-decoration: none !important;
  background-color: #ffc000;
  line-height: 100%;
  padding-top: 24px;
  padding-right: 56px;
  padding-bottom: 24px;
  padding-left: 56px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 48px;
  margin-left: 16px;
  margin-right: 16px;
  border: 2px solid #ffc000;
  transition: .3s;
}
.hs-lp-head-btn:hover {
  background-color: #181848;
  color: #FFFFFF !important;
}
.hs-lp-head-btn--secondary {
  color: #FF9600 !important;
  text-decoration: none !important;
  background-color: #FFFFFF;
  line-height: 100%;
  padding-top: 24px;
  padding-right: 56px;
  padding-bottom: 24px;
  padding-left: 56px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 48px;
  margin-left: 16px;
  margin-right: 16px;
  transition: .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FF9600;
}
.hs-lp-head-btn--secondary:hover {
  background-color: #FFD6C7;
}
@media screen and (max-width: 768px) {
  .hs-lp-head-section {
    height: 500px;
  }
  .hs-lp-head-section {
    padding-top: 32px;
    padding-bottom: 32px;
    background-position: center center;
  }
  .hs-lp-hero-logo {
    color: #FFFFFF;
    display: block;
    margin-bottom: 24px;
    margin-top: 0px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-lp-hero__title {
    font-size: 1.25rem;
    width: 95%;
    text-align: center;
	padding-top: 200px;
    position: absolute; 
    bottom: 0; 
    padding-left: 0px;
    padding-right: 0px;
}
  .hs-lp-hero__title strong {
    font-size: 1.25rem;
  }
  .hs-lp-hero__title small {
    font-size: 1rem;
  }
  .hs-lp-hero__title back {
    font-size: 1rem;
  }
  .hs-lp-hero__text {
    font-size: 0.875rem;
  }
  .hs-lp-hero__text strong {
    font-size: 1.5rem;
  }
  .hs-lp-head-btn__area {
    bottom: 24px;
	left: 50%;
  }
  .hs-lp-head-btn {
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    font-size: 1rem;
    border-radius: 48px;
    margin-left: 16px;
    margin-right: 16px;
    border: 2px solid FF9600;
    transition: .3s;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .hs-lp-head-btn--secondary {
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 48px;
    margin-left: 16px;
    margin-right: 16px;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .hs-lp-head-section {
    background-image: url("../image/m_picture_02.png");
  }
}
/*------------------------------------------------------*/
.hs-lp-section {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
.hs-lp-box {
  background-color: #FFFFFF;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  margin-bottom: 24px;
}
.hs-lp-line {
  border-top: 1px solid #CCCCCC;
  display: block;
  margin-bottom: 64px;
  border-left-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
@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-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
/*------------------------------------------------------*/
.hs-lp-lead--first {
  font-size: 2.5rem;
  color: #333333;
  text-align: center;
  font-weight: 700;
  margin-bottom: 56px;
}
.hs-lp-lead--first strong {
  color: #D91616;
}
.hs-lp-lead--second {
  font-size: 2rem;
  text-align: center;
  color: #333333;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 32px;
}
.hs-lp-lead--second strong {
  color: #0AA797;
}
.hs-lp-lead--second under {
  background: linear-gradient(transparent 60%, #FFFE03 60%);
}
.hs-lp-lead-third__wrapper {
  margin-bottom: 64px;
}
.hs-lp-lead-third {
  font-size: 1.75rem;
  color: #FFFFFF;
  background-color: #171848;
  border-left: 56px solid #CC0022;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.hs-lp-btn__wrapper {
  text-align: center;
  margin-top: 64px;
  width: 100%;
}
.hs-lp-btn {
  font-size: 1.5rem;
  color: #FFFFFF !important;
  background-color: #181848;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  text-decoration: none !important;
  transition: .3s;
}
.hs-lp-btn:hover {
  background-color: #ffc000;
}
.hs-lp-btn2__wrapper {
  text-align: center;
  margin-top: 64px;
  width: 100%;
}
.hs-lp-btn2 {
  font-size: 1.5rem;
  color: #FFFFFF !important;
  background-color: #CC0022;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  text-decoration: none !important;
  transition: .3s;
}
.hs-lp-btn2:hover {
  background-color: #ffc000;
}
@media screen and (max-width: 768px) {
  .hs-lp-lead--first {
    font-size: 1.25rem;
  }
  .hs-lp-lead--second {
    font-size: 1.25rem;
  }
  .hs-lp-lead-third__wrapper {
    margin-bottom: 32px;
  }
  .hs-lp-lead-third {
    font-size: 1rem;
    border-left: 32px solid #CC0022;
    padding-left: 16px;
  }
}
/*------------------------------------------------------*/
.hs-lp-theme__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.hs-lp-theme {
  background-color: #333333;
  border-radius: 16px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  text-align: center;
  list-style-type: none;
  position: relative;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs-lp-theme strong {
  display: inline;
  color: #FF0000;
}
.hs-lp-theme:after {
  display: block;
  width: 26px;
  height: 16px;
  content: "";
  position: absolute;
  background-image: url("../image/triangle01.svg");
  bottom: -16px;
  left: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}
/*------------------------------------------------------*/
.hs-lp-concept {
  display: flex;
  gap: 4%;
  margin-bottom: 80px;
}
.hs-lp-concept-text__wrapper {
  width: 50%;
  padding-left: 32px;
  display: block;
}
.hs-lp-concept--reverse {
  flex-direction: row-reverse;
}
.hs-lp-concept-label {
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-size: 4rem;
  border-bottom: 4px solid #cc0022;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 32px;
  padding-bottom: 16px;
  line-height: 100%;
}
.hs-lp-concept-lead {
  font-size: 2rem;
  color: #171848;
  margin-bottom: 32px;
}
.hs-lp-concept-lead {
  font-size: 2rem;
  color: #171848;
  margin-bottom: 32px;
}
.hs-lp-concept-li__wrapper {}
.hs-lp-concept-li {
  font-size: 1rem;
  color: #333333;
  font-weight: 700;
  background-image: url(../image/ico-check.svg);
  background-repeat: no-repeat;
  padding-left: 32px;
  background-position: left center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.hs-lp-concept-text {
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
}
.hs-lp-concept-img__wrapper {
  width: 50%;
}
.hs-lp-concept-img {
  opacity: 0;
  transform: translateY(16px);
  transition: all 1.0s;
}
.hs-lp-concept-img.show {
  opacity: 1;
  transform: translateY(0);
}
.hs-lp-concept-img.show:nth-of-type(1) {
  transition-delay: 0s;
}
.hs-lp-concept-img.show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.hs-lp-concept-img.show:nth-of-type(3) {
  transition-delay: 0.2s;
}
.hs-lp-concept-img--01 {
  width: 423px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hs-lp-concept-img--02 {
  width: 432px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hs-lp-concept-img--03 {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .hs-lp-concept {
    display: block;
    margin-bottom: 40px;
  }
  .hs-lp-concept-text__wrapper {
    width: 100%;
    padding-left: 0px;
  }
  .hs-lp-concept-label {
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40px;
    padding-bottom: 8px;
  }
  .hs-lp-concept-lead {
    font-size: 1.4rem;
    margin-bottom: 24px;
    text-align: center;
  }
  .hs-lp-concept-img__wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}
/*------------------------------------------------------*/
.hs-lp-reason-bg {
  background-image: url(../image/bg01.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: cover;
}
.hs-lp-reason {
  background-color: rgba(255, 255, 255, 0.80);
  margin-bottom: 32px;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-lp-reason-lead__wrapper {
  display: flex;
  gap: 24px;
}
.hs-lp-reason-lead-label__wrapper {}
.hs-lp-reason-lead-text__wrapper {}
.hs-lp-reason-label {
  font-size: 2rem;
  color: #FFFFFF;
  background-color: #B1010E;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  line-height: 100%;
  display: inline-block;
}
.hs-lp-reason-lead {
  font-size: 2rem;
  color: #B1010E;
}
.hs-lp-reason-text {
  color: #333333;
  font-size: 1.25rem;
}
.hs-lp-reason-text strong {
  color: #0C7382;
  font-weight: normal;
}
.hs-lp-reason__inner {
  display: flex;
  gap: 32px;
}
.hs-lp-reason-text__wrapper {
  width: 50%;
}
.hs-lp-reason-img__wrapper {
  width: 50%;
}
.hs-lp-reason-img {}
.hs-lp-reason-img__wrapper--col {
  margin-top: 32px;
}
/*------------------------------------------------------*/
.hs-lp-function__wrapper {
  display: flex;
  gap: 24px 2%;
  flex-wrap: wrap;
}
.hs-lp-function {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
  width: 32%;
}
.hs-lp-function-img__wrapper {
  background-color: #0AA797;
  padding-top: 16px;
  padding-bottom: 16px;
}
.hs-lp-function-img {
  width: 72px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hs-lp-function-text__wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-lp-function-title {
  color: #333333;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.hs-lp-function-title small {
  color: #333333;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.hs-lp-function-product {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 16px;
}
.hs-lp-function-name {
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.hs-lp-function-text {
  color: #333333;
  font-size: 1rem;
}
.hs-lp-function-btn__wrapper {
  text-align: center;
  margin-top: 32px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hs-lp-function-btn {
  font-size: 1rem;
  color: #FFFFFF !important;
  background-color: #B1010E;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  text-decoration: none !important;
  transition: .3s;
}
.hs-lp-function-btn:hover {
  background-color: #333333;
  padding-right: 40px;
  padding-left: 40px;
}
.hs-lp-function-text--note {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .hs-lp-function__wrapper {
    display: block;
  }
  .hs-lp-function {
    width: 100%;
    margin-bottom: 24px;
  }
}
/*------------------------------------------------------*/
.hs-lp-recipe-lead {
  color: #333333;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 56px;
}
.hs-lp-recipe {
  margin-bottom: 80px;
}
.hs-lp-recipe-title {
  color: #171848;
  font-weight: 700;
  font-size: 2rem;
}
.hs-lp-recipe-text {
  color: #333333;
  font-size: 1rem;
}
.hs-lp-recipe-img__wrapper {
  margin-top: 24px;
}
.hs-lp-recipe-img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .hs-lp-recipe-title {
    font-size: 1.25rem;
  }
  .hs-lp-recipe-img {
    width: 100%;
  }
}
/*------------------------------------------------------*/
.hs-lp-value {
  margin-bottom: 56px;
}
.hs-lp-value__inner {
  display: flex;
  gap: 24px;
}
.hs-lp-value-img__wrapper {
  width: 16%;
}
.hs-lp-value-img {
  background-color: #ffffff;
  width: 152px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-lp-value-text__wrapper {
  width: 84%;
}
.hs-lp-value-title {
  font-size: 2.5rem;
  color: #0AA797;
  font-weight: 700;
}
.hs-lp-value-text {
  color: #777777;
  font-size: 1.5rem;
}
.hs-lp-value-text strong {
  color: #0AA797;
  font-weight: 700;
}
.hs-lp-value-name {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .hs-lp-value__inner {
    display: block;
  }
  .hs-lp-value-img__wrapper {
    width: 100%;
  }
  .hs-lp-value-text__wrapper {
    width: 100%;
  }
  .hs-lp-value-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .hs-lp-value-text {
    font-size: 1rem;
  }
  .hs-lp-value-img {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
/*------------------------------------------------------*/
.hs-lp-flow__wrapper {
  display: flex;
  gap: 32px;
}
.hs-lp-flow {
  background-color: #F5F5F5;
  position: relative;
}
.hs-lp-flow:after {
  content: "";
  display: block;
  width: 18px;
  height: 15px;
  background-image: url(../image/triangle01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -29px;
  top: 50%;
  transform: translateY(-50%);
}
.hs-lp-flow:last-child:after {
  display: none;
}
.hs-lp-flow-title__wrapper {
  background-color: #0AA797;
  background-image: url(../image/flow_bg.png);
  background-repeat: no-repeat;
  background-position: right 0%;
  background-size: contain;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-lp-flow-title {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.25rem;
}
.hs-lp-flow-contents__wrapper {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-lp-flow-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 58px;
  margin-bottom: 16px;
}
.hs-lp-flow-text {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .hs-lp-flow__wrapper {
    display: block;
  }
  .hs-lp-flow {
    margin-bottom: 24px;
  }
  .hs-lp-flow:after {
    width: 15px;
    height: 18px;
    background-image: url(../image/triangle02.svg);
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -24px;
    transform: translateX(-50%);
  }
}
/*------------------------------------------------------*/
.hs-lp-faq {}
.hs-lp-faq-q__wrapper {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.hs-lp-faq-q__label {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 700;
  background-color: #171848;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  text-align: center;
  margin-top: 4px;
}
.hs-lp-faq-q {
  color: #171848;
  font-size: 1.60rem;
  font-weight: 700;
  width: 90%;
}
.hs-lp-faq-a__wrapper {
  display: flex;
  gap: 16px;
  padding-left: 80px;
  margin-bottom: 64px;
}
.hs-lp-faq-a__label {
  color: #171848;
  font-size: 1.25rem;
  font-weight: 700;
}
.hs-lp-faq-a {
  color: #333333;
  font-size: 1.20rem;
}
.hs-lp-faq-a a {
  color: #1581FF !important;
}
@media screen and (max-width: 768px) {
  .hs-lp-faq-q {
    font-size: 1.25rem;
  }
  .hs-lp-faq-a__wrapper {
    padding-left: 12px;
    margin-bottom: 64px;
  }
  .hs-lp-faq-a {
    font-size: 1rem;
  }
}
/*------------------------------------------------------*/
.hs-lp-last-bg {
  background-color: #b6bfc8;
  padding-top: 120px;
  padding-bottom: 120px;
}
.hs-lp-last-text {
  color: #171848;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .hs-lp-last-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hs-lp-last-text {
    font-size: 1.25rem;
  }
	
　.hs-lp-last-text small {
  　font-size: 0.3rem;
}
	
}
/*------------------------------------------------------*/
.hs-lp-sidelink {
  width: 180px;
  height: 209px;
  position: fixed;
  right: -20px;
  top: 180px;
}
.hs-lp-sidelink:hover {
  opacity: .8;
}
.hs-lp-sidelink--close {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../image/ico-close.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 5px;
  background-size: cover;
  cursor: pointer;
  transition: .3s;
}
.hs-lp-sidelink--close:hover {
  background-image: url("../image/ico-close_hover.svg");
}
@media screen and (max-width: 768px) {
  .hs-lp-sidelink {
    display: none;
  }
}
/*------------------------------------------------------*/
.hs-lp-cta {
  z-index: 9999;
  position: fixed;
  bottom: 24px;
  left: auto;
  right: auto;
  width: 100%;
}
.hs-lp-cta__inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hs-lp-cta-btn {
  background-color: #181848;
  border-radius: 8px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 16px;
  padding-bottom: 18px;
  padding-right: 32px;
  padding-left: 32px;
  margin-left: 8px;
  margin-right: 8px;
  transition: .3s;
}
.hs-lp-cta-btn:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 16px;
  background-image: url(../image/ar02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.hs-lp-cta-btn:hover {
  background-color: #ffc000;
}
.hs-lp-cta-btn--secondary {
  background-color: #181848;
}
.hs-lp-cta-btn--secondary:hover {
  background-color: #ffc000;
}
.hs-lp-cta-text {
  color: #FFFFFF;
  font-size: 1.25rem;
  background-repeat: no-repeat;
  background-size: auto 32px;
  font-weight: 700;
  background-position: left center;
  display: inline-block;
  padding-right: 16px;
}
.hs-lp-cta-text--download {
  background-image: url(../image/ico-paper.svg);
  padding-left: 38px;
}
.hs-lp-cta-text--online {
  background-image: url(../image/ico-online.svg);
  padding-left: 40px;
}
.hs-lp-cta-text--contact {
  background-image: url(../image/ico-contact.svg);
  padding-left: 48px;
}
.hs-lp-cta-text--watch {
  background-image: url(../image/function06.svg);
  padding-left: 38px;
}
@media screen and (max-width: 768px) {
  .hs-lp-cta {}
  .hs-lp-cta__inner {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hs-lp-cta-btn {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 6px;
    padding-bottom: 8px;
  }
  .hs-lp-cta-text {
    font-size: 0.7rem;
    background-repeat: no-repeat;
    background-size: auto 32px;
    font-weight: 700;
    background-position: left center;
    display: inline-block;
    padding-right: 8px;
    background-image: none;
    padding-left: 8px;
  }
  .hs-lp-cta-btn:after {
    display: none;
  }
}