@charset "UTF-8";
/* ---------------------------------------------
*   l-column
--------------------------------------------- */
.l-column {
    max-width: 1050px;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .l-column {
        display: flex;
        justify-content: space-between;
        padding: 0 25px;
    }
}
@media screen and (max-width: 768px) {
    .l-column {
        padding: 0 7.3333333333%;
    }
}
@media screen and (min-width: 769px) {
    .l-column__item--lead {
        width: 36.6%;
    }
}
@media screen and (min-width: 769px) {
    .l-column__item--form {
        width: 58%;
    }
}
@media screen and (max-width: 768px) {
    .l-column__item--form {
        margin-top: 10.6666666667vw;
    }
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents--document {
    padding-top: 185px;
    padding-bottom: 170px;
    background-color: #E9EDEE;
}
@media screen and (max-width: 768px) {
    .l-contents--document {
        padding-top: calc(60px + 8vw);
        padding-bottom: 22.6666666667vw;
    }
}
.l-contents--thanks {
    background-color: #E9EDEE;
}
@media screen and (min-width: 769px) {
    .l-contents--thanks {
        min-height: calc(100vh - 350px);
        padding-top: 315px;
        padding-bottom: 230px;
    }
}
@media screen and (max-width: 768px) {
    .l-contents--thanks {
        padding-top: calc(60px + 8vw);
        padding-bottom: 22.6666666667vw;
    }
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: #575A62;
}
@media screen and (max-width: 768px) {
    .l-footer {
        padding-top: 9.3333333333%;
        padding-bottom: 5.3333333333%;
    }
}
.l-footer__container {
    max-width: 1050px;
    padding: 0 25px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .l-footer__container {
        padding: 0 7.3333333333%;
    }
}
@media screen and (min-width: 769px) {
    .l-footer__col {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__contents {
        padding-top: 8vw;
        border-top: 1px solid #999;
        margin-top: 10.6666666667vw;
    }
}
.l-footer__caption {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
    .l-footer__caption {
        display: block;
        text-align: center;
        font-size: 2.9333333333vw;
    }
}
.l-footer__logo {
    width: 140px;
    margin-top: 20px;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .l-footer__logo {
        width: 39.6vw;
        margin: 4vw auto 6vw;
    }
}
@media screen and (min-width: 1051px) {
    .l-footer__logo-link {
        transition: opacity 300ms;
        cursor: pointer;
    }
    .l-footer__logo-link:hover {
        opacity: 0.5;
    }
}
.l-footer__txt {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.75;
}
@media screen and (max-width: 768px) {
    .l-footer__txt {
        width: 55.4666666667vw;
        font-size: 3.2vw;
        margin: 0 auto;
    }
}
.l-footer__copyright {
    text-align: right;
    margin-top: -1.5rem;
}
@media screen and (max-width: 768px) {
    .l-footer__copyright {
        text-align: center;
        margin-top: 13.3333333333vw;
    }
}
.l-footer__copyright-txt {
    color: #fff;
    font-size: 0.6875rem;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
    .l-footer__copyright-txt {
        font-size: 2.4vw;
    }
}

/*  l-footer-fixed
--------------------------------------------- */
.l-footer-fixed {
    position: sticky;
    z-index: 100;
    bottom: 0;
    right: 0;
}

.l-footer-fixed__link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 208px;
}
@media screen and (min-width: 1051px) {
    .l-footer-fixed__link {
        transition: opacity 300ms;
        cursor: pointer;
    }
    .l-footer-fixed__link:hover {
        opacity: 0.5;
    }
}
@media screen and (max-width: 1050px) {
    .l-footer-fixed__link {
        width: 104px;
    }
}
@media screen and (max-width: 768px) {
    .l-footer-fixed__link {
        right: 2.6666666667vw;
        bottom: 2.6666666667vw;
        width: 31.8666666667vw;
    }
}

/*  l-footer-nav
--------------------------------------------- */
@media screen and (min-width: 769px) {
    .l-footer-nav {
        width: 50%;
    }
}
@media screen and (min-width: 769px) {
    .l-footer-nav__list {
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (max-width: 768px) {
    .l-footer-nav__list {
        padding-left: 4vw;
    }
}
.l-footer-nav__item {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .l-footer-nav__item + .l-footer-nav__item {
        margin-top: 7.2vw;
    }
}
.l-footer-nav__link {
    display: flex;
    align-items: center;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}
@media screen and (min-width: 1051px) {
    .l-footer-nav__link:hover {
        text-decoration: underline;
    }
}
@media screen and (max-width: 768px) {
    .l-footer-nav__link {
        font-size: 3.2vw;
    }
}
.l-footer-nav__link-ico {
    width: 0.875rem;
    margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
    .l-footer-nav__link-ico {
        width: 3.3333333333vw;
        margin-left: 1.3333333333vw;
    }
}
.l-footer-nav__link-ico img {
    vertical-align: middle;
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
@media screen and (min-width: 1025px) {
    .l-header {
        height: 85px;
        background-color: #fff;
        opacity: 1;
        transition: opacity 0.5s;
    }
}
@media screen and (max-width: 1024px) {
    .l-header {
        height: 60px;
    }
}
.l-header.is-show {
    opacity: 1 !important;
    pointer-events: auto !important;
}
.l-header.is-scroll {
    opacity: 1;
    pointer-events: auto;
}
.l-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    padding: 0 25px;
    margin: 0 auto;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    .l-header__container {
        justify-content: flex-end;
        padding: 0;
    }
}
.l-header__logo {
    height: 44px;
}
@media screen and (max-width: 1024px) {
    .l-header__logo {
        display: none;
    }
}
.l-header__logo img {
    height: 100%;
}
@media screen and (min-width: 1051px) {
    .l-header__logo-link {
        transition: opacity 300ms;
        cursor: pointer;
    }
    .l-header__logo-link:hover {
        opacity: 0.5;
    }
}

/*  l-header-nav
--------------------------------------------- */
@media screen and (min-width: 769px) {
    .l-header-nav {
        display: block !important;
    }
}
@media screen and (max-width: 1024px) {
    .l-header-nav {
        position: absolute;
        background-color: #1868C7;
        top: 0;
        bottom: 0;
        left: 100%;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100vh;
        transform: translateX(0);
        transition: transform 0.5s;
        overflow-y: auto;
    }
    .is-menu-opened .l-header-nav {
        transform: translateX(-100%);
    }

    .safari .l-header-nav {
        height: 100dvh;
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
    .l-header-nav {
        display: block;
    }
}
.l-header-nav__inner {
    width: 100%;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
    .l-header-nav__inner {
        padding: 60px 0;
    }
}
.l-header-nav__list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .l-header-nav__list {
        display: block;
        width: 68%;
        margin: 0 auto 65px;
    }
}
@media screen and (max-width: 1024px) {
    .l-header-nav__item + .l-header-nav__item {
        margin-top: 40px;
    }
}
.l-header-nav__link {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}
@media screen and (min-width: 1051px) {
    .l-header-nav__link:hover {
        text-decoration: underline;
    }
}
@media screen and (max-width: 1024px) {
    .l-header-nav__link {
        color: #fff;
        font-size: 18px;
        letter-spacing: 0.1em;
    }
}
.l-header-nav__btn {
    text-align: center;
}

/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
    position: relative;
    display: block;
    padding: 22.5px;
    border: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    cursor: pointer;
}
@media screen and (min-width: 1025px) {
    .l-header-menu-button {
        display: none;
    }
}
.l-header-menu-button__lines {
    position: relative;
    display: block;
    width: 20px;
    height: 16px;
}
.l-header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 2px;
    background-color: #1868C7;
    transition: 0.3s;
}
.is-menu-opened .l-header-menu-button__line {
    background-color: #fff;
}

.l-header-menu-button__line--top {
    top: 0;
}
.is-menu-opened .l-header-menu-button__line--top {
    top: 50%;
    transform: translateY(-50%) rotate(-315deg);
}

.l-header-menu-button__line--center {
    top: 50%;
    margin-top: -1px;
}
.is-menu-opened .l-header-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0);
}

.l-header-menu-button__line--bottom {
    bottom: 0;
}
.is-menu-opened .l-header-menu-button__line--bottom {
    bottom: 50%;
    transform: translateY(50%) rotate(315deg);
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   c-block-resolution
--------------------------------------------- */
.c-block-resolution {
    padding-right: 48%;
    padding-left: 5%;
}
@media screen and (max-width: 768px) {
    .c-block-resolution {
        padding-right: 10.9677419355%;
        padding-left: 10.9677419355%;
    }
}
.c-block-resolution__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 32px;
    padding-left: 0.3em;
    border-radius: 16px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    background-color: #1868C7;
    margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
    .c-block-resolution__ttl {
        width: 18.6666666667vw;
        height: 5.3333333333vw;
        border-radius: 2.6666666667vw;
        font-size: 3.2vw;
        margin-bottom: 2vw;
        margin-top: 1.5rem;
    }
}
.ipad .c-block-resolution__ttl {
    padding-bottom: 0.1em;
}

.firefox .c-block-resolution__ttl {
    padding-bottom: 0.1em;
}

/* ---------------------------------------------
*   c-block-point
--------------------------------------------- */
.c-block-point {
    padding: 4.5% 5% 4.4%;
}
@media screen and (max-width: 768px) {
    .c-block-point {
/*         padding: 5.46875% 7.03125% 7.03125% 10.625%; */
      padding: 1rem;
    }
}
.c-block-point__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 32px;
    padding-left: 0.1em;
    border-radius: 16px;
    color: #1868C7;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    background-color: #fff;
    margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
    .c-block-point__ttl {
        width: 18.6666666667vw;
        height: 5.3333333333vw;
        border-radius: 2.6666666667vw;
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }
}
.ipad .c-block-point__ttl {
    padding-bottom: 0.1em;
}

.firefox .c-block-point__ttl {
    padding-bottom: 0.1em;
}

.c-block-point__txt {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.21em;
}
@media screen and (max-width: 768px) {
    .c-block-point__txt {
        font-size: 4vw;
        letter-spacing: 0.15em;
    }
}

/* ---------------------------------------------
*   c-block-document
--------------------------------------------- */
.c-block-document__img {
    display: block;
    box-shadow: 9px 9px 10px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
    .c-block-document__img {
        width: 60vw;
        box-shadow: 1.2vw 1.2vw 1.3333333333vw 0px rgba(0, 0, 0, 0.18);
        margin: 0 auto 10.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-box-scene
--------------------------------------------- */
.c-box-scene {
    border-radius: 8px;
    padding: 67px 40px 58px;
    background-color: #E9EDEE;
}
@media screen and (max-width: 768px) {
    .c-box-scene {
        border-radius: 2.1333333333vw;
        padding: 7.3333333333vw 9.3333333333vw 4.6666666667vw;
    }
}
.c-box-scene__ttl {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0 20px;
    text-align: center;
    color: #1868C7;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.09em;
    margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
    .c-box-scene__ttl {
        padding: 0 4.6666666667vw;
        font-size: 4.8vw;
        line-height: 1.2;
        letter-spacing: 0.11em;
        margin-bottom: 4vw;
    }
}
.c-box-scene__ttl::before, .c-box-scene__ttl::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 4px;
    height: 30px;
    background-color: #1868C7;
}
@media screen and (max-width: 767px) {
    .c-box-scene__ttl::before, .c-box-scene__ttl::after {
        width: 2px;
        height: 10.4vw;
    }
}
.c-box-scene__ttl::before {
    left: -6px;
    transform: translateY(-40%) rotate(-24deg);
}
@media screen and (max-width: 768px) {
    .c-box-scene__ttl::before {
        left: 0;
        transform: translateY(-40%) rotate(-19deg);
    }
}
.c-box-scene__ttl::after {
    right: 0;
    transform: translateY(-40%) rotate(24deg);
}
@media screen and (max-width: 768px) {
    .c-box-scene__ttl::after {
        transform: translateY(-40%) rotate(19deg);
    }
}

/* ---------------------------------------------
*   c-box-document
--------------------------------------------- */
.c-box-document {
    border-radius: 8px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .c-box-document {
        border-radius: 2.1333333333vw;
    }
}
.c-box-document__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.27em;
    background-color: #1868C7;
}
@media screen and (max-width: 768px) {
    .c-box-document__ttl {
        height: 11.6vw;
        font-size: 4.8vw;
    }
}
.c-box-document__body {
    padding: 6.8306010929% 8.1967213115% 9.5628415301%;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .c-box-document__body {
        padding: 4.6666666667vw 0;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 540px;
    height: 77px;
    border-radius: 40px;
    box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.12);
    background-color: #FF6E00;
}
@media screen and (min-width: 1051px) {
    .c-btn {
        transition: opacity 300ms;
        cursor: pointer;
    }
    .c-btn:hover {
        opacity: 0.5;
    }
}
@media screen and (max-width: 768px) {
    .c-btn {
        max-width: 66.6666666667vw;
        height: 12vw;
        border-radius: 6vw;
        box-shadow: 0.9333333333vw 0.9333333333vw 1.3333333333vw 0px rgba(0, 0, 0, 0.12);
    }
}
.c-btn__txt {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.c-btn--top-txt {
    color: #ff6e00;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .c-btn__txt {
        font-size: 4.8vw;
    }
  .c-btn--top-txt {
      font-size: 3.8vw;
  }

}
.c-btn--large {
    max-width: 360px;
    height: 80px;
}
@media screen and (max-width: 768px) {
    .c-btn--large {
        max-width: 80vw;
        height: 12vw;
    }
}

/* ---------------------------------------------
*   c-btn-bdr
--------------------------------------------- */
@media screen and (max-width: 1024px) {
    .c-btn-bdr {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 80%;
      height: 45px;
      border-radius: 23px;
      border: 1px solid #fff;
      box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.12);
      margin: 0.8rem 0;
    }
    .c-btn-bdr__txt {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.05em;
    }
}

/* ---------------------------------------------
*   c-card-trouble
--------------------------------------------- */
.c-card-trouble {
    position: relative;
  padding: 18px;
}
@media screen and (max-width: 1050px) {
    .c-card-trouble {
        padding-top: 7.5555555556vw;
    }
}
@media screen and (max-width: 768px) {
    .c-card-trouble {
        padding: 18px;
    }
}
.c-card-trouble__head {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 30.625%;
}
@media screen and (max-width: 768px) {
    .c-card-trouble__head {
        width: 21.3333333333vw;
    }
}
.c-card-trouble__img {
  width: 100%;
  margin: 0 auto 30px;
  background-color: #fff;
}
.c-card-trouble__img img {
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .c-card-trouble__img {
        width: 100%;
        margin-bottom: 2.6666666667vw;
    }
  .c-card-trouble__img img {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.c-card-trouble__lead {
    text-align: center;
    color: #1868C7;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: 0.07em;
  color: #000000;
}
@media screen and (max-width: 1050px) {
    .c-card-trouble__lead {
        font-size: 1rem;
    }
}
@media screen and (max-width: 768px) {
    .c-card-trouble__lead {
        font-size: 4.2666666667vw;
        line-height: 1.5;
        letter-spacing: 0.03em;
    }
}
.c-card-trouble__txt {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #C8C8C8;
    margin: 24px auto 0;
    color: #4D4D4D;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8125;
    letter-spacing: 0.05em;
    text-align: justify;
}
@media screen and (max-width: 1050px) {
    .c-card-trouble__txt {
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 768px) {
    .c-card-trouble__txt {
        width: 78.125%;
        padding-top: 2.9333333333vw;
        margin-top: 3.3333333333vw;
        font-size: 3.2vw;
        line-height: 1.75;
        letter-spacing: 0.07em;
    }
}

/* ---------------------------------------------
*   c-cassette-resolution
--------------------------------------------- */
.c-cassette-resolution {
    border-radius: 8px;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .c-cassette-resolution {
        box-shadow: 0.5333333333vw 0.6666666667vw 1.3333333333vw 0.6666666667vw rgba(0, 0, 0, 0.1);
    }
}
.c-cassette-resolution + .c-cassette-resolution {
    margin-top: 75px;
}
@media screen and (max-width: 768px) {
    .c-cassette-resolution + .c-cassette-resolution {
        margin-top: 10.6666666667vw;
    }
}
.c-cassette-resolution__head {
    padding-top: 50px;
    text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .c-cassette-resolution__head {
        padding-top: 5.3333333333vw;
        margin-bottom: 5.3333333333vw;
    }
}
.c-cassette-resolution__ttl {
  display: inline-block;
  width: 150px;
  margin-bottom: 15px;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
    .c-cassette-resolution__ttl {
        width: 21.3333333333vw;
        margin-bottom: 3.3333333333vw;
    }
}
.c-cassette-resolution__lead {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: 0.06em;
   display: inline-block;
    vertical-align: middle;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .c-cassette-resolution__lead {
        font-size: 4.8vw;
        line-height: 1.31;
    }
}
.c-cassette-resolution__lead-marker {
    background: linear-gradient(transparent 60%, #D5E7FF 60%);
}
.c-cassette-resolution__lead-i {
    display: inline-block;
    margin-left: 0.1em;
    transform: rotateZ(15deg);
}
.c-cassette-resolution__body {
    position: relative;
}
.c-cassette-resolution__img {
    display: block;
}
@media screen and (min-width: 769px) {
    .c-cassette-resolution__img {
        position: absolute;
        top: 0;
        right: 5%;
    }
}
@media screen and (max-width: 768px) {
    .c-cassette-resolution__img {
        margin: 0 auto -4vw;
    }
}
.c-cassette-resolution__img--1 {
      transform: translate(3%,-10%);
      width: 45%;
}
@media screen and (max-width: 768px) {
    .c-cassette-resolution__img--1 {
        transform: translateX(0%);
        width: 80%;
    }
}
.c-cassette-resolution__img--2 {
    width: 51.05%;
    transform: translate(10%, -4%);
}
@media screen and (max-width: 768px) {
    .c-cassette-resolution__img--2 {
        width: 79.84375%;
        transform: translateX(5%);
    }
}
.c-cassette-resolution__img--3 {
    width: 51.05%;
    transform: translate(10%, -2%);
}
@media screen and (max-width: 768px) {
    .c-cassette-resolution__img--3 {
        width: 79.84375%;
        transform: translateX(5%);
    }
}
.c-cassette-resolution__img picture {
    display: block;
}
.c-cassette-resolution__foot {
    background-color: #1868C7;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .c-cassette-resolution__foot {
        margin-top: 5.3333333333vw;
    }
}
.resolution--img {
    display: block;
    margin: 0 auto;
  }
.resolution--text-wrap {
    display: block;
    max-width: 860px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.7;
}
@media screen and (max-width: 600px) {
    .resolution--text-wrap {
        font-size: 1rem;
    }
}
/* ---------------------------------------------
*   c-cassette-scene
--------------------------------------------- */
@media screen and (min-width: 769px) {
    .c-cassette-scene {
        width: 47%;
    }
}
@media screen and (max-width: 768px) {
    .c-cassette-scene + .c-cassette-scene {
        margin-top: 5.3333333333vw;
    }
}
.c-cassette-scene__img {
    display: block;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .c-cassette-scene__img {
        margin-bottom: 3.3333333333vw;
    }
}
.c-cassette-scene__inner {
    padding-left: 15px;
}
@media screen and (max-width: 768px) {
    .c-cassette-scene__inner {
        padding-left: 2vw;
    }
}
.c-cassette-scene__ttl {
    display: flex;
    align-items: center;
    height: 28px;
    padding-left: 16px;
    border-left: 7px solid #1868C7;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .c-cassette-scene__ttl {
        height: 3.7333333333vw;
        padding-left: 2.1333333333vw;
        border-width: 1.0666666667vw;
        font-size: 4vw;
        margin-bottom: 2.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-figure-id6318
--------------------------------------------- */
.c-figure-id6318 {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}
.c-figure-id6318 img {
    width: 100%;
}
.c-figure-id6318__caption {
    margin-top: 0.75em;
    text-align: center;
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
.c-form {
    padding-left: 17%;
    padding-right: 14%;
}
@media screen and (max-width: 768px) {
    .c-form {
        padding-left: 4.6875%;
        padding-right: 4.6875%;
    }
}
.c-form--document {
    border-radius: 16px;
    padding: 6.8965517241% 8.6206896552% 10.3448275862%;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .c-form--document {
        border-radius: 2.1333333333vw;
        padding: 10.15625% 4.6875% 12.5%;
    }
}
.c-form__txt {
    display: flex;
    align-items: center;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.09em;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .c-form__txt {
        font-size: 3.0666666667vw;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-bottom: 3.3333333333vw;
    }
}
@media screen and (min-width: 769px) {
    .c-form--document .c-form__txt {
        padding-left: 10px;
    }
}
.c-form__txt-ico {
    display: inline-block;
    width: 10px;
    height: 0;
    vertical-align: super;
    padding-top: 10px;
    background: url(https://www.sensyn-robotics.com/hubfs/LP/gembaconnect/ico_circle.svg) 0 0 no-repeat;
    background-size: 100% auto;
    margin-right: 0.1em;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .c-form__txt-ico {
        width: 1.6vw;
        padding-top: 1.6vw;
        margin-right: 0.8vw;
    }
}
.c-form__lead {
    color: #4D4D4D;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.61;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
    .c-form__lead {
        padding: 0 10px;
    }
}
@media screen and (max-width: 768px) {
    .c-form__lead {
        padding: 0 0.6666666667vw;
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.07em;
        margin-bottom: 6.6666666667vw;
    }
}
.c-form .form-columns-1,
.c-form .form-columns-2 {
    max-width: 100%;
    margin-top: 18px;
}
@media screen and (max-width: 768px) {
    .c-form .form-columns-1,
.c-form .form-columns-2 {
        margin-top: 4vw;
    }
}
.c-form .form-columns-2 {
    display: flex;
    justify-content: space-between;
}
.c-form .form-columns-2 .hs-form-field {
    float: none !important;
    width: 48% !important;
}
.c-form .hs-form-field:not(.hs-recaptcha) {
    width: 100%;
}
@media screen and (min-width: 769px) {
    .c-form .hs-form-field:not(.hs-recaptcha) {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}
.c-form .hs-form-field:not(.hs-recaptcha).hs-fieldtype-booleancheckbox {
    display: block;
    text-align: center;
    margin-top: 22px;
}
@media screen and (max-width: 768px) {
    .c-form .hs-form-field:not(.hs-recaptcha).hs-fieldtype-booleancheckbox {
        margin-top: 2.6666666667vw;
    }
}
.c-form .hs-form-field:not(.hs-recaptcha).hs-fieldtype-booleancheckbox .input {
    width: auto;
}
.c-form .hs-form-field:not(.hs-recaptcha) label:not(.hs-error-msg) {
    width: 112px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
    .c-form .hs-form-field:not(.hs-recaptcha) label:not(.hs-error-msg) {
        display: block;
        width: auto;
        font-size: 3.4666666667vw;
        letter-spacing: 0.05em;
        margin-bottom: 1.3333333333vw;
    }
}
.c-form .hs-form-field:not(.hs-recaptcha) .input {
    margin-right: 0 !important;
}
@media screen and (min-width: 769px) {
    .c-form .hs-form-field:not(.hs-recaptcha) .input {
        width: calc(100% - 112px);
    }
}
.c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input:not([type=checkbox]) {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    padding: 0 1em;
    background-color: #F5F5F5;
    font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
    .c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input:not([type=checkbox]) {
        height: 8.4vw;
        border-radius: 0;
        font-size: 3.2vw;
        letter-spacing: 0.05em;
    }
}
.c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input:not([type=checkbox])::-moz-placeholder {
    color: #E2E2E2;
}
.c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input:not([type=checkbox])::placeholder {
    color: #E2E2E2;
}
.c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input:not([type=checkbox])::-moz-placeholder {
    opacity: 1;
}
.c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input[type=checkbox] {
    display: none;
}
.c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input[type=checkbox] + span {
    position: relative;
    padding-left: 30px;
}
@media screen and (max-width: 768px) {
    .c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input[type=checkbox] + span {
        padding-left: 6.6666666667vw;
    }
}
.c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    background: url(https://www.sensyn-robotics.com/hubfs/LP/gembaconnect/ico_check_off.svg) 0 0 no-repeat;
    background-size: 100% auto;
    transform: translateY(-45%);
}
@media screen and (max-width: 768px) {
    .c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input[type=checkbox] + span::before {
        width: 4.6666666667vw;
        height: 4.6666666667vw;
    }
}
.c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input[type=checkbox] + span a {
    color: #1868C7;
    text-decoration: underline;
}
.c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input[type=checkbox] + span a:hover {
    text-decoration: none;
}
.c-form .hs-form-field:not(.hs-recaptcha) .input .hs-input[type=checkbox]:checked + span::before {
    background-image: url(https://www.sensyn-robotics.com/hubfs/LP/gembaconnect/ico_check_on.svg);
}
.c-form .hs-form-required {
    display: inline-block;
    width: 10px;
    height: 0;
    vertical-align: super;
    padding-top: 10px;
    background: url(https://www.sensyn-robotics.com/hubfs/LP/gembaconnect/ico_circle.svg) 0 0 no-repeat;
    background-size: 100% auto;
    margin-right: 0.1em;
    margin-left: 10px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .c-form .hs-form-required {
        width: 1.6vw;
        padding-top: 1.6vw;
        margin-left: 1.3333333333vw;
    }
}
.c-form .hs-error-msg,
.c-form .hs-main-font-element {
    color: #FF6E00;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
    .c-form .hs-error-msg,
.c-form .hs-main-font-element {
        font-size: 3.2vw;
    }
}
.c-form .grecaptcha-badge {
    margin: 0 auto;
}
.c-form .hs-submit {
    margin-top: 40px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .c-form .hs-submit {
        margin-top: 9.3333333333vw;
    }
}
.c-form .hs-submit input {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 540px;
    height: 77px;
    border-radius: 40px;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.12);
    background-color: #FF6E00;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 1051px) {
    .c-form .hs-submit input {
        transition: opacity 300ms;
        cursor: pointer;
    }
    .c-form .hs-submit input:hover {
        opacity: 0.5;
    }
}
@media screen and (max-width: 768px) {
    .c-form .hs-submit input {
        max-width: 66.6666666667vw;
        height: 12vw;
        border-radius: 6vw;
        box-shadow: 0.9333333333vw 0.9333333333vw 0.6666666667vw 0px rgba(0, 0, 0, 0.12);
        font-size: 4.8vw;
    }
}
.c-form--document .hs-form-field:not(.hs-recaptcha) {
    display: block;
}
.c-form--document .hs-form-field:not(.hs-recaptcha) label:not(.hs-error-msg) {
    display: block;
    width: auto;
    margin-bottom: 8px;
    padding-left: 10px;
}
@media screen and (max-width: 768px) {
    .c-form--document .hs-form-field:not(.hs-recaptcha) label:not(.hs-error-msg) {
        margin-bottom: 1.3333333333vw;
    }
}
.c-form--document .hs-form-field:not(.hs-recaptcha) .input {
    width: auto;
}
.c-form--document .hs-submit input {
    max-width: 416px;
    height: 80px;
    border-radius: 40px;
}
@media screen and (max-width: 768px) {
    .c-form--document .hs-submit input {
        max-width: 66.6666666667vw;
        height: 12vw;
        border-radius: 6vw;
    }
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
    z-index: 0;
    background-color: #E9EDEE;
    overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .c-kv {
    top: 85px;
  }
}
@media screen and (max-width: 768px) {
    .c-kv {
        padding-top: 60px;
        background-image: url(https://www.sensyn-robotics.com/hubfs/LP/gembaconnect/img_kv.jpg);
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}
.c-kv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 489px;
    z-index: -1;
    background: linear-gradient(rgba(214,220,255,0),rgba(214,220,255,0),rgba(214,220,255,0),#e9edee),url(https://www.sensyn-robotics.com/hubfs/LP/gembaconnect/img_kv.jpg);
    background-size: 100%, 100%, cover;
    background-repeat: no-repeat;
    height: 620px;
    top: -30px;
}
@media screen and (max-width: 1050px) {
    .c-kv::before {
        background-position: 60% 0;
    }
}
@media screen and (max-width: 768px) {
    .c-kv::before {
        display: none;
    }
}
.c-kv__inner {
  position: relative;
  max-width: 1280px;
}
@media screen and (min-width: 1024px) {
  .c-kv__inner {
    padding-top: 100px;
    max-width: 1280px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
    .c-kv__inner {
        padding: 0 7.3333333333%;
    }
}
@media screen and (max-width: 768px) {
    .c-kv__lead {
        margin-bottom: 14.1333333333vw;
    }
}
.c-kv__lead-logo {
    height: 98px;
    margin-bottom: 4px;
}
.c-kv__lead-logo_tmp1 {
    height: 60px;
    margin: 30px 0 20px 0;
}
@media screen and (max-width: 768px) {
    .c-kv__lead-logo, .c-kv__lead-logo_tmp1　{
        height: 9.8666666667vw;
        margin-top: 2.6666666667vw;
        margin-bottom: 2.6666666667vw;
    }
}
.c-kv__lead-logo img, .c-kv__lead-logo_tmp1 img　{
    height: 100%;
}
.c-kv__lead-txt {
    font-size: 2.6875rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
}
.c-kv__sub-txt {
  font-size: 1.4rem;
  margin: 10px 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-kv__lead-txt {
    font-size: 5.3333333333vw;
    line-height: 1.27;
  }
}
.c-kv__lead-txt-small {
    font-size: 2.375rem;
}
@media screen and (max-width: 768px) {
    .c-kv__lead-txt-small {
        font-size: 4.6666666667vw;
    }
}
@media screen and (max-width: 768px) {
    .c-kv__lead-txt-midium {
        font-size: 6.6666666667vw;
        letter-spacing: 0.11em;
    }
}
@media screen and (max-width: 768px) {
    .c-kv__lead-txt-large {
        font-size: 7.6vw;
        letter-spacing: 0.09em;
    }
}
@media screen and (max-width: 768px) {
    .c-kv__lead-txt-space {
        display: inline-block;
        width: 0.05em;
    }
}
@media screen and (min-width: 769px) {
    .c-kv__fig {
      display: flex;
      align-items: flex-end;
      justify-content: normal;
      gap: 30px;
    }
}
.c-kv__img {
    display: block;
    width: 640px;
    margin-left: -80px;
}
@media screen and (max-width: 1050px) {
    .c-kv__img {
        margin-left: -40px;
    }
}
@media screen and (max-width: 768px) {
    .c-kv__img {
        margin-left: -7%;
        width: 96.5333333333vw;
    }
}
.c-kv__logo {
  display: flex;
  align-items: center;
  transform: transform: translate(-20%,-50%);
}
@media screen and (max-width: 1050px) {
    .c-kv__logo {
        transform: translate(-47px, -30px);
    }
}
@media screen and (max-width: 768px) {
    .c-kv__logo {
        justify-content: center;
        margin-top: 4.8vw;
        transform: none!important;
    }
}
.c-kv__logo-item--j-startup {
    width: 117px;
}
@media screen and (max-width: 768px) {
    .c-kv__logo-item--j-startup {
        width: 22.9333333333vw;
    }
}
.c-kv__logo-item--toyo100 {
    width: 134px;
    margin-left: 18px;
}
@media screen and (max-width: 768px) {
    .c-kv__logo-item--toyo100 {
        width: 28.8vw;
        margin-left: 4.8vw;
    }
}

/* ---------------------------------------------
*   c-kv-nav
--------------------------------------------- */
.c-kv-nav {
    display: flex;
    align-items: center;
    height: 102px;
    margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
    .c-kv-nav {
        display: none;
    }
}
.c-kv-nav__item {
    margin-right: 35px;
}
.c-kv-nav__link {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
}
@media screen and (min-width: 1051px) {
    .c-kv-nav__link:hover {
        text-decoration: underline;
    }
}

/* ---------------------------------------------
*   c-link-list-id6861
--------------------------------------------- */
.c-link-list-id6861 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.c-link-list-id6861__item {
    margin-top: 1em;
    margin-right: 30px;
}
.c-link-list-id6861__item:last-of-type {
    margin-right: 0;
}
.c-link-list-id6861__link {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}
.c-link-list-id6861__link:hover {
    text-decoration: underline;
}
.c-link-list-id6861__link::before {
    position: absolute;
    top: calc(50% - 2px);
    left: 2px;
    content: "";
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(-45deg);
}

/* ---------------------------------------------
*   c-list-trouble
--------------------------------------------- */
.c-list-trouble {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
@media screen and (min-width: 769px) {
    .c-list-trouble {
        display: flex;
        justify-content: space-between;
    }
}
.c-list-trouble__item {
  background-color: #e9edee;
  margin-top: 0;
  box-shadow: none;
  width: auto;
  position: relative;
  z-index: 1;
  width: 32%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
    .c-list-trouble__item {
        width: auto;
        border-radius: 2.1333333333vw;
        box-shadow: 0.2666666667vw 0.2666666667vw 1.3333333333vw 0px rgba(0, 0, 0, 0.12);
    }
  .c-list-trouble__item+.c-list-trouble__item {
        margin-top: 0;
    }
    .c-kv__inner {
        padding: 0 6.3333333333%;
    }
    .c-list-trouble {
      grid-template-columns: 1fr;
    }
    .c-kv__img {
      margin-left: -7%;
    }
}

/* ---------------------------------------------
*   c-list-resolution
--------------------------------------------- */
.c-list-resolution__item {
    display: flex;
    align-items: flex-start;
    text-align: justify;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
    .c-list-resolution__item {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.09em;
    }
}
.c-list-resolution__item::before {
    content: "・";
    color: #1868C7;
    margin-right: 0.5em;
}
.c-list-resolution__item + .c-list-resolution__item {
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .c-list-resolution__item + .c-list-resolution__item {
        margin-top: 0.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-list-disc
--------------------------------------------- */
.c-list-disc {
    width: 85.1063829787%;
}
@media screen and (max-width: 1050px) {
    .c-list-disc {
        width: auto;
    }
}
.c-list-disc__item {
    display: flex;
    align-items: flex-start;
}
.c-list-disc__item::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #1868C7;
    transform: translateY(0.55em);
}
@media screen and (max-width: 768px) {
    .c-list-disc__item::before {
        width: 2vw;
        height: 2vw;
    }
}
@media screen and (min-width: 769px) {
    .c-list-disc__item + .c-list-disc__item {
        margin-top: 10px;
    }
}
.c-list-disc__txt {
    width: calc(100% - 12px);
    padding-left: 12px;
    text-align: justify;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
    .c-list-disc__txt {
        width: calc(100% - 2vw);
        padding-left: 1.8666666667vw;
        color: #4D4D4D;
        font-size: 3.2vw;
        line-height: 1.67;
        letter-spacing: 0.03em;
    }
}

/* ---------------------------------------------
*   c-list-scene
--------------------------------------------- */
.c-list-scene {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c-list-scene__item {
    width: 31.5217391304%;
}
@media screen and (min-width: 769px) {
    .c-list-scene__item:nth-of-type(n + 4) {
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .c-list-scene__item {
        width: 47.0588235294%;
    }
    .c-list-scene__item:nth-of-type(n + 3) {
        margin-top: 3.3333333333vw;
    }
}
.c-list-scene__img {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .c-list-scene__img {
        border-radius: 1.0666666667vw;
    }
}
.c-list-scene__txt {
    display: block;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .c-list-scene__txt {
        font-size: 3.2vw;
        letter-spacing: 0.16em;
        margin-top: 2vw;
    }
}

/* ---------------------------------------------
*   c-list-document
--------------------------------------------- */
@media screen and (max-width: 768px) {
    .c-list-document {
        padding: 15px;
    }
}
.c-list-document__item {
    text-align: justify;
    color: #4D4D4D;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.09em;
    text-indent: -0.9em;
    padding-left: 0.9em;
}
@media screen and (max-width: 768px) {
    .c-list-document__item {
        font-size: 4vw;
        line-height: 1.9;
        text-indent: -0.9em;
        padding-left: 0.9em;
    }
}
.c-list-document__item::before {
    content: "・ ";
    color: #1868C7;
}
.c-list-document__item + .c-list-document__item {
    margin-top: 7px;
}
@media screen and (max-width: 768px) {
    .c-list-document__item + .c-list-document__item {
        margin-top: 0;
    }
}
.c-list-document__txt {
    padding-left: 0.1em;
}

/* ---------------------------------------------
*   c-section-top
--------------------------------------------- */
.c-section-top {
    background-color: #E9EDEE;
}
.c-section-top__container {
    max-width: 1280px;
    padding: 135px 25px 146px;
    background: url(https://www.sensyn-robotics.com/hubfs/LP/gembaconnect/bg_about.svg) right 25px bottom 0 no-repeat;
    background-size: 507px auto;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-top__container {
        padding: 9.6vw 0 57.0666666667vw;
        background-position: right 11.0666666667vw bottom 0;
        background-size: 56.6666666667vw;
    }
}
.c-section-top__head {
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .c-section-top__head {
        text-align: center;
        margin-bottom: 0.5333333333vw;
    }
}
.c-section-top__txt {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
    .c-section-top__txt {
        text-align: center;
        font-size: 4vw;
        letter-spacing: 0.17em;
    }
}
.c-section-top__txt-strong {
    font-size: 2.3125rem;
    background: linear-gradient(transparent 60%, #BED9FB 60%);
}
@media screen and (max-width: 768px) {
    .c-section-top__txt-strong {
        font-size: 4.8vw;
    }
}

/* ---------------------------------------------
*   c-section-trouble
--------------------------------------------- */
.c-section-trouble__container {
    max-width: 1280px;
    padding: 125px 25px 10px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-trouble__container {
        padding: 16vw 7.3333333333% 2.6666666667vw;
    }
}
.c-section-trouble__head {
    position: relative;
    text-align: center;
    margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
    .c-section-trouble__head {
        margin-bottom: 18.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-section-resolution
--------------------------------------------- */
.c-section-resolution {
    background-color: #E9EDEE;
    padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
    .c-section-resolution {
        padding-bottom: 17.3333333333vw;
    }
}
.c-section-resolution__container {
    max-width: 1280px;
    padding: 0 25px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-resolution__container {
        padding: 0 7.3333333333%;
    }
}
.c-section-resolution__head {
    position: relative;
    z-index: 0;
    padding-top: 86px;
    margin-bottom: 240px;
    text-align: center;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .c-section-resolution__head {
        padding-top: 12vw;
        margin-bottom: 34.6666666667vw;
    }
}
.c-section-resolution__head::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 50vw 0 50vw;
    border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 768px) {
    .c-section-resolution__head::after {
        border-width: 20vw 50vw 0 50vw;
    }
}
.windows .c-section-resolution__head::after {
    border-width: 150px calc(50vw - 10px) 0 calc(50vw - 10px);
}

.c-section-resolution__btn {
    margin-top: 83px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .c-section-resolution__btn {
        margin-top: 10.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-section-scene
--------------------------------------------- */
.c-section-scene {
    padding: 140px 0;
   background-color: #e9edee;
}
@media screen and (max-width: 768px) {
    .c-section-scene {
        padding-top: 16vw;
        padding-bottom: 18.6666666667vw;
    }
}
.c-section-scene__container {
    max-width: 1280px;
    padding: 0 25px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-scene__container {
        padding: 0 7.3333333333%;
    }
}
.c-section-scene__head {
    text-align: center;
}
@media screen and (min-width: 769px) {
    .c-section-scene__head {
        margin-bottom: 26px;
    }
}
@media screen and (min-width: 769px) {
    .c-section-scene__body {
        display: flex;
        justify-content: space-between;
    }
}
.c-section-scene__foot {
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .c-section-scene__foot {
        margin-top: 6.6666666667vw;
    }
}
.c-section-scene__btn {
    text-align: center;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .c-section-scene__btn {
        margin-top: 8vw;
    }
}

/* ---------------------------------------------
*   c-section-registration
--------------------------------------------- */
.c-section-registration {
    padding: 130px 25px 120px;
    background-color: #1868C7;
}
@media screen and (max-width: 768px) {
    .c-section-registration {
        padding: 10.6666666667vw 7.3333333333% 13.3333333333vw;
    }
}
.c-section-registration__container {
    max-width: 1000px;
    border-radius: 16px;
    padding: 86px 0 70px;
    background-color: #fff;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-registration__container {
        border-radius: 2.1333333333vw;
        padding: 10.6666666667vw 0;
    }
}
.c-section-registration__head {
    text-align: center;
    margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
    .c-section-registration__head {
        margin-bottom: 2.6666666667vw;
    }
}
.c-section-registration__lead {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.06em;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .c-section-registration__lead {
        text-align: left;
        width: 85.15625%;
        color: #4D4D4D;
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.07em;
        margin: 0 auto 4.6666666667vw;
    }
}

/* ---------------------------------------------
*   c-section-thanks
--------------------------------------------- */
.c-section-thanks__container {
    max-width: 1050px;
    padding: 0 25px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-thanks__container {
        padding: 0;
    }
}
.c-section-thanks__head {
    width: 536px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ABABAB;
    margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
    .c-section-thanks__head {
        width: 77.3333333333vw;
        padding-bottom: 4.5333333333vw;
        margin-bottom: 4.8vw;
    }
}
.c-section-thanks__ttl {
    text-align: center;
    color: #1868C7;
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
    .c-section-thanks__ttl {
        font-size: 6.1333333333vw;
    }
}
.c-section-thanks__txt {
    color: #4D4D4D;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8125;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
    .c-section-thanks__txt {
        font-size: 3.2vw;
    }
}
.c-section-thanks__btn {
    text-align: center;
    margin-top: 90px;
}
@media screen and (max-width: 768px) {
    .c-section-thanks__btn {
        margin-top: 12vw;
    }
}

/* ---------------------------------------------
*   c-section-common
--------------------------------------------- */
.c-section {
    padding: 140px 0 70px;
}
.c-section__container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 25px;
}
.c-section__head {
    text-align: center;
}
/* ---------------------------------------------
*   ３つの特徴
--------------------------------------------- */
.feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
  margin: 6rem 0;
}
.feature h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem 0;
}
.feature h3 span {
  background: linear-gradient(transparent 60%, #BED9FB 60%);
  font-size: 1.75rem;
}
.feature--border {
  border-left: 1px dotted;
  border-right: 1px dotted;
}
.feature--list {
  text-align: left;
  list-style: disc;
  padding-left: 50px;
  font-size: 1.2rem;
}
.feature--list li {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .feature h3 {
    font-size: 1.2rem;
  }
  .feature h3 span {
    font-size: 1.6rem;
  }
  .feature {
    grid-template-columns: 1fr;
    margin: 2rem 0;
  }
  .feature--border {
    border: none;
  }
  .feature div {
    padding: 2rem 0;
    background-color: #f9f9f9;
  }
  .feature--list {
    font-size: 1rem;
  }
  .feature img {
      width: 70px;
  }
}
/* ---------------------------------------------
*   ユーザーの声
--------------------------------------------- */
.voice-wrap {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  margin: 4rem 0;
}
.voice--item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 2rem;
}
.voice--item-customer {
  text-align: center;
}
.voice--item-customer p {
  margin: 10px 0;
}
.voice--balloon {
  background-color: #e9edee;
  border-radius: 10px;
  font-size: 1.26rem;
  padding: 20px;
  position: relative;
  line-height: 1.8;
  margin: 1.5rem 0;
}
.voice--balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 18px;
    border-right: 20px solid #e9edee;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.voice--balloon span {
    color: #1868C7;
}
@media screen and (max-width: 768px) {
  .voice--item {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .voice--balloon {
    font-size: 1rem;
  }
}
/* ---------------------------------------------
*   解決 new add
--------------------------------------------- */
.resolution_lightbox {
  margin: 0 auto;
  text-align: center;
}
.resolution_lightbox a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.resolution_lightbox p {
  font-size: .8rem;
  color: grey;
}

/* ---------------------------------------------
*   menu
--------------------------------------------- */
a.l-header-nav__pc-btn {
  background-color: #ff6e00;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 60px;
  display: block;
}
a.l-header-nav__pc-btn i {
    padding-right: 10px;
}
/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
.c-table {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.c-table__th, .c-table__td {
    padding: 1em;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.c-table__thead .c-table__th {
    color: red;
}
.c-table__tbody .c-table__th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-tile-id8501
--------------------------------------------- */
.c-tile-id8501 {
    --col: 3;
    display: grid;
    grid-template-columns: repeat(var(--col), 1fr);
    gap: 20px;
}
@media screen and (max-width: 750px) {
    .c-tile-id8501 {
        --col: 2;
    }
}
.c-tile-id8501__item:first-of-type {
    grid-area: 1/1/3/3;
}
.c-tile-id8501__item:nth-of-type(4) {
    grid-area: 3/2/5/4;
}
@media screen and (max-width: 750px) {
    .c-tile-id8501__item:nth-of-type(4) {
        grid-area: 4/1/6/3;
    }
}
.c-tile-id8501__item img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-ttl-top
--------------------------------------------- */
.c-ttl-top {
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 1.46;
    letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
    .c-ttl-top {
        font-size: 5.3333333333vw;
        line-height: 1.65;
    }
}

/* ---------------------------------------------
*   c-ttl-trouble
--------------------------------------------- */
.c-ttl-trouble {
    display: inline-block;
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 1.11;
    letter-spacing: 0.1em;
    background: linear-gradient(transparent 70%, #D5E7FF 70%);
}
@media screen and (max-width: 768px) {
    .c-ttl-trouble {
        font-size: 5.3333333333vw;
    }
}

/* ---------------------------------------------
*   c-ttl-resolution
--------------------------------------------- */
.c-ttl-resolution {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 700;
    transform: translateY(38px);
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .c-ttl-resolution {
        transform: translateY(5.3333333333vw);
    }
}
.c-ttl-resolution__txt-dot {
    padding-top: 0.5em;
    font-size: 2.75rem;
    letter-spacing: 0.09em;
    margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
    .c-ttl-resolution__txt-dot {
        font-size: 5.3333333333vw;
        margin-bottom: 0;
    }
}
.c-ttl-resolution__txt-dot-item {
    position: relative;
}
.c-ttl-resolution__txt-dot-item::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0.5625rem;
    height: 0.5625rem;
    border-radius: 50%;
    background-color: #1868C7;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    .c-ttl-resolution__txt-dot-item::before {
        width: 0.225em;
        height: 0.225em;
    }
}
.c-ttl-resolution__txt {
    font-size: 3.3125rem;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 1050px) {
    .c-ttl-resolution__txt {
        font-size: 6.2666666667vw;
        letter-spacing: 0.11em;
    }
}
.c-ttl-resolution__txt-name {
    padding-right: 0.1em;
}
@media screen and (max-width: 768px) {
    .c-ttl-resolution__txt-name {
        font-size: 10.1333333333vw;
    }
}
.c-ttl-resolution__txt-i {
    display: inline-block;
    margin-left: 0.1em;
    transform: rotateZ(15deg);
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    font-size: 2.8125rem;
    font-weight: 700;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
    .c-ttl {
        font-size: 6.1333333333vw;
    }
    .c-ttl--registration {
        font-size: 5.3333333333vw;
    }
}

/* ---------------------------------------------
*   c-ttl-document
--------------------------------------------- */
.c-ttl-document {
    text-align: center;
    color: #1868C7;
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: 0.11em;
    margin-bottom: 80px;
}
.c-ttl-document span {
    background-color: #f4fbfd;
    border-radius: 10px;
    color: #1868c6;
    display: inline-block;
    font-size: 40%;
    margin-bottom: 22px;
    padding: 0.5rem 3rem;
    position: relative;
}
.c-ttl-document span:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 20px;
    bottom: -10px;
    border-top: 12px solid #f4fbfd;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
@media screen and (max-width: 768px) {
    .c-ttl-document {
        font-size: 6.1333333333vw;
        letter-spacing: 0.09em;
        margin-bottom: 8vw;
    }
  .c-ttl-document span {
     font-size: 55%;
  }
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
    .c-txt {
        font-size: 0.9375rem;
    }
}
.c-txt__strong {
    text-decoration: underline;
    font-weight: bold;
}
.c-txt__italic {
    font-style: italic;
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   font-family
--------------------------------------------- */
.ff-mon {
    font-family: "Montserrat", sans-serif;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

/* フェードインアップ */
.js-fadein-up {
    opacity: 0;
    will-change: transform;
    transform: translate3d(0, 50px, 0);
    transition: transform 0.8s, opacity 1s;
    z-index: 0;
}
.js-fadein-up.is-active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* フェードインアップ 五月雨 */
.js-fadein-up-order__item {
    opacity: 0;
    will-change: transform;
    transform: translate3d(0, 50px, 0);
    transition: transform 0.8s, opacity 1s;
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.js-fadein-up-order__item[data-order="2"] {
    transition-delay: 300ms;
}
.js-fadein-up-order__item[data-order="3"] {
    transition-delay: 600ms;
}
.js-fadein-up-order__item[data-order="4"] {
    transition-delay: 900ms;
}
.js-fadein-up-order__item[data-order="5"] {
    transition-delay: 1200ms;
}
.js-fadein-up-order__item[data-order="6"] {
    transition-delay: 1500ms;
}
.js-fadein-up-order.is-active .js-fadein-up-order__item {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* ---------------------------------------------
*   流れるテキスト
--------------------------------------------- */
.js-txt-anime {
    overflow: hidden;
    display: inline-block;
    opacity: 0;
}
.js-txt-anime.is-active {
    -webkit-animation-name: slideTextX100;
            animation-name: slideTextX100;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
}
.js-txt-anime__inner {
    display: inline-block;
}
.is-active .js-txt-anime__inner {
    -webkit-animation-name: slideTextX-100;
            animation-name: slideTextX-100;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
}

.js-txt-anime--delay {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}
.js-txt-anime--delay .js-txt-anime__inner {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}

@-webkit-keyframes slideTextX100 {
    from {
        transform: translateX(-100%);
        /*要素を左の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateX(0);
        /*要素を元の位置に移動*/
        opacity: 1;
    }
}

@keyframes slideTextX100 {
    from {
        transform: translateX(-100%);
        /*要素を左の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateX(0);
        /*要素を元の位置に移動*/
        opacity: 1;
    }
}
@-webkit-keyframes slideTextX-100 {
    from {
        transform: translateX(100%);
        /*要素を右の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateX(0);
        /*要素を元の位置に移動*/
        opacity: 1;
    }
}
@keyframes slideTextX-100 {
    from {
        transform: translateX(100%);
        /*要素を右の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateX(0);
        /*要素を元の位置に移動*/
        opacity: 1;
    }
}
@media print and (min-width: 1024px), screen and (min-width: 1024px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (min-width: 769px) and (max-width: 1050px), screen and (min-width: 769px) and (max-width: 1050px) {
    .tb-hide {
        display: none !important;
    }
}
@media print and (max-width: 768px), screen and (max-width: 768px) {
    .sp-hide {
        display: none !important;
    }
}
@media print and (max-width: 1024px), screen and (max-width: 1024px) {
    .l-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   IT導入補助金対応
--------------------------------------------- */
.it-intro-tag {
    text-align: center;
    padding: 5px 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.it-intro-tag .big {
    font-size: 20px;
}
.it-intro-tag .year {
    font-size: 44px;
}
.c-kv__logo-item--it-intro {
    margin-left: 22px;
    width: 130px;
}
@media screen and (max-width: 768px) {
  .it-intro-tag {
    font-size: 80%;
  }
  .it-intro-tag .big {
    font-size: 15px;
  }
  .it-intro-tag .year {
    font-size: 18px;
  }
  .c-kv__logo-item--it-intro {
      width: auto;
  }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }

    .mgt-sp--5 {
        margin-top: 0.6666666667vw !important;
    }

    .mgt-sp--10 {
        margin-top: 1.3333333333vw !important;
    }

    .mgt-sp--15 {
        margin-top: 2vw !important;
    }

    .mgt-sp--20 {
        margin-top: 2.6666666667vw !important;
    }

    .mgt-sp--25 {
        margin-top: 3.3333333333vw !important;
    }

    .mgt-sp--30 {
        margin-top: 4vw !important;
    }

    .mgt-sp--35 {
        margin-top: 4.6666666667vw !important;
    }

    .mgt-sp--40 {
        margin-top: 5.3333333333vw !important;
    }

    .mgt-sp--45 {
        margin-top: 6vw !important;
    }

    .mgt-sp--50 {
        margin-top: 6.6666666667vw !important;
    }

    .mgt-sp--55 {
        margin-top: 7.3333333333vw !important;
    }

    .mgt-sp--60 {
        margin-top: 8vw !important;
    }

    .mgt-sp--65 {
        margin-top: 8.6666666667vw !important;
    }

    .mgt-sp--70 {
        margin-top: 9.3333333333vw !important;
    }

    .mgt-sp--75 {
        margin-top: 10vw !important;
    }

    .mgt-sp--80 {
        margin-top: 10.6666666667vw !important;
    }

    .mgt-sp--85 {
        margin-top: 11.3333333333vw !important;
    }

    .mgt-sp--90 {
        margin-top: 12vw !important;
    }

    .mgt-sp--95 {
        margin-top: 12.6666666667vw !important;
    }

    .mgt-sp--100 {
        margin-top: 13.3333333333vw !important;
    }

    .mgt-sp--105 {
        margin-top: 14vw !important;
    }

    .mgt-sp--110 {
        margin-top: 14.6666666667vw !important;
    }

    .mgt-sp--115 {
        margin-top: 15.3333333333vw !important;
    }

    .mgt-sp--120 {
        margin-top: 16vw !important;
    }

    .mgt-sp--125 {
        margin-top: 16.6666666667vw !important;
    }

    .mgt-sp--130 {
        margin-top: 17.3333333333vw !important;
    }

    .mgt-sp--135 {
        margin-top: 18vw !important;
    }

    .mgt-sp--140 {
        margin-top: 18.6666666667vw !important;
    }

    .mgt-sp--145 {
        margin-top: 19.3333333333vw !important;
    }

    .mgt-sp--150 {
        margin-top: 20vw !important;
    }

    .mgt-sp--155 {
        margin-top: 20.6666666667vw !important;
    }

    .mgt-sp--160 {
        margin-top: 21.3333333333vw !important;
    }

    .mgt-sp--165 {
        margin-top: 22vw !important;
    }

    .mgt-sp--170 {
        margin-top: 22.6666666667vw !important;
    }

    .mgt-sp--175 {
        margin-top: 23.3333333333vw !important;
    }

    .mgt-sp--180 {
        margin-top: 24vw !important;
    }

    .mgt-sp--185 {
        margin-top: 24.6666666667vw !important;
    }

    .mgt-sp--190 {
        margin-top: 25.3333333333vw !important;
    }

    .mgt-sp--195 {
        margin-top: 26vw !important;
    }

    .mgt-sp--200 {
        margin-top: 26.6666666667vw !important;
    }

    .mgt-sp--205 {
        margin-top: 27.3333333333vw !important;
    }

    .mgt-sp--210 {
        margin-top: 28vw !important;
    }

    .mgt-sp--215 {
        margin-top: 28.6666666667vw !important;
    }

    .mgt-sp--220 {
        margin-top: 29.3333333333vw !important;
    }

    .mgt-sp--225 {
        margin-top: 30vw !important;
    }

    .mgt-sp--230 {
        margin-top: 30.6666666667vw !important;
    }

    .mgt-sp--235 {
        margin-top: 31.3333333333vw !important;
    }

    .mgt-sp--240 {
        margin-top: 32vw !important;
    }

    .mgt-sp--245 {
        margin-top: 32.6666666667vw !important;
    }

    .mgt-sp--250 {
        margin-top: 33.3333333333vw !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }

    .mgb-sp--5 {
        margin-bottom: 0.6666666667vw !important;
    }

    .mgb-sp--10 {
        margin-bottom: 1.3333333333vw !important;
    }

    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }

    .mgb-sp--20 {
        margin-bottom: 2.6666666667vw !important;
    }

    .mgb-sp--25 {
        margin-bottom: 3.3333333333vw !important;
    }

    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }

    .mgb-sp--35 {
        margin-bottom: 4.6666666667vw !important;
    }

    .mgb-sp--40 {
        margin-bottom: 5.3333333333vw !important;
    }

    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }

    .mgb-sp--50 {
        margin-bottom: 6.6666666667vw !important;
    }

    .mgb-sp--55 {
        margin-bottom: 7.3333333333vw !important;
    }

    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }

    .mgb-sp--65 {
        margin-bottom: 8.6666666667vw !important;
    }

    .mgb-sp--70 {
        margin-bottom: 9.3333333333vw !important;
    }

    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }

    .mgb-sp--80 {
        margin-bottom: 10.6666666667vw !important;
    }

    .mgb-sp--85 {
        margin-bottom: 11.3333333333vw !important;
    }

    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }

    .mgb-sp--95 {
        margin-bottom: 12.6666666667vw !important;
    }

    .mgb-sp--100 {
        margin-bottom: 13.3333333333vw !important;
    }

    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }

    .mgb-sp--110 {
        margin-bottom: 14.6666666667vw !important;
    }

    .mgb-sp--115 {
        margin-bottom: 15.3333333333vw !important;
    }

    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }

    .mgb-sp--125 {
        margin-bottom: 16.6666666667vw !important;
    }

    .mgb-sp--130 {
        margin-bottom: 17.3333333333vw !important;
    }

    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }

    .mgb-sp--140 {
        margin-bottom: 18.6666666667vw !important;
    }

    .mgb-sp--145 {
        margin-bottom: 19.3333333333vw !important;
    }

    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }

    .mgb-sp--155 {
        margin-bottom: 20.6666666667vw !important;
    }

    .mgb-sp--160 {
        margin-bottom: 21.3333333333vw !important;
    }

    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }

    .mgb-sp--170 {
        margin-bottom: 22.6666666667vw !important;
    }

    .mgb-sp--175 {
        margin-bottom: 23.3333333333vw !important;
    }

    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }

    .mgb-sp--185 {
        margin-bottom: 24.6666666667vw !important;
    }

    .mgb-sp--190 {
        margin-bottom: 25.3333333333vw !important;
    }

    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }

    .mgb-sp--200 {
        margin-bottom: 26.6666666667vw !important;
    }

    .mgb-sp--205 {
        margin-bottom: 27.3333333333vw !important;
    }

    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }

    .mgb-sp--215 {
        margin-bottom: 28.6666666667vw !important;
    }

    .mgb-sp--220 {
        margin-bottom: 29.3333333333vw !important;
    }

    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }

    .mgb-sp--230 {
        margin-bottom: 30.6666666667vw !important;
    }

    .mgb-sp--235 {
        margin-bottom: 31.3333333333vw !important;
    }

    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }

    .mgb-sp--245 {
        margin-bottom: 32.6666666667vw !important;
    }

    .mgb-sp--250 {
        margin-bottom: 33.3333333333vw !important;
    }
}

/*----*/
.c-kv__btn {
    transform: translate(-22px,-50px);
  }
  a.top-download-btn, a.top-demo-btn {
    background-color: #ff6e00;
    display: inline-block;
    text-align: center;
    padding: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 1.48rem;
    letter-spacing: .05em;
    border-radius: 60px;
    margin: 10px;
  }
  a.top-download-btn i, a.top-demo-btn i {
    margin-right: 18px;
    font-size: 26px;
  }
  a.top-demo-btn {
    width: 340px;
  }
  a.top-download-btn {
    width: 280px;
  }
  @media screen and (max-width: 1273px) {
    .c-kv__btn {
        transform: translate(-10px,0px);
        text-align: center;
    }
    .c-kv__logo {
        transform: translate(-32px,-5px);
    }
    a.top-download-btn, a.top-demo-btn {
        width: 100%;
        font-size: 1.3rem;
    }
  }
.to-page-btn {
  display: block;
  color: #f86e03;
  border: 1.5px solid;
  padding: 10px 15px;
  border-radius: 4px;
}
.to-page-btn:hover {
  text-decoration: none;
  background-color: #e781331a;
}
.logo {
  width: 140px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
a.to-page-btn-top {
  border: 1.5px solid;
  display: block;
  margin: 20px 0 44px;
  padding: 5px 30px;
  border-radius: 4px;
  background-color: #f1f2ed;
}
a.to-page-btn-top i {
  margin-left: 10px;
}