@charset "UTF-8";
/* CSS Document */
/*==================
ヘッダー調整
===================*/
@media screen and (max-width: 1260px) {
    #g-nav_main > li:nth-of-type(3) a img {
        padding-right: 16px;
        transform: none;
        height: 20px;
    }
    #g-nav_main > li:nth-of-type(4) a img {
        padding-right: 16px;
        transform: none;
    }
        #g-nav_main > li:nth-of-type(5) a img {
        padding-right: 16px;
        transform: none;
    }
}

/*==================
下層MV
====================*/
#mv-recruit {
    background: #FBEAF5;
    background: linear-gradient(90deg,rgba(251, 234, 245, 0.7) 0%, rgba(255, 234, 244, 0.7) 30%, rgba(232, 245, 255, 0.7) 70%, rgba(199, 231, 255, 0.7) 100%);
    padding: 75px 0;
    margin-top: 80px;
}
#mv-recruit .en {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #4A4A4A;
    padding-left: 23px;
    margin-bottom: 10px;
    position: relative;
}
#mv-recruit .en::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #A2D8FF;
    background: linear-gradient(90deg,#A2D8FF 0%, #FFC4E0 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#mv-recruit h1 {
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    display: inline-block;
}
@media (max-width: 1260px) {
    #mv-recruit {
        margin-top: 70px;
    }
}
@media (max-width: 768px) {
    #mv-recruit {
        padding: 48px 0 56px;
    }
    #mv-recruit h1 {
        font-size: 2.6rem;
        letter-spacing: 1.6px;
        padding-bottom: 6px;
    }
}


/*==================
見出し
====================*/
h2.recruit_heading .en {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #4A4A4A;
    padding-left: 23px;
    margin-bottom: 10px;
    position: relative;
}
h2.recruit_heading .en::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #A2D8FF;
    background: linear-gradient(90deg,#A2D8FF 0%, #FFC4E0 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

h2.recruit_heading .jp {
    font-size: 3.4rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
}
h2.recruit_heading {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
}
h2.recruit_heading::after {
    content: none;
}

@media (max-width: 768px) {
    h2.recruit_heading .en {
        font-size: 1.5rem;
    }
    h2.recruit_heading .jp {
        font-size: 2.4rem;
        letter-spacing: 1.6px;
    }
}

/*下層ページ見出し*/
h2.recruit_heading_lower {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 2px;
    padding-left: 80px;
    position: relative;
}
h2.recruit_heading_lower::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #A2D8FF;
    background: linear-gradient(90deg,#A2D8FF 0%, #FFC4E0 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
h2.recruit_heading_lower {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
}
h2.recruit_heading_lower::after {
    content: none;
}

@media (max-width: 768px) {
    h2.recruit_heading_lower {
        font-size: 2.4rem;
        letter-spacing: 1.6px;
        padding-left: 38px;
    }
    h2.recruit_heading_lower::before {
        width: 26px;
    }
}


/*==================
共通リンクボタン
====================*/
.recruit_common_btn a {
    display: inline-block;
    padding: 12px 92px 14px 40px;
    background: #FFFFFF;
    color: #75BFF5;
    border-radius: 40px;
    border: 2px solid #75BFF5;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.4px;
    transition: 0.3s;
    position: relative;
    box-shadow: 2px 2px 6px rgba(0,105,182,.15);
}
.recruit_common_btn a br {
    display: none;
}
.recruit_common_btn a::after {
    content: '';
    background: url("../img/recruit_common_btn_arrow.svg") no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
}
.recruit_common_btn a:hover {
    opacity: 0.8;
    cursor: pointer;
}

@media (max-width: 768px) {
    .recruit_common_btn a {
        padding: 10px 82px 11px 30px;
        font-size: 1.6rem;
    }
    .recruit_common_btn a::after {
        right: 26px;
    }
}


/*==================
リクルート CTA
====================*/
.recruit_cta .wrapper {
    background: #C7E7FF;
    background: linear-gradient(45deg,#C7E7FF 0%, #E8F5FF 35%, #FFEAF4 62%, #FFD9EB 100%);
    border-radius: 8px;
    box-shadow: 3px 3px 12px rgba(0,0,0,.08);
    padding: 70px;
}
.recruit_cta .flex_wrap {
    display: flex;
    gap: 130px;
}
.recruit_cta .flex_wrap .heading {
    width: 14%;
    min-width: fit-content;
}
.recruit_cta .flex_wrap .text_wrap {
    width: calc(100% - 14% - 130px);
}
.recruit_cta .flex_wrap .text_wrap p + p {
    margin-top: 15px;
}
.recruit_cta .flex_wrap .text_wrap .recruit_common_btn {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .recruit_cta .flex_wrap {
        gap: 80px;
    }
    .recruit_cta .flex_wrap .text_wrap {
    width: calc(100% - 14% - 80px);
    }
}
@media (max-width: 960px) {
    .recruit_cta .wrapper {
        padding: 40px 50px;
    }
    .recruit_cta .flex_wrap {
        gap: 60px;
    }
    .recruit_cta .flex_wrap .text_wrap {
    width: calc(100% - 14% - 60px);
    }
}
@media (max-width: 768px) {
    .recruit_cta .wrapper {
        padding: 30px 24px; 
    }
    .recruit_cta .flex_wrap {
        flex-direction: column;
        gap: 0;
    }
    .recruit_cta .flex_wrap .heading {
        width: 100%;
    }
    .recruit_cta .flex_wrap .text_wrap {
        width: 100%;
    }
    .recruit_cta .flex_wrap .text_wrap .recruit_common_btn {
        margin-top: 30px;
        width: 100%;
    }
}
@media (max-width: 460px) {
    .recruit_cta .flex_wrap .text_wrap .recruit_common_btn a {
        width: 100%;
    }
}