@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

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

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

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

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

address,
details,
picture {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
:root {
    --fs10: 0.625rem;
    --fs11: 0.6875rem;
    --fs12: 0.75rem;
    --fs13: 0.8125rem;
    --fs14: 0.875rem;
    --fs15: 0.9375rem;
    --fs16: 1rem;
    --fs17: 1.0625rem;
    --fs18: 1.125rem;
    --fs19: 1.1875rem;
    --fs20: 1.25rem;
    --fs21: 1.3125rem;
    --fs22: 1.375rem;
    --fs23: 1.4375rem;
    --fs24: 1.5rem;
    --fs25: 1.5625rem;
    --fs26: 1.625rem;
    --fs27: 1.6875rem;
    --fs28: 1.75rem;
    --fs29: 1.8125rem;
    --fs30: 1.875rem;
    --fs31: 1.9375rem;
    --fs32: 2rem;
    --fs33: 2.0625rem;
    --fs34: 2.125rem;
    --fs35: 2.1875rem;
    --fs36: 2.25rem;
    --fs37: 2.3125rem;
    --fs38: 2.375rem;
    --fs39: 2.4375rem;
    --fs40: 2.5rem;
    --color-text: #000000;
    --color-text-rgb: 0, 0, 0;
    --color-rich-black: #222222;
    --color-rich-black-rgb: 34, 34, 34;
    --color-charcoal: #333333;
    --color-charcoal-rgb: 51, 51, 51;
    --color-vermilion: #ff4a00;
    --color-vermilion-rgb: 255, 74, 0;
    --color-ivory-white: #F9F9F2;
    --color-ivory-white-rgb: 249, 249, 242;
    --color-yellow: #f8df2c;
    --color-yellow-rgb: 248, 223, 44;
    --color-off-white: #fafafa;
    --color-off-white-rgb: 250, 250, 250;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --container-width: 1080px;
    --c-pad: 16px;
    --duration: 0.35s;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --header-height: 64px;
    --header-top: 16px;
}

@media (min-width: 768px) {
    :root {
        --c-pad: 30px;
    }
}

@media (min-width: 992px) {
    :root {
        --header-height: 70px;
        --header-top: 50px;
    }
}

@media (min-width: 1240px) {
    :root {
        --header-height: 80px;
    }
}

@media (min-width: 768px) {
    html {
        overflow-y: scroll;
    }
}

@media (max-width: 767px) {
    html.-scroll-locked {
        overflow: hidden;
    }
}

body {
    background-color: var(--color-ivory-white);
    color: var(--color-text);
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: var(--fs14);
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (min-width: 768px) {
    body {
        font-size: var(--fs16);
    }
}

body.-scroll-locked {
    bottom: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: auto;
}

* {
    box-sizing: border-box;
}

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

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section {
    display: block;
}

button {
    color: inherit;
    cursor: pointer;
}

picture,
figure,
figcaption {
    display: block;
    margin: 0;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}
/* --------------------
 Layout
-------------------- */
/* --------------------
 Commons
-------------------- */
.com-page-title {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column wrap;
    height: 250px;
    justify-content: center;
    margin: 0 0 60px;
    padding: calc(var(--header-height) + var(--header-top)) 0 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .com-page-title {
        height: 480px;
        margin: 0 0 150px;
    }
}

@media (min-width: 992px) {
    .com-page-title {
        height: 600px;
    }
}

.com-page-title:before {
    background-color: var(--color-rich-black);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.com-page-title__en {
    color: var(--color-white);
    display: block;
    font-size: var(--fs18);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-page-title__en {
        font-size: var(--fs23);
    }
}

.com-page-title__ja {
    color: var(--color-white);
    display: block;
    font-size: var(--fs32);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-page-title__ja {
        font-size: var(--fs40);
    }
}

.com-contact {
    padding: 50px 0 60px;
    position: relative;
}

@media (min-width: 768px) {
    .com-contact {
        padding: 80px 0 65px;
    }
}

.com-contact:before {
    background-image: url(../images/commons/com-contact-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.com-contact:after {
    background-color: var(--color-vermilion);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.26;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.com-contact-container {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 60px 0;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .com-contact-container {
        flex-wrap: nowrap;
    }
}

.com-contact__contents {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .com-contact__contents {
        flex: 0 0 auto;
    }
}

@media (min-width: 992px) {
    .com-contact__contents {
        flex: 0 0 384px;
    }
}

.com-contact__contents__title {
    margin: 0 0 48px;
}

.com-contact__contents__title__ja {
    color: var(--color-vermilion);
    font-size: 3.375rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0 0 12px;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__contents__title__ja {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .com-contact__contents__title__ja {
        font-size: 3.75rem;
    }
}

.com-contact__contents__title__en {
    color: var(--color-rich-black);
    font-size: var(--fs20);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__contents__title__en {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .com-contact__contents__title__en {
        font-size: var(--fs21);
    }
}

@media (min-width: 992px) {
    .com-contact__contents__title__en {
        font-size: var(--fs24);
    }
}

.com-contact__contents__content {
    margin: 0 0 48px;
}

.com-contact__contents__content p {
    color: var(--color-rich-black);
    font-size: var(--fs16);
    line-height: 1.66;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__contents__content p {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .com-contact__contents__content p {
        font-size: var(--fs18);
    }
}

.com-contact__contents__action a {
    border: 1px solid var(--color-white);
    border-radius: 70px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs18);
    height: 56px;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 320px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: border-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact__contents__action a {
        margin: 0;
    }
}

.com-contact__contents__action a:after {
    background: linear-gradient(to right, var(--color-vermilion) 0%, var(--color-vermilion) 50%, var(--color-yellow) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    transition: transform var(--duration) var(--cubic) 0s;
    width: 200%;
    z-index: 0;
}

.com-contact__contents__action a span {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1;
}

.com-contact__contents__action a span:before {
    background-image: url(../images/icons/icon-off-white-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 18px;
    width: 24px;
}

.com-contact__contents__action a span:after {
    background-image: url(../images/icons/icon-off-white-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 14px;
    width: 9px;
}

.com-contact__contents__action a:focus {
    border-color: var(--color-vermilion);
}

.com-contact__contents__action a:focus:after {
    transform: translateX(0%);
}

@media (hover: hover) and (pointer: fine) {
    .com-contact__contents__action a:hover {
        border-color: var(--color-vermilion);
    }

    .com-contact__contents__action a:hover:after {
        transform: translateX(0%);
    }
}

.com-contact__tel {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .com-contact__tel {
        flex: 0 0 min(384px, 40vw);
    }
}

@media (min-width: 992px) {
    .com-contact__tel {
        flex: 0 0 414px;
        padding: 0 30px 0 0;
    }
}

.com-contact__tel-inner {
    border: 1px solid #222;
    margin: 0 auto;
    max-width: 360px;
    padding: 30px 0;
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact__tel-inner {
        margin: 0;
        max-width: none;
    }
}

.com-contact__tel__content {
    color: var(--color-rich-black);
    font-size: var(--fs18);
    line-height: 1.2;
    margin: 0 0 14px;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__tel__content {
        font-size: min(var(--fs18), 1.875vw);
    }
}

@media (min-width: 992px) {
    .com-contact__tel__content {
        font-size: var(--fs18);
    }
}

.com-contact__tel__number {
    margin: 0 0 9px;
    text-align: center;
}

.com-contact__tel__number a {
    color: var(--color-rich-black);
    font-size: var(--fs36);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 768px) {
    .com-contact__tel__number a {
        font-size: min(var(--fs40), 4.1666666667vw);
    }
}

@media (min-width: 992px) {
    .com-contact__tel__number a {
        font-size: var(--fs40);
    }
}

.com-contact__tel__business {
    color: var(--color-rich-black);
    font-size: var(--fs16);
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__tel__business {
        font-size: min(var(--fs18), 1.875vw);
    }
}

@media (min-width: 992px) {
    .com-contact__tel__business {
        font-size: var(--fs18);
    }
}

.com-button {
    border: 1px solid var(--color-white);
    border-radius: 70px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs16);
    height: 50px;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 260px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: border-color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .com-button {
        font-size: var(--fs18);
        height: 56px;
        max-width: 280px;
    }
}

.com-button:after {
    background: linear-gradient(to right, var(--color-vermilion) 0%, var(--color-vermilion) 50%, var(--color-yellow) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    transition: transform var(--duration) var(--cubic) 0s;
    width: 200%;
    z-index: 0;
}

.com-button span {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1;
}

.com-button span:after {
    background-image: url(../images/icons/icon-off-white-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 14px;
    width: 9px;
}

.com-button:focus {
    border-color: var(--color-vermilion);
}

.com-button:focus:after {
    transform: translateX(0%);
}

@media (hover: hover) and (pointer: fine) {
    .com-button:hover {
        border-color: var(--color-vermilion);
    }

    .com-button:hover:after {
        transform: translateX(0%);
    }
}

/* --------------------
 Header
-------------------- */
.header {
    background-color: var(--color-white);
    border-radius: 10px;
    height: var(--header-height);
    left: var(--c-pad);
    margin: 0 auto;
    max-width: 1520px;
    position: fixed;
    right: var(--c-pad);
    top: var(--header-top);
    width: auto;
    z-index: 99;
}

.header-inner {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 20px;
    height: 100%;
    justify-content: space-between;
    padding: 8px 20px;
}

@media (min-width: 992px) {
    .header-inner {
        padding: 12px 20px;
    }
}

.header__logo {
    align-self: center;
    flex: 0 0 173px;
}

@media (min-width: 992px) {
    .header__logo {
        flex: 0 0 min(230px, 16.6935483871vw);
    }
}

.header__logo a {
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .header__logo a:hover {
        opacity: 0.65;
    }
}

.header__nav {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    gap: 0 4px;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .header__nav {
        gap: 0 8px;
    }
}

@media (min-width: 992px) {
    .header__nav {
        gap: 0 min(32px, 2.3225806452vw);
    }
}

.header__nav__menu {
    display: none;
}

@media (min-width: 992px) {
    .header__nav__menu {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        gap: 0 min(30px, 2.1774193548vw);
        justify-content: flex-start;
    }
}

.header__nav__menu__item a {
    align-items: center;
    color: var(--color-rich-black);
    display: flex;
    flex-flow: row nowrap;
    font-size: min(var(--fs18), 1.3064516129vw);
    gap: min(4px, 0.2903225806vw);
    justify-content: center;
    line-height: 1.2;
    padding: 0 0 2px;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.header__nav__menu__item a:before {
    background: linear-gradient(to right, var(--color-vermilion) 0%, var(--color-yellow) 100%);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    right: auto;
    top: auto;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0%;
}

.header__nav__menu__item a[target=_blank]:after {
    aspect-ratio: 1/1;
    background-color: var(--color-text);
    content: "";
    display: block;
    height: auto;
    -webkit-mask-image: url(../images/icons/icon-black-external-link.webp);
    mask-image: url(../images/icons/icon-black-external-link.webp);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transform: translateY(-1px);
    transition: background-color var(--duration) var(--cubic) 0s;
    width: min(15px, 1.0887096774vw);
}

.header__nav__menu__item a:focus {
    color: var(--color-vermilion);
}

.header__nav__menu__item a:focus:before {
    width: 100%;
}

.header__nav__menu__item a:focus[target=_blank]:after {
    background-color: var(--color-vermilion);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item a:hover {
        color: var(--color-vermilion);
    }

    .header__nav__menu__item a:hover:before {
        width: 100%;
    }

    .header__nav__menu__item a:hover[target=_blank]:after {
        background-color: var(--color-vermilion);
    }
}

.header__nav__contact {
    flex: 0 0 48px;
    height: 100%;
}

@media (min-width: 768px) {
    .header__nav__contact {
        flex: 0 0 150px;
    }
}

@media (min-width: 992px) {
    .header__nav__contact {
        flex: 0 0 min(200px, 14.5161290323vw);
    }
}

.header__nav__contact a {
    align-items: center;
    border-radius: 8px;
    color: var(--color-off-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.84375rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: 1.2;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 992px) {
    .header__nav__contact a {
        font-size: min(var(--fs18), 1.3064516129vw);
    }
}

.header__nav__contact a:before {
    aspect-ratio: 24/18;
    background-image: url(../images/icons/icon-off-white-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: auto;
    position: relative;
    width: 24px;
    z-index: 1;
}

@media (min-width: 768px) {
    .header__nav__contact a:before {
        display: none;
    }
}

.header__nav__contact a:after {
    background: linear-gradient(to right, var(--color-vermilion) 0%, var(--color-vermilion) 50%, var(--color-yellow) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    transition: transform var(--duration) var(--cubic) 0s;
    width: 200%;
    z-index: 0;
}

.header__nav__contact a span {
    display: none;
}

@media (min-width: 768px) {
    .header__nav__contact a span {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 0 12px;
        height: 100%;
        justify-content: center;
        position: relative;
        width: 100%;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .header__nav__contact a span {
        gap: 0 min(16px, 1.1612903226vw);
    }
}

.header__nav__contact a span:before {
    aspect-ratio: 24/18;
    background-image: url(../images/icons/icon-off-white-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: auto;
    position: relative;
    width: 18px;
    z-index: 1;
}

@media (min-width: 992px) {
    .header__nav__contact a span:before {
        width: min(24px, 1.7419354839vw);
    }
}

.header__nav__contact a span:after {
    aspect-ratio: 9/14;
    background-image: url(../images/icons/icon-off-white-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: auto;
    width: 7px;
}

@media (min-width: 992px) {
    .header__nav__contact a span:after {
        width: min(9px, 0.6532258065vw);
    }
}

.header__nav__contact a:focus:after {
    transform: translateX(0%);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__contact a:hover:after {
        transform: translateX(0%);
    }
}

.header__nav__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    flex: 0 0 auto;
    height: 39px;
    margin: 0;
    padding: 3px 0 0;
    position: relative;
    transform: translateX(10px);
    width: 48px;
}

@media (min-width: 768px) {
    .header__nav__burger {
        height: 36px;
        transform: translateX(8px);
    }
}

@media (min-width: 992px) {
    .header__nav__burger {
        display: none;
    }
}

.header__nav__burger:before {
    content: "";
    display: block;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
}

.header__nav__burger__box {
    display: block;
    height: 20px;
    margin: 0 auto 6px;
    position: relative;
    width: 28px;
}

@media (min-width: 768px) {
    .header__nav__burger__box {
        height: 20px;
        margin: 0 auto 4px;
        width: 32px;
    }
}

.header__nav__burger__box__line {
    display: block;
    margin: -1px 0 0;
    top: 1px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__nav__burger__box__line {
        margin: -1px 0 0;
        top: 1px;
    }
}

.header__nav__burger__box__line, .header__nav__burger__box__line:before, .header__nav__burger__box__line:after {
    background-color: var(--color-rich-black);
    height: 2px;
    position: absolute;
    width: 28px;
}

@media (min-width: 768px) {
    .header__nav__burger__box__line, .header__nav__burger__box__line:before, .header__nav__burger__box__line:after {
        height: 2px;
        width: 32px;
    }
}

.header__nav__burger__box__line:before, .header__nav__burger__box__line:after {
    content: "";
    display: block;
}

.header__nav__burger__box__line:before {
    top: 9px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__nav__burger__box__line:before {
        top: 9px;
    }
}

.header__nav__burger__box__line:after {
    top: 18px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

@media (min-width: 768px) {
    .header__nav__burger__box__line:after {
        top: 18px;
    }
}

.header__nav__burger.-active .header__nav__burger__box__line {
    background-color: var(--color-rich-black);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}

@media (min-width: 768px) {
    .header__nav__burger.-active .header__nav__burger__box__line {
        transform: translate3d(0, 9px, 0) rotate(45deg);
    }
}

.header__nav__burger.-active .header__nav__burger__box__line:before {
    background-color: var(--color-rich-black);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-4px, -7px, 0);
}

@media (min-width: 768px) {
    .header__nav__burger.-active .header__nav__burger__box__line:before {
        transform: rotate(-45deg) translate3d(-4.5714285714px, -7px, 0);
    }
}

.header__nav__burger.-active .header__nav__burger__box__line:after {
    background-color: var(--color-rich-black);
    transform: translate3d(0, -18px, 0) rotate(-90deg);
}

@media (min-width: 768px) {
    .header__nav__burger.-active .header__nav__burger__box__line:after {
        transform: translate3d(0, -18px, 0) rotate(-90deg);
    }
}

.header__nav__burger__label {
    color: var(--color-rich-black);
    display: block;
    font-size: var(--fs10);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.mbnav {
    background-color: var(--color-white);
    border-radius: 10px;
    bottom: var(--header-top);
    display: none;
    left: var(--c-pad);
    position: fixed;
    right: var(--c-pad);
    top: calc(var(--header-top)*2 + var(--header-height));
    z-index: 99;
}

@media (min-width: 992px) {
    .mbnav {
        display: none !important;
    }
}

.mbnav-scroller {
    height: 100%;
}

.mbnav-scroller-inner {
    padding: 30px 0;
}

.mbnav__menu {
    margin: 0 0 40px;
}

.mbnav__menu__item {
    margin: 0 0 20px;
    text-align: center;
}

.mbnav__menu__item:last-child {
    margin-bottom: 0;
}

.mbnav__menu__item a {
    color: var(--color-text);
    font-size: var(--fs18);
    font-weight: 700;
    text-decoration: none;
}

.mbnav__contact {
    margin: 0 0 40px;
}

.mbnav__contact a {
    align-items: center;
    border-radius: 8px;
    color: var(--color-off-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    height: 48px;
    justify-content: center;
    line-height: 1.2;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 220px;
}

.mbnav__contact a:after {
    background: linear-gradient(to right, var(--color-vermilion) 0%, var(--color-vermilion) 50%, var(--color-yellow) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    transition: transform var(--duration) var(--cubic) 0s;
    width: 200%;
    z-index: 0;
}

.mbnav__contact a span {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 16px;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mbnav__contact a span:before {
    aspect-ratio: 24/18;
    background-image: url(../images/icons/icon-off-white-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: auto;
    position: relative;
    width: 24px;
    z-index: 1;
}

.mbnav__contact a span:after {
    aspect-ratio: 9/14;
    background-image: url(../images/icons/icon-off-white-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: auto;
    width: 9px;
}

.mbnav__contact a:focus:after {
    transform: translateX(0%);
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__contact a:hover:after {
        transform: translateX(0%);
    }
}

.mbnav__company__name {
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 22px;
    text-align: center;
}

.mbnav__company__address {
    display: block;
    font-size: var(--fs16);
    line-height: 1.66;
    margin: 0;
    text-align: center;
}

.mbnav__company__address a {
    color: inherit;
    text-decoration: none;
}

.overlay {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(var(--color-rich-black-rgb), 0.75);
    bottom: 0;
    display: none;
    left: 0;
    mix-blend-mode: multiply;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
}

@media (min-width: 992px) {
    .overlay {
        display: none !important;
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: var(--color-rich-black);
    padding: 60px 0 60px;
}

@media (min-width: 768px) {
    .footer {
        padding: 120px 0 135px;
    }
}

.footer-container {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 60px 50px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(1020px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.footer__info {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .footer__info {
        flex: 0 0 230px;
    }
}

.footer__info__company {
    margin: 0 0 36px;
}

.footer__info__company__name {
    color: var(--color-off-white);
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 22px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__info__company__name {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .footer__info__company__name {
        font-size: var(--fs18);
    }
}

.footer__info__company__address {
    color: var(--color-off-white);
    display: block;
    font-size: var(--fs16);
    line-height: 1.66;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__info__company__address {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .footer__info__company__address {
        font-size: var(--fs18);
    }
}

.footer__info__company__address a {
    color: inherit;
    text-decoration: none;
}

.footer__info__banner {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer__info__banner {
        justify-content: flex-start;
    }
}

.footer__info__banner__item a {
    display: block;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

.footer__info__banner__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__info__banner__item a:hover {
        opacity: 0.65;
    }
}

.footer__info__banner__item a:has(.--emidas) {
    background-color: #ffffff;
    padding: 8px;
}

.footer__info__banner__item img.--emidas {
    width: 120px;
}

@media (min-width: 768px) {
    .footer__info__banner__item img.--emidas {
        width: 180px;
    }
}

.footer__nav {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .footer__nav {
        flex: 0 1 50%;
    }
}

.footer__nav__menu {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 30px;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer__nav__menu {
        gap: 0 50px;
        justify-content: flex-start;
    }
}

.footer__nav__menu__list__item {
    margin: 0 0 12px;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item {
        margin: 0 0 20px;
    }
}

.footer__nav__menu__list__item:last-child {
    margin-bottom: 0;
}

.footer__nav__menu__list__item a {
    align-items: center;
    color: var(--color-off-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    gap: 6px;
    justify-content: flex-start;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 2px;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__nav__menu__list__item a {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .footer__nav__menu__list__item a {
        font-size: var(--fs18);
    }
}

.footer__nav__menu__list__item a:before {
    background: linear-gradient(to right, var(--color-vermilion) 0%, var(--color-yellow) 100%);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    right: auto;
    top: auto;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0%;
}

.footer__nav__menu__list__item a[target=_blank]:after {
    aspect-ratio: 1/1;
    background-color: var(--color-white);
    content: "";
    display: block;
    height: auto;
    -webkit-mask-image: url(../images/icons/icon-black-external-link.webp);
    mask-image: url(../images/icons/icon-black-external-link.webp);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transform: translateY(-1px);
    transition: background-color var(--duration) var(--cubic) 0s;
    width: min(15px, 1.0887096774vw);
}

.footer__nav__menu__list__item a:focus {
    color: var(--color-vermilion);
}

.footer__nav__menu__list__item a:focus:before {
    width: 100%;
}

.footer__nav__menu__list__item a:focus:after {
    background-color: var(--color-vermilion);
}

@media (hover: hover) and (pointer: fine) {
    .footer__nav__menu__list__item a:hover {
        color: var(--color-vermilion);
    }

    .footer__nav__menu__list__item a:hover:before {
        width: 100%;
    }

    .footer__nav__menu__list__item a:hover:after {
        background-color: var(--color-vermilion);
    }
}

.pb {
    padding: 20px 0;
}

.pb-container {
    margin: 0 auto;
    max-width: calc(980px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
}

.pb__banner {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .pb__banner {
        margin: 0;
    }
}

.pb__banner a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.pb__banner a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .pb__banner a:hover {
        opacity: 0.65;
    }
}

.pb__copyright {
    color: var(--color-rich-black);
    display: block;
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .pb__copyright {
        bottom: 0;
        font-size: var(--fs16);
        position: absolute;
        right: var(--c-pad);
        text-align: right;
    }
}

@media (min-width: 992px) {
    .pb__copyright {
        font-size: var(--fs18);
    }
}