/*!
 * rev. 2023-03-20
 * copyright © 2023
 * 
 */
@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium")
}

@font-face {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    src: url(/font/icons.eot);
    src: url(/font/icons.eot?#iefix) format("embedded-opentype"), url(/font/icons.woff) format("woff"), url(/font/icons.ttf) format("truetype")
}

:root {
    font-size: 62.5%;
    height: 100%
}

[data-lazy-font] {
    visibility: hidden
}

.wf-active [data-lazy-font] {
    visibility: visible
}

::-moz-selection {
    background-color: #00a3a5
}

::selection {
    background-color: #00a3a5
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: 0
}

@media(max-width:767px) {
    [data-only=pc] {
        display: none
    }
}

@media(min-width:768px) {
    [data-only=sp] {
        display: none
    }
}

@media(min-width:340px) {
    [data-only=xssp] {
        display: none
    }
}

body {
    color: #333f48;
    font-family: Noto Sans JP, sans-serif;
    line-height: 1.67;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 0;
    padding: 0;
    margin-top: 66px !important;
    font-size: 1.5rem !important
}

@media(max-width:767px) {
    body {
        margin-top: 50px !important;
        font-size: 1.5rem !important
    }
}

body img {
    vertical-align: top;
    max-width: 100%;
    height: auto
}

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

#head_btncontact, .menuIconWrapper {
    display: none !important
}

@media(min-width:768px) {
    [data-visible-xs] {
        display: none !important
    }
}

@media(max-width:767px) {
    [data-hidden-xs] {
        display: none !important
    }
}

button {
    border-radius: 0
}

.c-faq__inner, .c-lead__inner, .c-news__inner, .c-roadmap__body, .c-roadmap__header, .c-service-content__inner, .c-service__inner, .c-value__inner, .c-voice__inner {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto
}

.c-faq__head, .c-news__head, .c-roadmap__head, .c-service__head, .c-value__head, .c-voice__head {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    border-top: 3px solid #e8eaea;
    padding-top: 16px;
    margin: 0 0 40px
}

@media(max-width:767px) {
    .c-faq__head, .c-news__head, .c-roadmap__head, .c-service__head, .c-value__head, .c-voice__head {
        margin: 0 -20px 20px;
        font-size: 1.8rem;
        padding-top: 12px
    }
}

.c-faq__head:before, .c-news__head:before, .c-roadmap__head:before, .c-service__head:before, .c-value__head:before, .c-voice__head:before {
    content: "";
    height: 3px;
    width: 30px;
    background: #00a3a5;
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

[data-color=white].c-faq__head, [data-color=white].c-news__head, [data-color=white].c-roadmap__head, [data-color=white].c-service__head, [data-color=white].c-value__head, [data-color=white].c-voice__head {
    color: #fff;
    border-top: 0;
    position: relative
}

[data-color=white].c-faq__head:after, [data-color=white].c-news__head:after, [data-color=white].c-roadmap__head:after, [data-color=white].c-service__head:after, [data-color=white].c-value__head:after, [data-color=white].c-voice__head:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    opacity: .6;
    position: absolute;
    top: -3px;
    left: 0
}

[data-color=white].c-faq__head:before, [data-color=white].c-news__head:before, [data-color=white].c-roadmap__head:before, [data-color=white].c-service__head:before, [data-color=white].c-value__head:before, [data-color=white].c-voice__head:before {
    background: #fff
}

.c-section-trigger {
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    top: 35%
}

.inview-animate {
    -webkit-transition: .7s;
    transition: .7s;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.inview-animate.animate-active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.c-page-home-upper {
    position: relative;
    background: #333f48;
    min-height: 1000px
}

@media(max-width:767px) {
    .c-page-home-upper {
        padding-top: 50px
    }
}

.c-page-home-upper:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/kdive/bg-section-lower.png) no-repeat bottom/100% auto;
    display: block;
    position: absolute;
    bottom: -40px
}

@media(min-width:1480px) {
    .c-page-home-upper:before {
        bottom: -350px
    }
}

@media(max-width:767px) {
    .c-page-home-upper:before {
        display: none
    }
}

.c-lead, .c-page-home-lower {
    position: relative
}

.c-lead {
    margin: 0 0 100px;
    z-index: 3
}

@media(max-width:767px) {
    .c-lead {
        margin: 0;
        padding-bottom: 50px;
        background: -webkit-gradient(linear, left bottom, left top, from(#00a7ac), color-stop(50%, #00a7ac), to(transparent));
        background: linear-gradient(0deg, #00a7ac, #00a7ac 50%, transparent)
    }
}

.c-lead__head {
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 48px
}

@media(max-width:767px) {
    .c-lead__head {
        font-size: 1.6rem;
        text-align: left;
        padding: 0 10px;
        margin: 0 0 30px
    }

    .c-lead__head br {
        display: none
    }
}

.c-lead__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

@media(max-width:767px) {
    .c-lead__body {
        display: block;
        margin: 0
    }
}

.c-lead__element {
    background: #fff;
    margin: 0 10px;
    width: calc(50% - 20px)
}

@media(max-width:767px) {
    .c-lead__element {
        width: 100%;
        margin: 0 0 10px
    }
}

.c-lead__content {
    padding: 30px 60px 35px
}

@media(max-width:767px) {
    .c-lead__content {
        padding: 20px 30px 30px
    }
}

.c-lead__content p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.8
}

.c-lead__content-head {
    margin: 0 0 15px;
    font-size: 2.4rem
}

@media(max-width:767px) {
    .c-lead__content-head {
        font-size: 2rem;
        margin: 0 0 10px
    }
}

.c-value {
    margin: 0 0 100px;
    position: relative;
    z-index: 3
}

@media(max-width:767px) {
    .c-value {
        margin: 0;
        padding-bottom: 60px;
        background: #00a7ac
    }
}

.c-value__lead {
    text-align: center;
    font-weight: 700;
    font-size: 3.4rem;
    margin: 0 0 30px
}

@media(max-width:767px) {
    .c-value__lead {
        font-size: 2.4rem;
        margin: 0 0 20px
    }
}

.c-value__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px
}

@media(max-width:767px) {
    .c-value__body {
        margin: 0;
        display: block
    }
}

.c-value__element {
    background: #fff;
    margin: 0 3px;
    width: calc(33.33333% - 6px)
}

@media(max-width:767px) {
    .c-value__element {
        width: 100%;
        margin: 0 0 10px
    }
}

.c-value__element-header {
    background: #333f48;
    position: relative;
    padding-top: 14px;
    min-height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:767px) {
    .c-value__element-header {
        min-height: 110px
    }
}

.c-value__element-header span {
    display: inline-block;
    line-height: 1;
    font-size: 1.4rem;
    padding: 6px 13px 7px;
    background: #fff
}

.c-value__element-header span, .c-value__element-sol {
    position: absolute;
    font-weight: 700;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.c-value__element-sol {
    background: url(../img/kdive/bg-value-ar.png) no-repeat top/100% auto;
    width: 78px;
    height: 51px;
    padding-top: 7px
}

.c-value__element-def, .c-value__element-sol {
    text-align: center;
    color: #fff;
    font-size: 1.8rem
}

.c-value__element-def {
    font-weight: 700
}

.c-value__element-content {
    text-align: center;
    padding: 44px 45px 40px;
    position: relative
}

@media(max-width:767px) {
    .c-value__element-content {
        padding: 44px 28px 25px
    }
}

.c-value__element-content p {
    text-align: left;
    font-size: 1.6rem;
    margin: 0
}

.c-value__element-ph {
    text-align: center;
    background: url(../img/kdive/bg-value-icon.png) no-repeat top/233px auto;
    padding: 18px 0
}

.c-value__element-ph img {
    width: 126px
}

.c-value__element-head {
    font-weight: 700;
    color: #2badb0;
    font-size: 2.6rem;
    line-height: 1.38;
    margin: -10px 0 10px
}

.c-service {
    position: relative;
    margin: 0 0 170px;
    z-index: 3
}

@media(max-width:767px) {
    .c-service {
        background: #00a7ac;
        margin: 0 0 122px
    }
}

.c-service__after-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: -105px;
    left: 0;
    z-index: 3
}

@media(max-width:767px) {
    .c-service__after-text {
        bottom: -75px
    }
}

.c-service__after-text span {
    font-size: 20.4rem;
    color: #00f9ff;
    opacity: .35;
    font-weight: 400;
    white-space: nowrap;
    display: block;
    line-height: 1;
    -webkit-animation: loop-text 155s linear infinite paused;
    animation: loop-text 155s linear infinite paused;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    letter-spacing: -.1em
}

@media(max-width:767px) {
    .c-service__after-text span {
        font-size: 5.6rem
    }
}

@-webkit-keyframes loop-text {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes loop-text {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.c-service__body {
    background: #fff;
    padding: 45px 115px 70px
}

@media(max-width:767px) {
    .c-service__body {
        margin: 0 -20px;
        padding: 30px
    }
}

.c-service__lead {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 8px
}

@media(max-width:767px) {
    .c-service__lead {
        text-align: left;
        font-size: 1.6rem
    }

    .c-service__lead br {
        display: none
    }
}

.c-service__lead-text {
    margin: 0 0 34px;
    font-size: 1.6rem;
    text-align: center
}

@media(max-width:767px) {
    .c-service__lead-text {
        text-align: left;
        font-size: 1.5rem
    }
}

.c-service__list {
    margin: 0 0 30px
}

.c-service__list-head {
    font-weight: 700;
    text-align: center;
    margin: 0 0 17px
}

@media(max-width:767px) {
    .c-service__list-head {
        margin: 0 0 17px
    }
}

.c-service__list-head span {
    display: inline-block;
    padding: 5px 18px 6px;
    background: #333f48;
    color: #fff;
    position: relative
}

[data-color=yellow] .c-service__list-head span {
    color: #ffd800
}

[data-color=blue] .c-service__list-head span {
    color: #64edff
}

.c-service__list-head span:after {
    content: "";
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 100%;
    position: absolute;
    width: 0;
    height: 0;
    border-color: #333f48 transparent transparent;
    border-style: solid;
    border-width: 7px 8px 0
}

.c-service__list-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    position: relative
}

@media(max-width:767px) {
    .c-service__list-body {
        display: block;
        margin: 0
    }
}

.c-service__list-body:before {
    content: "";
    width: 90%;
    background: #e5e5e5;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .c-service__list-body:before {
        height: 90%;
        top: 5%;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 35px
    }
}

.c-service__list-element {
    width: calc(33.33333% - 10px);
    margin: 0 5px
}

@media(max-width:767px) {
    .c-service__list-element {
        width: 100%;
        margin: 0 0 13px
    }
}

.c-service__list-links {
    border: 1px solid #707070;
    display: block;
    border-radius: 0 10px 10px 10px;
    text-decoration: none;
    color: #333f48;
    padding: 23px 10px 25px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff
}

@media(max-width:767px) {
    .c-service__list-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 28px
    }
}

.c-service__list-links:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #333f48 url(../img/kdive/icon-ar-down.png) no-repeat center 52%/8px auto;
    position: absolute;
    border-radius: 50%;
    bottom: 6px;
    right: 6px;
    -webkit-transition: .3s;
    transition: .3s
}

[data-color=yellow] .c-service__list-links:hover:before {
    background-color: #ffd800
}

[data-color=blue] .c-service__list-links:hover:before {
    background-color: #64edff
}

.c-service__list-num {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    font-family: Barlow Semi Condensed, sans-serif;
    color: #333f48
}

[data-color=yellow] .c-service__list-num {
    background-color: #ffd800
}

[data-color=blue] .c-service__list-num {
    background-color: #64edff
}

.c-service__list-ph {
    text-align: center;
    margin: 0 0 6px
}

@media(max-width:767px) {
    .c-service__list-ph {
        margin: 0
    }
}

.c-service__list-ph img {
    width: 74px
}

.c-service__list-title {
    font-weight: 700;
    text-align: center;
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: -.02em;
    line-height: 1.6
}

@media(max-width:767px) {
    .c-service__list-title {
        text-align: left;
        margin-left: 7px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.c-service-content {
    position: relative;
    margin: 0 0 100px;
    z-index: 3
}

@media(max-width:767px) {
    .c-service-content {
        margin: 0 0 60px
    }
}

.c-service-content__block {
    background: #515b63;
    margin: 0 0 50px
}

@media(max-width:767px) {
    .c-service-content__block {
        margin: 0 -20px 40px
    }
}

.c-service-content__block[data-color=yellow] {
    border-top: 1px solid #ffd800;
    border-bottom: 1px solid #ffd800
}

.c-service-content__block[data-color=blue] {
    border-top: 1px solid #64edff;
    border-bottom: 1px solid #64edff
}

.c-service-content__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 28px
}

@media(max-width:767px) {
    .c-service-content__button {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c-service-content__button-element {
    margin-left: 15px
}

@media(max-width:767px) {
    .c-service-content__button-element {
        margin: 0 8px
    }
}

.c-service-content__button-toggle {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 5px 18px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333f48
}

.c-service-content__button-toggle:hover {
    opacity: .6
}

.c-service-content__button-toggle span {
    display: inline-block;
    padding-right: 18px;
    background-repeat: no-repeat
}

.c-service-content__button-toggle[data-button=open] {
    background-color: #d8d8d8
}

.c-service-content__button-toggle[data-button=open] span {
    background: url(../img/kdive/icon-plus.png) no-repeat 100%/13px auto
}

@media(max-width:767px) {
    .c-service-content__button-toggle[data-button=open] span {
        background-size: 10px auto
    }
}

.c-service-content__button-toggle[data-button=close] {
    padding-right: 10px
}

.c-service-content__button-toggle[data-button=close] span {
    background: url(../img/kdive/icon-close.png) no-repeat 100%/18px auto;
    padding-right: 20px
}

@media(max-width:767px) {
    .c-service-content__button-toggle[data-button=close] span {
        background-size: 15px auto
    }
}

.c-service-content__open {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    display: block;
    width: 100%;
    text-align: left;
    padding: 22px 25px 20px 26px;
    cursor: pointer;
    color: #333f48;
    font-family: Noto Sans JP, sans-serif
}

@media(max-width:767px) {
    .c-service-content__open {
        padding: 20px
    }
}

.c-service-content__open-inner {
    position: relative
}

.c-service-content__open-inner:after, .c-service-content__open-inner:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #333f48;
    display: block;
    position: absolute;
    right: 6px;
    top: 35px;
    -webkit-transition: .5s;
    transition: .5s
}

@media(max-width:767px) {
    .c-service-content__open-inner:after, .c-service-content__open-inner:before {
        width: 25px;
        height: 3px;
        right: 0;
        top: 8px
    }
}

.c-service-content__open-inner:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.c-service-content__open-inner:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

[data-color=yellow] .c-service-content__open-inner:after, [data-color=yellow] .c-service-content__open-inner:before {
    background-color: #ffd800
}

[data-color=blue] .c-service-content__open-inner:after, [data-color=blue] .c-service-content__open-inner:before {
    background-color: #64edff
}

.active .c-service-content__open-inner:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.active .c-service-content__open-inner:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.c-service-content__body {
    padding: 0 15px 30px
}

@media(max-width:767px) {
    .c-service-content__body {
        padding: 0 10px 30px
    }
}

.c-service-content__body ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.c-service-content__body ul li {
    padding: 0 0 0 12px;
    background: url(../img/kdive/icon-list-ar.png) no-repeat left 10px/7px auto;
    margin-bottom: 5px
}

.c-service-content__cat {
    font-size: 1.4rem;
    margin: 0 0 6px
}

[data-color=yellow] .c-service-content__cat {
    color: #ffd800
}

[data-color=blue] .c-service-content__cat {
    color: #64edff
}

.c-service-content__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:767px) {
    .c-service-content__header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.c-service-content__num {
    width: 24px;
    height: 24px;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:767px) {
    .c-service-content__num {
        margin-top: 4px
    }
}

[data-color=yellow] .c-service-content__num {
    background-color: #ffd800
}

[data-color=blue] .c-service-content__num {
    background-color: #64edff
}

.c-service-content__head {
    margin: 0 0 0 12px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media(max-width:767px) {
    .c-service-content__head {
        font-size: 2rem
    }
}

.c-service-content__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px
}

@media(max-width:767px) {
    .c-service-content__col {
        display: block;
        margin: 0
    }
}

.c-service-content__col-element {
    width: calc(33.33333% - 6px);
    margin: 0 3px 6px;
    background: #fff;
    position: relative
}

@media(max-width:767px) {
    .c-service-content__col-element {
        width: 100%;
        margin: 0 0 10px
    }
}

.c-service-content__col-element[data-size=large] {
    width: calc(50% - 6px)
}

@media(max-width:767px) {
    .c-service-content__col-element[data-size=large] {
        width: 100%
    }
}

.c-service-content__col-ph {
    border-bottom: 1px solid #ddd
}

.c-service-content__col-content {
    padding: 22px 30px 32px
}

@media(max-width:767px) {
    .c-service-content__col-content {
        padding: 20px 20px 32px
    }
}

.c-service-content__col-caption {
    font-size: 1rem;
    text-align: right;
    position: absolute;
    bottom: 12px;
    right: 12px
}

.c-service-content__col-head {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 1.8rem
}

.c-service-content__body-upper {
    background: #fff;
    padding: 20px 46px 20px 20px;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:767px) {
    .c-service-content__body-upper {
        display: block;
        padding: 10px 10px 24px;
        margin: 0 0 10px
    }
}

.c-service-content__body-upper-ph {
    width: 561px
}

@media(max-width:767px) {
    .c-service-content__body-upper-ph {
        width: 100%;
        margin: 0 0 20px
    }
}

.c-service-content__body-upper-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 34px;
    padding-top: 27px
}

@media(max-width:767px) {
    .c-service-content__body-upper-body {
        padding: 0 10px
    }
}

.c-service-content__body-upper-body li {
    margin: 0 0 10px
}

.c-service-content__body-upper-head {
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0 0 6px
}

.c-service-content__body-lead {
    background: #fff;
    padding: 20px 30px
}

.c-service-content__body-lead small {
    font-size: 1.3rem;
    display: block
}

.c-service-content__body-element {
    background: #fff;
    border-top: 1px solid #515b63;
    padding: 25px 20px 35px
}

.c-service-content__body-element-head {
    text-align: center;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.8
}

@media(max-width:767px) {
    .c-service-content__body-element-head {
        font-size: 1.6rem
    }

    .c-service-content__body-element-head br {
        display: none
    }
}

.c-service-content__body-element ul {
    max-width: 650px;
    margin: 35px auto 0
}

.c-service-content__body-element ul li {
    margin-bottom: 8px
}

.c-service-content__body-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:767px) {
    .c-service-content__body-images {
        display: block
    }
}

.c-service-content__body-images-element {
    width: 320px;
    margin: 0 5px;
    text-align: center
}

@media(max-width:767px) {
    .c-service-content__body-images-element {
        width: 100%;
        margin: 0 0 20px
    }

    .c-service-content__body-images-element:last-child {
        margin-bottom: 0
    }
}

.c-service-content__body-images-ph {
    margin: 0 0 10px
}

.c-service-content__monitor {
    background: #fff;
    margin-top: 30px;
    position: relative
}

@media(max-width:767px) {
    .c-service-content__monitor {
        margin-top: 10px
    }
}

.c-service-content__monitor-head {
    font-weight: 700;
    padding: 29px 30px 17px;
    font-size: 1.8rem
}

@media(max-width:767px) {
    .c-service-content__monitor-head {
        padding: 20px 20px 10px
    }
}

.c-service-content__monitor-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:767px) {
    .c-service-content__monitor-body {
        display: block
    }
}

.c-service-content__monitor-ph {
    width: 419px;
    text-align: center
}

@media(max-width:767px) {
    .c-service-content__monitor-ph {
        width: 100%;
        margin: 0 0 30px
    }
}

.c-service-content__monitor-ph span {
    font-size: 1.3rem;
    display: inline-block;
    margin-top: 7px
}

.c-service-content__monitor-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
    margin-left: -12px;
    margin-top: -30px
}

@media(max-width:767px) {
    .c-service-content__monitor-content {
        margin: 0;
        padding: 0 20px
    }
}

.c-service-content__monitor-content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:767px) {
    .c-service-content__monitor-content-list {
        display: block
    }
}

.c-service-content__monitor-content-list ol {
    width: 256px;
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none
}

@media(max-width:767px) {
    .c-service-content__monitor-content-list ol {
        width: 100%;
        margin: 0
    }
}

.c-service-content__monitor-content-list li {
    margin: 0 0 14px
}

.c-service-content__monitor-content-list p {
    margin: 0;
    padding-left: 25px
}

.c-service-content__monitor-content-list p sup {
    font-size: 1rem
}

.c-service-content__monitor-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px
}

.c-service-content__monitor-num-element {
    width: 18px;
    height: 18px;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 1.8rem;
    padding-bottom: 1px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffd800;
    background: #333f48
}

.c-service-content__monitor-num span {
    font-weight: 700;
    display: inline-block;
    margin-left: 6px;
    line-height: 1.4;
    margin-top: -2px
}

.c-service-content__monitor-num small {
    font-weight: 700;
    font-size: 1rem;
    display: inline-block;
    margin-left: 8px;
    margin-top: 2px
}

.c-service-content__monitor-content-ph {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 337px
}

@media(max-width:767px) {
    .c-service-content__monitor-content-ph {
        position: static;
        width: 100%
    }
}

.c-service-content__monitor-content-ph span {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #2badb0;
    display: inline-block;
    text-align: right;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    padding: 8px 8px 6px
}

.c-service-content__monitor-caption {
    font-size: 1rem;
    margin: 10px 0 18px
}

@media(max-width:767px) {
    .c-service-content__monitor-caption {
        margin-bottom: -30px
    }
}

.c-voice {
    position: relative;
    margin: 0 0 100px;
    z-index: 3
}

@media(max-width:767px) {
    .c-voice {
        margin: 0;
        padding-bottom: 60px;
        background: -webkit-gradient(linear, left top, left bottom, from(#333f48), color-stop(80%, #333f48), to(#fff));
        background: linear-gradient(180deg, #333f48, #333f48 80%, #fff)
    }
}

.c-voice__block {
    background: #fff;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:767px) {
    .c-voice__block {
        display: block
    }
}

.c-voice__ph {
    width: 230px
}

@media(max-width:767px) {
    .c-voice__ph {
        margin: 0 auto
    }
}

.c-voice__ph img {
    height: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover
}

.c-voice__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 40px 32px
}

@media(max-width:767px) {
    .c-voice__content {
        padding: 30px 20px 45px
    }
}

.c-voice__content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.c-voice__content li {
    margin: 0 0 6px;
    font-size: 1.6rem;
    background: url(../img/kdive/icon-list.png) no-repeat left 7px/15px auto;
    padding-left: 25px
}

.c-voice__lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

@media(max-width:767px) {
    .c-voice__lower {
        display: block
    }
}

.c-voice__name {
    font-size: 1.3rem
}

@media(max-width:767px) {
    .c-voice__name {
        text-align: right
    }
}

.c-voice__content-button {
    text-align: right
}

@media(max-width:767px) {
    .c-voice__content-button {
        text-align: center;
        margin-top: 30px
    }
}

.c-voice__content-button a, .c-voice__content-button button {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #707070;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.67;
    color: #333f48;
    padding: 6px 18px 7px 30px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.c-voice__content-button a:hover, .c-voice__content-button button:hover {
    border-color: #2badb0;
    color: #2badb0
}

.c-voice__content-button a:hover:before, .c-voice__content-button button:hover:before {
    border-color: #2badb0
}

.c-voice__content-button a:before, .c-voice__content-button button:before {
    content: "";
    border-top: 1px solid #333f48;
    border-right: 1px solid #333f48;
    width: 5px;
    height: 5px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 14px;
    top: 14px;
    -webkit-transition: .3s;
    transition: .3s
}

.c-voice__content-button button {
    background-color: transparent;
    padding-top: 8px;
    padding-bottom: 5px;
    cursor: pointer
}

.c-voice__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 42px
}

@media(max-width:767px) {
    .c-voice__button {
        margin-top: 32px
    }
}

.c-voice__button-trigger {
    display: block;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    background: #2badb0;
    text-decoration: none;
    padding: 10px 36px 11px 44px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: Noto Sans JP, sans-serif
}

@media(max-width:767px) {
    .c-voice__button-trigger {
        font-size: 2rem
    }
}

.c-voice__button-trigger:hover {
    border-color: #2badb0;
    color: #2badb0;
    background: #fff
}

.c-voice__button-trigger:hover:before {
    border-color: #2badb0
}

.c-voice__button-trigger:before {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: 25px;
    -webkit-transition: .3s;
    transition: .3s
}

.c-voice__modal.iziModal {
    background: transparent;
    padding: 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-faq {
    margin: 0 0 100px;
    position: relative;
    z-index: 3
}

@media(max-width:767px) {
    .c-faq {
        margin: 0 0 60px
    }
}

.c-faq__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 28px;
    padding: 0 60px
}

@media(max-width:767px) {
    .c-faq__button {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c-faq__button-element {
    margin-left: 15px
}

@media(max-width:767px) {
    .c-faq__button-element {
        margin: 0 8px
    }
}

.c-faq__button-toggle {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 5px 18px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333f48;
    font-family: Noto Sans JP, sans-serif
}

.c-faq__button-toggle:hover {
    opacity: .6
}

.c-faq__button-toggle span {
    display: inline-block;
    padding-right: 18px;
    background-repeat: no-repeat
}

.c-faq__button-toggle[data-button=open] {
    background-color: #d8d8d8
}

.c-faq__button-toggle[data-button=open] span {
    background: url(../img/kdive/icon-plus.png) no-repeat 100%/13px auto
}

@media(max-width:767px) {
    .c-faq__button-toggle[data-button=open] span {
        background-size: 10px auto
    }
}

.c-faq__button-toggle[data-button=close] {
    padding-right: 10px
}

.c-faq__button-toggle[data-button=close] span {
    background: url(../img/kdive/icon-close.png) no-repeat 100%/18px auto;
    padding-right: 20px
}

@media(max-width:767px) {
    .c-faq__button-toggle[data-button=close] span {
        background-size: 15px auto
    }
}

.c-faq__body {
    padding: 0 60px
}

@media(max-width:767px) {
    .c-faq__body {
        padding: 0
    }
}

.c-faq__block {
    margin: 0 0 28px
}

@media(max-width:767px) {
    .c-faq__block {
        margin: 0 -10px 28px
    }
}

.c-faq__block-content {
    display: none
}

.c-faq__block-open {
    background: transparent;
    border: 0;
    font-weight: 700;
    font-size: 2rem;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 0 8px;
    border-bottom: 1px solid #333f48;
    margin: 0 0 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333f48
}

.c-faq__block-open:hover {
    color: #2badb0
}

.c-faq__block-open:hover span:after, .c-faq__block-open:hover span:before {
    background-color: #2badb0
}

.c-faq__block-open span {
    position: relative;
    display: block
}

.c-faq__block-open span:after, .c-faq__block-open span:before {
    content: "";
    width: 15px;
    height: 3px;
    background: #333f48;
    display: block;
    position: absolute;
    right: 11px;
    top: 16px;
    -webkit-transition: .4s;
    transition: .4s
}

@media(max-width:767px) {
    .c-faq__block-open span:after, .c-faq__block-open span:before {
        top: 10px
    }
}

.c-faq__block-open span:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.c-faq__block-open span:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.c-faq__block-open.active span:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.c-faq__block-open.active span:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.c-faq__element {
    padding: 0 25px 35px
}

@media(max-width:767px) {
    .c-faq__element {
        padding: 0 10px 20px
    }
}

.c-faq__element-q {
    font-size: 1.6rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 12px
}

.c-faq__element-q:before {
    content: "Q";
    display: inline-block;
    font-family: Barlow Semi Condensed, sans-serif;
    font-weight: 500;
    font-size: 3rem;
    margin-right: 16px;
    margin-top: -2px
}

.c-faq__element-a {
    border: 1px solid #00a3a5;
    position: relative;
    padding: 20px 42px 20px 85px;
    min-height: 100px
}

.c-faq__element-a:before {
    content: "A";
    font-family: Barlow Semi Condensed, sans-serif;
    color: #2badb0;
    font-size: 5rem;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    left: 35px;
    top: 20px
}

.c-faq__element-a p {
    margin: 0 0 1em
}

.c-faq__element-a p:last-child {
    margin-bottom: 0
}

.c-faq__element-a a {
    color: #2badb0
}

.c-faq__element-a a:hover {
    text-decoration: none
}

.c-faq__element-a-pict {
    margin: 0 0 65px
}

.c-faq__element-a-pict:last-child {
    margin-bottom: 20px
}

.c-faq__element-a-pict-text {
    font-size: 1.3rem;
    margin: 0 0 20px
}

.c-faq__element-a-pict-head {
    color: #2badb0;
    padding-bottom: 5px;
    margin: 0 0 10px;
    border-bottom: 1px solid #707070;
    font-weight: 500
}

.c-roadmap {
    margin: 0 0 100px
}

@media(max-width:767px) {
    .c-roadmap {
        margin: 0 0 60px;
        padding-bottom: 50px
    }
}

.c-roadmap__lead {
    margin: 0 0 24px;
    font-size: 1.8rem;
    text-align: center
}

@media(max-width:767px) {
    .c-roadmap__lead {
        text-align: left;
        margin: 0 0 72px;
        font-size: 1.6rem
    }
}

.c-roadmap__content {
    position: relative
}

.c-roadmap__content:before {
    content: "";
    height: 70px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#148486), to(#2badb0));
    background: linear-gradient(90deg, #148486, #2badb0);
    width: calc(100% - 65px);
    left: 0;
    position: absolute;
    top: 81px
}

@media(max-width:767px) {
    .c-roadmap__content:before {
        height: calc(100% + 100px);
        top: -50px;
        width: 70px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        background: -webkit-gradient(linear, left top, left bottom, from(#148486), to(#2badb0));
        background: linear-gradient(#148486, #2badb0)
    }
}

.c-roadmap__content:after {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #2badb0;
    border-style: solid;
    border-width: 65px 0 65px 50px;
    position: absolute;
    right: 15px;
    top: 53px
}

@media(max-width:767px) {
    .c-roadmap__content:after {
        bottom: -100px;
        top: auto;
        border-width: 50px 65px 0;
        border-color: #2badb0 transparent transparent;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

.c-roadmap__body {
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media(max-width:767px) {
    .c-roadmap__body {
        display: block;
        padding: 0 50px
    }
}

.c-roadmap__phase {
    width: 300px;
    background: #f0f0f0;
    border-radius: 10px
}

@media(max-width:767px) {
    .c-roadmap__phase {
        width: 100%;
        margin: 0 0 30px
    }
}

.c-roadmap__phase-upper {
    text-align: center;
    border: 3px solid #2badb0;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 16px 45px 0;
    background: #fff
}

.c-roadmap__phase-upper[data-active=true] {
    background: #2badb0
}

.c-roadmap__phase-header {
    min-height: 3.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2badb0
}

.c-roadmap__phase-header[data-color=white] {
    color: #fff
}

.c-roadmap__phase-head {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1
}

.c-roadmap__phase-head span {
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 3rem;
    margin-left: 8px;
    display: inline-block
}

.c-roadmap__phase-time {
    font-size: 1.3rem
}

.c-roadmap__phase-pict {
    margin: 14px 0 0
}

.c-roadmap__phase-lower {
    border-radius: 0 0 10px 10px;
    padding: 20px 25px 32px
}

.c-roadmap__phase-lower p {
    margin: 0
}

.c-roadmap__phase-title {
    text-align: center;
    margin: 0 0 12px;
    font-size: 1.8rem
}

.c-news {
    margin: 0 0 160px;
    position: relative
}

@media(max-width:767px) {
    .c-news {
        margin: 0 0 80px
    }
}

.c-news__body {
    padding: 0 60px
}

@media(max-width:767px) {
    .c-news__body {
        padding: 0
    }
}

.c-news__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #cecece;
    margin-bottom: -1px;
    padding: 21px 20px 20px 30px
}

@media(max-width:767px) {
    .c-news__element {
        display: block
    }
}

.c-news__time {
    min-width: 8.5em;
    margin-right: 10px;
    margin-top: 2px
}

.c-news__title {
    font-size: 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-news__title a {
    color: #333f48;
    padding-right: 40px;
    display: block;
    background: url(../img/kdive/icon-news-links.png) no-repeat right 5px/18px auto
}

.c-news__title a:hover {
    text-decoration: none
}

.c-lower-cta {
    background: url(../img/kdive/bg-cta.jpg) no-repeat top/cover;
    padding: 36px 20px 82px;
    position: relative
}

@media(max-width:767px) {
    .c-lower-cta {
        padding: 25px 15px 30px
    }
}

.c-lower-cta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-lower-cta__head {
    color: #fff;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
    padding-left: 64px;
    background: url(../img/kdive/pict-hero-logo.png) no-repeat 0/46px auto
}

@media(max-width:767px) {
    .c-lower-cta__head {
        font-size: 1.7rem;
        margin: 0 0 20px;
        min-height: 48px
    }

    .c-lower-cta__head br {
        display: none
    }
}

.c-lower-cta__head span {
    display: inline-block;
    position: relative;
    padding-left: 18px
}

.c-lower-cta__head span:before {
    content: "";
    display: block;
    height: 90%;
    position: absolute;
    width: 1px;
    background: #fff;
    opacity: .6;
    left: 0;
    top: 5%
}

.c-lower-cta__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-lower-cta__button-element {
    margin: 0 5px
}

@media(max-width:767px) {
    .c-lower-cta__button-element {
        margin: 0 2px
    }
}

.c-lower-cta__button-element a {
    background: #333f48;
    display: inline-block;
    border-radius: 35px;
    border: 3px solid #333f48;
    padding: 11px 60px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: .015em
}

@media(max-width:767px) {
    .c-lower-cta__button-element a {
        font-size: 1.5rem;
        padding: 10px 20px
    }
}

.c-lower-cta__button-element a:hover {
    color: #2badb0;
    border-color: #2badb0;
    background: #fff
}

@media(max-width:767px) {
    #scorollvisible {
        display: none !important
    }
}

#breadcrumbs, #footer {
    position: relative
}

.c-page-sub__main {
    background: #cecece url(../img/bg-upper.png) repeat-x center 102px;
    padding-top: 20px;
    padding-bottom: 65px;
    margin-bottom: 100px;
    position: relative
}

@media(max-width:767px) {
    .c-page-sub__main {
        padding-bottom: 35px;
        padding-top: 0
    }
}

.c-page-sub__main:after {
    content: "";
    display: block;
    height: 158px;
    width: 1353px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: url(../img/pict-bg-lower.svg) no-repeat;
    background-size: auto 100%;
    background-position: top;
    bottom: -110px
}

.c-page-sub__content {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .14);
    box-shadow: 0 0 5px rgba(0, 0, 0, .14);
    padding-bottom: 55px;
    position: relative
}

@media(max-width:767px) {
    .c-page-sub__content {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
        padding-top: 50px
    }
}

.c-page-sub__content:before {
    content: "";
    display: block;
    height: 2px;
    background: #707070;
    width: 100%;
    position: absolute;
    top: -15px;
    left: 0
}

@media(max-width:767px) {
    .c-page-sub__content:before {
        top: 14px
    }
}

.c-page-sub__content-inner {
    position: relative
}

.c-page-sub__content-inner:after, .c-page-sub__content-inner:before {
    content: "";
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -15px;
    height: 60px;
    z-index: 1
}

@media(max-width:767px) {
    .c-page-sub__content-inner:after, .c-page-sub__content-inner:before {
        top: -34px
    }
}

.c-page-sub__content-inner:before {
    content: "";
    width: 156px;
    height: 60px;
    left: 30px;
    background-image: url(../img/pict-spot-left.svg)
}

@media(max-width:767px) {
    .c-page-sub__content-inner:before {
        left: -52px
    }
}

.c-page-sub__content-inner:after {
    content: "";
    width: 150px;
    height: 60px;
    right: 30px;
    background-image: url(../img/pict-spot-right.svg)
}

@media(max-width:767px) {
    .c-page-sub__content-inner:after {
        right: -52px
    }
}

#header {
    z-index: 22;
    left: 0
}

#header, .c-sm-nav {
    position: fixed;
    top: 0
}

.c-sm-nav {
    right: -2px;
    z-index: 23
}

.c-sm-nav__trigger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    border: 0;
    width: 50px;
    cursor: pointer;
    background: #333f48;
    position: relative
}

@media(min-width:768px) {
    .c-sm-nav__trigger {
        display: none
    }
}

.c-sm-nav__trigger span {
    height: 2px;
    width: 18px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    -webkit-transition: .3s;
    transition: .3s
}

.c-sm-nav__trigger span:first-of-type {
    top: 13px
}

.c-sm-nav__trigger span:nth-of-type(2) {
    top: 21px
}

.c-sm-nav__trigger small {
    color: #fff;
    font-size: 1.1rem;
    font-family: Barlow Semi Condensed, sans-serif;
    letter-spacing: .1em;
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    left: 0;
    bottom: 9px;
    padding-left: 1px;
    -webkit-transition: .3s;
    transition: .3s
}

.c-sm-nav__trigger small[data-open=true] {
    opacity: 0
}

.c-sm-nav__trigger--active span:first-of-type {
    top: 15px;
    -webkit-transform: rotate(20deg) translateX(0) translateY(2px);
    transform: rotate(20deg) translateX(0) translateY(2px)
}

.c-sm-nav__trigger--active span:nth-of-type(2) {
    top: 23px;
    -webkit-transform: rotate(-20deg) translateX(1px) translateY(-6px);
    transform: rotate(-20deg) translateX(1px) translateY(-6px)
}

.c-sm-nav__trigger--active small[data-open=true] {
    opacity: 1
}

.c-sm-nav__trigger--active small[data-open=false] {
    opacity: 0
}

#headerInner {
    width: 100%
}

@media(min-width:768px) {
    #headerInner {
        padding: 0 38px
    }
}

.c-page-nav {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 4
}

@media(min-width:768px) {
    .c-page-nav {
        z-index: 22
    }
}

@media(max-width:767px) {
    .c-page-nav {
        top: auto;
        bottom: 0
    }
}

.c-page-nav__body {
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width:767px) {
    .c-page-nav__body {
        display: block
    }
}

.c-page-nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 15px 20px 15px 28px;
    border-radius: 0 0 0 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    box-shadow: 0 0 10px rgba(0, 0, 0, .16)
}

@media(max-width:767px) {
    .c-page-nav__content {
        border-radius: 0;
        padding: 7px 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-page-nav__logo {
    width: 47px;
    margin-right: 15px
}

@media(max-width:767px) {
    .c-page-nav__logo {
        margin-right: 10px;
        width: 45px;
        padding-top: 2px
    }
}

.c-page-nav__element {
    margin-left: 5px
}

.c-page-nav__element a {
    background: #333f48;
    display: inline-block;
    border-radius: 35px;
    border: 3px solid #333f48;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .015em
}

@media(max-width:767px) {
    .c-page-nav__element a {
        font-size: 1.4rem;
        padding: 10px 17px;
        white-space: nowrap
    }
}

@media(min-width:768px) {
    .c-page-nav__element a:hover {
        color: #2badb0;
        border-color: #2badb0;
        background: #fff
    }
}

.c-content-nav {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 4
}

@media(max-width:767px) {
    .c-content-nav {
        display: none;
        background: #333f48;
        -webkit-transform: none;
        transform: none;
        width: 180px;
        left: auto;
        right: 0;
        top: 0;
        z-index: 22
    }
}

.c-content-nav__body {
    margin: 0;
    padding: 0;
    list-style: none
}

@media(max-width:767px) {
    .c-content-nav__body {
        padding: 60px 30px 25px
    }
}

.c-content-nav__element {
    margin-bottom: 3px
}

.c-content-nav__links {
    display: block;
    color: #333f48;
    text-decoration: none;
    font-size: 1.3rem;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 0 5px 5px 0;
    background: #fff;
    padding: 8px 10px 8px 30px;
    min-width: 121px;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    box-shadow: 0 0 10px rgba(0, 0, 0, .16)
}

@media(max-width:767px) {
    .c-content-nav__links {
        border-radius: 5px
    }
}

.c-content-nav__links:before {
    content: "";
    width: 5px;
    height: 5px;
    border-left: 1px solid #333f48;
    border-bottom: 1px solid #333f48;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 14px;
    top: 15px;
    -webkit-transition: .4s;
    transition: .4s
}

.c-content-nav__links--active, .c-content-nav__links:hover {
    background: #2badb0;
    color: #fff
}

.c-content-nav__links--active:before, .c-content-nav__links:hover:before {
    border-color: #fff
}

.c-footer {
    background-color: #fff
}

.c-footer__upper {
    padding: 75px 0 20px
}

@media(max-width:767px) {
    .c-footer__upper {
        padding: 45px 0 50px
    }
}

.c-footer__sns {
    margin: 0 0 30px
}

@media(max-width:767px) {
    .c-footer__sns {
        margin: 0 0 20px
    }
}

.c-footer__sns-head {
    text-align: center;
    font-family: Poppins, sans-serif;
    letter-spacing: .06em;
    font-size: 1.2rem;
    margin: 0 0 16px
}

.c-footer__sns-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.c-footer__sns-element {
    width: 40px;
    margin: 0 10px
}

.c-footer__sns-element a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.c-footer__sns-element a:hover {
    opacity: .5
}

.c-footer__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:767px) {
    .c-footer__links ul {
        display: block;
        text-align: center
    }
}

@media(max-width:767px) {
    .c-footer__links li {
        margin: 0 0 7px
    }
}

.c-footer__links li:after {
    content: "";
    display: inline-block;
    margin: 0 22px;
    height: 1em;
    width: 1px;
    background: #e8eaea;
    vertical-align: middle
}

@media(max-width:767px) {
    .c-footer__links li:after {
        display: none
    }
}

.c-footer__links li:last-child:after {
    display: none
}

.c-footer__links a {
    text-decoration: none;
    font-size: 1.3rem;
    color: #333f48
}

.c-footer__links a:hover {
    text-decoration: underline
}

.c-footer__logo {
    width: 257px;
    margin: 0 auto 10px
}

.c-footer__lower {
    background: #2badb0;
    color: #333f48;
    text-align: center;
    padding: 70px 10px 60px
}

.c-footer__copyright {
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    letter-spacing: .06em;
    line-height: 1
}

.c-nav-global {
    position: fixed;
    background: #fff;
    width: 100%;
    display: none;
    z-index: 20;
    overflow: scroll;
    padding-bottom: 30px
}

@media(max-width:767px) {
    .c-nav-global {
        padding-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.c-nav-global__wrapper {
    height: calc(100vh - 66px)
}

@media(max-width:767px) {
    .c-nav-global__wrapper {
        height: calc(100vh - 50px)
    }
}

@media(min-width:768px) {
    .c-nav-global__upper {
        display: none
    }
}

.c-nav-global__contact a {
    background-color: #2badb0;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    height: 90px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-nav-global__contact a span {
    display: inline-block;
    background-image: url(../img/icon-contact-white.svg);
    background-repeat: no-repeat;
    background-position: left 53%;
    background-size: 25px auto;
    padding-left: 34px
}

.c-nav-global__consult a {
    background-color: #fff500;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2badb0;
    height: 90px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-nav-global__consult a span {
    display: inline-block;
    background-image: url(../img/icon-consult.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 35px auto;
    padding-left: 43px
}

.c-nav-global__inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 80px 0
}

@media(max-width:767px) {
    .c-nav-global__inner {
        padding: 30px 20px 40px
    }
}

.c-nav-global__block {
    margin: 0 0 50px
}

@media(max-width:767px) {
    .c-nav-global__block {
        margin: 0 0 30px
    }
}

.c-nav-global__head {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
    border-left: 2px solid #2badb0;
    padding-left: 14px;
    margin: 0 0 30px
}

@media(max-width:767px) {
    .c-nav-global__head {
        font-size: 1.5rem;
        padding-left: 12px;
        margin: 0 0 15px
    }
}

.c-nav-global__seminar {
    padding: 0;
    margin: 0 -20px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .c-nav-global__seminar {
        display: block;
        margin: 0
    }
}

.c-nav-global__seminar-element {
    width: calc(50% - 40px);
    margin: 0 20px 30px
}

@media(max-width:767px) {
    .c-nav-global__seminar-element {
        width: 100%;
        margin: 0 0 15px
    }
}

.c-nav-global__seminar-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333f48;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    border-top: 1px solid #e8eaea;
    position: relative
}

.c-nav-global__seminar-links:hover {
    color: #2badb0
}

.c-nav-global__seminar-links:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2badb0 url(../img/icon-ar-white.svg) no-repeat 56%;
    background-size: 5px auto;
    position: absolute;
    right: 0;
    bottom: 0
}

@media(max-width:767px) {
    .c-nav-global__seminar-links:after {
        top: 14px
    }
}

.c-nav-global__seminar-ph {
    width: 100px
}

@media(max-width:767px) {
    .c-nav-global__seminar-ph {
        width: 60px
    }
}

.c-nav-global__seminar-content {
    padding-left: 22px;
    font-weight: 700;
    line-height: 1.5
}

@media(max-width:767px) {
    .c-nav-global__seminar-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 12px;
        padding-top: 6px
    }
}

.c-nav-global__seminar-content small {
    display: block;
    font-size: 1.6rem
}

@media(max-width:767px) {
    .c-nav-global__seminar-content small {
        font-size: 1.3rem
    }
}

.c-nav-global__seminar-content span {
    display: block;
    font-size: 2.4rem
}

@media(max-width:767px) {
    .c-nav-global__seminar-content span {
        font-size: 1.8rem
    }
}

.c-nav-global__product-bnr {
    margin: 0 0 45px
}

@media(max-width:767px) {
    .c-nav-global__product-bnr {
        margin: 0 -10px 20px
    }
}

.c-nav-global__product-bnr a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.c-nav-global__product-bnr a:hover {
    opacity: .7
}

.c-nav-global__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-nav-global__list-element {
    width: 25%;
    margin: 0 0 20px;
    border-right: 1px solid #e8eaea
}

@media(max-width:767px) {
    .c-nav-global__list-element {
        width: 100%;
        border-top: 1px solid #e8eaea;
        border-right: 0;
        margin: 0
    }
}

.c-nav-global__list-element:nth-of-type(4n) {
    border-right: 0
}

.c-nav-global__list-links {
    color: #333f48;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    padding: 0 40px;
    display: block
}

@media(max-width:767px) {
    .c-nav-global__list-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0
    }
}

.c-nav-global__list-links:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #333f48 url(../img/icon-ar-white.svg) no-repeat 56%;
    background-size: 5px auto;
    position: absolute;
    right: 15px;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media(max-width:767px) {
    .c-nav-global__list-links:after {
        right: 0;
        top: 18px
    }
}

.c-nav-global__list-links:hover {
    color: #2badb0;
    opacity: .8
}

.c-nav-global__list-links:hover:after {
    background-color: #2badb0
}

.c-nav-global__list-links[target=_blank]:after {
    background-image: url(../img/icon-external.png);
    background-color: transparent;
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    border-radius: 0
}

@media(max-width:767px) {
    .c-nav-global__list-links[target=_blank]:after {
        top: 20px
    }
}

.c-nav-global__list-ph {
    width: 100%;
    margin: 0 0 15px
}

@media(max-width:767px) {
    .c-nav-global__list-ph {
        width: 52px;
        margin: 0
    }
}

.c-nav-global__list-content {
    line-height: 1.5;
    min-height: 3em
}

@media(max-width:767px) {
    .c-nav-global__list-content {
        min-height: 0;
        margin-left: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 30px;
        padding-top: 2px
    }
}

.c-nav-global__list-content small {
    display: block;
    font-size: 1.4rem;
    margin-top: 2px
}

@media(max-width:767px) {
    .c-nav-global__list-content small {
        font-size: 1.3rem
    }
}

.c-nav-global__list-content span {
    display: block;
    font-size: 1.6rem
}

.c-nav-global__bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px
}

@media(max-width:767px) {
    .c-nav-global__bnr {
        margin: 0
    }
}

.c-nav-global__bnr-element {
    margin: 0;
    width: 300px
}

.c-nav-global__bnr-element[data-size=large] {
    width: 500px;
    margin: 0 20px 30px
}

@media(max-width:767px) {
    .c-nav-global__bnr-element[data-size=large] {
        margin: 0 -10px 10px;
        width: 100%;
        max-width: 354px
    }

    .c-nav-global__bnr-element[data-size=large]:nth-of-type(2) {
        margin-bottom: 30px
    }
}

.c-nav-global__bnr-links {
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.c-nav-global__bnr-links:hover {
    opacity: .6
}

.c-nav-global__links {
    position: absolute;
    right: 0;
    top: 40px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

@media(max-width:767px) {
    .c-nav-global__links {
        position: static;
        display: block;
        margin-top: 40px;
        padding-bottom: 50px
    }
}

.c-nav-global__links li {
    margin-left: 34px
}

@media(max-width:767px) {
    .c-nav-global__links li {
        margin-left: 0;
        border-top: 1px solid #e8eaea;
        padding: 0 10px
    }

    .c-nav-global__links li:last-child {
        border-bottom: 1px solid #e8eaea
    }
}

.c-nav-global__links-element {
    background: #fff;
    text-decoration: none;
    color: #333f48;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 0 0 22px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-position: 0
}

@media(max-width:767px) {
    .c-nav-global__links-element {
        padding: 10px 0 10px 22px;
        display: block
    }
}

.c-nav-global__links-element:hover {
    color: #2badb0
}

.c-nav-global__links-element[data-links=about] {
    background-image: url(../img/icon-about.svg);
    background-size: 10px auto
}

@media(max-width:767px) {
    .c-nav-global__links-element[data-links=about] {
        background-position: 2px
    }
}

.c-nav-global__links-element[data-links=magazine] {
    background-image: url(../img/icon-magazine.svg);
    background-size: 15px auto;
    background-position: left 56%
}

.c-nav-sitemap {
    background-color: #3f3d2f;
    padding: 30px 0
}

@media(max-width:575px) {
    .c-nav-sitemap {
        padding: 0
    }
}

.c-nav-sitemap ul[data-sitemap-level="1"], .c-nav-sitemap ul[data-sitemap-level="2"], .c-nav-sitemap ul[data-sitemap-level="3"] {
    margin: 0
}

.c-nav-sitemap li[data-sitemap-level="1"], .c-nav-sitemap li[data-sitemap-level="2"], .c-nav-sitemap li[data-sitemap-level="3"] {
    display: block;
    margin: 0;
    padding: 0
}

.c-nav-sitemap a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding-left: 30px
}

@media(max-width:575px) {
    .c-nav-sitemap a {
        padding: 20px
    }
}

.c-nav-sitemap a:hover {
    opacity: .7
}

.c-nav-sitemap a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 -20px;
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #2badb0
}

@media(max-width:575px) {
    .c-nav-sitemap a:before {
        display: none;
        margin: 0
    }
}

.c-nav-sitemap__body {
    background-color: #3f3d2f;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px
}

@media(max-width:991px) {
    .c-nav-sitemap__body {
        max-width: 100%
    }
}

.c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    padding: 0
}

@media(max-width:576px) {
    .c-nav-sitemap ul[data-sitemap-level="1"] {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media(min-width:576px) and (max-width:767px) {
    .c-nav-sitemap ul[data-sitemap-level="1"] {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media(min-width:768px) and (max-width:991px) {
    .c-nav-sitemap ul[data-sitemap-level="1"] {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.c-nav-sitemap li[data-sitemap-level="1"] {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%
}

@media(max-width:575px) {
    .c-nav-sitemap li[data-sitemap-level="1"] {
        margin: 0
    }
}

@media(max-width:575px) {
    .c-nav-sitemap li[data-sitemap-level="1"] a {
        border-bottom: 2px solid #fff;
        margin: 0
    }

    .c-nav-sitemap li[data-sitemap-level="1"] a :before {
        display: none;
        margin: 0
    }
}

.c-nav-sitemap ul[data-sitemap-level="2"] {
    padding: 0 0 0 1em
}

@media(max-width:575px) {
    .c-nav-sitemap ul[data-sitemap-level="2"] {
        padding: 0
    }
}

.c-nav-sitemap li[data-sitemap-level="2"] {
    margin: 0 0 .5em
}

@media(max-width:575px) {
    .c-nav-sitemap li[data-sitemap-level="2"] {
        margin: 0
    }
}

@media(max-width:575px) {
    .c-nav-sitemap li[data-sitemap-level="2"] a {
        border-bottom: 1px solid #3f3d2f;
        background: #baa98f;
        padding: 15px 20px;
        color: #333f48
    }
}

.c-nav-sitemap li[data-sitemap-level="2"] a:before {
    background: #00a3a5
}

@media(max-width:575px) {
    .c-nav-sitemap li[data-sitemap-level="2"] a:before {
        display: none;
        margin: 0
    }
}

.c-nav-sitemap ul[data-sitemap-level="3"] {
    padding: 0 0 0 1em
}

@media(max-width:575px) {
    .c-nav-sitemap ul[data-sitemap-level="3"] {
        padding: 0
    }
}

@media(max-width:575px) {
    .c-nav-sitemap li[data-sitemap-level="3"] a {
        background: #dad3c9;
        padding: 10px 20px;
        color: #333f48
    }
}

.c-nav-sitemap li[data-sitemap-level="3"] a:before {
    border: 1px solid #fff;
    background: #fff
}

@media(max-width:575px) {
    .c-nav-sitemap li[data-sitemap-level="3"] a:before {
        display: none;
        margin: 0
    }
}

.c-nav-breadcrumb {
    font-size: 1.2rem;
    max-width: 1200px;
    margin: 0 auto 38px
}

@media(max-width:767px) {
    .c-nav-breadcrumb {
        display: none
    }
}

.c-nav-breadcrumb ol {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-nav-breadcrumb ol>li {
    list-style: none;
    font-size: .875em
}

.c-nav-breadcrumb ol>li:last-child a :after {
    display: none
}

.c-nav-breadcrumb a {
    color: #333f48;
    display: inline-block;
    text-decoration: underline
}

.c-nav-breadcrumb a :after {
    content: "/";
    display: inline-block;
    margin: 0 10px;
    color: #333f48
}

.c-nav-breadcrumb__item {
    display: inline-block;
    margin: 0;
    padding: 0
}

.c-nav-breadcrumb__item:last-child {
    font-weight: 700
}

.c-nav-breadcrumb__item[data-breadcrumb=current] a {
    text-decoration: none
}

.c-list-banner {
    padding: 30px 0
}

.c-list-banner__body {
    width: 1480;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px
}

@media(max-width:1540px) {
    .c-list-banner__body {
        max-width: 1540px;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%
    }
}

@media(max-width:576px) {
    .c-list-banner__body {
        padding-left: 20px;
        padding-right: 20px
    }
}

.c-list-banner__body>ul {
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-list-banner__body>ul>li {
    list-style: none;
    margin: 0 10px
}

@media(max-width:767px) {
    .c-list-banner__body>ul>li {
        width: 100%;
        margin-bottom: 10px
    }
}

.c-list-banner__body>ul>li>a {
    text-decoration: none;
    display: block
}

.c-list-banner__body>ul>li>a:hover {
    opacity: .7
}

@media(max-width:575px) {
    .c-list-banner__body>ul>li>a>img {
        width: 100%
    }
}

.c-list-category {
    font-size: 1.2rem
}

@media(max-width:576px) {
    .c-list-category {
        display: none
    }
}

.c-list-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 auto 50px;
    padding: 0
}

.c-list-category li {
    list-style: none;
    margin: 0 10px;
    padding: 0
}

.c-list-category a {
    background: #cecece;
    color: #333;
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 5px;
    display: block;
    padding: 1em 1.9em;
    text-decoration: none
}

.c-list-tag {
    font-size: 1rem
}

@media(max-width:576px) {
    .c-list-tag {
        display: none
    }
}

.c-list-tag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0 0 26px;
    padding: 0
}

.c-list-tag li {
    list-style: none;
    margin: 0 .3em;
    padding: 0
}

.c-list-tag a {
    background: #2badb0;
    color: #fff;
    display: block;
    padding: 1em 1.9em;
    text-decoration: none
}

.c-hero {
    position: relative
}

.c-hero:before {
    content: "";
    width: 100%;
    height: 5000px;
    display: block;
    background: url(../img/kdive/bg-hero.png) no-repeat top/100% auto;
    position: absolute;
    left: 0;
    top: calc(100% - 176px);
    z-index: 2
}

@media(max-width:767px) {
    .c-hero:before {
        height: 5000px;
        background: url(../img/kdive/bg-hero-sm.png) no-repeat top/100% auto;
        top: calc(100% - 296px)
    }
}

.c-hero:after {
    content: "";
    width: 100%;
    height: 500px;
    bottom: 100%;
    background: #00a7ad;
    left: 0;
    display: block;
    position: absolute;
    z-index: 1
}

.c-hero__pict {
    background: -webkit-gradient(linear, left top, left bottom, from(#00a7ac), to(#0b7e81));
    background: linear-gradient(180deg, #00a7ac, #0b7e81);
    padding-bottom: 80px
}

.c-hero__pict-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px
}

.c-hero__caption {
    font-size: 3.4rem;
    font-weight: 700;
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100%;
    left: 0;
    color: #fff;
    letter-spacing: .015em;
    z-index: 2
}

@media(max-width:767px) {
    .c-hero__caption {
        font-size: 2.4rem;
        line-height: 1.3;
        top: 3.4vw
    }
}

.c-hero__content {
    text-align: center;
    margin: -350px auto 0;
    position: relative;
    max-width: 1200px;
    z-index: 5
}

@media(max-width:767px) {
    .c-hero__content {
        margin-top: -130px
    }
}

.c-hero__content p {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 35px
}

@media(max-width:767px) {
    .c-hero__content p {
        font-size: 2rem;
        margin: 0 0 20px
    }
}

.c-hero__logo {
    width: 253px;
    margin: 0 auto 2px
}

@media(max-width:767px) {
    .c-hero__logo {
        width: 150px
    }
}

.c-hero__start {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 180px;
    top: -208px;
    padding-top: 22px
}

@media(max-width:767px) {
    .c-hero__start {
        position: static;
        width: auto;
        height: auto;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
        width: 310px;
        margin: 0 auto
    }
}

.c-hero__start-date {
    text-align: center;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px
}

@media(max-width:767px) {
    .c-hero__start-date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
}

.c-hero__start-date small {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1px
}

@media(max-width:767px) {
    .c-hero__start-date small {
        margin-bottom: 0;
        margin-right: 5px
    }
}

.c-hero__start-date span {
    display: block;
    font-size: 1.6rem
}

@media(max-width:767px) {
    .c-hero__start-date span {
        font-size: 1.3rem
    }
}

.c-hero__start-date span em {
    font-style: normal;
    font-size: 2.4rem
}

@media(max-width:767px) {
    .c-hero__start-date span em {
        font-size: 1.9rem
    }
}

.c-hero__start-text {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #2badb0;
    position: relative;
    padding-top: 5px
}

@media(max-width:767px) {
    .c-hero__start-text {
        font-size: 1.8rem;
        padding-left: 10px;
        padding-top: 0;
        margin-left: 10px
    }
}

@media(max-width:767px) {
    .c-hero__start-text br {
        display: none
    }
}

.c-hero__start-text:before {
    content: "";
    width: 38px;
    height: 1px;
    background: #2badb0;
    left: 50%;
    top: 0;
    display: block;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute
}

@media(max-width:767px) {
    .c-hero__start-text:before {
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 1em;
        top: 50%
    }
}

.c-pagination {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 4rem;
    margin: 20px 0 0;
    overflow: hidden;
    text-align: center
}

@media(max-width:576px) {
    .c-pagination {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-pagination a {
    background: none;
    color: currentColor;
    text-decoration: none;
    font-size: .88889em
}

.c-pagination__next a, .c-pagination__prev a {
    border: 1px solid #d2cdcd;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0 10px;
    position: relative
}

.c-pagination__next a[data-disabled=true], .c-pagination__prev a[data-disabled=true] {
    opacity: .3;
    pointer-events: none
}

.c-pagination__prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.c-pagination__prev :before {
    content: "<";
    font-size: .77778em;
    display: inline-block;
    vertical-align: middle;
    color: #333f48;
    padding-right: 5px
}

.c-pagination__next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.c-pagination__next :after {
    content: "＞";
    font-size: .77778em;
    display: inline-block;
    vertical-align: middle;
    color: #333f48;
    padding-left: 5px
}

.c-pagination__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    list-style: none;
    margin: 0 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0
}

@media(max-width:576px) {
    .c-pagination__numbers {
        display: none
    }
}

.c-pagination__number {
    display: block;
    list-style: none;
    margin: 0 .5em
}

.c-pagination__number:hover {
    padding-bottom: 2px
}

.c-pagination__number--current, .c-pagination__number:hover {
    border-bottom: 2px solid #2badb0
}

.c-pagination__number--current:hover {
    padding-bottom: 0
}

.c-pagination__number a {
    display: block;
    padding: 0 .3em;
    text-align: center
}

.c-pagination__number a:after {
    display: none
}

@media(min-width:768px) {
    .bge-contents .detail-list, .c-content-main .detail-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.bge-contents .detail-list>li, .c-content-main .detail-list>li {
    position: relative;
    font-size: 1em;
    padding-left: 3em
}

@media(min-width:768px) {
    .bge-contents .detail-list>li, .c-content-main .detail-list>li {
        width: 48%
    }

    .bge-contents .detail-list>li:nth-child(3), .c-content-main .detail-list>li:nth-child(3) {
        width: 100%
    }
}

.bge-contents .detail-list>li:before, .c-content-main .detail-list>li:before {
    content: counter(content-main-ol-default, decimal-leading-zero);
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 1.5em
}

.bge-contents .detail-list>li span, .c-content-main .detail-list>li span {
    display: block;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: .7em
}

.bge-contents .detail-list>li:last-child, .bge-contents .detail-list>li:not(:last-child), .c-content-main .detail-list>li:last-child, .c-content-main .detail-list>li:not(:last-child) {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 2px solid #d8d8d8
}

.bge-contents .detail-list>li:first-child:before, .bge-contents .detail-list>li:nth-child(2):before, .c-content-main .detail-list>li:first-child:before, .c-content-main .detail-list>li:nth-child(2):before {
    background-color: #7a7a7a
}

.bge-contents .detail-list>li:nth-child(3):before, .c-content-main .detail-list>li:nth-child(3):before {
    background-color: #2badb0
}

.bge-contents .detail-list>li:nth-child(4):before, .bge-contents .detail-list>li:nth-child(5):before, .c-content-main .detail-list>li:nth-child(4):before, .c-content-main .detail-list>li:nth-child(5):before {
    background-color: #7a7a7a
}

.bge-contents .img-animation, .c-content-main .img-animation {
    margin: 2em 0
}

.bge-contents .img-animation img, .c-content-main .img-animation img {
    max-width: 100%
}

.bge-contents .detail-list-exblock .ttl, .c-content-main .detail-list-exblock .ttl {
    font-weight: 500;
    font-size: 1.6em;
    color: #2badb0;
    text-align: center;
    padding: .8em;
    margin-bottom: 0;
    background: #cecece
}

.bge-contents .detail-list-exblock .inner, .c-content-main .detail-list-exblock .inner {
    padding-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:767px) {
    .bge-contents .detail-list-exblock .inner, .c-content-main .detail-list-exblock .inner {
        display: block
    }
}

.bge-contents .detail-list-exblock .col, .c-content-main .detail-list-exblock .col {
    width: 48%;
    background: url(/pickup/horunavi/img/bg-pattern03.png), #e8eaea;
    padding: 1.5em
}

@media(max-width:767px) {
    .bge-contents .detail-list-exblock .col, .c-content-main .detail-list-exblock .col {
        width: 100%
    }

    .bge-contents .detail-list-exblock .col:not(:last-child), .c-content-main .detail-list-exblock .col:not(:last-child) {
        margin-bottom: 1.5em
    }
}

.bge-contents .detail-list-exblock .sttl, .c-content-main .detail-list-exblock .sttl {
    font-size: 1.3em;
    font-weight: 700
}

@media(max-width:767px) {
    .bge-contents .detail-list-exblock .btn a[data-type=btn], .c-content-main .detail-list-exblock .btn a[data-type=btn] {
        max-width: 100%;
        min-width: 0
    }
}

.bge-contents .detail-list-exblock .btn a[data-type=btn]:after, .c-content-main .detail-list-exblock .btn a[data-type=btn]:after {
    position: absolute;
    width: 1em;
    height: 1em;
    content: "";
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    right: 1.25em;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: calc(50% - 2px);
    background: none;
    bottom: auto;
    margin: 0
}

.bge-contents .detail-list-exblock .btn a[data-type=btn]:hover:after, .c-content-main .detail-list-exblock .btn a[data-type=btn]:hover:after {
    border-color: #2badb0
}

.bge-contents .anchor-block, .c-content-main .anchor-block {
    background: #00a3a5;
    padding: 2em
}

@media(min-width:768px) {
    .bge-contents .anchor-block, .c-content-main .anchor-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.bge-contents .anchor-block button, .c-content-main .anchor-block button {
    width: 100%
}

@media(min-width:768px) {
    .bge-contents .anchor-block button, .c-content-main .anchor-block button {
        width: 32%;
        margin: 0
    }
}

@media(max-width:767px) {
    .bge-contents .anchor-block button:not(:last-child), .c-content-main .anchor-block button:not(:last-child) {
        margin-bottom: 1em
    }
}

.bge-contents .anchor-block button[data-type=btn]:after, .c-content-main .anchor-block button[data-type=btn]:after {
    position: absolute;
    width: 1em;
    height: 1em;
    content: "";
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    left: 1.25em;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    top: calc(50% - 2px);
    background: none;
    bottom: auto;
    margin: 0
}

.bge-contents .anchor-block button[data-type=btn]:hover:after, .c-content-main .anchor-block button[data-type=btn]:hover:after {
    border-color: #2badb0
}

.bge-contents p[data-type=mcmg], .c-content-main p[data-type=mcmg] {
    font-size: 1.125em;
    letter-spacing: .0625em;
    line-height: 2.1
}

.bge-contents p[data-type=mcmg] span, .c-content-main p[data-type=mcmg] span {
    font-weight: 700;
    color: #2badb0
}

.bge-contents [data-col-type=movie] .inner, .c-content-main [data-col-type=movie] .inner {
    padding-top: 56.25%;
    position: relative;
    height: 0
}

.bge-contents [data-col-type=movie] .inner iframe, .c-content-main [data-col-type=movie] .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(min-width:768px) {
    .bge-contents [data-type=btn][data-btn-length=short], .c-content-main [data-type=btn][data-btn-length=short] {
        max-width: 200px
    }
}

.bge-contents .bg-gray, .c-content-main .bg-gray {
    background: #cecece;
    padding: 1.5em
}

.bge-contents .flow-wrap, .c-content-main .flow-wrap {
    position: relative;
    z-index: 2;
    padding: 5em 0
}

.bge-contents .flow-wrap h3, .c-content-main .flow-wrap h3 {
    color: #333;
    text-align: center;
    padding-bottom: .7em;
    margin-bottom: 1.5em;
    position: relative
}

.bge-contents .flow-wrap h3:after, .c-content-main .flow-wrap h3:after {
    content: "";
    display: block;
    position: absolute;
    width: 2em;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #2badb0
}

.bge-contents .flow-wrap:after, .c-content-main .flow-wrap:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100vw;
    left: -300%;
    right: -300%;
    margin: auto;
    top: 0;
    background: #00a3a5;
    z-index: -1
}

@media(min-width:768px)and (max-width:1239px) {
    .bge-contents .flow-wrap:after, .c-content-main .flow-wrap:after {
        width: 1239px
    }
}

.bge-contents .detail-block, .c-content-main .detail-block {
    margin-top: 1.875em;
    padding: 1.5em 2.5em 2.5em;
    background: #fff;
    position: relative
}

@media(max-width:767px) {
    .bge-contents .detail-block, .c-content-main .detail-block {
        padding-top: 43%
    }
}

.bge-contents .detail-block:after, .c-content-main .detail-block:after {
    position: absolute;
    display: block;
    content: "";
    width: 150px;
    padding-top: 100px;
    background: url(/pickup/horunavi/img/logo-horunavi-plus.svg) no-repeat 50%/60% auto;
    right: 30px;
    top: 30px;
    border: 1px solid #ddd
}

@media(max-width:767px) {
    .bge-contents .detail-block:after, .c-content-main .detail-block:after {
        right: 2.5em;
        top: 0;
        margin-top: 10%;
        width: 38%;
        padding-top: 27%
    }
}

.bge-contents .detail-block:before, .c-content-main .detail-block:before {
    position: absolute;
    display: block;
    content: "";
    width: 150px;
    padding-top: 100px;
    background: url(/pickup/horunavi/img/logo-horunavi.svg) no-repeat 50%/60% auto;
    right: 30px;
    top: 30px;
    border: 1px solid #ddd;
    -webkit-transform: translateX(calc(-100% - 10px));
    transform: translateX(calc(-100% - 10px))
}

@media(max-width:767px) {
    .bge-contents .detail-block:before, .c-content-main .detail-block:before {
        -webkit-transform: none;
        transform: none;
        left: 2.5em;
        top: 0;
        margin-top: 10%;
        width: 38%;
        padding-top: 27%
    }
}

.bge-contents .ict-read-block p span, .c-content-main .ict-read-block p span {
    font-weight: 700;
    color: #2badb0
}

.bge-contents .product-3dmc-sec02, .c-content-main .product-3dmc-sec02 {
    padding-bottom: 170px
}

.bge-contents .product-3dmc-sec03[data-bg=obj01], .c-content-main .product-3dmc-sec03[data-bg=obj01] {
    margin-top: 0
}

.bge-contents .works-list-style02 button [data-col-type=img], .c-content-main .works-list-style02 button [data-col-type=img] {
    background: #fff
}

.bge-contents .text-large, .c-content-main .text-large {
    font-size: 1.75em;
    font-weight: 700
}

@media(max-width:767px) {
    .bge-contents .text-large, .c-content-main .text-large {
        font-size: 1.8rem
    }
}

.bge-contents .text-left, .c-content-main .text-left {
    text-align: left
}

@media(min-width:768px) {
    .bge-contents .maker-machine-block, .c-content-main .maker-machine-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(max-width:767px) {
    .bge-contents .maker-machine-block, .c-content-main .maker-machine-block {
        display: block
    }
}

.bge-contents .maker-machine-block figure, .c-content-main .maker-machine-block figure {
    margin: 0;
    width: calc(50% - 1px);
    position: relative;
    background: #fff
}

@media(max-width:767px) {
    .bge-contents .maker-machine-block figure, .c-content-main .maker-machine-block figure {
        width: 100%
    }
}

.bge-contents .maker-machine-block figure img, .c-content-main .maker-machine-block figure img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

@media(max-width:767px) {
    .bge-contents .maker-machine-block figure:not(:last-child), .c-content-main .maker-machine-block figure:not(:last-child) {
        margin-bottom: 2px
    }
}

@media(min-width:768px) {
    .bge-contents .maker-machine-block[data-col="3"] figure, .c-content-main .maker-machine-block[data-col="3"] figure {
        width: calc(33.33333% - 1.33333px)
    }
}

.bge-contents .body-indent, .c-content-main .body-indent {
    padding: 0 20px
}

.bge-contents .modal-description, .c-content-main .modal-description {
    margin-top: 0;
    font-size: 1.4rem
}

@media(min-width:768px) {
    .bge-contents .modal-description, .c-content-main .modal-description {
        text-align: center
    }
}

.c-page-sub-cv {
    padding: 0 80px
}

@media(max-width:767px) {
    .c-page-sub-cv {
        padding: 0
    }
}

.c-page-sub-cv+section.c-product-section {
    margin-top: 70px
}

@media(max-width:767px) {
    .c-page-sub-cv+section.c-product-section {
        margin-top: 45px;
        padding-bottom: 45px
    }
}

.c-page-sub-cv__element {
    margin-bottom: 20px;
    text-align: center;
    padding: 30px 27px 90px;
    position: relative
}

@media(max-width:767px) {
    .c-page-sub-cv__element {
        margin-bottom: 0
    }
}

.c-page-sub-cv__element:after {
    content: "";
    display: block;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
    position: absolute;
    pointer-events: none
}

.c-page-sub-cv__element[data-links=consult] {
    background: #fff500;
    color: #2badb0
}

.c-page-sub-cv__element[data-links=consult]:after {
    height: 123px;
    background-image: url(../img/pict-cv-consult.svg)
}

@media(max-width:767px) {
    .c-page-sub-cv__element[data-links=consult]:after {
        height: 89px
    }
}

.c-page-sub-cv__element[data-links=contact] {
    background: #2badb0;
    color: #fff
}

.c-page-sub-cv__element[data-links=contact]:after {
    height: 123px;
    background-image: url(../img/pict-cv-contact.svg)
}

@media(max-width:767px) {
    .c-page-sub-cv__element[data-links=contact]:after {
        height: 89px
    }
}

.c-page-sub-cv__head {
    font-weight: 700;
    line-height: 1.65;
    margin: 0 0 20px;
    font-size: 1.8rem
}

@media(max-width:767px) {
    .c-page-sub-cv__head {
        font-size: 1.5rem;
        margin-bottom: 15px
    }
}

.c-page-sub-cv__button {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 700;
    border-radius: 40px;
    border: 4px solid #fff;
    background: #fff;
    text-decoration: none;
    width: 550px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s;
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: calc(100% - 30px) 50%
}

@media(max-width:767px) {
    .c-page-sub-cv__button {
        width: 100%;
        font-size: 2.2rem;
        height: 60px
    }
}

.c-page-sub-cv__button span {
    line-height: 1
}

.c-page-sub-cv__button[data-links=consult] {
    background-color: #2badb0;
    color: #fff;
    border-color: #2badb0;
    background-image: url(../img/icon-ar-white.svg)
}

@media(max-width:767px) {
    .c-page-sub-cv__button[data-links=consult] {
        background-image: none
    }
}

@media(min-width:768px) {
    .c-page-sub-cv__button[data-links=consult]:hover {
        background-color: #fff;
        color: #2badb0;
        background-image: url(../img/icon-ar-green.svg)
    }
}

.c-page-sub-cv__button[data-links=contact] {
    background-color: #fff;
    color: #2badb0;
    background-image: url(../img/icon-ar-green.svg)
}

@media(max-width:767px) {
    .c-page-sub-cv__button[data-links=contact] {
        background-image: none
    }
}

@media(min-width:768px) {
    .c-page-sub-cv__button[data-links=contact]:hover {
        color: #fff;
        background-color: #2badb0;
        background-image: url(../img/icon-ar-white.svg)
    }
}

.c-page-wrapper {
    overflow: hidden
}

.c-recomend {
    max-width: 1040px;
    margin: 70px auto 0
}

@media(max-width:767px) {
    .c-recomend {
        padding: 0 18px;
        margin-top: 60px
    }
}

.c-recomend__head {
    text-align: center;
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 3rem;
    border-bottom: 1px solid #e8eaea;
    position: relative;
    padding-bottom: 10px
}

@media(max-width:767px) {
    .c-recomend__head {
        font-size: 2rem;
        width: calc(100% - 14px);
        margin: 0 auto 20px
    }
}

.c-recomend__head:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #009da1;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media(max-width:767px) {
    .c-recomend__head:after {
        width: 40px
    }
}

.c-recomend__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

@media(max-width:767px) {
    .c-recomend__body {
        display: block
    }
}

.c-recomend__element {
    width: calc(33.33333% - 10px);
    margin: 0 5px 20px
}

@media(max-width:767px) {
    .c-recomend__element {
        width: 100%
    }
}

.c-recomend__links {
    border: 1px solid #f0f0f0;
    display: block;
    height: 100%;
    background: #fff;
    padding: 20px;
    text-decoration: none;
    color: #333f48;
    -webkit-transition: .3s;
    transition: .3s
}

@media(min-width:768px) {
    .c-recomend__links:hover {
        color: #2badb0;
        border-color: #2badb0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.c-recomend__content {
    padding: 20px 10px 10px
}

.c-recomend__content-head {
    font-weight: 700;
    font-size: 1.7rem;
    padding-right: 28px;
    position: relative;
    margin: 0 0 10px
}

.c-recomend__content-head:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2badb0 url(../img/icon-ar-white.svg) no-repeat 56%;
    background-size: 5px auto;
    position: absolute;
    right: 0;
    top: .5em
}

@media(max-width:767px) {
    .c-recomend__content-head:after {
        top: 14px
    }
}

.c-recomend__content-text {
    font-size: 1.4rem
}

.c-product-content {
    position: relative;
    padding: 55px 80px 0;
    margin-bottom: 50px
}

@media(max-width:767px) {
    .c-product-content {
        padding: 0 25px 35px;
        margin-bottom: 0
    }
}

.c-product-content .slick-dotted.slick-slider {
    margin-bottom: 60px
}

.c-product-content .slick-dotted.slick-slider .slick-dots {
    bottom: -33px
}

.c-product-content__slider {
    position: absolute;
    right: 0;
    top: 0;
    width: 650px
}

@media(max-width:767px) {
    .c-product-content__slider {
        width: 100%;
        position: relative
    }
}

.c-product-content__slider .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 5px
}

.c-product-content__slider .slick-dots li button {
    width: 11px;
    height: 11px;
    padding: 0
}

.c-product-content__slider .slick-dots li button:before {
    width: 11px;
    height: 11px;
    content: "";
    border-radius: 50%;
    background: #fff;
    border: 1px solid #bebebe;
    opacity: 1
}

.c-product-content__slider .slick-dots li.slick-active button:before {
    background: #2badb0;
    border-color: #2badb0
}

.c-product-content__upper {
    margin-bottom: 55px;
    width: 420px
}

@media(min-width:768px) {
    .c-product-content__upper {
        min-height: 480px
    }
}

@media(max-width:767px) {
    .c-product-content__upper {
        width: 100%;
        margin-bottom: 25px
    }
}

.c-product-content__lead {
    margin: 0 0 12px;
    position: relative;
    word-break: break-word
}

.c-product-content__lead:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -80px;
    top: 8px;
    background: #2badb0
}

@media(max-width:767px) {
    .c-product-content__lead:before {
        width: 15px;
        height: 15px;
        left: -25px;
        top: 3px
    }
}

.c-product-content__lead-text {
    font-weight: 700;
    font-size: 3rem;
    margin: 0 0 8px;
    line-height: 1.4
}

@media(max-width:767px) {
    .c-product-content__lead-text {
        font-size: 1.6rem
    }
}

.c-product-content__lead-head {
    font-size: 6rem;
    line-height: 1.2;
    margin: 0 0 16px
}

@media(max-width:767px) {
    .c-product-content__lead-head {
        font-size: 2.8rem;
        margin-bottom: 8px
    }
}

@media(min-width:768px) {
    .c-product-content__lead-head[data-size=small] {
        font-size: 5rem
    }
}

.c-product-content__lead-caption {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.4
}

@media(max-width:767px) {
    .c-product-content__lead-caption {
        font-size: 1.6rem
    }
}

.c-product-content__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 141px 1fr;
    grid-template-columns: 141px 1fr;
    border-bottom: 1px solid #e8eaea;
    margin: 0 0 20px;
    padding-bottom: 30px;
    font-size: 1.8rem;
    line-height: 1.5
}

@media(max-width:767px) {
    .c-product-content__info {
        font-size: 1.4rem;
        -ms-grid-columns: 115px 1fr;
        grid-template-columns: 115px 1fr;
        padding-bottom: 25px
    }
}

.c-product-content__info dt {
    font-weight: 700;
    padding-bottom: 4px
}

.c-product-content__info dt:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #d8d8d8;
    vertical-align: middle;
    margin-right: 7px
}

.c-product-content__info dd {
    margin: 0 0 0 1em;
    padding-bottom: 4px
}

.c-product-content__brand {
    border-bottom: 1px solid #e8eaea;
    padding-bottom: 20px;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .c-product-content__brand img {
        width: 179px
    }
}

.c-product-content__brand02 {
    text-align: center
}

@media(min-width:768px) {
    .c-product-content__brand02 {
        position: absolute;
        top: 633px;
        right: 0;
        width: 650px
    }
}

@media(max-width:767px) {
    .c-product-content__brand02 {
        padding: 20px 0
    }

    .c-product-content__brand02 img {
        width: 200px
    }
}

.c-product-content__upprt-text {
    font-size: 1.4rem;
    margin: 0 0 40px
}

.c-product-content__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:767px) {
    .c-product-content__col {
        display: block
    }
}

.c-product-content__col-block {
    width: 480px;
    position: relative;
    margin: 0 0 30px
}

@media(max-width:767px) {
    .c-product-content__col-block {
        width: 100%;
        padding-top: 25px;
        border-top: 1px solid #e8eaea
    }
}

.c-product-content__col-block:nth-of-type(2n):before {
    content: "";
    display: block;
    height: 100%;
    background: #e8eaea;
    width: 1px;
    position: absolute;
    left: -40px;
    top: 0
}

@media(max-width:767px) {
    .c-product-content__col-block:nth-of-type(2n):before {
        display: none
    }
}

.c-product-content__col-head {
    margin: 0 0 30px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    padding-left: 36px;
    position: relative
}

@media(max-width:767px) {
    .c-product-content__col-head {
        font-size: 1.8rem;
        padding-left: 15px;
        margin-bottom: 14px
    }
}

.c-product-content__col-head:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #2badb0;
    position: absolute;
    left: 0;
    top: .35em
}

@media(max-width:767px) {
    .c-product-content__col-head:before {
        width: 8px;
        height: 8px;
        top: .5em
    }
}

.c-product-content__col-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:767px) {
    .c-product-content__col-body {
        display: block
    }
}

.c-product-content__col-ph {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 160px
}

@media(max-width:767px) {
    .c-product-content__col-ph {
        margin: 0 auto 12px
    }
}

.c-product-content__col-ph-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
    gap: 10px
}

.c-product-content__col-ph-col>.c-product-content__col-ph {
    width: auto
}

.c-product-content__col-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px
}

.c-product-content__col-text p {
    margin: 0
}

.c-product-content__col-image {
    margin-bottom: 20px
}

@media(max-width:767px) {
    .c-product-content__col-image {
        padding: 0 30px
    }
}

.c-product-content__col-head-s {
    font-weight: 700;
    line-height: 1.5;
    border-left: 2px solid #2badb0;
    padding-left: 14px;
    margin: 40px 0 10px
}

@media(max-width:767px) {
    .c-product-content__col-head-s {
        font-size: 1.6rem;
        padding-left: 12px;
        margin: 25px 0 15px
    }
}

.c-product-content__col-detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 114px 1fr;
    grid-template-columns: 114px 1fr;
    padding-left: 14px;
    margin: 0
}

.c-product-content__col-detail dd {
    margin: 0 0 0 1em
}

.c-product-content__col-arm {
    background: #efefef;
    padding: 0 25px;
    margin-top: 20px
}

@media(max-width:767px) {
    .c-product-content__col-arm {
        padding: 0 20px;
        font-size: 1rem
    }
}

.c-product-content__col-arm-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e8eaea;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0
}

.c-product-content__col-arm-block:last-child {
    border-bottom: none
}

.c-product-content__col-arm-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-product-content__col-arm-cont img {
    height: 12px;
    width: auto
}

@media(max-width:767px) {
    .c-product-content__col-arm-cont img {
        height: 8px
    }
}

.c-product-content__col-list, .c-product-content__col-list02 {
    list-style: none;
    padding: 0;
    margin: 0 0 50px
}

@media(max-width:767px) {
    .c-product-content__col-list, .c-product-content__col-list02 {
        margin: 0 0 30px
    }
}

.c-product-content__col-list02-element, .c-product-content__col-list-element {
    padding-left: 15px;
    position: relative;
    margin: 0 0 4px
}

.c-product-content__col-list02-element:before, .c-product-content__col-list-element:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #d8d8d8;
    position: absolute;
    display: block;
    left: 0;
    top: .9em
}

.c-product-content__col-list02-bold, .c-product-content__col-list-bold {
    font-weight: 700
}

.c-product-content__col-list02-bold:after, .c-product-content__col-list-bold:after {
    content: "　";
    display: inline
}

.c-product-content__col-list02-small, .c-product-content__col-list-small {
    font-size: 1.2rem
}

.c-product-content__col-list02-lh-small, .c-product-content__col-list-lh-small {
    line-height: 1.1;
    display: inline-block
}

.c-product-content__col-list02-note, .c-product-content__col-list-note {
    font-size: 1rem
}

.c-product-content__col-list02-element {
    line-height: 1.5
}

.c-product-content__col-list02-element:before {
    width: 5px;
    height: 2px;
    background: #2badb0;
    position: absolute;
    display: block;
    left: 0;
    top: .7em
}

.c-product-content__up-box {
    font-weight: 700;
    line-height: 2rem;
    color: #2badb0;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 5px 10px
}

.c-product-content__up-box-lg {
    font-size: 1.6rem
}

.c-product-content__up-box-md {
    font-size: 1.4rem
}

.c-product-content__up-box-sm {
    font-size: 1rem
}

.c-product-nav {
    padding: 0 80px;
    margin: 0 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1
}

@media(max-width:767px) {
    .c-product-nav {
        display: block;
        margin: 0 0 45px;
        padding: 0
    }
}

.c-product-nav__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #efefef;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    list-style: none;
    padding: 20px 30px;
    margin: 0
}

@media(max-width:767px) {
    .c-product-nav__body {
        display: block;
        padding: 0
    }
}

.c-product-nav__element {
    margin-right: 22px
}

@media(max-width:767px) {
    .c-product-nav__element {
        margin-right: 0;
        border-bottom: 1px solid #fff
    }
}

.c-product-nav__links {
    text-decoration: none;
    color: #333f48;
    -webkit-transition: .3s;
    transition: .3s
}

@media(max-width:767px) {
    .c-product-nav__links {
        display: block;
        padding: 14px 25px;
        font-size: 1.5rem
    }
}

.c-product-nav__links:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #333f48 url(../img/icon-ar-white.svg) no-repeat 56%;
    background-size: 6px auto;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -2px;
    -webkit-transition: .3s;
    transition: .3s
}

.c-product-nav__links:hover {
    color: #2badb0
}

.c-product-nav__links:hover:before {
    background-color: #2badb0
}

.c-product-nav__cv {
    width: 350px
}

@media(max-width:767px) {
    .c-product-nav__cv {
        width: 100%
    }
}

.c-product-nav__cv-links {
    background: #2badb0;
    color: #fff;
    height: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border: 2px solid #2badb0;
    -webkit-transition: .3s;
    transition: .3s
}

@media(max-width:767px) {
    .c-product-nav__cv-links {
        padding: 14px 25px;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.c-product-nav__cv-links:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2badb0 url(../img/icon-ar-white.svg) no-repeat 56%;
    background-size: 6px auto;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: middle;
    margin-right: 7px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-left: -2px
}

.c-product-nav__cv-links:hover {
    background-color: #fff;
    color: #2badb0
}

.c-product-nav__cv-links:hover:before {
    background-color: #fff;
    background-image: url(../img/icon-ar-green.svg)
}

.c-product-section {
    padding: 0 80px;
    margin: 0 0 70px
}

@media(max-width:767px) {
    .c-product-section {
        padding: 0 24px;
        margin: 0 0 45px
    }
}

.c-product-section__h2 {
    text-align: center;
    font-weight: 700;
    margin: 0 0 40px;
    font-size: 3rem;
    border-bottom: 1px solid #e8eaea;
    position: relative;
    padding-bottom: 10px
}

@media(max-width:767px) {
    .c-product-section__h2 {
        font-size: 2rem;
        margin: 0 auto 20px
    }
}

.c-product-section__h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #009da1;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media(max-width:767px) {
    .c-product-section__h2:after {
        width: 40px
    }
}

.c-product-section__h3 {
    color: #fff;
    background: #2badb0;
    font-size: 2rem;
    margin: 0 0 30px;
    padding: 4px 23px;
    position: relative
}

@media(max-width:767px) {
    .c-product-section__h3 {
        font-size: 1.6rem;
        padding: 4px 10px;
        margin: 0 0 15px
    }
}

.c-product-section__h3:before {
    content: "";
    height: 3px;
    width: 11px;
    background: #fff;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .c-product-section__h3:before {
        width: 6px
    }
}

.c-product-section__h4 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
    border-left: 2px solid #2badb0;
    padding-left: 14px;
    margin: 0 0 20px
}

@media(max-width:767px) {
    .c-product-section__h4 {
        font-size: 1.6rem;
        padding-left: 12px;
        margin: 0 0 15px
    }
}

.c-product-section__h4 small {
    font-weight: 400;
    font-size: 1.3rem;
    margin-left: 10px
}

@media(max-width:767px) {
    .c-product-section__h4 small {
        display: block;
        margin-left: 0;
        margin-top: 4px
    }
}

.c-product-section__text {
    padding: 0 20px;
    margin: 0 0 40px
}

@media(max-width:767px) {
    .c-product-section__text {
        padding: 0 6px
    }
}

.c-product-section__text p {
    margin: 0 0 1.5em
}

.c-product-section__link-list {
    list-style: none;
    padding: 0;
    margin: 0 0 50px
}

@media(max-width:767px) {
    .c-product-section__link-list {
        margin: 0 0 30px
    }
}

.c-product-section__link-list-element {
    padding-left: 15px;
    position: relative;
    margin: 0 0 4px
}

.c-product-section__link-list-element:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #d8d8d8;
    position: absolute;
    display: block;
    left: 0;
    top: .9em
}

.c-product-section__link-list-element a {
    color: #333f48;
    -webkit-transition: .3s;
    transition: .3s
}

.c-product-section__link-list-element a:hover {
    color: #2badb0
}

.c-product-section__link-list-element a[target=_blank]:after {
    display: inline-block;
    content: "";
    background-image: url(../img/icon-external.png);
    background-color: transparent;
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    border-radius: 0;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -2px
}

.c-product-section__link-list-element a[href$=".pdf"]:after {
    content: "PDF";
    background: #e30000;
    width: auto;
    height: auto;
    border-radius: 9px;
    color: #fff;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    line-height: 1;
    font-weight: 700;
    padding: 3px 5px
}

.c-product-section__movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 50px
}

@media(max-width:767px) {
    .c-product-section__movie {
        display: block;
        margin: 0 0 30px
    }
}

.c-product-section__movie-element {
    margin: 0 20px 40px;
    width: calc(50% - 40px)
}

@media(max-width:767px) {
    .c-product-section__movie-element {
        width: 100%;
        margin: 0 0 25px
    }
}

.c-product-section__movie-element[data-size=large] {
    width: calc(100% - 40px)
}

@media(max-width:767px) {
    .c-product-section__movie-element[data-size=large] {
        width: 100%
    }
}

.c-product-section__movie-content {
    margin: 0 0 20px;
    position: relative;
    height: 0;
    padding-top: 56.25%
}

@media(max-width:767px) {
    .c-product-section__movie-content {
        margin: 0 0 10px
    }
}

.c-product-section__movie-content iframe, .c-product-section__movie-content img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.c-product-section__movie-content img {
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover
}

.c-product-section__movie-text {
    padding: 0 20px
}

@media(max-width:767px) {
    .c-product-section__movie-text {
        padding: 0 5px
    }
}

.c-product-section__movie-text p {
    margin: 0
}

.c-product-section__movie-head {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 0 6px
}

@media(max-width:767px) {
    .c-product-section__movie-head {
        font-size: 1.7rem
    }
}

.c-product-section__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 50px;
    counter-reset: point
}

@media(max-width:767px) {
    .c-product-section__point {
        display: block;
        margin: 0 0 30px
    }
}

.c-product-section__point-element {
    margin: 0 20px 40px;
    width: calc(50% - 40px);
    border: 1px solid #f0f0f0;
    position: relative
}

@media(max-width:767px) {
    .c-product-section__point-element {
        width: 100%;
        margin: 0 0 20px
    }
}

.c-product-section__point-element[data-size=large] {
    width: calc(100% - 40px)
}

@media(max-width:767px) {
    .c-product-section__point-element[data-size=large] {
        width: 100%
    }
}

.c-product-section__point-element:before {
    counter-increment: point;
    content: counter(point);
    font-size: 2rem;
    font-family: Poppins, sans-serif;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2badb0;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.c-product-section__point-content {
    padding: 20px 40px 30px
}

.c-product-section__point-content p {
    margin: 0
}

@media(max-width:767px) {
    .c-product-section__point-content p {
        font-size: 1.4rem
    }
}

.c-product-section__point-content .c-product-section__point-column {
    margin-bottom: 0
}

@media(min-width:768px) {
    .c-product-section__point-content .c-product-section__point-column-element:nth-last-of-type(-n+3) {
        margin-bottom: 0
    }
}

@media(max-width:767px) {
    .c-product-section__point-content .c-product-section__point-column-element:last-of-type {
        margin-bottom: 0
    }
}

.c-product-section__point-content-lower {
    margin-top: 35px
}

@media(max-width:767px) {
    .c-product-section__point-content-lower {
        margin-right: -15px;
        margin-left: -15px
    }
}

.c-product-section__point-content-lower-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 18px
}

@media(max-width:767px) {
    .c-product-section__point-content-lower-head {
        display: block
    }
}

@media(min-width:768px) {
    .c-product-section__point-content-lower-head * {
        margin-bottom: 0
    }
}

p+.c-product-section__point-content-lower-head {
    margin-top: 35px
}

.c-product-section__point-content-lower-head-caption {
    font-size: 1.3rem;
    margin-left: 10px;
    line-height: 1.4
}

@media(max-width:767px) {
    .c-product-section__point-content-lower-head-caption {
        margin-left: 15px;
        margin-top: -4px
    }
}

.c-product-section__point-head {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 0 6px
}

@media(max-width:767px) {
    .c-product-section__point-head {
        font-size: 1.7rem
    }
}

.c-product-section__point-head-sub {
    font-size: 1.6rem
}

@media(max-width:767px) {
    .c-product-section__point-head-sub {
        font-size: 1.2rem
    }
}

.c-product-section__point-sub {
    margin-top: 10px;
    font-size: 1.2rem
}

@media(max-width:767px) {
    .c-product-section__point-content-image-scroll {
        overflow: scroll;
        margin-right: 0;
        text-align: center
    }

    .c-product-section__point-content-image-scroll img {
        width: auto;
        max-width: 680px
    }
}

.c-product-section__point-caption {
    border: 1px solid #2badb0;
    color: #2badb0;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    margin: 0 0 8px;
    padding: 2px 10px
}

@media(max-width:767px) {
    .c-product-section__point-caption {
        font-size: 1.2rem
    }
}

.c-product-section__point-ph {
    background-color: #efefef
}

@media(max-width:767px) {
    .c-product-section__point-ph {
        padding-top: 40px
    }
}

.c-product-section__point-ph-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 54px 0;
    background-color: #f9f9f9
}

@media(max-width:767px) {
    .c-product-section__point-ph-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 38px 0
    }
}

@media(min-width:768px) {
    .c-product-section__point-ph-col[data-align=center] {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width:768px) {
    .c-product-section__point-ph-col[data-align=bottom] {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.c-product-section__point-ph-col-element {
    margin: 0 10px
}

@media(max-width:767px) {
    .c-product-section__point-ph-col-element {
        margin: 10px auto;
        padding: 0 85px
    }

    .c-product-section__point-ph-col-element[data-size=large] {
        padding: 0 34px
    }

    .c-product-section__point-ph-col-element img {
        width: auto
    }
}

.c-product-section__point-ph-col-element[data-margin=large] {
    margin: 0 40px
}

@media(max-width:767px) {
    .c-product-section__point-ph-col-element[data-margin=large] {
        margin: 10px auto
    }
}

.c-product-section__point-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 40px
}

@media(max-width:767px) {
    .c-product-section__point-column {
        display: block
    }
}

@media(min-width:768px) {
    .c-product-section__point-column[data-column="2"] {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media(min-width:768px) {
    .c-product-section__point-column[data-column="3"] {
        margin-right: -5px;
        margin-left: -5px
    }
}

.c-product-section__point-column-element {
    margin: 0 0 40px
}

@media(max-width:767px) {
    .c-product-section__point-column-element {
        margin: 0 0 25px
    }
}

@media(min-width:768px) {
    .c-product-section__point-column-element[data-column="2"] {
        width: calc(50% - 40px);
        margin-right: 20px;
        margin-left: 20px
    }
}

@media(min-width:768px) {
    .c-product-section__point-column-element[data-column="3"] {
        width: calc(33.33333% - 10px);
        margin-right: 5px;
        margin-left: 5px
    }
}

.c-product-section__point-column-heading {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2;
    border-left: 2px solid #2badb0;
    padding-left: 14px;
    margin: 0 0 20px
}

@media(max-width:767px) {
    .c-product-section__point-column-heading {
        font-size: 1.6rem;
        padding-left: 12px;
        margin: 0 0 15px
    }
}

.c-product-section__point-column-heading small {
    font-weight: 400;
    font-size: 1.3rem;
    margin-left: 10px
}

@media(max-width:767px) {
    .c-product-section__point-column-heading small {
        display: block;
        margin-left: 0;
        margin-top: 4px
    }
}

.c-product-section__point-column-heading-sub {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 10px
}

.c-product-section__point-column-media {
    margin: 0 0 20px;
    position: relative;
    height: 0;
    padding-top: 56.25%
}

@media(max-width:767px) {
    .c-product-section__point-column-media {
        margin: 0 0 10px
    }
}

.c-product-section__point-column-media iframe, .c-product-section__point-column-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.c-product-section__point-column-media img {
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover
}

.c-product-section__point-column-content p {
    margin: 0
}

@media(max-width:767px) {
    .c-product-section__point-column-content p {
        font-size: 1.3rem
    }
}

.c-product-section__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px
}

@media(max-width:767px) {
    .c-product-section__column {
        display: block
    }
}

@media(min-width:768px) {
    .c-product-section__column[data-column="2"] {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media(min-width:768px) {
    .c-product-section__column[data-column="3"] {
        margin-right: -5px;
        margin-left: -5px
    }
}

.c-product-section__column-element {
    margin: 0 0 40px
}

@media(max-width:767px) {
    .c-product-section__column-element {
        margin: 0 0 25px
    }
}

@media(min-width:768px) {
    .c-product-section__column-element[data-column="2"] {
        width: calc(50% - 40px);
        margin-right: 20px;
        margin-left: 20px
    }
}

@media(min-width:768px) {
    .c-product-section__column-element[data-column="3"] {
        width: calc(33.33333% - 10px);
        margin-right: 5px;
        margin-left: 5px
    }
}

.c-product-section__column-link {
    color: #333f48;
    -webkit-transition: .3s;
    transition: .3s
}

.c-product-section__column-link:hover {
    color: #2badb0
}

.c-product-section__column-media {
    margin: 0 0 20px;
    position: relative;
    height: 0;
    padding-top: 56.25%
}

@media(max-width:767px) {
    .c-product-section__column-media {
        margin: 0 0 10px
    }
}

.c-product-section__column-media iframe, .c-product-section__column-media img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.c-product-section__column-media img {
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover
}

.c-product-section__column-content {
    padding: 0 20px
}

@media(max-width:767px) {
    .c-product-section__column-content {
        padding: 0 6px
    }
}

.c-product-section__column-content p {
    margin: 0
}

@media(max-width:767px) {
    .c-product-section__column-content p {
        font-size: 1.3rem
    }
}

.c-product-section__special {
    border-top: 1px solid #e8eaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:767px) {
    .c-product-section__special {
        display: block;
        border: 1px solid #e8eaea
    }
}

.c-product-section__special-ph {
    width: 250px
}

@media(max-width:767px) {
    .c-product-section__special-ph {
        width: 100%
    }
}

.c-product-section__special-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px
}

@media(max-width:767px) {
    .c-product-section__special-content {
        padding: 20px 40px 30px
    }
}

.c-product-section__special-head {
    margin: 0 0 10px;
    font-size: 2rem;
    font-weight: 700
}

@media(max-width:767px) {
    .c-product-section__special-head {
        font-size: 1.7rem;
        margin: 0 0 7px
    }
}

.c-product-section__special-text {
    margin: 0 0 20px
}

@media(max-width:767px) {
    .c-product-section__special-text {
        font-size: 1.4rem
    }
}

.c-product-section__special-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:767px) {
    .c-product-section__special-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.4rem
    }
}

.c-product-section__special-links:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #d8d8d8;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.c-product-section__special-links:after {
    display: inline-block;
    content: "";
    background-image: url(../img/icon-external.png);
    background-color: transparent;
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    border-radius: 0;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: 2px
}

.c-product-section__special-links a {
    color: #333f48;
    -webkit-transition: .3s;
    transition: .3s
}

.c-product-section__special-links a:hover {
    color: #2badb0
}

.c-product-section__faq-block {
    margin: 0 0 30px
}

.c-product-section__faq-q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 16px
}

@media(max-width:767px) {
    .c-product-section__faq-q {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 12px
    }
}

.c-product-section__faq-q:before {
    content: "Q";
    font-size: 3.4rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    width: 60px;
    height: 60px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #333f48;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px
}

@media(max-width:767px) {
    .c-product-section__faq-q:before {
        font-size: 1.8rem;
        width: 31px;
        height: 31px;
        margin-right: 10px
    }
}

.c-product-section__faq-q span {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2rem;
    font-weight: 700
}

@media(max-width:767px) {
    .c-product-section__faq-q span {
        font-size: 1.7rem
    }
}

.c-product-section__faq-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 8px;
    padding: 0 30px 0 90px
}

@media(max-width:767px) {
    .c-product-section__faq-a {
        padding: 0
    }
}

.c-product-section__faq-a:before {
    content: "A";
    font-size: 5.4rem;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
    color: #2badb0
}

@media(max-width:767px) {
    .c-product-section__faq-a:before {
        font-size: 3.4rem;
        margin-right: 14px;
        margin-left: 4px
    }
}

.c-product-section__faq-a span {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-product-section__faq-a span ul.c-product-section__link-list {
    margin-bottom: 0
}

.c-product-section__link-block {
    margin: 40px 0
}

.c-product-section__link-block-links {
    border-top: 1px solid #e8eaea;
    text-decoration: none;
    color: #333f48;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:767px) {
    .c-product-section__link-block-links {
        display: block;
        padding-top: 25px
    }
}

.c-product-section__link-block-links:hover {
    color: #2badb0
}

.c-product-section__link-block-ph {
    width: 200px
}

@media(max-width:767px) {
    .c-product-section__link-block-ph {
        width: 150px;
        margin: 0 auto 25px
    }
}

.c-product-section__link-block-content {
    padding-left: 48px
}

@media(max-width:767px) {
    .c-product-section__link-block-content {
        padding-left: 20px
    }
}

.c-product-section__link-block-head {
    font-weight: 700;
    font-size: 2rem
}

@media(max-width:767px) {
    .c-product-section__link-block-head {
        font-size: 1.8rem;
        position: relative;
        line-height: 1.5
    }
}

.c-product-section__link-block-head:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2badb0 url(../img/icon-ar-white.svg) no-repeat 56%;
    background-size: 5px auto;
    margin-right: 7px
}

@media(max-width:767px) {
    .c-product-section__link-block-head:before {
        position: absolute;
        left: -20px;
        top: .4em
    }
}

.c-product-section__link-block-head:after {
    display: inline-block;
    content: "";
    background-image: url(../img/icon-external.png);
    background-color: transparent;
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    border-radius: 0;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -2px;
    -webkit-transition: .3s;
    transition: .3s
}

.c-product-section__link-block-name {
    font-weight: 700;
    font-size: 3.4rem;
    margin: 0 0 2px
}

@media(max-width:767px) {
    .c-product-section__link-block-name {
        font-size: 2.6rem
    }
}

.c-product-section__link-block p {
    margin: 0
}

.c-product-section__table {
    margin: 0 0 50px
}

.c-product-section__table-body {
    width: 100%;
    border-collapse: collapse
}

.c-product-section__table td, .c-product-section__table th {
    text-align: left;
    border: 1px solid #d8d8d8;
    font-size: 1.4rem;
    padding: 13px 15px;
    vertical-align: top
}

.c-product-section__table thead {
    color: #fff
}

.c-product-section__table thead th {
    background: #747474
}

.c-product-section__table tbody th {
    background: #efefef
}

.c-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0
}

@media(max-width:767px) {
    .c-button {
        margin: 15px 0
    }
}

.c-button[data-button=back] {
    margin-top: 70px
}

@media(max-width:767px) {
    .c-button[data-button=back] {
        padding: 0 24px;
        margin-top: 60px
    }
}

.c-button__links {
    display: inline-block;
    min-width: 244px;
    text-align: center;
    border: 1px solid #333f48;
    color: #333f48;
    border-radius: 60px;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 85px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

@media(max-width:767px) {
    .c-button__links {
        width: 100%;
        padding: 14px 45px
    }
}

.c-button__links:hover {
    color: #2badb0;
    border-color: #2badb0
}

.c-button__links[target=_blank]:after {
    display: inline-block;
    content: "";
    background-image: url(../img/icon-external.png);
    background-color: transparent;
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    border-radius: 0;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-button__links[target=_blank]:hover:after {
    background-image: url(../img/icon-external-green.png)
}

.c-button__links[href$=".pdf"]:after {
    content: "PDF";
    background: #e30000;
    width: auto;
    height: auto;
    border-radius: 9px;
    color: #fff;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    line-height: 1;
    font-weight: 700;
    padding: 3px 5px
}

.c-button__links[href$=".pdf"]:hover:after {
    background-image: none
}

.c-button__links[data-button=em] {
    background: #333f48;
    color: #fff
}

.c-button__links[data-button=em]:hover {
    color: #fff;
    background: #2badb0;
    border-color: #2badb0
}

.c-trend-report {
    padding: 50px 80px
}

@media(max-width:767px) {
    .c-trend-report {
        padding: 10px 25px 20px
    }
}

.c-trend-report__upper {
    margin: 0 0 60px
}

@media(max-width:767px) {
    .c-trend-report__upper {
        margin: 0 0 30px
    }
}

.c-trend-report__title {
    font-family: BhuTuka Expanded One, cursive;
    color: #2badb0;
    text-align: center;
    line-height: 1;
    margin: 0;
    font-size: 7rem;
    font-weight: 400
}

@media(max-width:767px) {
    .c-trend-report__title {
        font-size: 2.6rem
    }
}

.c-trend-report__title-caption {
    margin: 0 0 48px;
    text-align: center;
    font-size: 3rem;
    font-weight: 700
}

@media(max-width:767px) {
    .c-trend-report__title-caption {
        font-size: 1.8rem;
        line-height: 1.4;
        margin: 10px 0 20px
    }
}

.c-trend-report__lead {
    padding: 0 160px
}

@media(max-width:767px) {
    .c-trend-report__lead {
        padding: 0
    }
}

.c-trend-report__lead p {
    margin: 0
}

.c-trend-report__hero {
    margin: 0 0 40px
}

@media(max-width:767px) {
    .c-trend-report__hero {
        margin: 0 -25px 30px
    }
}

.c-trend-report__section {
    padding: 0 80px;
    margin: 0 0 100px
}

@media(max-width:767px) {
    .c-trend-report__section {
        padding: 0;
        margin: 0 0 40px
    }
}

.c-trend-report__section-header {
    margin: 0 0 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:767px) {
    .c-trend-report__section-header {
        margin: 0 0 30px
    }
}

.c-trend-report__section-header:after, .c-trend-report__section-header:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 28px;
    border: 1px solid #707070;
    margin: 30px 30px 0
}

@media(max-width:767px) {
    .c-trend-report__section-header:after, .c-trend-report__section-header:before {
        margin: 20px 10px
    }
}

.c-trend-report__section-header:before {
    border-right: 0
}

@media(max-width:767px) {
    .c-trend-report__section-header:before {
        margin: 20px 10px 0 0
    }
}

.c-trend-report__section-header:after {
    border-left: 0
}

@media(max-width:767px) {
    .c-trend-report__section-header:after {
        margin: 20px 0 0 10px
    }
}

.c-trend-report__section-chapter {
    font-family: BhuTuka Expanded One, cursive;
    color: #2badb0;
    text-align: center;
    line-height: 1;
    margin: 0 0 5px;
    font-size: 5rem;
    font-weight: 400
}

@media(max-width:767px) {
    .c-trend-report__section-chapter {
        font-size: 2.5rem
    }
}

.c-trend-report__section-head {
    font-weight: 700;
    font-size: 2.4rem;
    margin: 0;
    line-height: 1.5
}

@media(max-width:767px) {
    .c-trend-report__section-head {
        font-size: 1.7rem
    }
}

.c-trend-report__section-head-m {
    text-align: center;
    margin: 0 80px 40px;
    color: #2badb0;
    font-size: 2rem;
    position: relative;
    border-top: 1px solid #e8eaea;
    padding-top: 18px
}

@media(max-width:767px) {
    .c-trend-report__section-head-m {
        font-size: 1.5rem;
        margin: 0 0 25px;
        padding-top: 10px
    }
}

.c-trend-report__section-head-m:before {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #009da1;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media(max-width:767px) {
    .c-trend-report__section-head-m:before {
        width: 40px
    }
}

.c-trend-report__section-text {
    padding: 0 80px;
    margin: 0 0 70px
}

@media(max-width:767px) {
    .c-trend-report__section-text {
        padding: 0;
        margin: 0 0 35px
    }
}

.c-trend-report__section-text p {
    margin: 0 0 1.8em
}

@media(max-width:767px) {
    .c-trend-report__section-text p {
        margin: 0 0 1em
    }
}

.c-trend-report__figure {
    margin: 0 0 50px;
    padding: 50px 160px;
    border: 1px solid #f0f0f0
}

@media(max-width:767px) {
    .c-trend-report__figure {
        padding: 20px;
        margin: 0 0 25px
    }
}

.c-trend-report__figure figcaption {
    font-size: 1.2rem;
    margin-top: 20px;
    display: block;
    text-align: right;
    line-height: 1.6
}

@media(max-width:767px) {
    .c-trend-report__figure figcaption {
        font-size: 1rem;
        text-align: left
    }
}

.c-trend-report__section-caption {
    font-size: 1.4rem;
    margin-top: 40px
}

@media(max-width:767px) {
    .c-trend-report__section-caption {
        font-size: 1.2rem;
        margin-bottom: 20px
    }
}

.c-trend-report__tool {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .c-trend-report__tool {
        display: block;
        margin: 0
    }
}

.c-trend-report__tool-element {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    background: #f9f9f9;
    padding: 40px 45px 50px
}

@media(max-width:767px) {
    .c-trend-report__tool-element {
        width: 100%;
        margin: 0 0 30px;
        padding: 20px
    }
}

.c-trend-report__tool-element p {
    font-size: 1.4rem;
    margin: 0
}

.c-trend-report__tool-ph {
    width: 250px;
    margin: 0 auto 30px
}

@media(max-width:767px) {
    .c-trend-report__tool-ph {
        width: 100%;
        max-width: 250px;
        margin-bottom: 15px
    }
}

.c-trend-report__tool-head {
    font-size: 1.6rem;
    margin: 0 0 8px
}

@media(max-width:767px) {
    .c-trend-report__tool-head br {
        display: none
    }
}

.c-kenki-news {
    padding: 52px 80px 0
}

@media(max-width:767px) {
    .c-kenki-news {
        padding: 10px 25px 20px
    }
}

.c-kenki-news__title {
    text-align: center;
    margin: 0 0 30px
}

@media(max-width:767px) {
    .c-kenki-news__title {
        margin: 0 0 15px
    }

    .c-kenki-news__title img {
        width: 250px;
        height: auto
    }
}

.c-kenki-news__head {
    text-align: center;
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 3rem;
    border-bottom: 1px solid #e8eaea;
    position: relative;
    padding-bottom: 10px
}

@media(max-width:767px) {
    .c-kenki-news__head {
        font-size: 2rem;
        width: 100%;
        margin: 0 auto 20px
    }
}

.c-kenki-news__head:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #009da1;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media(max-width:767px) {
    .c-kenki-news__head:after {
        width: 40px
    }
}

.c-kenki-news__category {
    border-radius: 10px;
    background: #efefef;
    padding: 20px 20px 22px;
    margin-bottom: 40px
}

@media(max-width:767px) {
    .c-kenki-news__category {
        padding: 20px 15px 16px
    }
}

.c-kenki-news__category-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-kenki-news__category-element {
    margin: 0 4px
}

@media(max-width:767px) {
    .c-kenki-news__category-element {
        margin: 0 4px 4px 0
    }
}

.c-kenki-news__category-button {
    font-family: Noto Sans JP, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid #2badb0;
    background: #fff;
    color: #2badb0;
    line-height: 1;
    border-radius: 12px;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 3px 12px 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.c-kenki-news__category-button:hover, .c-kenki-news__category-button[data-category=active] {
    color: #fff;
    background-color: #2badb0
}

.c-kenki-news__article-element {
    border-top: 1px solid #e8eaea;
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width:767px) {
    .c-kenki-news__article-element {
        display: block;
        padding-top: 20px
    }
}

.c-kenki-news__article-ph {
    border: 1px solid #d8d8d8;
    width: 250px;
    margin-top: -1px
}

@media(max-width:767px) {
    .c-kenki-news__article-ph {
        margin: 0 auto
    }
}

.c-kenki-news__article-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    padding-top: 30px
}

@media(max-width:767px) {
    .c-kenki-news__article-content {
        padding-left: 0;
        padding-top: 20px
    }
}

.c-kenki-news__article-content p {
    margin: 0 0 20px
}

.c-kenki-news__article-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 5px;
    gap: 5px
}

.c-kenki-news__article-category-element {
    border-radius: 12px;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 5px 12px 6px;
    background: #333f48;
    color: #fff;
    line-height: 1
}

@media(max-width:767px) {
    .c-kenki-news__article-category-element {
        font-size: 1.1rem
    }
}

.c-kenki-news__article-title {
    margin: 0 0 14px;
    font-size: 2rem;
    font-weight: 700
}

@media(max-width:767px) {
    .c-kenki-news__article-title {
        font-size: 1.8rem;
        margin-bottom: 10px
    }
}

.c-kenki-news__article-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-kenki-news__article-links a {
    display: block;
    border: 1px solid #7a7a7a;
    text-decoration: none;
    line-height: 1;
    padding: 6px 20px 7px;
    width: 185px;
    text-align: center;
    position: relative;
    color: #333f48;
    -webkit-transition: .3s;
    transition: .3s
}

.c-kenki-news__article-links a:after {
    display: inline-block;
    content: "";
    background-image: url(../img/icon-external.png);
    background-color: transparent;
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    border-radius: 0;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s
}

.c-kenki-news__article-links a:hover {
    color: #2badb0;
    border-color: #2badb0
}

.c-kenki-news__article-links a:hover:after {
    background-image: url(../img/icon-external-green.png)
}

.c-kenki-news__button {
    border-top: 1px solid #e8eaea;
    padding-top: 40px;
    margin-top: 80px;
    margin-bottom: 120px;
    text-align: center
}

.c-kenki-news__button-text {
    font-size: 1.4rem;
    margin: 0 0 -10px
}

.c-youtube-ranking__hero {
    background: url(../img/bg-youtube-hero.jpg) no-repeat top;
    background-size: cover;
    padding: 65px 80px 55px;
    margin: 0 0 50px;
    color: #fff
}

@media(max-width:767px) {
    .c-youtube-ranking__hero {
        padding: 30px 25px 20px;
        margin: 0 0 20px
    }
}

.c-youtube-ranking__hero p {
    font-size: 1.6rem;
    margin: 0
}

@media(max-width:767px) {
    .c-youtube-ranking__hero p {
        font-size: 1.3rem
    }
}

.c-youtube-ranking__hero-text {
    background: #fff500;
    padding: 2px 10px;
    border-radius: 5px;
    color: #2badb0;
    display: inline-block;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4
}

@media(max-width:767px) {
    .c-youtube-ranking__hero-text {
        font-size: 1.3rem
    }
}

.c-youtube-ranking__hero-head {
    font-weight: 700;
    font-size: 5rem;
    margin: 0 0 10px
}

@media(max-width:767px) {
    .c-youtube-ranking__hero-head {
        font-size: 2.4rem;
        margin: 0 0 2px
    }
}

.c-youtube-ranking__body {
    padding: 0 80px
}

@media(max-width:767px) {
    .c-youtube-ranking__body {
        padding: 10px 25px 20px
    }
}

.c-youtube-ranking__nav {
    background: #efefef;
    margin: 0 0 40px
}

@media(max-width:767px) {
    .c-youtube-ranking__nav {
        margin: 0 0 32px
    }
}

.c-youtube-ranking__nav-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none;
    padding: 16px 28px
}

@media(max-width:767px) {
    .c-youtube-ranking__nav-body {
        padding: 12px 15px 4px;
        display: block
    }
}

.c-youtube-ranking__nav-element {
    margin-right: 6px
}

@media(max-width:767px) {
    .c-youtube-ranking__nav-element {
        margin: 0 0 8px
    }
}

.c-youtube-ranking__nav-element a {
    display: block;
    color: #333f48;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    border: 1px solid #707070;
    border-radius: 40px;
    background: #fff;
    padding: 8px 20px 8px 40px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

@media(max-width:767px) {
    .c-youtube-ranking__nav-element a {
        font-size: 1.3rem;
        width: 100%
    }
}

.c-youtube-ranking__nav-element a:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #333f48 url(../img/icon-ar-white.svg) no-repeat 55%;
    background-size: 5px auto;
    border-radius: 50%;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s
}

.c-youtube-ranking__nav-element a:hover, .c-youtube-ranking__nav-element a[data-active=true] {
    background: #333f48;
    color: #fff
}

.c-youtube-ranking__head {
    text-align: center;
    font-weight: 700;
    margin: 0 0 8px;
    font-size: 3rem;
    border-bottom: 1px solid #e8eaea;
    position: relative;
    padding-bottom: 10px
}

@media(max-width:767px) {
    .c-youtube-ranking__head {
        font-size: 2rem;
        width: 100%;
        margin: 0 auto 4px
    }
}

.c-youtube-ranking__head:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #009da1;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media(max-width:767px) {
    .c-youtube-ranking__head:after {
        width: 40px
    }
}

.c-youtube-ranking__total {
    font-size: 1.4rem;
    text-align: right;
    margin: 0 0 24px
}

@media(max-width:767px) {
    .c-youtube-ranking__total {
        font-size: 1.1rem;
        margin: 0 0 12px
    }
}

.c-youtube-ranking__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 50px;
    padding: 0;
    list-style: none
}

@media(max-width:767px) {
    .c-youtube-ranking__content {
        display: block;
        margin: 0 0 30px
    }
}

.c-youtube-ranking__element {
    width: calc(50% - 10px);
    margin: 0 5px 40px
}

@media(max-width:767px) {
    .c-youtube-ranking__element {
        width: 100%;
        margin: 0 0 40px
    }
}

@media(min-width:768px) {
    .c-youtube-ranking__element:first-of-type {
        width: calc(100% - 10px);
        margin-bottom: 70px
    }
}

.c-youtube-ranking__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 16px
}

@media(max-width:767px) {
    .c-youtube-ranking__header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 12px
    }
}

.c-youtube-ranking__title {
    font-size: 2rem;
    letter-spacing: .02em;
    line-height: 1.5;
    margin: 0 0 0 20px
}

@media(max-width:767px) {
    .c-youtube-ranking__title {
        font-size: 1.5rem;
        margin-left: 10px
    }
}

.c-youtube-ranking__num {
    color: #fff;
    width: 60px;
    text-align: center;
    font-family: Barlow Semi Condensed, sans-serif;
    font-size: 3.4rem;
    line-height: 1;
    height: 54px;
    background: url(../img/icon-ranking4.svg) no-repeat;
    background-size: 100% auto;
    padding-top: 16px
}

@media(max-width:767px) {
    .c-youtube-ranking__num {
        width: 40px;
        height: 37px;
        font-size: 1.8rem;
        padding-top: 12px
    }
}

.c-youtube-ranking__num[data-ranking="1"] {
    background-image: url(../img/icon-ranking1.svg)
}

.c-youtube-ranking__num[data-ranking="2"] {
    background-image: url(../img/icon-ranking2.svg)
}

.c-youtube-ranking__num[data-ranking="3"] {
    background-image: url(../img/icon-ranking3.svg)
}

.c-youtube-ranking__mov {
    background: #333f48;
    position: relative;
    height: 0;
    padding: 56.25% 10px 10px;
    margin: 0 0 40px
}

.c-youtube-ranking__mov iframe {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px)
}

.c-youtube-ranking__mov:after, .c-youtube-ranking__mov:before {
    content: "";
    display: block;
    background: url(../img/icon-movie-low.svg) no-repeat;
    width: 43px;
    height: 24px;
    background-size: 100% auto;
    position: absolute;
    top: 100%
}

.c-youtube-ranking__mov:before {
    left: 5px
}

.c-youtube-ranking__mov:after {
    right: 40px
}

@media(min-width:768px) {
    .c-youtube-ranking__element:first-of-type .c-youtube-ranking__mov iframe {
        left: 20px;
        top: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px)
    }
}

.c-youtube-ranking__element:first-of-type .c-youtube-ranking__mov:before {
    left: 25px
}

.c-youtube-ranking__element:first-of-type .c-youtube-ranking__mov:after {
    right: 60px
}

.c-youtube-ranking__element-content {
    padding: 0 48px
}

@media(max-width:767px) {
    .c-youtube-ranking__element-content {
        padding: 0
    }
}

.c-youtube-ranking__element-content p {
    font-size: 1.4rem;
    margin: 0 0 20px
}

@media(max-width:767px) {
    .c-youtube-ranking__element-content p {
        margin: 0 0 10px;
        font-size: 1.3rem
    }
}

@media(min-width:768px) {
    .c-youtube-ranking__element:first-of-type .c-youtube-ranking__element-content {
        padding: 0 160px
    }

    .c-youtube-ranking__element:first-of-type .c-youtube-ranking__element-content p {
        font-size: 1.6rem;
        margin: 0 0 30px
    }
}

.c-youtube-ranking__element-comment {
    background: #efefef;
    padding: 24px 30px
}

.c-youtube-ranking__element-comment p {
    margin: 0;
    font-size: 1.3rem
}

@media(min-width:768px) {
    .c-youtube-ranking__element:first-of-type .c-youtube-ranking__element-comment {
        padding: 24px 124px 25px 50px;
        background-image: url(../img/pict-comment.svg);
        background-repeat: no-repeat;
        background-size: 88px auto;
        background-position: calc(100% - 30px) bottom
    }

    .c-youtube-ranking__element:first-of-type .c-youtube-ranking__element-comment p {
        font-size: 1.4rem;
        margin: 0
    }
}

.c-youtube-ranking__element-comment-head {
    font-weight: 700;
    color: #2badb0;
    font-size: 1.4rem;
    margin: 0 0 8px;
    background: url(../img/icon-comment.svg) no-repeat left 3px;
    padding-left: 36px;
    background-size: 29px auto
}

@media(min-width:768px) {
    .c-youtube-ranking__element:first-of-type .c-youtube-ranking__element-comment-head {
        font-size: 1.6rem;
        padding-left: 40px;
        background-position: left 5px
    }
}

.c-youtube-ranking__button {
    margin: 0 0 120px
}

@media(max-width:767px) {
    .c-youtube-ranking__button {
        margin: 0 0 40px
    }
}

.c-page-strengths {
    margin: 0 0 80px
}

.c-page-strengths-hero {
    background: url(../img/strengths/bg-hero.jpg) no-repeat top;
    background-size: cover;
    padding-top: 336px
}

@media(max-width:767px) {
    .c-page-strengths-hero {
        padding: 140px 25px 0
    }
}

.c-page-strengths-hero__content {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
    background: hsla(0, 0%, 100%, .9);
    padding-bottom: 32px
}

@media(max-width:767px) {
    .c-page-strengths-hero__content {
        padding-bottom: 20px
    }
}

.c-page-strengths-hero__head {
    background: #00e0e6;
    line-height: 1;
    border-radius: 0 0 5px 5px;
    display: inline-block;
    font-size: 2rem;
    margin: -6px 0 18px;
    padding: 12px 11px
}

@media(max-width:767px) {
    .c-page-strengths-hero__head {
        font-size: 1.6rem;
        margin-bottom: 12px
    }
}

.c-page-strengths-hero__title {
    color: #1a3d58;
    margin: 0;
    line-height: 1.4;
    font-size: 4rem
}

@media(max-width:767px) {
    .c-page-strengths-hero__title {
        font-size: 2rem
    }
}

.c-page-strengths-nav {
    background: url(../img/strengths/bg-nav.jpg) no-repeat bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 40px 25px 104px
}

@media(max-width:767px) {
    .c-page-strengths-nav {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.c-page-strengths-nav p {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 0 0 40px
}

@media(max-width:767px) {
    .c-page-strengths-nav p {
        font-size: 1.4rem;
        margin: 0 0 20px
    }
}

.c-page-strengths-nav__head {
    font-weight: 700;
    font-size: 3rem;
    margin: 0 0 20px
}

@media(max-width:767px) {
    .c-page-strengths-nav__head {
        font-size: 2.3rem;
        margin: 0 0 15px
    }
}

.c-page-strengths-nav__body {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .c-page-strengths-nav__body {
        display: block
    }
}

.c-page-strengths-nav__element {
    margin: 0 10px
}

@media(max-width:767px) {
    .c-page-strengths-nav__element {
        margin: 0 0 12px
    }
}

.c-page-strengths-nav__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2badb0;
    text-decoration: none;
    color: #fff;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

@media(max-width:767px) {
    .c-page-strengths-nav__links {
        display: block;
        text-align: left;
        width: 100%;
        height: auto;
        border-radius: 5px;
        padding: 8px 20px
    }
}

.c-page-strengths-nav__links:hover {
    background-color: #007d80
}

.c-page-strengths-nav__links:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #333f48 url(../img/icon-ar-white.svg) no-repeat 56%;
    background-size: 5px auto;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 33px
}

@media(max-width:767px) {
    .c-page-strengths-nav__links:before {
        left: auto;
        right: 20px;
        top: 50%;
        margin-top: -8px;
        margin-left: 0
    }
}

.c-page-strengths-nav__links small {
    display: block;
    font-size: 1.4rem;
    line-height: 1.42;
    margin-bottom: 6px
}

@media(max-width:767px) {
    .c-page-strengths-nav__links small {
        margin-bottom: 2px;
        font-size: 1.2rem
    }

    .c-page-strengths-nav__links small br {
        display: none
    }
}

.c-page-strengths-nav__links span {
    display: block;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.25
}

@media(max-width:767px) {
    .c-page-strengths-nav__links span {
        font-size: 1.7rem
    }

    .c-page-strengths-nav__links span br {
        display: none
    }
}

.c-page-strengths-nav__content {
    padding-bottom: 12px;
    padding-top: 4px
}

@media(max-width:767px) {
    .c-page-strengths-nav__content {
        padding-bottom: 0;
        padding-top: 0
    }
}

.c-page-strengths-section {
    margin: 0 0 80px
}

@media(max-width:767px) {
    .c-page-strengths-section {
        margin: 0 0 60px
    }
}

.c-page-strengths-section img {
    max-width: 100%
}

.c-page-strengths-section__header {
    background: #2badb0;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding: 17px 0 14px;
    margin: 0 0 24px
}

@media(max-width:767px) {
    .c-page-strengths-section__header {
        margin: 0 0 20px
    }
}

.c-page-strengths-section__caption {
    font-size: 2rem
}

@media(max-width:767px) {
    .c-page-strengths-section__caption {
        font-size: 1.6rem
    }
}

.c-page-strengths-section__head {
    margin: 0;
    font-size: 4rem
}

@media(max-width:767px) {
    .c-page-strengths-section__head {
        font-size: 2.4rem
    }
}

.c-page-strengths-section__inner {
    padding: 0 140px
}

@media(max-width:767px) {
    .c-page-strengths-section__inner {
        padding: 0 25px
    }
}

.c-page-strengths-section__lead {
    text-align: center;
    margin: 0 0 60px
}

@media(max-width:767px) {
    .c-page-strengths-section__lead {
        text-align: left;
        margin: 0 0 30px
    }
}

.c-page-strengths-section__heading {
    font-weight: 700;
    font-size: 2rem;
    margin: 0 0 20px;
    position: relative;
    padding-left: 36px
}

@media(max-width:767px) {
    .c-page-strengths-section__heading {
        font-size: 1.6rem;
        padding-left: 22px;
        margin: 0 0 12px
    }
}

.c-page-strengths-section__heading:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #2badb0;
    display: block;
    top: .5em;
    left: 0
}

@media(max-width:767px) {
    .c-page-strengths-section__heading:before {
        width: 12px;
        height: 12px;
        top: .6em
    }
}

.c-page-strengths-section__block {
    margin: 0 0 60px
}

@media(max-width:767px) {
    .c-page-strengths-section__block {
        margin: 0 0 30px
    }
}

.c-page-strengths-section__block-image {
    margin: 0 0 40px
}

@media(max-width:767px) {
    .c-page-strengths-section__block-image {
        margin: 0 -25px 20px
    }
}

.c-page-strengths-section__flow {
    margin-bottom: 8px
}

.c-page-strengths-section__flow-element {
    border: 1px solid #2badb0;
    border-radius: 10px;
    margin: 0 0 52px;
    padding: 20px 30px;
    position: relative
}

@media(max-width:767px) {
    .c-page-strengths-section__flow-element {
        padding: 16px 20px
    }
}

.c-page-strengths-section__flow-element:after {
    content: "";
    display: block;
    background: url(../img/icon-flow-arrow.svg) no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: calc(100% + 20px);
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.c-page-strengths-section__flow-element:last-child:after {
    display: none
}

.c-page-strengths-section__flow-head {
    font-weight: 700;
    color: #2badb0;
    margin: 0 0 3px
}

.c-page-strengths-section__content-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .c-page-strengths-section__content-col {
        display: block;
        margin: 0
    }
}

.c-page-strengths-section__content-col-element {
    width: calc(50% - 36px);
    margin: 0 16px 20px
}

@media(max-width:767px) {
    .c-page-strengths-section__content-col-element {
        width: 100%;
        margin: 0 0 24px
    }
}

.c-page-strengths-section__content-media {
    width: 100%;
    position: relative;
    margin: 0 0 10px
}

.c-page-strengths-section__content-media[data-type=mov] {
    height: 0;
    padding-top: 56.25%
}

.c-page-strengths-section__content-media[data-type=mov] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.c-page-strengths-section__content-media[data-type=pdf] {
    background: #efefef;
    padding: 12px;
    text-align: center
}

@media(max-width:767px) {
    .c-page-strengths-section__content-media[data-type=pdf] {
        padding: 12px 96px
    }
}

.c-page-strengths-section__content-media[data-type=pdf]:after {
    content: "PDF";
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    background: #e30000;
    border-radius: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: 3px 6px;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.c-page-strengths-section__content-media[data-type=pdf] img {
    height: 224px
}

@media(max-width:767px) {
    .c-page-strengths-section__content-media[data-type=pdf] img {
        width: 100%;
        height: auto
    }
}

.c-page-strengths-section__content-media-links {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center
}

.c-page-strengths-section__content-media-links:hover {
    opacity: .7
}

.c-page-strengths-section__content-col-title {
    font-weight: 700
}

.c-page-strengths-section__product {
    border: 3px solid #e8eaea;
    padding: 45px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:767px) {
    .c-page-strengths-section__product {
        display: block;
        border-width: 1px;
        padding: 2px 15px
    }
}

.c-page-strengths-section__product-ph {
    margin: 0 0 15px
}

@media(max-width:767px) {
    .c-page-strengths-section__product-ph {
        width: 52px;
        margin: 0
    }
}

.c-page-strengths-section__product-element {
    width: 33.33333%;
    border-right: 1px solid #e8eaea
}

@media(max-width:767px) {
    .c-page-strengths-section__product-element {
        width: 100%;
        border-bottom: 1px solid #e8eaea;
        border-right: 0;
        margin: 0
    }
}

.c-page-strengths-section__product-element:last-child {
    border: 0
}

.c-page-strengths-section__product-links {
    color: #333f48;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    padding: 0 40px 20px;
    display: block
}

@media(max-width:767px) {
    .c-page-strengths-section__product-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-page-strengths-section__product-links:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #333f48 url(../img/icon-ar-white.svg) no-repeat 56%;
    background-size: 5px auto;
    position: absolute;
    right: 15px;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media(max-width:767px) {
    .c-page-strengths-section__product-links:after {
        right: 0;
        top: 18px
    }
}

.c-page-strengths-section__product-links:hover {
    color: #2badb0;
    opacity: .8
}

.c-page-strengths-section__product-links:hover:after {
    background-color: #2badb0
}

.c-page-strengths-section__links {
    list-style: none;
    padding: 0;
    margin: 0
}

.c-page-strengths-section__links li {
    padding-left: 15px;
    position: relative;
    margin: 0 0 4px
}

.c-page-strengths-section__links li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #d8d8d8;
    position: absolute;
    display: block;
    left: 0;
    top: .9em
}

.c-page-strengths-section__links li a {
    color: #333f48;
    -webkit-transition: .3s;
    transition: .3s
}

.c-page-strengths-section__links li a:hover {
    color: #2badb0
}

.c-page-strengths-section__links li a[target=_blank]:after {
    display: inline-block;
    content: "";
    background-image: url(../img/icon-external.png);
    background-color: transparent;
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    border-radius: 0;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -2px
}

.c-page-strengths-section__links li a[href$=".pdf"]:after {
    content: "PDF";
    background: #e30000;
    width: auto;
    height: auto;
    border-radius: 9px;
    color: #fff;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    line-height: 1;
    font-weight: 700;
    padding: 3px 5px
}

.c-page-strengths-section__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:767px) {
    .c-page-strengths-section__col {
        display: block;
        margin: 0
    }
}

.c-page-strengths-section__col-element {
    width: calc(50% - 20px);
    margin: 0 10px 40px
}

@media(max-width:767px) {
    .c-page-strengths-section__col-element {
        width: 100%;
        margin: 0 0 32px
    }
}

.c-page-strengths-section__col-element p {
    margin: 0
}

.c-page-strengths-section__col-ph {
    margin: 0 0 10px
}

@media(max-width:767px) {
    .c-page-strengths-section__col-ph {
        margin: 0 0 8px
    }
}

.c-page-strengths-section__col-head {
    font-size: 3rem;
    color: #2badb0;
    font-weight: 700;
    margin: 0 0 4px
}

@media(max-width:767px) {
    .c-page-strengths-section__col-head {
        font-size: 2rem;
        margin: 0
    }
}

.c-opening-modal {
    background: rgba(0, 167, 172, .95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

body[data-session=true] .c-opening-modal {
    display: none
}

.c-opening-modal__logo {
    margin: -30px 0 9px;
    width: 125px
}

@media(max-width:767px) {
    .c-opening-modal__logo {
        width: 90px;
        margin-bottom: 0
    }
}

.c-opening-modal__body {
    width: 800px;
    height: 510px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(max-width:767px) {
    .c-opening-modal__body {
        width: calc(100vw - 40px);
        height: auto
    }
}

.c-opening-modal__body:after {
    content: "";
    display: block;
    background: url(../img/bg-opening-pict.svg) no-repeat;
    width: 370px;
    height: 186px;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    bottom: 30px
}

@media(max-width:767px) {
    .c-opening-modal__body:after {
        width: 240px;
        height: 120px;
        bottom: 10px
    }
}

.c-opening-modal__inner {
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media(max-width:767px) {
    .c-opening-modal__inner {
        border-radius: 12px
    }
}

.c-opening-modal__news {
    background: #333f48;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #00e0e6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 38px
}

@media(max-width:767px) {
    .c-opening-modal__news {
        display: block;
        padding: 10px 14px;
        line-height: 1.5
    }
}

.c-opening-modal__news time {
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    margin-right: 27px;
    margin-top: 2px;
    letter-spacing: .06em
}

@media(max-width:767px) {
    .c-opening-modal__news time {
        font-size: 1.1rem
    }
}

.c-opening-modal__news-title a {
    color: #00e0e6;
    text-decoration: underline;
    font-size: 1.6rem
}

@media(max-width:767px) {
    .c-opening-modal__news-title a {
        font-size: 1.2rem
    }
}

.c-opening-modal__content {
    text-align: center;
    padding-top: 50px
}

@media(max-width:767px) {
    .c-opening-modal__content {
        padding: 24px 10px 85px
    }
}

.c-opening-modal__head {
    font-family: M PLUS\ 1p, sans-serif;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1
}

.c-opening-modal__head small {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 8px
}

@media(max-width:767px) {
    .c-opening-modal__head small {
        font-size: 1.6rem
    }
}

.c-opening-modal__head span {
    font-size: 3rem;
    display: block
}

@media(max-width:767px) {
    .c-opening-modal__head span {
        font-size: 2.2rem
    }
}

.c-opening-modal__head-caption {
    font-size: 1.3rem;
    letter-spacing: .1em;
    font-family: Poppins, sans-serif;
    text-indent: .1em;
    margin-top: 4px;
    font-weight: 300
}

@media(max-width:767px) {
    .c-opening-modal__head-caption {
        font-size: 1.1rem
    }
}

.c-opening-modal__text {
    margin: 15px 0 26px;
    font-size: 1.8rem
}

@media(max-width:767px) {
    .c-opening-modal__text {
        font-size: 1.3rem
    }
}

.c-opening-modal__button-element {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    border-radius: 21px;
    background: #2badb0;
    border: 0;
    width: 267px;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.c-opening-modal__button-element:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #333f48 url(../img/icon-ar-white.svg) no-repeat 56%;
    background-size: 5px auto;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .c-opening-modal__button-element:after {
        right: 15px;
        top: 18px
    }
}

.c-opening-modal__button-element:hover {
    opacity: .6
}

@media(min-width:768px) {
    .c-opening-modal__hidden-pc {
        display: none
    }
}