.main-visual {
  padding: 0;
  height: 426px;
  background-image: url("/-/media/ind/fs/cloud-solution/image/main_visual_bg.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.main-visual .inner {
  max-width: 965px;
  margin: auto;
  color: #fff;
  position: relative;
}

.main-visual .text {
  max-width: 700px;
  margin-top: 78px;
  font-weight: 600;
}

.main-visual .text h1 {
  margin-top: 34px;
  font-size: 33.444px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.957px;
}

.main-visual .text h1 img {
  width: 301px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.main-visual .cta-block {
  margin-top: 29px;
  font-size: 18px;
  display: flex;
  align-items: end;
  gap: 20px;
}

.main-visual .cta-block .button-box p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
}

.main-visual .cta-block a {
  margin-top: 8px;
  padding: 21px 0 24px;
  width: 306px;
  display: inline-block;
  text-align: center;
  color: #343434;
  border: none;
  border-radius: 200px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
  transition: all .3s ease;
}

.main-visual .cta-block .inquiry {
  background-color: #fff;
}

.main-visual .cta-block .contact {
  background-color: #FEDC1E;
}

.main-visual .cta-block a:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 33px;
  width: 7px;
  height: 14px;
  background-image: url("/-/media/ind/fs/cloud-solution/image/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-visual .cta-block a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .main-visual {
    height: unset;
    padding: 3rem 0;
    background: linear-gradient(113deg, #AC020E 26.99%, #91000A 85.99%);
  }

  .main-visual .inner {
    padding: 0 1rem;
  }
  .main-visual .text {
    margin-top: 0;
  }
  .main-visual .text h1 {
    margin-top: 1rem;
    font-size: 2.3rem;
    line-height: 1.2;
  }

  .main-visual img {
    width: 100%;
  }
  .main-visual .text h1 img {
    margin-bottom: 4px;
  }
  .main-visual .cta-block {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .main-visual .cta-block .button-box {
    text-align: center;
  }
}

.about .content-block {
  display: flex;
  justify-content: center;
  gap: 37px;
}
.about .content-block img {
  width: 375px;
}
.about .content-block p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: 1.92px;
  color: #343434;
}

.about .content-block p strong {
  font-weight: 700;
  color: #91000A;
}

@media screen and (max-width: 767px) {
  .about .content-block {
    flex-direction: column;
    align-items: center;
  }

  .about .content-block p {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.2px;
  }

  .about .content-block img {
    width: 100%;
    max-width: 400px;
  }
}

.features {
  background: #F2F2F2;
}

.features .content-block ul {
  padding: 0;
  padding-left: .2rem;
  list-style: none;
}

.features .content-block li {
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 29px;
}

.features .content-block li:last-child {
  margin-bottom: 0;
}

.features .content-block li .text-block h3 {
  padding-left: 32px;
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 125% */
  color: #333;
}

.features .content-block li .text-block h3::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("/-/media/ind/fs/cloud-solution/image/check.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.features .content-block li .text-block p {
  margin-top: 17px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
  letter-spacing: 1.44px;
  color: #333;
}

.features .content-block li .text-block ul {
  margin-top: 17px;
  list-style: none;
}

.features .content-block li .text-block ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
  letter-spacing: 1.44px;
  color: #333;
}

.features .content-block li .text-block ul li:last-child {
  margin-bottom: 0;
}

.features .content-block li .text-block ul li:nth-child(1)::before {
  content: "①";
  position: absolute;
  left: 0;
  top: 0;
}

.features .content-block li .text-block ul li:nth-child(2)::before {
  content: "②";
  position: absolute;
  left: 0;
  top: 0;
}

.features .content-block li .text-block ul li:nth-child(3)::before {
  content: "③";
  position: absolute;
  left: 0;
  top: 0;
}

.features .content-block li img {
  width: 351px;
}

@media screen and (max-width: 767px) {
  .features .content-block li {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .features .content-block li img {
    width: 100%;
    max-width: 400px;
  }

  .features .content-block li .text-block h3 {
    padding-left: calc(var(--sp-font-size-h3) + .3rem);
    font-size: var(--sp-font-size-h3);
    line-height: var(--sp-line-height-h3);
  }
  .features .content-block li .text-block h3::before {
    width: var(--sp-font-size-h3);
    height: var(--sp-font-size-h3);
    top: 4px;
  }
  .features .content-block li .text-block p {
    padding-left: 0.4rem;
    font-size: var(--sp-font-size-p);
    line-height: var(--sp-line-height-p);
    letter-spacing: 0.2px;
  }
  .features .content-block li .text-block ul {
    padding-left: 0.4rem;
  }
  .features .content-block li .text-block ul li {
    padding-left: calc(var(--sp-font-size-p) + .3rem);
    font-size: var(--sp-font-size-p);
    line-height: var(--sp-line-height-p);
    letter-spacing: 0.2px;
  }
}

.product-models .content-block .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* iOSでスムーズスクロール */
  margin: 0 auto;
}

.product-models .content-block table {
  width: 100%;
  min-width: 924px;
  border-collapse: separate;
  border-spacing: 11px;
}

.product-models .content-block table thead th {
  width: 317px;
  height: 73px;
  background: linear-gradient(113deg, #AC020E 26.99%, #91000A 85.99%);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
}

.product-models .content-block table thead th:first-child {
  background: none;
}

.product-models .content-block table thead th:nth-child(2) {
  border-radius: 20px 0 0 0;
}

.product-models .content-block table thead th:nth-child(3) {
  border-radius: 0 20px 0 0;
}

.product-models .content-block table tbody th {
  width: 267px;
  height: 106px;
  border: 3px solid #91000A;
  background: #fff;
  color: #91000A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.product-models .content-block table tbody tr:nth-child(1) th {
  border-radius: 20px 0 0 0;
}

.product-models .content-block table tbody tr:nth-child(3) th {
  border-radius: 0 0 0 20px;
}

.product-models .content-block table tbody td {
  background: #F2F2F2;
  text-align: center;
}

.product-models .content-block table tbody td p {
  padding: 17px 22px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.7px;
}

.product-models .content-block h3 {
  margin: 60px auto 43px;
  padding: 10px 74px;
  max-width: 525px;
  border: 1px solid #91000A;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #343434;
  text-align: center;
}

.product-models .content-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 54px;
}

.product-models .content-block ul li {
  max-width: 434px;
}

.product-models .content-block ul li .title {
  margin: 0;
  padding: 18px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(113deg, #AC020E 26.99%, #91000A 85.99%);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}

.product-models .content-block ul li .description {
  padding: 21px 19px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 150% */
  letter-spacing: 1.44px;
  color: #343434;
  background: #F2F2F2;
}

@media screen and (max-width: 767px) {
  .product-models .content-block h3 {
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .product-models .content-block ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .product-models .content-block table {
    min-width: 616px;
  }

  .product-models .content-block table thead th {
    font-size: 1rem;
  }

  .product-models .content-block table tbody th {
    width: 178px;
    height: 90px;
    font-size: 1rem;
  }

  .product-models .content-block table tbody td p {
    padding: 5px;
  }

  .product-models .content-block table tbody td img {
    width: 1.5rem;
  }

  .product-models .content-block ul li .title {
    font-size: 1.1rem;
    line-height: var(--sp-line-height-h3);
    font-weight: var(--sp-font-weight-h3);
  }

  .product-models .content-block ul li .description {
    font-size: var(--sp-font-size-p);
    line-height: var(--sp-line-height-p);
    font-weight: var(--sp-font-weight-p);
  }
}

.cta {
  background: linear-gradient(113deg, #AC020E 26.99%, #91000A 85.99%);
}

.cta .content-block h2 {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  /* 123.333% */
  color: #fff;
}

.cta .content-block h2 .small {
  font-size: 24px;
  line-height: 30px;
}

.cta .content-block h2 strong {
  color: #FEDC1E;
}

.cta .cta-block {
  margin-top: 29px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.cta .cta-block .button-box {
  text-align: center;
}

.cta .cta-block .button-box p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 183.333% */
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
}

.cta .cta-block a {
  margin-top: 8px;
  padding: 21px 0 24px;
  width: 306px;
  display: inline-block;
  text-align: center;
  color: #343434;
  border: none;
  border-radius: 200px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

.cta .cta-block .inquiry {
  background-color: #fff;
}

.cta .cta-block .contact {
  background-color: #FEDC1E;
}

.cta .cta-block a:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 33px;
  width: 7px;
  height: 14px;
  background-image: url("/-/media/ind/fs/cloud-solution/image/arrow_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.cta .cta-block a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .cta .content-block h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .cta .cta-block {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

.functions .wrapper {
  max-width: 924px;
}

.functions .content-block {
  text-align: center;
}

.functions .content-block img {
  width: 882px;
}

@media screen and (max-width: 767px) {
  .functions .content-block img {
    width: 100%;
    max-width: 400px;
  }
}

.industries {
  background: #F2F2F2;
}

.industries .content-block {
  text-align: center;
}

.industries .content-block h3 {
  margin-bottom: 26px;
  padding: 10px 74px 11px 74px;
  display: inline-block;
  color: #fff;
}

.industries .content-block h3.category1 {
  background: #2F7C31;
}

.industries .content-block h3.category2 {
  margin-top: 60px;
  background: #2F65C0;
}

.industries .content-block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  list-style: none;
}

.industries .content-block ul li a {
  background: #fff;
  border-radius: 10px;
  color: #4E4E4E;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  text-decoration: none;
  display: flex;
  width: 298px;
  height: 80px;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .3s ease;
}

.industries .content-block ul li a::after {
  content: "";
  position: absolute;
  top: 31px;
  right: 20px;
  width: 10px;
  height: 20px;
  background: url("/-/media/ind/fs/cloud-solution/image/industries_arrow.svg") no-repeat center center;
  background-size: contain;
  border-radius: 10px;
}

.industries .content-block ul li a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .industries .content-block ul {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .industries .content-block ul li a {
    width: 43vw;
    height: 65px;
    font-size: .75rem;
  }

  .industries .content-block ul li a::after {
    width: 6px;
    top: 24px;
    right: 6px;
  }
}