/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css');

@font-face {
  font-family: "volte semibold";
  src: url("//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Volte-Semibold.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Volte-Semibold.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Volte-Semibold.eot") format("eot"), 
    url("//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Volte-Semibold.ttf") format("ttf"), 
    url("//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Volte-Semibold.otf") format("otf");
  font-style: normal;
  font-display: swap;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s !important;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }




  

/* Anchor Links */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*
.header-container-wrapper p {
  margin:0;
  padding:0;
}
*/
.footer-container-wrapper p {
  margin:0;
  padding:0;
}

body {
  font-family: "Noto Sans CJK JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
  line-height: 1.8;
  position: relative;
  color: #333;
  letter-spacing: 0.1em;
}
/*
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
*/
/*
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}
*/

ul, ol {
  list-style: none;
}

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

/*
img {
  display: block;
  width: 100%;
}
.span {
  font-size: 30px;
}
*/
.l_headerFixed {
  margin-right: auto;
  margin-left: auto;
}

.m_inner__680, .m_inner__padding {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 640px) {
  .m_inner__680, .m_inner__padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l_headerHumberger {
  display: block;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.svg_object {
  position: relative;
}

.svg_object::before {
  content: '';
  display: block;
}

.svg_object__svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.svg_object__svg {
  fill: #fff;
}

.svg_key__chatbot::before {
  padding-top: 88.95184%;
}

.svg_key__speechToText::before {
  padding-top: 154.64191%;
}

.svg_key__ocr::before {
  padding-top: 100%;
}

.svg_key__textToSpeech::before {
  padding-top: 84.59215%;
}

.svg_key__vision::before {
  padding-top: 100%;
}

.svg_key__logo::before {
  padding-top: 100.75825%;
}

.svg_logo__group2 {
  fill: #4186FF;
}

.svg_key__logoHorizontal::before {
  padding-top: 21.96193%;
}

.svg_logoHorizontal__group1 {
  fill: #000;
}

.svg_logoHorizontal__group2 {
  fill: #4186FF;
}

.svg_logoHorizontal__group1_2020 {
  fill: #000;
}

.svg_logoHorizontal__group2_2020 {
  fill: #000;
}


.svg_key__arrow::before {
  padding-top: 14.59854%;
}

.svg_key__arrow .svg_object__svg {
  fill: none;
  stroke: #4186FF;
  stroke-dasharray: 49 51;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1s ease 0s, stroke 0s ease 0.3s;
  transition: stroke-dashoffset 1s ease 0s, stroke 0s ease 0.3s;
}

.m_inner__680 {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.m_inner__paddingNone {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 640px) {
  .m_hide__640 {
    display: none;
  }
}

@media (min-width: 641px) {
  .m_show__640 {
    display: none;
  }
}

.m_text {
  font-size: 16px;
  line-height: 2;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .m_text {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .m_text {
    font-size: 3.73vw;
  }
}

.m_text14 {
  font-size: 14px;
  line-height: 2.2;
  font-weight: 100;
  letter-spacing: 0.1em;
}

.m_fontSize__small {
  font-size: 85%;
}

.m_font__80p {
  font-size: 85%;
}

.m_textAlign__center {
  text-align: center;
}

.m_textColor__white {
  color: #fff !important;
}

.m_bold {
  font-weight: bold;
}

.m_sup {
  font-size: 75%;
  vertical-align: top;
}

.m_textLink {
  color: #4186FF;
}

@media (min-width: 769px) {
  .m_textLink:hover {
    text-decoration: underline;
    opacity: 0.4;
  }
}

.m_anchorSpacer {
  position: relative;
}

.m_anchorSpacer__inner {
  position: absolute;
  height: 100px;
  left: 0;
  bottom: 0;
  width: 0;
  pointer-events: none;
  width: 0px;
}

@media (max-width: 768px) {
  .m_anchorSpacer__inner {
    height: 0;
  }
}

.m_sectionTitle__mainText {
  font-size: 40px;
  color: #4186FF;
  text-align: center;
  line-height: 1.4;
  font-family: "volte semibold", Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
}

@media (max-width: 640px) {
  .m_sectionTitle__mainText {
    font-size: 6.4vw;
  }
}

.m_sectionTitle__subText {
  font-size: 14px;
  color: #4186FF;
  text-align: center;
  line-height: 1.4;
  margin-top: 8px;
}

.m_sectionTitle__subTopText {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-bottom: 10px;
}

.m_sectionTitle__subTopText.is-pctblI {
  display: block;
}

@media (max-width: 640px) {
  .m_sectionTitle__subTopText.is-pctblI {
    display: none;
  }
}

.m_imageAuto {
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.m_animation__fadeIn.ready {
  opacity: 0;
}

.m_animation__fadeIn.entry {
  -webkit-animation: fadeIn 0.3s ease both;
  animation: fadeIn 0.3s ease both;
}

.m_animation__fadeUp.ready {
  opacity: 0;
}

.m_animation__fadeUp.entry {
  -webkit-animation: fadeUp 1s ease both;
  animation: fadeUp 1s ease both;
}

.m_btn_round, .m_btn_play {
  background: #4186FF;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border: solid 4px #4186FF;
  border-radius: 40px;
  font-weight: bold;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .m_btn_round, .m_btn_play {
    height: 70px;
  }
}

@media (max-width: 640px) {
  .m_btn_round, .m_btn_play {
    height: 10.93vw;
    font-size: 3.12vw;
  }
}

@media (min-width: 1025px) {
  .m_btn_round:hover, .m_btn_play:hover {
    background: #fff;
    color: #4186FF;
  }
}

.m_btn_play {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  outline: none;
}

.m_btn_play::before, .m_btn_play::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m_btn_play::before {
  width: 40px;
  height: 40px;
  border: solid 3px #fff;
  right: 15px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .m_btn_play::before {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 640px) {
  .m_btn_play::before {
    width: 4.68vw;
    height: 4.68vw;
    right: 2.34vw;
    border-width: 0.46vw;
  }
}

.m_btn_play::after {
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 16px;
  right: 27px;
}

@media (max-width: 1024px) {
  .m_btn_play::after {
    border-width: 8px 0 8px 13px;
    right: 25px;
  }
}

@media (max-width: 640px) {
  .m_btn_play::after {
    border-width: 1.25vw 0 1.25vw 2.03vw;
    right: 3.9vw;
  }
}

.m_btn_play.is-state--active::after {
  border: none;
  width: 16px;
  height: 16px;
  background: #fff;
  right: 30px;
}

@media (max-width: 1024px) {
  .m_btn_play.is-state--active::after {
    width: 14px;
    height: 14px;
    right: 26px;
  }
}

@media (max-width: 640px) {
  .m_btn_play.is-state--active::after {
    width: 2.18vw;
    height: 2.18vw;
    right: 4.06vw;
  }
}

@media (min-width: 1025px) {
  .m_btn_play:hover::before {
    border-color: #4186FF;
  }
  .m_btn_play:hover::after {
    border-color: transparent transparent transparent #4186FF;
  }
  .m_btn_play:hover.is-state--active::after {
    background: #4186FF;
  }
}

.l_header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
  z-index: 1000;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.l_headerInner {
  height: 80px;
  -webkit-transition: height 0.5s ease, background-color 1s ease;
  transition: height 0.5s ease, background-color 1s ease;
}

@media (max-width: 1280px) {
  .l_headerInner {
    height: 60px;
  }
}

.VIEW_NAVIGATION .l_headerInner {
  height: 500px;
  max-height: 100vh;
  background-color: #fff;
}

@media (max-width: 1280px) {
  .VIEW_NAVIGATION .l_headerInner {
    height: 430px;
  }
}

@media (max-width: 1280px) and (orientation: landscape) {
  .VIEW_NAVIGATION .l_headerInner {
    height: calc(430px - 60px);
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .l_headerInner {
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease;
  }
  /* IE11 */
}

.l_headerFixed {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .l_headerFixed {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 930px) {
  .l_headerFixed {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1280px) {
  .l_headerFixed {
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
  }
}

.l_headerHumberger {
  position: relative;
  width: 36px;
  height: 30px;
  display: none;
}

@media (max-width: 1280px) {
  .l_headerHumberger {
    width: 30px;
    height: 25px;
    display: block;
  }
}

.l_headerHumberger__bar {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #A3ABB2;
  position: absolute;
  left: 0;
}

.l_headerHumberger__bar:nth-child(1) {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  top: 0;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.l_headerHumberger.is_state__active .l_headerHumberger__bar:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 0%;
}

.l_headerHumberger__bar:nth-child(2) {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.l_headerHumberger.is_state__active .l_headerHumberger__bar:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  width: 0%;
}

.l_headerHumberger__bar:nth-child(3) {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: calc(100% - 8px);
  bottom: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.l_headerHumberger.is_state__active .l_headerHumberger__bar:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 0%;
}

.l_headerHumberger__bar:nth-child(4) {
  width: 0%;
  top: 50%;
  left: 50%;
  background: #4186FF !important;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.l_headerHumberger.is_state__active .l_headerHumberger__bar:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  width: 120%;
}

.l_headerHumberger__bar:nth-child(5) {
  width: 0%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #4186FF !important;
}

.l_headerHumberger.is_state__active .l_headerHumberger__bar:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  width: 120%;
}

.l_headerLogo {
  width: 135px;
}

@media (max-width: 1280px) {
  .l_headerLogo {
    width: 110px;
  }
}

@media (max-width: 1280px) {
  .l_headerLogo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30px;
  }
}

.l_headerLogo .svg_object__svg {
  fill: #fff;
}

_::-webkit-full-page-media, _:future, :root .svg_object__svg {
  height: calc(100% - 0.5px);
}

.l_headerNav {
  margin-left: 3vw;
}

@media (min-width: 1401px) {
  .l_headerNav {
    margin-left: 80px;
  }
}

@media (max-width: 930px) {
  .l_headerNav {
    margin-left: 3vw;
  }
}

@media (max-width: 1280px) {
  .l_headerNav {
    display: none;
  }
}

_::-webkit-full-page-media, _:future, :root .l_headerNav {
  position: relative;
  top: 1px;
}

.l_headerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-height: 30px;
  padding-right: 20px;
}

@media (max-width: 830px) {
  .l_headerNav__list {
    padding-right: 0;
  }
}

.l_headerNav__item + .l_headerNav__item {
  margin-left: 1.6vw;
}

@media (min-width: 1401px) {
  .l_headerNav__item + .l_headerNav__item {
    margin-left: 40px;
  }
}

.l_headerNav__item:not(.is_humberger):hover {
  opacity: 0.4;
}

.VIEW_NAVIGATION.is_category__product .l_headerNav__item[data-category="product"] {
  opacity: 0.4;
}

.VIEW_NAVIGATION.is_category__product .l_headerNav__item[data-category="product"].is_humberger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.VIEW_NAVIGATION.is_category__product .l_headerNav__item[data-category="product"].is_humberger:after {
  border-top: solid 2px #4186FF;
  border-left: solid 2px #4186FF;
  border-bottom: none;
  border-right: none;
  margin-top: 1px;
}

.VIEW_NAVIGATION.is_category__product .l_headerNav__item[data-category="product"] .l_headerNav__link {
  position: relative;
}

.VIEW_NAVIGATION.is_category__product .l_headerNav__item[data-category="product"] .l_headerNav__link:before {
  content: "";
  width: 7em;
  position: absolute;
  top: 25px;
  left: 0;
  height: 33px;
}

.VIEW_NAVIGATION.is_category__solution .l_headerNav__item[data-category="solution"] {
  opacity: 0.4;
}

.VIEW_NAVIGATION.is_category__solution .l_headerNav__item[data-category="solution"].is_humberger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.VIEW_NAVIGATION.is_category__solution .l_headerNav__item[data-category="solution"].is_humberger:after {
  border-top: solid 2px #4186FF;
  border-left: solid 2px #4186FF;
  border-bottom: none;
  border-right: none;
  margin-top: 1px;
}

.VIEW_NAVIGATION.is_category__solution .l_headerNav__item[data-category="solution"] .l_headerNav__link {
  position: relative;
}

.VIEW_NAVIGATION.is_category__solution .l_headerNav__item[data-category="solution"] .l_headerNav__link:before {
  content: "";
  width: 7em;
  position: absolute;
  top: 25px;
  left: 0;
  height: 33px;
}

.l_headerNav__item.is_state__active {
  opacity: 0.4;
}

.l_headerNav__item.is_humberger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l_headerNav__item.is_humberger:after {
  content: '';
  display: inline-block;
  border-bottom: solid 2px #4186FF;
  border-right: solid 2px #4186FF;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin-top: -8px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l_headerNav__link {
  color: #4186FF;
  font-size: 17px;
  font-family: "volte semibold";
}

@media (max-width: 1280px) {
  .l_headerNav__link {
    font-size: 13px;
  }
}

.l_headerConversion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media (max-width: 1280px) {
  .l_headerConversion {
    display: none;
  }
}

.l_headerConversion__item {
  width: 150px;
}

.l_headerConversion__item + .l_headerConversion__item {
  margin-left: 10px;
}

@media (max-width: 1080px) {
  .l_headerConversion__item {
    width: 120px;
  }
}

@media (max-width: 930px) {
  .l_headerConversion__item {
    max-width: 110px;
  }
  .l_headerConversion__item + .l_headerConversion__item {
    margin-left: 10px;
  }
}

.l_headerConversion__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 2px #4186FF;
  border-radius: 22px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4186FF;
  font-size: 12px;
  font-weight: bold;
  font-family: "volte semibold", Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
  padding-top: 3px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease ,color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease ,color 0.3s ease;
}

@media (min-width: 769px) {
  .l_headerConversion__link:hover {
    background-color: #4186FF !important;
    border-color: #4186FF !important;
    color: #fff !important;
  }
}

.l_headerConversion__link.is_active {
  background-color: #4186FF;
  border: 2px solid #4186FF;
  color: #FFF;
}

@media (min-width: 769px) {
  .l_headerConversion__link.is_active:hover {
    background-color: transparent !important;
    border-color: #4186FF !important;
    color: #4186FF !important;
  }
}

.l_navigation {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #4186FF;
  margin-top: 1px;
  height: 500px;
}

@media (max-width: 1280px) {
  .l_navigation {
    height: 430px;
    background-color: #fff;
  }
}

@media (max-width: 1280px) and (orientation: landscape) {
  .l_navigation {
    height: calc(430px - 60px);
  }
}

.VIEW_NAVIGATION .l_navigation {
  display: block;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

.l_navigation__scroll {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.VIEW_NAVIGATION .l_navigation__scroll {
  display: block;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

@media (max-width: 1280px) {
  .l_navigation__scroll {
    background-color: #FFF;
  }
}

.l_navigation__inner {
  max-width: 930px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #4186FF;
}

.VIEW_NAVIGATION .l_navigation__inner {
  display: block;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

@media (max-width: 1280px) {
  .l_navigation__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1280px) {
  .l_navigation__inner {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
  }
}

@media (max-width: 1280px) and (orientation: landscape) {
  .is_Android .l_navigation__inner {
    padding-bottom: 180px;
  }
}

.l_navigation__contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #4186FF;
}

.VIEW_NAVIGATION .l_navigation__contents {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

@media (max-width: 1280px) {
  .l_navigation__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
  }
}

.l_navigation__contentsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #4186FF;
}

.VIEW_NAVIGATION .l_navigation__contentsInner {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

@media (max-width: 1280px) {
  .l_navigation__contentsInner {
    display: block;
    width: 100%;
    background-color: #FFF;
  }
}

.l_navigation__contentsColumn {
  padding-top: 90px;
  padding-bottom: 50px;
  max-height: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #4186FF;
}

.l_navigation__contentsColumn.is_pc {
  display: none;
}

.VIEW_NAVIGATION.is_category__product .l_navigation__contentsColumn.is_pc.is_category__product {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.VIEW_NAVIGATION.is_category__solution .l_navigation__contentsColumn.is_pc.is_category__solution {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l_navigation__contentsColumn.is_sp {
  display: none;
}

@media (max-width: 1280px) {
  .l_navigation__contentsColumn {
    padding-bottom: 0;
    display: block;
    padding-top: 10px;
    max-height: 100%;
    background-color: #FFF;
    opacity: 1;
  }
  .l_navigation__contentsColumn.is_pc {
    display: none;
  }
  .l_navigation__contentsColumn.is_sp {
    display: block;
  }
}

.l_navigation__contentsAbout {
  display: none;
}

@media (max-width: 1280px) {
  .l_navigation__contentsAbout {
    display: block;
  }
}

.l_navigation__contentsProducts .l_navigation__row.is_title {
  display: none;
}

@media (max-width: 1280px) {
  .l_navigation__contentsProducts {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .l_navigation__contentsProducts .l_navigation__row.is_title {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .l_navigation__contentsProducts .l_navigation__row.is_title:before {
    content: '';
    display: block;
    width: 17px;
    height: 2px;
    background-color: #4186FF;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .l_navigation__contentsProducts .l_navigation__row.is_title:after {
    content: '';
    display: block;
    width: 17px;
    height: 2px;
    background-color: #4186FF;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .l_navigation__contentsProducts .l_navigation__row.is_title.is_active:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.l_accordion_contents {
  margin: 20px 0;
  display: none;
}

.l_navigation__conversion {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 15px;
  margin-left: 60px;
  padding-left: 40px;
  border-left: solid 1px #E2E8ED;
  padding-bottom: 50px;
  display: none;
}

@media (max-width: 1280px) {
  .l_navigation__conversion {
    width: 100%;
    max-width: 420px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1280px) {
  .l_navigation__conversion {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1280px) {
  .l_navigation__conversion + .l_navigation__conversion {
    margin-top: 20px;
  }
}

.l_navigation__conversion.is_full .l_navigation__conversionItem {
  width: 100%;
}

.l_navigation__conversionItem {
  height: 80px;
}

@media (max-width: 1280px) {
  .l_navigation__conversionItem {
    width: 50%;
    height: auto;
  }
}

@media (max-width: 1280px) {
  .l_navigation__conversionItem + .l_navigation__conversionItem {
    margin-left: 30px;
  }
}

@media (max-width: 1280px) {
  .l_navigation__conversionItem + .l_navigation__conversionItem {
    margin-left: 20px;
  }
}

.l_navigation__conversionItem.is_active .navigation__btn {
  background-color: #4186FF;
  color: #FFF;
}

.l_navigation__row {
  height: 80px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #4186FF;
}

.VIEW_NAVIGATION .l_navigation__row {
  display: block;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

.l_navigation__row:nth-child(n+5) {
  margin-left: 10vw;
}

@media (max-width: 1280px) {
  .l_navigation__row {
    height: auto;
    background-color: #FFF;
  }
  .l_navigation__row:nth-child(n+3) {
    margin-left: 0;
  }
}

@media (max-width: 1280px) {
  .l_navigation__row + .l_navigation__row {
    margin-top: 30px;
  }
}

.l_navigation__sub {
  padding-left: 30px;
}

@media (max-width: 1280px) {
  .l_navigation__sub {
    margin-top: 10px;
    padding-left: 0;
  }
}

.l_navigation__subItem + .l_navigation__subItem.is_pc__none {
  display: none;
}

@media (max-width: 1280px) {
  .l_navigation__subItem + .l_navigation__subItem {
    margin-top: 10px;
  }
  .l_navigation__subItem + .l_navigation__subItem.is_pc__none {
    display: block;
  }
}

.l_navigation__link {
  display: inline-block;
  font-size: 0;
  color: #fff;
}

@media (max-width: 1280px) {
  .l_navigation__link {
    color: #4186FF;
  }
}

.l_navigationLinkIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.VIEW_NAVIGATION .l_navigationLinkIcon {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

@media (min-width: 769px) {
  .l_navigationLinkIcon:hover:not(.is_color__gray):not(.is_current) {
    opacity: 0.4;
  }
}

@media (max-width: 1280px) {
  .l_navigationLinkIcon {
    color: #4186FF;
    padding-left: 25px;
  }
}

.l_navigationLinkIcon.is_current {
  opacity: 0.4;
  pointer-events: none;
}

.l_navigationLinkIcon .l_navigationLinkIcon__icon {
  width: 40px;
  margin-right: 20px;
}

@media (max-width: 1280px) {
  .l_navigationLinkIcon .l_navigationLinkIcon__icon {
    width: 35px;
    margin-right: 5px;
  }
}

.l_navigationLinkIcon .l_navigationLinkIcon__icon.is_icon__solution {
  width: 70px;
}

@media (max-width: 1280px) {
  .l_navigationLinkIcon .l_navigationLinkIcon__icon.is_icon__solution {
    width: 35px;
  }
}

@media (max-width: 1280px) {
  .l_navigationLinkIcon .l_navigationLinkIcon__icon.is_icon__chatbot .svg_object__svg {
    fill: #4186FF;
  }
}

.l_navigationLinkIcon .l_navigationLinkIcon__icon.is_icon__speechToText {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width: 1280px) {
  .l_navigationLinkIcon .l_navigationLinkIcon__icon.is_icon__speechToText .svg_object__svg {
    fill: #4186FF;
  }
}

.l_navigationLinkIcon .l_navigationLinkIcon__icon.is_icon__ocr {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

@media (max-width: 1280px) {
  .l_navigationLinkIcon .l_navigationLinkIcon__icon.is_icon__ocr .svg_object__svg {
    fill: #4186FF;
  }
}

.l_navigationLinkIcon .l_navigationLinkIcon__icon.is_icon__textToSpeech {
  padding-top: 10px;
}

.l_navigationLinkIcon .l_navigationLinkIcon__icon.is_icon__textToSpeech .svg_object__svg {
  fill: #A3ABB2;
}

.l_navigationLinkIcon .l_navigationLinkIcon__icon.is_icon__vision {
  padding-top: 10px;
}

.l_navigationLinkIcon .l_navigationLinkIcon__icon.is_icon__vision .svg_object__svg {
  fill: #A3ABB2;
}

.l_navigationLinkIcon.is_color__gray {
  color: #A3ABB2;
}

.l_navigation__textComingSoon {
  margin:0;
  padding:0;  
  font-size: 10px;
}

.l_navigation__textMain {
  margin:0;
  padding:0;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .l_navigation__textMain {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .l_navigation__textMain {
    font-size: 16px;
  }
}

.l_navigation__textSub {
  margin:0;
  padding:0;
  font-size: 12px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #4186FF;
}

.VIEW_NAVIGATION .l_navigation__textSub {
  display: block;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

@media (max-width: 1280px) {
  .l_navigation__textSub {
    font-size: 11px;
    background-color: #FFF;
  }
}

.l_navigation__productComment {
  font-size: 12px;
  color: #FFF;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 10vw;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #4186FF;
}

.VIEW_NAVIGATION .l_navigation__productComment {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

.l_navigation__productComment.is_sp__none .m_textLink {
  color: #FFF;
  text-decoration: underline;
}

@media (max-width: 1280px) {
  .l_navigation__productComment.is_sp__none {
    display: none;
    background-color: #fff;
  }
}

.l_navigation__productComment.is_sp__block {
  display: none;
}

@media (max-width: 1280px) {
  .l_navigation__productComment.is_sp__block {
    margin-top: 20px;
    color: #A3ABB2;
    display: block;
    margin-left: 0;
    line-height: 1;
  }
}

.l_navigation__productComment + .l_navigation__subItem {
  display: none;
}

.l_navigation__productComment + .l_navigation__subItem + .l_navigation__subItem {
  display: none;
}

@media (max-width: 1280px) {
  .l_navigation__productComment {
    background-color: #FFF;
  }
  .l_navigation__productComment + .l_navigation__subItem {
    margin-top: 30px;
    display: block;
  }
  .l_navigation__productComment + .l_navigation__subItem + .l_navigation__subItem {
    display: block;
  }
}

.navigation__btn {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #4186FF;
  border-radius: 22px;
  color: #4186FF;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: "volte semibold", Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
  padding-top: 1px;
  display: none;
}

@media (max-width: 1280px) {
  .navigation__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 769px) {
  .navigation__btn:hover {
    background-color: #4186FF;
    color: #fff;
  }
}

.is-pcI {
  display: inline;
}

@media (max-width: 1024px) {
  .is-pcI {
    display: none;
  }
}

.is-pctblI {
  display: inline;
}

@media (max-width: 640px) {
  .is-pctblI {
    display: none;
  }
}

.is-tblI {
  display: none;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .is-tblI {
    display: inline;
  }
}

.is-tblspI {
  display: inline;
}

@media (min-width: 1025px) {
  .is-tblspI {
    display: none;
  }
}

.is-spI {
  display: none;
}

@media (max-width: 640px) {
  .is-spI {
    display: inline;
  }
}

@media (max-width: 640px) {
  .is-spN {
    display: none;
  }
}

.l_main {
  width: 100%;
  display: block;
}

.l_container {
  width: 100%;
  display: block;
}

.l_banner {
  background-color: #FFF;
  padding: 50px 0 0;
}

@media (max-width: 640px) {
  .l_banner {
    padding: 50px 0 0;
  }
}

.l_banner__img {
  text-align: center;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
  margin: 25px auto 0;
}

.l_banner__img img {
  display: block;
}

.l_banner__img img.is_pc {
  display: block;
}

.l_banner__img img.is_sp {
  display: none;
}

.l_banner__img a {
  display: block;
  border: 3px solid #dee4ed;
}

@media (min-width: 1025px) {
  .l_banner__img img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .l_banner__img:hover img {
    opacity: 0.75;
  }
}

@media (max-width: 640px) {
  .l_banner__img {
    margin-top: 20px;
  }
  .l_banner__img img.is_pc {
    display: none;
  }
  .l_banner__img img.is_sp {
    display: block;
  }
}

.l_info {
  background-color: #FFF;
  padding: 100px 0 190px;
  position: relative;
}

@media (max-width: 640px) {
  .l_info {
    padding: 100px 0 90px;
  }
}

.l_infoList {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: -2px;
}

.l_infoList__inner {
  margin-top: 55px;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
}

@media (max-width: 640px) {
  .l_infoList__inner {
    margin-top: 35px;
    padding: 0 25px;
  }
}

.l_infoList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E2E8ED;
}

.l_infoList__item:last-of-type {
  border-bottom: none;
}

.l_infoList__link {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 15px 0;
  width: 100%;
}

@media (max-width: 640px) {
  .l_infoList__link {
    display: block;
  }
}

a.l_infoList__link {
  position: relative;
  padding-right: 2em;
}

a.l_infoList__link:hover {
  opacity: 0.4;
}

a.l_infoList__link.is_target__self:after {
  content: '';
  display: block;
  border-top: solid 2px #4186FF;
  border-right: solid 2px #4186FF;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2px;
}

a.l_infoList__link.is_target__blank:after {
  content: url(https://cdn2.hubspot.net/hubfs/6341140/LineBrain_April2020%20Theme/images/common/parts/icon-blank.svg);
  margin-left: 8px;
  display: block;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l_infoList__date {
  font-size: 15px;
  letter-spacing: 0.1em;
  position: relative;
  top: -1px;
}

@media (max-width: 640px) {
  .l_infoList__date {
    vertical-align: middle;
  }
}

.l_infoList__tag {
  color: #FFF;
  background-color: #4186FF;
  border-radius: 22px;
  height: 22px;
  width: 93px;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "volte semibold", Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
  position: relative;
  display: block;
  text-align: center;
  top: -2px;
}

@media (max-width: 640px) {
  .l_infoList__tag {
    display: inline-block;
    margin-left: 10px;
    top: 0;
  }
}

.l_infoList__text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  top: -1px;
}

@media (max-width: 640px) {
  .l_infoList__text {
    padding-left: 0;
    margin-top: 5px;
  }
}

.l_info__button {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  height: 44px;
  width: 150px;
  border-radius: 22px;
  border: solid 2px #4186FF;
  color: #4186FF;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: "volte semibold", Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

@media (max-width: 768px) {
  .l_info__button {
    margin-right: auto;
    margin-left: auto;
    border-width: 2px;
  }
}

@media (min-width: 769px) {
  .l_info__button:hover {
    background: #4186FF;
    color: #fff;
  }
}

.l_youtube {
  margin: 0 auto 100px;
  position: relative;
  max-width: 900px;
}

.l_youtube:before {
  content: '';
  display: block;
  padding-top: 55.999%;
}

.l_youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .l_youtube {
    margin: 0 auto 50px;
  }
}

.l_footer__top {
  background: #F0F2F4;
  padding-top: 130px;
  padding-bottom: 170px;
}

@media (max-width: 640px) {
  .l_footer__top {
    padding-top: 110px;
  }
}

.l_footer__bottom {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 160px;
}

@media (max-width: 640px) {
  .l_footer__bottom {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.l_contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}

.l_contactBox .hbspt-form {
  margin: 0 auto;
}

@media (max-width: 640px) {
  .l_contactBox {
    display: block;
    margin-top: 60px;
  }
}

.l_contactBox__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 400px;
}

@media (max-width: 640px) {
  .l_contactBox__item {
    width: 80vw;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.l_contactBox__item + .l_contactBox__item {
  margin-left: 40px;
}

@media (max-width: 640px) {
  .l_contactBox__item + .l_contactBox__item {
    margin-right: auto;
    margin-left: auto;
    margin-top: 65px;
  }
}

.l_contactBox__text {
  text-align: center;
  width: 100%;
  color: #4186FF;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.2;
}

@media (max-width: 640px) {
  .l_contactBox__text {
    font-size: 18px;
    line-height: 1.8;
  }
}

@media (max-width: 425px) {
  .l_contactBox__text {
    font-size: 4.23vw;
  }
}

.l_contactBox__blank {
  display: none;
}

@media (max-width: 425px) {
  .l_contactBox__blank {
    display: block;
  }
}

.l_contactBox__button {
  margin-top: 30px;
  width: 100%;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  font-family: "volte semibold", Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #4186FF;
  color: #fff;
  border-radius: 40px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease ,color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease ,color 0.3s ease;
  border: solid 2px #4186FF;
}

@media (max-width: 640px) {
  .l_contactBox__button {
    height: 65px;
  }
}

.l_contactBox__button:hover {
  background-color: transparent !important;
  border-color: #4186FF !important;
  color: #4186FF !important;
}

.l_fix_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media (min-width: 641px) {
  .l_fix_btn {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.25rem;
  }
}

.l_fix_btn.is-top {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.l_fix_btn__item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 1.35rem 2.5rem;
  background-color: #00b902;
  border: 2px solid #00b902;
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .l_fix_btn__item {
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .l_fix_btn__item:hover {
    background-color: #fff;
    color: #00b902;
  }
}

@media (min-width: 641px) {
  .l_fix_btn__item {
    border-radius: 3em;
  }
}

@media (max-width: 640px) {
  .l_fix_btn__item {
    font-size: 14px;
    letter-spacing: 0.05em;
    max-width: 100%;
    padding: 1.25rem 1rem;
  }
}

@media (max-width: 340px) {
  .l_fix_btn__item {
    letter-spacing: 0;
    padding: 1.25rem 0.25rem;
  }
}

.l_sns_title {
  color: #FFF;
  font-size: 26px;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: "volte semibold";
}

.l_sns_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l_sns__item {
  margin-top: 20px;
}

.l_sns__item + .l_sns__item {
  margin-left: 20px;
}

@media (max-width: 375px) {
  .l_sns__item + .l_sns__item {
    margin-left: 10px;
  }
}

.l_sns__link {
  display: block;
}

@media (min-width: 769px) {
  .l_sns__link:hover {
    opacity: 0.4;
  }
}

.l_sns__image {
  width: 45px;
  display: block;
}

.l_logo {
  max-width: 135px;
  margin: 50px auto 0;
}

@media (max-width: 640px) {
  .l_logo {
    margin-top: 40px;
  }
}

.l_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .l_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 20px;
  }
}

.l_list__item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l_list__item + .l_list__item {
  margin-left: 12px;
  padding-left: 12px;
  border-left: solid 1px #333;
}

@media (max-width: 640px) {
  .l_list__item + .l_list__item {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }
}

.l_list__link {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #A3ABB2;
  letter-spacing: 0.1em;
}

.l_list__link::before {
  content: '';
  display: block;
  width: 100%;
  width: 0%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l_list__link.is_target__blank::after {
  content: url(https://cdn2.hubspot.net/hubfs/6341140/LineBrain_April2020%20Theme/images/common/parts/icon-blank-gray.svg);
  margin-left: 8px;
  display: block;
  width: 12px;
}

.l_list__link.is_target__blankGreen::after {
  content: url(https://cdn2.hubspot.net/hubfs/6341140/LineBrain_April2020%20Theme/images/common/parts/icon-blank-green.svg);
  margin-left: 8px;
  display: block;
  width: 12px;
}

@media (min-width: 769px) {
  .l_list__link:hover {
    opacity: 0.4;
  }
  .l_list__link:hover::before {
    width: 100%;
  }
}

.l_copyright {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #A3ABB2;
}

.l_copyright_mark {
  font-family: Helvetica Neue;
}

.l_sitemap {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #2D2F33;
}

@media (max-width: 640px) {
  .l_sitemap {
    display: block;
  }
}

.l_sitemap__top {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .l_sitemap__top {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}

.l_sitemap__product {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.l_sitemap__solution {
  width: 23.77131%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 60px;
  margin-left: 60px;
  border-left: solid 1px #707070;
}

@media (max-width: 1024px) {
  .l_sitemap__solution {
    width: 40%;
  }
}

@media (max-width: 640px) {
  .l_sitemap__solution {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    border-top: solid 1px #707070;
    margin-top: 40px;
    padding-top: 40px;
  }
}

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

@media (max-width: 1024px) {
  .l_sitemap__productWrap {
    display: block;
  }
}

.l_sitemap__productColumn + .l_sitemap__productColumn {
  margin-left: 60px;
}

@media (max-width: 1024px) {
  .l_sitemap__productColumn + .l_sitemap__productColumn {
    margin-left: 0;
  }
}

.l_sitemap__title {
  color: #FFF;
  font-family: "volte semibold";
  font-size: 17px;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 1.35;
}

.l_sitemap__title span {
  font-size: 11px;
  letter-spacing: 0.1em;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l_sitemap__title:hover {
  opacity: 0.4;
}

.l_sitemap__title:hover span {
  opacity: 0.4;
}

p.l_sitemap__title:hover {
  opacity: 1;
}

.l_sitemap__column + .l_sitemap__column {
  margin-left: 17%;
}

@media (max-width: 640px) {
  .l_sitemap__column + .l_sitemap__column {
    margin-left: 0;
    margin-top: 40px;
  }
}

.l_sitemap__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .l_sitemap__listWrap {
    display: block;
  }
}

.l_sitemap__list {
  margin-top: 45px;
}

.l_sitemap__list + .l_sitemap__list {
  margin-left: 70px;
}

@media (max-width: 640px) {
  .l_sitemap__list + .l_sitemap__list {
    margin-left: 0;
    margin-top: calc(30px + 1em);
  }
}

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

.l_sitemap__item + .l_sitemap__item {
  margin-top: 40px;
}

.l_sitemap__item .l_sitemap__link:before {
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.l_sitemap__item.is_disabled .l_sitemap__link {
  pointer-events: none;
  color: #6A6D71;
  position: relative;
}

.l_sitemap__item.is_disabled .l_sitemap__link:after {
  position: absolute;
  top: -1.5em;
  left: 0;
  content: "COMING SOON";
  white-space: nowrap;
  display: block;
  font-family: "volte semibold";
  font-size: 10px;
  padding-left: 60px;
}

.l_sitemap__item.is_iconNone .l_sitemap__link {
  padding-left: 0;
}

.l_sitemap__item.is_iconNone .l_sitemap__link::before {
  display: none;
}

.l_sitemap__item.is_iconNone .l_sitemap__link:after {
  padding-left: 0;
}

.l_sitemap__item.is_chatbot .l_sitemap__link:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/6341140/LineBrain_April2020%20Theme/images/common/parts/icon-chatbot-white.svg);
}

.l_sitemap__item.is_stt .l_sitemap__link:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/6341140/LineBrain_April2020%20Theme/images/common/parts/icon-speech-to-text-white.svg);
}

.l_sitemap__item.is_ocr .l_sitemap__link:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/6341140/LineBrain_April2020%20Theme/images/common/parts/icon-ocr-white.svg);
}

.l_sitemap__item.is_tts .l_sitemap__link:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/6341140/LineBrain_April2020%20Theme/images/common/parts/icon-text-to-speech-gray.svg);
}

.l_sitemap__item.is_vision .l_sitemap__link:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/6341140/LineBrain_April2020%20Theme/images/common/parts/icon-voice-gray.svg);
}

.l_sitemap__item.is_notes .l_sitemap__link:before {
  bgckground-image: url();
}

.l_sitemap__link {
  font-size: 16px;
  font-family: "volte semibold";
  color: #FFF;
  line-height: 1.35;
  position: relative;
  padding-left: 50px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .l_sitemap__link {
    white-space: inherit;
  }
}

.l_sitemap__link:hover {
  opacity: 0.4;
}

.l_sitemap__link span {
  font-size: 11px;
  letter-spacing: 0.1em;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l_sitemap__notes {
  color: #A3ABB2;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.67;
  font-family: "volte semibold";
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 50px;
}

.l_sitemap__notes a {
  color: #4186FF;
  font-family: "Noto Sans CJK JP";
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l_sitemap__notes a:hover {
  opacity: 0.4;
}

@media (max-width: 640px) {
  .l_sitemap__notes {
    margin-left: 0;
  }
}

.l_sitemap__bottom {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: solid 1px #707070;
  margin-top: 50px;
  padding-top: 50px;
}

@media (max-width: 640px) {
  .l_sitemap__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l_sitemap__bottom_link {
  color: #FFF;
  font-family: "volte semibold";
  font-size: 16px;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 1.35;
}

@media (max-width: 640px) {
  .l_sitemap__bottom_link {
    width: 50%;
  }
  .l_sitemap__bottom_link:nth-child(n+3) {
    margin-top: 20px;
  }
}

.l_sitemap__bottom_link span {
  font-size: 11px;
}

@media (max-width: 640px) {
  .l_sitemap__bottom_link span {
    display: block;
  }
}

.l_sitemap__bottom_link:hover {
  opacity: 0.4;
}

.l_sitemap__bottom_link:hover span {
  opacity: 0.4;
}

a.tw-follow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
  background-color: #1b95e0;
  border-radius: 3px;
  letter-spacing: normal;
}

a.tw-follow-btn svg {
  width: 30px;
}

a.tw-follow-btn:hover {
  background-color: #0c7abf;
}

.js-twitter-follow-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*# sourceMappingURL=engine.css.map */

