main
{
    min-height: 200vh;

    background: url(/wp-content/themes/yuzawa/recruit/index/img/main_bg_bottom.webp) center bottom/100% no-repeat, url(/wp-content/themes/yuzawa/recruit/index/img/main_bg.webp) top center/100% 100% no-repeat;
}

.line
{
    position: absolute;
    right: 0;

    width: 100%;

    transition: clip-path 1s;

    translate: 0 10%;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.line--active
{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.line img
{
    width: 100%;
}

section
{
    position: relative;

    width: 100%;
}

.bg-bl
{
    position: relative;

    overflow: hidden;

    margin-top: calc(-1 * var(--wave-h));
    padding: calc(var(--wave-h) + 80px) 0 0;

    background: none;

    --width: 1500;
    --height: 159;
    --aspect-ratio: calc(var(--width) / var(--height));
    --wave-h: calc(100vw / var(--aspect-ratio));
    --overlap: 2px;
}
@media screen and (max-width: 1024px)
{
    .bg-bl
    {
        padding: calc(var(--wave-h) + 30px) 0 20px;

        --overlap: 1px;
    }
}
@media screen and (max-width: 600px)
{
    .bg-bl
    {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 600px)
{
    .bg-bl
    {
        --overlap: .5px;
    }
}
.bg-bl::before
{
    position: absolute;
    z-index: 0;

    content: '';
    pointer-events: none;

    background: url(/wp-content/themes/yuzawa/recruit/common/img/bg-bl.webp) top/cover no-repeat;

    inset: 0;
    -webkit-mask-image: url(/wp-content/themes/yuzawa/recruit/common/img/wave.png), linear-gradient(#000 0 0);
            mask-image: url(/wp-content/themes/yuzawa/recruit/common/img/wave.png), linear-gradient(#000 0 0);
    -webkit-mask-repeat: no-repeat, no-repeat;
            mask-repeat: no-repeat, no-repeat;
    -webkit-mask-size: 100% auto, 100% 100%;
            mask-size: 100% auto, 100% 100%;
    -webkit-mask-position: center top, 0 calc(var(--wave-h) - var(--overlap));
            mask-position: center top, 0 calc(var(--wave-h) - var(--overlap));
    -webkit-mask-size: 100% auto, 100% calc(100% - var(--wave-h) + var(--overlap));
            mask-size: 100% auto, 100% calc(100% - var(--wave-h) + var(--overlap));
            mask-composite: add;
    -webkit-mask-composite: source-over;
}
.bg-bl > *
{
    position: relative;
    z-index: 1;
}

.kv
{
    margin-bottom: 100px;
}
@media screen and (max-width: 1024px)
{
    .kv
    {
        margin-bottom: 50px;
    }
}
.kv__bg
{
    position: absolute;
    top: 0;
    left: 0;

    display: grid;

    min-height: 674px;

    grid-template-columns: repeat(2, 1fr);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 200px, 0 100%);
}
@media screen and (max-width: 1024px)
{
    .kv__bg
    {
        min-height: 450px;

        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70px, 0 100%);
    }
}
@media screen and (max-width: 600px)
{
    .kv__bg
    {
        min-height: 300px;

        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 200px, 0 100%);
    }
}
.kv__bg--left
{
    opacity: 0;
}
.kv__bg--right
{
    opacity: 0;
}
.kv__bg img
{
    width: 100%;
    height: 100%;

    object-fit: cover;
}
.kv__inner
{
    position: relative;

    display: flex;
    flex-direction: column;

    padding-top: 370px;

    text-align: center;

    opacity: 0;

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1024px)
{
    .kv__inner
    {
        padding-top: 200px;
    }
}
@media screen and (max-width: 600px)
{
    .kv__inner
    {
        padding-top: 280px;
    }
}
.kv__header
{
    display: flex;
    flex-direction: column;

    gap: 30px;
}
@media screen and (max-width: 600px)
{
    .kv__header
    {
        gap: 20px;
    }
}
.kv__ttl
{
    font-family: 'Noto Sans JP';
    font-size: 24px;
    font-weight: 500;
    line-height: 1;

    letter-spacing: 0;

    color: var(--c_bl);
}
@media screen and (max-width: 1024px)
{
    .kv__ttl
    {
        font-size: 20px;
    }
}
.kv__sub img
{
    width: 100%;
    max-width: 564px;
}
@media screen and (max-width: 1024px)
{
    .kv__sub img
    {
        max-width: 400px;
    }
}
@media screen and (max-width: 600px)
{
    .kv__sub img
    {
        max-width: 300px;
    }
}
.kv__logo
{
    width: 100%;
    margin-top: 40px;
}
@media screen and (max-width: 1024px)
{
    .kv__logo
    {
        margin-top: 20px;
    }
}
.kv__logo img
{
    width: 100%;
    max-width: 476px;
}
@media screen and (max-width: 1024px)
{
    .kv__logo img
    {
        max-width: 350px;
    }
}
@media screen and (max-width: 600px)
{
    .kv__logo img
    {
        max-width: 280px;
    }
}

.message
{
    overflow: hidden;

    margin-bottom: 90px;
    padding-bottom: clamp(15.625rem, 10.247rem + 8.4vw, 18.125rem);

    background: url(/wp-content/themes/yuzawa/recruit/index/img/message_deco_01.webp) left top/min(7.9%, 118px) no-repeat, url(/wp-content/themes/yuzawa/recruit/index/img/message_deco_03.webp) left bottom/min(41.3%, 617px) no-repeat;
}
@media screen and (max-width: 1024px)
{
    .message
    {
        background: url(/wp-content/themes/yuzawa/recruit/index/img/message_deco_03.webp) left bottom/min(41.3%, 617px) no-repeat;
    }
}
@media screen and (max-width: 600px)
{
    .message
    {
        padding-bottom: 270px;

        background-size: 90%;
    }
}
.message__inner
{
    display: grid;

    width: 90%;
    max-width: 1050px;

    margin-inline: auto;
    grid-template-columns: 1fr 40%;
    align-items: center;
    gap: 11%;
}
@media screen and (max-width: 1024px)
{
    .message__inner
    {
        gap: 5%;
    }
}
@media screen and (max-width: 600px)
{
    .message__inner
    {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 600px)
{
    .message__content
    {
        order: 2;
    }
}
.message__ttl
{
    font-size: 40px;
    line-height: 1.375;

    margin-bottom: 30px;

    letter-spacing: 0;
}
@media screen and (max-width: 1024px)
{
    .message__ttl
    {
        font-size: 30px;

        margin-bottom: 20px;
    }
}
.message__img
{
    position: relative;
}
@media screen and (max-width: 600px)
{
    .message__img
    {
        max-width: 65%;
    }
}
.message__img img
{
    position: relative;
    z-index: 2;

    width: 100%;
}
.message__img:after
{
    position: absolute;
    right: -140px;
    bottom: -100px;

    width: 240px;

    content: '';

    background: url(/wp-content/themes/yuzawa/recruit/index/img/message_deco_02.webp) center/cover;

    aspect-ratio: 240/242;
}
@media screen and (max-width: 600px)
{
    .message__img:after
    {
        right: -80px;
        bottom: -20px;

        width: 100px;
    }
}

.candidate
{
    margin-bottom: 100px;
}
@media screen and (max-width: 1024px)
{
    .candidate
    {
        margin-bottom: 80px;
    }
}
.candidate__inner
{
    display: grid;

    width: 90%;
    max-width: 1000px;

    margin-inline: auto;
    grid-template-columns: 47% 1fr;
    align-items: center;
    gap: 10%;
}
@media screen and (max-width: 1024px)
{
    .candidate__inner
    {
        gap: 5%;
    }
}
@media screen and (max-width: 600px)
{
    .candidate__inner
    {
        gap: 20px;
        grid-template-columns: 1fr;
    }
}
.candidate__content
{
    order: 2;
}
.candidate__btn
{
    margin-top: 50px;
}
@media screen and (max-width: 1024px)
{
    .candidate__btn
    {
        margin-top: 30px;
    }
}
.candidate__img
{
    position: relative;
}
@media screen and (max-width: 600px)
{
    .candidate__img
    {
        width: 70%;

        margin-inline: auto;
    }
}
.candidate__img > img
{
    position: relative;
    z-index: 2;
}
.candidate__deco
{
    position: absolute;
}
.candidate__deco--deco1
{
    top: 0;
    right: 30px;

    width: min(13.7%, 64px);
}
@media screen and (max-width: 600px)
{
    .candidate__deco--deco1
    {
        right: 10px;
    }
}
.candidate__deco--deco2
{
    bottom: 20px;
    left: -115px;

    width: min(41.9%, 196px);
}
@media screen and (max-width: 600px)
{
    .candidate__deco--deco2
    {
        bottom: 10px;
        left: -50px;
    }
}

.works
{
    margin-bottom: 20px;
}
.works__inner
{
    position: relative;
    z-index: 2;

    width: 90%;
    max-width: 1400px;
    padding: 80px 30px;

    border-radius: 20px;
    background: url(/wp-content/themes/yuzawa/recruit/index/img/works_bg.webp) center/cover;

    margin-inline: auto;
}
@media screen and (max-width: 600px)
{
    .works__inner
    {
        padding: 40px 5% 100px;

        background: url(/wp-content/themes/yuzawa/recruit/index/img/works_bg_sp.webp) center/cover;
    }
}
.works__content
{
    width: 50%;
    max-width: 550px;
    margin-right: 50%;
    margin-left: auto;
    padding-right: 50px;

    color: var(--white);
}
@media screen and (max-width: 1024px)
{
    .works__content
    {
        padding-right: 0;
    }
}
@media screen and (max-width: 600px)
{
    .works__content
    {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}
.works__ttl,
.works__sub,
.works__text
{
    color: var(--white);

    --border: var(--white);
}
.works__btn
{
    margin-top: 40px;
}
.works__slide
{
    overflow: hidden;

    width: 100%;
    margin-top: -50px;
    padding: 180px 0 100px;

    background: url(/wp-content/themes/yuzawa/recruit/index/img/works_deco_01.webp) right top/min(19%, 290px) no-repeat, url(/wp-content/themes/yuzawa/recruit/index/img/works_deco_02.webp) left bottom/min(25.8%, 387px) no-repeat;
}
@media screen and (max-width: 1024px)
{
    .works__slide
    {
        margin-top: -25px;
        padding: 70px 0 30px;

        background: url(/wp-content/themes/yuzawa/recruit/index/img/works_deco_01.webp) right top/min(39%, 290px) no-repeat, url(/wp-content/themes/yuzawa/recruit/index/img/works_deco_02.webp) left bottom/min(55.8%, 387px) no-repeat;
    }
}
.works .slide-wrapper
{
    display: flex;

    width: -moz-max-content;

    width: max-content;

    cursor: grab;
    -webkit-user-select: none;
            -moz-user-select: none;
         user-select: none;
    transform: translate3d(0, 0, 0);

    --slide-gap: 0;
    touch-action: pan-y;
    align-items: center;
    gap: var(--slide-gap);
    will-change: transform;
}
.works .slide-wrapper[data-drag-enabled=false]
{
    cursor: auto;
}
.works .slide-wrapper.is-dragging
{
    cursor: grabbing;
}
.works .slide-item
{
    width: 1500px;

    flex: 0 0 auto;
}
@media screen and (max-width: 768px)
{
    .works .slide-item
    {
        width: 1000px;
    }
}
.works .slide-item figure figcaption
{
    font-family: 'Noto Sans JP';
    font-size: 20px;
    font-weight: 400;
    line-height: 1;

    margin-top: 10px;

    letter-spacing: 0;
}
.works .slide-item img
{
    display: block;

    width: 100%;

    -webkit-user-select: none;

       -moz-user-select: none;

            user-select: none;
    pointer-events: none;

    -webkit-user-drag: none;
}

.video__inner
{
    width: 90%;
    max-width: 800px;

    margin-inline: auto;
}
.video__ttl
{
    margin-bottom: 30px;

    text-align: center;
}
.video__content iframe
{
    width: 100%;

    aspect-ratio: 560/315;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - .002px), 0% calc(100% - .001px));
}
/*# sourceMappingURL=style.css.map */
