@charset "UTF-8";

/**
 * オリジナルcss
 */

.sdgs_image {
  margin-top: 52px;
}

.sdgs_attempts {
  margin-top: 120px;
  .content_header {
    p {
      margin-top: 32px;
      text-align: center;
    }
  }
}

.sdgs_attempt {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sdgs_attempt1 {
  margin-top: 80px;
  background: rgba(244, 246, 247, 0.5);
  .attempt_text {
    order: 2;
  }
  .attempt_image {
    order: 1;
  }
}
.sdgs_attempt2 {
  background: #f4f6f7;
}
.sdgs_attempt3 {
  background: rgba(244, 246, 247, 0.5);
  .attempt_text {
    order: 2;
  }
  .attempt_image {
    order: 1;
  }
}

.attempt_detail {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 6%;
  .attempt_text {
    width: 53%;
    .block_header {
      position: relative;
      .sdgs_attempt_title_icons {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        right: 0;
        top: 10px;
        gap: 6px;
        img {
          width: 40px;
        }
      }
    }
    h4 {
      margin-top: 40px;
      font-size: 2rem;
    }
    p {
      margin-top: 16px;
    }
  }
  .attempt_image {
    width: 41%;
  }
}

.explanations {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  .explanation {
    border: 1px solid rgba(198, 223, 246, 1);
    border-radius: 10px;
    background: #fff;
    padding: 20px 30px;
    color: var(--color-theme-sub);
    h5 {
      font-size: 1.6rem;
    }
    .explanation_elements {
      margin-top: 16px;
      display: flex;
      gap: 0.8rem;
      flex-direction: column;
      .explanation_element {
        font-size: 1.4rem;
      }
    }
    .explanation_elements_side {
      flex-wrap: wrap;
      flex-direction: unset;
      .explanation_element {
        width: calc((100% - 16px) / 2);
      }
    }
  }
}

@media screen and (max-width: 1110px) {
}
@media screen and (max-width: 740px) {
  #main {
    margin-bottom: -93px;
  }
  .sdgs_image {
    margin-top: 24px;
  }
  .sdgs_attempts {
    margin-top: 80px;
    .content_header {
      p {
        text-align: left;
      }
    }
  }
  .sdgs_attempt {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .sdgs_attempt1 {
    margin-top: 48px;
  }
  .attempt_detail {
    .attempt_text {
      width: 100%;
      order: 1;
      .block_header {
        .subtitle_en {
          font-size: 1.2rem;
        }
        .sdgs_attempt_title_icons {
          position: relative;
          margin-top: 24px;
          top: 0;
        }
      }
      h4 {
        margin-top: 24px;
      }
    }
    .attempt_image {
      width: 100%;
      order: 2;
    }
  }
  .explanations {
    margin-top: 24px;
    .explanation {
      padding: 20px;
      .explanation_elements_side {
        .explanation_element {
          letter-spacing: 0;
        }
      }
    }
  }
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 500px) {
}
