@charset "utf-8";

dd,
dl,
h1,
h2,
h3,
p {
    margin: 0;
    font-weight: 400
}

button {
    padding: 0;
    border: none
}

button:focus {
    outline: none
}

button:hover {
    cursor: pointer
}

body,
ol,
ul {
    margin: 0
}

ol,
ul {
    padding: 0;
    list-style: none
}
ul.kome {
    list-style: "※ ";
    margin-top: 15px;
}

em {
    font-style: normal
}

img {
    vertical-align: top
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: $clr-black
}

body {
    font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #333
}

body.is-fixed {
    position: fixed
}

a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}
a.link {
    text-decoration: underline;
}

table {
    border-collapse: collapse
}

dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul {
    list-style: none
}

select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: $clr-white
}

select::-ms-expand {
    display: none
}

.item--pc,
.selectMain__placeholder {
    display: none
}

@media screen and (min-width:835px) {
    .item--pc {
        display: block
    }
}

.item--sp {
    display: block
}

@media screen and (min-width:835px) {
    .item--sp {
        display: none
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9980;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:835px) {
    .header {
        height: 80px;
        padding: 0 40px
    }
}

@media screen and (min-width:835px) and (max-width:1024px) {
    .header {
        padding: 0
    }
}

.header.is-active {
    background: #fff
}

.header__logo {
    width: 100px;
    margin-left: 20px;
    z-index: 999
}

@media screen and (min-width:835px) {
    .header__logo {
        width: 140px
    }
}

.header__logo img {
    width: 100%
}

.header__pcMenu {
    display: none
}
.header__pcMenu__item.login {
    margin-left: 0 15px;
}

@media screen and (min-width:835px) {
    .header__pcMenu {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:950px) {
    .header__pcMenu__item.login {
        margin-left: 40px;
    }
}

@media screen and (min-width:835px) and (max-width:1276px) {
    .header__pcMenu {
        margin-top: 40px
    }
}

.header__pcMenu__item {
    font-family: Barlow, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0 15px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 22.5px;
    line-height: 1.5
}

.header__pcMenu__item p span {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    opacity: 1
}

.header__pcMenu__item p span:nth-of-type(2) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.header__pcMenu__item p span:nth-of-type(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.header__pcMenu__item p span:nth-of-type(4) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.header__pcMenu__item p span:nth-of-type(5) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.header__pcMenu__item p span:nth-of-type(6) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.header__pcMenu__item:hover p {
    opacity: .8
}

.header__pcMenu__item:hover p span:first-of-type,
.header__pcMenu__item:hover p span:nth-of-type(2) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header__pcMenu__item:hover p span:nth-of-type(2) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.header__pcMenu__item:hover p span:nth-of-type(3) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.header__pcMenu__item:hover p span:nth-of-type(4) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.header__pcMenu__item:hover p span:nth-of-type(5) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.header__pcMenu__item:hover p span:nth-of-type(6) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.header__pcMenu__request {
    width: 142px;
    height: 40px;
    margin-left: 20px;
    position: relative
}

.header__pcMenu__request:hover .header__pcMenu__request__inner {
    top: 2px;
    left: 2px;
    opacity: .8
}

.header__pcMenu__request__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 20px;
    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: 14px;
    background: #4495d4;
    color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(71, 79, 87, .3);
    box-shadow: 2px 2px 10px rgba(71, 79, 87, .3);
    border: 1px solid #fff
}

.header__pcMenu__trial {
    width: 240px;
    height: 40px;
    margin-left: 10px;
    position: relative
}

.header__pcMenu__trial:hover .header__pcMenu__trial__inner {
    top: 2px;
    left: 2px
}

.header__pcMenu__trial__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 2px 2px 10px rgba(71, 79, 87, .3);
    box-shadow: 2px 2px 10px rgba(71, 79, 87, .3);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    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: 18px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    z-index: 10
}

.header__pcMenu__trial__inner:before {
    content: "";
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    left: -100px;
    top: -100px;
    width: 400px;
    height: 400px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#f04a4a), to(#fa836e)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg, #f04a4a, #fa836e) 0 0 no-repeat padding-box;
    z-index: -1
}

.header__pcMenu__trial__inner:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__pcMenu__trial__inner span {
    background: #fff;
    color: #fa836e;
    font-size: 12px;
    margin-right: 5px;
    padding: 0 5px;
    max-height: 30px
}

.header__pcMenu__trial__inner span strong {
    font-size: 18px
}

.header__spBtn {
    width: 50px;
    height: 50px;
    background: #72aedb;
    position: relative;
    z-index: 999
}

@media screen and (min-width:835px) {
    .header__spBtn {
        display: none
    }
}

.header__spBtn.is-active span:first-of-type {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    top: 0
}

.header__spBtn.is-active span:nth-of-type(2) {
    display: none
}

.header__spBtn.is-active span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

.header__spBtn span {
    position: absolute;
    width: 22px;
    height: 2px;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.header__spBtn span:first-of-type {
    top: -14px
}

.header__spBtn span:nth-of-type(2) {
    top: 0
}

.header__spBtn span:nth-of-type(3) {
    top: 14px
}

.header__spMenu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    padding: 0 20px;
    background: #fff;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.header__spMenu.is-active {
    visibility: visible;
    opacity: 1
}

.header__spMenu__link {
    margin-top: 90px
}

.header__spMenu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #ddd
}

.header__spMenu__item span {
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: #72aedb;
    width: 120px
}

.header__spMenu__item p {
    font-size: 12px;
    color: #333
}

.header__spMenu__item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto
}

.header__spMenu__trial {
    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;
    width: 100%;
    height: 65px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#f04a4a), to(#fa836e)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg, #f04a4a, #fa836e) 0 0 no-repeat padding-box;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    font-size: 18px
}

.header__spMenu__trial span {
    background: #fff;
    color: #fa836e;
    font-size: 12px;
    padding: 0 5px;
    margin-right: 5px
}

.header__spMenu__trial span strong {
    font-size: 18px
}

.header__spMenu__request {
    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;
    width: 100%;
    height: 55px;
    background: #4495d4;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    font-size: 14px
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.footer {
    padding: 30px 0 40px;
    background: #fff
}

@media screen and (min-width:835px) {
    .footer {
        padding: 60px 0
    }
}

.footer__inner {
    position: relative;
    padding: 0 25px
}

@media screen and (min-width:835px) {
    .footer__inner {
        max-width: 1000px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:835px) {
    .footer__box {
        width: 300px
    }
}

.footer__logo {
    width: 120px
}

@media screen and (min-width:835px) {
    .footer__logo {
        width: 200px
    }
}

.footer__text {
    font-size: 14px;
    margin-top: 30px
}

@media screen and (min-width:835px) {
    .footer__text {
        font-size: 16px;
        margin-top: 40px;
        font-weight: 700
    }
}

.footer__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:835px) {
    .footer__tel {
        margin-top: 5px
    }
}

.footer__tel__icon {
    width: 26px;
    height: 26px;
    margin-right: 6px
}

@media screen and (min-width:835px) {
    .footer__tel__icon {
        width: 36px;
        height: 36px
    }
}

.footer__tel__text {
    font-size: 10px;
    padding-left: 33px;
    margin-top: 3px
}

@media screen and (min-width:835px) {
    .footer__tel__text {
        font-size: 12px;
        padding-left: 70px
    }
}

.footer__tel__num {
    font-size: 20px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .footer__tel__num {
        font-size: 28px
    }
}

.footer__btn {
    margin-top: 20px
}

.footer__btn,
.footer__btn__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__btn__item {
    width: 116px;
    height: 32px;
    border-radius: 20px;
    background: #474f57;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-right: 9px
}

@media screen and (min-width:835px) {
    .footer__btn__item {
        font-size: 14px;
        width: 128px;
        height: 40px
    }
}

.footer__link {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:835px) {
    .footer__link {
        margin-top: 40px
    }
}

.footer__link__item {
    display: inline-block;
    color: #333;
    font-size: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.footer__link__item:hover {
    opacity: .8
}

.footer__link__item:not(:first-of-type) {
    margin-top: 15px
}

.footer__spList {
    margin-top: 30px
}

@media screen and (min-width:835px) {
    .footer__spList {
        display: none
    }
}

.footer__spList__accordion__item,
.footer__spList__item,
.footer__spList__item--accordion {
    display: block;
    padding: 25px 20px;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #ddd
}

.footer__spList__accordion__item:first-of-type,
.footer__spList__item--accordion:first-of-type,
.footer__spList__item:first-of-type {
    border-top: 1px solid #ddd
}

.footer__spList__accordion__item img,
.footer__spList__item--accordion img,
.footer__spList__item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto
}

.footer__spList__item--accordion:after,
.footer__spList__item--accordion:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 10px;
    height: 2px;
    background: #474f57
}

.footer__spList__item--accordion:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    transition: .3s
}

.footer__spList__item--accordion.is-active:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.footer__spList__accordion {
    display: none
}

.footer__spList__accordion__item {
    font-weight: 400;
    padding: 20px
}

.footer__pcList {
    display: none
}

@media screen and (min-width:835px) {
    .footer__pcList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 500px
    }
}

.footer__pcList__box {
    text-align: left;
    width: calc(100% - 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__pcList__item {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.footer__pcList__item:hover {
    opacity: .8
}

.footer__pcList__list {
    margin-top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__pcList__item--sec {
    display: inline-block;
    color: #333;
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.footer__pcList__item--sec:hover {
    opacity: .8
}

.copyright {
    background: #474f57;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 30px 0
}

@media screen and (min-width:835px) {
    .copyright {
        padding: 40px 0
    }
}

@media screen and (min-width:835px) {
    .copyright__inner {
        max-width: 950px;
        margin: 0 auto;
        text-align: left
    }
}

.breadcrumb {
    background: #fff;
    padding: 15px 0;
    border-top: 1px solid #e6e6e6
}

@media screen and (min-width:835px) {
    .breadcrumb {
        padding: 30px 0
    }
}

.breadcrumb__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .breadcrumb__inner {
        max-width: 1100px;
        padding: 0;
        margin: 0 auto
    }
}

.breadcrumb__item {
    font-size: 12px
}

@media screen and (min-width:835px) {
    .breadcrumb__item {
        font-size: 14px
    }
}

a.breadcrumb__item {
    color: #4495d4
}

.breadcrumb__line {
    margin: 0 10px;
    width: 24px;
    height: 1px;
    background: #ccc
}

@media screen and (min-width:835px) {
    .breadcrumb__line {
        width: 32px;
        margin: 0 20px
    }
}

.footerCta {
    overflow: hidden
}

@media screen and (min-width:835px) {
    .footerCta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.footerCta__try {
    background: #72aedb;
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 10
}

@media screen and (min-width:835px) {
    .footerCta__try {
        width: 60%
    }
}

@media screen and (min-width:835px) {
    .footerCta__try__inner {
        max-width: 570px;
        margin: 0 auto;
        position: relative
    }
}

.footerCta__try__head {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

@media screen and (min-width:835px) {
    .footerCta__try__head {
        width: 320px;
        margin-top: 15px;
        margin-left: auto;
        font-size: 28px;
        text-align: left;
        line-height: 1.2
    }
}

.footerCta__try__head span {
    font-size: 26px
}

@media screen and (min-width:835px) {
    .footerCta__try__head span {
        font-size: 41px
    }
}

.footerCta__try__text {
    font-size: 12px;
    color: #fff
}

@media screen and (min-width:835px) {
    .footerCta__try__text {
        width: 320px;
        text-align: left;
        margin-left: auto;
        margin-top: 15px
    }
}

.footerCta__circle {
    position: absolute;
    width: 120%;
    left: -15%;
    top: 50px;
    z-index: -1
}

@media screen and (min-width:835px) {
    .footerCta__circle {
        width: 150%;
        left: -30%;
        top: -20%
    }
}

.footerCta__img {
    width: 200px;
    margin: 10px auto
}

@media screen and (min-width:835px) {
    .footerCta__img {
        width: 240px;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0
    }
}

.footerCta__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:835px) {
    .footerCta__flex {
        width: 40%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footerCta__document {
    background: #deeffc;
    text-align: center;
    width: 50%;
    position: relative;
    z-index: 11;
    padding: 20px 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:835px) {
    .footerCta__document {
        width: 100%;
        padding: 30px 0
    }
}

.footerCta__document:hover {
    background: #d7ecfc
}

.footerCta__document:hover .footerCta__document__right__img {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
}

.footerCta__document:hover .footerCta__document__right__icon {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

@media screen and (min-width:835px) {
    .footerCta__document__inner {
        max-width: 380px;
        margin: 0 auto;
        position: relative
    }
}

@media screen and (min-width:835px) {
    .footerCta__document__box {
        width: 230px
    }
}

@media screen and (min-width:835px) {
    .footerCta__document__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #4495d4;
        padding-bottom: 8px
    }
}

.footerCta__document__icon {
    width: 80px;
    margin: 0 auto
}

@media screen and (min-width:835px) {
    .footerCta__document__icon {
        width: 40px;
        margin: 0 5px 0 0
    }
}

.footerCta__document__text {
    font-size: 12px;
    font-weight: 700;
    color: #4495d4;
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .footerCta__document__text {
        font-size: 26px;
        margin-top: 0
    }
}

.footerCta__document__foot {
    display: none
}

@media screen and (min-width:835px) {
    .footerCta__document__foot {
        display: block;
        text-align: left;
        font-size: 14px;
        font-weight: 700;
        margin-top: 15px;
        line-height: 1.75;
        color: #333
    }
}

.footerCta__document__right__icon {
    display: none
}

@media screen and (min-width:835px) {
    .footerCta__document__right__icon {
        display: block;
        position: absolute;
        right: 50px;
        top: 5px;
        width: 80px;
        -webkit-transition: .3s;
        transition: .3s
    }
}

.footerCta__document__right__img {
    display: none
}

@media screen and (min-width:835px) {
    .footerCta__document__right__img {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        -webkit-transition: .3s;
        transition: .3s
    }
}

.footerCta__contact {
    background: #474f57;
    text-align: center;
    width: 50%;
    position: relative;
    z-index: 11;
    padding: 20px 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:835px) {
    .footerCta__contact {
        width: 100%;
        height: 118px
    }
}

.footerCta__contact:hover {
    background: #3d4957
}

@media screen and (min-width:835px) {
    .footerCta__contact:hover .footerCta__contact__icon {
        width: 50px;
        margin-top: -5px
    }
}

.footerCta__contact__icon {
    width: 80px;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:835px) {
    .footerCta__contact__icon {
        width: 40px
    }
}

.footerCta__contact__text {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .footerCta__contact__text {
        font-size: 22px;
        margin-top: 5px
    }
}

.footerCta__link {
    position: relative;
    margin: 0 auto;
    width: 300px;
    height: 54px;
    display: block
}

@media screen and (min-width:835px) {
    .footerCta__link {
        width: 385px;
        height: 65px;
        margin: 20px auto 0
    }
}

.footerCta__link:hover .footerCta__link__inner {
    left: 2px;
    top: 2px
}

.footerCta__link__inner {
    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;
    z-index: 10;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 1px 20px rgba(33, 88, 123, .3);
    box-shadow: 0 1px 20px rgba(33, 88, 123, .3)
}

@media screen and (min-width:835px) {
    .footerCta__link__inner {
        font-size: 20px
    }
}

.footerCta__link__inner:before {
    content: "";
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    left: -200px;
    top: -200px;
    width: 800px;
    height: 800px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#f04a4a), to(#fa836e)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg, #f04a4a, #fa836e) 0 0 no-repeat padding-box;
    z-index: -1
}

.footerCta__link__inner:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footerCta__link__inner strong {
    font-size: 20px;
    font-family: Barlow, sans-serif;
    letter-spacing: 2px
}

@media screen and (min-width:835px) {
    .footerCta__link__inner strong {
        font-size: 24px;
        letter-spacing: 2.4px
    }
}

.c-buttonPrimary {
    width: 386px;
    height: 58px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    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: 0 auto;
    background: $clr-btn-submit;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .25);
    box-shadow: 0 0 30px rgba(0, 0, 0, .25);
    border: 3px solid #d43a1b;
    font-size: 18px;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 50px
}

.formSection .c-buttonPrimary {
    margin-top: 10px
}

.c-buttonPrimaryAfter {
    position: relative;
    width: 386px;
    margin: 0 auto
}

.c-buttonPrimary--mini:before {
    content: "";
    background-image: url(../img/icon.png)
}

.c-buttonPrimary--mini,
.c-buttonPrimary--mini--banner {
    width: 260px;
    height: 50px;
    border-radius: 3px;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 0 $clr-btn-shadow;
    box-shadow: 0 3px 0 $clr-btn-shadow;
    font-size: 18px;
    border-radius: 50px
}

.c-buttonPrimary--large,
.c-buttonPrimary--mini,
.c-buttonPrimary--mini--banner {
    color: #fff;
    cursor: pointer;
    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: $clr-btn-submit;
    text-decoration: none
}

.c-buttonPrimary--large {
    width: 33%;
    height: 60px;
    border-radius: 3px;
    font-size: 22px;
    margin: 25px auto 0;
    border-radius: 50px;
    border: 3px solid #d43a1b
}

.c-buttonPrimary--large__ico {
    width: 47px;
    margin-right: 20px
}

.c-buttonIcon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c-buttonIcon,
.c-buttonIcon--submit {
    width: 20px;
    margin-left: 10px
}

.c-buttonTxt {
    color: #fff
}

.c-buttonSecondary {
    width: 260px;
    height: 60px;
    font-size: 18px
}

.c-buttonSecondary,
.c-buttonSecondary--mini {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    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: 0 auto;
    text-decoration: none;
    background: $clr-btn-secondary;
    -webkit-box-shadow: 0 3px 0 $clr-btn-secondShadow;
    box-shadow: 0 3px 0 $clr-btn-secondShadow
}

.c-buttonSecondary--mini {
    width: 100%;
    height: 102px
}

.c-buttonSecondary--mini__ico {
    width: 36px
}

.c-buttonTertiary {
    width: 260px;
    height: 60px;
    font-size: 18px
}

.c-buttonTertiary,
.c-buttonTertiary--mini {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    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: 0 auto;
    background: $clr-btn-tertiary;
    -webkit-box-shadow: 0 3px 0 $clr-btn-tertiaryShadow;
    box-shadow: 0 3px 0 $clr-btn-tertiaryShadow;
    text-decoration: none
}

.c-buttonTertiary--mini {
    width: 100%;
    height: 102px;
    font-size: 22px
}

.c-buttonTertiary--mini__ico {
    width: 33px;
    margin-right: 5px
}

.c-buttonPrimaryRec,
.c-buttonTxtSp {
    display: none
}

.c-buttonCancel {
    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;
    width: 460px;
    height: 50px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    background: #f7f7f7;
    border-radius: 6px;
    color: grey;
    text-align: center;
    font-size: 15px
}

@media screen and (max-width:$break-point-sp) {
    .c-buttonCancel {
        width: 100%;
        max-width: 200px;
        height: 25px;
        font-size: 10px
    }
}

@media screen and (max-width:1060px) {
    .c-buttonPrimary--large__subtxt {
        display: none
    }

    .c-buttonSecondary--mini,
    .c-buttonTertiary--mini {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-buttonPrimary--large__txt {
        font-size: 18px
    }
}

@media screen and (max-width:$break-point-sp) {

    .c-buttonPrimary--large,
    .c-buttonPrimaryAfter {
        width: 100%
    }

    .c-buttonPrimary {
        position: relative;
        max-width: 340px;
        width: 100%;
        height: 60px;
        font-size: 17px
    }

    .c-buttonPrimary--mini {
        width: 60px;
        height: 50px
    }

    .c-buttonPrimary--mini--banner,
    .c-buttonSecondary,
    .c-buttonTertiary {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .c-buttonPrimary--mini--banner,
    .c-buttonPrimaryRec,
    .c-buttonSecondary,
    .c-buttonTertiary {
        height: 80px;
        width: 50%;
        border-radius: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .c-buttonPrimaryRec {
        display: block;
        background: $clr-theme-font;
        color: #fff;
        text-align: center;
        text-decoration: none
    }

    .c-buttonPrimaryRec__icon {
        width: 25px;
        color: #fff;
        margin-top: 22px;
        vertical-align: baseline
    }

    .c-buttonPrimaryRec__txt {
        color: #fff;
        font-size: 10px;
        line-height: 1;
        margin-top: 8px
    }

    .c-buttonIcon {
        width: 25px
    }

    .c-buttonTxt {
        margin-top: 8px
    }

    .c-buttonTxtSp {
        display: inline;
        margin-top: 8px;
        color: #fff
    }
}

.formRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 0
}

.formRow:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px
}

.formRow--select {
    padding: 15px 0
}

.formRow--select:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px
}

.formRow__que {
    max-width: 507px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.formRow__que,
.formRow__que--secondary {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.formRow__que__main {
    font-size: 20px;
    text-align: left;
    font-weight: 400
}

.formRow__que__main--secondary {
    margin-left: 15px;
    font-size: 20px
}

._formRow__que__label,
.formRow__que__label--any,
.formRow__que__label--required {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 21px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    color: $clr-white;
    border: none;
    font-size: 12px
}

.formRow__que__label--required {
    background: #f97d7d
}

.formRow__que__label--any {
    background: $clr-any
}

.formRow__ans {
    padding-left: 10px;
    min-width: 504px
}

.formRow__ans,
.formRow__ans--select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.formRow__que__annotation {
    color: grey
}

._inputBase,
._selectBase,
.inputMain,
.inputSecondary,
.selectMain,
.selectSecondary,
.selectTertiary {
    height: 50px;
    padding: 0 19px;
    border-radius: 3px;
    border: 1px solid $clr-border;
    font-size: 16px
}

._inputBase::-webkit-input-placeholder,
._selectBase::-webkit-input-placeholder,
.inputMain::-webkit-input-placeholder,
.inputSecondary::-webkit-input-placeholder,
.selectMain::-webkit-input-placeholder,
.selectSecondary::-webkit-input-placeholder,
.selectTertiary::-webkit-input-placeholder {
    color: $clr-place
}

._inputBase::-moz-placeholder,
._selectBase::-moz-placeholder,
.inputMain::-moz-placeholder,
.inputSecondary::-moz-placeholder,
.selectMain::-moz-placeholder,
.selectSecondary::-moz-placeholder,
.selectTertiary::-moz-placeholder {
    color: $clr-place
}

._inputBase::-ms-input-placeholder,
._selectBase::-ms-input-placeholder,
.inputMain::-ms-input-placeholder,
.inputSecondary::-ms-input-placeholder,
.selectMain::-ms-input-placeholder,
.selectSecondary::-ms-input-placeholder,
.selectTertiary::-ms-input-placeholder {
    color: $clr-place
}

._inputBase::placeholder,
._selectBase::placeholder,
.inputMain::placeholder,
.inputSecondary::placeholder,
.selectMain::placeholder,
.selectSecondary::placeholder,
.selectTertiary::placeholder {
    color: $clr-place
}

.inputMain {
    width: 100%
}

.inputSecondary {
    width: 162px
}

.selectMain {
    width: 100%
}

._selectBoxBase,
.selectBox,
.selectBox--short {
    position: relative
}

._selectBoxBase:after,
.selectBox--short:after,
.selectBox:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 11px solid $clr-triangle;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.selectBox {
    width: 100%
}

.selectBox:after {
    right: 25px
}

.selectBox--short:after {
    right: 14px
}

.selectSecondary {
    width: 140px
}

.selectTertiary {
    width: 70px
}

.formRow__ans__chara {
    display: inline-block;
    font-weight: 700;
    height: 23px;
    margin: 0 28.6px 0 12px
}

.radioSet {
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.radioSet__button {
    margin-right: 15px
}

.textareaMain {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid $clr-border;
    border-radius: 3px;
    font-size: 16px
}

.textareaMain::-webkit-input-placeholder {
    font-size: 16px;
    color: $clr-any
}

.textareaMain::-moz-placeholder {
    font-size: 16px;
    color: $clr-any
}

.textareaMain::-ms-input-placeholder {
    font-size: 16px;
    color: $clr-any
}

.textareaMain::placeholder {
    font-size: 16px;
    color: $clr-any
}

.formErrorTxt {
    color: $clr-err;
    margin-left: 10px;
    display: none
}

.form__caution {
    margin-top: 45px;
    font-size: 16px
}

.formSection__info {
    margin-top: 10px
}

.formSection__info__head {
    font-size: 12px;
    font-weight: 700
}

.formSection__info__txt {
    font-size: 12px;
    margin-top: 8px
}

@media screen and (max-width:960px) {
    .formRow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 21.5px;
        margin-bottom: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    .formRow:last-of-type {
        padding-bottom: 50px;
        margin-bottom: 0
    }

    .formRowfirst-of-type {
        padding-top: 0
    }

    .formRow__que {
        margin-top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 17px
    }

    .formRow__ans {
        max-width: none;
        padding: 0 17px;
        margin-top: 12.5px;
        min-width: 0
    }

    .formRow__que__main {
        margin-left: 15px;
        font-weight: 700
    }

    .formRow__que__main--secondary {
        margin-left: 0;
        margin-right: 15px;
        width: 80%;
        text-align: left;
        font-size: 14px
    }
}

@media screen and (max-width:$break-point-sp) {
    .formRow__que__label--required {
        width: 40px;
        height: 20px;
        font-size: 12px;
        line-height: 20px
    }

    .formRow__que__label--any {
        width: 45px;
        height: 20px;
        font-size: 10px;
        line-height: 20px
    }

    .formRow__que__main {
        font-size: 14px;
        margin-left: 0;
        margin-right: 15px;
        font-weight: 700
    }

    .formRow__ans {
        max-width: none;
        padding: 0 17px;
        margin-top: 12.5px;
        min-width: 0
    }

    .formRow__ans__chara {
        margin: 0 17px 0 5px
    }

    .formRow__ans__chara:last-of-type {
        margin-right: 0
    }

    ._selectBase,
    .inputMain,
    .inputSecondary,
    .selectMain {
        font-size: 14px
    }

    .inputSecondary {
        width: 100%
    }

    .selectSecondary {
        width: 97px
    }

    .selectTertiary {
        width: 55.5px
    }

    .radioSet {
        margin-right: 0;
        font-size: 16px
    }

    .radioSet:first-of-type {
        margin: 0 130px 5px 0
    }

    .radioSet__button {
        margin-right: 15px
    }

    .textareaMain {
        height: 188.8px
    }

    .formRow__que--secondary {
        width: 100%;
        height: auto;
        margin: 10px auto;
        padding: 0 27px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .formRow__que__annotation {
        font-size: 12px
    }
}

.btn {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    width: 240px;
    height: 45px;
    border-radius: 23px
}

.btn,
.btn__anime {
    background: #474f57
}

.btn__anime {
    width: 45px;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0 auto;
    border-radius: inherit;
    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;
    -webkit-transition: background width .3s .5s;
    transition: background width .3s .5s
}

.btn__anime:hover {
    background: #72aedb
}

.btn__anime span {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.btn__anime.is-active {
    width: inherit
}

.btn__anime.is-active span {
    visibility: visible;
    opacity: 1
}

.casesVoice {
    padding: 20px 0 60px;
    position: relative
}

@media screen and (min-width:835px) {
    .casesVoice {
        padding: 140px 0 100px
    }
}

.casesCta {
    background: #edf3f7;
    padding: 60px 0
}

.casesCta__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .casesCta__inner {
        max-width: 900px;
        margin: 0 auto
    }
}

.casesCta__head {
    font-size: 18px;
    font-weight: 700;
    color: #72aedb;
    padding-bottom: 10px;
    border-bottom: 4px solid #72aedb;
    text-align: center
}

@media screen and (min-width:835px) {
    .casesCta__head {
        font-size: 28px
    }
}

.casesCta__img {
    display: block;
    margin-top: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

@media screen and (min-width:835px) {
    .casesCta__img {
        max-width: 620px;
        margin: 40px auto 0
    }
}

.casesCta__img img {
    width: 100%
}

.casesCta__img:hover {
    opacity: .8
}

.dotsBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/common/bg_dot.svg);
    background-size: 25px;
    z-index: -1
}

.contact {
    padding: 30px 0; 
}

@media screen and (min-width:835px) {
    .contact {
        padding: 80px 0 50px;
    }
}

.contact__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .contact__inner {
        max-width: 800px;
        margin: 0 auto
    }
}

.contact__link {
    margin-bottom: 40px
}

@media screen and (min-width:835px) {
    .contact__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 60px
    }
}

.contact__link__trial {
    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;
    width: 264px;
    height: 46px;
    background: #fa836e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.contact__link__trial:hover {
    opacity: .8
}

@media screen and (min-width:835px) {
    .contact__link__trial {
        margin: 0 10px;
        width: 360px;
        height: 68px;
        font-size: 18px
    }
}

.contact__link__document {
    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;
    width: 264px;
    height: 46px;
    background: #4495d4;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 10px auto 0;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.contact__link__document:hover {
    opacity: .8
}

@media screen and (min-width:835px) {
    .contact__link__document {
        margin: 0 10px;
        width: 360px;
        height: 68px;
        font-size: 18px
    }
}

.contact__head {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1.8
}
.contact__head.second {
    margin-top: 15px;
}

@media screen and (min-width:835px) {
    .contact__head {
        font-size: 22px
    }
    .contact__head.second {
        margin-top: 30px;
    }
}

.contact__step {
    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;
    position: relative;
    width: 300px;
    margin: 20px auto 0
}

@media screen and (min-width:835px) {
    .contact__step {
        margin: 40px auto 0;
        width: 460px
    }
}

@media screen and (max-width:370px) {
    .contact__step {
        width: 270px
    }
}

.contact__step:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 2px;
    background: #e6e6e6;
    margin: auto
}

@media screen and (min-width:835px) {
    .contact__step:before {
        width: 460px;
        height: 4px
    }
}

@media screen and (max-width:370px) {
    .contact__step:before {
        width: 270px
    }
}

.contact__step__item {
    width: 70px;
    height: 70px;
    background: #fff;
    color: #72aedb;
    border: 2px solid #72aedb;
    border-radius: 50%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    position: relative
}

@media screen and (min-width:835px) {
    .contact__step__item {
        width: 100px;
        height: 100px;
        line-height: 1.5;
        font-size: 16px;
        border: 4px solid #72aedb
    }
}

.contact__step__item span {
    font-size: 10px
}

@media screen and (min-width:835px) {
    .contact__step__item span {
        font-size: 12px
    }
}

.contact__step__item.active {
    background: #72aedb;
    color: #fff
}

.contact__text {
    text-align: left;
    margin-top: 30px
}

@media screen and (min-width:835px) {
    .contact__text {
        font-size: 16px
    }
}

.contact__text span {
    color: #fa836e
}

.contact__form {
    margin-top: 30px
}

@media screen and (min-width:835px) {
    .contact__form {
        margin-top: 60px
    }
}

.contact__form__item:not(:first-of-type) {
    margin-top: 15px; 
}

@media screen and (min-width:835px) {
    .contact__form__item:not(:first-of-type) {
        margin-top: 20px;
    }
}

.contact__form__item p {
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .contact__form__item p {
        font-size: 16px
    }
}

.contact__form__item p span {
    color: #fa836e
}

.contact__form__item input {
    width: 100%;
    height: 40px;
    background: #edf3f7;
    border: none;
    border-radius: 4px;
    margin-top: 7px;
    padding-left: 20px;
    font-size: 14px
}
.regist__form__item.two_column input {
    width: calc(50% - 11px);
    display: inline-block;
    vertical-align:top;
}
.regist__form__item.two_column input:first-of-type {
    margin-right: 8px;
}
.regist__form__item.two_column input:last-of-type {
    margin-left: 8px;
}

@media screen and (min-width:835px) {
    .contact__form__item input {
        font-size: 16px
    }
}

.contact__form__item textarea {
    width: 100%;
    height: 350px;
    background: #edf3f7;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
    padding-top: 25px;
    padding-left: 20px;
    font-size: 14px
}

@media screen and (min-width:835px) {
    .contact__form__item textarea {
        font-size: 16px
    }
}

.contact__form__item--confirm {
    border-bottom: 1px solid #ddd;
    padding: 30px 0
}

@media screen and (min-width:835px) {
    .contact__form__item--confirm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 55px 0
    }
}

.contact__form__item--confirm:first-of-type {
    border-top: 1px solid #ddd
}

.contact__form__item--confirm span {
    font-size: 14px;
    font-weight: 700;
    line-height: 2
}

@media screen and (min-width:835px) {
    .contact__form__item--confirm span {
        font-size: 16px;
        width: 230px
    }
}

.contact__form__item--confirm span span {
    color: #fa836e
}

.contact__form__item--confirm p {
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .contact__form__item--confirm p {
        margin-top: 0;
        font-size: 16px;
        width: calc(100% - 230px)
    }
}

.contact__form__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px
}

@media screen and (min-width:835px) {
    .contact__form__radio {
        margin-top: 15px
    }
}

.contact__form__radio input {
    display: none
}

.contact__form__radio input:checked+span:before {
    content: ""
}

.contact__form__radio>span {
    width: 24px;
    height: 24px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    margin-right: 10px;
    position: relative
}

.contact__form__radio>span:before {
    content: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background: #4495d4;
    border-radius: 50%
}

.contact__form__radio p {
    width: calc(100% - 35px);
    line-height: 2;
    margin-top: -2px;
    font-size: 14px
}

@media screen and (min-width:835px) {
    .contact__form__radio p {
        font-size: 16px
    }
}

.contact__form__radio p span {
    font-size: 10px;
    color: #1a1a1a;
    font-weight: 400;
    display: block
}

@media screen and (min-width:835px) {
    .contact__form__radio p span {
        font-size: 12px
    }
}

.contact__form__privacy {
    text-align: center;
    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: 14px;
    margin-top: 30px;
    cursor: pointer
}

@media screen and (min-width:835px) {
    .contact__form__privacy {
        font-size: 16px;
        margin-top: 50px
    }
}

.contact__form__privacy p a {
    color: #4495d4;
    text-decoration: underline;
    font-weight: 700
}

.contact__form__privacy p span {
    color: #fa836e
}

.contact__form__privacy>span {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    margin-right: 8px;
    position: relative;
    min-width: 20px;
}

@media screen and (min-width:835px) {
    .contact__form__privacy>span {
        margin-right: 12px
    }
}

.contact__form__privacy>span:after,
.contact__form__privacy>span:before {
    content: none;
    position: absolute;
    background: #4b91ef;
    height: 2px
}

.contact__form__privacy>span:before {
    width: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: 3px
}

.contact__form__privacy>span:after {
    width: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    left: 6px
}

.contact__form__privacy input {
    display: none
}

.contact__form__privacy input:checked~span:after,
.contact__form__privacy input:checked~span:before {
    content: ""
}

@media screen and (min-width:835px) {
    .contact__form__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 60px
    }
}

.contact__form__back,
.contact__form__confirm {
    width: 100%;
    height: 60px;
    border: 2px solid #e6e6e6;
    background: #fff;
    color: #4495d4;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    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;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.contact__form__confirm.submitting {
    background: rgb(186, 186, 186);
    color: white;
}
.contact__form__confirm.submitting:after {
    content: '中...';
}


.contact__form__back:hover,
.contact__form__confirm:hover {
    opacity: .8
}

@media screen and (min-width:835px) {

    .contact__form__back,
    .contact__form__confirm {
        width: 360px;
        height: 80px;
        border: 4px solid #e6e6e6;
        margin: 25px auto 0;
        font-size: 16px
    }
}

.contact__form__back {
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .contact__form__back {
        width: calc(50% - 15px);
        height: 80px;
        margin: 0;
        font-size: 16px
    }
}

.contact__form__submit {
    width: 100%;
    height: 60px;
    background: #4495d4;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    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;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.contact__form__submit:hover {
    opacity: .8
}

@media screen and (min-width:835px) {
    .contact__form__submit {
        width: calc(50% - 15px);
        height: 80px;
        margin: 0;
        font-size: 16px
    }
}

.contact__text {
    font-size: 14px;
    line-height: 2
}

@media screen and (min-width:835px) {
    .contact__text {
        font-size: 16px;
        margin-top: 60px
    }
}

.contact__back {
    margin: 30px auto 0
}

@media screen and (min-width:835px) {
    .contact__back {
        width: 420px;
        height: 58px;
        margin: 60px auto 0;
        border-radius: 29px;
        font-size: 18px
    }
}

.cta {
    background: #72aedb;
    position: relative;
    text-align: center;
    padding: 30px 0 40px;
    overflow: hidden;
    z-index: 10
}

@media screen and (min-width:835px) {
    .cta {
        padding: 50px 0 80px
    }
}

@media screen and (min-width:835px) {
    .cta__inner {
        max-width: 665px;
        margin: 0 auto;
        position: relative
    }
}

.cta__circle {
    position: absolute;
    width: 120%;
    left: -15%;
    top: 50px;
    z-index: -1
}

@media screen and (min-width:835px) {
    .cta__circle {
        width: 60%;
        left: 20%;
        top: -10%
    }
}

.cta__head {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

@media screen and (min-width:835px) {
    .cta__head {
        font-size: 32px
    }
}

.cta__head strong {
    font-size: 36px
}

@media screen and (min-width:835px) {
    .cta__head strong {
        font-size: 48px;
        padding: 0 3px
    }
}

.cta__text {
    font-size: 12px;
    color: #fff;
    margin-top: 15px
}

@media screen and (min-width:835px) {
    .cta__text {
        font-size: 14px;
        margin-right: 10px;
        text-align: right
    }
}

.cta__img {
    width: 100%;
    margin-top: 20px;
    max-width: 280px
}

@media screen and (min-width:835px) {
    .cta__img {
        position: absolute;
        left: -20px;
        bottom: -50px;
        margin-top: 0
    }
}

.cta__link,
.cta__link--mv {
    position: relative;
    margin: 0 auto;
    width: 300px;
    height: 54px;
    display: block
}

@media screen and (min-width:835px) {

    .cta__link,
    .cta__link--mv {
        width: 385px;
        height: 65px;
        margin-top: 40px;
        margin-right: 0
    }
}

.cta__link--mv:hover .cta__link__inner,
.cta__link:hover .cta__link__inner {
    left: 2px;
    top: 2px
}

.cta__link--mv {
    position: absolute;
    bottom: 189px;
    left: 0;
    right: 0;
    margin: auto
}

@media screen and (min-width:835px) {
    .cta__link--mv {
        position: relative;
        bottom: 0;
        margin-left: 0;
        margin-right: auto;
        margin-top: 60px
    }
}

.cta__link__inner {
    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;
    z-index: 10;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 1px 20px rgba(33, 88, 123, .3);
    box-shadow: 0 1px 20px rgba(33, 88, 123, .3)
}

@media screen and (min-width:835px) {
    .cta__link__inner {
        font-size: 20px
    }
}

.cta__link__inner:before {
    content: "";
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    left: -200px;
    top: -200px;
    width: 800px;
    height: 800px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#f04a4a), to(#fa836e)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg, #f04a4a, #fa836e) 0 0 no-repeat padding-box;
    z-index: -1
}

.cta__link__inner:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cta__link__inner strong {
    font-size: 20px;
    font-family: Barlow, sans-serif;
    letter-spacing: 2px
}

@media screen and (min-width:835px) {
    .cta__link__inner strong {
        font-size: 24px;
        letter-spacing: 2.4px
    }
}

.detail {
    padding: 60px 0
}

@media screen and (min-width:835px) {
    .detail {
        padding: 100px 0 80px
    }
}

.detail__box {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .detail__box {
        max-width: 1000px;
        margin: 0 auto;
        border: 5px solid #e6e6e6;
        padding: 40px 40px 60px
    }
}

.detail__head {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:835px) {
    .detail__head {
        border-bottom: 4px solid #e6e6e6;
        padding-bottom: 15px
    }
}

.detail__data {
    color: rgba(51, 51, 51, .6);
    letter-spacing: 1.2px;
    font-size: 12px;
    margin-right: 12px
}

.detail__category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.detail__category,
.detail__category--news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.detail__category--news {
    width: 104px;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    background: rgba(114, 174, 219, .12);
    border-radius: 12px
}

.detail__category__item {
    color: #72aedb;
    border: 1px solid #72aedb;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    margin-right: 5px
}

.detail__title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    display: block;
    width: 100%
}

@media screen and (min-width:835px) {
    .detail__title {
        font-size: 28px
    }
}

.detail__company {
    font-size: 14px;
    margin-top: 12px
}

@media screen and (min-width:835px) {
    .detail__company {
        font-size: 16px
    }
}

.detail__thumb {
    width: 100%;
    margin-top: 40px
}

@media screen and (min-width:835px) {
    .detail__thumb {
        max-width: 520px;
        margin: 60px auto 0;
        display: block
    }
}

.detail__content.news {
    margin-top: 20px;
}

.detail__content h2 {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0 5px 24px;
    position: relative;
    border-bottom: 2px solid #72aedb;
    margin: 40px 0 0
}

@media screen and (min-width:835px) {
    .detail__content h2 {
        margin: 60px 0 0;
        font-size: 24px;
        border-bottom: 4px solid #72aedb;
        padding: 10px 0 10px 30px
    }
}

.detail__content h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background: #72aedb;
    margin: auto
}

@media screen and (min-width:835px) {
    .detail__content h2:before {
        width: 20px;
        height: 20px
    }
}

.detail__content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #72aedb;
    margin: 30px 0 0;
    padding: 5px 0;
    border-bottom: 2px solid #72aedb
}

@media screen and (min-width:835px) {
    .detail__content h3 {
        font-size: 20px;
        padding: 10px 0;
        margin: 50px 0 0
    }
}

.detail__content h4 {
    font-size: 14px;
    padding-left: 18px;
    position: relative;
    margin: 30px 0 0
}

@media screen and (min-width:835px) {
    .detail__content h4 {
        font-size: 18px;
        margin: 50px 0 0;
        padding-left: 26px
    }
}

.detail__content h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 4px;
    background: #72aedb;
    margin: auto
}

@media screen and (min-width:835px) {
    .detail__content h4:before {
        width: 16px;
        height: 8px
    }
}

.detail__content p {
    font-size: 14px;
    line-height: 2;
    margin-top: 30px
}

@media screen and (min-width:835px) {
    .detail__content p {
        font-size: 16px
    }
}

.detail__content p strong {
    font-weight: 700
}

.detail__content p .red {
    color: #fa836e
}

.detail__content ul {
    margin-top: 20px
}

.detail__content ul li {
    font-size: 14px;
    margin: 15px 0;
    padding-left: 20px;
    position: relative
}

@media screen and (min-width:835px) {
    .detail__content ul li {
        font-size: 16px
    }
}

.detail__content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #72aedb
}

@media screen and (min-width:835px) {
    .detail__content ul li:before {
        top: 7px
    }
}

.detail__content ol {
    margin-top: 20px;
    counter-reset: item
}

.detail__content ol li {
    font-size: 14px;
    margin: 15px 0;
    padding-left: 26px;
    position: relative
}

@media screen and (min-width:835px) {
    .detail__content ol li {
        font-size: 16px
    }
}

.detail__content ol li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #72aedb
}

@media screen and (min-width:835px) {
    .detail__content ol li:before {
        top: 2px
    }
}

.detail__content ol li:after {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 6px;
    top: 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    z-index: 10
}

@media screen and (min-width:835px) {
    .detail__content ol li:after {
        top: 2px
    }
}

.detail__content a {
    color: #4495d4;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.detail__content a:hover {
    opacity: .8
}

.detail__content .button {
    width: 240px;
    height: 45px;
    background: #474f57;
    border-radius: 23px;
    color: #fff;
    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;
    text-decoration: none;
    font-size: 13px;
    margin: 30px auto 0
}

@media screen and (min-width:835px) {
    .detail__content .button {
        width: 254px;
        height: 46px;
        font-size: 14px;
        margin: 40px 0 0
    }
}

.detail__back {
    width: 240px;
    height: 45px;
    background: #474f57;
    border-radius: 23px;
    color: #fff;
    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;
    text-decoration: none;
    font-size: 13px;
    margin: 50px auto 0
}

@media screen and (min-width:835px) {
    .detail__back {
        width: 420px;
        height: 58px;
        border-radius: 29px;
        margin: 40px auto 0;
        font-size: 18px
    }
}

.env {
    padding: 60px 0
}

@media screen and (min-width:835px) {
    .env {
        padding: 140px 0 100px
    }
}

.env__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .env__inner {
        max-width: 950px;
        margin: 0 auto
    }
}

.env__head {
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

@media screen and (min-width:835px) {
    .env__head {
        font-size: 28px
    }
}

.env__list {
    width: 100%;
    margin-top: 30px
}

@media screen and (min-width:835px) {
    .env__list {
        margin-top: 60px
    }
}

.env__list tr {
    border-bottom: 1px solid #e6e6e6
}

.env__list td,
.env__list th {
    width: 33.33333%;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    line-height: 1.75
}

@media screen and (min-width:835px) {

    .env__list td,
    .env__list th {
        font-size: 16px;
        padding: 20px 15px
    }
}

.env__list td:not(:last-of-type),
.env__list th:not(:last-of-type) {
    border-right: 1px solid #e6e6e6
}

.env__list th {
    color: #fff;
    background: #72aedb
}

@media screen and (min-width:835px) {
    .env__list th {
        text-align: center
    }
}

.env__list td {
    background: #f7fafd
}

.env__list .other {
    font-weight: 400;
    font-size: 10px
}

@media screen and (min-width:835px) {
    .env__list .other {
        font-size: 12px
    }
}

.env__foot {
    margin-top: 40px;
    font-size: 12px;
    line-height: 2
}

@media screen and (min-width:835px) {
    .env__foot {
        font-size: 14px
    }
}

.faq {
    padding: 60px 0
}

@media screen and (min-width:835px) {
    .faq {
        padding: 140px 0 100px
    }
}

.faq__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .faq__inner {
        max-width: 900px;
        margin: 0 auto
    }
}

@media screen and (min-width:835px) {
    .faq__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.faq__link__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    border: 2px solid #72aedb;
    -webkit-transition: .3s;
    transition: .3s
}

.faq__link__item:hover {
    background: #72aedb;
    color: #fff;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
}

@media screen and (min-width:835px) {
    .faq__link__item {
        font-size: 16px;
        width: 260px;
        height: 73px;
        padding: 0 15px;
        margin: 0 5px
    }
}

.faq__link__item:not(:first-of-type) {
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .faq__link__item:not(:first-of-type) {
        margin-top: 0
    }
}

.faq__link__item img {
    width: 16px;
    height: 16px
}

@media screen and (min-width:835px) {
    .faq__link__item img {
        width: 25px;
        height: 25px
    }
}

.faq__head {
    font-size: 16px;
    font-weight: 700;
    margin-top: 35px
}

@media screen and (min-width:835px) {
    .faq__head {
        font-size: 28px;
        margin-top: 75px
    }
}

.faq__list {
    margin-top: 15px
}

@media screen and (min-width:835px) {
    .faq__list {
        margin-top: 25px
    }
}

.faq__item {
    padding: 15px 0;
    border-top: 1px solid #333
}

@media screen and (min-width:835px) {
    .faq__item {
        padding: 20px 0
    }
}

.faq__item:last-of-type {
    border-bottom: 1px solid #333
}

.faq__item__q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.faq__item__q:after,
.faq__item__q:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 4px;
    background: #72aedb
}

@media screen and (min-width:835px) {

    .faq__item__q:after,
    .faq__item__q:before {
        width: 18px;
        right: 15px
    }
}

.faq__item__q:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    transition: .3s
}

.faq__item__q.is-active:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.faq__item__q__icon {
    font-size: 28px;
    font-weight: 700;
    color: #72aedb;
    font-family: Barlow, sans-serif;
    margin-right: 10px;
    margin-bottom: 3px
}

@media screen and (min-width:835px) {
    .faq__item__q__icon {
        font-size: 42px
    }
}

.faq__item__q__text {
    width: calc(100% - 50px);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.75
}

@media screen and (min-width:835px) {
    .faq__item__q__text {
        font-size: 18px;
        padding-top: 5px
    }
}

.faq__item__a {
    display: none
}

.faq__item__a__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.faq__item__a__icon {
    font-size: 28px;
    font-weight: 700;
    color: #fa836e;
    font-family: Barlow, sans-serif;
    margin-right: 10px
}

@media screen and (min-width:835px) {
    .faq__item__a__icon {
        font-size: 42px
    }
}

.faq__item__a__text {
    font-size: 12px;
    padding-top: 5px;
    line-height: 2
}

@media screen and (min-width:835px) {
    .faq__item__a__text {
        padding-top: 12px;
        font-size: 14px
    }
}

.faq__item__a__text a {
    color: #4495d4;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.faq__item__a__text a:hover {
    opacity: .8
}

.flow {
    padding: 60px 0;
    position: relative
}

@media screen and (min-width:835px) {
    .flow {
        padding: 160px 0 100px
    }
}

.flow__inner {
    padding: 0 20px
}

@media screen and (min-width:835px) {
    .flow__inner {
        max-width: 1100px;
        margin: 0 auto
    }
}

.flow__text {
    text-align: center;
    font-size: 14px;
    line-height: 2
}

@media screen and (min-width:835px) {
    .flow__text {
        font-size: 16px
    }
}

.flow__text strong {
    font-weight: 700
}

.flow__list {
    margin-top: 40px
}

@media screen and (min-width:835px) {
    .flow__list {
        margin-top: 60px
    }
}

.flow__item {
    background: #fff;
    border: 1px solid #474f57;
    padding: 10px 20px 25px;
    position: relative
}

@media screen and (min-width:835px) {
    .flow__item {
        padding: 50px 440px 60px 150px;
        border: 2px solid #474f57
    }
}

.flow__item:not(:first-of-type) {
    margin-top: 20px
}

@media screen and (min-width:835px) {
    .flow__item:not(:first-of-type) {
        margin-top: 60px
    }
}

.flow__item__num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #72aedb;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    position: relative
}

@media screen and (min-width:835px) {
    .flow__item__num {
        width: 73px;
        height: 73px;
        font-size: 14px;
        position: absolute;
        top: 40px;
        left: 40px
    }
}

.flow__item__num img {
    display: none
}

@media screen and (min-width:835px) {
    .flow__item__num img {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: auto
    }
}

.flow__item__num span {
    font-size: 20px;
    font-family: Barlow, sans-serif;
    margin-top: -3px
}

@media screen and (min-width:835px) {
    .flow__item__num span {
        font-size: 30px
    }
}

.flow__item__head {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 4px solid #72aedb;
    color: #72aedb;
    text-align: center;
    padding-bottom: 8px;
    margin-top: 12px;
    line-height: 1.75
}

@media screen and (min-width:835px) {
    .flow__item__head {
        font-size: 28px;
        text-align: left;
        margin-top: 0
    }
}

.flow__item__img {
    width: 240px;
    margin: 15px auto 0;
    display: block
}

@media screen and (min-width:835px) {
    .flow__item__img {
        width: 360px;
        right: 40px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute
    }
}

.flow__item__desc {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .flow__item__desc {
        font-size: 16px;
        margin-top: 35px
    }
}

.flow__item__desc span {
    display: block;
    font-size: 12px;
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .flow__item__desc span {
        font-size: 14px
    }
}

.flow__item__box {
    background: #f7fafd;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    margin-top: 15px
}

@media screen and (min-width:835px) {
    .flow__item__box {
        max-width: 400px
    }
}

.flow__item__box__head {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px dashed #72aedb;
    padding-bottom: 10px
}

@media screen and (min-width:835px) {
    .flow__item__box__head {
        font-size: 16px
    }
}

.flow__item__box__text {
    font-size: 12px;
    margin-top: 15px;
    line-height: 2
}

@media screen and (min-width:835px) {
    .flow__item__box__text {
        font-size: 14px
    }
}

.flow__item__box__link {
    text-align: center;
    color: #4495d4;
    text-decoration: underline;
    margin-top: 15px;
    font-size: 12px;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.flow__item__box__link:hover {
    opacity: .8
}

@media screen and (min-width:835px) {
    .flow__item__box__link {
        font-size: 14px
    }
}

.function__container,
.function__container--b {
    padding: 60px 0
}

@media screen and (min-width:835px) {

    .function__container,
    .function__container--b {
        padding: 80px 0
    }
}

.function__container--b {
    background: #edf3f7
}

.function__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .function__inner {
        max-width: 560px;
        margin: 0 auto
    }
}

.punch__function__inner {
    padding: 0 24px;
}
@media screen and (min-width:835px) {
    .punch__function__inner {
        max-width: 900px;
        margin: 0 auto
    }
}

.function__head,
.functionSlide__head {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #72aedb;
    padding-left: 24px;
    padding-bottom: 6px;
    margin-bottom: 30px
}

@media screen and (min-width:835px) {

    .function__head,
    .functionSlide__head {
        font-size: 28px;
        border-bottom: 4px solid #72aedb;
        padding-bottom: 10px;
        padding-left: 30px
    }
}

.function__head:before,
.functionSlide__head:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #72aedb
}

@media screen and (min-width:835px) {

    .function__head:before,
    .functionSlide__head:before {
        width: 20px;
        height: 20px;
        top: 12px
    }
}

.functionSlide__head {
    margin: 0 24px
}

@media screen and (min-width:835px) {
    .functionSlide__head {
        max-width: 550px;
        margin-left: auto
    }
}

.function__subhead {
    font-size: 16px;
    font-weight: 700;
    color: #72aedb;
    border-bottom: 2px solid #72aedb;
    margin-bottom: 20px;
    padding-bottom: 5px;
    margin-top: 30px
}

@media screen and (min-width:835px) {
    .function__subhead {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 40px;
        margin-top: 60px
    }
}

.functionList {
    padding: 60px 0;
    position: relative
}

@media screen and (min-width:835px) {
    .functionList {
        padding: 160px 0 100px
    }
}

.functionList__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .functionList__inner {
        max-width: 1100px;
        margin: 0 auto
    }
}

.functionList__head {
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

@media screen and (min-width:835px) {
    .functionList__head {
        font-size: 28px
    }
}

@media screen and (min-width:835px) {
    .functionList__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px 70px;
        margin-top: 60px
    }
}

.functionList__item {
    background: #fff;
    display: block;
    border: 2px solid #72aedb;
    padding: 20px;
    text-align: center;
    margin-top: 16px;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:835px) {
    .functionList__item {
        width: calc(33.33333% - 47px);
        margin-top: 0;
        border: 4px solid #72aedb;
        padding: 40px 20px
    }
}

.functionList__item:hover {
    opacity: .8;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
}

.functionList__item__icon {
    width: 80px;
    height: 80px
}

@media screen and (min-width:835px) {
    .functionList__item__icon {
        width: 150px;
        height: 150px
    }
}

.functionList__item__head {
    font-size: 16px;
    font-weight: 700;
    color: #72aedb;
    border-top: 1px solid #72aedb;
    padding-top: 14px;
    margin-top: 14px
}

@media screen and (min-width:835px) {
    .functionList__item__head {
        font-size: 20px
    }
}

.functionList__item__text {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    margin-top: 12px
}

@media screen and (min-width:835px) {
    .functionList__item__text {
        font-size: 14px
    }
}

.functionList__other {
    margin-top: 60px
}

@media screen and (min-width:835px) {
    .functionList__other {
        margin-top: 80px
    }
}

.functionList__other__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;
    gap: 16px 9px;
    margin-top: 20px
}

@media screen and (min-width:835px) {
    .functionList__other__list {
        margin-top: 60px;
        gap: 60px 30px
    }
}

.functionList__other__item {
    width: calc(50% - 4.5px);
    background: #fff;
    padding: 12px 16px;
    text-align: center;
    border: 2px solid #edf3f7
}
.functionList__other__item.blank {
    background: transparent;
    border: none;
}

@media screen and (min-width:835px) {
    .functionList__other__item {
        width: calc(25% - 30px);
        padding: 20px 10px 40px;
        border: 4px solid #edf3f7
    }
}

.functionList__other__item__icon {
    width: 80px;
    height: 80px
}

@media screen and (min-width:835px) {
    .functionList__other__item__icon {
        width: 120px;
        height: 120px
    }
}

.functionList__other__item__head {
    font-size: 14px;
    font-weight: 700;
    border-top: 1px solid #72aedb;
    padding-top: 10px;
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .functionList__other__item__head {
        font-size: 20px
    }
}

.functionList__other__item__text {
    font-size: 12px;
    text-align: center;
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .functionList__other__item__text {
        font-size: 14px
    }
}

.functionHead {
    padding: 40px 24px 60px
}

@media screen and (min-width:835px) {
    .functionHead {
        padding: 100px 24px 60px
    }
}

.functionHead__head {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    text-align: center
}

@media screen and (min-width:835px) {
    .functionHead__head {
        font-size: 28px
    }
}

.functionHead__device {
    position: relative;
    margin: 40px auto 0;
    max-width: 650px
}

.functionHead__device__img img {
    width: 100%
}

.functionHead__device__man {
    position: absolute;
    width: 20%;
    right: 0;
    top: 25%
}

@media screen and (min-width:835px) {
    .functionHead__device__man {
        width: 135px;
        top: 100px;
        right: -5%
    }
}

.functionHead__device__man img:first-of-type {
    width: 100%
}

.functionHead__device__man img:nth-of-type(2) {
    width: 30%;
    position: absolute;
    top: 3.5%;
    right: 8%;
    z-index: 10
}

.functionHead__link {
    margin-top: 50px
}

@media screen and (min-width:835px) {
    .functionHead__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.functionHead__link__item {
    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;
    border: 2px solid #72aedb;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 16px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.functionHead__link__item:hover {
    background: #72aedb;
    color: #fff;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
}

@media screen and (min-width:835px) {
    .functionHead__link__item {
        width: 260px;
        margin: 0 5px;
        font-size: 16px;
        padding: 20px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 4px solid #72aedb;
        text-align: center
    }
}

.functionHead__link__item:not(:first-of-type) {
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .functionHead__link__item:not(:first-of-type) {
        margin-top: 0
    }
}

.functionHead__link__item img {
    width: 16px;
    height: 16px
}

@media screen and (min-width:835px) {
    .functionHead__link__item img {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto
    }
}

@media screen and (min-width:835px) {
    .functionHead__link__item span {
        margin-right: 15px
    }
}

.functionSlide,
.functionSlide--w {
    background: #edf3f7;
    padding: 60px 0 100px
}

@media screen and (min-width:835px) {

    .functionSlide,
    .functionSlide--w {
        padding: 80px 0 100px
    }
}

@media screen and (min-width:835px) {
    .functionSlide__inner {
        max-width: 900px;
        margin: 0 auto;
        position: relative
    }
}

.functionSlide--w {
    background: #fff
}

.functionSlide__list,
.functionSlide__list--sec {
    margin: 5px 24px 0;
    position: relative
}

@media screen and (min-width:835px) {

    .functionSlide__list,
    .functionSlide__list--sec {
        max-width: 550px;
        margin-left: auto;
        margin-top: 30px
    }
}

.functionSlide__list--sec .next-arrow,
.functionSlide__list--sec .prev-arrow,
.functionSlide__list .next-arrow,
.functionSlide__list .prev-arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -63px;
    z-index: 99
}

.functionSlide__list--sec .prev-arrow,
.functionSlide__list .prev-arrow {
    left: -130px
}

.functionSlide__list--sec .next-arrow,
.functionSlide__list .next-arrow {
    right: -130px
}

.functionSlide__list--sec .slick-dots,
.functionSlide__list .slick-dots {
    bottom: -60px
}

.functionSlide__list--sec .slick-dots li button:before,
.functionSlide__list .slick-dots li button:before {
    font-size: 12px !important
}

.functionSlide__list--sec .slick-dots li.slick-active button:before,
.functionSlide__list .slick-dots li.slick-active button:before {
    color: #72aedb
}

.functionSlide__item__img {
    border: 3px solid #72aedb
}

.functionSlide__item__img img {
    width: 100%
}

.functionSlide__item__text {
    margin-top: 25px;
    font-size: 14px
}

.functionSlide__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px 24px 0;
    overflow: scroll;
    padding-bottom: 15px
}

@media screen and (min-width:835px) {
    .functionSlide__nav {
        position: absolute;
        left: 0;
        top: 90px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        overflow: visible
    }
}

.functionSlide__nav__item,
.functionSlide__nav__item--sec {
    margin-right: 10px;
    border-radius: 8px;
    padding: 8px 0;
    border: 4px solid #4495d4;
    background: #fff;
    min-width: 150px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.75;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.functionSlide__nav__item--sec:hover,
.functionSlide__nav__item:hover {
    background: #4495d4;
    color: #fff;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
}

@media screen and (min-width:835px) {

    .functionSlide__nav__item,
    .functionSlide__nav__item--sec {
        margin-right: 0;
        margin-bottom: 10px;
        min-width: 260px;
        font-size: 16px;
        padding: 16px 0
    }
}

.functionSlide__nav__item--sec.is-active,
.functionSlide__nav__item.is-active {
    background: #4495d4;
    color: #fff
}

.functionSlide__nav__item--sec.is-active:before,
.functionSlide__nav__item.is-active:before {
    content: ""
}

.functionSlide__nav__item--sec:before,
.functionSlide__nav__item:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    width: 0;
    height: 0;
    border-color: #4495d4 transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0
}

@media screen and (min-width:835px) {

    .functionSlide__nav__item--sec:before,
    .functionSlide__nav__item:before {
        bottom: 0;
        top: 0;
        right: -12px;
        left: auto;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #4495d4;
        border-style: solid;
        border-width: 10px 0 10px 12px
    }
}

.functionOther {
    background: #72aedb;
    padding: 40px 0
}

@media screen and (min-width:835px) {
    .functionOther {
        padding: 60px 0
    }
}

.functionOther__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .functionOther__inner {
        max-width: 1200px;
        margin: 0 auto
    }
}

.functionOther__head {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

@media screen and (min-width:835px) {
    .functionOther__head {
        font-size: 28px
    }
}

.functionOther__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 4.5px;
    margin-top: 25px
}

@media screen and (min-width:835px) {
    .functionOther__list {
        gap: 0 48px;
        margin-top: 40px
    }
}

.functionOther__item {
    background: #fff;
    display: block;
    width: calc(33.33333% - 3px);
    padding: 12px 0;
    text-align: center;
    border: 2px solid #474f57;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:835px) {
    .functionOther__item {
        width: calc(16.66667% - 40px);
        border: 2px solid #474f57;
        padding: 15px 0
    }
}

.functionOther__item img {
    width: 62px;
    height: 62px
}

@media screen and (min-width:835px) {
    .functionOther__item img {
        width: 80px;
        height: 80px
    }
}

.functionOther__item p {
    font-size: 11px;
    font-weight: 700;
    color: #333;
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .functionOther__item p {
        font-size: 14px
    }
}

.functionOther__item:hover {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    opacity: .8
}

.functionOther__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #fff;
    font-weight: 700;
    font-family: Barlow, sans-serif;
    margin-top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.functionOther__link:hover {
    opacity: .8
}

.functionOther__link img {
    width: 5px;
    margin-left: 10px
}

.function__desc {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px
}

.function__box {
    border: 2px solid #4495d4;
    background: #fff
}

@media screen and (min-width:835px) {
    .function__box {
        border: 3px solid #4495d4
    }
}

.function__box img {
    width: 100%
}

.function__box__head {
    background: #4495d4;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 8px 0
}

@media screen and (min-width:835px) {
    .function__box__head {
        font-size: 20px
    }
}

.function__box__inner {
    padding: 20px 0
}

@media screen and (min-width:835px) {
    .function__box__inner {
        padding: 30px 0
    }
}

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

.function__box__flex .function__box__item {
    /* width: 50% */
}

.function__box__item {
    text-align: center
}
.function__box__item.rental {
    text-align: left;
    padding: 0 40px;
}
.function__box__item.rental ul {
    display: inline-block;
}
.function__box__item.rental .btn {
    margin-left: 0px;
    margin-top: 10px;
}

.function__box__item__head {
    font-size: 16px;
    font-weight: 700
}

.punch__box.rental {
    width: 320px;
}
@media screen and (min-width:650px) {
    .punch__box.rental {
        width: initial;
    }
    .function__box__item.rental .btn {
        display: inline-block;
        vertical-align: top;
        line-height: 45px;
        text-align: center;
        margin-left: 50px;
        margin-top: 0;
    }
}

@media screen and (min-width:835px) {
    .function__box__item__head {
        font-size: 18px
    }
}

.function__box__item__img {
    width: 160px !important;
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .function__box__item__img {
        width: 300px !important
    }
}

.function__box__item__img--flex {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px
}

.function__box__item__text {
    font-size: 14px
}

.function__box__foot {
    font-size: 12px;
    margin-top: 20px;
    text-align: center
}

@media screen and (min-width:835px) {
    .function__box__foot {
        font-size: 14px;
        margin-top: 30px
    }
}

.punch__box__wrap {
    text-align: center;
}
.punch__box {
    display: inline-block;
    vertical-align: middle;
}
.function__plus {
    display: block;
    text-align: center;
}
.punch__tablet, .punch__reader {
    width: 100%;
}
.punch__tablet .function__box, .punch__reader .function__box {
    display: inline-block;
    width: calc(50% - 5px);
}
.punch__tablet .function__box__head, .punch__reader .function__box__head {
    font-size: 15px;
}

@media screen and (min-width:650px) {
   
    .punch__tablet, .punch__reader {
        width: 250px;
    }
    .punch__tablet .function__box:first-of-type {
        margin-bottom: 20px;
    }
    .punch__tablet .function__box__inner {
        padding: 0;
    }
    .punch__reader .function__box__inner {
        padding: 10px 5px;
    }
    .function__plus {
        display: inline-block;
        margin: 0 20px !important;
    }
    .punch__tablet .function__box, .punch__reader .function__box {
        display: inline-block;
        width: 200px;
    }
}
@media screen and (min-width:835px) {
    .punch__tablet, .punch__reader {
        width: 250px;
    }
}


.function__plus {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 10px auto;
}

@media screen and (min-width:835px) {
    .function__plus {
        width: 40px;
        height: 40px;
        margin: 25px auto
    }
}

.function__plus:after,
.function__plus:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 100%;
    border-radius: 5px;
    background: #474f57
}

@media screen and (min-width:835px) {

    .function__plus:after,
    .function__plus:before {
        width: 9px
    }
}

.function__plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.head {
    position: relative;
    background: #edf3f7;
    text-align: center
}

.head__bg {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width:835px) {
    .head__bg {
        height: 60px;
        bottom: -59px
    }
}

.head__title {
    font-size: 40px;
    font-weight: 700;
    color: #72aedb;
    font-family: Barlow, sans-serif;
    letter-spacing: 4px;
    padding-top: 60px
}

@media screen and (min-width:835px) {
    .head__title {
        padding-top: 140px;
        font-size: 80px;
        letter-spacing: 8px
    }
}

.head__title--sec {
    font-size: 22px;
    font-weight: 700;
    padding-top: 100px;
    padding-bottom: 20px
}

@media screen and (min-width:835px) {
    .head__title--sec {
        padding-top: 200px;
        font-size: 48px;
        letter-spacing: 8px
    }
}

.head__text {
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .head__text {
        font-size: 22px
    }
}

.head--sec {
    position: relative;
    background: #edf3f7;
    text-align: center
}

.head--sec .head__title {
    font-size: 14px;
    letter-spacing: 1.4px
}

@media screen and (min-width:835px) {
    .head--sec .head__title {
        font-size: 22px;
        letter-spacing: 2.2px
    }
}

.head--sec .head__text {
    font-size: 22px;
    padding-bottom: 40px;
    padding-top: 10px
}

@media screen and (min-width:835px) {
    .head--sec .head__text {
        font-size: 48px;
        padding-bottom: 80px;
        padding-top: 20px
    }
}

.newsList {
    padding: 40px 0 60px
}

@media screen and (min-width:835px) {
    .newsList {
        padding: 100px 0
    }
}

.newsList__list {
    padding: 0 34px
}

@media screen and (min-width:835px) {
    .newsList__list {
        max-width: 900px;
        margin: 0 auto
    }
}

.newsList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0
}

@media screen and (min-width:835px) {
    .newsList__item {
        padding: 40px 0
    }
}

.newsList__item__date {
    color: rgba(51, 51, 51, .6);
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-right: 12px
}

.newsList__item__category {
    background: rgba(114, 174, 219, .12);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    width: 96px;
    height: 20px;
    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
}

@media screen and (min-width:835px) {
    .newsList__item__category {
        margin-right: 16px
    }
}

.newsList__item__title {
    display: block;
    color: #333;
    text-decoration: underline;
    font-size: 12px;
    margin-top: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.newsList__item__title:hover {
    opacity: .8
}

@media screen and (min-width:835px) {
    .newsList__item__title {
        margin-top: 0;
        font-size: 14px;
        width: calc(100% - 200px)
    }
}

.pagination {
    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-top: 30px
}

@media screen and (min-width:835px) {
    .pagination {
        margin-top: 60px
    }
}

.pagination__item {
    width: 44px;
    height: 44px;
    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: 18px;
    font-weight: 700;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.pagination__item:hover {
    opacity: .8
}

.pagination__item.active {
    border: 2px solid #72aedb;
    border-radius: 22px
}

.pagination__arw,
.pagination__arw--next,
.pagination__arw--prev {
    width: 44px;
    height: 44px;
    position: relative
}

.pagination__arw--next:after,
.pagination__arw--next:before,
.pagination__arw--prev:after,
.pagination__arw--prev:before,
.pagination__arw:after,
.pagination__arw:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 10px;
    background: #72aedb;
    margin: auto
}

.pagination__arw--prev:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -6px
}

.pagination__arw--prev:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px
}

.pagination__arw--next:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px
}

.pagination__arw--next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px
}

.planDesc {
    position: relative;
    padding: 60px 24px;
    text-align: center
}

@media screen and (min-width:835px) {
    .planDesc {
        max-width: 1150px;
        margin: 0 auto;
        padding: 140px 24px 100px
    }
}

.planDesc__dots {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/common/bg_dot.svg);
    background-size: 25px;
    z-index: -1
}

.planDesc__head {
    font-size: 17px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .planDesc__head {
        font-size: 35px
    }
}

.planDesc__head span {
    font-size: 40px
}

@media screen and (min-width:835px) {
    .planDesc__head span {
        font-size: 60px
    }
}

.planDesc__text {
    font-size: 14px;
    line-height: 2;
    margin-top: 35px
}

@media screen and (min-width:835px) {
    .planDesc__text {
        font-size: 16px
    }
}

.planDesc__list {
    margin-top: 30px
}

@media screen and (min-width:835px) {
    .planDesc__list {
        margin-top: 60px
    }
}

.planDesc__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (min-width:835px) {
    .planDesc__tab {
        display: none
    }
}

.planDesc__tab__item {
    width: calc(33.33333% - 3px);
    font-size: 16px;
    font-weight: 700;
    padding: 8px 12px;
    border: 1px solid #474f57;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    color: #fff;
    height: 40px;
    position: relative
}

.planDesc__tab__item:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #fff
}

@media screen and (min-width:835px) {
    .planDesc__tab__item {
        border: 2px solid #474f57
    }
}

.planDesc__tab__item span {
    font-size: 12px;
    display: block;
    margin-top: 5px
}

@media screen and (max-width:370px) {
    .planDesc__tab__item span {
        font-size: 10px
    }
}

.planDesc__tab__item:first-of-type {
    background: #72aedb
}

.planDesc__tab__item:nth-of-type(2) {
    background: #4495d4
}

.planDesc__tab__item:nth-of-type(3) {
    background: #fa836e
}

.planDesc__tab__item.is-active {
    height: 80px
}

.planDesc__tab__item.is-active:before {
    content: ""
}

.planDesc__tab__item img {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin: auto
}

@media screen and (min-width:835px) {
    .planDesc__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.planDesc__item {
    display: none;
    padding: 30px 0 15px;
    background: #fff;
    border: 1px solid #474f57;
    position: relative;
}
.planDesc__item.is-active {
    display: block
}

@media screen and (min-width:835px) {
    .planDesc__item {
        border: 2px solid #474f57;
        display: flex !important;
        flex-direction: column;
        width: calc(33.33333% - 15px);
        margin: 0;
        padding: 0 0 15px
    }

    /* .planDesc__item:first-of-type {
        margin-top: 30px
    } */

    .planDesc__item:first-of-type .planDesc__item__top {
        background: #72aedb
    }

    .planDesc__item:first-of-type .planDesc__item__head {
        margin-top: 40px
    }

    .planDesc__item:first-of-type .planDesc__item__btn {
        margin-bottom: 40px
    }

    /* .planDesc__item:nth-of-type(2) {
        margin-top: 30px
    } */

    .planDesc__item:nth-of-type(2) .planDesc__item__top {
        background: #4495d4
    }

    .planDesc__item:nth-of-type(2) .planDesc__item__head {
        margin-top: 40px
    }

    .planDesc__item:nth-of-type(2) .planDesc__item__btn {
        margin-bottom: 40px
    }

    .planDesc__item:nth-of-type(3) .planDesc__item__top {
        background: #fa836e;
        /* padding: 25px 0 30px */
    }

    .planDesc__item:nth-of-type(3) .planDesc__item__head {
        /* margin-top: 10px */
        margin-top: 40px
    }
    .planDesc__item:nth-of-type(3) .planDesc__item__btn {
        margin-bottom: 40px
    }
}

.planDesc__item__top {
    display: none;
    padding: 10px 0 15px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    position: relative;
    height: 120px;
}

.planDesc__item__top span {
    background: #fff;
    color: #474f57;
    font-size: 18px;
    font-weight: 700;
    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;
    max-width: 300px;
    height: 37px;
    margin: 15px auto 0;
    border-radius: 19px
}

@media screen and (min-width:835px) {
    .planDesc__item__top {
        display: block
    }
}

.planDesc__item__top img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -65px;
    width: 330px
}

.planDesc__item__head {
    font-size: 12px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .planDesc__item__head {
        font-size: 14px
    }
}

.planDesc__item__head strong {
    color: #fa836e;
    font-size: 32px;
    margin-left: 10px
}

@media screen and (min-width:835px) {
    .planDesc__item__head strong {
        font-size: 48px
    }
}

.planDesc__item__head .foot {
    font-weight: 400;
    color: rgba(71, 79, 87, .8);
    display: block
}

.planDesc__item__head .campaign {
    display: block;
    margin-top: 5px
}

@media screen and (min-width:835px) {
    .planDesc__item__head .campaign {
        margin-bottom: -10px
    }
}

.planDesc__item__head .campaign strong {
    font-size: 12px;
    margin: 0;
    color: #4495d4
}

@media screen and (min-width:835px) {
    .planDesc__item__head .campaign strong {
        font-size: 14px
    }
}

.planDesc__item__head .campaign span {
    font-size: 16px;
    position: relative;
    margin-left: 10px
}

@media screen and (min-width:835px) {
    .planDesc__item__head .campaign span {
        font-size: 24px
    }
}

.planDesc__item__head .campaign span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #474f57
}

.planDesc__item__btn {
    width: 204px;
    height: 46px;
    border-radius: 23px;
    margin: 10px auto 20px;
    font-size: 14px
}

.planDesc__item__detail,
.planDesc__item__detail--sec {
    background: #f7fafd;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

@media screen and (min-width:835px) {

    .planDesc__item__detail,
    .planDesc__item__detail--sec {
        font-size: 20px;
        padding: 15px 0
    }
}

.planDesc__item__detail--sec span,
.planDesc__item__detail span {
    font-size: 12px;
    color: #474f57;
    display: block;
    margin-bottom: 5px
}

@media screen and (min-width:835px) {

    .planDesc__item__detail--sec span,
    .planDesc__item__detail span {
        font-size: 14px
    }
}

.planDesc__item__detail--sec {
    background: #fff
}

.planDesc__item__func {
    margin: 20px 5px 20px;
}

.planDesc__item__func__head, .planDesc__item__restriction__head {
    position: relative;
    text-align: center
}

.planDesc__item__func__head span, .planDesc__item__restriction__head span {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    background: #fff;
    padding: 0 10px
}

.planDesc__item__func__head:before, .planDesc__item__restriction__head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #e6e6e6
}

.planDesc__item__restriction {
    margin: auto 15px 0;
}
.planDesc__item__restriction__dummy {
    height: 70px;
}

.planDesc__item__restriction p.attention {
    font-weight: 300;
    font-size: 12px;
    text-align:left;
    max-width: 290px;
    margin: 0 auto;
}

.planDesc__item__func__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 290px;
    margin: 0 auto
}

@media screen and (min-width:835px) {
    .planDesc__item__func__list {
        max-width: 320px
    }
}

.planDesc__item__func__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    padding: 15px 0
}

@media screen and (min-width:835px) {
    .planDesc__item__func__item {
        width: 100%;
        padding: 10px 20px;
        font-size: 16px
    }
}

.planDesc__item__func__item:not(:last-of-type) {
    border-bottom: 1px dashed #ccc
}

.planDesc__item__func__item img {
    width: 12px;
    margin-right: 8px
}

@media screen and (min-width:835px) {
    .planDesc__item__func__item img {
        width: 16px
    }
}

.planDesc__plus {
    width: 20px;
    margin: 10px auto
}

@media screen and (min-width:835px) {
    .planDesc__plus {
        width: 40px;
        margin: 25px auto
    }
}

.planDesc__box {
    border: 1px solid #474f57
}

@media screen and (min-width:835px) {
    .planDesc__box {
        border: 2px solid #474f57
    }
}

.planDesc__box__head {
    background: #f7fafd;
    padding: 13px 0;
    border-bottom: 1px solid #474f57;
    font-size: 16px;
    font-weight: 700;
    color: #4495d4
}

@media screen and (min-width:835px) {
    .planDesc__box__head {
        font-size: 20px;
        padding: 15px 0
    }
}

.planDesc__box__main {
    font-size: 12px;
    font-weight: 700;
    background: #fff;
    padding: 10px 0
}

@media screen and (min-width:835px) {
    .planDesc__box__main {
        font-size: 16px;
        padding: 15px 0
    }
}

.planDesc__box__main strong {
    font-size: 22px
}

@media screen and (min-width:835px) {
    .planDesc__box__main strong {
        font-size: 26px
    }
}

.planDesc__box__main span {
    display: block;
    font-weight: 400;
    margin-top: 5px
}

.planPayment {
    background: #eff5f8;
    padding: 60px 0
}
.planPayment.white {
    background: #fff;
}

@media screen and (min-width:835px) {
    .planPayment {
        padding: 80px 0
    }
}

.planPayment__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .planPayment__inner {
        max-width: 900px;
        margin: 0 auto
    }
}

.planPayment__title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 4px solid #72aedb;
    color: #72aedb;
    text-align: center;
    padding-bottom: 5px
}

@media screen and (min-width:835px) {
    .planPayment__title {
        font-size: 28px;
        padding-bottom: 10px
    }
}

.planPayment__desc {
    font-size: 14px;
    line-height: 2;
    margin-top: 30px
}

.planPayment__desc span.caption {
    font-size: 11px;
    line-height: 24px;
}

.image_wrap {
    text-align: center;
    width: 100%;
}

.youtube_wrap {
    aspect-ratio: 560/315;
}

.youtube_wrap iframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width:835px) {
    .planPayment__desc {
        font-size: 16px
    }
    .youtube_wrap {
        width: 80%;
        margin-left: 10%;
    }
}

.planPayment__desc span {
    font-weight: 700
}

.privacy {
    padding: 30px 0 60px
}

@media screen and (min-width:835px) {
    .privacy {
        padding: 100px 0
    }
}

.privacy__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .privacy__inner {
        max-width: 900px;
        margin: 0 auto
    }
}

.reasonDeac {
    padding: 50px 0 0;
    position: relative
}

@media screen and (min-width:835px) {
    .reasonDeac {
        padding: 160px 0 0
    }
}

.reasonDeac__dots {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/common/bg_dot.svg);
    background-size: 25px;
    z-index: -1
}

.reasonDeac__head {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 2
}

@media screen and (min-width:835px) {
    .reasonDeac__head {
        font-size: 28px
    }
}

.reasonDeac__head strong {
    font-size: 24px
}

@media screen and (min-width:835px) {
    .reasonDeac__head strong {
        font-size: 36px
    }
}

.reasonDeac__head strong span {
    font-family: Barlow, sans-serif;
    letter-spacing: 2.4px;
    color: #333
}

@media screen and (min-width:835px) {
    .reasonDeac__head strong span {
        letter-spacing: 3.6px
    }
}

.reasonDeac__head>span {
    color: #72aedb
}

.reasonDeac__list {
    background: #72aedb;
    position: relative;
    margin-top: 135px;
    padding: 45px 0 60px
}

@media screen and (min-width:835px) {
    .reasonDeac__list {
        margin-top: 300px;
        padding: 100px 0 40px
    }
}

.reasonDeac__list__bg {
    position: absolute;
    left: 0;
    top: -9vw;
    width: 100%;
    height: 10vw
}

@media screen and (min-width:835px) {
    .reasonDeac__list__bg {
        height: 5vw;
        top: -4vw
    }
}

.reasonDeac__list__top {
    width: 250px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -115px;
    z-index: 99
}

@media screen and (min-width:835px) {
    .reasonDeac__list__top {
        width: 500px;
        top: -230px
    }
}

@media screen and (min-width:835px) {
    .reasonDeac__list__flex {
        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;
        max-width: 850px;
        margin: 0 auto
    }
}

.reasonDeac__item {
    display: block;
    width: 300px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px auto 0;
    background: #edf3f7;
    border: 1px solid #474f57;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 0 12px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.reasonDeac__item:hover {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    opacity: .8
}

@media screen and (min-width:835px) {
    .reasonDeac__item {
        border: 2px solid #474f57;
        height: 57px;
        width: auto;
        font-size: 16px;
        margin: 10px;
        padding: 0 20px
    }
}

.reasonDeac__item span {
    background: #72aedb;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px
}

.reasonDeac__item span:after,
.reasonDeac__item span:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.reasonDeac__item span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.reasonDeac__item span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.reasonDeac__item img {
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

@media screen and (min-width:835px) {
    .reasonDeac__item img {
        display: none
    }
}

.reasonSolution {
    padding: 60px 0;
    text-align: center;
    background: #fff;
    position: relative
}

@media screen and (min-width:835px) {
    .reasonSolution {
        padding: 100px 0
    }
}

.reasonSolution__inner {
    padding: 0 25px
}

@media screen and (min-width:835px) {
    .reasonSolution__inner {
        max-width: 1250px;
        margin: 0 auto
    }
}

.reasonSolution__head {
    font-size: 16px;
    font-weight: 700;
    position: relative
}

@media screen and (min-width:835px) {
    .reasonSolution__head {
        font-size: 24px
    }
}

.reasonSolution__head img {
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto
}

@media screen and (min-width:835px) {
    .reasonSolution__head img {
        top: -30px
    }
}

.reasonSolution__title {
    text-align: center;
    margin-top: 13px
}

@media screen and (min-width:835px) {
    .reasonSolution__title {
        margin-top: 15px
    }
}

.reasonSolution__title img {
    width: 232px
}

@media screen and (min-width:835px) {
    .reasonSolution__title img {
        width: 350px
    }
}

.reasonSolution__list {
    margin-top: 20px
}

@media screen and (min-width:835px) {
    .reasonSolution__list {
        margin-top: 60px
    }
}

.reasonSolution__item {
    border: 1px solid #474f57;
    background: #f7fafd;
    padding: 70px 20px 20px;
    text-align: left;
    position: relative
}

@media screen and (min-width:835px) {
    .reasonSolution__item {
        border: 2px solid #474f57;
        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;
        padding: 60px 50px
    }

    .reasonSolution__item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.reasonSolution__item:not(:first-of-type) {
    margin-top: 20px
}

@media screen and (min-width:835px) {
    .reasonSolution__item:not(:first-of-type) {
        margin-top: 80px
    }
}

.reasonSolution__item__icon {
    width: 65px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto
}

@media screen and (min-width:835px) {
    .reasonSolution__item__icon {
        width: 100px;
        position: relative;
        top: 0
    }
}

@media screen and (min-width:835px) {
    .reasonSolution__item__box {
        width: 47%
    }
}

.reasonSolution__item__img,
.reasonSolution__item__img--sec {
    border: 3px solid #72aedb;
    border-radius: 30px;
    overflow: hidden
}

@media screen and (min-width:835px) {

    .reasonSolution__item__img,
    .reasonSolution__item__img--sec {
        border: 5px solid #72aedb;
        width: 50%
    }
}

.reasonSolution__item__img--sec img,
.reasonSolution__item__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reasonSolution__item__img--sec {
    border: none
}

.reasonSolution__item__head {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    margin-top: 20px
}

@media screen and (min-width:835px) {
    .reasonSolution__item__head {
        font-size: 28px
    }
}

.reasonSolution__item__head span {
    color: #4495d4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f7deda));
    background: linear-gradient(transparent 60%, #f7deda 0)
}

.reasonSolution__item__text {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 20px
}

@media screen and (min-width:835px) {
    .reasonSolution__item__text {
        font-size: 16px;
        line-height: 2
    }
}

.reasonSolution__item__btn {
    margin: 25px auto 0
}

@media screen and (min-width:835px) {
    .reasonSolution__item__btn {
        margin-top: 35px;
        margin-left: 0
    }
}

.reasonVoice {
    background: #edf3f7;
    padding: 60px 0;
    text-align: center;
    position: relative
}

@media screen and (min-width:835px) {
    .reasonVoice {
        padding: 80px 0
    }
}

.reasonVoice__woman {
    display: none
}

@media screen and (min-width:1390px) {
    .reasonVoice__woman {
        display: block;
        position: absolute;
        right: 100px;
        bottom: 0;
        width: 170px
    }
}

@media screen and (min-width:835px) and (max-width:1024px) {
    .reasonVoice__woman {
        right: 0
    }
}

.reasonVoice__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .reasonVoice__inner {
        max-width: 900px;
        margin: 0 auto
    }
}

.reasonVoice__title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 4px solid #72aedb;
    color: #72aedb;
    padding-bottom: 10px
}

@media screen and (min-width:835px) {
    .reasonVoice__title {
        font-size: 28px
    }
}

.reasonVoice__list {
    margin-top: 40px
}

@media screen and (min-width:835px) {
    .reasonVoice__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.reasonVoice__item {
    width: 260px;
    margin: 0 auto;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.reasonVoice__item:hover {
    opacity: .8
}

.reasonVoice__item:not(:first-of-type) {
    margin-top: 30px
}

@media screen and (min-width:835px) {
    .reasonVoice__item:not(:first-of-type) {
        margin-top: 0
    }
}

@media screen and (min-width:835px) {
    .reasonVoice__item {
        margin: 0;
        width: calc(50% - 20px)
    }
}

.reasonVoice__item__img {
    position: relative;
    height: 175px
}

@media screen and (min-width:835px) {
    .reasonVoice__item__img {
        height: 250px
    }
}

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

.reasonVoice__item__img p {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    bottom: 15px;
    right: 12px;
    position: absolute
}

@media screen and (min-width:835px) {
    .reasonVoice__item__img p {
        font-size: 16px;
        bottom: 20px;
        right: 25px
    }
}

.reasonVoice__item__img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8))) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, transparent, rgba(0, 0, 0, .8)) 0 0 no-repeat padding-box
}

@media screen and (min-width:835px) {
    .reasonVoice__item__img:before {
        height: 100px
    }
}

.reasonVoice__item__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px
}

.reasonVoice__item__category__item {
    border: 1px solid #72aedb;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 10px;
    background: #fff;
    color: #72aedb;
    margin-right: 5px
}

.reasonVoice__item__title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    margin-top: 10px;
    color: #333
}

@media screen and (min-width:835px) {
    .reasonVoice__item__title {
        font-size: 20px
    }
}

.support {
    padding: 60px 0
}

@media screen and (min-width:835px) {
    .support {
        padding: 140px 0 100px
    }
}

.support__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .support__inner {
        max-width: 900px;
        margin: 0 auto
    }
}

.support__text {
    font-size: 14px;
    line-height: 2
}

@media screen and (min-width:835px) {
    .support__text {
        font-size: 16px;
        text-align: center
    }
}

.support__text strong {
    font-weight: 700
}

.support__btn {
    margin: 30px auto 0
}

@media screen and (min-width:835px) {
    .support__btn {
        width: 420px;
        height: 58px;
        margin: 60px auto 0;
        border-radius: 29px;
        font-size: 18px
    }
}

.support__box {
    padding: 60px 0;
    margin-top: 40px;
    border-top: 4px solid #72aedb;
    border-bottom: 4px solid #72aedb;
    text-align: center
}

@media screen and (min-width:835px) {
    .support__box {
        margin-top: 80px
    }
}

.support__box__text {
    font-size: 14px;
    line-height: 2
}

@media screen and (min-width:835px) {
    .support__box__text {
        font-size: 16px
    }
}

.support__box__text strong {
    font-weight: 700
}

.support__box__btn {
    margin-top: 30px
}

@media screen and (min-width:835px) {
    .support__box__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.support__box__contact {
    width: 100%;
    height: 60px;
    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: 16px;
    font-weight: 700;
    color: #fff;
    background: #4495d4;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.support__box__contact:hover {
    opacity: .8
}

@media screen and (min-width:835px) {
    .support__box__contact {
        width: calc(50% - 20px);
        height: 113px;
        font-size: 28px
    }
}

.support__box__contact img {
    width: 40px;
    height: 40px;
    margin-right: 15px
}

.support__box__tel {
    background: #72aedb;
    padding: 10px 0;
    width: 100%;
    display: block;
    margin-top: 20px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.support__box__tel:hover {
    opacity: .8
}

@media screen and (min-width:835px) {
    .support__box__tel {
        width: calc(50% - 20px);
        margin: 0
    }
}

.support__box__tel__head {
    width: 200px;
    height: 22px;
    background: #fff;
    color: #333;
    margin: 0 auto;
    font-size: 14px
}

.support__box__tel__head,
.support__box__tel__num {
    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-weight: 700
}

.support__box__tel__num {
    font-size: 36px;
    color: #fff
}

@media screen and (max-width:370px) {
    .support__box__tel__num {
        font-size: 30px
    }
}

.support__box__tel__num img {
    width: 35px;
    height: 35px;
    margin-right: 7px
}

.support__box__tel__foot {
    text-align: right;
    font-size: 11px;
    color: #fff;
    width: 290px;
    margin: 0 auto
}

.support__head {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px
}

@media screen and (min-width:835px) {
    .support__head {
        font-size: 28px;
        margin-top: 80px
    }
}

.support__company {
    margin-top: 30px
}

@media screen and (min-width:835px) {
    .support__company {
        margin-top: 60px
    }
}

.table {
    width: 100%
}

.table tr {
    border-top: 1px solid #e6e6e6
}

.table tr:last-of-type {
    border-bottom: 1px solid #e6e6e6
}

.table td,
.table th {
    display: block;
    text-align: center;
    padding: 17px 0;
    font-size: 14px;
    line-height: 1.75
}

@media screen and (min-width:835px) {

    .table td,
    .table th {
        display: table-cell;
        text-align: left;
        padding: 25px 0;
        line-height: 2
    }
}

.table th {
    background: #edf3f7
}

@media screen and (min-width:835px) {
    .table th {
        width: 180px;
        background: #fff;
        padding-left: 20px
    }
}

@media screen and (min-width:835px) {
    .table td {
        width: calc(100% - 180px);
        padding-left: 20px
    }
}

.table a {
    color: #4495d4;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.table a:hover {
    opacity: .8
}

.btn {
    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;
    -webkit-transition: .3s;
    transition: .3s
}

.btn:hover {
    background: #72aedb
}

.btn--sec {
    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;
    overflow: hidden;
    position: relative;
    z-index: 10;
    color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(71, 79, 87, .16);
    box-shadow: 2px 2px 10px rgba(71, 79, 87, .16)
}

.btn--sec:before {
    content: "";
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    left: -200px;
    top: -200px;
    width: 800px;
    height: 800px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#f04a4a), to(#fa836e)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg, #f04a4a, #fa836e) 0 0 no-repeat padding-box;
    z-index: -1
}

.btn--sec:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.topMv,
.topMv--sec,
.topMv--third {
    padding: 80px 0;
    text-align: center;
    position: relative;
    height: 100vh
}

@media screen and (min-width:835px) {

    .topMv,
    .topMv--sec,
    .topMv--third {
        padding: 0
    }
}

@media screen and (min-width:835px) {

    .topMv--sec .topMv__scroll,
    .topMv--third .topMv__scroll {
        left: 0;
        right: 0
    }
}

@media screen and (min-width:835px) {

    .topMv--sec .topMv__scroll:before,
    .topMv--third .topMv__scroll:before {
        background: #fff;
        height: 90px;
        bottom: -80px
    }
}

@media screen and (min-width:835px) {

    .topMv--sec .topMv__scroll:after,
    .topMv--third .topMv__scroll:after {
        width: 10px;
        height: 10px;
        background: #fff;
        -webkit-animation: scrollPc 2s ease-in-out infinite;
        animation: scrollPc 2s ease-in-out infinite
    }
}

.topMv--sec .topMV__bg,
.topMv--sec .topMv__device,
.topMv--sec .topMv__slide,
.topMv--third .topMV__bg,
.topMv--third .topMv__device,
.topMv--third .topMv__slide {
    -webkit-animation: none;
    animation: none;
    opacity: 1
}

@media screen and (min-width:835px) {

    .topMv--sec .topMv__device,
    .topMv--sec .topMv__slide,
    .topMv--third .topMv__device,
    .topMv--third .topMv__slide {
        top: 100px
    }
}

@media screen and (min-width:835px) {

    .topMv--sec .topMv__title,
    .topMv--third .topMv__title {
        width: 750px;
        height: 130px
    }
}

.topMv--third .topMv__device {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s
}

@media screen and (min-width:835px) {
    .topMv--third .topMv__device {
        height: 335px
    }
}

@media screen and (min-width:835px) and (max-width:1024px) {
    .topMv--third .topMv__device {
        height: 300px
    }
}

.topMv--third .topMv__device.is-wave {
    opacity: 1;
    visibility: visible;
    -webkit-animation: horizontal 2s ease-in-out infinite alternate;
    animation: horizontal 2s ease-in-out infinite alternate
}

.topMv--third .topMv__device.is-wave img {
    width: 100%;
    -webkit-animation: vertical 1.5s ease-in-out infinite alternate;
    animation: vertical 1.5s ease-in-out infinite alternate
}

.topMv--third .topMv__slide__item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s
}

.topMv--third .topMv__slide__item.is-wave {
    opacity: 1;
    visibility: visible;
    -webkit-animation: horizontal 2s ease-in-out infinite alternate;
    animation: horizontal 2s ease-in-out infinite alternate
}

.topMv--third .topMv__slide__item.is-wave img {
    -webkit-animation: vertical 1.5s ease-in-out infinite alternate;
    animation: vertical 1.5s ease-in-out infinite alternate
}

.topMv--third__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-image: url(/img/top/mv_bg_sp.svg);
    background-size: cover
}

@media screen and (min-width:835px) {
    .topMv--third__bg {
        top: 0;
        background-image: url(/img/top/mv_bg_pc.svg);
        height: 100%
    }
}

.topMV__wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%
}

@media screen and (min-width:835px) {
    .topMV__wave {
        height: 60%
    }
}

#wave,
.topMV__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.topMV__bg {
    height: 50%;
    background: transparent linear-gradient(234deg, #b0d7f5, #72aedb) 0 0 no-repeat padding-box;
    overflow: hidden;
    z-index: -1
}

@media screen and (min-width:835px) {
    .topMV__bg {
        height: 100%;
        width: 50%;
        left: auto;
        right: 0;
        top: 0
    }
}

@media screen and (min-width:835px) {

    .topMV__bg,
    .topMv__device,
    .topMv__slide {
        opacity: 0;
        -webkit-animation: fadeIn .1s 2s forwards;
        animation: fadeIn .1s 2s forwards
    }
}

.topMv__dots {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/common/bg_dot.svg);
    background-size: 25px;
    z-index: -1
}

.topMV__fadeSlide {
    display: none;
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0
}

@media screen and (min-width:835px) {
    .topMV__fadeSlide {
        display: block
    }
}

.topMV__fadeSlide span {
    position: absolute;
    background: transparent linear-gradient(234deg, #b0d7f5, #72aedb) 0 0 no-repeat padding-box;
    height: 100%;
    width: 130%;
    left: 100%;
    top: 0;
    -webkit-animation: fadeSlide 2s 1.5s forwards;
    animation: fadeSlide 2s 1.5s forwards;
    z-index: 9998
}

.topMV__bg__circle {
    position: absolute;
    left: -5%;
    top: 20px;
    z-index: 10;
    width: 120%
}

.topMV__bg__circle--sec {
    position: absolute;
    right: 5%;
    bottom: 50px;
    z-index: 10;
    width: 50%
}

.topMv__inner {
    padding: 0 15px;
    z-index: 10;
    height: 100%
}

@media screen and (min-width:835px) {
    .topMv__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }
}

.topMv__inner--sec {
    padding: 0 15px;
    position: relative;
    z-index: 10;

    height: 100vh
}

@media screen and (min-width:835px) {
    .topMv__inner--sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /* justify-content: space-between; */
        max-width: 1200px;
        margin: 0 auto;
        padding: 0
    }
}

.topMv__inner--sec .topMv__device {
    margin-top: 30px
}

@media screen and (max-width:375px) {
    .topMv__inner--sec .topMv__device {
        margin-top: 20px !important
    }
}

@media screen and (min-width:835px) {
    .topMv__inner--sec .topMv__device {
        right: 0;
        left: auto;
        bottom: -10vh;
        margin-top: auto
    }
}

@media screen and (min-width:835px) {
    .topMv__inner--sec .topMv__slide {
        right: 0;
        left: auto;
        bottom: -10vh
    }
}

@media screen and (min-width:835px) {
    .topMv__inner--sec .topMv__box {
        margin-top: 25vh;
        margin-left: 2%;
    }
}

@media screen and (min-width:835px) {
    .topMv__left {
        margin-top: -10vh
    }
}

@media screen and (min-width:835px) {

    .topMv__left,
    .topMv__right {
        width: 50%;
        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;
        position: relative
    }

    .topMv__right {
        height: 100%
    }
}

@media screen and (min-width:835px) {
    .topMv__right__inner {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto
    }
}

.topMv__title {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    width: 346px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5
}

@media screen and (min-width:835px) {
    .topMv__title {
        text-align: left;
        font-size: 46px;
        width: 600px;
        height: 200px;
        margin-left: 0
    }
}

@media screen and (min-width:835px) and (max-width:1024px) {
    .topMv__title {
        font-size: 40px;
        width: 500px;
        height: 180px
    }
}

@media screen and (max-width:370px) {
    .topMv__title {
        width: 300px;
        height: 75px
    }
}

.topMv__title span {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (min-width:835px) {
    .topMv__title span {
        right: auto;
        margin: 0
    }
}

.topMv__title span:first-of-type {
    opacity: .7;
    -webkit-animation: title 2s ease-out forwards;
    animation: title 2s ease-out forwards
}

.topMv__title span:nth-of-type(2) {
    -webkit-animation: title 2s ease-out .3s forwards;
    animation: title 2s ease-out .3s forwards
}

.topMv__title img {
    width: 346px;
    height: auto
}

@media screen and (max-width:370px) {
    .topMv__title img {
        width: 300px
    }
}

.topMv__text {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    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;
    position: relative;
}

.topMv__nencho {
    width: 300px;
    height: 40px;
    position: relative;
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.topMv__nencho:hover .topMv__nencho__inner {
    top: 2px;
    left: 2px;
    opacity: .8
}

.topMv__nencho__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 9px;
    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: 16px;
    background: #4495d4;
    color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(71, 79, 87, .3);
    box-shadow: 2px 2px 10px rgba(71, 79, 87, .3);
    border: 1px solid #fff;
    font-weight: 700;
}

.topMv__promotion {
    width: 300px;
    height: 40px;
    position: relative;
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.topMv__promotion:hover .topMv__promotion__inner {
    top: 2px;
    left: 2px;
    opacity: .8
}

.topMv__promotion__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 9px;
    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: 16px;
    background: #4495d4;
    color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(71, 79, 87, .3);
    box-shadow: 2px 2px 10px rgba(71, 79, 87, .3);
    border: 1px solid #fff;
    font-weight: 700;
}

@media screen and (min-width:835px) {
    .topMv__text {
        text-align: left;
        font-size: 18px;
        margin-top: 35px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .topMv__nencho {
        font-size: 18px;
        width: 385px;
        margin-left: 0;
        margin-right: 0;
    }
    .topMv__promotion {
        font-size: 18px;
        width: 385px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:370px) {
    .topMv__text {
        font-size: 14px
    }
}

.topMv__text span {
    position: relative;
}

.topMv__text .logo {
    width: 80px;
    margin-left: 6px;
    margin-top: -5px;
}

@media screen and (min-width:835px) {
    .topMv__text .logo {
        width: 120px;
        margin-left: 12px;
        margin-top: -12px;
    }
}

.topMv__text span .logo img {
    width: 0;
    -webkit-animation: logoSp .7s ease-in 1.5s forwards;
    animation: logoSp .7s ease-in 1.5s forwards;
    position: absolute;
    top: 0;
    bottom: 12px;
    right: 0;
    left: 0;
    margin: auto
}

@media screen and (min-width:835px) {
    .topMv__text span .logo img {
        bottom: 16px;
        -webkit-animation: logoPc .7s ease-in 1.5s forwards;
        animation: logoPc .7s ease-in 1.5s forwards
    }
}

@-moz-document url-prefix() {
    .topMv__text span .logo img {
        bottom: 0;
        top: -12px
    }

    @media screen and (min-width:835px) {
        .topMv__text span .logo img {
            top: -15px
        }
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0){
   .topMv__text span .logo img {
        bottom: 0;
        top: -12px
    }

    @media screen and (min-width:835px) {
        .topMv__text span .logo img {
            top: -15px
        }
    }
}

.topMv__text span>img {
    width: 20px;
    position: absolute;
    top: -20px;
    right: 14px;
    opacity: 0;
    -webkit-animation: logoArw .3s ease-in 2.5s forwards;
    animation: logoArw .3s ease-in 2.5s forwards
}

@media screen and (min-width:835px) {
    .topMv__text span>img {
        width: 25px;
        top: -24px;
        right: 31px
    }
}

.topMv__device {
    width: calc(100% - 30px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10
}

.topMv__woman {
    display: none;
}

@media screen and (min-width:835px) {
    .topMv__device {
        width: 450px;
        top: 0;
        bottom: 0
    }    
}
@media screen and (min-width:1070px) {
    .topMv__woman__wrap {
        margin-left: 0;
        text-align: right;
        bottom: calc(46vh - 180px);
        position: absolute;
        right: 470px;
    }
    .topMv__woman {
        display: inline-block;
        width: 165px;
        height: 206px;
    }
}
@media screen and (min-width:835px) and (max-width:1024px) {
    .topMv__device {
        width: 480px
    }
}

.topMv__slide {
    margin: 30px 0 100px !important;
    position: relative
}

@media screen and (min-width:835px) {
    .topMv__slide {
        width: 450px;
        height: 283px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto !important;
    }
}

@media screen and (min-width:835px) and (max-width:1024px) {
    .topMv__slide {
        width: 480px;
        height: 300px;
    }
}

@media screen and (max-width:375px) {
    .topMv__slide {
        margin-top: 20px !important
    }
}

.topMv__slide .next-arrow,
.topMv__slide .prev-arrow {
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 25px;
    height: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.topMv__slide .next-arrow:hover,
.topMv__slide .prev-arrow:hover {
    opacity: .8
}

.topMv__slide .prev-arrow {
    right: 110px
}

.topMv__slide .next-arrow {
    left: 110px
}

.topMv__slide .slick-dots li {
    margin: 0
}

.topMv__slide .slick-dots li.slick-active button:before {
    color: #fff
}

.topMv__slide .slick-dots {
    bottom: -10px
}

.topMv__slide__item img {
    width: 100%
}

.slick-initialized .topMv__slide__item {
    opacity: 1
}

.topMv__scroll {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    background: rgba(114, 174, 219, .8);
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    border-radius: 50%;
    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
}

@media screen and (min-width:835px) {
    .topMv__scroll {
        width: 76px;
        height: 76px;
        font-size: 12px;
        bottom: 80px
    }
}

.topMv__scroll:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -45px;
    background: #fff;
    height: 55px;
    width: 1px
}

@media screen and (min-width:835px) {
    .topMv__scroll:before {
        background: #85b3d7;
        height: 90px;
        bottom: -80px
    }
}

.topMv__scroll:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    bottom: 10px;
    -webkit-animation: scrollSp 2s ease-in-out infinite;
    animation: scrollSp 2s ease-in-out infinite
}

@media screen and (min-width:835px) {
    .topMv__scroll:after {
        width: 10px;
        height: 10px;
        background: #85b3d7;
        -webkit-animation: scrollPc 2s ease-in-out infinite;
        animation: scrollPc 2s ease-in-out infinite
    }
}

.topNews {
    background-color: #edf3f7;
    padding: 40px 25px
}

@media screen and (min-width:835px) {
    .topNews {
        padding: 60px 25px
    }
}

.topNews__box {
    border: 1px solid #474f57;
    position: relative;
    background-color: #fff;
    padding: 50px 10px 20px
}

@media screen and (min-width:835px) {
    .topNews__box {
        border: 2px solid #474f57;
        max-width: 940px;
        margin: 0 auto;
        padding: 75px 40px 40px
    }
}

.topNews__head {
    font-family: Barlow, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #72aedb;
    width: 82px;
    height: 29px;
    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;
    letter-spacing: 1.4px;
    position: absolute;
    left: 10px;
    top: 0
}

@media screen and (min-width:835px) {
    .topNews__head {
        font-size: 20px;
        width: 140px;
        height: 44px;
        left: 40px
    }
}

.topNews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.topNews__item:not(:first-of-type) {
    margin-top: 24px
}

@media screen and (min-width:835px) {
    .topNews__item:not(:first-of-type) {
        margin-top: 20px
    }
}

.topNews__item__date {
    font-size: 12px;
    color: rgba(51, 51, 51, .6);
    margin-left: 3px;
    letter-spacing: 1.2px
}

@media screen and (min-width:835px) {
    .topNews__item__date {
        font-size: 12px;
        margin-left: 0;
        width: 80px
    }
}

.topNews__item__category {
    background-color: rgba(114, 174, 219, .12);
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 7px;
    width: 100px;
    height: 20px;
    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
}

.topNews__item__text {
    font-size: 12px;
    text-decoration: underline;
    color: #333;
    margin-top: 10px;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.topNews__item__text:hover {
    opacity: .8
}

@media screen and (min-width:835px) {
    .topNews__item__text {
        width: calc(100% - 215px);
        margin-top: 0;
        margin-left: 15px
    }
}

.topNews__more {
    display: inline-block;
    width: 90px;
    font-size: 12px;
    font-family: Barlow, sans-serif;
    color: #333;
    letter-spacing: 1.2px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto;
    height: 15px;
    position: relative;
    overflow: hidden
}

.topNews__more span {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    opacity: 1
}

.topNews__more span:nth-of-type(2) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.topNews__more span:nth-of-type(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.topNews__more span:nth-of-type(4) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.topNews__more span:nth-of-type(5) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    padding-left: 5px
}

.topNews__more span:nth-of-type(6) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.topNews__more span:nth-of-type(7) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.topNews__more span:nth-of-type(8) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

@media screen and (min-width:835px) {
    .topNews__more {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 14px;
        letter-spacing: 1.4px;
        width: 100px;
        height: 18px;
        margin-top: 0
    }
}

.topNews__more img {
    width: 5px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.topNews__more:hover span:first-of-type,
.topNews__more:hover span:nth-of-type(2) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.topNews__more:hover span:nth-of-type(2) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.topNews__more:hover span:nth-of-type(3) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.topNews__more:hover span:nth-of-type(4) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.topNews__more:hover span:nth-of-type(5) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.topNews__more:hover span:nth-of-type(6) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.topNews__more:hover span:nth-of-type(7) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.topNews__more:hover span:nth-of-type(8) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.topAbout {
    background: #edf3f7;
    padding: 20px 0 100px;
    text-align: center
}

@media screen and (min-width:835px) {
    .topAbout {
        padding: 40px 0 200px
    }
}

.topAbout__inner {
    padding: 0 25px
}

@media screen and (min-width:835px) {
    .topAbout__inner {
        max-width: 1150px;
        margin: 0 auto;
        padding: 0 50px
    }
}

.topAbout__subtitle {
    font-size: 16px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .topAbout__subtitle {
        font-size: 22px
    }
}

.title,
.title--sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 55px
}

@media screen and (min-width:835px) {

    .title,
    .title--sec {
        height: 100px
    }
}

.title--sec span,
.title span {
    display: inline-block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    padding-top: 55px;
    opacity: 0
}

@media screen and (min-width:835px) {

    .title--sec span,
    .title span {
        padding-top: 100px
    }
}

.title--sec.is-active span,
.title.is-active span {
    padding-top: 0;
    opacity: 1
}

.title--sec.is-active span:first-of-type,
.title.is-active span:first-of-type {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.title--sec.is-active span:nth-of-type(2),
.title.is-active span:nth-of-type(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.title--sec.is-active span:nth-of-type(3),
.title.is-active span:nth-of-type(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.title--sec.is-active span:nth-of-type(4),
.title.is-active span:nth-of-type(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.title--sec.is-active span:nth-of-type(5),
.title.is-active span:nth-of-type(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.title--sec.is-active span:nth-of-type(6),
.title.is-active span:nth-of-type(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.title--sec.is-active span:nth-of-type(7),
.title.is-active span:nth-of-type(7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.title--sec.is-active span:nth-of-type(8),
.title.is-active span:nth-of-type(8) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.title--sec.is-active span:nth-of-type(9),
.title.is-active span:nth-of-type(9) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.title--sec.is-active span:nth-of-type(10),
.title.is-active span:nth-of-type(10) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

@media screen and (min-width:835px) {
    .title--sec {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.topAbout__title {
    font-family: Barlow, sans-serif;
    font-size: 54px;
    color: #72aedb;
    letter-spacing: 5.4px
}

@media screen and (min-width:835px) {
    .topAbout__title {
        font-size: 100px;
        letter-spacing: 10px;
        margin-top: -10px
    }
}

.topAbout__list {
    margin-top: 20px
}

@media screen and (min-width:835px) {
    .topAbout__list {
        margin-top: 50px
    }
}

.topAbout__item {
    position: relative
}

@media screen and (min-width:835px) {
    .topAbout__item {
        text-align: left
    }
}

.topAbout__item:not(:first-of-type) {
    margin-top: 50px
}

@media screen and (min-width:835px) {
    .topAbout__item:not(:first-of-type) {
        margin-top: 100px
    }

    .topAbout__item:not(:first-of-type) .topAbout__item__img {
        right: auto;
        left: 0
    }

    .topAbout__item:not(:first-of-type) .topAbout__item__head,
    .topAbout__item:not(:first-of-type) .topAbout__item__link,
    .topAbout__item:not(:first-of-type) .topAbout__item__num,
    .topAbout__item:not(:first-of-type) .topAbout__item__text {
        margin-left: 550px
    }
}

.topAbout__item__num {
    width: 40px
}

@media screen and (min-width:835px) {
    .topAbout__item__num {
        position: absolute;
        width: 55px;
        left: -45px;
        top: 10px
    }
}

.topAbout__item__head {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px;
    margin-top: 10px;
    border-bottom: 4px dashed #72aedb
}

@media screen and (min-width:835px) {
    .topAbout__item__head {
        max-width: 550px;
        font-size: 36px;
        padding-top: 55px
    }
}

@media screen and (max-width:370px) {
    .topAbout__item__head {
        font-size: 22px
    }
}

.topAbout__item__text {
    font-size: 14px;
    text-align: left;
    margin-top: 40px;
    line-height: 2
}

@media screen and (min-width:835px) {
    .topAbout__item__text {
        font-size: 16px;
        max-width: 550px
    }
}

.topAbout__item__text strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(114, 174, 219, .4)));
    background: linear-gradient(transparent 55%, rgba(114, 174, 219, .4) 0)
}

.img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    opacity: 0
}

.img.is-active {
    -webkit-animation: imgAnimation .8s forwards;
    animation: imgAnimation .8s forwards
}

.topAbout__item__img {
    max-width: 325px;
    width: 100%;
    height: 250px;
    margin: 30px auto 0;
    position: relative
}

@media screen and (min-width:835px) {
    .topAbout__item__img {
        position: absolute;
        max-width: 450px;
        right: 0;
        top: 0;
        height: 350px
    }
}

.topAbout__item__link {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    width: 240px;
    height: 45px;
    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;
    border-radius: 23px;
    line-height: 1;
    margin: 30px auto 0
}

@media screen and (min-width:835px) {
    .topAbout__item__link {
        margin-top: 60px;
        margin-left: 0;
        font-size: 14px;
        width: 254px
    }
}

.topRec {
    background: #72aedb;
    position: relative;
    text-align: center
}

.topRec__inner {
    overflow: hidden;
    position: relative;
    padding: 30px 0 40px
}

@media screen and (min-width:835px) {
    .topRec__inner {
        padding: 40px 0 50px
    }
}

.topRec__circle {
    position: absolute;
    width: 120%;
    left: -15%;
    top: 80px
}

@media screen and (min-width:835px) {
    .topRec__circle {
        width: 60%;
        top: 20%;
        left: -2%
    }
}

.topRec__top {
    position: absolute;
    left: 0;
    width: 100%;
    top: -9vw
}

@media screen and (min-width:835px) {
    .topRec__top {
        top: -4vw
    }
}

.topRec__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 20px rgba(33, 88, 123, .3)
}

@media screen and (min-width:835px) {
    .topRec__title {
        font-size: 32px
    }
}

.topRec__title span {
    font-family: Barlow, sans-serif;
    letter-spacing: 2px
}

@media screen and (min-width:835px) {
    .topRec__title span {
        letter-spacing: 3px
    }
}

.topRec__img {
    width: 60px;
    margin-top: 15px
}

@media screen and (min-width:835px) {
    .topRec__img {
        position: absolute;
        right: 100px;
        bottom: 0;
        width: 150px
    }
}

@media screen and (min-width:835px) and (max-width:1024px) {
    .topRec__img {
        right: 0;
        width: 100px
    }
}

.topRec__list {
    padding: 0 40px
}

@media screen and (min-width:835px) {
    .topRec__list {
        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;
        max-width: 1000px;
        margin: 20px auto 0
    }
}

.topRec__item {
    position: relative;
    display: block;
    width: 295px;
    height: 52px;
    margin: 10px auto 0
}

@media screen and (min-width:835px) {
    .topRec__item {
        height: 68px;
        margin: 10px
    }

    .topRec__item:first-of-type {
        width: 318px
    }

    .topRec__item:nth-of-type(2) {
        width: 332px
    }

    .topRec__item:nth-of-type(3) {
        width: 206px
    }

    .topRec__item:nth-of-type(4) {
        width: 238px
    }

    .topRec__item:nth-of-type(5) {
        width: 206px
    }

    .topRec__item:nth-of-type(6) {
        width: 254px
    }
}

.topRec__item:hover .topRec__item__inner {
    opacity: .8;
    top: 2px;
    left: 2px
}

.topRec__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0 15px 12px;
    color: #333;
    position: relative;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #333
}

@media screen and (min-width:835px) {
    .topRec__item__inner {
        padding: 20px;
        border: 2px solid #333
    }
}

.topRec__item__check {
    width: 22px;
    margin-right: 12px
}

.topRec__item__text {
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .topRec__item__text {
        font-size: 16px
    }
}

@media screen and (max-width:370px) {
    .topRec__item__text {
        font-size: 11px
    }
}

.topRec__item__arw {
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px
}

@media screen and (min-width:835px) {
    .topRec__item__arw {
        display: none
    }
}

.topMovies {
    background: #72aedb;
    text-align: center;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    z-index: 10
}

@media screen and (min-width:835px) {
    .topMovies {
        padding: 80px 0
    }
}

.topMovies__subtitle {
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .topMovies__subtitle {
        font-size: 16px
    }
}

.topMovies__title {
    font-family: Barlow, sans-serif;
    font-size: 40px;
    color: #fff;
    letter-spacing: 4px;
    margin-top: 5px
}

@media screen and (min-width:835px) {
    .topMovies__title {
        font-size: 60px;
        letter-spacing: 6px
    }
}

.topMovies__list {
    margin-top: 20px;
    padding: 0 20px
}

@media screen and (min-width:835px) {
    .topMovies__list {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.topMovies__item {
    background: #fff;
    border: 1px solid #474f57;
    padding: 12px 20px
}

@media screen and (min-width:835px) {
    .topMovies__item {
        border: 2px solid #474f57;
        width: 380px;
        margin: 0 20px;
        padding: 26px 20px 33px
    }
}

.topMovies__item:not(:first-of-type) {
    margin-top: 20px
}

@media screen and (min-width:835px) {
    .topMovies__item:not(:first-of-type) {
        margin-top: 0
    }
}

.topMovies__item__img {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.topMovies__item__img:hover {
    opacity: .8
}

.topMovies__item__img img {
    width: 100%
}

.topMovies__item__head {
    font-size: 12px;
    padding-bottom: 5px;
    margin-top: 20px;
    font-weight: 700;
    border-bottom: 1px dashed #72aedb
}

@media screen and (min-width:835px) {
    .topMovies__item__head {
        font-size: 14px
    }
}

.topMovies__item__text,
.topMovies__item__text--sec {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px
}

@media screen and (min-width:835px) {

    .topMovies__item__text,
    .topMovies__item__text--sec {
        font-size: 22px
    }
}

.topMovies__item__text--sec strong,
.topMovies__item__text strong {
    font-family: Barlow, sans-serif;
    font-size: 24px;
    letter-spacing: 2.4px
}

@media screen and (min-width:835px) {

    .topMovies__item__text--sec strong,
    .topMovies__item__text strong {
        font-size: 32px;
        letter-spacing: 3.2px
    }
}

@media screen and (min-width:835px) {
    .topMovies__item__text--sec {
        margin-top: 22px
    }
}

.topFunction {
    background: #edf3f7;
    padding: 60px 0;
    position: relative;
    text-align: center;
    overflow: hidden
}

@media screen and (min-width:835px) {
    .topFunction {
        padding: 80px 0 170px;
        text-align: left
    }
}

.topFunction__circle {
    position: absolute;
    width: 120%;
    left: -15%;
    top: 80px;
    z-index: -1
}

@media screen and (min-width:835px) {
    .topFunction__circle {
        top: 10%;
        width: 60%;
        left: 2%
    }
}

.topFunction__inner {
    padding: 0 25px;
    position: relative;
    z-index: 10
}

@media screen and (min-width:835px) {
    .topFunction__inner {
        max-width: 1200px;
        margin: 0 auto
    }
}

.topFunction__subtitle {
    font-size: 16px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .topFunction__subtitle {
        font-size: 22px;
        letter-spacing: 2.2px;
        padding-top: 80px
    }
}

.topFunction__title {
    font-family: Barlow, sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    color: rgba(114, 174, 219, .7)
}

@media screen and (min-width:835px) {
    .topFunction__title {
        font-size: 80px;
        letter-spacing: 8px
    }
}

@media screen and (min-width:835px) and (max-width:1024px) {
    .topFunction__title {
        font-size: 70px
    }
}

.topFunction__foot {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    color: rgba(114, 174, 219, .7)
}

@media screen and (min-width:835px) {
    .topFunction__foot {
        font-size: 36px
    }
}

@media screen and (min-width:835px) and (max-width:1024px) {
    .topFunction__foot {
        font-size: 30px
    }
}

@media screen and (max-width:370px) {
    .topFunction__foot {
        font-size: 20px
    }
}

.topFunction__text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-top: 40px;
    color: #333;
    line-height: 2
}

@media screen and (min-width:835px) {
    .topFunction__text {
        max-width: 500px;
        margin-top: 40px;
        line-height: 2
    }
}

@media screen and (min-width:835px) and (max-width:1024px) {
    .topFunction__text {
        max-width: 435px
    }
}

.topFunction__list {
    margin-top: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:835px) {
    .topFunction__list {
        margin-top: 0;
        position: absolute;
        width: 600px;
        right: 0;
        top: 0
    }
}

@media screen and (min-width:835px) and (max-width:1024px) {
    .topFunction__list {
        right: -50px
    }
}

.topFunction__list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    opacity: 0
}

.topFunction__list__inner.is-active {
    -webkit-animation: imgAnimation .7s forwards;
    animation: imgAnimation .7s forwards
}

.topFunction__item {
    width: calc(33.33333% - 3px);
    height: 28vw;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

@media screen and (min-width:835px) {
    .topFunction__item {
        width: 170px;
        height: 180px;
        margin-bottom: 16px
    }
}

.topFunction__item:not(:nth-of-type(3n)) {
    margin-right: 4.5px
}

@media screen and (min-width:835px) {
    .topFunction__item:not(:nth-of-type(3n)) {
        margin-right: 16px
    }
}

a.topFunction__item:hover .topFunction__item__inner {
    top: 2px;
    left: 2px;
    opacity: .8
}

.topFunction__item__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 11px;
    font-weight: 700;
    border: 2px solid #474f57;
    color: #333;
    background: #fff;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:835px) {
    .topFunction__item__inner {
        font-size: 16px;
        border: 2px solid #474f57
    }
}

.topFunction__item__inner img {
    width: 60%
}

@media screen and (min-width:835px) {
    .topFunction__item__inner img {
        margin-bottom: 15px
    }
}

.topFunction__link {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    width: 240px;
    height: 45px;
    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;
    border-radius: 23px;
    line-height: 1;
    margin: 10px auto 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:835px) {
    .topFunction__link {
        margin-left: 0;
        margin-top: 60px
    }
}

.topFunction__link:hover {
    background: #72aedb
}

.topCase {
    background: #edf3f7;
    padding: 60px 0;
    text-align: center
}

@media screen and (min-width:835px) {
    .topCase {
        padding: 80px 0
    }
}

.topCase__subtitle {
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .topCase__subtitle {
        font-size: 16px
    }
}

.topCase__title {
    font-family: Barlow, sans-serif;
    font-size: 40px;
    color: #72aedb;
    letter-spacing: 4px
}

@media screen and (min-width:835px) {
    .topCase__title {
        font-size: 60px;
        letter-spacing: 6px
    }
}

.topCase__list {
    padding: 0 50px;
    margin-top: 20px
}

@media screen and (min-width:835px) {
    .topCase__list {
        max-width: 1000px;
        margin: 30px auto 0
    }
}

.topCase__list .next-arrow,
.topCase__list .prev-arrow {
    position: absolute;
    top: 25vw;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.topCase__list .next-arrow:hover,
.topCase__list .prev-arrow:hover {
    opacity: .8
}

@media screen and (min-width:835px) {

    .topCase__list .next-arrow,
    .topCase__list .prev-arrow {
        top: 120px
    }
}

.topCase__list .prev-arrow {
    left: 10px
}

@media screen and (min-width:835px) {
    .topCase__list .prev-arrow {
        left: 0
    }
}

.topCase__list .next-arrow {
    right: 10px
}

@media screen and (min-width:835px) {
    .topCase__list .next-arrow {
        right: 0
    }
}

.topCase__list .slick-dots {
    display: none !important
}

@media screen and (min-width:835px) {
    .topCase__list .slick-dots {
        display: block !important;
        left: 0;
        right: 0;
        bottom: -50px
    }
}

.topCase__list .slick-active button:before {
    color: #72aedb !important
}

.topCase__item {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.topCase__item:hover {
    opacity: .8
}

@media screen and (min-width:835px) {
    .topCase__item {
        padding: 0 20px
    }
}

.topCase__item__img {
    width: 100%;
    position: relative
}

@media screen and (min-width:835px) {
    .topCase__item__img {
        height: 266px
    }
}

.topCase__item__img:before {
    content: "";
    position: absolute;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8))) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, transparent, rgba(0, 0, 0, .8)) 0 0 no-repeat padding-box;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 50px;
    width: 100%
}

@media screen and (min-width:835px) {
    .topCase__item__img:before {
        height: 100px
    }
}

.topCase__item__img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.topCase__item__box {
    position: relative
}

.topCase__item__company {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 11
}

@media screen and (min-width:835px) {
    .topCase__item__company {
        font-size: 16px;
        right: 30px;
        bottom: 20px
    }
}

.topCase__item__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.topCase__item__category__item {
    background: #fff;
    color: #72aedb;
    border: 1px solid #72aedb;
    border-radius: 12px;
    font-size: 12px;
    padding: 2px 10px;
    margin-right: 5px
}

.topCase__item__text {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .topCase__item__text {
        font-size: 20px
    }
}

.topCase__link {
    border-radius: 23px;
    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;
    line-height: 1;
    width: 240px;
    height: 45px;
    color: #fff;
    margin: 20px auto 0;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:835px) {
    .topCase__link {
        margin: 50px auto 0;
        width: 420px;
        height: 58px;
        font-size: 18px;
        border-radius: 29px
    }
}

.topCase__link:hover {
    background: #72aedb
}

.topPlan {
    position: relative;
    text-align: center;
    padding: 60px 0;
    overflow: hidden;
    background: #fff
}

@media screen and (min-width:835px) {
    .topPlan {
        padding: 100px 0 200px
    }
}

.topPlan__circle {
    position: absolute;
    width: 120%;
    left: -15%;
    top: 50px
}

@media screen and (min-width:835px) {
    .topPlan__circle {
        top: 10%;
        width: 60%;
        left: 2%
    }
}

.topPlan__inner {
    padding: 0 15px
}

@media screen and (min-width:835px) {
    .topPlan__inner {
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
        text-align: left
    }
}

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

.topPlan__title {
    font-family: Barlow, sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
    color: #72aedb
}

@media screen and (min-width:835px) {
    .topPlan__title {
        font-size: 80px;
        letter-spacing: 8px;
        margin-top: 50px
    }
}

.topPlan__subtitle {
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .topPlan__subtitle {
        font-size: 32px;
        margin-top: 10px
    }
}

.topPlan__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    margin-top: 10px
}

@media screen and (min-width:835px) {
    .topPlan__text {
        margin-top: 70px;
        font-weight: 700
    }
}

.topPlan__people {
    width: 85px;
    margin-top: 15px
}

@media screen and (min-width:835px) {
    .topPlan__people {
        width: 215px;
        margin-top: 0;
        position: absolute;
        top: -20px;
        left: 260px
    }
}

.topPlan__img {
    margin: 10px auto 0;
    display: block;
    max-width: 360px;
    height: 230px;
    position: relative
}

@media screen and (min-width:835px) {
    .topPlan__img {
        margin-top: -60px;
        position: absolute;
        right: 0;
        top: 0;
        width: 430px;
        max-width: 430px
    }
}

.topPlan__img img {
    width: 100%
}

.topPlan__img__text {
    position: absolute;
    top: 70px;
    right: 18px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 160px
}

@media screen and (min-width:835px) {
    .topPlan__img__text {
        width: 100%;
        right: 0;
        top: 330px
    }
}

.topPlan__img__text__head {
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .topPlan__img__text__head {
        font-size: 20px
    }
}

.topPlan__img__text__price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.topPlan__img__text__price,
.topPlan__img__text__price__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.topPlan__img__text__price__num {
    font-size: 40px;
    font-weight: 700;
    color: #72aedb;
    position: relative;
    overflow: hidden;
    height: 55px;
    z-index: 10;
    line-height: 1.5
}

@media screen and (min-width:835px) {
    .topPlan__img__text__price__num {
        height: 100px;
        font-size: 80px;
        padding-bottom: 5px
    }
}

.topPlan__img__text__price__num span {
    display: inline-block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    padding-top: 55px;
    opacity: 0
}

@media screen and (min-width:835px) {
    .topPlan__img__text__price__num span {
        padding-top: 100px
    }
}

.topPlan__img__text__price__num.is-active span {
    padding-top: 0;
    opacity: 1
}

.topPlan__img__text__price__num.is-active span:first-of-type {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.topPlan__img__text__price__num.is-active span:nth-of-type(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.topPlan__img__text__price__num.is-active span:nth-of-type(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.topPlan__img__text__price__num.is-active span:nth-of-type(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.topPlan__img__text__price__num.is-active span:nth-of-type(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.topPlan__img__text__price__num.is-active span:nth-of-type(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.topPlan__img__text__price__num.is-active span:nth-of-type(7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.topPlan__img__text__price__num.is-active span:nth-of-type(8) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.topPlan__img__text__price__num.is-active span:nth-of-type(9) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.topPlan__img__text__price__num.is-active span:nth-of-type(10) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.topPlan__img__text__price__num:before {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 7px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#f04a4a), to(#fa836e)) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(90deg, #f04a4a, #fa836e) 0 0 no-repeat padding-box;
    opacity: .7;
    z-index: -1
}

@media screen and (min-width:835px) {
    .topPlan__img__text__price__num:before {
        height: 14px;
        bottom: 0
    }
}

.topPlan__img__text__price__text {
    font-size: 15px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .topPlan__img__text__price__text {
        font-size: 32px;
        margin-top: 13px
    }
}

.topPlan__img__text__foot {
    text-align: right;
    font-size: 8px;
    margin-left: 60px
}

@media screen and (min-width:835px) {
    .topPlan__img__text__foot {
        font-size: 12px;
        margin-left: 0;
        position: absolute;
        right: 0;
        bottom: 10px
    }
}

.topPlan__img__text__annotation {
    font-size: 7px;
    text-align: left
}

@media screen and (min-width:835px) {
    .topPlan__img__text__annotation {
        font-size: 12px;
        text-align: center;
        margin-top: 10px
    }
}

.topPlan__link {
    width: 240px;
    height: 45px;
    border-radius: 23px;
    color: #fff;
    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: 14px;
    font-weight: 700;
    margin: 30px auto 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:835px) {
    .topPlan__link {
        width: 256px;
        margin-left: 120px
    }
}

.topPlan__link:hover {
    background: #72aedb
}

.topFlow {
    background: #edf3f7;
    padding: 60px 0;
    text-align: center
}

@media screen and (min-width:835px) {
    .topFlow {
        padding: 80px 0
    }
}

.topFlow__subtitle {
    font-size: 14px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .topFlow__subtitle {
        font-size: 16px
    }
}

.topFlow__title {
    font-family: Barlow, sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #72aedb
}

@media screen and (min-width:835px) {
    .topFlow__title {
        font-size: 60px;
        letter-spacing: 6px
    }
}

@media screen and (min-width:835px) {
    .topFlow__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50px
    }
}

.topFlow__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 240px;
    margin: 50px auto 0
}

@media screen and (min-width:835px) {
    .topFlow__item {
        margin: 0 25px;
        max-width: 320px
    }
}

.topFlow__item__num {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    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;
    background: #72aedb;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    top: -15px;
    left: -15px
}

.topFlow__item__num strong {
    font-size: 24px;
    margin-top: -5px;
    font-family: Barlow, sans-serif
}

.topFlow__item__img {
    width: 100%
}

.topFlow__item__text {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.75
}

@media screen and (min-width:835px) {
    .topFlow__item__text {
        font-size: 18px;
        margin-top: 15px
    }
}

.topFlow__item__arw {
    width: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto
}

@media screen and (min-width:835px) {
    .topFlow__item__arw {
        top: -40px;
        bottom: 0;
        right: -20px;
        left: auto;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 14px
    }
}

.topFlow__link {
    width: 240px;
    height: 45px;
    color: #fff;
    margin: 30px auto 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    border-radius: 23px;
    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
}

@media screen and (min-width:835px) {
    .topFlow__link {
        width: 420px;
        height: 58px;
        margin: 40px auto 0;
        font-size: 18px;
        border-radius: 29px
    }
}

.topOther {
    padding: 40px 25px;
    text-align: center;
    background: #fff
}

@media screen and (min-width:835px) {
    .topOther {
        padding: 60px 0
    }
}

.topOther__title {
    font-size: 18px;
    font-weight: 700
}

@media screen and (min-width:835px) {
    .topOther__title {
        font-size: 24px
    }
}

.topOther__list {
    margin-top: 20px
}

@media screen and (min-width:835px) {
    .topOther__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px
    }
}

.topOther__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.topOther__item:hover {
    opacity: .8
}

@media screen and (min-width:835px) {
    .topOther__item {
        -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;
        width: 240px;
        border-bottom: none;
        padding: 15px 0
    }

    .topOther__item:nth-of-type(2) {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd
    }
}

.topOther__item__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #7c95a8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-right: 15px
}

@media screen and (min-width:835px) {
    .topOther__item__icon {
        margin-right: 0;
        width: 80px;
        height: 80px
    }
}

.topOther__item__icon img {
    width: 50px
}

@media screen and (min-width:835px) {
    .topOther__item__icon img {
        width: 75px
    }
}

.topOther__item__text {
    font-size: 16px;
    font-weight: 700;
    color: #474f57
}

@media screen and (min-width:835px) {
    .topOther__item__text {
        margin-top: 20px
    }
}

.topOther__item__arw {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    width: 6px
}

@media screen and (min-width:835px) {
    .topOther__item__arw {
        display: none
    }
}

.btnAnime {
    width: 45px;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0 auto;
    background: #474f57;
    border-radius: inherit;
    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;
    -webkit-transition: background width .3s .5s;
    transition: background width .3s .5s
}

.btnAnime:hover {
    background: #72aedb
}

.btnAnime span {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.btnAnime.is-active {
    width: inherit
}

.btnAnime.is-active span {
    visibility: visible;
    opacity: 1
}

.pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9998;
    width: 48px;
    height: 48px;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width:835px) {
    .pagetop {
        bottom: 30px;
        right: 30px;
        width: 60px;
        height: 60px
    }
}

.pagetop img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.pagetop:hover {
    bottom: 20px
}

@media screen and (min-width:835px) {
    .pagetop:hover {
        bottom: 40px
    }
}

@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    to {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
}

@keyframes horizontal {
    0% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    to {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    to {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

@keyframes vertical {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    to {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeSlide {
    0% {
        left: 100%
    }

    to {
        left: -130%
    }
}

@keyframes fadeSlide {
    0% {
        left: 100%
    }

    to {
        left: -130%
    }
}

@-webkit-keyframes title {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes title {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes logoSp {
    60% {
        width: 85px;
        opacity: 1
    }

    to {
        width: 80px;
        opacity: 1
    }
}

@keyframes logoSp {
    60% {
        width: 85px;
        opacity: 1
    }

    to {
        width: 80px;
        opacity: 1
    }
}

@-webkit-keyframes logoPc {
    60% {
        width: 125px;
        opacity: 1
    }

    to {
        width: 120px;
        opacity: 1
    }
}

@keyframes logoPc {
    60% {
        width: 125px;
        opacity: 1
    }

    to {
        width: 120px;
        opacity: 1
    }
}

@-webkit-keyframes logoArw {
    0% {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
        opacity: 0
    }

    90% {
        -webkit-transform: translate(-1px, 1px);
        transform: translate(-1px, 1px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes logoArw {
    0% {
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
        opacity: 0
    }

    90% {
        -webkit-transform: translate(-1px, 1px);
        transform: translate(-1px, 1px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes scrollSp {
    0% {
        bottom: 10px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        bottom: -45px;
        opacity: 0
    }
}

@keyframes scrollSp {
    0% {
        bottom: 10px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        bottom: -45px;
        opacity: 0
    }
}

@-webkit-keyframes scrollPc {
    0% {
        bottom: 10px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        bottom: -80px;
        opacity: 0
    }
}

@keyframes scrollPc {
    0% {
        bottom: 10px;
        opacity: 0
    }

    30% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    to {
        bottom: -80px;
        opacity: 0
    }
}

@-webkit-keyframes imgAnimation {
    60% {
        width: 100%;
        height: 100%;
        opacity: 1
    }

    to {
        width: 95%;
        height: 95%;
        opacity: 1
    }
}

@keyframes imgAnimation {
    60% {
        width: 100%;
        height: 100%;
        opacity: 1
    }

    to {
        width: 95%;
        height: 95%;
        opacity: 1
    }
}

.transactionLaw {
    padding: 60px 0
}

@media screen and (min-width:835px) {
    .transactionLaw {
        padding: 140px 0 100px
    }
}

.transactionLaw__inner {
    padding: 0 24px
}

@media screen and (min-width:835px) {
    .transactionLaw__inner {
        max-width: 900px;
        margin: 0 auto
    }
}


.topRec__item__text {
    word-break: keep-all;
}

.validation_error {
    text-align: center;    
}
.validation_error p {
    color: red;
    font-weight: 500;
    margin-top: 15px;
}

input.error {
    border: 2px solid red;
}
.contact__form__privacy input.error+span {
    border: 2px solid red;
}


.isms_block {
    top: 0;
    bottom: initial;
    right:15px;
    position: absolute;
    width: 130px;
}
.isms_image { 
    width: 130px;
}
.isms_caption {
    width: 130px;
    text-align: center;
    font-size: 12px;
}

@media screen and (min-width:835px) {
    .isms_block {
        top: initial;
        bottom: 0;
        right:0;
        position: absolute;
        width: 200px;
    }
    .isms_image { 
        width: 200px;
    }
    .isms_caption {
        width: 200px;
        text-align: center;
        font-size: 13px;
    }
}

.slider-container {
    margin-top: 50px;
}
.slider {
    width: 100%;
    position: relative;
    background-color: white;
    overflow: hidden;
}
.slides {
    display: flex;
    width: 200%;
}

  
.slide {
    flex-basis: 50%;
    display:flex;
    align-items: center;
    height: 100px;
    padding: 25px 0;
}

.slide:first-child {
    animation: slide 80s -40s linear infinite;
}
.slide:last-child {
    animation: slide2 80s linear infinite;
}
.slide img {
    display: block;
    transition: transform .3s;
    margin: 0 20px;
}
img.no1 {
    width: 57px;
}
img.no2 {
    width: 117px;
}
img.no3 {
    width: 58px;
}
img.no4 {
    width: 234px;
}
img.no5 {
    width: 160px;
}
img.no6 {
    width: 64px;
}
img.no7 {
    width: 100px;
}
img.no8 {
    width: 190px;
}
img.no9 {
    width: 136px;
}
img.no10 {
    width: 232px;
}
img.no11 {
    width: 227px;
}
img.no12 {
    width: 88px;
}
img.no13 {
    width: 138px;
}
img.no14 {
    width: 65px;
}
img.no15 {
    width: 164px;
}
img.no16 {
    width: 270px;
}

@media screen and (max-width:835px) {
    .slider-container {
        margin-top: 20px;
    }
    .slide {
        height: 60px;
        padding: 15px 0;
    }
    .slide img {
        margin: 0 5px;
    }

    .slide:first-child {
        animation: slide 50s -25s linear infinite;
    }
    .slide:last-child {
        animation: slide2 50s linear infinite;
    }

    img.no1 {
        width: 34px;
    }
    img.no2 {
        width: 70px;
    }
    img.no3 {
        width: 35px;
    }
    img.no4 {
        width: 140px;
    }
    img.no5 {
        width: 96px;
    }
    img.no6 {
        width: 38px;
    }
    img.no7 {
        width: 60px;
    }
    img.no8 {
        width: 114px;
    }
    img.no9 {
        width: 82px;
    }
    img.no10 {
        width: 139px;
    }
    img.no11 {
        width: 136px;
    }
    img.no12 {
        width: 53px;
    }
    img.no13 {
        width: 83px;
    }
    img.no14 {
        width: 39px;
    }
    img.no15 {
        width: 99px;
    }
    img.no16 {
        width: 162px;
    }
}

@keyframes slide {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}
