
/* ==========================================================================
2. GENERAL
========================================================================== */
body {
  color: #333;
  font-size: 18px;
  background: none;
  overflow-x: hidden;
	font-family: 'UD新ゴ L';
}

html {
  overflow-x: hidden;
}

p {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  font-family: 'UD新ゴ L';
  margin-bottom: 0;
}

a:hover,
a:focus {
  color: rgba(57,174,228,1.00);
}

a {
  color:rgba(38,197,237,1.00);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: rgba(57,174,228,1.00) !important;
}

/* ==========================================================================
2.1 Section Title
========================================================================== */
.section {
  padding: 80px 0;
}

@media screen and (min-width:993px){
.section-header {
  color: rgba(57,174,228,1.00);
	margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
	width: 300px;
}
.section-title h2 {
  position: relative;
  padding: 1em .5em;
  text-align: center;
  font-size: 36px;
	line-height: 1.5em
}
.section-title h2:before,
.section-title h2:after {
  position: absolute;
  content: '';
}

.section-title h2:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid rgba(57,174,228,1.00);
  border-left: 2px solid rgba(57,174,228,1.00);
}

.section-title h2:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid rgba(57,174,228,1.00);
  border-bottom: 2px solid rgba(57,174,228,1.00)
}
}

@media screen and (min-width:769px) and (max-width:992.98px){
.section-header {
  color: rgba(57,174,228,1.00);
	margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
	width: 300px;
}
.section-title h2 {
  position: relative;
  padding: 1em 2em;
  text-align: center;
	font-size: 28px;
	line-height: 1.5em
}
.section-title h2:before,
.section-title h2:after {
  position: absolute;
  content: '';
}

.section-title h2:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid rgba(57,174,228,1.00);
  border-left: 2px solid rgba(57,174,228,1.00);
}

.section-title h2:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid rgba(57,174,228,1.00);
  border-bottom: 2px solid rgba(57,174,228,1.00)
}
}
@media screen and (max-width:768.98px) {
.section-header {
  color: rgba(57,174,228,1.00);
	margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
	width: 260px;
}
.section-title h2 {
  position: relative;
  padding: 1em 0em;
  text-align: center;
	font-size: 28px;
	line-height: 1.5em
}
.section-title h2:before,
.section-title h2:after {
  position: absolute;
  content: '';
}

.section-title h2:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid rgba(57,174,228,1.00);
  border-left: 2px solid rgba(57,174,228,1.00);
}

.section-title h2:before {
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-right: 2px solid rgba(57,174,228,1.00);
  border-bottom: 2px solid rgba(57,174,228,1.00)
}
}
@media screen and (min-width:993px){
.section-title--balloon2 {
  font-size: 32px;
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
  color: rgba(57,174,228,1.00);
  position: relative;
	text-align: center;
	font-family: 'UD新ゴ DB';
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 10px;
  min-width: 120px;
  width: 80%;
  background: #FFF;
	margin-top: 4em;
	margin-bottom: 2em;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}
}
@media screen and (max-width:992.98px){
.section-title--balloon2 {
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
  color: rgba(57,174,228,1.00);
  position: relative;
	text-align: center;
	font-family: 'UD新ゴ DB';
	line-height: 1.7em;
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 10px;
  min-width: 120px;
  width: 80%;
  background: #FFF;
	margin-top: 2em;
	margin-bottom: 2em;
}
.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}
}



/* ==========================================================================
2.2 Buttons
========================================================================== */
@media screen and (min-width:769px){
.btn {
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
	text-decoration: none;
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #fff;
}
.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: rgba(237,85,119,1.00);
  border-color: #fff;
  color: #fff;
	text-decoration: none;
}
.btn-border:hover {
  color: #ffffff;
  background-color: rgba(57,174,228,1.00);;
	text-decoration: none;
	font-size: 18px;
}
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 18px;
}
.btn-lg:hover {
  padding: 14px 50px;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}
}
@media screen and (max-width:768.98px){
.btn {
  font-size: 16px;
  padding: 6px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
	text-decoration: none;
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #fff;
}
.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: rgba(237,85,119,1.00);
  border-color: #fff;
  color: #fff;
	text-decoration: none;
}
.btn-border:hover {
  color: #ffffff;
  background-color:  rgba(57,174,228,1.00);;
	text-decoration: none;
	font-size: 18px;
}
.btn-lg {
  padding: 6px 30px;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-lg:hover {
  padding: 6px 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}
}
/* ==========================================================================
2.3 Social Iocns
========================================================================== */
.social-icons {
  margin-bottom: 20px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
2.4  Pre Loader
========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1.00);
  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(57,174,228,1.00);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s 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: 25px;
  right: 15px;
	color:#FFF;
	z-index: 99999;
}

.back-to-top i {
  display: block;
	opacity: 1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  background-color: rgba(57,174,228,1.00);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
Navbar Style
========================================================================== */
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 3px solid rgba(57,174,228,1.00);
}

.navigation.navigation-two {
  background-color: #fff;
}

.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:  0;
	height: 70px;
}

.navbar-toggler {
  padding: 0;
	position: fixed;
	right: 20px;
}

.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%;
    width: 100%;
    z-index: 8;
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 8;
	  padding: 0px;
  }
}
.navbar-nav .nav-item {
	color:   rgba(57,174,228,1.00);
  font-size: 12px;
  padding: 0px 0px;
  margin-left: 30px;
  position: relative;
	line-height: 1.5em;
	margin-bottom: 0;
}

.navbar-nav .nav-item span {
	color: rgba(57,174,228,1.00);
  font-size: 15px;
  padding: 5 5 0 5;
  margin-left: 0px;
  position: relative;
	margin-bottom: 0;
	line-height: 1.8em;
	
}

@media screen and (min-width: 769px) and (max-width: 992.98px) {
  .navbar-nav .nav-item {
    color: #212121;
    display: block;
    padding: 4px 0;
    margin: 0 auto;
	margin-left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(57,174,228,1.00);
	  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);
  }
}

@media screen and  (max-width: 768.98px) {
  .navbar-nav .nav-item a {
    color: #212121;
    display: block;
    padding: 4px 0;

	margin-left: -15px;
	width: 100%;
	border-bottom: 1px solid rgba(57,174,228,1.00);
	  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-nav .nav-item a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: rgba(57,174,228,1.00);
  -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: rgba(57,174,228,1.00);
}

.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;
	text-decoration: none;
}

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

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


/*==========================================================================
About Section Style
  ========================================================================== *
#about {
  position: relative;
  background: #f9f9f9;
}

#about .box-item {
  padding: 15px 0;
}

#about .box-item .icon {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#about .box-item .icon i {
  color: rgba(57,174,228,1.00);
  display: inline-block;
  font-size: 36px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .box-item .text {
  margin-left: 64px;
}

#about .box-item .text h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
#about .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#about .show-box img {
  width: 100%;
}

/* ==========================================================================
About Area
========================================================================== */
#about-area .about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 80px;
  margin-top: 60px;
}

#about-area .about-thumb img {
  width: 100%;
  height: auto;
}

#about-area .about-thumb-2 {
  position: absolute;
  z-index: 5;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ==========================================================================
call to action
==========================================================================*/
#cta {
  background: url(../img/bg/bg-cta.jpg) fixed;
  background-size: cover;
}

#cta h5 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cta h5 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  #cta h5 {
    font-size: 26px;
    line-height: 34px;
  }
}

#cta .btn {
  margin: 30px 10px;
}

.call-action {
  background: #f9f9f9;
}

.call-action .cta-trial h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: 1px;
}

.call-action .cta-trial p {
  margin-bottom: 30px;
}

/* ==========================================================================
Video promo Style
==========================================================================
.video-promo {
  background: url(../img/bg/video.jpg);
  position: relative;
}

.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
}

.video-promo .video-promo-content h2 {
  margin-top: 30px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.video-promo .video-promo-content p {
  color: #fff;
}

/* ==========================================================================
Portfolio Section
========================================================================== */
#portfolios {
  background: #f9f9f9;
}

#portfolios .mix {
  padding: 0px;
}

#portfolios .portfolio-item {
  padding: 10px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: rgba(57,174,228,1.00) !important;
  border-color: rgba(57,174,228,1.00);
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  color: #fff;
  cursor: pointer;
}

.shot-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.shot-item img {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 4000ms;
  transition-duration: 4000ms;
}

.shot-item .single-content {
  background-color: rgba(22, 26, 39, 0.7);
  opacity: 0.90;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
}

.shot-item .single-content .fancy-table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.shot-item .single-content .fancy-table .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.shot-item .single-content .zoom-icon a {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.shot-item .single-content a {
  color: #fff;
  font-size: 16px;
}

.shot-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.shot-item:hover .single-content {
  opacity: 0.8;
}

/* Services Item */
@media screen and (min-width: 993px){
.item-boxes {
  padding: 15px;
  border-radius: 4px;
  border: 2px solid #eaeaea;
  margin: 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
}
@media screen and (min-width: 993px){
.item-boxes {
  padding: 15px;
  border-radius: 4px;
  border: 2px solid #eaeaea;
  margin: 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
}
@media screen and (min-width: 769px) and (max-width:992.98px) {
.item-boxes {
  padding: 15px;
  border-radius: 4px;
  border: 2px solid #eaeaea;
  margin: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
}
@media  screen and  (max-width:768.98px) {
.item-boxes {
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #eaeaea;
  margin: 0 0 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
}
@media screen and (min-width: 993px){
.item-boxes-ttl {
  font-size: 24px;
  font-family: 'UD新ゴNT DB';
  margin-top: 15px;
	margin-bottom: 0px;
	line-height: 0em;
}
}
@media screen and (min-width: 769px) and (max-width:992.98px) {
.item-boxes-ttl {
  font-size: 20px;
  font-family: 'UD新ゴNT DB';
  margin-top: 15px;
	margin-bottom: 0px;
	line-height: .5em;
}
}
@media screen and (min-width: 345px) and (max-width:768.98px){
.item-boxes-ttl {
  font-size: 20px;
  margin-top: 5px;
  font-family: 'UD新ゴNT DB';
  margin-bottom: -1em;	
}
}
@media screen and (max-width:344.98px){
.item-boxes-ttl {
  font-size: 16px;
  margin-top: 5px;
  font-family: 'UD新ゴNT DB';
  margin-bottom: -1em;	
}
}
.item-boxes:hover {
  background: transparent;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
          box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}
@media only screen  and (min-width: 993px){
.fixed-area-text-body3{
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 0em;
	color:#FFF;
	text-align: center;
}
}
@media only screen  and (max-width:992.98px) and (min-width: 769px){
.fixed-area-text-body3{
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 1em;
	color:#FFF;
	text-align: center;
}
}
@media only screen  and (max-width:768.98px){
.fixed-area-text-body3{
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 0em;
	color:#FFF;
	text-align: center;
}
.fixed-area-text-body3 br{
	display: none;
}
}
.services-item {
  padding: 30px 15px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
  margin-bottom: 20px;
}

.services-item .icon i {
  width: 60px;
  height: 60px;
  background: #f9f9f9;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .color-1 i {
  background: #FAE3E3;
  color: #D82928 !important;
}

.services-item .color-2 i {
  background: #E6F8ED;
  color: #57D283 !important;
}

.services-item .color-3 i {
  background: #E3EAFA;
  color: #457BF4 !important;
}

.services-item .color-4 i {
  background: #F3EAD6;
  color: #f1a90a !important;
}

.services-item .color-5 i {
  background: #E7E6FF;
  color: #7271FF !important;
}

.services-item .color-6 i {
  background: #DEDEDE;
  color: #35393D !important;
}

.services-item .services-content {
  padding-left: 65px;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.services-item .services-content h3 a {
  color: #272727;
}

.services-item .services-content h3 a:hover {
  color: rgba(57,174,228,1.00);
}

.services-item:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
          box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item:hover .icon i {
  background: transparent;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.featured-bg {
  background: #fafafa;
}

.featured-bg .intro-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.featured-bg .title-sub {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 36px;
}

.featured-bg .intro-desc {
  margin-bottom: 20px;
}

.featured-bg .featured-item {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item .icon {
  float: left;
  padding-right: 15px;
}

.featured-bg .featured-item .icon i {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: rgba(57,174,228,1.00);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.featured-bg .featured-item h3 a {
  color: #272727;
}

.featured-bg .featured-item h3 a:hover {
  color: rgba(57,174,228,1.00);
}

/* ==========================================================================
Featured Section Start
========================================================================== *
.featured-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.featured-box .featured-icon {
  float: left;
}

.featured-box .featured-icon i {
  font-size: 30px;
  color: rgba(57,174,228,1.00);
  text-align: center;
  float: left;
  margin-right: 25px;
  margin-bottom: 85px;
  display: block;
}

.featured-box .featured-content {
  padding-left: 40px;
  position: relative;
}

.featured-box .featured-content .icon-o {
  font-size: 86px;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  left: 50px;
  width: 100%;
}

.featured-box .featured-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.featured-box .featured-content p {
  font-size: 14px;
}

/* ==========================================================================
Team Section
========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}

.single-team {
  margin-bottom: 30px;
  position: relative;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
          box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  border-radius: 0px;
  overflow: hidden;
}

.single-team:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
          box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.single-team img {
  width: 100%;
}

.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details {
  padding: 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(57,174,228,1.00);
}

.single-team .team-details p {
  margin-bottom: 15px;
}

.single-team .social-list li {
  display: inline-block;
}

.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  color: rgba(57,174,228,1.00);
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

.testimonial {
  background: #f9f9f9;
}

.testimonial-item {
  padding: 30px;
  margin: 15px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-item .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.testimonial-item .author .img-thumb {
  float: left;
  overflow: hidden;
  position: relative;
}

.testimonial-item .author .img-thumb img {
  border-radius: 50%;
  width: 75%;
}

.testimonial-item .author .author-info {
  float: left;
  padding: 3px 0;
}

.testimonial-item .author .author-info h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.testimonial-item .author .author-info h2 a {
  color: #484848;
}

.testimonial-item .author .author-info h2 a:hover {
  color: rgba(57,174,228,1.00);
}

.testimonial-item .content-inner {
  overflow: hidden;
}

.testimonial-item .content-inner .description {
  width: 100%;
  margin-bottom: 10px;
}
.testimonial-item .content-inner span {
  color: rgba(57,174,228,1.00);
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: rgba(57,174,228,1.00);
}

/* ==========================================================================
Pricing Table
========================================================================== */
.pricing-table {
  padding: 20px 0px 0px;
  margin: 0 auto;
  margin-bottom: 5px;
  border: 1px solid #eaeaea;
  text-align: center;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
          box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
}

.pricing-table:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
          box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.pricing-table .pricing-details h2 {
  font-size: 18px;
  color: #546E7A;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-table .pricing-details .price {
  color: rgba(57,174,228,1.00);
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  background-color: #fff !important;
  border-bottom: 1px solid #e9edf2;
  padding-bottom: 40px;
}

.pricing-table .pricing-details .price span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #A2A2A2;
}

.pricing-table .pricing-details ul li {
  padding: 12px;
  font-size: 14px;
}

.pricing-table .pricing-details ul li:nth-child(even) {
  background-color: #f9f9f9;
}

.pricing-table .plan-button {
  padding: 30px 0;
  background: #f9f9f9;
}

.pricing-big {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* ==========================================================================
Slider
========================================================================== *


#carousel-area .carousel-item .carousel-caption {
  top: 32%;
  right: 10%;
  left: 12%;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
	pointer-events :none;
}
#carousel-area  .carousel-item{
	width:100%;
	margin: 0;
}
#carousel-area  .carousel-item img{
	width: 100%;
	margin: 0;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top center;
}
#carousel-area .carousel-control {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel-area:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#carousel-area .carousel-control-next,
#carousel-area .carousel-control-prev {
  opacity: 1;
}

#carousel-area .carousel-control-next i,
#carousel-area .carousel-control-prev i {
  width: 48px;
  line-height: 48px;
  height: 48px;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  background: rgba(57,174,228,1.00);
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#carousel-area .carousel-control-next i:hover,
#carousel-area .carousel-control-prev i:hover {
  opacity: 0.9;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1;
}

#carousel-area .carousel-indicators {
  bottom: 35px;
}

#carousel-area .carousel-indicators li {
  width: 30px;
  height: 7px;
  border-radius: 4px;
}

#slider-area {
  margin-top: -1px;
}

#slider-area .btn {
  margin-right: 15px;
}

#slider-area .large_white {
  color: #fff;
}

#slider-area .about-info p {
  color: #333;
}

.contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.contents .header-button .btn i {
  margin-left: 10px;
}

/* ==========================================================================
Blog 
========================================================================== 
#blog .blog-item-wrapper {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
          box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
          box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
}

#blog .blog-item-img {
  position: relative;
}

#blog .blog-item-img img {
  width: 100%;
  border-radius: 4px;
}

#blog .blog-item-text {
  padding: 20px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #blog .blog-item-text {
    padding: 20px;
  }
}

#blog .blog-item-text .date {
  font-size: 14px;
  margin-bottom: 10px;
}

#blog .blog-item-text .date i {
  margin-right: 7px;
}

#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#blog .blog-item-text h3 a {
  color: rgba(57,174,228,1.00);
}

#blog .blog-item-text h3 a:hover {
  color: rgba(57,174,228,1.00);
}

.meta-tags {
  margin-bottom: 10px;
}

.meta-tags span {
  color: #999;
  font-size: 14px;
  margin-right: 10px;
}

.meta-tags span i {
  margin-right: 5px;
}

.meta-tags span a {
  color: #999;
}

.meta-tags span a:hover {
  color: rgba(57,174,228,1.00);
}

/* ==========================================================================
Single Page Style
========================================================================== 
#blog-single {
  padding: 80px 0;
  background: #ECF0F1;
}

#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

.blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-comment .comment-list .children {
  padding-left: 40px;
}

.blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px dashed #346AFE;
}

.blog-comment .comment-author {
  margin-bottom: 10px;
}

.blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.post-meta ul li i {
  margin-right: 5px;
}

.post-meta ul li a {
  color: #fff;
}

.post-meta ul li a:hover {
  color: rgba(57,174,228,1.00);
}

/* ==========================================================================
Contact Us
========================================================================== 
.form-control {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 12px 30px;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  border: 1px solid rgba(57,174,228,1.00);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

textarea {
  border-radius: 4px !important;
}

.contact-info {
  margin-bottom: 15px;
}

.contact-info i {
  font-size: 20px;
  color: rgba(57,174,228,1.00);
}

.contact-info h5 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 0;
}

#contact {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

#contact .contact-block {
  overflow: hidden;
}

@media (max-width: 767px) {
  #contact .contact-block {
    margin-bottom: 40px;
  }
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* Contact Map 
#conatiner-map {
  width: 100%;
  height: 480px;
}

#google-map-area {
  position: relative;
}

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

.toggle-map {
  height: 5px;
  width: 100%;
  background-color: rgba(57,174,228,1.00);
  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(57,174,228,1.00) 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(57,174,228,1.00) 3px solid;
}

#google-map.panel-show {
  bottom: -20px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


/* ==========================================================================
Footer Style
========================================================================== */
#fh5co-footer {
  padding: 7em 0;
  float: left;
  width: 100%;
  position: relative;
  background: #262626;
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}
#fh5co-footer h2, #fh5co-footer h3, #fh5co-footer h4 {
  color: #fff;
}
#fh5co-footer h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
  color:rgba(57,174,228,1.00);
}
#fh5co-footer p {
  color:#FFF;
}
#fh5co-footer [class*="col"] {
  padding-bottom: 30px;
}
#fh5co-footer .btn {
  color: #fff;
}
#fh5co-footer .float {
  float: left;
  margin-right: 10%;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#fh5co-footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
#fh5co-footer ul li a:hover {
  color: #fff;
}
#fh5co-footer .fh5co-social li {
  display: block !important;
}
@media screen and (min-width: 993px) {
.fh5co-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  margin-top: 40px !important;
  padding: 40px 0 0 0;
	color: #FFF;
	font-size: 16px;
}
.fh5co-copyright span {
  display: block;
}
}
@media screen and (min-width: 769px) and (max-width: 992.98px) {
.fh5co-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  margin-top: 40px !important;
  padding: 40px 0 0 0;
	color: #FFF;
	font-size: 16px;
}
.fh5co-copyright span {
  display: block;
}
}
@media screen and (max-width: 768.98px) {
  .fh5co-copyright {
    font-size: 10px;
	letter-spacing: 0;
  }
  .fh5co-copyright span {
    display: inline;
  }
}

/* ==========================================================================
Counter Section Style
========================================================================== 
.counters {
  background: url(../img/bg/bg-counter.jpg) fixed;
  position: relative;
}

.counters .facts-item {
  text-align: center;
  color: #fff;
  border: 1px dotted #fff;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px;
}

.counters .facts-item .icon {
  margin-bottom: 15px;
}

.counters .facts-item .icon i {
  font-size: 40px;
  color: #fff;
}

.counters .facts-item .fact-count h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
}

.counters .facts-item .fact-count h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.counter-item {
  text-align: center;
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  margin: 15px 0;
}

.counter-item .icon {
  margin-bottom: 20px;
}

.counter-item .icon i {
  font-size: 40px;
  color: rgba(57,174,228,1.00);
}

.counter-item .fact-count h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.counter-item .fact-count h4 {
  font-size: 18px;
  margin-bottom: 0;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****** Main ********/

.vertical-center {
	text-align:center;
	width:100%;
	position: absolute;
	top: 47%;
	transform: translateY(-47%);
}
.vertical-center p {
	margin-top:23px;
}
@media screen and (min-width:769px){
.inner {
	position: relative;
	height:100%;
	width:100%;
	margin:0 auto;
}
}
@media screen and (max-width:768.98px){
.inner {
	position: relative;
	height:100%;
	width:100%;
	margin:0 auto;
}
}
.home {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("../img/slider_01.jpg");
}

.home-illust img{
	position: absolute;
	width:30%;
	top:0;
	left: 70%;
	bottom: 100px;
}
.panel1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("../img/slider_02.jpg");
}
.panel2 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("../img/slider_03.jpg");
}
.panel3 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("../img/slider_04.jpg");
}
.panel4 {
	background:rgba(120,212,188,1.00);
}
.panel5 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("../img/slider_06.jpg");
}
.panel6 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("../img/slider_07.jpg");
}
@media screen and (min-width: 993px) {
.home h2 ,.panel2 h2 {
  font-size: 57px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  line-height: 1.5em;
	margin-top: .2em;
		-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
}
@media screen and (min-width: 769px)  and (max-width: 992.98px) {
.home h2  ,.panel2 h2 {
  font-size: 48px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  line-height: 1.5em;
	margin-top: .2em;
		-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
}
@media screen and (min-width: 636px) and (max-width: 768.98px) {
.home h2 ,.panel2 h2  {
  font-size: 39px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  line-height: 1.6em;
	margin-top: .4em;
		-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
}
@media screen and (min-width: 372px) and (max-width: 635.98px) {
.home h2 ,.panel2 h2  {
  font-size: 29px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  line-height: 1.8em;
	margin-top: .4em;
		-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
}
@media screen and (max-width: 371.98px) {
.home h2 ,.panel2 h2  {
  font-size: 24px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  line-height: 1.8em;
	margin-top: .4em;
		-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
}
@media screen and (min-width: 993px) {
.panel1 h1 {
  font-size: 58px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  line-height: 1.2em;
	margin-top: 1em;
		-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
}
@media screen and (min-width: 769px)  and (max-width: 992.98px) {
.panel1 h1 {
  font-size: 49px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  letter-spacing: .1em;
  line-height: 1.2em;
	margin-top: .2em;
		-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
}
@media screen and (min-width: 636px) and (max-width: 768.98px) {
.panel1 h1 {
  font-size: 40px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  letter-spacing: .1em;
  line-height: 1.6em;
	margin-top: .4em;
		-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
}
@media screen and (min-width: 372px) and (max-width: 635.98px) {
.panel1 h1 {
  font-size: 30px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  line-height: 1.8em;
	margin-top: .4em;
		-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);

}
}
@media screen and (max-width: 371.98px) {
.panel1 h1 {
  font-size: 25.5px;
  color: #fff;
  font-family: 'UD新ゴNT B';
  line-height: 1.8em;
	margin-top: .4em;
		-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);

}
}
@media only screen and (min-width: 993px){
.fixed-area-text-company{
	font-size: 24px;
	color:#FFF;
	-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	line-height: 1.8em;
	letter-spacing: .07em;
}
}
@media only screen and (min-width: 769px) and (max-width: 992.98px){
.fixed-area-text-company{
	font-size: 20px;
	color:#FFF;
	-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	line-height: 1.8em;
	letter-spacing: .07em;
}
}
@media only screen and (max-width: 768.98px){
.fixed-area-text-company{
	font-size: 18px;
	color:#FFF;
	-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	line-height: 1.8em;
}
}
@media only screen and (min-width: 993px){
.fixed-area-text-read2{
	font-family: 'UD新ゴNT DB';
	margin-top: 1.8em;
	font-size: 32px;
	line-height: 2em;
	color:#FFF;
	-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
}
}
@media only screen and (min-width: 769px) and (max-width: 992.98px){
.fixed-area-text-read2{
	font-family: 'UD新ゴNT DB';
	margin-top: 2.2em;
	font-size: 28px;
	line-height: 2em;
	color:#FFF;
	-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
}
}
@media only screen and (max-width: 768.98px){
.fixed-area-text-read2{
	font-family: 'UD新ゴNT DB';
	margin-top: 3em;
	font-size: 24px;
	line-height: 2em;
	color:#FFF;
	-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
}
}
@media only screen and (min-width: 993px){
.fixed-area-text-read3{
	font-family: 'UD新ゴNT DB';
	margin-top: 1.8em;
	font-size: 32px;
	line-height: 2em;
	color:#333;
	letter-spacing: .1em;
	text-align: center;
}
}
@media only screen and (min-width: 769px) and (max-width: 992.98px){
.fixed-area-text-read3{
	font-family: 'UD新ゴNT DB';
	margin-top: 2.2em;
	font-size: 28px;
	line-height: 2em;
	color:#333;
	letter-spacing: .1em;
	text-align: center;
}
}
@media only screen and (max-width: 768.98px){
.fixed-area-text-read3{
	font-family: 'UD新ゴNT DB';
	margin-top: 3em;
	font-size: 24px;
	line-height: 2em;
	color:#333;
	letter-spacing: .1em;
	text-align: center;
}
}
@media only screen and (min-width: 993px){
.fixed-area-text-body{
	font-size: 18px;
	line-height: 1.8em;
	margin-top: .5em;
	margin-bottom: 1em;
	color:#FFF;
	-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	font-weight: 300;
	letter-spacing: .1em;
	text-align: center;
}
}
@media only screen and (min-width: 769px) and (max-width: 992.98px){
.fixed-area-text-body{
	font-size: 18px;
	line-height: 1.8em;
	margin-top: 1em;
	color:#FFF;
	-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	font-weight: 300;
	letter-spacing: .1em;
	margin-bottom: 2em;
	text-align: center;
}
}
@media only screen and (max-width: 768.98px){
.fixed-area-text-body{
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 1em;
	margin-bottom: 2em;
	color:#FFF;
	-webkit-text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
  	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
	font-weight: 300;
	letter-spacing: .1em;
	text-align: left;
	padding: 0 10px;
}
.fixed-area-text-body br{
	display:none;
}
}
@media only screen and (min-width: 993px){
.fixed-area-text-body2{
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 1em;
	color:#333;
	text-align: left;
	padding:0 100px;
}
}
@media only screen and (min-width: 769px) and (max-width: 992.98px){
.fixed-area-text-body2{
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 1em;
	color:#333;
	margin-bottom: 2em;
	text-align: left;
	padding:0 20px;
}
}
@media only screen and (max-width: 768.98px){
.fixed-area-text-body2{
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 1em;
	color:#333;
		text-align: left;
	padding:0 20px;
}
}

.code {
	background:rgba(0,0,0,0.2);
}
.social-corner {
	position: absolute;
	top:18px;
	right:40px;
}
.social-corner iframe:first-child {
	margin-right:3px;
}
.vertical-center p.cta {
	margin-top:5px;
}
.vertical-center a:link,
.vertical-center a:visited {
	color:white;
	text-decoration:none;
}
.vertical-center a:hover {
	text-decoration: none;
}
.btn-area2{
	margin: 0 auto;
	margin-top: 2em;
}

@media screen and (min-width:993px){
.company dl {
  width:100%;
  padding: 0px;
  font-size: 18px;
	color: #FFF;
	text-align: left;
}
.company dt {
	float:left;
	clear:left;
	width:15%;
	margin-right: 0em;
	line-height: 2em;
	border-bottom: 1px solid #FFF;
	padding-bottom: .5em;
}
.company dd {
	float:left;
	width:85%;
	line-height: 2em;
	border-bottom: 1px solid #FFF;
	padding-bottom: .5em;
}
.map-area{
	margin-top: 15px;
	height: 220px;
	margin-bottom: 2em;
}
}

@media screen and (min-width:769px) and (max-width:992.98px){
.company dl {
  width:100%;
  padding: 0px;
  font-size: 14px;
		color: #FFF;
	text-align: left;
}
.company dt {
  float:left;
  clear:left;
  width:20%;
	margin-right: 0em;
	line-height: 1.3em;
	border-bottom: 1px solid #FFF;
	padding-bottom: .5em;
}
.company dd {
  float:left;
  width:80%;
  line-height: 1.3em;
	border-bottom: 1px solid #FFF;
	padding-bottom: .5em;
}
.map-area{
	margin-top: 15px;
	height: 220px;
	margin-bottom: 2em;
}
}
@media screen  and (max-width:768.98px){
.company dl {
  width:100%;
  padding: 0px;
  font-size: 14px;
	color: #FFF;
	text-align: left;
}
.company dt {
	float:left;
	clear:left;
	width:15%;
	margin-right: 0em;
	line-height: 1.3em;
	border-bottom: 1px solid #FFF;
	padding-bottom: .3em;
}
.company dd {
	float:left;
	width:85%;
	line-height: 1.3em;
	border-bottom: 1px solid #FFF;
	padding-bottom: .3em;
}
.map-area{
	margin-top: 15px;
	height: 180px;
	margin-bottom: 1em;
}
}
.footer-area{
	margin-top:1.5em;
}
@media screen and (min-width:769px){
.copyright{
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
.copyright br{
	display: none;
}
}
@media screen and (max-width:768.98px){
.copyright{
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.3em;
}
}
@media screen and (min-width:993px){
.responsive-area-2{
	margin-top: 0em;
	margin-bottom: -3em;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.responsive-area-2{
	margin-top: 0em;
	margin-bottom: -3em;
}
}
@media screen and (max-width:768.98px){
.responsive-area-2{
	margin-top: 1em;
	margin-bottom: -7em;
}
}

@media screen and (min-width:993px){
.responsive-area-3{
	margin-top: 3em;
	margin-bottom: 3em;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.responsive-area-3{
	margin-top: 3em;
	margin-bottom: 3em;
}
}
@media screen and (max-width:768.98px){
.responsive-area-3{
	margin-top: 2em;
	margin-bottom: 2em;
}
}

@media screen and (min-width:993px){
.top-company{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image: url("../img/bg/top-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("../img/bg/top-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("../img/bg/top-company.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (min-width:993px){
.top-news{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image: url("../img/bg/top-news.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-news{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image: url("../img/bg/top-news.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-news{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image: url("../img/bg/top-news.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}

@media screen and (min-width:993px){
.top-business{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../img/bg/top-business.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-business{
	margin: 0;
    overflow:hidden;
    height:300px;
	background-image:url("../img/bg/top-business.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}
@media screen and (max-width:768.98px){
.top-business{
	margin: 0;
    overflow:hidden;
    height:280px;
	background-image: url("../img/bg/top-business.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("../img/bg/top-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("../img/bg/top-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("../img/bg/top-contact.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
}


@media screen and (min-width:993px){
.top-under{
	margin: 0 auto;
	padding-top: 7em;
}
.top-under h1{
  font-size: 24px;
	line-height: 1.5em;
  color: #fff;
	font-weight: 600;
	text-align:center;
	padding-top: .5em;
}
.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;
	color:rgba(255,255,255,1);
	margin-top: 0em;
	margin-bottom: 1em;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.top-under{
	margin: 0 auto;	
	padding-top: 7em;
}
.top-under h1{
  font-size: 24px;
	line-height: 1.5em;
    color: #fff;
	font-weight: 600;
	text-align:center;
	padding-top: .5em;
}
.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;
	color:rgba(255,255,255,1);
	margin-top: 0em;
	margin-bottom: 1em;
}
}
@media screen and (max-width:768.98px){
.top-under{
	margin: 0 auto;
	padding-top: 7em;
}
.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:18px;
	color:rgba(255,255,255,1);
	margin-bottom: .7em;
}
}
@media screen and (min-width: 769px) {	
.company-data{
	font-size: 18px;	
	color:#333;
}
.company-data dl {
padding: 15px 0;

}
.company-data dt {
padding:10px;
	background-color:rgba(57,174,228,1.00);
	margin-bottom: 2em;
	text-align: center;
	color: #FFF;
}
.company-data dd {
	margin-bottom: 2em;
	padding:10px;
}
.map-area-2{
	margin-top: 15px;
	height: 300px;
	margin-bottom: -7em;
}
}
@media screen and (max-width: 768px) {	
.company-data{
	font-size: 16px;
	color:#333;
}
.company-data dt {
padding:10px;
	background-color: rgba(57,174,228,1.00);
	text-align: center;
	margin-bottom: .5em;
	color: #FFF;
}
.map-area-2{
	margin-top: 15px;
	height: 300px;
	margin-bottom: -7em;
}
}
@media screen and (min-width: 768px) {
.company-data dt {
clear: left;
float: left;
width: 15%;
}
.company-data dd {
margin-left: 18%;
}
}

.business-area{
background-color: rgba(57,174,228,.30);
  width:100%;
  background-image: radial-gradient(#87cefa 20%, transparent 0),
              radial-gradient(#87cefa 20%, transparent 0);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
	padding-bottom: 3em
}
@media screen and (min-width:993px){
.illust-area {
	margin-bottom: 2em;
	margin-top: 2em
}
.border-space{
	border: 2px	rgba(57,174,228,1.00) solid;
	margin-top:2.5em;
	margin-bottom: 1em;
	width:100%;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.illust-area {
	margin-bottom: .7em;
	margin-top: 2em
}
.border-space{
	border: 2px	rgba(57,174,228,1.00) solid;
	margin-top:2.5em;
	margin-bottom: 1em;
	width:100%;
}
}
@media screen and (max-width:768.98px){
.illust-area {
	margin-bottom: .5em;
	margin-top: 1.5em
}
.border-space{
	border: 2px	rgba(57,174,228,1.00) solid;
	margin-top:1em;
	margin-bottom: 1em;
	width:100%;
}
.margin-style {
	margin-top: 1em;		
}
}
@media screen and (min-width:993px){
.responsive-area h3{
	color: rgba(57,174,228,1.00);
	font-family: 'UD新ゴ DB';
	font-size: 28px;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.responsive-area h3{
	color: rgba(57,174,228,1.00);
	font-family: 'UD新ゴ DB';
	font-size: 28px;
	padding-top: .5em;
}
}
@media screen and (max-width:768.98px){
.responsive-area h3{
	color: rgba(57,174,228,1.00);
	font-family: 'UD新ゴ DB';
	font-size: 24px;
	padding-top: .5em;
}
}

@media screen and (min-width:993px){
.president-area{
	background-size: cover;
	background-color: rgba(57,174,228,1.00);
	padding-bottom: 3em;
}
.company-president-intro h3 {
	position: relative;
	padding: 0 0 15px 20px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 1em;
	padding-bottom: 1em;
	margin-top: 2em;
	font-size: 28px;
	font-family: 'UD新ゴ DB';
	color:#FFF;
	text-align: center;
}
.company-president-intro-detail {
	position: relative;
	margin-bottom: 3em;
	margin-top: 1em;
	font-size: 18px;
	color:#FFF;
}
.company-president-name {
	position: relative;
	margin-bottom: 0em;
	margin-top: 0em;
	font-size: 28px;
	font-family: 'UD新ゴ DB';
	color:#FFF;
}
}
@media screen and (min-width:769px) and (max-width:992.98px){
.president-area{
	background-size: cover;
	background-color: rgba(57,174,228,1.00);
	padding-bottom: 3em;
}
.company-president-intro h3 {
	position: relative;
	border-bottom: 1px solid #FFF;
	margin-bottom: 1em;
	margin-top: 2em;
	padding-bottom: 1em;
	font-size: 28px;
	font-family: 'UD新ゴ DB';
	color:#FFF;
	text-align: center;
}
.company-president-intro-detail {
	position: relative;
	margin-bottom: 3em;
	margin-top: 1em;
	font-size: 18px;
	color:#FFF;
}
.company-president-name {
	position: relative;
	margin-bottom: 0em;
	margin-top: 0em;
	font-size: 28px;
	font-family: 'UD新ゴ DB';
	color:#FFF;
}
}
@media screen and (max-width:768.98px){
.president-area{
	background-size: cover;
	background-color: rgba(57,174,228,1.00);
	padding-bottom: 3em;
}
.company-president-intro h3 {
	position: relative;
	border-bottom: 1px solid #FFF;
	margin-bottom: 1em;
	padding-bottom: 1em;
	margin-top: 2em;
	font-size: 28px;
	font-family: 'UD新ゴ DB';
	color:#FFF;
	text-align: center;
}
.company-president-intro-detail{
	position: relative;
	margin-bottom: 3em;
	margin-top: 1em;
	font-size: 18px;
	color:#FFF;
}
.company-president-name {
	position: relative;
	margin-bottom: 0em;
	margin-top: 0em;
	font-size: 24px;
	font-family: 'UD新ゴ DB';
	color:#FFF;
}
}

@media screen and (min-width: 769px) {
.company-president h3 , .company-career h3 {
	position: relative;
	padding: 0 0 15px 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
	padding-left: 2em;
	margin-top: 2em;
	font-size: 28px;
	font-family: 'UD新ゴ DB';
}
.company-president h3::after {
	position: absolute;
	content: '\f672';
	font-family: "Font Awesome 5 pro";
	top: 4px;
	left:0;
	font-size: 32px;
	margin-top: -.15em;
	color: rgba(57,174,228,1.00);
}
.company-career h3::after {
	position: absolute;
	content: '\f6a3';
	font-family: "Font Awesome 5 pro";
	top: 4px;
	left:0;
	font-size: 32px;
	margin-top: -.15em;
	color: rgba(57,174,228,1.00);
}
}
@media screen and (max-width: 768.98px) {
.company-president h3 , .company-career h3{
	position: relative;
	padding: 0 0 15px 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
	padding-left: 2em;
	margin-top: 2em;
	font-size: 24px;
	font-family: 'UD新ゴ DB';
} 
.company-president h3::after {
	position: absolute;
	content: '\f672';
	font-family: "Font Awesome 5 pro";
	top: 4px;
	left:0;
	font-size: 28px;
	margin-top: -.2em;
	color: rgba(57,174,228,1.00);
}
.company-career h3::after {
	position: absolute;
	content: '\f6a3';
	font-family: "Font Awesome 5 pro";
	top: 4px;
	left:0;
	font-size: 28px;
	margin-top: -.2em;
	color: rgba(57,174,228,1.00);
}
}
.logosize{
	width: 200px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	top:0;
}
