@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    -moz-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;
    /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

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

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

a,
span {
    display: inline-block;
}

/*----------------------------------------
　　Import Modules
----------------------------------------*/
/* ブレイクポイントの種類を定義
----------------------------------------*/
/* カラー変数の定義
----------------------------------------*/
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/*----------------------------------------
　　ビューポート単位の計算関数
----------------------------------------*/
/*----------------------------------------
　　メディアクエリ用のMixin
----------------------------------------*/
/*----------------------------------------
　　カラーマップ取得関数
----------------------------------------*/
/*----------------------------------------
　　基本
----------------------------------------*/
body {
    background: linear-gradient(to bottom, #ebf2f8, #eef2f9);
}

html {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    font-weight: 500;
    line-height: 1.5;
}

/*----------------------------------------
　　フォント
----------------------------------------*/
/*----------------------------------------
　　コンテンツ・セクション幅
----------------------------------------*/
/*----------------------------------------
　　PC・SP 非表示
----------------------------------------*/
.u-under1280 {
    display: none;
}

.u-over1280 {
    display: block;
}

@media screen and (max-width: 1280px) {
    .u-under1280 {
        display: block;
    }
    .u-over1280 {
        display: none;
    }
}
.u-under960 {
    display: none;
}

@media screen and (max-width: 960px) {
    .u-under960 {
        display: block;
    }
}
.u-sp-only {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .u-sp-only {
        display: block !important;
    }
    .u-pc-only {
        display: none !important;
    }
}
/*----------------------------------------
　　共通パーツ (全ページ)
----------------------------------------*/
@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*----------------------------------------
　　Import Modules
----------------------------------------*/
.u-underline {
    position: relative;
    display: inline-block;
}
.u-underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    height: 16px;
    background: linear-gradient(to right, #ff9833, #ff6739);
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .u-underline::after {
        bottom: 0;
        height: 2.1333333333vw;
    }
    .hero__title .u-underline::after {
        bottom: 1.4666666667vw;
    }
    .hero__problem-title .u-underline::after {
        bottom: 2.8vw;
    }
}
.solve .u-underline,
.all-support .u-underline,
.final-cta .u-underline {
    background: linear-gradient(to right, #2f2dbf, #2d67d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.u-underline--under1280 {
    display: contents;
}

.u-underline--sp {
    display: contents;
}

@media screen and (max-width: 1280px) {
    .u-underline--pc {
        display: contents;
    }
    .u-underline--pc::after {
        display: none;
    }
    .u-underline--under1280 {
        display: inline-block;
    }
}
@media screen and (max-width: 768px) {
    .u-underline--sp {
        display: inline-block;
    }
}
.u-accent {
    color: #ff6c00;
}

.u-sub_accent {
    color: #fff95b;
}

.u-bg-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 132px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: rgba(70, 103, 204, 0.1);
    z-index: 0;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .u-bg-text {
        font-size: 17.6vw;
    }
}
/*----------------------------------------
　　Import Modules
----------------------------------------*/
.l-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 768px) {
    .l-inner {
        padding: 0 6.6666666667vw;
    }
}

.l-section__title {
    background: linear-gradient(to right, #2f2dbf, #2d67d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.5333333333;
    text-align: center;
}
@media screen and (max-width: 960px) {
    .l-section__title {
        font-size: 7.4666666667vw;
        line-height: 1.2678571429;
    }
}

.l-section__sub-title {
    display: flex;
    align-items: center;
    gap: 27px;
}

.l-section__sub-title-ja {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1315789474;
}

.customers-voice .l-section__sub-title-ja {
    color: #fff;
}

.l-section__sub-title-en {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #353cbd;
}

.customers-voice .l-section__sub-title-en {
    color: #fff95b;
}

@media screen and (max-width: 768px) {
    .l-section__sub-title {
        flex-direction: column-reverse;
        align-items: start;
        gap: 1.6vw;
    }
    .l-section__sub-title-ja {
        font-size: 5.6vw;
        line-height: 1.0238095238;
    }
    .l-section__sub-title-en {
        font-size: 3.3333333333vw;
    }
}
.l-section__heading {
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: 4px solid #353cbd;
}

.l-section__heading-ja {
    font-size: 45px;
    font-weight: 700;
    line-height: 2.0444444444;
    color: #353cbd;
}

.l-section__heading-en {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #ff6c00;
}

@media screen and (max-width: 768px) {
    .l-section__heading {
        gap: 3.3333333333vw;
    }
    .l-section__heading-ja {
        font-size: 6vw;
    }
    .l-section__heading-en {
        font-size: 3.3333333333vw;
    }
}
/*----------------------------------------
　　Import Modules
----------------------------------------*/
/*
 Hero
-------------------------------------------------*/
.hero {
    position: relative;
    color: #ffffff;
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.hero__bg-text {
    top: 549px;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
}

.hero__header {
    position: relative;
    padding-top: 34px;
    padding-left: 28px;
}
.hero__header img {
    width: 217px;
}

.hero__body {
    margin-top: 119px;
    position: relative;
}

.hero__title {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.4444444444;
}

.hero__subtitle {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    margin-top: 13px;
    font-size: 20px;
    line-height: 1;
}

.hero__text {
    margin-top: 208px;
    font-size: 25px;
    line-height: 1.76;
}

.hero__features {
    position: absolute;
    display: flex;
    gap: 24px;
    bottom: 42px;
    right: -12px;
}

.hero__feature-item {
    background-color: #fff;
    color: #000000;
    border-radius: 50%;
    width: 230px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px;
    box-shadow: 0 0 26px 15px rgba(70, 103, 204, 0.25) inset;
}

.hero__feature-number {
    font-family: "Outfit", sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    color: #ff6c00;
}

.hero__feature-text {
    font-size: 25px;
    font-weight: 700;
    margin-top: 19px;
    line-height: 1.4;
}

.hero__feature-item:nth-of-type(3) .hero__feature-text {
    margin-top: 7px;
}

.hero__problem {
    margin-top: 101px;
}

.hero__problem-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 37px;
}

.hero__problem-title-sub {
    background-color: #fff;
    color: #000000;
    padding: 11px 111px 14px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    border-radius: 5px;
    position: relative;
}
.hero__problem-title-sub::after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-top: 40px solid #fff;
    transform: translateX(-50%);
}

.hero__problem-title-main {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.4444444444;
}

.hero__troubles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 29px;
    margin-top: 59px;
}

.hero__trouble-item {
    background-color: #fff;
    color: #000000;
    border-radius: 20px;
    text-align: center;
    box-shadow: inset 0 0 0 7px #c9d5ff;
    display: flex;
    flex-direction: column;
    padding: 40px 20px 65px;
}

.hero__trouble-header {
    position: relative;
    padding: 0;
    padding-bottom: 50px;
}

.hero__trouble-header-icon {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero__trouble-header-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.hero__trouble-label {
    writing-mode: vertical-rl;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #3232ba;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 10px;
}

.hero__trouble-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

.hero__trouble-text {
    margin-top: 19px;
    text-align: left;
    font-size: 18px;
    line-height: 1.6666666667;
    padding: 0 20px;
    flex-grow: 1;
}

.scrolldown {
    position: absolute;
    top: 782px;
    left: 93px;
}

.scrolldown__text {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    writing-mode: vertical-rl;
    font-size: 24px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}

.scrolldown:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -14px;
    width: 1px;
    height: 120px;
    background: #ffffff;
    animation: arrowmove 2s ease-in-out infinite;
}

@keyframes arrowmove {
    0% {
        top: 5px;
    }
    50% {
        top: 35px;
    }
    100% {
        top: 5px;
    }
}
@media screen and (max-width: 1600px) {
    .scrolldown {
        top: 975px;
        left: 93px;
    }
}
/* pc styles for Hero */
@media screen and (max-width: 1280px) {
    .hero__text {
        margin-top: 308px;
    }
    .hero__features {
        bottom: 180px;
        right: 0;
    }
    .hero__troubles {
        grid-template-columns: 1fr;
        gap: 26px;
        margin-top: 53px;
    }
    .hero__trouble-item {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        padding: 20px;
        width: 650px;
        margin: 0 auto;
    }
    .hero__trouble-header {
        padding: 40px 0 20px 40px;
        margin-bottom: 0;
    }
    .hero__trouble-header-icon {
        width: 100%;
    }
    .hero__trouble-label {
        top: 19px;
        right: unset;
        left: -3px;
    }
    .hero__trouble-body {
        flex: 1;
        padding: 0;
    }
    .hero__trouble-title {
        font-size: 24px;
        line-height: 1.4;
        text-align: left;
    }
    .hero__trouble-text {
        margin-top: 9px;
        font-size: 16px;
        line-height: 1.6;
        padding-left: 0;
    }
    .scrolldown {
        top: 1060px;
        left: 93px;
    }
    .scrolldown__text {
        font-size: 20px;
    }
    .scrolldown:after {
        left: -8px;
        height: 100px;
    }
    @keyframes arrowmove {
        0% {
            top: 5px;
        }
        50% {
            top: 25px;
        }
        100% {
            top: 5px;
        }
    }
}
@media screen and (max-width: 960px) {
    .hero__feature-item {
        width: 212px;
        height: 212px;
        padding: 28px 20px;
    }
    .hero__feature-number {
        font-family: "Outfit", sans-serif;
        font-size: 44px;
    }
    .hero__feature-text {
        font-size: 23px;
        margin-top: 23px;
        line-height: 1.2173913043;
    }
    .hero__feature-item:nth-of-type(3) .hero__feature-text {
        margin-top: 1px;
    }
    .hero__problem-title-main {
        font-size: 56px;
    }
}
/* SP styles for Hero */
@media screen and (max-width: 768px) {
    .hero {
        overflow-x: hidden;
    }
    .hero__inner {
        padding: 0 6.6666666667vw;
    }
    .hero__bg-text {
        font-size: 18.4vw;
        line-height: 1.0289855072;
        top: 137.8666666667vw;
    }
    .hero__header {
        display: none;
    }
    .hero__body {
        margin-top: 0;
        padding-top: 78vw;
    }
    .hero__title {
        font-size: 9.6vw;
    }
    .hero__subtitle {
        font-size: 2.6666666667vw;
        margin-top: 2.4vw;
        margin-left: 0.5333333333vw;
    }
    .hero__text {
        margin-top: 12.8vw;
        font-size: 4.5333333333vw;
        line-height: 1.8235294118;
    }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
    .hero__text .u-ml-sp {
        display: inline;
        margin-left: 2.4vw;
    }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
    .hero__text .extend-sp {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        margin-left: 2.9333333333vw;
    }
}
@media screen and (max-width: 768px) {
    .hero__features {
        gap: 2.9333333333vw;
        bottom: unset;
        top: 44.9333333333vw;
        right: -2vw;
    }
    .hero__feature-item {
        width: 28.2666666667vw;
        height: 28.2666666667vw;
        padding: 3.7333333333vw 2.6666666667vw;
    }
    .hero__feature-number {
        font-family: "Outfit", sans-serif;
        font-size: 5.8666666667vw;
    }
    .hero__feature-text {
        font-size: 3.0666666667vw;
        margin-top: 3.0666666667vw;
        line-height: 1.2173913043;
    }
    .hero__feature-item:nth-of-type(3) .hero__feature-text {
        margin-top: 1px;
    }
    .hero__problem {
        margin-top: 32.5333333333vw;
    }
    .hero__problem-title {
        gap: 3.4666666667vw;
    }
    .hero__problem-title-sub {
        font-size: 3.7333333333vw;
        padding: 1.4666666667vw 14.8vw 1.8666666667vw;
    }
    .hero__problem-title-sub::after {
        bottom: -3.4666666667vw;
        border-left: 3.8666666667vw solid transparent;
        border-right: 3.8666666667vw solid transparent;
        border-top: 5.3333333333vw solid #fff;
    }
    .hero__problem-title-main {
        font-size: 7.2vw;
        line-height: 1.9259259259;
    }
    .hero__troubles {
        grid-template-columns: 1fr;
        gap: 3.4666666667vw;
        margin-top: 7.0666666667vw;
    }
    .hero__trouble-item {
        flex-direction: row;
        align-items: center;
        gap: 4vw;
        padding: 3.3333333333vw 2.6666666667vw 4.6666666667vw 2.6666666667vw;
        width: 100%;
    }
    .hero__trouble-header {
        padding: 4vw 0 5.3333333333vw 6vw;
        margin-bottom: 0;
        width: 29.5%;
    }
    .hero__trouble-header-icon {
        width: 100%;
    }
    .hero__trouble-label {
        top: 2.5333333333vw;
        right: unset;
        left: -0.4vw;
        font-size: 4vw;
    }
    .hero__trouble-body {
        width: 53.3333333333vw;
        padding: 0;
    }
    .hero__trouble-title {
        font-size: 5.0666666667vw;
        line-height: 1.4;
        text-align: left;
    }
    .hero__trouble-text {
        margin-top: 1.2vw;
        font-size: 3.3333333333vw;
        line-height: 1.6;
        padding-left: 0;
    }
    .scrolldown {
        display: none;
    }
}
/*
 Photo Strip
-------------------------------------------------*/
.photo-strip {
    position: relative;
    z-index: 2;
    padding: 0 30px;
    max-width: 1860px;
    margin: 80px auto 0;
}

.photo-strip .swiper {
    width: 100%;
    height: 477px;
}

.photo-strip .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
}
.photo-strip .swiper-slide img {
    width: 260px;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}
.photo-strip .swiper-slide.is-top {
    align-items: flex-start;
}
.photo-strip .swiper-slide.is-bottom {
    align-items: flex-end;
}

@media screen and (max-width: 960px) {
    .photo-strip {
        padding: 0 6.6666666667vw;
        margin: 12.6666666667vw auto 0;
    }
    .photo-strip .swiper {
        height: 46.2666666667vw;
    }
    .photo-strip .swiper-slide img {
        height: 40vw;
        width: 26.1333333333vw;
    }
}
/*
 Solve
-------------------------------------------------*/
.solve {
    position: relative;
    padding-top: 163px;
}

.solve__inner {
    position: relative;
}

.solve__bg-text {
    top: -110px;
}

.solve__title {
    position: relative;
    z-index: 1;
}

.solve__data {
    display: flex;
    justify-content: center;
    gap: 72px;
    margin-top: 37px;
    position: relative;
    z-index: 1;
}

.solve__data-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #1e3c89;
}

.solve__data-label {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    padding: 10px 37px 15px 36px;
    background: linear-gradient(to right, #2f2dbf, #2d67d0);
    color: #fff;
    border-radius: 100px;
}

.solve__data-value {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #ff6c00;
}

.solve__data-number {
    font-size: 82px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
}

.solve__points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
    gap: 36px 32px;
    margin-top: 52px;
    position: relative;
    z-index: 1;
}

.solve__point-item {
    background-color: #fff;
    border: 1px solid #86caff;
    border-radius: 20px;
    box-shadow: 0px -1px 12px 6px rgba(211, 231, 246, 0.42);
    display: flex;
    flex-direction: column;
}

.solve__point-label {
    color: #1e3c89;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 25px;
    width: 296px;
    height: 45px;
    background: linear-gradient(to right, #2f2dbf, #2d67d0);
    color: #fff;
    padding: 6px 0 0 29px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 86.5% 100%, 0% 100%);
    margin-top: 21px;
}

.solve__point-image {
    margin: 27px auto 0;
    width: 320px;
}
.solve__point-image img {
    width: 100%;
    border-radius: 4px;
}

.solve__point-title {
    margin-top: 22px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

.solve__point-text {
    margin-top: 17px;
    line-height: 1.6666666667;
    padding: 0 20px 25px;
    flex-grow: 1;
}

@media screen and (max-width: 1280px) {
    .solve__data {
        flex-direction: column;
        gap: 20px;
        width: 530px;
        margin: 52px auto 0;
    }
}
@media screen and (max-width: 768px) {
    .solve {
        padding-top: 17.8666666667vw;
        overflow: hidden;
    }
    .solve__bg-text {
        top: -14.6666666667vw;
    }
    .solve__data {
        flex-direction: column;
        gap: 2.6666666667vw;
        margin-top: 6.9333333333vw;
        margin-left: 9.0666666667vw;
        width: 100%;
    }
    .solve__data-item {
        gap: 2.1333333333vw;
    }
    .solve__data-label {
        font-size: 3.7333333333vw;
        line-height: 1.25;
        padding: 1.3333333333vw 4.9333333333vw 2vw 4.8vw;
    }
    .solve__data-value {
        font-size: 5.3333333333vw;
    }
    .solve__data-number {
        font-size: 10.9333333333vw;
    }
    .solve__points {
        grid-template-columns: 1fr;
        gap: 4.9333333333vw;
        margin-top: 11.0666666667vw;
        position: relative;
        z-index: 1;
    }
    .solve__point-item {
        height: auto;
    }
    .solve__point-item:nth-of-type(4),
    .solve__point-item:nth-of-type(5),
    .solve__point-item:nth-of-type(6) {
        height: auto;
    }
    .solve__point-label {
        font-size: 4.2666666667vw;
        width: 51.7333333333vw;
        height: 7.8666666667vw;
        padding: 0.8vw 0 0 3.8666666667vw;
        margin-top: 2.8vw;
    }
    .solve__point-image {
        margin: 2vw auto 0;
        width: 56.8vw;
    }
    .solve__point-title {
        margin-top: 2.6666666667vw;
        font-size: 5.0666666667vw;
        line-height: 1.2631578947;
    }
    .solve__point-text {
        font-size: 3.4666666667vw;
        line-height: 1.6;
        margin-top: 1.7333333333vw;
        padding: 0 2.6666666667vw 5.3333333333vw;
    }
}
/*
 Support
-------------------------------------------------*/
.support {
    margin-top: 79px;
}

.support__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 65px;
    margin-left: 62px;
    padding: 0 40px;
}

.support__text {
    width: 697px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.7857142857;
}

.support__image {
    max-width: 498px;
    flex-shrink: 0;
}

@media screen and (max-width: 1280px) {
    .support {
        margin-top: 67px;
    }
    .support__inner {
        flex-direction: column;
        gap: 55px;
        margin-left: 0;
        padding: 0 3.3333333333vw;
    }
    .support__image {
        padding: 0 3.3333333333vw;
    }
    .support__text {
        width: auto;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .support {
        margin-top: 8.9333333333vw;
    }
    .support__inner {
        flex-direction: column;
        gap: 7.3333333333vw;
        margin-left: 0;
    }
    .support__text {
        width: auto;
        font-size: 4.9333333333vw;
        line-height: 1.7567567568;
        text-align: center;
    }
}
/*
 All Support CTA
-------------------------------------------------*/
.all-support {
    text-align: center;
    padding-top: 125px;
}

.all-support__text {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.7857142857;
    margin-bottom: 4px;
    margin-left: 56px;
}

.all-support__title {
    margin-left: 56px;
}

@media screen and (max-width: 768px) {
    .all-support {
        padding-top: 12.6666666667vw;
    }
    .all-support__text {
        font-size: 5.0666666667vw;
        line-height: 1.3157894737;
        margin-bottom: 4vw;
        margin-left: 0;
    }
    .all-support__title {
        margin-left: 0;
    }
}
/*
 Vision
-------------------------------------------------*/
.vision {
    padding-top: 191px;
    padding-bottom: 88px;
}

.vision__inner {
    position: relative;
}

.vision__bg-text {
    top: -110px;
}

.vision__content {
    display: flex;
    gap: 67px;
    margin-top: 66px;
}

.vision__image {
    max-width: 450px;
    border-radius: 10px;
}

.vision__text-area {
    flex: 1;
    margin-top: 19px;
}

.vision__text {
    font-size: 20px;
    line-height: 2.25;
}

.vision__ceo {
    margin-top: 57px;
    margin-right: 4px;
    font-size: 22px;
    text-align: right;
}

.vision__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 39px;
    margin-top: 85px;
}

.vision__item {
    background-color: #fff;
    border-radius: 20px;
    padding: 35px 32px;
    display: flex;
    align-items: center;
    gap: 35px;
    font-size: 28px;
    line-height: 1.5357142857;
    font-weight: 700;
    box-shadow: inset 0 0 0 7px #c9d5ff;
    width: 580px;
    margin: 0 auto;
}

.vision__item-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(to right, #2f2dbf, #2d67d0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision__item-icon {
    width: 92px;
}

.vision__item-text {
    flex: 1;
}

@media screen and (max-width: 1280px) {
    .vision__content {
        flex-direction: column;
        margin-top: 47px;
        gap: 83px;
    }
    .vision__image {
        margin: 0 auto;
    }
    .vision__text-area {
        margin-top: 0;
    }
    .vision__list {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 83px;
    }
    .vision__item {
        width: 580px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .vision {
        padding-top: 18.8vw;
        padding-bottom: 12.2666666667vw;
    }
    .vision__content {
        margin-top: 6.2666666667vw;
        gap: 11.0666666667vw;
    }
    .vision__image {
        margin: 0 auto;
    }
    .vision__text {
        font-size: 4vw;
        line-height: 1.7666666667;
    }
    .vision__ceo {
        margin-top: 2.6666666667vw;
        margin-right: 1.3333333333vw;
        font-size: 4.2666666667vw;
        line-height: 1.40625;
    }
    .vision__list {
        margin-top: 11.0666666667vw;
        gap: 2.9333333333vw;
    }
    .vision__item {
        width: 100%;
        gap: 2.6666666667vw;
        font-size: 5.0666666667vw;
        line-height: 1.2894736842;
        padding: 4.6666666667vw 2.6666666667vw 4.6666666667vw 4.2666666667vw;
    }
    .vision__item-image {
        width: 20vw;
        height: 20vw;
    }
    .vision__item-icon {
        width: 12.2666666667vw;
    }
}
/*
 Customers Voice
-------------------------------------------------*/
.customers-voice {
    position: relative;
    padding-top: 88px;
    padding-bottom: 105px;
    background: linear-gradient(to right, #2f2dbf, #2d67d0);
}

.customers-voice__list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 39px;
}

.customers-voice__item {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.customers-voice__image {
    width: 100%;
}

.customers-voice__text-area {
    padding: 21px 33px 34px;
    flex-grow: 1;
}

.customers-voice__label {
    padding-left: 48px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5357142857;
    position: relative;
}
.customers-voice__label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    background-image: url(../../dist/images/comment-dots_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.customers-voice__comment {
    margin-top: 22px;
    padding-top: 19px;
    border-top: 1px solid #bababa;
    line-height: 1.6666666667;
}

@media screen and (max-width: 1280px) {
    .customers-voice__list {
        grid-template-columns: 1fr;
        margin-top: 42px;
    }
    .customers-voice__item {
        width: 580px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .customers-voice {
        padding-top: 7.3333333333vw;
        padding-bottom: 10.9333333333vw;
    }
    .customers-voice__list {
        grid-template-columns: 1fr;
        margin-top: 5.6vw;
        gap: 5.2vw;
    }
    .customers-voice__item {
        width: 100%;
    }
    .customers-voice__text-area {
        padding: 3.2vw 5.6vw 3.6vw 5.2vw;
    }
    .customers-voice__label {
        padding-left: 6.4vw;
        font-size: 4.5333333333vw;
        line-height: 1.2647058824;
    }
    .customers-voice__label::after {
        width: 4.9333333333vw;
        height: 4.9333333333vw;
    }
    .customers-voice__comment {
        margin-top: 2.6666666667vw;
        padding-top: 2.5333333333vw;
        line-height: 1.5384615385;
        font-size: 3.4666666667vw;
    }
}
/*
 Staff Voice
-------------------------------------------------*/
.staff-voice {
    padding-top: 70px;
    padding-bottom: 94px;
}

.staff-voice__list {
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.staff-voice__item {
    display: flex;
    gap: 57px;
    background-color: #f7f9ff;
    padding: 30px 41px 30px 27px;
    border-radius: 20px;
    box-shadow: inset 0 0 0 5px #c9d5ff;
}

.staff-voice__image {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.staff-voice__image img {
    width: 265px;
    height: 225px;
}

.staff-voice__text-area {
    flex: 1;
    padding-top: 13px;
}

.staff-voice__name {
    padding-left: 48px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5357142857;
    position: relative;
}
.staff-voice__name::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 37px;
    height: 37px;
    background-image: url(../../dist/images/comment-dots_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.staff-voice__comment {
    margin-top: 22px;
    padding-top: 19px;
    padding-right: 13px;
    border-top: 1px solid #bababa;
    line-height: 1.6666666667;
}

@media screen and (max-width: 768px) {
    .staff-voice {
        padding-top: 8.5333333333vw;
        padding-bottom: 11.8666666667vw;
    }
    .staff-voice__list {
        margin-top: 5.4666666667vw;
        gap: 3.2vw;
    }
    .staff-voice__item {
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 6.6666666667vw;
        column-gap: 6.6666666667vw;
        row-gap: 0;
        padding: 4vw 4.2666666667vw;
    }
    .staff-voice__image {
        flex-shrink: 0;
    }
    .staff-voice__image img {
        width: 35.3333333333vw;
        height: 30vw;
    }
    .staff-voice__text-area {
        display: contents;
    }
    .staff-voice__name {
        flex: 1;
        padding-left: 6.4vw;
        margin-top: 9.6vw;
        font-size: 4vw;
        line-height: 1.3333333333;
        font-weight: 700;
    }
    .staff-voice__name::after {
        top: 0;
        transform: translateY(0);
        width: 4.9333333333vw;
        height: 4.9333333333vw;
    }
    .staff-voice__comment {
        flex-basis: 100%;
        margin-top: 0;
        padding-top: 3.2vw;
        padding-right: 0;
        border-top: none;
        font-size: 3.4666666667vw;
        line-height: 1.5384615385;
    }
}
/*
 Staff Intro
-------------------------------------------------*/
.staff-intro {
    background-color: #ffffff;
    padding-top: 76px;
    padding-bottom: 102px;
}

.staff-intro__list {
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.staff-intro__item {
    display: flex;
    gap: 28px;
    align-items: center;
    background-color: #edf1f8;
    padding: 25px 27px 25px 25px;
    border-radius: 20px;
}

.staff-intro__image {
    width: 320px;
    border-radius: 10px;
    overflow: hidden;
}

.staff-intro__text-area {
    flex: 1;
}

.staff-intro__name {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5357142857;
}

.staff-intro__nationality {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6666666667;
    margin-left: 10px;
}
.staff-intro__nationality::before {
    content: "/";
    margin-right: 2px;
}

.staff-intro__comment {
    margin-top: 19px;
    padding-top: 19px;
    border-top: 1px solid #bababa;
    line-height: 1.6666666667;
}

@media screen and (max-width: 960px) {
    .staff-intro__item {
        flex-direction: column;
        padding: 38px 35px;
        gap: 31px;
    }
}
@media screen and (max-width: 768px) {
    .staff-intro {
        padding-top: 10vw;
        padding-bottom: 14.1333333333vw;
    }
    .staff-intro__list {
        grid-template-columns: 1fr;
        margin-top: 5.4666666667vw;
        gap: 6.1333333333vw;
    }
    .staff-intro__item {
        flex-direction: column;
        padding: 5.0666666667vw 4.6666666667vw;
        gap: 4.1333333333vw;
    }
    .staff-intro__image {
        width: 52.1333333333vw;
    }
    .staff-intro__name {
        font-size: 4vw;
        line-height: 1.4333333333;
    }
    .staff-intro__nationality {
        font-size: 3.4666666667vw;
        line-height: 1.1538461538;
        margin-left: 2vw;
    }
    .staff-intro__comment {
        padding-top: 2.8vw;
        font-size: 3.2vw;
        line-height: 1.6666666667;
    }
}
/*
 Flow
-------------------------------------------------*/
.flow {
    padding-top: 168px;
}

.flow__inner {
    position: relative;
}

.flow__bg-text {
    top: -110px;
}

.flow__list {
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
    gap: 25px;
    counter-reset: flow-counter;
}

.flow__item {
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    border: 1px solid #86caff;
    box-shadow: 0 -1px 12px 6px rgba(211, 231, 246, 0.42);
    display: flex;
    flex-direction: column;
}

.flow__step {
    color: #ff6c00;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.flow__icon {
    width: 100%;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.flow__icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.flow__item-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5909090909;
    margin-top: 15px;
}

.flow__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding: 0;
    flex-grow: 1;
}

@media screen and (max-width: 768px) {
    .flow {
        padding-top: 18.9333333333vw;
    }
    .flow__bg-text {
        top: -12vw;
    }
    .flow__list {
        margin-top: 8.8vw;
        grid-template-columns: 1fr;
        gap: 2.9333333333vw;
    }
    .flow__item {
        background-color: #fff;
        padding: 4.2666666667vw 4.2666666667vw 2.6666666667vw;
        text-align: left;
        height: auto;
        flex-direction: row;
        gap: 4.9333333333vw;
    }
    .flow__step {
        text-align: center;
        font-size: 3.3333333333vw;
    }
    .flow__icon {
        width: 13.4666666667vw;
        height: 14.1333333333vw;
    }
    .flow__item-inner--text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .flow__item-title {
        font-size: 4.2666666667vw;
        font-weight: 700;
        line-height: 1.09375;
    }
    .flow__text {
        margin-top: 1.8666666667vw;
        font-size: 3.4666666667vw;
        line-height: 1.5384615385;
        padding: 0;
    }
}
/*
 FAQ
-------------------------------------------------*/
.faq {
    padding-top: 153px;
}

.faq__inner {
    position: relative;
}

.faq__bg-text {
    top: -100px;
}

.faq__list {
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq__question {
    border-radius: 10px;
    background: #0092ff;
    padding: 16px 80px 19px 32px;
    font-size: 22px;
    line-height: 1.5909090909;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.faq__question::before {
    content: "Q.";
}
.faq__question::after {
    content: "";
    position: absolute;
    right: 31px;
    top: 24px;
    background-image: url(/dist/images/accordion_open_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 35px;
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    line-height: 1.3333333333;
}

.faq__answer-inner {
    padding: 30px 32px 10px 32px;
}
.faq__answer-inner::before {
    content: "A.";
}

.faq__item.is-open .faq__question::after {
    content: "";
    position: absolute;
    right: 36px;
    top: 33px;
    background-image: url(../../dist/images/accordion_close_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 35px;
}

@media screen and (max-width: 768px) {
    .faq {
        padding-top: 16.6666666667vw;
    }
    .faq__bg-text {
        top: -14.6666666667vw;
    }
    .faq__list {
        margin-top: 5.6vw;
        gap: 2.2666666667vw;
    }
    .faq__question {
        padding: 2.1333333333vw 8vw 2vw 3.0666666667vw;
        font-size: 3.7333333333vw;
        line-height: 1.3928571429;
    }
    .faq__question::after {
        top: 3.2vw;
        right: 4.1333333333vw;
        width: 2.9333333333vw;
        height: 4.6666666667vw;
    }
    .faq__answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        font-size: 3.4666666667vw;
        line-height: 1.5384615385;
    }
    .faq__answer-inner {
        padding: 2.1333333333vw 3.0666666667vw 2vw 3.0666666667vw;
    }
    .faq__item.is-open .faq__question::after {
        top: 3.2vw;
        right: 4.1333333333vw;
        width: 2.9333333333vw;
        height: 4.6666666667vw;
    }
}
/*
 Company
-------------------------------------------------*/
.company {
    padding-top: 52px;
    padding-bottom: 91px;
}

.company__list {
    margin-top: 40px;
}

.company__item {
    display: flex;
    border-bottom: 1px solid #a6a6a6;
}

.company__item-title {
    width: 221px;
    padding: 14px 0;
    font-weight: 700;
}

.company__item-data {
    padding: 14px;
    flex: 1;
}
.company__item-data a {
    color: revert;
}

@media screen and (max-width: 768px) {
    .company {
        padding-top: 10.2666666667vw;
        padding-bottom: 12.9333333333vw;
    }
    .company__list {
        margin-top: 5.0666666667vw;
    }
    .company__item {
        flex-direction: column;
    }
    .company__item-title {
        width: 100%;
        padding: 3.3333333333vw 0 0.6666666667vw;
        font-size: 3.4666666667vw;
        line-height: 1.2307692308;
    }
    .company__item:nth-of-type(1) .company__item-title {
        padding-top: 0;
    }
    .company__item-data {
        padding: 0 0 3.3333333333vw 0;
        font-size: 3.4666666667vw;
        line-height: 1.2307692308;
    }
}
/*
 Message
-------------------------------------------------*/
.message {
    padding-top: 56px;
    padding-bottom: 69px;
    background-color: #ffffff;
}

.message__inner {
    padding: 0 20px 0 40px;
}

.message__heading {
    margin-right: 20px;
}

.message__text {
    margin-top: 28px;
    font-size: 20px;
    line-height: 2.25;
}

@media screen and (max-width: 1280px) {
    .message__inner {
        padding: 0 40px;
    }
    .message__heading {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .message {
        padding-top: 7.4666666667vw;
        padding-bottom: 10.8vw;
    }
    .message__text {
        font-size: 4.2666666667vw;
        line-height: 1.7666666667;
        margin-top: 3.7333333333vw;
    }
}
/*
 Final CTA
-------------------------------------------------*/
.final-cta {
    padding-top: 151px;
    padding-bottom: 102px;
}

.final-cta__inner {
    position: relative;
}

.final-cta__bg-text {
    top: -100px;
}

@media screen and (max-width: 960px) {
    .final-cta__bg-text {
        font-size: 100px;
        top: -80px;
    }
}
@media screen and (max-width: 768px) {
    .final-cta {
        padding-top: 20.9333333333vw;
        padding-bottom: 11.0666666667vw;
    }
    .final-cta__inner {
        padding: 0;
    }
    .final-cta__bg-text {
        font-size: 13.3333333333vw;
        top: -10.6666666667vw;
    }
}
/*
 Contact
-------------------------------------------------*/
.contact {
    padding-top: 50px;
    padding-bottom: 85px;
    background-image: linear-gradient(
            to right,
            rgba(47, 45, 191, 0.75),
            rgba(45, 103, 208, 0.75)
        ),
        url(../../dist/images/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.contact__inner {
    position: relative;
    z-index: 1;
}

.contact__bg-text {
    font-size: 130px;
    font-weight: 700;
    color: #3135a4;
    font-family: "Outfit", sans-serif;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.contact__title {
    font-size: 41px;
    font-weight: 700;
    line-height: 2.243902439;
    color: #fff;
    text-align: center;
    position: relative;
}

.contact__box {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 53px;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 0 26px 9px 0 rgba(47, 50, 160, 0.5);
}

.contact__phone,
.contact__mail {
    text-align: center;
}

.contact__phone {
    border-right: 1px solid #a6a6a6;
}

.contact__phone-label {
    margin-top: 14px;
    font-size: 27px;
    line-height: 1.2962962963;
    color: #ff6c00;
}

.contact__phone-number {
    font-size: 50px;
    font-weight: 500;
    color: #ff6c00;
    font-family: "Outfit", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 9px;
}
.contact__phone-number::before {
    content: "";
    display: inline-block;
    background-image: url(../../dist/images/tel_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 42px;
    height: 47px;
}

.contact__phone-hours {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.5;
}

.contact__mail {
    margin-left: 43px;
}

.contact__mail-label {
    margin-top: 7px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2962962963;
}

.contact__mail-button {
    display: inline-block;
    background: linear-gradient(to right, #ff9936, #ff6739);
    color: #fff;
    padding: 16px 63px 16px 114px;
    border-radius: 100px;
    font-size: 22px;
    font-weight: 700;
    margin-top: 6px;
    transition: opacity 0.3s;
    position: relative;
}
.contact__mail-button::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 83px;
    display: inline-block;
    background-image: url(../../dist/images/mail_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 35px;
}
@media (hover: hover) and (pointer: fine) {
    .contact__mail-button:hover {
        opacity: 0.7;
    }
}

.contact__mail-note {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 1280px) {
    .contact__box {
        grid-template-columns: 1fr;
    }
    .contact__phone {
        border-right: none;
    }
}
@media screen and (max-width: 960px) {
    .contact__title {
        font-size: 42px;
        line-height: 1.4047619048;
    }
}
@media screen and (max-width: 768px) {
    .contact {
        padding-top: 9.4666666667vw;
        padding-bottom: 10.1333333333vw;
        background-image: url(../../dist/images/contact_bg_sp.jpg);
        height: 105.3333333333vw;
        z-index: 1000;
    }
    .contact__bg-text {
        display: none;
    }
    .contact__title {
        font-size: 5.6vw;
    }
    .contact__box {
        margin-top: 4vw;
        background-color: #fff;
        border-radius: 10px;
        padding: 4.4vw 6vw 6.2666666667vw;
        display: block;
        height: auto;
        height: 70.333333vw;
    }
    .contact__phone {
        border-right: none;
    }
    .contact__phone-label {
        margin-top: 0;
        font-size: 5.0666666667vw;
        line-height: 1;
    }
    .contact__phone-number-link {
        margin-top: 4.8vw;
        background: linear-gradient(to right, #ff9936, #ff6739);
        border-radius: 100px;
        display: block;
        padding: 1vw 0 2.6666666667vw;
    }
    .contact__phone-number-label {
        font-size: 3.7333333333vw;
        font-weight: 700;
        line-height: 1;
        color: #fff;
    }
    .contact__phone-number {
        color: #fff;
        font-family: "Outfit", sans-serif;
        margin-top: 2vw;
        font-size: 6.6666666667vw;
    }
    .contact__phone-number::before {
        background-image: url(../../dist/images/tel_icon_sp.svg);
        width: 5.6vw;
        height: 6.2666666667vw;
    }
    .contact__phone-hours {
        margin-top: 3.0666666667vw;
        font-size: 3.7333333333vw;
        line-height: 1.0714285714;
    }
    .contact__mail {
        margin-left: 0;
    }
    .contact__mail-label {
        display: none;
    }
    .contact__mail-button {
        display: block;
        padding: 2.1333333333vw 6.5333333333vw 2.1333333333vw 12.1333333333vw;
        font-size: 3.7333333333vw;
        margin-top: 4.2666666667vw;
    }
    .contact__mail-button::before {
        top: 3.3333333333vw;
        left: 6.8vw;
        width: 4vw;
        height: 3.6vw;
    }
    .contact__mail-note {
        margin-top: 2.4vw;
        font-size: 3.7333333333vw;
        line-height: 1.0714285714;
    }
    #fixed-contact-banner {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 1.3333333333vw;
        z-index: 1000;
        background-color: #fff;
        padding: 2.6666666667vw 0;
        width: 86.6666666667vw;
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    }
    #fixed-contact-banner .contact__mail-button {
        width: 74.6666666667vw;
        margin: 0 auto;
    }
    #fixed-contact-banner.stopped {
        position: unset;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        width: 100%;
    }
    #fixed-contact-banner.stopped .contact__mail-button {
        margin-top: 3vw;
    }
}
/*
 Footer
-------------------------------------------------*/
.footer {
    padding: 16px 0 14px;
    text-align: center;
    background-color: #36374b;
}

.footer__copyright {
    font-size: 16px;
    line-height: 1.875;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 2vw 0 2vw;
    }
    .footer__copyright {
        font-size: 2.6666666667vw;
        line-height: 1.5;
    }
}

.seeker_link_txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1;
    padding: 8px 18px;
    border-radius: 2em;
    background: rgba(33, 175, 112, 0.85);
    color: #fff;
    transition: all .12s;
    &:hover {
        opacity: 0.7;
    }
}
@media screen and (max-width: 768px) {
    .seeker_link_txt {
        font-size: 14px;
    }
}


.hero__contact_btn {
    padding-top: 50px;
    text-align: center;
}
