@charset "UTF-8";
@use "sass:math";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  color: #000000;
  font-size: 1.6em;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .025em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 900px; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.4em; } }

img {
  width: 100%;
  height: auto; }

::selection {
  background: #000;
  color: #fff; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

a {
  color: #000;
  text-decoration: none; }

a:link {
  color: #000; }

a:visited {
  color: #000; }

@media screen and (min-width: 769px) {
  a:hover {
    color: #666; } }
a:active {
  color: #000; }

.btn {
  display: block; }

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

small {
  font-size: 75%;
  line-height: 1.2 !important; }

sup, sub {
  font-size: 50%;
  position: relative; }

sup {
  vertical-align: top;
  top: -0.1em; }

sub {
  vertical-align: bottom;
  bottom: -0.1em; }

/* ==========================================================================
  Layout
  ========================================================================== */
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column; }
  .l-wrapper .l-main {
    order: 1; }
  .l-wrapper .l-aisde {
    order: 2; }
  @media screen and (min-width: 769px) {
    .l-wrapper {
      flex-direction: row; }
      .l-wrapper .l-main {
        order: 2; }
      .l-wrapper .l-aisde {
        order: 1; } }

.l-main {
  width: 100%; }
  .l-main > article {
    max-width: 900px;
    margin: 0 auto 60px; }

.l-aside {
  width: 100%;
  padding-top: 60px;
  border-top: 1px solid #000; }

.l-inner {
  position: relative;
  max-width: 1440px;
  padding: 0 5%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .l-inner {
      padding: 0 5%; } }
  .l-inner .l-fullsize {
    margin: 0 -5.5%; }

.l-inner.l-inner-full {
  padding: 0;
  max-width: inherit; }

.l-inner.l-inner-600 {
  max-width: 600px; }
  @media screen and (max-width: 768px) {
    .l-inner.l-inner-600 {
      max-width: 80%; } }

.l-inner.l-inner-720 {
  max-width: 720px; }
  @media screen and (max-width: 768px) {
    .l-inner.l-inner-720 {
      max-width: 90%; } }

.l-inner.l-inner-960 {
  max-width: 960px; }
  @media screen and (max-width: 768px) {
    .l-inner.l-inner-960 {
      max-width: 90%; } }

.l-content {
  position: relative; }

.l-section {
  position: relative; }
  .l-section small {
    font-size: 80%; }

/* ==========================================================================
  Section Title
  ========================================================================== */
.l-section {
  padding: 60px 0; }
  .l-section .ft-white {
    color: #fff; }
  .l-section .ft-black {
    color: #000; }
  .l-section .ft-blue {
    color: #004ea1; }
  .l-section h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 60px; }
    .l-section h3 span {
      display: block;
      margin-top: 10px;
      font-size: 1.4rem;
      font-weight: bold; }
  .l-section h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px; }
    .l-section h4 span {
      display: block;
      margin-top: 10px;
      font-size: 2rem;
      font-weight: bold; }

/* ==========================================================================
  Page Content
  ========================================================================== */
.l-content h2 {
  font-size: 2.4rem; }
.l-content h3 {
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #000; }
.l-content h4 {
  font-size: 1.8rem; }
.l-content h5 {
  font-size: 1.6rem; }
.l-content h2, .l-content h3, .l-content h4, .l-content h5 {
  margin-bottom: .5em;
  line-height: 1.4; }
.l-content h2:not(first-of-type), .l-content h3:not(first-of-type) {
  margin-top: 3em; }
.l-content h4:not(first-of-type), .l-content h5:not(first-of-type) {
  margin-top: 2em; }
.l-content p {
  line-height: 1.8;
  text-align: justify; }
.l-content .lead {
  font-size: 1.8rem;
  line-height: 1.8; }
.l-content .notes {
  font-size: 1.2rem;
  line-height: 1.8; }
.l-content .attention {
  color: #ff0000; }
.l-content table th, .l-content table td {
  padding: 0.5em 0.5em;
  border: 1px solid #000;
  font-size: 1.6rem;
  line-height: 1.6; }
.l-content table th {
  background: #eeedeb;
  text-align: center; }

.modaal-inner-wrapper {
  padding: 80px 20px !important; }

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 30px 20px; }

  .modaal-video-wrap {
    margin: auto 0px !important;
    position: relative; } }
/* ==========================================================================
Margin
========================================================================== */
.mt-xxl {
  margin-top: 150px; }

.mt-xl {
  margin-top: 120px; }

.mt-l {
  margin-top: 90px; }

.mt-m {
  margin-top: 60px; }

.mt-s {
  margin-top: 30px; }

.mt-xs {
  margin-top: 15px; }

.mt-xxs {
  margin-top: 10px; }

.mt-0 {
  margin-top: 0 !important; }

.mb-xxl {
  margin-bottom: 150px; }

.mb-xl {
  margin-bottom: 120px; }

.mb-l {
  margin-bottom: 90px; }

.mb-m {
  margin-bottom: 60px; }

.mb-s {
  margin-bottom: 30px; }

.mb-xs {
  margin-bottom: 15px; }

.mb-xxs {
  margin-bottom: 10px; }

.mb-0 {
  margin-bottom: 0 !important; }

/* ==========================================================================
Link
========================================================================== */
.link {
  text-decoration: underline; }
  @media screen and (min-width: 769px) {
    .link:hover {
      text-decoration: none; } }

/* ==========================================================================
Button
========================================================================== */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .btn {
      transition: all .25s ease-out; } }

/* ==========================================================================
  
  ========================================================================== */
.trig {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }

.bgextend {
  position: relative; }

.bgextend.is-show::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*伸びる背景色の設定*/
  z-index: -1;
  left: -2px;
  top: -1px; }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  100% {
    transform-origin: left;
    transform: scaleX(1); } }
/* ==========================================================================
  Scroll Animation
  ========================================================================== */
.anim {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }

.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out; }

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(0, 0); } }
.anim-fadein {
  opacity: 0; }

.anim-fadein.is-show {
  animation: fadeIn 0.3s 0.1s both ease-out; }

@keyframes fadeIn {
  0% {
    transform: translate(0, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.anim-fadeinBlur {
  opacity: 0; }

.anim-fadeinBlur.is-show {
  opacity: 0;
  animation: fadeIn 2.0s 0.1s both ease-out; }

@keyframes fadeInBlur {
  0% {
    filter: blur(15px); }
  100% {
    opacity: 1;
    filter: blur(0); } }
.anim-fadeinUp {
  opacity: 0;
  filter: blur(10px); }

.anim-fadeinUp.is-show {
  animation: fadeInUp 0.9s 0.2s both ease-out; }

.anim-fadeinUp.anim-delay2.is-show {
  animation: fadeInUp 0.9s 0.4s both ease-out; }

.anim-fadeinUp.anim-delay3.is-show {
  animation: fadeInUp 0.9s 0.6s both ease-out; }

.anim-fadeinUp.anim-delay4.is-show {
  animation: fadeInUp 0.9s 0.8s both ease-out; }

.anim-fadeinUp.anim-delay5.is-show {
  animation: fadeInUp 0.9s 1s both ease-out; }

.anim-fadeinUp.anim-delay6.is-show {
  animation: fadeInUp 0.9s 1.2s both ease-out; }

@keyframes fadeInUp {
  0% {
    transform: translate(0, 10px);
    filter: blur(10px); }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0); } }
.anim-slidein-l {
  opacity: 0; }

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out; }

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0);
    filter: blur(10px); }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0); } }
.anim-slidein-r {
  opacity: 0; }

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out; }

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0);
    filter: blur(10px); }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0); } }
.anim-slideout-l.is-out {
  animation: slideOutL 1.5s 0.1s both ease-out; }

@keyframes slideOutL {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 1;
    transform: translate(-100vw, 0); } }
.anim-slideout-r.is-out {
  animation: slideOutR 1.5s 0.1s both ease-out; }

@keyframes slideOutR {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 1;
    transform: translate(100vw, 0); } }
/* ==========================================================================
ここから スマートジャンパー
========================================================================== */
#smart-jumper {
    /* ==========================================================================
FV
========================================================================== */
    /* ==========================================================================
intro
========================================================================== */
    /* ==========================================================================
FEATURES
========================================================================== */
    /* ==========================================================================
CASESTUDY / REVIEW
========================================================================== */
    /* ==========================================================================
LICENSE
========================================================================== */
    /* ==========================================================================
ENVIRONMENT
========================================================================== */
    /*  ENVIRONMENT 最後
    
    /* ==========================================================================
FAQ
========================================================================== */
    /* ==========================================================================
CONTACT
========================================================================== */ }
  #smart-jumper p {
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      #smart-jumper p {
        font-size: 14px; } }
  #smart-jumper .l-inner {
    width: 1000px;
    padding: 60px 0 70px; }
    @media screen and (max-width: 768px) {
      #smart-jumper .l-inner {
        width: 90%;
        padding: 30px 0 40px; } }
  #smart-jumper .inner-ttl {
    text-align: center;
    padding-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #smart-jumper .inner-ttl {
        padding-bottom: 20px; } }
    #smart-jumper .inner-ttl .en {
      font-size: 46px;
      font-family: "Roboto", serif;
      font-weight: 900;
      font-style: italic; }
      @media screen and (max-width: 768px) {
        #smart-jumper .inner-ttl .en {
          font-size: 35px; } }
    #smart-jumper .inner-ttl .jp {
      font-size: 16px;
      font-weight: 800;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        #smart-jumper .inner-ttl .jp {
          font-size: 15px; } }
  #smart-jumper .btn-yellow {
    background: #feeb68;
    width: 320px;
    height: 60px;
    line-height: 1.5;
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 21px;
    font-weight: bolder;
    position: relative; }
    @media screen and (max-width: 768px) {
      #smart-jumper .btn-yellow {
        width: 70%;
        height: 40px;
        margin: 0 auto;
        font-size: 15px;
        line-height: 10px; } }
  #smart-jumper .btn-yellow:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    margin: auto auto auto 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-315deg); }
    @media screen and (max-width: 768px) {
      #smart-jumper .btn-yellow:after {
        width: 10px;
        height: 10px; } }
  #smart-jumper .l-fv {
    background: url(../images/bg_01.jpg) no-repeat;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      #smart-jumper .l-fv {
        background: url(../images/bg_01-sp.png) no-repeat;
        background-size: cover; } }
    #smart-jumper .l-fv .l-inner {
      width: 1050px; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-fv .l-inner {
          width: 90%; } }
      #smart-jumper .l-fv .l-inner .fv-wrap {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-fv .l-inner .fv-wrap {
            display: block; } }
        #smart-jumper .l-fv .l-inner .fv-wrap .fv-title {
          width: 480px;
          color: #006eb1;
          font-size: 20px;
          text-align: center;
          font-weight: bolder; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-fv .l-inner .fv-wrap .fv-title {
              width: 100%;
              padding: 0 0 30px; } }
          #smart-jumper .l-fv .l-inner .fv-wrap .fv-title h1 {
            padding: 10px 0 20px; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-fv .l-inner .fv-wrap .fv-title h1 {
                width: 90%;
                margin: 0 auto;
                padding: 5px 0 20px; } }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-fv .l-inner .fv-wrap .fv-title h2 {
              font-size: 18px; } }
          #smart-jumper .l-fv .l-inner .fv-wrap .fv-title h3 {
            position: relative; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-fv .l-inner .fv-wrap .fv-title h3 {
                font-size: 16px; } }
            #smart-jumper .l-fv .l-inner .fv-wrap .fv-title h3 ruby rt {
              text-align: center; }
            #smart-jumper .l-fv .l-inner .fv-wrap .fv-title h3 span {
              font-size: 24px;
              font-weight: bolder;
              line-height: 2; }
              @media screen and (max-width: 768px) {
                #smart-jumper .l-fv .l-inner .fv-wrap .fv-title h3 span {
                  font-size: 17px; } }
          #smart-jumper .l-fv .l-inner .fv-wrap .fv-title h3::after {
            content: "";
            position: absolute;
            background: url(../images/junga_01.png) no-repeat right bottom;
            background-size: contain;
            right: -55px;
            bottom: 12%;
            width: 100%;
            height: 90px; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-fv .l-inner .fv-wrap .fv-title h3::after {
                right: 7px;
                bottom: 28px;
                width: 100%;
                height: 70px; } }
        #smart-jumper .l-fv .l-inner .fv-wrap .fv-slider {
          width: 520px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-fv .l-inner .fv-wrap .fv-slider {
              width: 100%; } }
      #smart-jumper .l-fv .l-inner .fv-features {
        width: 900px; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-fv .l-inner .fv-features {
            width: 100%;
            margin-bottom: 30px; } }
        #smart-jumper .l-fv .l-inner .fv-features .fv-features-list {
          padding: 80px 0;
          color: #fff;
          width: 440px;
          text-shadow: #006eb1 1px 0 5px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-fv .l-inner .fv-features .fv-features-list {
              width: 100%;
              padding: 0px 0 40px; } }
          #smart-jumper .l-fv .l-inner .fv-features .fv-features-list ul li:first-child {
            padding-top: 0px; }
          #smart-jumper .l-fv .l-inner .fv-features .fv-features-list ul li {
            padding-top: 30px; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-fv .l-inner .fv-features .fv-features-list ul li {
                padding-top: 35px; } }
            #smart-jumper .l-fv .l-inner .fv-features .fv-features-list ul li .en {
              font-size: 30px;
              font-family: "Roboto", serif;
              font-weight: 900;
              font-style: italic; }
              @media screen and (max-width: 768px) {
                #smart-jumper .l-fv .l-inner .fv-features .fv-features-list ul li .en {
                  font-size: 32px; } }
            #smart-jumper .l-fv .l-inner .fv-features .fv-features-list ul li .jp {
              font-size: 16px;
              font-weight: 800;
              display: block;
              float: right; }
              @media screen and (max-width: 768px) {
                #smart-jumper .l-fv .l-inner .fv-features .fv-features-list ul li .jp {
                  font-size: 15px;
                  float: none;
                  padding-top: 5px; } }
        #smart-jumper .l-fv .l-inner .fv-features .fv-btns {
          margin: auto 0; }
          #smart-jumper .l-fv .l-inner .fv-features .fv-btns ul li:last-child {
            padding-top: 20px; }
      #smart-jumper .l-fv .l-inner .fv-news .news-wrap:first-child {
        border-right: 2px solid #006eb1; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-fv .l-inner .fv-news .news-wrap:first-child {
            border-right: none;
            border-bottom: 1px solid #006eb1; } }
      #smart-jumper .l-fv .l-inner .fv-news .news-wrap {
        background: #ffffffe3;
        padding: 20px 20px 30px;
        width: 50%; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-fv .l-inner .fv-news .news-wrap {
            padding: 15px 15px 15px;
            width: 100%; } }
        #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-ttl-box {
          display: flex;
          padding-bottom: 20px;
          color: #006eb1; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-ttl-box {
              padding-bottom: 15px; } }
          #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-ttl-box .news-ttl-en {
            font-size: 22px;
            font-family: "Roboto", serif;
            font-weight: 900;
            font-style: italic;
            padding-right: 20px; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-ttl-box .news-ttl-en {
                font-size: 20px;
                padding-right: 10px; } }
          #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-ttl-box .news-ttl-ja {
            font-size: 12px;
            line-height: 2;
            font-weight: 900; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-ttl-box .news-ttl-ja {
                line-height: 1.7; } }
        #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-list:last-child {
          padding-bottom: 0px; }
        #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-list {
          padding-bottom: 20px;
          font-size: 14px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-list {
              padding-bottom: 20px;
              font-size: 13px; } }
          #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-list .news-list-wrap {
            display: flex;
            padding-bottom: 5px; }
            #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-list .news-list-wrap .data {
              padding-right: 20px; }
              @media screen and (max-width: 768px) {
                #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-list .news-list-wrap .data {
                  padding-right: 10px; } }
            #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-list .news-list-wrap .tab {
              color: #006eb1;
              background: #fff;
              font-size: 12px;
              font-weight: bolder;
              height: 15px;
              width: 70px;
              text-align: center;
              line-height: 1.3; }
              @media screen and (max-width: 768px) {
                #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-list .news-list-wrap .tab {
                  font-size: 10px;
                  height: 13px;
                  width: 68px; } }
          #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-list p {
            font-size: 14px; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-fv .l-inner .fv-news .news-wrap .news-list p {
                font-size: 13px;
                line-height: 1.4; } }
  #smart-jumper .l-intro-img {
    background: #70b1ce; }
    #smart-jumper .l-intro-img .l-inner {
      width: 750px;
      padding: 30px 0; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-intro-img .l-inner {
          width: 90%; } }
  #smart-jumper .l-intro-cont {
    background: #e4f1f6; }
    #smart-jumper .l-intro-cont .l-inner {
      width: 810px;
      padding: 40px 0; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-intro-cont .l-inner {
          width: 90%; } }
      #smart-jumper .l-intro-cont .l-inner .intro-wrap {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-intro-cont .l-inner .intro-wrap {
            display: block; } }
        #smart-jumper .l-intro-cont .l-inner .intro-wrap .logo {
          width: 190px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-intro-cont .l-inner .intro-wrap .logo {
              width: 180px;
              margin: 0 auto 10px; } }
        #smart-jumper .l-intro-cont .l-inner .intro-wrap .gainen {
          width: 550px;
          color: #006eb1;
          font-weight: 600;
          line-height: 2; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-intro-cont .l-inner .intro-wrap .gainen {
              width: 100%;
              line-height: 1.8; } }
  #smart-jumper .l-section-features .anc {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0; }
    @media screen and (max-width: 768px) {
      #smart-jumper .l-section-features .anc {
        display: block;
        margin: 0; } }
    #smart-jumper .l-section-features .anc li:nth-child(1) {
      background: #ffc299;
      border-bottom: 5px solid;
      border-image: linear-gradient(to right, #e72d47, #ed7355) 1; }
    #smart-jumper .l-section-features .anc li:nth-child(2) {
      background: #a1d9db;
      border-bottom: 5px solid;
      border-image: linear-gradient(to right, #2296cd, #8acfd2) 1; }
    #smart-jumper .l-section-features .anc li:nth-child(3) {
      background: #9fd4ba;
      border-bottom: 5px solid;
      border-image: linear-gradient(to right, #21b283, #87c9a9) 1; }
    #smart-jumper .l-section-features .anc li {
      width: 320px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-section-features .anc li {
          width: 90%;
          margin: 0 auto 20px; } }
      #smart-jumper .l-section-features .anc li .number {
        font-size: 80px;
        font-family: "Roboto", serif;
        font-weight: 900;
        font-style: italic;
        margin-top: -37px;
        display: block; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-section-features .anc li .number {
            font-size: 60px;
            margin-top: 0px; } }
      #smart-jumper .l-section-features .anc li .en {
        font-size: 40px;
        font-family: "Roboto", serif;
        font-weight: 600;
        font-style: italic; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-section-features .anc li .en {
            font-size: 30px; } }
      #smart-jumper .l-section-features .anc li p {
        padding: 15px 0 0;
        font-size: 15px;
        font-weight: 900; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-section-features .anc li p {
            font-size: 14px; } }
      #smart-jumper .l-section-features .anc li a {
        background: #000;
        color: #fff;
        width: 270px;
        height: 35px;
        border-radius: 20px;
        margin: 30px auto 20px;
        font-weight: 900;
        position: relative;
        font-size: 18px;
        display: block;
        line-height: 1.8; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-section-features .anc li a {
            width: 70%;
            height: 35px;
            margin: 20px auto 15px;
            font-size: 12px;
            line-height: 2.7; } }
      #smart-jumper .l-section-features .anc li a:after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        top: 0;
        right: 30px;
        bottom: 5px;
        left: auto;
        margin: auto auto auto 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(135deg); }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-section-features .anc li a:after {
            width: 8px;
            height: 8px;
            right: 25px; } }
  #smart-jumper .l-section-features .btn-list {
    display: flex;
    justify-content: space-between;
    width: 680px;
    margin: 60px auto 0;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      #smart-jumper .l-section-features .btn-list {
        width: 100%;
        display: block;
        margin: 30px auto 0; } }
    #smart-jumper .l-section-features .btn-list li {
      margin-top: 20px; }
  #smart-jumper .l-function .l-feature-oparation .section-box {
    background: #ffc299 url(../images/bg_02.png) no-repeat bottom;
    background-size: cover;
    border-top: 5px solid;
    border-image: linear-gradient(to right, #e72d47, #ed7355) 1; }
    #smart-jumper .l-function .l-feature-oparation .section-box .box-cont p {
      text-shadow: #ffc299 1px 0 5px; }
    #smart-jumper .l-function .l-feature-oparation .section-box .box-point {
      background: linear-gradient(90deg, #e72d47, #ed7355); }
    #smart-jumper .l-function .l-feature-oparation .section-box .box-point::after {
      content: "";
      position: absolute;
      background: url(../images/junga_02.png) no-repeat right bottom;
      background-size: contain;
      right: -10%;
      bottom: -19%;
      width: 100%;
      height: 120px; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-function .l-feature-oparation .section-box .box-point::after {
          right: -10px;
          bottom: -40px;
          width: 100%;
          height: 70px; } }
    #smart-jumper .l-function .l-feature-oparation .section-box .tab-list .is-active {
      background: #fff3eb; }
  #smart-jumper .l-function .l-feature-oparation .section-tab {
    background: #fff3eb; }
  #smart-jumper .l-function .l-feature-security .section-box {
    background: #a1d9db url(../images/bg_02.png) no-repeat bottom;
    background-size: cover;
    border-top: 5px solid;
    border-image: linear-gradient(to right, #2296cd, #8acfd2) 1; }
    #smart-jumper .l-function .l-feature-security .section-box .box-cont p {
      text-shadow: #a1d9db 1px 0 5px; }
    #smart-jumper .l-function .l-feature-security .section-box .box-point {
      background: linear-gradient(90deg, #2296cd, #8acfd2); }
    #smart-jumper .l-function .l-feature-security .section-box .box-point::after {
      content: "";
      position: absolute;
      background: url(../images/junga_03.png) no-repeat right bottom;
      background-size: contain;
      right: -10%;
      top: -18%;
      width: 100%;
      height: 120px; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-function .l-feature-security .section-box .box-point::after {
          right: -16px;
          top: -11%;
          width: 100%;
          height: 80px; } }
    #smart-jumper .l-function .l-feature-security .section-box .tab-list .is-active {
      background: #e8f5f6; }
    #smart-jumper .l-function .l-feature-security .section-box .l-inner {
      flex-direction: row-reverse; }
      #smart-jumper .l-function .l-feature-security .section-box .l-inner .box-cont .title {
        flex-direction: row-reverse; }
        #smart-jumper .l-function .l-feature-security .section-box .l-inner .box-cont .title .ttl {
          text-align: right;
          padding-right: 15px;
          padding-left: 0px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-function .l-feature-security .section-box .l-inner .box-cont .title .ttl {
              padding-right: 10px; } }
  #smart-jumper .l-function .l-feature-security .section-tab {
    background: #e8f5f6; }
  #smart-jumper .l-function .l-feature-linkage .section-box {
    background: #9fd4ba url(../images/bg_02.png) no-repeat bottom;
    background-size: cover;
    border-top: 5px solid;
    border-image: linear-gradient(to right, #21b283, #87c9a9) 1; }
    #smart-jumper .l-function .l-feature-linkage .section-box .box-cont p {
      text-shadow: #9fd4ba 1px 0 5px; }
    #smart-jumper .l-function .l-feature-linkage .section-box .box-point {
      background: linear-gradient(90deg, #21b283, #87c9a9); }
    #smart-jumper .l-function .l-feature-linkage .section-box .tab-list .is-active {
      background: #e7f4ee; }
    #smart-jumper .l-function .l-feature-linkage .section-box .tab-list li {
      position: relative; }
      #smart-jumper .l-function .l-feature-linkage .section-box .tab-list li a:hover {
        color: #000 !important;
        cursor: auto; }
    #smart-jumper .l-function .l-feature-linkage .section-box .tab-list .commingsoon {
      padding: 0;
      background: #a9a9a9; }
      #smart-jumper .l-function .l-feature-linkage .section-box .tab-list .commingsoon a {
        padding-bottom: 14px; }
    #smart-jumper .l-function .l-feature-linkage .section-box .tab-list .commingsoon::after {
      position: absolute;
      content: "COMMING SOON";
      right: 29%;
      bottom: 11px;
      font-size: 12px;
      font-weight: 900; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-function .l-feature-linkage .section-box .tab-list .commingsoon::after {
          right: 14%;
          bottom: 8px;
          font-size: 7px;
          letter-spacing: 0.2px; } }
    #smart-jumper .l-function .l-feature-linkage .section-box .l-inner {
      padding: 60px 0 0px; }
  #smart-jumper .l-function .l-feature-linkage .box-img {
    width: 1000px;
    margin: 30px auto; }
    @media screen and (max-width: 768px) {
      #smart-jumper .l-function .l-feature-linkage .box-img {
        width: 90%; } }
  #smart-jumper .l-function .l-feature-linkage .section-tab {
    background: #e7f4ee; }
  #smart-jumper .l-function .section-box .l-inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #smart-jumper .l-function .section-box .l-inner {
        display: block; } }
    #smart-jumper .l-function .section-box .l-inner .box-cont {
      width: 500px; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-function .section-box .l-inner .box-cont {
          width: 100%; } }
      #smart-jumper .l-function .section-box .l-inner .box-cont .title {
        display: flex;
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-box .l-inner .box-cont .title {
            margin-bottom: 15px; } }
        #smart-jumper .l-function .section-box .l-inner .box-cont .title .number {
          font-size: 140px;
          font-family: "Roboto", serif;
          font-weight: 900;
          font-style: italic; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-function .section-box .l-inner .box-cont .title .number {
              font-size: 80px; } }
        #smart-jumper .l-function .section-box .l-inner .box-cont .title .ttl {
          padding-left: 15px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-function .section-box .l-inner .box-cont .title .ttl {
              padding-left: 5px; } }
          #smart-jumper .l-function .section-box .l-inner .box-cont .title .ttl .heading {
            font-size: 60px;
            font-family: "Roboto", serif;
            font-weight: 500;
            font-style: italic;
            padding: 25px 0 10px; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-function .section-box .l-inner .box-cont .title .ttl .heading {
                width: 100%;
                font-size: 32px;
                padding: 12px 0 8px; } }
          #smart-jumper .l-function .section-box .l-inner .box-cont .title .ttl .txt {
            font-size: 20px;
            font-weight: 900; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-function .section-box .l-inner .box-cont .title .ttl .txt {
                font-size: 15px; } }
      #smart-jumper .l-function .section-box .l-inner .box-cont p {
        line-height: 1.8;
        font-weight: 900; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-box .l-inner .box-cont p {
            line-height: 1.6; } }
    #smart-jumper .l-function .section-box .l-inner .box-point {
      width: 440px;
      height: fit-content;
      position: relative;
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-function .section-box .l-inner .box-point {
          width: 100%;
          margin-top: 70px; } }
      #smart-jumper .l-function .section-box .l-inner .box-point .comment {
        text-align: center;
        margin-top: -40px;
        padding-bottom: 20px;
        font-size: 20px;
        font-weight: 900;
        position: relative; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-box .l-inner .box-point .comment {
            margin-top: -30px;
            padding-bottom: 0;
            font-size: 16px;
            position: absolute;
            right: 20%;
            top: 0; } }
      #smart-jumper .l-function .section-box .l-inner .box-point .comment::after {
        position: absolute;
        content: "/";
        right: 18%;
        top: 0;
        font-size: 28px;
        transform: rotate(195deg); }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-box .l-inner .box-point .comment::after {
            right: -8%; } }
      #smart-jumper .l-function .section-box .l-inner .box-point .comment::before {
        position: absolute;
        content: "/";
        left: 18%;
        top: 0;
        font-size: 28px;
        transform: rotate(134deg); }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-box .l-inner .box-point .comment::before {
            left: -8%; } }
      #smart-jumper .l-function .section-box .l-inner .box-point .problem-box,
      #smart-jumper .l-function .section-box .l-inner .box-point .solution-box {
        display: flex;
        width: 420px;
        height: fit-content;
        margin: 10px auto 10px; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-box .l-inner .box-point .problem-box,
          #smart-jumper .l-function .section-box .l-inner .box-point .solution-box {
            width: 95%;
            margin: 0 auto;
            padding: 10px 0; } }
        #smart-jumper .l-function .section-box .l-inner .box-point .problem-box .label,
        #smart-jumper .l-function .section-box .l-inner .box-point .solution-box .label {
          width: 45px;
          color: #fff;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-size: 18px;
          font-weight: 900;
          justify-content: center;
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-function .section-box .l-inner .box-point .problem-box .label,
            #smart-jumper .l-function .section-box .l-inner .box-point .solution-box .label {
              width: 40px;
              font-size: 15px; } }
        #smart-jumper .l-function .section-box .l-inner .box-point .problem-box .problem-list,
        #smart-jumper .l-function .section-box .l-inner .box-point .solution-box .problem-list {
          background: #fff;
          width: 380px;
          padding: 20px 15px 20px 15px;
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-function .section-box .l-inner .box-point .problem-box .problem-list,
            #smart-jumper .l-function .section-box .l-inner .box-point .solution-box .problem-list {
              width: 100%;
              padding: 10px 10px 10px 10px; } }
          #smart-jumper .l-function .section-box .l-inner .box-point .problem-box .problem-list li,
          #smart-jumper .l-function .section-box .l-inner .box-point .solution-box .problem-list li {
            padding: 0 0 5px 20px;
            position: relative;
            line-height: 1.3; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-function .section-box .l-inner .box-point .problem-box .problem-list li,
              #smart-jumper .l-function .section-box .l-inner .box-point .solution-box .problem-list li {
                padding-left: 15px; } }
          #smart-jumper .l-function .section-box .l-inner .box-point .problem-box .problem-list li::after,
          #smart-jumper .l-function .section-box .l-inner .box-point .solution-box .problem-list li::after {
            position: absolute;
            content: "■";
            left: 0;
            top: 0;
            font-size: 15px; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-function .section-box .l-inner .box-point .problem-box .problem-list li::after,
              #smart-jumper .l-function .section-box .l-inner .box-point .solution-box .problem-list li::after {
                font-size: 12px; } }
      #smart-jumper .l-function .section-box .l-inner .box-point .problem-box {
        margin-bottom: 40px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-box .l-inner .box-point .problem-box {
            margin-bottom: 20px; } }
        #smart-jumper .l-function .section-box .l-inner .box-point .problem-box .label_1 {
          background: #333333; }
      #smart-jumper .l-function .section-box .l-inner .box-point .problem-box::after {
        position: absolute;
        content: "";
        bottom: -27px;
        right: 45%;
        background: #ffffff;
        height: calc(tan(60deg)* 18px / 2);
        width: 30px;
        -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 50% 100%); }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-box .l-inner .box-point .problem-box::after {
            bottom: -16px;
            right: 47%;
            height: calc(tan(60deg)* 14px / 2);
            width: 24px; } }
      #smart-jumper .l-function .section-box .l-inner .box-point .solution-box .label_2 {
        background: #006eb1; }
  #smart-jumper .l-function .section-box .tab-list {
    display: flex;
    margin: 0 auto;
    justify-content: center; }
    #smart-jumper .l-function .section-box .tab-list li {
      background: #e6e6e6;
      margin: 0 5px; }
      #smart-jumper .l-function .section-box .tab-list li a {
        width: 240px;
        height: 60px;
        font-size: 20px;
        font-weight: 900;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-box .tab-list li a {
            width: 80px;
            height: 50px;
            font-size: 14px;
            margin: 0 1px;
            text-align: center !important; } }
  #smart-jumper .l-function .section-tab {
    padding: 40px 0 0; }
    @media screen and (max-width: 768px) {
      #smart-jumper .l-function .section-tab {
        padding: 20px 0 0; } }
    #smart-jumper .l-function .section-tab .tab-slider {
      width: 100%;
      margin: 0 auto; }
      #smart-jumper .l-function .section-tab .tab-slider .fv-slider .swiper-slide img {
        width: 690px;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-tab .tab-slider .fv-slider .swiper-slide img {
            width: 90%; } }
    #smart-jumper .l-function .section-tab .tab-comment {
      width: 720px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-function .section-tab .tab-comment {
          width: 100%; } }
      #smart-jumper .l-function .section-tab .tab-comment li {
        padding: 0 0 10px 20px;
        position: relative;
        line-height: 1.3;
        font-weight: 900; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-tab .tab-comment li {
            padding: 0 0 10px 15px;
            line-height: 1.4; } }
      #smart-jumper .l-function .section-tab .tab-comment li::after {
        position: absolute;
        content: "■";
        left: 0;
        top: 0;
        font-size: 15px; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-function .section-tab .tab-comment li::after {
            font-size: 12px;
            top: 2px; } }
      #smart-jumper .l-function .section-tab .tab-comment .none {
        padding: 0 0 10px 0px; }
      #smart-jumper .l-function .section-tab .tab-comment .none::after {
        content: none; }
  #smart-jumper .l-review {
    background: #006eb1;
    padding-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #smart-jumper .l-review {
        padding-bottom: 30px; } }
    #smart-jumper .l-review .l-inner {
      padding: 60px 0 30px; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-review .l-inner {
          padding: 30px 0 0px; } }
      #smart-jumper .l-review .l-inner .inner-ttl {
        color: #fff; }
    #smart-jumper .l-review .review-box {
      width: 820px;
      height: fit-content;
      margin: 0 auto;
      background: #cce2ef;
      display: flex;
      justify-content: space-between;
      padding: 30px;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-review .review-box {
          width: 85%;
          display: block;
          padding: 15px; } }
      #smart-jumper .l-review .review-box .prof {
        width: 200px; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-review .review-box .prof {
            display: flex;
            width: 100%; } }
        #smart-jumper .l-review .review-box .prof .image {
          padding-bottom: 25px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-review .review-box .prof .image {
              width: 40%;
              padding: 0 10px 10px 0; } }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-review .review-box .prof p {
            font-size: 13px; } }
      #smart-jumper .l-review .review-box .detail {
        width: 530px; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-review .review-box .detail {
            width: 100%; } }
        #smart-jumper .l-review .review-box .detail ul {
          padding-bottom: 30px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-review .review-box .detail ul {
              padding-bottom: 10px; } }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-review .review-box .detail ul li {
              font-size: 13px; } }
          #smart-jumper .l-review .review-box .detail ul li span {
            font-weight: 900; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-review .review-box .comment p {
          font-size: 13px; } }
      #smart-jumper .l-review .review-box .comment p span {
        font-weight: 900;
        padding-bottom: 10px;
        display: block; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-review .review-box .comment p span {
            font-size: 13px;
            padding-bottom: 5px; } }
      #smart-jumper .l-review .review-box .y-video img {
        display: block; }
    #smart-jumper .l-review .customer-ttl {
      color: #fff;
      text-align: center;
      font-size: 22px;
      font-weight: 900;
      padding: 50px 0 20px; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-review .customer-ttl {
          font-size: 20px;
          padding: 30px 0 15px; } }
      #smart-jumper .l-review .customer-ttl span {
        font-size: 18px;
        font-weight: 900; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-review .customer-ttl span {
            font-size: 16px; } }
    #smart-jumper .l-review .customer-list {
      background: #fff;
      display: flex;
      justify-content: space-between;
      height: 150px; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-review .customer-list {
          height: 100px; } }
      #smart-jumper .l-review .customer-list li {
        width: 250px;
        margin: 0 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-review .customer-list li {
            width: 150px;
            margin: 0 10px; } }
  #smart-jumper .l-license p {
    text-align: center;
    line-height: 1.5; }
  #smart-jumper .l-license .btn-yellow {
    margin: 30px auto 40px;
    height: 50px;
    width: 250px;
    font-size: 16px;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      #smart-jumper .l-license .btn-yellow {
        width: 100%; } }
  #smart-jumper .l-license .btn-yellow:after {
    width: 13px;
    height: 13px;
    right: 15px; }
  @media screen and (max-width: 768px) {
    #smart-jumper .l-license .content-block {
      overflow: auto hidden; } }
  #smart-jumper .l-license .content-block table {
    width: 1000px; }
    @media screen and (max-width: 768px) {
      #smart-jumper .l-license .content-block table {
        width: 800px; } }
    #smart-jumper .l-license .content-block table tr {
      height: 50px; }
      #smart-jumper .l-license .content-block table tr th {
        background: #006eb1;
        color: #fff;
        font-weight: 900;
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-license .content-block table tr th {
            font-size: 12px; } }
      #smart-jumper .l-license .content-block table tr td {
        background: #99c5e028;
        text-align: center;
        font-weight: 900;
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-license .content-block table tr td {
            font-size: 14px; } }
    #smart-jumper .l-license .content-block table .txt {
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-license .content-block table .txt {
          font-size: 13px; } }
    #smart-jumper .l-license .content-block table caption {
      caption-side: bottom;
      text-align: left;
      font-size: 14px;
      padding-top: 15px;
      line-height: 1.4; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-license .content-block table caption {
          padding: 10px 0 10px;
          font-size: 12px; } }
  #smart-jumper .l-environment {
    background: #cce2ef; }
    #smart-jumper .l-environment .content-box {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-environment .content-box {
          display: block; } }
      #smart-jumper .l-environment .content-box .box {
        width: 470px; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-environment .content-box .box {
            width: 100%; } }
        #smart-jumper .l-environment .content-box .box .ttl {
          font-size: 18px;
          font-weight: 900;
          text-align: center;
          padding-bottom: 30px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-environment .content-box .box .ttl {
              font-size: 16px;
              padding: 40px 0 15px 0; } }
        #smart-jumper .l-environment .content-box .box dl {
          display: flex;
          flex-wrap: wrap;
          font-size: 14px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-environment .content-box .box dl {
              font-size: 12px; } }
          #smart-jumper .l-environment .content-box .box dl dt {
            border-bottom: 2px solid #000;
            width: 130px;
            padding: 20px 0 20px 10px;
            font-weight: 900;
            letter-spacing: -0.05em;
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-environment .content-box .box dl dt {
                width: 35%;
                padding: 10px 0 10px 5px; } }
          #smart-jumper .l-environment .content-box .box dl dt:nth-child(1) {
            border-top: 2px solid #000; }
          #smart-jumper .l-environment .content-box .box dl dd {
            border-bottom: 2px solid #999999;
            width: 340px;
            padding: 20px 0 20px 10px;
            letter-spacing: -0.05em;
            line-height: 1.2; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-environment .content-box .box dl dd {
                width: 65%;
                padding: 10px 0 10px 5px; } }
          #smart-jumper .l-environment .content-box .box dl dd:nth-child(2) {
            border-top: 2px solid #999999; }
  #smart-jumper .l-faq .content-list {
    width: 760px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #smart-jumper .l-faq .content-list {
        width: 100%; } }
  #smart-jumper .l-contact {
    background: #006eb1 url(../images/bg_03.png) no-repeat bottom;
    background-size: cover; }
    #smart-jumper .l-contact .inner-ttl {
      color: #fff; }
    #smart-jumper .l-contact .contact-list {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #smart-jumper .l-contact .contact-list {
          display: block; } }
      #smart-jumper .l-contact .contact-list .box {
        background: #fff;
        padding: 20px 30px;
        width: 320px;
        height: 200px; }
        @media screen and (max-width: 768px) {
          #smart-jumper .l-contact .contact-list .box {
            width: 100%;
            margin-bottom: 20px;
            height: 160px; } }
        #smart-jumper .l-contact .contact-list .box .ttl {
          font-weight: 900;
          padding-bottom: 30px;
          text-align: center;
          font-size: 18px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-contact .contact-list .box .ttl {
              font-size: 15px;
              padding-bottom: 20px; } }
        #smart-jumper .l-contact .contact-list .box .btn-box {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          height: 70%; }
          #smart-jumper .l-contact .contact-list .box .btn-box .btn-yellow {
            width: 250px;
            height: 50px;
            font-weight: 900;
            font-size: 16px;
            padding: 12px 0;
            margin-bottom: 10px; }
            @media screen and (max-width: 768px) {
              #smart-jumper .l-contact .contact-list .box .btn-box .btn-yellow {
                width: 80%;
                height: 40px;
                margin: 0 auto 10px;
                font-size: 15px;
                line-height: 10px; } }
        #smart-jumper .l-contact .contact-list .box .btn-yellow:after {
          width: 13px;
          height: 13px;
          right: 15px; }
          @media screen and (max-width: 768px) {
            #smart-jumper .l-contact .contact-list .box .btn-yellow:after {
              width: 10px;
              height: 10px; } }
      #smart-jumper .l-contact .contact-list .box:nth-child(2) .btn-box {
        height: auto; }

/* ==========================================================================
HEADER & Copyright
========================================================================== */
.l-copyright {
  background: #000; }
  .l-copyright .l-inner {
    padding: 40px 0 40px !important;
    font-size: 12px;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .l-copyright .l-inner {
        padding: 20px 0;
        font-size: 10px; } }

.l-header .l-inner {
  width: 1050px;
  margin: 0 auto;
  padding: 20px 0 0; }
  @media screen and (max-width: 768px) {
    .l-header .l-inner {
      width: 90%; } }
  .l-header .l-inner .header-logo {
    width: 280px;
    display: block; }
    @media screen and (max-width: 768px) {
      .l-header .l-inner .header-logo {
        width: 190px; } }

.accordion__container {
  width: 760px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .accordion__container {
      width: 100%; } }

.accordion__title {
  padding: 20px 30px 20px 10px;
  border-top: 2px solid #000;
  position: relative;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .accordion__title {
      border-top: 1px solid #000; } }

.accordion__title p {
  font-weight: 900;
  width: 660px; }
  @media screen and (max-width: 768px) {
    .accordion__title p {
      width: 90%; } }

.accordion__container:last-child {
  border-bottom: 2px solid #000; }
  @media screen and (max-width: 768px) {
    .accordion__container:last-child {
      border-bottom: 1px solid #000; } }

.accordion__title::before,
.accordion__title::after {
  content: '';
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 25px; }
  @media screen and (max-width: 768px) {
    .accordion__title::before,
    .accordion__title::after {
      right: 10px; } }

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

.accordion__title.is-active::before {
  opacity: 0; }

.accordion__title.is-active::after {
  transform: rotate(0); }

.accordion__title .quiestion {
  font-size: 24px;
  color: #006eb1;
  font-weight: 900;
  padding-right: 20px;
  width: 25px; }
  @media screen and (max-width: 768px) {
    .accordion__title .quiestion {
      font-size: 20px;
      width: 10%;
      line-height: 1.9; } }

.accordion__content {
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0; }

.accordion__content.is-open {
  padding: 0 20px 30px 10px;
  line-height: normal;
  height: auto;
  display: flex;
  justify-content: space-between;
  opacity: 1; }
  @media screen and (max-width: 768px) {
    .accordion__content.is-open {
      padding: 0 30px 20px 10px; } }

.accordion__content.is-open p {
  font-weight: 900;
  width: 670px; }
  @media screen and (max-width: 768px) {
    .accordion__content.is-open p {
      width: 90%; } }

.accordion__content .answer {
  font-size: 25px;
  color: #e72d47;
  font-weight: 900;
  width: 25px; }
  @media screen and (max-width: 768px) {
    .accordion__content .answer {
      width: 10%; } }
