@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;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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;
}

details {
    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: #333333;
    --color-theme: #1d2086;
    --color-theme-rgb: 29, 32, 134;
    --color-lightblue: #009ee7;
    --header-height: 70px;
}

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

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

body {
    color: #333333;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: var(--fs14);
    hanging-punctuation: allow-end last;
    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);
    }
}

* {
    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;
}

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-head {
    height: 200px;
    margin: 0 0 60px;
    position: relative;
}

@media (min-width: 768px) {
    .com-page-head {
        height: 250px;
    }
}

@media (min-width: 992px) {
    .com-page-head {
        height: 350px;
        margin: 0 0 70px;
    }
}

.com-page-head:before {
    background-image: url(../images/commons/com-page-head.webp);
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 100%;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-page-head:before {
        background-position: 60% center;
    }
}

@media (min-width: 992px) {
    .com-page-head:before {
        background-position: center;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1800px) {
    .com-page-head:before {
        background-position: right center;
    }
}

.com-page-head-container {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: stretch;
    margin: 0 auto;
    max-width: 1520px;
    padding: var(--header-height) 16px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-page-head-container {
        padding: var(--header-height) 30px 30px;
    }
}

@media (min-width: 992px) {
    .com-page-head-container {
        padding: var(--header-height) 30px 44px;
    }
}

.com-page-head__title {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    gap: 12px 40px;
    justify-content: center;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .com-page-head__title {
        gap: 16px 40px;
    }
}

@media (min-width: 992px) {
    .com-page-head__title {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }
}

.com-page-head__title__en {
    display: block;
    font-size: var(--fs10);
    line-height: 1;
    margin: 0;
}

.com-page-head__title__en img {
    height: 51px;
    width: auto;
}

@media (min-width: 768px) {
    .com-page-head__title__en img {
        height: 62px;
    }
}

@media (min-width: 992px) {
    .com-page-head__title__en img {
        height: 102px;
    }
}

.com-page-head__title__en--descender img {
    height: 65px;
    width: auto;
}

@media (min-width: 768px) {
    .com-page-head__title__en--descender img {
        height: 78px;
    }
}

@media (min-width: 992px) {
    .com-page-head__title__en--descender img {
        height: 130px;
    }
}

.com-page-head__title__ja {
    color: var(--color-theme);
    display: block;
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

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

@media (min-width: 992px) {
    .com-page-head__title__ja {
        font-size: var(--fs22);
        transform: translateY(12px);
    }
}

@media (min-width: 992px) {
    .com-page-head__title:has(.com-page-head__title__en--descender) .com-page-head__title__ja {
        transform: translateY(4px);
    }
}

.com-title {
    margin: 0 auto 40px;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-title {
        margin: 0 auto 64px;
    }
}

.com-title__en {
    color: var(--color-theme);
    font-size: var(--fs40);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 12px;
    padding: 0 0 0 57px;
    position: relative;
}

@media (min-width: 768px) {
    .com-title__en {
        padding: 0 0 0 66px;
    }
}

@media (min-width: 992px) {
    .com-title__en {
        padding: 0 0 0 74px;
    }
}

.com-title__en img {
    height: 47px;
    width: auto;
}

@media (min-width: 768px) {
    .com-title__en img {
        height: 53px;
    }
}

@media (min-width: 992px) {
    .com-title__en img {
        height: 60px;
    }
}

.com-title__en:before {
    background-image: url(../images/commons/com-title-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 34px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 34px;
}

@media (min-width: 768px) {
    .com-title__en:before {
        height: 39px;
        width: 39px;
    }
}

@media (min-width: 992px) {
    .com-title__en:before {
        height: 44px;
        width: 44px;
    }
}

.com-title__en--descender {
    margin: 0 0 8px;
}

.com-title__en--descender img {
    height: 57px;
    width: auto;
}

@media (min-width: 768px) {
    .com-title__en--descender img {
        height: 66px;
    }
}

@media (min-width: 992px) {
    .com-title__en--descender img {
        height: 74px;
    }
}

.com-title__en--descender:before {
    top: -21.6216216216%;
}

.com-title__ja {
    color: var(--color-theme);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 57px;
}

@media (min-width: 768px) {
    .com-title__ja {
        font-size: var(--fs16);
        padding: 0 0 0 66px;
    }
}

@media (min-width: 992px) {
    .com-title__ja {
        font-size: var(--fs18);
        padding: 0 0 0 74px;
    }
}

.com-button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    height: 52px;
    justify-content: center;
    letter-spacing: 0.19em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 232px;
}

.com-button:before {
    background: linear-gradient(to right, var(--color-theme) 0%, var(--color-theme) 50%, var(--color-lightblue) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 200%;
    z-index: 0;
}

.com-button span {
    display: block;
    position: relative;
    z-index: 1;
}

.com-button:not(.com-button--navy):focus:before {
    transform: translateX(50%);
}

@media (hover: hover) and (pointer: fine) {
    .com-button:not(.com-button--navy):hover:before {
        transform: translateX(50%);
    }
}

.com-button--navy:before {
    background: none;
    background-color: var(--color-theme);
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.com-button--navy:focus {
    color: var(--color-theme);
}

.com-button--navy:focus:before {
    background-color: #ffffff;
}

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

    .com-button--navy:hover:before {
        background-color: #ffffff;
    }
}

.com-lib-tag {
    color: inherit;
    display: block;
    font-size: var(--fs12);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0.2em 0.5em 0.3em;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-lib-tag {
        font-size: var(--fs14);
    }
}

.com-lib-tag--lightblue {
    background-color: #0099ff;
    color: #ffffff;
}

.com-lib-tag--navy {
    background-color: var(--color-theme);
    color: #ffffff;
}

.com-lib-tag--navy-inverse {
    background-color: #fff;
    border: 1px solid var(--color-theme);
    color: var(--color-theme);
}

.com-case-tag {
    color: inherit;
    display: block;
    font-size: var(--fs12);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0.2em 0.5em 0.3em;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-case-tag {
        font-size: var(--fs14);
    }
}

.com-case-tag--lightblue {
    background-color: #0099ff;
    color: #ffffff;
}

.com-case-tag--navy {
    background-color: var(--color-theme);
    color: #ffffff;
}

.com-case-tag--navy-inverse {
    background-color: #fff;
    border: 1px solid var(--color-theme);
    color: var(--color-theme);
}

.com-contact {
    overflow: hidden;
    padding: 60px 0 40px;
    position: relative;
}

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

.com-contact:after {
    background-color: #e2e7e9;
    bottom: 0;
    content: "";
    display: block;
    height: 126px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 0;
}

.com-contact-container {
    margin: 0 auto;
    max-width: 1800px;
    padding: 0 0 0 16px;
    position: relative;
    width: 100%;
    z-index: 1;
}

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

@media (min-width: 992px) {
    .com-contact-container {
        padding: 0 0 0 188px;
    }
}

@media (min-width: 1240px) {
    .com-contact-container {
        padding: 0 0 0 260px;
    }
}

.com-contact__head {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs10);
    gap: 12px;
    justify-content: center;
    line-height: 1;
    margin: 0 0 40px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact__head {
        bottom: 0;
        flex-direction: row;
        justify-content: flex-start;
        left: 30px;
        margin: 0;
        position: absolute;
        right: auto;
        top: 0;
        width: auto;
    }
}

@media (min-width: 992px) {
    .com-contact__head {
        gap: 16px;
    }
}

@media (min-width: 1240px) {
    .com-contact__head {
        left: 50px;
    }
}

.com-contact__head__title {
    margin: 0;
}

.com-contact__head__title img {
    height: 62px;
    width: auto;
}

@media (min-width: 768px) {
    .com-contact__head__title img {
        height: auto;
        width: 62px;
    }
}

@media (min-width: 992px) {
    .com-contact__head__title img {
        width: 82px;
    }
}

@media (min-width: 1240px) {
    .com-contact__head__title img {
        width: 102px;
    }
}

.com-contact__head__subtitle {
    margin: 0;
}

.com-contact__head__subtitle img {
    height: 13px;
    width: auto;
}

@media (min-width: 768px) {
    .com-contact__head__subtitle img {
        height: auto;
        width: 13px;
    }
}

@media (min-width: 992px) {
    .com-contact__head__subtitle img {
        width: 16px;
    }
}

.com-contact__main {
    -webkit-clip-path: polygon(32px 0, 100% 0, 100% 100%, 32px 100%, 0 calc(100% - 32px), 0 32px);
    clip-path: polygon(32px 0, 100% 0, 100% 100%, 32px 100%, 0 calc(100% - 32px), 0 32px);
}

@media (min-width: 768px) {
    .com-contact__main {
        -webkit-clip-path: polygon(80px 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px), 0 80px);
        clip-path: polygon(80px 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px), 0 80px);
    }
}

@media (min-width: 992px) {
    .com-contact__main {
        -webkit-clip-path: polygon(120px 0, 100% 0, 100% 100%, 120px 100%, 0 calc(100% - 120px), 0 120px);
        clip-path: polygon(120px 0, 100% 0, 100% 100%, 120px 100%, 0 calc(100% - 120px), 0 120px);
    }
}

.com-contact__main__head {
    align-items: stretch;
    background: linear-gradient(250deg, var(--color-theme) 0%, var(--color-lightblue) 100%);
    display: flex;
    flex-flow: column nowrap;
    gap: 40px 60px;
    justify-content: stretch;
    margin: 0;
    padding: 40px 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact__main__head {
        padding: 80px 30px 80px 60px;
    }
}

@media (min-width: 1240px) {
    .com-contact__main__head {
        padding: 80px 130px 80px 100px;
    }
}

@media (min-width: 1540px) {
    .com-contact__main__head {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }
}

.com-contact__main__head__title {
    color: #fff;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs26);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 44px;
    position: relative;
    width: auto;
}

@media (min-width: 768px) {
    .com-contact__main__head__title {
        font-size: 2.625rem;
        padding: 0 0 0 80px;
    }
}

.com-contact__main__head__title:before {
    background-image: url(../images/commons/com-title-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 28px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 28px;
}

@media (min-width: 768px) {
    .com-contact__main__head__title:before {
        height: 44px;
        width: 44px;
    }
}

.com-contact__main__head__title span {
    display: block;
    transform: skew(-8deg);
}

.com-contact__main__head__content p {
    color: #ffffff;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 2.2;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .com-contact__main__head__content p {
        font-size: var(--fs16);
    }
}

.com-contact__main__head__content p:last-child {
    margin-bottom: 0;
}

.com-contact__main__menu {
    align-items: stretch;
    background-color: #ffffff;
    display: flex;
    flex-flow: column nowrap;
}

@media (min-width: 768px) {
    .com-contact__main__menu {
        flex-direction: row;
    }
}

.com-contact__main__menu__item {
    height: 100px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact__main__menu__item {
        height: 220px;
        width: 33.33333%;
    }
}

@media (min-width: 992px) {
    .com-contact__main__menu__item {
        height: 310px;
    }
}

.com-contact__main__menu__item__dl {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    gap: 12px;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.12em;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

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

@media (min-width: 992px) {
    .com-contact__main__menu__item__dl {
        flex-direction: row;
        font-size: var(--fs20);
        gap: 16px;
    }
}

@media (min-width: 1240px) {
    .com-contact__main__menu__item__dl {
        font-size: var(--fs22);
        gap: 24px;
    }
}

.com-contact__main__menu__item__dl:before {
    background-image: url(../images/commons/com-contact-menu-download.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 0;
}

.com-contact__main__menu__item__dl:after {
    background-color: #969797;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.com-contact__main__menu__item__dl img {
    height: 27px;
    position: relative;
    width: auto;
    z-index: 2;
}

@media (min-width: 992px) {
    .com-contact__main__menu__item__dl img {
        height: 31px;
    }
}

@media (min-width: 1240px) {
    .com-contact__main__menu__item__dl img {
        height: 38px;
    }
}

.com-contact__main__menu__item__dl span {
    display: block;
    position: relative;
    text-align: center;
    z-index: 2;
}

@media (min-width: 992px) {
    .com-contact__main__menu__item__dl span {
        text-align: left;
    }
}

.com-contact__main__menu__item__dl:focus {
    opacity: 0.65;
}

.com-contact__main__menu__item__dl:focus:before {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .com-contact__main__menu__item__dl:hover {
        opacity: 0.65;
    }

    .com-contact__main__menu__item__dl:hover:before {
        transform: scale(1.05);
    }
}

.com-contact__main__menu__item__email {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    gap: 12px;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.12em;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

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

@media (min-width: 992px) {
    .com-contact__main__menu__item__email {
        flex-direction: row;
        font-size: var(--fs20);
        gap: 16px;
    }
}

@media (min-width: 1240px) {
    .com-contact__main__menu__item__email {
        font-size: var(--fs22);
        gap: 24px;
    }
}

.com-contact__main__menu__item__email:before {
    background-image: url(../images/commons/com-contact-menu-email.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 0;
}

.com-contact__main__menu__item__email:after {
    background-color: #969797;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.com-contact__main__menu__item__email img {
    height: 24px;
    position: relative;
    width: auto;
    z-index: 2;
}

@media (min-width: 1240px) {
    .com-contact__main__menu__item__email img {
        height: 29px;
    }
}

.com-contact__main__menu__item__email span {
    display: block;
    position: relative;
    text-align: left;
    z-index: 2;
}

.com-contact__main__menu__item__email:focus {
    opacity: 0.65;
}

.com-contact__main__menu__item__email:focus:before {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .com-contact__main__menu__item__email:hover {
        opacity: 0.65;
    }

    .com-contact__main__menu__item__email:hover:before {
        transform: scale(1.05);
    }
}

.com-contact__main__menu__item__tel {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    gap: 12px;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.12em;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

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

@media (min-width: 992px) {
    .com-contact__main__menu__item__tel {
        font-size: var(--fs20);
        gap: 16px;
    }
}

@media (min-width: 1240px) {
    .com-contact__main__menu__item__tel {
        font-size: var(--fs22);
    }
}

.com-contact__main__menu__item__tel:before {
    background-image: url(../images/commons/com-contact-menu-tel.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 0;
}

.com-contact__main__menu__item__tel:after {
    background-color: #969797;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.com-contact__main__menu__item__tel__title {
    position: relative;
    z-index: 2;
}

.com-contact__main__menu__item__tel__number {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.com-contact__main__menu__item__tel__number img {
    width: auto;
}

.com-contact__main__menu__item__tel__number img:nth-child(1) {
    height: 20px;
}

@media (min-width: 992px) {
    .com-contact__main__menu__item__tel__number img:nth-child(1) {
        height: 26px;
    }
}

@media (min-width: 1240px) {
    .com-contact__main__menu__item__tel__number img:nth-child(1) {
        height: 32px;
    }
}

.com-contact__main__menu__item__tel__number img:nth-child(2) {
    height: 21px;
}

@media (min-width: 992px) {
    .com-contact__main__menu__item__tel__number img:nth-child(2) {
        height: 28px;
    }
}

@media (min-width: 1240px) {
    .com-contact__main__menu__item__tel__number img:nth-child(2) {
        height: 34px;
    }
}

.com-contact__main__menu__item__tel:focus {
    opacity: 0.65;
}

.com-contact__main__menu__item__tel:focus:before {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .com-contact__main__menu__item__tel:hover {
        opacity: 0.65;
    }

    .com-contact__main__menu__item__tel:hover:before {
        transform: scale(1.05);
    }
}

.com-contact__flx {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 80px;
    padding: 150px 130px 100px 100px;
    position: relative;
}

.com-contact__flx:before {
    background-image: url(../images/pages/front/front-search-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    -webkit-clip-path: polygon(120px 0, 100% 0, 100% 100%, 120px 100%, 0 calc(100% - 120px), 0 120px);
    clip-path: polygon(120px 0, 100% 0, 100% 100%, 120px 100%, 0 calc(100% - 120px), 0 120px);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: min(0px, (1800px - 100vw) * 0.5);
    top: 0;
    z-index: 0;
}

.com-contact__flx__main {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}

.com-contact__flx__main__title {
    color: #ffffff;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 2.625rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin: 0 0 40px;
    padding: 0 0 0 72px;
    position: relative;
    width: auto;
}

.com-contact__flx__main__title:before {
    background-image: url(../images/commons/com-title-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 44px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 44px;
}

.com-contact__flx__main__content {
    padding: 0 0 0 72px;
}

.com-contact__flx__main__content p {
    color: #ffffff;
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 2.2;
    margin: 0 0 1.5em;
}

.com-contact__flx__main__content p:last-child {
    margin-bottom: 0;
}

.com-contact__flx__form {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    width: auto;
    z-index: 1;
}

.com-contact__flx__form form {
    display: block;
    margin: 0;
}

.com-contact__flx__form__list {
    margin: 0 0 40px;
    max-width: 600px;
    width: 100%;
}

.com-contact__flx__form__list__item {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
    margin: 0 0 12px;
}

.com-contact__flx__form__list__item:last-child {
    margin-bottom: 0;
}

.com-contact__flx__form__list__item__title {
    align-items: center;
    background-color: rgba(var(--color-theme-rgb), 0.3);
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs16);
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    text-align: center;
    width: 120px;
}

.com-contact__flx__form__list__item__field {
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
}

.com-contact__flx__form__list__item__field__name {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.com-contact__flx__form__list__item__field__name:before {
    content: "";
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    width: 48px;
}

.com-contact__flx__form__list__item__field__name:after {
    content: "";
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    width: 66px;
}

.com-contact__flx__form__list__item__field__name__select {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
}

.com-contact__flx__form__list__item__field__name__select:after {
    background-image: url(../images/commons/com-form-select-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 0;
    width: 18px;
    z-index: 1;
}

.com-contact__flx__form__list__item__field__name__select select {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* color: #d3d4d4; */
    cursor: pointer;
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.2;
    padding: 12px 44px 12px 12px;
    width: 100%;
}

.com-contact__flx__form__list__item__field__name__select select::-ms-expand {
    display: none;
}

.com-contact__flx__form__list__item__field__capacity {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: flex-start;
}

.com-contact__flx__form__list__item__field__capacity span {
    color: #ffffff;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: left;
    width: 36px;
}

.com-contact__flx__form__list__item__field__capacity span:last-child {
    width: 54px;
}

.com-contact__flx__form__list__item__field__capacity__select {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
}

.com-contact__flx__form__list__item__field__capacity__select:after {
    background-image: url(../images/commons/com-form-select-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 0;
    width: 18px;
    z-index: 1;
}

.com-contact__flx__form__list__item__field__capacity__select select {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* color: #d3d4d4; */
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.2;
    padding: 12px 44px 12px 12px;
    width: 100%;
}

.com-contact__flx__form__list__item__field__capacity__select select::-ms-expand {
    display: none;
}

.com-contact__flx__form__list__item__field__weight {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    justify-content: space-between;
}

.com-contact__flx__form__list__item__field__weight__item {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
}

.com-contact__flx__form__list__item__field__weight__item span {
    color: #ffffff;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: left;
    width: 36px;
}

.com-contact__flx__form__list__item__field__weight__item span:last-child {
    width: auto;
}

.com-contact__flx__form__list__item__field__weight__item:last-child span:last-child {
    width: 54px;
}

.com-contact__flx__form__list__item__field__weight__item__select {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
}

.com-contact__flx__form__list__item__field__weight__item__select:after {
    background-image: url(../images/commons/com-form-select-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 0;
    width: 18px;
    z-index: 1;
}

.com-contact__flx__form__list__item__field__weight__item__select select {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* color: #d3d4d4; */
    cursor: pointer;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.2;
    padding: 12px 44px 12px 12px;
    width: 118px;
}

.com-contact__flx__form__list__item__field__weight__item__select select::-ms-expand {
    display: none;
}

/* .com-contact__flx__form__list__item__field__weight__item__select select::placeholder {
    color: #d3d4d4;
}

.com-contact__flx__form__list__item__field__weight__item__select select::-webkit-input-placeholder {
    color: #d3d4d4;
}

.com-contact__flx__form__list__item__field__weight__item__select select::-moz-placeholder {
    color: #d3d4d4;
}

.com-contact__flx__form__list__item__field__weight__item__select select:-ms-input-placeholder {
    color: #d3d4d4;
}

.com-contact__flx__form__list__item__field__weight__item__select select:-moz-placeholder {
    color: #d3d4d4;
} */

.com-contact__flx__form__list__item__field__checkbox {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 12px 32px;
    justify-content: flex-start;
    padding: 8px 0 0 48px;
}

.com-contact__flx__form__list__item__field__checkbox label {
    background: none;
    border: none;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.12em;
    margin: 0;
    padding: 0;
    position: relative;
}

.com-contact__flx__form__list__item__field__checkbox label input {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.com-contact__flx__form__list__item__field__checkbox label span {
    display: block;
    padding: 0 0 0 36px;
    position: relative;
}

.com-contact__flx__form__list__item__field__checkbox label span:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 24px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24px;
}

.com-contact__flx__form__list__item__field__checkbox label span:after {
    border-bottom: 2px solid var(--color-theme);
    border-left: 2px solid var(--color-theme);
    bottom: auto;
    content: "";
    display: block;
    height: 10px;
    left: 4px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 14px;
}

.com-contact__flx__form__list__item__field__checkbox label input:checked ~ span:after {
    opacity: 1;
}

.com-contact__flx__form__list__item__field__checkbox label input:disabled ~ span:before {
    background: rgb(235, 235, 228);
}

.com-contact__flx__form__action .com-button {
    margin: 0 auto;
}

.com-pager {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 6px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.com-pager__item__link, .com-pager__item__dots {
    align-items: center;
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 400;
    height: 28px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    min-width: 28px;
    padding: 0 5px 0;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .com-pager__item__link, .com-pager__item__dots {
        font-size: var(--fs16);
        height: 36px;
        min-width: 36px;
    }
}

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

.com-pager__item__link img, .com-pager__item__link span, .com-pager__item__dots img, .com-pager__item__dots span {
    vertical-align: middle;
}

.com-pager__item__link {
    background-color: #009ee7;
    border-color: #009ee7;
    color: #fff;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.com-pager__item__link:focus {
    background-color: #fff;
    border-color: var(--color-theme);
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item__link:hover {
        background-color: #fff;
        border-color: var(--color-theme);
        color: var(--color-theme);
    }
}

.com-pager__item__dots:before {
    background-color: var(--color-theme);
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-dots.svg);
    mask-image: url(../images/commons/com-pager-dots.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 20px;
}

.com-pager__item__dots span {
    display: block;
    font-size: var(--fs10);
    overflow: hidden;
    visibility: hidden;
    width: var(--fs10);
}

.com-pager__item--active .com-pager__item__link, .com-pager__item--active .com-pager__item__dots {
    background-color: #fff;
    border-color: var(--color-theme);
    color: var(--color-theme);
    pointer-events: none;
}

.com-pager__item--first .com-pager__item__link:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-first.svg);
    mask-image: url(../images/commons/com-pager-first.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-pager__item--prev .com-pager__item__link:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-prev.svg);
    mask-image: url(../images/commons/com-pager-prev.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-pager__item--next .com-pager__item__link:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-next.svg);
    mask-image: url(../images/commons/com-pager-next.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-pager__item--last .com-pager__item__link:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-last.svg);
    mask-image: url(../images/commons/com-pager-last.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-pager__item--first .com-pager__item__link, .com-pager__item--prev .com-pager__item__link, .com-pager__item--next .com-pager__item__link, .com-pager__item--last .com-pager__item__link {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
}

.com-pager__item--first .com-pager__item__link span, .com-pager__item--prev .com-pager__item__link span, .com-pager__item--next .com-pager__item__link span, .com-pager__item--last .com-pager__item__link span {
    display: block;
    font-size: var(--fs10);
    overflow: hidden;
    visibility: hidden;
    width: var(--fs10);
}

.com-pager__item--first .com-pager__item__link:focus, .com-pager__item--prev .com-pager__item__link:focus, .com-pager__item--next .com-pager__item__link:focus, .com-pager__item--last .com-pager__item__link:focus {
    background-color: #fff;
}

.com-pager__item--first .com-pager__item__link:focus:before, .com-pager__item--prev .com-pager__item__link:focus:before, .com-pager__item--next .com-pager__item__link:focus:before, .com-pager__item--last .com-pager__item__link:focus:before {
    background-color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item--first .com-pager__item__link:hover, .com-pager__item--prev .com-pager__item__link:hover, .com-pager__item--next .com-pager__item__link:hover, .com-pager__item--last .com-pager__item__link:hover {
        background-color: #fff;
    }

    .com-pager__item--first .com-pager__item__link:hover:before, .com-pager__item--prev .com-pager__item__link:hover:before, .com-pager__item--next .com-pager__item__link:hover:before, .com-pager__item--last .com-pager__item__link:hover:before {
        background-color: var(--color-theme);
    }
}

.com-search__menu {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-search__menu {
        gap: 16px;
    }
}

.com-search__menu__item {
    width: calc(50% - 4px);
}

@media (min-width: 768px) {
    .com-search__menu__item {
        width: calc(50% - 8px);
    }
}

.com-search__menu__item > button, .com-search__menu__item > a {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 54px;
    justify-content: stretch;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .com-search__menu__item > button, .com-search__menu__item > a {
        font-size: var(--fs20);
        height: 64px;
    }
}

.com-search__menu__item > button:before, .com-search__menu__item > a:before {
    background: linear-gradient(to right, var(--color-theme) 0%, var(--color-theme) 50%, var(--color-lightblue) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 200%;
    z-index: 0;
}

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

.com-search__menu__item > button:focus:before, .com-search__menu__item > a:focus:before {
    transform: translateX(50%);
}

@media (hover: hover) and (pointer: fine) {
    .com-search__menu__item > button:hover:before, .com-search__menu__item > a:hover:before {
        transform: translateX(50%);
    }
}

.com-search__menu__item > button span {
    padding-right: 10px;
    position: relative;
}

@media (min-width: 768px) {
    .com-search__menu__item > button span {
        padding: 0;
    }
}

.com-search__menu__item > button span:before, .com-search__menu__item > button span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 12px;
    margin: auto 0;
    position: absolute;
    right: 8px;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

@media (min-width: 768px) {
    .com-search__menu__item > button span:before, .com-search__menu__item > button span:after {
        height: 16px;
        right: 30px;
        width: 16px;
    }
}

.com-search__menu__item > button span:before {
    background-image: url(../images/icons/icon-white-plus.svg);
}

.com-search__menu__item > button span:after {
    background-image: url(../images/icons/icon-white-minus.svg);
    opacity: 0;
}

.com-search__menu__item > button.-active span:before {
    opacity: 0;
    transform: rotate(180deg);
}

.com-search__menu__item > button.-active span:after {
    opacity: 1;
    transform: rotate(180deg);
}

.com-search__menu__item > a span {
    position: relative;
}

.com-search__menu__item > a span:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    left: auto;
    margin: auto;
    -webkit-mask-image: url(../images/icons/icon-gray-angle-right.svg);
    mask-image: url(../images/icons/icon-gray-angle-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 8px;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 8px;
}

@media (min-width: 768px) {
    .com-search__menu__item > a span:after {
        height: 18px;
        right: 30px;
        width: 10px;
    }
}

.com-search__menu__item > a:focus {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .com-search__menu__item > a:hover {
        opacity: 1;
    }
}

.com-search__main {
    display: none;
}

.com-search__main-inner {
    background-color: #ffffff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    padding: 30px 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-search__main-inner {
        padding: 60px 30px;
    }
}

.com-search__main__content {
    margin: 0 0 30px;
}

.com-search__main__content p {
    font-size: var(--fs14);
    line-height: 2.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-search__main__content p {
        font-size: var(--fs16);
    }
}

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

.com-search__main__content p ._small {
    font-size: 77.7777777778%;
}

.com-search__main__form {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 1240px) {
    .com-search__main__form {
        padding: 0 0 0 80px;
    }
}

@media (min-width: 1540px) {
    .com-search__main__form {
        padding: 0;
        width: auto;
    }
}

.com-search__main__form form {
    display: block;
    margin: 0;
}

.com-search__main__form__list {
    margin: 0 auto 40px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-search__main__form__list {
        max-width: 600px;
    }
}

.com-search__main__form__list__item {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 8px 24px;
    justify-content: stretch;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item {
        align-items: flex-start;
        flex-direction: row;
        gap: 12px 24px;
        margin: 0 0 12px;
    }
}

@media (min-width: 992px) {
    .com-search__main__form__list__item {
        gap: 30px;
    }
}

.com-search__main__form__list__item:last-child {
    margin-bottom: 0;
}

.com-search__main__form__list__item__title {
    align-items: center;
    background: linear-gradient(to right, var(--color-theme) 0%, var(--color-theme) 50%, var(--color-lightblue) 100%);
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs16);
    font-weight: inherit;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    padding: 4px 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__title {
        min-height: 44px;
        padding: 0;
        width: 100px;
    }
}

@media (min-width: 1240px) {
    .com-search__main__form__list__item__title {
        width: 120px;
    }
}

.com-search__main__form__list__item__field {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

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

.com-search__main__form__list__item__field__name {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.com-search__main__form__list__item__field__name:before {
    content: "";
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    width: 48px;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__name:before {
        display: block;
    }
}

.com-search__main__form__list__item__field__name:after {
    content: "";
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    width: 66px;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__name:after {
        display: block;
    }
}

.com-search__main__form__list__item__field__name__select {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
}

.com-search__main__form__list__item__field__name__select:after {
    background-image: url(../images/commons/com-form-select-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 15px;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__name__select:after {
        height: 9px;
        right: 18px;
        width: 18px;
    }
}

.com-search__main__form__list__item__field__name__select select {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #e6e6e6;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* color: #969797; */
    cursor: pointer;
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 33px 8px 8px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__name__select select {
        padding: 12px 44px 12px 12px;
    }
}

.com-search__main__form__list__item__field__name__select select::-ms-expand {
    display: none;
}

.com-search__main__form__list__item__field__capacity {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: flex-start;
}

.com-search__main__form__list__item__field__capacity span {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs12);
    text-align: left;
    width: auto;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__capacity span {
        font-size: var(--fs14);
        width: 36px;
    }
}

.com-search__main__form__list__item__field__capacity span:last-child {
    width: 54px;
}

.com-search__main__form__list__item__field__capacity__select {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
}

.com-search__main__form__list__item__field__capacity__select:after {
    background-image: url(../images/commons/com-form-select-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 15px;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__capacity__select:after {
        height: 9px;
        right: 18px;
        width: 18px;
    }
}

.com-search__main__form__list__item__field__capacity__select select {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #e6e6e6;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* color: #969797; */
    cursor: pointer;
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 33px 8px 8px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__capacity__select select {
        padding: 12px 44px 12px 12px;
    }
}

.com-search__main__form__list__item__field__capacity__select select::-ms-expand {
    display: none;
}

.com-search__main__form__list__item__field__weight {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    justify-content: space-between;
}

.com-search__main__form__list__item__field__weight__item {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    flex-shrink: 1;
    gap: 12px;
}

.com-search__main__form__list__item__field__weight__item span, .com-search__main__form__list__item__field__weight__item label {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs12);
    font-weight: inherit;
    margin: 0;
    position: relative;
    text-align: left;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__weight__item span, .com-search__main__form__list__item__field__weight__item label {
        font-size: var(--fs14);
        width: 36px;
    }
}

.com-search__main__form__list__item__field__weight__item span:last-child, .com-search__main__form__list__item__field__weight__item label:last-child {
    width: auto;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__weight__item:last-child span:last-child {
        width: 54px;
    }
}

.com-search__main__form__list__item__field__weight__item__select {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
}

.com-search__main__form__list__item__field__weight__item__select:after {
    background-image: url(../images/commons/com-form-select-angle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: auto;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 15px;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__weight__item__select:after {
        height: 9px;
        right: 18px;
        width: 18px;
    }
}

.com-search__main__form__list__item__field__weight__item__select select {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #e6e6e6;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* color: #969797; */
    cursor: pointer;
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 33px 8px 8px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__weight__item__select select {
        padding: 12px 44px 12px 12px;
    }
}

.com-search__main__form__list__item__field__weight__item__select select::-ms-expand {
    display: none;
}

.com-search__main__form__list__item__field__checkbox {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 12px 24px;
    justify-content: flex-start;
    padding: 0;
}

@media (min-width: 768px) {
    .com-search__main__form__list__item__field__checkbox {
        gap: 12px 32px;
        padding: 8px 0 0 48px;
    }
}

.com-search__main__form__list__item__field__checkbox label {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.12em;
    margin: 0;
    padding: 0;
    position: relative;
}

.com-search__main__form__list__item__field__checkbox label input {
    cursor: pointer;
    opacity: 0 !important;
    padding: 0;
    position: absolute;
}

.com-search__main__form__list__item__field__checkbox label span {
    display: block;
    padding: 0 0 0 36px;
    position: relative;
}

.com-search__main__form__list__item__field__checkbox label span:before {
    background-color: #e6e6e6;
    bottom: 0;
    content: "";
    height: 24px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24px;
}

.com-search__main__form__list__item__field__checkbox label span:after {
    border-bottom: 2px solid var(--color-theme);
    border-left: 2px solid var(--color-theme);
    bottom: auto;
    content: "";
    display: block;
    height: 10px;
    left: 4px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 14px;
}

.com-search__main__form__list__item__field__checkbox label input:checked ~ span:after {
    opacity: 1;
}

.com-search__main__form__list__item__field__checkbox label input:disabled ~ span:before {
    background: rgb(235, 235, 228);
}

.com-search__main__form__action .com-button {
    border: 1px solid var(--color-theme);
    margin: 0 auto;
}

.com-screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* --------------------
 Header
-------------------- */
.header {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 7px 100%, 0 calc(100% - 7px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 7px 100%, 0 calc(100% - 7px));
    height: var(--header-height);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

@media (min-width: 992px) {
    .header {
        background-color: transparent;
        background-image: url(../images/commons/com-header-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-clip-path: none;
        clip-path: none;
        position: absolute;
    }
}

.header-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .header-container {
        align-items: stretch;
        justify-content: stretch;
    }
}

.header__logo {
    align-self: center;
    font-size: var(--fs10);
    line-height: 1;
    margin: 0;
    padding: 0 0 0 16px;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .header__logo {
        padding: 0 0 0 30px;
    }
}

@media (min-width: 992px) {
    .header__logo {
        margin: 0 20px 0 0;
        padding: 0 0 0 20px;
    }
}

@media (min-width: 1240px) {
    .header__logo {
        margin: 0 36px 0 0;
        padding: 0 0 0 30px;
    }
}

@media (min-width: 1540px) {
    .header__logo {
        margin: 0 56px 0 0;
        padding: 0 0 0 44px;
    }
}

.header__logo a {
    display: block;
    font-size: var(--fs10);
    line-height: 1;
    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__logo a img {
    height: 35px;
    width: auto;
}

@media (min-width: 992px) {
    .header__logo a img {
        height: 39px;
    }
}

@media (min-width: 1240px) {
    .header__logo a img {
        height: 48px;
    }
}

.header__menu {
    display: none;
}

@media (min-width: 992px) {
    .header__menu {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        gap: 24px;
        justify-content: flex-start;
        padding: 24px 0 0;
    }
}

@media (min-width: 1240px) {
    .header__menu {
        gap: 28px;
        padding: 28px 0 0;
    }
}

@media (min-width: 1540px) {
    .header__menu {
        padding: 26px 0 0;
    }
}

.header__menu__item {
    position: relative;
}

.header__menu__item__link {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: var(--color-theme);
    display: block;
    font-size: var(--fs10);
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.header__menu__item__link:focus {
    opacity: 0.65;
}

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

.header__menu__item__link ._en {
    display: block;
    font-size: var(--fs10);
    line-height: 1;
    margin: 0 0 4px;
    padding: 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
}

.header__menu__item__link ._en img {
    height: 25px;
    width: auto;
}

@media (min-width: 1240px) {
    .header__menu__item__link ._en img {
        height: 28px;
    }
}

@media (min-width: 1540px) {
    .header__menu__item__link ._en img {
        height: 32px;
    }
}

.header__menu__item__link ._ja {
    display: block;
    font-size: var(--fs11);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0;
    padding: 0;
}

@media (min-width: 1240px) {
    .header__menu__item__link ._ja {
        font-size: var(--fs13);
    }
}

@media (min-width: 1540px) {
    .header__menu__item__link ._ja {
        font-size: var(--fs14);
    }
}

.header__menu__item:has(.header__menu__item__sub) .header__menu__item__link ._en {
    padding: 0 12px 0 0;
}

.header__menu__item:has(.header__menu__item__sub) .header__menu__item__link ._en:before {
    background-color: var(--color-theme);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 7px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 8px;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 8px;
}

.header__menu__item:has(.header__menu__item__sub) .header__menu__item__link.-active ._en:before {
    transform: rotate(180deg);
}

.header__menu__item__sub {
    display: none;
    left: -8px;
    margin: 0;
    min-width: calc(100% + 16px);
    padding: 0;
    position: absolute;
    right: auto;
    top: 100%;
}

.header__menu__item__sub-inner {
    padding: 8px 8px 8px;
}

.header__menu__item__sub__item {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.3);
}

.header__menu__item__sub__item:last-child {
    border-bottom: none;
}

.header__menu__item__sub__item a {
    color: var(--color-theme);
    display: block;
    font-size: var(--fs14);
    line-height: 1.2;
    padding: 12px 8px;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    white-space: nowrap;
    width: 100%;
}

.header__menu__item__sub__item a:focus {
    background-color: rgba(var(--color-theme-rgb), 0.1);
}

@media (hover: hover) and (pointer: fine) {
    .header__menu__item__sub__item a:hover {
        background-color: rgba(var(--color-theme-rgb), 0.1);
    }
}

.header__submenu {
    padding: 0 60px 0 0;
}

@media (min-width: 992px) {
    .header__submenu {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        gap: 24px;
        justify-content: flex-end;
        margin: 0 0 0 auto;
        padding: 0;
    }
}

@media (min-width: 1240px) {
    .header__submenu {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .header__submenu__lang {
        opacity: 0;
        transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        visibility: hidden;
    }

    .header__submenu__lang.-active {
        opacity: 1;
        transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .header__submenu__lang {
        align-self: center;
        padding: 0;
    }
}

.header__submenu__lang a {
    display: block;
    font-size: var(--fs10);
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.header__submenu__lang a:before {
    background-color: var(--color-theme);
    content: "";
    display: block;
    height: 29px;
    margin: 0 auto;
    -webkit-mask-image: url(../images/icons/icon-white-translation.svg);
    mask-image: url(../images/icons/icon-white-translation.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 42px;
}

@media (min-width: 992px) {
    .header__submenu__lang a:before {
        background-color: #ffffff;
        height: 34px;
        margin: 0 auto 4px;
        width: 49px;
    }
}

@media (min-width: 1240px) {
    .header__submenu__lang a:before {
        height: 38px;
        width: 56px;
    }
}

.header__submenu__lang a img {
    height: 8px;
    width: auto;
}

@media (min-width: 992px) {
    .header__submenu__lang a img {
        height: 10px;
    }
}

.header__submenu__lang a:focus {
    opacity: 0.65;
}

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

.header__submenu__contact {
    display: none;
    height: 100%;
}

@media (min-width: 992px) {
    .header__submenu__contact {
        display: block;
    }
}

.header__submenu__contact__tel {
    height: 100%;
}

.header__submenu__contact__tel a {
    align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    height: 100%;
    justify-content: center;
    padding: 0 12px;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 1240px) {
    .header__submenu__contact__tel a {
        gap: 12px;
        padding: 0 24px;
    }
}

.header__submenu__contact__tel a:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 20px;
    margin: 0;
    -webkit-mask-image: url(../images/icons/icon-navy-tel.svg);
    mask-image: url(../images/icons/icon-navy-tel.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 20px;
}

@media (min-width: 1240px) {
    .header__submenu__contact__tel a:before {
        height: 28px;
        width: 28px;
    }
}

.header__submenu__contact__tel a:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 23px;
    margin: 0;
    -webkit-mask-image: url(../images/commons/com-tel-number-navy.svg);
    mask-image: url(../images/commons/com-tel-number-navy.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 154px;
}

@media (min-width: 1240px) {
    .header__submenu__contact__tel a:after {
        height: 32px;
        width: 220px;
    }
}

.header__submenu__contact__tel a:focus {
    opacity: 0.65;
}

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

.header__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 54px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 3px;
    top: 8px;
    width: 54px;
}

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

.header__burger__box {
    display: block;
    height: 24px;
    margin: 0 auto 8px;
    position: relative;
    width: 28px;
}

.header__burger__box__line {
    display: block;
    height: 100%;
}

.header__burger__box__line span {
    display: block;
    height: 4px;
    position: absolute;
    width: 28px;
}

.header__burger__box__line span:nth-child(1) {
    background: var(--color-theme);
    overflow: hidden;
    top: 10px;
    transition: background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

.header__burger__box__line span:nth-child(1):before {
    background-color: var(--color-theme);
    bottom: -1px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__burger__box__line span:nth-child(2) {
    background: var(--color-theme);
    -webkit-clip-path: polygon(0px 0px, calc(100% - 3px) 0px, 100% 3px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, calc(100% - 3px) 0px, 100% 3px, 100% 100%, 0px 100%);
    margin: -2px 0 0;
    top: 2px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.header__burger__box__line span:nth-child(2):before {
    background: linear-gradient(to top, var(--color-theme) 0%, var(--color-lightblue) 100%);
    bottom: -1px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__burger__box__line span:nth-child(3) {
    background: var(--color-theme);
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 0px 100%);
    top: 20px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.header__burger__box__line span:nth-child(3):before {
    background: linear-gradient(to top, var(--color-theme) 0%, var(--color-lightblue) 100%);
    bottom: -1px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__burger.-active .header__burger__box__line span:nth-child(1) {
    opacity: 0;
}

.header__burger.-active .header__burger__box__line span:nth-child(1):before {
    opacity: 0;
}

.header__burger.-active .header__burger__box__line span:nth-child(2) {
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 0px 0px, 100% 0px, 100% 100%, 0px 100%);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.header__burger.-active .header__burger__box__line span:nth-child(2):before {
    opacity: 0;
}

.header__burger.-active .header__burger__box__line span:nth-child(3) {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 100% 100%, 0px 100%);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.header__burger.-active .header__burger__box__line span:nth-child(3):before {
    opacity: 0;
}

.header__burger__label {
    display: block;
    font-size: var(--fs10);
    line-height: 1;
    position: relative;
    text-align: center;
}

.header__burger__label:before {
    background-color: var(--color-theme);
    content: "";
    display: block;
    height: 9px;
    margin: 0 auto;
    -webkit-mask-image: url(../images/commons/com-burger-label-menu.svg);
    mask-image: url(../images/commons/com-burger-label-menu.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 28px;
}

.gnav {
    bottom: 50px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    transition: bottom 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 50px;
    z-index: 97;
}

@media (max-width: 991px) {
    .gnav {
        position: fixed !important;
        top: auto !important;
    }
}

@media (min-width: 992px) {
    .gnav {
        bottom: auto;
        top: 0;
        width: 120px;
        z-index: 101;
    }
}

.gnav.-fixed {
    position: fixed;
    bottom: 10px;
}

@media (min-width: 992px) {
    .gnav.-open {
        position: fixed !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}

.gnav__item {
    margin: 0 0 6px;
}

@media (min-width: 992px) {
    .gnav__item {
        border-bottom: 1px solid #b3b4d6;
        margin-bottom: 0;
    }
}

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

@media (max-width: 991px) {
    .gnav__item--burger {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .gnav__item--dl {
        display: none !important;
    }
}

/* @media (min-width: 992px) {
    .gnav__item--tel {
        display: none !important;
    }
} */

.gnav__item__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 110px;
    margin: 0;
    padding: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.gnav__item__burger__box {
    display: block;
    height: 34px;
    margin: 0 auto 12px;
    position: relative;
    width: 40px;
}

.gnav__item__burger__box__line {
    display: block;
    height: 100%;
}

.gnav__item__burger__box__line span {
    display: block;
    height: 6px;
    position: absolute;
    width: 40px;
}

.gnav__item__burger__box__line span:nth-child(1) {
    background-color: var(--color-theme);
    overflow: hidden;
    top: 14px;
    transition: background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

.gnav__item__burger__box__line span:nth-child(1):before {
    background-color: var(--color-theme);
    bottom: -1px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.gnav__item__burger__box__line span:nth-child(2) {
    background-color: var(--color-theme);
    -webkit-clip-path: polygon(0px 0px, calc(100% - 3px) 0px, 100% 3px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, calc(100% - 3px) 0px, 100% 3px, 100% 100%, 0px 100%);
    margin: -3px 0 0;
    top: 3px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.gnav__item__burger__box__line span:nth-child(2):before {
    background: linear-gradient(to top, var(--color-theme) 0%, var(--color-lightblue) 100%);
    bottom: -1px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.gnav__item__burger__box__line span:nth-child(3) {
    background-color: var(--color-theme);
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 0px 100%);
    top: 28px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.gnav__item__burger__box__line span:nth-child(3):before {
    background: linear-gradient(to top, var(--color-theme) 0%, var(--color-lightblue) 100%);
    bottom: -1px;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.gnav__item__burger.-active .gnav__item__burger__box__line span:nth-child(1) {
    background: var(--color-theme);
    opacity: 0;
}

.gnav__item__burger.-active .gnav__item__burger__box__line span:nth-child(1):before {
    opacity: 0;
}

.gnav__item__burger.-active .gnav__item__burger__box__line span:nth-child(2) {
    background: var(--color-theme);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 0px 0px, 100% 0px, 100% 100%, 0px 100%);
    transform: translate3d(0, 14px, 0) rotate(45deg);
}

.gnav__item__burger.-active .gnav__item__burger__box__line span:nth-child(2):before {
    opacity: 0;
}

.gnav__item__burger.-active .gnav__item__burger__box__line span:nth-child(3) {
    background: var(--color-theme);
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 100% 100%, 0px 100%);
    transform: translate3d(0, -14px, 0) rotate(-45deg);
}

.gnav__item__burger.-active .gnav__item__burger__box__line span:nth-child(3):before {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .gnav__item__burger:hover {
        background-color: rgba(var(--color-theme-rgb), 0.05);
    }
}

.gnav__item__burger__label {
    display: block;
    font-size: var(--fs10);
    line-height: 1;
    position: relative;
    text-align: center;
}

.gnav__item__burger__label:before {
    background-color: var(--color-theme);
    content: "";
    display: block;
    height: 12px;
    margin: 0 auto;
    -webkit-mask-image: url(../images/commons/com-burger-label-menu.svg);
    mask-image: url(../images/commons/com-burger-label-menu.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 40px;
}

.gnav__item__dl {
    align-items: center;
    color: var(--color-theme);
    display: flex;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.55));
    flex-flow: column nowrap;
    font-size: var(--fs12);
    gap: 12px;
    height: 65px;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.2;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 992px) {
    .gnav__item__dl {
        background-color: transparent;
        filter: none;
        height: 110px;
    }
}

.gnav__item__dl:before {
    background-color: var(--color-theme);
    content: "";
    display: block;
    height: 22px;
    margin: 0 auto;
    -webkit-mask-image: url(../images/icons/icon-navy-download.svg);
    mask-image: url(../images/icons/icon-navy-download.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 22px;
}

.gnav__item__dl:after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

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

.gnav__item__dl span {
    display: none;
}

@media (min-width: 992px) {
    .gnav__item__dl span {
        display: block;
    }
}

.gnav__item__dl:focus {
    background-color: rgba(var(--color-theme-rgb), 0.05);
}

@media (hover: hover) and (pointer: fine) {
    .gnav__item__dl:hover {
        background-color: rgba(var(--color-theme-rgb), 0.05);
    }
}

.gnav__item__tel {
    align-items: center;
    color: var(--color-theme);
    display: flex;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.55));
    flex-flow: column nowrap;
    font-size: var(--fs12);
    gap: 12px;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 992px) {
    .gnav__item__tel {
        background-color: transparent;
        filter: none;
        height: 110px;
    }
}

.gnav__item__tel:before {
    background-color: var(--color-theme);
    content: "";
    display: block;
    height: 29px;
    margin: 0 auto;
    -webkit-mask-image: url(../images/icons/icon-navy-tel.svg);
    mask-image: url(../images/icons/icon-navy-tel.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: relative;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 29px;
    z-index: 1;
}

@media (min-width: 992px) {
    .gnav__item__tel:before {
        height: 22px;
        width: 22px;
    }
}

.gnav__item__tel:after {
    background-color: #ffffff;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%, 0 calc(100% - 6px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%, 0 calc(100% - 6px));
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

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

.gnav__item__tel span {
    display: none;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .gnav__item__tel span {
        display: block;
    }
}

.gnav__item__tel:focus {
    background-color: rgba(var(--color-theme-rgb), 0.05);
}

@media (hover: hover) and (pointer: fine) {
    .gnav__item__tel:hover {
        background-color: rgba(var(--color-theme-rgb), 0.05);
    }
}

.gnav__item__email {
    align-items: center;
    color: var(--color-theme);
    display: flex;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.55));
    flex-flow: column nowrap;
    font-size: var(--fs12);
    gap: 12px;
    height: 45px;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 992px) {
    .gnav__item__email {
        background-color: transparent;
        filter: none;
        height: 110px;
    }
}

.gnav__item__email:before {
    background-color: var(--color-theme);
    content: "";
    display: block;
    height: 24px;
    margin: 0 auto;
    -webkit-mask-image: url(../images/icons/icon-navy-email.svg);
    mask-image: url(../images/icons/icon-navy-email.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: relative;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 30px;
    z-index: 1;
}

@media (min-width: 992px) {
    .gnav__item__email:before {
        height: 18px;
        width: 22px;
    }
}

.gnav__item__email:after {
    background-color: #ffffff;
    bottom: 0;
    -webkit-clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
    clip-path: polygon(6px 0, 100% 0, 100% 100%, 0 100%, 0 6px);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

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

.gnav__item__email span {
    display: none;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .gnav__item__email span {
        display: block;
    }
}

.gnav__item__email:focus {
    background-color: rgba(var(--color-theme-rgb), 0.05);
}

@media (hover: hover) and (pointer: fine) {
    .gnav__item__email:hover {
        background-color: rgba(var(--color-theme-rgb), 0.05);
    }
}

.gnav:not(.-open) .gnav__item--white .gnav__item__burger__box__line span {
    background-color: #ffffff;
}

.gnav:not(.-open) .gnav__item--white .gnav__item__burger__box__line span:before {
    opacity: 0;
}

@media (min-width: 992px) {
    .gnav:not(.-open) .gnav__item--white .gnav__item__burger__label:before {
        background-color: #ffffff;
    }
}

@media (min-width: 992px) {
    .gnav:not(.-open) .gnav__item--white .gnav__item__dl,
  .gnav:not(.-open) .gnav__item--white .gnav__item__email,
  .gnav:not(.-open) .gnav__item--white .gnav__item__tel {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .gnav:not(.-open) .gnav__item--white .gnav__item__dl:before,
  .gnav:not(.-open) .gnav__item--white .gnav__item__email:before,
  .gnav:not(.-open) .gnav__item--white .gnav__item__tel:before {
        background-color: #ffffff;
    }
}

.gmenu {
    background-color: #ffffff;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    padding: var(--header-height) 0 140px;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    visibility: hidden;
    z-index: 98;
}

@media (min-width: 992px) {
    .gmenu {
        padding: 0;
        z-index: 100;
    }
}

.gmenu.-initialized {
    display: block;
}

.gmenu.-active {
    opacity: 1;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    visibility: visible;
}

.gmenu-scroller {
    height: 100%;
    overflow-y: auto;
    width: 100%;
}

@media (min-width: 992px) {
    .gmenu-scroller {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
    }
}

.gmenu-scroller-container {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .gmenu-scroller-container {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 40px;
        margin: auto;
        max-width: 1400px;
        padding: 40px 150px;
    }
}

@media (min-width: 1240px) {
    .gmenu-scroller-container {
        gap: 60px;
    }
}

.gmenu__info {
    display: none;
}

@media (min-width: 992px) {
    .gmenu__info {
        display: block;
        flex-grow: 0;
        flex-shrink: 0;
        width: 270px;
    }
}

.gmenu__info__logo {
    margin: 0 0 60px;
    text-align: center;
}

.gmenu__info__logo a {
    display: block;
    font-size: var(--fs10);
    line-height: 1;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.gmenu__info__logo a:focus {
    opacity: 0.65;
}

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

.gmenu__info__logo a img {
    height: 48px;
    width: auto;
}

.gmenu__info__tel {
    margin: 0 0 30px;
}

.gmenu__info__tel a {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.gmenu__info__tel a:before {
    background-image: url(../images/icons/icon-navy-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 28px;
    width: 28px;
}

.gmenu__info__tel a img {
    height: 32px;
    width: auto;
}

.gmenu__info__list__item {
    margin: 0 0 24px;
}

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

.gmenu__info__list__item__button {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    gap: 8px;
    height: 70px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.gmenu__info__list__item__button:after {
    background: linear-gradient(to right, var(--color-theme) 0%, var(--color-theme) 50%, var(--color-lightblue) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 200%;
    z-index: 0;
}

.gmenu__info__list__item__button span {
    display: block;
    position: relative;
    z-index: 1;
}

.gmenu__info__list__item__button--dl:before {
    background-image: url(../images/icons/icon-white-download.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    content: "";
    height: 27px;
    margin: 0 auto;
    position: relative;
    width: 27px;
    z-index: 1;
}

.gmenu__info__list__item__button--email:before {
    background-image: url(../images/icons/icon-white-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px 26px;
    content: "";
    height: 27px;
    margin: 0 auto;
    position: relative;
    width: 27px;
    z-index: 1;
}

.gmenu__info__list__item__button:focus:after {
    transform: translateX(50%);
}

@media (hover: hover) and (pointer: fine) {
    .gmenu__info__list__item__button:hover:after {
        transform: translateX(50%);
    }
}

.gmenu__menu {
    margin: 0 0 40px;
    width: auto;
}

@media (min-width: 992px) {
    .gmenu__menu {
        flex-grow: 1;
        flex-shrink: 1;
        margin: 0;
    }
}

.gmenu__menu__item {
    border-bottom: 1px solid rgba(var(--color-theme-rgb), 0.3);
    position: relative;
}

.gmenu__menu__item:first-child {
    border-top: 1px solid rgba(var(--color-theme-rgb), 0.3);
}

.gmenu__menu__item__link, .gmenu__menu__item__trigger {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: var(--color-theme);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs10);
    gap: 12px;
    justify-content: flex-start;
    margin: 0;
    padding: 12px 36px 12px 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .gmenu__menu__item__link, .gmenu__menu__item__trigger {
        gap: 16px;
        padding: 16px 36px 16px 16px;
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
    .gmenu__menu__item__link:hover, .gmenu__menu__item__trigger:hover {
        opacity: 0.65;
    }
}

.gmenu__menu__item__link ._en, .gmenu__menu__item__trigger ._en {
    display: block;
    font-size: var(--fs10);
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}

.gmenu__menu__item__link ._ja, .gmenu__menu__item__trigger ._ja {
    display: block;
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .gmenu__menu__item__link ._ja, .gmenu__menu__item__trigger ._ja {
        font-size: var(--fs24);
    }
}

/* .gmenu__menu__item__link--news ._en img, .gmenu__menu__item__trigger--news ._en img {
    height: 20px;
    width: auto;
}

@media (min-width: 768px) {
    .gmenu__menu__item__link--news ._en img, .gmenu__menu__item__trigger--news ._en img {
        height: 27px;
    }
}

.gmenu__menu__item__link--news ._ja, .gmenu__menu__item__trigger--news ._ja {
    transform: translateY(2px);
}

@media (min-width: 768px) {
    .gmenu__menu__item__link--news ._ja, .gmenu__menu__item__trigger--news ._ja {
        transform: translateY(6px);
    }
}

.gmenu__menu__item__link--products ._en img, .gmenu__menu__item__trigger--products ._en img {
    height: 20px;
    width: auto;
}

@media (min-width: 768px) {
    .gmenu__menu__item__link--products ._en img, .gmenu__menu__item__trigger--products ._en img {
        height: 22px;
    }
}

.gmenu__menu__item__link--products ._ja, .gmenu__menu__item__trigger--products ._ja {
    transform: translateY(2px);
}

.gmenu__menu__item__link--library ._en img, .gmenu__menu__item__trigger--library ._en img {
    height: 20px;
    width: auto;
}

@media (min-width: 768px) {
    .gmenu__menu__item__link--library ._en img, .gmenu__menu__item__trigger--library ._en img {
        height: 27px;
    }
}

.gmenu__menu__item__link--about ._en img, .gmenu__menu__item__trigger--about ._en img {
    height: 20px;
    width: auto;
}

@media (min-width: 768px) {
    .gmenu__menu__item__link--about ._en img, .gmenu__menu__item__trigger--about ._en img {
        height: 22px;
    }
}

.gmenu__menu__item__link--about ._ja, .gmenu__menu__item__trigger--about ._ja {
    transform: translateY(2px);
}

.gmenu__menu__item__link--company ._en img, .gmenu__menu__item__trigger--company ._en img {
    height: 24px;
    width: auto;
}

@media (min-width: 768px) {
    .gmenu__menu__item__link--company ._en img, .gmenu__menu__item__trigger--company ._en img {
        height: 27px;
    }
}

@media (min-width: 768px) {
    .gmenu__menu__item__link--company ._ja, .gmenu__menu__item__trigger--company ._ja {
        transform: translateY(2px);
    }
} */

.gmenu__menu__item__trigger:before {
    background-color: var(--color-theme);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 7px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 8px;
}

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

.gmenu__menu__item__trigger.-active:before {
    transform: rotate(180deg);
}

.gmenu__menu__item__sub {
    display: none;
    margin: 0;
    padding: 0;
}

.gmenu__menu__item__sub__item {
    background-color: #edeeee;
    border-top: 1px solid rgba(var(--color-theme-rgb), 0.3);
}

.gmenu__menu__item__sub__item a {
    color: var(--color-theme);
    display: block;
    font-size: var(--fs14);
    line-height: 1.2;
    padding: 12px 16px 12px 40px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

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

.gmenu__menu__item__sub__item a:before {
    background-color: var(--color-text);
    content: "";
    display: block;
    height: 1px;
    left: 32px;
    position: absolute;
    top: 20px;
    width: 4px;
}

.gmenu__menu__item__sub__item a:focus {
    background-color: rgba(var(--color-theme-rgb), 0.1);
}

@media (hover: hover) and (pointer: fine) {
    .gmenu__menu__item__sub__item a:hover {
        background-color: rgba(var(--color-theme-rgb), 0.1);
    }
}

.gmenu__submenu {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: auto;
}

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

.gmenu__submenu__tel {
    margin: 0 0 30px;
}

.gmenu__submenu__tel a {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.gmenu__submenu__tel a:before {
    background-image: url(../images/icons/icon-navy-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 28px;
    width: 28px;
}

.gmenu__submenu__tel a img {
    height: 32px;
    width: auto;
}

.gmenu__submenu__list {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 6px;
    height: 70px;
    justify-content: center;
}

.gmenu__submenu__list__item {
    width: calc(50% - 3px);
}

.gmenu__submenu__list__item__button {
    align-items: center;
    background: linear-gradient(to top, var(--color-theme) 0%, var(--color-lightblue) 100%);
    color: #ffffff;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    gap: 8px;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-decoration: none;
    width: 100%;
}

.gmenu__submenu__list__item__button--dl:before {
    background-image: url(../images/icons/icon-white-download.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    content: "";
    height: 27px;
    margin: 0 auto;
    width: 27px;
}

.gmenu__submenu__list__item__button--email:before {
    background-image: url(../images/icons/icon-white-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px 26px;
    content: "";
    height: 27px;
    margin: 0 auto;
    width: 27px;
}

/* --------------------
 Footer
-------------------- */
.footer {
    padding: 40px 0 30px;
}

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

.footer-container {
    margin: 0 auto;
    max-width: 1860px;
    padding: 0 16px;
    width: 100%;
}

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

.footer__main {
    margin: 0 0 40px;
    position: relative;
}

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

.footer__main__menu {
    display: grid;
    flex-flow: row wrap;
    gap: 24px 16px;
    grid-gap: 24px 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    margin: 0 auto 40px;
    max-width: 400px;
}

@media (min-width: 768px) {
    .footer__main__menu {
        display: flex;
        gap: 40px 24px;
        justify-content: flex-start;
        max-width: 660px;
    }
}

@media (min-width: 992px) {
    .footer__main__menu {
        gap: 40px;
        justify-content: space-between;
        margin: 0 0 40px;
        max-width: none;
    }
}

@media (min-width: 1240px) {
    .footer__main__menu {
        gap: 56px;
        justify-content: center;
    }
}

@media (min-width: 1540px) {
    .footer__main__menu {
        margin: 0;
    }
}

.footer__main__menu__list {
    width: auto;
}

@media (min-width: 768px) {
    .footer__main__menu__list {
        width: calc(25% - 18px);
    }
}

@media (min-width: 992px) {
    .footer__main__menu__list {
        width: auto;
    }
}

.footer__main__menu__list__item > a, .footer__main__menu__list__item > span {
    color: inherit;
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 1240px) {
    .footer__main__menu__list__item > a, .footer__main__menu__list__item > span {
        font-size: var(--fs16);
    }
}

.footer__main__menu__list__item > a:after {
    background-color: var(--color-text);
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 0;
    z-index: 0;
}

.footer__main__menu__list__item > a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__menu__list__item > a:hover:after {
        width: 100%;
    }
}

.footer__main__menu__list__item__sub {
    padding: 16px 0 0;
}

.footer__main__menu__list__item__sub__item {
    margin: 0 0 8px;
}

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

.footer__main__menu__list__item__sub__item > a {
    color: inherit;
    display: block;
    font-size: var(--fs14);
    font-weight: 400;
    line-height: 1.4;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 1240px) {
    .footer__main__menu__list__item__sub__item > a {
        font-size: var(--fs16);
    }
}

.footer__main__menu__list__item__sub__item > a:before {
    background-color: var(--color-text);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 4px;
}

@media (min-width: 1240px) {
    .footer__main__menu__list__item__sub__item > a:before {
        top: 10px;
    }
}

.footer__main__menu__list__item__sub__item > a:after {
    background-color: var(--color-text);
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 0;
    z-index: 0;
}

.footer__main__menu__list__item__sub__item > a:focus:after {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__menu__list__item__sub__item > a:hover:after {
        width: 100%;
    }
}

.footer__main__translation {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: fit-content;
}

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

@media (min-width: 992px) {
    .footer__main__translation {
        margin-right: 0;
    }
}

@media (min-width: 1540px) {
    .footer__main__translation {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
}

.footer__main__translation:focus {
    outline: auto;
    outline: auto -webkit-focus-ring-color;
}

.footer__main__translation a[href="#"] {
    pointer-events: none;
}

.footer__main__translation__icon {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 10px;
}

.footer__main__translation__icon:before {
    background-color: var(--color-theme);
    content: "";
    display: block;
    height: 29px;
    margin: 0 auto;
    -webkit-mask-image: url(../images/icons/icon-white-translation.svg);
    mask-image: url(../images/icons/icon-white-translation.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 42px;
}

@media (min-width: 992px) {
    .footer__main__translation__icon:before {
        height: 34px;
        margin: 0 auto;
        width: 49px;
    }
}

@media (min-width: 1240px) {
    .footer__main__translation__icon:before {
        height: 38px;
        width: 56px;
    }
}

.footer__info {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 40px 0;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .footer__info {
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 60px;
    }
}

@media (min-width: 992px) {
    .footer__info {
        padding-right: 0;
    }
}

.footer__info__sns {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    justify-content: center;
}

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

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

.footer__info__sns__item a:focus {
    opacity: 0.65;
}

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

.footer__info__main__logo {
    margin: 0 0 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__info__main__logo {
        margin: 0 0 16px;
        text-align: right;
    }
}

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

.footer__info__main__logo a:focus {
    opacity: 0.65;
}

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

.footer__info__main__logo a img {
    height: 42px;
    width: auto;
}

@media (min-width: 768px) {
    .footer__info__main__logo a img {
        height: 58px;
    }
}

.footer__info__main__copyright {
    display: block;
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0;
    text-align: center;
}

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