@charset "UTF-8";

.naas-txt-s {
  font-size: 30px;
}

.naas-service__contents {
  padding-top: 63px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  .c-sectionTitle {
    margin-bottom: 63px;
  }
}

.naas-notice {
}

.naas-service {
  display: flex;
  justify-content: space-between;
}
.naas-service__01 {
  width: 410px;
}
.naas-service__02 {
  padding-top: 175px;
}
.naas-service__03 {
  width: 629px;
}
.naas-service-box {
  background: #fff;
  border-radius: 26px;
  padding: 0 13px 13px;
  min-height: 434px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
}
.naas-service-box__img {
  margin: 0;
}
.naas-service__ttl {
  font-size: 22px;
  font-weight: bold;
  padding: 17px 10px;
  border-radius: 26px 26px 0 0;
  text-align: center;
  margin: 0 -13px;
}

.naas-service__01 {
  .naas-service__ttl {
    background: #EEEEEE;
  }
}

.naas-service__03 {
  .naas-service__ttl {
    background: #005091;
    color: #fff;
  }
}

.naas-service-in {
  display: flex;
  justify-content: space-between;
}

.naas-service-in__item {
  width: 50%;
  text-align: center;
  padding: 40px 0 0;
}

.naas-service-in__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.naas-service-in__txt {
  font-size: 16px;
  margin: 0 0 26px;
}

.naas-service-arrow__right {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  &::after {
    position: absolute;
    content: '';
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../images/naas_service_arrow.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 66px;
    height: 60px;
  }
}

.naas-service-arrow__bottom {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-left: 290px;
  padding-left: 70px;
  min-height: 73px;
  display: flex;
  align-items: center;
  &::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background-image: url(../images/naas_service_arrow.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 48px;
  }
}

.naas-service__txt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #199BA5;
  border-radius: 26px;
  padding: 15px 15px 10px;
  width: 100%;
}

.naas-p-solutionBox__body__txt {
  min-height: 120px;
}


.naas-product {
  background-color: #EBF1F5;
  border-radius: 3px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 24px 24px 12px;
  margin-top: 50px;
}

.naas-product__ttl {
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}

.naas-product__img {
  max-width: 998px;
  margin: 0 auto;
}

.naas-l-section--bgColor05 {
  background-color: #EAEAEA
}