/* ==========================================================================
1. IMPORT GOOGLE FONTS
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
/* ==========================================================================
2. GENERAL
========================================================================== */

html {
  overflow-x: hidden;
}
.navbar-brand img{
	width:150px
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: 'UD新ゴNT L';
  font-size: 18px;
  line-height: 2em;
  color: #333;
  background: #fff;
  height: 100%;
  position: relative;
	letter-spacing: .1em;
}
.navbar-brand img{
	width: 200px;
	margin: -1.2em 0 -1em 0;
}
a {
  color: #27E1CE;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #1A9487;
  outline: none;
	text-decoration: none;
}
p {
  margin-bottom: 30px;
}

::-webkit-selection {
  color: #fff;
  background: #27E1CE;
}

::-moz-selection {
  color: #fff;
  background: #27E1CE;
}

::selection {
  color: #fff;
  background: #27E1CE;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #27E1CE;
  color: #fff;
  border: 2px solid #27E1CE;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #3de4d3 !important;
  border-color: #3de4d3 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #27E1CE;
  border: 2px solid #27E1CE;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #27E1CE;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #27E1CE;
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-social li a:hover {
  color: #27E1CE;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

#fh5co-header {
  width: 100%;
  margin: 0;	position: fixed;
	background: #FFF;
	z-index: 666;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin: 0px 0 0 0;
  }
}
@media screen and (min-width: 993px) {
#fh5co-header .header-inner {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
}
@media screen and (max-width: 992.98px) {
#fh5co-header .header-inner {
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
}
#fh5co-header h1 {
  float: left;
  padding: 0;
  font-weight: 700;
  line-height: 0;
  font-size: 30px;
}
#fh5co-header h1 a {
  position: relative;
  color: black;
}
#fh5co-header h1 a > span {
  color: #27E1CE;
}
#fh5co-header h1 a:hover, #fh5co-header h1 a:active, #fh5co-header h1 a:focus {
  text-decoration: none;
  outline: none;
}

#fh5co-header h1, #fh5co-header nav {
  margin: 38px 0 0 0;
}
#fh5co-header nav {
  float: right;
  padding: 0;
}
@media screen and (max-width: 992.98px) {
  #fh5co-header nav {
    display: none;
  }
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0 -0px 0 0;
  line-height: 0;
	font-size: 14px;
	letter-spacing: 0;
}
#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-header nav ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#fh5co-header nav ul li a i {
  line-height: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
}
#fh5co-header nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #27E1CE;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav ul li a:hover {
  text-decoration: none;
  color: #27e1ce;
}
#fh5co-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
#fh5co-header nav ul li.cta {
  margin-left: 20px;
}
#fh5co-header nav ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid #27e1ce;
  color: #27E1CE;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header nav ul li.cta a:hover {
  color: #fff;
  background: #27E1CE;
}
#fh5co-header nav ul li.cta a:hover:after {
  display: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 70px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: #27E1CE;
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
@media screen and (min-width: 993px) {
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
}
@media screen and (min-width: 769px)  and (max-width: 992.98px) {
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
}
@media screen and (max-width: 769px) {
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
}
@media screen and (min-width: 993px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 69px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  letter-spacing: .1em;
  line-height: 1.5em;
	margin-top: .2em;
}
}
@media screen and (min-width: 769px)  and (max-width: 992.98px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 54px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  letter-spacing: .1em;
  line-height: 1.5em;
	margin-top: .2em;
}
}
@media screen and (max-width: 768.98px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 39px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  letter-spacing: .1em;
  line-height: 1.5em;
	margin-top: .4em;
}
}
@media screen and (min-width: 993px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  font-size: 70px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  letter-spacing: .1em;
  line-height: 1.5em;
	margin-top: .2em;
}
}
@media screen and (min-width: 769px)  and (max-width: 992.98px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  font-size: 55px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  letter-spacing: .1em;
  line-height: 1.5em;
	margin-top: .2em;
}
}
@media screen and (max-width: 768.98px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  font-size: 40px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  letter-spacing: .1em;
  line-height: 1.5em;
	margin-top: .4em;
}
}
@media screen and (min-width: 993px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
	font-size:25px;
	color: #FFF;
	font-weight: 700;
	margin-top: -1em;
	margin-bottom: 1em;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead br {
	display: none;
}
}
@media screen and (min-width: 769px)  and (max-width: 992.98px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
	font-size:25px;
	color: #FFF;
	font-weight: 700;
	margin-top: -4em;
	margin-bottom: 1em;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead br {
	display: none;
}
}
@media screen and (max-width: 768.98px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
	font-size:20px;
	color: #FFF;
	font-weight: 700;
	margin-top: 0em;
	margin-bottom: 1em;
}
}
@media screen and (min-width: 993px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead2 {
	font-size:28px;
	color: #FFF;
	font-weight: 700;
	margin-top: 0em;
}
}
@media screen and (min-width: 769px)  and (max-width: 992.98px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead2 {
	font-size:24px;
	color: #FFF;
	font-weight: 700;
	margin-top: 0em;
}
}
@media screen and (max-width: 768.98px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead2 {
	font-size:20px;
	color: #FFF;
	font-weight: 700;
	margin-top: 0em;
}
}
@media screen and (min-width:993px){
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 10px 0px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #27E1CE;

}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #27E1CE;
}
}
@media screen and (min-width:768.98px) and (max-width:992.98px){
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 10px 0px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #27E1CE;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #27E1CE;
}
}
@media screen and (max-width:768.98px){
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 10px 0px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #27E1CE;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #27E1CE;
}
}
@media screen and (min-width:993px){
.section-title--balloon1 {
  font-size: 28px;
  text-transform: uppercase;
  padding: 23px 10px 0 10px;
	line-height: 0;
  color: #FFF;
  position: relative;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.section-title--balloon1 {
  font-size: 24px;
  text-transform: uppercase;
  padding: 23px 10px 0 10px;
  line-height: 0;
  color: #FFF;
  position: relative;
}
}
@media screen and (max-width:768.98px){
.section-title--balloon1 {
  font-size: 20px;
  text-transform: uppercase;
  padding: 23px 10px 0 10px;
		line-height: 0;
  color: #FFF;
  position: relative;
}
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}


#fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
#fh5co-blog-section,#fh5co-pricing-section {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 3em 0;
  }
}
#fh5co-services-section .services {
  position: relative;
}

@media screen and (min-width: 993px) {
#fh5co-services-section h2 ,#fh5co-work-section h2, #fh5co-testimony-section h2 {
    font-size:36px;
    font-family: 'UD新ゴNT DB';
}
#fh5co-services-section h2 br,#fh5co-work-section h2 br, #fh5co-testimony-section h2 br {
	display: none;
}
}
@media screen and (min-width: 769px) and (max-width: 992.98px) {
#fh5co-services-section h2,#fh5co-work-section h2, #fh5co-testimony-section h2 {
  font-size:30px;
  font-family: 'UD新ゴNT DB';
}
#fh5co-services-section h2 br,#fh5co-work-section h2 br, #fh5co-testimony-section h2 br {
	display: none;
}
}
@media screen and (max-width: 768.98px) {
#fh5co-services-section h2,#fh5co-work-section h2, #fh5co-testimony-section h2 {
  font-size:24px;
	font-family: 'UD新ゴNT DB';
	line-height: 2em;
	text-align: center;
}
}
#fh5co-services-section .services i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #27E1CE;
}
#fh5co-services-section .services .desc , #fh5co-services-section .services .desc-2 {
  border: 3px solid #27E1CE;
	padding: 1em;
	margin-bottom: 1em;
	background-color: rgba(39,225,206,.2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
-webkit-background-size: 5px 5px;
}

.desc-3 {
  border: 3px solid #27E1CE;
	padding: 1em;
	margin-bottom: 1em;
	background-color: rgba(39,225,206,.2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
-webkit-background-size: 5px 5px;
}


.desc-trouble-area {
  border: 3px solid rgba(243,88,125,1);
	padding: 1em;
	margin-bottom: .5em;
	background-color: rgba(243,88,125,.2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
-webkit-background-size: 5px 5px;
}
@media screen and (min-width:993px){
.trouble-area h3 {
  margin-bottom: 20px;
  font-size: 20px;
	line-height: 1.8em;
  color:rgba(243,88,125,1);
	margin-bottom: 0;
}
.mar{
	margin-bottom:1em;
}
.trouble-text{
		margin-bottom: 0;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.trouble-area h3 {
  margin-bottom: 20px;
  font-size: 20px;
	line-height: 1.8em;
  color:rgba(243,88,125,1);
	margin-bottom: 0;
}
.mar{
	margin-bottom:1em;
}
.trouble-text{
		margin-bottom: 0;
}
}
@media screen and (max-width:768.98px){
.trouble-area h3 {
  margin-bottom: 25px;
  font-size: 22px;
	line-height: 1.8em;
  color:rgba(243,88,125,1);
	margin-bottom: 0;
}
.mar{
	margin-top:-2em;
}
}

.desc-membership {
  border: 3px solid #27E1CE;
	padding: 1em;
	margin-bottom: .5em;
	background-color: rgba(39,225,206,.2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
-webkit-background-size: 5px 5px;
}
@media screen and (min-width: 993px) {
.desc-6{
	width: 100%;
}
.desc-6 h2 {
    font-size: 28px;
	color:#27E1CE;
	font-family: 'UD新ゴNT DB';
	letter-spacing: .05em;
	line-height: 1.8em;
	text-align: left;
}
.desc-6-list{
	line-height: 1.7em;
	margin-top: .5em;
}
.icon-color{
	color:rgba(232,64,126,1.00);
	margin-right: .5em;
}
}
@media screen and (min-width: 993px) {
.desc-3-2{
	width: 65%;
	float: left;
}
.desc-3-2 h3 {
    font-size: 28px;
	color:#27E1CE;
	font-family: 'UD新ゴNT DB';
	letter-spacing: .05em;
	line-height: 1.8em;
	text-align: left;
}
.desc-3-3 {
    float: left;
	width: 33%;
	margin-left: 2%;
}
.body-box p{
	margin-bottom: 0;
}
}
@media screen and (min-width: 769px)  and (max-width: 992.98px) {
.desc-3-2{
	width: 65%;
	float: left;
}
.desc-3-2 h3 {
    font-size: 24px;
	color:#27E1CE;
	font-family: 'UD新ゴNT DB';
	letter-spacing: .05em;
	line-height: 1.8em;
	text-align: left;
}
.desc-3-3 {
    float: left;
	width: 33%;
	margin-left: 2%;
}
.body-box p{
	margin-bottom: 0;
}
}
@media screen and (max-width: 768.98px) {
.desc-3-2{
	width: 100%;
}
.desc-3-2 h3 {
    font-size: 24px;
	color:#27E1CE;
	font-family: 'UD新ゴNT DB';
	letter-spacing: .05em;
	line-height: 1.8em;
	text-align: left;
}
.desc-3-3 {
	width: 100%;
}
.body-box p{
	margin-bottom: 1.5em;
}
}
@media screen and (min-width: 993px) {
#fh5co-services-section .services .desc h3 {
  font-size: 18px;
  font-weight: 700;
	line-height: 2em;
	letter-spacing: 0;
}
#fh5co-services-section .services .desc h3 span {
  font-size: 28px;
	color:#27E1CE;
	font-family: 'UD新ゴNT DB';
	letter-spacing: .05em;
}
}
@media screen and (min-width: 769px) and (max-width: 992.98px) {
#fh5co-services-section .services .desc h3 {
  font-size: 18px;
  font-weight: 700;
	line-height: 2em;
	letter-spacing: 0;
}
#fh5co-services-section .services .desc h3 span {
  font-size: 28px;
	color:#27E1CE;
	font-family: 'UD新ゴNT DB';
	letter-spacing: .05em;
}
}
@media screen and (max-width: 768.98px) {
#fh5co-services-section .services .desc h3 {
  font-size: 24px;
  font-weight: 700;
	line-height: 1.8em;
	letter-spacing: 0;
}
#fh5co-services-section .services .desc h3 span {
  font-size: 28px;
	color:#27E1CE;
	font-family: 'UD新ゴNT DB';
	letter-spacing: .05em;
}
}
.fh5co-services {
  margin-top: 4em;
}
.member {
  	border: 3px solid #FFF;
	padding: 1em;
	background-color: none;
	margin-bottom: 2em;
}
@media screen and (min-width:993px){
.member h3 {
  font-size: 24px;
  font-weight: 700;
	line-height: 1.7em;
	text-align: center;
}
.member .detail-text{
	color: #FFF;
	padding-bottom: 0em;
	margin-bottom: .5em;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.member h3 {
  font-size: 24px;
  font-weight: 700;
	line-height: 1.7em;
}
.member .detail-text{
	color: #FFF;
	padding-bottom: 1em;
}
}
@media screen and (max-width:768.98px){
.member h3 {
  font-size: 24px;
  font-weight: 700;
	line-height: 1.7em;
	text-align: left;
}
.member .detail-text{
	color: #FFF;
	padding-bottom: 1em;
	text-align: left;
}
}
.member h3 span {
  font-size: 32px;
  font-weight: bold;
	color:#27E1CE;
}
#fh5co-work-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-work-section .item-grid .image {
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center center;
}
#fh5co-work-section .item-grid .v-align {
  padding: 10px;
}
#fh5co-work-section .item-grid .v-align .title h3 {
  font-size: 24px;
  font-weight: bold;
	margin-top: .7em;
	padding-bottom: 15px;
}
#fh5co-work-section .item-grid .v-align p {
    color: #333;
	margin-bottom: 0;
	padding: 10px;
}
#fh5co-work-section .item-grid:hover, #fh5co-work-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.wrap-testimony {
  position: relative;
  width: 100%;
}
.wrap-testimony .testimony-slide {
  text-align: center;
  overflow: hidden;
}
.wrap-testimony .testimony-slide span {
  font-size: 18px;
}
.wrap-testimony .testimony-slide span a.twitter {
  color: #27E1CE;
  font-weight: 300;
}
.wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrap-testimony .testimony-slide figure img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
.wrap-testimony .testimony-slide blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: #1a1a1a;
}
.wrap-testimony .testimony-slide.active {
  display: block;
}
.owl-carousel .owl-controls .owl-dot {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #27E1CE;
}

#fh5co-blog-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-blog-section .item-grid .image {
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-blog-section .item-grid .v-align {
  padding: 15px;
}
#fh5co-blog-section .item-grid .v-align .title h3 {
  font-size: 24px;
  font-weight: bold;
}
#fh5co-blog-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-blog-section .item-grid .v-align p {
  color: gray;
}
#fh5co-blog-section .item-grid:hover, #fh5co-blog-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.item-block {
  margin-bottom: 7em;
  float: left;
}
.item-block .icon {
  display: block;
  margin-bottom: 30px;
}
.item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
.item-block h3 {
  font-size: 20px;
  font-weight: 700;
}
.item-block p:last-child {
  margin-bottom: 0;
}

	
/*------------------------------------------------------*/
	
.fh5co-heading .message-area h3 {
  margin-bottom: 25px;
  font-size: 22px;
	line-height: 1.7em;
  font-weight: bold;
  color:#27E1CE;
}
@media screen and (min-width:993px){
.fh5co-heading .vision-area h3 {
  margin-bottom: 25px;
  font-size: 32px;
	line-height: 1.7em;
  color:#333;
}
.fh5co-heading .vision-area h3 br{
	display: none;
}
.fh5co-heading .mission-area h3 {
  margin-bottom: 25px;
  font-size: 28px;
	line-height: 1.7em;
  color:#333;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.fh5co-heading .vision-area h3 {
  margin-bottom: 25px;
  font-size: 28px;
	line-height: 1.7em;
  color:#333;
}
.fh5co-heading .vision-area h3 br{
	display: none;
}
.fh5co-heading .mission-area h3 {
  margin-bottom: 25px;
  font-size: 28px;
	line-height: 1.7em;
  color:#333;
}
}
@media screen and (max-width:768.98px){
.fh5co-heading .vision-area h3 {
  margin-bottom: 25px;
  font-size: 28px;
	line-height: 1.7em;
  color:#333;
}
.fh5co-heading .mission-area h3 {
  margin-bottom: 25px;
  font-size: 20px;
	line-height: 1.7em;
  color:#333;
	text-align: left;
}
.fh5co-heading .mission-area h3 br{
	display: none;
}
}
.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-about,
  .fh5co-team,
  .fh5co-contact {
    padding: 3em 0 10px 0;
  }
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #27E1CE;
}
.contact-info li a {
  color: #27E1CE;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

.fh5co-staff img {
  margin-bottom: 1.5em;
}
.fh5co-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-staff .fh5co-social {
  text-align: center;
}
.fh5co-staff .fh5co-social a {
  color: #000;
}



.map-area{
	width:100%;
	margin: 0 auto;
}

.fh5co-light-grey-section {
  background: rgba(0, 0, 0, 0.03) !important;
}

.js .animate-box {
  opacity: 0;
}


@media screen and (min-width:993px){
.top-company{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_company.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00)
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-company{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_company.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-company{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image:url("../images/top_under_company.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width:993px){
.top-faq{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_faq.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00)
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-faq{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_faq.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-faq{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image:url("../images/top_under_faq.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width:993px){
.top-services{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_services.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00)
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-services{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_services.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-services{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image:url("../images/top_under_services.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width:993px){
.top-contact{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_contact.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00)
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-contact{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_contact.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-contact{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image:url("../images/top_under_contact.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width:993px){
.top-trouble{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_trouble.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00)
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-trouble{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_trouble.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-trouble{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image:url("../images/top_under_trouble.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width:993px){
.top-information{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_information.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00)
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-information{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_information.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-information{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image:url("../images/top_under_information.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width:993px){
.top-advantage{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_advantage.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00)
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-advantage{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../images/top_under_advantage.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-advantage{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image:url("../images/top_under_advantage.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
#top-under{
	margin: 0;
}
@media screen and (min-width:993px){
.top-under{
	margin: 5em 0;	
}
.top-under h1{
  font-size: 24px;
	line-height: 1.5em;
    color: #fff;
	font-weight: 600;
	text-align:center;
}
.top-under-border{
	border: rgba(255,255,255,1) solid 2px;
	width: 60px;
	margin: 0 auto;
	margin-top:0px;
	margin-bottom: .7em;
}
.top-under-en{
	text-align: center;
	font-size:20px;
	color:rgba(255,255,255,1);
	margin-bottom: .7em;
	margin-top: 6.5em;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-under{
	margin: 0em 0;	
}
.top-under h1{
  font-size: 24px;
	line-height: 1.5em;
    color: #fff;
	font-weight: 600;
	text-align:center;
}
.top-under-border{
	border: rgba(255,255,255,1) solid 2px;
	width: 60px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom: 10px;
}
.top-under-en{
	text-align: center;
	font-size:20px;
	font-weight: 600;
	color:rgba(255,255,255,1);
	padding-top: 7em;
	margin-bottom: .7em;
}
}
@media screen and (max-width:768.98px){
.top-under{
	margin: 0em 0;	
}
.top-under h1{
  font-size: 20px;
	line-height: 1.5em;
  color: #fff;
	font-weight: 600;
	text-align:center;
}
.top-under-border{
	border: rgba(255,255,255,1) solid 2px;
	width: 60px;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom: 10px;
}

.top-under-en{
	text-align: center;
	font-size:20px;
	font-weight: 600;
	color:rgba(255,255,255,1);
	padding-top: 7em;
	margin-bottom: .7em;
}
}

@media screen and (min-width: 769px) {	
.company-data{
	font-size: 18px;	
}
.company-data dl {
padding: 0px 0;

}
.company-data dt {
padding:10px;
	background-color: #27E1CE;
	margin-bottom: 2em;
	text-align: center;
	color: #FFF;
}
.company-data dd {
	margin-bottom: 2em;
	padding:10px;
	line-height: 1.8em;
}
}
@media screen and (max-width: 768.98px) {	
.company-data{
	font-size: 14px;
}
.company-data dl {
margin: 0 auto;
}
.company-data dt {
padding:10px 0;
	background-color: #27E1CE;
	text-align: center;
	margin-bottom: 1em;
	color: #FFF;
}
.company-data dd {
padding:10px 0;
	text-align: left;
	margin-bottom: 1em;
	letter-spacing: 0;
	line-height: 1.8em;
}
}
@media screen and (min-width: 769px) {
.company-data dt {
clear: left;
float: left;
width: 15%;
}
.company-data dd {
margin-left: 18%;
}
}

@media screen and (min-width:993px){
.point-area{
	margin: 0 auto;
	margin-bottom: 1em;
	padding-bottom: 10em;
	padding-top: 1em;
	background: none;
}
.point-icon{
	width:10%;
	float:left;
	margin-right: 5%;
}
.point-icon img{
	width:110px;
}
.point-text-area{
	float:left;
	width:85%;
}
.point-ttl{
	font-weight: bold;
	font-size: 32px;
	line-height: 1.8em;
	color:#27E1CE;
	padding-bottom: 0em;
	margin-top: 0em;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.point-area{
	margin: 0 auto;
	margin-bottom: 1em;
	padding-bottom: 9em;
	padding-top: 1em;
	background: none;
}
.point-icon{
	width:15%;
	float:left;
	margin-right: 5%;
}
.point-text-area{
	float:left;
	width:80%;
}
.point-icon img{
	width:110px;
}
.point-ttl{
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3em;
	color:#27E1CE;
	padding-bottom: 0em;
	margin-top: .5em;
}
}
@media screen and (max-width:768.98px){
.point-area{
	margin: 0 auto;
	margin-bottom: 1em;
	padding-bottom: 9em;
	padding-top: 1em;
	background: none;
}
.point-icon{
	width:13%;
	float:left;
	margin-right: 2.2em;
}
.point-text-area{
	float:left;
	width:73%;
}
.point-icon img{
	width:70px;
}
.point-ttl{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	color:#27E1CE;
	padding-bottom: 0em;
	margin-top: 0em;
}
}
@media screen and (min-width:993px){
.arrow-process{
	margin-bottom: 0em;
	margin-top: 1em;
	width: 100%;
	font-size:30px;
	color: #27E1CE;
	text-align: left;
	margin-left: 1.5em;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.arrow-process{
	margin-bottom: 0em;
	margin-top: 1em;
	width: 100%;
	font-size:30px;
	color: #27E1CE;
	text-align: left;
	margin-left: 1.5em;
}
}
@media screen and (max-width:768.98px){
.arrow-process{
	margin-bottom: 0em;
	margin-top: .5em;
	width: 100%;
	font-size:30px;
	color: #27E1CE;
	margin-left: .8em;
}
}
@media screen and (min-width:993px){
.outline-text{
	text-align: left;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.outline-text{
	text-align: left;}
}
@media screen and (max-width:768.98px){
.outline-text{
	text-align: left;}
}
.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.section-title--balloon2 {
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 15px 5px 15px;
  font-weight: bold;
  color: #FFF;
  position: relative;
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #27E1CE;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #27E1CE;
}
}
	
@media screen and (min-width:992px){
.section-title--balloon3 {
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 15px 5px 15px;
  font-weight: bold;
  color: #FFF;
  position: relative;
	text-align: center;
	margin: 0 auto;
}
.balloon3 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #27E1CE;
	text-align: center;
}
.balloon3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #27E1CE;
}
}



.howto-area {
  margin-bottom: 25px;
  font-size: 22px;
	line-height: 1.8em;
  font-weight: bold;
  color:#27E1CE;
}
/*# sourceMappingURL=style.css.map */








/* ============================================================================================================================
2.1 Section Title
========================================================================== */


/* ==========================================================================
2.4  Pre Loader
========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #27E1CE;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255,255,255.7);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.5s infinite ease-in-out;
  animation: sk-bounce 2.5s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
-2.5 Scroll To Up 
========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  background-color: #27E1CE;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important;
}

.overlay {
  position: absolute;
  width: 100%;

  top: 0px;
  left: 0px;
  background: rgba(27,20,100,1);
  opacity: 0.5;
  filter: alpha(opacity=80);
}

/* ==========================================================================
Navbar Style
========================================================================== */
.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
 
}

.navigation.navigation-two {
  background-color: #fff;
	position: fixed;
	 border-bottom:3px solid #27E1CE;
}

.navigation.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
}

.navbar {
  padding: 15px 0;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 5px 16px;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 5px 16px;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }
}

.navbar-nav .nav-item a {
  color: #fff;
  font-size: 15px;
  padding: 5px 0px;
  margin-left: 15px;
  position: relative;
	letter-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    color: #212121;
    display: block;
    padding: 4px 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: #212121;
    display: block;
    padding: 4px 0;
    margin-left: 0;
  }
}

.navbar-nav .nav-item a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background:  #27E1CE;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

.navbar-nav .nav-item:hover a, .navbar-nav .nav-item.active a {
  color: none;
}

.navbar-nav .nav-item:hover a::before, .navbar-nav .nav-item.active a::before {
  width: 50%;
}

.navigation-two .navbar-toggler .toggler-icon {
  background-color: #212121;
}

.navigation-two .navbar-nav .nav-item a {
  color: #212121;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #212121;
}

.sticky .navbar-nav .nav-item a {
  color: #212121;
}





#google-map-area {
  position: relative;
	padding-top:50px; 
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.toggle-map {
  height: 5px;
  width: 100%;
  background-color: rgba(27,20,100,1);
  bottom: 0px;
  text-align: center;
  position: absolute;
  z-index: 106;
}

.toggle-map .map-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
  border: rgba(27,20,100,1) 3px solid;
  position: relative;
  top: -46px;
}

.toggle-map .map-icon i {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}

#google-map {
  text-align: center;
  background-color: #fff;
  height: 465px;
  position: absolute;
  bottom: -460px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  border-top: rgba(27,20,100,1) 3px solid;
}

#google-map.panel-show {
  bottom: -20px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
z-index: 9999;
}
#pageTop a {
  display: block;
  z-index: 9999;
  padding:0 0 0 0;
  width: 40px;
  height: 40px;
  background-color: rgba(48,48,48,.7);
	border-radius: 2px;
	border: 1px solid rgba(100,100,100,.7);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
	line-height: 2em;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
}
@media screen and (max-width: 768px) {
#pageTop {
	position: fixed;
	bottom: 65px;
	right: 10px;
	z-index: 9999;
}
#pageTop a {
  display: block;
  z-index: 9999;
  padding:0 0 0 0;
  width: 35px;
  height: 35px;
  background-color: rgba(48,48,48,.7);
	border-radius: 2px;
	border: 1px solid rgba(100,100,100,.7);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
	line-height: 1.7em;
}
}
@media screen and (min-width: 1200px) {
.hyo_3patern{
    max-height:100%;
	height: 300vh;
	margin: 0 auto;
	background: url("../images/pc_hyo.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
.hyo_3patern{
    max-height:100%;
	height: 250vh;
	margin: 0 auto;
	background: url("../images/pc_hyo.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
.hyo_3patern{
	max-height:100%;
	height: 320vh;
	margin: 0 auto;
	background: url("../images/tab_hyo.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
}
@media screen and (min-width: 530px) and (max-width: 768px) {
.hyo_3patern{
	max-height:100%;
	height: 220vh;
	margin: 0 auto;
	background: url("../images/tab_hyo.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
}
@media screen and (min-width: 480px) and (max-width: 529px) {
.hyo_3patern{
	max-height:100%;
	height: 500vh;
	margin: 0 auto;
	background: url("../images/smaho2_hyo.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
}
@media screen and (min-width: 430px) and (max-width: 479px) {
.hyo_3patern{
	max-height:100%;
	height: 480vh;
	margin: 0 auto;
	background: url("../images/smaho2_hyo.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
}
@media screen and (min-width: 390px) and (max-width: 429px) {
.hyo_3patern{
	max-height:100%;
	height: 420vh;
	margin: 0 auto;
	background: url("../images/smaho2_hyo.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
}
@media screen and (min-width: 350px) and (max-width: 389px) {
.hyo_3patern{
	max-height:100%;
	height: 420vh;
	margin: 0 auto;
	background: url("../images/smaho2_hyo.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
}
@media screen and (min-width: 320px) and (max-width: 349px) {
.hyo_3patern{
	max-height:100%;
	height: 420vh;
	margin: 0 auto;
	background: url("../images/smaho2_hyo.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
}