@charset "utf-8";

/* ===== recruitment.css ===== */
/* -- pageLinkBox -- */
.pageLinkBox {
    position: sticky;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #F6F6F6;
    z-index: 990;
}
.pageLinkBox .inner {
    display: flex;
    flex-wrap: wrap;
}
.pageLinkBox .inner > * {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.42;
    position: relative;
    padding: 20px 0;
}
.pageLinkBox .inner > *:not(:last-child) {
    margin-right: 51px;
}
.pageLinkBox .inner > *::after {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 2px;
    background: #BE0F17;
    content: "";
}
.pageLinkBox .inner > * a {
    opacity: .5;
}
/* act */
.pageLinkBox .inner > *.act::after,
.pageLinkBox .inner > *.act a {
    opacity: 1;
}
@media screen and ( max-width: 900px ) {
    .pageLinkBox .inner {
        padding-top: 5px;
    }
    .pageLinkBox .inner > * {
        font-size: 12px;
        padding: 5px 0 8px;
    }
    .pageLinkBox .inner > *:not(:last-child) {
        margin-right: 20px;
    }
}

/* -- voiceBox -- */
.voiceBox a {
    display: block;
    position: relative;
}
.voiceBox a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    opacity: 0.5;
    z-index: 20;
    content: "";
}
.voiceBox .img {
    position: relative;
    z-index: 10;
}
.voiceBox .img img {
    width: 100%;
}
.voiceBox .txtCnt {
    color: #FFF;
    position: absolute;
    bottom: 3.2rem;
    right: 3rem;
    left: 3rem;
    z-index: 30;
}
.voiceBox .txtCnt .tit {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .03em;
}
.voiceBox .txtCnt .post {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.53;
    letter-spacing: .05em;
    margin-top: 2.1rem;
}
.voiceBox .txtCnt .name {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    margin-top: .9rem;
}
/* - voiceBox_outer - */
.voiceBox_outer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}
@media screen and ( min-width: 901px ) {
    .voiceBox_outer > * {
        width: calc((100% - 86px) / 3);
    }
    .voiceBox_outer > *:not(:nth-child(3n)) {
        margin-right: 43px;
    }
}
@media screen and ( max-width: 900px ) {
    .voiceBox .txtCnt .tit {
        font-size: 20px;
    }
    .voiceBox .txtCnt .post {
        font-size: 14px;
    }
    .voiceBox .txtCnt .name {
        font-size: 26px;
    }
    /* - voiceBox_outer - */
    .voiceBox_outer > * {
        width: calc((100% - 2em) / 2);
    }
    .voiceBox_outer > *:not(:nth-child(2n)) {
        margin-right: 2em;
    }
    .voiceBox_outer > :not(:last-child) {
        margin-bottom: 2em;
    }
}
@media screen and ( max-width: 600px ) {
    /* - voiceBox_outer - */
    .voiceBox_outer {
        display: block;
    }
    .voiceBox_outer > * {
        width: 100%;
    }
    .voiceBox_outer > *:not(:nth-child(2n)) {
        margin-right: 0;
    }
}

/* -- detailTitBox -- */
.detailTitBox .subTit {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}
.detailTitBox .subTit span {
    font-size: 0.8em;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 15px;
    padding: 0 10px;
}
.detailTitBox .subTit span::before,
.detailTitBox .subTit span::after {
    display: inline-block;
    position: absolute;
    top: 2px;
    height: 17px;
    width: 5px;
    border: 1px solid #000;
    content: "";
}
.detailTitBox .subTit span::before {
    left: 0;
    border-right: none;
}
.detailTitBox .subTit span::after {
    right: 0;
    border-left: none;
}
.detailTitBox h1 {
    font-size: 44px;
    margin-top: 1.4rem;
}
.detailTitBox .name {
    font-weight: bold;
    margin-top: 2rem;
}
.detailTitBox .name span {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    position: relative;
    top: 3px;
    margin-right: 1rem;
}
@media screen and ( max-width: 900px ) {
    .detailTitBox .subTit {
        font-size: 16px;
    }
    .detailTitBox .subTit span {
        margin-left: 10px;
    }
    .detailTitBox .subTit span::before,
    .detailTitBox .subTit span::after {
        top: 1px;
        height: 15px;
        width: 3px;
    }
    .detailTitBox h1 {
        font-size: 30px;
    }
    .detailTitBox .name span {
        font-size: 26px;
        top: 2px;
    }
}

/* -- imgW100Box -- */
.imgW100Box img {
    width: 100%;
}

/* -- scheduleBox -- */
.scheduleBox {
    margin-top: 6rem;
    border-top: 1px solid #CCC;
}
.scheduleBox table {
    width: 100%;
}
.scheduleBox th,
.scheduleBox td {
    border-bottom: 1px solid #CCC;
}
.scheduleBox th {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: .01em;
    color: #333;
    position: relative;
    padding: 2.9rem 2.9rem 2.9rem 3rem;
    width: 10rem;
}
.scheduleBox th::after {
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    right: 0;
    border-right: 1px dashed #CCC;
    content: "";
}
.scheduleBox td {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.31;
    letter-spacing: .02em;
    padding: 2.7rem 2.6rem 2.6rem 4rem;
    border-bottom: 1px solid #CCC;
}
@media screen and ( max-width: 900px ) {
    .scheduleBox th {
        font-size: 20px;
        padding: 2.9rem 2.9rem 2.9rem 3rem;
    }
    .scheduleBox td {
        font-size: 18px;
    }
}

/* -- voiceSliderBox_outer -- */
.voiceSliderBox_outer {
    margin-top: 15.1rem;
    padding-bottom: 3rem!important;
    background: transparent linear-gradient(115deg, #DE132D 0%, #BE0F17 100%);
}
.voiceSliderBox_outer .inner {
    display: flex;
    flex-wrap: wrap;
}
.voiceSliderBox_outer .inner .tit {
    margin: -73px 121px 0 0;
}
@media screen and ( max-width: 900px ) {
    .voiceSliderBox_outer .inner {
        display: block;
        padding-top: 1px;
    }
    .voiceSliderBox_outer .inner .tit {
        margin: -14.7% 0 0 0;
    }
}

/* -- voiceSliderBox -- */
#voiceSliderBox {
    margin-top: 3.5rem;
}

/* -- recruitment_mvBox -- */
.recruitment_mvBox {
    display: flex;
    flex-wrap: wrap;
}
.recruitment_mvBox .txtCnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 41.4%;
    padding: 8% 5% 8% 10.7%;
    background: transparent linear-gradient(337deg, #DE132D 0%, #BE0F17 100%);
}
.recruitment_mvBox .txtCnt > * {
    width: 100%;
}
.recruitment_mvBox .txtCnt .pageTitBox .titEn,
.recruitment_mvBox .txtCnt .pageTitBox h1 {
    color: #fff;
    word-wrap: break-word;
}
.recruitment_mvBox .txtCnt .tit {
    margin: 7.8rem 0 0 .5rem;
}
.recruitment_mvBox .txtCnt .name {
    text-align: right;
    position: relative;
    margin: 3.2rem .7rem 0 0;
    max-width: 283px;
}
.recruitment_mvBox .txtCnt .name::before {
    position: absolute;
    top: .3rem;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10rem;
    width: calc(100% - 11.4em);
    height: 1px;
    background: #fff;
    content: "";
}
.recruitment_mvBox .txtCnt .name span {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #FFF;
    display: inline-block;
    width: 13em;
}
.recruitment_mvBox .imgCnt {
    position: relative;
    width: 58.6%;
}
.recruitment_mvBox .imgCnt .img {
    position: relative;
    overflow: hidden;
    padding-top: 65.9%;
    height: 100%;
}
.recruitment_mvBox .imgCnt .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
.recruitment_mvBox .imgCnt .tit {
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 92.8%;
}
@media screen and ( max-width: 900px ) {
    .recruitment_mvBox .txtCnt {
        width: 100%;
        padding: 60px 30px;
        order: 2;
    }
    .recruitment_mvBox .txtCnt .name {
        margin: 3.2rem .7rem 0 auto;
    }
    .recruitment_mvBox .txtCnt .name::before {
        width: calc(100% - 10em);
    }
    .recruitment_mvBox .txtCnt .name span {
        padding-left: 10px;
        width: auto;
    }
    .recruitment_mvBox .imgCnt {
        width: 100%;
        order: 1;
    }
}

/* -- h2LeftBox -- */
.h2LeftBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.6rem;
}
.h2LeftBox  > * {
    margin-bottom: 14rem;
}
.h2LeftBox .h2_en {
    margin: 0;
    width: 31%;
}
.h2LeftBox .cnt {
    width: 64.6%;
}
@media screen and ( min-width: 901px ) {
    .h2LeftBox > :last-child,
    .h2LeftBox > :nth-last-child(2) {
        margin-bottom: 0;
    }
}
@media screen and ( max-width: 900px ) {
    .h2LeftBox {
        display: block;
    }
    .h2LeftBox  > * {
        margin-bottom: 14rem;
    }
    .h2LeftBox > :last-child {
        margin-bottom: 0;
    }
    .h2LeftBox .h2_en {
        margin-bottom: 40px;
        width: 100%;
    }
    .h2LeftBox .cnt {
        width: 100%;
    }
}

/* -- recruitment_name -- */
.recruitment_name {
    font-weight: bold;
}
.recruitment_name span {
    font-size: 2rem;
    vertical-align: bottom;
    position: relative;
    top: .2rem;
    margin-left: 1.5rem;
}

/* -- dlBox -- */
.dlBox dt {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1.7rem;
}
.dlBox dd:not(:last-child) {
    margin-bottom: 1.8rem;
}

/* -- titListBox -- */
.titListBox {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
}
.titListBox li {
    padding: 2.6rem 0 2.4rem;
    border-bottom: 1px solid #CCC;
}

/* -- recruitment_autoScroll_slider -- */
#recruitment_autoScroll_slider {
    margin-top: 18rem;
}
#recruitment_autoScroll_slider .splide__list {
    align-items: flex-end;
}

/* -- ourJobsLinkBox -- */
.ourJobsLinkBox a {
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    height: 28rem;
}
.ourJobsLinkBox a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #000;
    opacity: 0.2;
    content: "";
    z-index: 15;
}
.ourJobsLinkBox a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4rem;
    margin: auto;
    width: 6rem;
    height: 6rem;
    background: #fff url(../img/common/arrow.svg) no-repeat center / 1.2rem auto;
    border-radius: 50%;
    content: "";
    z-index: 30;
}
.ourJobsLinkBox .txtCnt {
    color: #FFF;
    position: relative;
    padding: 0 11rem .9rem 5.1rem;
    z-index: 20;
}
.ourJobsLinkBox .txtCnt .tit {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 5rem;
    line-height: 1.4;
    letter-spacing: .01em;
}
.ourJobsLinkBox .txtCnt .subTit {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.16;
    letter-spacing: .02em;
    margin-top: -.3rem;
}
.ourJobsLinkBox .txtCnt .subTit .subTxt {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    top: -.1rem;
    margin-left: 1rem;
    padding: 0 .9rem;
}
.ourJobsLinkBox .txtCnt .subTit .subTxt::before,
.ourJobsLinkBox .txtCnt .subTit .subTxt::after {
    display: inline-block;
    position: absolute;
    top: .3rem;
    height: 2.4rem;
    width: .4rem;
    border: 1px solid #fff;
    content: "";
}
.ourJobsLinkBox .txtCnt .subTit .subTxt::before {
    right: 0;
    border-left: none;
}
.ourJobsLinkBox .txtCnt .subTit .subTxt::after {
    left: 0;
    border-right: none;
}
.ourJobsLinkBox .img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
}
.ourJobsLinkBox .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
}
@media screen and ( max-width: 900px ) {
    .ourJobsLinkBox a::after {
        right: 12px;
    }
    .ourJobsLinkBox .txtCnt {
        padding: 0 70px .9rem 30px;
    }
    .ourJobsLinkBox .txtCnt .tit {
        font-size: 5rem;
        line-height: 1;
    }
    .ourJobsLinkBox .txtCnt .subTit {
        margin-top: 15px;
    }
    .ourJobsLinkBox .txtCnt .subTit .subTxt {
        display: block;
        margin: 5px 0 0;
        width: fit-content;
    }
}

/* -- recruitment_interviewBox -- */
.recruitment_interviewBox {
    margin-top: 22.1rem;
}
.recruitment_interviewBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recruitment_interviewBox .inner > .tit {
    margin-left: .5%;
    width: 55%;
}
.recruitment_interviewBox .txtCnt {
    margin-top: 3.5rem;
    width: 37.3%;
}
.recruitment_interviewBox .txtCnt > :not(:last-child) {
    margin-bottom: 3px;
}
.recruitment_interviewBox .txtCnt .tit {
    font-size: 13px;
    margin-bottom: 2.4rem;
}
.recruitment_interviewBox .txtCnt .tit span {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .03em;
    color: #1A1A1A;
}
.recruitment_interviewBox .txtCnt .tit span::after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.3rem 0 1.1rem;
    width: 2rem;
    height: 1px;
    background: #333;
    content: "";
}
.recruitment_interviewBox .imgCtn {
    margin-top: 7.9rem;
}
.recruitment_interviewBox .imgCtn .img {
    text-align: right;
}
.recruitment_interviewBox .imgCtn .img img {
    width: 80.8%;
}
.recruitment_interviewBox .imgCtn .btn {
    position: relative;
    margin: -14rem 10.7% 0 auto;
    z-index: 20;
}
@media screen and ( max-width: 900px ) {
    .recruitment_interviewBox {
        margin-top: 100px;
    }
    .recruitment_interviewBox .inner > .tit {
        margin-left: 0;
        width: 100%;
        max-width: 500px;
    }
    .recruitment_interviewBox .txtCnt {
        margin-top: 45px;
        width: 100%;
    }
    .recruitment_interviewBox .imgCtn .btn {
        margin: 20px auto 0;
    }
    .recruitment_interviewBox .imgCtn .img img {
        width: 100%;
    }
}

/* -- recruitInfoBox -- */
.recruitInfoBox {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding-top: 11.9rem;
}
.recruitInfoBox .titCnt {
    padding: 9.3rem 8% 9rem 10.7%;
    width: 37.8%;
    background: transparent linear-gradient(338deg, #DE132D 0%, #BE0F17 100%);
}
.recruitInfoBox .titCnt .tit span:not(.en) {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: .02em;
    display: inline;
    position: relative;
    margin-left: 1.3rem;
    top: -.5rem;
}
.recruitInfoBox .titCnt .tit .en {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 7rem;
    line-height: 1;
    letter-spacing: .01em;
    display: inline;
}
.recruitInfoBox .titCnt .txt {
    font-size: 1.5rem;
    line-height: 2.13;
    color: #fff;
    margin-top: 5rem;
}
.recruitInfoBox .txtCnt {
    padding: 5.3rem 10.7% 8.3rem 7.2%;
    width: 62.2%;
    background: #BE0F17;
}
.recruitInfoBox .txtCnt > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 5.4rem 7rem 5.1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.recruitInfoBox .txtCnt > a:hover {
    opacity: 1;
}
.recruitInfoBox .txtCnt > a::after {
    position: absolute;
    top: 4.5rem;
    right: 0;
    width: 6rem;
    height: 6rem;
    background: #fff url(../img/common/arrow.svg) no-repeat center / 1.2rem auto;
    border-radius: 50%;
    content: "";
    z-index: 30;
}
.recruitInfoBox .txtCnt .tit {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: .05em;
    color: #fff;
    padding-bottom: .2rem;
}
.recruitInfoBox .txtCnt ul {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: .02em;
    margin-top: .7rem;
    width: 56.3%;
}
.recruitInfoBox .txtCnt ul li:not(:last-child) {
    margin-bottom: 1.9rem;
}
.recruitInfoBox .txtCnt ul a {
    color: #fff;
}
.recruitInfoBox .txtCnt ul a::before {
    display: inline-block;
    margin-right: 1rem;
    width: 1.4rem;
    height: 1.3rem;
    background: url(../img/common/arrow_white.svg) no-repeat 0 0 / 100% auto;
    content: "";
}
@media screen and ( max-width: 900px ) {
    .recruitInfoBox {
        padding-top: 30px;
    }
    .recruitInfoBox .titCnt {
        padding: 60px 30px;
        width: 100%;
    }
    .recruitInfoBox .titCnt .tit span:not(.en) {
        font-size: 12px;
        display: block;
        top: 0;
        margin: 3px 0 0;
    }
    .recruitInfoBox .titCnt .txt {
        font-size: 14px;
    }
    .recruitInfoBox .txtCnt {
        padding: 5.3rem 30px 8.3rem;
        width: 100%;
    }
}

/* -- workBox_crm2 -- */
.workBox_crm2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -4rem;
}
.workBox_crm2 > * {
    margin-bottom: 4rem;
}
@media screen and ( min-width: 901px ) {
    .workBox_crm2 > * {
        width: 46%;
    }
    .workBox_crm2 > .img {
        margin-top: 8px;
        width: 49%;
    }
}

/* -- pulldown -- */
.pulldown {
    margin-top: 4.4rem;
}
.pulldown dt a {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 2.6rem 6rem 2.6rem 3rem;
    border: 1px solid #EBEBEB;
    background: #fff;
    transition: color .3s, border .3s, background .3s, opacity 0.6s;
}
.pulldown dt a::before ,
.pulldown dt a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.8rem;
    margin: auto;
    width: 2rem;
    height: 2px;
    background: #DE012D;
    content: "";
    transition: background .3s, transform .3s;
}
.pulldown dt a::after {
    transform: rotate(90deg);
}
.pulldown dd {
    display: none;
    padding: 3rem 3rem 4rem;
    background: #fff;
}
/* open */
.pulldown dt.open a {
    color: #fff;
    border-color: #DE012D;
    background: #DE012D;
}
.pulldown dt.open a::before ,
.pulldown dt.open a::after {
    background: #fff;
}
.pulldown dt.open a::after {
    transform: rotate(0);
}
@media screen and ( min-width: 901px ) {
    .pulldown dt:hover {
        opacity: 0.6;
    }
}