@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}



@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*============================
	recruit common parts
============================*/
.recruit__entry {
    width: 400px;
    position: fixed;
    bottom: 0;
    right: 0;
}

.r-intervew {
    padding: 150px 0 100px;
}

@media screen and (max-width:1024px) {
    .recruit__entry {
        width: 300px;
    }

    .r-intervew {
        padding: 100px 0 80px;
    }
}

@media screen and (max-width:767px) {
    .recruit__entry {
        width: 100%;
    }

    .r-intervew {
        padding: 60px 0;
    }
}

/*============================
rec-top 
============================*/
.rec-top {
    padding-bottom: 0;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {
    .rec__lead {
        text-align: left;
    }
}


/*============================
  r-strength 
============================*/
.r-str__ttl img {
    width: 270px;
    margin-bottom: 15px;
    display: block;
}

.r-str__atc {
    background: #F8F7F5;
    border-radius: 0 40px 0 40px;
    min-height: 400px;
    overflow: hidden;
}

.r-str__txtwrap {
    width: 58%;
    padding: 20px 5%;
}

.r-str__imgwrap {
    width: 42%;
    height: 100%;
}

.r-str__img img {
    object-fit: cover;
    height: 400px;
}

.r-str__h3 {
    display: flex;

}

.r-str__h3 .num {
    display: flex;
    align-items: center;
    font-size: 3.5rem;
    padding-right: .75em;
    margin-right: .5em;
    line-height: 1;
    border-right: solid 1px #E86263;

}

@media screen and (max-width:1024px) {
    .r-str__ttl img {
        width: 200px;
        margin-bottom: 10px;
    }

    .r-str__atc {
        border-radius: 0 30px 0 30px;
        min-height: auto;
    }

    .r-str__txtwrap {
        width: 58%;
        padding: 20px 5%;
    }

    .r-str__imgwrap {
        width: 42%;
    }

    .r-str__img img {
        height: 300px;
    }

    .r-str__h3 .num {
        font-size: 2.4rem;
        padding-right: .75em;
        margin-right: .5em;

    }
}

@media screen and (max-width:767px) {

    .r-str__ttl img {
        width: 200px;
        margin-bottom: 10px;
    }

    .section__ttl .font-en {
        display: block;
        margin: 10px 0 0;
    }

    .r-str__atc {
        display: flex;
        flex-direction: column-reverse;
        border-radius: 0 30px 0 30px;
        min-height: auto;
    }

    .r-str__atc.reverse {
        display: block;
    }

    .r-str__txtwrap {
        width: 100%;
        padding: 30px 5%;
    }

    .r-str__imgwrap {
        width: 100%;
    }

    .r-str__img img {
        height: auto;
    }

    .r-str__h3 .num {
        font-size: 2.4rem;
        padding-right: .75em;
        margin-right: .5em;

    }
}


/*============================
 r-system
============================*/
.r-sys__box {
    background: #fff;
    padding: 60px 5%;
    max-width: 916px;
    margin: 0 auto 80px;
    border-radius: 0 40px 0 40px;
}

.r-sys__illu01 {
    max-width: 106px;
    width: 11.5%;
    top: 55px;
    right: 5%;
}

.r-sys__illu02 {
    max-width: 203px;
    width: 22.1%;
    bottom: 40px;
    right: 2%;
}

.r-sys__ul li {
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}

.r-sys__ul li:last-child {
    margin-bottom: 0;
}

.r-sys__ul li .num {
    position: absolute;
    font-size: 3rem;
    line-height: 1;
    left: 0;
    top: .2em;
}

.r-sys__atc--img {
    width: 40%;
    max-width: 430px;
}

.r-sys__txtwrap {
    width: 55%;
}

@media screen and (max-width:1024px) {

    .r-sys__box {
        padding: 40px 5%;
        margin: 0 auto 50px;
        border-radius: 0 30px 0 30px;
    }

    .r-sys__illu01 {
        top: 30px;
        right: 3%;
    }

    .r-sys__illu02 {
        width: 22.1%;
        bottom: 30px;
        right: 2%;
    }

    .r-sys__ul li {
        margin-bottom: 20px;
        padding-left: 30px;
    }


    .r-sys__ul li .num {
        font-size: 2.6rem;
        left: 0;
        top: .1em;
    }

    .r-sys__atc {
        align-items: flex-start;
    }

    .r-sys__atc--img {
        width: 40%;
    }

    .r-sys__txtwrap {
        width: 55%;
    }
}

@media screen and (max-width:767px) {
    .r-sys__ttl {
        line-height: 1.3;
    }

    .r-sys__box {
        padding: 30px 5%;
        margin: 0 auto 40px;
        border-radius: 0 30px 0 30px;
    }

    .r-sys__illu01 {
        top: 30px;
        right: 3%;
    }

    .r-sys__illu02 {
        width: 22.1%;
        bottom: 20px;
        right: 2%;
    }

    .r-sys__ul li {
        margin-bottom: 20px;
        padding-left: 30px;
    }


    .r-sys__ul li .num {
        font-size: 2.6rem;
        left: 0;
        top: .1em;
    }


    .r-sys__atc--img {
        width: 100%;
        margin-bottom: 20px;
    }

    .r-sys__txtwrap {
        width: 100%;
    }
}

/*============================
    r-flow
============================*/
.r-flow {
    padding-bottom: 0;
}

.r-flow__flow--ul {
    max-width: 916px;
    margin: 0 auto;
}

.r-flow__flow--ul::before {
    content: "";
    position: absolute;
    left: 86px;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(#F0BF70, #E86263);
    z-index: -1;
}

.r-flow__flwo--li {
    margin-bottom: 35px;

}

.r-flow__flwo--li:last-child {
    margin-bottom: 0;
}

.r-flow__step {
    width: 172px;
    height: 120px;
    background: #F0BF70;
    color: #fff;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 0 10px;
}

.r-flow__step .num {
    font-size: 3.5rem;
    margin-left: .5em;
}

.step02 .r-flow__step {
    background: #EEA96D;
}

.step03 .r-flow__step {
    background: #EC916A;
}

.step04 .r-flow__step {
    background: #EA7866;
}

.step05 .r-flow__step {
    background: #E86263;
}

.r-flow__txtwrap {
    width: calc(100% - 172px);
    padding: 0 0 0 5%;
}

@media screen and (max-width:1024px) {

    .r-flow__flow--ul::before {
        left: 75px;
    }

    .r-flow__flwo--li {
        margin-bottom: 30px;

    }

    .r-flow__step {
        width: 150px;
        height: 100px;
        font-size: 2.6rem;
        border-radius: 0 10px 0 10px;
    }

    .r-flow__step .num {
        font-size: 3rem;
        margin-left: .5em;
    }

    .r-flow__txtwrap {
        width: calc(100% - 150px);
        padding: 0 0 0 5%;
    }
}

@media screen and (max-width:767px) {
    .r-flow__flow--ul::before {
        left: 40px;
    }

    .r-flow__flwo--li {
        margin-bottom: 20px;
        display: flex;
        align-items: flex-start;

    }

    .r-flow__step {
        width: 80px;
        height: 60px;
        font-size: 1.6rem;
        border-radius: 0 10px 0 10px;
    }

    .r-flow__step .num {
        font-size: 2rem;
        margin-left: .25em;
    }

    .r-flow__h3 {
        margin-bottom: 0;
    }

    .r-flow__txtwrap {
        width: calc(100% - 80px);
        padding: 0 0 0 5%;
    }
}

/*============================
   r-faq
============================*/
.newgraduates__page .r-faq {
    padding-bottom: 0;
}

.r-faq__atc {
    background: #fff;
    border-radius: 0 20px 0 20px;
    border: solid 1px #E86263;
    padding: 0 3%;
}

.r-faq__q {
    padding: 40px 50px 40px 90px;
    position: relative;
    cursor: pointer;
}

.r-faq__q .mark {
    position: absolute;
    top: 40px;
    left: 30px;
    line-height: 1;
}

.r-faq__btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: solid 1px #E86263;
    background: #fff;
    text-align: center;

}


.r-faq__btn::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background: #E86263;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: .3s ease-out;
}

.r-faq__btn::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background: #E86263;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease-out;
    opacity: 0;
}

.close .r-faq__btn::before {
    transform: translate(-50%, -50%);
}

.close .r-faq__btn::after {
    opacity: 1;
}

.ac__area {
    display: none;
}

.r-faq__a {
    padding: 40px 5% 40px 90px;
    position: relative;
    border-top: dashed 1.5px #E86263;
}

.r-faq__a .mark {
    position: absolute;
    top: 40px;
    left: 30px;
    line-height: 1;

}

@media screen and (max-width:1024px) {
    .r-faq__atc {
        border-radius: 0 20px 0 20px;
        padding: 0 3%;
    }

    .r-faq__q {
        padding: 30px 40px 30px 60px;
        position: relative;
    }

    .r-faq__q .mark {
        top: 35px;
        left: 20px;
    }

    .r-faq__btn {
        top: 20px;
        right: 0;
        width: 40px;
        height: 40px;
    }


    .r-faq__btn::before {
        width: 1px;
        height: 14px;
    }

    .r-faq__btn::after {
        width: 14px;
        height: 1px;
    }

    .r-faq__a {
        padding: 30px 5% 30px 60px;
    }

    .r-faq__a .mark {
        top: 35px;
        left: 20px;

    }

}

@media screen and (max-width:767px) {
    .r-faq__atc {
        border-radius: 0 15px 0 15px;
        padding: 0 3%;
    }

    .r-faq__q {
        padding: 20px 40px 20px 35px;
        position: relative;
    }

    .r-faq__q .mark {
        top: 25px;
        left: 5px;
        font-size: 2rem;
    }

    .r-faq__btn {
        top: 20px;
        right: 0;
        width: 25px;
        height: 25px;
    }


    .r-faq__btn::before {
        height: 12px;
    }

    .r-faq__btn::after {
        width: 12px;
    }

    .r-faq__a {
        padding: 20px 5% 20px 35px;
    }

    .r-faq__a .mark {
        top: 25px;
        left: 5px;
        font-size: 2rem;

    }
}

/*============================
 r-guide
============================*/
.r-guide {
    padding-bottom: 0;
}

/*============================
  r-entry
============================*/
.r-entry {
    padding: 150px 0;
    background: linear-gradient(transparent 0, transparent 250px, #E86263 250px, #F2CE93 100%);
}

.r-entry__box {
    background: #fff;
    border-radius: 0 40px 0 40px;
    padding: 80px 5%;
    border: solid 2px #E86263;
}

@media screen and (max-width:1024px) {

    .r-entry {
        padding: 100px 0;
        background: linear-gradient(transparent 0, transparent 150px, #E86263 150px, #F2CE93 100%);
    }

    .r-entry__box {
        border-radius: 0 30px 0 30px;
        padding: 60px 5%;
        border: solid 1px #E86263;
    }
}

@media screen and (max-width:767px) {
    .r-entry {
        padding: 60px 0;
        background: linear-gradient(transparent 0, transparent 100px, #E86263 100px, #F2CE93 100%);
    }

    .r-entry__box {
        border-radius: 0 30px 0 30px;
        padding: 40px 5%;
    }
}

/*============================
  r-entry / midcareer
============================*/
.r-person__atcwrap {
    width: 60%;
}

.r-person__atc {
    margin-bottom: 70px;
}

.r-person__atc:last-child {
    margin-bottom: 0;
}

.r-person__txtwrap {
    padding: 0 0 0 120px;
    position: relative;
}

.r-person__imgwrap {
    max-width: 380px;
    width: 36%;
}

.r-person__num {
    position: absolute;
    top: 0;
    left: 0;
    width: 94px;
    height: 94px;
    background: #fff;
    border: solid 1px #E86263;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    text-align: center;
}

.r-person__num .txt {
    display: block;
    line-height: 1;
}

.r-person__num .num {
    font-size: 3.8rem;
    display: block;
    line-height: 1;
}

@media screen and (max-width:1024px) {
    .r-person__atcwrap {
        width: 60%;
    }

    .r-person__atc {
        margin-bottom: 30px;
    }

    .r-person__txtwrap {
        padding: 0 0 0 100px;
    }

    .r-person__imgwrap {
        width: 36%;
    }

    .r-person__num {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        font-size: 1.6rem;
    }

    .r-person__num .num {
        font-size: 2.6rem;
    }
}

@media screen and (max-width:767px) {
    .r-person__ttl {
        line-height: 1.3;
    }

    .r-person__atcwrap {
        width: 100%;
    }

    .r-person__atc {
        margin-bottom: 30px;
    }

    .r-person__txtwrap {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .r-person__imgwrap {
        width: 100%;
        margin: 0 auto;
    }

    .r-person__num {
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto 10px 0;
    }

    .r-person__num .num {
        font-size: 1.8rem;
    }

    .r-person__h3 {
        padding-left: 65px;
        margin-bottom: 20px;
    }
}

/*============================
  r-curriculumn  / midcareer
============================*/
.r-curr__lead {
    max-width: 920px;
    margin: 0 auto 60px;
}

.r-curr__lead .marker {
    font-size: 1.7rem;
    font-weight: 500;
}

.r-curr__li {
    width: 48%;
    height: 100px;
    background: #FFEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    border: solid 1px #E86263;
    position: relative;
    bottom: -1px;
    transition: .3s ease-out;
}

.r-curr__li.active {
    background: #fff;
    border-bottom: solid 1px #fff;
}

.r-curr__atcwrap {
    padding: 80px 5%;
    background: #fff;
    border: solid 1px #E86263;
}

.r-curr__imgwrap {
    width: 48%;
}

.r-curr__txtwrap {
    width: 48%;
}

.r-curr__item {
    padding: 30px 5%;
    min-height: 260px;
    background: #F8F7F5;
    border-radius: 0 20px 0 20px;
    position: relative;
}

.r-curr__item::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #E86263;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%);
}

.r-curr__item:last-child::before {
    display: none;
}

.r-curr__atc__h3 .txt {
    padding: 0 4em;
    background: #F8F7F5;
    width: fit-content;
    margin: 0 auto;
    display: block;
    font-weight: 400;
    position: relative;
}

.r-curr__atc__h3 {
    position: relative;
}

.r-curr__atc__h3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    ;
    border-bottom: dashed 1px #E86263;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);

}

.filter-atc {
    display: none;
}

.filter-atc.atc01 {
    display: block;
}

@media screen and (max-width:1024px) {
    .r-curr__lead {
        margin: 0 auto 40px;
    }

    .r-curr__lead .marker {
        font-size: 1.6rem;
    }

    .r-curr__li {
        width: 49%;
        height: 60px;
        border-radius: 15px 15px 0 0;
    }

    .r-curr__atcwrap {
        padding: 50px 5%;
    }

    .r-curr__imgwrap {
        width: 48%;
    }

    .r-curr__txtwrap {
        width: 48%;
    }

    .r-curr__item {
        padding: 30px 5%;
        min-height: auto;
        border-radius: 0 20px 0 20px;
    }

    .r-curr__item::before {
        height: 30px;
        bottom: -30px;
    }

    .r-curr__atc__h3 .txt {
        padding: 0 3em;
    }

    .r-curr__atc__h3::before {
        border-bottom: dashed 1px #E86263;
    }

}

@media screen and (max-width:767px) {
    .r-curr__lead {
        margin: 0 auto 30px;
    }

    .r-curr__lead .marker {
        font-size: 1.5rem;
    }

    .r-curr__tabwrap {
        display: flex;
    }

    .r-curr__li {
        width: 49%;
        height: 40px;
        border-radius: 10px 10px 0 0;
        font-size: 1.4rem;
    }

    .r-curr__atcwrap {
        padding: 30px 5%;
    }

    .r-curr__imgwrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .r-curr__txtwrap {
        width: 100%;
    }

    .r-curr__item {
        padding: 20px 5%;
        min-height: auto;
        border-radius: 0 10px 0 10px;
    }

    .r-curr__atc__h3 .txt {
        padding: 0 2em;
    }

}

/*============================
r-training / midcareer
============================*/
.r-train__txtwrap {
    width: 55%;
}

.r-train__imgwrap {
    width: 40%;
}

.r-train__img {
    max-width: 430px;
}

@media screen and (max-width:1024px) {
    .r-train__txtwrap {
        width: 55%;
    }

    .r-train__imgwrap {
        width: 40%;
    }

}

@media screen and (max-width:767px) {
    .r-train__txtwrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .r-train__imgwrap {
        width: 100%;
    }

}

/*============================
r-welfare / midcareer
============================*/
.r-wel__atc {
    width: 24%;
    max-width: 250px;
}

.r-wel__h3 {
    line-height: 1.4;
}

@media screen and (max-width:1024px) {
    .r-wel__atc {
        width: 24%;
    }

}

@media screen and (max-width:767px) {
    .r-wel__flex {
        display: flex;
        flex-wrap: wrap;
    }

    .r-wel__atc {
        width: 48%;
        margin: 0 auto 20px;
    }


}

/*============================
r-vision  / newgraduates
============================*/
.r-curr__item {
    max-width: 916px;

}

.newgraduates__page .r-curr__item {
    margin: 0 auto 30px;
    background: #fff;
}

.newgraduates__page .r-curr__atc__h3 .txt {
    background: #fff;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {
    .r-vision__txt {
        text-align: left;
    }

}

/*============================
   r-step 
============================*/
.r-step {
    padding-bottom: 0;
}

.r-step--li {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1.75px #E86263;
    position: relative;
    background: #fff;

}

/* .r-step--li::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 30px;
    background: url(../img/newgraduates/r-step_arw.jpg) no-repeat center center/contain;
    bottom: -29.25px;
    left: 50%;
    transform: translate(-50%);
} */
.r-step--li::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-left: solid 1.75px #E86263;
    border-bottom: solid 1.75px #E86263;
    background: #fff;
    bottom: -19.25px;
    left: 50%;
    transform: translate(-50%) rotate(-45deg);
}

.r-step--li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    background: #fff;
}

.r-step--li:last-child {
    margin-bottom: 0;
    border: none;
}

.r-step--li:last-child::before {
    display: none;
}

.r-step__num {
    width: 140px;
    height: 74px;
    background: rgba(232, 98, 99, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}



.step02 .r-step__num {
    background: rgba(232, 98, 99, .2);
}

.step03 .r-step__num {
    background: rgba(232, 98, 99, .3);
}

.step04 .r-step__num {
    background: rgba(232, 98, 99, .4);
}

.step05 .r-step__num {
    background: rgba(232, 98, 99, .5);
}

.step06 .r-step__num {
    background: rgba(232, 98, 99, .6);
}



.r-step__txt {
    width: calc(100% - 140px);
    padding: 0 0 0 3%;
}

.r-step__dot {
    width: 4px;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {

    .r-step--li {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .r-step--li::before {
        width: 45px;
        height: 45px;
        bottom: -19.25px;
    }

    .r-step__num {
        width: 120px;
        height: 60px;
    }


    .r-step__txt {
        width: calc(100% - 120px);
        padding: 0 0 0 3%;
    }

    .r-step__dot {
        width: 4px;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .r-step__ttl .font-en {
        display: block;
        margin: 10px 0 0;
    }

    .r-step--li {
        padding-bottom: 25px;
        margin-bottom: 40px;
    }

    .r-step--li::before {
        width: 40px;
        height: 40px;
        bottom: -16px;
    }

    .r-step__num {
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
    }


    .r-step__txt {
        width: 100%;
        padding: 0;
    }

    .r-step__dot {
        width: 3px;
        margin: 0 auto;
    }
}



/*============================
   r-schedule /newgraduates
============================*/

.r-sch__ul::before {
    content: "";
    position: absolute;
    left: 67px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: dashed 1.5px #E86263;
}

.r-sch__li {
    margin-bottom: 50px;

}

.r-flow__flwo--li:last-child {
    margin-bottom: 0;
}

.r-sch__time {
    width: 134px;
    height: 134px;
    line-height: 134px;
    border-radius: 50%;
    background: #fff;
    color: #E86263;
    border: solid 1px #E86263;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



.r-sch__txtwrap {
    width: calc(100% - 134px);
    padding: 0 0 0 5%;
}

@media screen and (max-width:1024px) {


    .r-sch__ul::before {
        left: 60px;
    }

    .r-sch__li {
        margin-bottom: 40px;

    }


    .r-sch__time {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }



    .r-sch__txtwrap {
        width: calc(100% - 120px);
        padding: 0 0 0 5%;
    }
}

@media screen and (max-width:767px) {

    .r-sch__ul::before {
        left: 50%;
        transform: translate(-50%);
    }

    .r-sch__li {
        margin-bottom: 30px;

    }


    .r-sch__time {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto 20px;
    }



    .r-sch__txtwrap {
        width: 100%;
        padding: 10px 0;
        background: #fff;
        position: relative;
    }

    .r-sch__h3 {
        text-align: center;
    }
}