@charset "UTF-8";
.aiPage {
  /* reset css
  ==============================================================*/
}
.aiPage body,
.aiPage h1, .aiPage h2, .aiPage h3, .aiPage h4, .aiPage h5, .aiPage h6,
.aiPage p, .aiPage ol, .aiPage ul, .aiPage dl, .aiPage dt, .aiPage dd, .aiPage form,
.aiPage figure {
  margin: 0;
  padding: 0;
}
.aiPage h1, .aiPage h2, .aiPage h3, .aiPage h4, .aiPage h5, .aiPage h6 {
  font-size: 100%;
  font-weight: normal;
}
.aiPage strong {
  font-weight: normal;
}
.aiPage table, .aiPage td, .aiPage th, .aiPage tr, .aiPage thead, .aiPage tbody {
  border: none;
}
.aiPage table th {
  text-align: left;
  font-weight: normal;
}
.aiPage table {
  border-collapse: collapse;
}
.aiPage ul, .aiPage ol {
  list-style: none;
}
.aiPage a {
  text-decoration: none;
}
.aiPage a img {
  border: none;
}
.aiPage img {
  vertical-align: bottom;
}
.aiPage textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.aiPage select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.aiPage select::-ms-expand {
  display: none;
}
.aiPage header, .aiPage footer, .aiPage section, .aiPage nav, .aiPage main, .aiPage figure, .aiPage figcaption, .aiPage time, .aiPage small {
  display: block;
}
.aiPage input[type=submit], .aiPage input[type=image] {
  border: none;
  padding: 0;
}
.aiPage input[type=text], .aiPage input[type=email], .aiPage input[type=tel], .aiPage input[type=number], .aiPage input[type=password] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.aiPage input[type=number] {
  -moz-appearance: textfield;
}
.aiPage input[type=number]::-webkit-outer-spin-button, .aiPage input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.aiPage button {
  border: none;
  margin: 0;
  cursor: pointer;
}
.aiPage input[type=submit], .aiPage input[type=image], .aiPage input[type=reset] {
  cursor: pointer;
}
.aiPage address {
  font-style: normal;
}
.aiPage input, .aiPage button, .aiPage select, .aiPage textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}
.aiPage input::-webkit-input-placeholder, .aiPage textarea::-webkit-input-placeholder {
  color: #999;
}
.aiPage input::-moz-placeholder, .aiPage textarea::-moz-placeholder {
  color: #999;
}
.aiPage input:-ms-input-placeholder, .aiPage textarea:-ms-input-placeholder {
  color: #999;
}
.aiPage input::-ms-input-placeholder, .aiPage textarea::-ms-input-placeholder {
  color: #999;
}
.aiPage input::placeholder,
.aiPage textarea::placeholder {
  color: #999;
}
.aiPage i {
  font-style: normal;
}

.aiPage {
  /* 汎用モジュール
  ========================================================*/
}
@media screen and (min-width: 955px) {
  .aiPage .modBpPc {
    display: inherit !important;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modBpPc {
    display: none !important;
  }
}
@media screen and (min-width: 955px) {
  .aiPage .modBpSp {
    display: none !important;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modBpSp {
    display: inherit !important;
  }
}
@media screen and (min-width: 955px) {
  .aiPage .modBpXPc {
    display: block;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modBpXPc {
    display: none;
  }
}
@media screen and (min-width: 955px) {
  .aiPage .modBpXSp {
    display: none;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modBpXSp {
    display: block;
  }
}
.aiPage .modTitle {
  font-size: 32px;
  font-size: 3.2rem;
  position: relative;
  text-align: center;
  font-weight: 500;
  padding: 0 0 14px;
  margin: 0 0 60px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .aiPage .modTitle {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 40px;
  }
}
.aiPage .modTitle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 120px;
  height: 2px;
  background: #2255f1;
}
@media screen and (max-width: 768px) {
  .aiPage .modTitle:after {
    width: 80px;
  }
}
.aiPage .modCta {
  color: #ffffff;
  background: #2255f1;
  overflow: hidden;
}
@media screen and (min-width: 955px) {
  .aiPage .modCta__inner {
    max-width: calc(982px + 24vw);
    margin: 0 auto;
    padding: 68px 12vw 77px;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modCta__inner {
    margin: 0;
    padding: 0 10.67vw 68px;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modCta__head {
    padding: 66px 0 0;
  }
}
@media screen and (min-width: 955px) {
  .aiPage .modCta__head__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modCta__head__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 955px) {
  .aiPage .modCta__head__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modCta__head__lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin: 17px 0 0;
  }
}
@media screen and (min-width: 955px) {
  .aiPage .modCta__cont__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 5vw;
    margin: 53px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modCta__cont__list {
    margin: 35px 0 0;
  }
}
.aiPage .modCta__cont__list > li {
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 955px) {
  .aiPage .modCta__cont__list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modCta__cont__list > li {
    margin: 20px 0 0;
  }
}
.aiPage .modCta__cont__list > li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 200%;
  background: #112aea;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 955px) {
  .aiPage .modCta__cont__list > li::after {
    height: 300%;
    -webkit-clip-path: polygon(50% 100%, 0% 100px, 50% 0%, 120% 100%);
            clip-path: polygon(50% 100%, 0% 100px, 50% 0%, 120% 100%);
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modCta__cont__list > li::after {
    height: 600%;
    -webkit-clip-path: polygon(90% 100%, 0% 70px, 50% 0%, 140% 100%);
            clip-path: polygon(90% 100%, 0% 70px, 50% 0%, 140% 100%);
  }
}
.aiPage .modCta__cont__list > li .btn {
  display: block;
  color: #2255f1;
  background: #ffffff;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 955px) {
  .aiPage .modCta__cont__list > li .btn {
    font-size: 24px;
    font-size: 2.4rem;
    height: 100px;
  }
  .aiPage .modCta__cont__list > li .btn:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modCta__cont__list > li .btn {
    height: 70px;
  }
}
.aiPage .modCta__cont__list > li .btn__inner {
  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;
  text-align: center;
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.aiPage .modCta__cont__list > li .btn .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.aiPage .modCta__cont__list > li .btn .icon--download {
  background-image: url("https://www.sbpayment.jp/assets/img/top/icon_download.svg");
}
@media screen and (min-width: 955px) {
  .aiPage .modCta__cont__list > li .btn .icon--download {
    width: 31px;
    height: 40px;
    margin: 0 21px 0 0;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modCta__cont__list > li .btn .icon--download {
    width: 24px;
    height: 31px;
    margin: 0 15px 0 -10px;
  }
}
.aiPage .modCta__cont__list > li .btn .icon--contact {
  background-image: url("https://www.sbpayment.jp/assets/img/top/icon_contact.svg");
}
@media screen and (min-width: 955px) {
  .aiPage .modCta__cont__list > li .btn .icon--contact {
    width: 37px;
    height: 41px;
    margin: 0 20px 0 -16px;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modCta__cont__list > li .btn .icon--contact {
    width: 28px;
    height: 32px;
    margin: 0 16px 0 -14px;
  }
}
.aiPage .modCta__cont__list > li .btn--contact .btn__inner {
  color: #ffffff;
  background: #ff893b;
}
.aiPage .modCta__cont__list > li .btn--contact .icon--contact {
  background-image: url("https://www.sbpayment.jp/assets/img/top/icon_contact_white.svg");
}
@media screen and (min-width: 955px) {
  .aiPage .modCta__cont__list > li:hover .btn__inner {
    background: #bcccfb;
  }
  .aiPage .modCta__cont__list > li:hover .btn--contact .btn__inner {
    background: #bc7972;
  }
}
.aiPage .en {
  display: none !important;
}

.aiPage {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, メイリオ, Osaka, "MS PGothic", sans-serif;
  background: #F7F9FB;
}
.aiPage .kv {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/kv.png) no-repeat;
  background-size: cover;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .aiPage .kv {
    display: block;
    height: auto;
    background: url(../img/sp/kv_bg.png) no-repeat;
    background-size: cover;
    margin: 0 0 150px;
  }
}
.aiPage .kv__cont {
  margin: 85px 0 0px auto;
  padding: 0px 32px 0px 30px;
  position: relative;
  z-index: 22;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .aiPage .kv__cont {
    margin: 0;
    padding: 0;
  }
}
.aiPage .kv__title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .aiPage .kv__title {
    font-size: 34px;
    font-size: 3.4rem;
    padding: 33px 0 0 28px;
    margin: 0 0 20px;
  }
}
.aiPage .kv__title__blue {
  color: #2255f1;
}
.aiPage .kv__title__small {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .aiPage .kv__title__small {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.aiPage .kv__title__sub {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  color: #2255f1;
  padding: 14px 0px 19px;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 768px) {
  .aiPage .kv__title__sub {
    font-size: 20px;
    padding: 10px 0px 15px;
  }
}
.aiPage .kv__lead {
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .aiPage .kv__lead {
    padding: 0 20px 0 30px;
    margin: 0 0 16px;
    line-height: 1.6;
  }
}
.aiPage .kv .modCtaContentsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  max-width: 432px;
  height: 50px;
  margin: 44px 0 0;
}
@media screen and (max-width: 768px) {
  .aiPage .kv .modCtaContentsInner {
    display: none;
  }
}
.aiPage .kv .modCtaContentsInner > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 200px;
}
.aiPage .kv .modCtaContentsInner > li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aiPage .kv .modCtaContentsInner > li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .aiPage .kv .modCtaContentsInner > li {
    width: 160px;
    margin: 0 6px;
  }
}
.aiPage .kv .modCtaContentsInner > li .btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
@media screen and (min-width: 955px) {
  .aiPage .kv .modCtaContentsInner > li .btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 50px;
    -webkit-box-shadow: 7px 5px 5px 0px rgba(60, 60, 60, 0.3);
            box-shadow: 7px 5px 5px 0px rgba(60, 60, 60, 0.3);
  }
}
@media screen and (max-width: 954px) {
  .aiPage .kv .modCtaContentsInner > li .btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 50px;
    -webkit-box-shadow: 3px 4px 3px 0px rgba(60, 60, 60, 0.3);
            box-shadow: 3px 4px 3px 0px rgba(60, 60, 60, 0.3);
  }
}
.aiPage .kv .modCtaContentsInner > li .btn--download {
  background: -webkit-gradient(linear, right bottom, left top, from(#112aea), to(#2c5ffd));
  background: linear-gradient(to left top, #112aea 0%, #2c5ffd 100%);
}
.aiPage .kv .modCtaContentsInner > li .btn--contact {
  background: -webkit-gradient(linear, right bottom, left top, from(#e9650f), to(#ff893b));
  background: linear-gradient(to left top, #e9650f 0%, #ff893b 100%);
}
.aiPage .kv .modCtaContentsInner--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.aiPage .kv .modCtaContentsInner--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .aiPage .kv .modCtaContentsInner--pc {
    display: none;
  }
  .aiPage .kv .modCtaContentsInner--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
  }
}
.aiPage .kv__img {
  width: 59%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aiPage .kv__img {
    width: auto;
  }
}
.aiPage .kv__img__sub {
  position: absolute;
  left: 310px;
  bottom: -20px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .aiPage .kv__img__sub {
    left: unset;
    right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) and (min-width: 769px) and (max-width: 858px) {
  .aiPage .kv__img__sub video {
    width: 300px !important;
  }
}
.aiPage .kv__img__sub video {
  width: 375px;
  -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .aiPage .kv__img__sub {
    max-width: 335px;
    position: relative;
    width: 100%;
    right: 0px;
    left: 0px;
    bottom: -80px;
    z-index: 22;
    margin: auto;
  }
  .aiPage .kv__img__sub video {
    width: 100%;
  }
}
.aiPage .customerLogos {
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 955px) {
  .aiPage .customerLogos {
    margin: 46px 0 -78px;
    height: 100px;
    margin: 0 auto 60px;
    max-width: 980px;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .customerLogos {
    margin: 68px 0 0;
  }
}
.aiPage .customerLogos__title {
  background: #ffffff;
}
@media screen and (min-width: 955px) {
  .aiPage .customerLogos__title {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 0 40px;
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 82.5% 0%, 70% 100%);
            clip-path: polygon(0% 100%, 0% 0%, 82.5% 0%, 70% 100%);
    width: 210px;
    height: 100%;
    line-height: 100px;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .customerLogos__title {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
            clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
    width: 210px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
  }
}
.aiPage .customerLogos .roop {
  width: 100%;
  background-position: 50%;
}
@media screen and (min-width: 955px) {
  .aiPage .customerLogos .roop {
    background-image: url("../img/logo_slide.png");
    background-size: auto 95px;
    background-repeat: no-repeat;
    height: 95px;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .customerLogos .roop {
    -webkit-animation: bgroop 30s linear infinite;
    animation: bgroop 30s linear infinite;
    background-image: url("../img/sp/logo_slide.png");
    background-size: auto 60px;
    background-repeat: repeat-x;
    height: 60px;
    margin: 30px 0 80px;
  }
}
@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2876px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2876px 0;
  }
}
.aiPage .worth {
  padding: 0 20px;
  margin: 0 auto 120px;
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth {
    width: 89.3%;
    margin: 0 auto 70px;
  }
}
.aiPage .worth__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  margin: 0 auto 60px;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 16px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .aiPage .worth__list {
    gap: 0 20px;
  }
}
.aiPage .worth__list li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__list li {
    width: calc((100% - 16px) / 2);
  }
  .aiPage .worth__list li:nth-child(n+3) .link .title {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aiPage .worth__list li .link {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(31, 70, 95, 0.22);
          box-shadow: 0px 0px 30px rgba(31, 70, 95, 0.22);
  border-radius: 10px;
  position: relative;
  min-height: 382px;
  color: #404040;
  padding: 16px 20px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aiPage .worth__list li .link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__list li .link {
    padding: 0px;
    height: 100%;
    -webkit-box-shadow: 0px 0px 15px rgba(31, 70, 95, 0.15);
            box-shadow: 0px 0px 15px rgba(31, 70, 95, 0.15);
    width: 100%;
    margin: 0 auto 30px;
    max-width: 450px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.aiPage .worth__list li .link::after {
  content: "";
  position: absolute;
  background: url(../img/icon_arrow_wide.svg) no-repeat 0 0;
  background-size: 100%;
  left: 50%;
  height: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26px;
  bottom: 20px;
}
.aiPage .worth__list .image {
  margin: 0 -20px 14px;
  background: #F7F9FB;
  height: 120px;
  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;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__list .image {
    text-align: center;
    margin: 0 0 14px;
  }
}
.aiPage .worth__list .title {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #2255F1;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__list .title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 0px;
    margin: 0;
  }
}
.aiPage .worth__list .text {
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
.aiPage .worth__list .text .gray {
  color: #989C9F;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__list .text {
    padding: 0 8px 0px;
  }
}
.aiPage .worth__box {
  background: #fff;
  padding: 60px 80px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box {
    padding: 40px 20px 40px;
  }
}
.aiPage .worth__box__title {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__title {
    display: block;
    margin: 0 0 30px;
  }
}
.aiPage .worth__box__title:before {
  content: "";
  display: inline-block;
  background: url(../img/worthTitle_img01.svg) no-repeat;
  background-size: contain;
  width: 56px;
  height: 46.28px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__title:before {
    display: block;
  }
}
.aiPage .worth__box__title:nth-of-type(2):before {
  background: url(../img/worthTitle_img02.svg) no-repeat;
  background-size: contain;
  width: 57.03px;
  height: 44px;
}
.aiPage .worth__box__title:nth-of-type(3):before {
  background: url(../img/worthTitle_img03.svg) no-repeat;
  background-size: contain;
  width: 47.61px;
  height: 60.77px;
}
.aiPage .worth__box__title:nth-of-type(4):before {
  background: url(../img/worthTitle_img04.svg) no-repeat;
  background-size: contain;
  width: 44.74px;
  height: 42px;
}
.aiPage .worth__box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 40px;
  margin: 0 0 80px;
  position: relative;
}
.aiPage .worth__box__flex:last-of-type:after {
  display: none;
}
.aiPage .worth__box__flex:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #F7F9FB;
  position: absolute;
  left: 0px;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex {
    display: block;
    margin: 0 0 90px;
  }
}
.aiPage .worth__box__flex:nth-of-type(1) .text {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex:nth-of-type(1) .text {
    width: 100%;
    letter-spacing: 1px;
  }
}
.aiPage .worth__box__flex:nth-of-type(1) .image {
  max-width: 670px;
  width: 72%;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex:nth-of-type(1) .image {
    width: 100%;
  }
}
.aiPage .worth__box__flex:nth-of-type(1) .image img {
  width: 100%;
}
.aiPage .worth__box__flex:nth-of-type(2) div {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex:nth-of-type(2) div {
    width: 100%;
  }
}
.aiPage .worth__box__flex:nth-of-type(2) div .text {
  width: 98%;
  margin: 0 0 34px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex:nth-of-type(2) div .text {
    width: 100%;
    margin: 0 0 20px;
  }
}
.aiPage .worth__box__flex:nth-of-type(2) div .gray {
  background: #F7F9FB;
  position: relative;
  padding: 20px 20px;
  width: 90%;
  border-radius: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex:nth-of-type(2) div .gray {
    padding: 20px 20px 64px;
    margin: 0 0 20px;
  }
}
.aiPage .worth__box__flex:nth-of-type(2) div .gray__title {
  margin: 0 0 10px;
}
.aiPage .worth__box__flex:nth-of-type(2) div .gray__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aiPage .worth__box__flex:nth-of-type(2) div .gray__list li {
  width: 50%;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex:nth-of-type(2) div .gray__list li {
    width: 100%;
  }
}
.aiPage .worth__box__flex:nth-of-type(2) div .gray__list li:before {
  content: "";
  display: inline-block;
  border-radius: 10000px;
  width: 4px;
  height: 4px;
  background: #333;
  margin: 0 10px 0 0px;
  vertical-align: middle;
}
.aiPage .worth__box__flex:nth-of-type(2) div .gray__text {
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.aiPage .worth__box__flex:nth-of-type(2) .image {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.aiPage .worth__box__flex:last-of-type {
  margin: 0;
}
.aiPage .worth__box__flex .text {
  width: 70%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .text {
    width: 100%;
    margin: 0px 0 27px;
    letter-spacing: 0.4px;
  }
}
.aiPage .worth__box__flex .text .gray {
  color: #989C9F;
}
.aiPage .worth__box__flex .image {
  width: 330px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.aiPage .worth__box__flex .image img {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .image {
    width: 100%;
  }
  .aiPage .worth__box__flex .image img {
    width: 100%;
  }
}
.aiPage .worth__box__flex .table {
  max-width: 600px;
  width: 64%;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 0 20px;
  }
}
.aiPage .worth__box__flex .table td, .aiPage .worth__box__flex .table th {
  padding: 15px 16px;
  background: #F7F9FB;
  font-size: 14px;
  font-size: 1.4rem;
  border: 2px solid #fff;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table td, .aiPage .worth__box__flex .table th {
    padding: 13px 18px;
  }
}
.aiPage .worth__box__flex .table .hidden {
  visibility: hidden;
}
.aiPage .worth__box__flex .table .blueBg {
  background: #EAF5FF;
}
.aiPage .worth__box__flex .table .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.aiPage .worth__box__flex .table .gray {
  color: #989C9F;
}
.aiPage .worth__box__flex .table .defence {
  width: 39.5%;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .defence {
    text-align: left;
    vertical-align: top;
  }
}
.aiPage .worth__box__flex .table .defence:before {
  content: "";
  width: 18.9px;
  height: 26.25px;
  background: url(../img/icon_defence.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .defence:before {
    display: block;
    margin: 0 0 6px;
  }
}
.aiPage .worth__box__flex .table .ai {
  color: #2255f1;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  width: 39.5%;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .ai {
    text-align: left;
    vertical-align: top;
  }
}
.aiPage .worth__box__flex .table .ai:before {
  content: "";
  width: 21.8px;
  height: 22.63px;
  background: url(../img/icon_ai.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .ai:before {
    display: block;
    margin: 0 0 6px;
  }
}
.aiPage .worth__box__flex .table .info {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .info {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.aiPage .worth__box__flex .table .info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .info span {
    display: block;
  }
}
.aiPage .worth__box__flex .table .info span:before {
  content: "";
  min-width: 23.38px;
  min-height: 23.38px;
  background: url(../img/icon_info.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 0 0px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .info span:before {
    display: block;
  }
}
.aiPage .worth__box__flex .table .time {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.aiPage .worth__box__flex .table .time span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .time span {
    display: block;
  }
}
.aiPage .worth__box__flex .table .time span:before {
  content: "";
  min-width: 23.38px;
  min-height: 23.38px;
  background: url(../img/icon_time.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 0 0px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .time span:before {
    display: block;
  }
}
.aiPage .worth__box__flex .table .cost {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .cost {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.aiPage .worth__box__flex .table .cost span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .cost span {
    display: block;
  }
}
.aiPage .worth__box__flex .table .cost span:before {
  content: "";
  min-width: 23.38px;
  min-height: 23.38px;
  background: url(../img/icon_cost.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 0 0px;
}
@media screen and (max-width: 768px) {
  .aiPage .worth__box__flex .table .cost span:before {
    display: block;
  }
}
.aiPage .package {
  max-width: 980px;
  margin: 0 auto 120px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .aiPage .package {
    margin: 0 auto 70px;
    padding: 0 20px;
  }
}
.aiPage .package__image {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .aiPage .package__image {
    display: none;
  }
}
.aiPage .package__image img {
  width: 100%;
}
.aiPage .package__image__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .aiPage .package__image__sp {
    margin: 0 0 20px;
    display: block;
    text-align: center;
  }
  .aiPage .package__image__sp img {
    width: 100%;
    max-width: 335px;
  }
}
.aiPage .package__text {
  color: #989C9F;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .aiPage .package__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aiPage .example {
  width: 87.6%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .aiPage .example {
    width: 89.3%;
    margin: 0 auto 120px;
  }
}
.aiPage .example__swiper {
  position: relative;
  overflow: initial;
  max-width: 1140px;
  margin: 0 auto 150px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .aiPage .example__swiper {
    margin: 0 0 80px;
    padding: 0;
  }
}
.aiPage .example__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aiPage .example__swiper .swiper-wrapper .swiper-slide {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(31, 70, 95, 0.22);
          box-shadow: 0 0 30px rgba(31, 70, 95, 0.22);
  height: auto;
  max-width: 350px;
  min-width: 350px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  min-height: inherit;
}
.aiPage .example__swiper .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .aiPage .example__swiper .swiper-wrapper .swiper-slide {
    height: auto;
    min-width: inherit;
    max-width: inherit;
  }
}
.aiPage .example__swiper .swiper-wrapper .swiper-slide a {
  height: 100%;
  display: block;
  color: #404040;
}
.aiPage .example__swiper .swiper-wrapper .swiper-slide .image {
  height: 180px;
}
@media screen and (max-width: 768px) {
  .aiPage .example__swiper .swiper-wrapper .swiper-slide .image {
    height: 152px;
  }
}
.aiPage .example__swiper .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
}
.aiPage .example__swiper .swiper-wrapper .swiper-slide .ab {
  line-height: 24px;
  padding: 0 18px;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  text-align: center;
  z-index: 11;
  left: 20px;
  top: 200px;
}
@media screen and (max-width: 768px) {
  .aiPage .example__swiper .swiper-wrapper .swiper-slide .ab {
    top: 150px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 18px;
  }
}
.aiPage .example__swiper .swiper-wrapper .swiper-slide .ab::after {
  content: "";
  display: inline-block;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
  width: 100%;
  height: 24px;
  background: #2255f1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.aiPage .example__swiper .swiper-wrapper .swiper-slide .title {
  margin: 54px 0px 10px 20px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .aiPage .example__swiper .swiper-wrapper .swiper-slide .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 48px 0px 10px 18px;
    font-weight: normal;
  }
}
.aiPage .example__swiper .swiper-wrapper .swiper-slide .text {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0px 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  .aiPage .example__swiper .swiper-wrapper .swiper-slide .text {
    padding: 0 18px 18px;
  }
}
.aiPage .example__swiper .swiper-pagination {
  left: 50%;
  bottom: -50px;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
@media screen and (max-width: 768px) {
  .aiPage .example__swiper .swiper-pagination {
    bottom: -40px;
  }
}
.aiPage .example__swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 4px;
  width: 35px;
  height: 2px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .aiPage .example__swiper .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 28px;
  }
}
@media screen and (min-width: 955px) {
  .aiPage .modCtaContentsInner {
    margin: -60px auto 120px;
  }
}
@media screen and (max-width: 954px) {
  .aiPage .modCtaContentsInner {
    margin: -40px 15px 80px;
  }
}
.aiPage .flow {
  margin: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .aiPage .flow {
    margin: 0 0 87px;
  }
}
.aiPage .flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: auto;
  gap: 0 30px;
  counter-reset: number 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .aiPage .flow__inner {
    width: 89.3%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.aiPage .flow__inner div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .aiPage .flow__inner div {
    width: 100%;
  }
}
.aiPage .flow__inner__list li {
  margin: 0 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.6;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 768px) {
  .aiPage .flow__inner__list li {
    margin: 0 0 30px;
    padding: 0 0 0 44px;
  }
}
.aiPage .flow__inner__list li::before {
  content: counter(number) " ";
  counter-increment: number 1;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 100000px;
  background: #2255f1;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .aiPage .flow__inner__list li::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.aiPage .flow__inner__text {
  color: #989C9F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
.aiPage .flow__inner__image {
  width: 50%;
  max-width: 470px;
}
@media screen and (max-width: 768px) {
  .aiPage .flow__inner__image {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 400px;
  }
}
.aiPage .flow__inner__image img {
  width: 100%;
}
.aiPage .tuning {
  margin: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .aiPage .tuning {
    margin: 0 0 80px;
  }
}
.aiPage .tuning__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  gap: 0 30px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .aiPage .tuning__flex {
    display: block;
  }
}
.aiPage .tuning__flex__left {
  max-width: 470px;
}
.aiPage .tuning__flex__left img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aiPage .tuning__flex__left img {
    margin: 0 0 30px;
  }
}
.aiPage .tuning__flex__right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .aiPage .tuning__flex__right {
    width: 100%;
  }
}
.aiPage .tuning__flex__right .text {
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.aiPage .tuning__flex__right .box {
  background: #fff;
  padding: 20px 20px 22px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .aiPage .tuning__flex__right .box {
    padding: 20px 20px 10px 20px;
  }
}
.aiPage .tuning__flex__right .box__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 13px;
}
.aiPage .tuning__flex__right .box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .aiPage .tuning__flex__right .box__list {
    margin: 0 0 20px;
  }
}
.aiPage .tuning__flex__right .box__list li {
  width: 50%;
  margin: 0 -30px 3px 0;
  text-indent: -20px;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .aiPage .tuning__flex__right .box__list li {
    width: 100%;
  }
}
.aiPage .tuning__flex__right .box__list li:before {
  content: "";
  display: inline-block;
  border-radius: 10000px;
  width: 4px;
  height: 4px;
  background: #333;
  margin: 0 6px 0px 7px;
  vertical-align: middle;
}
.aiPage .tuning__flex__right .box__ab {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
.aiPage .plan {
  margin: 0 0 120px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .aiPage .plan {
    margin: 0 0 110px;
    padding: 0px;
  }
}
.aiPage .plan .modTitle {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .aiPage .plan .modTitle {
    margin: 0 0 16px;
  }
}
.aiPage .plan__read {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aiPage .plan__read {
    margin: 0 0 34px;
  }
}
.aiPage .plan__read .red {
  color: #FF0000;
  font-weight: bold;
}
.aiPage .plan__table {
  max-width: 980px;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .aiPage .plan__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    height: 951px;
    padding: 20px 20px 0px 20px;
  }
}
.aiPage .plan__table .hidden {
  visibility: hidden;
}
.aiPage .plan__table .empty {
  position: relative;
}
.aiPage .plan__table .empty::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #B7BBBE;
}
.aiPage .plan__table .circleAi {
  position: relative;
}
.aiPage .plan__table .circleAi::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 1000px;
  border: 2px solid #404040;
}
.aiPage .plan__table .radius {
  border-radius: 10px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .aiPage .plan__table .radius {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.aiPage .plan__table .radius02 {
  border-radius: 0 0 0 10px;
}
.aiPage .plan__table .plan {
  font-size: 16px;
  font-size: 1.6rem;
}
.aiPage .plan__table .blueTitle {
  position: relative;
  background: #2255f1;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 18px 10px;
  font-weight: bold;
}
.aiPage .plan__table .blueTitle .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.aiPage .plan__table .blueBg {
  background: #EAF5FF;
}
.aiPage .plan__table .blueText {
  color: #2255f1;
  font-weight: bold;
}
.aiPage .plan__table .orangeTitle {
  position: relative;
  background: #FF7223;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  position: relative;
  padding: 10px;
}
.aiPage .plan__table .orangeTitle:before {
  content: "";
  width: 100%;
  height: 20px;
  background: #FF7223;
  position: absolute;
  top: -19px;
  left: 0px;
  border-radius: 10px 10px 0 0;
}
.aiPage .plan__table .orangeTitle .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin-top: -10px;
}
.aiPage .plan__table .orangeBg {
  background: #F9E6D0;
}
.aiPage .plan__table .orangeText {
  color: #FF7223;
  font-weight: bold;
}
.aiPage .plan__table .orangeBottom {
  position: relative;
}
.aiPage .plan__table .orangeBottom:before {
  content: "";
  width: 100%;
  height: 20px;
  background: #F9E6D0;
  position: absolute;
  bottom: -20px;
  left: 0px;
  border-radius: 0 0px 10px 10px;
}
.aiPage .plan__table .num {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
.aiPage .plan__table .list {
  line-height: 21px;
}
.aiPage .plan__table .list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 10px 4px;
}
.aiPage .plan__table .list li:before {
  content: "";
  border-radius: 10000px;
  width: 4px;
  height: 4px;
  background: #333;
  margin: 10px 10px 0 0px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.aiPage .plan__table td {
  text-align: center;
}
.aiPage .plan__table th {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .aiPage .plan__table th {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.aiPage .plan__table td, .aiPage .plan__table th {
  border: 1px solid #F7F9FB;
  background: #fff;
  padding: 16px 20px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .aiPage .plan__table td, .aiPage .plan__table th {
    padding: 14px 20px;
  }
}
.aiPage .plan__table td:nth-child(n+2), .aiPage .plan__table th:nth-child(n+2) {
  width: 26.5%;
}
.aiPage .plan__table .left td {
  text-align: left;
}
.aiPage .plan__point {
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 980px;
  margin: auto;
  color: #989C9F;
  padding: 0 20px;
  text-indent: -1em;
  padding-left: 3em;
}
@media screen and (max-width: 768px) {
  .aiPage .plan__point {
    width: 89.3%;
    padding: 0 0 0 1em;
  }
}
.aiPage .speed {
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .aiPage .speed {
    margin: 0 0 100px;
  }
}
.aiPage .speed__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto 20px;
  gap: 0 20px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .aiPage .speed__flex {
    display: block;
    width: 89.3%;
  }
}
.aiPage .speed__flex__inner {
  background: #2255f1;
  border-radius: 10px;
  padding: 6px;
  color: #fff;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .aiPage .speed__flex__inner {
    width: 97%;
    margin: 0 0 24px;
    padding: 4px;
  }
}
.aiPage .speed__flex__inner:nth-child(2) .title:before {
  content: "";
  background: url(../img/speed_title02.svg) no-repeat;
  width: 44.16px;
  height: 48.48px;
}
.aiPage .speed__flex__inner .title {
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 6px;
  position: relative;
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .aiPage .speed__flex__inner .title {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 14px 0px 14px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aiPage .speed__flex__inner .title:before {
  content: "";
  background: url(../img/speed_title01.svg) no-repeat;
  width: 38.98px;
  height: 46.84px;
  margin: 0 10px 0 -10px;
}
.aiPage .speed__flex__inner .title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.aiPage .speed__flex__inner .title .small {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
}
.aiPage .speed__flex__inner .title .blue {
  color: #2255f1;
}
.aiPage .speed__flex__inner .text {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
.aiPage .speed__flex__inner .text .num {
  font-size: 50px;
  font-size: 5rem;
  margin: 0 4px;
}
.aiPage .speed__flex__inner .text .sup {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: text-top;
}
.aiPage .speed__point {
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 980px;
  margin: auto;
  color: #989C9F;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .aiPage .speed__point {
    width: 89.3%;
  }
}