@charset "UTF-8";
/* -----------------------------------------------
setting
Scssの変数等を定義
-------------------------------------------------- */
/* -----------------------------------------------
hs-solution
ソリューション・導入事例詳細
-------------------------------------------------- */
.hs-solution {
  padding: 0;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hs-solution {
    padding: 0;
    margin-top: 10.6666666667vw;
    margin-bottom: 0;
  }
}

.hs-solution__container {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
.hs-solution__container > *:first-child {
  margin: 0;
}
@media (max-width: 767px) {
  .hs-solution__container {
    padding: 0 5.3333333333vw;
  }
}

.hs-solution__heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.67;
  margin-top: 30px;
}
.hs-solution__heading:before, .hs-solution__heading:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-solution__heading:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.hs-solution__heading:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
@media (max-width: 767px) {
  .hs-solution__heading {
    font-size: 6.4vw;
    margin-top: 5.3333333333vw !important;
  }
}

.hs-solution__text {
  font-size: 16px;
  line-height: 1.8125;
  margin-top: 40px;
}
.hs-solution__text:before, .hs-solution__text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-solution__text:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-solution__text:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
@media (max-width: 767px) {
  .hs-solution__text {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}

.hs-solution__image {
  padding: 0 40px;
  margin-top: 40px;
}
.hs-solution__image img {
  width: 100%;
}
@media (max-width: 767px) {
  .hs-solution__image {
    padding: 0;
    margin-top: 8vw;
  }
}

.hs-solution__image--small {
  padding: 0 160px;
}
@media (max-width: 767px) {
  .hs-solution__image--small {
    padding: 0;
  }
}

.hs-solution__heading_secondary {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.625;
  padding-bottom: 28px;
  border-bottom: 2px solid #DDD;
  margin-top: 80px;
}
.hs-solution__heading_secondary:before, .hs-solution__heading_secondary:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-solution__heading_secondary:before {
  margin-top: calc((1 - 1.625) * 0.5em);
}
.hs-solution__heading_secondary:after {
  margin-bottom: calc((1 - 1.625) * 0.5em);
}
@media (max-width: 767px) {
  .hs-solution__heading_secondary {
    font-size: 5.3333333333vw;
    padding-bottom: 4.8vw;
    border-width: 0.5333333333vw;
    margin-top: 10.6666666667vw !important;
  }
}

.hs-solution__heading_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hs-solution__heading_box:after {
  content: attr(data-text) "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 12px;
  border: 2px solid #333;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .hs-solution__heading_box:after {
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
    border-width: 0.5333333333vw;
  }
}

.hs-solution__heading_box--red:after {
  background: #CC0022;
  color: #fff;
  border-color: #CC0022;
}

.hs-solution__heading_box--blue:after {
  background: blue;
  color: #fff;
  border-color: blue;
}

.hs-solution__heading_tertiary {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 80px;
}
.hs-solution__heading_tertiary:before, .hs-solution__heading_tertiary:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-solution__heading_tertiary:before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.hs-solution__heading_tertiary:after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media (max-width: 767px) {
  .hs-solution__heading_tertiary {
    font-size: 4.2666666667vw;
    margin-top: 10.6666666667vw !important;
  }
}

.hs-solution__boxes {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hs-solution__boxes {
    margin-top: 8vw;
  }
}

.hs-solution__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 332px;
  background: #333;
  color: #fff !important;
  font-size: 15px;
  line-height: 1;
  padding: 24px 32px 24px 20px;
  margin: 50px auto 0;
  position: relative;
}
.hs-solution__button:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background: center/contain no-repeat url(/r23res/image/common/icon_arrow_white.svg);
  right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .hs-solution__button {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .hs-solution__button:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .hs-solution__button {
    min-width: 100%;
    font-size: 4vw;
    padding: 6.4vw 8.5333333333vw 6.4vw 5.3333333333vw;
  }
  .hs-solution__button:after {
    width: 2.1333333333vw;
    height: 4.2666666667vw;
    right: 3.2vw;
  }
}

.hs-solution__table {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 2px;
  padding: 0 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hs-solution__table {
    grid-template-columns: none;
    gap: 0.5333333333vw;
    padding: 0;
    margin-top: 8vw;
  }
}

.hs-solution__table_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #bbb;
  font-size: 16px;
  line-height: 1.8125;
  text-align: center;
  padding: 22px;
}
.hs-solution__table_title:before, .hs-solution__table_title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-solution__table_title:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-solution__table_title:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
@media (max-width: 767px) {
  .hs-solution__table_title {
    font-size: 3.7333333333vw;
    padding: 4.8vw;
  }
}

.hs-solution__table_title--colored {
  background: #CC0022;
  color: #fff;
  font-weight: 600;
}

.hs-solution__table_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F2F2;
  font-size: 16px;
  line-height: 1.8125;
  padding: 22px;
}
.hs-solution__table_content:before, .hs-solution__table_content:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.hs-solution__table_content:before {
  margin-top: calc((1 - 1.8125) * 0.5em);
}
.hs-solution__table_content:after {
  margin-bottom: calc((1 - 1.8125) * 0.5em);
}
.hs-solution__table_content .colored {
  color: #CC0022;
}
@media (max-width: 767px) {
  .hs-solution__table_content {
    font-size: 3.7333333333vw;
    padding: 4.8vw;
  }
}

.hs-solution__table_content--bold {
  font-weight: 600;
}

.hs-solution__archive {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .hs-solution__archive {
    margin-top: 13.3333333333vw;
  }
}