.kv-sub
{
    background: url(/wp-content/themes/yuzawa/recruit/common/img/base_grid.webp) center/100% repeat-y;
}

section
{
    position: relative;

    width: 100%;
}

.jobs
{
    padding-bottom: 100px;
}
@media screen and (max-width: 1024px)
{
    .jobs
    {
        padding-bottom: 50px;
    }
}
.jobs__inner
{
    width: 90%;
    max-width: 1100px;

    margin-inline: auto;
}
.jobs__list
{
    counter-reset: number 0;
}
.jobs__item
{
    display: grid;

    align-items: center;
}
.jobs__item:not(:last-child)
{
    margin-bottom: 50px;
}
@media screen and (max-width: 1024px)
{
    .jobs__item:not(:last-child)
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 600px)
{
    .jobs__item
    {
        display: block;
    }
}
.jobs__img
{
    position: relative;
    z-index: 2;

    width: 27%;

    grid-area: 1/1;
}
@media screen and (max-width: 600px)
{
    .jobs__img
    {
        width: 60%;

        margin-inline: auto;
    }
}
.jobs__content
{
    width: 84%;
    margin-left: auto;
    padding: 60px 90px 80px 180px;

    border-radius: 20px;
    background: #eaf6fb;

    grid-area: 1/1;
}
@media screen and (max-width: 1024px)
{
    .jobs__content
    {
        padding: 30px 3% 40px 15%;
    }
}
@media screen and (max-width: 600px)
{
    .jobs__content
    {
        width: 100%;
        margin-top: -20%;
        padding: 70px 5% 30px;
    }
}
.jobs__sub
{
    font-size: 34px;
    line-height: 1.3235294118;

    display: flex;
    flex-direction: column;

    margin-bottom: 30px;

    letter-spacing: 0;

    color: var(--c_bl);

    gap: 5px;
}
@media screen and (max-width: 1024px)
{
    .jobs__sub
    {
        font-size: 26px;

        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px)
{
    .jobs__sub
    {
        font-size: 22px;
    }
}
.jobs__sub:before
{
    font-family: 'Noto Sans JP';
    font-size: 26px;
    font-weight: 600;

    content: counter(number, decimal-leading-zero);
    counter-increment: number;

    color: var(--c_sky);
}
@media screen and (max-width: 1024px)
{
    .jobs__sub:before
    {
        font-size: 20px;
    }
}
.jobs__schedule
{
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 1000px;
    margin: 80px auto 0;
    padding: 60px 5%;

    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 0 20px 0 rgba(0, 104, 183, .15);

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1024px)
{
    .jobs__schedule
    {
        margin-top: 40px;
        padding: 30px 5%;
    }
}
.jobs__schedule-ttl
{
    font-size: 32px;
    line-height: 1.40625;

    margin-bottom: 30px;

    text-align: center;
    letter-spacing: 0;

    color: var(--c_sky);
}
@media screen and (max-width: 1024px)
{
    .jobs__schedule-ttl
    {
        font-size: 24px;
    }
}
.jobs__schedule-flow
{
    width: 100%;

    text-align: center;
}
.jobs__schedule-flow img
{
    width: 800px;
    min-width: 800px;
}

.workstyle
{
    padding: 100px 0;

    background: linear-gradient(to bottom, #dcedf5, #fff);
}
@media screen and (max-width: 1024px)
{
    .workstyle
    {
        padding: 50px 0 100px;
    }
}
@media screen and (max-width: 600px)
{
    .workstyle
    {
        padding-bottom: 80px;
    }
}
.workstyle__deco
{
    position: absolute;
}
.workstyle__deco--deco1
{
    top: -50px;
    left: 0;

    width: min(11%, 165px);
}
.workstyle__deco--deco2
{
    right: 0;
    bottom: 0;

    width: min(8.8%, 132px);
}
.workstyle__item
{
    display: grid;

    --margin: 0;
    --order: 0;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.workstyle__item:nth-child(odd)
{
    --margin: 0 0 0 auto;
}
.workstyle__item:nth-child(even)
{
    --order: 2;
}
.workstyle__item:not(:last-child)
{
    margin-bottom: 60px;
}
@media screen and (max-width: 600px)
{
    .workstyle__item
    {
        grid-template-columns: 1fr;
        gap: 20px;
        --order: 0 !important;
    }
}
.workstyle__content
{
    width: 90%;
    max-width: 550px;
    margin: var(--margin);

    order: var(--order);
}
@media screen and (max-width: 600px)
{
    .workstyle__content
    {
        max-width: 100%;

        margin-inline: auto;
    }
}
.workstyle__sub
{
    font-size: 34px;
    line-height: 1.4705882353;

    margin-bottom: 30px;
    padding-left: 30px;

    letter-spacing: 0;

    border-left: 4px solid var(--c_bl);
}
@media screen and (max-width: 1024px)
{
    .workstyle__sub
    {
        font-size: 24px;

        margin-bottom: 20px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 600px)
{
    .workstyle__sub
    {
        font-size: 20px;
    }
}
.workstyle__text
{
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 400;
    line-height: 2.1875;

    letter-spacing: 0;
}
@media screen and (max-width: 1024px)
{
    .workstyle__text
    {
        font-size: 14px;
    }
}
.workstyle__text span
{
    font-weight: 600;

    color: var(--c_bl);
}
.workstyle__img
{
    width: 88%;
    margin: var(--margin);
}
@media screen and (max-width: 600px)
{
    .workstyle__img
    {
        width: 90%;

        margin-inline: auto;
    }
}

.office
{
    overflow: hidden;
}
.office__ttl
{
    font-family: 'Noto Sans JP';
    font-size: 30px;
    font-weight: 600;
    line-height: 1;

    margin-bottom: 35px;

    text-align: center;
    letter-spacing: 0;

    color: var(--c_sky);
}
@media screen and (max-width: 1024px)
{
    .office__ttl
    {
        font-size: 20px;

        margin-bottom: 20px;
    }
}
.office .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: 25px;
    touch-action: pan-y;
    align-items: center;
    gap: var(--slide-gap);
    will-change: transform;
}
.office .slide-wrapper[data-drag-enabled=false]
{
    cursor: auto;
}
.office .slide-wrapper.is-dragging
{
    cursor: grabbing;
}
.office .slide-item
{
    width: max(25vw, 300px);

    flex: 0 0 auto;
}
.office .slide-item figure figcaption
{
    font-family: 'Noto Sans JP';
    font-size: 20px;
    font-weight: 400;
    line-height: 1;

    margin-top: 10px;

    letter-spacing: 0;
}
.office .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;
}
/*# sourceMappingURL=style.css.map */
