@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Shippori+Mincho:wght@400;500;600;700&display=swap');
:root
{
    --ff_main: 'Shippori Mincho', serif;
    --white: #fff;
    --black: #000;
    --c_txt: #41382f;
    --c_gy: #333;
    --c_bl: #0068b7;
    --head_h: 105px;
    --fz_xs: 12px;
    --fz_sm: 14px;
    --fz_md: 16px;
    --fz_lg: 18px;
    --fz_xl: 20px;
    --lh_xs: 1.25;
    --lh_sm: 1.5;
    --lh_md: 1.75;
    --lh_lg: 2;
    --fw_r: 400;
    --fw_b: 900;
}
@media screen and (max-width: 1024px)
{
    :root
    {
        --fz_xs: 10px;
        --fz_sm: 12px;
        --fz_md: 14px;
        --fz_lg: 16px;
        --fz_xl: 18px;
        --lh_xs: 1.2;
        --lh_sm: 1.4;
        --lh_md: 1.6;
        --lh_lg: 1.8;
        --head_h: 70px;
    }
}

*,
::before,
::after
{
    box-sizing: border-box;

    border-width: 0;
    border-style: solid;
}

html
{
    line-height: 1.15;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body
{
    margin: 0;
}

img
{
    max-width: 100%;
}

main
{
    display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl
{
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: inherit;
    font-weight: inherit;

    margin: 0;
}

ul,
ol
{
    margin: 0;
    padding: 0;

    list-style: none;
}

dt
{
    font-weight: 700;
}

dd
{
    margin-left: 0;
}

hr
{
    clear: both;
    overflow: visible;

    box-sizing: content-box;
    height: 0;
    margin: 0;

    color: inherit;
    border-top-width: 1px;
}

pre
{
    font-family: monospace, monospace;
    font-size: inherit;
}

address
{
    font-style: inherit;
}

a
{
    text-decoration: none;

    color: inherit;
    background-color: transparent;
}

abbr[title]
{
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b,
strong
{
    font-weight: bolder;
}

code,
kbd,
samp
{
    font-family: monospace, monospace;
    font-size: inherit;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

svg,
img,
embed,
object,
iframe
{
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea
{
    font: inherit;

    margin: 0;
    padding: 0;

    text-align: inherit;
    vertical-align: middle;
    text-transform: inherit;

    color: inherit;
    border-radius: 0;
    background: transparent;
}

button,
[type=button],
[type=reset],
[type=submit]
{
    cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled
{
    cursor: default;
}

:-moz-focusring
{
    outline: auto;
}

select:disabled
{
    opacity: inherit;
}

option
{
    padding: 0;
}

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;
}

legend
{
    padding: 0;
}

progress
{
    vertical-align: baseline;
}

textarea
{
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button
{
    height: auto;
}

[type=search]
{
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}

::-webkit-file-upload-button
{
    font: inherit;

    -webkit-appearance: button;
}

[type=number]
{
    -moz-appearance: textfield;
         -webkit-appearance: textfield;
            appearance: textfield;
}

label[for]
{
    cursor: pointer;
}

details
{
    display: block;
}

summary
{
    display: list-item;
}

[contenteditable]:focus
{
    outline: auto;
}

table
{
    border-collapse: collapse;

    border-color: inherit;
}

caption
{
    text-align: left;
}

td,
th
{
    padding: 0;

    vertical-align: top;
}

th
{
    font-weight: 700;

    text-align: left;
}

.visually-hidden
{
    font-size: 1px;

    position: absolute !important;

    clip: rect(0, 0, 0, 0) !important;

    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;

    border: 0 !important;
}

.pc
{
    display: block;
}
@media screen and (max-width: 1024px)
{
    .pc
    {
        display: none;
    }
}

.tb
{
    display: none;
}
@media screen and (max-width: 1024px)
{
    .tb
    {
        display: block;
    }
}

.tb-dn
{
    display: block;
}
@media screen and (max-width: 1024px)
{
    .tb-dn
    {
        display: none;
    }
}
@media screen and (max-width: 600px)
{
    .tb-dn
    {
        display: block;
    }
}

.pt
{
    display: block;
}
@media screen and (max-width: 600px)
{
    .pt
    {
        display: none;
    }
}

.sp
{
    display: none;
}
@media screen and (max-width: 600px)
{
    .sp
    {
        display: block;
    }
}

.ov,
.ov a
{
    transition: opacity .3s;
}
@media (hover)
{
    .ov:hover[href]:hover,
    .ov:hover a:hover
    {
        opacity: .7;
    }
}

.sr-only
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    white-space: nowrap;

    border: 0;
}

.fadeup
{
    visibility: hidden;

    transform: translateY(50px);

    opacity: 0;
}

html
{
    font-family: var(--ff_main);
    font-weight: 500;

    box-sizing: border-box;
    width: 100%;
    height: 100%;

    color: var(--c_txt);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: 'palt';
}

body.is_spOverflow
{
    overflow: hidden;

    height: 100%;
}

.common-ttl
{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25;

    position: relative;

    display: flex;

    letter-spacing: .08em;

    gap: 15px;
    align-items: baseline;
}
@media screen and (max-width: 1024px)
{
    .common-ttl
    {
        font-size: 26px;

        gap: 10px;
    }
}
@media screen and (max-width: 600px)
{
    .common-ttl
    {
        font-size: 20px;
    }
}
.common-ttl:before
{
    display: block;

    width: 25px;

    content: '';

    border: 3px solid var(--c_bl);
    border-radius: 50px;

    aspect-ratio: 1;
}
@media screen and (max-width: 1024px)
{
    .common-ttl:before
    {
        width: 16px;
    }
}
.common-ttl.c-wt
{
    color: var(--white);
}
.common-ttl.c-wt:before
{
    border-color: var(--white);
}
.common-ttl.tate
{
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: normal;
}
.common-ttl span
{
    font-size: .67em;

    display: contents;
}

.common-btn
{
    --bg: var(--white);
    --txt: var(--c_txt);
    --bd: var(--white);
}
.common-btn:has(:hover)
{
    --txt: var(--white);
    --bg: var(--c_bl);
}
.common-btn.btn-bl
{
    --bg: var(--c_bl);
    --txt: var(--white);
    --bd: var(--c_bl);
}
.common-btn.btn-bl:has(:hover)
{
    --txt: var(--c_bl);
    --bg: var(--white);
}
.common-btn.bd-bl
{
    --bd: var(--c_bl);
}
.common-btn a,
.common-btn button
{
    font-size: 18px;
    line-height: 1;

    position: relative;

    display: flex;

    width: 240px;
    height: 60px;

    transition: all .3s;
    text-align: center;
    letter-spacing: .1em;

    color: var(--txt);
    border: 2px solid var(--bd);
    border-radius: 50px;
    background: var(--bg);

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1024px)
{
    .common-btn a,
    .common-btn button
    {
        font-size: 16px;

        width: 200px;
        height: 50px;
    }
}
.common-btn a[target=_blank]:after,
.common-btn button[target=_blank]:after
{
    position: absolute;
    top: 50%;
    right: 20px;

    width: 15px;

    content: '';
    transition: background-color .3s;

    background-color: var(--txt);

    aspect-ratio: 1;
    translate: 0 -50%;
    -webkit-mask-image: url(/wp-content/themes/yuzawa/common/img/icon_blank.svg);
            mask-image: url(/wp-content/themes/yuzawa/common/img/icon_blank.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}
@media screen and (max-width: 1024px)
{
    .common-btn a[target=_blank]:after,
    .common-btn button[target=_blank]:after
    {
        right: 10px;

        width: 12px;
    }
}

.header
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
}
.header__inner
{
    display: flex;

    width: 100%;
    height: var(--head_h);
    padding: 0 40px;

    background: rgba(255, 255, 255, .5);

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1024px)
{
    .header__inner
    {
        padding: 0 2.6%;
    }
}
.header__logo a img
{
    width: 280px;
}
@media screen and (max-width: 600px)
{
    .header__logo a img
    {
        width: 150px;
    }
}
.header__right
{
    display: flex;
    flex-direction: column;

    align-items: flex-end;
    gap: 20px;
}
@media screen and (max-width: 1024px)
{
    .header__right
    {
        display: contents;
    }
}
@media screen and (max-width: 1024px)
{
    .header__nav
    {
        position: absolute;
        top: calc(100% - .1px);
        left: 0;

        visibility: hidden;

        width: 100%;
        height: calc(100vh - var(--head_h));
        padding: 40px 10%;

        transition: opacity .3s, visibility .3s;

        opacity: 0;
        background: white;

        align-items: flex-start;
    }
    .header__nav.show
    {
        visibility: visible;

        opacity: 1;
    }
}
.header__nav nav ul
{
    display: flex;

    align-items: center;
    gap: 30px;
}
@media screen and (max-width: 1024px)
{
    .header__nav nav ul
    {
        display: block;
    }
}
@media screen and (max-width: 1024px)
{
    .header__nav nav ul li
    {
        border-bottom: 1px solid #c2c0bd;
    }
    .header__nav nav ul li:first-child
    {
        border-top: 1px solid #c2c0bd;
    }
    .header__nav nav ul li:has([href*=contact])
    {
        margin-top: 50px;

        border-bottom: none;
    }
    .header__nav nav ul li:has([href*=contact]) a
    {
        display: flex;

        width: 220px;
        height: 60px;

        color: var(--white);
        border-radius: 50px;
        background: var(--c_bl);

        margin-inline: auto;
        align-items: center;
        justify-content: center;
    }
}
.header__nav nav ul li a
{
    font-size: 14px;
    line-height: 1;

    letter-spacing: .05em;
}
@media screen and (max-width: 1024px)
{
    .header__nav nav ul li a
    {
        font-size: 16px;

        display: block;

        padding: 20px 2.6%;
    }
}
.header__nav nav ul li a[target=_blank]
{
    display: flex;

    align-items: center;
    gap: 5px;
}
.header__nav nav ul li a[target=_blank]:after
{
    display: block;

    width: 12px;

    content: '';
    transition: background-color .3s;

    background-color: var(--black);

    aspect-ratio: 1;
    -webkit-mask-image: url(/wp-content/themes/yuzawa/common/img/icon_blank.svg);
            mask-image: url(/wp-content/themes/yuzawa/common/img/icon_blank.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}
.header__tel
{
    font-size: 16px;
    line-height: 1;

    letter-spacing: .05em;
    pointer-events: none;
}
@media screen and (max-width: 1024px)
{
    .header__tel
    {
        padding-right: 50px;
    }
}
@media screen and (max-width: 600px)
{
    .header__tel
    {
        font-size: 13px;

        padding-right: 40px;

        pointer-events: auto;
    }
}
.header__tel span
{
    font-size: 1.375em;
}

.icon-animation
{
    position: absolute;
    z-index: 30;
    top: 50%;
    right: 2.6%;

    display: none;

    width: 30px;
    height: 20px;
    padding: 0;

    cursor: pointer;

    border: none;
    background: transparent;

    translate: 0 -50%;
    touch-action: manipulation;
}
@media screen and (max-width: 1024px)
{
    .icon-animation
    {
        display: block;
    }
}
.icon-animation.is-open .top
{
    top: 50%;

    width: 0;

    opacity: 0;
}
.icon-animation.is-open .bottom
{
    bottom: 50%;

    width: 0;

    opacity: 0;
}
.icon-animation.is-open .middle:before
{
    transform: rotate(45deg);
}
.icon-animation.is-open .middle:after
{
    transform: rotate(-45deg);
}
.icon-animation span
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 100%;
    height: 1px;

    transition: all .3s;
    transform: translate(-50%, 0%);

    background: #000;
}
.icon-animation .top
{
    top: 0;

    transform: translate(-50%, 0) scale(1);
}
.icon-animation .bottom
{
    top: auto;
    bottom: 0;

    transform: translate(-50%, 0) scale(1);
}
.icon-animation .middle
{
    background: none;
}
.icon-animation .middle:before,
.icon-animation .middle:after
{
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    transition: all .3s;
    transform: rotate(0deg);

    background: #000;
}

.kv-sub
{
    position: relative;

    width: 100%;
    height: 305px;
    padding-top: var(--head_h);

    background: url(/wp-content/themes/yuzawa/common/img/kv-sub_bg.webp) right bottom/auto 100% no-repeat;

    --A: min(90vw, 1200px);
    --B: calc(((100vw - var(--A)) / 2) - 30px);
}
@media screen and (max-width: 1024px)
{
    .kv-sub
    {
        height: 200px;

        --B: calc(((100vw - var(--A)) / 2) - 5px);
    }
}
.kv-sub:before
{
    position: absolute;
    top: calc(50% + var(--head_h) / 2);
    left: 0;

    width: var(--B);
    height: 1px;

    content: '';

    background: var(--c_txt);
}
.kv-sub__inner
{
    display: flex;

    height: 100%;

    align-items: center;
}
.kv-sub__inner_wrap
{
    position: relative;

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

    margin-inline: auto;
}
.kv-sub__title
{
    font-size: 40px;
    line-height: 1;

    letter-spacing: .15em;
}
@media screen and (max-width: 1024px)
{
    .kv-sub__title
    {
        font-size: 25px;
    }
}

.breadcrumbs
{
    margin: 20px 0 115px;
}
@media screen and (max-width: 1024px)
{
    .breadcrumbs
    {
        margin: 10px 0 60px;
    }
}
.breadcrumbs__inner
{
    width: 90%;
    max-width: 1200px;

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

    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 10px;
    overflow-wrap: anywhere;
}
.breadcrumbs__item
{
    font-size: 14px;
    line-height: 1;

    letter-spacing: .05em;
}
@media screen and (max-width: 1024px)
{
    .breadcrumbs__item
    {
        font-size: 12px;
    }
}
.breadcrumbs__item:not(:last-child)
{
    display: flex;

    gap: 10px;
    align-items: center;
}
.breadcrumbs__item:not(:last-child):after
{
    width: 10px;
    height: 1px;

    content: '';

    background: var(--c_txt);
}
.breadcrumbs__item[aria-current=page]
{
    color: var(--c_bl);
}
.ft-cta__inner
{
    display: grid;

    width: 100%;

    text-align: center;

    color: var(--white);

    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px)
{
    .ft-cta__inner
    {
        grid-template-columns: 1fr;
    }
}
.ft-cta__block
{
    display: grid;

    width: 100%;
    padding: 40px 0;

    grid-row: span 3;
    grid-template-rows: subgrid;
    row-gap: 0;
    place-items: center;
}
@media screen and (max-width: 768px)
{
    .ft-cta__block
    {
        padding: 50px 0;
    }
}
@media screen and (max-width: 600px)
{
    .ft-cta__block
    {
        padding-inline: 5%;
    }
}
.ft-cta__block.recruit
{
    background: url(/wp-content/themes/yuzawa/common/img/ft-cta_recruit.webp) center bottom/cover;
}
.ft-cta__block.contact
{
    background: url(/wp-content/themes/yuzawa/common/img/ft-cta_contact.webp) center bottom/cover;
}
.ft-cta__block h3
{
    font-size: 28px;
    font-weight: 500;
    line-height: 1;

    margin-bottom: 30px;

    letter-spacing: .08em;
}
@media screen and (max-width: 768px)
{
    .ft-cta__block h3
    {
        font-size: 24px;

        margin-bottom: 20px;
    }
}
.ft-cta__txt-wrap
{
    margin-bottom: 35px;
}
@media screen and (max-width: 768px)
{
    .ft-cta__txt-wrap
    {
        margin-bottom: 25px;
    }
}
.ft-cta__txt-wrap h4
{
    font-size: 22px;
    line-height: 1.3636363636;

    margin-bottom: 25px;

    letter-spacing: .08em;
}
@media screen and (max-width: 768px)
{
    .ft-cta__txt-wrap h4
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.ft-cta__txt-wrap h4.tel
{
    font-size: 18px;

    margin-bottom: 0;
}
@media screen and (max-width: 768px)
{
    .ft-cta__txt-wrap h4.tel
    {
        font-size: 16px;
    }
}
.ft-cta__txt-wrap p
{
    font-size: 14px;
    line-height: 1.7142857143;

    letter-spacing: .08em;
}
@media screen and (max-width: 768px)
{
    .ft-cta__txt-wrap p
    {
        font-size: 12px;
    }
}
.ft-cta__txt-wrap a
{
    font-size: 54px;
    line-height: 1;

    letter-spacing: 0;
    pointer-events: none;
}
@media screen and (max-width: 768px)
{
    .ft-cta__txt-wrap a
    {
        font-size: 45px;
    }
}
@media screen and (max-width: 600px)
{
    .ft-cta__txt-wrap a
    {
        pointer-events: auto;
    }
}
.ft-cta .common-btn a
{
    width: 260px;
}

.footer
{
    padding: 60px 0;

    background: url(/wp-content/themes/yuzawa/common/img/common-bg.webp);
}
@media screen and (max-width: 768px)
{
    .footer
    {
        padding: 30px 0;
    }
}
@media screen and (max-width: 600px)
{
    .footer
    {
        padding-top: 0;
    }
}
.footer__inner
{
    position: relative;

    display: grid;

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

    margin-inline: auto;
    grid-template-columns: 42% 1fr;
    row-gap: 10px;
}
@media screen and (max-width: 768px)
{
    .footer__inner
    {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 600px)
{
    .footer__inner
    {
        width: 100%;

        row-gap: 20px;
        grid-template-columns: 1fr;
    }
}
.footer__info
{
    padding-bottom: 60px;

    border-right: 1px solid #c2c0bd;
}
@media screen and (max-width: 600px)
{
    .footer__info
    {
        padding: 0 5%;

        border-right: none;
    }
}
.footer__info-logo
{
    margin-bottom: 25px;
}
@media screen and (max-width: 768px)
{
    .footer__info-logo
    {
        margin-bottom: 15px;
    }
}
.footer__info-logo img
{
    max-width: 315px;
}
@media screen and (max-width: 768px)
{
    .footer__info-logo img
    {
        width: 250px;
    }
}
@media screen and (max-width: 600px)
{
    .footer__info-logo img
    {
        width: 90%;
    }
}
.footer__info p
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 2;

    letter-spacing: .05em;
}
@media screen and (max-width: 1024px)
{
    .footer__info p
    {
        font-size: 12px;
    }
}
@media screen and (max-width: 600px)
{
    .footer__nav
    {
        order: -1;
    }
}
.footer__nav nav
{
    display: flex;

    align-items: flex-start;
    justify-content: flex-end;
}
@media screen and (max-width: 600px)
{
    .footer__nav nav
    {
        justify-content: center;
    }
}
.footer__nav nav ul
{
    display: grid;

    grid-template-columns: repeat(3, auto);
    gap: 25px 90px;
}
@media screen and (max-width: 1024px)
{
    .footer__nav nav ul
    {
        grid-template-columns: repeat(2, auto);
        gap: 25px 40px;
    }
}
@media screen and (max-width: 600px)
{
    .footer__nav nav ul
    {
        width: 100%;

        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
}
@media screen and (max-width: 600px)
{
    .footer__nav nav ul li
    {
        text-align: center;

        border-bottom: 1px solid #c6c3c0;
    }
    .footer__nav nav ul li:nth-child(odd)
    {
        border-right: 1px solid #c6c3c0;
    }
}
.footer__nav nav ul li.privacy
{
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 600px)
{
    .footer__nav nav ul li.privacy
    {
        position: static;
    }
}
.footer__nav nav ul li.privacy a
{
    font-size: 14px;
    line-height: 1;

    letter-spacing: .05em;
}
@media screen and (min-width: 600px)
{
    .footer__nav nav ul li.privacy a
    {
        font-family: 'Noto Sans JP', sans-serif;
    }
}
@media screen and (max-width: 600px)
{
    .footer__nav nav ul li.privacy a
    {
        font-size: 12px;
    }
}
.footer__nav nav ul li a
{
    font-size: 16px;
    line-height: 1;

    position: relative;

    white-space: nowrap;
    letter-spacing: .05em;
}
@media screen and (max-width: 600px)
{
    .footer__nav nav ul li a
    {
        font-size: 14px;

        display: block;

        padding: 25px 0;
    }
}
.footer__nav nav ul li a[target=_blank] span
{
    position: relative;

    display: inline-block;

    padding-right: 20px;
}
@media screen and (max-width: 600px)
{
    .footer__nav nav ul li a[target=_blank] span
    {
        padding-right: 15px;
    }
}
.footer__nav nav ul li a[target=_blank] span:after
{
    position: absolute;
    top: 50%;
    right: 0;

    width: 12px;

    content: '';
    transition: background-color .3s;

    background-color: var(--c_txt);

    aspect-ratio: 1;
    translate: 0 -50%;
    -webkit-mask-image: url(/wp-content/themes/yuzawa/common/img/icon_blank.svg);
            mask-image: url(/wp-content/themes/yuzawa/common/img/icon_blank.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}
@media screen and (max-width: 600px)
{
    .footer__nav nav ul li a[target=_blank] span:after
    {
        width: 10px;
    }
}
.footer__copy
{
    font-family: 'Noto Sans JP', sans-serif;

    display: flex;

    grid-column: 1/-1;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 600px)
{
    .footer__copy
    {
        padding: 0 5%;
    }
}
.footer__copy small
{
    font-size: 12px;
    line-height: 1;

    letter-spacing: .05em;
}
.footer__copy a
{
    font-size: 14px;
    line-height: 1;

    letter-spacing: .05em;
}
@media screen and (max-width: 600px)
{
    .footer__copy a
    {
        font-size: 12px;
    }
}
/*# sourceMappingURL=common.css.map */
