/* RCE Top Section */
.rce-top {
    position: relative;
    font-family: "Meiryo", sans-serif;
    padding: 0;
    margin: 0;
    background-image: url('/service/future-leaders/assets/img/rce-top_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    @media only screen and (max-width: 767px) {
      background-image: url('/service/future-leaders/assets/img/rce-top_bg_sp.jpg');
    }
}

.rce-top_inner {
  padding: 13.5rem 7.5rem 4.5rem 5.4rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  max-width: 144rem;
  margin: 0 auto;
  @media only screen and (max-width: 767px) {
    padding: 3.7rem 2rem 10.8rem;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}

.rce-top_inner_img {
  height: 35rem;
  width: 42rem;
  position: relative;
  @media only screen and (max-width: 767px) {
    height: 22rem;
    width: 24.4rem;
  }
}

.rce-top_cloud {
  position: absolute;
  top: -3rem;
  left: 0.8rem;
  z-index: 1;
  width: 37.9rem;
  height: 7.1rem;
  @media only screen and (max-width: 767px) {
    width: 22.4rem;
    height: 4.1rem;
    top: -1.5rem;
  }
}

.rce-top_people {
  position: absolute;
  top: 0;
  left: 0;
  width: 42rem;
  height: 35rem;
  z-index: 2;
  object-fit: cover;
  @media only screen and (max-width: 767px) {
    width: 24.4rem;
    height: 22rem;
  }
}

.rce-top_content_title_wrapper {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
}

.rce-top_content_title {
  font-size: 5.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.35;
  margin: 0;
  flex-shrink: 0;
  @media only screen and (max-width: 767px) {
    font-size: 3rem;
    line-height: 1.35;
    text-align: left;
  }
}

.rce-top_content_title span {
  color: #FCF4B9;
}

.rce-top_question {
  width: 4.4rem;
  height: 6.8rem;
  margin-bottom: 1rem;
  @media only screen and (max-width: 767px) {
    width: 2.4rem;
    height: 3.6rem;
    margin-bottom: 0.3rem;
    text-align: left;
  }
}

.rce-top_content_text {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1.7rem;
  @media only screen and (max-width: 767px) {
    font-size: 1.6rem;
    margin-top: 0.8rem;
    text-align: left;
  }
}

.rce-top_content_text span {
    color: #FCF4B9;
}
