@charset "UTF-8";
header .flex_cc {
  justify-content: space-between;
}
.visual {
  margin: 100px 0 0;
  padding: 3% 0;
}
.visual .icon {
  width: 80px;
}
.fade_up {
  animation-name: fadeup;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-direction: normal;
  opacity: 0;
}
figure.fade_up {
  animation-delay: 1.2s;
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.case_sec .no, .intro_sec .intro_step .no {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0;
}
.case_sec dl {
  max-width: 650px;
}
.comparison_sec li {
  height: 105px;
  padding: 15px;
  background: rgba(237, 128, 0, .1);
  border-left: solid 5px #ed8000;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
}
.comparison_sec .common_area li {
  background: rgba(54, 75, 85, .1);
  border-left: solid 5px #364b55;
}
.comparison_sec .common_area li::after {
  content: "";
  position: absolute;
  right: -70PX;
  top: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #ed8000;
}
.comparison_sec .comparison_cont_txt {
  padding: 20px;
  height: 280px;
}
.comparison_sec .comparison_cont_point {
  padding: 20px 0px 15px 15px;
  position: absolute;
  bottom: 95px;
  width: 180px;
  height: 100px;
  background-color: #109ee0;
  line-height: .6em;
  left: 50%;
  transform: translate(-55%, 0%);
  -webkit-transform: translate(-55%, 0%);
  -ms-transform: translate(-55%, 0%);
  text-align: center;
}
.comparison_sec .comparison_cont_point::after {
  content: "";
  top: 0;
  right: -30px;
  box-sizing: border-box;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #109ee0;
  position: absolute;
  height: 100%;
}
.comparison_sec h3.orange {
  padding: 2.4% 0;
}
.comparison_sec .top_soft {
  margin-top: 4.2%;
}
.case_sec, .plan_sec {
  background: #364b55 url(../img/discover-advantages-section.png) no-repeat center center;
  background-size: cover;
}
.plan_sec table, td, th, .plan_sup {
  border: 2px solid #c3b9af;
  border-collapse: collapse;
}
.plan_sec table th:nth-child(1) {}
.plan_sec th.title {
  width: 400px;
}
.plan_sec th.title.last {
  font-size: 19px;
  font-weight: bold;
  background: #ed8000;
}
.plan_sec th.title.last span {
  /*width:370px;*/
  /*margin-left: -10px;*/
}
.plan_sec th.title .flex_cc {
  justify-content: space-between;
}
.plan_sec th.top.second {
  min-width: 300px;
}
.plan_sec th.top.third {
  min-width: 300px;
}
.plan_sec th.top.fourth {
  min-width: 270px;
}
.plan_sec table tr:nth-child(2) th:nth-child(1) {}
.plan_sec table img {
  width: 65px;
}
.plan_sec table th img {
  width: 30px;
  margin: 0 10px;
}
.plan_sec td, .plan_sec th {
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.2em;
}
.plan_sec td.last {
  font-size: 24px;
  font-weight: bold;
  background: #ed8000;
}
.plan_sec td.last span {
  display: block;
  font-size: 14px;
}
.plan_sec td.last span.bb {
  font-size: 24px;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #ffffff;
}

.plan_sec tr:nth-child(1) th:nth-child(4) {
  line-height: 1;
}
.plan_sec table tr th span {
  width: 300px;
  display: inline-block;
  text-align: left;
  margin-left: 10px;
}



.plan_sec tr:nth-child(2) th {
  width: 140px;
}
.intro_sec .intro_txt li dl {
  background-color: rgba(230, 230, 230, 0.9);
  border-radius: 50px 0;
}
.plan_sec .subtitle {
  margin-top: 2%;
  font-size: 24px;
}
.intro_sec .intro_service li figure {
  height: 250px;
}
.intro_sec .intro_step .no {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-left: 10px;
}
.intro_sec .intro_step li {
  height: 160px;
}
.intro_sec .intro_step li, .contact_sec .container {
  border: 1px solid #c3b9af;
  border-collapse: collapse;
}
.intro_sec .btn, .contact_sec .btn {
  width: 400px;
  display: inline-block;
}
.contact_sec .tel_txt img {
  width: 35px;
}
/*add*/
.sup_txt {
  width: 93.3%;
  margin: 0 30px 2%;
  font-size: 16px;
  color: #ffffff;
}
#product ul {
  align-items: flex-start;
}
#product ul li img {
  width: 304px;
}
#product ul li .wsn {
  margin-left: -10px;
}
.intro_sec .f20 {
  font-size: 20px;
}
.import {
  background: #C4BAB0;
  padding: 10px;
  border-radius: 100px;
  font-weight: bold;
}
.intro_sec ul li .wsn.v1 {
  margin-left: -18px;
}
.intro_sec ul li .wsn.v2 {
  margin-left: -34px;
}
@media screen and (max-width: 1024px) {
  .visual {
    margin: 80px 0 0;
  }
  .visual .w50 {
    margin: auto;
  }
  .visual figure img {
    object-position: 20% 50%;
  }
  .comparison_sec .top_soft {
    margin-top: 6.2%;
  }
  .plan_sup {
    width: 90%;
    margin: 5% auto auto auto;
  }
  .over {
    /*    width:100%;
    height: 500px;
    display: block;*/
  }
  .plan_sec table {
    border: none;
  }
  .plan_sec th {
    border: 2px solid #c3b9af;
    /*border:none;*/
  }
  .plan_sec table tr th span {
    width: 270px;
    display: inline-block;
    text-align: left;
    margin-left: 10px;
  }
  .plan_sec th.title {
    min-width: 250px;
  }
  .plan_sec th.second {
    border-left: none;
  }
  .plan_sec td {
    border: 1px solid #c3b9af;
    position: relative;
  }
  .plan_sec td.last {
    border-bottom: none;
  }
  .plan_sec td:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #c3b9af;
  }
  th.title {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #364b55;
    border: none;
  }
  /*  th.title.first {
    border-top:1px solid #c3b9af;
    border-right:1px solid #c3b9af;
  }*/
  /*  th.title.first:before {
    border-top:1px solid #c3b9af;
    border-top:none;
  }*/
  /*  th.title.last {
    border-bottom:1px solid #c3b9af;
  }*/
  th.title.last span {
    margin-left: 10px;
  }
  th.title:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #c3b9af;
    border-right: 2px solid #c3b9af;
    border-left: 2px solid #c3b9af;
  }
  th.top {
    border-top: none;
    position: relative;
  }
  th.top:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-top: 2px solid #c3b9af;
  }
  th.top.first.title {
    position: sticky;
  }
  th.title.last:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #c3b9af;
  }
  .plan_sec table td:nth-of-type(1) {
    border-left: none;
  }
  .plan_sec td.last:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #c3b9af;
  }
  .plan_sec td.last {
    border-bottom: 1px solid #c3b9af;
    border-bottom: none;
  }
  td {
    white-space: nowrap;
  }
  /*add*/
  .sup_txt {
    width: 87%;
    margin: 0 auto 2%;
  }
}
@media screen and (max-width: 500px) {
  .visual .w50:nth-child(2) {
    width: 90%;
  }
  .product_sec .f36, .plan_sec td, .plan_sec th {
    font-size: 16px;
  }
  .product_sec .w30 figure {
    width: 70%;
    margin: 5% auto 0;
  }
  .case_sec .no, .intro_sec .intro_step .no {
    width: 50px;
    height: 50px;
  }
  .comparison_sec .top_soft {
    margin-top: 7.6%;
  }
  .comparison_cont, .plan_sec table {
    margin: 5% 4px;
  }
  .plan_sec table img {
    width: 44px;
  }
  .plan_sec td, .plan_sec th {
    padding: 5px 0;
    font-size: 14px;
  }
  .plan_sec th.title {
    min-width: 200px;
  }
  .plan_sec th.title.last span {
    font-size: 16px;
  }
  .plan_sec th.title.last {
    font-size: 16px;
    padding: 1% 0;
  }
  .plan_sec table tr th span {
    width: 190px;
    display: inline-block;
    text-align: left;
    margin-left: 10px;
  }
  .plan_sec td.last {
    font-size: 18px;
  }
  .intro_sec .intro_txt li dl {
    padding: 40px 30px;
  }
  .intro_sec .intro_step .no {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    margin-left: 5px;
  }
  .intro_sec .intro_step li {
    height: auto;
  }
  .intro_service h3, .intro_step h3 {
    padding: 10% 0 15%;
  }
  .intro_sec .btn, .contact_sec .btn {
    width: 280px;
  }
  .contact_sec .tel_txt img {
    width: 28px;
  }
  .comparison_sec .comparison_cont_point {
    bottom: 105px;
    padding: 17px 0px 7px 6px;
    font-size: 38px;
    width: 160px;
    height: 80px;
  }
  .comparison_sec .comparison_cont_point::after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid #109ee0;
    right: -30px;
  }
  .plan_sec .subtitle {
    width: 93.3%;
    margin: 2% auto 0;
    font-size: 18px;
  }
}

/*add230207*/

sup {
    font-size: 70%;
    position: relative;
    top: -0.2em;
    left: 0;
}

@media screen and (min-width: 1024px) {
  .plan_sec table tr th span {
    white-space: nowrap;
  }
}

/*add230418*/

.scroll-hint-icon {
  width:130px!important;
}

.scroll-hint-icon-wrap {
  z-index: 10;
  }

