/* サービスページのスタイル */
.service-page {
  font-family: "Noto Sans", sans-serif;
}

.service-page .section {
  padding: 40px 0 200px 0;
  background-color: var(--greyback);
}

.service-page .section-01 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.service-page .section .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  color: var(--purple);
}

.service-page .section .section-subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  text-align: left;
}

.service-page .api-lifecycle {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 30px;
  position: relative;
}

.service-page .api-lifecycle-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service-page .api-stage {
  display: flex;
  margin-bottom: 30px;
}

.service-page .api-stage-icon {
  flex: 0 0 164px;
  background-color: #4f4cd7;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  margin-right: 20px;
  position: relative;
}

.service-page .api-stage-icon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 82px solid transparent;
  border-right: 82px solid transparent;
  border-top: 30px solid #4f4cd7;
}

.service-page .api-stage-icon img {
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
}

.service-page .api-stage-icon-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.service-page .api-stage-content {
  display: flex;
  align-items: center;
}

.service-page .api-stage-role {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  width: 183px;
  text-align: center;
}

.service-page .api-stage-description {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
}

.service-page .api-stage-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-page .api-stage-description li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.service-page .api-stage-description li:before {
  content: "・";
  position: absolute;
  left: 0;
}

/* Section-02 スタイル */
.service-page .section-02 {
  background-color: #f8f8f8;
}

.service-page .section-02 .container,
.service-page .section-03 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.service-page .api-process-cards {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 70px;
  margin-top: 50px;
}

.service-page .solution-security-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  margin: 200px 0;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  text-align: left;
  height: 180px;
}

.service-page .solution-cloud-manage-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  text-align: left;
  height: 180px;
  margin-bottom: 80px;
}

.solution-cloud-manage-card-title {
  font-weight: bold;
  width: 250px;
  text-align: center;
}

.solution-cloud-manage-card-content-lead {
  font-weight: bold;
}

.solution-security-card-content-lead {
  font-weight: bold;
}

.service-page .api-process-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  text-align: center;
}

.service-page .api-process-card-number {
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
}

.service-page .number-circle {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  color: #4f4cd7;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}

.service-page .api-process-card-title {
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0 30px;
  text-align: center;
}

.service-page .api-process-card-icon {
  margin-bottom: 20px;
}

.service-page .api-process-card-icon img {
  width: 60px;
  height: 60px;
}

.service-page .api-process-card-content {
  text-align: left;
}

.service-page .api-process-card-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-page .api-process-card-content li {
  position: relative;
  padding-left: 20px;
  /* margin-bottom: 10px; */
  font-size: 16px;
  /* line-height: 1.5; */
}

.service-page .api-process-card-content li:before {
  content: "・";
  position: absolute;
  left: 0;
}

.service-page .solutions-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  padding: 40px;
  display: flex;
  gap: 40px;
  position: relative;
}

.service-page .solutions-image {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-page .solutions-image img {
  max-width: 100%;
  height: auto;
}

.service-page .contact-bg-image {
  position: absolute;
  object-fit: cover;
}

.service-page .contact-bg-image-1 {
  top: 300px;
  left: 128px;
  width: 165px;
  height: 146px;
}

.service-page .contact-bg-image-2 {
  top: -70px;
  right: 130px;
  width: 114px;
  height: 72px;
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
  .service-page .api-lifecycle-content {
    grid-template-columns: 1fr;
  }

  .service-page .api-process-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-page .solution-security-card {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .service-page .api-stage {
    flex-direction: column;
  }

  .service-page .api-stage-icon {
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 164px;
  }

  .service-page .section .section-title,
  .service-page .section .section-subtitle {
    font-size: 24px;
  }

  .service-page .section .service-page .api-stage-role {
    font-size: 22px;
  }

  .service-page .api-process-cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .service-page .api-process-card {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
    gap: 20px;
  }

  .service-page .api-process-card-number {
    position: absolute;
    top: -20px;
    left: 10%;
    transform: translateX(-50%);
  }

  .service-page .api-process-card-title {
    font-size: 22px;
    margin: 15px 0 20px 0;
  }

  .service-page .api-process-card-icon {
    margin-bottom: 15px;
  }

  .service-page .api-process-card-icon img {
    width: 70px;
    height: 70px;
  }

  .service-page .api-process-card-content {
    text-align: left;
    width: 100%;
  }

  .service-page .api-process-card-content li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .service-page .solution-security-card {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
    height: auto;
    text-align: center;
    margin: 100px 0;
  }

  .service-page .solution-security-card-icon {
    align-self: center;
  }

  .service-page .solution-security-card-title {
    margin: 0 0 15px;
  }

  .service-page .solution-security-card-content-lead,
  .service-page .solution-security-card-content {
    text-align: center;
  }

  .service-page .solution-cloud-manage-card {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
  }

  .service-page .solution-cloud-manage-card-title {
    width: 100%;
    margin: 0 0 15px;
  }

  .service-page .solution-cloud-manage-card-content-lead {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .service-page .solution-security-card {
    padding: 25px 15px;
    margin: 80px 0;
  }

  .service-page .solution-security-card-title {
    font-size: 20px;
  }

  .service-page .solution-security-card-content-lead {
    font-size: 16px;
  }

  .service-page .solution-security-card-content {
    font-size: 14px;
  }

  .service-page .solution-cloud-manage-card {
    padding: 25px 15px;
    margin-bottom: 40px;
  }

  .service-page .solution-cloud-manage-card-title {
    font-size: 20px;
  }

  .service-page .solution-cloud-manage-card-content-lead {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .service-page .section {
    padding: 40px 0;
  }

  .service-page .api-process-cards {
    gap: 20px;
    margin-top: 30px;
  }

  .service-page .api-process-card {
    padding: 20px 15px;
    gap: 15px;
  }

  .service-page .api-process-card-title {
    font-size: 20px;
    margin: 10px 0 15px 0;
  }

  .service-page .api-process-card-icon {
    margin-bottom: 10px;
  }

  .service-page .api-process-card-icon img {
    width: 60px;
    height: 60px;
  }

  .service-page .api-process-card-content li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 6px;
  }

  .service-page .number-circle {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }

  .service-page .api-process-card-number {
    top: -15px;
  }

  .service-page .solution-security-card {
    padding: 20px 10px;
    margin: 60px 0;
  }

  .service-page .solution-security-card-title {
    font-size: 18px;
  }

  .service-page .solution-security-card-content-lead {
    font-size: 14px;
  }

  .service-page .solution-security-card-content {
    font-size: 12px;
  }

  .service-page .solution-cloud-manage-card {
    padding: 20px 10px;
    margin-bottom: 30px;
  }

  .service-page .solution-cloud-manage-card-title {
    font-size: 18px;
  }

  .service-page .solution-cloud-manage-card-content-lead {
    font-size: 14px;
  }
}
