.font-blue {
  color: #0a2986;
  font-weight: 600;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}

.title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .title-h4 {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .title-h4 {
    font-size: 3.4vw;
  }
}

.title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}


.btnbox .btnlink {
  display: block;
  width: 400px;
  margin: 36px auto 0;
  padding: 29px 0 29px 30px;
  border: 1px solid #00367e;
}


@media screen and (min-width: 501px) {
  .btnbox .btnlink:hover span {
    color: #00367e;
  }

  .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 0;
  }

  .btnbox .btnlink:hover:after span {
    color: #00367e;
  }
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink {
    width: 33rem;
    padding: 2.3015rem 0 2.3015rem 2.3809rem;
}
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink {
    width: 85%;
    padding: 3.89105% 0 3.89105% 10%;
    border: none;
  }
}

.btnbox .btnlink span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span {
    font-size: 3.3333vw;
  }
}

.btnbox .btnlink span:before {
  right: 28px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid;
  border-right: 2px solid;
}

@media screen and (max-width: 980px) {
  .btnbox .btnlink span:before {
    right: 2.22222rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: -0.31746rem;
  }
}

@media screen and (max-width: 500px) {
  .btnbox .btnlink span:before {
    right: 3.222vw;
    width: 1.556vw;
    height: 1.556vw;
    margin-top: -0.31746vw;
  }
}

.btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
  background-color: #00367e;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../../img/add-value/signavio/mv.png");
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .main-visual_contents {
    width: 78%;
  }
}

@media screen and (max-width: 980px) {
  .main-visual_contents {
    right: 0;
    width: 78%;
    height: 23.80952rem;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .main-visual_contents {
    width: 57.2vw;
    height: 46vw;
    background-image: url("./../../../../img/add-value/signavio/mv_sp.png");
    background-position: top left;
  }
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 46vw;
  }
}

.main-visual .main-visual_titlebox {
  display: table-cell;
  z-index: 50;
  position: relative;
  height: 300px;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox {
    height: 46vw;
  }
}

.page_title {
  font-size: 3.4rem;
  color: #0a2986;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .page_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 5.86667vw;
  }
}

.page_text {
  margin-top: 23px;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .page_text {
    margin-top: 1.8254rem;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .page_text {
    width: 91%;
    font-size: 3.6vw;
    margin: 3.06667vw auto 0;
  }
}

.subtitle-h3 + .text {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  .subtitle-h3 + .text {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .subtitle-h3 + .text {
    margin-top: 4vw;
  }
}

.contact {
	margin-top: 0;
}

.overview,
.feature,
.movie {
  margin-top: 80px;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .overview,
  .feature,
  .movie {
    margin-top: 7.142rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .overview,
  .feature,
  .movie {
    margin-top: 10.66667vw;
    font-size: 2.93333vw;
  }
}

.overview .title-h4 + .text,
.feature .title-h4 + .text,
.movie .title-h4 + .text {
  margin-top: 10px;
}

.sec-overview__detail,
.sec-feature__detail {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .sec-overview__detail,
  .sec-feature__detail {
    margin-top: 4.01785rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-overview__detail,
  .sec-feature__detail {
    margin-top: 4.66665vw;
  }
}

.sec-overview__detail:nth-of-type(1),
.sec-feature__detail:nth-of-type(1),
.sec-movie__detail:nth-of-type(1) {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
.sec-overview__detail:nth-of-type(1),
.sec-feature__detail:nth-of-type(1),
.sec-movie__detail:nth-of-type(1) {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
.sec-overview__detail:nth-of-type(1),
.sec-feature__detail:nth-of-type(1),
.sec-movie__detail:nth-of-type(1) {
    margin-top: 4.6vw;
  }
}

.sec-overview__text,
.sec-feature__text{
    margin-top: 10px;
}
@media screen and (max-width: 980px) {
    .sec-overview__text,
    .sec-feature__text{
        margin-top: 1.125454rem;
    }  
}
@media screen and (max-width: 500px) {
  .sec-overview__text,
    .sec-feature__text{
       margin-top: 4.154546vw;
    }
}

.sec-overview__detail ol.overview_service{
    counter-reset: my-counter;
    margin-top: 25px;
}
.sec-overview__detail ol.overview_service li{
    font-size: 1.5rem;
    line-height: 1.2;
    padding-left: 1.6em;
    margin-bottom: 12.5px;
    position: relative;
}
.sec-overview__detail ol.overview_service li:before{
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.7em;
  width: 1.7em;
  color: #000;
  font-size: 75%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 980px) {
    .sec-overview__detail ol.overview_service{
        margin-top: 1.5rem;
    }
    .sec-overview__detail ol.overview_service li{
        font-size: 1.26984rem;
        padding-left: 1.86984rem;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 500px) {
    .sec-overview__detail ol.overview_service li{
        
    }
}
.task {
  margin-top: 62px;
}

@media screen and (max-width: 980px) {
  .task {
    margin-top: 4.92063rem;
  }
}

@media screen and (max-width: 500px) {
  .task {
    margin-top: 5.555vw;
  }
}

.anxieties {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .anxieties {
    margin-top: 4.0816326531rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties {
    display: block;
    margin-top: 9.3333333333vw;
  }
}

.anxieties__item {
  width: 340px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .anxieties__item {
    width: 26.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties__item {
    width: 220px;
    margin: auto;
  }
}

.anxieties__item:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 980px) {
  .anxieties__item:not(:first-child) {
    margin-left: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties__item:not(:first-child) {
    margin: 6.66667vw auto 0;
  }
}

.anxieties__item img {
  width: 100%;
  height: auto;
}

.anxieties:after {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 32px 106px 0 106px;
  border-style: solid;
  border-color: #0a2986 transparent transparent transparent;
  content: '';
}

@media screen and (max-width: 980px) {
  .anxieties:after {
    bottom: -4.7619rem;
    border-width: 2.53968rem 8.4127rem 0 8.4127rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties:after {
    bottom: -8vw;
    border-width: 4.26667vw 14.13333vw 0 14.13333vw;
  }
}

.task_important {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding: 40px 50px 60px;
  border: solid 4px #ef8400;
  background: #fff9f3;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .task_important {
    margin-top: 6.3492rem;
    padding: 3.1746rem 4.3650rem 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important {
    margin-top: 12vw;
    padding: 7vw 4.6666vw;
  }
}

.task_important_heading {
  display: inline-block;
  color: #0a2986;
  font-size: 2.8rem;
}

.task_important_heading .underline {
  background: linear-gradient(transparent 71%, #ff0 0%);
}

@media screen and (max-width: 980px) {
  .task_important_heading {
    font-size: 2.2222rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_heading {
    padding: 0;
    font-size: 3.73333vw;
    line-height: 9vw;
  }
}

.task_important_heading .orange {
  color: #ef8400;
  font-size: 3.8rem;
}

@media screen and (max-width: 980px) {
  .task_important_heading .orange {
    font-size: 3.01587rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_heading .orange {
    font-size: 5.06667vw;
  }
}

.task_important_heading .set {
  font-feature-settings: "palt";
}

.task_important_text {
  position: relative;
  margin-top: 35px;
  padding-left: 110px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.555;
}

@media screen and (max-width: 980px) {
  .task_important_text {
    margin-top: 2.77777rem;
    padding-left: 8.73016rem;
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_text {
    width: 100%;
    margin: 3vw auto 0;
    padding-left: 18vw;
    font-size: 3.2vw;
  }
}

.task_important_text:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  margin: auto 0;
  background-image: url("./../../../../img/add-value/signavio/icon-point.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .task_important_text:before {
    width: 7.14286rem;
    height: 7.14286rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_text:before {
    bottom: auto;
    width: 15vw;
    height: 15vw;
  }
}

.sec-overview__data-wrap {
  margin-top: 35px;
}

@media screen and (max-width: 980px) {
  .sec-overview__data-wrap {
    margin-top: 2.7777rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-overview__data-wrap {
    margin-top: 5.8666vw;
  }
}

.sec-overview__data-hani {
  font-size: 1.4rem;
  position: relative;
  padding-left: 35px;
  margin-bottom: 17px;
}

@media screen and (max-width: 980px) {
  .sec-overview__data-hani {
    font-size: 1.1111rem;
    padding-left: 2.7777rem;
    margin-bottom: 1.3492rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-overview__data-hani {
    font-size: 2.6666vw;
    padding-left: 7.2vw;
    margin-bottom: 2.7777vw;
  }
}

.sec-overview__data-hani::before {
  top: 2px;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 30px;
  height: 16px;
  margin: auto 0;
  border: 2px solid #ee8400;
  background-color: #fff;
}

@media screen and (max-width: 980px) {
.sec-overview__data-hani::before {
  width: 2.3809rem;
  height: 1.2698rem;
  }
}

@media screen and (max-width: 500px) {
.sec-overview__data-hani::before {
  width: 6vw;
  height: 3.0666vw;
  border-width: 1px;
  }
}

.sec-overview__data-hani .orange {
  color: #ee8400;
  font-weight: 500;
}

.overview__data-img {
  margin: 40px 0;
}

.overview__data-img .overview__data-img__subheading{
    font-size: 1.6rem;
    color: #0a2986;
    font-weight: 600;
    margin-bottom: 18px;
}
@media screen and (max-width: 980px) {
  .overview__data-img {
    margin: 1.42857rem 0;
  }
}

@media screen and (max-width: 500px) {
  .overview__data-img {
  margin: 3.0666vw 0;
  }
}


.overview__data-img img {
    width: 100%;
    max-width: 880px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .overview__data-img img {
      width: 183.4666vw;
  }
}

.sec-overview__data + .sec-overview__data {
  margin-top: 20px;
}

@media screen and (max-width: 980px) {
  .sec-overview__data + .sec-overview__data {
    margin-top: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-overview__data + .sec-overview__data {
    margin-top: 2.6666vw;
  }
}

.sec-overview__data-heading-wrap {
  border: 3px solid #ee8400;
}

@media screen and (max-width: 500px) {
  .sec-overview__data-heading-wrap {
    width: 183.4666vw;
    border-width: 2px;
  }
}

.sec-overview__data-heading-item {
  font-size: 2rem;
}

@media screen and (max-width: 980px) {
  .sec-overview__data-heading-item {
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-overview__data-heading-item {
    font-size: 3.2vw;
    }
}

.sec-overview__data-heading-subitem {
  font-size: 1.4rem;
  margin-left: 15px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 980px) {
  .sec-overview__data-heading-subitem {
    font-size: 1.1111rem;
    margin-left: 1.1904rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-overview__data-heading-subitem {
    font-size: 2vw;
    margin-left: 2.6666vw;
    letter-spacing: 0.01em;
  }
}

.sec-overview__data-note {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.714;
}

@media screen and (max-width: 980px) {
  .sec-overview__data-note {
    font-size: 1.1111rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-overview__data-note {
    display: block;
    font-size: 2.666vw;
    line-height: 1.6;
  }
}

.sec-overview__data-note span {
  flex-shrink: 0;
}

@media screen and (max-width: 500px) {
  .sec-overview__data-note span {
      display: block;
  }
}

.sec-feature__text.check {
  position: relative;
  padding-left: 28px;
}

@media screen and (max-width: 980px) {
.sec-feature__text.check {
    padding-left: 2.2222rem;
  }
}

@media screen and (max-width: 500px) {
.sec-feature__text.check {
    padding-left: 5.3333vw;
    line-height: 1.72;
  }
}

.sec-feature__text.check + .sec-feature__text.check {
  margin-top: 13px;
}

@media screen and (max-width: 980px) {
  .sec-feature__text.check + .sec-feature__text.check {
    margin-top: 1.0317rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__text.check + .sec-feature__text.check {
    margin-top: 4vw;
  }
}

.sec-feature__text.check::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 18px;
  background-image: url("./../../../../img/add-value/signavio/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .sec-feature__text.check::before {
    top: 3px;
    width: 1.5873rem;
    height:  1.4285rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__text.check::before {
    width: 4vw;
    height: 3.466vw;
  }
}

.sec-feature__detail-img + .sec-feature__text {
  margin-top: 53px;
}

@media screen and (max-width: 980px) {
  .sec-feature__detail-img + .sec-feature__text {
    margin-top: 4.2063rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__detail-img + .sec-feature__text {
    margin-top: 8vw;
  }
}

.sec-feature__table-heading {
  font-size: 1.4rem;
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  .sec-feature__table-heading {
    font-size: 1.1111rem;
    margin-top:  2.3809rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__table-heading {
    font-size: 2.6666vw;
    margin-top: 5vw;
  }
}

.sec-feature__table-wrap {
  padding: 23px 30px 30px;
  margin-top: 15px;
  background-color: #e8ebf5;
}

@media screen and (max-width: 980px) {
  .sec-feature__table-wrap {
    padding: 1.8253968254rem 2.3809rem 2.3809rem;
    margin-top: 1.1904rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__table-wrap {
    padding: 4vw 2.9333vw;
    margin-top: 3.2vw;
  }
}

.sec-feature__table-lead {
  font-size: 1.4rem;
  line-height: 1.7142;
}

@media screen and (max-width: 980px) {
  .sec-feature__table-lead {
    font-size: 1.111rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__table-lead {
    font-size: 2.666vw;
  }
}

.sec-feature__table {
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
}

@media screen and (max-width: 980px) {
  .sec-feature__table {
    margin-top: 1.8253rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__table {
    width: 209.3333vw;
    margin-top: 4vw;
  }
}

.sec-feature__table-group {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #edf2f7;
  background-color: #fff;
}

.sec-feature__table-group:nth-child(4n) {
  border-right: none;
}

.sec-feature__table-group:nth-child(2),
.sec-feature__table-group:nth-child(4),
.sec-feature__table-group:nth-child(5),
.sec-feature__table-group:nth-child(7) {
  background-color: #edf2f7;
}

.sec-feature__table-item {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 7px;
  letter-spacing: 0.02em;
  background-color: #0a2986;
}

@media screen and (max-width: 980px) {
.sec-feature__table-item {
    padding: 0.5555rem;
  }
}

@media screen and (max-width: 500px) {
.sec-feature__table-item {
    padding: 0.9333vw;
  }
}

.sec-feature__table-list + .sec-feature__table-list {
  margin-top: 4px;
}

@media screen and (max-width: 980px) {
  .sec-feature__table-list + .sec-feature__table-list {
    margin-top: 0.31746rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__table-list + .sec-feature__table-list {
    margin-top: 0.5333vw;
  }
}

.sec-feature__table-list.tree {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background-color: rgba(232, 235, 245, 0.6);
}

@media screen and (max-width: 980px) {
  .sec-feature__table-list.tree {
    padding: 0.63492rem 0.7936rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__table-list.tree {
    padding: 1.3333vw;
  }
}

.sec-feature__table-list.tree .sec-feature__table-list-item::after,
.sec-feature__table-tree::before,
.sec-feature__table-tree-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #bcc4df;
}

.sec-feature__table-list.tree .sec-feature__table-list-item {
  padding-right: 15px;
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 980px) {
  .sec-feature__table-list.tree .sec-feature__table-list-item {
    flex: 1;
    padding-right: 1.1904rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__table-list.tree .sec-feature__table-list-item {
    flex: unset;
    padding-right: 3vw;
  }
}

.sec-feature__table-list.tree .sec-feature__table-list-item::after {
  right: 0;
  width: 9px;
  height: 1px;
}

@media screen and (max-width: 500px) {
  .sec-feature__table-list.tree .sec-feature__table-list-item::after {
    width: 1.2vw;
  }
}

.sec-feature__table-tree {
  position: relative;
}

.sec-feature__table-tree::before {
  left: 0;
  width: 1px;
  height: 80%;
}

.sec-feature__table-tree-item {
  font-size: 1.1rem;
  position: relative;
  padding-left: 13px;
  line-height: 1.54;
}

@media screen and (max-width: 980px) {
  .sec-feature__table-tree-item {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__table-tree-item {
    font-size: 2vw;
    padding-left: 2vw;
  }
}

.sec-feature__table-tree-item::before {
  left: 0;
  width: 8px;
  height: 1px;
}

@media screen and (max-width: 500px) {
  .sec-feature__table-tree-item::before {
    width: 1.2vw;
  }
}

.sec-feature__table-detail {
  padding: 10px 10px 15px;
}

@media screen and (max-width: 980px) {
  .sec-feature__table-detail {
    padding: 0.7936rem 0.7936rem 1.1904rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__table-detail {
    padding: 1.3333vw 1.3333vw 2vw;
  }
}

.sec-feature__table-list-item {
  position: relative;
  font-size: 1.4rem;
  padding-left: 10px;
  margin-left: 8px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 980px) {
  .sec-feature__table-list-item {
    font-size: 1.1111rem;
    padding-left: 0.7936rem;
    margin-left: 0.6349rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__table-list-item {
    font-size: 3vw;
    padding-left: 1.3333vw;
    margin-left: 1.0666vw;
  }
}

.sec-feature__table-list-item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  margin: auto 0;
  border-radius: 50%;
  background-color: #0a2986;
}

@media screen and (max-width: 980px) {
  .sec-feature__table-list-item::before {
    top: 0.7142857143rem;
    width: 3px;
    height: 3px;
  }
}


@media screen and (max-width: 500px) {
  .sec-feature__table-list-item::before {
    top: 1.8vw;
    width: 2px;
    height: 2px;
  }
}

.sec-feature__group + .sec-feature__group {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  .sec-feature__group + .sec-feature__group {
    margin-top: 3.9682rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__group + .sec-feature__group {
    margin-top: 3vw;
  }
}

.sec-feature__note {
  font-size: 1.4rem;
  text-indent: -3rem;
  padding-left: 3rem;
  margin-top: 15px;
  line-height: 1.857;
}

@media screen and (max-width: 980px) {
  .sec-feature__note {
    font-size: 1.111rem;
    text-indent: -2.5rem;
    padding-left: 2.5rem;
    margin-top: 1.1904rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__note {
    font-size: 2.666vw;
    margin-top: 2.5vw;
    line-height: 1.6;
  }
}

.sec-feature__detail-img {
  width: 860px;
  margin: 28px auto 0;
}

@media screen and (max-width: 980px) {
  .sec-feature__detail-img {
    margin-top: 2.2222rem;
    width:  68.2539rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__detail-img {
    margin-top: 4.2666vw;
    width: 100%;
  }
}

.sec-feature__detail-img img {
  width: 100%;
}

.sec-feature__demo-btn span {
  position: relative;
}

.sec-feature__demo-btn span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 65px;
  width: 24px;
  height: 20px;
  margin: auto 0;
  background-image: url("./../../../../img/add-value/signavio/icon_movie.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .sec-feature__demo-btn span::after {
    left: 5.7619rem;
    width: 1.9047rem;
    height: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-feature__demo-btn span::after {
    left: 10vw;
    width: 4.4vw;
    height: 3.7333vw;
  }
}

@media screen and (min-width: 501px) {
  .sec-feature__demo-btn:hover span::after {
    background-image: url("./../../../../img/add-value/signavio/icon_movie-on.svg");
  }
}

.sec-movie__body {
  width: 560px;
  margin: 30px auto 0;
}

.sec-movie__body img {
  width: 100%;
}

.sec-movie__body a {
  transition: 0.4s;
}

.sec-movie__body a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 500px) {
  .sec-movie__body {
    width: 100%;
  }
}
#sb-title, #sb-info {
    position: absolute;
    top: -40px;
    right: 0;
}

/*# sourceMappingURL=../../../../css-map/pages/add-value/manufacturing/index.css.map */
