<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
html {
    font-size: 62.5%;
}

html.wf-active[class^='wf-notosansjapanese'] body {
    font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body {
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 1px;
}

body::-webkit-scrollbar {
    background-color: #f1f1f1;
    height: 12px;
    width: 12px;
}

body::-webkit-scrollbar-thumb {
    background-color: #006ab7;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

a {
    color: #3d3d3d;
    text-decoration: none;
}

a:hover, a:focus {
    color: #3d3d3d;
    text-decoration: none;
}

img {
    max-width: 100%;
    -webkit-user-drag: none;
            user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
}

button {
    cursor: pointer;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.thin {
    font-weight: 100;
}

.light {
    font-weight: 200;
}

.demilight {
    font-weight: 300;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.xbold {
    font-weight: 900;
}

.serif {
    font-family: '貂ｸ譏取悃', YuMincho, '繝偵Λ繧ｮ繝取�譛� ProN W3', 'Hiragino Mincho ProN', 'HG譏取悃E', '�ｭ�ｳ �ｰ譏取悃', serif;
}

.marker {
    background: transparent;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, yellow), color-stop(40%, rgba(255, 255, 0, 0)), to(transparent));
    background: -o-linear-gradient(bottom, yellow 40%, rgba(255, 255, 0, 0) 40%, transparent 100%);
    background:    linear-gradient(to top, yellow 40%, rgba(255, 255, 0, 0) 40%, transparent 100%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .5s cubic-bezier(.645, .045, .355, 1);
         -o-transition: background-size .5s cubic-bezier(.645, .045, .355, 1);
            transition: background-size .5s cubic-bezier(.645, .045, .355, 1);
}

.marker.active {
    background-size: 100% 100%;
}

/* --------------------
 Layout
-------------------- */
.container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        max-width: 1040px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.contact {
    bottom: 90px;
    height: 1px;
    left: auto;
    margin: auto;
    max-width: 980px;
    opacity: 0;
    overflow: visible;
    pointer-events: none;
    position: fixed;
    right: 5px;
    top: auto;
    -webkit-transition: bottom .5s cubic-bezier(.645, .045, .355, 1), top .5s cubic-bezier(.645, .045, .355, 1), opacity 1s cubic-bezier(.645, .045, .355, 1);
         -o-transition: bottom .5s cubic-bezier(.645, .045, .355, 1), top .5s cubic-bezier(.645, .045, .355, 1), opacity 1s cubic-bezier(.645, .045, .355, 1);
            transition: bottom .5s cubic-bezier(.645, .045, .355, 1), top .5s cubic-bezier(.645, .045, .355, 1), opacity 1s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    z-index: 100;
}

@media (min-width: 768px) {
    .contact {
        bottom: auto;
        left: 0;
        right: 0;
        top: 0;
    }
}

.contact-button {
    -webkit-align-items: center;
            align-items: center;
    background-image: url(../images/stocks/cloud.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 160px 109px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #006ab7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    font-weight: 700;
    height: 100px;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 0 0 auto;
    padding: 0 0 10px 15px;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition:         box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition:         box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition:         box-shadow .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
    white-space: nowrap;
    width: 140px;
}

@media (min-width: 768px) {
    .contact-button {
        font-size: 1.5rem;
    }
}

.contact-button:after {
    background-image: url(../images/icons/icon-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 23px;
    bottom: 20px;
    content: '';
    display: block;
    height: 23px;
    left: 15px;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: left .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: left .2s cubic-bezier(.645, .045, .355, 1);
            transition: left .2s cubic-bezier(.645, .045, .355, 1);
    width: 22px;
}

.contact-button:before {
    background-image: url(../images/stocks/cloud-shadow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 160px 109px;
    bottom: 0;
    -webkit-box-pack: center;
    color: #006ab7;
    content: '';
    display: block;
    -ms-flex-pack: center;
    height: 109px;
    -webkit-justify-content: center;
            justify-content: center;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 160px;
    z-index: -1;
}

@media (min-width: 768px) {
    .contact-button:before {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.contact-button:hover, .contact-button:focus {
    color: #006ab7;
}

.contact-button:hover:hover:before, .contact-button:focus:hover:before {
    opacity: 1;
}

.contact-button:hover:hover:after, .contact-button:focus:hover:after {
    left: 20px;
}

.contact.active {
    bottom: 105px;
    opacity: 1;
    pointer-events: all;
}

@media (min-width: 768px) {
    .contact.active {
        bottom: auto;
        top: 10px;
    }
}

/* --------------------
 Header
-------------------- */
.header-container {
    padding: 10px 0;
}

@media (min-width: 768px) {
    .header-container {
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 40px;
        justify-content: space-between;
        padding: 0;
    }
}

.header__logo {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .header__logo {
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-flex: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: center;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-grow: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
        -ms-flex-pack: start;
        -ms-flex-positive: 0;
        -webkit-flex-shrink: 0;
                flex-shrink: 0;
        height: 100%;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        margin: 0;
    }
}

.header__logo &gt; img {
    line-height: 1;
    vertical-align: middle;
}

.header__logo__link {
    white-space: nowrap;
}

.header__logo__link__text {
    color: #333;;
    font-size: 1.1rem;
    line-height: 1;
    margin: 0 0 0 5px;
    padding: 0 8px 0 0;
    position: relative;
    vertical-align: middle;
}

.header__logo__link__text:after {
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    bottom: 0;
    content: '';
    display: block;
    height: 6px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 2px;
    transform: rotate(45deg);
    width: 6px;
}

.header__logo__link__text:hover, .header__logo__link__text:focus {
    color: #333;;
}

@media (min-width: 768px) {
    .header__msg {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-grow: 0;
        flex-shrink: 1;
        height: 100%;
        justify-content: flex-start;
        margin-left: 15px;
    }
}

.header__msg__text {
    color: #006ab7;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

/* --------------------
 Hero
-------------------- */
.hero {
    background-color: #006ab7;
    height: 400px;
    padding: 50px 15px 0;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero {
        height: 530px;
    }
}

.hero__bg {
    background-image: url(../images/stocks/hero-bg.svg);
    background-position: center 100px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    bottom: 0;
    display: block;
    left: 0;
    opacity: .05;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .5s ease-in-out;
         -o-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out;
    z-index: 0;
}

.hero__title {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .5s ease-in-out;
         -o-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__title {
        font-size: 3.0rem;
    }
}

.hero__title__text {
    color: #ffffff;
    display: block;
}

.hero__title__name {
    color: #ffffff;
    display: block;
}

.hero__angle {
    background-color: transparent;
    bottom: -50px;
    display: block;
    height: 50px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity .5s ease-in-out;
         -o-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out;
    width: 96px;
    z-index: 1;
}

.hero.active .hero__title, .hero.active .hero__angle, .hero.active .hero__bg {
    opacity: 1;
}

/* --------------------
 Section
-------------------- */
.section {
    padding: 80px 0 0;
}

.section--colored {
    background-image: url(../images/stocks/section-bg.png);
    background-repeat: repeat;
    background-size: 8px auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
    .section--colored {
        background-image: url(../images/stocks/section-bg@2x.png);
    }
}

.section__title {
    background-image: url(../images/icons/icon-cloud-reciever.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 102px 86px;
    color: #006ab7;
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 50px;
    padding: 90px 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .section__title {
        font-size: 3.2rem;
    }
}

/* --------------------
 Front
-------------------- */
.qs {
    margin-bottom: -100px;
    position: relative;
}

@media (min-width: 768px) {
    .qs {
        margin-bottom: 0;
        padding-bottom: 170px;
        padding-top: 70px;
    }
}

.qs__title {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .qs__title {
        font-size: 3.6rem;
    }
}

.qs-container {
    position: relative;
}

.qs-lo {
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    .qs-lo:after {
        clear: both;
        content: '';
        display: block;
    }
}

@media (min-width: 768px) {
    .qs-lo {
        height: 710px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .qs-lo {
        height: 520px;
    }
}

.qs-lo__image {
    margin: 0 0 30px;
    padding: 50px 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .qs-lo__image {
        margin-bottom: 0;
        padding-top: 150px;
    }
}

@media (min-width: 992px) {
    .qs-lo__image {
        padding-top: 50px;
    }
}

.qs-lo__item {
    -webkit-align-items: center;
            align-items: center;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    height: 190px;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 auto 15px;
    padding: 0 10px;
    width: 300px;
    z-index: 0;
}

@media (min-width: 480px) {
    .qs-lo__item {
        float: left;
        height: 225px;
        margin-right: 10px;
        width: 47%;
    }
}

@media (min-width: 768px) {
    .qs-lo__item {
        background-size: 100% auto;
        float: none;
        height: 225px;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 335px;
    }
}

.qs-lo__item__desc {
    font-size: 1.6rem;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .qs-lo__item__desc {
        font-size: 1.8rem;
    }
}

.qs-lo__item__sub {
    bottom: -80px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 0;
}

@media (min-width: 480px) {
    .qs-lo__item__sub {
        bottom: -20px;
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .qs-lo__item__sub {
        bottom: -80px;
        font-size: 1.8rem;
    }
}

.qs-lo__item__sub:after, .qs-lo__item__sub:before {
    background-color: #666666;
    content: '';
    display: block;
    position: absolute;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    width: 1px;
}

.qs-lo__item__sub:before {
    height: 50px;
    left: 15px;
    top: -10px;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
}

@media (min-width: 480px) {
    .qs-lo__item__sub:before {
        left: 0;
        top: 0;
    }
}

@media (min-width: 768px) {
    .qs-lo__item__sub:before {
        height: 90px;
    }
}

.qs-lo__item__sub:after {
    height: 65px;
    right: 47px;
    top: -13px;
    -webkit-transform: rotate(-65deg);
        -ms-transform: rotate(-65deg);
            transform: rotate(-65deg);
}

@media (min-width: 480px) {
    .qs-lo__item__sub:after {
        height: 65px;
        right: 65px;
        top: -30px;
    }
}

@media (min-width: 768px) {
    .qs-lo__item__sub:after {
        height: 100px;
    }
}

.qs-lo__item--1st {
    background-image: url(../images/stocks/cloud-01.svg);
}

@media (min-width: 768px) {
    .qs-lo__item--1st {
        background-size: 310px 224px;
        left: 0;
        top: 0;
    }
}

.qs-lo__item--2nd {
    background-image: url(../images/stocks/cloud-02.svg);
}

@media (min-width: 768px) {
    .qs-lo__item--2nd {
        background-size: 328px 183px;
        bottom: 190px;
        left: 0;
    }
}

@media (min-width: 992px) {
    .qs-lo__item--2nd {
        bottom: 60px;
    }
}

.qs-lo__item--3rd {
    background-image: url(../images/stocks/cloud-03.svg);
}

@media (min-width: 768px) {
    .qs-lo__item--3rd {
        background-size: 293px 192px;
        bottom: 0;
        left: 0;
        margin: auto;
        right: 0;
    }
}

.qs-lo__item--4th {
    background-image: url(../images/stocks/cloud-04.svg);
    margin-bottom: 100px;
}

@media (min-width: 480px) {
    .qs-lo__item--4th {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .qs-lo__item--4th {
        background-size: 334px 214px;
        bottom: 190px;
        margin-bottom: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    .qs-lo__item--4th {
        bottom: 60px;
    }
}

.qs-lo__item--5th {
    background-image: url(../images/stocks/cloud-05.svg);
}

@media (min-width: 768px) {
    .qs-lo__item--5th {
        background-size: 308px 172px;
        right: 0;
        top: 0;
    }
}

.qs__angle {
    background-image: url(../images/icons/icon-angle-xlarge-yellow.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1170px 285px;
    bottom: -180px;
    height: 285px;
    left: 0;
    margin: auto;
    padding: 0 15px;
    right: 0;
    text-align: center;
    z-index: 0;
}

@media (min-width: 768px) {
    .qs__angle {
        position: absolute;
    }
}

.qs__angle__text {
    color: #006ab7;
    font-size: 2.4rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .qs__angle__text {
        font-size: 3.2rem;
    }
}

.qs__angle__img img {
    vertical-align: bottom;
}

.qs__angle__img__text {
    color: #006ab7;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    padding-bottom: 11px;
    vertical-align: bottom;
}

.intro {
    background-color: #edf1f4;
    margin-bottom: -120px;
    padding-bottom: 200px;
    padding-top: 120px;
}

@media (min-width: 768px) {
    .intro {
        padding-top: 150px;
    }
}

@media (min-width: 992px) {
    .intro {
        margin-bottom: -120px;
        padding-top: 120px;
    }
}

.intro__item {
    margin: 0 0 70px;
}

@media (min-width: 768px) {
    .intro__item {
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        margin-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .intro__item {
        -webkit-align-items: flex-end;
                align-items: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
    }
}

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

.intro__item-content {
    padding: 0;
}

@media (min-width: 768px) {
    .intro__item-content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
        -ms-flex-positive: 1;
        -webkit-flex-shrink: 1;
                flex-shrink: 1;
        padding-right: 30px;
    }
}

.intro__item__title {
    color: #006ab7;
    font-size: 2.4rem;
    font-weight: 800;
    margin: 0 0 40px;
}

@media (max-width: 991px) {
    .intro__item__title br {
        display: none;
    }
}

@media (min-width: 768px) {
    .intro__item__title {
        font-size: 2.8rem;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .intro__item__title {
        font-size: 3.2rem;
        padding-right: 0;
    }
}

.intro__item__desc {
    font-size: 1.6rem;
    margin: 0 0 30px;
}

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

.intro__item-image {
    -webkit-align-items: center;
            align-items: center;
    background-color: #ffffff;
    border-radius: 170px;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-pack: center;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    height: 280px;
    -webkit-justify-content: center;
            justify-content: center;
    margin: auto;
    padding: 15px;
    position: relative;
    width: 280px;
    z-index: 0;
}

@media (min-width: 768px) {
    .intro__item-image {
        height: 300px;
        margin: auto;
        padding: 0;
        width: 300px;
    }
}

@media (min-width: 992px) {
    .intro__item-image {
        height: 340px;
        margin: 0;
        width: 380px;
    }
}

.intro__item-image__note {
    -webkit-align-items: center;
            align-items: center;
    background-image: none;
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-box-align: center;
    color: #006ab7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    left: 0;
    letter-spacing: -.03em;
    line-height: 1.5;
    padding: 0 0 0 80px;
    position: absolute;
    top: -60px;
    z-index: 1;
}

@media (min-width: 768px) {
    .intro__item-image__note {
        left: -60px;
        top: -5px;
    }
}

.intro__item-image img {
    width: 140px;
}

@media (min-width: 768px) {
    .intro__item-image img {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
        -ms-flex-positive: 0;
        -webkit-flex-shrink: 0;
                flex-shrink: 0;
        width: auto;
    }
}

.intro__item-image--02 {
    margin-top: 80px;
}

@media (min-width: 768px) {
    .intro__item-image--02 {
        margin-top: 0;
    }
}

.intro__item-image--02 .intro__item-image__note {
    background-image: url(../images/points/point-02-note-bg.svg);
    background-size: 168px 96px;
    height: 96px;
    width: 168px;
}

.intro__item-image--03 {
    margin-top: 80px;
}

@media (min-width: 768px) {
    .intro__item-image--03 {
        margin-top: 0;
    }
}

.intro__item-image--03 .intro__item-image__note {
    background-image: url(../images/points/point-03-note-bg.svg);
    background-size: 188px 96px;
    height: 96px;
    width: 188px;
}

.reason {
    margin-bottom: 80px;
}

.reason__title {
    text-align: center;
}

.reason__title__text {
    border-bottom: 1px solid #333333;
    display: block;
    font-size: 2.2rem;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .reason__title__text {
        display: inline-block;
        font-size: 2.8rem;
        margin-bottom: 0;
        margin-right: 5px;
        padding: 0;
    }
}

.reason__title__image {
    display: block;
}

@media (min-width: 768px) {
    .reason__title__image {
        display: inline-block;
    }
}

.reason__as {
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .reason__as {
        margin-bottom: 50px;
    }
}

.reason__as__text {
    color: #006ab7;
    font-size: 2.4rem;
    font-weight: 800;
}

@media (min-width: 768px) {
    .reason__as__text {
        font-size: 3.6rem;
    }
}

.reason-container {
    margin: 0 0 30px;
    padding: 30px 0 0;
}

@media (min-width: 768px) {
    .reason-container {
        -webkit-align-items: stretch;
                align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: stretch;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
}

.reason-before {
    background-color: #ffffff;
    border-radius: 18px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding: 100px 15px 20px;
    position: relative;
}

@media (min-width: 768px) {
    .reason-before {
        max-width: 430px;
        padding-top: 20px;
        width: 45%;
    }
}

.reason-before__title {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -50px;
    width: 100px;
}

@media (min-width: 768px) {
    .reason-before__title {
        left: 10px;
        right: auto;
        top: -30px;
    }
}

.reason-before__title__text {
    -webkit-align-items: center;
            align-items: center;
    background-color: #999999;
    border-radius: 50px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.8rem;
    font-weight: 700;
    height: 100px;
    -webkit-justify-content: center;
            justify-content: center;
    line-height: 1;
    margin: 0 auto 10px;
    text-align: center;
    width: 100px;
}

.reason-before__title__note {
    border: 1px solid #333333;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    padding: 3px;
    text-align: center;
}

.reason-before__desc {
    color: #006ab7;
    font-size: 2.0rem;
    font-weight: 700;
/*    margin: 0 0 15px 0;*/
    margin: 0 0 48px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .reason-before__desc {
        margin-left: 150px;
        text-align: left;
    }
}

.reason-before__image {
    text-align: center;
}

.reason-arrow {
    padding: 15px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .reason-arrow {
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-align: center;
        -webkit-box-flex: 1;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: center;
        -webkit-flex-grow: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
        -ms-flex-pack: center;
        -ms-flex-positive: 1;
        -webkit-flex-shrink: 1;
                flex-shrink: 1;
        -webkit-justify-content: center;
                justify-content: center;
        padding: 0 10px;
        width: 5%;
    }
}

.reason-after {
    background-color: #ffffff;
    border-radius: 18px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-top: 60px;
    padding: 100px 15px 20px;
    position: relative;
}

@media (min-width: 768px) {
    .reason-after {
        margin-top: 0;
        max-width: 430px;
        padding-top: 20px;
        width: 45%;
    }
}

.reason-after__title {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -50px;
    width: 100px;
}

@media (min-width: 768px) {
    .reason-after__title {
        left: 10px;
        right: auto;
        top: -30px;
    }
}

.reason-after__title__text {
    -webkit-align-items: center;
            align-items: center;
    background-color: #006ab7;
    border: 3px solid #fcf334;
    border-radius: 50px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.8rem;
    font-weight: 700;
    height: 90px;
    -webkit-justify-content: center;
            justify-content: center;
    line-height: 1;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    width: 90px;
}

.reason-after__title__text:after {
    border: 2px solid #006ab7;
    border-radius: 50px;
    content: '';
    display: block;
    height: 100px;
    left: -8px;
    position: absolute;
    top: -8px;
    width: 100px;
    z-index: 0;
}

.reason-after__title__note {
    border: 1px solid #333333;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    padding: 3px;
    text-align: center;
}

.reason-after__desc {
    color: #006ab7;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .reason-after__desc {
        margin-left: 150px;
        text-align: left;
    }
}

.reason-after-inner {
    margin: auto;
/*    max-width: 280px;*/
    max-width: 400px;
    position: relative;
}

.reason-after__image {
    padding-bottom: 100px;
    position: relative;
    text-align: right;
}

@media (min-width: 768px) {
    .reason-after__image {
        padding-bottom: 0;
    }
}

.reason-after__image__text-01 {
    bottom: 0;
    left: -10px;
    position: absolute;
    width: 155px;
}

@media (min-width: 768px) {
    .reason-after__image__text-01 {
        bottom: auto;
        left: auto;
        /*   right: 290px;
        top: 65%;   */
        right: 300px;
        top: 85%;
    }
}

.reason-after__image__text-02 {
    position: absolute;
    right: -5%;
    top: 76%;
    width: 116px;
}

.reason__desc {
    font-size: 2.2rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .reason__desc {
        font-size: 2.8rem;
    }
}

@media (max-width: 991px) {
    .reason__desc br {
        display: none;
    }
}

.step {
    margin: 0 0 50px;
}

.step-container {
    margin-left: -15px;
    margin-right: -15px;
}

.step-container:after {
    clear: both;
    content: '';
    display: block;
}

.step__item {
    float: left;
    margin: 0 0 30px;
    padding: 0 15px;
    width: 50%;
}

@media (min-width: 768px) {
    .step__item {
        width: 33.33333%;
    }
}

.step__item__number {
    font-family: 'Robot', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .step__item__number {
        font-size: 2.8rem;
    }
}

.step__item__number .large {
    font-size: 3.2rem;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .step__item__number .large {
        font-size: 4.0rem;
    }
}

.step__item__title {
    background-color: #006ab7;
    border-radius: 30px;
    color: #ffffff;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 10px;
    max-width: 250px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 425px) {
    .step__item__title {
        font-size: 2.4rem;
    }
}

@media (min-width: 768px) {
    .step__item__title {
        font-size: 3.0rem;
    }
}

.step__item__icon {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 140px;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 0 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .step__item__icon img {
        max-width: 120px;
    }
}

.step__item__desc {
    font-size: 1.4rem;
    margin: 0;
}

.support {
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    border-radius: 7px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .35);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, .35);
    margin: 0;
    padding: 0 15px 15px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .support {
        padding: 0 45px 15px;
    }
}

.support__subtitle {
    background-color: #006ab7;
    border-radius: 30px;
    color: #ffffff;
    display: block;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1;
    margin: -30px auto 30px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 425px) {
    .support__subtitle {
        font-size: 2.8rem;
    }
}

@media (min-width: 768px) {
    .support__subtitle {
        font-size: 2.8rem;
        height: 60px;
        max-width: 460px;
    }
}

.support__title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 768px) {
    .support__title {
        font-size: 3.2rem;
    }
}

.support__desc {
    font-size: 1.8rem;
    margin: 0 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .support__desc {
        font-size: 2.2rem;
    }
}

.support__image {
    text-align: center;
}

/* --------------------
 Fotter
-------------------- */
.c-footer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.c-footer:before {
    background-image: url(../images/stocks/footer-bg.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 100px;
    left: -5px;
    position: absolute;
    right: -5px;
    top: 50px;
    width: auto;
    z-index: 0;
}

.c-footer:after {
    background-color: #006ab7;
    bottom: 0;
    content: '';
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 150px;
    width: 100%;
    z-index: 0;
}

.c-footer-container {
    padding: 0 0 15px;
    position: relative;
    z-index: 1;
}

.c-footer-main {
    padding: 0 0 30px;
}

@media (max-width: 767px) {
    .c-footer-main {
        margin: auto;
        max-width: 410px;
    }
}

@media (min-width: 768px) {
    .c-footer-main {
        -webkit-align-items: flex-end;
                align-items: flex-end;
        -webkit-box-align: end;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: end;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
}

.c-footer__title {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 30px;
    padding: 30% 0 0;
    text-align: center;
}

@media (min-width: 480px) {
    .c-footer__title {
        padding-top: 17%;
    }
}

@media (min-width: 768px) {
    .c-footer__title {
        padding-top: 15%;
    }
}

@media (min-width: 768px) {
    .c-footer__title {
        font-size: 2.8rem;
    }
}

.c-footer-contact {
    position: relative;
}

@media (min-width: 768px) {
    .c-footer-contact {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
                flex-grow: 0;
        -ms-flex-negative: 1;
        -ms-flex-positive: 0;
        -webkit-flex-shrink: 1;
                flex-shrink: 1;
        width: 50%;
    }
}

.c-footer-contact__msg {
    background-color: #ffffff;
    border: 5px solid #fcf334;
    border-radius: 10px;
    -webkit-box-pack: center;
    color: #006ab7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 0 15px;
    padding: 15px;
    text-align: center;
}

@media (min-width: 992px) {
    .c-footer-contact__msg {
        -webkit-align-items: center;
                align-items: center;
        background: none;
        background-image: url(../images/stocks/footer-msg-bg.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 457px 141px;
        border: none;
        border-radius: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        font-size: 2.2rem;
        height: 141px;
        padding: 0;
        width: 457px;
    }
}

.c-footer-contact__title {
    color: #fcf334;
    font-size: 2.2rem;
    font-weight: 400;
    margin: 0 0 10px;
}

.c-footer-contact__phone {
    color: #fcf334;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 15px;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    white-space: nowrap;
}

@media (min-width: 768px) {
    .c-footer-contact__phone {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .c-footer-contact__phone {
        font-size: 3.8rem;
    }
}

.c-footer-contact__phone .large {
    font-size: 3.8rem;
    font-weight: 700;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .c-footer-contact__phone .large {
        font-size: 4.2rem;
    }
}

@media (min-width: 992px) {
    .c-footer-contact__phone .large {
        font-size: 5.8rem;
    }
}

.c-footer-contact__phone:hover, .c-footer-contact__phone:focus {
    color: #fcf334;
    opacity: .85;
}

.c-footer-contact__time {
    border: 1px solid #fcf334;
    color: #fcf334;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 0 30px;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .c-footer-contact__time {
        font-size: 2.2rem;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .c-footer-action {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
                flex-grow: 0;
        -ms-flex-negative: 1;
        -ms-flex-positive: 0;
        -webkit-flex-shrink: 1;
                flex-shrink: 1;
        width: 50%;
    }
}

.c-footer-action__image {
    margin: 0 0 15px;
    padding: 0 15px;
    text-align: center;
}

.c-footer-action__button {
    background-color: #fcf334;
    border: 3px solid #fcf334;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .35);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, .35);
    color: #006ab7;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin: auto;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .c-footer-action__button {
        font-size: 2.2rem;
        max-width: 390px;
        padding: 20px 40px;
        width: 80%;
    }
}

.c-footer-action__button:after, .c-footer-action__button:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 23px;
    bottom: 0;
    content: '';
    display: block;
    height: 23px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transition: right .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
         -o-transition: right .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: right .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 22px;
}

@media (min-width: 768px) {
    .c-footer-action__button:after, .c-footer-action__button:before {
        bottom: 20px;
        right: 20px;
        top: auto;
    }
}

.c-footer-action__button:after {
    background-image: url(../images/icons/icon-angle-right.svg);
}

.c-footer-action__button:before {
    background-image: url(../images/icons/icon-angle-right-yellow.svg);
    opacity: 0;
}

.c-footer-action__button:hover, .c-footer-action__button:focus {
    background-color: rgba(252, 243, 52, 0);
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, .5);
            box-shadow: 7px 7px 7px rgba(0, 0, 0, .5);
    color: #fcf334;
}

.c-footer-action__button:hover:after, .c-footer-action__button:focus:after {
    opacity: 0;
    right: 5px;
}

@media (min-width: 768px) {
    .c-footer-action__button:hover:after, .c-footer-action__button:focus:after {
        right: 15px;
    }
}

.c-footer-action__button:hover:before, .c-footer-action__button:focus:before {
    opacity: 1;
    right: 5px;
}

@media (min-width: 768px) {
    .c-footer-action__button:hover:before, .c-footer-action__button:focus:before {
        right: 15px;
    }
}

.c-footer--last {
    margin-top: -20%;
}

@media (min-width: 480px) {
    .c-footer--last {
        margin-top: -10%;
    }
}

@media (min-width: 992px) {
    .c-footer--last {
        margin-top: -100px;
    }
}

.c-footer--last:before {
    height: 150px;
    top: 0;
}

.c-footer--last:after {
    top: 150px;
}

.footer {
    background-color: #edf1f4;
    padding: 30px 0;
}

.footer__title {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 15px 15px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__title {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {
    .footer-container {
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -ms-flex-align: center;
        -ms-flex-negative: row;
        -ms-flex-pack: center;
        -webkit-flex-shrink: row;
                flex-shrink: row;
        -webkit-justify-content: center;
                justify-content: center;
    }
}

.footer__logo {
    margin: 0 0 10px;
    padding: 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__logo {
        margin-bottom: 0;
        text-align: left;
    }
}

.footer__address {
    font-size: 1.4rem;
    padding: 0 15px;
}

.copyright {
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 10px 0;
    text-align: center;
}
</pre></body></html>