@charset "utf-8";

.secTitle {
    margin-bottom: 200px;
    font-size: 7vw;
    justify-content: center;
}

@media screen and (min-width: 1280px) {
    .secTitle {
        font-size: 8rem;
    }
}

.secTitle::before {
    content: none;
}

.secTitle:after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: #666;
    position: absolute;
    bottom: -60px;
}



.job01 {
    margin-bottom: 320px;
}

@media screen and (min-width: 767px) {
    .job01 {
        margin-top: 160px;
    }
}

.job01 .basewidth {
    position: relative;
    height: 57vw;
}

@media screen and (min-width: 767px) {
    .job01 .basewidth {
        height: 40vw;
    }
}

.job01 .basewidth::before {
    content: "JOBS";
    font-size: 33vw;
    font-weight: bold;
    font-family: "M PLUS 1p", sans-serif;
    line-height: 1;
    color: #000;
    position: absolute;
    left: 20px;
    top: 0;
}

.job01 .basewidth::after {
    content: "OFFER";
    font-size: 26vw;
    font-weight: bold;
    font-family: "M PLUS 1p", sans-serif;
    line-height: 1;
    color: #000;
    position: absolute;
    left: 20px;
    bottom: 0;
}

@media screen and (min-width: 767px) {
    .job01 .basewidth::before {
        font-size: 20vw;
    }

    .job01 .basewidth::after {
        font-size: 20vw;
        left: inherit;
        right: 25px;
    }
}

@media screen and (min-width: 1280px) {
    .job01 .basewidth {
        position: relative;
        height: 440px;
    }

    .job01 .basewidth::before {
        font-size: 210px;
        left: 0;
    }

    .job01 .basewidth::after {
        font-size: 210px;
        right: 0;
    }
}

.job01 .maintitle {
    font-size: 3.2rem;
    letter-spacing: 0.5em;
    color: #000;
    position: absolute;
    bottom: -120px;
    left: 20px;
}

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

    .job01 .maintitle {
        font-size: 3vw;
        bottom: 80px;
        left: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .job01 .maintitle {
        font-size: 3.2rem;
        letter-spacing: 0.5em;
        color: #000;
        position: absolute;
        left: 20px;
    }
}

.job01 .maintitle:after {
    content: attr(data-title-en);
    font-size: 1.6rem;
    letter-spacing: initial;
    position: absolute;
    bottom: -30px;
    left: 0;
    white-space: nowrap;
}

@media screen and (min-width: 767px) {
    .job01 .maintitle:after {
        bottom: -60px;
    }
}

.jobOfferBlock {
    margin-bottom: 48px;
    padding: 40px 20px;
    border: 1px solid #666;
}

@media screen and (min-width: 767px) {
    .jobOfferBlock {
        padding: 40px 48px;
    }
}

.jobOffer-title {
    padding-left: 60px;
    padding-bottom: 20px;
    margin-bottom: 36px;
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
    border-bottom: 1px solid #666;
    position: relative;
}

@media screen and (min-width: 767px) {
    .jobOffer-title {
        font-size: 3.2rem;
    }
}

.jobOffer-title::before {
    content: attr(data-joboffer-no);
    font-size: 1.8rem;
    letter-spacing: initial;
    position: absolute;
    left: 4px;
    bottom: 24px;
}

.job__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 767px) {
    .job__item {
        padding-bottom: inherit;
        flex-direction: row;

    }
}

.job__item-title {
    margin-bottom: 20px;
    padding-left: 10px;
    background-color: #666;
    color: #fff;
    letter-spacing: 0.5rem;
    display: inline-block;
}

@media screen and (min-width: 767px) {
    .job__item-title {
        margin-bottom: inherit;
        padding-left: 0;
        min-width: 220px;
        color: #666;
        font-weight: bold;
        letter-spacing: 0.5rem;
        background-color: inherit;
        position: relative;
    }

    .job__item-title:after {
        content: ":";
        margin-left: 32px;
    }
}

.job__item-data {
    line-height: 1.666;
}

.job__item-data ul {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
}

.job__item-data ul li {
    list-style-type: none;
}

.job__item-data .disc {
    margin-left: 1.6rem;
    text-indent: -1.6rem;
}

.job__item-data .text {
    margin-bottom: 1.6rem;
}

.jobBtnBlock {
    margin-top: 80px;
    margin-bottom: 80px;
}

.jobBtnBlock {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}

.jobBtnBlock .btn-entry {
    width: 360px;
    height: 68px;
    background-color: #000;
    color: #fff;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dli-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    position: absolute;
    right: 20px;
}

.dli-arrow-right::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}

/* Flow */

.job03 .flowBlock {
    position: relative;
}

.job03 .flowBlock::before {
    /* くの字の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    bottom: 380px;
    left: calc(50% - 13.5px);
    width: 30px;
    height: 30px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(135deg);
}

.job03 .flowBlock::after {
    /* 棒の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: calc((100% / 3) * 2);
    background: #000;
    z-index: -1;
}

@media screen and (min-width: 1080px) {

    .job03 .flowBlock::before {
        content: "";
        margin: auto;
        position: absolute;
        bottom: inherit;
        left: 720px;
        top: 100px;
        width: 30px;
        height: 30px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        transform: rotate(45deg);
    }

    .job03 .flowBlock::after {
        content: "";
        margin: auto;
        position: absolute;
        top: 114px;
        left: 80px;
        width: 673px;
        height: 3px;
    }
}

@media screen and (min-width: 1280px) {

    .job03 .flowBlock::before {
        right: 290px;
    }

    .job03 .flowBlock::after {
        top: 114px;
        left: 0;
        width: 715px;
    }
}

.job03 .flowBlock .flow__number {
    padding-left: 0;
    margin-bottom: 80px;
    list-style-type: decimal-leading-zero;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (min-width: 1080px) {
    .job03 .flowBlock .flow__number {
        margin-left: 80px;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1280px) {
    .job03 .flowBlock .flow__number {
        margin-left: 0;
        justify-content: flex-end;
    }
}

.job03 .flowBlock .flow__number .flow__item {
    margin-bottom: 80px;
    width: 240px;
    list-style-type: none;
    counter-increment: flowlist;
    position: relative;
}

@media screen and (min-width: 1080px) {
    .job03 .flowBlock .flow__number .flow__item:not(:first-child) {
        margin-left: 120px;
    }
}

.job03 .flowBlock .flow__number .flow__item::before {
    content: counter(flowlist, decimal-leading-zero);
    font-size: 24px;
    font-weight: bold;
    font-family: "M PLUS 1p", sans-serif;
    color: #000;
    width: 80px;
    height: 80px;
    border-radius: 100vh;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 40px - 20px - 14px);
    left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;

}


.job03 .flowBlock .flow__number .flow__item .flowBox {
    aspect-ratio: 1 / 1;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.job03 .flowBlock .flow__number .flow__item .flowBox .icon-flow {
    width: 110px;
    height: 110px;
    aspect-ratio: 1 / 1;
}

.job03 .flowBlock .flow__number .flow__item .flowBox .flow__title {
    font-size: 24px;
    font-weight: bold;
    font-family: "M PLUS 1p", sans-serif;
    color: #fff;
}

.job03 .flowBlock .flow__number .flow__item .desc {
    padding-top: 16px;
    background-color: #fff;
}

/* Jobs Entry */
.job04 {
    padding-bottom: 120px;
}

.job04 .basewidth {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
    background-color: #E5E5E5;
}

@media screen and (min-width: 1280px) {
    .job04 .basewidth {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.job04 .textBlock {
    margin-bottom: 64px;
    padding-bottom: 80px;
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .job04 .textBlock {
        margin-right: 80px;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1280px) {
    .job04 .textBlock {
        margin-right: 0;
    }
}

.job04 .textBlock .desc {
    margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .job04 .textBlock .desc {
        margin-bottom: 0;
    }
}

.job04 .jobBtnBlock {
    margin-top: 20px;
}