/*----------------------------------
	Common HTML elements and more for easier usage
------------------------------------*/
html {
  overflow-x: hidden;
}
html, html a, body {
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-size: 1rem;
  font-family: Lato, sans-serif;
  color: #222324;
  line-height: 1.6;
  background-color: #fff;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: .5rem;
}
h1, h2, h3, h4, h5, h6 {
  /*text-transform: capitalize;*/
  margin-bottom: 0.75rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #242424;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover {
  color: #13b1cd;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
em, li {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
}
em > a, li > a {
  color: #242424;
}
em > a:hover, li > a:hover {
  color: #13b1cd;
}
small {
  color: #656565;
}
label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}
i {
  line-height: 1;
}
/* Paragraph */
p {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #656565;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}
/* Links */
a {
  color: #13b1cd;
  text-decoration: none;
}
a:focus, a:hover {
  color: #1095ac;
  text-decoration: none;
}
a:focus {
  outline: none;
}
/*----------------------------------
  Selection
------------------------------------*/ ::selection {
  color: #fff;
  background: #13b1cd;
  text-shadow: none;
}
::-webkit-selection {
  color: #fff;
  background: #13b1cd;
  text-shadow: none;
}
:active, :focus {
  outline: none;
}
/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-btn.focus {
  text-decoration: none;
}
.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}
.s-btn.disabled, .s-btn:disabled, fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}
.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
/* Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}
.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}
.s-btn--md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}
.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}
/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}
.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}
.s-btn--white-bg {
  color: #222324;
  background: #fff;
}
.s-btn--white-bg:focus, .s-btn--white-bg:hover {
  color: #13b1cd;
  background: #fff;
}
.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}
.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}
.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}
.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}
.s-btn--primary-bg {
  color: #fff;
  background: #13b1cd;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
}
.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}
.s-btn--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
}
.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}
.s-btn-icon--white-brd {
  border-left: none;
}
.s-btn-icon--dark-brd {
  border-left: none;
}
/*----------------------------------
  Clients v1
------------------------------------*/
.s-clients-v1 {
  display: block;
  width: 6.25rem;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-clients-v1:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/*----------------------------------
  FAQ
------------------------------------*/
.s-faq__pseudo {
  position: relative;
}
.s-faq__pseudo:before {
  position: absolute;
  left: 12.5rem;
  bottom: -1rem;
  z-index: -1;
  font-size: 9.375rem;
  font-family: Playfair Display, serif;
  color: rgba(245, 248, 249, 0.8);
  content: "\0026";
}
.s-faq-grid__divider {
  display: inline-block;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin: .3125rem 0;
}
.s-faq-grid__title {
  font-size: 1rem;
  color: #fff;
  margin: .3125rem 0 0 .5rem;
}
.s-faq .cbp-caption {
  border-bottom: none;
}
/*----------------------------------
  Form Input
------------------------------------*/
/* Form Input v1 */
.s-form-v1__input {
  height: 3.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #fff;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}
.s-form-v1__input::-webkit-input-placeholder {
  color: #fff;
}
.s-form-v1__input::-moz-placeholder {
  color: #fff;
}
.s-form-v1__input:-ms-input-placeholder {
  color: #fff;
}
.s-form-v1__input::placeholder {
  color: #fff;
}
.s-form-v1__input:focus {
  box-shadow: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
/* Form Input v2 */
.s-form-v2__input {
  height: 3.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #656565;
  border: none;
  box-shadow: none;
  letter-spacing: .1rem;
  /*text-transform: uppercase;*/
  padding: .625rem 1.25rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-form-v2__input::-webkit-input-placeholder {
  color: #656565;
}
.s-form-v2__input::-moz-placeholder {
  color: #656565;
}
.s-form-v2__input:-ms-input-placeholder {
  color: #656565;
}
.s-form-v2__input::placeholder {
  color: #656565;
}
.s-form-v2__input:focus {
  font-weight: 400;
  color: #656565;
  box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-form-v2__input:focus::-webkit-input-placeholder {
  color: #656565;
}
.s-form-v2__input:focus::-moz-placeholder {
  color: #656565;
}
.s-form-v2__input:focus:-ms-input-placeholder {
  color: #656565;
}
.s-form-v2__input:focus::placeholder {
  color: #656565;
}
/* Form Input v3 */
.s-form-v3__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem 0 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-form-v3__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.s-form-v3__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.s-form-v3__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.s-form-v3__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.s-form-v3__input:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.99);
  box-shadow: none;
}
.s-form-v3__input:focus::-webkit-input-placeholder {
  color: #fff;
}
.s-form-v3__input:focus::-moz-placeholder {
  color: #fff;
}
.s-form-v3__input:focus:-ms-input-placeholder {
  color: #fff;
}
.s-form-v3__input:focus::placeholder {
  color: #fff;
}
/* Form Input v4 */
.s-form-v4__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(34, 35, 36, 0.5);
  border: none;
  border-bottom: .0625rem solid;
  background: rgba(34, 35, 36, 0.3);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem .3125rem 1rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-form-v4__input::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}
.s-form-v4__input::-moz-placeholder {
  color: rgba(34, 35, 36, 0.5);
}
.s-form-v4__input:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}
.s-form-v4__input::placeholder {
  color: rgba(34, 35, 36, 0.5);
}
.s-form-v4__input:focus {
  color: #222324;
  border-color: #222324;
  box-shadow: none;
}
.s-form-v4__input:focus::-webkit-input-placeholder {
  color: #222324;
}
.s-form-v4__input:focus::-moz-placeholder {
  color: #222324;
}
.s-form-v4__input:focus:-ms-input-placeholder {
  color: #222324;
}
.s-form-v4__input:focus::placeholder {
  color: #222324;
}
.s-form-v4__icon {
  font-size: 1.125rem;
  color: rgba(34, 35, 36, 0.7);
  border-bottom: 0.0625rem solid #222324;
  padding: 0 .75rem .95rem;
}
/* Form Input v5 */
.s-form-v5__input {
  height: 3.375rem;
  color: #656565;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #222324;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}
.s-form-v5__input::-webkit-input-placeholder {
  color: #656565;
}
.s-form-v5__input::-moz-placeholder {
  color: #656565;
}
.s-form-v5__input:-ms-input-placeholder {
  color: #656565;
}
.s-form-v5__input::placeholder {
  color: #656565;
}
.s-form-v5__input:focus {
  color: #222324;
  box-shadow: none;
  border-color: #222324;
}
.s-form-v5__input:focus::-webkit-input-placeholder {
  color: #222324;
}
.s-form-v5__input:focus::-moz-placeholder {
  color: #222324;
}
.s-form-v5__input:focus:-ms-input-placeholder {
  color: #222324;
}
.s-form-v5__input:focus::placeholder {
  color: #222324;
}
/*----------------------------------
  Icons
------------------------------------*/
.s-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-icon:focus, .s-icon:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Sizes
------------------------------ */
.s-icon--sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8125rem;
  padding: 0.6875rem;
}
.s-icon--md {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  padding: 0.75rem;
}
.s-icon--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.625rem;
  padding: 0.5625rem 1rem;
}
/* Styles
------------------------------ */
.s-icon--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}
.s-icon--white-brd:focus, .s-icon--white-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}
.s-icon--white-bg {
  color: #222324;
  background: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}
.s-icon--white-bg:focus, .s-icon--white-bg:hover {
  color: #13b1cd;
  background: #fff;
  border-color: #fff;
}
.s-icon--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
  line-height: 1.4;
}
.s-icon--primary-brd:focus, .s-icon--primary-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}
.s-icon--primary-bg {
  color: #fff;
  background: #13b1cd;
  line-height: 1.6;
}
/*----------------------------------
  Promo Block
------------------------------------*/
/* Promo Block v1 */
.s-promo-block-v1__square-effect {
  position: relative;
}
.s-promo-block-v1__square-effect:before {
  position: absolute;
  top: -5rem;
  left: -1.875rem;
  width: 18.75rem;
  height: 10.9375rem;
  border: .625rem solid;
  border-color: rgba(255, 255, 255, 0.2);
  content: " ";
}
.s-promo-block-v1__square-effect:after {
  position: absolute;
  right: 0;
  bottom: -2rem;
  width: 9.375rem;
  height: 9.375rem;
  border: .625rem solid;
  z-index: -1;
  border-color: rgba(108, 184, 237, 0.9);
  content: " ";
}
/* Promo Block v2 */
.s-promo-block-v2 {
  position: relative;
  z-index: 1;
}
.s-promo-block-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.7) -25%, #13b1cd 100%);
  background-repeat: repeat-x;
  content: " ";
}
.s-promo-block-v2__form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 61.9em) {
  .s-promo-block-v2__form {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Promo Block v3 */
.s-promo-block-v3__divider {
  position: relative;
  padding-bottom: 1.875rem;
}
.s-promo-block-v3__divider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.9) -25%, #13b1cd 100%);
  background-repeat: repeat-x;
  content: " ";
}
.s-promo-block-v3__date {
  line-height: .8;
  margin-right: 1rem;
}
.s-promo-block-v3__month, .s-promo-block-v3__year {
  display: block;
  line-height: 1.3;
}
.s-promo-block-v3__month {
  vertical-align: top;
}
/* Promo Block v4 */
.s-promo-block-v4 {
  position: relative;
  z-index: 1;
}
.s-promo-block-v4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(19, 177, 205, 0.6) 100%);
  background-repeat: repeat-x;
  content: " ";
}
/* Promo Block v5 */
.s-promo-block-v5 {
  position: relative;
  z-index: 1;
}
.s-promo-block-v5:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(28, 123, 172, 0.93) 0%, rgba(19, 177, 205, 0.93) 100%);
  background-repeat: repeat-x;
  content: " ";
}
/* Promo Block v6 */
.s-promo-block-v6 {
  position: relative;
  z-index: 1;
}
.s-promo-block-v6:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(28, 123, 172, 0.1) 0%, #13b1cd 80%);
  background-repeat: repeat-x;
  content: " ";
}
/* Promo Block v7 */
.s-promo-block-v7 {
  position: relative;
  z-index: 1;
}
.s-promo-block-v7:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.97) 0%, rgba(152, 119, 234, 0.97) 100%);
  background-repeat: repeat-x;
  content: " ";
}
/*----------------------------------
  Mockup
------------------------------------*/
/* Mockup v1 */
.s-mockup-v1 {
  position: relative;
  width: 55rem;
  height: auto;
  z-index: 1;
}
@media (max-width: 61.9em) {
  .s-mockup-v1 {
    width: 100%;
    height: auto;
  }
}
/* Mockup v2 */
.s-mockup-v2 {
  position: absolute;
  left: 6.25rem;
  bottom: 6.25rem;
  width: 25rem;
  height: auto;
}
@media (max-width: 33.9em) {
  .s-mockup-v2 {
    display: none;
  }
}
@media (min-width: 34em) {
  .s-mockup-v2 {
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem;
    width: 18.75rem;
    height: auto;
  }
}
@media (min-width: 48em) {
  .s-mockup-v2 {
    position: absolute;
    left: 5rem;
    bottom: 5rem;
    width: 18.75rem;
    height: auto;
  }
}
/*----------------------------------
  Plan
------------------------------------*/
/* Plan v1 */
.s-plan-v1 {
  box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(31, 31, 31, 0.075);
}
.s-plan-v1__price-mark, .s-plan-v1__price-tag {
  color: #13b1cd;
}
.s-plan-v1__price-mark {
  font-size: 1.375rem;
  vertical-align: top;
}
.s-plan-v1__price-tag {
  font-size: 1.875rem;
  line-height: 1.1;
}
/* Plan v2 */
@media (min-width: 62em) {
  .s-plan-v2__main {
    position: relative;
    z-index: 1;
    box-shadow: 0 -1.25rem 3.125rem 0 rgba(34, 35, 36, 0.05);
    margin-top: -.4375rem;
  }
}
/*----------------------------------
  Process v1
------------------------------------*/
.s-process-v1 {
  position: relative;
}
.s-process-v1:before {
  position: absolute;
  top: 3.125rem;
  left: 60%;
  width: 80%;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.2);
  content: " ";
  margin-top: -.03125rem;
}
@media (max-width: 47.9em) {
  .s-process-v1:before {
    display: none;
  }
}
.s-process-v1:last-child:before {
  display: none;
}
/*----------------------------------
  Scroll To Section
------------------------------------*/
/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}
/*----------------------------------
  Team v1
------------------------------------*/
.s-team-v1 {
  position: relative;
  cursor: pointer;
}
.s-team-v1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-team-v1:hover:before {
  box-shadow: 0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
}
/*----------------------------------
  Video
------------------------------------*/
.s-video__bg {
  position: relative;
}
.s-video__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 181, 241, 0.8) 0, rgba(152, 119, 234, 0.8) 100%);
  background-repeat: repeat-x;
  content: " ";
}
/* Video v2 */
.s-video-v2__bg {
  position: relative;
}
.s-video-v2__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(34, 35, 36, 0.85);
  content: " ";
}
/*----------------------------------
  Header
------------------------------------*/
.s-header__navbar {
  background: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Container
------------------------------ */
.s-header__container {
  width: 100%;
  height: auto;
  display: table;
  padding: .75rem 1.875rem;
}
.s-header__container:before, .s-header__container:after {
  content: " ";
  display: table;
}
.s-header__container:after {
  clear: both;
}
.container-fluid {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}
/* Navbar Row
------------------------------ */
.s-header__navbar-row {
  position: relative;
  display: table-row;
  clear: both;
}
.s-header__navbar-row-col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
/* Logo
------------------------------ */
.s-header__logo {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: auto;
  float: left;
}
.s-header__logo-link {
  display: inline-block;
  padding: 1rem 0;
}
.s-header__logo-link:focus, .s-header__logo-link:hover {
  text-decoration: none;
}
.s-header__logo-img-default, .s-header__logo-img-shrink {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header__logo-img-default {
  opacity: 1;
}
.s-header__logo-img-shrink {
  position: absolute;
  top: 1rem;
  left: 0;
  opacity: 0;
}
@media (max-width: 61.9em) {
  .s-header__logo {
    width: auto;
    height: auto;
    float: left;
  }
}
/* Trigger
------------------------------ */
.s-header__trigger {
  position: relative;
  z-index: 9999;
  width: 3.125rem;
  height: 3.125rem;
  float: right;
  overflow: hidden;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Trigger Icon */
.s-header__trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.875rem;
  height: 0.1625rem;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header__trigger-icon:before, .s-header__trigger-icon:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.s-header__trigger-icon:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.5375rem, 0);
  transform: translate3d(0, 0.5375rem, 0);
}
.s-header__trigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.5375rem, 0);
  transform: translate3d(0, -0.5375rem, 0);
}
.s-header__trigger--dark .s-header__trigger-icon {
  background: #005eae;
}
.s-header__trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.s-header__trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}
/* Trigger Is Active Style */
.-is-active.s-header__trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.-is-active .s-header__trigger-icon {
  background: #fff;
}
.-is-active .s-header__trigger-icon:before, .-is-active .s-header__trigger-icon:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.-is-active .s-header__trigger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-is-active .s-header__trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.-is-active.s-header__trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
/* Overlay
------------------------------ */
.s-header-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 36, 0);
  visibility: hidden;
  -webkit-transition: all 1s ease-in 0.4s;
  transition: all 1s ease-in 0.4s;
}
.s-header-bg-overlay.-is-open {
  background: rgba(34, 35, 36, 0.99);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* Nav
------------------------------ */
.s-header__nav {
  height: 100%;
  padding: 7.5rem 0;
}
/* Menu List */
.s-header__nav-menu {
  width: 18.75rem;
  float: right;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 47.9em) {
  .s-header__nav-menu {
    width: 50%;
  }
}
@media (max-width: 33.9em) {
  .s-header__nav-menu {
    width: 100%;
    float: none;
  }
}
.s-header__nav-menu-item {
  padding: 0 0 0 3.625rem;
  margin-bottom: .3125rem;
}
@media (max-width: 47.9em) {
  .s-header__nav-menu-item {
    padding-left: 0;
  }
}
.s-header__nav-menu-link {
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 300;
  color: #fff;
  opacity: .85;
  padding: .3125rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header__nav-menu-link.sm-lnk {
  font-size: 0.8rem;
}
.s-header__nav-menu-link-divider {
  position: relative;
}
.s-header__nav-menu-link-divider:before {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 2.1875rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0);
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header__nav-menu-link-divider[href]:focus, .s-header__nav-menu-link-divider[href]:hover {
  color: #fff;
}
.s-header__nav-menu-link-divider[href]:hover:before {
  right: 0;
  background: white;
}
.s-header__nav-menu-link-divider:focus, .s-header__nav-menu-link-divider:hover {
  color: #fff;
}
.s-header__nav-menu-link-divider:hover {
  opacity: 1;
  padding-right: 2.5rem;
}
.s-header__nav-menu-link-divider.-is-active {
  padding-right: 2.5rem;
}
.s-header__nav-menu-link-divider.-is-active:before {
  right: 0;
  background: white;
}
/* Action
------------------------------ */
.s-header__action {
  margin-bottom: 0;
}
.s-header__action--lb {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}
.s-header__action--rb {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
}
.s-header__action-item {
  padding: 0;
  margin-left: .1875rem;
  margin-right: .3125rem;
}
.s-header__action-link {
  position: relative;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: .3125rem;
}
.s-header__action-link:first-child {
  padding-left: 0;
}
.s-header__action-link:last-child {
  padding-right: 0;
}
.s-header__action-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.s-header__action-link.-is-active {
  color: white;
}
/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
}
.s-header-bg-overlay .s-header__action-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 47.9em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item, .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
}
@media (min-width: 34em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.2s ease-out;
    transition: all 0.4s 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
    -webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
    -webkit-transition: all 0.4s 1s ease-out;
    transition: all 0.4s 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
    -webkit-transition: all 0.4s 1.4s ease-out;
    transition: all 0.4s 1.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
    -webkit-transition: all 0.4s 1.6s ease-out;
    transition: all 0.4s 1.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
    -webkit-transition: all 0.4s 1.8s ease-out;
    transition: all 0.4s 1.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
    -webkit-transition: all 0.4s 2s ease-out;
    transition: all 0.4s 2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
  }
}
/* Shrink
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
  box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}
.s-header__shrink.-is-open .s-header__navbar {
  background: transparent;
}
/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
  opacity: 1;
}
.s-header__shrink.-is-open .s-header__logo-img-shrink {
  opacity: 0;
}
.s-header__shrink .s-header__navbar {
  background: #fff;
}
.s-header__shrink .s-header__logo-img-default {
  opacity: 0;
}
.s-header__shrink .s-header__logo-img-shrink {
  opacity: 1;
}
/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
  background: #d23535;
}
.s-header__shrink .s-header__trigger-icon {
  background: #d23535;
}
/*----------------------------------
  Header v2
------------------------------------*/
/* Navbar
------------------------------ */
.s-header-v2__navbar {
  position: relative;
  z-index: 1000;
  min-height: 3.125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header-v2__navbar:before, .s-header-v2__navbar:after {
  content: " ";
  display: table;
}
.s-header-v2__navbar:after {
  clear: both;
}
@media (max-width: 61.9em) {
  .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
}
/* Navbar Row
------------------------------ */
.s-header-v2__navbar-row {
  display: table-row;
  clear: both;
}
@media (max-width: 61.9em) {
  .s-header-v2__navbar-row {
    display: inherit;
  }
}
/* Columns */
.s-header-v2__navbar-col {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 61.9em) {
  .s-header-v2__navbar-col {
    display: block;
  }
}
/* Space */
.s-header-v2__navbar-col-width--180 {
  width: 11.250rem;
}
@media (max-width: 61.9em) {
  .s-header-v2__navbar-col-width--180 {
    width: auto;
  }
}
/* Variations */
@media (min-width: 62em) {
  .s-header-v2__navbar-col--left {
    float: left;
  }
  .s-header-v2__navbar-col--left .dropdown__mega-menu {
    right: auto;
    left: 10rem;
  }
}
@media (min-width: 62em) {
  .s-header-v2__navbar-col--right {
    float: right;
  }
}
/* Navbar Toggle
------------------------------ */
.s-header-v2__toggle {
  position: relative;
  display: none;
  float: right;
  background: transparent;
  border: none;
  outline: none;
  line-height: 4.3rem;
  padding: .5625rem .3125rem .5625rem .625rem;
  margin: 0;
}
.s-header-v2__toggle-icon-bar {
  position: relative;
  width: 1.315rem;
  height: 0.0625rem;
  display: inline-block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header-v2__toggle-icon-bar, .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  background: #222324;
}
.s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  position: absolute;
  left: 0;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header-v2__toggle-icon-bar:before {
  width: 0.625rem;
  height: 0.0625rem;
  bottom: .625rem;
}
.s-header-v2__toggle-icon-bar:after {
  width: 1rem;
  height: 0.0625rem;
  top: -.3125rem;
}
.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:after {
  width: 1.315rem;
  height: 0.0625rem;
}
@media (max-width: 61.9em) {
  .s-header-v2__toggle {
    display: block;
  }
}
/* Logo
------------------------------ */
.s-header-v2__logo {
  width: 100%;
  height: auto;
  float: left;
}
.s-header-v2__logo-link {
  display: inline-block;
  padding: 1rem 1.25rem 1rem 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header-v2__logo-link:focus, .s-header-v2__logo-link:hover {
  text-decoration: none;
}
.s-header-v2__logo-img {
  display: inline-block;
}
.s-header-v2__logo-img--default {
  display: block;
}
@media (max-width: 61.9em) {
  .s-header-v2__logo-img--default {
    display: none;
  }
}
.s-header-v2__logo-img--shrink {
  display: none;
}
@media (max-width: 61.9em) {
  .s-header-v2__logo-img--shrink {
    display: block;
  }
}
@media (max-width: 61.9em) {
  .s-header-v2__logo {
    width: auto;
    height: auto;
    float: left;
  }
  .s-header-v2__logo-link {
    padding-left: .875rem;
    padding-right: .625rem;
  }
}
/* Collapse
------------------------------ */
@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse {
    width: 100%;
    padding: 0 .9375rem !important;
  }
}
@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse.collapse {
    display: none !important;
  }
  .s-header-v2__navbar-collapse.collapse.in {
    display: block !important;
    max-height: 35rem;
    overflow-y: auto !important;
  }
}
/* Nav Menu
------------------------------ */
.s-header-v2__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.s-header-v2__nav:before, .s-header-v2__nav:after {
  content: " ";
  display: table;
}
.s-header-v2__nav:after {
  clear: both;
}
@media (max-width: 61.9em) {
  .s-header-v2__nav {
    background: #fff;
    padding: 1.25rem 0;
  }
}
.s-header-v2__nav-item {
  position: relative;
  display: block;
  float: left;
}
.s-header-v2__nav-item:last-child .s-header-v2__nav-link {
  margin-right: 0;
}
@media (max-width: 61.9em) {
  .s-header-v2__nav-item {
    float: none;
  }
}
.s-header-v2__nav-item .dropdown-backdrop {
  position: relative;
}
.s-header-v2__nav-link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 5.5rem;
  text-transform: uppercase;
  margin: 0 .9rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header-v2__nav-link:hover {
  color: #fff;
}
.s-header-v2__nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.s-header-v2__nav-link.-is-active {
  color: #fff;
}
@media (max-width: 61.9em) {
  .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
    line-height: 1.6;
    margin: 1.5rem 0;
  }
  .s-header-v2__nav-link:focus, .s-header-v2__nav-link:hover {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header-v2__nav-link.-is-active {
    color: #13b1cd;
  }
}
/* Dropdown
------------------------------ */
.s-header-v2__dropdown-menu {
  display: none;
  font-size: 0.8125rem;
  min-width: 13.750rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
  padding: .9375rem 0;
  margin-top: 0;
}
@media (max-width: 61.9em) {
  .s-header-v2__dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}
.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link, .s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
  background: transparent;
}
.s-header-v2__dropdown-menu-link {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: rgba(34, 35, 36, 0.7) !important;
  padding: .4375rem 2rem .4375rem 1.375rem !important;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-header-v2__dropdown-menu-link:hover {
  color: #13b1cd !important;
}
.s-header-v2__dropdown-menu-link.-is-active {
  color: #13b1cd !important;
}
/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
  .s-header-v2__dropdown-on-hover:hover > .s-header-v2__dropdown-menu {
    display: block;
  }
}
/* Shrink
------------------------------ */
@media (min-width: 62em) {
  .s-header__shrink .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
  /* Toggle */
  .s-header__shrink .s-header-v2__toggle-icon-bar--white, .s-header__shrink .s-header-v2__toggle-icon-bar--white:before, .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
    background: #222324;
  }
  /* Logo */
  .s-header__shrink .s-header-v2__logo-img--default {
    display: none;
  }
  .s-header__shrink .s-header-v2__logo-img--shrink {
    display: block;
  }
  /* Nav Link */
  .s-header__shrink .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link:hover {
    color: #13b1cd;
  }
  .s-header__shrink .s-header-v2__nav-link:focus {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link.-is-active {
    color: #13b1cd;
  }
}
/*----------------------------------
  Footer
------------------------------------*/
.s-footer__logo {
  position: relative;
  z-index: 1;
}
.s-footer__logo:before {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  bottom: 0;
  width: 70%;
  height: auto;
  z-index: -1;
  background: url("../img/widgets/worldmap.png") no-repeat center center;
  background-size: cover;
  content: " ";
}
/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 3rem;
  z-index: 9;
  background-color: #d23535;
  border-radius: 3.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-back-to-top:hover {
  background: #fff;
}
.s-back-to-top:hover:before {
  color: #005EAE;
}
.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}
/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 3.125rem;
  opacity: .8;
}
.s-back-to-top.-is-visible:hover {
  opacity: 1;
}
/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}
/*----------------------------------
  Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
  font-size: 0.8125rem;
  color: #656565 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.s-portfolio__filter-v1-item:hover {
  color: #242424 !important;
}
.s-portfolio__filter-v1-item.cbp-filter-item-active {
  color: #13b1cd !important;
}
.s-portfolio__filter-v1.cbp-l-filters-text {
  margin-bottom: 0;
}
/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
  position: relative;
  display: block;
}
.s-portfolio__img-effect:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 177, 205, 0.95);
  content: " ";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-portfolio__item:hover .s-portfolio__img-effect:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}
.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: .625rem;
}
.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 .9375rem;
}
.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background: #13b1cd;
}
/* Tab v1
------------------------------ */
.s-tab__filter-v1 {
  display: block;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  letter-spacing: .0625rem;
  line-height: 2rem;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-tab__filter-v1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.3);
  content: " ";
  margin-left: -2.5rem;
}
.s-tab__filter-v1:last-child {
  padding: 0;
  margin: 0;
}
.s-tab__filter-v1:last-child:before {
  display: none;
}
.s-tab__filter-v1.cbp-filter-item-active {
  color: #13b1cd;
}
.s-tab__grid-v1-item {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #656565;
}
/*----------------------------------
  Google Map
------------------------------------*/
/* Custom Style */
.s-google-map, .s-google-map .s-google-container {
  position: relative;
}
/* Info Window: White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}
/* Info Window: Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}
/* Info Window: Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}
/* Info Window: New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-family: themify;
  color: #656565;
  content: "\e646";
}
/* Info Window: Positioning of infowindow */
.gm-style-iw {
  top: 1.375rem !important;
  left: 1.375rem !important;
}
/*----------------------------------
  Swiper
------------------------------------*/
.s-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    pointer-events: auto;
	transition-duration: 10ms !important;
	z-index:10000;

}
@media (max-width: 47.9em) {
  .s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right,.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    opacity: 0;
  }
}
.s-swiper__arrow-v1--left,.swiper-button-prev {
  left: 2rem;
}
.s-swiper__arrow-v1--right, .swiper-button-next {
  right: 2rem;
}
@media (max-width: 47.9em) {
  .s-swiper:hover .s-swiper__arrow-v1--left, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    opacity: 1;
  }
}
/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}
.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: .7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #13b1cd;
  opacity: 1;
}
.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}
.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #13b1cd;
}
.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}
.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #13b1cd;
}
.sns {
  list-style-type: none;
  float: right;
  padding-top: 8px;
  padding-inline-start: 0;
}
.sns li {
  display: inline-block;
  font-size: 1.4em;
  margin-right: 3px;
}
.sns li a {
  color: #3D3D3D;
}
.sns-color li a {
  color: #3D3D3D;
}
.s-header__navbar {
  border-bottom: 2px solid #FFFFFF;
}
.menu {
  font-size: 11px;
  position: fixed;
  right: 38px;
  top: 75px;
  color: #005EAE;
}
.menu-color {
  color: #005EAE;
}
@media (max-width:600px) {
  .menu {
    top: 80px;
  }
}
@media (max-width:420px) {
  .menu {
    top: 50px;
  }
}
h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 3em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
}
h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d1cfcf;
  border-radius: 3px;
}
.info h3 {
  color: #666666;
  background-color: #CBCBCB;
  font-size: 1.4em;
  padding-top: 15px;
  padding-bottom: 5px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 15px;
  margin-bottom: 15px;
}
.info h3:before {
  width: 0;
  height: 0;
}
.info dt {
  padding-top: 15px;
}
.info dd {
  border-bottom: 1px solid #CBCBCB;
  color: #666666;
  padding-bottom: 15px;
}
.row-height {
  display: flex;
  flex-wrap: wrap;
}
.bg-color {
  background-color: #F6F6F6;
}
dl.wp dt {
  padding: 2px;
  float: left;
}
dl.wp dd:first-of-type {
  padding: 5px 10px;
  color: #FFFFFF;
  margin-left: 5px;
  float: left;
  font-size: 0.5em;
  background-color: #898989;
}
.flexiblebox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}
.data, .rinen {
  background-image: url(../img/bg-data.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.rinen {
  min-height: 250px;
}
.data p {
  height: 250px;
  min-height: 250px;
}
.fa-lg {
  line-height: 1.5em !important;
}
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 380px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 380px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: auto;
  float: left;
  overflow: hidden;
  padding: 0;
  padding-inline-start: 0;
}
.loopSlider ul li {
  width: 471px;
  height: 380px;
  float: left;
  display: inline;
  overflow: hidden;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.text-bold {
  font-weight: bold;
}
h3 {
  margin-bottom: 2em;
}
.box1 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 3px #000000;
}
.box1 p {
  margin: 0;
  padding: 0;
}
.h300 {
  height: 300px;
}
.text-gray {
  color: #888888;
}
@media (max-width: 480px) {
.s-header__nav {
    height: 100%;
    padding: 3rem 0 0;
}
.s-header__nav-menu-link {
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    opacity: .85;
    padding: .1125rem;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}	
}

ul {
  padding-left: 10px;
}
.wf-ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.bg-1 {
    background-size: cover !important;
    background-position: center center !important;
    background-image: url(../img/1920x1080/06.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media (max-width: 480px) {
.bg-1 {
    background-size: contain !important;
    background-position: center top !important;
}
}

.g-bg-position {
	background-size: cover!important;
    background-position: center center!important;
}

.button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #d23535;
  color: #fff!important;
}
.button:hover {
    background-color: #f4a6a6;
}

/* wp */
.tx-right {
	text-align:right;
}
.titleWrap {
	/*display: flex;
  align-items: center;*/
}
.data {
    /*margin-left: 15px;*/
    display: block;
    background-image: none;
}
.title {
    /*margin-left: 15px;*/
	display: block;
}

.imghover:hover{
	opacity:0.6;
	transition:0.6s;
}
@media only screen and (max-width: 480px) {
.titleWrap {
    display: block;
    align-items: flex-start;
}
span.txtCenter {
    display: block;
}	
.data {
    margin-left: 0;
	display: block;
}
.title {
    margin-left: 0;
	display: block;
}	
}
.box1 {
    background-color: rgba(243,248,255,0.42);
    padding: 2em;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-radius: 15px;
}
.box1 ul li,.blog ul li {
	box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 10px;
   /* border-bottom: 1px dotted #CCCCCC;*/
    list-style-type: none;

}
.text-center {
    display: block;
    text-align: center;
}
.text-center img {
    width: 100%;
    height: auto;
}
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e1e1e;
  z-index: 9999;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}
.shutter {
  -webkit-animation: byeShutter 2.6s forwards;
  animation: byeShutter 2.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 2.6s forwards;
  animation: shutterOpen 2.6s forwards;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes contentScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
    transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
    transform: perspective(800px) scale(1) rotateX(0);
  }
}
.swiper-wrapper {
  position:relative
}
.slider-section {
   width:100%;
   height:75vh;
   background-size:cover;
}

.swiper-slide p {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:50%;
  height:100px;
  margin:auto;
  z-index:6;
  font-size:5em;
  font-weight:800;
  letter-spacing:0.15em;
  color:#fff;
  text-align:center;
}
@media only screen and (max-width: 768px) {
.swiper-slide p {
  position:absolute;
  top:40%;
  right:0;
  bottom:0;
  left:0;
  width:90%;
  height:auto;
  margin:auto;
  font-size:1.6em;
  font-weight:800;
  letter-spacing:0.15em;
  color:#fff;
  text-align:center;
}

}
@media only screen and (max-width: 499px) {
.swiper-slide p {
  position:absolute;
  top:40%;
  right:0;
  bottom:0;
  left:0;
  width:80%;
  height:auto;
  margin:auto;
  font-size:2em;
  font-weight:800;
  letter-spacing:0.15em;
  color:#fff;
  text-align:center;
}

}
/*===========================
spacer
===========================*/


.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
	
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.mt10,.mt20,.mt30 {
     margin-top:4% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:4% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:5% !important;
}
.mb40,.mb60 {
     margin-bottom:5% !important;
}
.mt70,.mt80 {
     margin-top:8% !important;
}
.mb70,.mb80 {
     margin-bottom:8% !important;
}
}
.sns-bnr {
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: start;
    justify-content:  start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.sns-bnr li {
    margin-right:3%;	
}
ul li {
   list-style-type:none;
}
.h2-ttl {
   font-size:1.3rem;
   margin-top:50px;
}
ul.check {
    position: relative;
	display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
	width:98%;
	margin-right:2%;
    position: relative;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

/*----------------------------
flow
-----------------------------*/

.flow-down {
    background-image: url(../img/arrow_down_s.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    padding-bottom: 70px;
    width: 100%;
}
.flow-down.first {
    position: relative;
    padding-top: 30px;
}
.flow-down.first::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    display: block;
    height: 1px;
    background: #d5d5d5;
    width: 100%;
}
.flow-end {
}
.flow-down p.p-ttl, .flow-end p.p-ttl {
    font-size: 1.6em;
    margin-bottom: 1.5em;
	
    line-height: 1.3em;
    text-align: center;
    position: relative;
}
.flow-down p.p-ttl::after, .flow-end p.p-ttl::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 1;
    content: '';
    display: block;
    height: 4px;
    width: 100px;
    background: #d23535;
    margin-left: -50px;
    border-radius: 4px;
}
ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}



ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:40%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col {
    display:flex;
    justify-content:start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:30%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-3col > li {
    width:90%;
}
}

.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.catch01 {
   font-size:1.2em;
   font-weight:800;
   text-align:center;
   line-height:1.6;
   margin:1em auto;
   color:#C03;
}

@media only screen and (max-width: 768px) {
.box-sd {
    padding: 1.2rem;
    box-sizing: border-box;
}

}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}


.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
/*----------------------------
inquiry 
-----------------------------*/


.inquiry table {
    background-color: #e3e3e3;
    empty-cells: show;
    width: 100%;
    line-height: 1.3em;
    border-spacing: 0px;
    margin-bottom: 1.5em;
    padding: 20px 0;
    list-style-type: none;
    box-sizing: border-box;
}
.inquiry table th {
    padding: 12px 36px 12px 0;
    border: none;
    border-bottom: 1px solid #FFF;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    width: 33%;
    line-height: 2.2em;
    box-sizing: border-box;
    background-color: #e3e3e3;
}
.inquiry table td {
    padding: 12px 5px 12px 0;
    border: none;
    border-bottom: 1px solid #FFF;
    text-align: left;
    box-sizing: border-box;
    background-color: #e3e3e3;
}
.inquiry table td .select {
    margin-bottom: 0.5em;
}
.inquiry table td .select li {
    float: left;
    margin-right: 20px;
}
.inquiry table td .select li input {
    vertical-align: middle;
}
.inquiry table td label {
    padding: 0 0 0px 5px;
}
.inquiry table span {
    color: #ff0000;
}
.inquiry table input {
    margin: 2px 0 2px 0;
    height: 1.6em;
    border: 1px solid #DDD;
}
.inquiry .formBtn {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.inquiry .btnSend {
    background-color: #292929;
    color: #FFF;
    padding: 5px 0;
    margin: 0 5px 0 5px;
    border: 0;
    width: 160px;
    box-sizing: border-box;
    border-radius: 2px;
}
.inquiry .btnReset {
    background-color: #FFF;
    padding: 5px 0;
    margin: 0 5px 0 5px;
    border: 0;
    border: 1px solid #292929;
    width: 160px;
    box-sizing: border-box;
    border-radius: 2px;
}
.inquiry .forml {
    width: 90%;
}
.inquiry .formm {
    width: 50%;
}
.inquiry .tel,.inquiry .tel2 {
    text-align: center;
    font-size: 3em;
    font-family: 'Noto Sans Japanese', sans-serif;
    margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
.inquiry table {
    width: 100%;
    margin: 0 0 3% 0;
    padding: 10px 0;
    box-sizing: border-box;
}
.inquiry table tr {
    display: block;
}
.inquiry table th {
    display: list-item;
    padding: 10px 10px 5px;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    width: 100%;
    line-height: 1em;
    box-sizing: border-box;
    background-color: #EEE;
}
.inquiry table td {
    display: list-item;
    width: 100%;
    border-bottom: 1px #FFF solid;
    font-weight: normal;
    padding: 5px 10px 10px 10px;
}
.inquiry .forml {
    width: 100%;
}
.inquiry .formm {
    width: 100%;
}
.inquiry .btnSend {
    width: 100px;
}
.inquiry .btnReset {
    width: 100px;
}
}
.inquiry p {
    text-align: center;
}

@media only screen and (max-width: 640px) {
.inquiry .tel {
    font-size: 2.6em;
}
.inquiry p {
    text-align: left;
}
}
input, select {
    vertical-align: middle;
}
.inquiry table input {
    border: 1px solid #DDD;
}

.small-writeup {
    border: 1px solid #dadada;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .small-writeup {
    padding: 20px;
    margin-bottom: 30px;
}
}

.p-ttl02 {
    font-size:1.2rem;
	font-weight:800;
	line-height:1.6;
	color:#333;
}
.p-ttl03 {
    text-align:center;
	padding:0.5em;
	background:#d23535;
	color:#fff;
}
ul.check2,ul.check-2col  {
    position: relative;
}

ul.check2 li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:40%;
    margin-right:2%;
    display:inline-block;
}
ul.check2 li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}


ul.check-2col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:40%;
    margin-right:2%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
	top:-0.2em;
    font-size: 1.3em;
}
.h4-ttl {
    padding:0.4em 0.4em 0.2em;
	color:#fff;
	background:#C03;
	font-size:1.4em;
}
.bg-img07 {
 background-image: url(../img/1920x1080/h-07.jpg);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position: 50% 0%;
}

@media only screen and (max-width: 768px) {
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:90%;
	margin-right:2%;
	display:inline-block;
}
h3 {
    font-size: 1.55rem;
	margin-bottom: 4.00rem !important;
}
.g-font-size-32--xs {
    font-size: 1.7rem !important;
}
.g-margin-b-80--xs {
    margin-bottom: 3rem !important;
}
.h3-rp {
    margin-top:3em;
	margin-bottom:2em !important;
}
.flow-down {
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.p-ttl02 {
    font-size: 1.1rem;
}
.s-back-to-top {
    position: fixed;
    right: 1.125rem;
    bottom: -3.125rem;
    display: block;
    width: 1.875rem;
    height: 3rem;
    z-index: 9;
    background-color: #d23535;
    border-radius: 3.125rem;
    text-align: center;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.catch01 {
    font-size: 1.1em;
    text-align: left;
    margin: 1em auto;
}
h4 {
    font-size: 1.3rem;
}
.s-header__container {
    width: 100%;
    height: auto;
    display: table;
    padding: 0.75rem 1.0rem;
}
.menu {
    right: 24px;
}
.mt-rp {
    margin-top:3em;
}
.flow-down p.p-ttl, .flow-end p.p-ttl {
    font-size: 1.3em;
    margin-bottom: 1.4em;
}
.h3-p {
    font-size: 1.25rem;
	margin-top:1em !important;
    margin-bottom: 2rem !important;
}
.privacy h4 {
    font-size: 1.1rem;
	margin-top:1em;
}
.g-margin-b-40--xs {
    margin-bottom: 0.5rem;
}
.g-padding-y-80--xs {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.h4-ttl {
    padding:0.4em 0.4em 0.2em;
	font-size:1.1em;
}
.bg-img07 {
 background-position: 100% 0% !important;
}
}

@media ( prefers-reduced-motion: reduce ) {
   .sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img{
    transition-duration: 100ms !important;
  }
}

/*
div.slider-wrapper { 
 position:relative;
  overflow: hidden;
  width:100%;
}
ul.slider {
overflow: hidden;
padding:0px !important;
}
div.slider-wrapper ul li {
	width:100%;
}
div.slider-wrapper ul li img{
  margin:0 auto;
}
.slider li {
  overflow: visible;
}
div.slider-wrapper section{
	color:#fff !important;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	left:30%;
}
div.slider-wrapper section p.slider-txt{ 
  color:#fff;
  margin-bottom:15px; 
  font-size:30px; 
  font-size:3rem; 
}
div.slider-wrapper.slider{
		padding-top:46px;
		width:2000px;
		list-style:none;
	}
*/


.slider {
	position : relative;
	overflow : hidden;
	width : 100%;
	height : 1000px;
	margin : auto;      
}

.slider img {
	display : block;
	position : absolute;
	width : inherit;
	height : inherit;
	left : -100%;
	animation : slideAnime 20s ease infinite;
}
.slider {
	margin-bottom: 0
}

@media (min-width: 1000px) {
.slider {
	position: relative;
	z-index: 10
}

}
.slider .slick-dots {
	bottom: 3.33333px
}
.slider .slick-dots li button:before {
	content: "";
	font-family: sans-serif;
	width: 12px;
	height: 3px;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 2px;
	transition: .3s all;
	opacity: 1
}
.slider .slick-dots li.slick-active button:before {
	width: 9px;
	height: 9px;
	-webkit-transform: translate(2px, -3px);
	-ms-transform: translate(2px, -3px);
	transform: translate(2px, -3px);
	border-radius: 50%
}
.slider .slick-dots li button:hover:before, .slider .slick-dots li button:focus:before {
	-webkit-transform: translate(-2px, -6px);
	-ms-transform: translate(-2px, -6px);
	transform: translate(-2px, -6px);
	width: 12px;
	height: 12px;
	border-width: 2px;
	background-color: #000;
	border-color: #fff;
	border-radius: 50%
}
.slider .slider-item {
	position: relative;
	width: 100%;
	background-color: #fff
}
.slider .slider-item .slider-inner {
	display: block
}
.slider .slider-item a.slider-inner {
	color: #333;
	text-decoration: none
}
.slider .slider-item .slider-box {
	position: absolute;
	left: 25%;
	top: 30%;
	width: 100%;
	max-width: 960px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 220;
}
.slider .slider-item .slider-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 230
}
@media (min-width: 1000px) {
.slider .slider-item .slider-box:before {
	max-width: 960px
}
}
@media (min-width: 1280px) {
.slider .slider-item .slider-box:before {
	max-width: 1200px
}
}
.slider .slider-item .slider-contents {
	position: relative;
	color: #333;
	line-height: 1.75;
	text-align: center;
	z-index: 240
}
.slider .slider-item.slider-inverse .slider-contents {
	color: #fff
}
.slider .slider-item .slider-edit {
	position: absolute;
	top: 700px;
	left: 700px;
	z-index: 250
}
.slider .slider-item .slider-title {
	margin: 0;
	font-size: 5rem;
	font-family: Lato, sans-serif;
	font-weight: 800;
	line-height: 1.5;
	text-shadow: 0px 0px 0.25em rgba(255,255,255,0.75), 1px 1px 0.25em rgba(255,255,255,0.75), 1px -1px 0.25em rgba(255,255,255,0.75), -1px 1px 0.25em rgba(255,255,255,0.75), -1px -1px 0.25em rgba(255,255,255,0.75);
	letter-spacing: .15em;
	color:#f3234a;
}
.slider .slider-item.slider-inverse .slider-title {
	text-shadow: 0px 0px 1em rgba(0,0,0,0.35), 1px 1px 0.25em rgba(0,0,0,0.35), 1px -1px 0.25em rgba(0,0,0,0.35), -1px 1px 0.25em rgba(0,0,0,0.35), -1px -1px 0.25em rgba(0,0,0,0.35)
}

@media (max-width: 768px) {
.slider .slider-item .slider-box {
	position: absolute;
	left: 30%;
    top: 26%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 220
}
.slider .slider-item .slider-title {
	font-size: 2rem;
}
}
@media (max-width: 480px) {
.slider .slider-item .slider-box {
	position: absolute;
	left: 40%;
    top: 20%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 220
}
.slider .slider-item .slider-title02,.slider .slider-item .slider-title  {
	font-size: 1.6rem !important;
}
}




.slider .slider-item .slider-text {
	margin: 0;
	padding: 40px 0 0;
font-size:.875rem;
	text-shadow: 0px 0px 0.5em rgba(255,255,255,0.5), 1px 1px 0 rgba(255,255,255,0.5), 1px -1px 0 rgba(255,255,255,0.5), -1px 1px 0 rgba(255,255,255,0.5), -1px -1px 0 rgba(255,255,255,0.5)
}
.slider .slider-item.slider-inverse .slider-text {
	text-shadow: 0px 0px 0.5em rgba(0,0,0,0.5), 1px 1px 0 rgba(0,0,0,0.5), 1px -1px 0 rgba(0,0,0,0.5), -1px 1px 0 rgba(0,0,0,0.5), -1px -1px 0 rgba(0,0,0,0.5)
}
@media (min-width: 768px) {
.slider .slider-item .slider-text {
	font-size: 1.125rem
}
}
@media (min-width: 1280px) {
.slider .slider-item .slider-text {
	font-size: 1.25rem
}
}
.slider .slider-item .slider-link {
	margin: 0;
	padding: 20px 0 0;
font-size:.75rem
}
@media (min-width: 1280px) {
.slider .slider-item .slider-link {
	font-size: 1rem
}
}
.slider-longtext .slider-item .slider-title {
	margin: 0;
	font-size: 1.25rem;
	text-align: left
}
@media (min-width: 768px) {
.slider-longtext .slider-item .slider-title {
	font-size: 2rem;
	text-align: center
}
}
@media (min-width: 1280px) {
.slider-longtext .slider-item .slider-title {
	font-size: 2.5rem
}
}
.slider-longtext .slider-item .slider-text {
	text-align: left
}
@media (min-width: 768px) {
.slider-longtext .slider-item .slider-text {
	text-align: center
}
}
.slider-01 .slider-item {
	min-height: 1200px;
}


@media (min-width: 1300px) {
.slider-01 .slider-item .slider-cover {
	height: 940px !important;
}
}
/*
@media (max-width: 1300px) {
.slider {
	position : relative;
	overflow : hidden;
	width : 100%;
	height : 400px;
	margin : auto;      
}
.slider-01 .slider-item {
	min-height: 400px;
}
}
*/


.slider-01 .slider-item .slider-cover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent center center no-repeat;
	background-size: cover;
	z-index: 210
}
@media (min-width: 1000px) {
.slider-02 {
	position: relative;
	z-index: 10
}
}
.slider-02 .slider-item .slider-img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 210
}


.slide-arrow{
	position:absolute;
	top:55%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index:100;
	cursor:pointer;
}
.slide-arrow::before{
	display:block;
	color:#fff;
	font-size:30px;
	font-weight:900;
	font-family:"Font Awesome 5 Free";
}
.next-arrow{ right:10px; }/*内側に右から10ピクセル移動*/
.prev-arrow{ left:10px; }/*内側に左から10ピクセル移動*/
.next-arrow::before{
	content:"\f054";/*右矢印のアイコンフォント*/
}
.prev-arrow::before{
	content:"\f053";/*左矢印アイコンフォント*/
}
/*マウスオーバーで矢印が水色へ*/
.slide-arrow:hover::before{
	color:#11cfff;
}
/*==// ここからdots //==*/
.slick-dots{
	/*画像の下部へ配置*/
	position:absolute;
	bottom:0;
	z-index:100;
}
.slick-dots li button:before{
	color:#fff;
	opacity:1;
}
.slick-dots li.slick-active button:before{ color:#11cfff; opacity:1; }



@media only screen and (max-width: 768px) {
.slide-arrow{
	position:absolute;
	top:48%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index:100;
	cursor:pointer;
}
h1.g-font-size-20--xs {
    font-size: 2.125rem !important;
}


}
@media only screen and (max-width: 550px) {
.sns {
    width:50%;
}
.sns li {
    width:36%;
	margin-right: 9%;
	margin-bottom:11%;
}
}

@media only screen and (max-width: 480px) {
.sns li a img{
    max-width:30px;
}
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    color:#656565 !important;
	text-decoration:none;
}
.tel-b a {
    color:#222324 !important;
	text-decoration:none;
}

.tel-a a:hover,.tel-b a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.wide-window {
    background-size:100vw auto !important;
}
.header-business {
	background-image: url("../img/1920x1080/h-02.jpg");
	background-size:100% auto;
	background-position:bottom !important;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
.sm-mt10 {
	margin-top:10rem;
}
.wide-window {
    background-size:auto auto !important;
}


}

.slider-cover.img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
    text-align:left;
}
}
.tx-em {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}
table.table-add th {
    background-color: #f4f2f2;
    color: #333;
    padding: 0.35em 0.5em;
    border-bottom: 1px #cdcdcd solid;
    border-right: 1px #cdcdcd solid;
    letter-spacing: 0;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
table.table-add th ,table.table-add td{
    display: block;
    width: 100%;
    box-sizing: border-box;
}

}
@media only screen and (max-width: 480px) {
.footer_tel a {
    background-color: #d23535;
    padding: 0.5em;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-weight: 700;
    color: #FFF !important;
    left: 0px;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.6em;
    border-right: 1px solid #d5fed9;
	text-decoration:none;
}
/*
.footer_mail a {
    background-color: #d0131c;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF !important;
    text-align: center;
    z-index: 10000;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    right: 0px;
    border-left: 1px solid #d5fed9;
	text-decoration:none;
}
*/
.fa {
    position:relative;
}
.fa-phone-square:before{
	position:absolute;
	top:-0px;
	left:-30px;
}
}
.button a {
    color:#fff !important;
}
.lnk-txt a{
	color:#656565 !important;
}
.tx-rv {
    text-align:left;
}
@media only screen and (max-width: 768px) {
.tx-rv {
    text-align:center;
}
}

@media (min-width: 1200px) {
.container.container-add {
    width: 1170px;
}
}

/* wp */
.tx-right {
	text-align:right;
}
.titleWrap {
	/*display: flex;
  align-items: center;*/
}
.data {
    /*margin-left: 15px;*/
    display: block;
    background-image: none;
}
.title {
    /*margin-left: 15px;*/
	display: block;
}

.imghover:hover{
	opacity:0.6;
	transition:0.6s;
}
.box1 ul li,.blog ul li {
	box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;

}
@media only screen and (max-width: 480px) {
.box1 ul li,.blog ul li {
    width:80%;
	margin-right:auto;
	margin-left:auto;
}
.titleWrap {
    display: block;
    align-items: flex-start;
}
span.txtCenter {
    display: block;
}	
.data {
    margin-left: 0;
	display: block;
}
.title {
    margin-left: 0;
	display: block;
}	
}
.box1 {
    background-color: rgba(243,248,255,0.42);
    padding: 2em;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-radius: 15px;
}

.text-center {
    display: block;
    text-align: center;
}
.text-center img {
    width: 100%;
    height: auto;
}
.g-font-size-60--md.h1-add {
    font-size:3.5rem !important;
}

@media only screen and (max-width: 768px) {
.g-font-size-60--md.h1-add {
    font-size: 2.125rem !important;
}
}



html.no-edge.no-ie * {
    font-feature-settings: "palt" 1;
}
.c-btn.c-posi-center {
    margin-left: auto;
    margin-right: 10px;
}

.c-btn {
	margin-top:40px;
    width: 40%;
    height: 50px;
}

.c-btn__text {
    width: 100%;
    height: 15px;
    font-size: 18px;
	font-weight:800;
}

.c-btn__text {
    position: relative;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition-property: all;
    transition-duration: .68s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 768px) {
.c-btn.c-posi-center {
    margin-left: auto;
    margin-right: auto;
}
.c-btn {
	margin-top:20px;
    width: 70%;
    height: 50px;
}
.c-btn__text {
    width: 100%;
    height: 15px;
    font-size: 14px;
	font-weight:800;
}

.c-btn__text {
    position: relative;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition-property: all;
    transition-duration: .68s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
}



.c-btn.c-type-border .c-btn__inner {
    border: 1px solid #273135;
}
.c-btn__inner {
    width: 100%;
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    position: relative;
    overflow: hidden;
    transition-property: all;
    transition-duration: .68s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.c-btn__inner>a, .c-btn__inner>button {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
	color:#d23535;
}

.c-btn__inner>a:before, .c-btn__inner>button:before {
    width: 40px;
    height: 1px;
}

.c-btn__inner>a:before, .c-btn__inner>a:after, .c-btn__inner>button:before, .c-btn__inner>button:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #273135;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transition-property: all;
    transition-duration: .68s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}



.c-btn__inner .js__shake {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    content: "";
    display: block;
    position: absolute;
    transform: translate3d(-100%, 0, 0);
    transition-property: all;
    transition-duration: .68s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -ms-filter: "alpha(opacity=$num)";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
}
.js__shake.bg-color .js__shake-base {
    background: linear-gradient(135deg, #f69393, #e05959 18%, #d23535 98%);
}
.c-btn__inner .js__shake>* {
    width: 100%;
    height: 100%;
}
.js__shake-base {
    z-index: 10;
}
.js__shake>* {
    position: absolute;
    top: 0;
    left: 0;
}
.js__shake.bg-color .js__shake-motion1 {
    background-color: #faa1b8 !important;
}
.js__shake-motion1 {
    -ms-filter: "alpha(opacity=$num)";
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    animation: shake1 .8s ease infinite;
}
.js__shake.bg-color .js__shake-motion2 {
    background-color: #f1faa1 !important;
}
.js__shake-motion2 {
    -ms-filter: "alpha(opacity=$num)";
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    animation: shake2 .8s ease infinite;
}

.c-btn__inner:hover>a:before, .c-btn__inner:hover>button:before {
    width: 20px;
}

.c-btn__inner:hover>a:before, .c-btn__inner:hover>a:after, .c-btn__inner:hover>button:before, .c-btn__inner:hover>button:after {
    background-color: #fff; 
}
.c-btn__inner:hover .c-btn__text {
    color: #fff;
}

.c-btn__inner:hover>a:after, .c-btn__inner:hover>button:after {
    left: 10px;
}

.c-btn__inner:hover .js__shake {
    transform: translate3d(0%, 0, 0);
    -ms-filter: "alpha(opacity=$num)";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
}

.c-btn__inner>a:after, .c-btn__inner>button:after {
    width: 10px;
    height: 3px;
    left: 30px;
}

.thumb-link {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    display: block;
}
.thumb-link img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}