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

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

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

.rce-reason_label {
    color: #377DCD;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 1.2rem;
    line-height: 1;
}

.rce-reason_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-reason_title span.rce-reason_titleMin {
  color: #000000;
  display: block;
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .rce-reason_title span.rce-reason_titleMin {
    font-size: 1.8rem;
    margin-bottom: .6rem;
  } 
}

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

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

.rce-reason_item {
    flex: 0 0 calc(50% - 1rem);
    background-color: #FFFFFF;
    border-radius: 0.6rem;
    box-shadow: 0.1rem 0.1rem 0.6rem 0px #00000014;
    @media only screen and (max-width: 767px) {
      flex: 0 0 100%;
    }
}

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

.rce-reason_item_numberarea {
    text-align: center;
}

.rce-reason_item_number_label {
    color: #377DCD;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-bottom: 0.2rem;
    line-height: 1;
}

.rce-reason_item_number {
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #377DCD;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1;
    position: relative;
}

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

.rce-reason_item_title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-bottom: 1rem;
}

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

.rce-reason_item_text {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: 500;
}
