.fontg1{font-family: "Zen Kaku Gothic New", sans-serif!important;}
.fontg2{font-family: "Zen Old Mincho", serif!important;}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  line-height: 1.6;
	background-image: url("../img/top/bg.webp");
	background-repeat: repeat;
}

/* Typography */
h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: .5rem;
}


h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}


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);
}


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: #5d8398;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 {
margin:3px 0 0 0;
padding:0;
	font-size: 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #666;
}

h2,h3,h4,h5,h6 {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

em,
li {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
}

em > a,
li > a {
  color: #242424;
}

em > a:hover,
li > a:hover {
  color: #5d8398;
}

small {
  color: #656565;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
  font-size: 1.05rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 1rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/* Links */
a {
  color: #5d8398;
  text-decoration: none;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

a:focus, a:hover {
  color: #1095ac;
  text-decoration: none;
}

a:focus {
  outline: none;
}
.imgc{
	margin: 0 auto;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #fff;
  background: #5d8398;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #5d8398;
  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: #5d8398;
  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: #5d8398;
  border-color: #5d8398;
}

.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: #5d8398;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #5d8398;
}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #5d8398;
  border-color: #5d8398;
}

.s-btn--primary-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ee86a2;
	background-color: #ee86a2;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #ee86a2;
  background: #EFF8FF;
  border-color: #ee86a2;
}

.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: #5d8398;
  border-color: #5d8398;
}

.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: #5d8398;
  background: #fff;
  border-color: #fff;
}

.s-icon--primary-brd {
  color: #5d8398;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #5d8398;
  line-height: 1.4;
}

.s-icon--primary-brd:focus, .s-icon--primary-brd:hover {
  color: #fff;
  background: #5d8398;
  border-color: #5d8398;
}

.s-icon--primary-bg {
  color: #fff;
  background: #5d8398;
  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(210,232,255,0.70) -25%, #44829F 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%, #5d8398 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-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: #5d8398;
}

.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.375rem;
  height: 0.0625rem;
  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.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

.s-header__trigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.4375rem, 0);
  transform: translate3d(0, -0.4375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon {
  background: #222324;
}

.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 5.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.25rem;
  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-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: #fff;
}

.s-header__shrink .s-header__trigger-icon {
  background: #222324;
}

/*----------------------------------
  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: 2.3rem;
  padding: .-6000rem .3125rem .5625rem .625rem;
  margin: 20px 0 0 0; 
  height:35px;
  border:1px solid #838383;
}

.s-header-v2__toggle-icon-bar {
  position: relative;
  width: 1.315rem;
  height: 0.1rem;
  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: #838383;
}

.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: 1.315rem;
  height: 0.1rem;
  bottom: .750rem;
}

.s-header-v2__toggle-icon-bar:after {
  width: 1.315rem;
  height: 0.1rem;
  top: -.4000rem;
}

.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.1rem;
}

@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: .5rem 1.25rem .5rem 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: .0rem;
    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(34, 35, 36, 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: #5d8398;
  }
}

/* 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: #5d8398 !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
  color: #5d8398 !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: #5d8398;
  }
  .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: #5d8398;
  }
}

/*----------------------------------
  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-size: cover;
  content: " ";
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 3%;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 3rem;
  z-index: 9;
  background: #DA792B;
  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: #5d8398;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 5rem;
  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: #5d8398 !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: #5d8398;
}

/* 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: #5d8398;
}

.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);
}

@media (max-width: 47.9em) {
  .s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
    opacity: 0;
  }
}

.s-swiper__arrow-v1--left {
  left: 2rem;
}

.s-swiper__arrow-v1--right {
  right: 2rem;
}

@media (max-width: 47.9em) {
  .s-swiper:hover .s-swiper__arrow-v1--left, .s-swiper:hover .s-swiper__arrow-v1--right {
    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: #5d8398;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #5d8398;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #5d8398;
}



/* aisis
------------------------------ */
header{position: fixed;height: 70px;width: 100vw;z-index: 999; background: rgba(255,255,255,1.00)}

/* imgchange */
.pc { display: block !important;
margin:0 auto;}
.sp { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 480px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/* imgchange */
.pc2 { display: block !important;}
.sp2 { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 820px) {
    .pc2 { display: none !important; }
    .sp2 { display: block !important; }
}

.topmessbg{
	background: linear-gradient(135deg,rgba(255, 248, 222, 1) 0%, rgba(255, 255, 255, 1) 40%);
}

.topmess{
	padding: 60px 0 40px;
	margin: -40px 0 0;
	background-color: #FBEAEF;
	background-image: url("../img/top/topmessbg.webp");
	background-size: 80px;
}

#pointblock
{
  background-repeat: no-repeat;
  background:url(../img/top/bg3.webp) ;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 480px) {
#pointblock
{
  background-repeat: no-repeat;
  background:url(../img/top/bg3s.webp) ;
  background-size: 100% auto;
  background-position: center center;
  padding: 0;
  position: relative;
}
}

@media screen and (max-width: 768px) {
#pointblock
{
    padding: 0;
  }
}


#point
{
  background-repeat: no-repeat;
  background:url(../img/top/bg1.webp) ;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 480px) {
#point
{
  background-repeat: no-repeat;
  background:url(../img/top/bg1s.webp) ;
  background-size: 100% auto;
  background-position: center center;
  padding: 0;
  position: relative;
}
}

@media screen and (max-width: 768px) {
#point
{
  background-repeat: no-repeat;
  background:url(../img/top/bg1s.webp) ;
  background-size: 100% auto;
  background-position: center center;
  padding: 0;
  position: relative;
  }
}	


#net
{
  background-repeat: no-repeat;
  background:url(../img/top/bg4.webp) ;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 480px) {
#net
{
  background-repeat: no-repeat;
  background:url(../img/top/bg4s.webp) ;
  background-size: 100% auto;
  background-position: center center;
  padding: 0;
  position: relative;
}
}

@media screen and (max-width: 768px) {
#net
{
  background-repeat: no-repeat;
  background:url(../img/top/bg4sp.webp) ;
  background-size: 100% auto;
  background-position: center center;
  padding: 0;
  position: relative;
  }
}


#telblock
{
  background-repeat: no-repeat;
  background:url(../img/top/p13.webp) ;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 480px) {
#telblock
{
  background-repeat: no-repeat;
  background:url(../img/top/p13s.webp) ;
  background-size: 100% auto;
  background-position: center center;
  padding: 0;
  position: relative;
}
}

@media screen and (max-width: 768px) {
#telblock
{
    padding: 3em 0;
  background-size: 100% auto;
  }
}


#listblock
{
  background-repeat: no-repeat;
  background:url(../img/top/bg5.webp) ;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 480px) {
#listblock
{
  background-repeat: no-repeat;
  background:url(../img/top/bg5s.webp) ;
  background-size: 100% auto;
  background-position: center center;
  padding: 0;
  position: relative;
}
}

@media screen and (max-width: 768px) {
#listblock
{
    padding: 0;
  }
}


#cerablock
{
  background-repeat: no-repeat;
  background:url(../img/top/p26.webp) ;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 480px) {
#cerablock
{
  background-repeat: no-repeat;
  background:url(../img/top/p26s.webp) ;
  background-size: 100% auto;
  background-position: center center;
  padding: 0;
  position: relative;
}
}

@media screen and (max-width: 768px) {
#cerablock
{
    padding: 0;
  }
}


#doctorblock
{
  text-align:center;
  border-bottom:solid 1px #ccc;

}

@media screen and (max-width: 480px) {
#doctorblock
{
  background-repeat: no-repeat;
  background:url(../img/top/docbksp.webp) ;
  background-size: 100% auto;
  background-position: center center;
  padding: 0;
}
}

@media screen and (max-width: 768px) {
#doctorblock
{
    padding: 0;
  }
}

#footel{
	margin:0;
	width:100%;
	font-weight:normal;
	text-align:center;
	}


@media only screen and (max-width:480px){
#footel {
	z-index: 3;
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
}
}
.foot1{
	float:left;
	width:16%;
}
.foot2{
	float:left;
	width:42%;
}

#footl{
	float:left;
	width:50%;
text-align:left;
	}

#footl a{
	float:left;
	}

#footr{
	float:right;
	width:50%;
text-align: right;
}

#footr a{
	float:right;
}


#sidenet{
	margin:0;
	padding:0;
	opacity: 0.9;
}
.floating {
top: 140px;
right:0;
position: fixed;
z-index: 9999;
}
@media only screen and (max-width:480px){
	#sidenet {
	display:none;
	}
}

#map{
	margin:0;
	width:100%;
	height:450px;
	padding:0;
	text-align:center;
	}


.underg{
	border-bottom:1px solid #ccc;
	}



/* slideimg */

#slideimg1 {
  background: url(../img/top/s1.webp) no-repeat center center / cover;
}

@media print, screen and (max-width: 768px) {
  #slideimg1{
    background-image: url(../img/top/s1sp.webp);
  }
}

#slideimg2 {
  background: url(../img/top/s2.webp) no-repeat center center / cover;
}

@media print, screen and (max-width: 768px) {
  #slideimg2{
    background-image: url(../img/top/s2sp.webp);
  }
}

#slideimg3 {
  background: url(../img/top/s3.webp) no-repeat center center / cover;
}

@media print, screen and (max-width: 768px) {
  #slideimg3{
    background-image: url(../img/top/s3sp.webp);
  }
}

.sttx {
  position: relative;
  padding: .5em .75em;
  background-color:#ee86a2;
text-align: center;
	color: #FFF;
}
.sttx::before,
.sttx::after {
  position: absolute;
  bottom: 9px;
  z-index: -1;
  content: '';
  width: 30%;
  height: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}
.sttx::before {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: .3em;
}
.sttx::after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: .3em;
}

.sst {
	display: inline-block;
  position: relative;
	margin: -1em;
  padding: .5em 1em;
	text-align: center;
	line-height: 1.5;
	background-color: #DA792B;
	border-radius: 400px;
	color: #fff;
}

.sstborder{
	border: solid 4px #DA792B;
}

.sst2 {
  position: relative;
  padding: .5em 0;
	text-align: center;
	color: #fff;
}
.sst2::before,
.sst2::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.sst2::before {
  top: 0;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
}
.sst2::after {
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
}

.sst3 {
  position: relative;
  padding: .5em 0;
	text-align: center;
}
.sst3::before,
.sst3::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.sst3::before {
  top: 0;
  border-top: 2px solid #DB6060;
  border-bottom: 1px solid #DB6060;
}
.sst3::after {
  bottom: 0;
  border-top: 1px solid #DB6060;
  border-bottom: 2px solid #DB6060;
}

.st {
	background: #ee86a2;
	padding: 5px 15px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.stc1 {
	background: #4A88C3;
}
.stc2 {
	background: #9BCF89;
}
.stc3 {
	background: #D58FAB;
}
.stc4 {
	background: #70BEDB;
}
.stc5 {
	background: #D39C58;
}
table.price{
	margin:0 auto 15px;
	padding:4px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#fff;
	empty-cells:show;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
.price th{
	font-size:18px;
	letter-spacing:1px;
	padding:10px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	text-align: center;
}
.price td{
	font-size:18px;
	color:#333;
	padding:10px;
	background-color:#fff;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
table.priceno{
	margin:0 auto 15px;
	padding:4px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#fff;
	empty-cells:show;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
.priceno th{
	font-size:18px;
	letter-spacing:1px;
	color:#333;
	padding:10px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	text-align: center;
}
.priceno td{
	font-size:18px;
	color:#333;
	padding:10px;
	background-color:#fff;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
@media only screen and (max-width:480px){
	table{
		border-collapse:collapse;
	}
	.price td,.price th{
		width:100%;
		display:block;
		font-size:16px;
	}
	.priceno td,.priceno th{
		font-size:16px;
	}
}

table.com{
	width:100%;
    border-collapse:collapse;
    border-spacing:4px;
    empty-cells:show;
	font-family: 'Noto Sans JP', sans-serif!important;
}
.com th{
	letter-spacing: 1px;
    padding:10px 14px;
	font-size: 16px;
	text-align: center;
}
.com td{
  padding: 10px;
	font-size: 16px;
}
@media only screen and (max-width:480px){
	table{
		border-collapse:collapse;
	}
	.com td,.com th{
		width:100%;
		display:block;
		padding:10px;
	}
	.com th{
		border-top: none;
		border-left:none;
	}
	.scroll-table table {
		width: 100%;
		border: 1px solid #ccc;
		padding: .5em;
		background-color: #fff;
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}
table.com2{
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
	font-family: 'Noto Sans JP', sans-serif!important;
}
.com2 th{
	letter-spacing: 1px;
    padding:10px;
	font-size: 16px;
    text-align: center;
}
.com2 td{
  padding: 10px;
	font-size: 16px;
}



.txtsb{
	padding: 20px;
	background: #f8f8f8;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.tcw{
	color: #fff;
	background: #ee86a2;
	font-weight: 900;
	letter-spacing: .2em;
}

#comp{
	background-repeat:no-repeat;
	background:url(../img/top/bg2.webp);
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
	padding:0;position:relative
}
@media screen and (max-width:768px){
	#comp{
		background-repeat:no-repeat;
		background:url(../img/top/bg2sp.webp);
		background-size:100% auto;
		background-position:center center;
		padding:0;position:relative
	}
}
.videosize{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.bg-foot{
	
}
.bg-point{
	background-color: rgba(243,221,222,1.00);
	padding:0 0 80px;
	margin:0;
}


.txtpo{
	position: relative;
	line-height: 1.5;
	padding-top: .8em;
	overflow: visible;
}
.txtpo::after{
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -70px;
	width: 100px;
	height: 100px;
	background-color: #fff;
	clip-path: circle(50% at 50% 50%);
}
@media screen and (max-width:480px){
	.txtpo{
		position: relative;
		padding-top: 1.8em;
		line-height: 1.2;
	}
	.txtpo::after{
		content: " ";
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: -2.5em;
		width: 100px;
		height: 100px;
	}

}
.txtpo1::after{background: url("../img/top/n1.webp") no-repeat center / contain,#fff;}
.txtpo2::after{background: url("../img/top/n2.webp") no-repeat center / contain,#fff;}
.txtpo3::after{background: url("../img/top/n3.webp") no-repeat center / contain,#fff;}
.txtpo4::after{background: url("../img/top/n4.webp") no-repeat center / contain,#fff;}

.res{
	position: relative;
	background:url("../img/top/resbg2.webp"),url("../img/top/resbg.webp"),rgba(255,255,255,0.5);
	background-size: 400px,400px,auto;
	background-position:top -40px left -40px,top right,center;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
.res{
	position: relative;
	background:url("../img/top/resbg2.webp"),url("../img/top/resbg.webp"),rgba(255,255,255,0.5);
	background-size: 300px,300px,auto;
	background-position:top -40px left -40px,top right,center;
	background-repeat: no-repeat;
}
}
@media only screen and (max-width: 480px) {
    .res{
	position: relative;
	background:url("../img/top/resbg2.webp"),url("../img/top/resbgsp.webp"),rgba(255,255,255,0.5);
	background-size: 200px,350px,auto;
	background-position:top -20px left -20px,bottom -150px  center,center;
	background-repeat: no-repeat;
	}
}


.border-b{
	border-bottom: 1px solid #ee86a2;
}

.bg-clean{
	background: rgba(199,220,224,1.00);
}
.bg-pt{
	background: url("../img/top/pt2.webp") repeat center / auto;
}
@media only screen and (max-width: 820px) {
	.bg-pt{
		background: url("../img/top/bg2sp.webp") no-repeat center / cover;
	}
}



.st1 {
	position: relative;
}
.st1::after,.st1::before{
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	width: 100%;
}
.st1::after{
	top:5px;
	height: calc(100% - 10px);
	border-top: #8F7B67 solid 2px;
	border-bottom: #8F7B67 solid 2px;
}
.st1::before{
	top:10px;
	height: calc(100% - 20px);
	border-top: #8F7B67 solid 1px;
	border-bottom: #8F7B67 solid 1px;
}

.st2 {
	position: relative;
	padding: 1em;
	text-align: center;
	font-weight: 600;
	background-color: #fff;
	border-radius: 10px;
	color:#4E341B;
}
.st2::before,.st2::after {
	content: "";
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
.st2::before {
	top:5px;
	left: 5px;
	border-top: 2px solid #D3BEA2;
	border-left: 2px solid #D3BEA2;
	border-radius: 10px 0 0 0;
}
.st2::after {
	bottom:5px;
	right: 5px;
	border-bottom: 2px solid #AA957A;
	border-right: 2px solid #AA957A;
	border-radius: 0 0 10px 0;
}


.st3 {
	display: inline-block;
  position: relative;
  padding: 0.5em 1em 0.5em 0;
	line-height: 1.5;
	color: #fff;
	z-index: 1;
	font-weight: 500;
}

.st3:before {
  position: absolute;
  top: 0;
	right: 0;
  width: 100vw;
  height: 100%;
  content: '';
	background-color: #6e9547;
	border-radius:0 100px 100px 0;
	z-index: -1;
}

.st4{
	position: relative;
	padding:0.8em;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.5;
	border: 1px solid #C1A545;
	border-left: 10px solid #C1A545;
	background-color: #fff;
}

.st6 {
	display: block;
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 0.3em;
	border-bottom: 4px solid #886748;
	width: 100%;
	margin: 0;
	font-weight: 500;
}

.st6 {
  position: relative;
  text-align: center;
  background: #3a77b4;
	color:#fff;
	display: inline-block;
	letter-spacing: 0.05em;
}
.st6:before,
.st6:after {
  position: absolute;
  content: '';
}
.st6:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #3a77b4;
}
.st6 i {
  font-size: 24px;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -1.1em;
  left: calc(50% - 38px);
  width: 80px;
  height: 60px;
  text-align: center;
	color:#fff;
}
.st6 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.5em;
}


.st6-2 {
	display: block;
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 0.3em;
	border-bottom: 4px solid #886748;
	width: 100%;
	margin: 0;
	font-weight: 500;
}

.st6-2 {
  position: relative;
  text-align: center;
  background: #da792b;
	color:#fff;
	display: inline-block;
	letter-spacing: 0.05em;
}
.st6-2:before,
.st6-2:after {
  position: absolute;
  content: '';
}
.st6-2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #da792b;
}
.st6-2 i {
  font-size: 24px;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -1.1em;
  left: calc(50% - 38px);
  width: 80px;
  height: 60px;
  text-align: center;
	color:#fff;
}
.st6-2 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.5em;
}

.st7 {
	display: inline-block;
  position: relative;
	margin: -80px 0 0;
   padding: 0.5em 1em 0.5em 0;
	line-height: 1.5;
	color: #fff;
	z-index: 1;
	font-weight: 500;
}
.st7:before {
  position: absolute;
  top: 0;
	right: 0;
  width: 100vw;
  height: 100%;
  content: '';
	background-color: #ac6a6a;
	z-index: -1;
}

.st8 {
  position: relative;
  display: inline-block;
  margin: 1rem 0 0 -10px;
  padding: 1rem 3rem 1rem 30px;
  color: #fff;
	font-weight: bold;
  border-radius: 0 100vh 100vh 0;
  
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.st8:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-left: 10px solid transparent;
}

.st8c1{background: #C1AB61;}
.st8c1::before{border-top: 10px solid #6C5D2A;}
.st8c2{background: #f19838;}
.st8c2::before{border-top: 10px solid #AC5F0C;}
.st8c3{background: #5aadb7;}
.st8c3::before{border-top: 10px solid #336E75;}

.st9 {
	line-height: 1.5;
	border-bottom: 2px dotted #ccc;
	padding: 0 0 0.4em;
}

.st10 {
	line-height: 1.5;
	background-color: #fff;
	color:#8B7347;
	border-radius: 10px 10px 0 0 ;
	text-align: center;
	padding: 0.5em;
}


.stechi{
	position: relative;
	background: #DA792B;
	padding: 0.5em 0.5em;
	text-align: center;
	color: #fff!important;
}
.stechi::after,.stechi::before{
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	width: 100%;
}
.stechi::after{
	top:5px;
	height: calc(100% - 10px);
	border-top: rgba(255,255,255,0.5) solid 2px;
	border-bottom: rgba(255,255,255,0.5) solid 2px;
}
.stechi::before{
	top:10px;
	height: calc(100% - 20px);
	border-top: rgba(255,255,255,0.5) solid 1px;
	border-bottom: rgba(255,255,255,0.5) solid 1px;
}

.stechi2{
	position: relative;
	background: #ee86a2;
	box-shadow: 0px 0px 0px 5px #EBBFCD;
	border: dashed 2px white;
	padding: 0.5em 0.5em;
	text-align: center;
	color: #fff!important;
	border-radius: 20px;
}

.stf1 {
	position: relative;
	padding:0.5em 0.8em;
	margin-bottom: 1em;
	color: #fff;
	background-color: #6e9547;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
}
.stf1::before,
.stf1::after {
	position: absolute;
	top: 100%;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	content: '';
	border: 14px solid transparent;
	border-top: 12px solid #6e9547;
}

.stf2 {
	position: relative;
	padding:0.5em 0.8em;
	margin-bottom: 1em;
	color: #fff;
	background-color: #ac6a6a;
	font-weight: 500;
	text-align: center;
	border-radius: 10px;
}
.stf2::before,
.stf2::after {
	position: absolute;
	top: 100%;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	content: '';
	border: 14px solid transparent;
	border-top: 12px solid #ac6a6a;
}

.stf3 {
	position: relative;
	padding:0.5em 0.8em;
	margin-bottom: 1em;
	color: #fff;
	background-color: #ee86a2;
	font-weight: bold;
	border-radius: 10px;
}
.stf3::before,
.stf3::after {
	position: absolute;
	top: 100%;
	left:1.5em;
	content: '';
	border: 14px solid transparent;
	border-top: 12px solid #ee86a2;
}


#pic{
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:350px;
}

#picin{
	position: relative;
	clear:both;
	margin:0 auto;
	padding:0 0 5em;
}

#pict{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	width: 40%;
	clip-path: polygon(0 0, 100% 0, 85% 80%, 15% 80%);
	background-color: #ee86a2;
    text-align: center;
	padding-top:20px;
	padding-bottom:20px;
}
@media only screen and (max-width:480px){
#pict{
	width: 100%;
	padding-bottom:10px;
}
}
	
#pic ul,#pic li {
	float:left;
	list-style: none;
	margin: 0;
	padding:0;
}
#pic ul li {
	width: 250px;
	height: 350px;
}


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

.flboxc{
	display: flex!important;
	flex-direction: column;
}
.flboxitem{
	padding: 1.25rem;
	background-color: #fff;
	border-bottom-right-radius: 0.625rem !important;
	border-bottom-left-radius: 0.625rem !important;
}
.w30{
	width: 33.333%;
	margin:  0 .5em;
}
@media only screen and (max-width:820px){
	.w30{
		width: 96%;
		margin:  0 .5em;
		box-sizing: border-box;
	}
}
hr {
    height: 1px;
    background-color: rgba(197,207,215,1.00);
    border: none;
}


.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 10px;
	color: #fff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 2;
	position: relative;
	display: block;
	padding: 1em 3em 1em 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	border-radius: 10px;
	background: #ee86a2;
	color: #fff;
}
.cp_actab .cp_actab-content {
margin:0!important;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #FFFFFF;
border-radius: 10px;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 50em;
}
.cp_actab label::after {
	line-height: 4;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 4em;
	height: 4em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);}

.time {
	width: 100%;
	margin: 0 auto 10px;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.time th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-weight: bold;
	font-size: 18px!important;
	color: #fff;
	letter-spacing: .2em;
	background-color: #4E341B;
}
.time td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 18px!important;
	border-bottom: 1px solid #4E341B;
	color: #4E341B;
	font-weight: bold;
	line-height: 1.3;
}

.timera1{border-radius:0 0 0 10px;overflow: hidden;}
.timera2{border-radius:0 0 10px 0;overflow: hidden;}

.time2 {
	width: 100%;
	margin: 0 auto 10px;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.time2 th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-weight: bold;
	font-size: 18px!important;
	color: #fff;
	letter-spacing: .1em;
	background-color: #6e9547;
}
.time2 td {
	padding:15px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 18px!important;
	border-bottom: 1px solid #6e9547;
	color: #3A3A3A;
	font-weight: bold;
	line-height: 1.3;
}

@media only screen and (max-width: 480px) {
	.time th {
		padding:10px 2px;
		font-size: 14px!important;
		letter-spacing: 0.2;
	}
	.time td {
		padding:10px 2px;
		font-size: 14px!important;
	}
}

ul.listst li{
	margin-bottom: .5em;
	font-size: 17px;
font-family: 'Sawarabi Gothic', sans-serif;

}
@media screen and (max-width: 480px) {
	ul.listst li{
		font-size: 16px;
	}
}

.bgl{
	background: url("../img/top/bgl.webp") no-repeat right bottom / contain;
}
.bg-top{
	background:linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%),url("../img/top/nayamibg.webp");
	background-repeat: repeat;
	background-size:auto,100px;
	padding-top: 80px;
}
@media screen and (max-width:1200px){
.bg-top{
	padding-top: 40px;
}	
}
@media screen and (max-width:480px){
	.bg-top{
	background:linear-gradient(0deg,rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%),url("../img/top/nayamibg.webp");
	background-repeat: repeat;
	background-size:auto,50px;
	}
}

.bg-visit{
	overflow: hidden;
	background-image: url("../img/top/mainbg1.webp"),url("../img/top/mainbg2.webp");
	background-repeat: no-repeat;
	background-size: 800px;
	background-position: top left,bottom right;
	padding: 0 0 180px;
}
@media screen and (max-width:480px){
	.bg-visit{
	overflow: hidden;
	background-image: url("../img/top/mainbg1.webp"),url("../img/top/mainbg2.webp");
	background-repeat: no-repeat;
	background-size: 400px;
	background-position: top left,bottom right;
	padding: 0 0 180px;
	}
}

.lheight{
	line-height: 2.5;
}

.bg-poi{
	background: url("../img/top/pt3.webp") repeat center / auto;
}

.bg-flow{
	background: url("../img/top/pt4.webp") repeat center / 100px;
}

.bg-case{
	background: url("../img/top/pricebg.webp"),#ECF3F9;
	background-size:auto,200px;
}

.bg-medical{
	background: url("../img/top/pt5.webp") repeat center / auto;
}
.ap{
	position: relative;
}
.ap1{background:rgba(195,182,115,0.24);}
.ap2{background:rgba(106,102,86,0.24);}


.m-auto {
  margin: auto !important;
}
#point1in,
#point2in,
#point3in,
#point4in,
#point5in{
	position: relative;
}
#point1in::after,
#point2in::after,
#point3in::after,
#point4in::after,
#point5in::after{
	position: absolute;
	top: -56px;
	width: calc(100% - 80px);
	height: 100%;
	z-index: 1;
	font-size: 80px;
	
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	line-height: 0;
}

#point1in::after,#point3in::after,#point5in::after{text-align: left;color: rgba(195,182,115,0.24);}
#point2in::after,#point4in::after{text-align: left;color:rgba(106,102,86,0.24);}

#point1in::after{content:"Reason 1";}
#point2in::after{content:"Reason 2";}
#point3in::after{content:"Reason 3";}
#point4in::after{content:"Reason 4";}
#point5in::after{content:"Reason 5";}

@media screen and (max-width:480px){
	#point1in::after,
	#point2in::after,
	#point3in::after,
	#point4in::after,
	#point5in::after{
		position: absolute;
		top: -.5em;
		left: -100%;
		width: 100%;
		height: 100%;
		z-index: 1;
		font-size: 100px;
		color: rgba(103,103,103,0.1);
		font-weight: 400;
		font-family: 'Noto Serif JP', serif;
		line-height: 0;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

.stamess {
  position: relative;
	z-index: 1;
}

.stamess:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200vw;
  height: 100%;
  background:url("../img/top/mainstbg.webp"),#DA792B;
	background-size: 50px,auto;
	z-index: -1;
}

.marker {
 background: linear-gradient(transparent 60%, #F5F578 60%);
}


.btn-pdf {
    background: #DCD2C3;
    border-radius: 50px;
    position: relative;
	display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 40px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.btn-pdf:hover {
    background: #987C5C;
    color: #FFF;
}

.btn-pdf a:hover:after {
    border-color: #FFF;
}

#res
{
  background:url("../img/top/i1.webp") ;
	background-color: #FCECF0;
  background-repeat: repeat-x;
  background-size:auto;
  background-position: right bottom;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 480px) {
#res
{
  background-size:10%;
}
}

.logosize{
	display: block;
	width: 400px;
}
@media only screen and (max-width: 1200px) {
.logosize{
	width: 250px;
}	
}
@media only screen and (max-width: 480px) {
.logosize{
	width: 250px;
}	
}


.comno{
	margin:0 auto 15px;
	padding: 0 0 20px;
	width:100%;
    border-collapse:separate;
    border-spacing:5px;
    empty-cells:show;
	color: #3F2E2A;
	border-bottom: 2px dotted #ccc;
	
}
.comno th{
    padding:5px;
	vertical-align: top;
	font-weight: normal;
}
.comno td{
	vertical-align: top;
    padding:5px;
}

.eq{
	padding: 20px;
	background-image: url("../img/top/eq.webp");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 40%;
	background-color: #fff;
	border-radius: 10px;
}
@media only screen and (max-width: 480px) {
.eq{
	padding: 60vw 20px 20px;
	background-image: url("../img/top/eqsp.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size:100%;
	background-color: #fff;
	border-radius: 10px;
}
}

.sttip{
	position: relative;
	margin: -1.9em 0 0.5em;
	background-color: #ac6a6a;
	padding: 10px 20px 15px;
	font-family: 'Kosugi Maru', sans-serif;
	border-radius: 0 5px 20px 20px;
}
.sttip::before {
  position: absolute;
  content: '';
  top: 0px;
  left: -10px;
  border: none;
  border-top: solid 1.2em transparent;
  border-right: solid 10px #8A6161;
}
@media only screen and (max-width: 480px) {
.sttip{
	position: relative;
	margin: 0 0 0.8em -1.6em;
	background-color: #A06464;
	padding: 0.8em 0.8em 0.8em 1.2em;
	font-size: 20px;
	border-radius: 0 20px 20px 0;
}
.sttip::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 1em transparent;
  border-right: solid 0.7em #8A6161;
}
}



