@charset "UTF-8";
/*!
Theme Name: Airi
Theme URI: https://athemes.com/theme/airi
Author: aThemes
Author URI: https://athemes.com
Description: Airi is a powerful yet lightweight and flexible theme for any organization or freelancer. With the Elementor integration, you can create a great-looking website with all necessary functionalities, without any hassle. Thanks to a wealth of customization options, you easily create a site for your business that fits your style and needs. Start from scratch, or go for one of the pre-made Elementor layouts. Looking for a theme that suits your e-commerce business? Look no further: Airi offers full WooCommerce support, so you can easily sell your products. Happy building!
Version: 1.0.16
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 5.7.2
Requires PHP: 5.6
Text Domain: airi
Tags: custom-background, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Airi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.mb30 {
  margin-bottom: 30px;
}

.mb0{
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: 'M PLUS 1p', sans-serif;	/* "Work Sans", sans-serif;	*/
  font-size: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #21253E;	/* #595959; */
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'M PLUS 1p', sans-serif;	/* "Work Sans", sans-serif; */
  color: #21253E;	/* #191919; */
  font-weight: 500;
}

p {
  margin-bottom: 20px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 15px 15px;
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th, td {
  border: 1px solid #ebebeb;
  padding: 15px;
  text-align: center;
}

blockquote {
  background-color: #f7f7f7;
  padding: 25px;
  margin-bottom: 10px;
  border-left: 2px solid #cbd1dc;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type=button],
input[type=reset],
input[type=submit],
.learnpress-page .lp-button {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #f0437e;
  background-color: #f0437e;
  padding: 14px 30px;
  border-radius: 2px;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 30px;
}
.menuStyle3 .top-bar button,
.menuStyle3 .top-bar .button,
.menuStyle3 .top-bar input[type=button],
.menuStyle3 .top-bar input[type=reset],
.menuStyle3 .top-bar input[type=submit],
.menuStyle3 .top-bar .learnpress-page .lp-button {
  color: #fff;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.learnpress-page .lp-button:hover {
  background-color: transparent;
  color: #000;
}
.menuStyle3 .top-bar button:hover,
.menuStyle3 .top-bar .button:hover,
.menuStyle3 .top-bar input[type=button]:hover,
.menuStyle3 .top-bar input[type=reset]:hover,
.menuStyle3 .top-bar input[type=submit]:hover,
.menuStyle3 .top-bar .learnpress-page .lp-button:hover {
  background-color: transparent;
  color: #000;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #666;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 15px 20px;
  max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #111;
}

textarea {
  width: 100%;
}

label {
  max-width: 100%;
}

.wpcf7-not-valid-tip {
  margin: 10px 0px 10px 3px;
}

label > .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 0.3s;
  color: royalblue;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Menu styles */
.main-navigation + .header-search-wrapper {
  margin-left: 23px;
}
.main-navigation + .header-search-cart {
  margin-left: 10px;
}

.header-search-wrapper + .header-search-cart {
  margin-left: 20px;
}
.header-search-wrapper .header-search-toggle {
  cursor: pointer;
}

.menuStyle1 .site-header > div > .row,
.menuStyle2 .site-header > div > .row {
  align-items: center;
}

.menuStyle2 .site-header {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .menuStyle2 .header-search {
    display: none;
  }
}
@media (max-width: 1199px) {
  .menuStyle2 .header-search-cart,
.menuStyle2 .header-cart-link {
    margin: 0;
  }
}
.menuStyle2 .header-search-cart li a {
  color: #191919;
}
.menuStyle2 .main-navigation a:hover:after,
.menuStyle2 .main-navigation .current-menu-item:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #f0437e;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -2px;	/* -8px; */
  margin-left: -2px;
}

.menuStyle1.page-template-template_page-builder .sticky-wrapper {
  position: absolute;
}
.menuStyle1.page-template-template_page-builder .site-header {
  background-color: transparent;
}
@media (max-width: 1199px) {
  .menuStyle1.page-template-template_page-builder .site-header {
    background-color: #13151d;
  }
}
.menuStyle1.page-template-template_page-builder.static-header .site-header {
  position: absolute;
}
.menuStyle1 .header-search-wrapper + .header-search-cart {
  margin-left: 19px;
}
@media (max-width: 1199px) {
  .menuStyle1 .header-search {
    display: none;
  }
}
@media (max-width: 1199px) {
  .menuStyle1 .header-search-cart,
.menuStyle1 .header-cart-link {
    margin: 0;
  }
}
.menuStyle1 .fa-search {
  color: #fff;
}
.menuStyle1 .sticky-wrapper {
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.menuStyle1 .sticky-wrapper.is-sticky a {
  color: #191919;
}
.menuStyle1 .site-header {
  position: static;
  background-color: #13151d;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.menuStyle1.admin-bar .sticky-wrapper,
.menuStyle1.admin-bar .site-header {
  top: 32px;
}
.menuStyle1 .site-title a,
.menuStyle1 .main-navigation a {
  color: #fff;
}
.menuStyle1 .site-description {
  color: #fff;
}
@media (max-width: 1199px) {
  .menuStyle1 .main-navigation {
    background-color: #13151d;
  }
}
.menuStyle1 .main-navigation ul ul a {
  color: #1c1c1c;
}
@media (max-width: 1199px) {
  .menuStyle1 .mobile-menu-toggle_lines {
    background-color: #fff;
  }
}
@media (max-width: 1199px) {
  .menuStyle1 .mobile-menu-toggle_lines:before, .menuStyle1 .mobile-menu-toggle_lines:after {
    background: #fff;
  }
}

.menuStyle3.page-template-template_page-builder .sticky-wrapper {
  position: absolute;
  width: 100%;
}
.menuStyle3.page-template-template_page-builder .bottom-bar {
  background-color: rgba(255, 255, 255, 0.3);
}
.menuStyle3.page-template-template_page-builder.static-header .bottom-bar {
  position: absolute;
  z-index: 11;
}
@media (max-width: 1199px) {
  .menuStyle3.page-template-template_page-builder .site-header {
    background-color: #13151d;
  }
}
@media (max-width: 767px) {
  .menuStyle3 .top-bar .row > div {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .menuStyle3 .top-bar .row > div {
    width: 100%;
  }
}
.menuStyle3 .contact-item.header-cta {
  justify-content: center;
}
.menuStyle3:not(.page-template-template_page-builder) .bottom-bar {
  background-color: #13151d;
}
.menuStyle3 .main-navigation {
  padding: 30px 0;
  width: 100%;
}
.menuStyle3 .main-navigation a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.menuStyle3 .main-navigation a:hover:after,
.menuStyle3 .main-navigation .current-menu-item:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #f0437e;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -2px;
}
@media (max-width: 1199px) {
  .menuStyle3 .main-navigation {
    background-color: #13151d;
  }
}
.menuStyle3 .main-navigation + .header-search-wrapper {
  margin-left: 30px;
}
.menuStyle3 .top-bar {
  background-color: #fff;
}
.menuStyle3 .top-bar .contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  padding: 0 30px;
  min-height: 45px;
}
.menuStyle3 .top-bar .contact-item:first-of-type {
  padding-left: 0;
}
.menuStyle3 .top-bar .contact-item.header-cta {
  border: 0;
  flex: 1;
  padding-right: 0;
}
.menuStyle3 .top-bar .header-social.contact-item {
  border: 0;
}
.menuStyle3 .top-bar .header-social.contact-item .fab {
  margin: 10px;
}
.menuStyle3 .top-bar .contact-item {
  font-weight: 500;
  border-right: 1px solid #ebebeb;
}
.menuStyle3 .top-bar .contact-item .fas {
  color: #f0437e;
  margin-right: 15px;
}
.menuStyle3 .top-bar .contact-item.header-social .fab,
.menuStyle3 .top-bar .contact-item.header-social a {
  color: #28293a;
}
.menuStyle3 .top-bar .button {
  border-radius: 0;
}
.menuStyle3 .top-bar a {
  color: #191919;
}
.menuStyle3 .bottom-bar {
  width: 100%;
  position: relative;
}
.menuStyle3 .bottom-bar .row {
  align-items: center;
}
.menuStyle3 .site-header {
  padding: 0;
  border-bottom: 0;
}
.menuStyle3 .header-search-wrapper + .header-search-cart {
  margin-left: 20px;
}
.menuStyle3 .header-search-wrapper {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.menuStyle3 .header-search-wrapper .header-search-toggle a {
  color: #FFF;
}
.menuStyle3 .header-search-cart {
  margin-bottom: 0;
}
.menuStyle3 .header-search-cart .cart-contents {
  display: flex;
}
.menuStyle3 .branding-area {
  padding: 15px;
}
.menuStyle3 .branding-area .site-branding {
  position: relative;
  z-index: 99;
}
.menuStyle3 .branding-area .container {
  height: 100%;
}
.menuStyle3 .branding-area .container .site-branding {
  height: 100%;
  display: flex;
  background-color: #fff;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0px 11px 24px 0px rgba(51, 71, 86, 0.15);
}
.menuStyle3 .site-title a,
.menuStyle3 .site-description {
  color: #fff;
}
.menuStyle3 .is-sticky .bottom-bar {
  background-color: #fff;
}
.menuStyle3 .is-sticky .site-title a,
.menuStyle3 .is-sticky .main-navigation a {
  color: #191919;
}
.menuStyle3 .is-sticky .site-description {
  color: #191919;
}
.menuStyle3 .sticky-wrapper {
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .menuStyle3 .mobile-menu-toggle_lines {
    background-color: #fff;
  }
}
@media (max-width: 1199px) {
  .menuStyle3 .mobile-menu-toggle_lines:before, .menuStyle3 .mobile-menu-toggle_lines:after {
    background: #fff;
  }
}
.menuStyle3.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines {
  background: none;
}

.menuStyle4 #site-navigation-sticky-wrapper {
  margin-bottom: -68px;
}
.menuStyle4 .contact-area {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .menuStyle4 .contact-area {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
    text-align: left;
  }
}
.menuStyle4 .contact-area .contact-block {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 25px;
}
.menuStyle4 .contact-area .contact-block:first-of-type {
  padding-left: 0;
}
@media (max-width: 1199px) {
  .menuStyle4 .contact-area .contact-block:first-of-type {
    display: inline-block;
    padding: 5px;
  }
}
.menuStyle4 .contact-area .contact-block:last-of-type {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .menuStyle4 .contact-area .contact-block:last-of-type {
    display: inline-block;
    padding: 5px;
  }
}
@media (max-width: 1199px) {
  .menuStyle4 .contact-area .contact-block {
    display: inline-block;
    padding: 5px;
  }
}
.menuStyle4 .contact-area .contact-block .contact-icon,
.menuStyle4 .contact-area .contact-block .contact-text {
  display: inline-block;
}
.menuStyle4 .contact-area .contact-block .contact-icon {
  font-size: 24px;
  color: #f0437e;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #f0437e;
  border-radius: 50%;
  text-align: center;
  margin-right: 25px;
}
.menuStyle4 .contact-area .contact-block span {
  display: block;
}
.menuStyle4 .contact-area .contact-block span:first-of-type {
  color: #595959;
}
.menuStyle4 .contact-area .contact-block span:last-of-type {
  font-weight: 500;
  color: #0e304e;
}
.menuStyle4 .main-navigation {
  text-align: left;
  background-color: #0e304e;
  padding: 0 240px 0 35px;
  margin-top: 35px;
  margin-bottom: -68px;
  position: relative;
  z-index: 999;
  justify-content: space-between;
}
.menuStyle4 .main-navigation .header-search-wrapper {
  display: flex;
  align-items: center;
}
.menuStyle4 .main-navigation .header-search-wrapper .header-search-toggle a {
  color: #FFF;
}
.menuStyle4 .main-navigation .header-search-cart {
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  top: 100%;
}
.menuStyle4 .main-navigation > div {
  line-height: 1;
}
.menuStyle4 .main-navigation .menu > li,
.menuStyle4 .main-navigation .menu > ul > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.menuStyle4 .main-navigation li {
  text-transform: uppercase;
  font-weight: 500;
}
.menuStyle4 .main-navigation li a {
  color: #fff;
}
.menuStyle4 .main-navigation .header-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0437e;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-width: 200px;
}
.menuStyle4 .main-navigation .header-cta:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
  left: -15px;
  background: #f0437e;
  transform: skewX(20deg);
}
.menuStyle4 .main-navigation .header-cta a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuStyle4.sticky-header .site-header {
  position: relative;
}
.menuStyle4.sticky-header .is-sticky .main-navigation {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.menuStyle4 .header-search-form {
  top: 62px;
}

.menuStyle5.page-template-template_page-builder .sticky-wrapper {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.menuStyle5.page-template-template_page-builder .site-header {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  .menuStyle5.page-template-template_page-builder .site-header {
    background-color: #61a0ce;
  }
}
.menuStyle5.page-template-template_page-builder.static-header .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.menuStyle5.page-template-template_page-builder.static-header.admin-bar .site-header {
  top: 32px;
}
.menuStyle5 .site-header {
  background-color: #61a0ce;
  border: none;
  color: #fff;
  padding-top: 34px;
  padding-bottom: 33px;
}
.menuStyle5 .site-header .main-navigation {
  justify-content: flex-start;
}
.menuStyle5 .site-header .main-navigation ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s;
}
.menuStyle5 .site-header .main-navigation ul li a:hover {
  border-bottom: 2px solid #fff;
}
.menuStyle5 .site-header .main-navigation ul li.current-menu-item > a {
  border-bottom: 2px solid #fff;
}
.menuStyle5 .site-header .main-navigation ul li.header-cart-link a:hover {
  border-bottom: 0;
}
.menuStyle5 .site-header .contact-us span {
  font-size: 22px;
}
.menuStyle5 .site-header .socials a {
  color: #fff;
}
.menuStyle5 .site-header .socials a + a {
  margin-left: 20px;
}
.menuStyle5 .is-sticky .site-header {
  background-color: #61a0ce;
  z-index: 9999 !important;
}

.menuStyle6.sticky-header.admin-bar {
  margin-top: 0.1px;
}
.menuStyle6 .sticky-wrapper.is-sticky .site-header {
  transform: translate3d(0, -50px, 0);
}
.menuStyle6 .site-title a {
  color: #FFF;
}
.menuStyle6 .site-header {
  background-color: #181b33;
  padding-top: 0;
  padding-bottom: 0;
}
.menuStyle6 .site-header .mobile-menu-toggle_lines {
  background: #fff;
  cursor: pointer;
}
.menuStyle6 .site-header .mobile-menu-toggle_lines:before, .menuStyle6 .site-header .mobile-menu-toggle_lines:after {
  background: #fff;
}
.menuStyle6 .site-header .top-section {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #303248;
  padding-bottom: 13px;
  padding-top: 12px;
  min-height: 50px;
}
.menuStyle6 .site-header .top-section i {
  color: #948b3e;
  font-size: 15px;
  margin-right: 19px;
}
.menuStyle6 .site-header .top-section .location i {
  margin-right: 13px;
}
.menuStyle6 .site-header .top-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.menuStyle6 .site-header .top-section ul li {
  position: relative;
}
.menuStyle6 .site-header .top-section ul li + li {
  margin-left: 28px;
  padding-left: 31px;
}
.menuStyle6 .site-header .top-section ul li + li:before {
  background-color: #303248;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
}
.menuStyle6 .site-header .bottom-section {
  padding-top: 27px;
  padding-bottom: 24px;
}
.menuStyle6 .site-header .main-navigation .menu > li,
.menuStyle6 .site-header .main-navigation .menu > ul > li {
  padding: 0;
}
.menuStyle6 .site-header .main-navigation .menu > li > a:after,
.menuStyle6 .site-header .main-navigation .menu > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  background-color: #948b3e;
  height: 2px;
  transition: all 0.3s;
}
.menuStyle6 .site-header .main-navigation .menu > li > a:hover:after,
.menuStyle6 .site-header .main-navigation .menu > ul > li > a:hover:after {
  left: 0;
  width: 100%;
}
.menuStyle6 .site-header .main-navigation .menu li a,
.menuStyle6 .site-header .main-navigation .menu > ul li a {
  display: inline-block;
  padding-bottom: 3px;
  position: relative;
}
.menuStyle6 .site-header .main-navigation .menu li + li,
.menuStyle6 .site-header .main-navigation .menu > ul li + li {
  margin-left: 33px;
}
.menuStyle6 .site-header .main-navigation + .group-actions {
  margin-left: 35px;
}
.menuStyle6 .site-header .main-navigation + .header-search-wrapper {
  margin-left: 33px;
}
.menuStyle6 .site-header .main-navigation + .header-search-cart {
  margin-left: 33px;
}
.menuStyle6 .site-header .header-search-wrapper .header-search-toggle a {
  color: #FFF;
}
.menuStyle6 .site-header .header-search-wrapper + .header-search-cart {
  margin-left: 25px;
}
.menuStyle6 .site-header .header-search-wrapper + .group-actions {
  margin-left: 25px;
}
.menuStyle6 .site-header .header-search-cart {
  padding-left: 0;
  margin-bottom: 3px;
}
.menuStyle6 .site-header .header-search-cart + .group-actions {
  margin-left: 33px;
}
.menuStyle6 .site-header .group-actions .header-search-wrapper {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.menuStyle6 .site-header .group-actions .header-search-wrapper .header-search-toggle a {
  color: #FFF;
}
.menuStyle6 .site-header .group-actions .search-form {
  position: relative;
}
.menuStyle6 .site-header .group-actions .search-form + .btn {
  margin-left: 42px;
}
.menuStyle6 .site-header .header-search-cart li {
  color: #fff;
}
.menuStyle6 .site-header .header-search-cart li > a {
  color: inherit;
}
.menuStyle6 .site-header .btn {
  border: 2px solid #948b3e;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12px 15px 15px;
}
.menuStyle6.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines {
  background: none;
}

.site-header {
  padding: 30px 0;
  /* Sticky header */
}
.site-header .container-fluid {
  padding: 0 75px;
}
@media (max-width: 767px) {
  .site-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sticky-header .site-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99 !important;
  transition: all 0.4s;
}
.is-sticky .site-header {
  z-index: 99 !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.is-sticky .site-header .custom-logo-link img {
  max-width: 80px;
}

.admin-bar.sticky-header:not(.menuStyle4) .site-header,
.admin-bar:not(.menuStyle4) .is-sticky .site-header {
  top: 32px !important;
}

/* Menus */
.main-navigation {
  text-align: right;
  display: block;
  float: left;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  padding-top: 15px;
  top: 100%;
  left: -999em;
  text-align: left;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: -1px;
  padding-top: 0;
}
.main-navigation ul ul li {
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
  white-space: normal;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  font-weight: 500;
}
/*.main-navigation li:first-of-type {
 	margin-left: 15px;
}*/
.sub-menu li:first-of-type {
	margin-left: 0;
}
.main-navigation a {
  color: #191919;
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  color: #8c8d90;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.header-mobile-menu {
  display: none;
}

@media (min-width: 768px) {
  .menuStyle3 .top-bar .contact-item.header-cta {
    justify-content: flex-end;
  }
}
@media (max-width: 1199px) {
  .menuStyle1 .main-navigation li.menu-item-has-children > .subnav-toggle,
.menuStyle1 .main-navigation li.page_item_has_children > .subnav-toggle,
.menuStyle3 .main-navigation li.menu-item-has-children > .subnav-toggle,
.menuStyle3 .main-navigation li.page_item_has_children > .subnav-toggle {
    color: #848484;
  }
  .menuStyle1 .main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
.menuStyle1 .main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
.menuStyle1 .main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
.menuStyle1 .main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
.menuStyle1 .main-navigation ul .subnav-toggle:hover,
.menuStyle3 .main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
.menuStyle3 .main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
.menuStyle3 .main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
.menuStyle3 .main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
.menuStyle3 .main-navigation ul .subnav-toggle:hover {
    color: #fb397d;
  }

  .menuStyle4 .main-navigation .menu > li.menu-item-has-children > .subnav-toggle,
.menuStyle4 .main-navigation .menu > li.page_item_has_children > .subnav-toggle {
    color: #FFF;
  }

  .menuStyle4 #site-navigation-sticky-wrapper {
    margin: 0 !important;
  }

  .menuStyle4 .main-navigation {
    position: fixed;
    padding: 0;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .menuStyle4 .main-navigation li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menuStyle4 .main-navigation li a {
    padding: 0;
  }
  .menuStyle4 .main-navigation .header-cta {
    display: block;
    position: static;
    height: auto;
    width: 100%;
  }
  .menuStyle4 .main-navigation .header-cta:before {
    display: none;
  }
  .menuStyle4 .main-navigation .header-search {
    display: none;
  }
  .menuStyle4 .main-navigation .header-search-cart,
.menuStyle4 .main-navigation .header-cart-link {
    margin: 0;
  }

  /* Styling desktop navigation for mobile screens */
  .ca-header-shadow--mobile {
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    z-index: 100;
  }
  /* End of navigation mobile styles */
}
.mobile-menu-toggle {
  position: relative;
  background: transparent;
  border: 0;
  padding: 15px 20px;
}

.mobile-menu-toggle_lines {
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  height: 3px;
  background: #191919;
  transition: background-color 0.2s;
}

.mobile-menu-toggle_lines:before,
.mobile-menu-toggle_lines:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #191919;
  content: "";
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
}

.mobile-menu-toggle_lines:before {
  top: -10px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.mobile-menu-toggle_lines:after {
  bottom: -10px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.mobile-menu-toggle:hover .mobile-menu-toggle_lines:before,
.mobile-menu-toggle:focus .mobile-menu-toggle_lines:before {
  top: -12px;
}

.mobile-menu-toggle:hover .mobile-menu-toggle_lines:after,
.mobile-menu-toggle:focus .mobile-menu-toggle_lines:after {
  bottom: -12px;
}

.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines {
  background: rgba(25, 25, 25, 0);
}

.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines:before {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines:after {
  bottom: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Header search and cart */
.header-search {
  position: relative;
  padding-right: 10px !important;
}

.header-search-wrapper {
  position: relative;
  list-style: none;
}

.header-search-form {
  display: none;
  position: absolute;
  right: 0;
  z-index: 14;
  top: 32px;
  right: 0;
}
.header-search-form .search-submit {
  display: none;
}

.main-navigation {
  display: flex;
  justify-content: flex-end;
}

ul.header-search-cart {
  list-style: none;
}
ul.header-search-cart li {
  padding: 0;
}
ul.header-search-cart li a {
  color: #FFF;
}
ul.header-search-cart .header-search-toggle {
  cursor: pointer;
}
ul.header-search-cart .header-cart-link .count {
  font-size: 12px;
  position: relative;
  top: -8px;
  left: 2px;
}

@media (max-width: 1199px) {
  .menuStyle3 .bottom-bar {
    padding: 15px 0px 18px;
  }

  .menuStyle5 .site-header .last-block,
.menuStyle5 .site-header .contact-us {
    margin-top: 10px;
  }
  .menuStyle5 .site-header .last-block .socials {
    padding-top: 6px;
  }
  .menuStyle5 .site-header .main-navigation ul li a,
.menuStyle5 .main-navigation ul li a:hover,
.menuStyle5 .main-navigation ul li.current_page_item > a,
.menuStyle5 .main-navigation ul li.current-menu-item > a,
.menuStyle5 .main-navigation ul li.current_page_ancestor > a,
.menuStyle5 .main-navigation ul li.current-menu-ancestor > a {
    color: #61a0ce;
  }
  .menuStyle5 .site-header .main-navigation ul li a,
.menuStyle5 .site-header .main-navigation ul li a:hover {
    border-bottom: none;
  }

  .menuStyle6 .site-header .right-content {
    margin-top: 20px;
  }
  .menuStyle6 .site-header .main-navigation .menu li a {
    color: #191919;
  }
  .menuStyle6 .site-header .main-navigation .menu li + li {
    margin-left: 0;
  }
  .menuStyle6 .site-header .main-navigation .menu > ul li + li {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .menuStyle5 .last-block .socials {
    justify-content: center !important;
  }

  .menuStyle6 .site-header .top-section ul li + li {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .menuStyle3 .top-bar {
    padding: 15px 0;
  }
}
/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/
.site-title {
  font-size: 36px;
  margin: 0;
  font-weight: 600;
}
.site-title a {
  color: #191919;
}

.site-description {
  margin: 0;
  color: #707070;
}
.site-description:empty {
  margin: 0;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
@media (min-width: 769px) {
  .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none;
  }

  .woocommerce ul.products.columns-5 li.product,
.woocommerce-product-loop ul.products.columns-5 li.product {
    width: 33.33333%;
    margin: 0;
    padding: 0 15px 60px 15px;
  }
  .woocommerce ul.products.columns-5 li.product:nth-of-type(3n+1),
.woocommerce-product-loop ul.products.columns-5 li.product:nth-of-type(3n+1) {
    clear: left;
  }

  .woocommerce-product-loop:not(.single) .site-content > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 400px) {
  .woocommerce ul.products.columns-5 li.product,
.woocommerce-product-loop ul.products.columns-5 li.product {
    width: 100%;
    padding: 15px;
  }

  .woocommerce-product-loop:not(.single) .site-content > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .woocommerce ul.products.columns-5 li.product,
.woocommerce-product-loop ul.products.columns-5 li.product {
    width: 20%;
    margin: 0;
    padding: 0 15px 60px 15px;
  }
  .woocommerce ul.products.columns-5 li.product:nth-of-type(3n+1),
.woocommerce-product-loop ul.products.columns-5 li.product:nth-of-type(3n+1) {
    clear: none;
  }

  .woocommerce-product-loop:not(.single) .site-content > .container {
    padding-left: 90px;
    padding-right: 90px;
  }

  .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: left;
  }
}
.woocommerce-loop-product__title {
  font-size: 16px;
}

.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #707070;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 30px;
}

.woocommerce ul.products li.product .button {
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 25px;
  background-color: #f0437e;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  margin: 0;
}

.woocommerce ul.products li.product a.added_to_cart {
  display: block;
  text-align: center;
  color: #191919;
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .onsale {
  left: 25px;
  top: 10px;
  right: auto;
  background-color: #333;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
}
.woocommerce ul.products li.product:hover .button {
  opacity: 1;
}

.woocommerce-product-loop .products.columns-5 {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 50px;
}

.woocommerce .woocommerce-breadcrumb {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.woocommerce .woocommerce-result-count {
  margin: 15px 0 0;
  text-transform: uppercase;
}

.woocommerce-product-loop:not(.single) .site-content > .container {
  width: 100%;
  max-width: 100%;
  padding: 0 90px;
}

.woocommerce-product-loop .site-main {
  padding: 0;
}

/* Single product */
.woocommerce div.product .product_title {
  font-size: 30px;
}

.product .woocommerce-product-gallery {
  padding-right: 100px;
}
.product .woocommerce-product-gallery__trigger {
  right: 120px !important;
}
.product span.onsale {
  left: 15px;
  top: 15px;
  right: auto;
  background-color: #333;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
}
.product .quantity .qty {
  padding: 9px 15px;
  margin-right: 5px;
}
.product .single_add_to_cart_button.button.alt {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #f0437e;
  background-color: #f0437e;
  padding: 14px 30px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.product .single_add_to_cart_button.button.alt:hover {
  background-color: #f0437e;
}
.product div.entry-summary p.price,
.product div.entry-summary span.price {
  color: #f0437e;
}
.product .woocommerce-tabs.wc-tabs-wrapper {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 60px 0;
  margin: 60px 0;
}

@media (max-width: 768px) {
  .woocommerce .product .woocommerce-product-gallery {
    padding-right: 0;
  }

  .product .woocommerce-product-gallery__trigger {
    right: 15px !important;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0 30px;
  border-right: 2px solid #d2d2d2;
  border-color: #d2d2d2;
  margin: 0 -5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-of-type {
  border-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #f0437e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 0;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border: 0;
}

.woocommerce-Tabs-panel {
  color: #707070;
}

.related.products h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
}

/* Cart */
.product-remove a.remove {
  color: #d35050 !important;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
}
.product-remove a.remove:hover {
  background-color: #d35050;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 100%;
  max-width: 100px;
}

.woocommerce table.shop_table {
  color: #191919;
  border-left: 0;
  border-right: 0;
  border-color: #d7d7d7;
  border-width: 1px;
  border-collapse: collapse;
}
.woocommerce table.shop_table a {
  color: #191919;
}
.woocommerce table.shop_table .quantity .qty {
  width: 3.631em;
  text-align: center;
  padding: 15px;
  width: auto;
  max-width: 100px;
}
.woocommerce table.shop_table thead th {
  font-size: 16px;
  text-transform: uppercase;
  color: #191919;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce table.shop_table td {
  padding-top: 35px;
  padding-bottom: 35px;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  border-left: 0;
  border-right: 0;
  border-color: #d7d7d7;
  border-width: 1px;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 100%;
  max-width: 150px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  margin-top: 70px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border-bottom: 0;
  border-collapse: collapse;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-of-type {
  border-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals td {
  font-weight: 600 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .button {
  background-color: #f0437e;
  font-size: 14px;
  font-weight: 500;
  display: table;
  float: right;
  padding: 18px 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals .button:hover {
  background-color: #f0437e;
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: middle;
  font-weight: 400;
}

/* Checkout */
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  max-width: 100%;
}

.woocommerce-checkout #customer_details .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-color: #ebebeb;
  padding: 10px;
  border-radius: 0;
  height: auto;
}
.woocommerce-checkout #order_review_heading {
  text-align: center;
  margin: 50px 0 15px;
}
.woocommerce-checkout button.button.alt {
  background-color: #f0437e;
  color: #fff;
}
.woocommerce-checkout button.button.alt:hover {
  background-color: #f0437e;
  color: #fff;
}

/* Page numbers */
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin: 5px;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
  border: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  padding: 30px;
  border: 1px solid #ebebeb;
  align-self: flex-start;
}

.widget {
  margin: 0 0 50px;
  color: #707070;
  /* Make sure select elements fit in widgets. */
}
.widget .widget-title {
  font-size: 24px;
  margin: 0 0 30px;
}
.widget a {
  color: #595959;
}
.widget ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.widget ul li {
  padding-bottom: 20px;
}
.widget ul li:last-of-type {
  padding-bottom: 0;
}
.widget ul li > ul,
.widget ul .children {
  padding-left: 20px;
}
.widget select {
  max-width: 100%;
}

/* Default widgets */
.widget_categories li {
  padding-bottom: 30px;
  text-align: right;
  overflow: hidden;
}
.widget_categories li a {
  float: left;
}
.widget_categories li::before {
  margin-right: 15px;
  content: ">>";
  transition: all 0.3s;
  float: left;
}
.widget_categories li:hover::before,
.widget_categories li:hover a {
  color: #f0437e;
}

/* Tagcloud */
.tagcloud a {
  line-height: 1;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #595959;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 5px;
}

/* Search widget */
.widget_search .search-field {
  background-color: #f7f7f7;
  vertical-align: top;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-right: -5px;
  width: 100%;
}
.widget_search .search-submit {
  display: none;
}
.widget_search .search-form label {
  width: 100%;
}

/* Custom recent posts widget */
.airi_recent_entries .post-date {
  color: #f0437e;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: table;
}
.airi_recent_entries h5 {
  font-size: 16px;
}

/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.social-widget li a::before,
.social-media-list a:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: inherit;
}

ul.social-media-list {
  margin: -5px;
}
ul.social-media-list li {
  float: left;
  padding: 0;
  margin: 5px;
}

.social-media-list li a,
.social-widget a {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  display: inline-block;
}
.social-media-list li a::before,
.social-widget a::before {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.social-media-list a[href*="twitter.com"]::before {
  content: "";
  background: #1da1f2;
}

.social-media-list a[href*="facebook.com"]::before {
  content: "";
  background: #3b5998;
}

.social-media-list a[href*="plus.google.com"]::before {
  content: "";
  background: #ea4335;
}

.social-media-list a[href*="google.com/+"]::before {
  background: #ea4335;
}

.social-media-list a[href*="dribbble.com"]::before {
  content: "";
  background: #ea4c89;
}

.social-media-list a[href*="pinterest.com"]::before {
  content: "";
  background: #bd081c;
}

.social-media-list a[href*="youtube.com"]::before {
  content: "";
  background: #ff0000;
}

.social-media-list a[href*="vimeo.com"]::before {
  content: "";
  background: #1ab7ea;
}

.social-media-list a[href*="instagram.com"]::before {
  content: "";
  background: #c32aa3;
}

.social-media-list a[href*="linkedin.com"]::before {
  content: "";
  background: #007bb5;
}

.social-media-list a[href*="foursquare.com"]::before {
  content: "";
  background: #f94877;
}

.social-media-list a[href*="tumblr.com"]::before {
  content: "";
  background: #2c4762;
}

.social-media-list a[href*="deviantart.com"]::before {
  content: "";
  background: #05cc47;
}

.social-media-list a[href*="weibo.com"]::before {
  content: "";
  background: #030104;
}

.social-media-list a[href*="xing.com"]::before {
  content: "";
  background: #015C5D;
}

.social-media-list a[href*="trello.com"]::before {
  content: "";
  background: #0079BF;
}

.social-media-list a[href*=mailto]::before {
  content: "";
  background: #EDA57F;
}

.layout-list-2 .widget {
  margin-bottom: 30px;
}
.layout-list-2 .widget ul li {
  padding-bottom: 18px;
}
.layout-list-2 .widget ul li a {
  font-size: 16px;
}
.layout-list-2 .widget_search .search-field {
  border-radius: 24.5px;
}
.layout-list-2 .widget_categories li:before {
  display: none;
}

.layout-two-columns .widget-area {
  border: none;
  padding: 0 15px;
}
.layout-two-columns .widget-area .widget .widget-title {
  margin-bottom: 23px;
}
.layout-two-columns .widget-area .widget ul li {
  padding-bottom: 13px;
}
.layout-two-columns .widget-area .widget.widget_tag_cloud .tagcloud a {
  border-color: #ebebeb;
  text-transform: initial;
  font-size: 14px;
  padding: 8px 14px 10px;
  margin-right: 4px;
  margin-bottom: 9px;
  margin-left: 0;
  margin-top: 0;
}
.layout-two-columns .widget-area .widget.widget_tag_cloud .tagcloud a:hover {
  border-color: #948b3e;
  background-color: #948b3e;
  color: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
  padding: 100px 0;
}
.page-template-template_page-builder .site-content {
  padding: 0;
}

.sticky {
  display: block;
}

.site-main {
  padding-right: 30px;
}
.page-template-template_page-builder .site-main {
  padding: 0;
}
@media (max-width: 991px) {
  .site-main {
    padding-right: 0;
  }
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-title a {
  color: #191919;
}
.entry-title a:hover {
  color: #f0437e;
}

/* Loop posts */
.single-post .hentry,
.blog-loop .hentry {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.single-post .entry-header,
.blog-loop .entry-header {
  margin-bottom: 30px;
}
.single-post .entry-title,
.blog-loop .entry-title {
  margin: 20px 0 25px;
  font-size: 36px;
}
.single-post .post-thumbnail,
.blog-loop .post-thumbnail {
  display: block;
  margin-bottom: 35px;
}
.single-post .entry-content p,
.blog-loop .entry-content p {
  line-height: 32px;
}
.single-post .entry-content p:last-of-type,
.blog-loop .entry-content p:last-of-type {
  margin: 0;
}
.single-post .posted-on,
.blog-loop .posted-on {
  display: table;
}
.single-post .posted-on a,
.blog-loop .posted-on a {
  color: #f0437e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single-post .entry-meta,
.blog-loop .entry-meta {
  color: #bfbfbf;
}
.single-post .entry-meta span,
.blog-loop .entry-meta span {
  margin-right: 15px;
}
.single-post .entry-meta span:last-of-type,
.blog-loop .entry-meta span:last-of-type {
  margin-right: 0;
}
.single-post .entry-meta .byline,
.blog-loop .entry-meta .byline {
  font-size: 14px;
}
.single-post .entry-meta .byline a,
.blog-loop .entry-meta .byline a {
  color: #595959;
}
.single-post .entry-meta .comments-number,
.blog-loop .entry-meta .comments-number {
  font-size: 12px;
  text-transform: uppercase;
}
.single-post .read-more-link,
.blog-loop .read-more-link {
  display: table;
  font-size: 13px;
  font-weight: 600;
  color: #191919;
  text-transform: uppercase;
  margin-top: 30px;
}
.single-post .read-more-link .gt,
.blog-loop .read-more-link .gt {
  margin-left: 10px;
  color: #f0437e;
}

.layout-masonry .entry-title,
.layout-grid .entry-title,
.layout-list .entry-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.layout-masonry .post-inner,
.layout-grid .post-inner,
.layout-list .post-inner {
  width: 100%;
}

.layout-masonry .hentry,
.layout-grid .hentry {
  display: flex;
  padding-bottom: 0;
  margin: 0;
  border: 0;
}
.layout-masonry .post-thumbnail,
.layout-grid .post-thumbnail {
  margin-bottom: 30px;
  margin: 0 -15px 30px;
}
.layout-masonry .entry-title,
.layout-grid .entry-title {
  margin-top: 15px;
}
.layout-masonry .site-main,
.layout-grid .site-main {
  padding: 0;
}
.layout-masonry .post-inner,
.layout-grid .post-inner {
  box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
  margin: 0 0 50px;
}
.layout-masonry .post-info,
.layout-grid .post-info {
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  .layout-masonry .post-info,
.layout-grid .post-info {
    padding: 0 15px 15px;
  }
}
.layout-masonry .entry-header,
.layout-grid .entry-header {
  margin-bottom: 0;
}

.layout-list .post-thumbnail {
  margin: 0;
}
@media (max-width: 767px) {
  .layout-list .post-thumbnail {
    margin-bottom: 30px;
  }
}
.layout-list .flex {
  display: flex;
}
@media (max-width: 767px) {
  .layout-list .flex {
    display: block;
  }
}

.grid-sizer {
  width: 33.333333%;
}
@media (max-width: 991px) {
  .grid-sizer {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.content-area:not(.layout-masonry) .grid-sizer {
  display: none;
}

.layout-masonry .row {
  margin: 0;
}
.layout-masonry .site-main {
  padding: 0;
}
.layout-masonry .hentry {
  display: block;
}
.layout-masonry .hentry:first-of-type {
  width: 66.666667%;
  max-width: 66.666667%;
}
@media (max-width: 991px) {
  .layout-masonry .hentry:first-of-type {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .layout-masonry .hentry:first-of-type {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.layout-list-2 .site-content {
  padding-bottom: 0;
}
.layout-list-2 .content-area article {
  border-bottom: none;
  padding-right: 20px;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 52px;
}
.layout-list-2 .content-area article .post-inner {
  padding-right: 20px;
  padding-bottom: 51px;
  border-bottom: 1px solid #ebebeb;
}
.layout-list-2 .content-area article .entry-header {
  margin-bottom: 24px;
}
.layout-list-2 .content-area article .entry-header .entry-title {
  line-height: 46px;
  margin-top: 15px;
  margin-bottom: 32px;
}
.layout-list-2 .content-area article .thumbnail {
  position: relative;
}
.layout-list-2 .content-area article .thumbnail .post-thumbnail {
  margin-bottom: 0;
}
.layout-list-2 .content-area article .thumbnail .post-thumbnail img {
  border-radius: 5px;
}
.layout-list-2 .content-area article .thumbnail .post-cat,
.layout-list-2 .content-area article .thumbnail .cat-links a {
  background: #0a8ae6;
  color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 7px 15px;
}
.layout-list-2 .content-area article .entry-meta {
  line-height: 18px;
}
.layout-list-2 .content-area article .entry-meta .byline {
  font-size: 16px;
}
.layout-list-2 .content-area article .entry-meta .byline a {
  color: #191919;
}
.layout-list-2 .content-area article .entry-content {
  margin-top: 26px;
}
.layout-list-2 .content-area article .entry-footer .read-more-link {
  font-size: 18px;
  font-weight: 500;
  margin-top: 21px;
  text-transform: capitalize;
}
.layout-list-2 .content-area article:last-child {
  padding-bottom: 0;
}
.layout-list-2 .content-area article:last-child .post-inner {
  border-bottom: none;
}
.layout-list-2 .widget-area {
  padding: 0;
  border: none;
}
.layout-list-2.single-post .site-content {
  padding-bottom: 39px;
}
.layout-list-2.single-post .content-area article .thumbnail .cat-links {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.layout-two-columns .site-content .content-area .site-main {
  padding-right: 40px;
}
.layout-two-columns .site-content .content-area .blog-loop > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.layout-two-columns .site-content .content-area .blog-loop > .row article {
  padding-left: 25px;
  padding-right: 25px;
}
.layout-two-columns .site-content .content-area article {
  padding-bottom: 0;
  margin-bottom: 18px;
  border-bottom: none;
}
.layout-two-columns .site-content .content-area article .entry-header {
  margin-bottom: 0;
  position: relative;
}
.layout-two-columns .site-content .content-area article .entry-header .post-thumbnail {
  margin-bottom: 24px;
}
.layout-two-columns .site-content .content-area article .entry-header .first-cat {
  background-color: #948b3e;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  text-transform: initial;
  padding: 7px 9px 8px 11px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.layout-two-columns .site-content .content-area article .entry-meta i {
  color: #948b3e;
  margin-right: -2px;
}
.layout-two-columns .site-content .content-area article .entry-meta span {
  margin-right: 0;
}
.layout-two-columns .site-content .content-area article .entry-meta span.separator {
  margin-left: 3px;
  margin-right: 3px;
}
.layout-two-columns .site-content .content-area article .entry-meta .posted-on {
  display: inline-block;
}
.layout-two-columns .site-content .content-area article .entry-meta .posted-on a {
  text-transform: initial;
  letter-spacing: 0;
}
.layout-two-columns .site-content .content-area article .entry-title {
  line-height: 30px;
  margin-top: 19px;
}
.layout-two-columns .site-content .content-area article .entry-title a:hover {
  color: #948b3e;
}

/* 404 */
.error404 .site-content {
  background-color: #f7f7f7;
  padding: 120px 0;
}
.error404 .page-title {
  font-size: 160px;
  font-weight: 600;
}
.error404 .content-area {
  width: 100%;
}
.error404 .site-main {
  padding: 0;
  text-align: center;
}

/* Search */
.search-results .page-header span {
  color: #b3b3b3;
}

/* Single - full width layout */
.content-area.layout-full {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 100px 200px;
  box-shadow: 0px 33px 49px 0px rgba(86, 115, 121, 0.15);
}
@media (max-width: 991px) {
  .content-area.layout-full {
    padding: 30px;
  }
}

.single-post.layout-two-columns .site-content {
  padding-bottom: 50px;
}
.single-post.layout-two-columns .site-content .content-area.layout-full {
  border: none;
  box-shadow: none;
  padding: 0 100px;
}
@media (max-width: 991px) {
  .single-post.layout-two-columns .site-content .content-area.layout-full {
    padding: 30px;
  }
}
.single-post.layout-two-columns .site-content .content-area.layout-full .site-main {
  padding-right: 0;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header {
  margin-bottom: 44px;
  text-align: center;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .entry-title {
  line-height: 59px;
  margin-top: 34px;
  margin-bottom: 14px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .cat-links {
  background-color: #948b3e;
  border-radius: 2px;
  font-size: 12px;
  text-transform: initial;
  padding: 7px 9px 8px 11px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .cat-links a {
  color: #fff;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta {
  margin-bottom: 42px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .byline {
  color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .byline a {
  color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .separator {
  color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .posted-on a {
  color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-footer {
  margin-top: 30px;
}
.single-post.layout-two-columns .site-content .content-area .post-navigation {
  display: none;
}
.single-post.layout-two-columns .comment-respond {
  border-top: none;
  padding-top: 0;
  margin-top: 47px;
}

/* Woocommerce pages */
.woocommerce .content-area {
  width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-author img {
  border-radius: 50%;
}

.comments-area .comment-body {
  margin-bottom: 35px;
}
.comments-area .comments-title {
  margin: 0 0 40px;
  font-size: 24px;
}
.comments-area .comment-author-name {
  margin-bottom: 15px;
}
.comments-area .comment-time {
  color: #bfbfbf;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.comments-area ol {
  margin: 0;
  padding: 0;
}
.comments-area ol ol {
  padding-left: 30px;
  margin-left: 100px;
  border-left: 1px solid rgba(37, 37, 37, 0.1);
  margin-bottom: 50px;
}
.comments-area ol ol .comment-text {
  border-left: 0;
}
.comments-area ol ol ol {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.comments-area .comment-content p {
  margin-bottom: 15px;
}
.comments-area .comment {
  position: relative;
}
.comments-area .comment-avatar {
  position: absolute;
  margin: 0;
}
.comments-area .comment-text {
  margin-left: 100px;
  padding-left: 30px;
  border-left: 1px solid rgba(37, 37, 37, 0.1);
}
.comments-area .comment-reply-link {
  border: 1px solid rgba(30, 30, 39, 0.2);
  border-radius: 25px;
  padding: 10px 30px;
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}
.comments-area .comment-reply-link:hover {
  background-color: #f0437e;
  color: #fff;
}
.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
  font-weight: 500;
  text-transform: uppercase;
  color: #242d2e;
  font-size: 12px;
}

.comment-respond {
  border-top: 1px solid #ebebeb;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.comment-form input:not(.submit):not([type=checkbox]) {
  width: 100%;
}
.comment-form .comment-form-cookies-consent input {
  margin-right: 5px;
}
.comment-form .comment-reply-title {
  font-size: 24px;
}
.comment-form.layout-2 {
  margin-top: 35px;
}
.comment-form.layout-2 .form-group {
  margin-bottom: 19px;
}
.comment-form.layout-2 input,
.comment-form.layout-2 textarea {
  border-color: #ebebeb;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
}
.comment-form.layout-2 .form-submit {
  margin-top: 40px;
  text-align: left;
}
.comment-form.layout-2 .form-submit .btn-main {
  display: inline-block;
  width: auto;
  border-width: 0;
  border-radius: 2px;
  padding: 13px 33px;
}
.comment-form.layout-2 .form-submit .btn-main:hover {
  background-color: #0a8ae6;
  color: #fff;
}
.comment-form.layout-3 {
  margin-top: 35px;
}
.comment-form.layout-3 .form-group {
  margin-bottom: 19px;
}
.comment-form.layout-3 input,
.comment-form.layout-3 textarea {
  border-color: #e5e5e5;
  outline: none;
  box-shadow: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.comment-form.layout-3 input:focus,
.comment-form.layout-3 textarea:focus {
  border-color: #948b3e;
}
.comment-form.layout-3 .form-submit {
  margin-top: 40px;
  text-align: left;
}
.comment-form.layout-3 .form-submit .btn-main {
  display: inline-block;
  width: auto;
  border-width: 0;
  border-radius: 2px;
  padding: 13px 33px;
  background-color: #948b3e;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Custom styling for existing blocks
--------------------------------------------------------------*/
/* Business demo */
.atu-employee-row > .elementor-container {
  justify-content: space-between;
}

/* Startup demo */
.startup-services .elementor-icon .fas {
  color: #9884e7 !important;
  background: linear-gradient(to right, #62e8be 0%, #c952eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.startup-services .elementor-icon .fas::before {
  position: static;
}

.business-video .elementor-widget-video .elementor-custom-embed-image-overlay img,
.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay img {
  display: none;
}

.business-video .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play,
.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
  position: static;
  transform: none;
}

.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay i {
  background-color: #fff;
  text-shadow: none;
  color: #35d7a4;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
}

.business-video .elementor-widget-video .elementor-custom-embed-image-overlay i::before,
.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay i::before {
  font-size: 24px;
  line-height: 70px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 70px;
}

.startup-toggle i {
  background-color: #f5efec;
  width: 30px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}

.startup-subscribe {
  display: flex;
}
.startup-subscribe-bottom .startup-subscribe {
  display: table;
  margin: 0 auto;
}
.startup-subscribe input[type=email] {
  font-size: 14px;
  min-width: 250px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.startup-subscribe input[type=submit] {
  background-color: #000;
  border-color: #000;
  padding-top: 11px;
  padding-bottom: 11px;
}
.startup-subscribe input[type=submit]:hover {
  background-color: transparent;
}

.startup-testimonials .testimonials-section {
  max-width: 500px;
}
.startup-testimonials .testimonials-section.style1::before {
  display: none;
}
.startup-testimonials .title-wrapper {
  position: relative;
}
.startup-testimonials .title-wrapper h3 {
  float: left;
}
.startup-testimonials .title-wrapper::after {
  display: block;
  content: "";
  font-family: "Fontawesome";
  color: #191919;
  opacity: 0.1;
  font-size: 35px;
  margin-bottom: 45px;
  line-height: 1;
  text-align: right;
}
.startup-testimonials .athemes-slick-slider {
  clear: left;
}
.startup-testimonials p {
  margin-bottom: 40px;
}

/* Beauty demo */
.beauty-overlapped {
  align-self: center;
}

.beauty-gallery .gallery-item:hover img {
  opacity: 0.4;
}
.beauty-gallery .gallery-item img {
  transition: opacity 0.3s;
}

.beauty-contact p.contact-name, .beauty-contact p.contact-date {
  padding-right: 15px;
}
.beauty-contact p:not(.contact-button) {
  width: 50%;
  float: left;
}
.beauty-contact p:not(.contact-button) input,
.beauty-contact p:not(.contact-button) select {
  width: 100%;
}
.beauty-contact p.contact-button {
  clear: left;
  margin-top: 30px;
  float: left;
}
.beauty-contact p.contact-button input {
  background-color: #fc9a92;
  border-color: #fc9a92;
  border-radius: 25px 25px 25px 25px;
}
.beauty-contact p.contact-button input:hover {
  background-color: transparent;
  color: #fc9a92;
}
.beauty-contact p select {
  padding: 17px 20px;
}

.hover-white-style:hover .elementor-icon-box-wrapper .elementor-icon-box-icon i {
  color: #fff;
}
.hover-white-style:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  color: #fff !important;
}
.hover-white-style:hover .elementor-icon-box-wrapper .elementor-icon-box-description {
  color: #fff !important;
}

.counter-layout .elementor-icon-box-wrapper {
  position: relative;
}
.counter-layout .elementor-icon-box-wrapper .elementor-icon-box-icon {
  position: absolute;
  margin: 0;
  right: 0;
}
.counter-layout .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-layout .elementor-icon-box-wrapper .elementor-icon-box-title {
  margin-right: 16px;
  margin-bottom: 0;
}

.hover-slide-up {
  transition: all 0.3s;
}
.hover-slide-up:hover {
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
## Styling for theme blocks
--------------------------------------------------------------*/
/* Pricing */
.pricing-section {
  text-align: center;
}

.plan-icon {
  color: #e64e4e;
  font-size: 32px;
  line-height: 1;
}

.plan-price {
  color: #333;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  z-index: 11;
}

.plan-price span {
  color: #bfbfbf;
  font-size: 16px;
  margin: 0 2px;
  font-weight: 400;
}

.plan-price .currency {
  color: #35d7a4;
  font-size: 24px;
}

.plan-feature {
  padding: 10px;
  color: #595959;
}
.plan-feature i {
  margin-right: 5px;
  color: #35d7a4;
}

.plan-item {
  padding: 30px;
  margin: 15px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.plan-btn {
  margin-top: 30px;
}

.pricing-section {
  background-color: #fff;
}

.pricing-section .plan-header {
  margin-bottom: 30px;
}

.pricing-section .plan-header-inner {
  border-bottom: 1px solid #ebebeb;
}

.pricing-section h4 {
  margin: 0 0 5px;
  color: #191919;
  font-size: 18px;
}

.pricing-section .plan-price {
  margin-bottom: 15px;
  color: #35d7a4;
  font-weight: 600;
  font-size: 48px;
}

.pricing-section .plan-price span:first-of-type {
  vertical-align: top;
  margin-top: 5px;
  display: inline-block;
}

.pricing-section .plan-item.featured-plan .plan-header {
  background-color: #e64e4e;
}

.pricing-section .elementor-button {
  font-size: 13px;
  text-transform: uppercase;
  color: #191919;
  border: 2px solid transparent;
}
.startup-pricing .pricing-section .elementor-button {
  border-image: linear-gradient(45deg, #62e8be 0%, #c952eb 100%);
  border-image-slice: 1;
  font-weight: 600;
  background-color: transparent;
}
.pricing-section .elementor-button:visited, .pricing-section .elementor-button:focus {
  color: #191919;
}
.startup-pricing .pricing-section .elementor-button:hover {
  background: linear-gradient(45deg, #62e8be 0%, #c952eb 100%);
  color: #fff;
}

.pricing-section .plan-item .roll-button:hover {
  color: #47425d;
  background-color: transparent;
}

.pricing-section .plan-item-inner {
  border: 1px solid #ebebeb;
  padding: 30px;
}
.beauty-pricing .pricing-section .plan-item-inner {
  padding-bottom: 50px;
}

.pricing-section .plan-item {
  padding: 0;
  margin-top: 0;
}

.pricing-section .featured-plan .plan-item-inner {
  box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.1);
}

/* Employees */
.employee .team-inner {
  background-color: #fff;
  position: relative;
  text-align: center;
}

.employee .team-item .team-pop .name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
}

.employee .team-item .team-pop .pos {
  font-style: italic;
}

.employee .team-item .team-pop .team-info {
  top: 30%;
  position: relative;
  width: 100%;
}

.employee .team-item .pop-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 10;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 1s;
}

.employee .team-item .team-social {
  text-align: center;
  padding: 17px 0 0;
  margin: 0;
}

.employee .team-item .team-social li {
  display: inline-block;
}

.employee .team-social li a {
  font-size: 16px;
  display: block;
  margin-left: 5px;
  border-radius: 50%;
  transition: all 0.3s;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.employee .team-item .team-social li:first-child a {
  margin-left: 0;
}

.employee .team-item .team-pop {
  color: #fff;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.3s;
}

.employee .team-item:hover > .team-inner .team-pop {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
}

.employee .team-item:hover > .team-inner .pop-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.employee .team-content {
  text-align: center;
  padding: 30px 15px;
  background-color: #fff;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.15);
}
.employee .team-content .name {
  font-size: 20px;
  font-weight: 500;
  color: #191919;
}
.employee .team-content .pos {
  color: #62e8be;
}

.employee .avatar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #62e8be 0%, #c952eb 100%);
  opacity: 0;
  transition: all 0.1s;
}

.employee .team-item:hover .avatar::after {
  animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
  opacity: 0.9;
}

.employee .team-social {
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: 0.5s all 0.2s;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.employee .team-item:hover .team-social {
  opacity: 1;
}

.employee .team-item .team-social li:hover a {
  background-color: #fff;
  color: #62e8be;
}

/* Testimonial */
.athemes-slick-slider {
  padding: 0;
  margin: 0;
}

.testimonials-section {
  position: relative;
}
.testimonials-section.style1:before {
  display: block;
  content: "";
  font-family: "Fontawesome";
  color: #f0437e;
  font-size: 35px;
  margin-bottom: 45px;
  line-height: 1;
}
.testimonials-section.style2 {
  text-align: center;
  margin-bottom: 50px;
}
.testimonials-section.style2 .testimonials-arrows {
  display: none;
}
.testimonials-section.style2 .athemes-testimonials-carousel {
  max-width: 1000px;
  margin: 0 auto;
}
.testimonials-section.style2 p {
  font-size: 24px;
}
.testimonials-section.style3 .testimonial-image-wrapper {
  width: 30%;
  float: left;
}
.testimonials-section.style3 .testimonial-image-wrapper img {
  border-radius: 50%;
}
.testimonials-section.style3 .testimonial-content-wrapper {
  width: 70%;
  float: left;
}
.testimonials-section.style3 .testimonial-content-wrapper:before {
  display: block;
  content: "";
  font-family: "Fontawesome";
  color: #fc9a92;
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1;
}
.testimonials-section.style3 .testimonial-content-wrapper h4 {
  margin-top: 0;
}
.testimonials-section.style3 .testimonial-name-wrapper {
  margin-left: 0;
  padding-left: 0;
}
.testimonials-section.style3 .title-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
.testimonials-section.style3 p {
  margin-bottom: 25px;
}

.testimonial-info .testimonial-image-wrapper {
  max-width: 80px;
  float: left;
}
.testimonial-info .testimonial-image-wrapper img {
  border-radius: 50%;
}
.testimonial-info .testimonial-name-wrapper {
  width: 100%;
  margin-left: -90px;
  padding-left: 120px;
  float: left;
}
.testimonial-info .testimonial-name-wrapper h4 {
  font-size: 22px;
  margin: 15px 0 10px;
  line-height: 1;
}
.testimonial-info .testimonial-name-wrapper .testimonial-position {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 1;
}

.business-testimonials {
  max-width: 500px;
}

.testimonials-arrows {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 30px;
}
.testimonials-arrows div {
  width: 50%;
  float: left;
  color: #bfbfbf;
  cursor: pointer;
  transition: color 0.3s;
}
.testimonials-arrows div:hover {
  color: #191919;
}
.testimonials-arrows div:first-of-type {
  padding-right: 20px;
}

.athemes-testimonials-carousel-nav {
  max-width: 700px;
  margin: 0 auto;
}
.athemes-testimonials-carousel-nav .testimonial-info > div {
  float: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 0 auto;
}
.athemes-testimonials-carousel-nav .testimonial-info .testimonial-image-wrapper {
  max-width: 50px;
}
.athemes-testimonials-carousel-nav .testimonial-info .testimonial-name-wrapper {
  text-transform: uppercase;
  font-weight: 500;
}
.athemes-testimonials-carousel-nav .testimonial-info .testimonial-name-wrapper h4 {
  font-size: 11px;
}
.athemes-testimonials-carousel-nav .slick-current .testimonial-image-wrapper {
  max-width: 80px;
}
.athemes-testimonials-carousel-nav .slick-current .testimonial-name-wrapper h4 {
  font-size: 14px;
}

/* REGROUP - Learnpress recent courses widget */
.airi-course .course-entry {
  margin-top: 20px;
}
.airi-course .course-entry:hover .course-entry-inner {
  box-shadow: 0px 21px 51.3px 5.7px rgba(23, 31, 44, 0.15);
}
.airi-course .course-entry:hover .course-cover {
  margin: -20px -20px 20px;
}
.airi-course .course-entry .course-entry-inner {
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 20px;
  transition: all 0.3s;
}
.airi-course .course-entry h3 {
  font-size: 24px;
}
.airi-course .course-entry h3 a {
  color: #191919;
}
.airi-course .course-entry .course-cover {
  margin: -40px 0 20px;
  transition: all 0.3s;
}
.airi-course .course-entry .fas {
  color: #bfbfbf;
  font-size: 14px;
  margin-right: 5px;
}
.airi-course .course-entry .course-meta-data {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 25px;
}
.airi-course .course-entry .course-meta-data div {
  display: inline-block;
}
.airi-course .course-entry .course-meta-data .course-lesson-number,
.airi-course .course-entry .course-meta-data .course-student-number {
  float: right;
}
.airi-course .course-entry .course-meta-data .course-lesson-number {
  margin-right: 20px;
}
.airi-course .course-entry img {
  border-radius: 20px;
}
.airi-course .course-instructor {
  color: #bfbfbf;
}
.airi-course .course-instructor a {
  color: #bfbfbf;
}
.airi-course .free-course-label {
  color: #1eaf12;
  text-transform: uppercase;
  font-weight: 500;
}
.airi-course .paid-course-label {
  color: #ed1c24;
  font-weight: 500;
}
.airi-course .review-stars.filled {
  position: relative;
  display: table;
  letter-spacing: 4px;
}
.airi-course .review-stars.filled div::before {
  content: "";
  font-family: "Fontawesome";
  color: #1eaf12;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.airi-course .review-stars.filled div {
  position: absolute;
  top: 0;
  left: 0;
}
.airi-course .review-stars.filled::before {
  content: "";
  font-family: "Fontawesome";
  color: #1eaf12;
}

/* Image and icon box */
.elementor-widget-athemes-image-icon-box {
  /* Skin */
}
.elementor-widget-athemes-image-icon-box figure {
  position: relative;
}
.elementor-widget-athemes-image-icon-box p:last-of-type {
  margin-bottom: 0;
}
.elementor-widget-athemes-image-icon-box .elementor-image-box-content {
  margin-top: 30px;
}
.elementor-widget-athemes-image-icon-box .elementor-image-box-content h3 {
  margin-bottom: 20px;
}
.elementor-widget-athemes-image-icon-box .icon-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f7f7f7;
  text-align: center;
  height: 82px;
  width: 100px;
  line-height: 100px;
  transition: all 0.3s;
}
.elementor-widget-athemes-image-icon-box .icon-wrapper::after {
  content: "";
  position: absolute;
  right: -100%;
  width: 100%;
  height: 0;
  border-top: 82px solid transparent;
  border-left: 25px solid #f7f7f7;
  transition: all 0.3s;
}
.elementor-widget-athemes-image-icon-box .icon-wrapper i {
  font-size: 30px;
  color: #f89121;
}
.elementor-widget-athemes-image-icon-box:hover .icon-wrapper {
  background-color: #f89121;
}
.elementor-widget-athemes-image-icon-box:hover .icon-wrapper::after {
  border-left: 25px solid #f89121;
}
.elementor-widget-athemes-image-icon-box:hover .icon-wrapper i {
  color: #fff;
}
.elementor-widget-athemes-image-icon-box .feature-link {
  display: table;
  text-transform: uppercase;
  color: #bfbfbf;
  font-size: 13px;
  margin-top: 20px;
  letter-spacing: 1px;
}
.elementor-widget-athemes-image-icon-box .feature-link:hover {
  color: #f89121;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .elementor-image-box-wrapper {
  padding: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #ebebeb;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  transition: box-shadow 0.3s;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .elementor-image-box-wrapper:hover {
  box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .icon-wrapper {
  position: relative;
  left: -50px;
  width: 150px;
  flex: 0 0 125px;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .icon-wrapper i {
  font-size: 48px;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .elementor-image-box-content {
  width: 100%;
  display: inline-block;
  padding-left: 25px;
  margin-top: 0;
}

/* Portfolio */
.athemes-project-wrap .loading-notice {
  display: none;
  text-align: center;
  font-size: 36px;
  color: #bfbfbf;
}
.athemes-project-wrap .roll-project.loading .loading-notice {
  display: block;
}
.athemes-project-wrap .roll-project.loading .isotope-container {
  display: none;
}
.athemes-project-wrap .project-filter {
  margin: 0 auto 45px;
  padding: 0;
  list-style: none;
  display: table;
}
.athemes-project-wrap .project-filter li {
  float: left;
}
.athemes-project-wrap .project-filter li a {
  display: block;
  padding: 15px 30px;
  border: 1px solid #ebebeb;
  border-right: 0;
  line-height: 1;
  color: #bfbfbf;
}
.athemes-project-wrap .project-filter li a:hover, .athemes-project-wrap .project-filter li a.active {
  color: #fff;
  background-color: #35d7a4;
}
.athemes-project-wrap .project-filter li:first-of-type a {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.athemes-project-wrap .project-filter li:last-of-type a {
  border-right: 1px solid #ebebeb;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.athemes-project-wrap .project-item {
  width: 33.333333%;
  padding: 15px;
}
@media (max-width: 767px) {
  .athemes-project-wrap .project-item {
    width: 50%;
    padding: 5px;
  }
}
.athemes-project-wrap .project-item .project-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.athemes-project-wrap .project-item .project-info {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 11;
  transition: all 0.3s;
}
.athemes-project-wrap .project-item .project-info h3 {
  font-size: 36px;
  color: #191919;
}
.athemes-project-wrap .project-item .project-info h3 a {
  color: #191919;
}
.athemes-project-wrap .project-item .project-info span {
  font-size: 14px;
}
.athemes-project-wrap .project-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  z-index: 0;
}
.athemes-project-wrap .project-item:hover .project-info {
  opacity: 1;
}
.athemes-project-wrap .project-item:hover::after {
  opacity: 1;
}

/* Shop categories grid */
.shop-cats-grid {
  height: 1200px;
  max-width: 1770px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .shop-cats-grid {
    height: auto;
    display: block;
  }
}
.shop-cats-grid .cats-grid-item {
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 0;
}
.shop-cats-grid .cats-grid-item.item1 {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
}
.shop-cats-grid .cats-grid-item.item2 {
  grid-column: 3/span 1;
  grid-row: 1/span 2;
}
.shop-cats-grid .cats-grid-item.item3 {
  grid-column: 1/span 1;
  grid-row: 2/span 2;
}
.shop-cats-grid .cats-grid-item.item4 {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #e55454;
}
.shop-cats-grid .cats-grid-item.item5 {
  grid-column: 2/span 2;
  grid-row: 3/span 1;
}
.shop-cats-grid .cats-grid-item .grid-item-label {
  display: inline-block;
  padding: 18px 35px;
  background-color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 18px;
  color: #191919;
  line-height: 1;
  font-weight: 500;
  min-width: 150px;
  text-align: center;
}
.shop-cats-grid .cats-grid-item .grid-item-inner h4 {
  font-size: 42px;
  color: #e55454;
}
.shop-cats-grid .cats-grid-item .grid-item-inner h5 {
  font-size: 18px;
  color: #191919;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
.shop-cats-grid .cats-grid-item .elementor-button {
  background-color: #e55454;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 25px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .shop-cats-grid .cats-grid-item {
    min-height: 130px;
    margin-bottom: 15px;
  }
}

/* Blog */
.single-post .entry-meta .cat-links a,
.post-cat {
  background-color: #eff1f4;
  color: #bfbfbf;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 9px 15px;
  line-height: 1;
  border-radius: 15px;
  display: inline-block;
}
.single-post .entry-meta .cat-links a:hover,
.post-cat:hover {
  color: #1c1c1c;
}

.athemes-blog:not(.airi_athemes_blog_skin) .post-item {
  box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
  margin-bottom: 15px;
}
.athemes-blog:not(.airi_athemes_blog_skin) .post-content {
  padding: 30px;
  background-color: #fff;
}
.athemes-blog:not(.airi_athemes_blog_skin) .byline {
  float: right;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 500;
}
.athemes-blog:not(.airi_athemes_blog_skin) .byline a {
  color: #595959;
}
.athemes-blog:not(.airi_athemes_blog_skin) .byline a:hover {
  color: #f0437e;
}
.athemes-blog:not(.airi_athemes_blog_skin) .posted-on {
  margin-bottom: 15px;
  display: table;
}
.athemes-blog:not(.airi_athemes_blog_skin) .posted-on a {
  color: #f0437e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.athemes-blog:not(.airi_athemes_blog_skin) .entry-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 25px;
}
.athemes-blog:not(.airi_athemes_blog_skin) .entry-title a {
  color: #191919;
}

.airi_athemes_blog_skin .post-item {
  margin-bottom: 45px;
}
.airi_athemes_blog_skin .post-item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .airi_athemes_blog_skin .post-item img {
    margin-bottom: 30px;
  }
}
.airi_athemes_blog_skin .post-item .read-more {
  text-transform: uppercase;
  font-weight: 600;
  color: #bfbfbf;
  font-size: 13px;
  display: block;
  margin-top: 15px;
  letter-spacing: 1px;
}
.airi_athemes_blog_skin .post-item .read-more:hover {
  color: #f89121;
}
.airi_athemes_blog_skin .post-item .entry-title {
  font-size: 18px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.airi_athemes_blog_skin .post-item .entry-title a {
  color: #0e304e;
}
.airi_athemes_blog_skin .post-item.large-post {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .airi_athemes_blog_skin .post-item.large-post {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .airi_athemes_blog_skin .post-item.large-post img {
    margin-bottom: 0;
  }
}
.airi_athemes_blog_skin .post-item.large-post .entry-title {
  font-size: 24px;
}
.airi_athemes_blog_skin .post-item.large-post .entry-thumb {
  margin-bottom: 30px;
}
.airi_athemes_blog_skin .post-item .posted-on {
  display: block;
  margin-bottom: 15px;
}
.airi_athemes_blog_skin .post-item .posted-on a {
  color: #bfbfbf;
  font-size: 14px;
}

/* Style 3 */
.athemes-blog.airi_athemes_blog_skin_2 .entry-title {
  margin: 15px 0 25px 0;
}
.athemes-blog.airi_athemes_blog_skin_2 .posted-on {
  display: inline-block;
  margin: 0;
}
.athemes-blog.airi_athemes_blog_skin_2 .post-cat {
  display: inline-block;
  padding: 0;
  background-color: transparent;
}
.athemes-blog.airi_athemes_blog_skin_2 .sol {
  color: #fc9a92;
  margin: 0 5px;
}
.athemes-blog.airi_athemes_blog_skin_2 .posted-on a,
.athemes-blog.airi_athemes_blog_skin_2 .post-cat {
  color: #fc9a92;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.athemes-blog.airi_athemes_blog_skin_2 .comments-number {
  font-size: 12px;
  color: #bfbfbf;
  font-weight: 500;
  text-transform: uppercase;
}

/* Style 4 */
.athemes-blog.airi_athemes_blog_skin_3 .post-content {
  padding: 30px 0 0;
}
.athemes-blog.airi_athemes_blog_skin_3 .post-item {
  box-shadow: none;
}
.athemes-blog.airi_athemes_blog_skin_3 .post-cat {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  color: #1eaf12;
  margin: 0 0 15px;
}
.athemes-blog.airi_athemes_blog_skin_3 .entry-title {
  font-size: 18px;
  margin: 0 0 20px;
}
.athemes-blog.airi_athemes_blog_skin_3 .entry-title a:hover {
  color: #1eaf12;
}
.athemes-blog.airi_athemes_blog_skin_3 .comments-number {
  color: #bfbfbf;
  display: inline-block;
}
.athemes-blog.airi_athemes_blog_skin_3 .posted-on {
  display: inline-block;
}
.athemes-blog.airi_athemes_blog_skin_3 .posted-on a {
  color: #bfbfbf;
  text-transform: none;
  letter-spacing: 0;
}
.athemes-blog.airi_athemes_blog_skin_3 .vert {
  color: #bfbfbf;
  padding: 0 15px;
}

/* Style 5 */
.athemes-blog.airi_athemes_blog_skin_4 .post-item {
  box-shadow: none;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-item:hover {
  box-shadow: 0px 12px 45px 0px rgba(61, 82, 96, 0.15);
}
.athemes-blog.airi_athemes_blog_skin_4 .post-content {
  min-height: 270px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 11;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-content::after {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.athemes-blog.airi_athemes_blog_skin_4 .entry-title {
  font-weight: 600;
  margin: 0;
}
.athemes-blog.airi_athemes_blog_skin_4 .entry-title a {
  color: #fff;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-cat {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on {
  background-color: #d7af50;
  float: right;
  color: #fff;
  font-weight: 600;
  padding: 5px 8px;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on span {
  display: block;
  line-height: 1;
  text-align: center;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on span:first-of-type {
  font-size: 24px;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on span:last-of-type {
  font-size: 16px;
  text-transform: uppercase;
}

/* Style 6 */
.athemes-blog.airi_athemes_blog_skin_6 .post-item {
  box-shadow: none;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .thumbnail {
  margin-bottom: 24px;
  overflow: hidden;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .thumbnail img {
  border-radius: 5px;
  transition: all 0.6s;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .thumbnail:hover img {
  transform: scale(1.05);
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content {
  padding: 0;
  background: transparent;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .posted-on {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .posted-on a {
  color: #0a8ae6;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .entry-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 22px;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .entry-title a {
  color: #191919;
  border-bottom: 1px solid transparent;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .entry-title a:hover {
  border-bottom-color: #191919;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .first-cat {
  font-family: "Work Sans", sans-serif;
  background-color: #0a8ae6;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 7px 13px;
}

/* Slider block */
.athemes-hero-wrapper .slick-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li {
  margin: 3px;
  width: 12px;
  height: 12px;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li button {
  background: #adadad;
  padding: 0;
  border-radius: 0;
  width: 12px;
  height: 12px;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li button:before {
  display: none;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li.slick-active button {
  background: #1c1c1c;
}
.athemes-hero-wrapper .slide-title {
  margin-bottom: 30px;
}
.athemes-hero-wrapper .button {
  margin-top: 45px;
  padding-left: 48px;
  padding-right: 48px;
  display: inline-block;
}
.athemes-hero-wrapper .slide-inner {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 60px;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots {
  bottom: 25px;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.footer-widgets {
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 1px solid #ebebeb;
}

.sidebar-column .widget:last-of-type {
  margin-bottom: 0;
}
.sidebar-column .widget-title {
  font-size: 20px;
  margin: 0 0 40px;
}

.site-info {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #595959;
  font-size: 13px;
  text-transform: uppercase;
  border-top: 1px solid #ebebeb;
}
.site-info a {
  color: #595959;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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


/* Goowa Customize */
@media (min-width: 1400px) {
	/* Common */
	.container {
		max-width: 1366px;
	}
	/* Header */
	header > .container {
		max-width: 1264px;
	}
}
@media (min-width: 768px) {
	/* TOP */
	.elementor .top-sol__wrap--web-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .top-sol__wrap--core-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .top-sol__wrap--sol-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .top-sol__wrap--cloud-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .top-sol__wrap--support-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
    .elementor .top-sol__wrap--payment-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay {
		transition: all 0.5s ease;
		transform: scale(1);
	}
	.elementor .top-sol__wrap--web-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .top-sol__wrap--web-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .top-sol__wrap--core-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .top-sol__wrap--core-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .top-sol__wrap--sol-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .top-sol__wrap--sol-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .top-sol__wrap--cloud-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .top-sol__wrap--cloud-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .top-sol__wrap--support-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .top-sol__wrap--support-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
    .elementor .top-sol__wrap--payment-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .top-sol__wrap--payment-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay  {
		transition: all 0.5s ease;
		transform: scale(0.8);
	}
	/* テクノロジー */
	.elementor .tech-sol__wrap--web-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .tech-sol__wrap--core-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .tech-sol__wrap--sol-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .tech-sol__wrap--cloud-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .tech-sol__wrap--support-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
    .elementor .tech-sol__wrap--payment-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay {
		transition: all 0.5s ease;
		transform: scale(1);
	}
	.elementor .tech-sol__wrap--web-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .tech-sol__wrap--web-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .tech-sol__wrap--core-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .tech-sol__wrap--core-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .tech-sol__wrap--sol-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .tech-sol__wrap--sol-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .tech-sol__wrap--cloud-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .tech-sol__wrap--cloud-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .tech-sol__wrap--support-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .tech-sol__wrap--support-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
    .elementor .tech-sol__wrap--payment-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .tech-sol__wrap--payment-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay {
		transition: all 0.5s ease;
		transform: scale(0.9);
	}
	/* ソリューション詳細 */
	.elementor .sols-other__wrap--web-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .sols-other__wrap--core-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .sols-other__wrap--sol-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .sols-other__wrap--cloud-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .sols-other__wrap--support-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
    .elementor .sols-other__wrap--payment-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay {
		transition: all 0.5s ease;
		transform: scale(1);
	}
	.elementor .sols-other__wrap--web-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .sols-other__wrap--web-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .sols-other__wrap--core-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .sols-other__wrap--core-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .sols-other__wrap--sol-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .sols-other__wrap--sol-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .sols-other__wrap--cloud-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .sols-other__wrap--cloud-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
	.elementor .sols-other__wrap--support-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .sols-other__wrap--support-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay,
    .elementor .sols-other__wrap--payment-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:hover > .elementor-background-overlay,
	.elementor .sols-other__wrap--payment-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:focus > .elementor-background-overlay {
		transition: all 0.5s ease;
		transform: scale(0.9);
	}
}

/* ===== PC style  ===== */
/* Common */
a {
	transition: all 0.3s ease;
	color: #2F3455;
}
a:hover,
a:focus,
a:active {
	color: rgba(47, 52, 85, 0.8);
	text-decoration: none;
}
button:focus {
	outline: none;
}
.font-m-plus {
	font-family: 'M PLUS 1p', sans-serif;
}
.font-noto-serif {
	font-family: 'Noto Serif JP', sans-serif;
}
.font-noto-sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.disp-break1024 {	/* 1024px以下は非表示 */
	display: block;
	line-height: 0;
}
.hide-break1024 {	/* 1024px以下は表示 */
	display: none;
	line-height: 0;
}
.disp-break970 {	/* 970px以下は非表示 */
	display: block;
	line-height: 0;
}
.disp-break830 {	/* 830px以下は非表示 */
	display: block;
	line-height: 0;
}
.disp-break767 {	/* 767px以下は非表示 */
	display: block;
	line-height: 0;
}
.hide-break767 {	/* 767px以下は表示 */
	display: none;
	line-height: 0;
}
.hide-break570 {	/* 570px以下は表示 */
	display: none;
	line-height: 0;
}
.hide-break375 {	/* 375px以下は表示 */
	display: none;
	line-height: 0;
}
/* Common スクロールトップ */
.scroll-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
/* Common リンクボタン */
.link-btn-w300,
.link-btn-w390 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
.link-btn-w300 {
	max-width: 300px;
	min-height: 60px;
}
.link-btn-w390 {
	max-width: 390px;
	min-height: 80px;
}
.link-btn-w300:hover,
.link-btn-w300:focus,
.link-btn-w390:hover,
.link-btn-w390:focus {
	transform: skewX(-15deg);
}
.link-btn-navy,
.link-btn-navy-gray {
	background-color: #21253E;
	color: #FFFFFF !important;
}
.link-btn-white,
.link-btn-white-white {
	background-color: #FFFFFF;
	color: #21253E !important;
}
.view-more-link,
.play-movie-link,
.view-site-link {
	font-size: 13px;
}
.view-more-link > .link-icon {
	margin-left: 10px;
}
.view-site-link > .link-icon {
	margin-left: 15px;
}
.sidebar-f-link > .link-icon,
.entry-form-link > .link-icon,
.contact-form-link > .link-icon,
.play-movie-link > .link-icon {
	margin-right: 10px;
}
.link-icon > .fa-angle-double-right,
.link-icon > .fa-external-link-alt {
	font-size: 10px;
}
.link-icon > .fa-envelope {
	font-size: 24px;
}
.link-icon > .fa-play-circle {
	font-size: 15px;
}
.link-btn-navy:hover,
.link-btn-navy:focus,
.link-btn-navy:active {
	background: #FFFFFF;
	color: #21253E !important;
}
.link-btn-navy-gray:hover,
.link-btn-navy-gray:focus,
.link-btn-navy-gray:active {
	background: #F5F5F5;
	color: #21253E !important;
}
.link-btn-white:hover,
.link-btn-white:focus,
.link-btn-white:active {
	background: #21253E;
	color: #FFFFFF !important;
}
/* Common 見出し */
.heading-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
h1.heading-box__font,
h2.heading-box__font {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 3.6px;
	margin-bottom: 0;
}
h1.heading-box__dark,
h2.heading-box__dark {
	color: #21253E;
}
h1.heading-box__light,
h2.heading-box__light {
	color: #FFFFFF;
}
p.heading-box__spell {
	font-size: 60px;
	line-height: 1.25;	/* 86px */
	letter-spacing: 24px;
	margin-bottom: 0;
}
p.heading-box__sol-spell {
	font-size: 40px;
	/* line-height: 57px; */	/* 20px */
	letter-spacing: 10px;
	margin-bottom: 0;	/* -20px */
}
p.heading-box__dark-blue {
	color: rgba(59, 134, 252, 0.70);
}
p.heading-box__deep-blue {
	color: rgba(59, 134, 255, 0.70);
}
p.heading-box__pale-blue,
.heading-box__pale-blue h2 {	/* TOP About Us */
	color: rgba(59, 134, 252, 0.70);
}
p.heading-box__pale-red {
	color: rgba(253, 64, 64, 0.70);
}
p.heading-box__pale-green {
	color: rgba(32, 204, 126, 0.70);
}
p.heading-box__pale-orange {
	color: rgba(254, 177, 42, 0.70);
}
p.heading-box__pale-sky {
	color: rgba(85, 184, 221, 0.70);
}
p.heading-box__pale-purple {
	color: rgba(103, 68, 198, 0.70);
}
p.heading-box__pale-navy {
	color: rgba(44, 62, 101, 0.70);
}
p.heading-box__higherlight-white {
	color: rgba(255, 255, 255, 0.48);
}
p.heading-box__highlight-white {
	color: rgba(255, 255, 255, 0.40);
}
p.heading-box__light-white {
	color: rgba(255, 255, 255, 0.50);
}
p.heading-box__lpale-white {
	color: rgba(255, 255, 255, 0.20);
}
/* Common 小見出し */
.subheading-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
h3.subheading-box__font {
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 2.5px;
	margin-bottom: 0;
}
h3.subheading-box__dark {
	color: #21253E;
}
p.subheading-box__spell {
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 4.5px;
	margin-bottom: 10px;
}
p.subheading-box__blue {
	color: #3B86FC;
}
p.subheading-box__red {
	color: #F64043;
}
/* Common ソリューションリンク */
.top-sol__item--title::before {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 15px;
	/*line-height: 55px;*/
	letter-spacing: 4.5px;
}
.top-sol__item--title-web::before {
	content: 'WEB SYSTEM';
	color: #3B86FC;
}

.top-sol__item--title-ai::before {
  content: "AI SOLUTION";
  color: #fe49b8;
}

.top-sol__item--title-car_navi::before {
  content: "CAR NAVIGATION";
  color: #4D4DF1;
}

.top-sol__item--title-movie::before {
  white-space: pre;
  content: "VIDEO / IMAGES \A EDITING SYSTEM ";
  color: #a944c6;
}

.top-sol__item--title-core::before {
	content: 'CLOUD CORE SYSTEM';
	color: #FEB12A;
}
.top-sol__item--title-sol::before {
	content: 'SMS SOLUTION';
	color: #55B8DD;
}
.top-sol__item--title-sol_test::before {
	content: 'SMS SOLUTION';
	color: #55B8DD;
}
.top-sol__item--title-cloud::before {
	content: 'CLOUD SERVICE';
	color: #20CC7E;
}
.top-sol__item--title-support::before {
	content: 'SUPPORT';
	color: #F64043;
}
.top-sol__item--title-payment::before {
	content: 'ONLINE PAYMENT';
	color: #6744C6;
}

.top-sol__item--title-showcase::before {
	content: 'SOLUTION SHOWCASE';
	color: #555555;
}

.solution_title{
  width: 314px;
  margin: 0 auto;
  display: flex;
}

.solution_title .icon{

}

.solution_title .text{
  padding-left: 30px;
}

.solution_title .text h3{
  font-size: 20px;
  line-height: 29px;
}

.solution_title .text h3 span{
  font-size: 18px;
}

/* 2024.04.11 subsidy banner */

.sol-link-subsidy-box{
    cursor: pointer;
    transition: 200ms;
  }
  
  .sol-link-subsidy-box:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
  
  .sol-link-subsidy-box p{
    color: #ffffff;
    margin-bottom: 0;
  }
  
  .sol-link-subsidy-box .subdisy_h2_wrap.elementor-widget:not(:last-child){
  margin-bottom: 0;
  }
  
  .subsidy_banner_title{
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .subsidy_banner_title .icon{
  
  }
  
  .subsidy_banner_title .text{
    padding-left: 12px;
  }
  
  .subsidy_banner_title .text h2{
    color: #ffffff;
    font-size: 44px;
  }
  
  br.sp_newline{
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .subsidy_banner_title .text h2{
      color: #ffffff;
      font-size: 26px;
    }
    br.sp_newline{
      display: inline;
    }
  }
  
  /* //2024.04.11 subsidy banner */

/* Common ソリューション一覧 */
.sol-link-box__more .elementor-icon-box-wrapper {
	background: transparent;
	max-width: 130px;
	line-height: 34px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-family: 'Noto Sans JP', sans-serif;
}
.sols-other__wrap > .elementor-container > .sols-other__wrap--web-box.sol-link-web-box > .elementor-widget-wrap,
.sols-other__wrap > .elementor-container > .sols-other__wrap--core-box.sol-link-core-box > .elementor-widget-wrap,
.sols-other__wrap > .elementor-container > .sols-other__wrap--sol-box.sol-link-sol-box > .elementor-widget-wrap,
.sols-other__wrap > .elementor-container > .sols-other__wrap--cloud-box.sol-link-cloud-box > .elementor-widget-wrap,
.sols-other__wrap > .elementor-container > .sols-other__wrap--support-box.sol-link-support-box > .elementor-widget-wrap,
.sols-other__wrap > .elementor-container > .sols-other__wrap--payment-box.sol-link-payment-box > .elementor-widget-wrap {
	padding: 60px 20px;
}
/*.sols-other__wrap > .elementor-container > .sols-other__wrap--web-box.sol-link-web-box > .elementor-widget-wrap,
.sols-other__wrap > .elementor-container > .sols-other__wrap--sol-box.sol-link-sol-box > .elementor-widget-wrap {
	padding: 60px 10.45% !important;
}
.sols-other__wrap > .elementor-container > .sols-other__wrap--core-box.sol-link-core-box > .elementor-widget-wrap,
.sols-other__wrap > .elementor-container > .sols-other__wrap--cloud-box.sol-link-cloud-box > .elementor-widget-wrap {
	padding: 60px 6.07% !important;
}
.sols-other__wrap > .elementor-container > .sols-other__wrap--support-box.sol-link-support-box > .elementor-widget-wrap {
	padding: 60px 9% !important;
}*/
.sols-other__wrap > .elementor-container .elementor-widget-wrap .top-sol__item--text p {
	text-align: left;
	display: inline-block;
}
.sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-box__more .elementor-icon-box-wrapper:focus {
	transform: skewX(-15deg);
}
.sol-link-box__more .elementor-icon-box-wrapper:hover .elementor-icon,
.sol-link-box__more .elementor-icon-box-wrapper:hover .elementor-icon-box-title,
.sol-link-box__more .elementor-icon-box-wrapper:focus .elementor-icon,
.sol-link-box__more .elementor-icon-box-wrapper:focus .elementor-icon-box-title {
	color: #FFFFFF !important;
}

.sol-link-ai-box .elementor-widget-wrap,
.sol-link-car_navi-box .elementor-widget-wrap,
.sol-link-movie-box .elementor-widget-wrap,
.sol-link-showcase-box .elementor-widget-wrap,
.sol-link-web-box .elementor-widget-wrap,
.sol-link-core-box .elementor-widget-wrap,
.sol-link-sol-box .elementor-widget-wrap,
.sol-link-sms-box .elementor-widget-wrap,
.sol-link-cloud-box .elementor-widget-wrap,
.sol-link-support-box .elementor-widget-wrap,
.sol-link-payment-box .elementor-widget-wrap {
	cursor: pointer;
}
.sol-link-web-box .sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-web-box .sol-link-box__more .elementor-icon-box-wrapper:active,
.sol-link-web-box .sol-link-box__more .elementor-icon-box-wrapper:focus {
	background: #3B86FC;
}

.sol-link-ai-box .sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-ai-box .sol-link-box__more .elementor-icon-box-wrapper:focus {
	background: #fe49b8;
}

.sol-link-car_navi-box .sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-car_navi-box .sol-link-box__more .elementor-icon-box-wrapper:focus {
	background: #4D4DF1;
}

.sol-link-movie-box .sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-movie-box .sol-link-box__more .elementor-icon-box-wrapper:focus {
	background: #a944c6;
}

.sol-link-core-box .sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-core-box .sol-link-box__more .elementor-icon-box-wrapper:focus {
	background: #FEB12A;
}
.sol-link-sol-box .sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-sol-box .sol-link-box__more .elementor-icon-box-wrapper:focus {
	background: #55B8DD;
}

.sol-link-sms-box .sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-sms-box .sol-link-box__more .elementor-icon-box-wrapper:focus {
	background: #6AE401;
}
.sol-link-cloud-box .sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-cloud-box .sol-link-box__more .elementor-icon-box-wrapper:focus {
	background: #20CC7E;
}
.sol-link-support-box .sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-support-box .sol-link-box__more .elementor-icon-box-wrapper:focus {
	background: #F64043;
}

.sol-link-payment-box .sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-payment-box .sol-link-box__more .elementor-icon-box-wrapper:focus {
	background: #6744C6;
}

.sol-link-showcase-box .sol-link-box__more .elementor-icon-box-wrapper:hover,
.sol-link-showcase-box .sol-link-box__more .elementor-icon-box-wrapper:focus {
	background: #555555;
}

.sol-link-box__more.elementor-widget-icon-box .elementor-icon-box-content {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
/* Common フォーム */
input[type=text],
input[type=email],
input[type=url],
input[type=number],
input[type=tel],
input[type=date],
textarea,
select {
	color: #21253E;
}
::placeholder {
	color: #CCCCCC;
}
.mw_wp_form .submit-confirm-btn {
	width: 390px;
	padding: 0;
	border: none;
	border-radius: 0;
	margin: auto;
	display: block;
	line-height: 80px;
	font-size: 16px;
}
.mw_wp_form .submit-confirm-btn:hover,
.mw_wp_form .submit-confirm-btn:active,
.mw_wp_form .submit-confirm-btn:focus {
	background-color: #FFFFFF;
	color: #21253E;
	transform: skewX(-15deg);
}
.mw_wp_form_confirm .back-btn {
	width: 350px;
	padding: 0;
	border: none;
	border-radius: 0;
	margin: auto;
	display: block;
	line-height: 70px;
	font-size: 16px;
	background-color: #747BA3;
}
.mw_wp_form_confirm .back-btn:hover,
.mw_wp_form_confirm .back-btn:active,
.mw_wp_form_confirm .back-btn:focus {
	background-color: #FFFFFF;
	color: #21253E;
	transform: skewX(-15deg);
}
.elementor .recruit-entry.elementor-section > .elementor-container,
.elementor .contact-us.elementor-section > .elementor-container {
	max-width: 1266px;	/* 確認画面用 */
}
.elementor .elementor-element.recruit-entry,
.elementor .elementor-element.contact-us {
	margin-top: 130px;
	margin-bottom: 70px;
}
.elementor .elementor-element.recruit-entry-gate {
	margin-top: 100px !important;
}
.recruit-entry > .elementor-container > .elementor-column > .elementor-widget-wrap,
.contact-us > .elementor-container > .elementor-column > .elementor-widget-wrap {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
.recruit-entry > .elementor-container .recruit-entry__msg,
.contact-us > .elementor-container .contact-us__msg {
	max-width: 620px;
	margin: auto;
}
.contact-us__caption p,
.recruit-entry__caption p {
	display: inline-block;
	text-align: left;
}
.entry-form,
.contact-form {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.entry-form__group,
.contact-form__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.entry-form__group--itemname,
.contact-form__group--itemname {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 30%;
	padding-top: 0.5em;
	font-weight: 300;
	font-size: 20px;
	line-height: 29px;
	text-align: right;
}
.entry-form__f-group .entry-form__group--itemname,
.entry-form__c-group .entry-form__group--itemname,
.contact-form__c-group .contact-form__group--itemname {
	padding-top: 0;
}
.entry-form__group--itemname > label > br,
.contact-form__group--itemname > label > br {
	display: none;
}
.entry-form__group--itemdata,
.contact-form__group--itemdata {
	width: 70%;
	margin-bottom: 40px;
	margin-left: 37px;
	font-size: 16px;
	line-height: 23px;
}
.entry-form__group--itemdata > input[name="zip"],
.entry-form__group--itemdata > input[name="tel"],
.contact-form__group--itemdata > input[name="zip"],
.contact-form__group--itemdata > input[name="tel"] {
	max-width: 245px;
}
.entry-form__group--itemdata > br,
.contact-form__group--itemdata > br {
	display: none;
}
.entry__select--item,
.contact__select--item {
	width: 100%;
	max-width: 245px;
	margin-bottom: 20px;
}
.entry__input--required,
.entry__input--optional,
.contact__input--required,
.contact__input--optional {
	padding-right: 16px;
	padding-left: 16px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 20px;
}
.entry__input--required,
.contact__input--required {
	border: 1px solid #F64043;
	color: #F64043;
}
.entry__input--optional,
.contact__input--optional {
	border: 1px solid #3B86FF;
	color: #3B86FF;
}
.entry__input--pclink,
.contact__input--pclink {
	font-size: 14px;
	line-height: 20px;
}
.entry__text--caption,
.contact__text--caption {
	margin-top: -10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.entry-form__group--itemdata > .entry__checkbox--item + a,
.contact-form__group--itemdata > .contact__checkbox--item + a {
	color: #3B86FF;
	text-decoration: underline;
}
.entry-form__group--itemdata > .entry__checkbox--item + a:hover,
.entry-form__group--itemdata > .entry__checkbox--item + a:focus,
.entry-form__group--itemdata > .entry__checkbox--item + a:active,
.contact-form__group--itemdata > .contact__checkbox--item + a:hover,
.contact-form__group--itemdata > .contact__checkbox--item + a:focus,
.contact-form__group--itemdata > .contact__checkbox--item + a:active {
	color: #3B86FF;
	opacity: 0.8;
}
/* エントリーフォーム 確認画面 */
.mw_wp_form_confirm .entry-form__group--itemname,
.mw_wp_form_confirm .contact-form__group--itemname {
	padding-top: 0;
	margin-bottom: 45px;
}
.mw_wp_form_confirm .entry-form__group--itemdata,
.mw_wp_form_confirm .contact-form__group--itemdata {
	margin-bottom: 47px;
}
.mw_wp_form_confirm .entry__input--required,
.mw_wp_form_confirm .entry__input--optional,
.mw_wp_form_confirm .entry__text--caption,
.mw_wp_form_confirm .contact__input--required,
.mw_wp_form_confirm .contact__input--optional,
.mw_wp_form_confirm .contact__text--caption {
	display: none;
}
.mw_wp_form_confirm .entry-form__group--itemdata,
.mw_wp_form_confirm .contact-form__group--itemdata {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.mw_wp_form_confirm .entry-form__group--itemdata > input[name="pccheck"],
.mw_wp_form_confirm .contact-form__group--itemdata > input[name="pccheck"] {
	pointer-events: none;
}
/* エントリーフォーム 確認画面 ここまで */
/* エントリーフォーム チェックボックスのスタイル */
input[type=checkbox].entry__checkbox--item,
input[type=checkbox].contact__checkbox--item {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
	display: inline-block;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	margin: 0.4rem 7px 0.4rem 0;
	vertical-align: -0.6rem;
	color: #D8D8D8;
	cursor: pointer;
}
input[type=checkbox].entry__checkbox--item,
input[type=checkbox].contact__checkbox--item {
	border: none;
	background: #FFFFFF;
}
input[type=checkbox].entry__checkbox--item:checked,
input[type=checkbox].entry__checkbox--item:indeterminate,
input[type=checkbox].contact__checkbox--item:checked,
input[type=checkbox].contact__checkbox--item:indeterminate {
	color: #FFFFFF;
	background: #21253E;
}
input[type=checkbox].entry__checkbox--item:before,
input[type=checkbox].contact__checkbox--item:before {
	content: '✓';
	width: 0;
	position: absolute;
}
input[type=checkbox].entry__checkbox--item:checked:before,
input[type=checkbox].entry__checkbox--item:indeterminate:before,
input[type=checkbox].contact__checkbox--item:checked:before,
input[type=checkbox].contact__checkbox--item:indeterminate:before {
	content: '✓';
	left: 0;
	top: -2px;
}
/* エントリーフォーム チェックボックス ここまで */

/* Header */
.site-header {
	padding: 14.5px 20px;	/* 19.5 */
}
.site-header > .container .custom-logo-link > img.custom-logo {
	max-width: 201px;
}
.main-navigation a {
	padding: 0 10px 0;
	font-size: 16px;
	font-weight: normal;
}
.main-navigation li {
 	padding: 0;
	border-bottom: none;
}
.main-navigation .primary-menu > .menu-item:first-of-type {
	padding-left: 0;
}
.main-navigation .menu > .menu-item > .sub-menu > .menu-item::after {
	bottom: 10px;
}
.main-navigation .menu > .menu-item > .sub-menu > .menu-item > a::after {
	display: none;
}
.main-navigation .menu .menu-item .sub-menu {
	text-align: center;
}

/* Footer */
.footer-widgets .widget_media_image a:hover,
.footer-widgets .widget_media_image a:focus,
.footer-widgets .widget_media_image a:active,
.footer-widgets .widget_nav_menu a:hover,
.footer-widgets .widget_nav_menu a:focus,
.footer-widgets .widget_nav_menu a:active {
	opacity: 0.8;
}
.footer-widgets {
	padding-top: 40px;
	padding-bottom: 0;
	border-top: none;
	background: #F5F5F5;
}
.footer-widgets .widget_media_image {
	margin-bottom: 30px;
	text-align: center;
}
.footer-widgets #text-2.widget_text {
	margin-bottom: 20px;
}
.footer-widgets #text-4.widget_text {
	margin-bottom: 30px;
}
.footer-widgets .textwidget p {
	margin-bottom: 0;
}
.sidebar-f-link {
	font-size: 16px;
}
.sidebar-f-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sidebar-f-box__area {
	width: 50%;
	max-width: 250px;
}
.sidebar-f-box__tokyo {
	padding-right: 20px;
}
.sidebar-f-box__kanazawa {
	padding-left: 20px;
}
.sidebar-f-box__area .sidebar-f-box__area--link {
	color: #2F3455;
	font-family: YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
}
.sidebar-f-box__area .sidebar-f-box__area--link:hover,
.sidebar-f-box__area .sidebar-f-box__area--link:active,
.sidebar-f-box__area .sidebar-f-box__area--link:focus {
	opacity: 0.8;
}
.sidebar-f-box__area .sidebar-f-box__area--link > img {
	width: 15px;
	height: 15px;
	margin-right: 8px;
}
.sidebar-f-box__caption {
	width: 100%;
	padding-top: 10px;
	font-size: 12px;
}
.site-footer {
	padding: 30px 0 40px;
	background: #F5F5F5;
}
.menu-footer-menu-container > .menu {
	font-family: 'Noto Sans JP', sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
}
.menu-footer-menu-container > .menu > .menu-item {
	padding: 0;
	margin-right: 20px;
}
.menu-footer-menu-container > .menu > .menu-item:last-child {
	margin-right: 0;
}
.site-footer__copylight {
	font-size: 15px;
	color: #21253E;
}
/* TOP */
.elementor-section.elementor-section-height-full {
	height: 100vh !important;
	height: -webkit-calc(100vh - 80px) !important;
	height: calc(100vh - 80px) !important;
}
.top-icatch > .elementor-container.elementor-column-gap-default {
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.elementor-column.elementor-col-50.top-icatch__msg,
.elementor-column.elementor-col-50.top-icatch__scroll {
	width: 100%;
}
.elementor-column.elementor-col-50.top-icatch__scroll {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}
.elementor-column.elementor-col-50.top-icatch__scroll > .elementor-widget-wrap {
	padding: 0;
}
.elementor-column.elementor-col-50.top-icatch__scroll::after {
	content: '〉';
	display: block;
	width: 40px;
	margin: 0 auto;
	transform: rotate(90deg);
	font-size: 32px;
	color: #FFFFFF;
}
.elementor-column.elementor-col-50.top-icatch__scroll p {
	margin: 0;
}
.top-icatch .top-icatch__msg .top-icatch__msg--mini {
	font-size: 35px;
}
.top-about-point .top-about-point__box .top-about-point__box--desc p,
.top-sol .top-sol__msg p,
.top-sol .top-sol__wrap .top-sol__item--text p,
.top-recruit__desc .top-recruit__desc--box p,
.top-recruit__desc .top-recruit__sp-desc--box p,
.top-recruit .top-recruit__msg p{
	text-align: left;
	display: inline-block;
}
.top-feat .top-feat__wrap.elementor-column .elementor-widget-wrap,
.top-str .top-str_wrap.elementor-column .elementor-widget-wrap {
	padding-right: 0;
	padding-left: 0;
}
.top-str__box1 .elementor-image-box-description,
.top-str__box2 .elementor-image-box-description,
.top-str__box3 .elementor-image-box-description {
	text-align: left;
}
.top-str .top-str__box1 .elementor-image-box-img img {
	border-bottom: solid 4px #20CC7E;
}
.top-str .top-str__box2 .elementor-image-box-img img {
	border-bottom: solid 4px #3B86FC;
}
.top-str .top-str__box3 .elementor-image-box-img img {
	border-bottom: solid 4px #F64043;
}
.top-str .elementor-image-box-content {
	min-height: 120px;
	padding-right: 25px;
	padding-left: 25px;
}
.top-recruit .elementor-image-box-content {
	padding-right: 25px;
	padding-left: 25px;
	background: #FFFFFF;
}
.elementor-pagination-position-outside .swiper-container {
	padding-right: 30px;
	padding-bottom: 60px !important;
	padding-left: 30px;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	width: 100%;
	max-width: 235px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure img {
	margin-bottom: 10px;
}
.top-news__wrap {
	max-width: 812px;
	padding-right: 20px;
	padding-left: 59px;
	margin-bottom: 0;
	list-style: none;
}
.top-news__wrap--date {
	margin-top: 27px;
	font-size:	20px;
	font-weight: 300;
	line-height: 29px;
}
.top-news__wrap--excerpt p {
	margin-bottom: 0;
}
/* 採用情報 */
.recruit-top__box > .elementor-widget-wrap {
	max-width: 605px;
	margin-right: auto;
	margin-left: auto;
}
.recruit-feat-box > .elementor-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.recruit-mv .recruit-mv__msg p {
	text-align: left;
	display: inline-block;
}
.recruit-feat-box > .elementor-container .recruit-feat-box__bg {
	min-height: 320px;
}
.recruit-feat-box > .elementor-container .recruit-feat-box__desc {
	min-height: 221px;
}
.recruit-voice-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.recruit-voice-box {
	width: 48.9%;
}
.recruit-voice-first,
.recruit-voice-second {
	margin-bottom: 44px;
}
.recruit-voice-box > .recruit-voice-box__bg {
	min-height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.recruit-voice-first > .recruit-voice-box__bg {
	background-image: url('/wp-content/uploads/2021/08/recruit_voice_img001x2.jpg');
}
.recruit-voice-second > .recruit-voice-box__bg {
	background-image: url('/wp-content/uploads/2021/08/recruit_voice_img002x2.jpg');
}
.recruit-voice-third > .recruit-voice-box__bg {
	background-image: url('/wp-content/uploads/2021/08/recruit_voice_img003x2.jpg');
}
.recruit-voice-fourth > .recruit-voice-box__bg {
	background-image: url('/wp-content/uploads/2021/08/recruit_voice_img004x2.jpg');
}
.recruit-voice-box > .recruit-voice-box__bg > .recruit-voice-box__bg--content {
	width: 100%;
	height: 50px;
}
.recruit-voice-box > .recruit-voice-box__desc {
	min-height: 225px;
	padding: 34px 54px 42px 54px;
	background: #FFFFFF;
	box-shadow: 0 3px 6px rgba(72, 85, 114, 0.1607843137254902);
}
.recruit-voice-box > .recruit-voice-box__desc > h3 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 2px;
}
.recruit-voice-box > .recruit-voice-box__desc > .recruit-voice-box__desc--comment {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 25.2px;
	letter-spacing: 0;
}
.recruit-voice-box > .recruit-voice-box__desc > .recruit-voice-box__desc--joined {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.4px;
}
.recruit-apply-wrap {
	max-width: 1206px;
	padding: 70px 20px 100px;
	background-color: #FFFFFF;
	box-shadow: 0 0 23px rgba(47, 52, 85, 0.85);
}
.recruit-apply-table__group {
	max-width: 93.36%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #AFB2C4;
}
.recruit-apply-table__group--title {
	width: 24.9%;
	margin-left: 49px;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
}
.recruit-apply-table__group--desc {
	width: 75.1%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.apply-table__list,
.apply-table__text {
	line-height: 28.8px;
}
.apply-table__list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.apply-table__text {
	margin-bottom: 0;
}
.recruit-apply__narrow {
	letter-spacing: 12px;
}
.recruit-entry__tel .recruit-entry__tel--link {
	color: #2F3455;
	font-family: YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 51px;
}
.recruit-entry__tel .recruit-entry__tel--link:hover,
.recruit-entry__tel .recruit-entry__tel--link:active,
.recruit-entry__tel .recruit-entry__tel--link:focus {
	opacity: 0.8;
}
.recruit-entry__tel .recruit-entry__tel--link >img {
	margin-right: 10px;
}
/* エントリーフォーム */
.entry-form .mwform-checkbox-field-text {
	display: none;
}
.entry-form__f-group .entry__text--caption:last-of-type {
	margin-top: 0;
}
/* 会社紹介 */
.company-ph__list {
	margin: 0 0 0 50px;
}
.company-ph__list > li {
	font-size: 25px;
}
.company-ph__list > li:not(:last-child) {
	margin-bottom: 30px;
}
.company-overview-wrap {
	max-width: 1206px;
	padding: 60px 20px 100px;
	background-color: #FFFFFF;
	box-shadow: 0 0 23px rgba(47, 52, 85, 0.32);
}
.company-overview-table__group {
	max-width: 56.88%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #AFB2C4;
}
.company-overview-table__group--title {
	width: 30%;
	margin-left: 3em;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
}
.company-overview-table__group--desc {
	width: 70%;
	margin-bottom: 0;
	line-height: 28.8px;
}
.company-overview-table__group--desc > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.company-access-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.company-access-wrap__area {
	width: 100%;
	max-width: 48.17%;
}
.company-access-wrap__kanazawa {
	margin-right: auto;
}
.company-access-wrap__tokyo {
	margin-left: auto;
}
.company-access-wrap__area > h3 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 8px;
}
.company-access-wrap__kanazawa > h3 {
	color: #3B86FF;
}
.company-access-wrap__tokyo > h3 {
	color: #00CC7E;
}
.company-access-wrap__area > .company-access-wrap__area--addr {
	max-width: 420px;
	margin: 0 auto 20px;
}
.company-access-wrap__area > iframe {
	margin-bottom: 15px;
}
.company-access-wrap__area > .company-access-wrap__area--textbox {
	margin: auto;
	font-size: 14px;
	line-height: 25.2px;
	text-align: left;
}
.company-access-wrap__area > .company-access-wrap__area--textbox > small {
	font-size: 12px;
	white-space: nowrap;
}
.company-access-wrap__kanazawa > .company-access-wrap__area--textbox,
.company-access-wrap__tokyo > .company-access-wrap__area--textbox {
	max-width: 350px;
}
.company-access-wrap__area--captionbox {
	font-size: 14px;
	line-height: 25.2px;
}
.company-access-wrap__area p {
	margin-bottom: 0;
	line-height: 25.2px;
}
.company-history-wrap {
	max-width: 1206px;
	padding: 60px 20px 100px;
	background-color: #FFFFFF;
}
.company-history-table__group {
	max-width: 80%;
	margin: 0 auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.company-history-table__group:last-child {
	margin-bottom: 0;
}
.company-history-table__group--title.border-bottom-blue {
	border-bottom: none;
}
.company-history-table__group--title.border-bottom-red {
	border-bottom: none;
}
.company-history-table__group--title.border-bottom-green {
	border-bottom: none;
}
.company-history-table__group--title {
	width: 20%;
	padding-right: 30px;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.company-history-table__group--desc {
	width: 80%;
	min-height: 56px;
	padding-left: 30px;
	margin: 0;
	line-height: 28.8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.company-history-table__group--desc.border-left-blue {
	border-left: 5px solid #3B86FF;
}
.company-history-table__group--desc.border-left-red {
	border-left: 5px solid #F64043;
}
.company-history-table__group--desc.border-left-green {
	border-left: 5px solid #00CC7E;
}
.company-history-table__group--title-year,
.company-history-table__group--title-month {
	display: inline-block;
}
.company-history-table__group--title-month {
	width: 3em;
}
.company-history-table__group--desc > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* お問い合わせフォーム */
.contact-tel-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contact-tel-box__area {
	width: 50%;
	max-width: 250px;
}
.contact-tel-box__tokyo {
	padding-right: 20px;
}
.contact-tel-box__kanazawa {
	padding-left: 20px;
}
.contact-tel-box__area > p {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 23px
}
.contact-tel-box__area .contact-tel-box__area--link {
	color: #2F3455;
	font-family: YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 43px;
}
.contact-tel-box__area .contact-tel-box__area--link:hover,
.contact-tel-box__area .contact-tel-box__area--link:active,
.contact-tel-box__area .contact-tel-box__area--link:focus {
	opacity: 0.8;
}
.contact-tel-box__area .contact-tel-box__area--link > img {
	width: 17px;
	height: 17px;
	margin-right: 10px;
}
.contact-tel-box__caption {
	width: 100%;
	font-size: 14px;
	line-height: 19px;
}
.contact-form .contact-form__group--itemname > label[for="media"] > p {
	display: none;
}
.contact__check--wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contact-form__group--itemdata .mwform-checkbox-field-text {
	font-size: 14px;
	line-height: 20px;
}
.contact-form__group--itemdata-media .contact__text--caption,
.contact-form__group--itemdata-cat .contact__text--caption{
	line-height: 30px;
}
.contact-form__group--itemdata > br.checked-break {
	display: block;
}
.contact-form__group--itemdata-media > .mwform-checkbox-field:last-of-type,
.contact-form__group--itemdata-cat > .mwform-checkbox-field:last-of-type {
	display: inline-block;
}
.contact-form__group--itemdata-media > .contact__text--item,
.contact-form__group--itemdata-cat > .contact__text--item {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
}

/* テクノロジー */
.tech-top__msg p {
	display: inline-block;
	text-align: left;
}
.tech-assets-wrap {
	max-width: 1206px;
	padding: 60px 20px 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	box-shadow: 0 0 23px rgba(47, 52, 85, 0.32);
}
.tech-assets-table__group {
	max-width: 82.33%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #AFB2C4;
}
.tech-assets-table__group--title {
	width: 22.13%;
	margin-left: 64px;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
}
.tech-assets-table__group--desc {
	width: 77.87%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 28.8px;
}
.tech-assets-table__group--desc > p {
	margin-bottom: 0;
}
.assets-table__text--word {
	white-space: nowrap;
}
.elementor .elementor-element.recruit-blog,
.elementor .elementor-element.tech-blog {
	margin-right: 15px;
	margin-left: 15px;
}
.tech-sol__msg p,
.tech-sol__wrap .top-sol__item--text p {
	text-align: left;
	display: inline-block;
}
/* パートナー募集 */
.partner-top__msg p {
	display: inline-block;
	text-align: left;
}
.partner-apply-wrap {
	max-width: 1206px;
	padding: 70px 20px 100px;
	background-color: #FFFFFF;
	box-shadow: 0 0 23px rgba(47, 52, 85, 0.85);
}
.partner-apply-table__group {
	padding-top: 30px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #AFB2C4;
}
.partner-apply-table__group--title {
	width: 20%;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	text-align: center;
}
.partner-apply-table__group--desc {
	margin-bottom: 0;
}
.partner-apply-table__group--desc.list-disc {
	margin-left: 3em;
}
/* プライバシーポリシー */
.policy-wrap__src {
	line-height: 28.8px;
}
.policy-wrap__src--heading {
	font-size: 16px;
	font-weight: bold;
}
.policy-wrap .elementor-element.policy-wrap__contact > .elementor-widget-container {
	max-width: 837px;
	padding: 40px 20px 20px;
	margin: auto auto 40px;
}
/* ソリューション一覧 */
.sol-cat-wrap__desc--text p {
	text-align: left;
	display: inline-block;
}
/* ソリューション詳細 */
.sols-sp__icons-sp > .elementor-container > .elementor-column {
	width: 33.333%;
}
.elementor-section.sols-reason-wrap > .elementor-container,
.elementor-section.sols-case-wrap > .elementor-container {
	max-width: 1366px !important;
}
.sols-case-wrap > .elementor-container > .sols-case-wrap__desc > .elementor-element-populated {
	padding: 44px 8.415% 40px;
}
.sols-case-wrap > .elementor-container > .sols-case-wrap__desc > .elementor-element-populated > .elementor-section > .elementor-container > .elementor-column > .elementor-element-populated {
	padding: 40px 8.415%;
}
.sols-contact > .elementor-container > .elementor-column > .elementor-element-populated {
	margin-right: 10px;
	margin-left: 10px;
}
.sols-case-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sols-case-wrap__label--tag {
    display: inline-block;
    padding: 4px 8px 4px 5px;
    border-radius: 5px;
	margin-bottom: 5px;
    font-size: 13px;
    line-height: 19px;
    color: #FFFFFF;
    background-color: #747BA3;
}
.sols-case-wrap__label--tag-sb,
.sols-case-wrap__label--tag-sakura,
.sols-case-wrap__label--tag-aws,
.sols-case-wrap__label--tag-gmo {
	margin-right: 10px;
	margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.sols-case-wrap__label--tag-sb {
    background-color: #1DA9E3;
}
.sols-case-wrap__label--tag-sakura {
    background-color: #F64043;
}
.sols-case-wrap__label--tag-aws {
    background-color: #F6A940;
}
.sols-case-wrap__label--tag-gmo {
    background-color: #3B86FC;
}
.sols-case-wrap__desc > p {
	margin-bottom: 0;
}
.sols-case-wrap__desc > .moderate-blue {
	color: #747BA3;
}

/* WEBシステム */
.sols-sp .sols-sp__msg p,
.sols-flow .sols-flow__msg p,
.sols-feat .sols-feat__title h2 {
	text-align: left;
	display: inline-block;
}
.sols-top__web-box--h-text,
.sols-top__web-box--msg,
.sols-top__core-box--h-text,
.sols-top__core-box--msg,
.sols-top__sol-box--h-text,
.sols-top__sol-box--msg,
.sols-top__cloud-box--h-text,
.sols-top__cloud-box--msg,
.sols-top__support-box--h-text,
.sols-top__support-box--msg	{
	padding: 0;
}
.sols-top__web-box--h-text,
.sols-top__web-box--msg {
	max-width: 600px;
}
.sols-top__cloud-box--h-text,
.sols-top__cloud-box--msg {
	max-width: 540px;
}
.sols-top__sol-box--h-text,
.sols-top__sol-box--msg {
	max-width: 590px;
}
.sols-top__core-box--h-text,
.sols-top__core-box--msg,
.sols-top__support-box--h-text,
.sols-top__support-box--msg {
	max-width: 620px;
}

.sols-case-wrap > .elementor-container > .sols-case-wrap__desc {
	width: 46.56% !important;
}
.sols-sp__icons-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sols-sp__icons-box--icon {
	width: 20%;
}
.sols-sp__icons-box > .sols-sp__icons-box--icon:first-of-type,
.sols-sp__icons-box > .sols-sp__icons-box--icon:nth-of-type(2),
.sols-sp__icons-box > .sols-sp__icons-box--icon:nth-of-type(3),
.sols-sp__icons-box > .sols-sp__icons-box--icon:nth-of-type(4),
.sols-sp__icons-box > .sols-sp__icons-box--icon:nth-of-type(5) {
	margin-bottom: 20px;
}
.sols-sp__icons-box--icon > img {
	display: block;
	margin: 0 auto 20px;
}
.sols-sp__icons-box--icon > p {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 33px;
}
.sols-case-heading,
.sols-case-heading-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sols-case-heading {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #1792E5;
	border-bottom: 2px solid #1792E5;
}
.sols-case-heading > .sols-case-heading__icon,
.sols-case-heading-icons > .sols-case-heading__icon {
	margin-right: 9.75px;
}
.sols-case-heading > .sols-case-heading__icon > img,
.sols-case-heading-icons > .sols-case-heading__icon > img {
	height: 25px;
}
.sols-case-heading > .sols-case-heading__text {
	margin-bottom: 0;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 29px;
}
.sols-case-heading-support {
	display: inline-block;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #1792E5;
	border-bottom: 2px solid #1792E5;
}

.sols-flow > .elementor-container > .elementor-element > .elementor-widget-wrap > .sols-flow__step {
	padding: 0 8% 0 11%;
}
.sols-flow__step > .elementor-container > .elementor-element > .elementor-widget-wrap > .sols-flow__step--pc-img,
.sols-flow__step > .elementor-container > .elementor-element > .elementor-widget-wrap > .sols-flow__step--sp-img {
	margin-bottom: 0;
}
.sols-flow .elementor-element.sols-flow__step-1st > .elementor-container > .elementor-column > .elementor-widget-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.sols-top__box .sols-top__box--web-icon img {
	height: 40px;
}
.sols-case-wrap > .elementor-container > .sols-case-wrap__desc > .elementor-element-populated .elementor-widget-container > a.view-site-link {
	margin: 0;
}
/* クラウド基幹システム */
.sols-top__box .sols-top__box--core-icon img {
	height: 43px;
}
/* 各種ソリューション */
.sols-reason-wrap > .elementor-container .sols-reason-wrap__desc > .elementor-widget-wrap {
	padding: 50px 8.219% 50px 9.589%;
}
.sols-reason-wrap-rev > .elementor-container .sols-reason-wrap__desc > .elementor-widget-wrap {
	padding: 50px  9.589% 50px 8.219%;
}
.sols-reason-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sols-reason-heading__text > h3 {
	font-size: 20px;
}
.reason2-h-text {
	text-align: center;
}
.sols-reason__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sols-reason__icons-last::after {
	content: '';
	display: block;
	width: 31.8%;
	height: 0;
}
.sols-reason__icons-box--icon,
.sols-reason__icons-box--desc {
	width: 31.8%;
}
.sols-reason__icons-box--icon > img {
	display: block;
	max-height: 80px;
	margin: 0 auto 20px;
}
.sols-reason__icons-box--desc {
	padding: 30px 25px;
	margin-bottom: 40px;
	background-color: #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(72, 85, 114, 0.1607843137254902);
}
.sols-reason__icons-box--desc > h3 {
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.4px;
}
.sols-reason__icons-box--desc > p {
	font-size: 14px;
	line-height: 25.2px;
}
.sols-reason__icons-box--desc > figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sols-reason__icons-box--desc > figure > img {
	width: 66px;
	margin-right: 15px;
}
.sols-reason__icons-box--desc figcaption {
	font-size: 12px;
	line-height: 25.2px;
}
#site-navigation ul ul li {
    white-space: nowrap;
}
/* システム保守 */
.sols-qa > .elementor-container .sols-qa__msg {
	max-width: 1000px;
}
.sols-qa__wrap-qa {
	padding: 33px 30px 35px;
	margin-bottom: 40px;
 	background-color: #FFFFFF;
 	box-shadow: 0 0 20px 0 rgba(72, 85, 114, 0.1607843137254902);
}
.sols-qa__wrap-qa:last-child {
	margin-bottom: 0;
}
.sols-qa__wrap-qa-question,
.sols-qa__wrap-qa-question-l,
.sols-qa__wrap-qa-answer-full {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sols-qa__wrap-qa-question,
.sols-qa__wrap-qa-question-l {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sols-qa__wrap-qa-question {
	cursor: pointer;
}
.sols-qa__wrap-qa-question--img,
.sols-qa__wrap-qa-answer--img {
	flex: 0 0 auto;
}
.sols-qa__wrap-qa-question--img > img {
	width: 30px;
	margin-right:10px;
}
.sols-qa__wrap-qa-question--text > p {
	margin-bottom: 0;
}
.sols-qa__wrap-qa-question-l {
	width: 85%;
}
.sols-qa__wrap-qa-question-r {
	width: 15%;
}
.sols-qa__wrap-qa-question-r {
	text-align: right;
}
.sols-qa__wrap-qa-question--arrow-down i.fa-angle-down {
	font-size: 20px;
	font-weight: bold;
	transform: rotate(0);
}
.sols-qa__wrap-qa-question--arrow-down i.fa-angle-down.open {
	transform: rotate(180deg);
}
.sols-qa__wrap-qa-question--text {
	font-size: 20px;
	line-height: 29px;
}
.sols-qa__wrap-qa-answer {
	margin-top: 20px;
}
.sols-qa__wrap-qa-answer--text {
	font-size: 14px;
	line-height: 25.2px;
}
.sols-qa__wrap-qa-answer--text > p,
.sols-qa__wrap-qa-answer--text > ul {
	margin-bottom: 0px;
}
.sols-qa__wrap-qa-answer--text > ul {
	margin-left: 0px;
}

.sols-qa__wrap .elementor-accordion-item .elementor-tab-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sols-qa .sols-qa__wrap--box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sols-qa .sols-qa__wrap--box-q {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sols-qa__wrap .elementor-accordion-item {
	padding: 33px 30px 35px;
}
.sols-qa__wrap .elementor-accordion-item i.fa-angle-down,
.sols-qa__wrap .elementor-accordion-item i.fa-angle-up {
	font-size: 20px;
}
.sols-qa .sols-qa__wrap--box ul {
	margin-bottom: 0;
	margin-left: 0;
}
/* オンライン決済 */
.payment_heading {
    margin-bottom: 20px;
}
.payment_h4__heading{
    padding-bottom: 10px;
    margin-bottom: 0 !important;
}
.payment_h4__heading_text{
    background-color: #6744C6;
    color: #FFF;
    padding: 5px;
    font-family: "Noto Sans JP", Sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.payment_scenes_text {
    font-size: 14px;
}
#page #site-navigation.main-navigation a {
  font-weight: 300;
}
@media (max-width: 1600px) {
	/* TOP */
	.top-case.elementor-section .elementor-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.top-case.elementor-section .elementor-container .top-case__title,
	.top-case.elementor-section .elementor-container .top-case__gallery {
		width: 100%;
	}
	.top-case .heading-box {
		margin-bottom: 60px;
	}
}

@media (max-width: 1300px) {
	/* Common 見出し */
	h2.heading-box__font.long-words {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 2.8px;
		margin-bottom: 0;
	}
	p.heading-box__spell.long-words {
		font-size: 37px;
		line-height: 25px;	/* line-height: 54px;*/
		letter-spacing: 14.8px;
		margin-bottom: 0;
	}
}
@media (max-width: 1199px) {
	/* Header */
	.sticky-header .site-header {
		position: fixed;
		box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	}
	/*.header-mobile-menu {
		text-align: right;
		display: block;
	}
	.site-header > .container .custom-logo-link > .custom-logo {
		max-width: 121px;
	}
	.mobile-menu-toggle {
		padding: 15px 11.48px;
	}
	.main-navigation li {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.main-navigation ul .subnav-toggle {
		height: 100%;
		line-height: 2;
	}
	.menuStyle2 .main-navigation a:hover:after,
	.menuStyle2 .main-navigation .current-menu-item:after {
	  bottom: 1px;
	}*/
	/* Footer */
	.footer-widgets .sidebar-column > .widget_media_image .image {
		max-width: 198px !important;
	}
	/* 採用情報 */
	.recruit-voice-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.recruit-voice-box {
		width: 100%;
		max-width: 340px;
	}
	.recruit-voice-first,
	.recruit-voice-second,
	.recruit-voice-third {
		margin-bottom: 20px;
	}
	.recruit-voice-box > .recruit-voice-box__bg > .recruit-voice-box__bg--content {
		width: 100%;
		height: 50px;
	}
	.recruit-voice-box > .recruit-voice-box__desc {
		min-height: auto;
		padding: 30px 20px;
	}
	.recruit-voice-box > .recruit-voice-box__desc > h3 {
		margin-bottom: 10px;
	}
	.recruit-voice-box > .recruit-voice-box__desc > .recruit-voice-box__desc--comment {
		margin-bottom: 10px;
	}
	/* WEBシステム */
	.sols-top .heading-box__sol-spell {
		font-size: 37px;
		line-height: 44px;
		letter-spacing: 7.4px;
	}
	.sols-flow > .elementor-container > .elementor-element > .elementor-widget-wrap > .sols-flow__step {
		padding: 0 2% 0 2.75%;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {
	.site-header .site-branding.col-md-4,
	.site-header .d-flex.col-md-8 {
		padding-right: 0;
		padding-left: 0;
	}
	.site-header .container {
		width: 100%;
		max-width: 720px;
		margin-right: auto;
		margin-left: auto;
	}
	.site-header .site-branding.col-md-4 {
		flex: 0 0 18%;
		max-width: 18%;
	}
	.site-header .d-flex.col-md-8 {
		flex: 0 0 82%;
		max-width: 82%;
	}
	.site-header > .container .custom-logo-link > img.custom-logo {
		max-width: 121px;
	}
	.menuStyle2 .site-header .main-navigation .menu li a,
	.menuStyle2 .main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
	.menuStyle2 .main-navigation ul .subnav-toggle:hover {
		font-size: 14px;
	}
	.main-navigation a {
		padding: 0 5px 0;
	}
}

/* オンライン決済 */
.pay_icon__SP {
    display: none;
}
.payment_lineup_text{
    font-weight: bold;
    font-size: 18px !important;
}
.payment_scenes_text {
    text-align: center !important;
}

/* ===== PC style  ===== */

/* ===== TB style  ===== */
@media (max-width: 1024px) {
	/* Common */
	.page-template-template_page-builder .site-content {
		margin-top: 53.91px;
	}
	.disp-break1024 {	/* 1024px以下は非表示 */
		display: none;
		line-height: 0;
	}
	.hide-break1024 {	/* 1024px以下は表示 */
		display: block;
		line-height: 0;
	}
	/* Common 見出し */
	.heading-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	h2.heading-box__font {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 2.8px;
	}
	p.heading-box__spell {
		font-size: 37px;
		letter-spacing: 14.8px;
	}
	p.heading-box__spell.long-words {
		letter-spacing: 10.36px;
	}
	.recruit-apply .heading-box__spell {
		letter-spacing: 5.4px;
	}
	/* Common フォーム */
	.elementor .elementor-element.recruit-entry,
	.elementor .elementor-element.contact-us {
		margin-top: 54px;
		margin-bottom: 100px;
	}
	.elementor .recruit-entry.elementor-section > .elementor-container.elementor-column-gap-default,
	.elementor .contact-us.elementor-section > .elementor-container.elementor-column-gap-default {
		max-width: 93%;
	}
	.entry-form,
	.contact-form {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.entry-form__group,
	.contact-form__group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.entry-form__group--itemname,
	.contact-form__group--itemname {
		width: 100%;
		padding-top: 0;
		text-align: left;
	}
	.entry-form__group--itemdata,
	.contact-form__group--itemdata {
		width: 100%;
		margin-left: 0;
		font-size: 14px;
		line-height: 20px;
	}

	/* 会社紹介 */
	.company-ph__list {
		margin-left: 0;
	}
	.company-ph__list > li {
		font-size: 18px;
	}
	.company-overview-wrap {
		padding: 60px 15px 100px;
	}
	.company-overview-table__group {
		max-width: 80%;
		padding: 40px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.company-overview-table__group--title {
		margin-bottom: 10px;
		margin-left: 0;
		text-align: left;
	}
	.company-overview-table__group--desc {
		margin: 0;
	}
	.company-access-wrap {
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.company-access-wrap__area {
		width: 100%;
		max-width: 60%;
		margin: auto;
	}
	.company-access-wrap__kanazawa {
		margin-bottom: 40px;
	}
	.company-history-table__group {
		max-width: 100%;
	}
	.company-history-table__group--title {
		width: 30%;
	}
	.company-history-table__group--desc {
		width: 70%;
	}
	/* テクノロジー */
	.tech-assets-table__group {
		max-width: 100%;
	}
	/* WEBシステム */
	.sols-flow > .elementor-container > .elementor-element > .elementor-widget-wrap > .sols-flow__step {
		padding: 0 8% 0 11%;
	}
	.sols-flow__step.elementor-section.elementor-element > .elementor-container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media (max-width: 1020px) {
	/* TOP */
	.top-str .elementor-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.top-str .elementor-container .top-str__box1.elementor-column,
	.top-str .elementor-container .top-str__box2.elementor-column,
	.top-str .elementor-container .top-str__box3.elementor-column {
		width: 91%;
		max-width: 398px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
	}
	.top-str .elementor-container .top-str__box1.elementor-column .elementor-widget-wrap,
	.top-str .elementor-container .top-str__box2.elementor-column .elementor-widget-wrap,
	.top-str .elementor-container .top-str__box3.elementor-column .elementor-widget-wrap {
		margin-right: auto;
		margin-left: auto;
	}
}
@media (max-width: 970px) {
	.disp-break970 {	/* 970px以下は非表示 */
		display: none;
		line-height: 0;
	}
}
@media (max-width: 830px) {
	.disp-break830 {	/* 830px以下は非表示 */
		display: none;
		line-height: 0;
	}
	/* WEBシステム */
	.sols-sp__icons-box--icon {
		width: 33.33%;
	}
	.sols-sp__icons-box > .sols-sp__icons-box--icon:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.sols-sp__icons-box--icon > img {
		display: block;
		height: 43px !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin: 0 auto 14.6px;
	}
	.sols-sp__icons-box--icon > p {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}
}
/* ===== TB style  ===== */

/* ===== SP style  ===== */
@media (max-width: 767px) {
	/* Common */
	.page-template-template_page-builder .site-content {
		margin-top: 60px;
	}
	.disp-break767 {	/* 767px以下は非表示 */
		display: none;
		line-height: 0;
	}
	.hide-break767 {	/* 767px以下は表示 */
		display: block;
		line-height: 0;
	}
	.sols-contact .link-btn-w390 {
		max-width: 300px;
		min-height: 60px;
	}
	/* Common 見出し */
	.policy-top h1.heading-box__font {
		margin-top: -15px;
	}
	.policy-top .heading-box__spell {
		line-height: 54px;
	}
	.tech-top .heading-box__spell {
		letter-spacing: 7.4px;
	}
	/* Common ソリューション一覧 */
	.sol-link-box__more .elementor-widget-container .elementor-icon-box-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sol-link-box__more .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-icon {
		margin-right: 0 !important;
		margin-bottom: 0 !important;
		margin-left: 10px !important;
	}
	/* Common フォーム */
	.mw_wp_form .submit-confirm-btn {
		width: 300px;
		line-height: 60px;
		font-size: 13px;
	}
	.mw_wp_form_confirm .back-btn {
		width: 280px;
		line-height: 50px;
		font-size: 13px;
	}
	/* Header */
	.site-header {
		padding: 13px 20px;
	}
	.header-mobile-menu {
		text-align: right;
		display: block;
	}
/*	.sticky-header .site-header {
		position: fixed;
		box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	}
	*/
	body.mobile-menu-active {
		overflow-y: hidden;
	}
	.site-header > .container .custom-logo-link > img.custom-logo {
		max-width: 121px;
	}
	.mobile-menu-toggle {
		padding: 15px 11.48px;
	}
	.main-navigation li {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.main-navigation ul .subnav-toggle {
		height: 100%;
		line-height: 2;
	}
	.menuStyle2 .main-navigation a:hover:after,
	.menuStyle2 .main-navigation .current-menu-item:after {
	  bottom: 15px;
	}
	.main-navigation {
		display: block;
		background-color: #fff;
		padding: 30px 15px 30px;
		position: fixed;
		width: 100%;
		max-width: 100%;
		overflow-y: auto;
		z-index: 99;
		transition: transform 0.2s 0s ease, opacity 0.2s 0s ease, visibility 0s 0.2s linear;
		/* delay the visibility so the transition can be observed */
		top: 0px;
		bottom: 0;
		left: 0;
		margin: 0;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: scale(0.95);
	}
	.main-navigation ul {
		display: block;
	}
	.mobile-menu-active .main-navigation {
		display: block;
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
		transform: scale(1);
		transition: transform 0.2s 0s ease, opacity 0.2s 0s ease, visibility 0s 0s linear;
	}
	.main-navigation {
		padding: 0;
	}
	.main-navigation ul ul {
		position: static;
		float: none;
		padding: 0;
	}
	.main-navigation ul ul a {
		width: 100%;
	}
	.main-navigation li {
		display: block;
		position: relative;
		border-bottom: 1px solid rgba(25, 25, 25, 0.1);
		text-align: center;
	}
	/*.main-navigation li:first-of-type {
		padding-left: 25px;
	}*/
	.main-navigation a {
		font-size: 15px;
		line-height: 2;
		padding: 15px 30px;
	}
	.main-navigation ul .sub-menu,
	.main-navigation ul .children {
		display: none;
		background: rgba(0, 0, 0, 0.05);
	}
	.main-navigation ul .sub-menu.open,
	.main-navigation ul .children.open {
		display: block;
	}
	.main-navigation ul .sub-menu li,
	.main-navigation ul .children li {
		border-bottom: none;
	}
	.main-navigation ul .sub-menu li a,
	.main-navigation ul .children li a {
		font-size: 13px;
		line-height: 2;
		padding: 0;
	}
	.main-navigation ul .sub-menu li a:hover,
	.main-navigation ul .sub-menu li a:focus,
	.main-navigation ul .children li a:hover,
	.main-navigation ul .children li a:focus {
		color: #fb397d;
	}
	.main-navigation ul .subnav-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		/* height: 50px; */
		width: 45px;
		top: 0;
		right: 20px;	/* 0 */
		text-align: center;
		cursor: pointer;
	}
	.main-navigation ul .sub-menu .subnav-toggle,
	.main-navigation ul .children .subnav-toggle {
		height: 50px;
	}
	.main-navigation ul .subnav-toggle:before {
		content: "+";
		display: inline-block;
		color: inherit;
		font-size: 25px;	/* 20px; */
		font-weight: 900;
		line-height: 60px;
		speak: none;
		transform: rotate(0deg);
		transition: all 0.2s ease;
	}
	.main-navigation ul .subnav-toggle.open:before {
		transform: rotate(-180deg);
		/* negative value so it will rotate counterclockwise */
	}
	.main-navigation ul .sub-menu .subnav-toggle:before,
	.main-navigation ul .children .subnav-toggle:before {
		line-height: 50px;
	}
	.main-navigation li.menu-item-has-children > .subnav-toggle,
	.main-navigation li.page_item_has_children > .subnav-toggle {
		color: #191919;
	}
	/* When hovering the sibiling menu link -> change dropdown color */
	.main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
	.main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
	.main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
	.main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
	.main-navigation ul .subnav-toggle:hover {
		color: #fb397d;
	}
	.main-navigation ul li a:hover,
	.main-navigation ul li.current_page_item > a,
	.main-navigation ul li.current-menu-item > a,
	.main-navigation ul li.current_page_ancestor > a,
	.main-navigation ul li.current-menu-ancestor > a {
		color: #fb397d;
		text-decoration: none;
	}
	/* End of navigation mobile styles */
	/*}*/

	/* Footer */
	.sidebar-f-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sidebar-f-box__area {
		width: 100%;
		max-width: 100%;
	}
	.sidebar-f-box__tokyo {
		padding-right: 0;
		margin-bottom: 10px;
	}
	.sidebar-f-box__kanazawa {
		padding-left: 0;
	}
	.menu-footer-menu-container > .menu {
		width: 80%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.menu-footer-menu-container > .menu > .menu-item {
		width: 50%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.menu-footer-menu-container > .menu > .menu-item.menu-item-home {
		order: 1;
	}
	.menu-footer-menu-container > .menu > .menu-item:nth-child(2) {
		order: 3;
	}
	.menu-footer-menu-container > .menu > .menu-item:nth-child(3) {
		order: 5;
	}
	.menu-footer-menu-container > .menu > .menu-item:nth-child(4) {
		order: 7;
	}
	.menu-footer-menu-container > .menu > .menu-item:nth-child(5) {
		order: 2;
	}
	.menu-footer-menu-container > .menu > .menu-item:nth-child(6) {
		order: 4;
	}
	.menu-footer-menu-container > .menu > .menu-item:nth-child(7) {
		order: 6;
	}
	.menu-footer-menu-container > .menu > .menu-item.menu-item-privacy-policy {
		order: 8;
	}
	/* TOP */
	.elementor-section.elementor-section-height-full {
		height: 100vh !important;
		height: -webkit-calc(100vh - 120px) !important;
		height: calc(100vh - 120px) !important;
	}
	.top-icatch .top-icatch__msg .top-icatch__msg--mini {
		font-size: 25px;
	}
	.top-str .elementor-container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
	.top-feat .elementor-container .top-feat__wrap.elementor-column {
		width: 91%;
		max-width: 340px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
	}
	.elementor .top-sol__wrap--web-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .top-sol__wrap--core-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .top-sol__wrap--sol-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .top-sol__wrap--cloud-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .top-sol__wrap--support-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
    .elementor .top-sol__wrap--payment-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
    .elementor .top-sol__wrap--ai-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
    .elementor .top-sol__wrap--car_navi-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
    .elementor .top-sol__wrap--movie-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay {
		transition: all 0.5s ease;
		transform: scale(0.8);
	}
	.top-str .elementor-image-box-content {
		padding-right: 20px;
		padding-left: 20px;
	}
	.top-case .top-case__gallery .elementor-widget-container .elementor-swiper-button .eicon-chevron-left,
	.top-case .top-case__gallery .elementor-widget-container .elementor-swiper-button .eicon-chevron-right {
		font-weight: bold;
	}
	.top-recruit > .elementor-container > .elementor-column > .elementor-widget-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.top-recruit .elementor-container .elementor-column .elementor-widget-wrap .top-recruit__sp-bg {
		max-width: 340px;
		margin-right: auto;
		margin-left: auto;
	}
	.top-recruit .elementor-container .elementor-column .elementor-widget-wrap .top-recruit__sp-desc {
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}
	.top-news__wrap {
		padding: 40px 25px 100px;
	}
	/* 採用情報 */
	.recruit-feat-box > .elementor-container .recruit-feat-box__bg {
		min-height: 180px;
	}
	.recruit-feat-box > .elementor-container .recruit-feat-box__desc {
		min-height: 221px;
	}
	.recruit-voice-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-line-pack: center;
		align-content: center;
	}
	.recruit-voice-wrap__sp-bg,
	.recruit-voice-wrap__sp-desc {
		max-width: 340px;
		margin-right: auto;
		margin-left: auto;
	}
	.recruit-apply-table__group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.recruit-apply-table__group--title,
	.recruit-apply-table__group--desc {
		width: 100%;
	}
	.recruit-apply-table__group--title {
		margin-bottom: 5px;
		margin-left: 0;
	}
	.recruit-apply__narrow {
		letter-spacing: 3.7px;
	}
	.contact-form-link {
		max-width: 320px;
	}
	/* 会社紹介 */
	.company-ph__list {
		margin-left: 10px;
	}
	.company-ph__list > li {
		font-size: 20px;
	}
	.company-overview-table__group {
		max-width: 100%;
	}
	.company-overview-table__group--title,
	.company-overview-table__group--desc {
		width: 100%;
	}
	.company-access-wrap__area {
		max-width: 100%;
	}
	.company-access-wrap__area > .company-access-wrap__area--textbox > small {
		white-space: normal;
	}
	.company-access-wrap__area--map > iframe {
		max-height: 200px;
	}
	.company-history-wrap {
		padding-bottom: 60px;
	}
	.company-history-table__group {
		margin-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.company-history-table__group--title.border-bottom-blue {
		border-bottom: 5px solid #3B86FF;
	}
	.company-history-table__group--title.border-bottom-red {
		border-bottom: 5px solid #F64043;
	}
	.company-history-table__group--title.border-bottom-green {
		border-bottom: 5px solid #00CC7E;
	}
	.company-history-table__group--title,
	.company-history-table__group--desc {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.company-history-table__group--title {
		padding-bottom: 5px;
	}
	.company-history-table__group--desc {
		min-height: auto;
		padding-top: 5px;
		padding-left: 0;
	}
	.company-history-table__group--desc.border-left-blue,
	.company-history-table__group--desc.border-left-red,
	.company-history-table__group--desc.border-left-green {
		border-left: none;
	}
	/* ソリューション一覧 */
	.sol-top > .elementor-container > .elementor-element > .elementor-element-populated {
		width: 95.45%;
		margin-right: auto;
		margin-left: auto;
	}
	.sol-cat-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-section {
		width: 90.4%;
		margin-right: auto;
		margin-left: auto;
	}
	/* お問い合わせ */
	.contact-tel-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.contact-tel-box__area {
		width: 100%;
		max-width: 100%;
	}
	.contact-tel-box__tokyo {
		padding-right: 0;
		margin-bottom: 10px;
	}
	.contact-tel-box__kanazawa {
		padding-left: 0;
	}
	/* テクノロジー */
	.elementor .tech-sol__wrap--web-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .tech-sol__wrap--core-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .tech-sol__wrap--sol-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .tech-sol__wrap--cloud-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay,
	.elementor .tech-sol__wrap--support-box.elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap > .elementor-background-overlay {
		transition: all 0.5s ease;
		transform: scale(0.9);
	}
	.tech-assets-table__group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tech-assets-table__group--title,
	.tech-assets-table__group--desc {
		width: 100%;
		max-width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.tech-assets-table__group--title {
		margin-bottom: 5px;
		margin-left: 0;
	}
	.tech-sol__msg {
		max-width: 270px;
	}
	/* パートナー募集 */
	.partner-apply-table__group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.partner-apply-table__group--title {
		width: 100%;
		text-align: left;
	}
	.partner-apply-table__group--desc {
		margin-left: 0;
		margin-right: 0;
	}
	.partner-apply-table__group--desc.list-disc {
		margin-left: 1.5em;
	}
	/* ソリューション詳細 */
	.sols-case .sols-case__box .elementor-element.sols-case__box-tag {
		left: 20px !important;
	}
	/* WEBシステム */
	.sols-top__web-box--h-text,
	.sols-top__web-box--msg,
	.sols-top__core-box--h-text,
	.sols-top__core-box--msg,
	.sols-top__sol-box--h-text,
	.sols-top__sol-box--msg,
	.sols-top__cloud-box--h-text,
	.sols-top__cloud-box--msg,
	.sols-top__support-box--h-text,
	.sols-top__support-box--msg	{
		max-width: 100%;
	}
	.sols-feat .sols-feat__point1 .sols-feat__point1--msg {
		max-width: 290px;
		margin-right: auto;
		margin-left: auto;
	}
	.sols-case-wrap > .elementor-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sols-case-wrap-rev > .elementor-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.sols-case-wrap > .elementor-container > .sols-case-wrap__img,
	.sols-case-wrap > .elementor-container > .sols-case-wrap__desc {
		width: 100% !important;
	}
	.sols-case-wrap > .elementor-container > .sols-case-wrap__img {
		padding-right: 10%;
		padding-left: 10%;
	}
	.sols-case-wrap > .elementor-container > .sols-case-wrap__desc > .elementor-widget-wrap > .elementor-section > .elementor-container {
		max-width: 100%;
	}
	.sols-case-wrap > .elementor-container > .sols-case-wrap__desc > .elementor-element-populated .elementor-widget-container > a.view-site-link {
		margin: auto;
	}
	.sols-case-wrap > .elementor-container > .sols-case-wrap__desc .elementor-section.elementor-element .elementor-container {
		min-height: auto;
	}
	.sols-case-wrap > .elementor-container > .sols-case-wrap__desc > .elementor-element-populated > .elementor-section > .elementor-container > .elementor-column > .elementor-element-populated {
		margin-bottom: 10px;
	}
	.sols-flow > .elementor-container > .elementor-element > .elementor-widget-wrap > .sols-flow__step > .elementor-container {
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.sols-case-heading-support {
		width: 100%;
	}
	/* 各種ソリューション */
	.elementor-widget-wrap > .elementor-element.mediasms-imgs {
		width: 50%;
	}
	.elementor-widget-wrap > .elementor-element.mediasms-imgs .elementor-widget-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.elementor-widget-wrap > .elementor-element.mediasms-imgs .elementor-widget-image {
		max-width: 160px;
		margin-bottom: 10px;
	}
	.mediasns-api .mediasns-api__img {
		max-width: 108px;
	}
	.mediasns-api .mediasns-api__desc {
		width: -webkit-calc(100% - 108px);
		width: calc(100% - 108px);
	}
	.sols-reason-wrap > .elementor-container .sols-reason-wrap__desc > .elementor-widget-wrap,
	.sols-reason-wrap-rev > .elementor-container .sols-reason-wrap__desc > .elementor-widget-wrap {
		padding: 40px 5.333%;
	}
	.sols-reason-heading {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sols-reason-heading > .sols-reason-heading__icon,
	.sols-reason-heading > .sols-reason-heading__text {
		width: 100%;
	}
	.sols-reason-heading > .sols-reason-heading__icon {
		margin-bottom: 10px;
	}
	.sols-reason__icons-box--icon,
	.sols-reason__icons-box--desc {
		width: 49%;
	}
	.sols-reason__icons-box--desc {
		padding: 30px 16px;
	}
	.sols-reason__icons-box--desc > figure {
		display: block;
	}
	.sols-reason__icons-box--desc > figure > img {
		display: block;
		margin: auto;
	}
}

@media (max-width: 820px)  {
         /* オンライン決済 */
         .payment_heading {
            height:85px;
        }
        .pay_icon__PC {
            display: none;
        }
        .pay_icon__SP {
            display: block;
        }
}

@media (max-width: 600px) {
	/* WEBシステム */
	.sols-flow > .elementor-container > .elementor-element > .elementor-widget-wrap > .sols-flow__step {
		padding: 0;
	}
	.sols-flow__step > .elementor-container > .elementor-column:first-of-type {
		width: 30%;
	}
	.sols-flow__step > .elementor-container > .elementor-column:last-of-type {
		width: 70%;
	}
    /* オンライン決済 */
    .payment_text_sp_left {
        text-align: left !important;
    }
}
@media (max-width: 570px) {
	/* Common */
	.hide-break570 {	/* 570px以下は表示 */
		display: block;
		line-height: 0;
	}
	/* WEBシステム */
	.sols-case-wrap > .elementor-container > .sols-case-wrap__img {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (max-width: 425px) {
	/* WEBシステム */
	.sols-flow__step--sp-img img {
		max-width: 100px !important;
	}
	.sols-flow__step > .elementor-container > .elementor-column:first-of-type {
		width: 30.45%;
	}
	.sols-flow__step > .elementor-container > .elementor-column:last-of-type {
		width: 69.55%;
	}
	/* 各種ソリューション */
	.reason2-h-text {
		text-align: left;
	}
}
@media (max-width: 375px) {
	/* Common */
	.hide-break375 {	/* 375px以下は表示 */
		display: block;
		line-height: 0;
	}
	/* 会社紹介 */
	.company-access-wrap__area > .company-access-wrap__area--addr {
		max-width: 250px;
	}
	/* ソリューション詳細 */
	.sols-case-wrap > .elementor-container > .sols-case-wrap__desc > .elementor-element-populated {
		padding: 44px 20px 40px;
	}
}

/* ===== SP style  ===== */

@media (max-width: 570px){
  .home .elementor-5946 .elementor-element.elementor-element-7ebaa9a .elementor-heading-title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
  }
}


/* Goowa Customize */
