/* RCE Contact Section */
.rce-contact {
    font-family: "Noto Sans JP", sans-serif;
    background-image: url('/service/future-leaders/assets/img/rce-contact_bg.jpg');
    background-size: cover;
    @media only screen and (max-width: 767px) {
      background-image: url('/service/future-leaders/assets/img/rce-contact_bg_sp.jpg');
    }
}

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

.rce-contact_title {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    margin: 0 0 4rem 0;
    line-height: 1;
    @media only screen and (max-width: 767px) {
      font-size: 2.4rem;
      margin: 0 0 2rem 0;
      line-height: 1.4;
    }
}

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

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

.rce-contact_item {
    width: calc((100% - 5rem) / 3);
    display: flex;
    gap: 1.5rem;
    align-items: center;
    background-color: #fff;
    border-radius: 0.6rem;
    padding: 2rem;
    @media only screen and (max-width: 767px) {
      width: 100%;
      padding: 1.5rem;
    }
}

.rce-contact_item_inner {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    @media only screen and (max-width: 767px) {
      gap: 1.3rem;
    }
}

.rce-contact_item_img {
  width: 7rem;
  height: 7rem;
  min-width: 7rem;
}

.rce-contact_item_text {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    @media only screen and (max-width: 767px) {
      font-size: 1.8rem;
    }
}

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

.rce-contact_btn_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.rce-contact_btn_under_text {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  font-size: 1.2rem;
  margin-top: 1.2rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .rce-contact_btn_under_text {
    font-size: 1.2rem;
  }
}

.rce-contact_btn {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.rce-contact_btn:hover {
  opacity: 0.7;
}

.rce-contact_btn_inner {
    display: inline-flex;
    align-items: center;
    gap: 2.2rem;
    padding: 2.3rem 2rem 3rem 5.9rem;
    background: linear-gradient(90deg, #FA5500 0%, #FF961E 100%);
    border-radius: 10rem;
    cursor: pointer;
    border: 0.2rem solid #FFB45A;
    box-shadow: 0.3rem 0.6rem 0 #E15A00;
    transition: all 0.2s ease;
    @media only screen and (max-width: 767px) {
      padding: 2rem 2rem 2rem 2.9rem;
      gap: 1.7rem;
    }
}

.rce-contact_btn_inner:active {
    box-shadow: 0 0 0 #E15A00;
    transform: translate(0.4rem, 0.4rem);
}

.rce-contact_btn_link {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 6px #00000040;

    @media only screen and (max-width: 767px) {
      font-size: 2.2rem;
      line-height: 1.25;
    }
}

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

.rce-contact_btn_arrow {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  @media only screen and (max-width: 767px) {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
  }
}
