#scma-page {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  overflow: hidden;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #scma-page .features-section .wrapper > hr {
    margin-bottom: 10rem;
  }
}
#scma-page .features-section .wrapper ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #scma-page .features-section .wrapper ul {
    gap: 8rem;
  }
}
#scma-page .features-section .wrapper ul li {
  flex: 0 1 calc((100% - 9.16rem) / 3);
  height: 20.7rem;
}
#scma-page .pricing-section {
  padding: 0;
  margin-top: 0;
}
#scma-page .pricing-section .wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 9.1rem 36rem 8rem 36rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper {
    padding: 3rem 1.8rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper > h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper > hr {
    margin-bottom: 3rem;
  }
}
#scma-page .pricing-section .wrapper .header {
  background-color: #0D5393;
  color: #fff;
  padding: 3rem 2rem;
  border-radius: 2rem 2rem 0 0;
  width: 100%;
  margin: 0 auto 0 auto;
}
#scma-page .pricing-section .wrapper .header h3 {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .header h3 {
    font-size: 1.6rem;
  }
}
#scma-page .pricing-section .wrapper .header h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .header h4 {
    font-size: 1.8rem;
  }
}
#scma-page .pricing-section .wrapper .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto 3.5rem auto;
  background-color: #fff;
  border: 0.063rem solid #e0e0e0;
  border-top: none;
  padding: 3rem;
  border-radius: 0 0 2rem 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.0509803922);
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .cards {
    padding: 1rem 3rem;
    width: 100%;
    margin-bottom: 0;
  }
}
#scma-page .pricing-section .wrapper .cards .card {
  flex: 0 0 calc((100% - 6rem) / 3);
  background-color: transparent;
  box-shadow: none;
  text-align: center;
  flex: 1;
  border-right: 0.063rem solid #e0e0e0;
  padding: 1.5rem 0;
}
#scma-page .pricing-section .wrapper .cards .card:nth-child(3) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .cards .card {
    flex: 0 0 100%;
    border-right: none;
    border-bottom: 0.063rem solid #e0e0e0;
  }
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .cards .card:last-child {
    border-bottom: none;
  }
}
#scma-page .pricing-section .wrapper .cards .card .body {
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .cards .card .body {
    padding: 0;
  }
}
#scma-page .pricing-section .wrapper .cards .card .body .label {
  display: inline-block;
  font-size: 1.8rem;
  color: #0D5393;
  border: 0.063rem solid #0D5393;
  border-radius: 1.5rem;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .cards .card .body .label {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
#scma-page .pricing-section .wrapper .cards .card .body .units {
  font-size: 2.8rem;
  color: #0D5393;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .cards .card .body .units {
    font-size: 2rem;
  }
}
#scma-page .pricing-section .wrapper .cards .card .body .price-unit {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .cards .card .body .price-unit {
    font-size: 2rem;
  }
}
#scma-page .pricing-section .wrapper .cards .card .body .price {
  font-size: 5.2rem;
  color: #0D5393;
  margin: 0;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .cards .card .body .price {
    font-size: 3.6rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: space-between;
  background-color: #e9f5ff;
  padding: 2.5rem;
  border-radius: 2rem;
  margin-top: 2rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner {
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner .details-pricing-info {
  background-color: #0D5393;
  color: #fff;
  padding: 5.5rem 7.5rem;
  border-radius: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner .details-pricing-info {
    padding: 2rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner .details-pricing-info .label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner .details-pricing-info .label {
    font-size: 1.4rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner .details-pricing-info .details-text {
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner .details-pricing-info .details-text {
    font-size: 1.8rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner .details-pricing-info .details-text .details-sub-text {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner .details-pricing-info .details-text .details-sub-text {
    font-size: 1.4rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner .right-arrow {
  position: relative;
  margin-right: 2rem;
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner .right-arrow {
    display: none;
  }
}
#scma-page .pricing-section .wrapper .details-banner .dowm-arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner .dowm-arrow {
    display: inline;
    position: relative;
    top: -0.8rem;
    width: 1rem;
    height: 1rem;
    margin-bottom: 2rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  text-align: left;
  color: #0D5393;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner ul {
    font-size: 1.2rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner ul li {
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner ul li:last-child {
  margin-bottom: 0;
}
#scma-page .pricing-section .wrapper .details-banner ul li .item-icon {
  margin-right: 0.2rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner ul li .item-icon {
    margin-right: 0.1rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner ul li .item-icon img {
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner ul li .item-icon img {
    width: 2rem;
    height: 2rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner ul li .item-icon.camera {
  position: relative;
  top: 0.2rem;
}
#scma-page .pricing-section .wrapper .details-banner ul li .item-icon.recorder {
  position: relative;
  top: 0.2rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner ul li .item-icon.recorder {
    top: -0.5rem;
    left: -0.5rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner ul li .item-icon.recorder img {
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner ul li .item-icon.recorder img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner ul li .item-icon.monitor {
  position: relative;
  top: 0.2rem;
}
#scma-page .pricing-section .wrapper .details-banner ul li .first {
  margin-left: 1.5rem;
}
#scma-page .pricing-section .wrapper .details-banner ul li .point {
  margin-right: 1rem;
  width: 1rem;
  height: 2.5rem;
}
#scma-page .pricing-section .wrapper .details-banner ul li .item-count {
  font-size: 2rem;
  color: #0D5393;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner ul li .item-count {
    font-size: 1.4rem;
    margin-left: 0.2rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner ul li .item-note {
  position: relative;
  top: 0.2rem;
  font-size: 1.3rem;
  color: #0D5393;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner ul li .item-note {
    font-size: 1rem;
    margin-left: 0.2rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner .details-total-price {
  position: relative;
  top: 5rem;
  left: -3rem;
  color: #0D5393;
  text-align: right;
  font-size: 2.5rem;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 0.125rem solid #0D5393;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner .details-total-price {
    font-size: 1.8rem;
    left: 0;
    top: 0;
  }
}
#scma-page .pricing-section .wrapper .details-banner .details-total-price .total-price-amount {
  font-size: 3.2rem;
  padding-bottom: 0.3rem;
  font-weight: normal;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner .details-total-price .total-price-amount {
    font-size: 2.4rem;
  }
}
#scma-page .pricing-section .wrapper .details-banner .details-total-price .total-price-unit {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #scma-page .pricing-section .wrapper .details-banner .details-total-price .total-price-unit {
    font-size: 1.8rem;
  }
}
#scma-page .cost-reduction-section {
  background-color: #e9f5ff;
  margin-top: 0;
}
#scma-page .cost-reduction-section .wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 9.1rem 36rem 7.1rem 36rem;
}
@media screen and (max-width: 768px) {
  #scma-page .cost-reduction-section .wrapper {
    flex-direction: column;
    padding: 3rem 1.8rem 6rem;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #scma-page .cost-reduction-section .wrapper > h2 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #scma-page .cost-reduction-section .wrapper > hr {
    margin-bottom: 3rem;
  }
}
#scma-page .cost-reduction-section .wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  #scma-page .cost-reduction-section .wrapper .content {
    width: 100%;
    gap: 1rem;
  }
}
#scma-page .cost-reduction-section .wrapper .content .text {
  width: 100%;
  max-width: 120rem;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #0D5393;
}
@media screen and (max-width: 768px) {
  #scma-page .cost-reduction-section .wrapper .content .text {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
#scma-page .cost-reduction-section .wrapper .content .text p {
  margin-bottom: 2rem;
}
#scma-page .cost-reduction-section .wrapper .content .text p:last-child {
  margin-bottom: 0;
}
#scma-page .cost-reduction-section .wrapper .content .text span {
  color: #0D5393;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #scma-page .cost-reduction-section .wrapper .content .text span {
    font-size: 2rem;
  }
}
#scma-page .operational-management-section {
  background-color: #0D5393;
  color: #fff;
  margin-top: 0;
  padding: 0;
}
#scma-page .operational-management-section .wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 9.1rem 36rem 8rem 36rem;
}
@media screen and (max-width: 768px) {
  #scma-page .operational-management-section .wrapper {
    flex-direction: column;
    padding: 3rem 1.8rem 6rem;
    gap: 0;
  }
}
#scma-page .operational-management-section .wrapper > h2 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #scma-page .operational-management-section .wrapper > h2 {
    margin-bottom: 2rem;
  }
}
#scma-page .operational-management-section .wrapper > hr {
  background-color: #fff;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  #scma-page .operational-management-section .wrapper > hr {
    margin-bottom: 3rem;
  }
}
#scma-page .operational-management-section .wrapper .content {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #scma-page .operational-management-section .wrapper .content {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}
#scma-page .operational-management-section .wrapper .content .top {
  flex: 1;
  display: block;
  margin-bottom: 2rem;
}
#scma-page .operational-management-section .wrapper .content .top p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
#scma-page .operational-management-section .wrapper .content .top p:last-child {
  margin-bottom: 0;
}
#scma-page .operational-management-section .wrapper .content .bottom {
  flex: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  #scma-page .operational-management-section .wrapper .content .bottom {
    flex-direction: column;
    gap: 2rem;
  }
}
#scma-page .operational-management-section .wrapper .content .bottom p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
#scma-page .operational-management-section .wrapper .content .right {
  flex: 1;
  display: block;
}
#scma-page .operational-management-section .wrapper .content .images {
  flex: 0 0 50%;
  display: flex;
  gap: 1.5rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  #scma-page .operational-management-section .wrapper .content .images {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
#scma-page .operational-management-section .wrapper .content .images img {
  width: calc((100% - 3rem) / 3);
  height: auto;
  border-radius: 2rem;
}
#scma-page .operational-management-section .wrapper .stats-cards {
  margin-top: 0;
}

/*# sourceMappingURL=scma.css.map */
