/* RCE President Section */
.rce-president {
  padding: 8rem 0 6rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: #F6FAFC;
  @media only screen and (max-width: 767px) {
    padding: 6rem 0 0;
  }
}

.rce-president_inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 5rem;
  text-align: center;
  @media only screen and (max-width: 767px) {
    padding: 0 2rem;
  }
}

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

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

.rce-president_issue_title {
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #000000;
    padding-bottom: 3rem;
    margin: 0 0 2rem 0;
    line-height: 1;
    position: relative;
    @media only screen and (max-width: 767px) {
      font-size: 3.2rem;
      line-height: 1.3;
      padding-bottom: 1.8rem;
      margin: 0 0 1.5rem 0;
    }
}

.rce-president_issue_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12rem;
    height: 0.1rem;
    background-color: #377DCD;
}

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

.rce-president_issue_text {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.rce-president_list {
    display: flex;
    gap: 2rem;
    justify-content: center;
    position: relative;
    z-index: 3;
    padding: 0 5rem;
    max-width: 121rem;
    margin: 0 auto;
    @media only screen and (max-width: 767px) {
      gap: 1rem;
      flex-direction: column;
      padding: 0;
    }
}

.rce-president_item {
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 0.6rem;
    box-shadow: 0.1rem 0.1rem 0.6rem 0px #00000014;
    width: calc((100% - 4rem) / 3);
    @media only screen and (max-width: 767px) {
      width: 100%;
      min-height: 27rem;
    }
}

.rce-president_item_inner {
    padding: 2.5rem 2rem 3.1rem 2rem;
    @media only screen and (max-width: 767px) {
      padding: 2rem 2rem 2.6rem 2rem;
    }
}

.rce-president_item_number_label {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    line-height: 1;
    color: #377DCD;
}

.rce-president_item_number {
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #377DCD;
    line-height: 1;
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    @media only screen and (max-width: 767px) {
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
    }
}

.rce-president_item_number:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 0.1rem;
    background-color: #377DCD;
}

.rce-president_item_text {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: center;
    font-weight: 600;
    @media only screen and (max-width: 767px) {
      line-height: 1.6;
    }
}

.rce-president_item_text span {
    color: #377DCD !important;
}

.rce-president_comunication {
    margin: -10rem 0 6rem 0;
    z-index: 1;
    @media only screen and (max-width: 767px) {
      margin: -12rem 0 6rem 0;
      width: calc(100% + 4rem);
      margin-left: -2rem;
    }
}

.rce-president_comunication_inner {
    position: relative;
    z-index: 2;
    padding: 16rem 0 6rem 0;
    @media only screen and (max-width: 767px) {
      padding: 18rem 2rem 6rem 2rem;
    }
}

.rce-president_comunication_bgimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 2.4rem;
    @media only screen and (max-width: 767px) {
      border-radius: 1.8rem;
    }
}

.rce-president_comunication_title_label {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 0.8rem;
    @media only screen and (max-width: 767px) {
      font-size: 1.5rem;
      margin-bottom: 1rem;
      letter-spacing: 0;
    }
}

.rce-president_comunication_title_text {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    padding-bottom: 1.6rem;
    margin-bottom: 1.5rem;
    position: relative;
    @media only screen and (max-width: 767px) {
      font-size: 1.9rem;
      letter-spacing: 0;
      padding-bottom: 1.5rem;
      margin-bottom: 1.2rem;
    }
}
.rce-president_comunication_title_text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
    height: 0.1rem;
    background-color: #FFFFFF;
}

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

.rce-president_comunication_border {
    width: 8rem;
    border: 0.1rem solid #FFFFFF;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.rce-president_comunication_text {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #FFFFFF;
}

.rce-president_training {
    background-color: #D8EAF8;
    border-radius: 2.4rem;
    position: relative;
    filter: drop-shadow(0.1rem 0.1rem 0.6rem rgba(0, 0, 0, 0.08));
    @media only screen and (max-width: 767px) {
      border-radius: 1.2rem;
      width: calc(100% + 2rem);
      margin-left: -1rem;
    }
}

.rce-president_training_inner::after {
    content: '';
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4rem solid transparent;
    border-right: 4rem solid transparent;
    border-top: 3rem solid #D8EAF8;
}

.rce-president_training_inner {
    padding: 3rem 5rem 5rem;
    position: relative;
    @media only screen and (max-width: 767px) {
      padding: 3rem 2rem 2rem 2rem;
    }
}

.rce-president_training_title {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-bottom: 2.5rem;
    @media only screen and (max-width: 767px) {
      font-size: 2.4rem;
      margin-bottom: 2rem;
      line-height: 1.5;
    }
}

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

.rce-president_training_list {
    display: flex;
    gap: 2rem;
    @media only screen and (max-width: 767px) {
      flex-direction: column;
      gap: 1rem;
    }
}

.rce-president_training_item {
    display: flex;
    width: calc((100% - 2rem) / 2);
    @media only screen and (max-width: 767px) {
      width: 100%;
    }
}

.rce-president_training_item_numberarea {
    background-color: #F0F4FA;
    border-radius: 0.6rem 0 0 0.6rem;
    @media only screen and (max-width: 767px) {
      width: 5rem;
    }
}

.rce-president_training_item_number_inner {
    padding: 2.4rem 1rem 0 1.5rem;
    @media only screen and (max-width: 767px) {
      padding: 1.7rem 1.1rem 0 1.1rem;
    }
}

.rce-president_training_item_number {
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #377DCD;
    @media only screen and (max-width: 767px) {
      font-size: 2.4rem;
    }
}

.rce-president_training_item_textarea {
    background-color: #FFFFFF;
    border-radius: 0 0.6rem 0.6rem 0;
    text-align: left;
}

.rce-president_training_item_textarea_inner {
    padding: 2rem 3rem;
    @media only screen and (max-width: 767px) {
      padding: 1.5rem 2rem 2rem 1.5rem;
    }
}

.rce-president_training_item_textarea_title {
    color: #000000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
    @media only screen and (max-width: 767px) {
      font-size: 1.6rem;
      margin-bottom: 0.7rem;
    }
}

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

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