.intro-text {
  padding: 20px 25px; background: #eef0f3; border-radius: 10px; text-align: center; 
  .text {
    font-size: 1.6rem; line-height: 1.8; 
    strong {
      font-weight: 600;
    }
  }
}
.diagram {
  width: 100%; height: auto; padding-top: 50px; text-align: center;
  img {
    width: 80%;
  }
}

.infogrphic-group {
  &:not(:last-child) {
    padding-bottom: 50px;
  }
	.l-title {
		font-size: 1.7rem; text-align: center; padding: 15px 10px; font-weight: 600; color: #4e6cb9; border-top: 1px solid #4e6cb9; border-bottom: 1px solid #4e6cb9;
	}
}


.swot-table {
  border-collapse: collapse; width: 100%; text-align: left; font-size: 1.4rem; margin-top: 10px;
  table {
    width: 100%;
    th,
    td {
      border: 1px solid var(--line-color); padding: 10px 15px; 
    }
    th {
      background-color: #eaeff8; text-align: center; font-weight: 800; color: #4e6cb9; font-size: 1.5rem;
    }
    td {
      vertical-align: top;
    }
  }
  .title {
    text-align: center; padding: 7px 10px; border-radius: 50px; font-weight: 600; border: 1px solid #edc3a2; background: rgba(231, 143, 74, 0.05); color: #e78720;
  }
  .title ~ .text {
    padding: 10px 10px 0;
  }
  .text {
    .txt {
      position: relative; padding-left: 8px; color: #555; line-height: 1.4;
      &:not(:last-child) {
        padding-bottom: 7px;
      }
      &:after {
        content: ''; width: 3px; height: 3px; background: #777; position: absolute; top: 7px; left: 0;
      }
    }
  }
}

.triangle {
  margin: 0 auto 10px; max-width: 100%; width: 50%; padding-bottom: 5%; clip-path: polygon(0% 0%, 100% 0%, 50% 100%); background: linear-gradient(0deg, #b9c9ff 14.49%, #fff 100%);
}

.info-flex {
  display: flex; gap: 10px; padding-top: 10px;
  .info-tit {
    width: 180px; padding: 10px 0; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 600; background: #6286fe; color: #fff; border-radius: 5px;
    &.center {
      text-align: center;
    }
  }
  .info-cont {
    width: calc(100% - 180px); display: flex; flex-direction: column; gap: 5px;
    .box {
      display: flex; align-items: center; background: #f3f4f9; 
      .tit {
        width: 120px; display: flex; align-items: center; height: 100%; font-weight: 600; border: 1px solid #b4c7fd; background: #fff; border-radius: 5px; padding: 5px; justify-content: center; color: #6286fe; font-size: 1.4rem; text-align: center; line-height: 1.4;
      }
      .txt {
        width: calc(100% - 120px); font-size: 1.4rem; text-align: center; padding: 10px 0; line-height: 1.4; color: #0b1843; font-weight: 400;
        &.flex {
          display: flex; align-items: center;
          .txt-item {
            flex: 1; border-right: 3px solid #fff;
          }
        }
        &.w-100pct {
          width: 100%;
        }
        &.align-start {
          align-items: flex-start;
        }
        &.s-txt {
          .txt-item {
            font-size: 1.2rem;
          }
        }
        &.pd-0 {
          padding: 0;
        }
        b {
          font-weight: 600; display: block; color: #0b1843; 
        }
        .label {
          display: block; text-align: center; padding: 3px 0; border-radius: 50px; font-weight: 600; border: 1px solid #efcceb; background: #fff2fa; color: #d57bb9; width: 90%; margin: 0 auto;
        }
        .txt-item {
          padding: 15px 0; text-align: center; font-size: 1.4rem; line-height: 1.5;
        }
      }
    }
  }
}

.info-table {
  border-collapse: collapse; width: 100%; text-align: left; font-size: 1.2rem;
  table {
    width: 100%;
    th,
    td {
      border: 1px solid var(--line-color); padding: 5px; text-align: center; line-height: 1.5; background: #fff;
      b {
        font-weight: 600; color: #0b1843;
      }
    }
    th {
      background-color: #eaeff8; text-align: center; font-weight: 600; color: #4e6cb9;
    }
    .align-left {
      text-align: left;
    }
  }
}


.gx-area {
  .txt-item {
    background: #EDF0F4; padding: 20px; font-size: 1.6rem; font-weight: 500; text-align: center; margin-bottom: 20px;
  }
  .box-area {
    display: flex; gap: 10px;
    .gx-box {
      padding: 30px 10px; border: 1px solid #6286FE; border-radius: 10px; text-align: center; width: calc(25% - 5px);
      .tit {
        font-size: 1.6rem; color: #6286FE; font-weight: 600; padding-bottom: 6px;
      }
      .sub-txt {
        font-size: 1.4rem; font-weight: 500; color: #767676;
        b {
          font-weight: 600; color: #FA3A3A;
        }
      }
    }
  }
  .plus-area {
    display: flex; align-items: center; gap: 10px; flex-wrap: nowrap; padding-top: 20px;
    .plus {
      width: 48%; background: #6286FE; color: #fff; font-size: 1.6rem; font-weight: 500; padding: 20px; border-radius: 100px; text-align: center;
    }
    .plus-icon {
      width: 40px; background: #fff; border: 1px solid #6286FE; padding: 10px; border-radius: 100px;
      img {
        width: 100%; height: auto;
      }
    }
  }
}


@media all and (max-width: 1100px) {
  .diagram {
    img {
      width: 100%;
    }
  }
  .info-flex {
    gap: 10px;
    .info-tit {
      width: 170px;
    }
    .info-cont {
      width: calc(100% - 180px);
      .box {
        .tit {
          width: 100px;
        }
        .txt {
          width: calc(100% - 100px);
        }
      }
    }
  }
  .swot-table {
    .text {
      .txt {
        br {
          display: none;
        }
      }
    }
  }
  .gx-area {
    .txt-item {
      font-size: 1.5rem;
    }
    .box-area {
      .gx-box {
        .tit {
          font-size: 1.5rem;
        }
        .sub-txt {
          font-size: 1.3rem;
        }
      }
    }
    .plus-area {
      .plus {
        font-size: 1.5rem; padding: 15px;
      }
    }
  }
}

@media all and (max-width: 768px) {
  .info-flex {
    .info-tit {
      width: 120px; text-align: center;
    }
    .info-cont {
      width: calc(100% - 130px);
      .box {
        height: auto; min-height: 80px;
        .tit {
          width: 80px;
        }
        .txt {
          width: calc(100% - 80px);
          &.flex {
            flex-direction: column; gap: 10px;
            .txt-item {
              flex: auto; border: 0; padding: 10px 0; width: 100%;
              &:not(:last-child) {
                border-bottom: 5px solid #fff;
              }
            }
          }
        }
      }
    }
  }
}

@media all and (max-width: 620px) {
  .diagram {
    padding-top: 30px;
  }
  .intro-text {
    text-align: left; word-break: keep-all; padding: 15px 20px;
    .text {
      font-size: 1.4rem;
      br {
        display: none; 
      }
    }
  }
  .swot-table {
    overflow-y: auto;
    table {
      width: 670px;
      td,
      th {
        font-size: 1.3rem;
      }
    }
    .title {
      padding: 5px;
    }
  }
  .info-table {
    overflow-y: auto;
    table {
      width: 670px;
      td,
      th {
        font-size: 1.3rem;
      }
    }
  }
}

@media all and (max-width: 550px) {
  .info-flex {
    flex-direction: column; gap: 5px;
    .info-tit {
      width: 100%; border-radius: 30px 30px 0 0; padding: 15px 0;
    }
    .info-cont {
      width: 100%;
      .box {
        min-height: auto; flex-direction: column;  margin-bottom: 10px;
        .tit {
          width: 100%; padding: 10px 0;
        }
        .txt {
          width: 100%; padding: 10px 20px;
        }
      }
    }
  }
  .triangle {
    padding-bottom: 15%; width: 100%;
  }
  .gx-area {
    .txt-item {
      font-size: 1.3rem;
    }
    .box-area {
      flex-direction: column;
      .gx-box {
        width: 100%; padding: 20px 10px;
        .tit {
          font-size: 1.4rem;
        }
      }
    }
    .plus-area {
      gap: 5px;
      .plus-icon {
        width: 30px; padding: 0; border: none;
      }
      .plus {
        font-size: 1.3rem;
      }
    }
  }
}