@charset "UTF-8";

.is-layout-flow>* {
    margin-block-end: 0;
    margin-block-start: 0;
    margin: 0;
    padding: 0
}

@font-face {
    font-family: "EuclidCircularB";
    src: url(/assets/font/EuclidCircularB/EuclidCircularB-Light-WebS.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "EuclidCircularB";
    src: url(/assets/font/EuclidCircularB/EuclidCircularB-Regular-WebS.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "EuclidCircularB";
    src: url(/assets/font/EuclidCircularB/EuclidCircularB-Medium-WebS.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "EuclidCircularB";
    src: url(/assets/font/EuclidCircularB/EuclidCircularB-Semibold-WebS.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "EuclidCircularB";
    src: url(/assets/font/EuclidCircularB/EuclidCircularB-Bold-WebS.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

.p-contact,
.p-service {
    padding: 70px 0
}

@media (min-width:560px) and (max-width:959px) {

    .p-contact,
    .p-service {
        padding: 50px 0
    }
}

@media (max-width:559px) {

    .p-contact,
    .p-service {
        padding: 30px 0
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

body {
    overflow-x: hidden;
    background: #fff;
    color: #232323;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: "EuclidCircularB", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict
}

body.is-fixed {
    overflow: hidden
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none
}

h1,
h2,
h3,
h4,
h5,
p,
figure,
img {
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

ul,
ol,
li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-underline-offset: 4px
}

a:hover {
    opacity:initial;
    -webkit-transition: all 0.5s ease 0s;
    transition: 0
}

input[type=submit],
button {
    cursor: pointer
}

input[type=submit]:hover,
button:hover {
    opacity: .6
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
    outline: none
}

textarea {
    display: block;
    resize: none
}

button,
input,
select,
textarea {
    font-size: 100%;
    font-family: inherit
}

.l-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    width: 1112px;
    margin-inline: auto;
    padding-top: 13.4rem
}

@media (max-width:959px) {
    .l-wrapper {
        width: auto;
        gap: 4rem;
        padding-top: 8.8rem;
        margin-inline: 24px
    }
}

.l-container {
    width: 1112px;
    display: grid;
    margin-inline: auto;
    grid-template-columns: 216px 1fr;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px
}

@media (min-width:960px) and (max-width:1159px) {
    .l-container {
        grid-template-columns: 220px 1fr
    }
}

@media (max-width:959px) {
    .l-container {
        display: initial;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.l-main {
    container-type: inline-size;
    width: min(70vw, 848px)
}

@media (max-width:959px) {
    .l-main {
        width: 100%;
        margin-bottom: 0
    }
}

.l-aside {
    width: 216px
}

.l-aside__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.l-aside__nav .c-link-nav.parent {
    color: #5b5c5e
}

.l-aside__sub-nav {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.5s ease-in-out 0.5s;
    transition: grid-template-rows 0.5s ease-in-out 0.5s;
    transition: grid-template-rows 0.5s ease-in-out 0.5s, -ms-grid-rows 0.5s ease-in-out 0.5s
}

.l-aside__sub-nav>* {
    overflow: hidden
}

.l-aside__sub-nav .c-link-nav.sub {
    font-size: 1.2rem;
    color: #5b5c5e
}

@media (min-width:960px) and (max-width:1159px) {
    .l-aside {
        margin-left: 2rem
    }
}

@media (max-width:959px) {
    .l-aside {
        display: none
    }
}

.c-link-nav.parent:hover::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-link-navset:has(.c-link-nav.parent:hover) .l-aside__sub-nav {
    grid-template-rows: 1fr
}

.c-link-navset:has(.l-aside__sub-nav:hover) .l-aside__sub-nav {
    grid-template-rows: 1fr
}

.l-aside__sub-nav.is-active {
    grid-template-rows: 1fr
}

.c-link-navset:has(.l-aside__sub-nav:hover) .c-link-nav::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-link-navset:has(.l-aside__sub-nav.active) .c-link-nav.parent {
    font-weight: 600;
    color: #5b5c5e
}

.c-link-navset:has(.l-aside__sub-nav.active) .c-link-nav.parent::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-link-navset:has(.l-aside__sub-nav:hover) .c-link-nav.parent {
    font-weight: 600;
    color: #5b5c5e
}

.l-aside__sub-nav.active {
    grid-template-rows: 1fr
}

.c-link-nav.parent.is-active,
.c-link-nav.sub.is-active {
    background-color: #ECF0F7;
    color: #232323 !important;
    font-weight: 600
}
/* コメントアウト開始
.l-header {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 134px;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow 0.5s ease 0s;
    transition: -webkit-box-shadow 0.5s ease 0s;
    transition: box-shadow 0.5s ease 0s;
    transition: box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
    -webkit-transition: height 0.5s ease 0s;
    transition: height 0.5s ease 0s;
    z-index: 40
}

@media (max-width:959px) {
    .l-header.drawer::before {
        position: absolute;
        content: "";
        width: 100vw;
        height: 64px;
        background: #124897;
        z-index: 30
    }
}

.l-header.scroll {
    height: 82px;
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / .08);
    box-shadow: 0 2px 8px rgb(0 0 0 / .08)
}

@media (max-width:959px) {
    .l-header {
        height: 64px
    }

    .l-header.scroll {
        height: 64px
    }
}

.l-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem
}

@media (min-width:960px) and (max-width:1159px) {
    .l-header__inner {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (max-width:959px) {
    .l-header__inner {
        width: 88vw;
        margin-inline: auto;
        padding: 0
    }
}

.l-header__logo {
    position: relative;
    z-index: 9999
}

@media (max-width:959px) {
    .l-header__logo {
        width: 14vw
    }
}

@media (max-width:559px) {
    .l-header__logo {
        width: 20vw
    }
}

@media (max-width:959px) {
    .l-header__logo.white {
        -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(0%) hue-rotate(307deg) brightness(108%) contrast(101%);
        filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(0%) hue-rotate(307deg) brightness(108%) contrast(101%)
    }
}

.l-header__nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem
}

@media (min-width:960px) and (max-width:1159px) {
    .l-header__nav-inner {
        gap: 1.6rem
    }
}

@media (max-width:959px) {
    .l-header__nav-inner {
        display: none;
        width: 100%;
        gap: 0
    }
}

.l-header__sub-nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

@media (max-width:959px) {
    .l-header__sub-nav-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 2.8rem
    }
}

.l-header__sub-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px
}

@media (max-width:959px) {
    .l-header__sub-nav {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        width: 100%
    }
}

.hamburger {
    display: none;
    z-index: 40
}

@media (max-width:959px) {
    .hamburger {
        position: absolute;
        display: initial;
        background-color: #fff0;
        border-color: #fff0;
        top: 0;
        right: 2vw;
        z-index: 40
    }
}

.header__hamburger {
    position: relative;
    width: 36px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer
}

.hamburger span {
    width: 100%;
    height: 2px;
    background-color: #124897;
    position: absolute;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    display: block
}

.hamburger span:nth-child(1) {
    top: -2px
}

.hamburger span:nth-child(2) {
    top: 6px
}

.hamburger span:nth-child(3) {
    top: 14px
}

@media (max-width:959px) {
    .header__nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100svh;
        background-color: rgb(18 72 151 / .95);
        border-radius: 0;
        z-index: 2;
        padding: 8rem 6vw;
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

@media (max-width:559px) {
    .header__nav {
        -webkit-transition: opacity, 0.3s ease-out, display 0.3s ease-out allow-discrete;
        transition: opacity, 0.3s ease-out, display 0.3s ease-out allow-discrete
    }
}

@media (max-width:959px) {
    .header__nav.active {
        display: block;
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
        overflow-y: auto;
        padding-top: 10rem
    }
}

@starting-style {
    .header__nav.active {
        opacity: 0
    }
}

@media (max-width:959px) {
    .header__nav.active ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hamburger.active span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

.hamburger.active span:nth-child(2) {
    opacity: 0
}

.hamburger.active span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff
}
コメントアウト終了 */
/* コメントアウト開始
.l-footer {
    position: relative
}

.l-footer__inner {
    width: min(1104px, 88vw);
    margin-inline: auto;
    padding-top: 12rem;
    padding-bottom: 4rem
}

@media (max-width:559px) {
    .l-footer__inner {
        padding-top: 4rem;
        padding-bottom: 2.4rem
    }
}

.l-footer__copyright {
    color: #5b5c5e;
    font-size: 1.2rem
}

@media (max-width:559px) {
    .l-footer__copyright {
        font-size: 1rem
    }
}

.l-footer__sitemap {
    display: grid;
    grid-template-columns: 246px 246px 246px 246px;
    margin-bottom: 10.4rem
}

@media (max-width:959px) {
    .l-footer__sitemap {
        grid-template-columns: 22.5vw 22.5vw 22.5vw 22.5vw
    }
}

@media (max-width:559px) {
    .l-footer__sitemap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 4.8rem
    }
}

.l-footer__sitemap-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem
}

@media (max-width:559px) {
    .l-footer__sitemap-nav {
        gap: 0
    }
}

.l-footer__sitemap-nav.sub {
    gap: .8rem
}

@media (max-width:559px) {
    .l-footer__sitemap-nav.acc {
        gap: 0
    }
}

.l-footer__lower {
    margin-bottom: 1.2rem
}

@media (max-width:559px) {
    .l-footer__lower {
        margin-bottom: 1.6rem
    }
}

.l-footer__lower-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem
}

@media (max-width:959px) {
    .l-footer__lower-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.2rem
    }
}

.l-footer__pagetop {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

@media (max-width:559px) {
    .l-footer__pagetop {
        width: 75px;
        height: 75px
    }
}

.l-footer__pagetop:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 1
}

.l-footer__pagetop a:hover {
    opacity: 1
}

.l-footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6.4rem
}

@media (max-width:559px) {
    .l-footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 6rem;
        margin-bottom: 3.2rem
    }
}

.l-footer__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.4rem;
    width: clamp(248px, 40vw, 536px)
}

@media (max-width:559px) {
    .l-footer__link {
        width: 100%;
        gap: 2.4rem
    }
}

.l-footer__contact {
    position: relative;
    width: clamp(226px, 48vw, 562px);
    height: clamp(226px, 48vw, 562px);
    background-image: url(/products/wp-content/themes/quick/assets/images/common/bg_footer.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -6.4rem;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

@media (max-width:559px) {
    .l-footer__contact {
        margin-left: 0
    }
}

.l-footer__contact:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}
コメントアウト終了 */

.c-inner {
    width: 1200px;
    max-width: 100%;
    height: inherit;
    margin: 0 auto;
    padding: 0 10px
}

@media (max-width:559px) {
    .c-inner {
        padding: 0 5px;
        width: 360px
    }
}

.c-section-top {
    position: relative;
    margin-bottom: clamp(4rem, 6vw, 5.6rem);
    padding-bottom: clamp(4rem, 6vw, 5.6rem);
    border-bottom: 1px #e8e9eb solid
}

.c-section-top:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.c-section-service {
    position: relative;
    padding-top: clamp(4rem, 6vw, 5.6rem);
    padding-bottom: 6.4rem;
    border-bottom: 1px #e8e9eb solid
}

@container (max-width:789px) {
    .c-section-service {
        padding-bottom: 5.6rem
    }
}

.c-section-service.last {
    border: none;
    padding-bottom: 0
}

.c-section-function {
    position: relative;
    padding-top: clamp(3.2rem, 6vw, 6.4rem);
    padding-bottom: 6.4rem;
    border-bottom: 1px #e8e9eb solid
}

.c-section-function.first {
    padding-top: 0
}

.c-section-function:last-child {
    border: none;
    padding-bottom: 0
}

.c-section__columns-2 {
    margin-top: clamp(2.4rem, 4vw, 3.2rem);
    display: grid;
    grid-template-columns: 404px 404px;
    gap: 4rem
}

@container (max-width:767px) {
    .c-section__columns-2 {
        grid-template-columns: 1fr;
        gap: 4rem
    }
}

.c-section__columns-3 {
    margin-top: 2.4rem;
    display: grid;
    grid-template-columns: 256px 256px 256px;
    gap: 4rem
}

@container (max-width:789px) {
    .c-section__columns-3 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem
    }
}

@container (max-width:459px) {
    .c-section__columns-3 {
        gap: 2.4rem 2rem
    }
}

.c-section-title__mv {
    margin-bottom: 3.2rem
}

@container (max-width:459px) {
    .c-section-title__mv {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;
        margin-bottom: 2.4rem
    }
}

.c-section-title__mv img {
    border-radius: 12px
}

@container (max-width:767px) {
    .c-section-title__mv img {
        width: 100%;
        border-radius: 0
    }
}

.c-section-title__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 2.4rem
}

.c-section-title__link {
    text-align: center
}

.c-section__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3.2rem
}

@container (max-width:459px) {
    .c-section__description {
        margin-top: 2.4rem
    }
}

.c-font-m {
    font-size: 1.6rem;
    letter-spacing: .05em
}

.c-font-s {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: .05em
}

.c-font-xs {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: .05em
}

@media (min-width:560px) and (max-width:959px) {
    .c-display-only-pc {
        display: none
    }
}

@media (max-width:559px) {
    .c-display-only-pc {
        display: none
    }
}

@media (min-width:960px) {
    .c-display-only-tab {
        display: none
    }
}

@media (max-width:559px) {
    .c-display-only-tab {
        display: none
    }
}

@media (min-width:960px) {
    .c-display-only-sp {
        display: none
    }
}

@media (min-width:560px) and (max-width:959px) {
    .c-display-only-sp {
        display: none
    }
}

@media (min-width:960px) {
    .c-hidden-pc {
        display: none
    }
}

@media (min-width:560px) and (max-width:959px) {
    .c-hidden-tab {
        display: none
    }
}

@media (max-width:559px) {
    .c-hidden-sp {
        display: none
    }
}

.c-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    font-size: clamp(1.5rem, 6vw, 1.8rem);
    color: #124897;
    cursor: pointer
}

.c-btn:hover {
    opacity: .6
}

.c-btn>span {
    display: inline-block;
    width: 100%
}

.c-btn-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #fff;
    border-radius: .6rem;
    width: min(64vw, 240px);
    height: 70px
}

.c-btn-contact:hover {
    color: #124897;
    opacity: initial;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.c-btn-contact:hover::after {
    background-position: center left 0
}

.c-btn-round {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 1.8rem);
    color: #124897;
    padding: min(1.6rem, 8%) min(6.4rem, 8%);
    border: 1px #124897 solid;
    border-radius: 64px;
    cursor: pointer
}

@media (max-width:959px) {
    .c-btn-round {
        width: 100%
    }
}

.c-btn-round:hover {
    background-color: #143867;
    opacity: initial;
    color: #fff;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}
/* コメントアウト開始
.c-btn-header-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 164px;
    height: 53px;
    background-color: #124897;
    color: #fff;
    border-radius: 64px;
    font-weight: 600;
    letter-spacing: .05em
}

@media (min-width:960px) and (max-width:1159px) {
    .c-btn-header-contact {
        width: 132px;
        font-size: 1.4rem
    }
}

@media (max-width:959px) {
    .c-btn-header-contact {
        background: #fff;
        color: #124897;
        width: 56vw;
        height: 70px;
        font-size: 2rem;
        margin-top: 4rem
    }
}
コメントアウト終了 */

.c-floating {
    opacity: 0;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 30;
    width: 50px;
    height: 50px;
    border: 1px solid #232323;
    background: #232323;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s
}

.c-floating::before {
    display: block;
    position: absolute;
    top: 20px;
    left: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    content: "";
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff
}

.c-floating.is-show {
    opacity: 1
}

.c-fade-in {
    opacity: 0;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px)
}

.c-scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.c-link-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: .8rem;
    font-size: 1.4rem;
    color: #124897
}

.c-link-arrow::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 100%;
    border-color: #124897;
    background-image: url(/products/wp-content/themes/quick/assets/images/common/ico_link-arrow.svg);
    background-repeat: no-repeat;
    background-position: center left -4px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.c-link-arrow:hover {
    text-decoration: underline;
    opacity: 1
}

.c-link-arrow:hover::after {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    background-position: center left -2px
}

.c-link-arrow.related {
    color: #232323;
    font-weight: 600
}

.c-link-arrow.right {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-right: .2rem
}

.c-link-external {
    position: relative;
    font-size: clamp(1.5rem, 4vw, 1.6rem);
    color: #124897;
    text-decoration: underline
}

.c-link-external::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/products/wp-content/themes/quick/assets/images/common/ico_link-external.svg);
    background-repeat: no-repeat;
    vertical-align: -4px;
    margin-left: .6rem
}

.c-link-external:hover {
    text-decoration: none;
    opacity: 1
}

.c-link-external__icon {
    position: absolute;
    display: inline
}

.c-link-external__icon::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #124897;
    border-right: 1px solid #124897;
    left: 17.5px;
    top: 4px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.c-link-external__icon::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 12px;
    height: 1px;
    background: #124897;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 13px;
    top: 8px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.c-link-global-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    letter-spacing: .05em;
    gap: .6rem
}

@media (min-width:960px) and (max-width:1159px) {
    .c-link-global-nav {
        font-size: 1.4rem
    }
}

@media (max-width:959px) {
    .c-link-global-nav {
        font-size: 2rem;
        gap: 0;
        color: #fff
    }
}

@media (max-width:959px) {
    .c-link-global-nav-primary {
        width: 100%;
        font-size: 2rem;
        border-bottom: 1px #fff solid;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem
    }

    .c-link-global-nav-primary:first-child {
        padding-bottom: 0
    }

    .c-link-global-nav-primary:nth-child(3) {
        padding-bottom: 0
    }
}

.c-link-global-nav:hover {
    font-weight: 600;
    opacity: 1
}

@media (max-width:959px) {
    .c-link-global-nav:hover {
        font-weight: 300
    }
}

.c-link-global-nav.parent {
    position: relative
}

.c-link-global-nav.parent::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 64px
}

@media (max-width:959px) {
    .c-link-global-nav.parent::before {
        display: none
    }
}

.c-link-global-nav.parent::after {
    content: "";
    width: 13px;
    height: 13px;
    background: url(/products/wp-content/themes/quick/assets/images/common/ico_nav-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (max-width:959px) {
    .c-link-global-nav.parent::after {
        width: 23px;
        height: 23px;
        background: url(/products/wp-content/themes/quick/assets/images/common/ico_nav-drawer-arrow.svg)
    }
}

@media (max-width:959px) {
    .c-link-global-nav.parent.is-open::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (max-width:959px) {
    .c-link-global-nav.language {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .c-link-global-nav.language::after {
        display: none
    }
}

.c-link-global-nav.sub {
    font-size: 1.4rem;
    padding: .8rem 0 .8rem 4rem;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 1.2rem
}

@media (max-width:959px) {
    .c-link-global-nav.sub {
        font-size: 2rem;
        color: #232323;
        padding: .8rem 0 .8rem 1.6rem
    }
}

.c-link-global-nav.sub::after {
    display: none
}

.c-link-global-nav.sub:hover {
    background-color: #ECF0F7
}

@media (max-width:959px) {
    .c-link-global-nav.sub:hover {
        background-color: initial
    }
}

@media (max-width:959px) {
    .c-link-global-nav.sub.lang {
        position: relative;
        color: #fff;
        padding: 0;
        line-height: .75;
        padding-bottom: 1.2rem
    }

    .c-link-global-nav.sub.lang::before {
        content: "";
        width: 1px;
        height: 16px;
        background-color: #fff;
        position: absolute;
        right: -1.6rem
    }

    .c-link-global-nav.sub.lang.selected {
        border-bottom: 1px #fff solid
    }

    .c-link-global-nav.sub.lang.last::before {
        display: none
    }
}

.c-link-global-nav__icon.white {
    margin-top: 2.8rem;
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(0%) hue-rotate(307deg) brightness(108%) contrast(101%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(0%) hue-rotate(307deg) brightness(108%) contrast(101%)
}

@media (max-width:959px) {
    .c-link-global-subnav.language {
        display: initial
    }
}

.c-link-global-subnav__title {
    font-size: 1.2rem;
    color: #5b5c5e;
    padding-left: 1.6rem;
    margin-bottom: .8rem
}

@media (max-width:959px) {
    .c-link-global-subnav__title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: .8rem;
        font-size: 1.4rem;
        padding-top: 2.8rem
    }
}

.c-link-global-subnav__icon {
    display: none
}

@media (max-width:959px) {
    .c-link-global-subnav__icon {
        display: initial
    }
}

.c-link-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    padding: .8rem
}

.c-link-nav:hover {
    background-color: #ECF0F7;
    font-weight: 600;
    opacity: 1
}

@media (max-width:959px) {
    .c-link-nav:hover {
        background-color: initial
    }
}

.c-link-nav::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/products/wp-content/themes/quick/assets/images/common/ico_nav-arrow.svg);
    background-repeat: no-repeat
}

.c-link-nav.current {
    background-color: #ECF0F7;
    font-weight: 600
}

.c-link-nav.sub {
    font-size: 1.4rem;
    padding-left: 2rem
}

@media (max-width:959px) {
    .c-link-nav.sub {
        color: #232323;
        font-size: 2rem
    }

    .c-link-nav.sub:hover {
        background-color: initial;
        font-weight: 300
    }
}

.c-link-nav.sub::after {
    display: none
}

.c-link-nav.active {
    background-color: #ECF0F7;
    font-weight: 600
}

.c-link-nav.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-link-nav.parent {
    font-size: 1.4rem
}

.c-link-footer-nav {
    font-size: 1.6rem;
    font-weight: 600
}

@media (max-width:559px) {
    .c-link-footer-nav {
        font-size: 1.5rem;
        font-weight: 300;
        border-top: 1px #232323 solid;
        padding-top: 2.8rem;
        padding-bottom: 2.8rem
    }

    .c-link-footer-nav.first {
        border: none
    }

    .c-link-footer-nav.last {
        border-bottom: 1px #232323 solid
    }
}

.c-link-footer-nav.sub {
    font-size: 1.4rem;
    font-weight: 300
}

@media (max-width:559px) {
    .c-link-footer-nav.sub {
        border: none;
        padding-top: 0;
        padding-bottom: 0
    }
}

.c-link-footer-nav.lower {
    font-size: 1.4rem;
    font-weight: 300
}

@media (max-width:559px) {
    .c-link-footer-nav.lower {
        width: 40vw;
        border: none;
        padding-top: 0;
        padding-bottom: 0
    }
}

.c-link-footer-contact {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    color: #124897
}

@media (max-width:559px) {
    .c-link-footer-contact {
        font-size: 1.6rem
    }
}

.c-link-footer-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
    font-size: 2.4rem;
    font-weight: 600;
    padding-bottom: 3.2rem;
    border-bottom: 1px #e8e9eb solid;
    background: #fff0
}

@media (max-width:559px) {
    .c-link-footer-link {
        font-size: 2rem;
        gap: 1.6rem
    }
}

.c-link-footer-link::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 100%;
    border-color: #124897;
    background-image: url(/products/wp-content/themes/quick/assets/images/common/ico_link-arrow.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center left -4px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

@media (max-width:559px) {
    .c-link-footer-link::after {
        width: 28px;
        height: 28px;
        border: 1px solid
    }
}

.c-link-footer-link:hover {
    color: #124897;
    opacity: initial
}

.c-link-footer-link:hover::after {
    background-position: center left 0
}

.c-link-footer-link.sub {
    font-size: 1.8rem;
    font-weight: 300;
    padding-bottom: 0;
    border-bottom: none
}

@media (max-width:559px) {
    .c-link-footer-link.sub {
        font-size: 1.5rem
    }
}

.c-link-footer-link.sub::after {
    display: none
}

.c-link-breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.2rem;
    color: #5b5c5e
}

.c-link-breadcrumb a:hover {
    color: #124897;
    opacity: initial
}

.c-link-breadcrumb::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/products/wp-content/themes/quick/assets/images/common/ico_breadcrumb-arrow.svg);
    background-repeat: no-repeat
}

.c-link-breadcrumb:last-child::after {
    display: none
}

@media (max-width:559px) {
    .c-link-breadcrumb {
        font-size: 1.1rem
    }
}

.c-link-external:hover .c-link-external__icon {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.c-link-external:hover .c-link-external__icon::before {
    left: 19.5px;
    top: 2px
}

.c-link-external:hover .c-link-external__icon::after {
    width: 14px;
    left: 13px;
    top: 7px
}

.c-conversion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.2rem;
    background-image: url(/products/wp-content/themes/quick/assets/images/common/bg_contact.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 524px;
    margin-top: 8rem
}

@media (max-width:559px) {
    .c-conversion {
        height: auto;
        margin-top: 4rem;
        padding: 6.4rem 0
    }
}

.c-heading-1 {
    font-size: clamp(2.4rem, 4vw, 2.8rem);
    font-weight: 600
}

.c-heading-1.category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .8rem;
    margin-top: .8rem
}

@container (max-width:459px) {
    .c-heading-1.category {
        margin-top: 0
    }
}

.c-heading-1.service-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .8rem;
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    margin-top: .8rem;
    margin-bottom: 5.6rem;
}

@container (max-width:459px) {
    .c-heading-1.service-title {
        margin-top: 0;
        margin-bottom: 4rem;
    }
}

.c-heading-1.service-title.top {
    font-size: clamp(2.4rem, 4vw, 2.8rem);
    line-height: 1.5;
}

.c-heading-1.function-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .8rem;
    font-size: clamp(2.4rem, 4vw, 2.8rem);
    margin-bottom: 4rem;
    margin-top: .8rem
}

@container (max-width:459px) {
    .c-heading-1.function-title {
        margin-top: 0
    }
}

.c-heading-1.category-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    font-size: clamp(2.4rem, 4vw, 2.8rem);
    line-height: 1.5;
}

.c-heading-1.category-title img {
    width: 32px;
    height: 32px
}

.c-heading-1.sub-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-size: 1.4rem;
    color: #124897
}

.c-heading-1.sub-title::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 4px #124897 solid;
    border-radius: 100%
}

.c-heading-2 {
    font-size: 2.4rem;
    font-weight: 600
}

.c-heading-2.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    font-size: clamp(2rem, 4vw, 2.4rem)
}

.c-heading-2.conversion {
    font-size: clamp(2.4rem, 5vw, 3rem);
    text-align: center;
    color: #fff
}

.c-heading-2.white {
    color: #fff
}

.c-heading-2.center {
    text-align: center
}

.c-heading-2.result-number {
    margin-bottom: -2rem;
    color: #124897;
    font-size: clamp(1.8rem, 4vw, 2rem)
}

.c-heading-2.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    font-size: clamp(2rem, 5vw, 2.4rem);
    color: #124897;
    margin-bottom: 4rem
}

@media (max-width:559px) {
    .c-heading-2.blue {
        margin-bottom: 3.2rem
    }
}

.c-heading-2.blue::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 4.5px #124897 solid;
    border-radius: 100%
}

.c-heading-2.solution {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem;
    font-size: clamp(2rem, 4vw, 2.4rem);
    color: #124897;
    margin-bottom: 4rem
}

@media (max-width:559px) {
    .c-heading-2.solution {
        margin-bottom: 3.2rem
    }
}

.c-heading-2.solution::before {
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(/products/wp-content/themes/quick/assets/images/products/common/ico_light.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.c-heading-2__icon {
    width: 32px;
    height: 32px
}

.c-heading-3 {
    font-size: clamp(1.8rem, 2vw, 2rem);
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: .8rem
}

.c-heading-3.fs-m {
    font-size: clamp(1.5rem, 2vw, 1.6rem)
}

.c-card {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-card:has(.c-card__link:hover) .c-link-arrow {
    text-decoration: underline;
    opacity: 1
}

.c-card:has(.c-card__link:hover) .c-link-arrow::after {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    background-position: center left -2px
}

.c-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c-card__description {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    margin-bottom: clamp(1.2rem, 2vw, 1.6rem)
}

.c-card__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .4rem 1rem;
    margin-bottom: .8rem;
    margin-top: -.8rem
}

.c-card__tag {
    font-size: clamp(1.1rem, 2vw, 1.2rem)
}

.c-card__figure {
    width: 100%;
    margin-bottom: 1.6rem;
    aspect-ratio: 16/9;
    overflow: hidden
}

@container (max-width:767px) {
    .c-card__figure {
        margin-bottom: 1rem;
    }
}

.c-card__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    border: 1px #e8e9eb solid
}

.c-card-function {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem
}

@container (max-width:767px) {
    .c-card-function {
        grid-template-columns: 1fr;
        gap: 2rem
    }
}

.c-card-function__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .8rem;
    width: 100%;
    border-radius: 6px;
    border: 1px #e8e9eb solid;
    padding: 1.6rem
}

.c-card-function__description {
    font-size: 1.4rem;
    margin-top: -.8rem;
    margin-bottom: 1.2rem
}

.c-card-issue {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.4rem
}

@container (max-width:847px) {
    .c-card-issue {
        grid-template-columns: 1fr 1fr
    }
}

@container (max-width:559px) {
    .c-card-issue {
        grid-template-columns: 1fr;
        gap: 2rem
    }
}

.c-card-issue__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 6px;
    padding: 2rem;
    background: #f8f9fa
}

.c-card-issue__description {
    font-size: 1.6rem;
    font-weight: 600
}

.c-card-case {
    position: relative;
    margin-bottom: 2.4rem;
    width: 100%
}

.c-card-case__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (max-width:559px) {
    .c-card-case__item {
        margin-bottom: 3.2rem
    }
}

.c-card-case__img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 2rem;
    aspect-ratio: 16/11.5;
    overflow: hidden
}

.c-card-case__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-card-case__logo {
    width: 100%;
    margin-bottom: 2rem
}

.c-card-case__category {
    font-size: 1.4rem;
    margin-bottom: .8rem
}

.c-card-case__company {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: .8rem
}

.c-block-solution {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.6rem
}

@container (max-width:767px) {
    .c-block-solution {
        gap: 4rem
    }
}

.c-block-solution__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem
}

@container (max-width:767px) {
    .c-block-solution__item {
        grid-template-columns: 1fr;
        gap: 2rem
    }
}

.c-block-solution__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

@container (max-width:767px) {
    .c-block-solution__txt {
        grid-template-columns: 1fr;
        gap: .8rem;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.c-block-solution__img {
    border-radius: 6px;
    border: 1px #e8e9eb solid
}

@container (max-width:767px) {
    .c-block-solution__img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.c-block-issue {
    container-type: inline-size;
    display: grid;
    grid-template-columns: 258.5px 258.5px 258.5px;
    gap: 4rem;
    padding-bottom: 6.4rem;
    border-bottom: 1px #e8e9eb solid
}

.c-block-issue__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 6px;
    border: 1px #b5c6de solid;
    padding: 2rem;
    background: #f8f9fa
}

.c-block-issue__description {
    font-size: 1.6rem;
    font-weight: 600
}

.c-block-function {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.4rem
}

@container (max-width:767px) {
    .c-block-function {
        gap: 3.2rem
    }
}

.c-block-function__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    place-items: center
}

@container (max-width:459px) {
    .c-block-function__item {
        grid-template-columns: 1fr;
        gap: 2rem
    }
}

.c-block-function__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

@container (max-width:459px) {
    .c-block-function__txt {
        grid-template-columns: 1fr;
        gap: .8rem;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.c-block-function__img {
    border-radius: 6px;
    border: 1px #e8e9eb solid
}

@container (max-width:459px) {
    .c-block-function__img {
        -webkit-user-drag: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.c-block-related-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.4rem 3.2rem;
    margin-top: 4.8rem
}

.c-accordion {
    border-top: 1px #e8e9eb solid
}

.c-accordion__item {
    padding: 2.4rem 0;
    border-bottom: 1px #e8e9eb solid
}

.c-accordion__q {
    position: relative;
    font-size: clamp(1.5rem, 6vw, 1.6rem);
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding-right: 2.4rem
}

.c-accordion__a {
    display: none;
    overflow: hidden;
    margin-top: .8rem
}

.c-accordion__icon {
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    right: 0;
    top: 12px;
    border: 1px #124897 solid;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.c-accordion__icon::before,
.c-accordion__icon::after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    width: 10px;
    height: 1px;
    background: #124897;
    top: 9px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.c-accordion__icon::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms
}

@media (max-width:559px) {
    .c-accordion-footer-nav__parent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        padding-right: 2.4rem
    }

    .c-accordion-footer-nav__parent:hover {
        opacity: .6
    }

    .c-accordion-footer-nav__parent::before,
    .c-accordion-footer-nav__parent::after {
        width: 17px;
        height: 17px;
        content: "";
        display: block;
        position: absolute;
        right: 17px;
        width: 17px;
        height: 1px;
        background: #232323;
        top: 36px
    }

    .c-accordion-footer-nav__parent::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform 400ms;
        transition: -webkit-transform 400ms;
        transition: transform 400ms;
        transition: transform 400ms, -webkit-transform 400ms
    }

    .c-accordion-footer-nav__child {
        display: none;
        overflow: hidden;
        padding-bottom: 2.8rem
    }
}

.c-accordion>.c-accordion__item.is-open .c-accordion-footer-nav__parent::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-accordion-footer-nav.is-open .c-accordion-footer-nav__parent::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-accordion__item.is-open .c-accordion__icon::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-accordion__q:hover .c-accordion__icon::before,
.c-accordion__q:hover .c-accordion__icon::after {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 14px;
    left: 2px
}

.c-tab {
    margin-top: 8rem
}

@container (max-width:389px) {
    .c-tab {
        margin-top: 6.4rem;
        font-size: 1.2rem
    }
}

.c-tab__list {
    display: grid;
    grid-template-columns: 50% 50%
}

.c-tab__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    color: #6e6e6e;
    cursor: pointer;
    background: none;
    border: none;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-weight: 600;
    border-bottom: 2px #e8e9eb solid
}

.c-tab__btn:hover {
    background-color: #ECF0F7
}

.c-tab__btn.is-active {
    color: #124897;
    background-color: #ECF0F7;
    border-bottom: 2px #124897 solid
}

.c-tab__content {
    display: none
}

.c-tab__content.is-show {
    display: block
}

.c-link-global-navset {
    position: relative
}

.c-link-global-navset.language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem
}

.c-link-global-subnav {
    width: 600px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    position: absolute;
    top: 48px;
    left: -80px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / .16);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / .16);
    pointer-events: none;
    padding: 2.8rem 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, width 0.5s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, width 0.5s ease-in-out 0s
}

@media (min-width:960px) and (max-width:1159px) {
    .c-link-global-subnav {
        left: -160px
    }
}

@media (max-width:959px) {
    .c-link-global-subnav {
        position: relative;
        opacity: 1;
        top: initial;
        left: initial;
        visibility: visible;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        margin-top: 1.6rem;
        -webkit-transition: none;
        transition: none;
        -webkit-transition: max-height 0.3s ease-in-out 0s;
        transition: max-height 0.3s ease-in-out 0s
    }
}

.c-link-global-subnav.company {
    width: 300px
}

@media (max-width:959px) {
    .c-link-global-subnav.company {
        width: 100%;
        padding: 0
    }

    .c-link-global-subnav.company ul {
        padding: 1.6rem 0
    }
}

.c-link-global-subnav.language {
    width: 120px;
    left: auto;
    right: 0
}

@media (max-width:959px) {
    .c-link-global-subnav.language {
        width: 84vw;
        background-color: initial;
        -webkit-box-shadow: initial;
        box-shadow: initial;
        padding: 2.8rem 0
    }
}

.c-link-global-subnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-link-global-subnav ul li {
    white-space: nowrap
}

@media (max-width:959px) {
    .c-link-global-subnav ul.language {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3.2rem
    }
}

.c-link-global-subnav2,
.c-link-global-subnav3 {
    width: 300px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #ECF0F7;
    position: absolute;
    top: 0;
    left: 300px;
    padding: 2.8rem 0;
    z-index: 999;
    -webkit-transition: opacity 0.1s ease-in-out 0s;
    transition: opacity 0.1s ease-in-out 0s
}

@media (max-width:959px) {

    .c-link-global-subnav2,
    .c-link-global-subnav3 {
        width: 100%;
        height: 100%;
        left: 0;
        background-color: #fff;
        border-radius: 6px;
        padding: 0;
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width:959px) {

    .c-link-global-subnav2.active,
    .c-link-global-subnav3.active {
        opacity: 1;
        visibility: visible
    }

    .c-link-global-subnav2.active:hover,
    .c-link-global-subnav3.active:hover {
        pointer-events: initial
    }
}

.c-link-global-subnav2 ul,
.c-link-global-subnav3 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:960px) {
    .c-link-global-subnav3 {
        left: 600px
    }
}

.c-link-global-navset:hover .c-link-global-subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    z-index: 9999
}

@media (min-width:960px) {

    .c-link-global-navset2:hover .c-link-global-subnav2,
    .c-link-global-navset3:hover .c-link-global-subnav3 {
        opacity: 1;
        visibility: visible;
        pointer-events: initial
    }
}

.c-link-global-navset2:has(.c-link-global-subnav2:hover) .c-link-global-nav,
.c-link-global-navset3:has(.c-link-global-subnav3:hover) .c-link-global-nav {
    background-color: #ECF0F7;
    font-weight: 600
}

@media (max-width:959px) {

    .c-link-global-navset2:has(.c-link-global-subnav2:hover) .c-link-global-nav,
    .c-link-global-navset3:has(.c-link-global-subnav3:hover) .c-link-global-nav {
        background-color: initial;
        font-weight: initial
    }
}

.c-link-global-subnav:has(.c-link-global-navset2:hover),
.c-link-global-subnav:has(.c-link-global-navset3:hover) {
    width: 900px;
    -webkit-transition: none;
    transition: none
}

@media (max-width:959px) {

    .c-link-global-subnav:has(.c-link-global-navset2:hover),
    .c-link-global-subnav:has(.c-link-global-navset3:hover) {
        width: 100%
    }
}

.cat2:hover {
    width: 600px;
    -webkit-transition: none;
    transition: none
}

@media (max-width:959px) {
    .cat2:hover {
        width: 100%
    }
}

.c-link-global-subnav:has(.c-link-global-navset2:hover) .cat2 {
    margin-left: 300px
}

@media (max-width:959px) {
    .c-link-global-subnav:has(.c-link-global-navset2:hover) .cat2 {
        margin-left: 0
    }
}

.c-link-global-subnav:has(.c-link-global-navset2) .cat2 {
    -webkit-transition: margin-left 0.5s ease-in-out 0s;
    transition: margin-left 0.5s ease-in-out 0s
}

@media (max-width:959px) {
    .c-link-global-subnav:has(.c-link-global-navset2) .cat2 {
        -webkit-transition: none;
        transition: none
    }
}

@container (min-width:459px) {
    @font-face {
        font-family: swiper-icons;
        src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
        font-weight: 400;
        font-style: normal
    }

    :root {
        --swiper-theme-color: #007aff
    }

    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1
    }

    .swiper-vertical>.swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .swiper-android .swiper-slide,
    .swiper-wrapper {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .swiper-pointer-events {
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

    .swiper-pointer-events.swiper-vertical {
        -ms-touch-action: pan-x;
        touch-action: pan-x
    }

    .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform
    }

    .swiper-slide-invisible-blank {
        visibility: hidden
    }

    .swiper-autoheight,
    .swiper-autoheight .swiper-slide {
        height: auto
    }

    .swiper-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform
    }

    .swiper-backface-hidden .swiper-slide {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-3d,
    .swiper-3d.swiper-css-mode .swiper-wrapper {
        -webkit-perspective: 1200px;
        perspective: 1200px
    }

    .swiper-3d .swiper-cube-shadow,
    .swiper-3d .swiper-slide,
    .swiper-3d .swiper-slide-shadow,
    .swiper-3d .swiper-slide-shadow-bottom,
    .swiper-3d .swiper-slide-shadow-left,
    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-top,
    .swiper-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-3d .swiper-slide-shadow,
    .swiper-3d .swiper-slide-shadow-bottom,
    .swiper-3d .swiper-slide-shadow-left,
    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgb(0 0 0 / .15)
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgb(0 0 0 / .5)), to(#fff0));
        background-image: -webkit-linear-gradient(right, rgb(0 0 0 / .5), #fff0);
        background-image: linear-gradient(to left, rgb(0 0 0 / .5), #fff0)
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgb(0 0 0 / .5)), to(#fff0));
        background-image: -webkit-linear-gradient(left, rgb(0 0 0 / .5), #fff0);
        background-image: linear-gradient(to right, rgb(0 0 0 / .5), #fff0)
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / .5)), to(#fff0));
        background-image: -webkit-linear-gradient(bottom, rgb(0 0 0 / .5), #fff0);
        background-image: linear-gradient(to top, rgb(0 0 0 / .5), #fff0)
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0 0 0 / .5)), to(#fff0));
        background-image: -webkit-linear-gradient(top, rgb(0 0 0 / .5), #fff0);
        background-image: linear-gradient(to bottom, rgb(0 0 0 / .5), #fff0)
    }

    .swiper-css-mode>.swiper-wrapper {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode>.swiper-wrapper>.swiper-slide {
        scroll-snap-align: start start
    }

    .swiper-horizontal.swiper-css-mode>.swiper-wrapper {
        -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory
    }

    .swiper-vertical.swiper-css-mode>.swiper-wrapper {
        -webkit-scroll-snap-type: y mandatory;
        -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory
    }

    .swiper-centered>.swiper-wrapper::before {
        content: "";
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 10000;
        -webkit-order: 9999;
        -ms-flex-order: 9999;
        order: 9999
    }

    .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
        -webkit-margin-start: var(--swiper-centered-offset-before);
        margin-inline-start: var(--swiper-centered-offset-before)
    }

    .swiper-centered.swiper-horizontal>.swiper-wrapper::before {
        height: 100%;
        min-height: 1px;
        width: var(--swiper-centered-offset-after)
    }

    .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
        -webkit-margin-before: var(--swiper-centered-offset-before);
        margin-block-start: var(--swiper-centered-offset-before)
    }

    .swiper-centered.swiper-vertical>.swiper-wrapper::before {
        width: 100%;
        min-width: 1px;
        height: var(--swiper-centered-offset-after)
    }

    .swiper-centered>.swiper-wrapper>.swiper-slide {
        scroll-snap-align: center center;
        scroll-snap-stop: always
    }

    .swiper-button-prev,
    .swiper-button-next {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        top: 9.6rem;
        right: 4rem;
        cursor: pointer;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    @media (max-width:959px) {

        .swiper-button-prev,
        .swiper-button-next {
            top: 8rem
        }
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        content: "";
        width: 32px;
        height: 32px;
        border: 1px solid;
        border-radius: 100%;
        border-color: #124897;
        background-image: url(/products/wp-content/themes/quick/assets/images/common/ico_btn-arrow.svg);
        background-repeat: no-repeat;
        background-position: center left -8px;
        background-size: 30px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s
    }

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        text-decoration: underline;
        opacity: 1
    }

    .swiper-button-prev:hover::after,
    .swiper-button-next:hover::after {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        background-position: center left -4px
    }

    .swiper-button-next {
        right: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .swiper-navigation-icon {
        display: none
    }
}

@media (max-width:559px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none
    }
}

.c-breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1112px;
    margin-inline: auto;
    height: 40px
}

@media (min-width:960px) and (max-width:1159px) {
    .c-breadcrumb {
        padding-left: 2rem
    }
}

@media (max-width:959px) {
    .c-breadcrumb {
        width: 100%;
        height: auto;
        padding-left: 0;
        margin-top: 4rem;
        margin-bottom: 4rem
    }
}

.c-breadcrumb__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .4rem
}

@media (max-width:959px) {
    .l-wrapper:not(:has(.c-conversion)) .c-breadcrumb {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0
    }
}

.c-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 5.6rem
}

.c-sort__description {
    font-weight: 600
}

.c-sort__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px #e8e9eb solid;
    border-radius: 12px;
    margin-bottom: 5.6rem
}

.c-sort__header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4rem 4.8rem
}

@container (max-width:767px) {
    .c-sort__header {
        padding: 4.8rem 2rem
    }
}

@container (max-width:459px) {
    .c-sort__header {
        padding: 2rem
    }
}

.c-sort__header-title {
    font-weight: 600;
    font-size: clamp(1.2rem, 3vw, 1.4rem)
}

.c-sort__header-toggle {
    position: relative;
    color: #124897;
    font-size: clamp(1.2rem, 3vw, 1.4rem);
    cursor: pointer;
    padding-right: 3.2rem
}

@container (max-width:459px) {
    .c-sort__header-toggle {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 2rem
    }
}

.c-sort__header-toggle-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute
}

.c-sort__header-toggle-text::before {
    content: "詳細条件を開く"
}

@container (max-width:459px) {
    .c-sort__header-toggle-text::before {
        display: none
    }
}

.c-sort__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    background: #f8f9fa;
    padding: 4rem 4.8rem;
    border-radius: 0 0 12px 12px
}

@container (max-width:767px) {
    .c-sort__lists {
        padding: 4.8rem 2rem
    }
}

@container (max-width:459px) {
    .c-sort__lists {
        padding: 2rem;
        gap: 2.4rem
    }
}

.c-sort__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4rem
}

@container (max-width:459px) {
    .c-sort__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem
    }
}

.c-sort__list-title {
    width: 104px;
    font-size: clamp(1.4rem, 3vw, 1.4rem);
    font-weight: 600;
    color: #5b5c5e
}

@container (max-width:767px) {
    .c-sort__list-title {
        width: 24%
    }
}

@container (max-width:459px) {
    .c-sort__list-title {
        width: 100%
    }
}

.c-sort__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem;
    width: 552px
}

@container (max-width:767px) {
    .c-sort__items {
        width: 100%
    }
}

.c-sort__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    color: #2a54bf;
    padding: .4rem 1.2rem;
    border: 1px #2a54bf solid;
    border-radius: 100vw;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.c-sort__item:hover {
    background: #2a54bf;
    color: #fff
}

.c-sort__item.selected {
    background: #2a54bf;
    color: #fff
}

.c-sort__clear {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    color: #5b5c5e;
    padding: .4rem 1.2rem;
    border-radius: 100vw;
    background: #e8e9eb;
    margin-left: auto;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.c-sort__clear:hover {
    opacity: .7
}

.c-sort__content {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: hidden
}

.c-sort__content-inner {
    min-height: 0
}

[data-category] {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0
}

[data-category][hidden] {
    display: none !important
}

[data-category].is-show {
    opacity: 1
}

.c-sort__box:has(.c-sort__header-toggle-btn:checked) .c-sort__content {
    grid-template-rows: 1fr
}

.c-sort__box:has(.c-sort__header-toggle-btn:checked) .c-accordion__icon::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-sort__header-toggle .c-accordion__icon {
    top: 10px
}

.c-sort__header-toggle:hover .c-accordion__icon::before,
.c-sort__header-toggle:hover .c-accordion__icon::after {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 14px;
    left: 2px
}

.c-sort__box:has(.c-sort__header-toggle-btn:checked) .c-sort__header-toggle-text::before {
    content: "詳細条件を閉じる"
}

.p-service__item+.p-service__item {
    margin-top: 30px
}

.p-service__item dt.is-required {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.p-service__item dt.is-required::after {
    display: block;
    width: 50px;
    margin-left: 20px;
    background: #232323;
    color: #fff;
    text-align: center;
    content: "必須"
}

.p-service__item dd {
    margin-top: 20px
}

.p-service__item dd input:not([type=radio]):not([type=checkbox]),
.p-service__item dd textarea {
    width: 100%
}

.p-service__item dd input:not([type=radio]):not([type=checkbox]):hover,
.p-service__item dd input:not([type=radio]):not([type=checkbox]):focus,
.p-service__item dd textarea:hover,
.p-service__item dd textarea:focus {
    outline: none
}

.p-service__item dd input {
    height: 40px;
    padding: 5px 10px
}

.p-service__item dd textarea {
    padding: 10px;
    line-height: 1.6;
    white-space: pre-wrap
}

.p-service__item.is-checkbox {
    text-align: center
}

.p-service__item.is-checkbox input[type=checkbox] {
    display: none
}

.p-service__item.is-checkbox input[type=checkbox]:checked+label::before {
    background: #232323
}

.p-service__item.is-checkbox input[type=checkbox]:checked+label::after {
    opacity: 1
}

.p-service__item.is-checkbox label {
    position: relative;
    cursor: pointer
}

.p-service__item.is-checkbox label::before,
.p-service__item.is-checkbox label::after {
    display: block;
    position: absolute;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.p-service__item.is-checkbox label::before {
    top: -2px;
    left: -30px;
    width: 20px;
    height: 20px;
    border: 1px solid #232323
}

.p-service__item.is-checkbox label::after {
    opacity: 0;
    top: 0;
    left: -23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.p-service__item--radio {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.p-service__item--radio input[type=radio] {
    display: none
}

.p-service__item--radio input[type=radio]:hover+label::before {
    border: 1px solid;
    -webkit-box-shadow: 0 0 5px 0;
    box-shadow: 0 0 5px 0
}

.p-service__item--radio input[type=radio]:checked+label::after {
    background: #232323
}

.p-service__item--radio label {
    position: relative;
    margin-left: 80px;
    cursor: pointer
}

.p-service__item--radio label::before,
.p-service__item--radio label::after {
    display: block;
    position: absolute;
    border-radius: 50%;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.p-service__item--radio label::before {
    top: -2px;
    left: -30px;
    width: 20px;
    height: 20px;
    border: 1px solid #232323
}

.p-service__item--radio label::after {
    top: 2px;
    left: -26px;
    width: 12px;
    height: 12px;
    background: #fff
}

.p-service__item--radio:first-child label {
    margin-left: 50px
}

.p-contact__item+.p-contact__item {
    margin-top: 30px
}

.p-contact__item dt.is-required {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.p-contact__item dt.is-required::after {
    display: block;
    width: 50px;
    margin-left: 20px;
    background: #232323;
    color: #fff;
    text-align: center;
    content: "必須"
}

.p-contact__item dd {
    margin-top: 20px
}

.p-contact__item dd input:not([type=radio]):not([type=checkbox]),
.p-contact__item dd textarea {
    width: 100%
}

.p-contact__item dd input:not([type=radio]):not([type=checkbox]):hover,
.p-contact__item dd input:not([type=radio]):not([type=checkbox]):focus,
.p-contact__item dd textarea:hover,
.p-contact__item dd textarea:focus {
    outline: none
}

.p-contact__item dd input {
    height: 40px;
    padding: 5px 10px
}

.p-contact__item dd textarea {
    padding: 10px;
    line-height: 1.6;
    white-space: pre-wrap
}

.p-contact__item.is-checkbox {
    text-align: center
}

.p-contact__item.is-checkbox input[type=checkbox] {
    display: none
}

.p-contact__item.is-checkbox input[type=checkbox]:checked+label::before {
    background: #232323
}

.p-contact__item.is-checkbox input[type=checkbox]:checked+label::after {
    opacity: 1
}

.p-contact__item.is-checkbox label {
    position: relative;
    cursor: pointer
}

.p-contact__item.is-checkbox label::before,
.p-contact__item.is-checkbox label::after {
    display: block;
    position: absolute;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.p-contact__item.is-checkbox label::before {
    top: -2px;
    left: -30px;
    width: 20px;
    height: 20px;
    border: 1px solid #232323
}

.p-contact__item.is-checkbox label::after {
    opacity: 0;
    top: 0;
    left: -23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.p-contact__item--radio {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.p-contact__item--radio input[type=radio] {
    display: none
}

.p-contact__item--radio input[type=radio]:hover+label::before {
    border: 1px solid;
    -webkit-box-shadow: 0 0 5px 0;
    box-shadow: 0 0 5px 0
}

.p-contact__item--radio input[type=radio]:checked+label::after {
    background: #232323
}

.p-contact__item--radio label {
    position: relative;
    margin-left: 80px;
    cursor: pointer
}

.p-contact__item--radio label::before,
.p-contact__item--radio label::after {
    display: block;
    position: absolute;
    border-radius: 50%;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.p-contact__item--radio label::before {
    top: -2px;
    left: -30px;
    width: 20px;
    height: 20px;
    border: 1px solid #232323
}

.p-contact__item--radio label::after {
    top: 2px;
    left: -26px;
    width: 12px;
    height: 12px;
    background: #fff
}

.p-contact__item--radio:first-child label {
    margin-left: 50px
}

.u-fb {
    font-weight: 600
}

.u-fs-10 {
    font-size: 1rem
}

.u-fs-12 {
    font-size: 1.2rem
}

.u-fs-16 {
    font-size: 1.6rem
}

.u-fs-18 {
    font-size: 1.8rem
}

.u-fs-20 {
    font-size: 2rem
}

.u-fs-22 {
    font-size: 2.2rem
}

.u-fs-24 {
    font-size: 2.4rem
}

.u-fs-26 {
    font-size: 2.6rem
}

.u-fs-28 {
    font-size: 2.8rem
}

.u-fs-30 {
    font-size: 3rem
}

.u-fs-32 {
    font-size: 3.2rem
}

.u-fc-white {
    color: #fff
}

.u-fc-blue {
    color: #124897
}

.u-mt-4 {
    margin-top: 4px
}

.u-mt-8 {
    margin-top: 8px
}

.u-mt-12 {
    margin-top: 12px
}

.u-mt-16 {
    margin-top: 16px
}

.u-mt-20 {
    margin-top: 20px
}

.u-mt-24 {
    margin-top: 24px
}

.u-mt-28 {
    margin-top: 28px
}

.u-mt-32 {
    margin-top: 32px
}

.u-mt-36 {
    margin-top: 36px
}

.u-mt-40 {
    margin-top: 40px
}

.u-mt-48 {
    margin-top: 48px
}

.u-mr-4 {
    margin-right: 4px
}

.u-mr-8 {
    margin-right: 8px
}

.u-mr-12 {
    margin-right: 12px
}

.u-mr-16 {
    margin-right: 16px
}

.u-mr-20 {
    margin-right: 20px
}

.u-mr-24 {
    margin-right: 24px
}

.u-mr-28 {
    margin-right: 28px
}

.u-mr-32 {
    margin-right: 32px
}

.u-mr-36 {
    margin-right: 36px
}

.u-mr-40 {
    margin-right: 40px
}

.u-mr-48 {
    margin-right: 48px
}

.u-mb-4 {
    margin-bottom: 4px
}

.u-mb-8 {
    margin-bottom: 8px
}

.u-mb-12 {
    margin-bottom: 12px
}

.u-mb-16 {
    margin-bottom: 16px
}

.u-mb-20 {
    margin-bottom: 20px
}

.u-mb-24 {
    margin-bottom: 24px
}

.u-mb-28 {
    margin-bottom: 28px
}

.u-mb-32 {
    margin-bottom: 32px
}

.u-mb-36 {
    margin-bottom: 36px
}

.u-mb-40 {
    margin-bottom: 40px
}

.u-mb-48 {
    margin-bottom: 48px
}

.u-ml-4 {
    margin-left: 4px
}

.u-ml-8 {
    margin-left: 8px
}

.u-ml-12 {
    margin-left: 12px
}

.u-ml-16 {
    margin-left: 16px
}

.u-ml-20 {
    margin-left: 20px
}

.u-ml-24 {
    margin-left: 24px
}

.u-ml-28 {
    margin-left: 28px
}

.u-ml-32 {
    margin-left: 32px
}

.u-ml-36 {
    margin-left: 36px
}

.u-ml-40 {
    margin-left: 40px
}

.u-ml-48 {
    margin-left: 48px
}

.u-pt-5 {
    padding-top: 5px
}

.u-pt-10 {
    padding-top: 10px
}

.u-pt-15 {
    padding-top: 15px
}

.u-pt-20 {
    padding-top: 20px
}

.u-pr-5 {
    padding-right: 5px
}

.u-pr-10 {
    padding-right: 10px
}

.u-pr-15 {
    padding-right: 15px
}

.u-pr-20 {
    padding-right: 20px
}

.u-pb-5 {
    padding-bottom: 5px
}

.u-pb-10 {
    padding-bottom: 10px
}

.u-pb-15 {
    padding-bottom: 15px
}

.u-pb-20 {
    padding-bottom: 20px
}

.u-pl-5 {
    padding-left: 5px
}

.u-pl-10 {
    padding-left: 10px
}

.u-pl-15 {
    padding-left: 15px
}

.u-pl-20 {
    padding-left: 20px
}

.c-link-navset.is-open>.l-aside__sub-nav {
    grid-template-rows: 1fr
}

.current-menu-item {
    background-color: #ECF0F7;
    font-weight: 700;
    color: #232323 !important
}

a.current-menu-item {
    background-color: #ECF0F7;
    font-weight: 700;
    color: #232323 !important
}

.c-link-nav.parent.current-menu-item,
.c-link-nav.sub.current-menu-item {
    background-color: #ECF0F7;
    font-weight: 700;
    color: #232323 !important
}

.c-link-navset:has(.current-menu-item) .c-link-nav.parent {
    font-weight: 700;
    color: #5B5C5E
}