.section {
  padding: 80px 40px;
  width: 100%;
  background-color: #f8f8f8;

  @media (max-width: 540px) {
    padding: 80px 24px;
  }
}

.section-container {
  max-width: 1320px;
  margin: 0 auto;

  .content-title {
    font-size: 20px;
  }
}

.section-title {
  font-size: 32px;
  margin-bottom: 24px;
  text-align: center;

  @media (max-width: 540px) {
    font-size: 20px;
  }
}

.section-intro {
  max-width: 688px;
  margin: 0 auto;
  text-align: center;

  @media (max-width: 540px) {
    text-align: left;
  }
}

.section-sub-content {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 32px;

  @media (max-width: 540px) {
    padding: 32px 16px;
  }

  .sub-title {
    font-size: 28px;

    @media (max-width: 540px) {
      font-size: 20px;
    }
  }

  .sub-intro {
    margin-bottom: 24px;
  }

  .sub-content {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    padding: 32px 0;

    @media (max-width: 768px) {
      flex-direction: column;
    }

    img,
    canvas {
      max-width: 700px;
      max-height: 400px;
      width: 100%;
    }
  }
}

.section-hero {
  padding: 0;
  .section-hero-container {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    background-image: url(../images/top/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-height: 900px;
    height: 100dvh;
    width: 100%;
  }
}

.catch-box-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
}

.catch-box {
  margin: 0 auto;
  color: #07c75b;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 20px;

  .catch {
    font-size: 60px;
    line-height: 100%;

    @media (max-width: 540px) {
      font-size: 48px;
    }
  }

  .sub-catch {
    font-size: 36px;
    line-height: 100%;

    @media (max-width: 540px) {
      font-size: 28px;
    }
  }
}

.section-aboutus {
  background-color: #fff;
}

.section-reason {
  .chart-area {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #fff;
    margin: 30px 0;

    @media (max-width: 540px) {
      flex-direction: column;
      gap: 32px;
      padding: 30px 8px;
    }

    .chart1 {
      width: 66% !important;
      height: 66% !important;

      @media (max-width: 540px) {
        width: 100% !important;
        height: 100% !important;
      }
    }

    .chart2 {
      width: 30% !important;
      height: 30% !important;

      @media (max-width: 540px) {
        width: 100% !important;
        height: 100% !important;
      }
    }
  }
}

.section-report {
  background-color: #fff;
  .report-container {
    padding: 40px;
    border: 1px solid #ccc;
    margin: 32px 0;
    border-radius: 8px;
    background-color: #f8f8f8;

    @media (max-width: 540px) {
      padding: 40px 16px;
    }

    .content-subtitle {
      color: #07c75b;
      font-size: 36px;
      font-weight: 600;
    }

    .content-title {
      color: #07c75b;
      font-size: 24px;
      font-weight: 600;
    }
  }

  .report-item-list {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 60px 24px;

    @media (max-width: 540px) {
      flex-direction: column;
      width: 100%;
    }
  }

  .report-item {
    width: calc(calc(100% - 72px) / 4);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    background-color: #fff;

    @media (max-width: 540px) {
      width: 100%;
    }

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-weight: 600;

    .report-value {
      font-size: 56px;
      display: block;
      text-align: center;
      letter-spacing: -0.01em;
    }

    .report-label {
      font-size: 16px;
      display: block;
      text-align: center;
    }
  }

  .report-item1 {
    .report-value {
      color: #f43c9b;
    }
  }

  .report-item2 {
    .report-value {
      color: #07d686;
    }
  }

  .report-item3 {
    .report-value {
      color: #3ab9bc;
    }
  }

  .report-item4 {
    .report-value {
      color: #f43c9b;
    }
  }
}

.section-issue {
  .issue-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 32px 0;

    @media (max-width: 540px) {
      flex-direction: column;
    }

    .issue-item {
      width: calc(calc(100% - 48px) / 3);
      padding: 24px;
      border: 1px solid #ccc;
      border-radius: 8px;
      background-color: #fff;

      @media (max-width: 540px) {
        width: 100%;
      }

      .issue-title {
        font-size: 18px;
        margin-bottom: 16px;
      }
    }
  }
}

.section-merit {
  background-color: #fff;
  .merit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 32px 0;

    @media (max-width: 540px) {
      flex-direction: column;
    }

    .merit-item {
      width: calc(calc(100% - 48px) / 3);
      padding: 24px;
      border: 1px solid #ccc;
      border-radius: 8px;
      background-color: #fff;

      @media (max-width: 540px) {
        width: 100%;
      }

      .merit-title {
        font-size: 18px;
        margin-bottom: 16px;
      }
    }
  }
}

.section-flow {
  .section-content {
    overflow-x: scroll;
  }
  .flow-list {
    display: flex;
    gap: 24px;
    margin: 52px 0 32px;

    .flow-item {
      position: relative;
      width: calc(calc(100% - 120px) / 6);
      padding: 40px 24px 24px;
      border: 1px solid #ccc;
      border-radius: 8px;
      background-color: #fff;
      min-width: 198px;

      .flow-title {
        font-size: 18px;
        margin-bottom: 16px;
      }

      .flow-index {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        padding: 8px;
        width: 40px;
        height: 40px;
        line-height: 24px;
        text-align: center;
        border-radius: 8px;
        background-color: #07d686;
        color: #fff;
        font-weight: 600;
      }
    }
  }
}

.section-contact {
  background-color: #fff;

  .form-wrapper {
    max-width: 688px;
    margin: 0 auto;
    padding: 40px;

    input,
    textarea,
    select {
      width: 100%;
      padding: 4px;
    }

    select {
      padding: 12px 0;
    }

    .wpcf7 {
      label {
        font-weight: 600;
      }
      span {
        font-weight: 400;
      }
      p {
        padding-bottom: 20px;
      }

      .wpcf7-submit {
        background-color: #3ab9bc;
        color: #fff;
        padding: 8px 24px;
        outline: none;
        font-weight: 600;
        border: 1px solid #3ab9bc;
      }
    }
  }
}
