@charset "UTF-8";
.hs-sf__container {
  position: relative;
  background: #fff;
}

.hs-sf__container--none .hs-sf-contact {
  margin-top: 0;
}

.hs-sf__container .hs-navigation {
  -webkit-transform: none;
  transform: none;
}

.hs-sf-layout__inner {
  position: relative;
  max-width: 965px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .hs-sf-layout__inner {
    padding: 0 5.3vw;
  }
}
.global-footer {
  padding-top: 0;
}

.global-footer .FatMenuWide {
  border-top: 0;
}

.hs-sf-thanks {
  margin: 0 0 40px;
}

.hs-sf-thanks__heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-thanks__heading {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-thanks__text {
    font-size: 3.7vw;
  }
}
.hs-sf-notice {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .hs-sf-notice {
    margin: 0 0 10vw;
  }
}
.hs-sf-notice__text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .hs-sf-notice__text {
    font-size: 3.7vw;
  }
}
.hs-sf-notice-list {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-notice-list {
    margin: 4vw 0;
  }
}
.hs-sf-notice-list__item {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-notice-list__item {
    font-size: 3.7vw;
  }
}
.hs-sf-notice-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.hs-sf-notice__link {
  color: #1aa2e1;
  text-decoration: underline;
}

.hs-sf-notice__link:hover {
  text-decoration: none;
}

.hs-sf-notice__link:link {
  color: #1aa2e1;
  text-decoration: underline;
}

.hs-sf-notice__link:link:hover {
  text-decoration: none;
}

.hs-sf-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 3px solid #333;
  padding: 30px 50px;
}

@media screen and (max-width: 767px) {
  .hs-sf-title {
    display: block;
    padding: 8vw 5.3vw;
  }
}
.hs-sf-title__inner {
  width: 47%;
  max-width: 402px;
  margin-top: 28px;
}

.hs-sf-title__inner:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-title__inner {
    width: auto;
    max-width: inherit;
    margin-top: 0;
  }
  .hs-sf-title__inner + .hs-sf-title__inner {
    margin-top: 8vw;
  }
}
.hs-sf-title__heading {
  background: #333;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  border-radius: 2em;
  padding: 0.3em 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-title__heading {
    font-size: 4.8vw;
  }
}
.hs-sf-title-list {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-title-list {
    margin: 4.3vw 0 0;
  }
}
.hs-sf-title-list__item {
  position: relative;
  font-size: 14px;
  padding: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-title-list__item {
    font-size: 3.7vw;
  }
}
.hs-sf-title-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.hs-sf-title-list__item + .hs-sf-title-list__item {
  margin-top: 0.5em;
}

.hs-sf-title__result {
  text-align: center;
  font-weight: 700;
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-title__result {
    font-size: 4.3vw;
    text-align: left;
    margin: 4vw 0 0;
  }
}
.hs-sf-heading, .hs-sf-heading--white {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  background: none;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-heading, .hs-sf-heading--white {
    font-size: 7.5vw;
    line-height: 1.8;
    /*margin-bottom: 9.6vw;*/
    margin-bottom: 5.6vw;
  }
}
.hs-sf-heading__small {
  display: inline;
  font-size: 26px;
  color: #000;
  line-height: inherit;
  background: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-heading__small {
    font-size: 5.9vw;
  }
}
.hs-sf-heading--white {
  color: #fff;
}

.hs-sf-heading--white .hs-sf-heading__en {
  color: #fff;
}

.hs-sf-heading__en {
  display: inline;
  font-size: 36px;
  background: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-heading__en {
    font-size: 8.5vw;
  }
}
.JS .hs-sf-heading, .JS .hs-sf-heading--white {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .JS .hs-sf-heading, .JS .hs-sf-heading--white {
    margin-bottom: 9.6vw;
  }
}
.hs-sf-heading__sub {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  background: #333;
  padding: 0.2em 1em;
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-heading__sub {
    font-size: 4.8vw;
    padding: 3.2vw 4.3vw;
    margin: 0 0 8.5vw;
  }
}
.JS .hs-sf-heading__sub {
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .JS .hs-sf-heading__sub {
    margin: 0 0 8.5vw;
  }
}
.hs-sf-heading__sub2 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  background: #777;
  padding: 0.2em 1em;
  margin: 0 0 1em;
}

.hs-sf-table {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-sf-table:after {
  display: block;
  content: "";
  width: 31%;
}

@media screen and (max-width: 767px) {
  .hs-sf-table {
    display: block;
  }
}
.hs-sf-table__item {
  position: relative;
  width: 31%;
  border: 3px solid #333;
  background: #fff;
  padding: 27px 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-table__item {
    width: auto;
    padding: 7.2vw 4.5vw;
    margin-top: 8vw;
  }
}
.hs-sf-table__item:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-table__item:nth-child(-n+3) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-table__item:first-child {
    margin-top: 0;
  }
}
.hs-sf-table__container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}

.hs-sf-table__heading {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #333;
  line-height: 1.5;
  border-radius: 2em;
  text-align: center;
  padding: 4px 1em;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-table__heading {
    font-size: 4.8vw;
    padding: 1.9vw 0;
  }
}
.hs-sf-table__sub {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #717171;
  margin: 0.7em 0 2em;
}

@media screen and (max-width: 767px) {
  .hs-sf-table__sub {
    font-size: 3.2vw;
    margin: 1em 0;
  }
}
.hs-sf-table__text {
  font-size: 14px;
  line-height: 1.5;
  margin: 1em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-table__text {
    font-size: 3.7vw;
    margin: 5.6vw 0 0;
  }
}
.hs-sf-table__outline {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .hs-sf-table__outline {
    font-size: 3.7vw;
  }
}
.hs-sf-table-define {
  margin-top: 25px;
}

.hs-sf-table-define__heading {
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0 1.2em;
}

@media screen and (max-width: 767px) {
  .hs-sf-table-define__heading {
    font-size: 4.3vw;
  }
}
.hs-sf-table-define__heading::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background: #000;
}

.hs-sf-table-define__contents {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .hs-sf-table-define__contents {
    font-size: 4.3vw;
  }
}
.hs-sf-table-define__contents + .hs-sf-table-define__heading {
  margin-top: 24px;
}

.hs-sf-caselower {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-caselower {
    padding: 25vw 0;
  }
}
.hs-sf-caselower__inner {
  max-width: 965px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 1160px) {
  .hs-sf-caselower__inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-caselower__inner {
    padding: 0 5.3vw;
  }
}
.hs-sf-caseslide {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .hs-sf-caseslide {
    margin-bottom: 16vw;
  }
}
.hs-sf-caseslide__prev {
  position: absolute;
  top: 40%;
  left: -65px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1160px) {
  .hs-sf-caseslide__prev {
    width: 3%;
    left: -4.2%;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-caseslide__prev {
    display: none;
  }
}
.hs-sf-caseslide__next {
  position: absolute;
  top: 40%;
  right: -65px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1160px) {
  .hs-sf-caseslide__next {
    width: 3%;
    right: -4.2%;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-caseslide__next {
    display: none;
  }
}
@media screen and (max-width: 1160px) {
  .hs-sf-caseslide__arrow {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-caseslide__arrow {
    display: none;
  }
}
.hs-sf-caseslide__container {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hs-sf-caseslide__container .swiper-wrapper {
    display: block;
  }
}
.hs-sf-caseslide__inner {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .hs-sf-caseslide__inner {
    width: 100%;
  }
  .hs-sf-caseslide__inner + .hs-sf-caseslide__inner {
    margin-top: 6.9vw;
  }
}
.hs-sf-caseslide__shape {
  display: block;
}

.hs-sf-caseslide__image {
  width: 100%;
}

.hs-sf-caseslide__heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 91.8px;
  line-height: 1.8;
  font-size: 17px;
  font-weight: 700;
  color: #1aa2e1;
  margin: 1em 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-caseslide__heading {
    display: block;
    min-height: inherit;
    font-size: 4.3vw;
  }
}
.hs-sf-caseslide__name {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid #cecece;
  line-height: 1.6;
  padding: 0 0 0.4em;
  margin: 0 0 0.8em;
}

@media screen and (max-width: 767px) {
  .hs-sf-caseslide__name {
    font-size: 4.8vw;
  }
}
.hs-sf-caseslide-define__heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin: 1em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-caseslide-define__heading {
    font-size: 4.3vw;
  }
}
.hs-sf-caseslide-define__heading:first-child {
  margin: 0;
}

.hs-sf-caseslide-define__detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .hs-sf-caseslide-define__detail {
    display: block;
    font-size: 3.7vw;
  }
}
.hs-sf-induce, .hs-sf-induce--gr {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-induce, .hs-sf-induce--gr {
    padding: 26.7vw 5.3vw;
  }
}
.hs-sf-induce__heading {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  font-weight: 700;
  margin: 0 0 0.9em;
}

@media screen and (max-width: 767px) {
  .hs-sf-induce__heading {
    font-size: 4.8vw;
  }
}
.hs-sf-induce--gr {
  background: #f4f4f4;
}

.hs-sf-conclusion, .hs-sf-conclusion--gr {
  position: relative;
  border: 3px solid #333;
  padding: 28px;
}

@media screen and (max-width: 767px) {
  .hs-sf-conclusion, .hs-sf-conclusion--gr {
    font-size: 4.3vw;
    margin: 21.3vw 0 0;
    padding: 9.2vw 7vw;
  }
}
.hs-sf-conclusion__heading {
  position: absolute;
  top: -14px;
  left: -3px;
  width: 8.3em;
  text-align: center;
  background: #333;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 7px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-conclusion__heading {
    top: -4.85vw;
    width: 36.3vw;
    font-size: 4.3vw;
    padding: 2.7vw 0;
  }
}
.hs-sf-conclusion__center {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1aa2e1;
}

.hs-sf-conclusion-list__item {
  position: relative;
  padding: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-conclusion-list__item {
    font-size: 4.3vw;
  }
}
.hs-sf-conclusion-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.hs-sf-conclusion-list__item + .hs-sf-conclusion-list__item {
  margin-top: 0.2em;
}

.hs-sf-conclusion--gr {
  background: #f4f4f4;
  border: 3px solid #f4f4f4;
  padding: 40px 28px 28px;
}

@media screen and (max-width: 767px) {
  .hs-sf-conclusion--gr {
    margin: 14vw 0 0;
    padding: 12.8vw 7vw 7vw;
  }
}
.hs-sf-issue, .hs-sf-issue--gray {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.hs-sf-issue::before, .hs-sf-issue--gray::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41px;
  height: 22px;
  background: url(/salesforce/sp/assets/images/common/ico_arrow_pc.png) 0 0/100% auto no-repeat;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .hs-sf-issue::before, .hs-sf-issue--gray::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-issue, .hs-sf-issue--gray {
    display: block;
  }
}
.hs-sf-issue__inner, .hs-sf-issue__inner--after {
  width: 48.5%;
  background: #fff;
  text-align: center;
  padding: 30px 35px 20px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hs-sf-issue__inner, .hs-sf-issue__inner--after {
    width: auto;
    padding: 8vw 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-issue__inner--after {
    position: relative;
    margin-top: 5.3vw;
  }
  .hs-sf-issue__inner--after::before {
    content: "";
    position: absolute;
    top: -7.45vw;
    left: 50%;
    width: 8.3vw;
    height: 9.6vw;
    background: url(/salesforce/sp/assets/images/common/ico_arrow_sp.png) 0 0/100% auto no-repeat;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.hs-sf-issue__inner--after .hs-sf-issue__heading {
  background: #1aa2e1;
}

.hs-sf-issue__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hs-sf-issue__text {
  position: relative;
  font-size: 14px;
  text-align: left;
  padding: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-issue__text {
    font-size: 3.7vw;
  }
}
.hs-sf-issue__text + .hs-sf-issue__text {
  margin-top: 1em;
}

.hs-sf-issue__text::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.hs-sf-issue__heading {
  display: inline-block;
  min-width: 150px;
  background: #333;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  border-radius: 1em;
  padding: 8px 1em;
  margin: 0 auto 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-issue__heading {
    min-width: 40vw;
    font-size: 4.3vw;
    padding: 1.6vw 1em;
    margin: 0 auto 3.5vw;
  }
}
.hs-sf-issue--gray .hs-sf-issue__inner, .hs-sf-issue--gray .hs-sf-issue__inner--after {
  background: #f4f4f4;
}

.hs-sf-anchor, .hs-sf-anchor--center, .hs-sf-anchor--five {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-sf-anchor::after, .hs-sf-anchor--center::after, .hs-sf-anchor--five::after {
  content: "";
  width: 22.8%;
}

.hs-sf-anchor::before, .hs-sf-anchor--center::before, .hs-sf-anchor--five::before {
  content: "";
  display: block;
  width: 22.8%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 767px) {
  .hs-sf-anchor, .hs-sf-anchor--center, .hs-sf-anchor--five {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hs-sf-anchor__item, .hs-sf-anchor__item--long {
  width: 22.8%;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}

.hs-sf-anchor__item:nth-child(-n+4), .hs-sf-anchor__item--long:nth-child(-n+4) {
  margin-top: 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-anchor__item, .hs-sf-anchor__item--long {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-anchor__item, .hs-sf-anchor__item--long {
    width: 48%;
    height: 16vw;
    font-size: 3.7vw;
    margin: 5.1vw 0 0;
  }
  .hs-sf-anchor__item:nth-child(-n+4), .hs-sf-anchor__item--long:nth-child(-n+4) {
    margin-top: 5.1vw;
  }
  .hs-sf-anchor__item:nth-child(-n+2), .hs-sf-anchor__item--long:nth-child(-n+2) {
    margin-top: 0;
  }
}
.hs-sf-anchor__item--long {
  height: 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-anchor__item--long {
    height: 22.4vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-anchor__item--long .hs-sf-anchor__link {
    padding-right: 0;
  }
}
.hs-sf-anchor__link {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-anchor__link {
    padding-right: 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.hs-sf-anchor__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 7px;
  height: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-anchor__link::after {
    top: calc(50% - 0.5vw);
    right: 3.7vw;
    width: 1.8vw;
    height: 1.8vw;
    border-bottom: 0.5vw solid #000;
    border-right: 0.5vw solid #000;
  }
}
.hs-sf-anchor__link:link, .hs-sf-anchor__link:visited {
  color: #000;
  text-decoration: none;
}

.hs-sf-anchor__link:hover {
  background: #000;
  color: #fff;
}

.hs-sf-anchor__link:hover::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.hs-sf-anchor__link:hover:link, .hs-sf-anchor__link:hover:visited {
  color: #fff;
}

.hs-sf-anchor__step {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-anchor__step {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-anchor__step {
    font-size: 3.4vw;
    margin-bottom: 1.5vw;
  }
}
.hs-sf-anchor__brackets {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin-top: 6px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-anchor__brackets {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-anchor__brackets {
    font-size: 3vw;
    margin-top: 1.5vw;
  }
}
.hs-sf-anchor--five .hs-sf-anchor__item, .hs-sf-anchor--five .hs-sf-anchor__item--long {
  width: 17.8%;
}

.hs-sf-anchor--five .hs-sf-anchor__item:nth-child(-n+5), .hs-sf-anchor--five .hs-sf-anchor__item--long:nth-child(-n+5) {
  margin-top: 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-anchor--five .hs-sf-anchor__item, .hs-sf-anchor--five .hs-sf-anchor__item--long {
    width: 18.8%;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-anchor--five .hs-sf-anchor__item, .hs-sf-anchor--five .hs-sf-anchor__item--long {
    width: 48%;
  }
  .hs-sf-anchor--five .hs-sf-anchor__item:nth-child(-n+5), .hs-sf-anchor--five .hs-sf-anchor__item--long:nth-child(-n+5) {
    margin-top: 5.1vw;
  }
  .hs-sf-anchor--five .hs-sf-anchor__item:nth-child(-n+2), .hs-sf-anchor--five .hs-sf-anchor__item--long:nth-child(-n+2) {
    margin-top: 0;
  }
}
.hs-sf-anchor--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hs-sf-anchor--center::before, .hs-sf-anchor--center::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .hs-sf-anchor--center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hs-sf-anchor--center .hs-sf-anchor__item, .hs-sf-anchor--center .hs-sf-anchor__item--long {
  margin-left: 2.9333333333%;
}

@media screen and (max-width: 767px) {
  .hs-sf-anchor--center .hs-sf-anchor__item, .hs-sf-anchor--center .hs-sf-anchor__item--long {
    margin-left: 0;
  }
}
.hs-sf-anchor--center .hs-sf-anchor__item:nth-child(4n+1), .hs-sf-anchor--center .hs-sf-anchor__item--long:nth-child(4n+1) {
  margin-left: 0;
}

.hs-sf-navigation {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-navigation {
    display: none;
  }
}
.hs-sf-navigation__br {
  display: none;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-navigation__br {
    display: block;
  }
}
.hs-sf-navigation__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  max-width: 1110px;
  border-bottom: 1px solid #cecece;
  margin: 0 auto;
}

.hs-sf-navigation__list, .hs-sf-navigation__list--black {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
  height: 62px;
  padding: 0 3%;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-navigation__list, .hs-sf-navigation__list--black {
    font-size: 1.3vw;
    height: 5vw;
  }
}
.hs-sf-navigation__list--black {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 27em;
  height: 62px;
  padding: 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-navigation__list--black {
    width: 21em;
    height: 5vw;
  }
}
.hs-sf-navigation__list--black .hs-sf-navigation__item {
  width: 9em;
  text-align: center;
  line-height: 1.5;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-navigation__list--black .hs-sf-navigation__item {
    width: 7em;
  }
}
.hs-sf-navigation__list--black .hs-sf-navigation__link {
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
}

.hs-sf-navigation__list--black .hs-sf-navigation__link:link, .hs-sf-navigation__list--black .hs-sf-navigation__link:visited {
  color: #fff;
  text-decoration: none;
}

.hs-sf-navigation__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-navigation__item {
    font-size: 1.3vw;
  }
}
.hs-sf-navigation__link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #000;
}

.hs-sf-navigation__link:link, .hs-sf-navigation__link:visited {
  color: #000;
  text-decoration: none;
}

.hs-sf-breadcrumb {
  background: #fff;
}

.hs-sf-breadcrumb__list {
  overflow: hidden;
  list-style: none;
  max-width: 1275px;
  margin: 0 auto;
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-breadcrumb__list {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    padding: 6px 5.3vw;
  }
}
.hs-sf-breadcrumb__item {
  float: left;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .hs-sf-breadcrumb__item {
    display: inline;
    float: none;
    line-height: 1.5;
  }
}
.hs-sf-breadcrumb__item::after {
  content: "＞";
  margin: 0 0.2em;
}

.hs-sf-breadcrumb__item:last-child::after {
  content: none;
}

.hs-sf-breadcrumb__link {
  color: #000;
}

.hs-sf-breadcrumb__link:visited, .hs-sf-breadcrumb__link:link {
  color: #000;
  text-decoration: none;
}

.hs-sf-breadcrumb__link .hs-sf-breadcrumb__text {
  color: #000;
}

.hs-sf-breadcrumb__text {
  color: #717171;
}

.hs-sf-detail {
  font-size: 14px;
  letter-spacing: -0.015em;
  line-height: 1.5;
  margin: 1em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-detail {
    font-size: 3.7vw;
  }
}
.hs-sf-detail__link {
  display: inline-block;
  position: relative;
  color: #1aa2e1;
  /*padding: 0 1em 0 0;*/
}

.hs-sf-detail__link::after {
  content: "";
  /*
  position: absolute;
  top: 50%;
  right: .2em;
  */
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #1aa2e1;
  border-right: 2px solid #1aa2e1;
  /*
  transform: translateY(-50%) rotate(45deg);
  */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-detail__link::after {
    width: 1.8vw;
    height: 1.8vw;
    border-top: 0.5vw solid #1aa2e1;
    border-right: 0.5vw solid #1aa2e1;
  }
}
.hs-sf-detail__link:visited, .hs-sf-detail__link:link {
  color: #1aa2e1;
  text-decoration: none;
}

.hs-sf-detail__link:hover {
  text-decoration: underline;
}

.hs-sf-button, .hs-sf-button--red, .hs-sf-button--white {
  width: 20em;
  height: 3.125em;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .hs-sf-button, .hs-sf-button--red, .hs-sf-button--white {
    width: 100%;
    height: 16vw;
    font-size: 4vw;
  }
}
.hs-sf-button__link {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.is-current .hs-sf-button__link {
  background: #000;
  color: #fff;
}
.is-current .hs-sf-button__link::before {
  border-color: transparent transparent #fff transparent;
}

.hs-sf-button__link::before {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #333 transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-button__link::before {
    right: 1.3vw;
    bottom: 1.3vw;
    border-width: 0 0 2.7vw 2.7vw;
  }
}
.hs-sf-button__link:link {
  text-decoration: none;
  color: #333;
}

.hs-sf-button__link:visited {
  color: #333;
}

.hs-sf-button__link:hover {
  background: #333;
  color: #fff;
}

.hs-sf-button__link:hover::before {
  border-color: transparent transparent #fff transparent;
}

.hs-sf-button--white .hs-sf-button__link {
  border: 2px solid #fff;
}

.hs-sf-button--white .hs-sf-button__link::before {
  border-color: transparent transparent #fff transparent;
}

.hs-sf-button--white .hs-sf-button__link:link {
  color: #fff;
}

.hs-sf-button--white .hs-sf-button__link:visited {
  color: #fff;
}

.hs-sf-button--white .hs-sf-button__link:hover {
  background: #fff;
  color: #333;
}

.hs-sf-button--white .hs-sf-button__link:hover::before {
  border-color: transparent transparent #333 transparent;
}

.hs-sf-button--red .hs-sf-button__link {
  border: 2px solid #ba0000;
  background: #ba0000;
}

.hs-sf-button--red .hs-sf-button__link::before {
  border-color: transparent transparent #fff transparent;
}

.hs-sf-button--red .hs-sf-button__link:link {
  color: #fff;
}

.hs-sf-button--red .hs-sf-button__link:visited {
  color: #fff;
}

.hs-sf-button--red .hs-sf-button__link:hover {
  background: #fff;
  color: #ba0000;
}

.hs-sf-button--red .hs-sf-button__link:hover::before {
  border-color: transparent transparent #ba0000 transparent;
}

.hs-sf-link, .hs-sf-link--row4, .hs-sf-link--center, .hs-sf-link--row3, .hs-sf-link--row2, .hs-sf-link--row1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .hs-sf-link, .hs-sf-link--row4, .hs-sf-link--center, .hs-sf-link--row3, .hs-sf-link--row2, .hs-sf-link--row1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hs-sf-link--row1 {
  display: block;
}

.hs-sf-link--row1 .hs-sf-link-item {
  width: calc((100% - 30px) / 2);
  max-width: 467px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .hs-sf-link--row1 .hs-sf-link-item {
    width: 100%;
    max-width: inherit;
  }
}
.hs-sf-link--row1 .hs-sf-link-item__text {
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .hs-sf-link--row1 .hs-sf-link-item__text {
    font-size: 5.9vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-link--row2 {
    display: block;
  }
}
.hs-sf-link--row2 .hs-sf-link-item {
  width: calc((100% - 30px) / 2);
  max-width: 467px;
}

@media screen and (max-width: 767px) {
  .hs-sf-link--row2 .hs-sf-link-item {
    width: 100%;
    max-width: inherit;
    margin-top: 8vw;
  }
  .hs-sf-link--row2 .hs-sf-link-item:first-child {
    margin-top: 0;
  }
}
.hs-sf-link--row2 .hs-sf-link-item:nth-child(2n) {
  margin-right: 0;
}

.hs-sf-link--row2 .hs-sf-link-item__text {
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .hs-sf-link--row2 .hs-sf-link-item__text {
    font-size: 5.9vw;
  }
}
.hs-sf-link--row2:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-link--row3 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-link--row3 .hs-sf-link-item {
    width: 100%;
    max-width: inherit;
    margin-top: 8vw;
  }
  .hs-sf-link--row3 .hs-sf-link-item:first-child {
    margin-top: 0;
  }
}
.hs-sf-link--row3 .hs-sf-link-item:nth-child(3n) {
  margin-right: 0;
}

.hs-sf-link--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-link--center {
    display: block;
  }
}
.hs-sf-link--center .hs-sf-link-item {
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .hs-sf-link--center .hs-sf-link-item {
    width: 100%;
    max-width: inherit;
    margin: 8vw 0 0 0;
  }
  .hs-sf-link--center .hs-sf-link-item:first-child {
    margin-top: 0;
  }
}
.hs-sf-link--row4 .hs-sf-link-item {
  width: calc((100% - 84px) / 4);
  max-width: 220px;
  margin-right: 28px;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .hs-sf-link--row4 .hs-sf-link-item {
    width: 42vw;
    max-width: inherit;
    margin-right: 0;
    margin-top: 5.1vw;
  }
}
.hs-sf-link--row4 .hs-sf-link-item__text {
  font-size: 16px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-link--row4 .hs-sf-link-item__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-link--row4 .hs-sf-link-item__text {
    font-size: 4.3vw;
  }
}
.hs-sf-link--row4 .hs-sf-link-item:nth-child(4n) {
  margin-right: 0;
}

.hs-sf-link--row4 .hs-sf-link-item:nth-child(-n+4) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-link--row4 .hs-sf-link-item:nth-child(-n+4) {
    margin-top: 5.1vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-link--row4 .hs-sf-link-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.hs-sf-link-item {
  width: calc((100% - 60px) / 3);
  max-width: 302px;
  margin-right: 30px;
}

.hs-sf-link-item__link {
  display: block;
  position: relative;
  overflow: hidden;
}

.hs-sf-link-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
  z-index: 1;
}

.hs-sf-link-item__link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .hs-sf-link-item__link::after {
    right: 1.3vw;
    bottom: 1.3vw;
    border-width: 0 0 2.7vw 2.7vw;
  }
}
.hs-sf-link-item__link:hover::before {
  opacity: 0;
}

.hs-sf-link-item__link:hover .hs-sf-link-item__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hs-sf-link-item__shape {
  display: block;
}

.hs-sf-link-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.hs-sf-link-item__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-link-item__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-link-item__text {
    font-size: 4.3vw;
    line-height: 1.8;
  }
}
.hs-sf-link-item__small {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .hs-sf-link-item__small {
    font-size: 3.7vw;
  }
}
.hs-sf-mv, .hs-sf-mv--lower, .hs-sf-mv--none {
  background: #fff;
}

.hs-sf-mv--none {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-mv--none {
    padding: 0;
  }
}
.hs-sf-mv--lower .hs-sf-mv__image {
  height: 230px;
}

@media screen and (max-width: 767px) {
  .hs-sf-mv--lower .hs-sf-mv__image {
    height: 42.7vw;
  }
}
.hs-sf-mv__container {
  position: relative;
}

.hs-sf-mv__container + .hs-sf-navigation {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .hs-sf-mv__container + .hs-sf-navigation {
    margin-top: 0;
  }
}
.hs-sf-mv__inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hs-sf-mv__text {
  color: #fff;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin: 26px 0 0;
}

.hs-sf-mv__text-border {
  color: #fff;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin: 26px 0 0;
  text-shadow: -1px -1px 0 black, -1px 0 0 black, -1px 1px 0 black, 0 -1px 0 black, 0 1px 0 black, 1px -1px 0 black, 1px 0 0 black, 1px 1px 0 black;
}

@media screen and (max-width: 767px) {
  .hs-sf-mv__text, .hs-sf-mv__text-border {
    font-size: 3.7vw;
    margin: 3vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-mv__small {
    display: block;
    font-size: 4.8vw;
  }
}
.hs-sf-mv__heading, .hs-sf-mv__heading--main {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.JS .hs-sf-mv__heading, .JS .hs-sf-mv__heading--main {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .JS .hs-sf-mv__heading, .JS .hs-sf-mv__heading--main {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-mv__heading, .hs-sf-mv__heading--main {
    font-size: 5.9vw;
    line-height: 1.4;
  }
}
.hs-sf-mv__heading--main {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .hs-sf-mv__heading--main {
    font-size: 5.9vw;
  }
}
.hs-sf-mv__image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .hs-sf-mv__image {
    height: 53.3vw;
  }
}
.hs-sf-pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-pager {
    margin: 20vw 0 0;
  }
}
.hs-sf-pager__prev {
  line-height: 1;
  margin-right: 17px;
}

@media screen and (max-width: 767px) {
  .hs-sf-pager__prev {
    margin-right: 3vw;
  }
}
.hs-sf-pager__next {
  line-height: 1;
  margin-left: 17px;
}

@media screen and (max-width: 767px) {
  .hs-sf-pager__next {
    margin-left: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-pager__arrow {
    width: auto;
    height: 3.7vw;
  }
}
.hs-sf-pager__current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-size: 16px;
  color: #fff;
  background: url(/salesforce/sp/assets/images/common/bg_pager.jpg) center center/auto 100% no-repeat;
  margin: 0 13px;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .hs-sf-pager__current {
    font-size: 3.7vw;
    margin: 0 1vw;
  }
}
.hs-sf-pager__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-size: 16px;
  margin: 0 13px;
}

@media screen and (max-width: 767px) {
  .hs-sf-pager__item {
    font-size: 3.7vw;
    margin: 0 1vw;
  }
}
.hs-sf-pager__link {
  color: #000;
}

.hs-sf-pager__link:link {
  color: #000;
  text-decoration: none;
}

.hs-sf-pager__link:visited {
  color: #000;
  text-decoration: none;
}

.hs-sf-contact {
  background: #e5e5e5;
  margin-top: 100px;
  padding: 95px 20px 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-contact {
    margin-top: 26.7vw;
    padding: 18.67vw 5.3vw 21.3vw;
  }
}
.hs-sf-contact__container {
  max-width: 965px;
  margin: 0 auto;
}

.hs-sf-contact__heading {
  letter-spacing: 0.05em;
  font-size: 36px;
  line-height: 1.3888888889;
  font-weight: 700;
  background: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-contact__heading {
    font-size: 6.9vw;
    line-height: 1.3;
  }
  .JS .hs-sf-contact__heading {
    margin: 0;
  }
}
.hs-sf-contact__text {
  margin-top: 25px;
  letter-spacing: 1px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .hs-sf-contact__text {
    font-size: 3.7vw;
    margin-top: 5.3vw;
  }
}
.hs-sf-contact__button {
  width: 300px;
  height: 60px;
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .hs-sf-contact__button {
    width: auto;
    height: 14vw;
    font-size: 3.46vw;
    margin-top: 8vw;
  }
}
.hs-sf-contact__link {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #333;
  color: #fff;
  text-decoration: none;
  padding: 0 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-contact__link {
    padding: 0 5.3vw;
  }
}
.hs-sf-contact__link:hover {
  opacity: 0.7;
}

.hs-sf-contact__link:link, .hs-sf-contact__link:visited {
  color: #fff;
  text-decoration: none;
}

.hs-sf-contact__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #cc0122;
  border-right: 2px solid #cc0122;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .hs-sf-contact__link::after {
    right: 5.3vw;
    width: 2vw;
    height: 2vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 0.4vw solid #cc0122;
    border-right: 0.4vw solid #cc0122;
  }
}
.hs-sf-relation {
  background: #fff;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-relation {
    padding: 26.7vw 0 0;
  }
}
.hs-sf-relation-cards {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .hs-sf-relation-cards {
    display: block;
  }
}
.hs-sf-relation-cards__link {
  display: block;
  background: none;
  color: #1aa2e1;
  padding: 0;
}

.hs-sf-relation-cards__link:visited, .hs-sf-relation-cards__link:link {
  color: #1aa2e1;
  text-decoration: none;
  background: none;
}

.hs-sf-relation-cards__link:hover {
  text-decoration: underline;
}

.hs-sf-relation-cards-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
}

.hs-sf-relation-cards-image__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hs-sf-relation-cards__item {
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
}

@media screen and (max-width: 767px) {
  .hs-sf-relation-cards__item {
    width: 100%;
    max-width: inherit;
    margin-top: 6vw;
    margin-right: 0;
  }
  .hs-sf-relation-cards__item:first-child {
    margin-top: 0;
  }
}
.hs-sf-relation-cards__item:nth-child(3n) {
  margin-right: 0;
}

.hs-sf-relation-cards__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-relation-cards__head {
    margin-top: 5.3vw;
  }
}
.hs-sf-relation-cards__category, .hs-sf-relation-cards__category--application, .hs-sf-relation-cards__category--failure, .hs-sf-relation-cards__category--casestudy, .hs-sf-relation-cards__category--basic, .hs-sf-relation-cards__category--interview {
  width: 7.8em;
  font-size: 14px;
  font-weight: 700;
  background: #333;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 4px 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-relation-cards__category, .hs-sf-relation-cards__category--application, .hs-sf-relation-cards__category--failure, .hs-sf-relation-cards__category--casestudy, .hs-sf-relation-cards__category--basic, .hs-sf-relation-cards__category--interview {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-relation-cards__category, .hs-sf-relation-cards__category--application, .hs-sf-relation-cards__category--failure, .hs-sf-relation-cards__category--casestudy, .hs-sf-relation-cards__category--basic, .hs-sf-relation-cards__category--interview {
    font-size: 3.7vw;
  }
}
.hs-sf-relation-cards__category--interview {
  background: #68ad3c;
}

.hs-sf-relation-cards__category--basic {
  background: #aa8d00;
}

.hs-sf-relation-cards__category--casestudy {
  background: #e27100;
}

.hs-sf-relation-cards__category--failure {
  background: #4c565c;
}

.hs-sf-relation-cards__category--application {
  background: #b5005a;
}

.hs-sf-relation-cards__date {
  font-size: 14px;
  color: #717171;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-relation-cards__date {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-relation-cards__date {
    font-size: 3.7vw;
  }
}
.hs-sf-relation-cards__heading {
  font-size: 17px;
  font-weight: 700;
  color: #1aa2e1;
  line-height: 1.8;
  margin: 10px 0 5px;
}

@media screen and (max-width: 767px) {
  .hs-sf-relation-cards__heading {
    font-size: 4.3vw;
  }
}
.hs-sf-relation-cards-hash {
  overflow: hidden;
  margin: -7px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-relation-cards-hash {
    margin-top: -0.5vw;
  }
}
.hs-sf-relation-cards-hash__item {
  float: left;
  font-size: 14px;
  margin: 0.5em 1em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-relation-cards-hash__item {
    font-size: 3.7vw;
    margin-top: 0.5vw;
  }
}
.hs-sf-other {
  background: #f4f4f4;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-other {
    padding: 26.7vw 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-other__text {
    font-size: 5.9vw;
  }
}
/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .hs-sf-pc {
    display: none;
  }
}
@media screen and (min-width: 996px) {
  .hs-sf-sp {
    display: none;
  }
}
@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-sp {
    display: none;
  }
}
.hs-navigation {
  background: #fff;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .hs-navigation {
    margin-bottom: 21.3vw;
  }
}
.hs-sf-index-hero {
  background: #fff;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero {
    /*margin-bottom: 10vw;*/
    margin-bottom: 0;
  }
}
.hs-sf-index-hero-slider {
  position: relative;
  text-align: center;
}

.hs-sf-index-hero-slider__container {
  position: relative;
  max-width: 965px;
  padding: 0 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-hero-slider__container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__container {
    padding: 0;
  }
}
.hs-sf-index-hero-slider__words {
  height: 160px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__words {
    height: 64vw;
  }
}
.hs-sf-index-hero-slider__inner, .hs-sf-index-hero-slider__inner--06, .hs-sf-index-hero-slider__inner--05, .hs-sf-index-hero-slider__inner--04, .hs-sf-index-hero-slider__inner--03, .hs-sf-index-hero-slider__inner--02, .hs-sf-index-hero-slider__inner--01 {
  position: relative;
  height: 440px;
  padding: 85px 20px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hs-sf-index-hero-slider__inner::before, .hs-sf-index-hero-slider__inner--06::before, .hs-sf-index-hero-slider__inner--05::before, .hs-sf-index-hero-slider__inner--04::before, .hs-sf-index-hero-slider__inner--03::before, .hs-sf-index-hero-slider__inner--02::before, .hs-sf-index-hero-slider__inner--01::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - 965px) / 2);
  width: 454px;
  height: 100%;
  background: url(/salesforce/sp/assets/images/home/bg_hero_pc.jpg) right 0/cover no-repeat;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-hero-slider__inner::before, .hs-sf-index-hero-slider__inner--06::before, .hs-sf-index-hero-slider__inner--05::before, .hs-sf-index-hero-slider__inner--04::before, .hs-sf-index-hero-slider__inner--03::before, .hs-sf-index-hero-slider__inner--02::before, .hs-sf-index-hero-slider__inner--01::before {
    width: 48%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__inner::before, .hs-sf-index-hero-slider__inner--06::before, .hs-sf-index-hero-slider__inner--05::before, .hs-sf-index-hero-slider__inner--04::before, .hs-sf-index-hero-slider__inner--03::before, .hs-sf-index-hero-slider__inner--02::before, .hs-sf-index-hero-slider__inner--01::before {
    width: 36.5%;
    left: 0;
    background: url(/salesforce/sp/assets/images/home/bg_hero_sp.jpg) right 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__inner, .hs-sf-index-hero-slider__inner--06, .hs-sf-index-hero-slider__inner--05, .hs-sf-index-hero-slider__inner--04, .hs-sf-index-hero-slider__inner--03, .hs-sf-index-hero-slider__inner--02, .hs-sf-index-hero-slider__inner--01 {
    /*height: 138vw;*/
    height: 104vw;
    /*padding: 21vw 5.3vw 0 5.3vw;*/
    padding: 8vw 5.3vw 0 5.3vw;
  }
}
.hs-sf-index-hero-slider__inner--01 {
  background: url(/salesforce/sp/assets/images/home/bg_hero_01_pc.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__inner--01 {
    background: url(/salesforce/sp/assets/images/home/bg_hero_01_sp.jpg) center center/cover no-repeat;
  }
}
.hs-sf-index-hero-slider__inner--02 {
  background: url(/salesforce/sp/assets/images/home/bg_hero_02_pc.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__inner--02 {
    background: url(/salesforce/sp/assets/images/home/bg_hero_02_sp.jpg) center center/cover no-repeat;
  }
}
.hs-sf-index-hero-slider__inner--03 {
  background: url(/salesforce/sp/assets/images/home/bg_hero_03_pc.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__inner--03 {
    background: url(/salesforce/sp/assets/images/home/bg_hero_03_sp.jpg) center center/cover no-repeat;
  }
}
.hs-sf-index-hero-slider__inner--04 {
  background: url(/salesforce/sp/assets/images/home/bg_hero_04_pc.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__inner--04 {
    background: url(/salesforce/sp/assets/images/home/bg_hero_04_sp.jpg) center center/cover no-repeat;
  }
}
.hs-sf-index-hero-slider__inner--05 {
  background: url(/salesforce/sp/assets/images/home/bg_hero_05_pc.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__inner--05 {
    background: url(/salesforce/sp/assets/images/home/bg_hero_05_sp.jpg) center center/cover no-repeat;
  }
}
.hs-sf-index-hero-slider__inner--06 {
  background: url(/salesforce/sp/assets/images/home/bg_hero_06_pc.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__inner--06 {
    background: url(/salesforce/sp/assets/images/home/bg_hero_06_sp.jpg) center center/cover no-repeat;
  }
}
.hs-sf-index-hero-slider__sub {
  position: absolute;
  top: -85px;
  right: 0;
  display: inline-block;
  font-weight: 700;
  background: #fff;
  line-height: 1;
  font-size: 12px;
  padding: 0.625em 1.125em;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__sub {
    top: -8vw;
    right: 0;
    font-size: 2.7vw;
  }
}
.hs-sf-index-hero-slider__lead {
  text-align: left;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  color: #fff;
  margin: 0 0 30px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-hero-slider__lead {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__lead {
    width: 100%;
    font-size: 8.5vw;
    line-height: 1.5;
    margin: 0 0 2vw;
  }
}
.hs-sf-index-hero-slider__text {
  width: 45%;
  max-width: 380px;
  text-align: left;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__text {
    width: auto;
    max-width: inherit;
    font-size: 3.7vw;
  }
}
.hs-sf-index-hero-slider__button {
  margin: 2.5em auto 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__button {
    margin: 0;
  }
}
.hs-sf-index-hero-slider__pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  left: calc((100% - 885px) / 2);
  bottom: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-hero-slider__pagination {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__pagination {
    left: 50%;
    bottom: 5.9vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.hs-sf-index-hero-slider__prev {
  line-height: 1;
  cursor: pointer;
}

.hs-sf-index-hero-slider__next {
  line-height: 1;
  cursor: pointer;
}

.hs-sf-index-hero-slider__image {
  width: 8px;
  height: 14px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__image {
    width: 3.2vw;
    height: 6vw;
  }
}
.hs-sf-index-hero-slider__dots {
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__dots {
    padding: 0 2.7vw;
  }
}
.hs-sf-index-hero-slider__dots .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  margin: 0 7px;
  opacity: 1;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__dots .swiper-pagination-bullet {
    width: 2.7vw;
    height: 2.7vw;
    margin: 0 2.7vw;
  }
}
.hs-sf-index-hero-slider__dots .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #1aa2e1;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-hero-slider__dots .swiper-pagination-bullet-active {
    width: 3.7vw;
    height: 3.7vw;
  }
}
.hs-sf-index-foreword {
  margin-top: 80px;
  padding-bottom: 97px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-foreword {
    /*margin-top: 18.7vw;*/
    margin-top: -5vw;
    padding-bottom: 24.5vw;
  }
}
.hs-sf-index-foreword__heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #000;
  margin: 0 0 0.938em;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-foreword__heading {
    font-size: 7.5vw;
  }
}
.hs-sf-index-foreword__en {
  font-size: 36px;
  color: #1aa2e1;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-foreword__en {
    font-size: 8.5vw;
  }
}
.hs-sf-index-foreword__text {
  line-height: 1.8;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-foreword__text {
    font-size: 4.3vw;
    margin-bottom: 5.3333333333vw;
  }
}
.hs-sf-index-foreword__image {
  text-align: center;
}

.hs-sf-index-foreword__image img {
  width: 33.3%;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-foreword__image img {
    width: 100%;
  }
}
.hs-sf-index-joint {
  position: relative;
  background: #fff;
  padding: 100px 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-joint {
    padding: 26vw 0;
    margin-bottom: 26.6666666667vw;
  }
}
.hs-sf-index-joint::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 960px) / 2 + 718px);
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-joint::before {
    width: 75vw;
  }
}
.hs-sf-index-joint__inner {
  position: relative;
}

.hs-sf-index-joint-heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin: 0 0 1.25em;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-joint-heading {
    display: block;
    text-align: center;
    font-size: 7.5vw;
  }
}
.JS .hs-sf-index-joint-heading {
  margin-bottom: 1.25em;
}

.hs-sf-index-joint-heading__icon {
  margin: 0 0.2em;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-joint-heading__icon {
    display: block;
    width: 8.5vw;
    margin: 2vw auto;
  }
}
.hs-sf-index-joint-heading__en {
  font-size: 36px;
  color: #1aa2e1;
  background: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-joint-heading__en {
    font-size: 8.5vw;
  }
}
.hs-sf-index-joint__text {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-joint__text {
    margin-bottom: 10.6666666667vw;
  }
}
.hs-sf-index-joint__image_wrapper {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-joint__image_wrapper {
    margin-bottom: 8vw;
  }
}
.hs-sf-index-joint__number {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 12px;
}
@media screen and (max-width: 1005px) {
  .hs-sf-index-joint__number {
    font-size: calc(0.0124352332 * (100vw - 40px));
    right: calc(0.0124352332 * (100vw - 40px));
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-joint__number {
    font-size: 1.0666666667vw;
    right: 1.0666666667vw;
  }
}

.hs-sf-index-joint__number--1 {
  bottom: 169px;
}
@media screen and (max-width: 1005px) {
  .hs-sf-index-joint__number--1 {
    bottom: calc(0.1751295337 * (100vw - 40px));
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-joint__number--1 {
    bottom: 15.7333333333vw;
  }
}

.hs-sf-index-joint__number--2 {
  bottom: 146px;
}
@media screen and (max-width: 1005px) {
  .hs-sf-index-joint__number--2 {
    bottom: calc(0.1512953368 * (100vw - 40px));
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-joint__number--2 {
    bottom: 13.6vw;
  }
}

.hs-sf-index-joint__number--3 {
  bottom: 123px;
}
@media screen and (max-width: 1005px) {
  .hs-sf-index-joint__number--3 {
    bottom: calc(0.1274611399 * (100vw - 40px));
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-joint__number--3 {
    bottom: 11.2vw;
  }
}

.hs-sf-index-joint__number--4 {
  bottom: 86px;
}
@media screen and (max-width: 1005px) {
  .hs-sf-index-joint__number--4 {
    bottom: calc(0.089119171 * (100vw - 40px));
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-joint__number--4 {
    bottom: 8vw;
  }
}

.hs-sf-index-joint__number--5 {
  bottom: 60px;
}
@media screen and (max-width: 1005px) {
  .hs-sf-index-joint__number--5 {
    bottom: calc(0.0621761658 * (100vw - 40px));
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-joint__number--5 {
    bottom: 5.6vw;
  }
}

.hs-sf-index-products {
  background: url(/salesforce/sp/assets/images/home/bg_gradation.jpg) 0 0/cover no-repeat;
  padding: 90px 0 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-products {
    padding: 26.7vw 0;
  }
}
.hs-sf-index-products-link {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-products-link {
    margin-top: 0;
  }
}
.hs-sf-index-products-link-item {
  height: auto;
}

.hs-sf-index-products-link-item__heading {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin: 0 -1em 0.8em;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-products-link-item__heading {
    font-size: 14px;
    margin: 0 0 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-products-link-item__heading {
    /*@include flex(center,center);
    height: 12.8vw;*/
    font-size: 4.3vw;
    margin: 0 0 0.5em;
  }
}
.hs-sf-index-products-link-item__before {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-products-link-item__before {
    font-size: 3.2vw;
    margin: 0.3em 0 0;
  }
}
.hs-sf-index-products-link-item__text {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-products-link-item__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-products-link-item__text {
    font-size: 3.7vw;
  }
}
.hs-sf-index-products-link-item__link {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #fff;
  background: #fff;
  padding: 22px 18px 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-products-link-item__link {
    padding: 4vw;
  }
}
.hs-sf-index-products-link-item__link:link {
  color: #fff;
  text-decoration: none;
}

.hs-sf-index-products-link-item__link:visited {
  color: #fff;
}

.hs-sf-index-products-link-item__link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #000 transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-products-link-item__link::after {
    right: 1.3vw;
    bottom: 1.3vw;
    border-width: 0 0 2.7vw 2.7vw;
  }
}
.hs-sf-index-products-link-item__link:hover {
  background: transparent;
}

.hs-sf-index-products-link-item__link:hover::after {
  border-color: transparent transparent #fff transparent;
}

.hs-sf-index-products-link-item__link:hover .hs-sf-index-products-link-item__heading {
  color: #fff;
}

.hs-sf-index-products-link-item__link:hover .hs-sf-index-products-link-item__text {
  color: #fff;
}

.hs-sf-index-effect {
  background: #fff;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-effect {
    padding: 26.7vw 0;
  }
}
.hs-sf-index-effect + .hs-sf-index-effect {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-effect + .hs-sf-index-effect {
    padding-bottom: 26.7vw;
  }
}
.hs-sf-index-effect__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 40px;
  padding: 0;
}

.hs-sf-index-effect-detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-effect-detail {
    display: block;
    margin-bottom: 10.7vw;
  }
}
.hs-sf-index-effect-detail__shape {
  display: block;
  width: 74.8%;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-effect-detail__shape {
    width: calc(100% + 5.3vw);
    margin: 0 0 0 -5.3vw;
  }
}
.hs-sf-index-effect-detail__image {
  width: 100%;
  height: auto;
}

.hs-sf-index-effect-detail__content {
  width: 40.6%;
  background: #f4f4f4;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -15%;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-effect-detail__content {
    width: 50.6%;
    margin-left: -25%;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-effect-detail__content {
    position: relative;
    width: auto;
    margin: -5.3vw -5.3vw 0 0;
    padding: 8vw 11.2vw 8vw 8vw;
  }
}
.hs-sf-index-effect-detail__text {
  line-height: 1.8;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-effect-detail__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-effect-detail__text {
    font-size: 4.3vw;
  }
}
.hs-sf-index-effect-detail__button {
  margin: 40px 0 0;
}

.hs-sf-index-effect .hs-sf-button {
  width: 100%;
  height: 70px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-effect .hs-sf-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-effect .hs-sf-button {
    height: 21.3vw;
    font-size: 4.3vw;
  }
}
.hs-sf-index-case {
  background: url(/salesforce/sp/assets/images/home/bg_gradation.jpg) 0 0/cover no-repeat;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-case {
    padding: 26.7vw 0;
  }
}
.hs-sf-index-case-link__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #fff;
  height: 224px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-case-link__item {
    height: auto;
    padding: 1em 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-case-link__item {
    height: 42vw;
    padding: 0 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.hs-sf-index-case-link__image {
  max-width: 100%;
}

.hs-sf-index-case__button {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-case__button {
    margin: 10.7vw auto 0;
  }
}
.hs-sf-index-seminar {
  position: relative;
  background: #fff;
  padding: 100px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar {
    padding: 26.7vw 0;
  }
}
.hs-sf-index-seminar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 965px) / 2 + 718px);
  height: 100%;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar::before {
    width: 75vw;
  }
}
.hs-sf-index-seminar__inner {
  position: relative;
}

.hs-sf-index-seminar-list {
  z-index: 1;
}

.hs-sf-index-seminar-list__item {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar-list__item {
    margin-top: 9.1vw;
  }
}
.hs-sf-index-seminar-list__item:first-child {
  margin-top: 0;
}

.hs-sf-index-seminar-list__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 12px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar-list__head {
    display: block;
    margin-bottom: 2vw;
  }
}
.hs-sf-index-seminar-list__status, .hs-sf-index-seminar-list__status--end {
  width: 5em;
  background: #ba0000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar-list__status, .hs-sf-index-seminar-list__status--end {
    font-size: 3.7vw;
    padding: 0.2em 0;
  }
}
.hs-sf-index-seminar-list__status--end {
  background: #333;
}

.hs-sf-index-seminar-list__date {
  font-weight: 700;
  color: #000;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar-list__date {
    font-size: 4.3vw;
    margin: 0.8em 0 0;
  }
}
.hs-sf-index-seminar-list-heading {
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1aa2e1;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar-list-heading {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: inherit;
    white-space: inherit;
    overflow: hidden;
    line-height: 1.75;
    font-size: 4.3vw;
  }
}
.hs-sf-index-seminar-list-heading__link {
  color: #1aa2e1;
}

.hs-sf-index-seminar-list-heading__link:link {
  color: #1aa2e1;
  text-decoration: none;
}

.hs-sf-index-seminar-list-heading__link:visited {
  color: #1aa2e1;
}

.hs-sf-index-seminar-list-heading__link:hover {
  text-decoration: underline;
}

.hs-sf-index-seminar-list__overview {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #cecece;
  margin: 16px 0 0;
  padding: 12px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar-list__overview {
    display: block;
    margin: 4vw 0 0;
    padding: 4vw 0 0;
  }
}
.hs-sf-index-seminar-list__overview::after {
  content: "";
  position: absolute;
  top: -1px;
  right: calc((100vw - 965px) / 2 * -1);
  width: calc((100vw - 965px) / 2);
  height: 1px;
  background: #cecece;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar-list__overview::after {
    content: none;
  }
}
.hs-sf-index-seminar-list-define {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-right: 28px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar-list-define {
    display: block;
    margin: 3vw 0 0;
  }
  .hs-sf-index-seminar-list-define:first-child {
    margin-top: 0;
  }
}
.hs-sf-index-seminar-list-define__content {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar-list-define__content {
    font-size: 3.7vw;
  }
}
.hs-sf-index-seminar-list-define__detail {
  font-size: 14px;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar-list-define__detail {
    font-size: 3.7vw;
  }
}
.hs-sf-index-seminar-list-detail {
  font-size: 14px;
  margin: 1em 0 0;
}

.hs-sf-index-seminar-list-detail__link {
  position: relative;
  color: #1aa2e1;
  padding: 0 1em 0 0;
}

.hs-sf-index-seminar-list-detail__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2em;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #1aa2e1;
  border-right: 2px solid #1aa2e1;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.hs-sf-index-seminar-list-detail__link:visited, .hs-sf-index-seminar-list-detail__link:link {
  color: #1aa2e1;
  text-decoration: none;
}

.hs-sf-index-seminar-list-detail__link:hover {
  text-decoration: underline;
}

.hs-sf-index-seminar__button {
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-seminar__button {
    margin: 10vw auto 0;
  }
}
.hs-sf-index-knowledge {
  background: #fff;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-knowledge {
    padding: 26.7vw 0 0;
  }
}
.hs-sf-index-knowledge-cards {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-knowledge-cards {
    display: block;
  }
}
.hs-sf-index-knowledge-cards__link {
  display: block;
  background: none;
  color: #1aa2e1;
  padding: 0;
}

.hs-sf-index-knowledge-cards__link:visited, .hs-sf-index-knowledge-cards__link:link {
  color: #1aa2e1;
  text-decoration: none;
  background: none;
}

.hs-sf-index-knowledge-cards__link:hover {
  text-decoration: underline;
}

.hs-sf-index-knowledge-cards-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
}

.hs-sf-index-knowledge-cards-image__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hs-sf-index-knowledge-cards__item {
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-knowledge-cards__item {
    width: 100%;
    max-width: inherit;
    margin-top: 6vw;
    margin-right: 0;
  }
  .hs-sf-index-knowledge-cards__item:first-child {
    margin-top: 0;
  }
}
.hs-sf-index-knowledge-cards__item:nth-child(3n) {
  margin-right: 0;
}

.hs-sf-index-knowledge-cards__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-knowledge-cards__head {
    margin-top: 5.3vw;
  }
}
.hs-sf-index-knowledge-cards__category {
  width: 7.8em;
  font-size: 14px;
  font-weight: 700;
  background: #333;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 4px 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-knowledge-cards__category {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-knowledge-cards__category {
    font-size: 3.7vw;
  }
}
.hs-sf-index-knowledge-cards__date {
  font-size: 14px;
  color: #717171;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-index-knowledge-cards__date {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-index-knowledge-cards__date {
    font-size: 3.7vw;
  }
}
.hs-sf-index-knowledge-cards__heading {
  font-size: 17px;
  font-weight: 700;
  color: #1aa2e1;
  line-height: 1.8;
  margin: 10px 0 5px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-knowledge-cards__heading {
    font-size: 4.3vw;
  }
}
.hs-sf-index-knowledge-cards-hash {
  overflow: hidden;
  margin: -7px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-knowledge-cards-hash {
    margin-top: -0.5vw;
  }
}
.hs-sf-index-knowledge-cards-hash__item {
  float: left;
  font-size: 14px;
  margin: 0.5em 1em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-knowledge-cards-hash__item {
    font-size: 3.7vw;
    margin-top: 0.5vw;
  }
}
.hs-sf-index-knowledge__button {
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-knowledge__button {
    margin-top: 16vw;
  }
}
.hs-sf-index-news {
  background: #fff;
  overflow: hidden;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-news {
    padding: 26.7vw 0 0;
  }
}
.hs-sf-index-news-list__item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-news-list__item {
    display: block;
    padding: 5.3vw;
    margin-right: -5.3vw;
  }
}
.hs-sf-index-news-list__item:nth-child(odd) {
  background: #f4f4f4;
}

.hs-sf-index-news-list__item:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100vw - 100%) / 2 * -1);
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-news-list__item:nth-child(odd)::before {
    content: none;
  }
}
.hs-sf-index-news-list__date {
  width: 120px;
  font-size: 14px;
  color: #717171;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-news-list__date {
    width: auto;
    font-size: 3.7vw;
  }
}
.hs-sf-index-news-list__text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-news-list__text {
    font-size: 4.3vw;
  }
}
.hs-sf-index-news-list__link {
  display: block;
  background: none;
  color: #1aa2e1;
  padding: 0;
}

.hs-sf-index-news-list__link:visited, .hs-sf-index-news-list__link:link {
  color: #1aa2e1;
  text-decoration: none;
  background: none;
}

.hs-sf-index-news-list__link:hover {
  text-decoration: underline;
}

.hs-sf-index-news__banner {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-index-news__banner {
    margin-top: 26.7vw;
  }
}
.hs-sf-seminar {
  background: #fff;
  overflow: hidden;
}

.hs-sf-seminar-list {
  z-index: 1;
}

.hs-sf-seminar-list__item {
  position: relative;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-seminar-list__item {
    padding: 10.7vw 0;
  }
}
.hs-sf-seminar-list__item:first-child {
  margin-top: 0;
}

.hs-sf-seminar-list__item:nth-child(odd) {
  background: #f4f4f4;
}

.hs-sf-seminar-list__item:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 965px) / 2 * -1);
  width: calc((100vw - 965px) / 2);
  height: 100%;
  background: #f4f4f4;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-seminar-list__item:nth-child(odd)::before {
    left: -20px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-seminar-list__item:nth-child(odd)::before {
    left: -5.3vw;
    width: 5.3vw;
  }
}
.hs-sf-seminar-list__item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -73px;
  width: 73px;
  height: 100%;
  background: #f4f4f4;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-seminar-list__item:nth-child(odd)::after {
    right: -20px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-seminar-list__item:nth-child(odd)::after {
    right: -5.3vw;
    width: 5.3vw;
  }
}
.hs-sf-seminar-list__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 12px;
}

@media screen and (max-width: 767px) {
  .hs-sf-seminar-list__head {
    display: block;
    margin-bottom: 2vw;
  }
}
.hs-sf-seminar-list__status, .hs-sf-seminar-list__status--end {
  width: 5em;
  background: #ba0000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-seminar-list__status, .hs-sf-seminar-list__status--end {
    font-size: 3.7vw;
    padding: 0.2em 0;
  }
}
.hs-sf-seminar-list__status--end {
  background: #333;
}

.hs-sf-seminar-list__date {
  font-weight: 700;
  margin-left: 1em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .hs-sf-seminar-list__date {
    font-size: 4.3vw;
    margin: 0.8em 0 0;
  }
}
.hs-sf-seminar-list-heading {
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  line-height: 1.75;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1aa2e1;
}

@media screen and (max-width: 767px) {
  .hs-sf-seminar-list-heading {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: inherit;
    white-space: inherit;
    overflow: hidden;
    font-size: 4.3vw;
  }
  .JS .hs-sf-seminar-list-heading {
    margin: 0;
    padding: 0;
    background: none;
  }
}
.hs-sf-seminar-list-heading__link {
  color: #1aa2e1;
}

.hs-sf-seminar-list-heading__link:link {
  color: #1aa2e1;
  text-decoration: none;
}

.hs-sf-seminar-list-heading__link:visited {
  color: #1aa2e1;
}

.hs-sf-seminar-list-heading__link:hover {
  text-decoration: underline;
}

.hs-sf-seminar-list__overview {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #cecece;
  margin: 16px 0 0;
  padding: 12px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-seminar-list__overview {
    display: block;
    margin: 4vw 0 0;
    padding: 4vw 0 0;
  }
}
.hs-sf-seminar-list-define {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-right: 28px;
}

@media screen and (max-width: 767px) {
  .hs-sf-seminar-list-define {
    display: block;
    margin: 3vw 0 0;
  }
  .hs-sf-seminar-list-define:first-child {
    margin-top: 0;
  }
}
.hs-sf-seminar-list-define__content {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .hs-sf-seminar-list-define__content {
    font-size: 3.7vw;
  }
}
.hs-sf-seminar-list-define__detail {
  font-size: 14px;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .hs-sf-seminar-list-define__detail {
    font-size: 3.7vw;
  }
}
.hs-sf-seminar-list-detail {
  font-size: 14px;
  margin: 1em 0 0;
}

.hs-sf-seminar-list-detail__link {
  position: relative;
  color: #1aa2e1;
  padding: 0 1em 0 0;
}

.hs-sf-seminar-list-detail__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2em;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #1aa2e1;
  border-right: 2px solid #1aa2e1;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.hs-sf-seminar-list-detail__link:visited, .hs-sf-seminar-list-detail__link:link {
  color: #1aa2e1;
  text-decoration: none;
}

.hs-sf-seminar-list-detail__link:hover {
  text-decoration: underline;
}

.hs-sf-seminar__button {
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-seminar__button {
    margin: 10vw auto 0;
  }
}
.hs-sf-faq-navigation {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .hs-sf-faq-navigation {
    margin-bottom: 26.7vw;
  }
}
.hs-sf-faq-navigation__text {
  font-weight: 700;
  text-align: center;
  font-size: 17px;
  margin: 0 0 36px;
}

@media screen and (max-width: 767px) {
  .hs-sf-faq-navigation__text {
    font-size: 4.8vw;
    line-height: 1.8;
    margin: 0 0 20.5vw;
  }
}
.hs-sf-faq-navigation__contact {
  color: #1aa2e1;
}

.hs-sf-faq-navigation__contact:link, .hs-sf-faq-navigation__contact:visited {
  color: #1aa2e1;
  text-decoration: none;
}

.hs-sf-faq-navigation__contact:hover {
  text-decoration: underline;
}

.hs-sf-faq-navigation__contact:hover:link, .hs-sf-faq-navigation__contact:hover:visited {
  text-decoration: underline;
}

.hs-sf-faq-contents {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-faq-contents {
    padding: 26.7vw 0;
  }
}
.hs-sf-faq-contents:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1111px) / 2 + 1111px);
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-faq-contents:nth-child(odd)::before {
    width: 100%;
  }
}
.hs-sf-faq-contents:nth-child(odd):nth-child(4n+3)::before {
  left: auto;
  right: 0;
}

.hs-sf-faq-contents__inner {
  max-width: 965px;
  padding: 0 20px;
  margin: 0 auto;
}

.hs-sf-faq-contents .hs-sf-heading {
  position: relative;
}

.hs-sf-faq-define {
  position: relative;
}

.hs-sf-faq-define__heading {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  margin-top: 50px;
  padding: 5px 25px 24px 0;
  border-bottom: 1px solid #cecece;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .hs-sf-faq-define__heading {
    font-size: 4.8vw;
    padding: 1vw 8vw 5.3vw 0;
    margin-top: 12vw;
  }
}
.hs-sf-faq-define__heading::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  width: 23px;
  height: 3px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .hs-sf-faq-define__heading::after {
    top: 4.1vw;
    width: 6vw;
    height: 0.8vw;
  }
}
.hs-sf-faq-define__heading::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  width: 3px;
  height: 23px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-faq-define__heading::before {
    top: 1.5vw;
    right: 2.6vw;
    width: 0.8vw;
    height: 6vw;
  }
}
.hs-sf-faq-define__heading.is-open::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hs-sf-faq-define__question {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #1aa2e1;
  margin: -5px 0 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-faq-define__question {
    width: 10vw;
    font-size: 8.5vw;
  }
}
.hs-sf-faq-define__detail {
  display: none;
}

.hs-sf-faq-define__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  padding: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-faq-define__inner {
    font-size: 4.3vw;
    padding: 4.3vw 0 0;
  }
}
.hs-sf-faq-define__answer {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #ba0000;
  padding: 3px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-faq-define__answer {
    width: 10vw;
    font-size: 8.5vw;
  }
}
.hs-sf-faq-define .hs-sf-detail {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .hs-sf-faq-define .hs-sf-detail {
    margin: 2em 0 0 10vw;
  }
}
.hs-sf-casestudy-introduction {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-introduction {
    padding: 0 0 21.3vw;
  }
}
.hs-sf-casestudy-introduction__text {
  text-align: center;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-introduction__text {
    font-size: 4.3vw;
  }
}
.hs-sf-casestudy-introduction-images {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-introduction-images {
    display: block;
    margin: 8.5vw 0 0;
  }
}
.hs-sf-casestudy-introduction-images__inner {
  width: 48.9%;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-introduction-images__inner {
    width: 100%;
  }
  .hs-sf-casestudy-introduction-images__inner + .hs-sf-casestudy-introduction-images__inner {
    margin-top: 12vw;
  }
}
.hs-sf-casestudy-introduction-images__title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-introduction-images__title {
    font-size: 4.3vw;
    margin-bottom: 8vw;
  }
}
.hs-sf-casestudy-introduction-images__title::before, .hs-sf-casestudy-introduction-images__title::after {
  content: "";
  width: 0.3em;
  height: 2px;
  background: #000;
  margin: 0 0.375em;
}

.hs-sf-casestudy-introduction-images__shape {
  display: block;
}

.hs-sf-casestudy-introduction-images__image {
  width: 100%;
  height: auto;
}

.hs-sf-casestudy-detail {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail {
    background: #f4f4f4;
    padding: 26.7vw 0;
  }
}
.hs-sf-casestudy-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1111px) / 2 + 1111px);
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail::before {
    content: none;
  }
}
.hs-sf-casestudy-detail__container {
  position: relative;
}

.hs-sf-casestudy-detail__inner + .hs-sf-casestudy-detail__inner {
  position: relative;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail__inner + .hs-sf-casestudy-detail__inner {
    padding-top: 21.3vw;
  }
}
.hs-sf-casestudy-detail__inner + .hs-sf-casestudy-detail__inner::before {
  content: "";
  position: absolute;
  top: 50px;
  left: calc((100vw - 965px) / 2 * -1);
  width: 100vw;
  height: 1px;
  background: #fff;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-casestudy-detail__inner + .hs-sf-casestudy-detail__inner::before {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail__inner + .hs-sf-casestudy-detail__inner::before {
    top: 12vw;
    left: -5.3vw;
  }
}
.hs-sf-casestudy-detail__heading {
  font-size: 20px;
  line-height: 1.8;
  color: #1aa2e1;
  text-align: center;
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail__heading {
    text-align: left;
    font-size: 4.8vw;
    margin: 0 0 4.5vw;
  }
}
.hs-sf-casestudy-detail-outline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail-outline {
    display: block;
  }
}
.hs-sf-casestudy-detail-outline__images {
  width: 54.8%;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail-outline__images {
    width: 100%;
  }
}
.hs-sf-casestudy-detail-outline__image {
  width: 100%;
  height: auto;
}

.hs-sf-casestudy-detail-outline__contents {
  width: 41.5%;
  padding: 0 0 8px;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail-outline__contents {
    width: auto;
    padding: 0;
  }
}
.hs-sf-casestudy-detail-outline__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #000;
  border-bottom: 2px solid #cecece;
  margin: -8px 0 12px;
  padding: 0 0 12px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-casestudy-detail-outline__name {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail-outline__name {
    font-size: 4.8vw;
    margin: 0;
    padding: 4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail-define {
    margin-top: 5vw;
  }
}
.hs-sf-casestudy-detail-define__heading {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-casestudy-detail-define__heading {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail-define__heading {
    font-size: 4.3vw;
  }
}
.hs-sf-casestudy-detail-define__contents {
  font-size: 14px;
  word-break: break-word;
  color: #000;
  line-height: 1.6;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-casestudy-detail-define__contents {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail-define__contents {
    font-size: 3.7vw;
  }
}
.hs-sf-casestudy-detail-define__contents + .hs-sf-casestudy-detail-define__heading {
  margin-top: 1em;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-casestudy-detail-define__contents + .hs-sf-casestudy-detail-define__heading {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail-define__contents + .hs-sf-casestudy-detail-define__heading {
    margin-top: 4vw;
  }
}
.hs-sf-casestudy-detail__issue {
  margin: -8px 0 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-casestudy-detail__issue {
    margin-top: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail__issue {
    margin: 7.5vw 0 0;
  }
}
.hs-sf-casestudy-detail__button {
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-detail__button {
    margin-top: 10.7vw;
  }
}
.hs-sf-casestudy-other {
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-casestudy-other {
    padding: 33vw 0 0;
  }
}
.hs-sf-casestudy-other .hs-sf-table__heading {
  background: #1aa2e1;
}

.hs-sf-knowledge, .hs-sf-knowledge--interview, .hs-sf-knowledge--casestudy, .hs-sf-knowledge--failure, .hs-sf-knowledge--application, .hs-sf-knowledge--basic {
  position: relative;
  max-width: 965px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge, .hs-sf-knowledge--interview, .hs-sf-knowledge--casestudy, .hs-sf-knowledge--failure, .hs-sf-knowledge--application, .hs-sf-knowledge--basic {
    display: block;
    padding: 0 5.3vw;
  }
}
.hs-sf-knowledge--basic .hs-sf-knowledge-side-menu__basic {
  background: #f4f4f4;
}

.hs-sf-knowledge--application .hs-sf-knowledge-side-menu__application {
  background: #f4f4f4;
}

.hs-sf-knowledge--failure .hs-sf-knowledge-side-menu__failure {
  background: #f4f4f4;
}

.hs-sf-knowledge--casestudy .hs-sf-knowledge-side-menu__casestudy {
  background: #f4f4f4;
}

.hs-sf-knowledge--interview .hs-sf-knowledge-side-menu__interview {
  background: #f4f4f4;
}

.hs-sf-knowledge__main {
  width: 67.4%;
  max-width: 650px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge__main {
    width: auto;
    max-width: inherit;
  }
}
.hs-sf-knowledge-side {
  position: absolute;
  top: 0;
  right: 20px;
  width: 28.5%;
  max-width: 275px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    max-width: inherit;
    margin-top: 27.5vw;
  }
}
.hs-sf-knowledge-side-document {
  background: #eee;
  margin: 30px 0 0;
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-document {
    margin-top: 10.7vw;
    padding: 7.5vw 0 0;
  }
}
.hs-sf-knowledge-side-document__shape {
  display: block;
}

.hs-sf-knowledge-side-document__image {
  display: block;
  width: calc(100% - 40px);
  height: auto;
  margin: 0 auto 5px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-document__image {
    width: calc(100% - 13.4vw);
    margin: 0 auto 2vw;
  }
}
.hs-sf-knowledge-side-document__button {
  width: 100%;
  height: 2.857em;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-document__button {
    height: 16vw;
    font-size: 4.3vw;
    margin-top: 6.4vw;
  }
}
.hs-sf-knowledge-side-document__text {
  font-size: 14px;
  padding: 0.5em 1.8em 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-document__text {
    font-size: 3.7vw;
    padding: 2.7vw 6.7vw 0;
  }
}
.hs-sf-knowledge-side__heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  border-bottom: 4px solid #000;
  background: none;
  margin: 50px 0 0;
  padding: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side__heading {
    font-size: 4.3vw;
    margin-top: 16vw;
  }
}
.JS .hs-sf-knowledge-side__heading {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .JS .hs-sf-knowledge-side__heading {
    margin-top: 16vw;
  }
}
.hs-sf-knowledge-side__heading:first-of-type {
  margin-top: 0;
}

.hs-sf-knowledge-side-bnr {
  /*
  margin-top: 40px;
  @include deviceSP{
      margin-top: 10.7vw;
  }
  */
}

.hs-sf-knowledge-side-bnr__shape {
  display: block;
}

.hs-sf-knowledge-side-bnr__image {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.hs-sf-knowledge-side-bnr__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-knowledge-side-bnr__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-bnr__text {
    font-size: 4.8vw;
    line-height: 1.8;
  }
}
.hs-sf-knowledge-side-bnr__link {
  display: block;
  position: relative;
  overflow: hidden;
}

.hs-sf-knowledge-side-bnr__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
  z-index: 1;
}

.hs-sf-knowledge-side-bnr__link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-bnr__link::after {
    border-width: 0 0 2.7vw 2.7vw;
  }
}
.hs-sf-knowledge-side-bnr__link:hover::before {
  opacity: 0;
}

.hs-sf-knowledge-side-bnr__link:hover .hs-sf-knowledge-side-bnr__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hs-sf-knowledge-side-menu__item {
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-menu__item {
    font-size: 3.7vw;
  }
}
.hs-sf-knowledge-side-menu__link {
  position: relative;
  display: block;
  padding: 1.5em 0 1.5em 1.875em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-menu__link {
    padding: 5.3vw 0 5.3vw 6.4vw;
  }
}
.hs-sf-knowledge-side-menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-menu__link::after {
    width: 1.8vw;
    height: 1.8vw;
    border-top: 0.5vw solid #000;
    border-right: 0.5vw solid #000;
  }
}
.hs-sf-knowledge-side-menu__link:visited, .hs-sf-knowledge-side-menu__link:link {
  color: #000;
  text-decoration: none;
}

.hs-sf-knowledge-side-menu__link:hover {
  background: #f4f4f4;
}

.hs-sf-knowledge-side-tag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-tag {
    margin-top: -3.7vw;
  }
}
.hs-sf-knowledge-side-tag__item {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 1em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-tag__item {
    width: 50%;
    font-size: 3.7vw;
    margin: 8vw 0 0;
  }
}
.hs-sf-knowledge-side-tag__link:visited, .hs-sf-knowledge-side-tag__link:link {
  color: #000;
  text-decoration: none;
  background: none;
}

.hs-sf-knowledge-side-tag__link:hover {
  text-decoration: underline;
}

.hs-sf-knowledge-side-popular {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-popular {
    margin-bottom: 10.7vw;
  }
}
.hs-sf-knowledge-side-popular__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-popular__item {
    margin-top: 4.8vw;
  }
}
.hs-sf-knowledge-side-popular__item + .hs-sf-knowledge-side-popular__item {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-popular__item + .hs-sf-knowledge-side-popular__item {
    margin-top: 8vw;
  }
}
.hs-sf-knowledge-side-popular__shape {
  position: relative;
  display: block;
  width: 34%;
  height: 0;
  padding-top: 34%;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-popular__shape {
    width: 29vw;
    height: auto;
    padding: 0;
  }
}
.hs-sf-knowledge-side-popular__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-popular__image {
    position: relative;
    top: auto;
    left: auto;
    height: 29vw;
  }
}
.hs-sf-knowledge-side-popular__detail {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-popular__detail {
    width: 55vw;
  }
}
.hs-sf-knowledge-side-popular__date {
  font-size: 14px;
  line-height: 1;
  color: #717171;
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-popular__date {
    font-size: 3.7vw;
    margin: 0 0 3.7vw;
  }
}
.hs-sf-knowledge-side-popular__heading {
  font-size: 14px;
  color: #1aa2e1;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-knowledge-side-popular__heading {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-popular__heading {
    font-size: 3.7vw;
  }
}
.hs-sf-knowledge-side-popular__link:visited, .hs-sf-knowledge-side-popular__link:link {
  color: #1aa2e1;
  text-decoration: none;
  background: none;
}

.hs-sf-knowledge-side-popular__link:hover {
  text-decoration: underline;
}

.hs-sf-knowledge-side-popular-hash {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px 0 0;
}

.hs-sf-knowledge-side-popular-hash__item {
  font-size: 12px;
  margin: 0 1em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-popular-hash__item {
    font-size: 3.7vw;
  }
}
.hs-sf-knowledge-side-popular-hash__link:visited, .hs-sf-knowledge-side-popular-hash__link:link {
  color: #000;
  text-decoration: none;
  background: none;
}

.hs-sf-knowledge-side-popular-hash__link:hover {
  text-decoration: underline;
}

.hs-sf-knowledge-side-popular__category, .hs-sf-knowledge-side-popular__category--application, .hs-sf-knowledge-side-popular__category--failure, .hs-sf-knowledge-side-popular__category--casestudy, .hs-sf-knowledge-side-popular__category--basic, .hs-sf-knowledge-side-popular__category--interview {
  width: 7.8em;
  font-size: 14px;
  font-weight: 700;
  background: #333;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0 0 5px;
  padding: 4px 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-knowledge-side-popular__category, .hs-sf-knowledge-side-popular__category--application, .hs-sf-knowledge-side-popular__category--failure, .hs-sf-knowledge-side-popular__category--casestudy, .hs-sf-knowledge-side-popular__category--basic, .hs-sf-knowledge-side-popular__category--interview {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-side-popular__category, .hs-sf-knowledge-side-popular__category--application, .hs-sf-knowledge-side-popular__category--failure, .hs-sf-knowledge-side-popular__category--casestudy, .hs-sf-knowledge-side-popular__category--basic, .hs-sf-knowledge-side-popular__category--interview {
    width: 29vw;
    font-size: 3.7vw;
    padding: 1.6vw 0;
    margin: 0 0 2vw;
  }
}
.hs-sf-knowledge-side-popular__category--interview {
  background: #68ad3c;
}

.hs-sf-knowledge-side-popular__category--basic {
  background: #aa8d00;
}

.hs-sf-knowledge-side-popular__category--casestudy {
  background: #e27100;
}

.hs-sf-knowledge-side-popular__category--failure {
  background: #4c565c;
}

.hs-sf-knowledge-side-popular__category--application {
  background: #b5005a;
}

.hs-sf-knowledge-banner {
  width: 480px;
  height: 120px;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-banner {
    width: 100%;
    height: 32vw;
    margin: 26.7vw 0 0;
  }
}
.hs-sf-knowledge-banner__link {
  display: block;
  position: relative;
  overflow: hidden;
}

.hs-sf-knowledge-banner__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
  z-index: 1;
}

.hs-sf-knowledge-banner__link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-banner__link::after {
    border-width: 0 0 2.7vw 2.7vw;
  }
}
.hs-sf-knowledge-banner__link:hover::before {
  opacity: 0;
}

.hs-sf-knowledge-banner__link:hover .hs-sf-knowledge-banner__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hs-sf-knowledge-banner__shape {
  display: block;
}

.hs-sf-knowledge-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.hs-sf-knowledge-banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-banner-text {
    display: block;
    font-size: 4.3vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-banner-text__inner {
    display: block;
    line-height: 1;
    text-align: center;
  }
}
.hs-sf-knowledge-banner-text__inner + .hs-sf-knowledge-banner-text__inner {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-banner-text__inner + .hs-sf-knowledge-banner-text__inner {
    margin: 0.8em 0 0;
    padding: 0 0 0 0.5em;
  }
}
.hs-sf-knowledge__pager {
  margin-top: 70px;
}

.hs-sf-knowledge-cards {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cards {
    display: block;
  }
}
.hs-sf-knowledge-cards__link {
  display: block;
  background: none;
  color: #1aa2e1;
  padding: 0;
}

.hs-sf-knowledge-cards__link:visited, .hs-sf-knowledge-cards__link:link {
  color: #1aa2e1;
  text-decoration: none;
  background: none;
}

.hs-sf-knowledge-cards__link:hover {
  text-decoration: underline;
}

.hs-sf-knowledge-cards-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
}

.hs-sf-knowledge-cards-image__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hs-sf-knowledge-cards__item {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cards__item {
    width: 100%;
    max-width: inherit;
    margin-top: 6vw;
    margin-right: 0;
  }
}
.hs-sf-knowledge-cards__item:nth-child(2n) {
  margin-right: 0;
}

.hs-sf-knowledge-cards__item:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cards__item:nth-child(-n+2) {
    margin-top: 6vw;
  }
  .hs-sf-knowledge-cards__item:nth-child(-n+2):first-child {
    margin-top: 0;
  }
}
.hs-sf-knowledge-cards__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cards__head {
    margin-top: 5.3vw;
  }
}
.hs-sf-knowledge-cards__category, .hs-sf-knowledge-cards__category--application, .hs-sf-knowledge-cards__category--failure, .hs-sf-knowledge-cards__category--casestudy, .hs-sf-knowledge-cards__category--basic, .hs-sf-knowledge-cards__category--interview {
  width: 7.8em;
  font-size: 14px;
  font-weight: 700;
  background: #333;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 4px 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-knowledge-cards__category, .hs-sf-knowledge-cards__category--application, .hs-sf-knowledge-cards__category--failure, .hs-sf-knowledge-cards__category--casestudy, .hs-sf-knowledge-cards__category--basic, .hs-sf-knowledge-cards__category--interview {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cards__category, .hs-sf-knowledge-cards__category--application, .hs-sf-knowledge-cards__category--failure, .hs-sf-knowledge-cards__category--casestudy, .hs-sf-knowledge-cards__category--basic, .hs-sf-knowledge-cards__category--interview {
    font-size: 3.7vw;
  }
}
.hs-sf-knowledge-cards__category--interview {
  background: #68ad3c;
}

.hs-sf-knowledge-cards__category--basic {
  background: #aa8d00;
}

.hs-sf-knowledge-cards__category--casestudy {
  background: #e27100;
}

.hs-sf-knowledge-cards__category--failure {
  background: #4c565c;
}

.hs-sf-knowledge-cards__category--application {
  background: #b5005a;
}

.hs-sf-knowledge-cards__date {
  font-size: 14px;
  color: #717171;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-knowledge-cards__date {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cards__date {
    font-size: 3.7vw;
  }
}
.hs-sf-knowledge-cards__heading {
  font-size: 17px;
  font-weight: 700;
  color: #1aa2e1;
  line-height: 1.8;
  background: none;
  margin: 10px 0 5px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cards__heading {
    font-size: 4.3vw;
  }
  .JS .hs-sf-knowledge-cards__heading {
    margin: 3.2vw 0 1.6vw;
    padding: 0;
  }
}
.hs-sf-knowledge-cards-hash {
  overflow: hidden;
  margin: -7px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cards-hash {
    margin-top: -0.5vw;
  }
}
.hs-sf-knowledge-cards-hash__item {
  float: left;
  font-size: 12px;
  margin: 0.5em 1em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cards-hash__item {
    font-size: 3.7vw;
    margin-top: 0.5vw;
  }
}
.hs-sf-knowledge-post__heading {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  margin: -6px 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post__heading {
    font-size: 5.9vw;
  }
}
.hs-sf-knowledge-post-data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-data {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hs-sf-knowledge-post-data__date {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-data__date {
    font-size: 3.7vw;
  }
}
.hs-sf-knowledge-post-data__category, .hs-sf-knowledge-post-data__category--application, .hs-sf-knowledge-post-data__category--failure, .hs-sf-knowledge-post-data__category--casestudy, .hs-sf-knowledge-post-data__category--basic, .hs-sf-knowledge-post-data__category--interview {
  width: 7.8em;
  font-size: 14px;
  font-weight: 700;
  background: #333;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin-right: 1.4em;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-knowledge-post-data__category, .hs-sf-knowledge-post-data__category--application, .hs-sf-knowledge-post-data__category--failure, .hs-sf-knowledge-post-data__category--casestudy, .hs-sf-knowledge-post-data__category--basic, .hs-sf-knowledge-post-data__category--interview {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-data__category, .hs-sf-knowledge-post-data__category--application, .hs-sf-knowledge-post-data__category--failure, .hs-sf-knowledge-post-data__category--casestudy, .hs-sf-knowledge-post-data__category--basic, .hs-sf-knowledge-post-data__category--interview {
    width: 29vw;
    font-size: 3.7vw;
    padding: 1.6vw 0;
    margin: 0;
  }
}
.hs-sf-knowledge-post-data__category--interview {
  background: #68ad3c;
}

.hs-sf-knowledge-post-data__category--basic {
  background: #aa8d00;
}

.hs-sf-knowledge-post-data__category--casestudy {
  background: #e27100;
}

.hs-sf-knowledge-post-data__category--failure {
  background: #4c565c;
}

.hs-sf-knowledge-post-data__category--application {
  background: #b5005a;
}

.hs-sf-knowledge-post-hash {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6px 0 0;
}

.hs-sf-knowledge-post-hash__item {
  font-size: 12px;
  margin: 0.5em 1.2em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-hash__item {
    font-size: 3.7vw;
  }
}
.hs-sf-knowledge-post-read {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-read {
    margin: 8vw 0 0;
  }
}
.hs-sf-knowledge-post-read__text {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-read__text {
    font-size: 4.3vw;
    margin: 5.3vw 0 0;
  }
}
.hs-sf-knowledge-post-image {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-image {
    display: block;
  }
}
.hs-sf-knowledge-post-image__inner {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-image__inner {
    width: 100%;
  }
  .hs-sf-knowledge-post-image__inner + .hs-sf-knowledge-post-image__inner {
    margin-top: 8vw;
  }
}
.hs-sf-knowledge-post-image__shape {
  display: block;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-image__shape {
    width: 100%;
  }
}
.hs-sf-knowledge-post-image__image {
  width: 100%;
  height: auto;
}

.hs-sf-knowledge-post-index {
  position: relative;
  background: #f4f4f4;
  padding: 24px 30px 30px;
  margin: 70px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-index {
    padding: 8vw;
    margin: 24vw 0 0;
  }
}
.hs-sf-knowledge-post-index__heading {
  position: absolute;
  top: -14px;
  left: 0;
  width: 4.375em;
  text-align: center;
  background: #333;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 7px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-index__heading {
    top: -4.85vw;
    width: 19.7vw;
    font-size: 4.3vw;
    padding: 2.7vw 0;
  }
}
.hs-sf-knowledge-post-number {
  list-style: none;
  counter-reset: item 0;
  padding: 0;
  margin: 0;
}

.hs-sf-knowledge-post-number__item {
  position: relative;
  line-height: 1.75;
  padding: 0 0 0 1.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-number__item {
    font-size: 4.3vw;
  }
}
.hs-sf-knowledge-post-number__item::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: item 1;
  content: counters(item, "-") ". ";
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-number__item::before {
    top: -0.2vw;
    font-size: 4.8vw;
  }
}
.hs-sf-knowledge-post-number__item + .hs-sf-knowledge-post-number__item {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-number__item + .hs-sf-knowledge-post-number__item {
    margin-top: 2vw;
  }
}
.hs-sf-knowledge-post-number__item .hs-sf-knowledge-post-number {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-number__item .hs-sf-knowledge-post-number {
    margin-top: 2vw;
  }
}
.hs-sf-knowledge-post-number__item .hs-sf-knowledge-post-number .hs-sf-knowledge-post-number__item {
  padding-left: 3em;
}

.hs-sf-knowledge-post-number__link:visited, .hs-sf-knowledge-post-number__link:link {
  color: #1aa2e1;
  text-decoration: underline;
}

.hs-sf-knowledge-post-number__link:hover {
  text-decoration: none;
}

.hs-sf-knowledge-post-content {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-content {
    margin: 21.3vw 0 0;
  }
}
.hs-sf-knowledge-post-content-list__item {
  position: relative;
  padding: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-content-list__item {
    font-size: 4.3vw;
  }
}
.hs-sf-knowledge-post-content-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.hs-sf-knowledge-post-content-list__item + .hs-sf-knowledge-post-content-list__item {
  margin-top: 1em;
}

.hs-sf-knowledge-post-content-list__heading {
  display: block;
  font-weight: 700;
}

.hs-sf-knowledge-post-content-list + .hs-sf-knowledge-post-content__text {
  margin: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-content-list + .hs-sf-knowledge-post-content__text {
    margin: 8vw 0 0;
  }
}
.hs-sf-knowledge-post-content__heading {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #333;
  line-height: 1.7;
  padding: 5px 18px;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-content__heading {
    font-size: 4.8vw;
    line-height: 1.5;
    padding: 0.3em 0.8em;
    margin: 0 0 8vw;
  }
  .JS .hs-sf-knowledge-post-content__heading {
    margin: 0 0 8vw;
  }
}
.hs-sf-knowledge-post-content__heading + .hs-sf-knowledge-post-content__image {
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-content__heading + .hs-sf-knowledge-post-content__image {
    margin: 0 0 8vw;
  }
}
.hs-sf-knowledge-post-content__sub {
  font-size: 20px;
  font-weight: 700;
  margin: 1.5em 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-content__sub {
    font-size: 5.3vw;
  }
}
.hs-sf-knowledge-post-content__sub2 {
  font-size: 16px;
  font-weight: 700;
  margin: 1.5em 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-content__sub2 {
    font-size: 4.8vw;
  }
}
.hs-sf-knowledge-post-content__link {
  color: #1aa2e1;
}

.hs-sf-knowledge-post-content__link:visited, .hs-sf-knowledge-post-content__link:link {
  color: #1aa2e1;
  text-decoration: underline;
}

.hs-sf-knowledge-post-content__link:visited:hover, .hs-sf-knowledge-post-content__link:link:hover {
  text-decoration: none;
}

.hs-sf-knowledge-post-content__link:hover {
  text-decoration: none;
}

.hs-sf-knowledge-post-content__text {
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-content__text {
    font-size: 4.3vw;
  }
}
.hs-sf-knowledge-post-content__text + .hs-sf-knowledge-post-content__text {
  margin: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-content__text + .hs-sf-knowledge-post-content__text {
    margin: 1em 0 0;
  }
}
.hs-sf-knowledge-post-content__text + .hs-sf-knowledge-post-content-list {
  margin: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-content__text + .hs-sf-knowledge-post-content-list {
    margin: 5vw 0 0;
  }
}
.hs-sf-knowledge-post-content__text + .hs-sf-knowledge-post-content__image {
  margin: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-content__text + .hs-sf-knowledge-post-content__image {
    margin: 8vw 0 0;
  }
}
.hs-sf-knowledge-post-content__text a {
  text-decoration: underline !important;
}

.hs-sf-knowledge-post-content__text a:hover {
  text-decoration: none !important;
}

.hs-sf-knowledge-post-content__inner + .hs-sf-knowledge-post-content__inner {
  margin-top: 60px;
}

.hs-sf-knowledge-post__matome {
  margin: 110px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post__matome {
    margin: 21.3vw 0 0;
  }
}
.hs-sf-knowledge-cta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #333;
  margin-top: 100px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cta {
    display: block;
    padding: 5.3vw;
    margin: 21.3vw 0 0;
  }
}
.hs-sf-knowledge-cta-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cta-top {
    display: block;
    padding: 3vw;
  }
}
.hs-sf-knowledge-cta-top__shape {
  display: block;
  width: 35%;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cta-top__shape {
    width: 100%;
  }
}
.hs-sf-knowledge-cta-top__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hs-sf-knowledge-cta-top__content {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cta-top__content {
    width: auto;
  }
}
.hs-sf-knowledge-cta-top__text {
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-knowledge-cta-top__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cta-top__text {
    font-size: 3.2vw;
    margin-top: 1vw;
  }
}
.hs-sf-knowledge-cta-top__heading {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cta-top__heading {
    font-size: 4.3vw;
    margin: 3vw 0 0;
  }
}
.hs-sf-knowledge-cta-bottom {
  width: 48.2%;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cta-bottom {
    width: auto;
    padding: 3vw;
  }
}
.hs-sf-knowledge-cta-bottom__shape {
  display: block;
}

.hs-sf-knowledge-cta-bottom__image {
  width: 100%;
  height: auto;
}

.hs-sf-knowledge-cta-bottom__text {
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-knowledge-cta-bottom__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cta-bottom__text {
    font-size: 3.2vw;
    margin-top: 3vw;
  }
}
.hs-sf-knowledge-cta__button {
  width: auto;
  max-width: 20em;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-knowledge-cta__button {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-cta__button {
    max-width: inherit;
    font-size: 4vw;
    margin: 3vw 0 0;
  }
}
.hs-sf-diagnose__lead {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin: 60px 0 1em;
  padding: 0 1.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose__lead {
    font-size: 3.7vw;
    margin: 26.7vw 0 5.3vw;
  }
}
.hs-sf-diagnose__lead::before, .hs-sf-diagnose__lead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 120%;
  background: #000;
}

.hs-sf-diagnose__lead::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-20deg);
  transform: translateY(-50%) rotate(-20deg);
}

.hs-sf-diagnose__lead::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
}

.hs-sf-diagnose__button {
  width: 400px;
  height: 60px;
  font-size: 18px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose__button {
    width: 100%;
    height: 16vw;
    font-size: 4.8vw;
  }
}
.hs-sf-diagnose-intro {
  text-align: center;
  margin: 65px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-intro {
    margin: 17vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-diagnose-intro__heading {
    line-height: 1.8;
    margin: -3.84vw 0 5.76vw;
  }
  .JS .hs-sf-diagnose-intro__heading {
    margin: -3.84vw 0 5.76vw;
  }
}
.hs-sf-diagnose-intro__text {
  text-align: left;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-intro__text {
    font-size: 4.3vw;
  }
}
.hs-sf-diagnose-service {
  position: relative;
  margin: 100px 0 0;
  padding: 100px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service {
    padding: 26.7vw 0;
    margin: 26.7vw 0 0;
    background: #f4f4f4;
  }
}
.hs-sf-diagnose-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1111px) / 2 + 1111px);
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service::before {
    content: none;
  }
}
.hs-sf-diagnose-service__text {
  text-align: center;
  color: #1aa2e1;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service__text {
    font-size: 4.8vw;
    line-height: 1.8;
    margin: 7.5vw 0 0;
  }
}
.hs-sf-diagnose-service-list {
  width: 55%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-list {
    display: block;
    width: auto;
  }
}
.hs-sf-diagnose-service-list__item, .hs-sf-diagnose-service-list__item--02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 36%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  background: #fff;
  margin: 30px 0 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hs-sf-diagnose-service-list__item::before, .hs-sf-diagnose-service-list__item--02::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 16px 0 0;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-list__item::before, .hs-sf-diagnose-service-list__item--02::before {
    bottom: -2.6vw;
    left: 5.3vw;
    border-width: 2.7vw 4.3vw 0 0;
  }
}
.hs-sf-diagnose-service-list__item:nth-child(4), .hs-sf-diagnose-service-list__item--02:nth-child(4) {
  margin-right: 3.8%;
  margin-left: 3.8%;
}

.hs-sf-diagnose-service-list__item:last-child, .hs-sf-diagnose-service-list__item--02:last-child {
  margin-left: 3.8%;
}

.hs-sf-diagnose-service-list__item:nth-child(-n+2), .hs-sf-diagnose-service-list__item--02:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-list__item:nth-child(-n+2), .hs-sf-diagnose-service-list__item--02:nth-child(-n+2) {
    margin-top: 5.3vw;
  }
}
.hs-sf-diagnose-service-list__item:first-child, .hs-sf-diagnose-service-list__item--02:first-child {
  margin-right: 3.8%;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-list__item:first-child, .hs-sf-diagnose-service-list__item--02:first-child {
    margin: 0;
  }
}
.hs-sf-diagnose-service-list__item--02 {
  width: 30.6%;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-diagnose-service-list__item, .hs-sf-diagnose-service-list__item--02 {
    font-size: 1.4vw;
    padding: 2vw;
    margin: 3vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-list__item, .hs-sf-diagnose-service-list__item--02 {
    width: 60vw;
    font-size: 4.1vw;
    padding: 4vw 5.3vw;
  }
  .hs-sf-diagnose-service-list__item:nth-child(even), .hs-sf-diagnose-service-list__item--02:nth-child(even) {
    margin: 5.3vw 0 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hs-sf-diagnose-service-list__item:nth-child(even)::before, .hs-sf-diagnose-service-list__item--02:nth-child(even)::before {
    bottom: -2.6vw;
    right: 5.3vw;
    left: auto;
    border-width: 0 4.3vw 2.7vw 0;
    border-color: transparent #fff transparent transparent;
  }
}
.hs-sf-diagnose-service__inner {
  position: relative;
}

.hs-sf-diagnose-service__overview {
  position: relative;
}

.hs-sf-diagnose-service-radar {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-radar {
    position: relative;
    width: auto;
    margin: 8vw 0 0;
  }
}
.hs-sf-diagnose-service-radar__container {
  position: relative;
  text-align: center;
  padding: 55px 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-diagnose-service-radar__container {
    padding: 5.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-radar__container {
    padding: 10.5vw 0;
  }
}
.hs-sf-diagnose-service-radar__image {
  width: 70%;
  height: auto;
}

.hs-sf-diagnose-service-radar__item, .hs-sf-diagnose-service-radar__item07, .hs-sf-diagnose-service-radar__item06, .hs-sf-diagnose-service-radar__item05, .hs-sf-diagnose-service-radar__item04, .hs-sf-diagnose-service-radar__item03, .hs-sf-diagnose-service-radar__item02, .hs-sf-diagnose-service-radar__item01 {
  position: absolute;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-diagnose-service-radar__item, .hs-sf-diagnose-service-radar__item07, .hs-sf-diagnose-service-radar__item06, .hs-sf-diagnose-service-radar__item05, .hs-sf-diagnose-service-radar__item04, .hs-sf-diagnose-service-radar__item03, .hs-sf-diagnose-service-radar__item02, .hs-sf-diagnose-service-radar__item01 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-radar__item, .hs-sf-diagnose-service-radar__item07, .hs-sf-diagnose-service-radar__item06, .hs-sf-diagnose-service-radar__item05, .hs-sf-diagnose-service-radar__item04, .hs-sf-diagnose-service-radar__item03, .hs-sf-diagnose-service-radar__item02, .hs-sf-diagnose-service-radar__item01 {
    font-size: 3.2vw;
  }
}
.hs-sf-diagnose-service-radar__item01 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hs-sf-diagnose-service-radar__item02 {
  top: 18%;
  right: 5%;
}

.hs-sf-diagnose-service-radar__item03 {
  top: 57%;
  right: 0%;
}

.hs-sf-diagnose-service-radar__item04 {
  bottom: 0;
  right: 29%;
}

.hs-sf-diagnose-service-radar__item05 {
  bottom: 0;
  left: 29%;
}

.hs-sf-diagnose-service-radar__item06 {
  top: 51%;
  left: 0%;
}

.hs-sf-diagnose-service-radar__item07 {
  top: 18%;
  left: 5%;
}

.hs-sf-diagnose-service-seat {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-seat {
    margin: 20vw 0 0;
  }
}
.hs-sf-diagnose-service-seat__heading {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 1;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-seat__heading {
    font-size: 4.3vw;
    margin: 0 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-seat__table {
    overflow-x: scroll;
    width: calc(100% + 5.3vw);
  }
}
.hs-sf-diagnose-service-seat__image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-service-seat__image {
    width: 257vw;
    margin-right: 5.3vw;
  }
}
.hs-sf-diagnose-result {
  text-align: center;
  padding: 100px 0 0;
}

.hs-sf-diagnose-result__sub {
  font-weight: 700;
  color: #1aa2e1;
  text-align: center;
  font-size: 20px;
  margin: 45px 0 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-result__sub {
    font-size: 4.8vw;
    margin: 10.7vw 0 6.4vw;
  }
}
.hs-sf-diagnose-result__text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-result__text {
    font-size: 4.3vw;
    text-align: left;
  }
}
.hs-sf-diagnose-result__text + .hs-sf-diagnose-result__text {
  margin-top: 2em;
}

.hs-sf-diagnose-result-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-sf-diagnose-result-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 22.5%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  background: #f4f4f4;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hs-sf-diagnose-result-list__item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 16px 0 0;
  border-color: #f4f4f4 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .hs-sf-diagnose-result-list__item::before {
    bottom: -2.6vw;
    left: 5.3vw;
    border-width: 2.7vw 4.3vw 0 0;
    border-color: #f4f4f4 transparent transparent transparent;
  }
}
@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-diagnose-result-list__item {
    font-size: 1.4vw;
    padding: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-diagnose-result-list__item {
    width: 60vw;
    font-size: 4.1vw;
    padding: 4vw 5.3vw;
    margin: 5.3vw 0 0 0;
  }
  .hs-sf-diagnose-result-list__item:nth-child(even) {
    margin: 5.3vw 0 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hs-sf-diagnose-result-list__item:nth-child(even)::before {
    bottom: -2.6vw;
    right: 5.3vw;
    left: auto;
    border-width: 0 4.3vw 2.7vw 0;
    border-color: transparent #f4f4f4 transparent transparent;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-diagnose-result-list__item:first-child {
    margin: 0;
  }
}
.hs-sf-case {
  outline: none;
  /*}*/
  /*&-sfa{*/
}

.hs-sf-case + .hs-sf-case {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .hs-sf-case + .hs-sf-case {
    margin-top: 21.3vw;
  }
}
.hs-sf-case__heading {
  font-size: 20px;
  font-weight: 700;
  background: #333;
  line-height: 1;
  color: #fff;
  padding: 0.6em 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-case__heading {
    font-size: 4.8vw;
    line-height: 1.8;
  }
}
.hs-sf-case__text {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-case__text {
    font-size: 4.3vw;
    margin: 8vw 0 0;
  }
}
.hs-sf-case__conclusion {
  margin: 48px 0 60px;
}

@media screen and (max-width: 767px) {
  .hs-sf-case__conclusion {
    margin: 14vw 0 10.7vw;
  }
}
.hs-sf-case__button {
  margin: 0 auto;
}

.hs-sf-case-intro {
  margin: 0 0 112px;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-intro {
    margin: 0 0 29.3vw;
  }
}
.hs-sf-case-intro-list, .hs-sf-case-intro-list--four {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hs-sf-case-intro-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 31.3%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  background: #f4f4f4;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hs-sf-case-intro-list__item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 16px 0 0;
  border-color: #f4f4f4 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-intro-list__item::before {
    bottom: -2.6vw;
    left: 5.3vw;
    border-width: 2.7vw 4.3vw 0 0;
    border-color: #f4f4f4 transparent transparent transparent;
  }
}
@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-case-intro-list__item {
    font-size: 1.4vw;
    padding: 2vw;
    margin: 3vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-case-intro-list__item {
    width: 78vw;
    font-size: 4.1vw;
    padding: 4vw 5.3vw;
    margin: 5.3vw 0 0 0;
  }
  .hs-sf-case-intro-list__item:nth-child(even) {
    margin: 5.3vw 0 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hs-sf-case-intro-list__item:nth-child(even)::before {
    bottom: -2.6vw;
    right: 5.3vw;
    left: auto;
    border-width: 0 4.3vw 2.7vw 0;
    border-color: transparent #f4f4f4 transparent transparent;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-case-intro-list__item:first-child {
    margin: 0;
  }
}
.hs-sf-case-intro-list--four .hs-sf-case-intro-list__item {
  width: 22.5%;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-intro-list--four .hs-sf-case-intro-list__item {
    width: 78vw;
  }
}
.hs-sf-case-suggestion {
  position: relative;
  padding: 94px 0 100px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion {
    padding: 21.3vw 0;
  }
}
.hs-sf-case-suggestion__notes {
  margin: 35px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion__notes {
    font-size: 4.2vw;
    margin: 5vw 0 0;
  }
}
.hs-sf-case-suggestion__sub {
  text-align: center;
  font-weight: 700;
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion__sub {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-scroll {
    overflow-x: scroll;
  }
}
.hs-sf-case-suggestion-scroll__image {
  width: 965px;
  height: auto;
  max-width: inherit;
}

.hs-sf-case-suggestion__shape {
  display: block;
}

.hs-sf-case-suggestion__image {
  width: 100%;
  height: auto;
}

.hs-sf-case-suggestion__container {
  position: relative;
}

.hs-sf-case-suggestion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1111px) / 2 + 1111px);
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion::before {
    width: 100%;
  }
}
.hs-sf-case-suggestion__text {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #1aa2e1;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion__text {
    font-size: 4.8vw;
  }
}
.hs-sf-case-suggestion-number, .hs-sf-case-suggestion-number--row, .hs-sf-case-suggestion-number--reverse {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number, .hs-sf-case-suggestion-number--row, .hs-sf-case-suggestion-number--reverse {
    display: block;
    margin-top: 13vw;
  }
}
.hs-sf-case-suggestion-number__heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number__heading {
    font-size: 5.3vw;
    padding: 0 0 0 2em;
    text-indent: -2em;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number__text {
    font-size: 4.3vw;
  }
}
.hs-sf-case-suggestion-number__inner {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number__inner {
    width: auto;
  }
}
.hs-sf-case-suggestion-number-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 45.6%;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number-list {
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 9.3vw;
  }
}
.hs-sf-case-suggestion-number-list__item {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number-list__item:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 5.3vw;
  }
  .hs-sf-case-suggestion-number-list__item:first-child .hs-sf-case-suggestion-number-list__shape {
    width: 34.7vw;
    margin: 0 auto;
  }
  .hs-sf-case-suggestion-number-list__item:first-child .hs-sf-case-suggestion-number-list__image {
    width: 100%;
    height: auto;
  }
}
.hs-sf-case-suggestion-number-list__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin: 0.5em 0 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-case-suggestion-number-list__text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number-list__text {
    font-size: 3.7vw;
  }
}
.hs-sf-case-suggestion-number-list__shape {
  display: block;
}

.hs-sf-case-suggestion-number-list__image {
  width: auto;
  height: 108px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-case-suggestion-number-list__image {
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number-list__image {
    width: auto;
    height: 28.8vw;
  }
}
.hs-sf-case-suggestion-number__shape {
  display: block;
  width: 46%;
  max-width: 442px;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number__shape {
    width: auto;
    max-width: inherit;
    margin-top: 8.5vw;
  }
}
.hs-sf-case-suggestion-number__image {
  width: 100%;
  height: auto;
}

.hs-sf-case-suggestion-number--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number--reverse {
    margin-top: 18.7vw;
  }
}
.hs-sf-case-suggestion-number--row {
  display: block;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number--row {
    margin-bottom: 18.7vw;
  }
}
.hs-sf-case-suggestion-number--row .hs-sf-case-suggestion-number__text + .hs-sf-case-suggestion-number__heading {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-suggestion-number--row .hs-sf-case-suggestion-number__text + .hs-sf-case-suggestion-number__heading {
    margin-top: 9vw;
  }
}
.hs-sf-case-products {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-products {
    padding: 24vw 0 26.7vw;
  }
}
.hs-sf-case-products::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 1111px) / 2 + 1111px);
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-products::before {
    width: 100%;
  }
}
.hs-sf-case-products__heading {
  position: relative;
}

.hs-sf-case-products-link {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-products-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hs-sf-case-products-link-item:last-child {
  margin-right: 0;
}

.hs-sf-case-products-link-item__heading {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin: 0 -1em 0.8em;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-case-products-link-item__heading {
    font-size: 14px;
    margin: 0 0 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-case-products-link-item__heading {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 12.8vw;
    font-size: 4.3vw;
    margin: 0 0 0.5em;
  }
}
.hs-sf-case-products-link-item__text {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-case-products-link-item__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-case-products-link-item__text {
    font-size: 3.7vw;
  }
}
.hs-sf-case-products-link-item__link {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #fff;
  background: #fff;
  padding: 22px 18px 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-products-link-item__link {
    padding: 4vw;
  }
}
.hs-sf-case-products-link-item__link:link {
  color: #fff;
  text-decoration: none;
}

.hs-sf-case-products-link-item__link:visited {
  color: #fff;
}

.hs-sf-case-products-link-item__link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #000 transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-products-link-item__link::after {
    right: 1.3vw;
    bottom: 1.3vw;
    border-width: 0 0 2.7vw 2.7vw;
  }
}
.hs-sf-case-products-link-item__link:hover {
  background: transparent;
  border: 1px solid #000;
}

.hs-sf-case-other {
  background: #f4f4f4;
  padding: 93px 0 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-case-other {
    padding: 24vw 0 26.7vw;
  }
}
.hs-sf-products-introduction {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-introduction {
    padding: 0 0 26.7vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-products-introduction__text {
    font-size: 4.3vw;
  }
}
.hs-sf-products-introduction__text + .hs-sf-products-introduction__text {
  margin-top: 1.875em;
}

.hs-sf-products-list {
  position: relative;
  overflow: hidden;
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-list {
    background: #f4f4f4;
    padding: 26.7vw 0;
  }
}
.hs-sf-products-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 1111px) / 2 + 1111px);
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-list::before {
    content: none;
  }
}
.hs-sf-products-list__text {
  text-align: center;
  margin: 0 0 1.25em;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-list__text {
    font-size: 4.3vw;
    margin: 0 0 8vw;
    text-align: left;
  }
}
.hs-sf-products .hs-sf-products-list::before {
  left: 0;
  right: auto;
}

.hs-sf-products-outline {
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline {
    padding: 26.7vw 0 0;
  }
}
.hs-sf-products-outline__lead {
  text-align: center;
  margin: 0 0 2.375em;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline__lead {
    font-size: 4.3vw;
    text-align: left;
    margin: -1em 0 10vw;
  }
}
.hs-sf-products-outline-point {
  background: #f4f4f4;
  margin: 80px 0 0;
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-point {
    margin: 21.3vw 0 0;
    padding: 8vw 5.3vw;
  }
}
.hs-sf-products-outline-point__heading {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-point__heading {
    font-size: 5.9vw;
  }
}
.hs-sf-products-outline-point__lead {
  text-align: center;
  margin: 0.5em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-point__lead {
    font-size: 4.3vw;
    text-align: left;
    margin: 6vw 0 0;
  }
}
.hs-sf-products-outline-point-sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 700;
  margin: 2em 0 0.6em;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-point-sub {
    display: block;
    font-size: 5.3vw;
    text-align: center;
    margin: 10vw 0 3vw;
  }
}
.hs-sf-products-outline-point-sub__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110px;
  font-size: 14px;
  color: #fff;
  background: #1aa2e1;
  text-align: center;
  margin: 0.25em 0.8em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-point-sub__number {
    display: block;
    width: 29vw;
    font-size: 3.7vw;
    margin: 0 auto 1em;
  }
}
.hs-sf-products-outline-flow {
  outline: none;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-flow {
    outline: none;
    padding: 26.7vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-products-outline-flow__text {
    font-size: 4.3vw;
  }
}
.hs-sf-products-outline-flow__shape {
  display: block;
  margin: 0 0 38px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-flow__shape {
    width: 40vw;
    margin: 0 auto 10vw auto;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-products-outline-flow__image {
    width: 100%;
    height: auto;
  }
}
.hs-sf-products-outline-flow-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-flow-list {
    display: block;
    margin: 5.3vw 0 0;
  }
}
.hs-sf-products-outline-flow-list__item {
  width: 48.5%;
  background: #f4f4f4;
  padding: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-flow-list__item {
    width: auto;
    padding: 7vw 5.3vw;
    margin-top: 5.3vw;
  }
}
.hs-sf-products-outline-flow-list__item:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-flow-list__item:nth-child(-n+2) {
    margin-top: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-products-outline-flow-list__text {
    font-size: 4.3vw;
  }
}
.hs-sf-products-outline-flow-list__heading {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-flow-list__heading {
    font-size: 4.8vw;
    margin: 0 0 0.8em;
  }
}
.hs-sf-products-outline-flow-list + .hs-sf-heading__sub {
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-flow-list + .hs-sf-heading__sub {
    margin-top: 21.3vw;
  }
}
.hs-sf-products-outline-ability {
  outline: none;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-ability {
    outline: none;
    padding: 26.7vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-products-outline-ability__inner {
    margin: 10.7vw 0 0;
  }
}
.hs-sf-products-outline-ability-define {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-ability-define {
    display: block;
    padding: 7vw 5.3vw;
  }
}
.hs-sf-products-outline-ability-define:nth-child(odd) {
  background: #f4f4f4;
}

.hs-sf-products-outline-ability-define__heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 240px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-ability-define__heading {
    display: block;
    text-align: center;
    width: auto;
    font-size: 4.8vw;
    margin: 0 0 0.8em;
  }
}
.hs-sf-products-outline-ability-define__content {
  width: calc(100% - 240px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-ability-define__content {
    width: auto;
    font-size: 4.3vw;
    padding: 0;
  }
}
.hs-sf-products-outline-worries {
  outline: none;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-worries {
    outline: none;
    padding: 26.7vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-products-outline-worries__text {
    font-size: 4.3vw;
  }
}
.hs-sf-products-outline-worries__text + .hs-sf-heading__sub {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-worries__text + .hs-sf-heading__sub {
    margin-top: 21.3vw;
  }
}
.hs-sf-products-outline-reason {
  outline: none;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-reason {
    outline: none;
    padding: 26.7vw 0 0;
  }
}
.hs-sf-products-outline-reason-list__item {
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-reason-list__item {
    padding: 7vw 5.3vw;
  }
}
.hs-sf-products-outline-reason-list__item:nth-child(odd) {
  background: #f4f4f4;
}

.hs-sf-products-outline-reason-list__heading {
  position: relative;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 0 0 1em;
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-reason-list__heading {
    font-size: 4.3vw;
  }
}
.hs-sf-products-outline-reason-list__heading::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background: #000;
}

@media screen and (max-width: 767px) {
  .hs-sf-products-outline-reason-list__text {
    font-size: 4.3vw;
  }
}
.hs-sf-product__shape {
  display: block;
}

.hs-sf-product__image {
  width: 100%;
  height: auto;
}

.hs-sf-product-outline__text {
  line-height: 1.75;
  margin: 18px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-outline__text {
    font-size: 4.3vw;
    margin: 5.3vw 0 0;
  }
}
.hs-sf-product-ability {
  margin: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-ability {
    margin: 26.7vw 0 0;
  }
}
.hs-sf-product-ability__text {
  line-height: 1.75;
  margin: 38px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-ability__text {
    font-size: 4.3vw;
    margin: 9.3vw 0 0;
  }
}
.hs-sf-product-ability-list {
  countercounter-reset: number;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-ability-list {
    margin-top: 8vw;
  }
}
.hs-sf-product-ability-list__item {
  counter-increment: number;
  border-top: 1px solid #cecece;
  margin-top: 20px;
  padding-top: 20px;
}

.hs-sf-product-ability-list__item .hs-sf-product-ability-list__heading {
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-ability-list__item .hs-sf-product-ability-list__heading {
    padding-left: 2em;
  }
}
.hs-sf-product-ability-list__item .hs-sf-product-ability-list__heading::before {
  content: counter(number, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-ability-list__item {
    margin-top: 5.3vw;
    padding-top: 5.3vw;
  }
}
.hs-sf-product-ability-list__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.hs-sf-product-ability-list__heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-ability-list__heading {
    font-size: 5.3vw;
  }
}
.hs-sf-product-ability-list__text {
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-ability-list__text {
    font-size: 4.3vw;
  }
}
.hs-sf-product-ability-list-dots {
  margin: 1.5em 0;
}

.hs-sf-product-ability-list-dots__item {
  position: relative;
  padding-left: 1em;
}

.hs-sf-product-ability-list-dots__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.hs-sf-product-merit {
  margin: 100px 0 0;
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-merit {
    margin: 26.7vw 0 0;
    padding: 0 0 26.7vw;
  }
}
.hs-sf-product-merit__text {
  line-height: 1.75;
  margin: 38px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-merit__text {
    font-size: 4.3vw;
    margin: 9.3vw 0 0;
  }
}
.hs-sf-product-merit-list {
  background: #f4f4f4;
  margin: 34px 0 0;
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-merit-list {
    margin-top: 8vw;
    padding: 8vw 5.3vw;
  }
}
.hs-sf-product-merit-list__item + .hs-sf-product-merit-list__item {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-merit-list__item + .hs-sf-product-merit-list__item {
    margin-top: 9.3vw;
  }
}
.hs-sf-product-merit-list__heading {
  position: relative;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 0 0 1em;
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-merit-list__heading {
    font-size: 4.3vw;
  }
}
.hs-sf-product-merit-list__heading::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background: #000;
}

@media screen and (max-width: 767px) {
  .hs-sf-product-merit-list__text {
    font-size: 4.3vw;
  }
}
.hs-sf-service-introduction {
  padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduction {
    padding: 0 0 26.7vw;
  }
}
.hs-sf-service-introduction__heading {
  font-weight: 700;
  margin: 60px 0 10px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduction__heading {
    font-size: 4.3vw;
    margin: 21.3vw 0 7.2vw;
  }
}
.hs-sf-service-introduction__heading + .hs-sf-service-introduction__heading {
  margin-top: 1.875em;
}

.hs-sf-service-introduction__shape {
  display: block;
}

.hs-sf-service-introduction__image {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-introduction__image {
    margin-top: 8vw;
  }
}

.hs-sf-service-introduction__button {
  min-width: 400px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-introduction__button {
    min-width: auto;
    margin-top: 5.3333333333vw;
  }
}

.hs-sf-service-step {
  outline: none;
}

.hs-sf-service-step__container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-step__container {
    display: block;
  }
}
.hs-sf-service-step__inner {
  width: 58.1%;
  max-width: 560px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-step__inner {
    width: auto;
    max-width: inherit;
  }
}
.hs-sf-service-step__shape {
  display: block;
  width: 38%;
  max-width: 364px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-step__shape {
    width: auto;
    max-width: inherit;
    margin: 10.7vw 0 0;
  }
}
.hs-sf-service-step__image {
  width: 100%;
  height: auto;
}

.hs-sf-service-step__wide {
  display: block;
  margin: 40px 0 35px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-step__wide {
    margin: 10vw 0 13vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-service-step__detail {
    margin-top: 5vw;
  }
}
.hs-sf-service-step__heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-step__heading {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
}
.hs-sf-service-step__text, .hs-sf-service-step__text--indent {
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-step__text, .hs-sf-service-step__text--indent {
    font-size: 4.3vw;
  }
}
.hs-sf-service-step__text--indent {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.hs-sf-service-step__button {
  margin: 60px auto 0;
}

.hs-sf-service-step-scroll {
  margin: 40px 0 35px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-step-scroll {
    overflow-x: scroll;
    margin: 10vw 0 13vw;
  }
}
.hs-sf-service-step-scroll__image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-step-scroll__image {
    width: 960px;
    max-width: inherit;
  }
}
.hs-sf-service-step + .hs-sf-service-step {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-step + .hs-sf-service-step {
    margin-top: 21.3vw;
  }
}
.hs-sf-service-list {
  position: relative;
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-list {
    background: #f4f4f4;
    padding: 26.7vw 0;
  }
}
.hs-sf-service-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1111px) / 2 + 1111px);
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-list::before {
    content: none;
  }
}
.hs-sf-service-list__text {
  text-align: center;
  margin: 0 0 1.25em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-list__text {
    font-size: 4.3vw;
    margin: 0 0 8vw;
    text-align: left;
  }
}
.hs-sf-service-outline {
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline {
    padding: 26.7vw 0 0;
  }
}
.hs-sf-service-outline__lead {
  text-align: center;
  margin: 0 0 2.375em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline__lead {
    font-size: 4.3vw;
    text-align: left;
    margin: -1em 0 10vw;
  }
}
.hs-sf-service-outline-point {
  background: #f4f4f4;
  margin: 80px 0 0;
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-point {
    margin: 21.3vw 0 0;
    padding: 8vw 5.3vw;
  }
}
.hs-sf-service-outline-point__heading {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-point__heading {
    font-size: 5.9vw;
  }
}
.hs-sf-service-outline-point__lead {
  text-align: center;
  margin: 0.5em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-point__lead {
    font-size: 4.3vw;
    text-align: left;
    margin: 6vw 0 0;
  }
}
.hs-sf-service-outline-point-sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 700;
  margin: 2em 0 0.6em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-point-sub {
    display: block;
    font-size: 5.3vw;
    text-align: center;
    margin: 10vw 0 3vw;
  }
}
.hs-sf-service-outline-point-sub__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110px;
  font-size: 14px;
  color: #fff;
  background: #1aa2e1;
  text-align: center;
  margin: 0.25em 0.8em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-point-sub__number {
    display: block;
    width: 29vw;
    font-size: 3.7vw;
    margin: 0 auto 1em;
  }
}
.hs-sf-service-outline-flow {
  margin: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-flow {
    margin: 26.7vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-service-outline-flow__text {
    font-size: 4.3vw;
  }
}
.hs-sf-service-outline-flow__shape {
  display: block;
  margin: 0 0 38px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-flow__shape {
    width: 40vw;
    margin: 0 auto 10vw auto;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-service-outline-flow__image {
    width: 100%;
    height: auto;
  }
}
.hs-sf-service-outline-flow-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-flow-list {
    display: block;
    margin: 5.3vw 0 0;
  }
}
.hs-sf-service-outline-flow-list__item {
  width: 48.5%;
  background: #f4f4f4;
  padding: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-flow-list__item {
    width: auto;
    padding: 7vw 5.3vw;
    margin-top: 5.3vw;
  }
}
.hs-sf-service-outline-flow-list__item:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-flow-list__item:nth-child(-n+2) {
    margin-top: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-service-outline-flow-list__text {
    font-size: 4.3vw;
  }
}
.hs-sf-service-outline-flow-list__heading {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-flow-list__heading {
    font-size: 4.8vw;
    margin: 0 0 0.8em;
  }
}
.hs-sf-service-outline-flow-list + .hs-sf-heading__sub {
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-flow-list + .hs-sf-heading__sub {
    margin-top: 21.3vw;
  }
}
.hs-sf-service-outline-ability {
  margin: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-ability {
    margin: 26.7vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-service-outline-ability__inner {
    margin: 10.7vw 0 0;
  }
}
.hs-sf-service-outline-ability-define {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-ability-define {
    display: block;
    padding: 7vw 5.3vw;
  }
}
.hs-sf-service-outline-ability-define:nth-child(odd) {
  background: #f4f4f4;
}

.hs-sf-service-outline-ability-define__heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 240px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-ability-define__heading {
    display: block;
    text-align: center;
    width: auto;
    font-size: 4.8vw;
    margin: 0 0 0.8em;
  }
}
.hs-sf-service-outline-ability-define__content {
  width: calc(100% - 240px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-ability-define__content {
    width: auto;
    font-size: 4.3vw;
    padding: 0;
  }
}
.hs-sf-service-outline-worries {
  margin: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-worries {
    margin: 26.7vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-service-outline-worries__text {
    font-size: 4.3vw;
  }
}
.hs-sf-service-outline-worries__text + .hs-sf-heading__sub {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-worries__text + .hs-sf-heading__sub {
    margin-top: 21.3vw;
  }
}
.hs-sf-service-outline-reason {
  margin: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-reason {
    margin: 26.7vw 0 0;
  }
}
.hs-sf-service-outline-reason-list__item {
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-reason-list__item {
    padding: 7vw 5.3vw;
  }
}
.hs-sf-service-outline-reason-list__item:nth-child(odd) {
  background: #f4f4f4;
}

.hs-sf-service-outline-reason-list__heading {
  position: relative;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 0 0 1em;
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-reason-list__heading {
    font-size: 4.3vw;
  }
}
.hs-sf-service-outline-reason-list__heading::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background: #000;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-outline-reason-list__text {
    font-size: 4.3vw;
  }
}
.hs-sf-service-introduce__container {
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce__container {
    margin: 26.7vw 0;
  }
}
.hs-sf-service-introduce__heading {
  font-size: 30px;
  text-align: center;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce__heading {
    font-size: 6.8vw;
    text-align: left;
  }
}
.hs-sf-service-introduce-introduction {
  margin: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-introduction {
    margin: 0 0 26.7vw;
  }
}
.hs-sf-service-introduce-introduction__text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-introduction__text {
    text-align: left;
    font-size: 4.3vw;
  }
}
.hs-sf-service-introduce-study {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study {
    background: #f4f4f4;
    padding: 12vw 0 26.7vw 0;
  }
}
.hs-sf-service-introduce-study::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1111px) / 2 + 1111px);
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study__text {
    font-size: 4.3vw;
  }
}
.hs-sf-service-introduce-study__text + .hs-sf-service-introduce__heading {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study__text + .hs-sf-service-introduce__heading {
    margin-top: 16vw;
  }
}
.hs-sf-service-introduce-study__shape {
  display: block;
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study__shape {
    margin-top: 10vw;
  }
}
.hs-sf-service-introduce-study__heading {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 60px 0 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study__heading {
    font-size: 4.8vw;
    margin: 10vw 0 7.2vw;
  }
}
.hs-sf-service-introduce-study-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study-list {
    display: block;
  }
}
.hs-sf-service-introduce-study-list__item, .hs-sf-service-introduce-study-list__item--wide {
  width: 48.4%;
  max-width: 467px;
  background: #fff;
  text-align: center;
  border: 3px solid #717171;
  margin-top: 30px;
  padding: 17px 28px 20px;
}

.hs-sf-service-introduce-study-list__item:nth-child(-n+2), .hs-sf-service-introduce-study-list__item--wide:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study-list__item:nth-child(-n+2), .hs-sf-service-introduce-study-list__item--wide:nth-child(-n+2) {
    margin-top: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study-list__item, .hs-sf-service-introduce-study-list__item--wide {
    width: auto;
    max-width: inherit;
    padding: 8vw 5.3vw;
    margin-top: 5.3vw;
  }
  .hs-sf-service-introduce-study-list__item:first-child, .hs-sf-service-introduce-study-list__item--wide:first-child {
    margin-top: 0;
  }
}
.hs-sf-service-introduce-study-list__item--wide {
  width: 100%;
  max-width: inherit;
}

.hs-sf-service-introduce-study-list__item--wide:nth-child(-n+2) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study-list__item--wide:nth-child(-n+2) {
    margin-top: 5.3vw;
  }
}
.hs-sf-service-introduce-study-list__item--wide:first-child {
  margin-top: 0;
}

.hs-sf-service-introduce-study-list__heading {
  display: inline-block;
  min-width: 240px;
  background: #1aa2e1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border-radius: 2em;
  padding: 5px 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study-list__heading {
    display: block;
    width: auto;
    font-size: 4.8vw;
  }
}
.hs-sf-service-introduce-study-list__text {
  text-align: left;
  margin: 1em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study-list__text {
    font-size: 4.3vw;
  }
}
.hs-sf-service-introduce-study-list__text + .hs-sf-service-introduce__heading {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study-list__text + .hs-sf-service-introduce__heading {
    margin-top: 10vw;
  }
}
.hs-sf-service-introduce-study-list__image {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study-list__image {
    margin: 5vw 0 0;
  }
}
.hs-sf-service-introduce-study-content {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study-content {
    margin: 10.7vw 0 0;
  }
}
.hs-sf-service-introduce-study-content__heading {
  font-size: 20px;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study-content__heading {
    font-size: 5.3vw;
  }
}
.hs-sf-service-introduce-study-content + .hs-sf-service-introduce-study-content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cecece;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-study-content + .hs-sf-service-introduce-study-content {
    margin-top: 5.3vw;
    padding-top: 5.3vw;
  }
}
.hs-sf-service-introduce-study-content__indent {
  text-indent: -1em;
  padding-left: 1em;
}

.hs-sf-service-introduce-banner {
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-banner {
    margin: 26.7vw 0;
  }
}
.hs-sf-service-introduce-license {
  margin: 0 0 100px;
}

.hs-sf-service-introduce-license__text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-license__text {
    text-align: left;
    font-size: 4.3vw;
  }
}
.hs-sf-service-introduce-license-list {
  countercounter-reset: number;
  background: #f4f4f4;
  margin-top: 35px;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-license-list {
    margin-top: 8vw;
  }
}
.hs-sf-service-introduce-license-list__item {
  counter-increment: number;
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-license-list__item {
    padding-left: 2em;
  }
}
.hs-sf-service-introduce-license-list__item::before {
  content: counter(number, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

.hs-sf-service-introduce-license-list__item + .hs-sf-service-introduce-license-list__item {
  margin-top: 1em;
}

.hs-sf-service-introduce-license-list__text {
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-license-list__text {
    font-size: 4.3vw;
  }
}
.hs-sf-service-introduce-training {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-training {
    background: #f4f4f4;
    padding: 12vw 0 26.7vw 0;
  }
}
.hs-sf-service-introduce-training::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 1111px) / 2 + 1111px);
  height: 100%;
  background: #f4f4f4;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-training::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-training__text {
    font-size: 4.3vw;
  }
}
.hs-sf-service-introduce-training-course {
  margin: 50px 0 0;
}

.hs-sf-service-introduce-training-course__heading {
  font-size: 30px;
  text-align: center;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-training-course__heading {
    font-size: 6.8vw;
  }
}
.hs-sf-service-introduce-training-course__text {
  text-align: center;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-training-course__text {
    font-size: 4.3vw;
    margin: 0 0 5vw;
  }
}
.hs-sf-service-introduce-training-outline {
  padding: 80px 0 0;
  /*
  &__scroll{
      @include deviceSP{
          overflow-x: scroll;
      }
      .hs-sf-service-introduce-table{
          @include deviceSP{
              width: 160vw;   
          }
      }
  }
  */
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-training-outline {
    padding: 10.7vw 0 0;
  }
}
.hs-sf-service-introduce-training-outline__heading {
  font-size: 20px;
  margin-bottom: 1.25em;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-training-outline__heading {
    font-size: 4.8vw;
    margin-bottom: 1em;
  }
}
.hs-sf-service-introduce-table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #cecece;
  border-spacing: 0;
  border-collapse: separate;
  margin: 0;
}

.hs-sf-service-introduce-table tr:first-child .hs-sf-service-introduce-table__row,
.hs-sf-service-introduce-table tr:first-child .hs-sf-service-introduce-table__content2,
.hs-sf-service-introduce-table tr:first-child .hs-sf-service-introduce-table__day2 {
  border-top: 0;
}

.hs-sf-service-introduce-table__course {
  width: 250px;
  border: 0;
  border-right: 1px solid #f4f4f4;
  background: #333;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-table__course {
    width: 30vw;
    font-size: 4.3vw;
  }
}
.hs-sf-service-introduce-table__detail {
  border: 0;
  border-right: 1px solid #f4f4f4;
  background: #333;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-table__detail {
    font-size: 4.3vw;
  }
}
.hs-sf-service-introduce-table__day {
  width: 75px;
  border: 0;
  background: #333;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-table__day {
    width: 15vw;
    font-size: 4.3vw;
  }
}
.hs-sf-service-introduce-table__content {
  border: 0;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  font-size: 11px;
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-table__content {
    font-size: 2.9vw;
  }
  .JS .hs-sf-service-introduce-table__content {
    font-size: 2.9vw;
  }
}
.hs-sf-service-introduce-table__content:first-child {
  text-align: center;
}

.hs-sf-service-introduce-table__content:last-child {
  border-right: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-table__content:last-child {
    padding: 0;
  }
}
.hs-sf-service-introduce-table__row {
  width: 250px;
  border: 0;
  border-top: 1px solid #f4f4f4;
  background: #333;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-table__row {
    width: 13vw;
    font-size: 4.3vw;
    padding: 0 calc((100% - 1em) / 2);
  }
  .JS .hs-sf-service-introduce-table__row {
    width: 13vw;
    font-size: 4.3vw;
    padding: 0 4vw;
  }
}
.hs-sf-service-introduce-table__content2 {
  border: 0;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  font-size: 11px;
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-table__content2 {
    font-size: 2.9vw;
  }
  .JS .hs-sf-service-introduce-table__content2 {
    font-size: 2.9vw;
  }
}
.hs-sf-service-introduce-table__day2 {
  width: 75px;
  border: 0;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hs-sf-service-introduce-table__day2 {
    font-size: 2.9vw;
    padding: 0;
  }
  .JS .hs-sf-service-introduce-table__day2 {
    width: 15vw;
    font-size: 2.9vw;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-salesdx-scroll {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-salesdx-scroll__image {
    width: 965px;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-salesdx-scroll .hs-sf-salesdx-content__center {
    width: 965px;
  }
}
.hs-sf-salesdx-introduction {
  padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .hs-sf-salesdx-introduction {
    padding: 0 0 26.7vw;
  }
}
.hs-sf-salesdx-introduction__heading {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
  .hs-sf-salesdx-introduction__heading {
    font-size: 5.6vw;
    margin: -1.2em 0 4vw;
  }
}
.hs-sf-salesdx-introduction__sub {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin: 35px 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-salesdx-introduction__sub {
    font-size: 4.8vw;
    margin: 5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-salesdx-introduction__text {
    font-size: 4.3vw;
  }
}
.hs-sf-salesdx-introduction__shape {
  display: block;
}

.hs-sf-salesdx-introduction__image {
  width: 100%;
  height: auto;
}

.hs-sf-salesdx-content {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-salesdx-content {
    margin-bottom: 26.7vw;
  }
}
.hs-sf-salesdx-content__heading {
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-salesdx-content__heading {
    font-size: 5.9vw;
    margin: 0 0 0.8em;
  }
  .JS .hs-sf-salesdx-content__heading {
    margin: 0 0 0.8em;
  }
}
.hs-sf-salesdx-content__shape {
  display: block;
}

.hs-sf-salesdx-content__image {
  width: 100%;
  height: auto;
}

.hs-sf-salesdx-content__sub {
  font-weight: 700;
  font-size: 20px;
  margin: 90px 0 0.3em;
}

@media screen and (max-width: 767px) {
  .hs-sf-salesdx-content__sub {
    font-size: 5.3vw;
    margin: 13vw 0 0.3em;
  }
}
.hs-sf-salesdx-content__sub:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-salesdx-content__text {
    font-size: 4.3vw;
  }
}
.hs-sf-salesdx-content__center {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  margin: 35px 0 0.8em;
}

@media screen and (max-width: 767px) {
  .hs-sf-salesdx-content__center {
    font-size: 4.3vw;
    margin: 8vw 0 3.4vw;
  }
}
.hs-sf-reason-introduction {
  padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction {
    padding: 0 0 26.7vw;
  }
}
.hs-sf-reason-introduction__heading {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  margin: -0.6em 0 0.8em;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction__heading {
    font-size: 5.9vw;
    margin: -6.2vw 0 5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction__text {
    font-size: 4.3vw;
  }
}
.hs-sf-reason-introduction-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list {
    display: block;
    margin: 11.7vw 0 0;
  }
}
.hs-sf-reason-introduction-list__item {
  width: 24.2%;
  text-align: center;
  border: 2px solid #333;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list__item {
    width: auto;
    height: 24vw;
  }
  .hs-sf-reason-introduction-list__item + .hs-sf-reason-introduction-list__item {
    margin-top: 2.7vw;
  }
}
.hs-sf-reason-introduction-list__link {
  position: relative;
  display: block;
  padding: 18px 0 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list__link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    height: 100%;
    padding: 0 0 0 5.3vw;
  }
}
.hs-sf-reason-introduction-list__link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list__link::after {
    top: 50%;
    left: auto;
    right: 4vw;
    bottom: auto;
    width: 2.8vw;
    height: 2.8vw;
    border-bottom: 0.5vw solid #333;
    border-right: 0.5vw solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
.hs-sf-reason-introduction-list__link:link, .hs-sf-reason-introduction-list__link:visited {
  color: #333;
  text-decoration: none;
}

.hs-sf-reason-introduction-list__link:hover {
  color: #fff;
  background: #333;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list__link:hover {
    color: #333;
    background: #fff;
  }
}
.hs-sf-reason-introduction-list__link:hover::after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list__link:hover::after {
    border-color: #333;
  }
}
.hs-sf-reason-introduction-list__link:hover .hs-sf-reason-introduction-list__text {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list__link:hover .hs-sf-reason-introduction-list__text {
    color: #000;
  }
}
.hs-sf-reason-introduction-list__link:hover .hs-sf-reason-introduction-list__off {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list__link:hover .hs-sf-reason-introduction-list__off {
    opacity: 1;
  }
}
.hs-sf-reason-introduction-list__link:hover .hs-sf-reason-introduction-list__on {
  opacity: 1;
}

.hs-sf-reason-introduction-list__link:hover:link, .hs-sf-reason-introduction-list__link:hover:visited {
  color: wh;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list__link:hover:link, .hs-sf-reason-introduction-list__link:hover:visited {
    color: #333;
  }
}
.hs-sf-reason-introduction-list__text {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-reason-introduction-list__text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list__text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    font-size: 4vw;
    margin: 0 0 0 4vw;
  }
}
.hs-sf-reason-introduction-list__off {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list__off {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: auto;
    height: 16vw;
  }
}
.hs-sf-reason-introduction-list__on {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-introduction-list__on {
    display: none;
  }
}
.hs-sf-reason-content {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content {
    padding: 0 0 26.7vw;
  }
}
.hs-sf-reason-content__heading {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  /*margin-bottom: 50px;*/
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content__heading {
    font-size: 5.9vw;
    /*margin-bottom: 10vw;*/
    margin: 0;
  }
  .JS .hs-sf-reason-content__heading {
    /*margin-bottom: 10vw;*/
    margin: 0;
  }
}
.hs-sf-reason-content__top {
  outline: none;
  padding: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content__top {
    padding-top: 10vw;
  }
}
.hs-sf-reason-content__sub {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content__sub {
    font-size: 5.3vw;
    text-indent: -2em;
    padding-left: 2em;
  }
}
.hs-sf-reason-content__text + .hs-sf-reason-content__text {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content__text {
    font-size: 4.3vw;
  }
}
.hs-sf-reason-content__shape {
  display: block;
  margin: 35px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content__shape {
    margin: 10vw 0 0;
  }
}
.hs-sf-reason-content__image {
  width: 100%;
  height: auto;
}

.hs-sf-reason-content-graf {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content-graf {
    display: block;
    margin: 10vw 0 0;
  }
}
.hs-sf-reason-content-graf__center {
  width: 100%;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content-graf__center {
    font-size: 4.3vw;
  }
}
.hs-sf-reason-content-graf__inner {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content-graf__inner {
    width: auto;
  }
  .hs-sf-reason-content-graf__inner + .hs-sf-reason-content-graf__inner {
    margin-top: 12vw;
  }
}
.hs-sf-reason-content-graf__shape {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}

.hs-sf-reason-content-graf__image {
  width: 100%;
  height: auto;
}

.hs-sf-reason-content-graf__text {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content-graf__text {
    font-size: 4.8vw;
  }
}
.hs-sf-reason-content-scroll {
  margin: 35px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content-scroll {
    overflow-x: scroll;
    margin: 10vw 0 0;
  }
}
.hs-sf-reason-content-scroll__image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content-scroll__image {
    width: 965px;
    max-width: inherit;
  }
}
.hs-sf-reason-content__container {
  outline: none;
  margin-top: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-content__container {
    margin-top: 6vw;
    padding-top: 10vw;
  }
}
.hs-sf-reason-detail {
  margin: 90px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail {
    margin: 26.7vw 0 0;
  }
}
.hs-sf-reason-detail-heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  border-bottom: 1px solid #cecece;
  margin: 0 0 30px;
  padding: 0 0 18px;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-heading {
    font-size: 5.3vw;
    margin: 0 0 8vw;
    padding: 0 0 5.3vw;
  }
}
.hs-sf-reason-detail-heading__icon {
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-heading__icon {
    width: 0.9em;
    height: auto;
  }
}
.hs-sf-reason-detail__sub {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 1em;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail__sub {
    font-size: 4.8vw;
    margin-bottom: 3.5vw;
  }
}
.hs-sf-reason-detail__sub::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background: #000;
}

.hs-sf-reason-detail-scope {
  margin: 76px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-scope {
    margin: 13vw 0 0;
  }
}
.hs-sf-reason-detail-scope__shape {
  display: block;
}

.hs-sf-reason-detail-scope__image {
  width: 100%;
  height: auto;
}

.hs-sf-reason-detail-approach {
  margin-top: 76px;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-approach {
    margin-top: 13vw;
  }
}
.hs-sf-reason-detail-approach-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f4f4f4;
  padding: 35px 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-approach-list {
    display: block;
    padding: 8vw 5.3vw;
  }
}
.hs-sf-reason-detail-approach-list__heading {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  font-size: 17px;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-approach-list__heading {
    font-size: 4.5vw;
  }
}
.hs-sf-reason-detail-approach-list__heading::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}

.hs-sf-reason-detail-approach-list__item {
  width: 48%;
  margin-top: 30px;
  padding: 0 0 0 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-approach-list__item {
    width: 100%;
    padding-left: 1em;
    margin-top: 4.8vw;
  }
}
.hs-sf-reason-detail-approach-list__item:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-approach-list__item:nth-child(-n+2) {
    margin-top: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-approach-list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-approach-list__text {
    font-size: 4.3vw;
  }
}
.hs-sf-reason-detail-result {
  text-align: center;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-result {
    margin: 5.3vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-result__image {
    width: 5.9vw;
    height: auto;
  }
}
.hs-sf-reason-detail-result__pre {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0 32px;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-result__pre {
    font-size: 4.5vw;
    margin: 5.3vw 0 2.65vw;
  }
}
.hs-sf-reason-detail-result__text {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-detail-result__text {
    font-size: 6.9vw;
  }
}
.hs-sf-reason-notes {
  margin: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-notes {
    margin: 26.7vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-reason-notes__text {
    font-size: 4.3vw;
  }
}
.hs-sf-reason-notes__text + .hs-sf-reason-notes__text {
  margin-top: 1.5em;
}

.hs-sf-reason-notes__comments {
  font-size: 14px;
  margin: 1.5em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-reason-notes__comments {
    font-size: 3.7vw;
  }
}
.hs-sf-failure-introduction {
  padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-introduction {
    padding: 0 0 26.7vw;
  }
}
.hs-sf-failure-introduction__heading {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  margin: -0.6em 0 0.8em;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-introduction__heading {
    font-size: 5.9vw;
    margin: -6.2vw 0 5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-failure-introduction__text {
    font-size: 4.3vw;
  }
}
.hs-sf-failure-introduction__sub {
  font-size: 26px;
  font-weight: 700;
  margin: 90px 0 8px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-introduction__sub {
    font-size: 5.3vw;
    text-align: center;
    margin: 24vw 0 4.8vw;
  }
}
.hs-sf-failure-content {
  padding: 100px 0 80px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-content {
    padding: 26.7vw 0;
  }
}
.hs-sf-failure-content-heading {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-content-heading {
    margin-bottom: 21.3vw;
  }
  .JS .hs-sf-failure-content-heading {
    margin-bottom: 21.3vw;
  }
}
.hs-sf-failure-content-heading__shape {
  display: block;
}

.hs-sf-failure-content-heading__image {
  width: 100%;
  height: auto;
}

.hs-sf-failure-content__text + .hs-sf-failure-content__text {
  margin-top: 1.5em;
}

.hs-sf-failure-content__text + .hs-sf-heading__sub {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-content__text + .hs-sf-heading__sub {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-failure-content__text {
    font-size: 4.3vw;
  }
}
.hs-sf-failure-content__inner {
  margin: 76px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-content__inner {
    margin: 9.3vw 0 0;
  }
  .hs-sf-failure-content__inner .hs-sf-heading__sub {
    margin-bottom: 5.3vw;
  }
}
.hs-sf-failure-sfa {
  padding: 94px 0 80px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa {
    padding: 26.7vw 0;
  }
}
.hs-sf-failure-sfa__heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa__heading {
    font-size: 5.9vw;
    margin-bottom: 5.3vw;
  }
  .JS .hs-sf-failure-sfa__heading {
    margin-bottom: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa__text {
    font-size: 4.3vw;
  }
}
.hs-sf-failure-sfa-sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  font-weight: 700;
  font-size: 20px;
  margin: 55px 0 16px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa-sub {
    font-size: 5.3vw;
    margin: 12vw 0 4.3vw;
  }
}
.hs-sf-failure-sfa-sub__question {
  font-size: 32px;
  line-height: 1;
  color: #1aa2e1;
  margin-right: 0.4em;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa-sub__question {
    font-size: 6.9vw;
  }
}
.hs-sf-failure-sfa-answer__arrow {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa-answer__arrow {
    width: 3.7vw;
    margin: 0 auto 2.4vw;
  }
}
.hs-sf-failure-sfa-answer__br {
  display: none;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-failure-sfa-answer__br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa-answer__br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa-answer__image {
    width: 100%;
    height: auto;
  }
}
.hs-sf-failure-sfa-answer__text, .hs-sf-failure-sfa-answer__text--row2 {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-failure-sfa-answer__text, .hs-sf-failure-sfa-answer__text--row2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 2.8em;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa-answer__text, .hs-sf-failure-sfa-answer__text--row2 {
    display: block;
    height: auto;
    font-size: 4.8vw;
    margin-bottom: 1.6vw;
  }
}
.hs-sf-failure-sfa-answer__text--row2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 2.8em;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa-answer__text--row2 {
    display: block;
    height: auto;
  }
}
.hs-sf-failure-sfa-result {
  text-align: center;
  margin: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa-result {
    margin: 10.7vw 0 0;
  }
}
.hs-sf-failure-sfa-result__pre {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 20PX;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa-result__pre {
    font-size: 4.5vw;
    margin: 5.3vw 0 2.65vw;
  }
}
.hs-sf-failure-sfa-result__text {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-sfa-result__text {
    font-size: 5.9vw;
    text-align: left;
  }
}
.hs-sf-failure-service {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  background: #f4f4f4;
  padding: 30px;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-service {
    margin: 16vw 0 0;
    padding: 8vw 5.3vw;
  }
}
.hs-sf-failure-service + .hs-sf-failure-service {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-service + .hs-sf-failure-service {
    margin-top: 0;
    padding-top: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-failure-service {
    display: block;
    padding: 8vw 5.3vw;
  }
}
.hs-sf-failure-service-thumbnail {
  position: relative;
  width: 34%;
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-service-thumbnail {
    width: auto;
    max-width: inherit;
    margin-bottom: 5.3vw;
  }
}
@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-failure-service-thumbnail__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.hs-sf-failure-service-thumbnail__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-service-thumbnail__text {
    font-size: 4.5vw;
  }
}
.hs-sf-failure-service-detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 63%;
  max-width: 564px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-service-detail {
    display: block;
    width: auto;
    max-width: inherit;
  }
}
.hs-sf-failure-service-detail__text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-service-detail__text {
    margin-bottom: 6.4vw;
  }
}
.hs-sf-failure-service-detail__button {
  margin-top: 1em;
}

.hs-sf-failure-detail {
  margin: 90px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-detail {
    margin: 26.7vw 0 0;
  }
}
.hs-sf-failure-detail-heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  border-bottom: 1px solid #cecece;
  margin: 0 0 30px;
  padding: 0 0 18px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-detail-heading {
    font-size: 5.3vw;
    margin: 0 0 8vw;
    padding: 0 0 5.3vw;
  }
}
.hs-sf-failure-detail-heading__icon {
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-detail-heading__icon {
    width: 0.9em;
    height: auto;
  }
}
.hs-sf-failure-detail__sub {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 1em;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-detail__sub {
    font-size: 4.8vw;
    margin-bottom: 3.5vw;
  }
}
.hs-sf-failure-detail__sub::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background: #000;
}

.hs-sf-failure-detail-scope {
  margin: 76px 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-detail-scope {
    margin: 13vw 0 0;
  }
}
.hs-sf-failure-detail-scope__shape {
  display: block;
}

.hs-sf-failure-detail-scope__image {
  width: 100%;
  height: auto;
}

.hs-sf-failure-detail-approach {
  margin-top: 76px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-detail-approach {
    margin-top: 13vw;
  }
}
.hs-sf-failure-detail-approach-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f4f4f4;
  padding: 35px 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-detail-approach-list {
    display: block;
    padding: 8vw 5.3vw;
  }
}
.hs-sf-failure-detail-approach-list__heading {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  font-size: 17px;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-detail-approach-list__heading {
    font-size: 4.5vw;
  }
}
.hs-sf-failure-detail-approach-list__heading::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}

.hs-sf-failure-detail-approach-list__item {
  width: 48%;
  margin-top: 30px;
  padding: 0 0 0 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-detail-approach-list__item {
    width: 100%;
    padding-left: 1em;
    margin-top: 4.8vw;
  }
}
.hs-sf-failure-detail-approach-list__item:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-detail-approach-list__item:nth-child(-n+2) {
    margin-top: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-failure-detail-approach-list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-failure-detail-approach-list__text {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-failure-notes__text {
    font-size: 4.3vw;
  }
}
.hs-sf-failure-notes__text + .hs-sf-failure-notes__text {
  margin-top: 1.5em;
}

.hs-sf-failure-notes__comments {
  font-size: 14px;
  margin: 1.5em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-failure-notes__comments {
    font-size: 3.7vw;
  }
}
.hs-sf-catalog__other {
  font-size: 20px;
  font-weight: 700;
  margin: 3em 0 0.8em;
}

.JS .hs-sf-catalog__other {
  margin: 3em 0 0.8em;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog__other {
    font-size: 4.8vw;
  }
}
.hs-sf-catalog-main {
  background: #f4f4f4;
  text-align: center;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-main {
    padding: 5vw 6.5vw 6.5vw;
  }
}
.hs-sf-catalog-main__heading {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  margin: 0 0 0.8em;
}

.JS .hs-sf-catalog-main__heading {
  margin: 0 0 0.8em;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-main__heading {
    font-size: 4.8vw;
  }
}
.hs-sf-catalog-main__text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-main__text {
    font-size: 3.7vw;
  }
}
.hs-sf-catalog-main__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-main__inner {
    display: block;
  }
}
.hs-sf-catalog-main__detail {
  width: calc(100% - 200px - 38px);
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-main__detail {
    width: auto;
    margin: 0 0 5vw;
  }
}
.hs-sf-catalog-main__button {
  margin: 37px auto 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-main__button {
    margin-top: 6.4vw;
  }
}
.hs-sf-catalog-notes {
  font-size: 14px;
  margin: 2em 0 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-notes {
    font-size: 3.7vw;
  }
}
.hs-sf-catalog-notes__link {
  color: #1aa2e1;
  text-decoration: underline;
}

.hs-sf-catalog-notes__link:hover {
  text-decoration: none;
}

.hs-sf-catalog-notes__link:link {
  color: #1aa2e1;
  text-decoration: underline;
}

.hs-sf-catalog-notes__link:link:hover {
  text-decoration: none;
}

.hs-sf-catalog-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-list {
    display: block;
  }
}
.hs-sf-catalog-list__item {
  width: 48.5%;
  text-align: center;
  background: #f4f4f4;
  padding: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-list__item {
    width: auto;
    margin-top: 8vw;
    padding: 5vw 6.5vw 6.5vw;
  }
}
.hs-sf-catalog-list__item:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-list__item:nth-child(-n+2) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-catalog-list__item:first-child {
    margin-top: 0;
  }
}
.hs-sf-catalog-list__heading {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
  text-align: left;
  margin: 0 0 1em;
}

.JS .hs-sf-catalog-list__heading {
  margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-list__heading {
    font-size: 5.3vw;
  }
}
.hs-sf-catalog-list__button {
  background: #fff;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-catalog-list__button {
    margin-top: 6.4vw;
  }
}
.hs-sf-text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* 追記 */
.hs-sf-banner-margin-adjust {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .hs-sf-banner-margin-adjust {
    margin-bottom: 26.6666666667vw;
  }
}

.hs-sf-banner {
  width: calc(100% - 100px);
  background: #F7F7F7;
  padding: 60px 20px 32px 48px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hs-sf-banner {
    width: 100%;
    padding: 12.8vw 5.3333333333vw 8.5333333333vw;
  }
}

.hs-sf-banner__wrapper {
  display: grid;
  grid-template-columns: auto 264px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .hs-sf-banner__wrapper {
    grid-template-columns: none;
  }
}

.hs-sf-banner__speech-baloon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #1BA2E1;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667;
  padding: 11px 19px 4px;
  margin: -90px auto 0;
  position: relative;
  z-index: 1;
}
.hs-sf-banner__speech-baloon::after {
  content: "";
  background: #1BA2E1;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hs-sf-banner__speech-baloon {
    font-size: 8vw;
    text-align: center;
    padding: 2.9333333333vw 5.0666666667vw 1.0666666667vw;
    margin: -24vw auto 0;
  }
  .hs-sf-banner__speech-baloon::after {
    width: 4.8vw;
    height: 4.8vw;
    bottom: -1.6vw;
  }
}

.hs-sf-banner__text {
  font-size: 18px;
  line-height: 1.6111111111;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hs-sf-banner__text {
    font-size: 4.8vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.hs-sf-banner__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 260px;
  background: #000;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.6111111111;
  padding: 16px;
  position: relative;
  -webkit-transition: background-color 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.hs-sf-banner__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: center/contain no-repeat url(/r23res/image/common/icon_link.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hs-sf-banner__button:hover {
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .hs-sf-banner__button {
    width: 100%;
    font-size: 4.8vw;
    padding: 4.2666666667vw;
  }
  .hs-sf-banner__button::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
}

.hs-sf-banner__button--red {
  background: #CC0022;
  -webkit-transition: opacity 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.hs-sf-banner__button--red::after {
  background-image: url(../images/common/icon_link_white.svg);
}
.hs-sf-banner__button--red:hover {
  background-color: #CC0022;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .hs-navigation .hs-navigation__container {
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hs-sf-search {
  padding: 0 0 130px;
}
@media screen and (max-width: 767px) {
  .hs-sf-search {
    padding: 0 0 34.6666666667vw 0;
  }
}

.hs-sf-search__item:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hs-sf-search__item:not(:last-of-type) {
    margin-bottom: 16vw;
  }
}

.hs-sf-search__heading {
  background: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  padding: 9px 20px 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hs-sf-search__heading {
    font-size: 5.3333333333vw;
    line-height: 9.6vw;
    padding: 2.4vw 5.3333333333vw 1.3333333333vw;
    margin-bottom: 8vw;
  }
}

.hs-sf-search__text {
  font-size: 16px;
  line-height: 1.8125;
  margin-bottom: 30px;
}
.hs-sf-search__text p:not(:first-of-type) {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .hs-sf-search__text {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}

.hs-sf-link-item .hs-sf-button {
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .hs-sf-link-item .hs-sf-button {
    height: 18.6666666667vw;
  }
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-search .hs-sf-button {
    font-size: 14px;
  }
}
.hs-sf-search .hs-sf-button__link .small-text {
  font-size: 14px;
}
@media screen and (max-width: 995px) and (min-width: 768px) {
  .hs-sf-search .hs-sf-button__link .small-text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .hs-sf-search .hs-sf-button__link .small-text {
    font-size: 3.2vw;
  }
}

.hs-sf-search__button {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .hs-sf-search__button {
    margin-top: 16vw;
  }
}

.hs-sf-search__block:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .hs-sf-search__block:not(:last-of-type) {
    margin-bottom: 24vw;
  }
}

.hs-sf-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .hs-sf-tags {
    gap: 2.6666666667vw;
  }
}

.hs-sf-tag {
  display: inline-block;
  background: #F1F3F5;
  font-size: 12px;
  line-height: 1;
  padding: 8px 15px;
  border: 1px solid #BEBEBE;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .hs-sf-tag {
    font-size: 3.2vw;
    padding: 2.1333333333vw 4vw;
    border-radius: 4vw;
  }
}

.hs-sf-service-solutions {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-solutions {
    margin-bottom: 34.6666666667vw;
  }
}

.hs-sf-service-solutions__image {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-solutions__image {
    margin-top: 10.6666666667vw;
  }
}

.hs-sf-service-solution {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-solution {
    margin-top: 16vw;
  }
}

.hs-sf-service-solution__item:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-solution__item:not(:last-of-type) {
    margin-bottom: 16vw;
  }
}

.hs-sf-service-solution__image {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-solution__image {
    margin-top: 6.6666666667vw;
  }
}

.hs-sf-service-solution__text {
  font-size: 16px;
  line-height: 1.8125;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-solution__text {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}

.hs-sf-service-solution__tags {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-solution__tags {
    margin-top: 5.3333333333vw;
  }
}

.hs-sf-service-analysis {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-analysis {
    margin-bottom: 21.3333333333vw;
  }
}

.hs-sf-service-analysis__text {
  font-size: 16px;
  line-height: 1.8125;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-analysis__text {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}

.hs-sf-service-analysis__tags {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-analysis__tags {
    margin-top: 5.3333333333vw;
  }
}

.hs-sf-service-analysis__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #000;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.6111111111;
  padding: 16px 48px 16px 32px;
  margin: 12px auto 0;
  position: relative;
  -webkit-transition: background-color 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.hs-sf-service-analysis__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: center/contain no-repeat url(/r23res/image/common/icon_link.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hs-sf-service-analysis__button:hover {
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .hs-sf-service-analysis__button {
    width: 100%;
    font-size: 4.8vw;
    padding: 1.0666666667vw 12.8vw 1.0666666667vw 8.5333333333vw;
    margin-top: 3.2vw;
  }
  .hs-sf-service-analysis__button::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
}

.hs-sf-search__lineup {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .hs-sf-search__lineup {
    margin-top: 10.6666666667vw;
  }
}

.hs-sf-lineup {
  border-top: 2px solid #BA0000;
  position: relative;
}
.hs-sf-lineup::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #BA0000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hs-sf-lineup::before {
    border-width: 3.2vw 3.2vw 0 3.2vw;
  }
}

.hs-sf-lineup__item {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .hs-sf-lineup__item {
    padding-top: 9.3333333333vw;
  }
}

.hs-sf-lineup__wrapper {
  display: grid;
  grid-template-columns: 260px auto;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .hs-sf-lineup__wrapper {
    grid-template-columns: none;
    gap: 8vw;
  }
}

.hs-sf-lineup__image img {
  width: 100%;
}

.hs-sf-lineup__content {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .hs-sf-lineup__content {
    padding-top: 2.6666666667vw;
  }
}

.hs-sf-lineup__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .hs-sf-lineup__heading {
    font-size: 5.3333333333vw;
  }
}

.hs-sf-lineup__text {
  font-size: 16px;
  line-height: 1.8125;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .hs-sf-lineup__text {
    font-size: 4.2666666667vw;
    margin-top: 3.2vw;
  }
}

.hs-sf-lineup__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 260px;
  background: #000;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.6111111111;
  padding: 16px;
  margin-top: 12px;
  position: relative;
  -webkit-transition: background-color 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.hs-sf-lineup__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: center/contain no-repeat url(/r23res/image/common/icon_link.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hs-sf-lineup__button:hover {
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .hs-sf-lineup__button {
    width: 100%;
    font-size: 4.8vw;
    padding: 4.2666666667vw;
    margin-top: 3.2vw;
  }
  .hs-sf-lineup__button::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
}

.hs-sf-lineup__outline {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .hs-sf-lineup__outline {
    margin: 8vw 0 0;
  }
}

.hs-sf-outline {
  width: 100%;
}
.hs-sf-outline th {
  background: #6A6A6A;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: top;
}
.hs-sf-outline td {
  background: #F4F4F4;
  font-size: 15px;
  line-height: 1.6666666667;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .hs-sf-outline th {
    font-size: 4.8vw !important;
  }
  .hs-sf-outline td {
    font-size: 4vw !important;
  }
}

.hs-sf-case__image {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .hs-sf-case__image {
    margin: 8vw 0;
  }
}
.hs-sf-case__products {
  padding: 40px 20px;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .hs-sf-case__products {
    padding: 10.6666666667vw 5.3333333333vw;
    margin: 0 -5.3333333333vw 16vw;
  }
}

.hs-sf-case:last-of-type {
  padding: 0 0 130px;
}
@media screen and (max-width: 767px) {
  .hs-sf-case:last-of-type {
    padding: 0 0 34.6666666667vw 0;
  }
}

.hs-sf-knowledge-whitepaper {
  background: rgba(27, 161, 225, 0.1);
  padding: 40px 30px;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-whitepaper {
    padding: 8vw 5.3333333333vw;
    margin: 16vw 0 0;
  }
}

.hs-sf-knowledge-whitepaper__wrapper {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-whitepaper__wrapper {
    grid-template-columns: none;
    gap: 6.6666666667vw;
  }
}

.hs-sf-knowledge-whitepaper__image img {
  width: 100%;
}

.hs-sf-knowledge-whitepaper__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-whitepaper__title {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.hs-sf-knowledge-whitepaper__text {
  font-size: 16px;
  line-height: 1.8125;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-whitepaper__text {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.hs-sf-knowledge-whitepaper__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 260px;
  background: #000;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.6111111111;
  padding: 16px;
  position: relative;
  -webkit-transition: background-color 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.hs-sf-knowledge-whitepaper__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: center/contain no-repeat url(/r23res/image/common/icon_link.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hs-sf-knowledge-whitepaper__button:hover {
  background-color: #666;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-whitepaper__button {
    width: 100%;
    font-size: 4.8vw;
    padding: 4.2666666667vw;
  }
  .hs-sf-knowledge-whitepaper__button::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
}

.hs-sf-knowledge-lineup {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-lineup {
    margin-top: 26.6666666667vw;
  }
}

.hs-sf-knowledge-post-table {
  font-size: 16px;
  margin: 25px 0 0;
}
.hs-sf-knowledge-post-table th {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-post-table {
    font-size: 4.2666666667vw;
    margin: 8vw 0 0;
  }
}

.hs-sf-knowledge-download {
  padding: 24px;
  border: 4px solid #eee;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-download {
    padding: 4.2666666667vw;
  }
}

.hs-sf-knowledge-download__subheading {
  font-size: 16px;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-download__subheading {
    font-size: 4.2666666667vw;
  }
}

.hs-sf-knowledge-download__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-download__heading {
    font-size: 5.3333333333vw;
    margin-top: 3.2vw;
  }
}

.hs-sf-knowledge-download__text {
  font-size: 16px;
  line-height: 1.6875;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-download__text {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.hs-sf-knowledge-download__list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-download__list {
    margin-top: 5.3333333333vw;
  }
}

.hs-sf-knowledge-download__item {
  font-size: 16px;
  line-height: 1.6875;
  text-indent: -1em;
  padding-left: 1em;
}
.hs-sf-knowledge-download__item::before {
  content: "・";
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-download__item {
    font-size: 4.2666666667vw;
  }
}

.hs-sf-knowledge-download__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-download__images {
    grid-template-columns: none;
    gap: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}

.hs-sf-knowledge-download__button {
  display: block;
  background: #CC0022;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.6111111111;
  text-align: center;
  padding: 16px;
  margin-top: 20px;
  position: relative;
  -webkit-transition: opacity 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.22s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-download__button {
    font-size: 4.8vw;
    padding: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.hs-sf-knowledge-download__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: center/contain no-repeat url(/salesforce/sp/assets/images/common/icon_link_white.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .hs-sf-knowledge-download__button::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    right: 5.3333333333vw;
  }
}

.hs-sf-knowledge-download__button:hover {
  opacity: 0.6;
}