  @charset "utf-8";

:root {
    /*--max: 1593px;*/
    --max: 1420px;
}

/**/
header {
    background-color: rgb(255, 255, 255, 0.0);
    transition: var(--duration) all;
}

header.active {
    background-color: rgb(255, 255, 255, 1.0);
    transition: var(--duration) all;
}

main {
    margin-top: 0 !important;
}

/**/
#main_area {
    position: relative;
    overflow: hidden;
    background-image: url(/recruit/career/img/k_fv_01_sp.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#main_area .layers {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#main_area .layers picture {
    display: block;
}

#main_area .layers picture img {
    width: 100%;
}

#main_area .layers.haze {
    z-index: 2;
}

#main_area .main_img {
    width: 100%;
    max-width: var(--max);
    margin: 0 auto 0 auto;
    aspect-ratio: 750/751;
    position: relative;
    overflow: hidden;
}

#main_area .main_img .layers.title {
    aspect-ratio: 750/457;
    width: 100%;
    position: relative;
}

#main_area .main_img .layers.title .lines {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: calc(100vw * 0.02);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

#main_area .main_img .layers.title .lines .line {
    display: block;
    line-height: 0;
    width: 92%;
    margin: 0 auto 0 auto;
}

#main_area .main_img .layers.title .lines .line img {
    display: block;
    opacity: 0;
}

#main_area .main_img .layers.title .lines .line1 img {
    transform: scale(1.5) translateY(150%);
    transition: calc(var(--duration) * 2) all calc(var(--duration) * 2);
}

#main_area .main_img .layers.title .lines .line2 img {
    transform: scale(1.5) translateY(150%);
    transition: calc(var(--duration) * 3) all calc(var(--duration) * 2);
}

#main_area .main_img .layers.title .lines .line3 img {
    transform: scale(1.5) translateY(150%);
    transition: calc(var(--duration) * 4) all calc(var(--duration) * 2);
}

#main_area .main_img .layers.member {
    aspect-ratio: 750/310;
    top: auto;
    bottom: 0;
    overflow: hidden;
}

#main_area .main_img .layers.member picture {
    transform: translateY(100%) scale(0.8);
    transition: calc(var(--duration) * 2) all calc(var(--duration) * 4);
}

#main_area .copy {
    position: relative;
}

#main_area .copy .link {
    width: 126px;
    overflow: hidden;
    position: absolute;
    left: calc(100% - 0px);
    bottom: calc(100% + 5px);
    z-index: 4;
    transition: var(--duration) all;
}

#main_area.active .copy .link {
    left: calc(100% - 126px);
    transition: var(--duration) all calc(var(--duration) * 6);
}

#main_area .copy .link.active {
    left: calc(100% - 0px) !important;
    transition: var(--duration) all 0s;
}

#main_area .copy .link .close {
    aspect-ratio: 1/1;
    width: 25px;
    margin: 0 5px 5px auto;
    background-image: url(/recruit/career/common/img/k_close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

#main_area .copy picture {
    display: block;
    max-width: var(--max);
    margin: 0 auto 0 auto;
}

/*main_imgのアクション*/
#main_area.active .main_img .layers.member picture {
    transform: translateY(0%) scale(1.0);
}

#main_area.active .main_img .layers.title .lines .line img {
    opacity: 1;
    transform: scale(1.0) translateY(0%);
}

/**/
@media only screen and (min-width:768px) {
    #main_area {
        background-image: url(/recruit/career/img/k_fv_01_pc.webp);
    }

    #main_area .main_img {
        aspect-ratio: 1680/1055;
    }

    #main_area .main_img .layers.title {
        aspect-ratio: 1680/650;
    }

    #main_area .main_img .layers.title .lines {
        row-gap: calc(100vw * 0.013);
    }

    #main_area .main_img .layers.title .lines .line {
        width: 69%;
    }

    #main_area .main_img .layers.member {
        aspect-ratio: 1680/458;
    }

    #main_area .copy {
        position: absolute;
        width: 100%;
        bottom: 15px;
        left: 0;
        opacity: 0;
        transition: var(--duration) all calc(var(--duration) * 5);
    }

    #main_area.active .copy {
        opacity: 1;
    }

    #main_area .copy .link {
        width: 240px;
        left: calc(100% - 0px);
        bottom: 50px;
    }

    #main_area.active .copy .link {
        left: calc(100% - 240px);
    }
}

/*message**/
#message {
    background-color: #000000;
    position: relative;
}

#message .back_movie {
    overflow: hidden;
    height: 100vh;
    position: sticky;
    top: 0;
}

#message .back_movie .player {
    width: 100%;
    aspect-ratio: 16/9;
    position: absolute;
    top: 50%;
    left: 50%;
}

#message .back_movie .player.h100 {
    width: auto;
    height: 100%;
}

#message .back_movie .player video {
    display: block;
    aspect-ratio: 16/9;
    width: 100%;
    position: absolute;
    top: -50%;
    left: -50%;
}

#message dl {
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    width: calc(335/375 * 100%);
    min-height: 100vh;
    padding: 40px 0 60px 0;
    margin: -100vh auto 0 auto;
    position: relative;
    z-index: 3;
}

#message dl>* {
    width: 100%;
}

#message dl dd .movie_area {
    width: 100%;
    margin: 60px auto 0 auto;
}

#message dl dd .movie_area .movie {
    position: relative;
    aspect-ratio: 16/9;
}


#message dl dd .link {
    margin-top: 60px;
}

#message dl dd .link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}

#message dl dd .link ul>li {
    width: 100%;
}

#message dl dd .link ul>li a.button {
    height: 70px;
}

#message dl dd .link ul>li a.button .body {
    padding-left: 20px;
}

/**/
@media only screen and (min-width:768px) {
    #message .back_movie {
        margin-top: -364px;
    }

    #message .frame {
        display: block;
        width: 200px;
        height: 364px;
        background-image: url(/recruit/career/img/k_kagi_01.svg);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        position: sticky;
        top: calc(90px + 0px);
        left: 0;
        z-index: 4;
    }

    #message dl {
        display: block;
        width: 100%;
        max-width: calc(1100px + (65px * 2));
        padding: 0 65px 100px 65px;
        pointer-events: none;
    }

    #message dl dt,
    #message dl dd .m_body {
        width: 50%;
        margin-left: 0;
    }

    #message dl dt {
        height: 364px;
        padding: 60px 80px 0 0;
    }

    #message dl dd .m_body {
        margin: calc(40px + 100px) auto 0 0;
    }

    #message dl dd .m_body picture {
        display: block;
        margin-top: -300px;
    }

    #message dl dd .movie_area {
        position: absolute;
        padding-top: 200px;
        margin-top: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    #message dl dd .movie_area .movie {
        width: calc(570/1100 * 100%);
        margin: 0 calc(50% - 50vw) 0 auto;
        pointer-events: auto;
        /*
        position: sticky;
        top: calc(90px + 40px);
        */
    }

    #message dl dd .link {
        margin-top: 100px;
    }

    #message dl dd .link ul {
        column-gap: calc((1100 - (530 * 2))/1100 * 100%);
    }

    #message dl dd .link ul>li {
        width: calc(530 / 1100 * 100%);
    }

    #message dl dd .link ul>li a.button {
        height: 80px;
        pointer-events: auto;
    }

    #message dl dd .link ul>li a.button .body {
        padding-left: 42px;
    }
}

//

/*慌宥/
section.block {
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: 75px auto;
}

section.block .title_area {
    text-align: center;
    padding-top: 40px;
}

/**/
@media only screen and (min-width:768px) {
    section.block {
        margin-top: 60px;
        background-size: 174px auto;
    }

    section.block .title_area {
        padding-top: 90px;
    }
}

//
/*about_us*/
#about_us {
    background-image: url(/recruit/career/img/k_kagi_02.svg);
    background-position: right top;
}

#about_us ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    width: calc(335/375 * 100%);
    margin: 40px auto 0 auto;
}

#about_us ul.list>li {
    width: 100%;
}

#about_us ul.list>li a {
    max-width: none;
}

@media only screen and (min-width:768px) {
    #about_us {
        margin-top: 80px;
    }

    #about_us ul.list {
        width: 100%;
        margin-top: 80px;
    }

    #about_us ul.list>li {
        width: calc(50% - (15px/2));
    }
}

//
/*special**/
#special {
    background-image: url(/recruit/career/img/k_kagi_03.svg);
    background-position: left top;
}

#special dl.link {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 14px;
}

#special dl.link>dt {
    width: calc(335/375 * 100%);
    max-width: 1100px;
}

#special dl.link>dd {
    width: 100%;
}

#special dl.link>dd ul.slide .slick-track {
    display: flex;
}

#special dl.link>dd ul.slide .slick-slide {
    height: auto !important;
}

#special dl.link>dd ul.slide li {
    padding: 10px calc(25px / 2) 10px calc(25px / 2);
}

#special dl.link>dd ul.slide li a {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    max-width: none;
    margin: 0 auto 0 auto;
    color: var(--font_color);
    position: relative;
    box-shadow: var(--shadow_sp);
    background-color: #FFFFFF;
}

#special dl.link>dd ul.slide li a .block dl.body {
    padding: 25px 15px calc(20px + 1rem + 25px) 15px;
}

#special dl.link>dd ul.slide li a .block dl.body>.block {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

#special dl.link>dd ul.slide li a .block dl.body>.block dt {
    font-size: 1.8rem;
    width: 100%;
}

#special dl.link>dd ul.slide li a .block dl.body>.block dd {
    font-size: 1.3rem;
    width: 100%;
}

#special dl.link>dd ul.slide li a .block dl.body>.block dd .heading2 {
    font-size: 1.0rem;
    position: absolute;
    left: 15px;
    bottom: 25px;
}

#special dl.link>dd .special_nav {
    margin: 25px auto 0 auto;
    position: relative;
}

#special dl.link>dd .special_nav .special_arrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

#special dl.link>dd .special_nav .special_arrow button {
    padding: 0;
    margin: 0;
    display: block;
    aspect-ratio: 1/1;
    width: 30px;
    text-indent: 110%;
    overflow: hidden;
    border: none;
    border-radius: 0;
    background-color: rgb(255, 255, 255, 0.0);
    background-image: url(/recruit/career/common/img/yj.svg);
    position: relative;
    cursor: pointer;
}

#special dl.link>dd .special_nav .special_arrow button.slick-prev {
    transform: rotate(180deg);
}

#special dl.link>dd .special_nav .special_arrow button::before {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#special dl.link>dd .special_nav .special_dot {
    width: calc(100% - ((30px + 30px) * 2));
    position: absolute;
    z-index: 2;
    top: calc(50% - (15px / 2));
    left: calc(30px * 2);
}

#special dl.link>dd .special_nav .special_dot ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}

#special dl.link>dd .special_nav .special_dot ul li {
    aspect-ratio: 1/1;
    width: 10px;
}

#special dl.link>dd .special_nav .special_dot ul li button {
    padding: 0;
    margin: 0;
    display: block;
    aspect-ratio: 1/1;
    width: 100%;
    text-indent: 110%;
    overflow: hidden;
    border: 1px solid var(--font_color);
    border-radius: 100%;
    background-color: #FFFFFF;
    cursor: pointer;
}

#special dl.link>dd .special_nav .special_dot ul li.slick-active button {
    background-color: var(--font_color);
}

@media only screen and (min-width:768px) {
    #special dl.link {
        margin-top: 35px;
        row-gap: 30px;
    }

    #special dl.link>dt {
        text-align: right;
    }

    #special dl.link>dd .special_nav {
        margin-top: 35px;
    }
}


@media only screen and (min-width:980px) {
    #special dl.link>dd ul.slide li {
        padding: 0 calc(35px / 2) 0 calc(35px / 2);
    }

    #special dl.link>dd ul.slide li a {
        box-shadow: none;
    }

    #special dl.link>dd ul.slide li a .block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    #special dl.link>dd ul.slide li a .block .img {
        width: calc(680/980 * 100%);
        max-width: 680px;
        order: 2;
    }

    #special dl.link>dd ul.slide li a .block dl.body {
        width: 390px;
        height: 306px;
        padding: 40px;
        margin-right: -90px;
        z-index: 3;
        background-color: #FFFFFF;
        box-shadow: var(--shadow_pc);
        order: 1;
        position: relative;
    }

    #special dl.link>dd ul.slide li a .block dl.body>.block dt {
        font-size: 2.4rem;
        line-height: 1.6;
    }

    #special dl.link>dd ul.slide li a .block dl.body>.block dd .heading2 {
        position: absolute;
        left: 40px;
        bottom: 25px;
    }
}

//
/*occupation****/
#occupation {
    background-image: url(/recruit/career/img/k_kagi_04.svg);
    background-position: right top;
}

#occupation .area {
    max-width: 1100px;
}

#occupation .area dl.link {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 14px;
}

#occupation .area dl.link>* {
    width: 100%;
}

@media only screen and (min-width:768px) {
    #occupation .area dl.link {
        margin-top: 35px;
        row-gap: 30px;
    }

    #occupation .area dl.link>dt {
        text-align: right;
    }

    #occupation .area dl.link ul.bb_list>li {
        width: calc(100%/2 - (35px / 2));
        max-width: none;
    }

    #occupation .area dl.link ul.bb_list>li a {
        max-width: none;
    }
}

//
/*environment***/
#environment {
    margin-top: 60px;
    height: 480px;
    position: relative;
}

#environment::before,
#environment::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

#environment::before {
    background-image: url(/recruit/career/img/k_environ01_hh.webp);
}

#environment::after {
    left: auto;
    right: 0;
    background-image: url(/recruit/career/img/k_environ02_hh.webp);
}

#environment .area {
    color: #FFFFFF;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#environment .area::before {
    content: "";
    display: block;
    aspect-ratio: 209.0666656/104.340324;
    width: 68px;
    background-image: url(/recruit/career/img/k_kagi_06.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: calc(50% - (68px / 2));
}

#environment .area .block p {
    margin-top: 40px;
    font-size: 1.3rem;
    text-align: center;
}

#environment .area .block .button {
    margin-top: 60px;
}

@media only screen and (min-width:768px) {
    #environment {
        margin-top: 150px;
        height: 675px;
    }

    #environment .area::before {
        width: 168px;
        left: calc(50% - (168px / 2));
    }

    #environment .area .block p {
        margin-top: 80px;
        font-size: 1.8rem;
    }

    #environment .area .block .button {
        margin-top: 80px;
    }
}

//
/*banner***/
#banner {
    margin-top: 40px;
}

#banner .area {
    max-width: 1100px;
}

#banner .area a {
    margin: 0 auto 0 auto;
}

#banner .area a .title_c .big {
    display: none;
}

@media only screen and (min-width:768px) {
    #banner {
        margin-top: 80px;
    }

    #banner .area a .title_c .big {
        display: block;
    }
}

//
/*ratio***/
#ratio {
    margin-top: 40px;
}

#ratio dl {
    display: flex;
    flex-flow: column;
    row-gap: 40px;
}

#ratio dl>dt {
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

#ratio dl>dt:before {
    content: "";
    display: block;
    height: 1em;
    width: 4px;
    margin-top: 0.3em;
    background-color: var(--color_chuden1);
}

#ratio dl>dt span {
    line-height: 1.6;
    width: calc(100% - (4px + 20px));
}

#ratio table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

#ratio table caption {
    text-align: left;
    line-height: 1.3;
    margin-bottom: 20px;
}

#ratio table tr>* {
    width: calc(100% / 3);
    font-weight: normal;
    text-align: center;
    padding: 0.5em;
    border: var(--base_border);
}

#ratio table tr>th {
    background-color: var(--color_gray3);
}

@media only screen and (min-width:768px) {
    #ratio {
        margin-top: 80px;
    }

    #ratio .area {
        max-width: 1100px;
    }

    #ratio dl>dt span {
        font-size: 1.8rem;
    }

    #ratio .table {
        width: calc(980/1100 * 100%);
        margin: 0 auto 0 auto;
    }
}

//