/* RCE Contact2 Section */
.rce-contact2 {
    font-family: "Noto Sans JP", sans-serif;
    background-image: url('/service/future-leaders/assets/img/rce-contact2_bg.jpg');
    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-contact2_bg_sp.jpg');
    }
}

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

.rce-contact2_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-contact2_title span {
    color: #FCF4B9;
}

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

.rce-contact2_item {
    width: calc((100% - 5rem) / 3);
    background-color: #fff;
    border-radius: 0.6rem;
    padding: 3rem;
    text-align: center;
    position: relative;
    @media only screen and (max-width: 767px) {
        width: 100%;
        padding: 2rem 2rem 3rem;
    }
}

.rce-contact2_item_image_wrap {
    background: #F0F4FA;
    border: 0.1rem solid #DCE6F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14rem;
    height: 14rem;
    min-width: 14rem;
    margin: 0 auto 1.5rem auto;
    @media only screen and (max-width: 767px) {
        width: 10rem;
        height: 10rem;
        min-width: 10rem;
        margin: 0 auto 1rem auto;
    }
}

.rce-contact2_item_img {
    width: auto;
    height: 9rem;
    min-height: 9rem;
    @media only screen and (max-width: 767px) {
        width: auto;
        height: 6.5rem;
        min-height: 6.5rem;
    }
}

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

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

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

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

.rce-contact2_btn {
    display: block;
    text-align: center;
}

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

.rce-contact2_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;
    }
}

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

.rce-contact2_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-contact2_btn_link span {
    color: #FCF4B9;
}

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