* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 23px;
    color: #333333;
    line-height: unset;
}

body {
    position: relative;
}

.br--none {
    display: none;
}

.main {
    padding-top: 80px;
}

.text--red {
    color: #df1111;
}

.text--rg {
    font-size: 32px;
    line-height: 1.3;
}

.font--boldItalic {
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #df1111;
    font-size: 48px;
    padding: 0 10px 0 8px;
}

.header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
}

.header_sp {
    display: none;
}

.header__inner {
    width: 100%;
    height: 100%;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: left;
    max-width: 1500px;
    margin: auto;
}

.header__inner--sp {
    display: none;
}

.header__logo {
    width: 225px;
    height: auto;
    margin-right: 30px;
}

.navigation {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: auto;
}

.navigation__item {
    white-space: nowrap;
    font-size: 17px;
    transition: .15s;
    cursor: pointer;
    margin-right: 60px;
}

.navigation__item:hover {
    font-size: 17px;
    color: #df1111;
}

.header__button--contact {
    width: 170px;
    height: 45px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #df1111;
    border: 2px #df1111 solid;
    border-radius: 27px;
}

.header__button--contact:hover {
    opacity: 0.7;
}

.main {
    width: 100%;
}

.innner {
    width: 980px;
    margin: auto;
    padding: 0 18px;
    position: relative;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 3vw;
    bottom: 50px;
    background: #df1111;
    opacity: 0.6;
    border-radius: 50%;
    z-index: 8000;
    cursor: pointer;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
}

#page_top::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #FFFFFF;
    border-left: 0;
    border-bottom: 0;
    transform: rotate( -45deg);
    position: relative;
    top: 5px;
}

.firstView {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: url('../img/first_view_bg.png');
}

.firstView__content {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-image: url('../img/first_view_bg_front.png');
}

.firstView__bg--left {
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
}

.firstView__bg--right {
    width: 230px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.firstView__content--left {
    width: 100%;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: auto;
}

.firstView__text {
    display: block;
    white-space: nowrap;
    margin-left: auto;
}

.firstView__text--top {
    font-size: 45px;
    letter-spacing: 0.85px;
    color: #2E2E2E;
    font-weight: 700;
    position: relative;
}

.firstView__text--bottom {
    font-size: 18px;
    letter-spacing: 1.05px;
    line-height: 59px;
    color: #2E2E2E;
}

.firstView__img--left {
    width: 175px;
    height: 175px;
    margin-left: auto;
    margin-right: 15px;
}

.firstView__img--right {
    width: 175px;
    height: 175px;
}

.firstView__content--right {
    width: 100%;
    display: flex;
    max-width: 1080px;
    margin: auto;
}

.firstView__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    /*top: -60px;*/
}

.firstView__icon--1 {
    width: 200px;
    height: 200px;
    text-align: center;
    position: relative;
    background-image: url('../img/first_view_icon.png');
    background-size: cover;
}

.firstView__icon--2 {
    width: 200px;
    height: 200px;
    text-align: center;
    position: relative;
    background-image: url('../img/first_view_icon.png');
    background-size: cover;
}

.firstView__icon--3 {
    width: 200px;
    height: 200px;
    text-align: center;
    position: relative;
    background-image: url('../img/first_view_icon.png');
    background-size: cover;
}

.icon__text {
    font-size: 18px;
    width: 100%;
    letter-spacing: 1.26px;
    line-height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: 700;
    color: #C41010;
}

.firstView__button {
    margin-top: 30px;
    width: 600px;
    cursor: pointer;
}

.firstView__button:hover {
    opacity: 0.7;
}

.firstView__video {
    margin-top: 25px;
    width: 750px;
}

.firstView__img--leftSp {
    display: none;
}

.firstView__img--rightSp {
    display: none;
}

.firstView__button--sp {
    display: none;
}

.video--first {
    width: 100%;
    height: auto;
}

.video {
    width: 100%;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
}

.video--pip {
    width: 100%;
    height: 55vh;
}

.container {
    width: 100%;
    padding-top: 60px;
}

.companies {
    text-align: center;
    position: relative;
    z-index: 100;
}

.companies::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -170px;
    transform: skewY( 5deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.companies__text {
    letter-spacing: 1.25px;
    line-height: 43px;
    text-align: center;
    /*white-space: nowrap;*/
}

.companies__text--sp {
    display: none;
}

.company__logos {
    width: 100%;
    margin-top: 66px;
    margin-bottom: 81px;
}

.companies__banner {
    width: 800px;
    margin-top: 30px;
    cursor: pointer;
}

.companies__banner:hover {
    opacity: 0.7;
}

.businessScene {
    width: 100%;
    background-color: #EAEDE8;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
}

.businessScene::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: skewY( -5deg);
    transform-origin: top right;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: #EAEDE8;
}

.businessScene__text {
    letter-spacing: 1.25px;
    line-height: 43px;
    text-align: center;
    white-space: nowrap;
}

.businessScene__text--sp {
    display: none;
}

.businessScene__pop {
    width: 730px;
    margin-top: 80px;
    margin-bottom: 25px;
}

.businessScene__row {
    display: flex;
    justify-content: center;
}

.businessScene__col {
    width: 33%;
    padding: 26px 25px 40px 25px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border: 4px solid #FFFFFF;
    border-radius: 20px;
    margin: 0 14px;
    opacity: 0;
    transform: translateY(70px);
    transition: all 1.5s;
}

.businessCol__icon {
    width: 40%;
    margin-bottom: 32px;
}

.businessCol__title {
    color: #df1111;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #707070;
}

.businessCol__text {
    letter-spacing: 1px;
    line-height: 31px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    min-height: 210px;
}

.businessCol__img {
    width: 100%;
}

.businessScene__text--center {
    text-align: center !important;
}

.modal-open {
    cursor: pointer;
}

.modal-open:hover {
    opacity: 0.7;
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: rgba(0, 0, 0, 80%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*モーダル本体の擬似要素の指定*/

.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}


/*モーダル本体に「active」クラス付与した時のスタイル*/

.modal-container.active {
    opacity: 1;
    visibility: visible;
}


/*モーダル枠の指定*/

.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 70vw;
    width: 90%;
}


/*モーダルを閉じるボタンの指定*/

.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -25px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


/*モーダル内のコンテンツの指定*/

.modal-content {
    text-align: left;
    padding: 30px;
}

.stepSection {
    padding-top: 180px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.stepSection::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -170px;
    transform: skewY( 5deg);
    transform-origin: top right;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: #ffffff;
}

.stepSection__title {
    width: 700px;
    margin-bottom: 30px;
}

.stepSection__row {
    width: 100%;
    display: flex;
    margin-bottom: 70px;
}

.stepSection__col {
    width: 33%;
    margin: 0 14px;
    text-align: center;
    opacity: 0;
    transform: translateY(70px);
    transition: all 1.5s;
}

.stepSection__col:nth-child(2) {
    margin-top: 40px;
}

.stepSection__col:nth-child(3) {
    margin-top: 80px;
}

.stepSection__pop {
    width: 80%;
    margin-bottom: 10px;
}

.stepCol {
    width: 100%;
    padding: 80px 30px 75px 30px;
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 20px;
}

.stepSection__col:nth-child(2) .stepCol {
    width: 100%;
    padding: 80px 30px 55px 30px;
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 20px;
}

.stepCol p {
    font-size: 22px;
}

.stepCol__img {
    width: 100%;
}

.stepSection__text {
    letter-spacing: 0.85px;
    line-height: 41px;
    white-space: nowrap;
    font-size: 22px;
}

.stepSection__text--sp {
    display: none;
}

.stepSection__text--bunner {
    margin-top: 50px;
}

.stepSection__banner {
    width: 800px;
    margin-top: 35px;
    cursor: pointer;
}

.stepSection__banner:hover {
    opacity: 0.7;
}

.features {
    width: 100%;
    text-align: center;
    background-color: #EAEDE8;
    padding-bottom: 150px;
    padding-top: 220px;
}

.features__title {
    background-color: #EAEDE8;
    position: relative;
    padding-bottom: 150px;
}

.features__title--back {
    position: absolute;
    font-size: 120px;
    letter-spacing: 6px;
    color: #D6D6D6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.features__title--prev {
    position: absolute;
    letter-spacing: 2.8px;
    font-weight: 700;
    font-size: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.featuresInner {
    width: 100%;
    margin-top: 70px;
}

.featuresInner:first {
    margin-top: 0px;
}

.featuresInner__title {
    width: 100%;
    color: #FFFFFF;
    padding: 10px 25px;
    letter-spacing: 0.15px;
    background-color: #CF1111;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 15px;
}

.featuresInner__title span {
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    padding-right: 20px;
    letter-spacing: 0.85px;
}

.featuresInner__row {
    width: 100%;
    display: flex;
}

.featuresInner__col--left {
    width: 38%;
    text-align: center;
}

.featuresInner__img {
    width: 100%;
}

.featuresInner__col--right {
    width: 62%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px 60px;
    text-align: left;
    letter-spacing: 1.25px;
    line-height: 40px;
}

.avatarSection {
    width: 100%;
}

.customerVoice {
    background-color: #EAEDE8;
    padding-bottom: 150px;
}

.customerVoice__title {
    background-color: #EAEDE8;
    position: relative;
    padding-top: 300px;
}

.customerVoice__title--back {
    position: absolute;
    font-size: 120px;
    letter-spacing: 6px;
    color: #D6D6D6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.customerVoice__title--prev {
    position: absolute;
    letter-spacing: 2.8px;
    font-weight: 700;
    font-size: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.customerVoice__col {
    box-shadow: 0px 3px 30px #00000029;
    border-radius: 20px 20px 0px 0px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 32px 70px;
    margin-bottom: 117px;
    position: relative;
}

.customer__logo {
    width: 200px;
    margin-bottom: 47px;
}

.voiceRow {
    display: flex;
    margin-bottom: 35px;
}

.voiceCol--left {
    width: 45%;
    text-align: center;
}

.customer__img {
    width: 100%;
}

.voiceCol--right {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    text-align: left;
    letter-spacing: 1.25px;
    line-height: 40px;
    font-weight: 700;
}

.voiceRow--under {
    width: 100%;
    padding-top: 50px;
    border-top: 3px solid #cf1111;
}

.voiceRow__text {
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
    text-align: left;
}

.active .voiceRow__text {
    padding-bottom: 80px;
}

.text_wrapper {
    position: relative;
    margin-bottom: 20px;
    height: 150px;
    overflow: hidden;
}

.active .show_more:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.show_more {
    display: block;
    width: 100%;
    padding: 80px 0 0;
    position: absolute;
    cursor: pointer;
    bottom: 10px;
    left: 0;
    text-align: center;
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.open-btn img {
    width: 70px;
    -moz-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.close-btn img {
    width: 70px;
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
}

.demo {
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 100px;
}

.demo_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.demo__title {
    position: relative;
    padding-top: 250px;
}

.demo__title--back {
    position: absolute;
    font-size: 120px;
    letter-spacing: 6px;
    color: #5F5D5D;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: italic;
    opacity: 0.37;
}

.demo__title--prev {
    position: absolute;
    color: #FFFFFF;
    letter-spacing: 2.8px;
    font-weight: 700;
    font-size: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.demo__text {
    letter-spacing: 1.25px;
    margin-top: 0px;
    margin-bottom: 100px;
    z-index: 10;
    position: relative;
    text-align: center;
    top: -20px;
}


/* 
.demo_pop_left {
    position: absolute;
    width: 18.5vw;
    top: 270px;
    left: 30px;
}

.demo_pop_right {
    position: absolute;
    width: 17vw;
    top: 300px;
    right: 30px;
} */

.demo_pop_left {
    position: absolute;
    width: 16.5vw;
    top: 280px;
    left: -3vw;
}

.demo_pop_right {
    position: absolute;
    width: 15vw;
    top: 290px;
    right: -2vw;
}

.demo__pop {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.5s;
}

.demo__frame {
    margin: 0 auto;
}

.demo__frame--md {
    display: none;
}

.demo__frame--sm {
    display: none;
}

.demo__frame--xs {
    display: none;
}

.pipmaker--unset {
    background-color: unset !important;
}

.demo__inner {
    width: 100%;
    height: 100%;
}

.demo__text--under {
    letter-spacing: 1.25px;
    color: #FFFFFF;
    text-align: center;
    line-height: 43px;
    box-shadow: 3px 3px 6px #00000029;
    background-color: rgba(0, 0, 0, 0.52);
    padding: 37px 0;
    margin-top: 80px;
    font-size: 22px;
    position: relative;
}

.faq {
    width: 100%;
    padding-bottom: 145px;
    background-image: url('../img/faq_bg.png');
    background-size: cover;
    position: relative;
}

.faq__title {
    position: relative;
    padding-top: 300px;
}

.faq__title--back {
    position: absolute;
    font-size: 120px;
    letter-spacing: 6px;
    color: #D6D6D6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: italic;
    opacity: 0.39;
}

.faq__title--prev {
    position: absolute;
    color: #FFFFFF;
    letter-spacing: 2.8px;
    font-weight: 700;
    font-size: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*=========
accordion
=========*/

.accordion_area {}

.accordion_one {
    margin-bottom: 50px;
}

.accordion_area .accordion_one .ac_header {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 30px 20px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: #f1f8ff;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #f5f5f5;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background-color: #f1f8ff;
}

.accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #014897;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #014897;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
}

.accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 30px 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
}

.p-faq__headinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.p-faq__headinner::before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background-image: url('../img/faq_q.png');
    color: #09357f;
    font-size: 20px;
    font-weight: bold;
    width: 55px;
    height: 55px;
    background-size: cover;
}

.p-faq__headinner p.p-faq__q-txt {
    font-size: 20px;
    padding-left: 50px;
    letter-spacing: 1px;
}

.p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.p-faq__bodyinner::before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    background-image: url('../img/faq_a.png');
    color: #de0000;
    font-size: 20px;
    font-weight: bold;
    width: 55px;
    height: 55px;
    background-size: cover;
}

.p-faq__bodyinner p.p-faq__a-txt {
    font-size: 20px;
    padding-left: 50px;
    letter-spacing: 1px;
}

.trial {
    width: 100%;
    background-color: #F7F5E7;
    padding: 95px 0 110px 0;
    text-align: center;
}

.trial__button {
    width: 590px;
    margin-bottom: 78px;
    cursor: pointer;
}

.trial__button:hover {
    opacity: 0.7;
}

.trial__text {
    letter-spacing: 1.25px;
    margin-bottom: 30px;
}

.trial__banner {
    width: 820px;
    cursor: pointer;
}

.trial__banner:hover {
    opacity: 0.7;
}

.footer {
    width: 100%;
    position: absolute;
}

.footer__top {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px 0 65px 0;
}

.footer_logo {
    width: 237px;
}

.footer__bottom {
    background-color: #333333;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 980px;
}

.footer__nav {
    display: flex;
    align-items: center;
    padding-left: 55px;
}

.footer__nav a {
    display: flex;
}

.footer__nav span {
    font-size: 17px;
    letter-spacing: 0.85px;
    color: #FFFFFF;
    font-weight: 300;
    margin-right: 80px;
    white-space: nowrap;
}

.footer__nav span:hover {
    color: #bbb;
}

.footer__text {
    font-size: 10px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    padding-right: 30px;
    font-weight: 300;
    white-space: nowrap;
}

@media screen and (max-width: 1200px) and (min-width: 979px) {
    .demo_pop_left {
        position: absolute;
        width: 19.5vw;
        top: 280px;
        left: 3vw;
    }
    .demo_pop_right {
        position: absolute;
        width: 18vw;
        top: 290px;
        right: 3vw;
    }
}

@media screen and (max-width: 980px) and (min-width: 736px) {
    .navigation__item {
        font-size: 16px;
        margin-right: 40px;
    }
    .firstView__text {
        padding-left: 00px;
    }
    .main {
        width: 980px;
    }
    .businessScene::before {
        border-width: 0 0 100px 980px;
    }
    .modal-body {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 90%;
        width: 90%;
    }
    .demo__frame {
        display: none;
    }
    .demo__frame--md {
        display: unset;
        margin: 0 auto;
    }
    .demo__frame--sm {
        display: none;
    }
    .demo__frame--xs {
        display: none;
    }
    .demo_pop_left {
        position: absolute;
        width: 23vw;
        top: 290px;
        left: 30px;
    }
    .demo_pop_right {
        position: absolute;
        width: 23vw;
        top: 290px;
        right: 30px;
    }
    .footer__nav span {
        font-size: 17px;
        letter-spacing: 0.35px;
        color: #FFFFFF;
        font-weight: 300;
        margin-right: 40px;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1500px) {
    .demo_pop_left {
        position: absolute;
        width: 14.5vw;
        top: 280px;
        left: -3vw;
    }
    .demo_pop_right {
        position: absolute;
        width: 12.5vw;
        top: 290px;
        right: -2vw;
    }
}

@media screen and (min-width: 1850px) {
    .demo_pop_left {
        position: absolute;
        width: 13.5vw;
        top: 270px;
        left: -3vw;
        max-width: 315px;
    }
    .demo_pop_right {
        position: absolute;
        width: 12.5vw;
        top: 290px;
        right: -2vw;
        max-width: 285px;
    }
}

@media screen and (max-width: 980px) and (min-width: 736px) {
    html {
        width: 980px;
    }
    body {
        width: 980px;
    }
    .navigation__item {
        font-size: 16px;
        margin-right: 40px;
    }
    .main {
        width: 980px;
    }
    .businessScene::before {
        border-width: 0 0 100px 980px;
    }
    .modal-body {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 90%;
        width: 90%;
    }
    .demo__frame {
        display: none;
    }
    .demo__frame--md {
        display: unset;
        margin: 0 auto;
    }
    .demo__frame--sm {
        display: none;
    }
    .demo__frame--xs {
        display: none;
    }
    .footer__nav span {
        font-size: 17px;
        letter-spacing: 0.35px;
        color: #FFFFFF;
        font-weight: 300;
        margin-right: 40px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 736px) {
    .br--none {
        display: unset;
    }
    .innner {
        width: 100%;
        margin: auto;
        padding: 0 20px;
    }
    .video--pip {
        width: 100%;
        height: 47vw;
    }
    .main {
        padding-top: 0px;
    }
    .accordion_area .accordion_one .ac_header {
        padding: 1.5rem 2rem 1.5rem 0.2rem;
    }
    .accordion_area .accordion_one .ac_header .i_box {
        right: 0.8rem;
        width: 15px;
        height: 15px;
        margin-top: -7px;
    }
    .accordion_area .accordion_one .ac_header .i_box:before {
        width: 15px;
    }
    .accordion_area .accordion_one .ac_header .i_box:after {
        height: 15px;
        right: 7px;
    }
    .accordion_area .accordion_one .ac_inner {
        padding: 1.5rem 2rem 1.5rem 0.2rem;
    }
    .p-faq__bodyinner p.p-faq__a-txt {
        font-size: 14px;
    }
    .header {
        display: none;
    }
    .header_sp {
        display: block !important;
        width: 100%;
        padding: 0 !important;
        height: 75px;
    }
    .header_logo {
        width: 100%;
        margin-top: 5px;
    }
    .header_menu_button_sp {
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        position: fixed;
        top: 14px;
        right: 3vw;
        background-color: #EAEFF2;
        z-index: 9100;
    }
    .burger_btn {
        border: none;
    }
    .burger_btn.close {
        background-color: rgba(234, 239, 242, 0.04);
    }
    .bar {
        width: 16.5px;
        height: 2px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
    }
    .bar_top {
        top: 15px;
    }
    .bar_mid {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .bar_bottom {
        bottom: 15px;
    }
    .burger_btn.close .bar_top {
        transform: translate(-50%, 8px) rotate(45deg);
        transition: transform .4s;
    }
    .burger_btn.close .bar_mid {
        opacity: 0;
        transition: opacity .3s;
    }
    .burger_btn.close .bar_bottom {
        transform: translate(-50%, -8px) rotate(-45deg);
        transition: transform .4s;
    }
    .nav_wrapper--back {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 8900;
        display: block;
        background-color: #000;
        opacity: 0.7;
    }
    .nav_wrapper {
        width: 50vw;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9000;
        display: block;
    }
    .header_nav {
        width: 100%;
        height: 100%;
        background-color: #CF1111;
        z-index: 2;
        padding: 0 22px;
        padding-top: 100px;
        overflow: scroll;
        padding-bottom: 150px;
    }
    .header_nav.nav_list {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .header_nav.nav_item {
        margin-right: 0;
        margin-bottom: 40px;
    }
    body.noscroll {
        overflow: hidden;
    }
    .header_logo_div {
        width: 200px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 30px;
    }
    .header_logo_div a {
        text-align: center;
    }
    .header__inner {
        display: none;
    }
    .header__inner--sp {
        display: unset;
    }
    .navigation {
        display: block;
        height: 40%;
        align-items: center;
        margin-left: auto;
        text-align: right;
    }
    .header__button--contact {
        width: 200px;
        height: 45px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
        color: #df1111;
        border-radius: 27px;
        margin-left: auto;
    }
    .navigation__item {
        font-size: 24px;
        transition: .15s;
        cursor: pointer;
        color: #FFFFFF;
        margin-bottom: 20px;
    }
    .businessScene__text--center {
        letter-spacing: 0;
        line-height: 43px;
        font-size: 15px;
        text-align: center;
        white-space: unset;
        display: unset !important;
    }
    .featuresInner__col--right {
        width: 62%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 0 0 30px;
        text-align: left;
        letter-spacing: 1.25px;
        line-height: 40px;
    }
    .features {
        padding-bottom: 150px;
        padding-top: 220px;
    }
    .features__title--prev {
        width: 100%;
    }
    .demo__title--prev {
        width: 100%;
    }
    .featuresInner__text {
        font-size: 2vw;
    }
    .stepSection__text {
        white-space: unset;
        font-size: 2.2vw;
        letter-spacing: 0;
    }
    .businessScene__text {
        white-space: unset;
        font-size: 2.2vw;
        letter-spacing: 0;
    }
    .stepSection__banner {
        width: 100%;
        margin-top: 35px;
        cursor: pointer;
    }
    .stepCol {
        padding: 70px 10px 55px 10px;
    }
    .stepCol__img {
        width: 90%;
        margin-top: 20px;
    }
    .demo__text--under {
        font-size: 2.2vw;
    }
    .footer__bottom {
        height: auto;
        display: block;
        text-align: left;
        padding-bottom: 10px;
    }
    .footer__nav {
        display: block;
        padding-left: 0px;
        padding: 24px 0;
    }
    .footer__nav a {
        margin-bottom: 30px;
    }
    html {
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        color: #333333;
        line-height: unset;
        overflow-x: hidden;
    }
    .br--sp {
        display: none;
    }
    .header {
        display: none;
    }
    .header_sp {
        display: block !important;
        width: 100%;
        padding: 0 !important;
        height: 65px;
    }
    .header_logo {
        width: 100%;
        margin-top: 5px;
    }
    .header_menu_button_sp {
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        position: fixed;
        top: 7px;
        right: 15px;
        background-color: #EAEFF2;
        z-index: 9100;
        box-shadow: 0px 3px 6px #00000029;
    }
    .burger_btn {
        border: none;
    }
    .burger_btn.close {
        background-color: #EAEFF2;
    }
    .bar {
        width: 16.5px;
        height: 2px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #C41010;
    }
    .bar_top {
        top: 15px;
    }
    .bar_mid {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .bar_bottom {
        bottom: 15px;
    }
    .burger_btn.close .bar_top {
        transform: translate(-50%, 8px) rotate(45deg);
        transition: transform .4s;
    }
    .burger_btn.close .bar_mid {
        opacity: 0;
        transition: opacity .3s;
    }
    .burger_btn.close .bar_bottom {
        transform: translate(-50%, -8px) rotate(-45deg);
        transition: transform .4s;
    }
    .nav_wrapper {
        width: 70vw;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9000;
        display: block;
    }
    .header_nav {
        width: 100%;
        height: 100%;
        background-color: #CF1111;
        z-index: 2;
        padding: 0 22px;
        padding-top: 100px;
        overflow: scroll;
        padding-bottom: 150px;
    }
    .header_nav.nav_list {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .header_nav.nav_item {
        margin-right: 0;
        margin-bottom: 40px;
    }
    body.noscroll {
        overflow: hidden;
    }
    .header_logo_div {
        width: 200px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 15px;
    }
    .header_logo_div a {
        text-align: center;
    }
    .header__inner {
        display: none;
    }
    .header__inner--sp {
        display: unset;
    }
    .navigation {
        display: block;
        height: auto;
        align-items: center;
        margin-left: auto;
    }
    .navigation__item {
        font-size: 22px;
        transition: .15s;
        cursor: pointer;
        color: #FFFFFF;
        margin-bottom: 25px;
        margin-right: 0px;
    }
    .header__button--contact {
        width: 200px;
        height: 45px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
        color: #df1111;
        border-radius: 27px;
        margin-left: auto;
    }
    .p-faq__headinner {
        padding-left: 25px;
    }
    .p-faq__bodyinner {
        padding-left: 25px;
    }
    .p-faq__headinner::before {
        font-size: 14px;
    }
    .p-faq__headinner p.p-faq__q-txt {
        font-size: 14px;
    }
    .p-faq__headinner p.p-faq__q-txt {
        padding-left: 40px;
        letter-spacing: 1px;
    }
    .p-faq__bodyinner p.p-faq__a-txt {
        padding-left: 40px;
        letter-spacing: 1px;
    }
    .firstView {
        width: 100vw;
        height: auto;
    }
    .firstView__content {
        background-size: inherit;
        padding-bottom: 100px;
    }
    .firstView__bg--left {
        width: 160px;
    }
    .firstView__bg--right {
        width: 160px;
    }
    .firstView__text {
        display: block;
        padding-right: 0;
        padding-left: 0px;
        margin-left: unset;
    }
    .firstView__text--top {
        font-size: 5.8vw;
        padding-left: 5px;
    }
    .firstView__text--bottom {
        font-size: 4.5vw;
        letter-spacing: 1.05px;
        line-height: 45px;
        color: #2E2E2E;
        padding-left: 5px;
    }
    .firstView__icons {
        display: flex;
        flex-wrap: unset;
        justify-content: space-between;
        top: 0px;
        margin: 0 auto;
    }
    .firstView__icon--1 {
        width: 33vw;
        height: 33vw;
    }
    .firstView__icon--2 {
        width: 33vw;
        height: 33vw;
    }
    .firstView__icon--3 {
        width: 33vw;
        height: 33vw;
    }
    .icon__text {
        font-size: 2.9vw;
        width: 100%;
        letter-spacing: 1.26px;
        line-height: 34px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-weight: 700;
        color: #C41010;
    }
    .text--rg {
        font-size: 4.8vw;
        line-height: 1.3;
    }
    .firstView__img--left {
        display: none;
    }
    .firstView__img--right {
        display: none;
    }
    .firstView__button {
        display: none;
    }
    .firstView__content--left {
        width: 100%;
        padding-top: 80px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .firstView__content--right {
        width: 100%;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .firstView__video {
        margin-top: 25px;
        width: 100%;
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    .firstView__img--leftSp {
        display: unset;
        width: 32%;
        margin-top: 30px;
        position: relative;
        left: -20px;
    }
    .firstView__img--rightSp {
        display: unset;
        width: 32%;
        margin-top: 30px;
        position: relative;
        left: -20px;
    }
    .firstView__button--sp {
        display: unset;
        width: 100%;
        margin-top: 20px;
    }
    .companies {
        text-align: center;
        position: relative;
        z-index: 100;
    }
    .companies__text {
        display: none;
    }
    .companies__text--sp {
        letter-spacing: 1.25px;
        line-height: 35px;
        font-size: 18px;
        text-align: left;
        white-space: unset;
        display: block;
    }
    .company__logos {
        width: 100%;
        margin-top: 42px;
        margin-bottom: 50px;
    }
    .companies::after {
        bottom: -130px;
    }
    .businessScene {
        width: 100%;
        background-color: #EAEDE8;
        text-align: center;
        padding-top: 200px;
        padding-bottom: 0px;
        position: relative;
    }
    .businessScene::before {
        content: "";
        bottom: -50px;
        /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
        border-width: 0 0 50px 100vw;
    }
    .businessScene__text {
        display: none;
    }
    .businessScene__text--sp {
        letter-spacing: 1.25px;
        line-height: 35px;
        text-align: left;
        font-size: 18px;
        display: block;
    }
    .businessScene__pop {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 25px;
    }
    .businessScene__row {
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }
    .businessScene__col {
        width: 100%;
        padding: 26px 20px 40px 20px;
        text-align: center;
        background-color: #ffffff;
        box-shadow: 0px 3px 6px #00000029;
        border: 4px solid #FFFFFF;
        border-radius: 20px;
        margin-bottom: 30px;
    }
    .businessCol__icon {
        width: 40%;
        margin-bottom: 20px;
    }
    .businessCol__title {
        color: #df1111;
        font-size: 28px;
        font-weight: 700;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #707070;
    }
    .businessCol__text {
        letter-spacing: 1px;
        line-height: 31px;
        font-size: 18px;
        font-weight: 500;
        text-align: left;
        height: auto;
        margin-bottom: 20px;
        min-height: unset;
    }
    .modal-content {
        text-align: left;
        padding: 10px;
    }
    .modal-close {
        top: -35px;
        right: 5px;
    }
    .modal-body {
        max-width: 88vw;
        width: 100%;
    }
    .stepSection {
        padding-top: 100px;
        text-align: center;
        position: relative;
        z-index: 10;
    }
    .stepSection::after {
        bottom: -100px;
    }
    .stepSection__row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        margin-bottom: 20px;
    }
    .stepSection__pop {
        width: 50%;
        margin-bottom: 10px;
    }
    .stepSection__col {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .stepCol {
        width: 85%;
        padding: 50px 20px 35px 20px;
        box-shadow: 0px 0px 15px #00000029;
        border-radius: 20px;
        margin: auto;
    }
    .stepSection__col:nth-child(2) .stepCol {
        width: 85%;
        padding: 50px 20px 35px 20px;
        box-shadow: 0px 0px 15px #00000029;
        border-radius: 20px;
        margin: auto;
    }
    .stepCol p {
        font-size: 18px;
    }
    .stepSection__col:nth-child(2) {
        margin-top: 0px;
    }
    .stepSection__col:nth-child(3) {
        margin-top: 0px;
    }
    .stepSection__text {
        display: none;
    }
    .stepSection__text--sp {
        letter-spacing: 0.25px;
        line-height: 35px;
        text-align: left;
        white-space: unset;
        font-size: 18px;
        display: block;
    }
    .features {
        width: 100%;
        text-align: center;
        background-color: #EAEDE8;
        padding-bottom: 50px;
        padding-top: 120px;
    }
    .features__title--back {
        font-size: 80px;
        letter-spacing: 3px;
    }
    .features__title--prev {
        letter-spacing: 1.8px;
        width: 100%;
        font-size: 24px;
        text-align: center;
    }
    .featuresInner__row {
        flex-wrap: wrap;
    }
    .featuresInner__title {
        width: 100%;
        color: #FFFFFF;
        padding: 10px 15px;
        letter-spacing: 0.15px;
        font-size: 15px;
        background-color: #CF1111;
        text-align: left;
        display: flex;
        justify-content: left;
        align-items: center;
        margin-bottom: 15px;
    }
    .featuresInner__title span {
        font-family: din-2014, sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 26px;
        padding-right: 10px;
        letter-spacing: 0.85px;
    }
    .featuresInner__col--left {
        width: 100%;
    }
    .featuresInner__col--right {
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
        padding: 20px 0px;
        text-align: left;
        letter-spacing: 0.25px;
        line-height: 30px;
    }
    .featuresInner__text {
        font-size: 15px;
    }
    .featuresInner {
        width: 100%;
        margin-top: 40px;
    }
    .demo {
        width: 100%;
        padding-bottom: 60px;
    }
    .demo__title--back {
        font-size: 80px;
        letter-spacing: 3px;
    }
    .demo__title--prev {
        letter-spacing: 1.8px;
        width: 100%;
        font-size: 24px;
        text-align: center;
    }
    .demo__title {
        position: relative;
        padding-top: 180px;
        top: -25px;
    }
    .demo__text {
        letter-spacing: 1.25px;
        margin-top: 0px;
        margin-bottom: 50px;
        z-index: 10;
        position: relative;
        text-align: left;
    }
    .demo__text--under {
        letter-spacing: 0.25px;
        color: #FFFFFF;
        text-align: left;
        line-height: 30px;
        box-shadow: 3px 3px 6px #00000029;
        background-color: rgba(0, 0, 0, 0.52);
        padding: 20px 20px;
        margin-top: 40px;
        position: relative;
        font-size: 15px;
    }
    .demo__frame {
        display: none;
    }
    .demo__frame--md {
        display: none;
    }
    .demo__frame--sm {
        display: unset;
        margin: 0 auto;
    }
    .demo__frame--xs {
        display: none;
    }
    .demo_pop_left {
        width: 30vw;
        top: 210px;
        left: 30px;
    }
    .demo_pop_right {
        position: absolute;
        width: 30vw;
        top: 210px;
        right: 10px;
    }
    .customerVoice {
        background-color: #EAEDE8;
        padding-bottom: 100px;
    }
    .customerVoice__title {
        padding-top: 200px;
    }
    .customerVoice__title--back {
        position: absolute;
        font-size: 80px;
        letter-spacing: 3px;
    }
    .customerVoice__title--prev {
        letter-spacing: 1.8px;
        font-weight: 700;
        font-size: 24px;
        text-align: center;
    }
    .voiceRow {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .voiceRow__text {
        font-size: 15px;
        line-height: 31px;
        font-weight: 300;
        text-align: left;
    }
    .customerVoice__col {
        box-shadow: 0px 3px 30px #00000029;
        border-radius: 20px 20px 0px 0px;
        background-color: #FFFFFF;
        text-align: center;
        padding: 28px 20px;
        margin-bottom: 50px;
    }
    .customer__logo {
        width: 70%;
        margin-bottom: 24px;
    }
    .voiceCol--left {
        width: 100%;
        text-align: center;
    }
    .voiceCol--right {
        width: 100%;
        padding-left: 0px;
        text-align: left;
        letter-spacing: 0.85px;
        line-height: 30px;
        font-weight: 700;
        margin-top: 20px;
    }
    .voiceRow--under {
        width: 100%;
        padding-top: 24px;
        border-top: 3px solid #cf1111;
    }
    .faq {
        width: 100%;
        padding-bottom: 65px;
    }
    .faq__title {
        padding-top: 160px;
    }
    .faq__title--back {
        font-size: 80px;
        letter-spacing: 3px;
    }
    .faq__title--prev {
        letter-spacing: 1.8px;
        font-size: 24px;
        width: 100%;
        text-align: center;
    }
    .accordion_one {
        margin-bottom: 20px;
    }
    .trial {
        background-color: #F7F5E7;
        padding: 50px 0px 50px 0px;
        text-align: center;
    }
    .companies__banner {
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
    }
    .stepSection__title {
        width: 100%;
        margin-bottom: 30px;
    }
    .stepSection__text--bunner {
        margin-top: 50px;
        font-size: 15px;
    }
    .stepSection__banner {
        width: 100%;
        margin-top: 15px;
        cursor: pointer;
    }
    .trial__banner {
        width: 100%;
        cursor: pointer;
    }
    .trial__text {
        letter-spacing: 0.85px;
        white-space: nowrap;
        margin-bottom: 15px;
    }
    .trial__button {
        width: 100%;
        margin-bottom: 35px;
        cursor: pointer;
    }
    .header__inner {
        width: 100%;
        height: 100%;
        padding: 0 35px;
        display: flex;
        align-items: center;
        justify-content: left;
        flex-wrap: wrap;
    }
    .footer__top {
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 45px 0 45px 0;
    }
    .footer__top a {
        text-align: center;
    }
    .footer_logo {
        width: 55%;
    }
    .footer__bottom {
        height: auto;
        display: block;
        text-align: left;
        padding-bottom: 10px;
        min-width: unset;
    }
    .footer__nav {
        display: block;
        padding-left: 0px;
        padding: 24px 20px;
    }
    .footer__nav a {
        margin-bottom: 30px;
    }
    .footer__nav span {
        font-size: 15px;
    }
    .footer__text {
        width: 100%;
        font-size: 10px;
        text-align: center;
        padding: 0 20px;
    }
    #page_top {
        width: 48px;
        height: 48px;
        position: fixed;
        right: 15px;
        bottom: 30px;
        background: #df1111;
        opacity: 0.6;
        border-radius: 50%;
        z-index: 8000;
        cursor: pointer;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #page_top::after {
        content: '';
        width: 20px;
        height: 20px;
        border: 2px solid #FFFFFF;
        border-left: 0;
        border-bottom: 0;
        transform: rotate( -45deg);
        position: relative;
        top: 5px;
    }
}

@media screen and (max-width: 475px) {
    .demo__frame {
        display: none;
    }
    .demo__frame--md {
        display: none;
    }
    .demo__frame--sm {
        display: none;
    }
    .demo__frame--xs {
        display: unset;
        margin: 0 auto;
    }
    .demo_pop_left {
        width: 30vw;
        top: 230px;
        left: 30px;
    }
    .demo_pop_right {
        position: absolute;
        width: 30vw;
        top: 230px;
        right: 10px;
    }
}



    .relese_btn {
        width:70%;
    }



@media screen and (max-width: 475px) {
    .relese_btn {
        width: 95%;
    }

}