html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    tab-size: 4
}

*,:after,:before {
    box-sizing: inherit;
    background-repeat: no-repeat
}

:after,:before {
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    /* vertical-align: inherit */
}

* {
    margin: 0;
    padding: 0
}

hr {
    height: 0;
    color: inherit;
    overflow: visible
}

details,main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    text-decoration: underline;
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    background-color: #0000
}

a:active,a:hover {
    outline-width: 0
}

code,kbd,pre,samp {
    font-family: monospace
}

pre {
    font-size: 1em
}

b,strong {
    font-weight: bolder
}

sub,sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

input {
    border-radius: 0
}

[disabled] {
    cursor: default
}

[type=number]::-webkit-inner-spin-button {
    height: auto
}

[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    resize: vertical;
    overflow: auto
}

button,input,optgroup,select,textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button],[type=button],[type=reset],[type=submit],button {
    color: inherit;
    cursor: pointer
}

[type=button]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=reset]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]::-moz-focus-inner {
    outline: 1px dotted buttontext
}

[type=reset]::-moz-focus-inner {
    outline: 1px dotted buttontext
}

[type=submit]::-moz-focus-inner {
    outline: 1px dotted buttontext
}

button:-moz-focusring {
    outline: 1px dotted buttontext
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

button,input,select,textarea {
    background-color: #0000;
    border-style: none
}

a:focus,button:focus,input:focus,select:focus,textarea:focus {
    outline-width: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    max-width: 100%;
    color: inherit;
    white-space: normal;
    border: 0;
    display: table
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

:root {
    --spacing: 0;
    --leading-trim: calc((1em - 1lh) / 2)
}

@supports not (top: 1lh) {
    :root {
        --leading-trim:0px
    }
}

* {
    letter-spacing: var(--spacing)
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 10px;
    margin: 0!important
}

@media screen and (width>=768px) {
    html {
        font-size: clamp(8.75px,.694445vw,10px)
    }
}

body {
    color: #000;
    word-break: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --spacing: 0;
    font-family: Figtree,Noto Sans JP,ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3,meiryo,ãƒ¡ã‚¤ãƒªã‚ª,sans-serif;
    font-size: clamp(14px,1.11111vw,16px);
    line-height: 1.6;
    overflow-x: clip
}

body.no-scroll {
    overflow: hidden
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto
}

table {
    border-collapse: collapse
}

a {
    color: #000;
    text-decoration: none
}

ul,li {
    list-style-type: none
}

.l-main {
    padding-top: 0px;
    overflow: clip
}

@media screen and (width>=992px) {
    .l-main {
        padding-top: 0px
    }
}

.l-container-sm {
    box-sizing: border-box;
    width: 100%;
    max-width: 199.68rem;
    margin: 0 auto;
    padding-inline:15px}

@media screen and (width>=768px) {
    .l-container-sm {
        padding-inline: max(1.66667%,15px)
    }
}

@media screen and (width>=1440px) {
    .l-container-sm {
        padding-inline: 3.84rem
    }
}

.l-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 212.48rem;
    margin: 0 auto;
    padding-inline:15px}

@media screen and (width>=768px) {
    .l-container {
        padding-inline: max(1.66667%,15px)
    }
}

@media screen and (width>=1440px) {
    .l-container {
        padding-inline: 3.84rem
    }
}

.l-container-lg {
    box-sizing: border-box;
    width: 100%;
    max-width: 230.4rem;
    margin: 0 auto;
    padding-inline:15px}

@media screen and (width>=768px) {
    .l-container-lg {
        padding-inline: max(1.66667%,15px)
    }
}

@media screen and (width>=1440px) {
    .l-container-lg {
        padding-inline: 3.84rem
    }
}

.l-header {
    --header-height: 60px;
    z-index: 100;
    width: 100%;
    height: var(--header-height);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0
}

@media screen and (width>=992px) {
    .l-header {
        --header-height: 102px
    }
}

.l-header__inner {
    z-index: 120;
    width: 100%;
    height: var(--header-height);
    background: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    display: flex;
    position: relative
}

@media screen and (width>=992px) {
    .l-header__inner {
        padding: 0 clamp(16px,1.66667vw,24px)
    }
}

.l-header__logo {
    flex: none;
    width: 28.552rem;
    font-size: 0
}

@media screen and (width>=992px) {
    .l-header__logo {
        width: clamp(268px,22.2917vw,321px)
    }
}

.l-header__logo-link {
    display: block
}

.l-header__logo-link img {
    width: 100%;
    height: auto;
    display: block
}

.l-header__desktop {
    display: none
}

@media screen and (width>=992px) {
    .l-header__desktop {
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        align-items: flex-end;
        gap: clamp(10px,1.25vw,18px);
        padding-top: 2px;
        display: flex
    }

    .l-header__utility {
        white-space: nowrap;
        align-items: center;
        gap: clamp(8px,1.11111vw,16px);
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        display: flex
    }

    .l-header__utility>a {
        align-items: center;
        gap: 5px;
        transition: color .4s cubic-bezier(.35,.35,0,1);
        display: inline-flex
    }

    .l-header__utility>a:hover {
        color: #f50000
    }

    .l-header__languages {
        align-items: center;
        margin-right: clamp(4px,.416667vw,6px);
        display: flex
    }

    .l-header__languages a {
        color: #000
    }

    .l-header__languages a[aria-current=page] {
        color: #888;
        pointer-events: none
    }

    .l-header__languages a+a:before {
        content: "|";
        color: #bbb;
        margin: 0 7px
    }
}

.l-header__catalog-icon,.l-header__mail-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block
}

@media screen and (width>=992px) {
    .l-header__catalog-icon,.l-header__mail-icon {
        width: 16px;
        height: 16px
    }
}

.l-header__catalog-icon {
    background-image: url(/assets/img/common/icon_doc.svg)
}

.l-header__mail-icon {
    background-color: currentColor;
    -webkit-mask-image: url(/assets/img/common/icon_mail.svg);
    mask-image: url(/assets/img/common/icon_mail.svg);
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

@media screen and (width>=992px) {
    .l-header__mail-icon {
        background-color: #0000;
        background-image: url(/assets/img/common/icon_mail.svg);
        -webkit-mask: none;
        mask: none
    }

    .l-header__search {
        background: 0 0;
        border: 0;
        justify-content: center;
        align-items: center;
        width: 18px;
        height: 18px;
        padding: 0;
        display: flex
    }
}

.l-header__search-icon {
    background: currentColor;
    width: 16px;
    height: 16px;
    display: block;
    -webkit-mask-image: url(/assets/img/common/icon_search.svg);
    mask-image: url(/assets/img/common/icon_search.svg);
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.l-header__close-icon {
    display: none
}

@media screen and (width>=992px) {
    .l-header__close-icon {
        width: 18px;
        height: 18px;
        position: relative
    }

    .l-header__close-icon:before,.l-header__close-icon:after {
        content: "";
        background: #000;
        width: 20px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 0
    }

    .l-header__close-icon:before {
        transform: rotate(45deg)
    }

    .l-header__close-icon:after {
        transform: rotate(-45deg)
    }

    .l-header__nav-list {
        align-items: center;
        gap: clamp(12px,1.38889vw,20px);
        display: flex
    }

    .l-header__nav-item {
        white-space: nowrap;
        font-size: 16px;
        font-weight: 500;
        line-height: 1
    }

    .l-header__nav-item>a,.l-header__nav-item>button {
        cursor: pointer;
        background: 0 0;
        border: 0;
        align-items: center;
        gap: 4px;
        padding: 2px 0;
        transition: color .4s cubic-bezier(.35,.35,0,1);
        display: flex
    }

    .l-header__nav-item>a:hover,.l-header__nav-item>a[aria-expanded=true],.l-header__nav-item>button:hover,.l-header__nav-item>button[aria-expanded=true] {
        color: #f50000
    }

    .l-header__chevron {
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        display: flex
    }
}

.l-header__chevron:before {
    content: "";
    border-bottom: 1px solid;
    border-right: 1px solid;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    transition: margin-top .2s,transform .2s;
    display: block;
    transform: rotate(45deg)
}

.l-header__mobile-actions {
    align-items: center;
    gap: 24px;
    display: flex
}

@media screen and (width>=992px) {
    .l-header__mobile-actions {
        display: none
    }
}

.l-header__mobile-contact {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex
}

.l-header__menu {
    cursor: pointer;
    background: 0 0;
    border: 0;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    position: relative
}

.l-header__menu span {
    background: #000;
    width: 24px;
    height: 1px;
    display: block
}

.l-header__drawer {
    visibility: hidden;
    z-index: 130;
    color: #fff;
    opacity: 0;
    background: #1b2c38;
    padding: 15px 20px 28px;
    transition: visibility .3s,opacity .3s,transform .3s;
    position: fixed;
    inset: 0;
    overflow-y: auto;
    transform: translate(100%)
}

@media screen and (width>=992px) {
    .l-header__drawer {
        display: none
    }
}

.l-header__drawer-header {
    justify-content: space-between;
    align-items: center;
    height: 30px;
    display: flex
}

.l-header__drawer-logo {
    width: 179px;
    font-size: 0;
    display: block;
    position: relative
}

.l-header__drawer-logo img {
    filter: brightness(0)invert();
    width: 100%;
    display: block
}

.l-header__drawer-logo:after {
    content: "";
    clip-path: inset(40.7% 67.9% 0 0);
    background: url(/assets/img/common/header_logo.svg) 0 0/contain no-repeat;
    position: absolute;
    inset: 0
}

.l-header__drawer-actions {
    align-items: center;
    gap: 28px;
    display: flex
}

.l-header__drawer-contact {
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    display: flex
}

.l-header__drawer-contact .l-header__mail-icon {
    background: #fff
}

.l-header__drawer-close {
    background: 0 0;
    border: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    position: relative
}

.l-header__drawer-close:before,.l-header__drawer-close:after {
    content: "";
    background: #fff;
    width: 25px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0
}

.l-header__drawer-close:before {
    transform: rotate(45deg)
}

.l-header__drawer-close:after {
    transform: rotate(-45deg)
}

.l-header__drawer-nav {
    padding-top: 40px
}

.l-header__drawer-list {
    border-top: 1px solid #ffffff1a
}

.l-header__drawer-list>li {
    border-bottom: 1px solid #ffffff1a
}

.l-header__drawer-main {
    color: #fff;
    text-align: left;
    background: 0 0;
    border: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 46px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    display: flex
}

.l-header__drawer-chevron {
    border-bottom: 1px solid #8fa0aa;
    border-right: 1px solid #8fa0aa;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    transition: transform .25s;
    display: block;
    transform: rotate(45deg)
}

.l-header__drawer-main.is-open .l-header__drawer-chevron {
    transform: rotate(45deg)scale(-1)
}

.l-header__drawer-sub-wrap {
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s;
    display: grid
}

.l-header__drawer-sub-wrap>ul {
    overflow: hidden
}

.l-header__drawer-main.is-open+.l-header__drawer-sub-wrap {
    grid-template-rows: 1fr
}

.l-header__drawer-sub {
    padding: 0
}

.l-header__drawer-sub a {
    color: #fff;
    padding: 6px 0;
    font-size: 13px;
    line-height: 1.55;
    display: block
}

.l-header__drawer-main.is-open+.l-header__drawer-sub-wrap .l-header__drawer-sub {
    padding: 3px 0 22px
}

.l-header__drawer-utility {
    gap: 18px;
    margin-top: 20px;
    display: flex
}

.l-header__drawer-utility a {
    color: #fff;
    font-size: 12px;
    font-weight: 500
}

.l-header__drawer-search {
    background: #29465b;
    border: 1px solid #42647b;
    border-radius: 6px;
    align-items: center;
    height: 49px;
    margin-top: 10px;
    display: flex;
    position: relative
}

.l-header__drawer-search input {
    color: #fff;
    outline: 0;
    width: 100%;
    height: 100%;
    padding: 0 64px 0 20px;
    font-size: 14px
}

.l-header__drawer-search input::placeholder {
    color: #fff;
    opacity: 1
}

.l-header__drawer-search input::-webkit-search-cancel-button {
    display: none
}

.l-header__drawer-search button {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    right: 0
}

.l-header__drawer-search button .l-header__search-icon {
    background: #fff
}

.l-header__drawer-languages {
    justify-content: flex-end;
    margin-top: 20px;
    display: flex
}

.l-header__drawer-languages a {
    color: #87939a;
    font-size: 13px
}

.l-header__drawer-languages a[aria-current=page] {
    color: #fff;
    pointer-events: none
}

.l-header__drawer-languages a+a:before {
    content: "|";
    color: #87939a;
    margin: 0 8px
}

.l-header__mega {
    display: none
}

@media screen and (width>=992px) {
    .l-header__mega {
        visibility: hidden;
        z-index: 115;
        opacity: 0;
        background: #fff;
        border-radius: 16px;
        grid-template-columns: minmax(220px,1fr) 3fr;
        align-items: start;
        gap: 0 24px;
        min-height: 210px;
        padding: 35px 40px;
        transition: visibility .25s,opacity .25s,transform .25s;
        display: grid;
        position: fixed;
        top: 118px;
        left: clamp(16px,1.66667vw,24px);
        right: clamp(16px,1.66667vw,24px);
        transform: translateY(-8px)
    }

    .l-header__mega[aria-hidden=false] {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }

    .l-header__mega-heading a {
        align-items: center;
        gap: 16px;
        font-size: clamp(20px,1.66667vw,24px);
        font-weight: 500;
        line-height: 1.4;
        display: flex
    }

    .l-header__mega-list {
        grid-template-columns: repeat(3,minmax(180px,1fr));
        gap: 12px 24px;
        display: grid
    }
}

.l-header__mega-list>li {
    line-height: 1.4
}

@media screen and (width>=992px) {
    .l-header__mega-list a {
        padding-left: 18px;
        transition: color .4s cubic-bezier(.35,.35,0,1);
        display: inline-block;
        position: relative
    }

    .l-header__mega-list a:before {
        content: "";
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        width: 7px;
        height: 7px;
        position: absolute;
        top: .42em;
        left: 1px;
        transform: rotate(45deg)
    }

    .l-header__mega-list a:hover span {
        background-size: 100% 1px
    }
}

.l-header__mega-list a span {
    background-image: linear-gradient(#000,#000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.35,.35,0,1);
    display: inline
}

.l-header__search-panel {
    display: none
}

@media screen and (width>=992px) {
    .l-header__search-panel {
        visibility: hidden;
        z-index: 115;
        opacity: 0;
        background: #fff;
        border-radius: 16px;
        width: calc(100% - 48px);
        max-width: 1040px;
        height: 104px;
        padding: 24px 40px;
        transition: visibility .25s,opacity .25s,transform .25s;
        display: block;
        position: fixed;
        top: 118px;
        left: 50%;
        transform: translate(-50%,-8px)
    }

    .l-header__search-form {
        background: #f8f8f8;
        border: 1px solid #ddd;
        border-radius: 8px;
        align-items: center;
        width: 100%;
        height: 56px;
        display: flex;
        position: relative
    }

    .l-header__search-form input {
        outline: 0;
        width: 100%;
        height: 100%;
        padding: 0 54px 0 16px;
        font-size: 16px
    }

    .l-header__search-form input::placeholder {
        color: #999;
        opacity: 1
    }

    .l-header__search-form input::-webkit-search-cancel-button {
        display: none
    }

    .l-header__search-form button {
        justify-content: center;
        align-items: center;
        width: 54px;
        height: 100%;
        display: flex;
        position: absolute;
        top: 0;
        right: 0
    }
}

.l-header__backdrop {
    visibility: hidden;
    z-index: 105;
    top: var(--header-height);
    cursor: default;
    opacity: 0;
    background: #0000007a;
    border: 0;
    padding: 0;
    transition: visibility .25s,opacity .25s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.l-header.is-open .l-header__drawer {
    visibility: visible;
    opacity: 1;
    transform: translate(0)
}

@media screen and (width>=992px) {
    .l-header.is-mega-open .l-header__backdrop,.l-header.is-search-open .l-header__backdrop {
        visibility: visible;
        opacity: 1
    }

    .l-header.is-mega-open .l-header__nav-button[aria-expanded=true] .l-header__chevron:before {
        margin-top: 4px;
        transform: rotate(45deg)scale(-1)
    }

    .l-header.is-search-open .l-header__search .l-header__search-icon {
        display: none
    }

    .l-header.is-search-open .l-header__search .l-header__close-icon {
        display: block
    }

    .l-header.is-search-open .l-header__search-panel {
        visibility: visible;
        opacity: 1;
        transform: translate(-50%)
    }
}

.l-footer {
    padding-bottom: 15px;
    position: relative
}

@media screen and (width>=768px) {
    .l-footer {
        padding-bottom: max(1.66667%,15px)
    }
}

@media screen and (width>=1440px) {
    .l-footer {
        padding-bottom: 3.84rem
    }
}

.l-footer__container {
    max-width: 100%
}

.l-footer__inner {
    background: #1b2c38;
    border-radius: clamp(8px,1.11111vw,16px);
    padding: clamp(30px,5.55556vw,80px) clamp(20px,4.16667vw,60px) clamp(30px,2.77778vw,40px);
    position: relative
}

.l-footer__inner>div {
    max-width: 204.8rem;
    margin-inline:auto}

.l-footer__top {
    gap: 3.2rem 0;
    margin-bottom: clamp(40px,6.94444vw,100px);
    display: grid
}

@media screen and (width>=768px) {
    .l-footer__top {
        gap: 6.4rem 0
    }
}

@media screen and (width>=992px) {
    .l-footer__top {
        grid-template-columns: max-content 1fr;
        justify-content: space-between;
        gap: 0 clamp(42px,5.83333vw,84px)
    }
}

.l-footer__logo {
    width: clamp(75px,8.88889vw,128px);
    margin-inline:auto}

@media screen and (width>=992px) {
    .l-footer__logo {
        margin-inline: 0
    }
}

@media screen and (width>=768px) {
    .l-footer__nav {
        justify-content: space-between;
        gap: 0 clamp(16px,1.66667vw,24px);
        display: flex
    }
}

@media screen and (width>=992px) {
    .l-footer__nav {
        width: 100%;
        max-width: clamp(680px,61.1111vw,880px);
        margin-left: auto
    }
}

.l-footer__navBlock:first-child {
    border-top: 1px solid #273f50
}

@media screen and (width>=768px) {
    .l-footer__navBlock: first-child {
        border-top:none
    }
}

.l-footer__col {
    border-bottom: 1px solid #273f50
}

@media screen and (width>=768px) {
    .l-footer__col {
        border-bottom: none
    }

    .l-footer__col:not(:last-child) {
        margin-bottom: 12px
    }
}

.l-footer__col.--aside {
    border-bottom: none;
    gap: 0 2.56rem;
    margin-top: 3.84rem;
    display: flex
}

@media screen and (width>=768px) {
    .l-footer__col.--aside {
        margin-top: 0;
        display: block
    }
}

.l-footer__col.--aside .l-footer__title--aside {
    font-size: 12px;
    font-weight: 500;
    line-height: 1
}

@media screen and (width>=768px) {
    .l-footer__col.--aside .l-footer__title--aside {
        font-size: 14px
    }

    .l-footer__col.--aside .l-footer__title--aside: not(:last-child) {
        margin-bottom:12px
    }
}

.l-footer__col.--aside .l-footer__title--aside>a {
    color: #fff;
    transition: opacity .4s cubic-bezier(.4,.4,0,1);
    display: inline-block
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .l-footer__col.--aside .l-footer__title--aside>a:hover {
        opacity:.6
    }
}

.l-footer__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: relative
}

.l-footer__title.--drawer.is-open: before {
    transform:scaleY(-1)
}

.l-footer__title.--drawer: before {
    content:"";
    background-color: #82919c;
    width: 1.92rem;
    height: 1.12rem;
    transition: all .2s;
    position: absolute;
    top: calc(50% - 0.56rem);
    right: 1.76rem;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7\"><path d=\"M6,6.64014c-.19189,0-.38379-.07324-.53027-.21973L.46973,1.42041,1.53027.35986l4.46973,4.46973L10.46973.35986l1.06055,1.06055-5,5c-.14648.14648-.33838.21973-.53027.21973Z\"/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 12 7\"><path d=\"M6,6.64014c-.19189,0-.38379-.07324-.53027-.21973L.46973,1.42041,1.53027.35986l4.46973,4.46973L10.46973.35986l1.06055,1.06055-5,5c-.14648.14648-.33838.21973-.53027.21973Z\"/></svg>");
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

@media screen and (width>=768px) {
    .l-footer__title.--drawer: before {
        display:none
    }
}

.l-footer__title.--drawer>a {
    pointer-events: none
}

@media screen and (width>=768px) {
    .l-footer__title.--drawer>a {
        pointer-events: auto
    }
}

.l-footer__title>a {
    color: #fff;
    padding: 2.56rem 0;
    transition: opacity .4s cubic-bezier(.4,.4,0,1);
    display: block
}

@media screen and (width>=768px) {
    .l-footer__title>a {
        padding: 0;
        display: inline-block
    }
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .l-footer__title>a:hover {
        opacity:.6
    }
}

.l-footer__box {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition-property: height,opacity,visibility;
    transition-duration: .3s;
    transition-timing-function: ease;
    position: relative;
    overflow: hidden
}

@media screen and (width>=768px) {
    .l-footer__box {
        visibility: visible;
        opacity: 1;
        height: auto;
        overflow: visible
    }
}

.l-footer__box.is-open {
    visibility: visible;
    opacity: 1;
    transition: height .3s
}

.l-footer__list {
    margin-bottom: 2.56rem
}

@media screen and (width>=768px) {
    .l-footer__list {
        margin-bottom: 0;
        padding-top: 8px
    }
}

.l-footer__item {
    font-size: 12px;
    line-height: 1.8
}

.l-footer__item:not(:last-child) {
    margin-bottom: 0.64rem
}

@media screen and (width>=768px) {
    .l-footer__item: not(:last-child) {
        margin-bottom:0
    }
}

.l-footer__item>a {
    color: #fff;
    transition: opacity .4s cubic-bezier(.4,.4,0,1);
    display: inline-block
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .l-footer__item>a:hover {
        opacity:.6
    }
}

@media screen and (width>=768px) {
    .l-footer__bottom {
        justify-content: space-between;
        align-items: center;
        display: flex
    }
}

.l-footer__subNav {
    margin-bottom: 2.56rem
}

@media screen and (width>=768px) {
    .l-footer__subNav {
        margin-bottom: 0
    }
}

.l-footer__subNavList {
    gap: 0.64rem 0;
    display: grid
}

@media screen and (width>=768px) {
    .l-footer__subNavList {
        grid-template-columns: repeat(2,max-content);
        gap: 0 clamp(16px,1.66667vw,24px)
    }
}

.l-footer__subNavItem {
    font-size: 1.6rem;
    line-height: 1.8
}

@media screen and (width>=768px) {
    .l-footer__subNavItem {
        font-size: 1.92rem
    }
}

.l-footer__subNavItem>a {
    color: #fff;
    transition: opacity .4s cubic-bezier(.4,.4,0,1);
    display: inline-block
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .l-footer__subNavItem>a:hover {
        opacity:.6
    }
}

.l-footer__copy {
    color: #888;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8
}

@media screen and (width>=768px) {
    .l-footer__copy {
        font-size: 1.92rem
    }
}

.c-button {
    align-items: center;
    gap: 0 clamp(8px,1.11111vw,16px);
    display: inline-flex;
    position: relative
}

.c-button__text {
    z-index: 1;
    font-size: clamp(14px,1.11111vw,16px);
    font-weight: 500;
    line-height: 1;
    position: relative
}

.c-button02 {
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: clamp(210px,19.4444vw,280px);
    height: clamp(48px,3.88889vw,56px);
    display: inline-flex;
    position: relative
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .c-button02:hover:before {
        opacity:0
    }

    .c-button02:hover:after {
        opacity: 1
    }

    .c-button02:hover .c-button02__text {
        color: #fff
    }
}

.c-button02:before,.c-button02:after {
    z-index: 0;
    content: "";
    border-radius: 999px;
    transition: opacity .4s cubic-bezier(.35,.35,0,1);
    position: absolute;
    inset: 0
}

.c-button02:before {
    opacity: 1;
    background: #ffffffbf;
    border: 1px solid #fff
}

.c-button02:after {
    opacity: 0;
    background: linear-gradient(90deg,#f50000,#ff9436)
}

.c-button02__text {
    z-index: 1;
    font-size: clamp(14px,1.11111vw,16px);
    font-weight: 500;
    line-height: 1;
    transition: color .4s cubic-bezier(.35,.35,0,1);
    position: relative
}

.c-button02 .c-button__arrow {
    width: clamp(24px,2.08333vw,30px);
    height: clamp(20px,1.66667vw,24px);
    margin-block:auto;position: absolute;
    top: 0;
    bottom: 0;
    right: clamp(14px,1.11111vw,16px)
}

.c-button02 .c-button__arrow>span {
    width: clamp(8px,.694445vw,10px);
    height: clamp(6.4px,.555556vw,8px)
}

.c-button__arrow {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: clamp(32px,3.19444vw,46px);
    height: clamp(26px,2.5vw,36px);
    margin-block:auto;display: flex;
    position: relative;
    overflow: hidden
}

.c-button__arrow:before {
    z-index: 1;
    content: "";
    background: 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    transition: all .4s cubic-bezier(.35,.35,0,1);
    position: absolute;
    inset: 0
}

.c-button__arrow>span {
    z-index: 2;
    aspect-ratio: 14/13;
    width: clamp(11px,.972222vw,14px);
    height: clamp(10.2143px,.902778vw,13px);
    display: block;
    position: relative;
    overflow: hidden
}

.c-button__arrow>span:before,.c-button__arrow>span:after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    transition: transform .4s cubic-bezier(.35,.35,0,1);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-image: url(../img/icon_arrow.svg);
    mask-image: url(../img/icon_arrow.svg);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.c-button__arrow>span:before {
    transform: translate(0,0)
}

.c-button__arrow>span:after {
    transform: translate(-150%)
}

.c-button__arrow.--white: before {
    border-color:#fff
}

.c-button__arrow.--white>span: before,.c-button__arrow.--white>span:after {
    background:#fff
}

.c-button__arrow.--gradient01: before {
    opacity:1;
    background-image: linear-gradient(90deg,#f50000,#ff9436);
    background-origin: border-box;
    background-clip: border-box;
    border: 1px solid #0000;
    -webkit-mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
    mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
    -webkit-mask-clip: padding-box,border-box;
    mask-clip: padding-box,border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.c-button__arrow.--gradient01: after {
    z-index:0;
    content: "";
    opacity: 0;
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .4s cubic-bezier(.35,.35,0,1);
    position: absolute;
    inset: 0
}

.c-button__arrow.--gradient01>span: before,.c-button__arrow.--gradient01>span:after {
    background:linear-gradient(90deg,#f50000,#ff9436)
}

.c-button__arrow.--gradient02: before {
    opacity:1;
    background-image: linear-gradient(90deg,#f50000,#ff9436);
    background-origin: border-box;
    background-clip: border-box;
    border: 1px solid #0000
}

.c-button__arrow.--gradient02: after {
    z-index:0;
    content: "";
    opacity: 0;
    background: #fff;
    border-radius: 50%;
    transition: all .4s cubic-bezier(.35,.35,0,1);
    position: absolute;
    inset: 0
}

.c-button__arrow.--gradient02>span: before,.c-button__arrow.--gradient02>span:after {
    background:#fff
}

.c-button__arrow02 {
    aspect-ratio: 15/13;
    width: clamp(13px,1.04167vw,15px);
    height: clamp(11.27px,.902778vw,13px);
    display: block;
    position: relative;
    overflow: hidden
}

.c-button__arrow02:before,.c-button__arrow02:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    transition: transform .4s cubic-bezier(.35,.35,0,1);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-image: url(../img/icon_arrow.svg);
    mask-image: url(../img/icon_arrow.svg);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.c-button__arrow02:before {
    transform: translate(0,0)
}

.c-button__arrow02:after {
    background: #ce0016;
    transform: translate(-150%)
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    a:hover .c-button__arrow>span:before,a:hover .c-button__arrow>span:after,button:hover .c-button__arrow>span:before,button:hover .c-button__arrow>span:after {
        transition-duration:.8s
    }

    a:hover .c-button__arrow>span:before,button:hover .c-button__arrow>span:before {
        transform: translate(150%)
    }

    a:hover .c-button__arrow>span:after,button:hover .c-button__arrow>span:after {
        transform: translate(0,0)
    }

    a:hover .c-button__arrow.--gradient01: before,button:hover .c-button__arrow.--gradient01:before {
        opacity:0
    }

    a:hover .c-button__arrow.--gradient01: after,button:hover .c-button__arrow.--gradient01:after {
        opacity:1
    }

    a:hover .c-button__arrow.--gradient01>span: before,a:hover .c-button__arrow.--gradient01>span:after,button:hover .c-button__arrow.--gradient01>span:before,button:hover .c-button__arrow.--gradient01>span:after {
        background:#fff
    }

    a:hover .c-button__arrow.--gradient02: before,button:hover .c-button__arrow.--gradient02:before {
        opacity:0
    }

    a:hover .c-button__arrow.--gradient02: after,button:hover .c-button__arrow.--gradient02:after {
        opacity:1
    }

    a:hover .c-button__arrow.--gradient02>span: before,a:hover .c-button__arrow.--gradient02>span:after,button:hover .c-button__arrow.--gradient02>span:before,button:hover .c-button__arrow.--gradient02>span:after {
        background:linear-gradient(90deg,#f50000,#ff9436)
    }

    a:hover .c-button__arrow02:before,a:hover .c-button__arrow02:after,button:hover .c-button__arrow02:before,button:hover .c-button__arrow02:after {
        transition-duration: .8s
    }

    a:hover .c-button__arrow02:before,button:hover .c-button__arrow02:before {
        transform: translate(150%)
    }

    a:hover .c-button__arrow02:after,button:hover .c-button__arrow02:after {
        transform: translate(0,0)
    }
}

@media screen and (width>=390px) {
    .u-hidden-up-xs {
        display: none!important
    }
}

@media screen and (width>=554px) {
    .u-hidden-up-sm {
        display: none!important
    }
}

@media screen and (width>=768px) {
    .u-hidden-up-md {
        display: none!important
    }
}

@media screen and (width>=992px) {
    .u-hidden-up-lg {
        display: none!important
    }
}

@media screen and (width>=1440px) {
    .u-hidden-up-xl {
        display: none!important
    }
}

@media screen and (width<=389px) {
    .u-hidden-down-xs {
        display: none!important
    }
}

@media screen and (width<=553px) {
    .u-hidden-down-sm {
        display: none!important
    }
}

@media screen and (width<=767px) {
    .u-hidden-down-md {
        display: none!important
    }
}

@media screen and (width<=991px) {
    .u-hidden-down-lg {
        display: none!important
    }
}

@media screen and (width<=1439px) {
    .u-hidden-down-xl {
        display: none!important
    }
}

.c-heading-primary {
    margin-bottom: clamp(24px,3.33333vw,48px);
    position: relative
}

.c-heading-primary__title {
    font-size: clamp(24px,2.5vw,36px);
    font-weight: 500;
    line-height: 1.4
}

.front .front-section-head__title-en {
    margin-bottom: clamp(20px,2.08333vw,30px);
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    position: relative
}

.front .front-section-head__title-en:before {
    content: "";
    background: linear-gradient(90deg,#f50000,#ff9436);
    border-radius: 50%;
    width: 12px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.front .front-section-head__title-jp {
    font-size: clamp(24px,2.5vw,36px);
    font-weight: 500;
    line-height: 1.4
}

.front.hidden {
    visibility: hidden;
    opacity: 0
}

.front .front-mv {
    padding-bottom: clamp(40px,5.13889vw,74px);
    position: relative
}

.front .front-mv.stop .front-mv__item .item-desc {
    visibility: hidden;
    opacity: 0
}

.front .front-mv__container {
    max-width: 100%
}

.front .front-mv__inner {
    position: relative
}

.front .front-mv__slider {
    z-index: 2;
    border-radius: clamp(8px,1.11111vw,16px);
    position: relative;
    overflow: hidden
}

.front .front-mv__list {
    height: 560px;
    position: relative
}

@media screen and (width>=768px) {
    .front .front-mv__list {
        height: 640px
    }
}

.front .front-mv__item {
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.front .front-mv__item .item-desc {
    z-index: 2;
    padding-top: 125px;
    text-align: center;
    align-self: flex-start;
    padding-inline:24px;transition: opacity 1.2s cubic-bezier(.35,.35,0,1),visibility 1.2s cubic-bezier(.35,.35,0,1);
    position: relative
}

@media screen and (width>=768px) {
    .front .front-mv__item .item-desc {
        padding-top: 148px;
        padding-inline:max(3.33333vw,24px)}
}

.front .front-mv__item .item-title {
    color: #fff;
    font-size: clamp(24px,3.33333vw,48px);
    font-weight: 500;
    line-height: 1.4
}

.front .front-mv__item .item-text {
    color: #fff;
    margin-top: clamp(8px,1.38889vw,20px);
    font-weight: 500
}

.front .front-mv__item .item-action {
    margin-top: clamp(24px,2.08333vw,30px)
}

.front .front-mv__item .item-image {
    z-index: -1;
    position: absolute;
    inset: 0
}

.front .front-mv__item .item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.front .front-mv__sliderController .controller {
    z-index: 2;
    grid-template-columns: 1fr 34px;
    align-items: center;
    gap: 0 24px;
    margin-top: clamp(12px,1.38889vw,20px);
    transition: opacity .8s cubic-bezier(.35,.35,0,1),visibility .8s cubic-bezier(.35,.35,0,1);
    display: grid;
    position: relative
}

.front .front-mv__sliderController .swiper-horizontal>.swiper-pagination-bullets,.front .front-mv__sliderController .swiper-pagination-horizontal.swiper-pagination-bullets {
    justify-content: center;
    align-items: center;
    gap: 0 clamp(16px,1.66667vw,24px);
    padding-left: 58px;
    display: flex;
    position: relative;
    inset: 0
}

.front .front-mv__sliderController .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.front .front-mv__sliderController .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.front .front-mv__sliderController .swiper-pagination-bullet {
    opacity: 1;
    background-color: #d9d9d9;
    width: 10px;
    height: 10px
}

@media screen and (width>=768px) {
    .front .front-mv__sliderController .swiper-pagination-bullet {
        width: 12px;
        height: 12px
    }
}

.front .front-mv__sliderController .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(90deg,#f50000,#ff9436)
}

.front .front-mv__sliderController .swiper-play {
    z-index: 1;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 29.9999px;
    height: 22.9411px;
    transition: border-color .4s cubic-bezier(.35,.35,0,1);
    display: flex;
    position: relative;
    overflow: hidden
}

@media screen and (width>=768px) {
    .front .front-mv__sliderController .swiper-play {
        width: 34px;
        height: 26px
    }
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .front .front-mv__sliderController .swiper-play:hover:before {
        background-image:linear-gradient(90deg,#f50000,#ff9436);
        background-origin: border-box;
        background-clip: border-box;
        border: 1px solid #0000;
        -webkit-mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
        mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
        -webkit-mask-clip: padding-box,border-box;
        mask-clip: padding-box,border-box;
        -webkit-mask-composite: xor;
        mask-composite: exclude
    }

    .front .front-mv__sliderController .swiper-play:hover:after {
        background: linear-gradient(90deg,#f50000,#ff9436)
    }
}

.front .front-mv__sliderController .swiper-play.paused:before {
    background-image: linear-gradient(90deg,#f50000,#ff9436);
    background-origin: border-box;
    background-clip: border-box;
    border: 1px solid #0000;
    -webkit-mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
    mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
    -webkit-mask-clip: padding-box,border-box;
    mask-clip: padding-box,border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.front .front-mv__sliderController .swiper-play.paused:after {
    background: linear-gradient(90deg,#f50000,#ff9436)
}

.front .front-mv__sliderController .swiper-play:before {
    z-index: 1;
    content: "";
    background: 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    inset: 0
}

.front .front-mv__sliderController .swiper-play:after {
    content: "";
    background: #000;
    width: 8px;
    height: 8px;
    margin: auto;
    display: block;
    position: absolute;
    inset: 0;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 8 8\"><path d=\"M0,0h3v8H0V0ZM5,0h3v8h-3V0Z\"/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 8 8\"><path d=\"M0,0h3v8H0V0ZM5,0h3v8h-3V0Z\"/></svg>");
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.front .front-mv__sliderController .indicator {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    position: absolute
}

.front .front-pickup {
    background: #fff;
    padding-bottom: clamp(80px,11.1111vw,160px);
    position: relative
}

.front .front-pickup__list {
    gap: clamp(16px,1.73611vw,25px);
    display: grid
}

@media screen and (width>=768px) {
    .front .front-pickup__list {
        grid-template-columns: repeat(3,1fr)
    }
}

.front .front-pickup__item .item-card {
    aspect-ratio: 345/201;
    color: #fff;
    border-radius: clamp(8px,1.11111vw,16px);
    align-items: end;
    padding: clamp(20px,2.08333vw,30px);
    display: grid;
    position: relative;
    overflow: hidden
}

@media screen and (width>=768px) {
    .front .front-pickup__item .item-card {
        aspect-ratio: 410/520
    }
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .front .front-pickup__item .item-card:hover:before {
        opacity:0
    }

    .front .front-pickup__item .item-card:hover:after {
        opacity: 1
    }
}

.front .front-pickup__item .item-card:before {
    z-index: 1;
    content: "";
    opacity: 1;
    background: linear-gradient(#080a0900 66%,#000 99%);
    transition: opacity .4s cubic-bezier(.35,.35,0,1);
    position: absolute;
    inset: 0
}

.front .front-pickup__item .item-card:after {
    z-index: 1;
    content: "";
    opacity: 0;
    background: linear-gradient(#080a0900 66%,#cf0014 99%);
    transition: opacity .4s cubic-bezier(.35,.35,0,1);
    position: absolute;
    inset: 0
}

.front .front-pickup__item .item-desc {
    z-index: 2;
    grid-template-columns: 1fr clamp(32px,3.19444vw,46px);
    align-items: center;
    display: grid;
    position: relative
}

.front .front-pickup__item .item-title {
    font-size: clamp(18px,1.66667vw,24px);
    font-weight: 500;
    line-height: 1
}

.front .front-pickup__item .item-action .c-button__arrow {
    width: clamp(32px,3.54967vw,51.1152px);
    height: clamp(26px,2.778vw,40.0032px)
}

.front .front-pickup__item .item-action .c-button__arrow:before {
    border-color: #fff
}

.front .front-pickup__item .item-action .c-button__arrow>span {
    width: clamp(11px,1.08033vw,15.5568px);
    height: clamp(10.2143px,1.00317vw,14.4456px)
}

.front .front-pickup__item .item-action .c-button__arrow>span:before,.front .front-pickup__item .item-action .c-button__arrow>span:after {
    background: #fff
}

.front .front-pickup__item .item-image {
    z-index: 0;
    position: absolute;
    inset: 0
}

.front .front-pickup__item .item-image img {
    width: 100%
}

.front .front-news2 {
    background: #fff;
    padding-bottom: clamp(80px,11.1111vw,160px);
    position: relative
}

.front .front-news2__action {
    justify-content: flex-end;
    align-items: center;
    gap: 0 clamp(16px,2.08333vw,30px);
    margin-top: 45px;
    display: flex
}

@media screen and (width>=768px) {
    .front .front-news2__action {
        margin-top: 24px
    }
}

.front .front-news2__action .c-rss-link {
    align-items: center;
    gap: 0 clamp(8px,1.11111vw,16px);
    transition: opacity .4s cubic-bezier(.35,.35,0,1);
    display: inline-flex;
    position: relative
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .front .front-news2__action .c-rss-link:hover {
        opacity:.6
    }
}

.front .front-news2__action .c-rss-link__text {
    font-size: clamp(14px,1.11111vw,16px);
    font-weight: 500;
    line-height: 1
}

.front .front-news2__action .c-rss-link__icon {
    background: linear-gradient(90deg,#f50000,#ff9436);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: clamp(32px,3.19444vw,46px);
    height: clamp(26px,2.5vw,36px);
    display: flex;
    position: relative;
    overflow: hidden
}

.front .front-news2__action .c-rss-link__icon:before {
    aspect-ratio: 1;
    content: "";
    background: #fff;
    width: clamp(14px,1.38889vw,20px);
    display: block;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\"><path d=\"M5.18 13.6375C5.75817 13.6375 6.31266 13.8672 6.72149 14.276C7.13032 14.6848 7.36 15.2393 7.36 15.8175C7.36 16.9975 6.38 17.9975 5.18 17.9975C4 17.9975 3 16.9975 3 15.8175C3 15.2393 3.22968 14.6848 3.63851 14.276C4.04734 13.8672 4.60183 13.6375 5.18 13.6375ZM3 2.4375C7.12677 2.4375 11.0845 4.07685 14.0026 6.99492C16.9206 9.91298 18.56 13.8707 18.56 17.9975H15.73C15.73 14.6213 14.3888 11.3834 12.0015 8.99603C9.61413 6.60869 6.37621 5.2675 3 5.2675V2.4375ZM3 8.0975C5.62564 8.0975 8.14375 9.14053 10.0004 10.9971C11.857 12.8538 12.9 15.3719 12.9 17.9975H10.07C10.07 16.1224 9.32513 14.3241 7.99924 12.9983C6.67336 11.6724 4.87508 10.9275 3 10.9275V8.0975Z\"/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\"><path d=\"M5.18 13.6375C5.75817 13.6375 6.31266 13.8672 6.72149 14.276C7.13032 14.6848 7.36 15.2393 7.36 15.8175C7.36 16.9975 6.38 17.9975 5.18 17.9975C4 17.9975 3 16.9975 3 15.8175C3 15.2393 3.22968 14.6848 3.63851 14.276C4.04734 13.8672 4.60183 13.6375 5.18 13.6375ZM3 2.4375C7.12677 2.4375 11.0845 4.07685 14.0026 6.99492C16.9206 9.91298 18.56 13.8707 18.56 17.9975H15.73C15.73 14.6213 14.3888 11.3834 12.0015 8.99603C9.61413 6.60869 6.37621 5.2675 3 5.2675V2.4375ZM3 8.0975C5.62564 8.0975 8.14375 9.14053 10.0004 10.9971C11.857 12.8538 12.9 15.3719 12.9 17.9975H10.07C10.07 16.1224 9.32513 14.3241 7.99924 12.9983C6.67336 11.6724 4.87508 10.9275 3 10.9275V8.0975Z\"/></svg>");
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.front .p-tabBox__tabList {
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 40px;
    display: flex
}

@media screen and (width>=768px) {
    .front .p-tabBox__tabList {
        margin-bottom: 36px
    }
}

.front .p-tabBox__tabItem {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: clamp(12px,.972222vw,14px);
    font-weight: 500;
    line-height: 1
}

.front .p-tabBox__tabItem.is-active {
    color: #fff;
    background: linear-gradient(90deg,#f50000,#ff9436)
}

.front .p-tabBox__panelItem {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.front .p-tabBox__panelItem.is-show {
    visibility: visible;
    opacity: 1;
    position: relative
}

.front .c-news__list:not(.thumnail) .c-news__item .d_icon {
    vertical-align: text-bottom;
    margin-left: .5em;
    position: relative;
    top: clamp(2px,.277778vw,4px)
}

.front .c-news__list:not(.thumnail) .c-news__item .n_icon {
    margin-left: .5em
}

.front .c-news__list:not(.thumnail) .c-news__item .n_icon:before {
    content: "NEW";
    color: #f50000;
    vertical-align: middle;
    background: linear-gradient(90deg,#f50000,#ff9436);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: clamp(12px,.972222vw,14px);
    font-weight: 400;
    line-height: 1.6;
    display: inline-block
}

.front .c-news__item {
    border-bottom: 1px solid #ddd
}

.front .c-news__item>a {
    padding-block:16px;display: inline-block;
    position: relative
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .front .c-news__item>a:hover .news_tx {
        opacity:.5
    }
}

.front .c-news__item:first-child {
    padding-top: 0
}

.front .c-news__item .date {
    color: #888;
    align-items: center;
    height: 24px;
    font-size: clamp(14px,1.11111vw,16px);
    font-weight: 500;
    line-height: 1.6;
    display: flex;
    position: absolute;
    top: 16px;
    left: 0
}

.front .c-news__item .c_icon {
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    margin-bottom: 8px;
    padding-left: 14.4rem;
    display: flex
}

.front .c-news__item .c_icon>span {
    border: 1px solid #ddd;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    display: flex
}

.front .c-news__item .news_tx {
    opacity: 1;
    font-size: clamp(14px,1.11111vw,16px);
    font-weight: 500;
    line-height: 1.6;
    transition: opacity .4s cubic-bezier(.35,.35,0,1)
}

.front .c-news__item .d_icon {
    aspect-ratio: 22/25;
    vertical-align: middle;
    width: clamp(20px,1.52778vw,22px);
    display: inline-block
}

.front .c-news__item .filesize {
    font-size: calc(clamp(14px,1.11111vw,16px)/1.16686);
    line-height: 1.6;
    display: inline
}

.front .c-news__item .n_icon {
    vertical-align: middle
}

.front .front-technical {
    background: #fff;
    padding-bottom: clamp(80px,11.1111vw,160px);
    position: relative
}

.front .front-technical__container {
    max-width: 199.68rem
}

@media screen and (width>=768px) {
    .front .front-technical__inner {
        grid-template-columns: 1fr 40%;
        align-items: center;
        gap: clamp(60px,8.33333vw,120px);
        display: grid
    }
}

.front .front-technical .front-section-head {
    margin-bottom: 24px
}

.front .front-technical__image {
    border-radius: clamp(8px,1.11111vw,16px);
    overflow: hidden
}

.front .front-technical__image img {
    width: 100%
}

.front .front-technical__image.--sp {
    margin-bottom: 36px
}

@media screen and (width>=768px) {
    .front .front-technical__image.--sp {
        display: none
    }
}

.front .front-technical__image.--pc {
    display: none
}

@media screen and (width>=768px) {
    .front .front-technical__image.--pc {
        display: block
    }
}

.front .front-technical__text {
    font-size: clamp(14px,1.25vw,18px)
}

.front .front-technical__action {
    margin-top: clamp(20px,2.77778vw,40px)
}

.front .front-about2 {
    background: #fff;
    padding-bottom: clamp(30px,8.33333vw,120px);
    position: relative
}

.front .front-about2__inner {
    padding: 32vw 15px 40px;
    position: relative
}

@media screen and (width>=768px) {
    .front .front-about2__inner {
        padding: clamp(120px,11.1111vw,160px) clamp(15px,2.77778vw,40px) clamp(40px,4.16667vw,60px)
    }
}

.front .front-about2 .front-section-head {
    z-index: 1;
    color: #fff;
    margin-bottom: clamp(30px,2.5vw,36px);
    position: relative
}

.front .front-about2__list {
    z-index: 1;
    gap: clamp(12px,1.66667vw,24px);
    display: grid;
    position: relative
}

@media screen and (width>=768px) {
    .front .front-about2__list {
        grid-template-columns: repeat(3,1fr)
    }

    .front .front-about2__item {
        display: contents
    }
}

.front .front-about2__item .item-card {
    grid-template-rows: subgrid;
    background: #fff;
    border-radius: clamp(8px,1.11111vw,16px);
    grid-row: span 3;
    gap: 0;
    padding: clamp(24px,2.77778vw,40px) clamp(24px,2.08333vw,30px);
    transition: background-color .4s cubic-bezier(.35,.35,0,1);
    display: grid;
    position: relative;
    overflow: hidden
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .front .front-about2__item .item-card:hover:before {
        opacity:1
    }

    .front .front-about2__item .item-card:hover .item-desc {
        color: #fff
    }
}

.front .front-about2__item .item-card:before {
    z-index: 0;
    content: "";
    opacity: 0;
    background-image: linear-gradient(90deg,#f50000,#ff9436);
    transition: opacity .4s cubic-bezier(.35,.35,0,1);
    position: absolute;
    inset: 0
}

.front .front-about2__item .item-desc {
    z-index: 1;
    transition: color .4s cubic-bezier(.35,.35,0,1);
    position: relative
}

.front .front-about2__item .item-title {
    margin-bottom: clamp(8px,1.11111vw,16px);
    font-size: clamp(18px,1.66667vw,24px);
    font-weight: 500;
    line-height: 1
}

.front .front-about2__item .item-action {
    margin-top: clamp(32px,4.44444vw,64px)
}

.front .front-about2__bg {
    background: #6ba5f8;
    border-radius: clamp(8px,1.11111vw,16px);
    position: absolute;
    inset: 0;
    overflow: hidden
}

@media screen and (width>=768px) {
    .front .front-about2__bg {
        background: 0 0
    }
}

.front .front-about2__bg img {
    aspect-ratio: 345/342;
    object-fit: cover;
    width: 100%
}

@media screen and (width>=768px) {
    .front .front-about2__bg img {
        aspect-ratio: unset;
        height: 100%
    }
}

.front .front-about2__bg:before {
    z-index: 0;
    content: "";
    background: linear-gradient(#6ba5f800 0%,#6ba5f8 50%);
    width: 100%;
    height: 32vw;
    position: absolute;
    top: 64vw
}

@media screen and (width>=768px) {
    .front .front-about2__bg: before {
        display:none
    }
}

.front .section-aside {
    background: #fff;
    padding-bottom: clamp(40px,5.55556vw,80px);
    position: relative
}

.front .section-aside__inner {
    gap: clamp(12px,1.66667vw,24px);
    display: grid
}

@media screen and (width>=768px) {
    .front .section-aside__inner {
        grid-template-columns: repeat(2,1fr)
    }

    .front .section-aside__card {
        display: contents
    }
}

.front .section-aside__card>a {
    background: #fff7e6;
    border-radius: clamp(8px,1.11111vw,16px);
    grid-template-columns: 1fr clamp(32px,3.19444vw,46px);
    align-items: center;
    gap: clamp(12px,1.66667vw,24px);
    padding: clamp(24px,3.19444vw,46px) clamp(20px,2.77778vw,40px);
    transition: background-color .4s cubic-bezier(.35,.35,0,1);
    display: grid;
    position: relative;
    overflow: hidden
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .front .section-aside__card>a:hover:before {
        opacity:1
    }

    .front .section-aside__card>a:hover .card-desc {
        color: #fff
    }
}

.front .section-aside__card>a:before {
    z-index: 0;
    content: "";
    opacity: 0;
    background-image: linear-gradient(90deg,#f50000,#ff9436);
    transition: opacity .4s cubic-bezier(.35,.35,0,1);
    position: absolute;
    inset: 0
}

.front .section-aside__card .card-desc {
    z-index: 1;
    transition: color .4s cubic-bezier(.35,.35,0,1);
    position: relative
}

.front .section-aside__card .card-title {
    margin-bottom: clamp(4px,.555556vw,8px);
    font-size: clamp(16px,1.38889vw,20px);
    font-weight: 500;
    line-height: 1.4
}

.page-technical .technical-skills {
        background: #fff7e6;
    padding-block: 40px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px;
}

.page-technical .technical-skills__inner,.page-technical .technical-skills__block {
    position: relative
}

.page-technical .technical-skills__tabList {
    border-bottom: 1px solid #ddd;
    grid-template-columns: repeat(2,1fr);
    gap: 0 4px;
    margin-bottom: clamp(24px,3.33333vw,48px);
    display: grid
}

.page-technical .technical-skills__tabItem {
    cursor: pointer;
    background: #fbedd1;
    border-radius: 4px 4px 0 0;
    justify-content: center;
    align-items: center;
    height: clamp(60px,5.27778vw,76px);
    font-weight: 500;
    line-height: 1.4;
    display: flex;
    position: relative;
    overflow: hidden
}

.page-technical .technical-skills__tabItem.is-active {
    background: #fff
}

.page-technical .technical-skills__tabItem.is-active:before {
    content: "";
    background: linear-gradient(90deg,#f50000,#ff9436);
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.page-technical .technical-skills__panelItem {
    display: none
}

.page-technical .technical-skills__panelItem.is-show {
    display: block
}

.page-technical .technical-skills__lead {
    margin-bottom: clamp(24px,5.55556vw,80px)
}

@media screen and (width>=768px) {
    .page-technical .technical-skills__grid {
        grid-template-columns: 1fr 46.875%;
        gap: 0 6.25%;
        min-height: clamp(360px,32.2222vw,464px);
        display: grid
    }
}

.page-technical .technical-skills__list {
    position: relative
}

.page-technical .technical-skills__item {
    border-bottom: 1px solid #ede2cb;
    position: relative
}

.page-technical .technical-skills__item>a {
    padding: clamp(14px,1.38889vw,20px) clamp(46px,4.44444vw,64px) clamp(14px,1.38889vw,20px) clamp(8px,1.11111vw,16px);
    display: block;
    position: relative
}

@media (hover: hover) and (pointer:fine) and (width>=768px) {
    .page-technical .technical-skills__item>a:hover {
        background:#fff
    }

    .page-technical .technical-skills__item>a:hover .item-title {
        color: #f50000
    }

    .page-technical .technical-skills__item>a:hover .c-button__arrow>span:before,.page-technical .technical-skills__item>a:hover .c-button__arrow>span:after {
        background: #f50000
    }
}

.page-technical .technical-skills__item .item-title {
    font-size: clamp(16px,1.25vw,18px);
    font-weight: 500;
    line-height: 1.4;
    transition: color .4s cubic-bezier(.35,.35,0,1)
}

.page-technical .technical-skills__item .c-button__arrow {
    width: clamp(14px,1.11115vw,16.0006px);
    height: clamp(13px,1.03178vw,14.8577px);
    margin-block:auto;position: absolute;
    inset: 0 clamp(16px,1.66667vw,24px) 0 auto
}

.page-technical .technical-skills__item .c-button__arrow:before {
    display: none
}

.page-technical .technical-skills__item .c-button__arrow>span {
    width: clamp(14px,1.11115vw,16.0006px);
    height: clamp(13px,1.03178vw,14.8577px)
}

.page-technical .technical-skills__imageWrap {
    display: none
}

@media screen and (width>=768px) {
    .page-technical .technical-skills__imageWrap {
        display: block;
        position: relative
    }
}

.page-technical .technical-skills__image {
    visibility: hidden;
    opacity: 0;
    transition: all .4s cubic-bezier(.4,.4,0,1);
    transition-property: opacity visibility;
    position: absolute;
    inset: 0 0 auto;
    overflow: hidden
}

.page-technical .technical-skills__image.js-active {
    visibility: visible;
    opacity: 1
}

.page-technical .technical-skills__image.js-active>div img {
    transform: scale(1)
}

.page-technical .technical-skills__image>div {
    aspect-ratio: 3/2;
    border-radius: clamp(4px,.555556vw,8px);
    position: relative;
    overflow: hidden
}

.page-technical .technical-skills__image>div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .4s cubic-bezier(.5,1,.9,1);
    position: relative;
    transform: scale(1.06)
}

.page-technical .technical-skills__image>p {
    margin-top: clamp(8px,1.11111vw,16px)
}

.page-technical .technical-skills__action {
    margin-top: 40px
}

@media screen and (width>=768px) {
    .page-technical .technical-skills__action {
        margin-top: 0;
        position: absolute;
        top: clamp(4px,.486111vw,7px);
        right: 0
    }
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative
}

.swiper {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    overflow: hidden
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    display: flex;
    position: relative
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translate(0,0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition-property: transform;
    display: block;
    position: relative
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start: var(--swiper-slides-offset-before)
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child {
    margin-inline-end:var(--swiper-slides-offset-after)}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start: var(--swiper-slides-offset-before)
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child {
    margin-block-end:var(--swiper-slides-offset-after)}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    width:var(--swiper-centered-offset-after);
    height: 100%;
    min-height: 1px
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    z-index: 10;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(#0000,#00000080)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(#00000080,#0000)
}

.swiper-lazy-preloader {
    box-sizing: border-box;
    z-index: 10;
    transform-origin: 50%;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-top-color: #0000;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    position: absolute;
    top: 50%;
    left: 50%
}

:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
    animation: 1s linear infinite swiper-preloader-spin
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    width: var(--swiper-virtual-size);
    height: 1px
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,.swiper-button-next {
    z-index: 10;
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next) {
    display: none!important
}

:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg {
    object-fit: contain;
    transform-origin: 50%;
    fill: currentColor;
    pointer-events: none;
    width: 100%;
    height: 100%
}

.swiper-button-lock {
    display: none
}

.swiper-button-prev,.swiper-button-next {
    top: var(--swiper-navigation-top-offset,50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2))
}

.swiper-button-prev {
    right: auto;
    left: var(--swiper-navigation-sides-offset,4px)
}

.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg)
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset,4px);
    left: auto
}

.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next {
    top: var(--swiper-navigation-top-offset,50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0
}

.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next {
    right: auto;
    left: var(--swiper-navigation-sides-offset,4px)
}

.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,4px);
    left: auto
}

:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon {
    transform: rotate(180deg)
}

:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(0)
}

.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next {
    right: auto;
    left: var(--swiper-navigation-top-offset,50%);
    margin-top: 0;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2))
}

.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev {
    top: var(--swiper-navigation-sides-offset,4px);
    bottom: auto
}

:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon {
    transform: rotate(-90deg)
}

.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next {
    top: auto;
    bottom: var(--swiper-navigation-sides-offset,4px)
}

:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon {
    transform: rotate(90deg)
}

.swiper-pagination {
    z-index: 10;
    text-align: center;
    transition: opacity .3s;
    position: absolute;
    transform: translate(0,0)
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: var(--swiper-pagination-top,auto);
    bottom: var(--swiper-pagination-bottom,8px);
    width: 100%;
    left: 0
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
    display: inline-block
}

button.swiper-pagination-bullet {
    appearance: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity,1)
}

.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets {
    top: 50%;
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    transform: translateY(-50%)
}

:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
    width: 8px;
    top: 50%;
    transform: translateY(-50%)
}

:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,top .2s;
    display: inline-block
}

:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%)
}

:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,#00000040);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: 0 0;
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0)
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: 100% 0
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    top: 0;
    left: 0
}

.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size,4px);
    height: 100%;
    top: 0;
    left: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    background: var(--swiper-scrollbar-bg-color,#0000001a);
    touch-action: none;
    position: relative
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    z-index: 50;
    top: var(--swiper-scrollbar-top,auto);
    bottom: var(--swiper-scrollbar-bottom,4px);
    left: var(--swiper-scrollbar-sides-offset,1%);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
    height: var(--swiper-scrollbar-size,4px);
    position: absolute
}

.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical {
    z-index: 50;
    top: var(--swiper-scrollbar-sides-offset,1%);
    right: var(--swiper-scrollbar-right,4px);
    left: var(--swiper-scrollbar-left,auto);
    width: var(--swiper-scrollbar-size,4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
    position: absolute
}

.swiper-scrollbar-drag {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    background: var(--swiper-scrollbar-drag-bg-color,#00000080);
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    z-index: -1000;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-flow: column wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    visibility: hidden;
    z-index: 1;
    transform-origin: 0 0;
    backface-visibility: hidden;
    pointer-events: none;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    visibility: visible;
    pointer-events: auto
}

.swiper-cube .swiper-cube-shadow {
    z-index: 0;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    filter: blur(50px);
    background: #000;
    position: absolute;
    inset: 0
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    visibility: visible;
    pointer-events: auto
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    z-index: 1;
    backface-visibility: hidden;
    pointer-events: none
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    transition-property: transform,opacity,height;
    overflow: hidden
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: bottom;
    backface-visibility: hidden;
    overflow: hidden
}
