/*
Theme Name: Sydney
Theme URI: https://athemes.com/theme/sydney
Author: aThemes
Author URI: https://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. As well as being fully compatible with Elementor, Sydney brings plenty of customization possibilities like access to all Google Fonts, full color control, layout control, logo upload, full screen slider, header image, sticky navigation and much more. Also, Sydney provides all the construction blocks you need to rapidly create an engaging front page.
Version: 1.55
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Sydney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/

@font-face {
     font-family: 'Font Awesome 5 Brands';
     font-style: normal;
     font-weight: 400;
     src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
     font-display: swap;
 }
 
 @font-face {
     font-family: 'Font Awesome 5 Free';
     font-style: normal;
     font-weight: 900;
     src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"),
         url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
     font-display: swap;
 }


@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.social-menu-widget {
	padding: 0;
	margin: 0 auto;
	display: table;
	text-align: center;
}
.widget-area .widget_fp_social a,
.social-menu-widget a,
.social-menu-widget a:hover {
	color: #d65050;
}
.social-menu-widget li {
	display: inline-block;
	padding: 5px 20px;
	list-style: none;
	line-height: 1;
}
.widget-area .widget_fp_social div ul li {
	padding: 5px 10px;
	line-height: 1;
}
.social-menu-widget a {
	text-decoration: none;
}
.social-widget li a::before,
.social-menu-widget a:before {
	font-family: FontAwesome;
	color: inherit;
}
.social-menu-widget li a,
.social-widget a {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
.social-menu-widget li a:hover,
.social-widget a:hover {
}
.social-menu-widget a:before {
	font-size: 50px;
	text-shadow: 0 0 1px #222;
}
.widget-area .widget_fp_social a:before {
	font-size: 34px;
}
.social-menu-widget a[href*="twitter.com"]::before {
	content: '\f099';
}
.social-menu-widget a[href*="facebook.com"]::before {
	content: '\f09a';
}
.social-menu-widget a[href*="plus.google.com"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="google.com/+"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="dribbble.com"]::before {
	content: '\f17d';
}
.social-menu-widget a[href*="pinterest.com"]::before {
	content: '\f231';
}
.social-menu-widget a[href*="youtube.com"]::before {
	content: '\f167';
}
.social-menu-widget a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-menu-widget a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-menu-widget a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-menu-widget a[href*="linkedin.com"]::before {
	content: '\f0e1';
}
.social-menu-widget a[href*="foursquare.com"]::before {
	content: '\f180';
}
.social-menu-widget a[href*="tumblr.com"]::before {
	content: '\f173';
}
.social-menu-widget a[href*="behance.net"]::before {
	content: '\f1b4';
}
.social-menu-widget a[href*="deviantart.com"]::before {
	content: '\f1bd';
}
.social-menu-widget a[href*="soundcloud.com"]::before {
	content: '\f1be';
}
.social-menu-widget a[href*="spotify.com"]::before {
	content: '\f1bc';
}
.social-menu-widget a[href*="weibo.com"]::before {
	content: '\f18a';
}
.social-menu-widget a[href*="xing.com"]::before {
	content: '\f168';
}
.social-menu-widget a[href*="trello.com"]::before {
	content: '\f181';
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.posts-navigation .nav-previous {
	padding-left: 15px;
}
.posts-navigation .nav-next {
	padding-right: 15px;
}
.post-navigation {
	margin: 30px 0 45px;
	background-color: #f7f7f7;
	padding: 30px;
	position: relative;
}
.post-navigation a {
	color: #47425d;
}
.post-navigation .nav-previous:hover span,
.post-navigation .nav-next:hover span {
	color: #47425d;
}
.post-navigation span {
	color: #c7c7c7;
	transition: color 0.3s;
}
.post-navigation .nav-previous span {
	margin-right: 10px;
}
.post-navigation .nav-previous {
	border-right: 1px solid #ebebeb;
}
.post-navigation .nav-next span {
	margin-left: 10px;
}
.navigation.pagination {
	margin-top: 30px;
}
.nav-links .page-numbers {
    background-color: #f7f7f7;
    padding: 20px;
    line-height: 1;
    display: inline-block;
    color: #443f3f;
}
.nav-links .page-numbers:not(.dots):hover,
.nav-links .page-numbers.current {
    background-color: #252525;
    color: #fff;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;overflow:hidden;
	
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.single .entry-header,
.page .entry-header {
	margin-bottom: 30px;
}
.entry-footer {
	clear: left;
	margin-top: 30px;
}
.page-links {
	clear: both;
	margin: 0 0 30px;
}
.page-header {
	margin: 0;
	border: 0;
}
.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	padding: 0px;
}
.page-template-page_front-page .page-wrap .content-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
.single .meta-post .post-cat::before {
	content: '/';
	padding: 0 10px;
}
.single .meta-post .post-cat:first-of-type::before {
	content: '';
}
.single .hentry .meta-post a {
	color: #d65050;
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
Repeatable Patterns
--------------------------------------------------------------*/

	body {
		font: 14px/1.7 "Source Sans Pro", sans-serif;
		background: #fff;
		color: #767676;overflow-x:hidden;
	}
	a {
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	a:hover,
	a:focus {
		color: #443f3f;
		text-decoration: none;
		outline: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	p {
		margin-bottom: 20px;
	}
	.footer-widgets .widget ul,
	.widget-area .widget ul {
		list-style: none;
		padding: 0;
	}
	.widget .children {
		padding-left: 15px;
	}
	.img-left {
		margin: 0 33px 0 0 !important;
		float: left;
	}
	.img-right {
		margin: 0 0 0 33px !important;
		float: right;
	}
	strong {
		font-weight: 600;
	}
	h1 { font: 52px/1.1 ;}
	h2 { font: 42px/1.1 ;}
	h3 { font: 32px/1.1 ;}
	h4 { font: 25px/1.1 ;}
	h5 { font: 20px/1.1 ;}
	h6 { font: 18px/1.1 ;}
	h1, h2, h3, h4, h5, h6 {
		color: #443f3f;
		font-weight: 600;
		margin: 10px 0 24px;
	}
	.text-white { color: #fff !important; }
	.text-dark { color: #443f3f !important;}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		position: relative;
		display: inline-block;
		font-family: "Raleway", sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 12px 34px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent;
	}
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"] {
		color: #000;
		
		border:none;
		height:42px;
		padding: 4px 20px;
		border-bottom:1px solid #000;
		border-radius: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}
	textarea {
		width: 100%;
		height: 120px;
		padding: 15px 20px;
	}
	input[type="checkbox"] {
		display: inline;
	}
	input:-moz-placeholder,
	textarea:-moz-placeholder,
	input::-moz-placeholder,
	textarea::-moz-placeholder {
	  color: #a3a2a2;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
	  color: #c3c3c3;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	  color: #cacaca;
	}
	.orches-animation {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.orches-animation.animated {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }
	@-webkit-keyframes pop-scale2 { 0% { -webkit-transform: scale(0.5) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale2 { 0% { -moz-transform: scale(0.5) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale2 { 0% { transform: scale(0.5) } 100% { transform: scale(1) } }
	/* bootstrap resetting elements */
	.btn {
		background-image: none;
	}
	textarea,
	input[type="text"],
	input[type="submit"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input,
	.dropdown-menu,
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
		-webkit-appearance: none;
		text-shadow: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		     -o-box-shadow: none;
		        box-shadow: none;
	}
table {
	width: 100%;
}
th,td {
	
	padding: 5px;
	text-align: left;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
	.site-title {
		font-size: 32px;
		line-height: 1.2;
	}
	.site-title a,
	.site-title a:hover {
		color: #fff;
	}
	.site-logo {
		max-height: 100px;padding:10px 20px;
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: transparent;
		padding:  0;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}
	.admin-bar .site-header,
	.admin-bar .site-header.float-header {
		top: 32px;
	}
	.admin-bar:not(.siteScrolled) .slide-item {
		background-position: 50% 0 !important;
	}	
	.header-image {
		display: none;
		position: relative;
		height: 300px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.header-inner {
		display: none;
	}
	.site-title {
		margin: 0;
	}
	.site-description {
		font-size: 16px;
		margin: 15px 0 0;
		line-height: 1.6;
		color: #efefef;
	}
	.site-description:empty {
		margin: 0;
	}	
	.site-header.fixed {
		position: fixed;
	}

	.site-header .col-md-4,
	.site-header .col-md-8 {
		min-height: 0;
	}

	.site-header .logo {
		margin: 40px 0;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}

	.site-header .logo a {
		display: block;
		height: 100%;
	}

	.site-header .logo {
		width: 135px;
		height: 27px;
	}

	.site-header.float-header {
		background-color: rgba(0,0,0,0.9);
		padding: 5px;
	}
	.site-header.float-header #mainnav {
		padding: 0;
	}

	.site-header.float-header #mainnav > ul > li > a {
	    height: 70px;
	    line-height: 70px;
	}

	.site-header.float-header .logo {
	    margin: 20px 0;
	}
	/* navigation */
	#mainnav {
		display: block;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;padding-top:25px;
	}
	#mainnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnav li {
		float: left;
		padding: 0 14px;
	}
	#mainnav ul ul li {
		padding: 0;
	}
	#mainnav ul li a {
		position: relative;
		display: block;
		font-size: 14px;
		
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		outline: none;padding:0 10px;
	}
	#mainnav ul li a:hover {
		color: #dcdcdc;
	}

#mainnav ul li a:before{position:relative;}

	#mainnav ul li a:hover {
		border-bottom:1px solid #000099
	}


	#mainnav ul ul a {
		width: 180px;
		font-family: "Source Sans Pro", sans-serif !important;
	}
	#mainnav > ul > li:last-child {
		padding-right: 0;
	}
	#mainnav ul li {
		position: relative;
	}

	#mainnav ul li div {

		text-align:center;
		
}
	#mainnav ul li ul {
		width: 180px;
		position: absolute;
		top: 100%;
		left: initial;
		opacity: 0;
		visibility: hidden;
		-webkit-border-radius: 0 0 2px 2px;
		   -moz-border-radius: 0 0 2px 2px;
			 -o-border-radius: 0 0 2px 2px;
				border-radius: 0 0 2px 2px;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav ul li ul ul {
		top: 0;
	}
	#mainnav ul li ul:after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
	}
	#mainnav ul li ul ul:after {
		top: 0;
	}
	#mainnav ul li ul li ul {
		left: 100%;
	}
	#mainnav li:hover > ul {
	    opacity: 1;
	    padding-top: 10px;
	    visibility: visible;
	    left: auto;
	    display: block !important;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav li:hover > ul ul {
		padding-top: 0;
		left: 100%;
	}
	#mainnav .sub-menu {
		z-index: 99999;
	}
	#mainnav .sub-menu li a {
		color: #fff;
		display: block;
		line-height: 30px;
		background: #1c1c1c;
		padding: 0 18px;
		border-top: 1px solid #252525;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {
		color: #fff;
	}
	#mainnav li:hover > .sub-menu > li > a {
		padding: 8px 18px;
	}
	/* Icons */
	#mainnav ul li::before {
		font-family: Fontawesome;
		color: #fff;
		float: left;
		margin: 5px 5px 0 0;
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
	}
	#mainnav ul li a {
		float: left;
	}
	#mainnav .sub-menu li:before {
		content: '';
		margin: 0;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav-mobi ul li a {
		float: none;
	}
	#mainnav-mobi ul li::before {
		content: '';
	}
/*--------------------------------------------------------------
Mobile navigation
--------------------------------------------------------------*/
	#mainnav-mobi {
		display: block;
		margin: 0 auto;
		width: 100%;
		position: absolute;
		top:28px;
		background-color: #1c1c1c;
		margin-top: 15px;
		z-index: 1000;
	}
	#mainnav-mobi ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnav-mobi ul li {
		margin:0;
		position: relative;
		text-align: left;
		border-top: 1px solid #252525;
		cursor: pointer;
	}
	#mainnav-mobi ul > li > a {
		display: block;
		text-decoration: none;
		padding: 10px 50px;
		color: #fff;
	}
	#mainnav-mobi ul.sub-menu {
		top: 100%;
		left: 0;
		z-index: 2000;
		position: relative;
		background-color: #161625;
	}
	#mainnav-mobi > ul > li > ul > li,
	#mainnav-mobi > ul > li > ul > li > ul > li {
		position: relative;
		border-top: 1px solid #252525;
		background-color: #222;
	}
	#mainnav-mobi > ul > li > ul > li >  a {
		padding-left: 70px !important
	}
	#mainnav-mobi > ul > li > ul > li > ul > li a {
		padding-left: 90px !important
	}
	#mainnav-mobi ul.sub-menu > li > a {
		display: block;
		text-decoration: none;
		padding: 5px 60px;
		border-top-color: rgba(255,255,255,0.1);
		-webkit-transition: all 0.2s ease-out;
		   -moz-transition: all 0.2s ease-out;
		     -o-transition: all 0.2s ease-out;
		        transition: all 0.2s ease-out;
	}
	#mainnav-mobi > ul > li > ul > li:first-child a {
		border-top: none;
	}
	#mainnav-mobi ul.sub-menu > li > a:hover,
	#mainnav-mobi > ul > li > ul > li.active > a {
		color: #fff;
	}
	.btn-menu {
		float: right;
		font-size: 28px;
		font-family: "FontAwesome";
		color: #fff;
		text-align:center;
		width: 28px;
		height: 28px;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}
	.btn-menu:before{
		content: "\f0c9";
	}
	.btn-submenu {
		position: absolute;
		right: 20px;
		top: 0;
		font-family: "FontAwesome";
		font-size: 20px;
		line-height: 45px;
		text-align: center;
		cursor: pointer;
		width: 70px;
		height: 44px;
	}
	.btn-submenu:before {
		content: "\f107";
		color: #fff;
	}
	.btn-submenu.active:before {
		content: "\f106"
	}
	.btn-menu {
		display: none
	}
/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
	.aside-image {
		padding: 0;
		position: relative;
	}
	.aside-image .image-container {
	    height: 100%;
	    overflow: hidden;
	    padding: 0;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.aside-image .image-holder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover !important;
		z-index: 0;
		background-position: 50% 50%;
	}
	.aside-image .content-wrap {
		padding: 70px 0 70px 50px;
	}
	.aside-image.right .image-container {
		left: auto;
		right: 0;
	}
	.aside-image.right .content-wrap {
		padding: 70px 50px 70px 0;
	}
	.error-wrap h1 {
		font-size: 35px;
		color: #ddd;
		font-weight: 600;
		margin: 0 0 40px;
		line-height: normal;
	}
	.error-wrap h5 {
		margin-top: 60px;
		font-size: 18px;
		font-weight: normal;
	}
	.error-wrap .error-search {
		padding: 0 80px;
	}
	.error-wrap #search-form {
	    height: 50px;
	    margin-bottom: 17px;
	    position: relative;
	    width: 100%;
	}
	.error-wrap .search-input {
	    margin: 0;
	    width: 100%;
	}
	.error-wrap #search-submit {
	    height: 50px;
	    padding: 0;
	    position: absolute;
		top: 0;
		right: 0;
	    width: 120px;
	    border-radius: 0 3px 3px 0;
		background: #443f3f;
		border-color: #443f3f;
	}
	.error-wrap #search-submit:hover {
		color: #fff;
	}
	/* Page sider */
	#page-slider {
		position: relative;
		height: 250px;
	}
	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		opacity: 0.7;
	}
	.page-wrap {
		padding: 0px 0 100px;
		clear: both;
	}
	.page-template-page_front-page .page-wrap,
	.projects-template-post_full .page-wrap,
	.projects-template-post_full .page-wrap .content-wrapper {
		padding: 0;
	}
	.entry-page p,
	.entry-post p {
		margin-bottom: 24px;
	}
	.entry-post img {
		margin: 10px 0 20px;
	}
	.header-slider,
	.owl-wrapper {
		direction: ltr;
	}
	.header-slider,
	.owl-carousel {
	      -webkit-transform: translate3d(0,0,0);
	}
/*--------------------------------------------------------------
Parallax
--------------------------------------------------------------*/
	.parallax {
		width: 100%;
		background-attachment: fixed;
		background-position: 50% 0;
	}
/*--------------------------------------------------------------
Hero section
--------------------------------------------------------------*/
	.header-slider {
		position: relative;
	    max-width: 100%;
	}
	.slide-text.slides {
	   padding-left: 0;
	}
	.slides-container .slide-item {
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.sliderFix {
		display: block !important;
	}
	.text-slider-section {
		position: absolute;
	    top: 50%;
	    left: 0;
	    right: 0;
	    text-align: center;
	    z-index: 2;
	    width: 100%;
		padding-top: 5px;
	    -webkit-transform: translateY(-50%);
	       -moz-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	         -o-transform: translateY(-50%);
	            transform: translateY(-50%);
	}
	.text-slider .maintitle,
	.text-slider .subtitle {
		z-index: 10;
		color: #fff;
		margin: 0;
		letter-spacing: 1px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	}
	.text-slider .maintitle {
		position: relative;
		display: inline-block;
		font-size: 57px;
		line-height: 67px;
		font-weight: 700;
		padding-bottom: 10px;
	}
	.text-slider .maintitle:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 40%;
		height: 1px;
		margin-left: -20%;
	}
	.text-slider .subtitle {
		font-size: 30px;
		line-height: 40px;
		padding: 20px 0 50px;
		font-weight: 300;
	}
.text-slider {
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInRightBig {
  from {
    right: -1200px;
  }
  to {
    right: 0;
  }
}
@keyframes fadeInRightBig {
  from {
    right: -1200px;
  }
  to {
    right: 0;
  }
}

.slide-inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	width: 100%;
	min-height: 260px;
	padding-top: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-slider {
	overflow: hidden;
}
.header-slider[data-speed="0"] .slide-item {
    opacity: 1 !important;
}

/*--------------------------------------------------------------
Page title
--------------------------------------------------------------*/
	.page-title {
		color: #ccc;
		padding-top: 100px;
	}
	.page-title .col-md-6 {
		float: none;
	}
	.page-title-inner {
		display: table;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.page-title-cap {
		display: table-cell;
		vertical-align: middle;
	}
	.page-title .breadcrumbs {
		display: table-cell;
		list-style: none;
		text-align: left;
		vertical-align: middle;
	}
	.page-title h1 {
		margin: 0;
		font-size: 18px;
		color: #ccc;
	}
	.breadcrumbs ul {
		margin: 0;
	}
	.breadcrumbs ul li {
		display: inline;
	}
	.breadcrumbs ul li a:hover {
		text-decoration: underline;
	}
/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
	.content-area .post-wrap,
	.contact-form-wrap {
		padding-right: 20px;
	}
	.content-area .hentry {
		position: relative;
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.content-area .hentry:first-child {
		padding-top: 0;
	}
	.content-area .hentry:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 1px;
	}
	.content-area .hentry:first-child:after {
		height: 0;
	}
	.hentry .post-content {
		overflow: hidden;
	}
	.content-area .entry-thumb {
		text-align: center;
		margin-bottom: 30px;
	}
	.hentry .title-post {
		font-size: 36px;
		font-weight: 600;
		line-height: normal;
		padding-bottom: 10px;
		margin: 0;display:none;
	}
	.hentry .meta-post {
		margin-bottom: 20px;
	}
	.hentry .meta-post,
	.hentry .meta-post a {
		color: #5e5e5e;
		font-size: 13px;
	}
	.hentry .meta-post span {
		position: relative;
		padding-left: 20px;
		margin-right: 18px;
	}
	.hentry .meta-post .cat-links {
		display: inline-block;
	}
	.hentry .meta-post span:before {
		position: absolute;
		left: 0;
		top: 1px;
		font-family: "FontAwesome";
		line-height: normal;
	}
	.hentry .meta-post span.posted-on:before {
		content:"\f073";
	}
	.hentry .meta-post span.byline:before {
		content:"\f007";
	}
	.hentry .meta-post span.comments-link:before {
		content:"\f086";
	}
	.hentry .meta-post span.cat-links:before {
		content:"\f114";
		top: 4px;
	}
	span.author.vcard {
		padding: 0;
		margin: 0;
	}
	.hentry blockquote {
	    background-color: #333;
	    color: #fff;
	    font-size: 16px;
	    font-style: italic;
	    line-height: 23px;
	    margin-bottom: 30px;
	    padding: 30px 35px;
	    position: relative;
	}
	.fullwidth {
		width: 100%;
	}
	.error-404 {
		text-align: center;
	}
	.error-404 .page-content p {
		margin-bottom: 30px;
	}
	.masonry-layout {
		width: 100%;
		padding: 0;
	}
	.masonry-layout .hentry {
		width: 360px;
		margin: 15px;
		padding: 0;
	}
	.masonry-layout .post-wrap {
		padding: 0;
	}
	.masonry-layout .hentry:after {
		width: 0;
		height: 0;
	}
	/* Blog pagination */
	.blog-pagination ul {
		width: 100%;
		text-align: right;
		list-style: none;
	}
	.blog-pagination ul li,
	.blog-pagination ul li a {
		display: inline-block;
		background-color: transparent;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.blog-pagination ul li {
		margin-left: 3px;
	}
	.blog-pagination ul li.active,
	.blog-pagination ul li:hover a {
		color: #fff;
	}
	/* Classic alternative layout */
	.classic-alt.content-area .hentry:after {
		display: none;
	}
	.classic-alt .hentry {
		border-bottom: 1px solid #ebebeb;
	}
	.classic-alt .hentry:last-of-type {
		border-bottom: 0;
	}
	.classic-alt .entry-header {
		text-align: center;
		margin-bottom: 30px;
	}
	.classic-alt .entry-title {
		font-size: 36px;
		font-weight: 500;
	}
	.classic-alt .entry-title a {
		color: #47425d;
	}
	.classic-alt .meta-post {
		margin-bottom: 10px;
	}
	.single .meta-post a,
	.classic-alt .meta-post a {
		text-transform: uppercase;
		letter-spacing: 5px;
		font-size: 13px;
	}
	.single-meta,
	.single-meta a,
	.classic-alt .posted-on,
	.classic-alt .posted-on a {
		color: #68647a;
	}
	.single .single-meta,
	.classic-alt .posted-on {
		text-decoration: underline;
		text-transform: uppercase;
		font-size: 13px;
	}
	.single .single-meta {
		display: table;
	}
	.single-meta .byline {
		padding-left: 10px;
	}
	.classic-alt .meta-post a {
		color: #d65050;
	}	
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
	.widget-area .widget {
		position: relative;
		margin-bottom: 30px;
		padding-top: 50px;
	}
	.widget-area .widget:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 1px;
	}
	.widget-area .widget:first-child {
		padding-top: 0;
	}
	.widget-area .widget:first-child:before {
		height: 0;
	}
	.widget-area .widget-title {
		font-size: 16px;
		line-height: normal;
		color: #443f3f;
		font-weight: 600;
		padding-bottom: 24px;
		margin: 0;
		text-transform: uppercase;
	}
	.widget-area .widget ul li {
		padding: 5px 0;
	}
	.widget-area .widget ul li:first-child {
		padding-top: 0;
	}
	.widget-area .widget ul li:last-child {
		padding-bottom: 0;
	}
	.widget-area,
	.widget-area  a {
		color: #767676;
	}
	/* widget popular posts */
	.widget-popular-post .news .thumb {
		width: 65px;
		height: auto;
		margin: 3px 18px 0 0;
		float: left;
	}
	.widget-popular-post .news .text {
		min-height: 65px;
	}
	.widget-popular-post .news h6 {
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		margin: 0 0 4px;
	}
	.widget-popular-post .news p,
	.widget-popular-post .news p a {
		font-size: 13px;
		margin: 0;
	}
	.widget-popular-post .news p a:hover {
		text-decoration: underline;
	}
	/* widget categories */
	.widget-categories .categories li a {
		position: relative;
		display: block;
	}
	.widget-categories .categories li span {
		position: absolute;
		right: 0;
		top: 0;
	}
	/* widget tags */
	.widget-tags .tag-list a {
		display: inline-block;
		font-size: 13px;
		color: #767676;
		border: 1px solid #dbdbdb;
		padding: 7px 15px;
		margin: 4px;
		margin-left: 0;
	}
	.widget-tags .tag-list a:hover {
		color: #5e5e5e;
	}
	.search-field {
		max-width: 100%;
	}
/*--------------------------------------------------------------
Blog single
--------------------------------------------------------------*/
	.single-post .hentry {
		padding-bottom: 0;
	}
	.single-post .author-post {
		position: relative;
		margin-top: 50px;
		background-color: #eee;
		padding: 20px;
	}
	.single-post .author-post .author-avatar {
		float: left;
		width: 145px;
		background-color: #f5f5f5;
		padding: 3px;
	}
	.single-post .author-post .author-info {
		position: relative;
		padding: 0 20px 0 35px;
		margin-left: 140px;
		min-height: 140px;
	}
	.single-post .author-post .name {
		margin: 3px 0 17px 0;
	}
	.single-post .author-post .name h6 {
		font-size: 20px;
		font-weight: 600;
		display: inline-block;
		margin: 0;
	}
	.single-post .author-post .intro {
		margin: 0;
	}
	.single-post .author-post ul.socials {
		position: absolute;
		top: 10px;
		right: 20px;
		list-style: none;
		margin: 0;
	}
	.single-post .author-post ul.socials li {
		float: left;
		text-align: center;
		margin-right: 5px;
	}
	.single-post .author-post ul.socials li a {
		display: inline-block;
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 25px;
		color: #ccc;
	}
	.tags-links a {
		display: inline-block;
		background-color: #f7f7f7;
		padding: 8px 30px;
		color: #47425d;
		margin: 0 5px;
		font-size: 12px;
		text-transform: uppercase;
	}
	.tags-links a:first-of-type {
		margin-left: 0;
	}	
	/* comment post */
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-area {
	margin-bottom: 60px;
}
.comments-title {
	margin: 0 0 30px 0;
	font-size: 24px;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area .children {
	padding-left: 20px;
}
.comments-area .fn {
	color: #505050;
}
.comment-author .avatar {
	position: absolute;
}
.comment-author .fn,
.comment-metadata {
	margin-left: 80px;
}
.comment-metadata {
	font-size: 13px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.comment-form .form-submit {
    margin-top: 30px;
}
.comment-body {
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
}
.reply {
	margin-left: 80px;
	background-color: #e64e4e;
	display: table;
	margin-top: 15px;
}
.comment-reply-link {
	padding: 8px 22px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	display: table;
}
.comment-meta a {
	color: #c7c7c7;
}
.comments-area a.url {
	color: #505050;
	text-decoration: none;
}
.bypostauthor {
}
.comment-reply-title {
	font-size: 25px;
}
.comment-form input {
	width: 100%;
	max-width: 100%;
}
.form-submit input {
	width: auto;
}
.comment-content {
	margin-left: 80px;
}
/*--------------------------------------------------------------
Portfolio single
--------------------------------------------------------------*/
	.portfolio-images {
		margin-bottom: 40px;
	}
	.portfolio-info {
		background-color: #f7f7f7;
		border: 1px solid #eee;
		padding: 25px 25px 40px;
		font-family: "Raleway", sans-serif;
	}
	.portfolio-info h5 {
		margin: 0 0 15px;
		text-transform: uppercase;
	}
	.portfolio-info ul {
		list-style: none;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.portfolio-info ul li {
		padding: 10px 0;
	}
	.portfolio-info ul li span {
		float: right;
		color: #443f3f;
	}
	.portfolio-info .button-group {
		text-align: center;
	}
	.portfolio-info .button-group a {
		width: 100%;
		margin-top: 10px;
	}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
	.footer-widgets {
		background:url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/1540077_m.jpg);
		background-position:50% 80%;position:relative;
	}
	
.footer-widgets:before{position:absolute;width:100%;height:100%;content:"";
background:rgba(0,0,0,0.7)}


	.footer .copyr {
		color: #a8a8a8;
		margin-bottom: 0;
	}
	.footer-widgets .widget-title {
		text-transform: uppercase;
		color: #c5c5c5;
		line-height: normal;
		margin: 5px 0 0;
	}
	/* widget info */
	.widget-info .logo-footer {
		margin-bottom: 36px;
	}
	.widget-info p {
		margin-bottom: 24px;
	}
	.widget-info .infomation {
		list-style: none;
		margin: 0;
	}
	.widget-info .infomation li {
		position: relative;
		padding: 0 0 0 30px;
		margin-bottom: 15px;
		line-height: 24px;
	}
	.widget-info .infomation li.address:before,
	.widget-info .infomation li.phone:before,
	.widget-info .infomation li.email:before {
		position: absolute;
		left: 0;
		top: 0;
		content: "\f041";
		font-family: "FontAwesome";
		font-size: 16px;
	}
	.widget-info .infomation li.phone:before {
		content: "\f095";
	}
	.widget-info .infomation li.email:before {
		content: "\f040";
	}
	/* widget links */
	.widget-links ul {
		list-style: none;
		margin: 0;
	}
	.widget-links ul li {
		padding: 10px 0 7px;
	}
	.widget-links ul li:first-child {
		padding-top: 0;
	}
	.widget-mail-subscribe p {
		padding-bottom: 10px;
	}
	.widget-mail-subscribe .email-sub input {
		width: 205px;
		margin-bottom: 10px;
	}
/*--------------------------------------------------------------
Bottom
--------------------------------------------------------------*/
	.site-footer {
		background-color: #1c1c1c;
		line-height: 35px;
		padding: 15px 0;display:none;
	}
	.site-footer,
	.site-footer a {
		color: #666;
	}
	.site-footer .socials {
		margin: 0;
		list-style: none;
	}
	.bottom .socials li {
		display: inline-block;
		margin-left: 5px;
	}
	.site-footer .socials li a {
		display: inline-block;
		color: #666;
		font-size: 14px;
		background-color: #2e2e2e;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.site-footer .socials li:hover a {
		color: #fff;
	}
/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/

	.preloader {
	    background: none repeat scroll 0 0 #fff;
	    height: 100%;
	    opacity: 1;
	    position: fixed;
	    text-align: center;
	    transition: opacity 0.2s ease 0s;
	    width: 100%;
	    z-index: 9999;display:none;	    
	}
	.preloader .spinner {
	    height: 30px;
	    left: 50%;
	    margin-left: -15px;
	    margin-top: -15px;
	    position: relative;
	    top: 50%;
	    width: 30px;display:none;	
	}
	.preloader .pre-bounce1,
	.preloader .pre-bounce2 {
	    -webkit-animation: 2s ease 0s normal none infinite bounce;
	            animation: 2s ease 0s normal none infinite bounce;
	    background-color: #de4939;
	    border-radius: 50%;
	    height: 100%;
	    left: 0;
	    opacity: 0.6;
	    position: absolute;
	    top: 0;
	    width: 100%;
	}
	.preloader .pre-bounce2 {
	    -webkit-animation-delay: -0.5s;
	            animation-delay: -0.5s;
	}
	@-webkit-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}

	@keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}
/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
	.go-top {
		position: fixed !important;
		right: 20px;
		bottom: -45px;
		color: #fff;
		display: block;
		font-size: 22px;
		line-height: 35px;
		text-align: center;
		width: 40px;
		height: 40px;
		visibility: hidden;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: 9999;
		cursor: pointer;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
			 -o-border-radius: 2px;
				border-radius: 2px;
		-webkit-transition: all 0.5s;
		   -moz-transition: all 0.5s;
		    -ms-transition: all 0.5s;
		     -o-transition: all 0.5s;
		        transition: all 0.5s;
	}
	.go-top:hover {
		background-color: #fff;
	}
	.go-top.show {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		bottom : 11px;
	}

/*--------------------------------------------------------------
Panels
--------------------------------------------------------------*/
	.panel-grid-cell .widget-title {
		text-align: center;
		margin-bottom: 50px;
		position: relative;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase;
		padding-bottom: 10px;
	}
	.panel-grid-cell .widget-title:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 50px;
		height: 1px;
		margin-left: -25px;
		background-color: #d65050;
	}
	.panel-grid {
		max-width: 1170px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.panel-row-style[data-hasbg="hasbg"] {
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		position: relative;
		z-index: 11;
		overflow: hidden;
	}
	.panel-grid .overlay {
		z-index: -1;
	}
	.no-col-padding .panel-grid-cell {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/* SO post carousel fix */	
	.sow-carousel-thumbnail .overlay {
	    position: static;
	    height: 100% !important;
	}		
/* Counter
-------------------------------------------------------------- */
	.roll-counter {
		text-align: center;
	}
	.roll-counter i {
		font-size: 30px;
	}
	.roll-counter .name-count,
	.roll-counter .numb-count {
		font-family: "Raleway", sans-serif;
	}
	.roll-counter .name-count {
		font-size: 14px;
		font-weight: 600;
		padding: 15px 0;
	}
	.roll-counter .numb-count {
		font-size: 44px;
		padding: 0;
		font-weight: 600;
	}
/* Clients
-------------------------------------------------------------- */
	.roll-client {
	    text-align: center;
	}
	.roll-client .client-item {
	    float: none;
	    display: inline-block;
		width: 19%;
		text-align: center;
		margin: 15px 0;
	}
	.roll-client .client-item img {
		max-width: 150px;
	}

/* Spacer
-------------------------------------------------------------- */
	.roll-spacer {
		display: block;
		clear: both;
		width: 100%;
		height: 47px;
		overflow: hidden;
	}
	.roll-spacer.small {
		height: 27px;
	}
	.roll-spacer.large {
		height: 60px;
	}
/* Icon Box
-------------------------------------------------------------- */
	.service {
		margin-bottom: 30px;
	}
	.widget_sydney_services_type_b .service {
		margin-bottom: 20px;
	}
	.widget_sydney_services_type_b .service-thumb {
		float: left;
		max-width: 120px;
    	margin-right: 30px;
    	margin-top: 7px;
	}
	.service.col-md-4:nth-of-type(3n+1) {
		clear: left;
	}
	.service.col-md-6:nth-of-type(2n+1) {
		clear: left;
	}
	.roll-icon-box {
		text-align: center;
	}
	.roll-icon-box .service-thumb {
		margin: 0 auto 20px;
	}
	.roll-icon-box .icon {
		text-align: center;
		width: 70px;
		height: 70px;
		line-height: 75px;
		margin: 0 auto 20px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-icon-box.left {
		text-align: left;
	}
	.roll-icon-box.left .icon {
		float: left;
		margin-top: 7px;
		margin-right: 30px;
	}
	.roll-icon-box .icon i {
		font-size: 26px;
	}
	.roll-icon-box .content {
		overflow: hidden;
	}
	.roll-icon-box .content h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		margin: 7px 0 10px;
	}
	.roll-icon-box .content h3,
	.roll-icon-box .content h3 a {
		color: #443f3f;
	}
	.roll-icon-box .content p {
		margin: 0;
	}

/* Contact widget
-------------------------------------------------------------- */

.sydney_contact_info_widget span {
	color: #d65050;
	margin-right: 15px;
}
.sydney_contact_info_widget div {
	margin-bottom: 15px;
}
/* Icon List
-------------------------------------------------------------- */
	.roll-icon-list {
		padding-top: 15px;
	}
	.roll-icon-list .icon {
		text-align: center;
		width: 70px;
		height: 70px;
		line-height: 75px;
		float: left;
		margin-right: 30px;
		margin-top: 7px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-icon-list .icon i {
		font-size: 26px;
	}
	.roll-icon-list .list-item {
		margin-bottom: 30px;
	}
	.roll-icon-list .content {
		overflow: hidden;
	}
	.roll-icon-list .content h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		margin: 7px 0 10px;
	}
	.roll-icon-list .content h3 a {
		color: #443f3f;
	}
	.roll-icon-list .content p {
		margin-bottom: 0;
	}
/* List
-------------------------------------------------------------- */
	.roll-list {
		list-style: none;
		margin: 0 0 30px 10px;
	}
	.roll-list li {
		line-height: 32px;
		position: relative;
		padding-left: 40px;
	}
	.roll-list li:before {
		content: "\f006";
		font-family: "FontAwesome";
		font-size: 15px;
		position: absolute;
		left: 0;
		top: 0;
	}
/* Button
-------------------------------------------------------------- */
	.roll-button {
		position: relative;
		display: inline-block;
		font-family: "Raleway", sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 12px 35px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.roll-button:hover {
		background-color: transparent;
	}
	.roll-button.border {
		background-color: transparent;
		text-transform: uppercase;
	}
	.roll-button.border:hover {
		color: #fff;
	}
	.roll-button.border.text-white {
		color: #fff;
	}
	.roll-button.light {
		background-color: #fff;
		border: 1px solid #fff;
		color: #443f3f;
	}
	.roll-button.light:hover {
		color: #fff;
	}
	.roll-button.light.border {
		border: 1px solid #fff;
		background-color: transparent;
		color: #fff;
	}
	.roll-button.light.border:hover {
		border: 1px solid #443f3f;
		background-color: #443f3f;
		color: #fff;
	}
	.roll-button.dark {
		background-color: #443f3f;
		border: 1px solid #443f3f;
	}
	.roll-button.dark:hover {
		border: 1px solid #443f3f;
		background-color: transparent;
		color: #443f3f;
	}
	.roll-button.dark.border {
		border: 1px solid #443f3f;
		background-color: transparent;
		color: #443f3f;
	}
	.roll-button.dark.border:hover {
		border: 1px solid #443f3f;
		background-color: #443f3f;
		color: #fff;
	}
	.more-button {
		display: table;
		margin: 30px auto 0;
		clear: both;
	}
/* Button Group
-------------------------------------------------------------- */
	.roll-button-group {
		text-align: center;
	}
	.roll-button-group .roll-button {
		margin-left: 8px;
	}
	.roll-button-group .roll-button:first-child {
		margin-left: 0;
	}
/* Lastest news
-------------------------------------------------------------- */
.blog-post {
	margin-bottom: 30px;
}
.blog-post .entry-title {
	margin: 15px 0;
	font-size: 16px;
}
/* Lastest Projects
-------------------------------------------------------------- */
	.project-filter {
		margin: 20px 0 50px 0;
		text-align: center;
		padding-left: 0;
	}
	.project-filter li  {
		display: inline-block;
	    position: relative;
	    text-align: center;
	    margin-left: -4px;
	    background-color: #f5f5f5;
		-webkit-transition: background 0.3s;
		   -moz-transition: background 0.3s;
		    -ms-transition: background 0.3s;
		     -o-transition: background 0.3s;
		        transition: background 0.3s;
	}
	.widget-area .widget .project-filter li {
			padding: 0;
	}
	.project-filter li a {
	    color: #767676;
	    display: block;
	    font-family: "Raleway",sans-serif;
	    font-size: 13px;
	    font-weight: 600;
	    outline: 0;
			padding: 10px;
	}
	.project-filter li a.active,
	.project-filter li a:hover,
	#secondary .project-filter li a.active,
	#secondary .project-filter li a:hover {
		color: #fff;
	}
	.roll-project {
		width: 100%;
		padding-bottom: 50px;
		margin: 0;
	}
	.roll-project .project-item {
		margin: 0 0 30px;
	}
	.roll-project.fullwidth .project-item {
		float: left;
	}
	.roll-project.fullwidth .project-item {
		width: 20%;
		margin: 0;
	}
	.roll-project .project-item .item-wrap {
		position: relative;
	}
	.roll-project .project-item .pop-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
		z-index: 10;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 1s;
		   -moz-transition: all 1s;
		    -ms-transition: all 1s;
		     -o-transition: all 1s;
		        transition: all 1s;
	}
	.roll-project .project-item .project-pop-wrap {
		z-index: 20;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.roll-project .project-item .project-pop {
		color: #fff;
		text-align: center;
		z-index: 1;
		width: 100%;
		height: 100%;
		cursor: pointer;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		position: absolute;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.roll-project .project-item .project-pop a {
		color: #fff;
	}
	.roll-project .project-item:hover .project-pop {
		opacity: 0.5;
	}
	.roll-project .project-item .project-pop h3 {
		font-size: 16px;
		font-weight: 700;
		line-height: 26px;
		position: absolute;
		left: 0;
		bottom: 50%;
		width: 100%;
		margin-bottom: -4px;
	}
	.roll-project .project-item .project-cat {
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		padding-top: 20px;
		margin: 0;
	}
	.roll-project .project-item .project-cat li {
		display: inline-block;
	}
	.roll-project .project-item .project-cat li a {
		position: relative;
		font-style: italic;
		padding: 0 5px;
	}
	.roll-project .project-item .project-cat li a:before {
		position: absolute;
		content: "/";
		left: -3px;
		top: -1px;
	}
	.roll-project .project-item .project-cat li:first-child a:before {
		content: "";
	}
	.roll-project .project-item:hover .project-title-wrap,
	.roll-project .project-item:hover > .item-wrap .project-pop{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
	}
	.roll-project .project-item:hover > .item-wrap .pop-overlay {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.project-title-wrap{
		position:absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 2;
	}

	.roll-project .project-item:hover > .item-wrap .project-title-wrap {
		border: 2px solid yellow;
	}

	.roll-project .project-title{
	  display: table;
	  width: 100%;
	  height: 100%;
	  text-align: center;
		color: #fff;
	}

	.roll-project .project-title span{
	  display: table-cell;
	  vertical-align: middle;
	  padding-left: 10px;
	  padding-right: 10px;
	}

/* Testimonials
-------------------------------------------------------------- */
	.roll-testimonials {
		max-width: 750px;
		margin: 0 auto 30px;
		text-align: center;
	}
	.roll-testimonials .avatar {
		width: 100px;
		margin: 7px auto 26px;
		border: 2px solid #fff;
	}
	.roll-testimonials .avatar,
	.roll-testimonials .avatar img {
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-testimonials .whisper {
		font-size: 18px;
		font-style: italic;
		line-height: 26px;
		padding: 0 0 20px;
		margin: 0;
		border: 0;
	}
	.hentry .roll-testimonials blockquote {
		background-color: transparent;
		color: inherit;
	}	
	.roll-testimonials .name {
		font-family: "Raleway", sans-serif;
		font-size: 18px;
		font-weight: 500;
	}
	.roll-testimonials .name span {
		font-size: 13px;
		display: block;
		color: #767676;
	}
	.roll-testimonials .owl-controls {
		margin-top: 40px;
	}
	.hentry .roll-testimonials blockquote {
		background: transparent;
	}
	.owl-carousel .owl-wrapper:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.owl-carousel{
		display: none;
		position: relative;
		-ms-touch-action: pan-y;
		-webkit-transition: all 0.3s !important;
		transition: all 0.3s !important;
	}
	.owl-carousel .owl-wrapper{
		display: none;
		position: relative;
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	.owl-carousel .owl-wrapper-outer{
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.owl-carousel .owl-wrapper-outer.autoHeight{
		-webkit-transition: height 500ms ease-in-out;
		-moz-transition: height 500ms ease-in-out;
		-ms-transition: height 500ms ease-in-out;
		-o-transition: height 500ms ease-in-out;
		transition: height 500ms ease-in-out;
	}
	.owl-carousel .owl-item{
		float: left;
	}
	.owl-controls .owl-page,
	.owl-controls .owl-buttons div{
		cursor: pointer;
	}
	.owl-controls {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.owl-carousel  .owl-wrapper,
	.owl-carousel  .owl-item{
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility:    hidden;
		-ms-backface-visibility:     hidden;
	  -webkit-transform: translate3d(0,0,0);
	  -moz-transform: translate3d(0,0,0);
	  -ms-transform: translate3d(0,0,0);
	}
	.owl-theme .owl-controls{
	  text-align: center;
	  margin-top: 45px;
	}
	.owl-theme .owl-controls .owl-page{
	  display: inline-block;
	  zoom: 1;
	}
	.owl-theme .owl-controls .owl-page span{
	  display: block;
	  width: 9px;
	  height: 9px;
	  margin: 4px;
	  background-color: transparent;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  filter: alpha(opacity=100);
	  opacity: 1;
	  -webkit-border-radius: 50%;
	     -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	      border-radius: 50%;
	  -webkit-transition: background 0.3s;
	     -moz-transition: background 0.3s;
	      -ms-transition: background 0.3s;
	       -o-transition: background 0.3s;
	          transition: background 0.3s;
	}
	.widget_sydney_testimonials .fa {
		display: none;
	}

/* Socials
-------------------------------------------------------------- */
	.roll-socials li {
		display: inline-block;
		text-align: center;
		margin: 2px 8px 8px 0;
	}
	.roll-socials li:last-child {
		margin-right: 0;
	}
	.roll-socials li a {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-color: transparent;
		font-size: 16px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-socials li a:hover {
		color: #fff;
	}
/* Infomation
-------------------------------------------------------------- */
	.roll-infomation {
		margin-bottom: 50px;
		list-style: none;
	}
	.roll-infomation li {
		position: relative;
		padding-left: 30px;
		margin-bottom: 15px;
		line-height: 24px;
	}
	.roll-infomation li.time span {
		color: #d91d1d;
		font-weight: 700;
	}
	.roll-infomation li.address:before,
	.roll-infomation li.phone:before,
	.roll-infomation li.email:before {
		position: absolute;
		left: 0;
		top: 4px;
		content: "\f041";
		font-family: "FontAwesome";
		font-size: 20px;
	}
	.roll-infomation li.phone:before {
		content: "\f095";
	}
	.roll-infomation li.email:before {
		content: "\f040";
	}
/* Progress Bar
-------------------------------------------------------------- */
	.roll-progress {
		position: relative;
		margin-bottom: 20px;
	}
	.roll-progress .name {
		position: absolute;
		left: 0;
		top:0;
	}
	.roll-progress .name,
	.roll-progress .perc {
		font-weight: 400;
	}
	.roll-progress .progress-animate {
		height: 10px;
		width: 0;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		     -o-border-radius: 2px;
		        border-radius: 2px;
	}
	.roll-progress .progress-bar {
		background: #f3f3f3;
		width: 100%;
		margin-top: 10px;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		     -o-border-radius: 2px;
		        border-radius: 2px;
	}
	.roll-progress .perc {
		width: 0;
		text-align: right;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: opacity 1s ease-in-out;
		  -moz-transition: opacity 1s ease-in-out;
		   -ms-transition: opacity 1s ease-in-out;
		    -o-transition: opacity 1s ease-in-out;
		       transition: opacity 1s ease-in-out;
	}
	.roll-progress .perc.show {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
/* Service Box
-------------------------------------------------------------- */
	.roll-servicebox .service-content h3 {
		font-size: 16px;
		font-weight: 500;
		margin: 10px 0 10px;
	}
/* Tabs
-------------------------------------------------------------- */
	.roll-tabs {
		margin-bottom: 20px;
	}
	.roll-tabs .menu-tab {
		overflow: hidden;
		margin: 0;
		list-style: none;
	}
	.roll-tabs .menu-tab li {
		position: relative;
		bottom: -1px;
		float: left;
		margin-right: 2px;
	}
	.roll-tabs .menu-tab li a {
		font-family: "Raleway", sans-serif;
		font-size: 14px;
		font-weight: 500;
		display: block;
		color: #2d3340;
		padding: 12px 25px 10px;
	}
	.roll-tabs .menu-tab li a:hover {
		background-color: #f7f7f7;
		text-decoration: none;
	}
	.roll-tabs .menu-tab li.active a {
		background-color: #fff;
		border: 1px solid #dbdbdb;
		transition: none;
	}
	.roll-tabs .content-tab {
		margin-top: 50px;
		border: 1px solid #dbdbdb;
		padding: 25px 20px 10px 25px;
		margin-top: -1px;
		background-color: #fff;
	}
	.roll-tabs .content-tab p {
		margin-bottom: 20px;
	}
/* Promo Box
-------------------------------------------------------------- */
	.roll-promobox {
		text-align: center;
		padding: 20px 0;
	}
	.roll-promobox .promo-controls {
		margin-top: 25px;
	}
	.roll-promobox .title {
		font-size: 18px;
		margin-bottom: 10px;
		color: #8e8e8e;
		font-weight: 500;
	}
	.roll-promobox .promo-content p {
		margin-bottom: 40px;
		font-size: 16px;
	}
	.roll-promobox.aside-style {
		text-align: left
	}
	.roll-promobox.aside-style .promo-content p {
		padding-bottom: 15px;
	}
	.roll-promobox.aside-style .promo-wrap {
	    display: table;
		overflow: hidden;
		width: 100%;
	}
	.roll-promobox.aside-style .promo-content {
	    display: table-cell;
	    vertical-align: middle;
		width: 70%;
	}
	.roll-promobox.aside-style .promo-content p {
		margin: 0 0 5px;
	}
	.roll-promobox.aside-style .promo-controls {
	    display: table-cell;
	    margin: 0;
	    text-align: center;
	    vertical-align: middle;
	    white-space: nowrap;
		width: 30%;
	}
/* Team
-------------------------------------------------------------- */
	.roll-team.carousel .team-item {
		padding: 0 25px;
	}
	.post-type-archive-employees .team-item {
  		margin-bottom: 30px;
	}
	.roll-team .team-inner {
		padding: 4px;
		background-color: #fff;
		position: relative;
		text-align: center;
	}
	.roll-team .team-item .team-pop .name {
		font-family: "Raleway", sans-serif;
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		padding: 10px 0;
	}
	.roll-team .team-item .team-pop .pos {
		font-style: italic;
	}
	.roll-team .team-item .team-pop .team-info {
	    top: 30%;
	    position: relative;
		width: 100%;
	}
	.roll-team .team-item .pop-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
		z-index: 10;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 1s;
		   -moz-transition: all 1s;
		    -ms-transition: all 1s;
		     -o-transition: all 1s;
		        transition: all 1s;
	}
	.roll-team .team-item .team-social {
		text-align: center;
		padding: 17px 0 0;
		margin: 0;
	}
	.roll-team .team-item .team-social li {
		display: inline-block;
	}
	.roll-team .team-social li a {
		font-size: 16px;
		color: #fff;
		display: block;
		margin-left: 5px;
		height: 30px;
		width: 30px;
		line-height: 28px;
		border: 1px solid #fff;
		background-color: transparent;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.roll-team .team-item .team-social li:first-child a {
		margin-left: 0;
	}
	.roll-team .team-item .team-social li:hover a {
		background-color: #fff;
	}
	.archive .team-social li a {
		color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-team .team-item .team-pop {
		color: #fff;
		z-index: 20;
		width: 100%;
		height: 100%;
		padding: 0 10px;
		cursor: pointer;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.roll-team .team-item:hover > .team-inner .team-pop {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
	}
	.roll-team .team-item:hover > .team-inner .pop-overlay {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.roll-team .team-content {
		text-align: center;
	}
	.roll-team .team-content .name {
		font-family: "Raleway", sans-serif;
		font-size: 16px;
		font-weight: 600;
		padding: 12px 0 2px;
	}
	.roll-team .team-content .pos {
		padding-bottom: 12px;
		color: #443f3f;
	}
	.archive .team-item:nth-of-type(3n+1) {
		clear: left;
	}
	.entry-post .roll-team .team-inner .avatar img {
	    margin: 0;
	}
/* Elements
-------------------------------------------------------------- */
	a {
		color: #d65050;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #d65050;
	}
	.text-color { color: #d65050;}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		background-color: #d65050;
		border: 1px solid #d65050;
	}
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent;
		color: #d65050;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		border-bottom: 1px solid #dc143c;
		background:#f0f8ff;
	}
	#mainnav > ul > li > a.active,
	#mainnav > ul > li > a:hover {
		color: #d65050;
	}
	#mainnav ul li ul:after {
		background-color: #d65050;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {
		background-color: #d65050;
	}
	.error-wrap #search-submit:hover {
		background-color: #d65050;
		border-color: #d65050;
	}
	.text-slider .maintitle:after {
		background-color: #d65050;
	}
	.content-area .hentry:after {
		background-color: #d65050;
	}
	.hentry .meta-post a:hover {
		color: #d65050;
	}
	.hentry blockquote {
	    border-left: 3px solid #d65050;
	}
	.blog-pagination ul li {
		border: 1px solid #d65050;
	}
	.blog-pagination ul li.active,
	.blog-pagination ul li:hover a {
		background-color: #d65050;
	}
	.sidebar .widget:before {
		background-color: #d65050;
	}
	.widget-tags .tag-list a:hover {
		border: 1px solid #d65050;
	}
	.comment .comment-detail {
		border: 1px solid #d65050;
	}
	.bottom .socials li:hover a,
	.go-top {
		background-color: #d65050;
	}
	.go-top:hover {
		color: #d65050;
	}
	.switcher-container .switcher-icon a:focus {
		color: #d65050;
	}
	.owl-theme .owl-controls .owl-page span{
	  border: 2px solid #d65050;
	}
	.owl-theme .owl-controls .owl-page.active span,
	.owl-theme .owl-controls.clickable .owl-page:hover span{
	  background-color: #d65050;
	}
	.roll-icon-box .icon {
		border: 1px solid #d65050;
	}
	.roll-icon-box .icon i,
	.roll-icon-box .content h3 a:hover {
		color: #d65050;
	}
	.roll-icon-box.white .icon {
		background-color: #d65050;
	}
	.roll-icon-box.white .content h3 a {
		color: #d65050;
	}
	.roll-icon-list .icon {
		border: 1px solid #d65050;
	}
	.roll-icon-list .icon i,
	.roll-icon-list .content h3 a:hover {
		color: #d65050;
	}
	.roll-button {
		background-color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-button:hover {
		color: #d65050;
	}
	.roll-button.border {
		color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-button.border:hover {
		background-color: #d65050;
	}
	.roll-button.light:hover {
		border: 1px solid #d65050;
		background-color: #d65050;
	}
	.project-filter li a.active,
	.project-filter li a:hover {
		background-color: #d65050;
	}
	.roll-testimonials .name {
		font-family: "Raleway", sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #d65050;
	}
	.roll-project .project-item .project-pop {
		background-color: #d65050;
	}
	.roll-socials li a {
		border: 1px solid #d65050;
	}
	.roll-socials li a:hover {
		background-color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-infomation li.address:before,
	.roll-infomation li.phone:before,
	.roll-infomation li.email:before {
		color: #d65050;
	}
	.roll-progress .progress-animate {
		background-color: #d65050;
	}
	.roll-team .team-item .team-pop .team-social li:hover a {
		color: #d65050;
	}
	.roll-team .team-item .team-pop {
		background-color: #d65050;
	}
	.roll-team .team-content .name {
		color: #d65050;
	}
/* Woocommerce basic - full styles in wc.css
-------------------------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #d65050;
}
.cart-contents {
	position: relative;
}
.cart-contents .fa,
.header-account .fa {
	font-size: 18px;
}
.cart-amount {
    background-color: #d65050;
    font-size: 12px;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    top: -10px;
    position: absolute;
    color: #fff;
    right: -18px;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link p {
	color: #767676;
}
ol.flex-control-nav.flex-control-thumbs {
    list-style-type: none;
    padding-left: 0;
    margin: 0 -3px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
   cursor: pointer;
}
ol.flex-control-nav.flex-control-thumbs li {
    width: 33.333%;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
}
ol.flex-control-nav.flex-control-thumbs li img:not(.flex-active) {
    opacity: 0.6;
}
.woocommerce ul#shipping_method {
	display: table;
	margin: 0 auto;
	text-align: left;
}
.woocommerce ul#shipping_method li {
	padding: 0;
}
/* Core video
-------------------------------------------------------------- */
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.wp-custom-header iframe {
	vertical-align: top;
}

.wp-custom-header {
	position: relative;
}
.wp-custom-header .wp-custom-header-video-button {
	position: absolute;
	bottom: 10%;
	left: -webkit-calc(50% - 25px);
	left: calc(50% - 25px);
	height: 50px;
	width: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.70);
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.wp-custom-header .wp-custom-header-video-button:hover {
	color: #fff;
	background-color: #333;
}
.wp-custom-header .wp-custom-header-video-button:focus {
	outline: none;
}

/* Lightbox video
-------------------------------------------------------------- */
.sydney-video .video-text,
.sydney-video .toggle-popup, 
.sydney-video .close-popup {
	display: none;
}
.sydney-video.vid-lightbox .video-text {
	display: block;
	margin-bottom: 30px;
}
.sydney-video.vid-lightbox .video-text:empty {
	margin-bottom: 0;
}
.sydney-video.vid-lightbox .popup-show .close-popup {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 12;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}
.sydney-video.vid-lightbox .sydney-video-inner {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.sydney-video.vid-lightbox .video-overlay {
	position: fixed;
	top: 0;
	left: -9999em;
	height: 100%;
	width: 100%;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.3);
}
.sydney-video.vid-lightbox .popup-show {
	left: 0;
}
.sydney-video.vid-lightbox {
	text-align: center;
}
.sydney-video.vid-lightbox .toggle-popup {
    width: 60px;
    height: 60px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(83, 85, 93, 0.3);
    border-radius: 50%;
    line-height: 60px;
    font-size: 28px;
    color: #46444c;
    transition: all 0.4s;
}
.sydney-video.vid-lightbox .toggle-popup:hover {
	background-color: #46444c;
	color: #fff;
}

/*--------------------------------------------------------------
Integrations
--------------------------------------------------------------*/
/* Elementor and Beaver Builder */
.page-template-page_front-page.elementor-page .page-wrap .content-wrapper,
.page-template-page_front-page.fl-builder .page-wrap .content-wrapper {
	width: 100%;
	padding: 0 15px;
}
/* Parallax fix */
.panel-row-style,
.elementor-section {
	-webkit-transform: translate3d(0,0,0);
}
@-moz-document url-prefix() {
    .panel-row-style {
          background-position: center !important;
    }
}
.elementor-section,
.panel-row-style {
    -moz-transform: none !important;
}
_:-ms-lang(x), .elementor-section, .panel-row-style { transform: none !important; }
/* End parallax fix */

.fl-widget .widgettitle,
div[class*="elementor-widget-wp-widget-sydney"] h5 {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 32px;
}
/* Mailchimp for WordPress */
.mc4wp-form label {
	display: block;
	width: 100%;
}
.mc4wp-form input:not([type="submit"]) {
	width: 100%;
}
/* Yoast SEO breadcrumbs */
.sydney-breadcrumbs {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.sydney-breadcrumbs,
.sydney-breadcrumbs a {
	color: #47425d;
}
.sydney-breadcrumbs a {
    text-decoration: underline;
    margin: 0 3px;
    text-decoration-color: #bababa;	
}
/* Media Queries
-------------------------------------------------------------- */
	@media only screen and (min-width: 1930px) {
		.parallax {
			background-size: cover;
		}
	}
	/* Smaller than standard 1200 */
	@media only screen and (max-width: 1199px) {
		.roll-icon-list .list-item {
			margin-bottom: 18px;
		}
		.roll-project.fullwidth .project-item {
			width: 25%;
		}
		.masonry-layout .hentry {
			width: 455px;
		}
	}
	/* Smaller than standard 980 */
	@media only screen and (max-width: 991px) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
		.roll-counter .numb-count {
			font-size: 24px;
		}
		.masonry-layout .hentry {
			width: 345px;
		}
		.header-wrap .col-md-8 {
			padding: 0;
		}
		.last {
			margin-bottom: 0 !important;
		}
		.margin-bottom-device {
			margin-bottom: 50px;
		}
		.margin-top-device {
			margin-top: 50px;
		}
		.content-area .post-wrap,
		.contact-form-wrap {
			padding-right: 0;
		}
		.contact-form-aside,
		.sidebar {
			margin-top: 50px;
		}
		.roll-icon-box {
			margin-bottom: 30px;
		}
		.roll-promobox.aside-style,
		.roll-promobox.aside-style .promo-wrap,
		.roll-promobox.aside-style .promo-content,
		.roll-promobox.aside-style .promo-controls {
			display: block;
			text-align: center;
			width: 100%;
		}
		.roll-promobox.aside-style .title {
			margin-bottom: 20px;
		}
		.roll-project.fullwidth .project-item {
			width: 33.3%;
		}
		.footer-widgets .widget {
			margin-bottom: 50px;
		}
		.roll-client .client-item img {
			max-width: 100%;
  		}
		.blog-post:nth-of-type(2n+1) {
		    clear: left;
		}  				
	}
	@media only screen and (max-width: 1024px) {
		.site-header.fixed {
			position: static !important;
			border:none !important;
		}		
		.slides-container .slide-item,
		.panel-row-style {
			background-attachment: scroll !important;
			background-position: center !important;
		}
		.panel-row-style.mob-pad-0 {
			padding: 0 !important;
		}
		.panel-row-style.mob-pad-15 {
			padding: 15px 0 !important;
		}
		.panel-row-style.mob-pad-30 {
			padding: 30px 0 !important;
		}
		.panel-row-style.mob-pad-45 {
			padding: 45px 0 !important;
		}
		.site-header {
			position: static;
			background-color: rgba(0,0,0,0.9);
		}
		.header-clone {
			display: none;
		}		
		.posts-navigation {
			overflow: hidden;
			margin-bottom: 30px;
		}
		#mainnav {
			display: none;
		}
		.btn-menu {
			display: block;
		}		
	}
	@media only screen and (max-width: 780px) {
		.roll-client .client-item img {
			max-width: 100%;
  		}
  		.panel-grid-cell {
   			padding-left:15px !important;
    		padding-right:15px !important;
    		margin-bottom: 15px !important;
  		}
		h1 { font-size: 32px;}
		h2 { font-size: 28px;}
		h3 { font-size: 22px;}
		h4 { font-size: 18px;}
		h5 { font-size: 16px;}
		h6 { font-size: 14px;}
	}
	/* Tablet Landscape */
	 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
	}

	@media only screen and (max-width: 1399px) {
		.site-header #mainnav ul li ul {
		    right: 14px;
		}
		.site-header #mainnav ul li ul li ul {
		    left: -100%;
		}
	}

	/* All Mobile Sizes */
	@media only screen and (max-width: 767px) {
		.posts-layout {
			max-width: 100%;
		}
		.masonry-layout .hentry {
			width: 100%;
			margin: 0 0 30px;
			padding: 0 15px;
		}
		.text-slider-section {
			min-height: 190px;
		}
		.text-slider .maintitle {
			font-size: 32px;
		    line-height: 1.1;
		    padding-bottom: 10px;
		}
		.text-slider .subtitle {
		    font-size: 16px;
		    line-height: 24px;
		    padding: 15px 0;
		}
		.roll-button {
			padding: 10px 30px;
		}
		.roll-project .project-item {
			width: 100%;
		}
		.roll-project.fullwidth .project-item {
			width: 50%;
		}
		.roll-counter {
			margin-bottom: 30px;
		}
		.sydney_facts_widget .col-md-3:last-of-type .roll-counter {
			margin-bottom: 0;
		}
		.roll-counter .name-count {
			padding: 5px 0;
		}
		.single-post .author-post .author-avatar {
			float: none;
			margin-bottom: 20px;
		}
		.single-post .author-post .author-info {
			margin-left: 0;
			padding: 0;
		}
		.single-post .author-post ul.socials {
			position: static;
		}
		.single-post .author-post .intro {
			clear: left;
			padding-top: 10px;
		}
		.comment-list .children {
			margin-left: 75px;
		}
		.error-wrap .error-search {
			padding: 0 20px;
		}
		.aside-image .content-wrap {
			padding-left: 0;
			padding-right: 0;
		}
		.social-menu-widget a:before {
			font-size: 42px;
		}
		.btn-menu {
			float: none;
			margin: 15px auto 0;
		}
		.header-wrap {
			text-align: center;
		}
		#mainnav-mobi {
			top: auto;
		}
		.site-header.float-header {
			padding-top: 20px;
			padding-bottom: 20px;
		}

        .text-slider-section {
			min-height: 0;
			top: auto;
			bottom: 0;
		}
		.site-title {
			font-size: 22px !important;
		}
		.fluid-width-video-wrapper + #wp-custom-header-video-button {
			display: none;
		}
	}
	@media only screen and (max-width: 600px) {
		.roll-client .client-item {
			padding: 5px;
			margin: 0;
			width: 32.5%;
		}
	}

	/* Mobile Portrait Size */
	@media only screen and (max-width: 479px) {
		.roll-project.fullwidth .project-item {
			width: 100%;
		}
		.blog-post,
		.service,
		.sidebar-column {
			padding: 0;
		}
		.roll-button {
			font-size: 12px;
		}
		.text-slider .maintitle {
			font-size: 18px;
		}
		.text-slider .subtitle {
			font-size: 14px;
		}
		.text-slider {
			margin-bottom: 5px;
		}
		.text-slider .subtitle {
			padding: 5px 0;
		}
		.button-slider {
    		padding: 5px 15px;
    		font-size: 11px;
		}
		
		#pro{position:relative;top:-260px;display:block;}
		
		#ser{position:relative;top:-80px;display:block;}
		
		#com{position:relative;top:-80px;display:block;}
		
		.donden{position:fixed;bottom:0;left:0;width:50%;display:none;}
		
		.orij1{
    position:fixed;z-index:1400;padding-right:200px;padding-top:20px;padding-bottom:20px;top:0;
			margin-left:-10px;background:#fff;
  }	
		
		.mojimenu{font-size:12px;
		right:10px;z-index:9000;
  	}
		
		.conti{
  position: fixed;
right:20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: #000099;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
		z-index:3000;
		border-radius:10px;
}
	
	.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  background:url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/3632469_m.jpg);
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
		background-position-x:50%;background-position-y:100%;
}
		.global-nav::before {
  position:absolute;
 width:100%;
			height:100%;
			background:rgba(0,0,0,0.6);z-index:210;content:"";
}
		
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: left;
  padding: 10px 14px;z-index:250;
	position:relative;
}
.global-nav__item a {
  display: block;
  padding: 4px 0;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  color: #fff;
	padding-left:10px;font-size:18px;z-index:250;
	position:relative;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #ccc;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
		
		a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
		.lond{display:none}
		
		.con0{position:relative;margin-top:40px}
		
		.karitoku{text-align:center;padding:100px 0;}
		
		.con1d{padding:30px;}
		
		.con1{padding:30px;background:#fff;color:#696969;font-size:14px;}
		
		.con1 h2 {
  position: relative;
  display: inline-block;
  padding: 0 15px;left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);color:#2b2b2b;margin:30px auto;
}
		
		.con1 h2:before,.con1 h2:after {
  content: '';
  position: absolute;
  top: 50%;
	
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #000099;
}
		.con1 h2:before {
  left:0;
}
.con1 h2:after {
  right: 0;
}
		
		.con2{padding:50px 30px;color:#2b2b2b;font-size:17px;background:#fff;}

	.con2 h1{color:#fff;font-family:'Gloria Hallelujah', cursive;}
		
		.con4{padding:50px 30px;background:url(https://www.wapuru.com/wp-content/uploads/2019/10/hed.jpg);
	color:#000;display: block;}
		
	
	.con4 h1{color:#000;font-family:'Gloria Hallelujah', cursive;}
		
		#oneslider{}
		
		.rensa{height:100px !important;}
		
		.rensa img{
  border:2px solid #fff;
		object-fit:cover;
		width:150px;
		height:100px;
		float:left;
		}
		
		#bg{margin-top:-200px;height:1100px !important;}

.logokai{position:absolute;z-index:1000;top:30%;}
		
		.logoka{
    text-align: center;
    color: #FFF;
   left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position:absolute;width:90%;}
	
	
.logoka h1 {
    color:#2b2b2b;
    font-size: 70px;
    line-height: .90;
    margin: 10px 0;text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}


.background {
  display: block;
  
}
		
		.con5{background: #3C3B3F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #605C3C, #3C3B3F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #605C3C, #3C3B3F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */padding:50px 20px;
}
		
		.con6{background:#fff;
	padding:50px 20px;position:relative;}
	
	.con6 h3{margin-top:50px;text-align:center}
		
		.drem{box-shadow:10px 10px 5px gray;}
		
	
		
		.saishu{font-size:20px;color:#fff;text-align:left;}
		
		.saishbox1{background:#fff;width:90%;margin:20px auto;color:#222;padding:3%;clear:both;}
		
		.saishbox2{background:#fff;width:90%;margin:20px auto;color:#222;padding:3%;}
		
		.saishbox1 h5{text-align:center;}
		
		.saishbox2 h5{text-align:center;}
		
		.entry-content{overflow:hidden;}
		
		button{
  background:#333;
  color:#fff;
	margin-top:50px;
  border:none;
  position:relative;
  height:60px;
  font-size:1.6em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
		font-size:17px;
			width:90%;
			margin:50px auto 0 auto;
}
button:hover{
  background:#fff;
  color:#333;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #333;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
	transition:800ms ease all;}
		
		.company{color:#fff;}
		
		.company td{padding:5px 10px;}
		
		.frame {
	display: inline-block;
	position: relative;
		top:-120px;
		left:15%;
		border:10px solid #333;box-shadow: 2px 2px 4px gray;width:80%;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
		inset 0 0 100px rgba(0, 0, 0, 0.2);
	background: rgba(0, 255, 0, 0.1); /* カラーを重ねる */
}
		
		.sample2 {
	width:			100%;
	height:			210px;
	overflow:		hidden;
	margin:			15px auto;
	position:		relative;
		
		box-shadow: 2px 2px 4px #222;
}
.sample2 .caption {
	font-size:		120%;
	text-align: 		left;
	color:			#fff;
	padding:0 10px;
}
.sample2 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
	display:block;
}
	
	.sample2 .normal{position:absolute;color:#fff;left:30px;top:20px;font-size:30px}
	
	.sample2:hover + .normal{color:#ff0000;}
	
	.sample2:hover .mask {
	opacity:1;	/* マスクを表示する */
	padding-top:		10px;	/* ホバーで下にずらす */
}
		
		
	.sample2:hover .normal {
	opacity:0;	/* マスクを表示する */
	
}
	.red{color:#fff;font-size:20px;text-decoration:underline;}

		
		.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
		
		.kihon{position:relative;border:10px solid #000;margin-top:40px;
	box-shadow: 2px 2px 4px gray;width:80%;}
	
	.kihon1{display: inline-block;
	position: relative;
		top:-120px;
		left:15%;
		border:10px solid #333;box-shadow: 2px 2px 4px gray;width:80%;}
	
	.kihon1:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
		inset 0 0 100px rgba(0, 0, 0, 0.2);
	background: rgba(255,0, 0, 0.1); /* カラーを重ねる */
		z-index:10
			
}
		
		.under {background: linear-gradient(transparent 60%, #ffd700 50%);font-size:32px;color:#000;margin:0 auto;
margin-bottom:50px;font-weight:bold;text-align:center;}
	
	.under a{color:#000;text-align:center;}
		
		.shou33 {margin:10px auto;}
		
		.start {
	background:#fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;background-size:cover;
}


.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
	}
		
		.arrowWrap {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 200px;z-index:10;display:none;
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);display:none;
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;display:none;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
		
		.article{margin-top:50px;}
		
		.con7{background:url(https://sample7.wapuru.com/wp-content/uploads/2020/01/office-space-1744803_1920-1.jpg);
	position:relative;height:500px;z-index:10
	
	}
	
	.con7:before{position:absolute;width:100%;height:100%;content:"";background:rgba(255,255,255,0.5);}
	
	.contactbox{background:rgba(0,0,0,0.7);color:#fff;padding:50px 10px;margin:0 auto;text-align:center;
	width:70%;z-index:11;position:absolute;left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);}
	
	.contactbox:hover{background:#000;}
	
	.contactbox h4{color:#fff;text-align:center;font-size:20px;}
	
	.contactbox h5{color:#fff;text-align:center;font-size:15px;}
		
			.back1{position:relative;width:100%;background:url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/3632469_m.jpg);
	background-position:50% 50%;width:100%;height:500px; background-size:cover;margin-top:40px;}
	
	.back1::before{background:rgba(0,0,0,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}
	
	.back2{position:relative;width:100%;background:url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/4020840_m.jpg);
	background-position:50% 50%;position:sticky;width:100%;height:500px; background-size:cover;
		margin-top:40px;}
	
	.back2::before{background:rgba(0,0,0,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}
	
	
	
	.owner1{text-align:center;font-size:7vw;color:#fff}
	
	.owner2{text-align:center;font-size:7vw;color:#fff}
	
	.owner3{text-align:center;font-size:5vw;color:#ffffe0}
	
	.kazasi{position:absolute;left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);}

		
		

	.back4{position:relative;width:100%;background:url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/3293132_m.jpg);
	background-position:50% 50%;position:relative;width:100%;height:500px; background-size:cover;margin-top:40px;}
	
	.back4::before{background:rgba(0,0,0,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}

	.back6{position:relative;width:100%;background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/agreement-3489902_1920.jpg);
	background-position:50% 50%;position:relative;width:100%;height:500px; background-size:cover;margin-top:40px;}
	
	.back6::before{background:rgba(255,255,255,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}	
	
	.block {
  width: 100%;
  height: 100vh;object-fit:cover;
 }
p {
 
  padding: 0;
  margin: 0;
}
	
.block-one {
  background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/architecture-1836070_1920.jpg);
  color: #fff;
  z-index: 100;
		padding:0 30px;height:100vh;object-fit:cover;object-position:50% 80%;
		
}
.block-two {
  background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/kitchen-1687121_1920.jpg);
  z-index: 200;padding:0 30px;height:100vh;object-fit:cover;object-position:50% 80%;
	
}
	
	.block-three {
background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/villa-1209148_1920.jpg);
  z-index: 300;padding:0 30px;height:100vh;object-fit:contain;object-position:50% 80%;width:100%;
		
}
	
	.block-four {
  background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/kitchen-2486092_1920.jpg);
  z-index: 400;padding:0 30px;height:100vh;object-fit:cover;object-position:50% 80%;
		
}
	
	.block-five {
  background: #85937A;
  z-index: 200;
}
	
	.topo1{
	margin-top:50px;
	}
	
	.topo2{
	margin-top:50px;
	}
		
		.hrafwork{position:relative;overflow:hidden;margin:20px 0;}
	
	.firstkifo{font-size:30px;}
	
	.hrafwork img{height:300px;width:100%;object-fit:cover;-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;}
	
	.hrafwork img:hover{-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);}
	
	.kotaitl{position:absolute;width:100%;background:rgba(0,0,0,0.6);padding:10px;color:#fff;top:0;
	border-left:4px solid #fff;}
	
	.kotaitl2{position:absolute;width:100%;background:rgba(0,0,0,0.6);padding:10px;color:#fff;bottom:0;
	border-right:4px solid #fff;}
		
		figure.cp_caption {
	position: relative;
	overflow: hidden;
	width: 100%;
	
	color: #ffffff;
}
figure.cp_caption * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color:#fff;font-size:20px;
}
figure.cp_caption img {
	width: 100%;
	
}
figure.cp_caption figcaption {
	position: absolute;
	z-index: 1;
	top: 50%;
	padding: 3em 3em;
	transition: all 0.3s ease-out;
	transition-delay: 0.1s;
	opacity: 0;
}
figure.cp_caption:after {
	position: absolute;
	top: 7%;
	right: 10%;
	bottom: 7%;
	left: 10%;
	display: inline-block;
	content: '';
	transition: all 0.3s ease-out;
	opacity: 0;
	background: rgba(27, 37, 56, 0.8);
}
figure.cp_caption:hover:after {
	opacity: 0.9;
}
figure.cp_caption:hover figcaption {
	transform: translateY(-50%);
	opacity: 1;
}
	
	.cp_iptxt {
	position: relative;
	width: 80%;
	margin: 40px 3%;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding-left: 4em;
}
.cp_iptxt input[type='text']:focus {
	outline: none;
}
.ef {
	padding: 7px 14px;
	transition: 0.4s;
	
	background: transparent;
}
.ef ~ .focus_line:before,
.ef ~ .focus_line:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 2px;
	content: '';
	transition: 0.2s;
	transition-delay: 0.2s;
	background-color: #da3c41;
}
.ef ~ .focus_line:after {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	transition-delay: 0.6s;
}
.ef ~ .focus_line i:before,
.ef ~ .focus_line i:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 0;
	content: '';
	transition: 0.2s;
	background-color: #da3c41;
}
.ef ~ .focus_line i:after {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	transition-delay: 0.4s;
}
.ef:focus ~ .focus_line:before,
.ef:focus ~ .focus_line:after,
.cp_iptxt.ef ~ .focus_line:before,
.cp_iptxt.ef ~ .focus_line:after {
	width: 100%;
	transition: 0.2s;
	transition-delay: 0.6s;
}
.ef:focus ~ .focus_line:after,
.cp_iptxt.ef ~ .focus_line:after {
	transition-delay: 0.2s;
}
.ef:focus ~ .focus_line i:before,
.ef:focus ~ .focus_line i:after,
.cp_iptxt.ef ~ .focus_line i:before,
.cp_iptxt.ef ~ .focus_line i:after {
	height: 100%;
	transition: 0.2s;
}
.ef:focus ~ .focus_line i:after,
.cp_iptxt.ef ~ .focus_line i:after {
	transition-delay: 0.4s;
}
.ef ~ label {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: -35px;display:none;
	
	transition: 0.3s;
	letter-spacing: 0.5px;
	color: #000;
}
.ef:focus ~ label, .cp_iptxt.ef ~ label {
	font-size: px;
	top: -22px;
	left: 0;
	transition: 0.3s;
	color: #da3c41;
}
		
		.harbun2{float:left;padding:20px 10px 20px 10px;background:rgba(0,0,0,0.6);;font-size:14px;
	color:#fff;box-shadow:4px 4px 2px #000;}
		
		.glp{color:#fff;}
		
		.harbun2 h5{font-size:30px;color:#f5f5f5;}
		
		.drem td{padding:10px;font-size:12px;color:#000;}
	
	.drem td .fot{text-align:right;}
	
	.drem th{padding:20px 10px;color:#000;font-size:12px;}
	
	.drem tr:nth-child(even) {
background: #fff;
}
 
	.drem tr:nth-child(odd) {
background:#F9F9F9;;
}
		
		.menulo{position:fixed;top:60px;right:14px;color:#000099;font-size:12px;z-index:3000;}
		
		.redd{color:#cc0000;}
		
		.fotitle{font-weight:bold;font-size:5vw;text-align:center}
		
		.oyo{font-weight:bold;font-size:6vw;margin:10px auto;}
		
		.fomenu{margin:50px 0}
		
		.fomenu li{margin-bottom:20px;position:relative;width:50%;float:left;text-align:center}
		
		.fomenu li:before{position:absolute;left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);width:20px;height:4px;top:63px;background:#000099;content:""}
		
		.copyri{font-size:10px;margin-top:50px;}
		
	.con8{background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/coffee-1276784_1920.jpg);
	padding:100px 30px; background-attachment: fixed;
  background-size: cover;color:#fff;
  background-position: center;margin-bottom:-130px;}
		
			.fixed-bg {
  
		}
	
	.fixed-bg h1 {
		position:relative;
  text-align:center;
	top: 50vh;
	color:#fff;font-size:60px;text-shadow:4px 4px 2px gray;font-family: 'Archivo Black', sans-serif;
}
 
.bg01 {
  background-image: url(https://sample7.wapuru.com/wp-content/uploads/2020/01/architecture-1477041.jpg);
	width:100%;height:50vh;background-size:cover;
}
 
.bg02 {
  background-image: url(https://sample7.wapuru.com/wp-content/uploads/2020/01/large-home-389271.jpg);background-size:cover;object-fit:cover;width:100%;height:50vh;background-size:cover;
}

	
	.scroll-bg{background:rgba(255,255,255,0.2);}
		
		.hrud{padding:30px}
	
	.svg{margin-top:20vh;}
		
		.soroi{margin-top:0;}
		
		.harf1 img{margin:15px auto;border:5px solid #fff;box-shadow:4px 4px 2px gray;}
	 
		.shazuna{padding:0 30px;}
		
		.hankai1{padding-top:50px;}
		
		.bg-color01{background:url(https://sample7.wapuru.xyz/wp-content/uploads/2021/01/living-room-2732939_1920.jpg);
	position:relative;background-size:cover;margin-top:-50px}
	
	.bg-color01:before{position:absolute;width:100%;height:100%;content:"";
	background:rgba(255,255,255,0.7);}
	
	.bg-color02{background:url(https://sample7.wapuru.xyz/wp-content/uploads/2021/01/kitchen-2165756_1920.jpg);
	position:relative;background-size:cover;margin-top:-50px}
	
	.bg-color02:before{position:absolute;width:100%;height:100%;content:"";
	background:rgba(255,255,255,0.7);}
		
		.scroll-bg{position:relative;z-index:10;}
		
		.pc{display:none;}
		
		.topkote{position:fixed;top:10px;left:30px;font-size:2vw;z-index:2000;display:none}
	
	.topkote2{position:fixed;top:10px;right:50px;font-size:0.8vw;z-index:2000;text-align:right;display:none}
		
		.info {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
  overflow-y: scroll;
	background:url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/4226089_m.jpg);
	background-position:100% 100%;
	box-shadow:10px 10px 5px gray;position:relative;background-size:cover;
}
	
	
@media (min-width:768px) {
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.info dd,
.info dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 1em;
  padding-left: 1em
}

.info dt {
  font-style: normal;
  font-weight: initial
}

@media (min-width:768px) {
  .info dt {
    width: 12.5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #555
  }
}

.info dt:first-of-type {
  padding-top: 1em;
  border-top: 1px dotted #555
}

.info dt time {
  margin-right: .5em
}

.info dt span {
  box-sizing: border-box;
  display: inline-block;
  width: 7em;
  margin-right: .5em;
  padding: 0 .5em;
  background-color: #e6b422;
  color: #fff;
  font-size: .8em;
  line-height: 1.75;
  text-align: center
}

.info time {color: #2b2b2b;font-weight:bold;padding-left:1px;
}

.info dd {
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #555
}

@media (min-width:768px) {
  .info dd {
    width: calc(100% - 12.5em);padding-top:1em;
  }
  .info dd:first-of-type {padding-top:1.5em !important;border-top: 1px dotted #555
  }
}

.info dd:nth-of-type(-n+3) {
  position: relative
}
		
		
		.cp_card06 a{color:#ffff00}
		
			.cp_card06 {
position: relative;
overflow: hidden;
min-height: 500px;
		max-width:800px;
		object-fit:cover;
border-radius: 3px;
background: url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/4192036_m.jpg) 20% 1%/cover no-repeat;
background-color: #ffffff;
-webkit-box-shadow:10px 10px 5px gray;
box-shadow:10px 10px 5px gray;
		margin:100px auto;
}
.cp_card06:hover .description {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.cp_card06 input[type='checkbox'] {
display: none;
}
.cp_card06 input[type='checkbox']:checked + .meta {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
.cp_card06 .details {
position: absolute;
top: 0;
left: 0;
padding: 0.8em;
color: #ffffff;
border-radius: 0 0 3px 0;
background-color: #000099;
}
.cp_card06 .details span {
display: block;
text-align: center;
}
.cp_card06 .details .day {
font-size: 24px;
font-weight: 700;
text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.cp_card06 .details .month {
text-transform: uppercase;
}
.cp_card06 .details .month,
.cp_card06 .details .year {
font-size: 12px;
}
.cp_card06 .description {
position: absolute;
bottom: -15px;
width: 100%;
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition:         transform 0.3s;
transition:         transform 0.3s, -webkit-transform 0.3s;
-webkit-transform: translateY(0px);
transform: translateY(0px);
	
}
.cp_card06 .description .content {
position: relative;
z-index: 1;
padding: 0.5em 1em 50px;
background-color: #000099;
-webkit-box-shadow: 2px -4px 6px 1px rgba(50, 50, 50, 0.14);
box-shadow: 2px -4px 6px 1px rgba(50, 50, 50, 0.14);
}
.cp_card06 .description .author {
font-size: 12px;color:#ffff00;
}
.cp_card06 .description h1 {
font-size: 1.4em;
margin-top: 10px;
}
.cp_card06 .description h1 {
color: #ffffff;
}
.cp_card06 .description .text {
height: 3em;
margin: 0 0 1em 0;color:#fff;
}
.cp_card06 .meta {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0;
list-style-type: none;
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition:         transform 0.3s;
transition:         transform 0.3s, -webkit-transform 0.3s;
-webkit-transform: translateY(0);
transform: translateY(0);
text-align: center;
}
.cp_card06 .meta::before,
.cp_card06 .meta::after {
display: table;
content: '';
}
.cp_card06 .meta::after {
clear: both;
}
.cp_card06 .meta li {
position: relative;
display: inline-block;
float: left;
width: 33.333333%;
height: 60px;
background-color: #8BC34A;
}
.cp_card06 .meta a {
font-size: 24px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-decoration: none;
color: #ffffff;
}
.cp_card06 .meta span {
font-size: 10px;
position: absolute;
top: -10px;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.cp_card06 .meta_button {
position: absolute;
z-index: 999;
top: 16px;
right: 16px;
width: 25px;
cursor: pointer;
text-align: center;display:none;
}
.cp_card06 .meta_button span {
position: relative;
display: inline-block;
width: 5px;
height: 5px;
color: #ffffff;
border-radius: 50%;
background-color: #ffffff;
}
.cp_card06 .meta_button span::after,
.cp_card06 .meta_button span::before {
position: absolute;
display: block;
width: 5px;
height: 5px;
content: '';
border-radius: 50%;
background-color: currentColor;
}
.cp_card06 .meta_button span::before {
left: -10px;
}
.cp_card06 .meta_button span::after {
right: -10px;
}
@media screen and (max-width: 480px) {
.cp_card06 .data {
-webkit-transform: translateY(7em);
transform: translateY(7em);
}
.cp_card06 .description .text {
height: 5em;
margin:  0 1em 0;padding-top:10px;
}
}
		
			.cp_card03 {
position: relative;
margin: 0 auto;
border-radius: 3px;
background: #f0f0ed;
-webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.cp_card03 .header {
position: relative;
z-index: 1;
overflow: hidden;
height: 240px;
margin: 0;
border-radius: 3px 3px 0 0;
}
		
		
		
.cp_card03 .header::before {
position: absolute;
z-index: -1;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
content: '';
-webkit-transform: skewY(-3.2deg);
transform: skewY(-3.2deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
background: url('https://htc-consulting.co.jp/wp-content/uploads/2021/02/4206878_m.jpg');
	background-size:cover;background-position:50% 50%;
-webkit-backface-visibility: hidden;
}
.cp_card03 .cover {
position: absolute;
z-index: 2;
top: 240px;
left: 80px;
max-width: 300px;
height: auto;
}
.cp_card03 .header .details {
padding: 110px 0 0 180px;
}
.cp_card03 .header .details h1 {
font-size: 1.4em;
position: relative;
margin-bottom: 13px;
color: #000;text-align:center;
}
.cp_card03 .header .details h2 {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 15px;
color: #000;text-align:center;
}
.cp_card03 .description {
padding: 0 0.7em 2em 0;
color: #8c8b88;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cp_card03 .description .column1 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 100%;
padding: 70px 0 0 0;
text-align: center;
}
.cp_card03 .description .text {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;color:#2b2b2b;padding-top:290px;
}
.cp_card03 .description .tag {
font-size: 0.8em;
margin-right: 4px;
padding: 3px 8px;
cursor: pointer;
border-radius: 10px;
background: #ffffff;
}
.cp_card03 .description .tag:hover {
background: #dddddd;
}
.cp_card03 .description a {
display: block;
margin-bottom: 10px;
text-decoration: none;
color: #039BE5;
}
.cp_card03 .description a::after {
font-family: FontAwesome;
margin-left: -10px;
content: '\f061';
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
vertical-align: middle;
opacity: 0;
}
.cp_card03 .description a:hover::after {
margin-left: 5px;
opacity: 1;
}
@media screen and (max-width: 480px) {
.cp_card03 .description {
display: block;
padding: 0.5em 0.7em;
}
.cp_card03 .cover img {
text-align:center;
}
.cp_card03 .header .details {
padding: 50px 0 0 0px;
}
.cp_card03 .description .column1 {
padding: 20px 0 0 0;
}
}
		
		.site-logo {
    max-height: 100px;
    padding: 10px 0px;
}
		
		.joie{font-size:26px;}
	
	.joie2{font-size:18px;background: linear-gradient(transparent 60%, #ffcccc 0%);display:inline-block}
		
		.migi{float:right;font-size:16px;color:#0000ff}
	
	.hidari{float:left;font-size:16px;color:#0000ff}
		
		
		
	}
	@media only screen and (max-width: 320px) {
		.text-slider {
			margin-bottom: 0;
		}

	}
	/* Center menu vertically */
	@media screen and (min-width: 1025px) {
		.header-wrap .container > .row {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
	}
	/* Mobile slider */
	.mobile-slide {
		display: none;
	}
	.sydney-hero-area {
		overflow: hidden;
	}






/**
** Gutenberg *** ADD RESPONSIVE STYLES *** CHECK PAGES+GUTENBERG
*/
.post-template-post_nosidebar .content-area {
	max-width: 805px;
	margin-left: auto;
	margin-right: auto;
}
.post-template-post_nosidebar .alignfull,
.post-template-post_nosidebar .wp-block-cover-image {
	max-width: 100vw;
	width: auto;
	margin-left: -182px;
	margin-right: -182px;
}

@media only screen and (min-width: 481px) {
	
	.joie{font-size:1.5vw;}
	
	.joie2{font-size:1.5vw;background: linear-gradient(transparent 60%, #ffcccc 0%);display:inline-block}
	
	.topkote{position:fixed;top:10px;left:110px;font-size:1.0vw;z-index:2000;}
	
	.topkote2{position:fixed;top:10px;right:50px;font-size:1.0vw;z-index:2000;text-align:right;padding-bottom:10px;
	line-height:1.4;}
	
	.sm{display:none;}
	
		/* 1.親スタイルリセットとペース設定 ++++++++++ */
.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box; margin: 0 !important; padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* 画面又は親要素に対するサイズ - 変更可 */
  /* 背景色 - 変更可・削除可 */
   /* 囲み線 - 変更可・削除可 */
  margin: 0 auto; /* Box外の余白 - 変更可 */
  padding: 10px 0 10px; /* 上端からスライダーまでの距離 - 変更可・削除可 */
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check {
  display: none;
}
.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}
.slider-label {
  display: block;
  cursor: pointer;
  color: #fff; /* 文字色 - 変更可 */
  font-size: 24px; /* 文字サイズ - 変更可 */
  line-height: 2; /* ボタン部分の高さ - 変更可 */
  text-align: center;  
}
.slider-label::before {
  content: "\025a0  STOP"; /* 停止テキスト - 変更可 */
  } 
.slider-check:checked ~ div > .slider-label::before {
  content: "\025b6  MOVE"; /* 再生テキスト - 変更可 */
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box{
  position: relative;
  width: 100%;
  overflow: hidden;
	padding-bottom:50px;
}
.loop-box, .loop-box ul {
  height: 400px; /* スライダーの高さ - 変更注意 */
}
.loop-box ul {
  position: absolute; left: 0; top: 0;
  display: flex; 
  justify-content: space-between;
   /* スライダーの背景色 - 変更可 */
  list-style: none;
  max-width: 10000%; 
  min-width: 100%;
  width: calc(300px * 1.5 * 3); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 65s linear infinite; /* アニメーション設定 - 変更可 */
}
.loop-box li {
  display: flex;
  align-items: center; 
  justify-content: center;
  color: #fff;
  width: calc(100% / 3); /* li の幅を均等にする - 削除可・変更注意 */
}
.loop-box img {
  height: auto;
  width: 100%;object-fit:cover;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
  animation-name: loop1;
}
.loop-box ul.loop2 {
  animation-name: loop2;
}
@keyframes loop1 {
  0% {transform: translateX(0); }
  49.99999% {transform: translateX(-100%); }
  50% {transform: translateX(100%); }
}
@keyframes loop2 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}
	
	#bg{height:950px !important;}
	
	.con0{position:relative;z-index:10;padding-top:35px}
	
	.logoka{
    text-align: center;
    color: #FFF;
   left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position:absolute;z-index:100;
	width:90%}
	
	
.logoka h1 {
	color:#2b2b2b; 
    font-size: 120px;
    line-height: 0.9;
    margin: 10px 0;text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

	.fotitle{font-size:2vw;font-weight:bold;padding-left:30px;
	position:relative;top:50px;}
	
		.start {
	background:#fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;background-size:cover;
}


.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
	}
	
	.content-area{margin-top:-50px;}
	
	.donden{float:right;margin-right:-15px;}
	
	.arrowWrap {
  position: fixed;
  right: 0;
  bottom: 0;
height: 250px;z-index:10;
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
	
	.baransu{width:800px;margin:0 auto;}
	
	.con1d{width:800px;margin:0 auto;padding:100px 0;}
	
	.cp_card06 a{color:#ffff00}
	
	.cp_card06 {
position: relative;
overflow: hidden;
min-height: 500px;
		max-width:800px;
		object-fit:cover;
border-radius: 3px;
background: url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/4192036_m.jpg) 20% 1%/cover no-repeat;
background-color: #ffffff;
-webkit-box-shadow:10px 10px 5px gray;
box-shadow:10px 10px 5px gray;
		margin:100px auto;
}
.cp_card06:hover .description {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.cp_card06 input[type='checkbox'] {
display: none;
}
.cp_card06 input[type='checkbox']:checked + .meta {
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
}
.cp_card06 .details {
position: absolute;
top: 0;
left: 0;
padding: 0.8em;
color: #ffffff;
border-radius: 0 0 3px 0;
background-color: #000099;
}
.cp_card06 .details span {
display: block;
text-align: center;
}
.cp_card06 .details .day {
font-size: 24px;
font-weight: 700;
text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.cp_card06 .details .month {
text-transform: uppercase;
}
.cp_card06 .details .month,
.cp_card06 .details .year {
font-size: 12px;
}
.cp_card06 .description {
position: absolute;
bottom: 0;
width: 100%;
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition:         transform 0.3s;
transition:         transform 0.3s, -webkit-transform 0.3s;
-webkit-transform: translateY(80px);
transform: translateY(80px);
}
.cp_card06 .description .content {
position: relative;
z-index: 1;
padding: 1em;
background-color: #000099;
-webkit-box-shadow: 2px -4px 6px 1px rgba(50, 50, 50, 0.14);
box-shadow: 2px -4px 6px 1px rgba(50, 50, 50, 0.14);
}
.cp_card06 .description .author {
font-size: 12px;color:#ffff00;
}
.cp_card06 .description h1 {
font-size: 1.4em;
margin-top: 10px;
}
.cp_card06 .description h1 {
color: #ffffff;
}
.cp_card06 .description .text {
height: 3em;
margin: 0 0 1em 0;color:#fff;
}
.cp_card06 .meta {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0;
list-style-type: none;
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition:         transform 0.3s;
transition:         transform 0.3s, -webkit-transform 0.3s;
-webkit-transform: translateY(0);
transform: translateY(0);
text-align: center;
}
.cp_card06 .meta::before,
.cp_card06 .meta::after {
display: table;
content: '';
}
.cp_card06 .meta::after {
clear: both;
}
.cp_card06 .meta li {
position: relative;
display: inline-block;
float: left;
width: 33.333333%;
height: 60px;
background-color: #8BC34A;
}
.cp_card06 .meta a {
font-size: 24px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-decoration: none;
color: #ffffff;
}
.cp_card06 .meta span {
font-size: 10px;
position: absolute;
top: -10px;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.cp_card06 .meta_button {
position: absolute;
z-index: 999;
top: 16px;
right: 16px;
width: 25px;
cursor: pointer;
text-align: center;display:none;
}
.cp_card06 .meta_button span {
position: relative;
display: inline-block;
width: 5px;
height: 5px;
color: #ffffff;
border-radius: 50%;
background-color: #ffffff;
}
.cp_card06 .meta_button span::after,
.cp_card06 .meta_button span::before {
position: absolute;
display: block;
width: 5px;
height: 5px;
content: '';
border-radius: 50%;
background-color: currentColor;
}
.cp_card06 .meta_button span::before {
left: -10px;
}
.cp_card06 .meta_button span::after {
right: -10px;
}
@media screen and (max-width: 480px) {
.cp_card06 .data {
-webkit-transform: translateY(7em);
transform: translateY(7em);
}
.cp_card06 .description .text {
height: 5em;
margin: 0 0 1em 0;
}
}

	.back1{position:relative;width:100%;height:800px;background:url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/3632469_m.jpg);
	background-position:50% 50%;width:100%;height:600px; background-size:cover;
	background-attachment: fixed;margin-top:100px}
	
	.back1::before{background:rgba(0,0,0,0.6);width:100%;content: "";z-index:0;height:100%;display: block;}
	
	.back2{position:relative;width:100%;height:800px;background:url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/4020840_m.jpg);
	background-position:50% 50%;position:sticky;width:100%;height:600px; background-size:cover;
	background-attachment: fixed;margin-top:100px}
	
	.back2::before{background:rgba(0,0,0,0.6);width:100%;content: "";z-index:0;height:100%;display: block;}
	
	.owner1{text-align:center;font-size:3vw;color:#fff}
	
	.owner2{text-align:center;font-size:3vw;color:#fff}
	
	.owner3{text-align:center;font-size:1.5vw;color:#ffffe0}
	
	.kazasi{position:absolute;left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);}

	.back4{position:relative;width:100%;background:url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/3293132_m.jpg);
	background-position:50% 50%;position:relative;width:100%;height:600px; background-size:cover;
	background-attachment: fixed;margin-top:100px}
	
	.back4::before{background:rgba(0,0,0,0.6);width:100%;content: "";z-index:0;height:100%;display: block;}

	.back6{position:relative;width:100%;height:800px;background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/agreement-3489902_1920.jpg);
	background-position:50% 50%;position:relative;width:100%;height:800px; background-size:cover;
	background-attachment: fixed;}
	
	.back6::before{background:rgba(255,255,255,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}	
	
	.block {
  width: 100%;
  height: 100vh;
  display: flex;
   background-attachment: fixed;
  background-size: cover;
  background-position: center;
  top: 0;
}
p {
  
  padding: 0;
  margin: 0;
}
	
	.block-one {
  background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/architecture-1836070_1920.jpg);
  color: #fff;
  z-index: 100;
		padding:0 10%;
		 background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.block-two {
  background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/kitchen-1687121_1920.jpg);
  z-index: 200;padding:0 10%;
	 background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
	
	.block-three {
background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/villa-1209148_1920.jpg);
  z-index: 300;padding:0 10%;
		 background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
	
	.block-four {
  background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/kitchen-2486092_1920.jpg);
  z-index: 400;padding:0 10%;
		 background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
	
	.block-five {
  background: #85937A;
  z-index: 200;
}
	
	.topo1{
	position:relative;
		top:25%;
	}
	
	.topo2{
	position:relative;
		top:50%;
	}
	
.info {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
  overflow-y: scroll;
	background:url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/4226089_m.jpg);
	background-position:100% 100%;
	box-shadow:10px 10px 5px gray;position:relative;
}
	
	
@media (min-width:768px) {
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.info dd,
.info dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 1em;
  padding-left: 1em
}

.info dt {
  font-style: normal;
  font-weight: initial
}

@media (min-width:768px) {
  .info dt {
    width: 12.5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #555
  }
}

.info dt:first-of-type {
  padding-top: 1em;
  border-top: 1px dotted #555
}

.info dt time {
  margin-right: .5em
}

.info dt span {
  box-sizing: border-box;
  display: inline-block;
  width: 7em;
  margin-right: .5em;
  padding: 0 .5em;
  background-color: #e6b422;
  color: #fff;
  font-size: .8em;
  line-height: 1.75;
  text-align: center
}

.info time {color: #2b2b2b;font-weight:bold;padding-left:1px;
}

.info dd {
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #555
}
	
	.info dd a:hover{color:#0000ff}

@media (min-width:768px) {
  .info dd {
    width: calc(100% - 12.5em);padding-top:1em;
  }
  .info dd:first-of-type {padding-top:1.5em !important;border-top: 1px dotted #555
  }
}

.info dd:nth-of-type(-n+3) {
  position: relative
}
	
	.con8{background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/coffee-1276784_1920.jpg);
	padding:100px 10%; background-attachment: fixed;
  background-size: cover;
  background-position: center;margin-bottom:-80px}
	
	.fixed-bg {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
	
	.fixed-bg h1 {
		position:relative;
  text-align:center;
	top: 50vh;
	color:#fff;font-size:60px;text-shadow:4px 4px 2px gray;font-family: 'Archivo Black', sans-serif;
}
 
.bg01 {
  background-image: url(https://sample7.wapuru.com/wp-content/uploads/2020/01/architecture-1477041.jpg);
}
 
.bg02 {
  background-image: url(https://sample7.wapuru.com/wp-content/uploads/2020/01/large-home-389271.jpg);
}
	
	.migi{float:right;font-size:16px;color:#0000ff}
	
	.hidari{float:left;font-size:16px;color:#0000ff}
	
	.scroll-bg{padding:100px 10%}
	
	.svg{margin-top:30vh;}
	
	.soroi{margin-top:-22vh}
	
	div #concept{display:block;
		position:relative;
		top:100px;
		}
	
	.site-logo{position:relative;top:10px}
	
	.hankai1{width:60%;float:left;padding:50px 100px;}
	
	.hankai2{width:40%;float:left;padding:100px 50px 50px 50px;text-align:right}
	
	.copyri{font-size:9px;margin-top:100px;padding-bottom:15px;}
	
	.fomenu{margin-top:100px}
	
	.fomenu li{width:20%;float:left;text-align:center;font-size:16px;position:relative;}
	
	.fomenu li:hover{}
	
	.fomenu li:first-child{padding-top:8px !important}
	
	.fomenu li:before{position:absolute;width:15px;top:65px;height:5px;content:"";background:#fff;
	 left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}
	
	.fomenu li:hover:before{position:absolute;width:15px;top:65px;height:5px;content:"";background:#000099;
	 left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}
	
	.fomenu li:after{}
	
	.fomenu li div{text-align:center;font-size:14px;}
	
	.douita{clear:both;}
	
	.bg-color01{background:url(https://sample7.wapuru.xyz/wp-content/uploads/2021/01/living-room-2732939_1920.jpg);
	position:relative;}
	
	.bg-color01:before{position:absolute;width:100%;height:100%;content:"";
	background:rgba(255,255,255,0.7)}
	
	.bg-color02{background:url(https://sample7.wapuru.xyz/wp-content/uploads/2021/01/kitchen-2165756_1920.jpg);
	position:relative;}
	
	.bg-color02:before{position:absolute;width:100%;height:100%;content:"";
	background:rgba(255,255,255,0.7)}
	
	.karitoku{text-align:center;padding:100px 0;}
	
	.lond{display:none}
	
	.con1{padding:100px 10%;}
	
	.con1 h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);color:#2b2b2b
}

.con1 h2:before,.con1 h2:after {
  content: '';
  position: absolute;
  top: 50%;
	
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #000099;
}

.con1 h2:before {
  left:0;
}
.con1 h2:after {
  right: 0;
}
	
	.counter{background:#fff;padding:50px !important}
	
	.harf1{width:50%;float:left;padding:0 0px;margin-bottom:100px;position:relative;z-index:10;}
	
	.harf1 img{height:300px;object-fit:cover;margin:0 0px;width:500px;border:5px solid #fff;box-shadow:5px 5px 3px gray;}
	
	.harf1q{width:50%;float:right;padding:0 0px;margin-bottom:100px;position:relative;z-index:10;}
	
	.harf1q img{height:300px;object-fit:cover;margin:0 0px;width:500px;
	margin:40px auto;border:5px solid #fff;box-shadow:5px 5px 3px gray;}
	
	.nidankai{height:300px;width:500px;}
	
	.hrud{padding:0 20px;}
	
	.article h1 {

padding: 12px 0px 12px 15px ;
margin: 30px 0px 20px;
}
.article h1:first-letter {
margin-right: .1em;
font-size: 1.5em;
}
	
	.zurasi{margin-top:100px !important;}
	
	.hrafwork{width:33.3%;float:left;position:relative;overflow:hidden;margin:20px 0;}
	
	.firstkifo{font-size:30px;}
	
	.hrafwork img{height:300px;width:100%;object-fit:cover;-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;padding:0 10px}
	
	.hrafwork img:hover{}
	
	.kotaitl{position:absolute;width:100%;background:rgba(0,0,0,0.6);padding:10px;color:#fff;top:0;
	border-left:4px solid #fff;}
	
	.kotaitl2{position:absolute;width:100%;background:rgba(0,0,0,0.6);padding:10px;color:#fff;bottom:0;
	border-right:4px solid #fff;}
	
	 h1{color:#000;}
	
	.toposi{font-size:31px;}
	
	.con2{width:1000px;background:#fff;font-size:17px;color:#2b2b2b;text-align:left;margin:0 auto;padding:100px 0;}

	.con2 h1{color:#fff;font-family:'Gloria Hallelujah', cursive;margin-left:10%}
	
	.con3{background:#f5f5f5;padding:50px 10%;}
	
	.harbun1{width:50%;float:left;padding:30px 60px 30px 40px;background:#fff;font-size:14px;height:330px}
	
	.harbun1 h5{font-size:30px;color:#696969;}
	
	.harbun2 h5{font-size:30px;color:#f5f5f5;}
	
	.omosi{font-size:28px;color:#fff;}
	
	.omosi2{font-size:18px;font-weight:bold;margin-bottom:30px;}
	
	
	.rmosi{font-size:28px;color:#fff;}
	
	.rmosi2{font-size:18px;font-weight:bold;margin-bottom:30px;}
	
	.con4{background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/504b82fecfca0710387b64dfa3f5ae0f_m.jpg);
	color:#000;position:relative;background-position:50% 50%;padding:50px 10%;}
	
	.con4:before{background:rgba(0,0,0,0);width:100%;height:100%;content:"";position:absolute;}
	
	.harbun2{width:50%;float:left;padding:30px 60px 30px 40px;background:rgba(0,0,0,0.6);;font-size:14px;height:330px;
	color:#fff;box-shadow:4px 4px 2px #696969;}
	
	.con4 h1{color:#000;font-family:'Gloria Hallelujah', cursive;}
	
	.con3 h1{color:#fff;font-family:'Gloria Hallelujah', cursive;margin-left:10%}
	
	.con3 h4{color:#fff;font-family:'Gloria Hallelujah', cursive;margin-top:110px;}
	
	.con5{background:url(https://sample7.wapuru.com/wp-content/uploads/2019/11/d3ae72856b90e11976eb976a9c3dd7cc_m.jpg);padding:50px 10%;
		background-position:50% 50%;
}
	
	.con5 h1{color:#fff;font-family:'Gloria Hallelujah', cursive;text-align:center;}
	
	.con6{background:url(https://sample7.wapuru.xyz/wp-content/uploads/2020/01/office-space-1744803_1920-1-1.jpg);
	padding:50px 10%;position:relative;margin-bottom:-80px}
	
	.con6 h3{
color:#2b2b2b;margin-top:200px;

}
	
	.cp_card03 {
position: relative;
margin: 0 auto;
border-radius: 3px;
background: #f0f0ed;
-webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.cp_card03 .header {
position: relative;
z-index: 1;
overflow: hidden;
height: 240px;
margin: 0;
border-radius: 3px 3px 0 0;
}
.cp_card03 .header::before {
position: absolute;
z-index: -1;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
content: '';
-webkit-transform: skewY(-3.2deg);
transform: skewY(-3.2deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
background: url('https://htc-consulting.co.jp/wp-content/uploads/2021/02/4206878_m.jpg');
	background-size:cover;background-position:50% 50%;
-webkit-backface-visibility: hidden;
}
.cp_card03 .cover {
position: absolute;
z-index: 2;
top: 43%;
left: 8%;
max-height: 240px;
	width:auto;
height: auto;
}
.cp_card03 .header .details {
padding: 90px 0 0 20%;
}
.cp_card03 .header .details h1 {
font-size:2vw;
position: relative;
margin-bottom: 13px;
color: #000;
}
.cp_card03 .header .details h2 {
font-size: 1.6vw;
font-weight: normal;
margin-bottom: 15px;
color: #000;
}
.cp_card03 .description {
padding: 40px 0.7em 20px 0;
color: #8c8b88;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cp_card03 .description .column1 {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
height: 100%;
padding: 70px 0 0 0;
text-align: center;
}
.cp_card03 .description .text {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;color:#2b2b2b;
}
.cp_card03 .description .tag {
font-size: 0.8em;
margin-right: 4px;
padding: 3px 8px;
cursor: pointer;
border-radius: 10px;
background: #ffffff;
}
.cp_card03 .description .tag:hover {
background: #dddddd;
}
.cp_card03 .description a {
display: block;
margin-bottom: 10px;
text-decoration: none;
color: #039BE5;
}
.cp_card03 .description a::after {
font-family: FontAwesome;
margin-left: -10px;
content: '\f061';
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
vertical-align: middle;
opacity: 0;
}
.cp_card03 .description a:hover::after {
margin-left: 5px;
opacity: 1;
}
@media screen and (max-width: 480px) {
.cp_card03 .description {
display: block;
padding: 0.5em 0.7em;
}
.cp_card03 .cover {
max-width: 100px;
height: auto;
top:170px;
left: 10px;
}
.cp_card03 .header .details {
padding: 150px 0 0 140px;
}
.cp_card03 .description .column1 {
padding: 20px 0 0 0;
}
}
	
	.fade{

  animation: fadeIn 0.2s ease 0.3s 1 normal;

}
	
	@keyframes fadeIn { /*animetion-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}
	
	.drem td{padding:20px 40px;font-size:16px;}
	
	.drem td .fot{text-align:right;}
	
	.drem th{padding:20px 40px;color:#000;font-size:16px;}
	
	.drem tr:nth-child(even) {
background: #fff;
}
 
	.drem tr:nth-child(odd) {
background:#F9F9F9;;
}
	
	.con7{background:url(https://sample7.wapuru.com/wp-content/uploads/2020/01/office-space-1744803_1920-1.jpg);
	position:relative;height:500px;z-index:10
	
	}
	
	.con7:before{position:absolute;width:100%;height:100%;content:"";background:rgba(255,255,255,0.5);}
	
	.contactbox{background:rgba(0,0,0,0.7);color:#fff;padding:50px;margin:0 auto;text-align:center;
	height:250px;z-index:11;position:absolute;left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);}
	
	.contactbox:hover{background:#000;}
	
	.contactbox h4{color:#fff;text-align:center;font-size:32px;}
	
	.contactbox h5{color:#fff;text-align:center;font-size:24px;}
	
	.migimuki{font-size:28px;float:right;margin-right:10px;}
	
	.redd{color:#cc0000;}
	
	.doron{width:90%;color:#000;margin:0 auto;padding:4%;}
	
	.contoi{margin:50px 0;}
	
	.contoi td{padding:10px 30px;}
	
	.saishbox1{width:40%;background:#fff;color:#222;margin-left:8%;padding:100px;text-align:center;
		float:left;height:410px;
	}
	
	.saishbox2{width:40%;background:#fff;color:#222;margin-left:4%;padding:100px;text-align:center;
	float:left;height:410px;}
	
	.saishu{color:#fff;text-align:center;font-size:2em;margin-bottom:100px;}
	
	.under {background: linear-gradient(transparent 60%, #ffd700 50%);font-size:32px;color:#000;width:300px;margin:0 auto;
margin-bottom:50px;font-weight:bold}
	
	.under a{color:#000;}
	 
	button{
  background:#333;
  color:#fff;
	margin-top:50px;
  border:none;
  position:relative;
  height:60px;
  font-size:20px;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
button:hover{
  background:#fff;
  color:#333;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #333;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
	transition:800ms ease all;}
	
	.company{color:#fff;border:none;text-align:left;width:50%;margin-top:50px;}
	
	
	
	.kihon{position:relative;margin-top:100px;border:10px solid #000;
	box-shadow: 2px 2px 4px gray;}
	
	.kihon1{position:relative;left:100px;top:-300px;border:10px solid #333;
	box-shadow: 2px 2px 4px gray;display: inline-block;
	z-index:8;}
	
	.kihon1:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
		inset 0 0 100px rgba(0, 0, 0, 0.2);
	background: rgba(255,0, 0, 0.1); /* カラーを重ねる */
		z-index:10
			
}
	
	.particle {background: #16a085;
		height: 1200px;}
	
	.targe{margin-left:50%;position:relative;}
	
	.targe1{}
	
	.conti{display:none;
  position: fixed;
right:20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
		z-index:3000;
		border-radius:10px;
}
	
	.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #000;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: left;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 4px 0;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  color: #fff;
	padding-left:10px;font-size:22px;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #ccc;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
.logokai
{position:absolute;z-index:1000;top:30%;left:50%;height:450px;}

.background {
  display: block;
  
}
	
	.rensa img{
  
		object-fit:cover;
		width:400px;
		height:300px;
		float:left;
		
  
}
	
	.tyokunara{width:1020px;margin:0 auto;}
	
	.osilogo{text-align:left;text-decoration:underline;font-size:18px;margin-left:70px}
	
	.sample2 {
	width:			480px;
	height:			300px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;
		float:left;
		box-shadow: 2px 2px 4px #222;
}
.sample2 .caption {
	font-size:		130%;
	text-align: 		left;
	color:			#fff;
	padding:0 50px;
}
.sample2 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
	
	.sample2 .normal{position:absolute;color:#fff;z-index:2000;left:30px;top:20px;}
	
	.sample2:hover + .normal{color:#ff0000;}
	
	
	
.sample2:hover .mask {
	opacity:1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}
	
	
	.sample2:hover .normal {
	opacity:0;	/* マスクを表示する */
	
}
	
	.osiw{text-align:left;font-size:16px;}
	
	.seiretu{float:left;}
	
	.frame {
	display: inline-block;
	position: relative;
		top:-400px;
		left:10%;
		border:10px solid #333;box-shadow: 2px 2px 4px gray;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
		inset 0 0 100px rgba(0, 0, 0, 0.2);
	background: rgba(0, 255, 0, 0.1); /* カラーを重ねる */
}
	  
	
	

	
	

.slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
	
	}



@media screen and (max-width : 480px){
	html,
	body {
		
		width:100% !important;
		
	}	/* 1.親スタイルリセットとペース設定 ++++++++++ */
.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box; margin: 0 !important; padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* 画面又は親要素に対するサイズ - 変更可 */
  /* 背景色 - 変更可・削除可 */
   /* 囲み線 - 変更可・削除可 */
  margin: 0 auto; /* Box外の余白 - 変更可 */
  
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check {
  display: none;
}
.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}
.slider-label {
  display: block;
  cursor: pointer;
  color: #fff; /* 文字色 - 変更可 */
  font-size: 24px; /* 文字サイズ - 変更可 */
  line-height: 2; /* ボタン部分の高さ - 変更可 */
  text-align: center;  
}
.slider-label::before {
  content: "\025a0  STOP"; /* 停止テキスト - 変更可 */
  } 
.slider-check:checked ~ div > .slider-label::before {
  content: "\025b6  MOVE"; /* 再生テキスト - 変更可 */
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box{
  position: relative;
  width: 100%;
  overflow: hidden;
	padding-bottom:50px;
}
.loop-box, .loop-box ul {
  height: 400px; /* スライダーの高さ - 変更注意 */
}
.loop-box ul {
  position: absolute; left: 0; top: 0;
  display: flex; 
  justify-content: space-between;
   /* スライダーの背景色 - 変更可 */
  list-style: none;
  max-width: 10000%; 
  min-width: 100%;
  width: calc(300px * 1.5 * 3); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 65s linear infinite; /* アニメーション設定 - 変更可 */
}
.loop-box li {
  display: flex;
  align-items: center; 
  justify-content: center;
  color: #fff;
  width: calc(100% / 3); /* li の幅を均等にする - 削除可・変更注意 */
}
.loop-box img {
  height: auto;object-fit:cover;height:400px;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
  animation-name: loop1;
}
.loop-box ul.loop2 {
  animation-name: loop2;
}
@keyframes loop1 {
  0% {transform: translateX(0); }
  49.99999% {transform: translateX(-100%); }
  50% {transform: translateX(100%); }
}
@keyframes loop2 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}
	
	
}


@media screen and (max-width: 1023px) and (min-width: 481px) and (orientation: portrait)
{
	
	.tyokunara{width:100%;}
	
	.sample2{width:40%;height:auto;}
	
	.con2{padding:50px 3%;}
	
	.sample2:hover .mask {
	opacity:1;	/* マスクを表示する */
	padding-top:		10px;	/* ホバーで下にずらす */
}
	
	.sample2 .caption{line-height:1.3;font-size:100%;}
	
	.osilogo{margin-left:0px;}
	
	.targe{margin-left:-5%;}
	
	.con5{padding:100px 3%;}
	
	.saishbox1{width:40%;margin-left:5%;padding:20px;height:350px;text-align:left;}
	
	.saishbox2{width:40%;margin-left:5%;padding:20px;height:350px;text-align:left;}
	
	.under{width:240px;}
	
	.kihon1{left:50px;top:-400px;}
	
	#oneslider{width:100% !important;}
	
	#bg{width:100%;height:700px !important;}
	
	
}

@media screen and (max-width : 767px){
 html,
 body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }
}

@media only screen and (min-width:479px) and (max-width:1250px) {
	
	#mainnav{display:none}
	
	.kond{display:none}
	
	.lond{display:block}
	
		.orij1{
    position:fixed;z-index:1400;padding-right:200px;padding-top:20px;padding-bottom:20px;top:0;
			margin-left:-10px;background:#fff;width:110%
  }	
	
	.conti{
  position: fixed;
right:20px;
  top: 60px;
  width: 40px;
  height: 40px;
  background-color: #000099;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
		z-index:3000;
		border-radius:10px;display:block
}
	
	.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  background:url(https://htc-consulting.co.jp/wp-content/uploads/2021/02/3632469_m.jpg);
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
		background-position-x:50%;background-position-y:100%;
}
		.global-nav::before {
  position:absolute;
 width:100%;
			height:100%;
			background:rgba(0,0,0,0.6);z-index:210;content:"";
}
		
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: left;
  padding: 10px 14px;z-index:250;
	position:relative;
}
.global-nav__item a {
  display: block;
  padding: 4px 0;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  color: #fff;
	padding-left:10px;font-size:18px;z-index:250;
	position:relative;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #ccc;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
	
	.menulo{position:fixed;top:100px;right:14px;color:#000099;font-size:12px;z-index:3000;display:block}
	
	.hankai1,.hankai2{width:100%;}
	
	.hankai1{padding:0;}
	
	.hankai2{text-align:left;padding-top:30px !important;float:none;}
	
	.copyri{margin-top:30px}
	
	.con7{background:url(https://www.wapuru.com/wp-content/uploads/2019/10/apartments-4358755_1920.jpg);
	padding:100px 10%;margin-top:0 !important;
	}
	
	.doron{background:rgba(255,255,255,0.8);color:#000;margin:0 auto;padding:4%;width:100% !important}
	
	.logokai
{position:absolute;z-index:1000;top:30%;left:35%;height:450px;}
	
}


@media all and (-ms-high-contrast: none) {
  .logoka h1 {
	background-image:none;
	  text-transform: uppercase;
	  color:#000;
    font-size: 120px;
    line-height: .90;
    margin: 10px 0;font-family: 'Amaranth', sans-serif;
}
}

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}

html{width:100%;overflow-x:hidden}

