@charset "UTF-8";
.c-header {
    background: #fff;
}

.c-tbl dl {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
}

.c-tbl dl:last-child {
    border-bottom: 1px solid #e8e8e8;
}

.c-tbl dt {
    font-size: 2rem;
    font-weight: 700;
    color: #35bf74;
    line-height: 1.5;
    letter-spacing: 0;
    width: 375px;
    flex-shrink: 0;
    padding: 23px 30px 23px 39px;
}

.c-tbl dd {
    letter-spacing: 0;
    padding-left: 20px;
    width: calc(100% - 360px);
    padding: 19px 45px 23px 20px;
}

.c-tbl dd p {
    margin-bottom: 0;
}

.c-list03 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: calc(100% + 10px);
    margin-left: -5px;
    padding: 150px 0 0 0;
    background-image: url(../images/career/img_icon02.png);
    background-size: 70%;
    background-position: 66% 0px;
    background-repeat: no-repeat;
}

.c-list03__txt {
    background: #35bf74;
    width: calc(25% - 10px);
    margin: 0 5px;
    max-width: 224px;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 27px 5px;
    position: relative;
}

.c-list03__txt p {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.c-list03__txt .ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.c-list03__txt .txt {
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.75;
}

.c-list03__txt:first-child::before {
    content: "";
    width: 122px;
    height: 134px;
    background: url(../images/career/img_icon01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: calc(50% + 15px);
    transform: translateX(-50%);
    top: calc(-100% - 50px);
}

.c-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-banner__img {
    width: calc(72% + 10px);
    flex-shrink: 0;
}

.c-banner__ttl {
    width: calc(28% + 74px);
    background: #35bf74;
    margin-left: -84px;
    text-align: center;
    padding: 65px 20px 56px 20px;
    position: relative;
    z-index: 1;
}

.c-banner__ttl figure {
    margin-bottom: 6px;
}

.c-banner__ttl figure img {
    margin: 0 auto;
}

.c-banner__ttl .ttl {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.666;
    color: #fff;
}

.p-career .c-ttl03 .jp {
    font-size: 2.4rem;
}

.p-career .c-mv01 {
    position: relative;
}

.p-career .c-mv01 .img img {
    min-height: 522px;
    object-fit: cover;
    object-position: center;
}

.p-career .c-mv01__ttl {
    padding: 120px 20px 36px 20px;
}

.p-career .c-mv01::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6.6vw solid #ffffff;
    border-left: 101vw solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-career01 {
    padding: 54px 0 54px 0;
}

.p-career01 .l-container>.c-ttl04 {
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 23px;
}

.p-career01 .l-container>.txt {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 64px;
}

.p-career01 p {
    letter-spacing: 0;
}

.p-career01 .c-ttl03 {
    margin-bottom: 56px;
}

.p-career01 .c-list01 {
    margin-bottom: 59px;
}

.p-career01 .c-list01 .c-ttl04 {
    margin-bottom: 30px;
}

.p-career01 .c-list01__txt {
    padding-top: 4px;
}

.p-career01 .c-list01--dir .c-list01__txt {
    padding-top: 0;
}

.p-career01 .c-list01--dir .c-ttl04 {
    margin-bottom: 23px;
}

.p-career01 .c-list03 {
    margin-top: 40px;
}

.p-career02 {
    padding: 40px 0 0px 0;
    margin-bottom: -60px;
}

.p-career02 .c-ttl03 {
    margin-bottom: 54px;
}

.p-career02 .c-ttl03 .jp {
    margin-top: 3px;
}

.p-career02 .c-banner {
    margin-bottom: 38px;
}

.p-career02 .c-tbl {
    margin-bottom: 126px;
}

@media screen and (max-width: 1023px) {
    .ovl-auto {
        position: relative;
    }
    .ovl-auto__inner {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 50px;
    }
    .ovl-auto::before {
        content: "Scroll";
        position: absolute;
        left: calc(100% - 110px);
        bottom: 10px;
        z-index: 1;
        font-family: 'Montserrat', sans-serif;
        color: #35bf74;
        font-weight: 700;
    }
    .ovl-auto::after {
        content: "";
        width: 20px;
        height: 6px;
        border-right: 4px solid #35bf74;
        border-bottom: 2px solid #35bf74;
        position: absolute;
        transform: skew(60deg);
        left: calc(100% - 60px);
        bottom: 22px;
        z-index: 1;
        animation-name: scroll01;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    .c-list03 {
        min-width: 1024px;
    }
}

@keyframes scroll01 {
    from {
        width: 20px;
    }
    to {
        width: 50px;
    }
}

@media screen and (max-width: 999px) {
    .c-tbl dt {
        font-size: 1.8rem;
        width: 40%;
        padding: 20px;
    }
    .c-tbl dd {
        width: 60%;
        padding: 20px;
    }
    .c-tbl dd p {
        margin-bottom: 0;
    }
    .c-list03 {
        padding: 150px 0 0 0;
    }
    .c-list03__txt {
        padding: 20px 5px;
    }
    .c-list03__txt .ttl {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
    .c-list03__txt .txt {
        font-size: 1.5rem;
    }
    .c-banner__img {
        width: calc(75% + 10px);
    }
    .c-banner__ttl {
        width: calc(25% + 74px);
        padding: 35px 20px 35px 20px;
    }
    .c-banner__ttl .ttl {
        font-size: 2.6rem;
    }
    .p-career .c-ttl03 .jp {
        font-size: 2rem;
    }
    .p-career .c-mv01__ttl {
        padding: 60px 20px 28px 20px;
    }
    .p-career01 .l-container>.txt {
        font-size: 1.8rem;
        margin-bottom: 50px;
    }
    .p-career01 .c-ttl03 {
        margin-bottom: 45px;
    }
    .p-career01 .c-list01 {
        margin-bottom: 50px;
    }
    .p-career01 .c-list01 .c-ttl04 {
        margin-bottom: 20px;
    }
    .p-career01 .c-list01__txt {
        padding-top: 0;
    }
    .p-career01 .c-list01--dir .c-ttl04 {
        margin-bottom: 20px;
    }
    .p-career02 {
        padding: 40px 0 0px 0;
        margin-bottom: -30px;
    }
    .p-career02 .c-ttl03 {
        margin-bottom: 54px;
    }
    .p-career02 .c-ttl03 .jp {
        margin-top: 3px;
    }
    .p-career02 .c-banner {
        margin-bottom: 30px;
    }
    .p-career02 .c-tbl {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    .c-tbl dl {
        flex-wrap: wrap;
    }
    .c-tbl dt {
        font-size: 1.6rem;
        width: 100%;
        padding: 20px 20px 0 20px;
    }
    .c-tbl dd {
        padding-left: 0;
        width: 100%;
        padding: 20px;
    }
    .c-list03 {
        padding: 110px 0 0 0;
        min-width: 820px;
    }
    .c-list03__txt {
        background: #35bf74;
        padding: 10px 5px;
    }
    .c-list03__txt .ttl {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    .c-list03__txt .txt {
        font-size: 1.4rem;
    }
    .c-list03__txt:first-child::before {
        width: 86px;
        height: 95px;
        background: url(../images/career/img_icon01_sp.png) no-repeat center;
        background-size: contain;
        top: calc(-100% - 40px);
    }
    .c-banner {
        flex-wrap: wrap;
    }
    .c-banner__img {
        width: calc(100% - 42px);
    }
    .c-banner__img img {
        min-height: 200px;
        object-fit: cover;
        object-position: center;
    }
    .c-banner__ttl {
        width: 142px;
        background: #35bf74;
        margin-left: -100px;
        text-align: center;
        padding: 10px 10px 20px 10px;
    }
    .c-banner__ttl figure {
        margin-bottom: -16px;
        transform: scale(0.5);
    }
    .c-banner__ttl .ttl {
        font-size: 2.2rem;
    }
    .p-career .c-ttl03 .jp {
        font-size: 1.8rem;
    }
    .p-career .c-mv01 .img img {
        min-height: 400px;
    }
    .p-career01 {
        padding: 60px 0 60px 0;
    }
    .p-career01 .l-container>.c-ttl04 {
        margin-bottom: 15px;
    }
    .p-career01 .l-container>.txt {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .p-career01 .c-ttl03 {
        margin-bottom: 35px;
    }
    .p-career01 .c-list01 {
        margin-bottom: 35px;
    }
    .p-career01 .c-list01 .c-ttl04 {
        margin-bottom: 15px;
    }
    .p-career01 .c-list01--dir .c-ttl04 {
        margin-bottom: 15px;
    }
    .p-career01 .c-list03 {
        margin-top: 30px;
    }
    .p-career02 {
        padding: 60px 0 0 0;
        margin-bottom: 0px;
    }
    .p-career02 .c-ttl03 {
        margin-bottom: 35px;
    }
    .p-career02 .c-ttl03 .jp {
        margin-top: 0;
    }
    .p-career02 .c-banner {
        margin-bottom: 25px;
    }
    .p-career02 .c-tbl {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 424px) {
    .c-banner__img {
        width: 100%;
    }
    .c-banner__ttl {
        width: 142px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -20px;
    }
}