@charset "utf-8";
/* ▼全ページ共通 */
.bgGradient {
    position: relative;
    overflow: visible;
    border-radius: 10rem;
    padding-top: 0.6rem;
}
.bgGradient::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(to bottom right, var(--bgGradientColor) 15%, var(--bgGradientColor02) 100%);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -999;
    pointer-events: none;
}
@media only screen and (max-width:1215px) {
    .bgGradient {
        order: 1;
        padding-top: 11.4rem;
    }
    .bgGradient::before {
        background-image: linear-gradient(to bottom right, var(--bgGradientColor) 15%, var(--bgGradientColor02) 100%);
    }
}
.cmnRecruit_title.min .title_eng {
    font-size: var(--pcFontSize80);
    margin-bottom: 3.2rem;
}

.cmnRecruit_title.min .title_jpn {
    font-size: var(--pcFontSize18);
    padding-left: 1.3rem;
    margin-left: 4.2rem;
}

@media only screen and (max-width:1215px) {
    .cmnRecruit_title .title_eng {
        font-size: var(--spFontSize52);
        line-height: var(--spLineHeight52_62);
    }

    .cmnRecruit_title.min .title_eng {
        font-size: var(--spFontSize36);
        margin-bottom: 1rem;
    }

    .cmnRecruit_title.min .title_jpn {
        font-size: var(--spFontSize18);
        padding-left: 0;
        margin-left: 0;
    }
}

/* secStories */
.secStories{
    padding-bottom: 20rem;
}
@media only screen and (max-width:1215px) {
    .secStories{
        padding-bottom: 8rem;
    }
}
.copyTextWrapper {
    /* opacity: 0; */
    position: absolute;
    bottom: 8rem;
    right: -4.5rem;
    text-align: right;
    display: flex;
    flex-direction: column;
}

/* 発火用クラス */
.copyTextWrapper.animate {
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
}

.copyLine {
    font-size: var(--pcFontSize80);
    position: relative;
    white-space: nowrap;
    opacity: 0;
    display: inline-block;
    transform: skewX(-10deg);
    z-index: 2;
    letter-spacing: -0.5rem;
}

.copyLine.secondLine {
    margin-top: 2.5rem;
}

.copyLine.txtMin {
    font-size: var(--pcFontSize30);
    letter-spacing: 0;
    margin-top: 3rem;
}

.copyLine .markWhite:before {
    content: '';
    position: absolute;
    top: 4.5rem;
    left: 0rem;
    width: 100%;
    height: 6rem;
    background: var(--Colorwhite);
    transform: skewX(10deg);
    z-index: -1;
    transform-origin: left center;
}

.copyLine.txtMin .markWhite:before {
    top: 1rem;
    left: 0;
    height: 3rem;
}

.copyLine .markWhite {
    position: relative;
    z-index: 2;
}

.copyTextWrapper.animate .firstLine {
    transform: rotate(-5deg) skewX(-10deg);
    animation: fadeSlideRight 0.6s ease-out 0.6s forwards;
}

.copyTextWrapper.animate .secondLine {
    transform: rotate(-5deg) skewX(-10deg);
    animation: fadeSlideLeft 0.6s ease-out 0.7s forwards;
}

.copyTextWrapper.animate .ThirdLine {
    transform: rotate(-5deg) skewX(-10deg);
    animation: fadeSlideRight 0.6s ease-out 0.6s forwards;
}

/* フェードイン共通 */
@keyframes fadeInUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 左→右＋フェードイン＋回転保持 */
@keyframes fadeSlideRight {
    from {
        transform: translateX(-50px) rotate(-5deg) skewX(-10deg);
        opacity: 0;
    }

    to {
        transform: translateX(0) rotate(-5deg) skewX(-10deg);
        opacity: 1;
    }
}

/* 左→右＋フェードイン＋回転保持 */
@keyframes fadeSlideLeft {
    from {
        transform: translateX(50px) rotate(-5deg) skewX(-10deg);
        opacity: 0;
    }

    to {
        transform: translateX(0) rotate(-5deg) skewX(-10deg);
        opacity: 1;
    }
}

@media only screen and (max-width:1215px) {
    .copyLine {
        letter-spacing: -0.1em;
        font-size: var(--spFontSize40);
    }

    .copyLine.secondLine {
        margin-top: 1rem;
    }

    .copyLine.ThirdLine {
        margin-top: 2.2rem;
    }

    .copyLine.txtMin {
        font-size: var(--spFontSize15);
        left: -0.6rem;
    }

    .copyLine .markWhite:before {
        top: 2rem;
        width: 100%;
        height: 3rem;
    }

    .copyLine.txtMin .markWhite:before {
        top: 0.5rem;
        left: 0;
        height: 1.5rem;
    }

    .copyTextWrapper {
        bottom: 2.5rem;
        right: -0.5rem;
    }
}
@media only screen and (max-width:370px) {
    .copyLine .markWhite:before {
        height: 2.5rem;
    }
}
/* secStoriesTop */
.secStoriesTop{
    position: relative;
    padding-top: 5rem;
    width: 100%;
    overflow: hidden;
}
@media only screen and (min-width:1216px) {
    .secStoriesTop .cmnRecruit_title{
        position: absolute;
        top: 0;
        z-index: 3;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
    .secStoriesTop .title_Inner{
        max-width: 150rem;
        width: calc(100% - 10rem);
        margin: 0 auto;
    }
    @media only screen and (max-width:1750px) {
        .secStoriesTop .title_Inner{
            padding: 0 5rem;
        }
    }
}
.secStoriesTop .topInner{
    position: relative;
}
.secStoriesTop .imgBox{
    width: 100%;
    border-radius: 5rem;
    overflow: hidden;
}
.secStoriesTop .txtbox{
    display: inline-block;
    position: absolute;
    bottom: 11.1rem;
    right: calc(0% - 9rem);
}
.secStoriesTop .txtbox .imgsubtit{
    width: 75.4rem;
}
.secStoriesTop .txtbox .imgtxt{
    position: absolute;
    top: calc(13.7rem - 4.5rem);
    width: 40.2rem;
    right: 1rem;
}
@media only screen and (max-width:1215px) {
    .secStoriesTop{
        padding-top: 0;
        overflow: visible;
    }
    .secStoriesTop .topInner{
        position: relative;
        margin-top: 3.8rem;
        padding-bottom: calc(4.9rem + 1.6rem);
    }
    .secStoriesTop .imgBox{
        border-radius: 2.5rem;
    }
    .secStoriesTop .txtbox{
        bottom: 1.2rem;
        right: calc(0% - ((10 / 390 * 100%) + 0.4rem));
        padding-bottom: 1.6rem;
    }
    .secStoriesTop .txtbox .imgsubtit{
        width: 37.7rem;
    }
    .secStoriesTop .txtbox .imgtxt{
        top: calc(7.4rem - 2.5rem);
        width: 20.1rem;
        right: -0.3rem;
    }
}
@media only screen and (max-width:389px) {
    .secStoriesTop .topInner{
        padding-bottom: calc((49 / 390 * 100vw) + 1.6rem);
    }
    .secStoriesTop .txtbox{
        right: calc(0% - ((10 / 390 * 100vw) + (4 / 390 * 100vw)));
        padding-bottom: calc(16 / 390 *100vw);
    }
    .secStoriesTop .txtbox .imgsubtit{
        width: calc(361 / 390 * 100vw);
    }
    .secStoriesTop .txtbox .imgtxt{
        top: calc((64 / 390 * 100vw) - (25 / 390 * 100vw));
        width: calc(253 / 390 * 100vw);
        right: calc(-3 / 390 * 100vw);
    }
}

/*-----------------------------------------------
    secEvaluation
-----------------------------------------------*/
.secEvaluation{
    margin-top: 20rem;
}

.secEvaluation .titUnder {
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
}
.secEvaluation .titUnder+.titUnder {
    margin-top: 3rem;
}
.cmnRecruit_title {
    display: flex;
    gap: 31rem;
    align-items: flex-end;
}
.secEvaluation .rightTit{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_50);
}
@media only screen and (max-width:1720px) {
    .cmnRecruit_title {
        gap: 0;
        justify-content: space-between;
    }
}
@media only screen and (max-width:1215px) {
    .secEvaluation{
        margin-top: 4.4rem;
    }
    
    .secEvaluation .titUnder {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_30);
    }
    .secEvaluation .titUnder+.titUnder {
        margin-top: 2.4rem;
    }
    .cmnRecruit_title {
        display: block;
    }
    .secEvaluation .rightTit {
        margin-top: 4rem;
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_30);
    }
}

/*-----------------------------------------------
    secListEvaluation
-----------------------------------------------*/
.secListEvaluation{
    margin-top: 8rem;
}
.secListEvaluation .itemList{
    margin-top: 8rem;
    padding: 8rem 8rem 8rem 15.5rem;
    box-shadow: 0 0px 10px var(--box-shadow_Color_10);
    background: var(--Colorwhite);
    border-radius: 10rem;
}
.secListEvaluation .itemList:nth-child(n + 2){
    padding: 8rem 15.5rem 8rem 8rem;
}
.secListEvaluation .itemList:nth-child(n + 3){
    padding: 8rem 24.5rem 8rem 8rem;
}
.secListEvaluation .itemInner{
    display: flex;
}
.secListEvaluation .itemList:nth-child(2) .itemInner{
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.secListEvaluation .itemList:nth-child(n + 3) .itemInner{
    align-items: center;
    justify-content: space-between;
}
.secListEvaluation .boxTit{
    padding-right: 5rem;
}
.secListEvaluation .itemList:nth-child(2) .boxTit{
    padding-right: 0;
    padding-left: 6rem;
}
.secListEvaluation .secImg{
    width: calc(900 / (1820 - (80 + 155)) * 100%);
    max-width: 90rem;
    border-radius: 5rem;
    overflow: hidden;
}
.secListEvaluation .boxTit .titNum{
    font-size: var(--pcFontSize45);
    font-weight: bold;
    background: linear-gradient(90deg, #2d78e8, #3dd583); 
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}
.secListEvaluation .boxTit .titItem{
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_60);
    letter-spacing: var(--pcLetterSpacing40_50);
    font-weight: bold;
    margin-top: 4.2rem;
    white-space: nowrap;
}
.secListEvaluation .boxTit .txtImg{
    margin-top: 5rem;
    text-align: center;
}
.secListEvaluation .boxInner{
    position: relative;
    margin-top: 6rem;
    padding-top: 8rem;
    border-top: 0.1rem solid rgba(37, 46, 51, 0.3);
}

.secListEvaluation .boxInnerTit{
    display: flex;
    gap: 5rem;
    align-items: center;
    justify-content: center;
}
.secListEvaluation .boxInnerTit .titInner{
    font-size: var(--pcFontSize50);
    font-weight: bold;
}
.secListEvaluation .boxInnerTit .titInner:nth-child(2){
    position: relative;
}
.secListEvaluation .boxInnerTit .titInner:nth-child(2)::before{
    content: '';
    position: absolute;
    background: url(../img/career-up/iconInnerTit.png) center center / cover no-repeat;
    width: 2rem;
    height: 2rem;
    top: calc(50% - 1rem);
    left: -4.5rem;
}
.secListEvaluation .titSub{
    font-size: var(--pcFontSize18);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing18_50);
    text-align: center;
    margin-top: 4rem;
}
.secListEvaluation .listInner{
    display: flex;
    flex-wrap: wrap;
    gap: 4rem ;
    margin-top: 6rem;
}
.secListEvaluation .listInner .itemInner{
    width: calc((100% - 4rem) / 2);
    border-radius: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 2rem 6rem;
    background: linear-gradient(90deg, #d9e5f7, #f8f8fd); 
}
.secListEvaluation .listInner .titList{
    font-size: var(--pcFontSize25);
    line-height: var(--pcLineHeight25_45);
    letter-spacing: var(--pcLetterSpacing25_50);
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 2rem;
}
.secListEvaluation .listInner .imgRight{
    width: 41.09%;
    max-width: 30rem;
}
.secListEvaluation .boxLeft{
    width: 55rem;
    flex-shrink: 0;
}
.secListEvaluation .boxLeft .titEng{
    font-size: var(--pcFontSize22);
    letter-spacing: 0;
    font-weight: bold;
    background: linear-gradient(90deg, #2d78e8, #3dd583); 
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}
.secListEvaluation .boxLeft .itemTit{
    font-size: var(--pcFontSize26);
    letter-spacing: var(--pcLetterSpacing26_50);
    font-weight: bold;
    margin-top: 2.2rem;
}
.secListEvaluation .boxLeft .itemTxt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_34);
    letter-spacing: var(--pcLetterSpacing18_50);
    font-weight: bold;
    padding: 2rem 3rem;
    border-radius: 2rem;
    background: linear-gradient(90deg, #d9e5f7, #f8f8fd); 
    margin-top: 6rem;
}
@media only screen and (max-width:1720px){
    .secListEvaluation .secImg {
        width: calc(900 / (1820 - (80 * 2)) * 100%);
    }
    .secListEvaluation .itemList{
        padding: 8rem;
    }
    .secListEvaluation .itemList:nth-child(n + 2){
        padding: 8rem;
    }
    .secListEvaluation .boxTit .titItem {
        font-size: var(--pcFontSize36);
    }
}
@media only screen and (max-width:1500px){
    .secListEvaluation .boxTit .titItem {
        font-size: var(--pcFontSize28);
    }
}
@media only screen and (max-width:1215px){
    .secListEvaluation {
        margin-top: 5rem;
    }
    .secListEvaluation .itemList {
        margin-top: 3rem;
        padding: 4rem 0;
        border-radius: 4.5rem;
    }
    .secListEvaluation .boxTit .titNum {
        font-size: var(--spFontSize30);
        flex-shrink: 0;
        padding-top: 0.7rem;
    }
    .secListEvaluation .boxTit .titItem {
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_36);
        letter-spacing: var(--spLetterSpacing20_50);
        margin-top: 1.5rem;
    }
    .secListEvaluation .boxTit {
        display: block;
        padding-right: 0;
    }
    .secListEvaluation .itemInner {
        flex-direction: column-reverse;
        gap: 1rem;
    }
    .secListEvaluation .secImg {
        width: 100%;
        max-width: unset;
        border-radius: 2em;
    }
    .secListEvaluation .boxTit .txtImg {
        width: 28.6rem;
        margin: 3rem auto 0;
    }
    .secListEvaluation .itemList:nth-child(n + 2) {
        padding: 4rem 0;
    }
    .secListEvaluation .itemList:nth-child(2) .itemInner {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .secListEvaluation .itemList:nth-child(2) .boxTit {
        padding-right: 0;
        padding-left: 0;
    }
    .secListEvaluation .itemList:nth-child(n + 3) .itemInner {
        flex-direction: column;
        gap: 3rem;
        align-items: inherit;
    }
    .secListEvaluation .itemList:nth-child(n + 3) .txtImg {
        width: 28.6rem;
        margin: 0 auto;
    }
    .secListEvaluation .boxInnerTit {
        display: flex;
        gap: 2.2rem;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .secListEvaluation .boxInnerTit .titInner:nth-child(2)::before {
        width: 1rem;
        height: 1rem;
        top: -1rem;
        left: calc(50% - 0.5rem);
    }
    .secListEvaluation .boxInnerTit .titInner {
        font-size: var(--spFontSize26);
    }
    .secListEvaluation .boxInner {
        margin-top: 1.6rem;
        padding-top: 2.7rem;
    }
    .secListEvaluation .titSub {
        margin-top: 2.7rem;
    }
    .secListEvaluation .listInner .itemInner {
        width: 100%;
        border-radius: 2.5rem;
        padding: 1rem 1rem 1rem 2.4rem;
    }
    .secListEvaluation .listInner .titList {
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_32);
        letter-spacing: var(--spLetterSpacing20_30);
        margin-right: 2rem;
    }
    .secListEvaluation .listInner .imgRight {
        width: 45.57%;
        max-width: 14.4rem;
    }
    .secListEvaluation .listInner {
        gap: 2rem;
        margin-top: 4rem;
    }
    .secListEvaluation .boxLeft .titEng {
        font-size: var(--spFontSize16);
    }
    .secListEvaluation .boxLeft .itemTit {
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_22);
        letter-spacing: var(--spLetterSpacing16_30);
        margin-top: 1.2rem;
    }
    .secListEvaluation .boxLeft .itemTxt {
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing14_30);
        padding: 1.6rem 2rem;
        border-radius: 2.5rem;
        margin-top: 2.6rem;
    }
    .secListEvaluation .boxLeft {
        width: 100%;
    }
    .secListEvaluation .itemList:nth-child(n+2) .boxInner {
        flex-direction: column;
        gap: 3rem;
    }
}