/* RCE Voice Section */
.rce-voice {
  background-color: #F6FAFC;
  font-family: "Noto Sans JP", sans-serif;
}

.rce-voice_inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 8rem 5rem 6rem;
  @media only screen and (max-width: 767px) {
    padding: 6rem 2rem;
  }
}

.rce-voice_titlearea {
    text-align: center;
    margin-bottom: 4rem;
    @media only screen and (max-width: 767px) {
      margin-bottom: 3rem;
    }
}

.rce-voice_titlelabel {
    color: #377DCD;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 1.2rem;
    line-height: 1;
    @media only screen and (max-width: 767px) {
      margin-bottom: 0.8rem;
    }
}

.rce-voice_title {
    color: #000000;
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0;
    @media only screen and (max-width: 767px) {
      font-size: 3.2rem;
      line-height: 1.3;
    }
}

.rce-voice_title span {
    color: #377DCD;
}

.rce-voice_list_item {
    background-color: #FFFFFF;
    margin-bottom: 2rem;
    box-shadow: 0.1rem 0.6rem 0.6rem 0px #00000014;
    border-radius: 0.6rem;
}

.rce-voice_list_item_inner {
    padding: 1rem;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    @media only screen and (max-width: 767px) {
      flex-direction: column;
      gap: 1.5rem;
      padding: 1rem;
    }
}

.rce-voice_list_item_image {
  width: 27rem;
  height: 19rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #E3EDF2;
  background: #FFFFFF;
  object-fit: cover;
  @media only screen and (max-width: 767px) {
    width: 100%;
  }
}

.rce-voice_list_item_content {
    margin: 2rem 3rem 2.4rem 0;
    @media only screen and (max-width: 767px) {
      margin: 0;
      padding: 0 1rem 3rem 1rem;
    }
}

.rce-voice_list_item_content_title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    @media only screen and (max-width: 767px) {
      font-size: 2rem;
      margin-bottom: 1.3rem;
      padding-bottom: 1.2rem;
    }
}

.rce-voice_list_item_content_text a {
    color: #377DCD;
    text-decoration: underline;
}

.rce-voice_list_item_content_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4rem;
    height: 0.1rem;
    background-color: #377DCD;
}

.rce-voice_list_item_content_text {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000000;
    line-height: 1.8;
    letter-spacing: 0.02em;
    @media only screen and (max-width: 767px) {
      line-height: 1.6;
    }
}
