@charset 'UTF-8';
section
{
    position: relative;

    width: 100%;
}

.message
{
    margin-bottom: 120px;
}
@media screen and (max-width: 1024px)
{
    .message
    {
        margin-bottom: 60px;
    }
}
.message__inner
{
    width: 90%;
    max-width: 1100px;

    margin-inline: auto;
}
.message__col
{
    display: grid;

    grid-template-columns: 41% 1fr;
    gap: 7%;
}
@media screen and (max-width: 1024px)
{
    .message__col
    {
        gap: 4%;
    }
}
@media screen and (max-width: 600px)
{
    .message__col
    {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media screen and (max-width: 600px)
{
    .message__img
    {
        text-align: center;
    }
    .message__img img
    {
        width: 70%;
    }
}
.message__subttl
{
    font-size: 36px;
    line-height: 1.25;

    margin-bottom: 45px;

    letter-spacing: -.01em;

    color: var(--c_bl);
}
@media screen and (max-width: 1024px)
{
    .message__subttl
    {
        font-size: 24px;

        margin-bottom: 25px;
    }
}
@media screen and (max-width: 600px)
{
    .message__subttl
    {
        font-size: 21px;
    }
}

.value
{
    padding: 130px 0 120px;

    background: url(/wp-content/themes/yuzawa/recruit/personality/img/value_bg_top.webp) left top/min(64.533%, 968px) no-repeat, url(/wp-content/themes/yuzawa/recruit/personality/img/value_bg_bottom.webp) right bottom/min(56%, 839px) no-repeat #f8f8f8;
}
@media screen and (max-width: 1024px)
{
    .value
    {
        padding: 70px 0 50px;
    }
}
.columns
{
    display: grid;

    width: 90%;
    max-width: 1200px;
    padding: 0 50px 50px;

    color: var(--black);
    border-bottom: 1px solid #959595;

    margin-inline: auto;
    grid-template-columns: 380px 1fr;
}
@media screen and (max-width: 1024px)
{
    .columns
    {
        padding: 0 0 30px;

        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.columns + .columns
{
    margin-top: 80px;
}
@media screen and (max-width: 1024px)
{
    .columns + .columns
    {
        margin-top: 30px;
    }
}
.columns__header-eng
{
    font-size: 16px;
    line-height: 1.25;

    margin-bottom: 10px;

    letter-spacing: .03em;
}
@media screen and (max-width: 1024px)
{
    .columns__header-eng
    {
        font-size: 14px;
    }
}
.columns__header-ttl
{
    font-family: 'Noto Sans JP';
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;

    letter-spacing: 0;

    color: var(--c_bl);
}
@media screen and (max-width: 1024px)
{
    .columns__header-ttl
    {
        font-size: 26px;
    }
}
@media screen and (max-width: 600px)
{
    .columns__header-ttl
    {
        font-size: 20px;
    }
}
.columns__right-lead
{
    font-size: 32px;
    line-height: 1.5625;

    margin-bottom: 40px;

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

        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px)
{
    .columns__right-lead
    {
        font-size: 20px;
    }
}
.columns__right-lead.sizeL
{
    font-size: 40px;

    margin-bottom: 10px;
}
@media screen and (max-width: 1024px)
{
    .columns__right-lead.sizeL
    {
        font-size: 30px;
    }
}
@media screen and (max-width: 600px)
{
    .columns__right-lead.sizeL
    {
        font-size: 24px;
    }
}
.columns__right-text
{
    font-size: 18px;
    line-height: 1.6666666667;

    letter-spacing: 0;
}
@media screen and (max-width: 1024px)
{
    .columns__right-text
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px)
{
    .columns__right-text
    {
        font-size: 14px;
    }
}
.columns__right-text.sizeL
{
    font-size: 25px;
}
@media screen and (max-width: 1024px)
{
    .columns__right-text.sizeL
    {
        font-size: 20px;
    }
}
@media screen and (max-width: 600px)
{
    .columns__right-text.sizeL
    {
        font-size: 18px;
    }
}
.columns__right-list li
{
    font-size: 18px;
    line-height: 1.5555555556;

    padding-left: 1em;

    text-indent: -1em;
    letter-spacing: 0;
}
@media screen and (max-width: 1024px)
{
    .columns__right-list li
    {
        font-size: 15px;
    }
}
@media screen and (max-width: 600px)
{
    .columns__right-list li
    {
        font-size: 13px;
    }
}
.columns__right-list li:not(:last-child)
{
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px)
{
    .columns__right-list li:not(:last-child)
    {
        margin-bottom: 10px;
    }
}
.columns__right-list li:before
{
    content: '・';
}
.columns__right-list--num
{
    counter-reset: number 0;
}
.columns__right-list--num li
{
    font-size: 22px;
    line-height: 1.4545454545;

    display: flex;

    letter-spacing: 0;

    gap: 15px;
    align-items: baseline;
}
@media screen and (max-width: 1024px)
{
    .columns__right-list--num li
    {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px)
{
    .columns__right-list--num li
    {
        font-size: 15px;
    }
}
.columns__right-list--num li:not(:last-child)
{
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px)
{
    .columns__right-list--num li:not(:last-child)
    {
        margin-bottom: 10px;
    }
}
.columns__right-list--num li:before
{
    content: counter(number) '.';
    counter-increment: number;
    text-align: right;
    white-space: nowrap;

    color: var(--c_sky);

    flex: 0 0 2ch;
    font-variant-numeric: tabular-nums;
}
.columns__right-list--num li span
{
    font-size: .81em;

    display: contents;
}

.diversity
{
    padding: 100px 0 170px;
}
@media screen and (max-width: 1024px)
{
    .diversity
    {
        padding: 60px 0 80px;
    }
}
.diversity__inner
{
    display: grid;

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

    margin-inline: auto;
    align-items: center;
}
@media screen and (max-width: 768px)
{
    .diversity__inner
    {
        display: block;
    }
}
.diversity__content
{
    position: relative;

    width: 71%;
    padding: 90px 200px 90px 80px;

    color: var(--white);
    border-radius: 20px;
    background: url(/wp-content/themes/yuzawa/recruit/personality/img/diversity_bg.webp) center/cover;

    grid-area: 1/1;
}
@media screen and (max-width: 1024px)
{
    .diversity__content
    {
        padding: 50px 90px 50px 30px;
    }
}
@media screen and (max-width: 600px)
{
    .diversity__content
    {
        width: 100%;
        margin-top: -50px;
        padding: 80px 8% 50px;
    }
}
.diversity__ttl
{
    font-size: 36px;
    line-height: 1.25;

    margin-bottom: 30px;

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

        margin-bottom: 15px;
    }
}
.diversity__ttl span
{
    font-size: 30px;
}
@media screen and (max-width: 1024px)
{
    .diversity__ttl span
    {
        font-size: 20px;
    }
}
.diversity__text
{
    font-family: var(--ff_main);
}
.diversity__img
{
    position: relative;
    z-index: 2;

    width: 39%;
    margin-left: auto;

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

        margin-inline: auto;
    }
}

.footer
{
    margin-top: 0;
}
/*# sourceMappingURL=style.css.map */
