@charset "UTF-8";

/* recruit__page */

.rec-kv .sub-kv__copy {
    left: 25%;
    text-align: left;

    .flex {
        align-items: baseline;
    }

    .font-en {
        font-size: 5.7rem;
        margin: 0;
    }

    .txt {
        font-size: 2.2rem;
        margin-left: 1em;
    }

    .copy {
        display: block;
        font-size: 4.2rem;
        margin-top: .5em;
    }
}

.side__btnwrap {
    position: fixed;
    top: 50%;
    right: 0;
    max-width: 280px;
    width: 14.85%;
    min-width: 200px;
    background: #fff;
    border-radius: 40px 0 0 40px;
    padding: 15px 15px 20px;
    z-index: 99;
    transform: translate(0, -50%);
}

.side__txt {
    text-align: center;
    white-space: nowrap;
    font-size: 1.4rem;
    margin-bottom: .5em;
}

.side__btn {
    display: block;
    max-width: 223px;
    margin: 0 auto 10px;

    &:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width:1024px) {
    .rec-kv .sub-kv__copy {
        left: 25%;
        text-align: left;

        .flex {
            align-items: baseline;
        }

        .font-en {
            font-size: min(5.7rem, 4vw);
            margin-bottom: 0;
        }

        .txt {
            font-size: min(2.2rem, 1.8vw);
            margin-left: 1em;
        }

        .copy {
            font-size: min(4.2rem, 3vw);
            margin-top: .5em;
        }
    }


    .side__btnwrap {
        top: 75%;
        right: 0;
        width: 14.85%;
        min-width: 160px;

        border-radius: 20px 0 0 20px;
        padding: 10px 10px 15px;
    }

    .side__txt {
        font-size: 1.2rem;
        margin-bottom: .5em;
    }

    .side__btn {
        margin: 0 auto 5px;
    }

}

@media screen and (max-width:767px) {
    .rec-kv .sub-kv__copy {
        left: 5%;
        transform: translate(0, -50%);

        .flex {
            display: flex;
        }

        .font-en {
            font-size: min(5.7rem, 5.7vw);
            margin-bottom: 0;
        }

        .txt {
            font-size: min(2.2rem, 2.2vw);
            margin-left: 1em;
        }

        .copy {
            font-size: min(4.2rem, 3.6vw);
            margin-top: .5em;
        }
    }

    .side__btnwrap {
        top: auto;
        bottom: 70px;
        transform: none;
        right: 0;
        width: 14.85%;
        min-width: 140px;

        border-radius: 15px 0 0 15px;
        padding: 10px 5px 10px;
    }

    .side__txt {
        font-size: 1rem;
    }

    .side__btn {
        margin: 0 auto 5px;
    }

}

/*============================
	r-news
============================*/
.r-news {
    .news__atcwarp {
        background: none;
        padding: 0;
    }

    .news__left {
        padding: 0;
    }

    .news__ttl {
        margin: 0;
    }

    .news__atc {
        padding: 1em;


    }

    .news__txtwrap {
        display: flex;
    }

    .news__info {
        width: 90px;
    }

    .news__atc--ttl {
        width: calc(100% - 90px);
    }
}

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

        .news__atc {
            padding: 1em;
        }

        .news__txtwrap {
            display: flex;
        }

        .news__info {
            width: 90px;
        }

        .news__atc--ttl {
            width: calc(100% - 90px);
        }
    }

}

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

        .news__atc {
            padding: 1em;
        }

        .news__txtwrap {
            display: block;
        }

        .news__info {
            width: 100%;
        }

        .news__atc--ttl {
            width: 100%;
        }
    }

}

/*============================
	r-target
============================*/
.target__box {
    background: #fff;
    border-radius: 20px;
    padding: 80px 5%;
}

.target__items {
    max-width: 930px;
    margin: 0 auto;
}

.target__atc {
    width: 48%;
    max-width: 402px;
    margin-bottom: 50px;

    &:nth-child(3),
    &:nth-child(4) {
        margin-bottom: 0;
    }
}

.target__num {
    font-size: 5.3rem;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 9;
}

.target__ico {
    max-width: 240px;
    width: 80%;
    margin: -20px auto 20px;
}

.target__h3 {
    line-height: 1.5;
    min-height: 3em;
}

@media screen and (max-width:1024px) {
    .target__box {
        border-radius: 20px;
        padding: 60px 5%;
    }

    .target__atc {
        width: 48%;
        margin-bottom: 30px;

        &:nth-child(3),
        &:nth-child(4) {
            margin-bottom: 0;
        }
    }

    .target__num {
        font-size: 4rem;
    }

    .target__ico {
        width: 70%;
        margin: -20px auto 20px;
    }

    .target__h3 {
        line-height: 1.5;
        min-height: 3em;
    }
}

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

    .target__box {
        border-radius: 20px;
        padding: 30px 5%;
    }

    .target__atc {
        width: 100%;
        margin: 0 auto 30px;

        &:nth-child(3) {
            margin: 0 auto 30px;
        }

        &:nth-child(4) {
            margin-bottom: 0;
        }
    }

    .target__num {
        font-size: 4rem;
    }

    .target__ico {
        width: 70%;
        margin: -20px auto 20px;
    }

    .target__h3 {
        line-height: 1.5;
        min-height: auto;
    }
}

/*============================
	r-interview
============================*/
.r-int__items {
    max-width: 1590px;
    margin: 0 auto;
}

.r-int__atc {
    width: 24%;
    max-width: 368px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

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

.r-int__h3 {
    line-height: 1.5;
    min-height: 3em;
    padding-bottom: .5em;
    border-bottom: solid 1px #96989a;
    margin-bottom: .5em;
}

.r-int__info .cat {
    padding: 0 1em;
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    font-size: 1.2rem;
    background: linear-gradient(#f5f5f5, #eeedf8);
}

.r-int__poswrap {
    .arw {
        width: 38px;
    }
}

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


    .r-int__atc {
        width: 24%;
        border-radius: 15px;
    }

    .r-int__txtwrap {
        padding: 10px 5% 20px;
    }

    .r-int__h3 {
        padding-bottom: .5em;
        margin-bottom: .5em;
    }

    .r-int__info .cat {
        border-radius: 10px;
        line-height: 20px;
        font-size: 1rem;
    }

    .r-int__poswrap {
        .arw {
            width: 30px;
        }
    }

}

@media screen and (max-width:767px) {
    .r-int__atc {
        width: 100%;
        border-radius: 15px;
        margin: 0 auto 30px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .r-int__txtwrap {
        padding: 15px 5% 20px;
    }

    .r-int__h3 {
        font-size: 1.6rem;
        min-height: auto;
        padding-bottom: .5em;
        margin-bottom: .5em;
    }

    .r-int__info {
        display: flex;
    }

    .r-int__poswrap {
        display: flex;
    }

    .r-int__poswrap {
        .arw {
            width: 30px;
        }
    }

}

/*============================
	r-office 
============================*/
.office__ttlwrap {
    align-items: flex-end;
}

.office__lead {
    flex: 0 1 auto;
    padding: 0 1em;
}

.office__swbtn-wrap {
    width: 120px;
}

.o-swiper-button-prev {
    position: relative;
    width: 38px;
    height: 38px;
    z-index: 9;

}

.o-swiper-button-next {
    position: relative;
    width: 38px;
    height: 38px;

}

.o-swiper-button-prev::before {
    content: "";
    position: absolute;
    background: url(../img/recruit/sw_arw_prv.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.o-swiper-button-next::before {
    content: "";
    font-weight: bold;
    position: absolute;
    background: url(../img/recruit/sw_arw_next.png ) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.office__swiper {
    overflow: visible;
}

.office__img {
    width: 580px;
    margin: 0 10px;
}

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


    .office__ttl {
        white-space: nowrap;
    }

    .office__lead {
        padding: 0 1em;
    }

    .office__swbtn-wrap {
        width: 70px;
    }

    .o-swiper-button-prev {
        width: 30px;
        height: 30px;

    }

    .o-swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .office__img {
        width: 48%;
        margin: 0 1%;
    }

}

@media screen and (max-width:767px) {
    .office__ttlwrap {
        margin-bottom: 10px;
    }

    .office__lead {
        padding: 0;
        margin: 20px 0;
    }

    .office__swbtn-wrap {
        width: 70px;
        display: flex;
        margin: 0 0 0 auto;
    }

    .o-swiper-button-prev {
        width: 30px;
        height: 30px;

    }

    .o-swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .office__img {
        width: 90%;
        margin: 0 2%;
    }

}

/*============================
	r-benefit 
============================*/
.benefit__ttlwrap {
    align-items: self-end;
}

.r-benefit__ttl {
    margin-right: 10%;
}

.benefit__atc {
    width: 24%;
    border-radius: 40px;
    padding: 30px 2%;
    background: #fff;
}

.benefit__h3 {
    display: flex;
    align-items: center;

    .dot {
        color: #c7e3f9;
        margin-right: .5em;
    }
}

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

    .r-benefit__ttl {
        margin-right: 10%;
    }

    .benefit__atc {
        width: 24%;
        border-radius: 20px;
        padding: 20px 2%;
    }

}

@media screen and (max-width:767px) {
    .r-benefit__ttl {
        margin: 0 0 1em;
    }

    .benefit__atc {
        width: 100%;
        border-radius: 20px;
        padding: 20px 5%;
        margin: 0 auto 20px;

        &:last-child {
            margin-bottom: 0;
        }
    }

}

/*============================
	r-links
============================*/
.r-links {
    padding-bottom: 120px;
}

.links__box {
    background: #fff;
    padding: 80px 5% 100px;
    border-radius: 20px;
}

.links__ttl {
    .font-en {
        font-size: 5.6rem;
        margin: 0 auto .2em;
        font-weight: 400;
    }
}

.links__btn {
    display: block;
    width: 45%;
    margin: 0 1.5%;
    max-width: 420px;
}

@media screen and (max-width:1024px) {
    .r-links {
        padding-bottom: 80px;
    }

    .links__box {
        padding: 60px 5%;
        border-radius: 20px;
    }

    .links__ttl {
        .font-en {
            font-size: 4rem;
            margin: 0 auto .2em;
        }
    }

    .links__btn {
        width: 45%;
        margin: 0 1.5%;
        max-width: 300px;
    }
}

@media screen and (max-width:767px) {
    .r-links {
        padding-bottom: 60px;
    }

    .links__box {
        padding: 30px 5%;
        border-radius: 20px;
    }

    .links__ttl {
        .font-en {
            font-size: 3rem;
            margin: 0 auto .2em;
        }
    }

    .links__btn {
        width: 100%;
        margin: 0 auto 10px;
        max-width: 260px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

/* interview__pgage */
.interview__kv .suv-kv__copywrap {
    padding-top: 3em;
}

.interview__kv .r-int__info {
    margin-top: 2em;
    max-width: 230px;
}

.interview__kv .sub-kv__copy02 .txt {
    letter-spacing: 0;
    font-size: min(3.6rem, 2.6vw);
}

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

@media screen and (max-width:767px) {
    .interview__kv .suv-kv__copywrap {
        padding: 20px 0;
    }

    .interview__kv .r-int__info {
        margin-top: 1em;
    }

    .interview__kv .sub-kv__copy02 .txt {
        letter-spacing: 0;
        font-size: 1.8rem;
    }

}

/*============================
	interivew-contents
============================*/
.interview__atc {
    margin-bottom: 100px;
    align-items: center;

    &:last-child {
        margin-bottom: 0;
    }

    &:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.interview__txtwrap {
    width: 48%;
}

.interview__img {
    width: 50%;
}

.interveiw__item {
    margin-bottom: 2em;

    &:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width:1024px) {
    .interview__atc {
        margin-bottom: 60px;

    }

    .interview__txtwrap {
        width: 48%;
    }

    .interview__img {
        width: 50%;
    }

}

@media screen and (max-width:767px) {
    .interview__atc {
        margin-bottom: 30px;

    }

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

    .interview__img {
        width: 100%;
    }
}

/*============================
	job-contents 
============================*/
.job-contents {
    padding-bottom: 120px;
}

.job__type--items .job__box {
    width: 49%;
}

.jot__ttl {
    padding-left: .75em;
    position: relative;
    line-height: 1.4;

    &::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 100%;
        background: linear-gradient(#21dece, #3d78d5);
        left: 0;
        top: 0;
    }
}

.job__h3 {
    .dot {
        color: #c7e3f9;
    }
}

.job__box {
    background: #fff;
    border-radius: 15px;
    padding: 30px 5%;
}

.job__require {
    width: 55%;
}

.job__flow {
    width: 40%;
}

.jot__ttl.mb-120 {
    margin-bottom: 120px;
}

.job__select--btnwrap {
    position: absolute;
    top: 70px;
    width: 100%;
}

.job__selectwrap {

    width: 48%;
    margin-right: 2%;
    cursor: pointer;

    & i {
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translate(0, -50%);
        pointer-events: none;
    }

    &::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 80%;
        background: #dcdfe4;
        right: 15%;
        top: 50%;
        transform: translate(0, -50%);
        pointer-events: none;
    }
}

.job__select {
    border-radius: 15px;
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: .5em 10% .5em 1em;
    font-size: 1.5rem;
}

.job__tbl {
    width: 100%;
}

.job__tbl th {
    padding: 1em;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1.5;
    text-align: left;
    border-top: solid 1px #b8b8b8;
    border-bottom: solid 1px #b8b8b8;
}

.job__tbl td {
    padding: 1em;
    line-height: 1.5;
    text-align: left;
    border-top: solid 1px #b8b8b8;
    border-bottom: solid 1px #b8b8b8;

}

.job__arw {
    width: 30px;
    margin: 20px auto;
}

.job__select--atc {
    display: none;


    &.is_active {
        display: block;
    }
}

.filter-atc {
    display: none;

    &:first-child {
        display: block;
    }
}

.job__select {
    background: #c7e3f9;
}

.job__selectwrap.active .job__select {
    background-color: #fff;
}

@media screen and (max-width:1024px) {
    .job-contents {
        padding-bottom: 80px;
    }

    .job__type--items .job__box {
        width: 49%;
    }

    .jot__ttl {
        &::before {
            width: 4px;
        }
    }

    .job__box {
        border-radius: 15px;
        padding: 20px 5%;
    }

    .job__require {
        width: 55%;
    }

    .job__flow {
        width: 40%;
    }

    .jot__ttl.mb-120 {
        margin-bottom: 80px;
    }

    .job__select--btnwrap {
        position: absolute;
        top: 50px;
    }

    .job__selectwrap {
        min-width: auto;

        & i {
            right: 5%;
            font-size: 1.2rem;
        }

        &::before {
            right: 15%;
            top: 50%;
        }
    }

    .job__select {
        border-radius: 10px;
        height: 50px;
        padding: .5em 16% .5em .75em;
        font-size: 1.2rem;
        letter-spacing: 0;
    }

    .job__tbl {
        width: 100%;
    }

    .job__tbl th {
        padding: 1em;
    }

    .job__tbl td {
        padding: 1em;
    }

    .job__arw {
        width: 20px;
        margin: 20px auto;
    }
}

@media screen and (max-width:767px) {
    .job-contents {
        padding-bottom: 60px;
    }

    .job__type--items .job__box {
        width: 100%;
        margin: 0 auto 20px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .job__box {
        border-radius: 10px;
        padding: 20px 5%;
    }

    .job__require {
        width: 100%;
        margin-bottom: 40px;
    }

    .job__flow {
        width: 100%;
    }

    .jot__ttl.mb-120 {
        margin-bottom: 30px;
    }


    .job__select--btnwrap {
        position: relative;
        top: auto;
    }

    .job__selectwrap {
        top: auto;
        position: relative;
        left: auto;
        width: 100%;
        min-width: auto;
        margin-bottom: 10px;

        & i {
            right: 5%;
            font-size: 1.2rem;
        }

        &::before {
            right: 15%;
            top: 50%;
        }
    }

    .job__select {
        border-radius: 10px;
        height: 50px;
        padding: .5em 10% .5em 1em;
        font-size: 1.4rem;
    }

    .job__tbl {
        width: 100%;
        border-top: solid 1px #b8b8b8;
    }

    .job__tbl th {
        width: 100%;
        display: block;
        padding: 1em 1em .5em;
        border-top: none;
        border-bottom: none;
    }

    .job__tbl td {
        width: 100%;
        display: block;
        border-top: none;
        padding: 0 1em 1em;
    }

    .job__arw {
        width: 20px;
        margin: 15px auto;
    }
}