@charset "UTF-8";

*,
:after,
:before {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0
}

main {
    display: block
}

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

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

ol,
ul {
    padding: 0;
    list-style: none
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

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

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit
}

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

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

:-moz-focusring {
    outline: auto
}

select:disabled {
    opacity: inherit
}

fieldset,
option {
    padding: 0
}

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

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable]:focus {
    outline: auto
}

table {
    border-color: inherit;
    border-collapse: collapse
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: 700
}

.background-set,
.footer__nav li:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

html,
body {
    scroll-behavior: smooth
}

html {
    scroll-padding-top: 8rem
}

@media screen and (max-width:870px) {
    html {
        scroll-padding-top: 6rem
    }
}

html {
    font-size: clamp(43%, .8vw, 62.5%)
}

@media screen and (max-width:870px) {
    html {
        font-size: clamp(8.8px, 2.6666666667vw, 12.8px)
    }
}

@media screen and (min-width:480px)and (max-width:870px) {
    html {
        font-size: clamp(8.8px, 2.1333333333vw, 19.2px)
    }
}

body {
    color: #001125;
    font-family: "Noto Serif JP", Hiragino Mincho ProN, Yu Mincho, serif;
    letter-spacing: .03em;
    line-height: 1
}

a {
    transition: opacity .5s
}

a:hover {
    opacity: .7
}

img {
    max-width: 100%;
    vertical-align: bottom
}

#global-container {
    min-width: 330px
}

.wrap {
    width: 95%;
    margin-inline: auto
}

.noto-sans {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif
}

.cardo {
    font-family: Cardo, serif
}

.d-none {
    display: none !important
}

@media screen and (max-width:870px) {
    .md-none {
        display: none !important
    }
}

.md-show {
    display: none !important
}

@media screen and (max-width:870px) {
    .md-show {
        display: block !important
    }
}

.md-show-flex {
    display: none !important
}

@media screen and (max-width:870px) {
    .md-show-flex {
        display: flex !important
    }
}

.flex-row {
    display: flex;
    align-items: center
}

.flex-column {
    display: flex;
    flex-direction: column
}

.mobile-menu {
    width: 100%;
    height: calc(100vh - 6rem);
    position: fixed;
    top: 6rem;
    right: 0;
    z-index: 90;
    overflow-y: auto;
    background-color: #001125;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1rem);
    transition: opacity .3s, transform .3s;
    display: none
}

@media screen and (max-width:870px) {
    .mobile-menu {
        display: block
    }
}

.mobile-menu__btn {
    border: none;
    cursor: pointer
}

.mobile-menu__btn span {
    background-color: #001125;
    width: 24px;
    height: 2px;
    display: block;
    margin-bottom: 6px;
    transition: transform .5s
}

.mobile-menu__btn span:nth-last-child(1) {
    margin-bottom: 0
}

.mobile-menu__inner {
    width: 90%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    padding: 3rem 0
}

.mobile-menu__logo {
    width: 42%;
    max-width: 18rem;
    display: block;
    margin: 0 auto 2rem
}

.mobile-menu__logo img {
    width: 100%;
    height: auto;
    display: block
}

.mobile-menu__nav {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    margin-bottom: 2rem
}

.mobile-menu__nav ul {
    border-top: 1px solid rgba(204, 204, 204, .1);
    border-bottom: 1px solid rgba(204, 204, 204, .1)
}

.mobile-menu__nav li {
    width: 95%;
    position: relative;
    margin-inline: auto;
    border-bottom: 1px solid rgba(204, 204, 204, .1)
}

.mobile-menu__nav li:after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(../images/arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%)
}

.mobile-menu__nav a {
    width: 100%;
    height: 4.8rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600
}

.mobile-menu__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
    color: #b1b8c2;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    text-align: center
}

.mobile-menu__bottom small {
    font-size: 1.1rem;
    line-height: 1.6
}

.mobile-menu__bottom a {
    color: #b1b8c2;
    font-size: 1rem
}

#global-container.menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

#global-container.menu-open .mobile-menu__btn span {
    background-color: #001125
}

#global-container.menu-open .mobile-menu__btn span:nth-child(1) {
    transition-delay: 70ms;
    transform: translateY(10px) rotate(135deg)
}

#global-container.menu-open .mobile-menu__btn span:nth-child(2) {
    transition-delay: 0s;
    transform: translate(-18px) scaleX(0)
}

#global-container.menu-open .mobile-menu__btn span:nth-child(3) {
    transition-delay: .14s;
    transform: translateY(-7px) rotate(-135deg)
}

.header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff
}

.header__inner {
    max-width: 192rem
}

.header__wrap {
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:870px) {
    .header__wrap {
        height: 6rem
    }
}

.header__logo {
    width: 13%;
    max-width: 25rem;
    flex-shrink: 0
}

@media screen and (max-width:870px) {
    .header__logo {
        width: 30%;
        max-width: 12rem
    }
}

.header__logo a,
.header__logo img {
    display: block
}

.header__logo img {
    width: 100%;
    height: auto
}

.header__body {
    display: flex;
    align-items: center;
    gap: 3.2rem
}

.header__nav {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif
}

.header__nav ul {
    display: flex;
    align-items: center;
    gap: 2rem
}

@media(min-width:1600px) {
    .header__nav ul {
        gap: 4rem
    }
}

.header__nav a {
    position: relative;
    display: block;
    padding: 3rem 0;
    color: #051c45;
    font-size: min(1.6rem, 1.1vw);
    font-weight: 500;
    line-height: 2rem
}

.header__nav a:after {
    content: "";
    width: 100%;
    height: .2rem;
    position: absolute;
    right: 0;
    bottom: 2.2rem;
    left: 0;
    background-color: #0e3988;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: opacity .3s, transform .3s
}

.header__nav a:hover:after,
.header__nav a:focus-visible:after {
    opacity: 1;
    transform: scaleX(1)
}

.header__button {
    width: min(22.8rem, 13vw);
    height: 4.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    flex-shrink: 0;
    background: linear-gradient(90deg, #0e3988, #0e2e72);
    color: #fff;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.3rem;
    font-size: min(1.6rem, 1vw);
    font-weight: 700;
    line-height: 1.3rem
}

.header__button svg {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0
}

.hero {
    position: relative;
    overflow: hidden;
    background-color: #fff
}

.hero__inner {
    max-width: 192rem;
    margin-inline: auto
}

.hero__wrap {
    width: 100%;
    height: 100rem;
    height: clamp(90rem, 75vw, 100rem);
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-inline: auto
}

@media screen and (max-width:870px) {
    .hero__wrap {
        height: auto;
        display: block;
        padding-top: 0
    }
}

.hero__content {
    width: 124rem;
    position: relative;
    z-index: 2;
    margin-left: 8rem;
    padding-top: 14rem
}

@media screen and (max-width:870px) {
    .hero__content {
        width: 100%;
        min-height: 30rem;
        margin: 0;
        padding: 2rem
    }
}

.hero__content h2 {
    margin-bottom: 6rem;
    color: #051c45;
    font-size: min(6.4rem, 3.5vw);
    font-weight: 600;
    letter-spacing: .15em;
    line-height: 1.4;
    text-shadow: 0 .2rem 1.2rem rgba(255, 255, 255, .9)
}

@media screen and (max-width:870px) {
    .hero__content h2 {
        width: 100%;
        font-size: clamp(2rem, 5vw, 2.8rem);
        line-height: 3rem;
        margin-bottom: 1.2rem
    }
}

.hero__content h2 span {
    font-size: .8em
}

.hero__lead {
    margin-bottom: 5rem;
    color: #051c45;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 4rem;
    text-shadow: 0 .2rem 1rem rgba(255, 255, 255, .9)
}

@media screen and (max-width:870px) {
    .hero__lead {
        width: 100%;
        margin-bottom: 4.3rem;
        font-size: 1rem;
        font-size: clamp(1rem, 3vw, 1.2rem);
        line-height: 1.7
    }
}

.hero__points {
    width: 50%;
    max-width: 66rem;
    height: 15rem;
    display: flex;
    align-items: stretch;
    margin-bottom: 6rem
}

@media screen and (max-width:870px) {
    .hero__points {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        margin-bottom: 2rem;
        border-top: .1rem solid #E0E5ED;
        border-bottom: .1rem solid #E0E5ED
    }
}

.hero__points li {
    width: 25%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    text-align: center
}

@media screen and (max-width:870px) {
    .hero__points li {
        padding: 1.5rem 0;
        flex: 1 1 50%;
        border-bottom: .1rem solid #E0E5ED
    }
}

.hero__points li:not(:last-child):after {
    content: "";
    width: .1rem;
    height: 80%;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 0;
    background-color: #e0e5ed
}

@media screen and (max-width:870px) {
    .hero__points li:nth-child(2n):after {
        display: none
    }

    .hero__points li:nth-last-child(-n+2) {
        border-bottom: 0
    }
}

.hero__points li:last-child img {
    height: 6rem
}

@media screen and (max-width:870px) {
    .hero__points li:last-child img {
        height: 4rem
    }
}

.hero__points img {
    width: auto;
    height: 7rem;
    object-fit: contain
}

@media screen and (max-width:870px) {
    .hero__points img {
        height: 5rem
    }
}

.hero__points span {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.2rem;
    font-size: min(1.6rem, 1vw);
    font-weight: 700;
    line-height: 2.4rem;
    text-shadow: 0 .2rem .8rem rgba(255, 255, 255, .9)
}

@media screen and (max-width:870px) {
    .hero__points span {
        font-size: 1.2rem;
        line-height: 1.5
    }
}

.hero__buttons {
    display: flex;
    align-items: center;
    gap: 2rem
}

@media screen and (max-width:870px) {
    .hero__buttons {
        flex-direction: column;
        gap: 1rem
    }
}

.hero__button {
    width: 31rem;
    height: 7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5rem
}

.hero__button svg {
    flex-shrink: 0
}

@media screen and (max-width:870px) {
    .hero__button {
        width: 100%;
        height: 4rem;
        font-size: 1.4rem
    }
}

.hero__button--primary {
    color: #fff;
    background: linear-gradient(90deg, #0e3988, #0e2e72)
}

.hero__button--primary svg:first-child {
    width: 2.2rem;
    height: 1.6rem
}

.hero__button--outline {
    background-color: #fff;
    border: .2rem solid #0E2E72;
    color: #0e2e72
}

.hero__button--outline svg:last-child {
    width: 1.2rem;
    height: 1.2rem
}

.hero__image {
    width: 112.7rem;
    height: 100rem;
    position: absolute;
    top: 0;
    right: calc((100% - 192rem)/2);
    z-index: 1
}

@media screen and (max-width:870px) {
    .hero__image {
        width: 75%;
        height: 25rem;
        top: 0;
        right: -8rem
    }
}

.hero__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center bottom
}

@media screen and (max-width:870px) {
    .hero__image img {
        object-fit: contain;
        object-position: right bottom
    }
}

.footer {
    background-color: #001125;
    color: #fff
}

.footer__inner {
    max-width: 147rem
}

.footer__wrap {
    height: 29.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6rem 0 4.6rem
}

@media screen and (max-width:870px) {
    .footer__wrap {
        padding: 3rem 0;
        height: auto
    }
}

.footer__top,
.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:870px) {

    .footer__top,
    .footer__bottom {
        flex-direction: column
    }
}

.footer__logo {
    width: 25rem;
    display: block;
    flex-shrink: 0
}

@media screen and (max-width:870px) {
    .footer__logo {
        order: 2;
        width: 40%;
        margin: 2rem 0
    }
}

.footer__logo img {
    width: 100%;
    height: auto;
    display: block
}

.footer__nav {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif
}

@media screen and (max-width:870px) {
    .footer__nav {
        width: 100%
    }
}

.footer__nav ul {
    display: flex;
    align-items: center;
    gap: 3.2rem
}

@media screen and (max-width:870px) {
    .footer__nav ul {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
        border-top: 1px solid rgba(204, 204, 204, .1);
        border-bottom: 1px solid rgba(204, 204, 204, .1)
    }
}

.footer__nav li {
    margin-inline: auto;
    position: relative
}

@media screen and (max-width:870px) {
    .footer__nav li {
        width: 95%;
        border-bottom: 1px solid rgba(204, 204, 204, .1)
    }
}

.footer__nav li:after {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-btn.svg);
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    display: none
}

@media screen and (max-width:870px) {
    .footer__nav li:after {
        display: block
    }
}

.footer__nav a {
    display: block;
    font-size: 1.6rem;
    font-size: clamp(1.3rem, 1vw, 1.6rem)
}

@media screen and (max-width:870px) {
    .footer__nav a {
        display: flex;
        align-items: center;
        height: 4rem;
        width: 100%
    }
}

.footer__bottom {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif
}

.footer__bottom small {
    font-size: 1.6rem
}

@media screen and (max-width:870px) {
    .footer__bottom small {
        font-size: 1.2rem;
        margin-bottom: 2rem
    }
}

.footer__bottom a {
    color: #b1b8c2;
    font-size: 1.3rem;
    line-height: 1.8rem
}

@media screen and (max-width:870px) {
    .footer__bottom a {
        font-size: 1rem
    }
}

.worry h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background-color: #0e3988;
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    line-height: 6rem;
    white-space: nowrap;
    height: 14rem
}

@media screen and (max-width:870px) {
    .worry h2 {
        height: auto;
        padding: 1.5rem 0;
        text-align: center;
        line-height: 4rem;
        font-size: 2.8rem
    }
}

.worry h2:before,
.worry h2:after {
    content: "";
    width: 10%;
    max-width: 28rem;
    height: 2px;
    background-color: #f8f8f8
}

.worry__heading-text span {
    display: inline-block;
    color: #8aa5d5;
    font-size: 6rem
}

@media screen and (max-width:870px) {
    .worry__heading-text span {
        font-size: 2.8rem
    }
}

.worry__wrap {
    padding: 13rem 0 8rem;
    max-width: 118rem;
    margin-inline: auto
}

@media screen and (max-width:870px) {
    .worry__wrap {
        padding: 4rem 2rem;
        max-width: 100%
    }
}

.worry__cards {
    display: flex;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    margin-bottom: 5rem
}

@media screen and (max-width:870px) {
    .worry__cards {
        margin-bottom: 2rem;
        flex-direction: column
    }
}

.worry__card {
    text-align: center
}

@media screen and (max-width:870px) {
    .worry__card {
        display: flex;
        align-items: center;
        gap: 3rem
    }
}

.worry__icon {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem
}

@media screen and (max-width:870px) {
    .worry__icon {
        margin: 0;
        width: 20%
    }
}

.worry__icon span {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top: -5rem;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #0e3988;
    color: #f8f8f8;
    font-family: Aboreto, serif;
    font-size: 2.4rem;
    transform: translate(-50%)
}

@media screen and (max-width:870px) {
    .worry__icon span {
        font-size: 1.6rem;
        width: 3rem;
        height: 3rem;
        top: -4rem
    }
}

.worry__icon img {
    width: auto;
    height: 7.2rem
}

@media screen and (max-width:870px) {
    .worry__icon img {
        height: auto;
        width: 100%
    }
}

.worry__content {
    width: 27.3rem;
    min-height: 25rem;
    position: relative;
    padding: 3rem 0;
    border-radius: .8rem;
    background-color: #012360;
    color: #fff
}

@media screen and (max-width:870px) {
    .worry__content {
        flex: 1;
        width: auto;
        padding: 2rem;
        min-height: auto
    }
}

.worry__content:after {
    content: "";
    width: 5.3rem;
    height: 2.9rem;
    position: absolute;
    bottom: -2.7rem;
    left: 50%;
    background-color: #012360;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translate(-50%)
}

@media screen and (max-width:870px) {
    .worry__content:after {
        width: 2.4rem;
        height: 3.2rem;
        top: 50%;
        bottom: auto;
        left: -2.3rem;
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
        transform: translateY(-50%)
    }
}

.worry__content h3 {
    margin-bottom: 1.4rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 4rem
}

@media screen and (max-width:870px) {
    .worry__content h3 {
        font-size: 1.8rem;
        line-height: 1.5;
        text-align: left
    }
}

.worry__content p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3rem
}

@media screen and (max-width:870px) {
    .worry__content p {
        font-size: 1.4rem;
        font-size: clamp(1.2rem, 3vw, 1.4rem);
        text-align: left;
        line-height: 1.5
    }
}

.worry__arrow {
    display: block;
    padding: 2rem 0;
    width: 33.4rem;
    margin-inline: auto;
    margin-bottom: 4rem
}

@media screen and (max-width:870px) {
    .worry__arrow {
        width: 40%;
        margin-bottom: 3rem
    }
}

.worry__message {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 6rem;
    white-space: nowrap
}

@media screen and (max-width:870px) {
    .worry__message {
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: .05em
    }
}

.worry__message:before,
.worry__message:after {
    content: "";
    width: 20%;
    max-width: 28rem;
    height: .2rem;
    background-color: #001125
}

@media screen and (max-width:870px) {

    .worry__message:before,
    .worry__message:after {
        width: 15%
    }
}

.worry__message:before {
    margin-right: 3rem
}

@media screen and (max-width:870px) {
    .worry__message:before {
        margin-right: 1.5rem
    }
}

.worry__message:after {
    margin-left: 3rem
}

@media screen and (max-width:870px) {
    .worry__message:after {
        margin-left: 1.5rem
    }
}

.worry__message-dots {
    display: inline-table
}

.worry__message-dots span {
    position: relative
}

.worry__message-dots span:before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: -1.2rem;
    left: 50%;
    border-radius: 50%;
    background-color: #6590d7;
    transform: translate(-50%)
}

@media screen and (max-width:870px) {
    .worry__message-dots span:before {
        width: .5rem;
        height: .5rem
    }
}

.worry__message-blue {
    color: #1b5da9
}

.solution {
    background-color: #f7f7f9
}

.solution__wrap {
    padding: 5rem 0 0;
    width: 100%
}

.solution__head {
    row-gap: 3rem;
    max-width: 128rem;
    margin-inline: auto;
    margin-bottom: 4rem;
    text-align: center
}

@media screen and (max-width:870px) {
    .solution__head {
        margin-bottom: 0rem
    }
}

.solution__head h2 {
    position: relative;
    padding-bottom: 3rem;
    color: #051c45;
    font-size: 5rem;
    letter-spacing: .15em;
    font-weight: 600;
    line-height: 7rem
}

@media screen and (max-width:870px) {
    .solution__head h2 {
        font-size: 2.8rem;
        font-size: clamp(2.1rem, 5vw, 2.8rem);
        line-height: 3rem
    }
}

.solution__head h2:before,
.solution__head h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

.solution__head h2:before {
    width: 91rem;
    height: .1rem;
    background-color: #ccc
}

@media screen and (max-width:870px) {
    .solution__head h2:before {
        width: 90%
    }
}

.solution__head h2:after {
    height: .1rem;
    background-color: #1b5da9;
    width: 19rem
}

@media screen and (max-width:870px) {
    .solution__head h2:after {
        width: 30%
    }
}

.solution__head h2 span {
    color: #1b5da9;
    font-size: 7rem;
    font-weight: 400;
    letter-spacing: 0
}

@media screen and (max-width:870px) {
    .solution__head h2 span {
        font-size: 2.8rem
    }
}

.solution__head p {
    color: #001125;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {
    .solution__head p {
        font-size: 1.4rem;
        line-height: 1.7
    }
}

.solution__item {
    padding: 8rem 0
}

@media screen and (max-width:870px) {
    .solution__item {
        padding: 4rem 0
    }
}

@media screen and (max-width:870px) {
    .solution__item {
        overflow-x: auto
    }
}

.solution__item:nth-child(odd) {
    background-color: #f7f7f9
}

.solution__item:nth-child(odd) h3 {
    color: #051c45
}

.solution__item:nth-child(2n) {
    background-color: #eff5fe
}

.solution__item:nth-child(2n) h3 {
    color: #0e3988
}

.solution__item-inner {
    width: 90%;
    max-width: 130rem;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 8rem
}

@media screen and (max-width:870px) {
    .solution__item-inner {
        gap: 1rem;
        align-items: stretch
    }
}

@media screen and (max-width:870px) {
    .solution__item-inner {
        padding: 2rem;
        width: 60rem;
        min-width: 50rem
    }
}

.solution__item--reverse .solution__item-inner {
    flex-direction: row
}

@media screen and (max-width:870px) {
    .solution__item--reverse .solution__item-inner {
        flex-direction: row-reverse
    }
}

.solution__image {
    width: 65rem;
    flex-shrink: 0
}

@media screen and (max-width:870px) {
    .solution__image {
        width: 50%
    }
}

@media screen and (max-width:870px) {
    .solution__image {
        width: 35rem
    }
}

.solution__image img {
    width: 100%;
    height: auto;
    display: block
}

@media screen and (max-width:870px) {
    .solution__image img {
        height: 100%;
        object-fit: cover
    }
}

@media screen and (max-width:870px) {
    .solution__image img {
        height: auto;
        object-fit: contain
    }
}

.solution__content {
    width: 55rem
}

@media screen and (max-width:870px) {
    .solution__content {
        width: 50%
    }
}

@media screen and (max-width:870px) {
    .solution__content {
        width: 30rem
    }
}

.solution__content h3 {
    position: relative;
    padding-bottom: 4rem;
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 5.8rem;
    margin-bottom: 3rem;
    width: max-content
}

@media screen and (max-width:870px) {
    .solution__content h3 {
        width: auto;
        font-size: 2rem;
        line-height: 1.5;
        padding-bottom: 2rem;
        margin-bottom: 2rem
    }
}

.solution__content h3:after {
    content: "";
    width: 17rem;
    height: .5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #051c45, #fff0)
}

@media screen and (max-width:870px) {
    .solution__content h3:after {
        width: 30%;
        height: .3rem
    }
}

.solution__content p {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    width: 90%;
    margin: 0;
    color: #001125;
    font-size: 1.8rem;
    line-height: 3rem
}

@media screen and (max-width:870px) {
    .solution__content p {
        font-size: 1.2rem;
        line-height: 1.5
    }
}

.solution__content p:not(:last-child) {
    margin-bottom: 5rem
}

@media screen and (max-width:870px) {
    .solution__content p:not(:last-child) {
        margin-bottom: 2rem
    }
}

.solution__content ul {
    display: flex;
    flex-direction: column;
    row-gap: 1rem
}

.solution__content li {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    position: relative;
    padding-left: 2rem;
    color: #001125;
    font-size: 1.8rem;
    line-height: 3.6rem
}

@media screen and (max-width:870px) {
    .solution__content li {
        padding-left: 1rem;
        font-size: 1.2rem;
        line-height: 1.5
    }
}

.solution__content li:before {
    content: "";
    width: .3rem;
    height: 2.4rem;
    position: absolute;
    top: .6rem;
    left: 0;
    background-color: #0e3988
}

@media screen and (max-width:870px) {
    .solution__content li:before {
        top: 50%;
        transform: translateY(-50%)
    }
}

.solution__label,
.solution__point {
    color: #2d69b3;
    font-weight: 700
}

.solution__label {
    margin: 0 0 1.6rem
}

.service {
    background-color: #fff
}

.service__inner {
    max-width: 146rem
}

.service__wrap {
    padding: 12rem 0
}

@media screen and (max-width:870px) {
    .service__wrap {
        padding: 2rem 0
    }
}

.service__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6rem
}

@media screen and (max-width:870px) {
    .service__body {
        margin: 0;
        gap: 2rem;
        flex-direction: column
    }
}

.service__head {
    width: 41rem;
    flex-shrink: 0
}

@media screen and (max-width:870px) {
    .service__head {
        width: auto
    }
}

.service__head > p:first-child {
    width: fit-content;
    border-bottom: .2rem solid #0E3988;
    color: #0e3988;
    font-family: Cardo, serif;
    font-size: 2.4rem;
    font-weight: 400;
    height: 6.4rem;
    display: flex;
    align-items: center;
    margin-bottom: 4rem
}

@media screen and (max-width:870px) {
    .service__head > p:first-child {
        height: 3rem;
        margin-inline: auto;
        margin-bottom: 2rem
    }
}

.service__head h2 {
    margin-bottom: 3rem;
    color: #051c45;
    font-size: 4rem;
    font-weight: 600;
    line-height: 7rem
}

@media screen and (max-width:870px) {
    .service__head h2 {
        font-size: 2.8rem;
        line-height: 4rem;
        text-align: center;
        margin-bottom: 1.5rem
    }
}

.service__head > p:last-child {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.8rem;
    line-height: 3rem
}

@media screen and (max-width:870px) {
    .service__head > p:last-child {
        font-size: 1.4rem;
        line-height: 1.7
    }
}

.service__cards-area {
    flex: 1 1 94rem;
    min-width: 0
}

@media screen and (max-width:870px) {
    .service__cards-area {
        flex: auto
    }
}

.service__cards {
    order: 2;
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 2rem
}

@media screen and (max-width:870px) {
    .service__cards {
        flex-direction: column
    }
}

.service__card {
    width: auto;
    min-width: 0;
    flex: 1 1 0;
    display: flex;
    flex-direction: column
}

@media screen and (max-width:870px) {
    .service__card {
        flex-direction: row
    }
}

.service__image {
    height: 18.5rem;
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden
}

@media screen and (max-width:870px) {
    .service__image {
        width: 50%;
        height: auto;
        margin: 0
    }
}

.service__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.service__tag {
    width: 20rem;
    height: 4.5rem;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width:870px) {
    .service__tag {
        width: 65%;
        max-width: 13rem;
        height: auto
    }
}

.service__tag svg {
    width: 100%;
    height: 100%;
    display: block
}

.service__tag span {
    position: absolute;
    top: 50%;
    left: 1.4rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    transform: translateY(-50%)
}

@media screen and (max-width:870px) {
    .service__tag span {
        font-size: 1.2rem;
        left: .5rem
    }
}

.service__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem
}

@media screen and (max-width:870px) {
    .service__content {
        padding: clamp(1rem, 3.5vw, 2rem)
    }
}

.service__content h3 {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    margin-bottom: 2rem;
    color: #051c45;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3rem
}

@media screen and (max-width:870px) {
    .service__content h3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        line-height: 1.5
    }
}

.service__content ul {
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-bottom: 2.4rem
}

@media screen and (max-width:870px) {
    .service__content ul {
        gap: .6rem;
        margin-bottom: 1rem
    }
}

.service__content li {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: #051c45;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    white-space: nowrap
}

@media screen and (max-width:870px) {
    .service__content li {
        line-height: 1;
        font-size: .8rem
    }
}

.service__content li img {
    width: 1.6rem;
    height: 1.6rem;
    object-fit: contain
}

@media screen and (max-width:870px) {
    .service__content li img {
        width: 1rem;
        height: 1rem
    }
}

.service__content p {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.6rem
}

@media screen and (max-width:870px) {
    .service__content p {
        font-size: clamp(1rem, 2vw, 1.2rem);
        line-height: 1.5;
        margin-bottom: 1rem
    }
}

.service__content .service__button {
    margin-top: auto
}

.service__button,
.service__category {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    border: .2rem solid #0E3988;
    color: #0e3988;
    font-size: 1.8em;
    font-weight: 700;
    transition: background-color .3s, color .3s
}

@media screen and (max-width:870px) {

    .service__button,
    .service__category {
        height: 4rem;
        font-size: 1.4rem;
        padding: 0 1rem
    }
}

.service__button svg,
.service__category svg {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0
}

.service__button path,
.service__category path {
    transition: fill .3s
}

.service__button:hover,
.service__button:focus-visible,
.service__category:hover,
.service__category:focus-visible {
    background-color: #0e3988;
    color: #fff;
    opacity: 1
}

.service__button:hover path,
.service__button:focus-visible path,
.service__category:hover path,
.service__category:focus-visible path {
    fill: #fff
}

.service__button {
    width: 100%
}

.service__categories {
    order: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem
}

@media screen and (max-width:870px) {
    .service__categories {
        gap: 1rem;
        margin-bottom: 3rem
    }
}

.service__category {
    width: auto;
    min-width: 0;
    flex: 1 1 28rem;
    height: 7rem;
    gap: 1.2rem;
    padding: 0 1.4rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    white-space: normal;
    word-break: keep-all
}

@media screen and (max-width:870px) {
    .service__category {
        height: 5rem;
        padding: 0 1rem;
        flex: 0 1 100%;
        font-size: 1.35rem;
        letter-spacing: 0;
        line-height: 1.35
    }
}

@media screen and (min-width:480px)and (max-width:870px) {
    .service__category {
        flex-basis: calc((100% - 1rem)/2);
        font-size: 1.2rem
    }
}

.strategy {
    background-color: #e5eaf099
}

.strategy__hero {
    position: relative;
    background-color: #030d1e;
    overflow: hidden
}

.strategy__hero-inner {
    width: 90%;
    max-width: 148rem;
    height: 66rem;
    display: flex;
    align-items: center;
    margin-inline: auto
}

@media screen and (max-width:870px) {
    .strategy__hero-inner {
        position: relative;
        width: 100%;
        height: auto;
        padding: 4rem 0;
        display: block
    }
}

.strategy__content {
    width: 74rem;
    position: relative;
    z-index: 1;
    color: #fff
}

@media screen and (max-width:870px) {
    .strategy__content {
        width: 90%;
        margin-inline: auto;
        z-index: 2
    }
}

@media screen and (max-width:870px) {
    .strategy__head {
        padding: 0
    }
}

.strategy__label {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.8rem;
    margin-bottom: 1rem;
    padding: .5rem 2rem;
    border: .1rem solid #bda46c;
    color: #bda46c;
    font-family: Cardo, serif;
    font-size: 1.8rem
}

@media screen and (max-width:870px) {
    .strategy__label {
        font-size: 1.4rem;
        height: 3rem;
        padding: .5rem 1rem
    }
}

.strategy h2 {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2.4rem;
    font-size: 4rem;
    font-weight: 600;
    line-height: 6rem;
    letter-spacing: .07em
}

@media screen and (max-width:870px) {
    .strategy h2 {
        margin-bottom: 6.4rem;
        padding-bottom: 2rem;
        font-size: 2.6rem;
        line-height: 3.8rem
    }
}

.strategy h2:after {
    content: "";
    width: 10.8rem;
    height: .2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #c0a171, #fff)
}

@media screen and (max-width:870px) {
    .strategy h2:after {
        width: 6rem
    }
}

.strategy h2 span {
    color: #bda46c
}

.strategy__txt {
    margin-bottom: 3rem;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {
    .strategy__txt {
        margin-bottom: 2.4rem;
        font-size: 1.4rem;
        line-height: 2.4rem
    }
}

.strategy__mobile-copy {
    display: none
}

@media screen and (max-width:870px) {
    .strategy__mobile-copy {
        width: fit-content;
        position: relative;
        display: block;
        margin: 0 0 5rem auto;
        padding: 1rem 0;
        color: #fff;
        font-family: Abhaya Libre, serif;
        font-size: 3.3rem;
        line-height: 3.5rem;
        letter-spacing: .05em;
        text-align: left
    }

    .strategy__mobile-copy:before,
    .strategy__mobile-copy:after {
        content: "";
        width: 7.4rem;
        height: .2rem;
        position: absolute;
        left: 0;
        background-color: #c0a171
    }
}

@media screen and (max-width:870px)and (max-width:870px) {

    .strategy__mobile-copy:before,
    .strategy__mobile-copy:after {
        width: 3rem
    }
}

@media screen and (max-width:870px) {
    .strategy__mobile-copy:before {
        top: 0
    }

    .strategy__mobile-copy:after {
        bottom: 0
    }
}

.strategy__quality {
    display: flex;
    align-items: center;
    gap: 2rem
}

@media screen and (max-width:870px) {
    .strategy__quality {
        align-items: stretch;
        gap: 1.4rem;
        padding: 1.8rem 1.4rem;
        border: .1rem solid rgba(192, 161, 113, .5);
        border-radius: .6rem;
        background-color: #030d1e
    }
}

.strategy__quality-icon {
    width: 7rem;
    height: 7.3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.strategy__quality-icon:before,
.strategy__quality-icon:after {
    content: "";
    width: .1rem;
    height: 7.3rem;
    position: absolute;
    top: 0;
    background-color: #bda46c
}

.strategy__quality-icon:before {
    left: 0
}

.strategy__quality-icon:after {
    right: 0
}

.strategy__quality-icon img {
    width: 6.1rem;
    height: auto
}

@media screen and (max-width:870px) {
    .strategy__quality-icon {
        width: 5rem;
        height: auto;
        align-self: stretch
    }

    .strategy__quality-icon:before,
    .strategy__quality-icon:after {
        height: 100%
    }
}

@media screen and (max-width:870px)and (max-width:870px) {
    .strategy__quality-icon:before {
        display: none
    }
}

@media screen and (max-width:870px) {
    .strategy__quality-icon img {
        width: 4.2rem
    }
}

.strategy__quality-list {
    min-width: 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {
    .strategy__quality-list {
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

.strategy__quality-list p {
    margin-bottom: .8rem;
    color: #c0a171
}

.strategy__quality-list ul {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    list-style: none
}

.strategy__quality-list li {
    position: relative;
    padding-left: 3rem;
    list-style: none
}

@media screen and (max-width:870px) {
    .strategy__quality-list li {
        padding-left: 2.4rem
    }
}

.strategy__quality-list li:before {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: .4rem;
    left: 0;
    background: url(../images/check.png) center/contain no-repeat
}

@media screen and (max-width:870px) {
    .strategy__quality-list li:before {
        width: 1.6rem;
        height: 1.6rem;
        top: .3rem
    }
}

.strategy__visual {
    width: 93rem;
    position: absolute;
    top: 0;
    right: calc((100% - 192rem)/2);
    z-index: 0;
    overflow: hidden
}

@media screen and (max-width:870px) {
    .strategy__visual {
        position: absolute;
        top: 0;
        right: auto;
        left: auto;
        width: 100%;
        height: 48rem
    }

    .strategy__visual:after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(180deg, #030d1e00, #030d1e2e 82%, #030d1e)
    }
}

.strategy__visual > p {
    position: absolute;
    top: 6rem;
    left: 15rem;
    z-index: 1;
    padding: 3rem 0 5rem;
    color: #fff;
    font-family: Abhaya Libre, serif;
    font-size: 9.6rem;
    line-height: 12rem;
    letter-spacing: .05em
}

@media screen and (max-width:870px) {
    .strategy__visual > p {
        display: none
    }
}

.strategy__visual > p:before,
.strategy__visual > p:after {
    content: "";
    width: 7.4rem;
    height: .2rem;
    position: absolute;
    left: 0;
    background-color: #c0a171
}

.strategy__visual > p:before {
    top: 0
}

.strategy__visual > p:after {
    bottom: 0
}

.strategy__visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: right top
}

@media screen and (max-width:870px) {
    .strategy__visual img {
        object-fit: cover;
        object-position: center top
    }
}

.strategy__promise {
    padding: 6rem 0 10rem;
    text-align: center
}

@media screen and (max-width:870px) {
    .strategy__promise {
        padding: 3rem 0 5rem
    }
}

.strategy__pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    width: 45.2rem;
    height: 6.4rem;
    margin: 0 auto 4rem;
    border: .2rem solid #0E3988;
    border-radius: 10rem;
    color: #0e3988;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: 500
}

@media screen and (max-width:870px) {
    .strategy__pill {
        margin: 0 auto 2rem;
        width: 80%;
        height: 4rem;
        font-size: 1.4rem
    }
}

.strategy h3 {
    margin-bottom: 3rem;
    font-size: 4rem;
    font-weight: 600;
    line-height: 7rem
}

@media screen and (max-width:870px) {
    .strategy h3 {
        margin-bottom: 1rem;
        font-size: 2rem;
        font-size: clamp(1.4rem, 3vw, 2rem);
        line-height: 3rem
    }
}

.strategy__promise > p:not(.strategy__pill) {
    margin-bottom: 4rem;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {
    .strategy__promise > p:not(.strategy__pill) {
        font-size: 1.1rem;
        font-size: clamp(1.1rem, 3vw, 1.4rem);
        margin-bottom: 2rem
    }
}

.strategy__promise-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 5rem
}

@media screen and (max-width:870px) {
    .strategy__promise-title {
        margin-bottom: 2rem
    }
}

.strategy__promise-title:before,
.strategy__promise-title:after {
    content: "";
    width: 25%;
    max-width: 50rem;
    height: .1rem;
    background-color: #0e2e72
}

.strategy__promise-title span {
    color: #1b5da9;
    font-size: 4rem;
    font-weight: 600
}

@media screen and (max-width:870px) {
    .strategy__promise-title span {
        font-size: 2rem
    }
}

.strategy__cards {
    display: flex;
    justify-content: center;
    gap: 2.4rem;
    width: 90%;
    max-width: 128rem;
    margin-inline: auto
}

@media screen and (max-width:870px) {
    .strategy__cards {
        flex-direction: column
    }
}

.strategy__card {
    position: relative;
    flex: 1 1 33%;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    max-width: 40.6rem;
    padding: 3.8rem 2.5rem;
    background-color: #fff;
    box-shadow: 0 .4rem 1.2rem #051c4529;
    text-align: left;
    border-bottom: 2px solid #0E3988
}

@media screen and (max-width:870px) {
    .strategy__card {
        padding: clamp(2.2rem, 5vw, 3rem) clamp(1.6rem, 4vw, 2rem);
        max-width: 100%
    }
}

.strategy__card h4 {
    display: flex;
    align-items: flex-start;
    gap: 2.6rem;
    padding-bottom: 2rem;
    margin-bottom: 2.4rem;
    border-bottom: .2rem solid;
    border-image: linear-gradient(90deg, #0e3988, #0e2e72) 1;
    color: #0e3988;
    font-size: 2.4rem;
    font-size: clamp(1.2rem, 1.5vw, 2.4rem);
    font-weight: 600;
    line-height: 3.4rem
}

@media screen and (max-width:870px) {
    .strategy__card h4 {
        width: 100%;
        font-size: clamp(1.5rem, 3.4vw, 1.9rem);
        line-height: 1.45;
        gap: clamp(1.4rem, 3vw, 2rem)
    }
}

.strategy__card h4 span {
    width: 6.1rem;
    height: 6.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #0e3988, #0e2e72);
    color: #fff;
    font-family: Cardo, serif;
    font-size: 4rem;
    font-weight: 400
}

@media screen and (max-width:870px) {
    .strategy__card h4 span {
        width: clamp(4.6rem, 10vw, 5.6rem);
        height: clamp(4.6rem, 10vw, 5.6rem);
        font-size: clamp(2.6rem, 6vw, 3.2rem)
    }
}

.strategy__card-icon {
    display: none
}

@media screen and (min-width:480px)and (max-width:870px) {
    .strategy__card-icon {
        position: absolute;
        top: clamp(8.8rem, 18vw, 11.5rem);
        right: clamp(1.8rem, 4.5vw, 3rem);
        display: block;
        width: clamp(11rem, 25vw, 15rem);
        height: auto;
        pointer-events: none
    }
}

@media screen and (min-width:480px)and (max-width:870px) {
    .strategy__card-block {
        width: calc(100% - clamp(12.5rem, 25vw, 16rem))
    }
}

.strategy__card-block:not(:last-child) {
    margin-bottom: 2rem
}

.strategy__card-block:nth-of-type(1) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #D9D9D9
}

.strategy__card-block:nth-of-type(1) p:nth-child(2) {
    height: 6rem
}

@media screen and (max-width:870px) {
    .strategy__card-block:nth-of-type(1) p:nth-child(2) {
        height: auto
    }
}

.strategy__card-block:nth-of-type(2) p:first-child {
    color: #0e3988
}

.strategy__card-block p {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2rem;
    display: flex;
    gap: .5rem
}

@media screen and (max-width:870px) {
    .strategy__card-block p {
        font-size: clamp(1.2rem, 3vw, 1.5rem);
        line-height: 1.65
    }
}

.strategy__card-block p span {
    color: #0f2743
}

.strategy__card-block p:first-child {
    margin-bottom: .8rem;
    color: #b1b8c2;
    font-weight: 500
}

.strategy__card-block p:nth-child(2) {
    margin-bottom: 1.5rem
}

.strategy__card-block p:last-child {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem 1.4rem;
    background-color: #f3f5f8
}

@media screen and (max-width:870px) {
    .strategy__card-block p:last-child {
        font-size: clamp(1.1rem, 2.8vw, 1.4rem)
    }
}

.strategy__card-block p:last-child:before {
    content: ">";
    color: #0e3988;
    font-weight: 700
}

.flow {
    background-color: #e5eaf099
}

.flow__inner {
    max-width: 171rem
}

.flow__wrap {
    padding: 10rem 0
}

@media screen and (max-width:870px) {
    .flow__wrap {
        padding: 4rem 0
    }
}

.flow__head {
    margin-bottom: 6rem;
    text-align: center
}

@media screen and (max-width:870px) {
    .flow__head {
        margin-bottom: 3rem
    }
}

.flow__head h2 {
    margin-bottom: 2rem;
    font-size: 4rem;
    font-weight: 600;
    line-height: 7rem;
    letter-spacing: .15em
}

@media screen and (max-width:870px) {
    .flow__head h2 {
        line-height: 4rem;
        font-size: 2.4rem;
        font-size: clamp(2.4rem, 5vw, 2.8rem)
    }
}

.flow__head p {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {
    .flow__head p {
        font-size: 1.4rem
    }
}

.flow__cards {
    display: flex;
    justify-content: center;
    gap: 2rem
}

@media screen and (max-width:870px) {
    .flow__cards {
        flex-direction: column
    }
}

.flow__card {
    width: 23%;
    max-width: 40rem;
    height: 50rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 3rem 5rem;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0 .8rem 2rem #051c451f
}

@media screen and (max-width:870px) {
    .flow__card {
        border-radius: 1rem;
        gap: 2rem;
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        height: auto;
        padding: 2rem
    }
}

.flow__card h3 {
    margin-bottom: 2rem;
    color: #131f3f;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    text-align: center
}

@media screen and (max-width:870px) {
    .flow__card h3 {
        text-align: left;
        font-size: 2rem;
        margin-bottom: 1rem
    }
}

.flow__card p:not(.flow__step) {
    color: #131f3f;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {
    .flow__card p:not(.flow__step) {
        font-size: clamp(1.1rem, 2.5vw, 1.4rem);
        line-height: 1.5
    }
}

.flow__card h3 + p {
    margin-bottom: 2.4rem
}

@media screen and (max-width:870px) {
    .flow__card h3 + p {
        margin: 0
    }
}

@media screen and (max-width:870px) {
    .flow__box {
        flex: 1
    }
}

.flow__card .flow__note {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-top: auto;
    color: #1d3b66;
    font-size: 1.6rem
}

@media screen and (max-width:870px) {
    .flow__card .flow__note {
        margin-top: 1rem
    }
}

.flow__card .flow__note svg {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0
}

.flow__icon {
    width: 17rem;
    height: 17rem;
    margin-bottom: 2rem
}

@media screen and (max-width:870px) {
    .flow__icon {
        margin: 0;
        width: clamp(8rem, 20vw, 10rem);
        height: auto
    }
}

.flow__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain
}

.flow__step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 3.4rem;
    margin-bottom: 2rem;
    background-color: #1d3b66;
    color: #fff;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    margin-inline: auto;
    border-radius: .5rem
}

@media screen and (max-width:870px) {
    .flow__step {
        height: 2.4rem;
        font-size: 1.4rem;
        margin: 0;
        margin-bottom: 1rem
    }
}

.flow__arrow {
    width: 19.4rem;
    height: 3.7rem;
    position: absolute;
    top: 12.6rem;
    right: -11rem;
    z-index: 2;
    pointer-events: none
}

@media screen and (max-width:870px) {
    .flow__arrow {
        display: none
    }
}

.faq__inner {
    max-width: 110rem
}

.faq__wrap {
    padding: 10rem 0
}

@media screen and (max-width:870px) {
    .faq__wrap {
        padding: 4rem 0
    }
}

.faq__head {
    margin-bottom: 4rem;
    text-align: center
}

.faq__head h2 {
    margin-bottom: 2rem;
    font-size: 4rem;
    font-weight: 600;
    line-height: 7rem;
    letter-spacing: .15em
}

@media screen and (max-width:870px) {
    .faq__head h2 {
        font-size: 2.8rem;
        line-height: 4rem
    }
}

.faq__head p {
    font-size: 1.6rem;
    line-height: 2.8rem
}

@media screen and (max-width:870px) {
    .faq__head p {
        font-size: 1.4rem
    }
}

.faq__list {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    row-gap: 4rem
}

@media screen and (max-width:870px) {
    .faq__list {
        row-gap: 2rem
    }
}

.faq__item summary {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 0 2rem;
    background-color: #fff;
    cursor: pointer;
    list-style: none;
    height: 6.5rem
}

.faq__item summary::-webkit-details-marker {
    display: none
}

.faq__item summary:after {
    content: "＋";
    margin-left: auto;
    color: #8f7e42;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1
}

.faq__item[open] summary:after {
    content: "ー"
}

.faq__item[open] summary {
    margin-bottom: 2rem
}

.faq__mark {
    font-family: Cardo, serif;
    width: 4.5rem;
    height: 4.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #0e3988;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1
}

.faq__mark--answer {
    background-color: #f7f7f9;
    border: 1px solid #001125;
    color: #001125
}

.faq__question {
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {
    .faq__question {
        font-size: 1.4rem
    }
}

.faq__answer {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 0 2rem;
    height: 6.5rem;
    background-color: #f7f7f9
}

@media screen and (max-width:870px) {
    .faq__answer {
        height: auto;
        padding: 2rem
    }
}

.faq__answer p {
    font-size: 1.4rem;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {
    .faq__answer p {
        font-size: 1.3rem
    }
}

.support {
    background-image: url(../images/bg-support.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width:870px) {
    .support {
        background: none
    }
}

.support__inner {
    max-width: 150rem
}

.support__wrap {
    display: flex;
    align-items: center;
    padding: 10rem 0
}

@media screen and (max-width:870px) {
    .support__wrap {
        padding: 0 0 4rem
    }
}

.support__content {
    width: 84rem
}

.support__content h2 {
    margin-bottom: 2rem;
    color: #051c45;
    font-size: 5rem;
    font-weight: 600;
    line-height: 7rem
}

@media screen and (max-width:870px) {
    .support__content h2 {
        font-size: 2.8rem;
        line-height: 4rem
    }
}

.support__content p {
    margin-bottom: 4rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    width: max-content
}

@media screen and (max-width:870px) {
    .support__content p {
        margin: 0;
        width: auto;
        font-size: 1.4rem
    }
}

@media screen and (max-width:870px) {
    .support__head {
        background-image: url(../images/bg-support.png);
        background-position: 80% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 4rem 2rem
    }
}

.support__points {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4rem
}

@media screen and (max-width:870px) {
    .support__points {
        flex-direction: column
    }
}

.support__points-box {
    height: 11.7rem;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:870px) {
    .support__points-box {
        padding: 0 2rem;
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        gap: 3rem
    }
}

.support__points li {
    width: 26rem;
    height: 19.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #051c45;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.2rem;
    text-align: center
}

@media screen and (max-width:870px) {
    .support__points li {
        height: 10rem;
        width: 100%;
        font-size: 1.6rem;
        border-bottom: 1px solid rgba(204, 204, 204, .4)
    }
}

.support__points li:nth-child(1) img {
    width: 8rem
}

.support__points li:nth-child(2) {
    border-left: 1.3px solid #B1B8C2;
    border-right: 1.3px solid #B1B8C2
}

@media screen and (max-width:870px) {
    .support__points li:nth-child(2) {
        border: none;
        border-bottom: 1px solid rgba(204, 204, 204, .4)
    }
}

.support__points li:nth-child(2) img {
    width: 6.5rem
}

.support__points li:nth-child(3) img {
    width: 7.3rem
}

.support__points img {
    width: auto;
    height: auto;
    object-fit: contain
}

@media screen and (max-width:870px) {
    .support__points img {
        width: 7rem !important
    }
}

.support__button {
    width: 38rem;
    height: 7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    background: linear-gradient(90deg, #0e3988, #0e2e72);
    color: #fff;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {
    .support__button {
        width: 100%;
        height: 5rem
    }
}

.contact {
    background-color: #e5eaf099
}

.contact__inner {
    max-width: 95rem
}

.contact h2 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 7rem;
    letter-spacing: .15em
}

@media screen and (max-width:870px) {
    .contact h2 {
        font-size: 2.8rem
    }
}

.contact__wrap {
    padding: 10rem 0
}

@media screen and (max-width:870px) {
    .contact__wrap {
        padding: 4rem 0
    }
}

.contact__head {
    align-items: center;
    row-gap: 3rem;
    margin-bottom: 5.5rem
}

@media screen and (max-width:870px) {
    .contact__head {
        row-gap: 1.5rem;
        margin-bottom: 3rem
    }
}

.contact__head p {
    font-size: 1.6rem
}

@media screen and (max-width:870px) {
    .contact__head p {
        font-size: 1.4rem
    }
}

.contact__form {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif
}

.contact__trap {
    display: none
}

.contact__field {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    padding: 2rem 0;
    border-bottom: .1rem solid #B1B8C2
}

@media screen and (max-width:870px) {
    .contact__field {
        gap: 1rem;
        flex-direction: column
    }
}

.contact__label {
    width: 18rem;
    flex-shrink: 0;
    padding-top: 1.4rem;
    color: #292929;
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {
    .contact__label {
        padding: 0;
        font-size: 1.4rem;
        width: 100%
    }
}

.contact__required {
    margin-left: .4rem;
    color: #0e3988
}

.contact__box {
    row-gap: 1.6rem;
    width: 100%
}

.contact__input,
.contact__textarea {
    width: 100%;
    border: .1rem solid #D9D9D9;
    background-color: #fff;
    color: #001125;
    font-size: 1.6rem;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {

    .contact__input,
    .contact__textarea {
        font-size: 1.4rem
    }
}

.contact__input {
    height: 6rem;
    padding: 0 1.6rem
}

@media screen and (max-width:870px) {
    .contact__input {
        height: 4rem;
        padding: 0 1rem
    }
}

.contact__textarea {
    height: 14rem;
    padding: 1.6rem;
    resize: vertical
}

@media screen and (max-width:870px) {
    .contact__textarea {
        padding: 1rem
    }
}

.contact__field--textarea .contact__label {
    padding-top: .4rem
}

.contact__example {
    color: #868686;
    font-size: 1.6rem;
    line-height: 2rem
}

@media screen and (max-width:870px) {
    .contact__example {
        font-size: 1.4rem
    }
}

.contact__file {
    font-family: "Noto Serif JP", Hiragino Mincho ProN, Yu Mincho, serif;
    height: 6.8rem;
    display: flex;
    align-items: center;
    gap: 1.8rem;
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #fff
}

@media screen and (max-width:870px) {
    .contact__file {
        padding: 1rem;
        height: 4rem
    }
}

.contact__file-text {
    position: relative;
    padding-left: 2.8rem;
    color: #1b5da9;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.4rem
}

@media screen and (max-width:870px) {
    .contact__file-text {
        padding-left: 1.4rem;
        width: 50%;
        font-size: 1rem
    }
}

.contact__file-text:before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(../images/contact-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%)
}

@media screen and (max-width:870px) {
    .contact__file-text:before {
        width: 1rem
    }
}

.contact__file-btn {
    width: 12rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: .1rem solid #1B5DA9;
    color: #1b5da9;
    font-size: 1.3rem;
    line-height: 1.3rem;
    cursor: pointer
}

@media screen and (max-width:870px) {
    .contact__file-btn {
        width: 13rem;
        height: 2rem;
        font-size: 1rem
    }
}

.contact__file-btn input {
    position: absolute;
    width: .1rem;
    height: .1rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.contact__file-note {
    width: 18rem;
    overflow: hidden;
    color: #8a8a8a;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width:870px) {
    .contact__file-note {
        font-size: 1rem
    }
}

.contact__submit {
    width: 34rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5.5rem auto 0;
    background-color: #0e2f74;
    color: #fff;
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6rem
}

@media screen and (max-width:870px) {
    .contact__submit {
        font-size: 1.6rem;
        height: 4rem
    }
}

.contact__submit span {
    display: inline-flex;
    align-items: center;
    gap: 1.4rem
}

.contact__submit svg {
    width: 2.2rem;
    height: 1.6rem;
    flex-shrink: 0
}

@media screen and (max-width:870px) {
    .contact__submit svg {
        width: 1.5rem
    }
}

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

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode > .swiper-wrapper {
    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-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}





.footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

@media screen and (min-width:768px) {
    .footer__company {
        padding: 0px 24px 30px 0px;
        border-radius: 12px;
    }
}

@media screen and (max-width:767px) {
    .footer__company {
        /*        padding: 30px 30px 30px 50px;*/
        margin: 0 auto;
        border-radius: 12px;
        text-align: center;
    }
}

.footer__company-lead {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.6;
}

.footer__company-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.footer__company-link:hover {
    opacity: 0.8;
}
