/*
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: 99999(1.71)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: sydney
Tags: two-columns, right-sidebar, block-styles, 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
---------------------------------------------------------------*/
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.acti-ve.co.jp/wp-content/themes/sydney/fonts/noto_sans_jp_r.woff') format('woff'),
        url('https://www.acti-ve.co.jp/wp-content/themes/sydney/fonts/noto_sans_jp_r.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('https://www.acti-ve.co.jp/wp-content/themes/sydney/fonts/noto_sans_jp_b.woff') format('woff'),
        url('https://www.acti-ve.co.jp/wp-content/themes/sydney/fonts/noto_sans_jp_b.eot')  format('eot');
    font-display: swap;
}

/*--------------------------------------------------------------
Common
--------------------------------------------------------------*/
* {
	font-family:"Noto Sans JP", sans-serif;
}
ul,
ol {
	list-style:none;
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, #mainnav ul li a, .portfolio-info, .roll-testimonials .name, .roll-team .team-content .name, .roll-team .team-item .team-pop .name, .roll-tabs .menu-tab li a, .roll-testimonials .name, .roll-project .project-filter li a, .roll-button, .roll-counter .name-count, .roll-counter .numb-count button, input[type=button], input[type=reset], input[type=submit] {
	font-family:"Noto Sans JP", sans-serif;
}

@media print {
	a[href]:after {
	  content: "" !important;
	}
	abbr[title]:after {
	  content: "" !important;
	}
}
a:hover img {
	opacity:.8;
	transition:.3s;
}

i {
	display: inline-flex;
	align-items:center;
	justify-content:center;
}
:focus {
	outline: none !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* recaptcha */
.grecaptcha-badge {
	visibility: hidden;
}

/* width */
.w-4em {
	width:4em;
	max-width:100%;
}
.w-5em {
	width: 5em;
	max-width:100%;
}
.w-6em {
	width: 6em;
	max-width:100%;
}
.w-200 {
	width:200px;
	max-width:100%;
}
.w-250 {
	width:250px;
	max-width:100%;
}
.w-300 {
	width:300px;
	max-width:100%;
}

/*--------------------------------------------------------------
flex
--------------------------------------------------------------*/
.flex {
	display:flex;
	flex-wrap:wrap !important;
}
.inline-flex {
	display:inline-flex;
	flex-wrap:wrap !important;
}

/* align */
.align-start {
	align-items:flex-start !important;
}
.align-center {
	align-items:center !important;
}
.align-end {
	align-items:flex-end !important;
}
.align-stretch {
	align-items:stretch !important;
}

/* justify */
.justify-start {
	justify-content:flex-start !important;
}
.justify-center {
	justify-content:center !important;
}
.justify-end {
	justify-content:flex-end !important;
}
.justify-between {
	justify-content:space-between !important;
}
.justify-around {
	justify-content:space-around !important;
}

/* columns-2 */
.inline-flex .columns-2 > *,
.flex .columns-2 > *{
	width:49%;
}

/*--------------------------------------------------------------
Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	background:#eee;
	padding:5px 5%;
	font-size:13px;
}
.breadcrumbs a {
	color:#444;
	transition:.3s;
}
.breadcrumbs a:hover {
	font-weight:bold;
	transition:.3s;
}
/*--------------------------------------------------------------
Pagenation
--------------------------------------------------------------*/
.wp-pagenavi {
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding:3px 10px;
	border:0;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#2D5F92;
	color:#fff;
	border-color:inherit;
}

/*--------------------------------------------------------------
Index
--------------------------------------------------------------*/
.gray-index-wrapper {
	background: #F3F3F3;
	padding: 20px !important;
	display: block !important;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.gray-index-wrapper:before {
	content: "目次";
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 10px;
	font-size: 18px;
}
.gray-index-wrapper .index-item {
	margin-bottom: 10px;
	display: flex;
}
.gray-index-wrapper .so-panel:nth-last-of-type(1) .index-item {
	margin-bottom: 0;
}
.gray-index-wrapper .so-panel .index-item:before {
	margin-right: 5px;
	font-weight: bold;
	width: 20px;
}
.gray-index-wrapper .so-panel:nth-of-type(1) .index-item:before {
	content: "1";
}
.gray-index-wrapper .so-panel:nth-of-type(2) .index-item:before {
	content: "2";
}
.gray-index-wrapper .so-panel:nth-of-type(3) .index-item:before {
	content: "3";
}
.gray-index-wrapper .so-panel:nth-of-type(4) .index-item:before {
	content: "4";
}
.gray-index-wrapper .so-panel:nth-of-type(5) .index-item:before {
	content: "5";
}
.gray-index-wrapper .so-panel:nth-of-type(6) .index-item:before {
	content: "6";
}
.gray-index-wrapper .so-panel:nth-of-type(7) .index-item:before {
	content: "7";
}
.gray-index-wrapper .so-panel:nth-of-type(8) .index-item:before {
	content: "8";
}
.gray-index-wrapper .so-panel:nth-of-type(9) .index-item:before {
	content: "9";
}
.gray-index-wrapper .so-panel:nth-of-type(10) .index-item:before {
	content: "10";
}
.gray-index-wrapper p {
	margin: 0;
}

.gray-index-wrapper a  {
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
}

/*--------------------------------------------------------------
Tag list
--------------------------------------------------------------*/
.tag-list {
	display: flex;
	gap: 15px;
}

.tag-list li {
	display: inline-flex;
	padding: 5px 10px;
	background: #FFF6D6;
	border: 1px solid #FCC328;
	transition: .3s;
}

.tag-list li:hover {
	background: #E9893B;
	color: #fff;
}

.tag-list li a {
	color: #444;
}

.tag-list li:hover a {
	color: #fff;
}
/*--------------------------------------------------------------
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;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers,
.nav-links .page-numbers {
    background-color: #f7f7f7;
    padding: 20px;
    line-height: 1;
    display: inline-block;
    color: #443f3f;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover,
.nav-links .page-numbers:not(.dots):hover,
.nav-links .page-numbers.current {
    background-color: #252525;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
}
@media ( min-width: 991px ) {
	nav.woocommerce-pagination {
		margin-top: 45px;
	}
}
/*--------------------------------------------------------------
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: url("../images/background/blue_gradation_bg-scaled.jpg") no-repeat center top;
	background-size:100%;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	/* padding: 30px; */
}
.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: '';
	padding: 0;
}
.single .hentry .meta-post a {
	color: #d65050;
}
/*--------------------------------------------------------------
Form
--------------------------------------------------------------*/
form.wpcf7-form {
	margin-top: -160px;
	padding-top: 200px;
}
body.page form.wpcf7-form {
	margin: 0;
	padding: 0;
}
.wpcf7-form .th-style {
	width:30%;
	height: auto !important;
	justify-content:space-between !important;
	position:relative;
}
.wpcf7-form .th-style.must:after {
	content:"必須";
	background:#fff;
	border-radius:5px;
	color:#d65050;
	font-weight:bold;
	display:block;
	font-size:12px;
	border:2px solid #d65050;
	padding:0 3px;
	position:absolute;
	right:10px;
	top:calc((100% - 20px)/2);
}
body.en-US .wpcf7-form .th-style.must:after {
	content: "Required"
}
.wpcf7-form .td-style {
	width:70%;
}
.wpcf7-form-control-wrap {
	max-width:100%;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
	max-width:100%;
}
.wpcf7-form-control-wrap.consent {
	width:100%;
	padding:20px;
	background:#eee;
	margin:20px 0;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
span.wpcf7-list-item,
.label-style {
	width:100%;
}

/* response message */
.wp-cf7-response-message {
	height:50px;
	margin:20px 0 0;
}
.wp-cf7-response-message .wpcf7-response-output {
	margin:0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #D65050;
    border-radius: 5px;
    background: #D65050;
    color: #fff;
}
.wpcf7 form .wpcf7c-btn-back {
	background:#888;
	border:1px solid #888;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
    background: #46b450;
    border-radius: 5px;
    color: #fff;
	display:block !important;
}

.wpcf7 form .submit-button-wrapper {
	position:relative;
	margin:0 0 20px;
}
div.wpcf7 .submit-button-wrapper .ajax-loader {
	position: absolute;
    left: calc((100% - -200px)/2);
    bottom: 15px;
}

.wpcf7-spinner {
	position: absolute;
    top: calc((100% - 25px) /2);
    right: calc((100% - 280px) / 2 );
    margin: 0;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
    top: 1ex;
    left: 0em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: 0.2em 0.8em;
    width: 24em;
}

.wpcf7-form-control-wrap .wpcf7-acceptance {
	width: 100%;
    padding: 20px;
    background: #eee;
    margin: 20px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-form-control-wrap .wpcf7-acceptance > span {
	text-align:center;
}

/*  */
/* お問合せ確認 */
/*  */
.wpcf7c-elm-step2 {
	padding: 10px 20px;
    line-height: 1.8em;
    font-weight: bold;
    background: #D9E5FF;
    margin-bottom: 0;
    border-top: 1px solid #2d5f92;
}
/* 入力した部分の色を変えて目立たせる */
/* 入力欄のボックスを消す */
input.wpcf7c-conf{
	background-color:#fff !important;
	border:0 !important;
	box-shadow:none;
	border-radius:0;
	font-size:16px;
	color:#444;
	margin-top:0.5em;
	cursor:default;
}
select.wpcf7c-conf {
	background:#fff !important;
	border:0 !important;
	color:#444;
	box-shadow:none;
	border-radius:0;
	margin-top:0.5em;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
}
textarea.wpcf7c-conf{
	background-color:#fff !important;
	border-radius:0;
	border:0 !important;
	box-shadow:none;
	resize: none;
	cursor:default;
}
.wpcf7c-conf:checked{
	position:relative;
}
.wpcf7c-conf:checked:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
	height:100%;
    background: #2D5F92;
    border-radius: 2px;
}
.wpcf7c-conf:checked:after {
    content: "";
    width: 4px;
    height: 8px;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    display: block;
    position: absolute;
    left: calc((100% - 4px)/2);
    top: calc((100% - 10px)/2);
    transform: rotate(45deg);
}
/* スペースの調整 */
.wpcf7c-conf{
	margin-left:0.5em;
}
/* チェックしたボックスの色を変える */
.wpcf7c-conf:checked{
	border-color:#ff6798;
}
/* 確認ボタン */
.confirm-btn{
	width:100%;
	background-color:#fff;
	color:#ff6798;
	border:2px solid #ff6798;
	padding:1em;
}
.confirm-btn:hover{
	background-color:#ff6798;
	color:#fff;
}

/*--------------------------------------------------------------
Chips
--------------------------------------------------------------*/
.chips {
	display: flex;
	align-items:center;
	flex-wrap:wrap;
}
.chips .chip {
	background: #E69026;
    font-size: 14px;
    text-align: center;
    display: inline-flex;
    padding: 2px 10px;
	border-radius: 5px;
	color: #fff;
	margin:0 10px 10px 0;
}

/*--------------------------------------------------------------
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;
}
.fill a,
.fill img {
	display:block;
	width:100%;
}
/*--------------------------------------------------------------
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;
}

/*--------------------------------------------------------------
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;
}

/*--------------------------------------------------------------
Slide Galleries
--------------------------------------------------------------*/
.slide-gallery .gallery .slick-slide {
	padding: 10px;
}

.slide-gallery .gallery .slick-dots li button:before {
	font-size: 13px;
}

.slide-gallery .gallery .slick-prev {
	left: -5px;
	z-index: 999;
}

.slide-gallery .gallery .slick-prev:before {
	font-size: 30px;
	color: #fff;
	opacity: 1;
	filter: drop-shadow(2px 4px 6px black);
}

.slide-gallery .gallery .slick-next {
	right: -5px;
	z-index: 999;
	display: flex;
	justify-content: flex-end;
}

.slide-gallery .gallery .slick-next:before {
	font-size: 30px;
	color: #fff;
	opacity: 1;
	filter: drop-shadow(2px 4px 6px black);
}

/*--------------------------------------------------------------
Repeatable Patterns
--------------------------------------------------------------*/
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	body {
		font-size: 14px;
		font-family: "Source Sans Pro", sans-serif;
		background: #fff;
		color: #767676;
	}
	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: 10px;
	}
	.indent-1em {
		text-indent:1em;
	}
	.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, h2, h3, h4, h5, h6 {
		font-weight: 600;
		margin:0;
	}
	.text-white { color: #fff !important; }
	.text-dark { color: #443f3f !important;}
	button,
	.llms-button-action,
	.llms-student-dashboard .llms-button-secondary,
	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,
	.llms-button-action:hover,
	.llms-student-dashboard .llms-button-secondary:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent;
	}
	.select2-container--default .select2-selection--single,
	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: #444;
		background-color: #fafafa;
		border: 1px solid #dbdbdb;
		height: 50px;
		padding: 4px 20px;
		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 {
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
	.site-title {
		font-size: 32px;
		line-height: 1.2;
	}
	.site-title a,
	.site-title a:hover {
		color: #fff;
	}
	.site-logo-wrapper a {
		display:block;
	}
	.site-logo-wrapper a img{
		width:190px;
		    height: 60px;
	}
	.site-logo {
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		padding:0 0 20px;
		background-color: transparent;
		-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;
		background:#fff !important;
	}
	.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;
	}

	/* SPメニューを非表示 */
	.header-wrap .for-sp-menu {
		display:none;
	}

	/* PC menu */
	.header-wrap .for-pc-menu {

	}
	.header-wrap .for-pc-menu .menu-item {
		border-left:2px solid #aaa;
		position:relative;
		z-index:1;
	}
	.header-wrap .for-pc-menu .menu-item:before {
		content:"";
		position:absolute;
		display:block;
		left:0;
		top:0;
		width:100%;
		height:0;
		background:#444;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .menu-item:hover:before {
		height:10px;
		z-index:-1;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .menu-item:nth-last-of-type(1) {
		border-right:2px solid #aaa;
	}
	.header-wrap .for-pc-menu .menu-item a {
		color:#444;
		padding:20px 0 10px;
		display:block;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .menu-item .menu-icon {
		text-align:center;
		width:40px;
		height:50px;
		margin:0 auto 10px;
		color:#bbb;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .menu-item a:hover .menu-icon {
		color:#444;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .menu-item a .menu-icon svg {
		height:100%;
		width:100%;
	}
	.header-wrap .for-pc-menu .menu-item a:hover .menu-icon svg .cls-1 {
		fill: #444;
		transition:.3s;
	}
	
	.header-wrap .for-pc-menu .menu-item .menu-name {
		text-align:center;
		font-size:15px;
		font-weight:bold;
		color:#444;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .menu-item:hover .menu-name {
		font-weight:bold;
		transition:.3s;
	}

	/* other menus */
	.header-wrap .for-pc-menu .other-menus .top-menus {
		margin-bottom:15px;
	}
	.header-wrap .for-pc-menu .other-menus .top-menus a{
		font-size:15px;
		color:#444;
		font-weight:bold;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .other-menus .top-menus a:hover {
		color:#e64e4e;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .other-menus .top-menus a:before {
		content:"";
		display:inline-block;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#444;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .other-menus .top-menus a:hover:before {
		border-left-color:#e64e4e;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .other-menus .top-menus .site-search-button {
		background:#444;
		color:#fff;
		padding:0;
		width:40px;
		height:40px;
		font-size:18px;
		float:right;
		transition:.3s;
		border:0;
	}
	.header-wrap .for-pc-menu .other-menus .top-menus .site-search-button:hover {
		background:#e64e4e;
		color: #fff;
		transition:.3s;
	}

	.header-wrap .for-pc-menu .other-menus .top-menus .site-search-wrapper {
		position:relative;
	}

	.header-wrap .for-pc-menu .other-menus .top-menus .site-search-wrapper .site-search-form-box {
		position: absolute;
		width: 500px;
		right: 15px;
		background: #fff;
		border: 1px solid #aaa;
		top: 100%;
		padding: 20px;
		z-index: -1;
		border-radius: 10px;
		box-shadow: 0 0 3px #aaa;
		opacity:0;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .other-menus .top-menus .site-search-wrapper.show .site-search-form-box {
		top: 120%;
		transition:.3s;
		opacity:1;
		z-index:20;
	}
	.header-wrap .for-pc-menu .other-menus .top-menus .site-search-wrapper .site-search-form-box .search-form label {
		margin:0;
		width:calc(100% - 90px);
	}
	.header-wrap .for-pc-menu .other-menus .top-menus .site-search-wrapper .site-search-form-box .search-form label input {
		font-size:15px;
		width:100%;
		font-weight:normal;
	}
	.header-wrap .for-pc-menu .other-menus .top-menus .site-search-wrapper .site-search-form-box .search-form .search-field {
		font-size: 14px;
		height: 40px;
		border-radius: 5px;
	}
	.header-wrap .for-pc-menu .other-menus .top-menus .site-search-wrapper .site-search-form-box .search-form .search-submit {
		background: #444;
		padding: 0;
		width: auto;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #444;
		font-size: 14px;
		padding:0 10px;
	}

	.header-wrap .for-pc-menu .other-menus .top-menus .site-search-wrapper .site-search-form-box .search-form .search-submit:hover {
		background:#E43640;
		border:1px solid #E43640;
		color:#fff;
	}

	.header-wrap .for-pc-menu .other-menus .contact-button {
		border: 3px solid #2D5F92;
		color: #2D5F92;
		font-weight:bold;
		font-size:16px;
		height: 45px;
		position:relative;
		transition:.3s;
	}
	.header-wrap .for-pc-menu .other-menus .contact-button:hover {
		background:#E43640;
		border-color:#E43640;
		transition:.3s;
		color:#fff;
	}
	.header-wrap .for-pc-menu .other-menus .contact-button:before {
		content:"";
		display:block;
		position:absolute;
		width:15px;
		height:15px;
		right:-3px;
		bottom:-3px;
		background:#fff;
		z-index:2;
	}
	.header-wrap .for-pc-menu .other-menus .contact-button:after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-right-color: #2D5F92;
		transform: rotate(45deg);
		right: 2px;
		bottom: 2px;
		z-index: 3;
	}
	.header-wrap .for-pc-menu .other-menus .contact-button .arrow-icon {
		position: absolute;
		left: 10px;
		top: calc((100% - 20px)/2);
		font-size: 20px;
	}

	/* navigation */
	#mainnav {
		display: block;
		float: right;
		-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;
	}
	#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;
		font-family: "Raleway", sans-serif;
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		outline: none;
	}
	#mainnav ul li a:hover {
		color: #d65050;
	}
	#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 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: '';
	}
	.fw-menu-container {
		padding-left: 60px;
		padding-right: 60px;
	}
/*--------------------------------------------------------------
Main Visual
--------------------------------------------------------------*/
	.front-page-mainvisual {
		position:relative;
		height:83vh;
		overflow:hidden;
	}
	.front-page-mainvisual:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		z-index:10;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+61,000000+100&0.4+0,0+61,0+100 */
		background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 61%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.front-page-mainvisual .header-images .header-image-box {
		width:100%;
		height:83vh;
	}

	/* catch copy */
	.catch-copy-wrapper {
		position: absolute;
		width:90%;
		left: 5%;
		bottom: 20%;
		filter: drop-shadow(3px 3px 3px #444);
		z-index: 20;
		max-width: 600px;
	}
	.catch-copy-wrapper .main-copy {
		color:#fff;
		margin:0 0 10px;
		line-height:1.5em;
		letter-spacing:5px;
	}
	.catch-copy-wrapper .sub-copy {
		color:#fff;
		font-size:20px;
	}

	/* contact buttons */
	.front-page-mainvisual .contact-buttons-wrapper {
		position:absolute;
		right:0;
		bottom:0;
		z-index:10;
	}
	.front-page-mainvisual .contact-buttons-wrapper a {
		background:#fff;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		padding:10px 30px;
		font-weight:bold;
		font-size:20px;
		transition:.3s;
	}
	.front-page-mainvisual .contact-buttons-wrapper a.tel-button {
		color:#444;
	}
	.front-page-mainvisual .contact-buttons-wrapper a .svg-icon {
		margin-right:10px;
		display:inline-block;
	}
	.front-page-mainvisual .contact-buttons-wrapper a.form-button {
		background:#2D5F92;
		color:#fff;
		font-weight:bold;
	}
	.front-page-mainvisual .contact-buttons-wrapper a:hover {
		background:#d65050;
		color:#fff;
		transition:.3s;
	}

	/* popup banner */
	.page-image-area {
		position: relative;
	}
	.page-image-area .popup-banner {
		display: inline-flex;
		position: absolute;
		right: 5%;
		bottom: 30px;
		box-shadow: 0 0 5px #000;
		width: 350px;
		z-index: 100;
	}
	.page-image-areal .popup-banner a {
		display: inline-flex;
	}
	.page-image-area .popup-banner a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

/*--------------------------------------------------------------
Floating Buttons
--------------------------------------------------------------*/
	.floating-buttons-wrapper {
		position:fixed;
		right:0;
		bottom:0;
		z-index:999;
	}
	.floating-buttons-wrapper a{
		position:absolute;
		right:0;
		border-right: 0;
		box-sizing: border-box;
		width: 40px;
		padding: 20px 10px;
		background: rgba(0,0,0,.5);
		border:2px solid #fff;
		border-right:0;
		color:#fff;
		transition:.3s;
		line-height:1.4em;
		z-index:20;
	}
	.floating-buttons-wrapper a:hover {
		background:#E43640;
		transition:.3s;
		font-weight:bold;
	}
	.floating-buttons-wrapper a.first {
		bottom:320px;
	}
	.floating-buttons-wrapper a.second {
		bottom:100px;
	}

	body.en-US .floating-buttons-wrapper a {
		width: 100px;
	}

	body.en-US .floating-buttons-wrapper a.first {
		bottom: 190px;
	}
/*--------------------------------------------------------------
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: 10px 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;
		color: #fff;
		text-align:center;
		width: 28px;
		height: 28px;
		cursor: pointer;
		transition: all 0.3s ease-out;
	}

	.btn-submenu {
		position: absolute;
		right: 20px;
		top: 0;
		width: 50px;
		text-align: center;
	}
	.btn-menu {
		display: none
	}
/*--------------------------------------------------------------
Search Form
--------------------------------------------------------------*/
	.search-form {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:space-between;
	}
	.search-form label {
		margin:0;
		width:calc(100% - 60px);
	}
	.search-form label input {
		font-size:15px;
		width:100%;
		font-weight:normal;
	}
	.search-form .search-submit {
		background:#444;
		padding:0;
		width:50px;
		height:50px;
		display:flex;
		align-items:center;
		justify-content:center;
		border:1px solid #444;
		font-size:20px;
	}
	.search-form .search-submit:hover {
		background:#E43640;
		border:1px solid #E43640;
		color:#fff;
	}
/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
	.contents-wrapper {
		width:90%;
		margin:0 auto;
	}

	.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: 83px 0 100px; */
		padding:0 !important;
		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);
	}
	.header-slider {
		-moz-transform: none;
	}
/*--------------------------------------------------------------
Inview
--------------------------------------------------------------*/
	.inview-fade-target {
		opacity:.3;
		transition:.8s;
		margin-top:80px;
	}
	.inview {
		opacity:1;
		transition:.8s;
		margin:0;
	}
/*--------------------------------------------------------------
Lower Page
---------------------------------------------------------------*/
	.lower-page-image {
		margin:116px 0 0;
		border-top:5px solid #2D5F92;
		background-repeat:no-repeat;
		background-position:right center;
		background-size:50%;
	}
	.lower-page-image .wrapper {
		padding:50px 5%;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+49,0.3+67,0+100 */
		background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0.3) 67%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0.3) 67%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0.3) 67%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	}
	.lower-page-image .title {
		color:#2D5F92;
		font-weight:bold;
		margin:0 0 15px;
	}
	.lower-page-image .title .en {
		font-size:50px;
		letter-spacing:2px;
		margin-right:10px;
		line-height:1em;
		font-family:"Noto Sans JP";
	}
	.lower-page-image .title .jp {
		font-size:20px;
	}
	.lower-page-image .description {
		font-size:14px;
		font-weight:bold;
		max-width: 550px;
	}

	.page-navigation-wrapper {
		background:#1c1c1c;
		padding:0 5%;
	}
	.page-navigation-wrapper ul li {
		width:25%;
	}
	.page-navigation-wrapper ul li a {
		color: #fff;
		font-size: 15px;
		padding: 10px 20px;
		border-left: 2px solid #fff;
		justify-content:center;
		align-items:center;
		width:100%;
		transition:.3s;
	}
	.page-navigation-wrapper ul li:nth-last-of-type(1) a {
		border-right:2px solid #fff;
	}
	.page-navigation-wrapper ul li a:hover {
		background:#E43640;
		transition:.3s;
	}

	/* lower main contents */
	.lower-page-main-contents-wrapper {
		padding:30px 0 0;
		margin:0 0 50px;
		position:relative;
	}

	.lang-switch-wrapper {
		margin: 0 0 10px;
		display: flex;
		align-items: center;
		width: 100%;
	}

	.lang-switch-wrapper ul {
		display: inline-flex;
		align-items: center;
		background: #999;
		border-radius: 5px;
		overflow: hidden;
	}

	.lang-switch-wrapper ul li {
		padding: 5px 10px;
		border-right: 1px solid #aaa;
		transition: .3s;
		color: #444 !important;
	}

	.lang-switch-wrapper ul li.en-US {
		border: 0;
	}

	.lang-switch-wrapper ul li a {
		color: #444 !important;
		transition: .3s;
	}

	.lang-switch-wrapper ul li:hover {
		background: #aaa;
	}

	.lang-switch-wrapper ul li a:hover {
		opacity: .8;
	}

	.lang-switch-wrapper ul li.current {
		background: #eee;
		transition: .3s;
	}

	.lang-switch-wrapper ul li.current:hover {
		opacity: .8;
		transition: .3s;
	}

	.lang-switch-wrapper ul li .bogoflags:before {
		color: #444 !important;
	}

	.bogo-language-switcher .ja {
		order: 1;
	}

	.bogo-language-switcher .en-US {
		order: 2;
	}

	.lower-page-main-contents-wrapper .page-parent-title {
		width:100%;
		color:#fff;
		margin:0 0 30px;
	}
	.lower-page-main-contents-wrapper .page-parent-title .grand-parent {
		font-size:20px;
		font-family:"Noto Sans JP";
	}
	.lower-page-main-contents-wrapper .page-parent-title .parent {
		font-size:40px;
		font-family:"Noto Sans JP";
	}
	.lower-page-main-contents-wrapper #primary {
		width:75%;
		margin:0 0 20px;
	}
	.lower-page-main-contents-wrapper:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:100%;
		max-height:100%;
		height:1000px;
		background:url("images/background/blue_gradation_bg-scaled.jpg") no-repeat center top;
		background-size:100%;
		z-index:1;
	}
	.lower-page-main-contents-wrapper span.white-cover {
		content:"";
		position:absolute;
		left:0;
		width:100%;
		height:220px;
		z-index:2;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}
	.lower-page-main-contents-wrapper .contents-wrapper {
		position:relative;
		z-index:5;
	}

	/* products_eyecatch */
	.products_eyecatch {
		position:relative;
		background-repeat:no-repeat;
		background-size:cover;
		background-position:center;
		width:100%;
		height:23vw;
	}
	.products_eyecatch .products_detail {
		position:absolute;
		text-shadow:0 0 2px #000;
		width:55%;
		height:100%;
		right:5%;
		top:0;
		flex-direction:column;
	}
	.products_eyecatch .products_detail .products_name {
		color:#fff;
		font-weight:bold;
		font-size:55px;
		width:100%;
		text-align:right;
	}
	.products_eyecatch .products_detail .products_catchcopy {
		color:#fff;
		font-weight:bold;
		width:100%;
		font-size:20px;
		text-align:right;
	}

	.card-block {
		border:3px solid #2D5F92;
		height:100%;
		transition:.3s;
	}
	.card-block:hover {
		border-color:#e64e4e;
		background:#e64e4e;
		transition:.3s;
	}
	.card-block .card-block-title {
		color:#444;
		font-weight:bold;
		font-size:17px;
		margin:0 0 5px;
		transition:.3s;
	}
	.card-block .card-block-description {
		color:#444;
		margin:0 0 5px;
		transition:.3s;
		font-size:15px;
		min-height:90px;
	}
	.card-block .card-block-more-button {
		width:100%;
		color:#444;
		text-align:center;
		font-size:14px;
		transition:.3s;
		padding:5px;
		background:#eee;
	}
	.card-block:hover a * {
		color:#fff;
		transition:.3s;
	}
	.card-block:hover a .card-block-more-button,
	.card-block:hover a .card-block-more-button i {
		color:#e64e4e;
		transition:.3s;
	}

	.fold-card-block {
		background:#AA9705;
	}
	.fold-card-block a {
		color:#fff;
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
		width:100%;
		padding:20px 10px;
		position:relative;
		text-align:center;
		transition:.3s;
		font-size: 24px;
	}
	.fold-card-block a:hover {
		background:#6F6411;
		transition:.3s;
	}
	.fold-card-block a:after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		right: 0;
		bottom: 0;
		border: 9px solid transparent;
		border-right-color: #fff;
		transform: rotate(225deg);
	}
	
	.block-contents ul li{
		text-indent:-1em;
		padding-left:1em;
	}

	.products-block-list .block-item {
		width:49%;
		margin:0 0 15px;
	}
	.products-block-list a{
		width:100%;
		color:#444;
		border:2px solid #2D5F92;
		transition:.3s;
		height:100%;
		display:inline-flex;
		flex-wrap:wrap;
	}
	.products-block-list a .product-data {
		padding: 20px;
		width:100%;
		height:calc(100% - 35px);
	}
	.products-block-list a .product-image {
		width:30%;
	}
	.products-block-list a .product-info {
		width:68%;
		padding:0 0 0 20px;
	}
	.products-block-list a .product-info h6 {
		margin:0 0 10px;
		transition:.3s;
		font-size:24px;
	}
	.products-block-list a .product-info .outline {
		font-size:20px;
	}
	.products-block-list a .under-label {
		background:#2D5F92;
		width:100%;
		padding:5px 0;
		color:#fff;
		transition:.3s;
		height:35px;
	}

	.products-block-list a:hover {
		border-color:#E43640;
		transition:.3s;
		opacity:.8;
	}
	.products-block-list a:hover .under-label {
		background:#E43640;
		transition:.3s;
	}

	.products-catalog-list .catalog-item {
		width:30%;
		margin:0 5% 30px 0;
	}
	.products-catalog-list .catalog-item:nth-of-type(3n) {
		margin-right:0;
	}
	.products-catalog-list .catalog-item .blue-block-title {
		font-size:20px;
		width:100%;
	}
	.products-catalog-list .catalog-item img{
		height:300px;
		margin:0 0 15px;
	}

	.products-wrapper{
		width:100%;
	}
	.products-wrapper .product-card {
		width:32%;
		margin:0 2% 25px 0;
		border:1px solid #aaa;
		box-shadow:0 0 2px #ccc;
	}
	.products-wrapper .product-card:nth-of-type(3n) {
		margin-right:0;
	}
	.products-wrapper .product-card a {
		padding:15px 20px;
		height:100%;
		transition:.3s;
	}
	.products-wrapper .product-card a:hover {
		transition:.3s;
		background:#E43640;
	}
	.products-wrapper .product-card .product-image {
		width:60px;
		margin-right:20px;
	}
	.products-wrapper .product-card .product-data {
		width:calc(100% - 80px);
		color:#444;
		transition:.3s;
	}
	.products-wrapper .product-card a:hover .product-data{
		color:#fff;
		transition:.3s;
	}
	.products-wrapper .product-card .product-data .product-name {
		font-size:22px;
		font-weight:bold;
		margin:0 0 5px;
	}
	.products-wrapper .product-card .product-data .product-catchcopy {
		font-size:15px;
		font-weight:bold;
	}
	.products-wrapper .product-card .product-data .button {
		font-weight:bold;
		margin:25px 0 0;
		text-align:right;
		font-size:15px;
	}

	.visual-link-button {
		aspect-ratio:2/1;
		font-weight:bold;
		background-size:100% 100%;
		background-position:center;
		background-repeat:norepeat;
		transition:.3s;
	}
	.visual-link-button:hover {
		background-size:110% 110%;
	}

	.visual-link-button a {
		display:block;
		width:100%;
		height:100%;
		padding:10px;
		background:rgba(0,0,0,.3);
		color:#fff;
	}

	.visual-link-button:hover a {
		text-decoration:underline;
	}

	.visual-link-button a span {
		display:flex;
		align-items:center;
		justify-content:center;
		width:100%;
		height:100%;
		color:#fff;
		border:1px solid #fff;
		background:rgba(0,0,0,.1)
	}

	/* sub menu */
	.lower-page-main-contents-wrapper #sidebar {
		width:22%;
		margin:0 0 20px;
	}
	#sidebar .sub-menu-wrapper {
		margin:0 0 20px;
	}
	.sub-menu-block-title {
		text-align:center;
		color:#fff;
		background: linear-gradient(to right, rgba(1,1,35,1) 0%,rgba(97,117,168,1) 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010123', endColorstr='#6175a8',GradientType=1 );
		font-size:15px;
		padding:5px 0;
	}
	.sub-menu-block.menus label {
		width:100%;
		padding:5px 25px 5px 10px;
		font-size:14px;
		margin:0;
		position:relative;
		font-weight:normal;
	}
	.sub-menu-block.menus .menu li.parent > label:hover {
		cursor:pointer;
	}
	.sub-menu-block.menus .menu li.parent > label:before {
		content:"";
		position:absolute;
		right:10px;
		top:calc((100% - 3px) / 2);
		display:block;
		width:10px;
		height:3px;
		background:#07082B;
		transform:rotate(90deg);
		transition:.3s;
	}
	.sub-menu-block.menus .menu li.parent.show > label:before {
		transform:rotate(0deg);
		transition:.3s;
	}
	.sub-menu-block.menus .menu li.parent > label:after {
		content:"";
		position:absolute;
		right:10px;
		top:calc((100% - 3px) / 2);
		display:block;
		width:10px;
		height:3px;
		background:#07082B;
	}
	.sub-menu-block.menus .menu > li > label {
		background:#D9E5FF;
		border-bottom:2px solid #2D5F92;
		transition:.3s;
	}
	.sub-menu-block.menus .menu > li > label:hover {
		background:#bcc9e6;
		transition:.3s;
	}
	.sub-menu-block.menus .menu > li > label.currect-page {
		background:#bcc9e6;
	}
	.sub-menu-block.menus label a {
		color:#030325;
		word-break:keep-all;
		text-shadow:0 0 BLACK;
	}
	.sub-menu-block.menus .menu > li .sub-menu {
		max-height:0;
		overflow:hidden;
		transition:.3s;
	}
	.sub-menu-block.menus .menu li.show > .sub-menu {
		max-height:100vw;
		transition:.3s;
	}
	.sub-menu-block.menus .menu > li .sub-menu li label {
		background:#fff;
		border-bottom:1px solid #ccc;
		font-size:13px;
		font-weight:normal;
		padding-left:20px;
	}
	.sub-menu-block.menus .menu > li .sub-menu li label.current-page {
		background:#ffc;
	}
	.sub-menu-block.menus .menu > li .sub-menu li label:hover {
		background:#ffc;
		font-weight:bold;
	}

	.sub-menu-block.menus .menu > li .sub-menu .sub-menu li label {
		padding-left:2.5em;
	}

	/* widget banner */
	#sidebar .banner-widget-wrapper aside {
		margin:0 0 10px;
		width:100%;
	}
	#sidebar .banner-widget-wrapper aside:nth-last-of-type(1) {
		margin:0;
	}
	#sidebar .banner-widget-wrapper aside > a{
		display: block;
	}
	#sidebar .banner-widget-wrapper aside a:hover {
		opacity:.8;
	}
	#sidebar .banner-widget-wrapper aside a img {
		width: 100%;
	}

	.guide-links-wrapper {
		border-top:1px solid #1C1C1C;
		border-bottom:1px solid #1C1C1C;
		width:100%;
		margin:30px 0 0;
	}
	.guide-links-wrapper a{
		width:50%;
		padding:20px;
	}
	.guide-links-wrapper a:hover {
		opacity:.8;
	}
	.guide-links-wrapper a:nth-of-type(2) {
		border-left:1px solid #1C1C1C;
	}
	.guide-links-wrapper a .guide-link-title {
		background: #1C1C1C;
		color: #fff;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		margin:0 0 10px;
	}
	.guide-links-wrapper a .text {
		color:#444;
		line-height:1.7em;
		font-weight:bold;
	}

	/* writer signarute */
	.writer-sigunature {
		padding: 30px 50px;
		background:#f5f5f5;
		font-family: 'Noto Sans JP, sans-serif';
	}

	.writer-sigunature h4 {
		margin:0 0 20px;
		font-size:23px;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.writer-sigunature .writer {
		display: flex;
		gap: 40px;
		align-items: center;
	}

	.writer-sigunature .writer figure {
		width: 150px;
		margin: 0;
		background: #fff;
		border-radius: 100%;
	}

	.writer-sigunature .writer .writer-detail {
		flex: 1;
	}

	.writer-sigunature .writer .writer-detail .writer-name {
		margin-bottom: 20px;
	}

	.writer-sigunature .writer .writer-detail .writer-name h5 {
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
	}

/*--------------------------------------------------------------
Title
--------------------------------------------------------------*/
	/* under-line-title */
	.under-line-title {
		position:relative;
	}
	.under-line-title:after {
		content:"";
		position:absolute;
		height:2px;
		width:2em;
		background:#fff;
		left:calc((100% - 2em)/2);
		bottom:-5px;
	}

	/* up-and-down-line-title */
	.up-and-down-line-title {
		width:100%;
		text-align:center;
		border-top:1px solid #444;
		border-bottom:1px solid #444;
		padding:10px 0;
		margin:0 0 20px;
		font-weight:bold;
		font-size:18px;
	}
	/* section block title */
	.section-block-title {
		font-size:25px;
		color:#fff!important;
		background:#2D5F92;
		border-bottom:5px solid #D9E5FF;
		padding:20px;
		line-height: 1.3em;
		font-weight:normal;
	}

	/* blue block title */
	.blue-block-title {
		font-weight:bold;
		position:relative;
		padding-left:45px;
		margin:0 0 10px;
	}
	.blue-block-title:before {
		content:"■";
		display:inline-block;
		color:#2D5F92;
		position:absolute;
		left:0;
		top:0;
		font-size:20px;
	}
	.blue-block-title:after {
		content:"■";
		display:inline-block;
		color:#D9E5FF;
		position:absolute;
		left:15px;
		top:0;
		font-size:20px;
	}

	/* blue line title */
	.blue-line-title {
		font-weight:bold;
		font-size:20px;
		color:#2D5F92 !important;
		letter-spacing:2px;
		position:relative;
		padding:0 0 10px;
		margin:0 0 20px;
		font-family: "Noto Sans JP", sans-serif;
		line-height:1.5em;
	}
	.is_product .blue-line-title {
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.blue-line-title .product-name {
		font-size:16px;
	}
	.blue-line-title:before {
		content:"";
		display:block;
		position:absolute;
		height:4px;
		width:100%;
		z-index:1;
		background:#D9E5FF;
		left:0;
		bottom:0;
	}
	.blue-line-title:after {
		content:"";
		display:block;
		position:absolute;
		height:4px;
		width:5em;
		z-index:2;
		background:#2D5F92;
		left:0;
		bottom:0;
	}

	/* number-title */
	.number-title {
		position:relative;
	}
	.number-title .number {
		text-align: left;
		background: #F4A840;
		color: #fce7e7;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		font-weight: bold;
		text-shadow: 1px 1px #000;
		box-shadow: 3px 3px #a5896a;
		position:absolute;
		top:calc((100% - 30px)/2);
	}
	.number-title .number-title-text {
		padding: 5px 0 5px 40px;
		font-weight: bold;
		height:3em;
		display: flex;
		align-items: center;
	}
/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
	.box-list {
		padding:10px;
		border:3px solid #444;
	}
	.box-list .box-list-title {
		display:inline-flex;
		align-items:center;
		justify-content:center;
		padding:5px 10px;
		background:#444;
		color:#fff;
		border-radius:5px;
		margin:0 0 10px;
	}
	.box-list .box-list-item {
		border-bottom:1px dashed #aaa;
		padding:5px;
	}
	
	/* blue */
	.box-list.blue {
		border-color:#2D5F92;
	}
	.box-list.blue .box-list-title {
		background:#2D5F92;
	}

	/* red */
	.box-list.red {
		border-color:#E43640;
	}
	.box-list.red .box-list-title {
		background:#E43640;
	}

	/* form button */
	button[disabled],
	html input[disabled] {
		background:#999;
		border-color:#999;
	}
	button[disabled]:hover,
	html input[disabled]:hover {
		background:#999;
		border-color:#999;
		color:#fff;
	}
/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
	/* simple block button */
	.simple-block-button {
		background: #21759b;
		transition: .3s;
	}

	.simple-block-button:hover {
		background: #e43640;
	}

	.simple-block-button a {
		color: #fff;
		padding: 20px;
		font-size: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* arrow block button */
	.arrow-block-button {
		background:#21759b;
		position:relative;
		margin-bottom:15px;
	}
	.arrow-block-button a {
		color:#fff;
		padding:20px;
		font-size:20px;
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		transition:.3s;
	}
	.arrow-block-button a:after {
		content:"";
		position:absolute;
		border:2px solid #fff;
		border-left:0;
		border-bottom:0;
		transform:rotate(45deg);
		width:10px;
		height:10px;
		right:25px;
		top:calc((100% - 10px) /2);
		transition:.3s;
	}
	.arrow-block-button a:hover {
		background:#E43640;
		transition:.3s;
	}
	.arrow-block-button a:hover:after {
		right:20px;
		transition:.3s;
	}

	/* buttons field */
	.buttons-box a {
		background:#E43640;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		transition:.3s;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		padding:10px 20px;
		border-radius:5px;
		border-bottom:5px solid #900;
		width:100%;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.buttons-box a:hover {
		transition:.3s;
		opacity:.8;
	}
	.buttons-box a i {
		font-size:25px;
		margin-right:10px;
	}

	.buttons-box .contact-button,
	.buttons-box .estimate-button {
		width:47%;
	}

	/* estimate button */
	.buttons-box .estimate-button a {
		background:#2D5F92;
		border-bottom-color:#000120;
	}

	/* file download button */
	.file-download-button a {
		background:#E43640;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		transition:.3s;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		padding:10px 20px;
		border-radius:5px;
		border-bottom:5px solid #900;
	}
	.file-download-button a:hover {
		transition:.3s;
		opacity:.8;
	}
	.file-download-button a .file-icon {
		font-size:25px;
		margin-right:10px;
	}
/*--------------------------------------------------------------
Table Style
--------------------------------------------------------------*/
	.table-style {
		border-bottom:1px solid #2D5F92;
	}
	.table-style .panel-row-style {
		align-items:stretch !important;
	}
	.table-style .panel-row-style .so-panel {
		height:100%;
	}
	.table-style .th-style {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
		padding:10px 45px 10px 20px;
		border-top:1px solid #2D5F92;
		background:#D9E5FF;
		height:100%;
		font-weight:bold;
	}
	.table-style .td-style {
		display: flex;
		flex-wrap:wrap;
		align-items:center;
		padding:10px;
		border-top:1px solid #2D5F92;
		border-left:1px solid #2D5F92;
		height:100%;
		background:#fff;
	}
	.table-style .th-style2 {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
		padding:10px 20px 10px 20px;
		border-top:1px solid #2D5F92;
background: #ececf9bd;
		height:100%;
		font-weight:bold;
	}
	.table-style .td-style2 {
		display: flex;
		flex-wrap:wrap;
		align-items:center;
		padding:10px;
		border-top:1px solid #2D5F92;
		border-left:1px solid #2D5F92;
		height:100%;
		background:#fff;
		color: #6e6039;
	}
	.table-style .th-style3 {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
		padding:10px 20px 10px 20px;
		border-top:1px solid #2D5F92;
background: #d9e5ff;
		height:100%;
		font-weight:bold;
	}
.kigou {
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 26px;
}

	/* complex table */
	.complex-table td.highlight {
		background:#eee;
	}
	.complex-table td.highlight2 {
		background:#ddd;
		font-weight:bold;
	}
	.complex-table td.highlight3 {
		background:#EAF5FB;
		font-weight:bold;
	}
/*--------------------------------------------------------------
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;
}

/*--------------------------------------------------------------
Not found
--------------------------------------------------------------*/
	section.not-found {
		background:#fff;
		padding:20px;
	}
	section.not-found .page-header {
		margin:30px 0 10px;
	}
	section.not-found .page-header h1 {
		font-size:45px;
	}
	section.not-found .page-content {
		margin:0 0 30px;
	}

/*--------------------------------------------------------------
News
--------------------------------------------------------------*/
	section.news-list-contents {
		background:#fff;
		padding:20px;
	}
	section.news-list-contents .news-list-articles {
		margin:20px 0;
	}
	section.news-list-contents .news-list-articles article {
		padding:10px;
		border-bottom:1px dashed #aaa;
		position:relative;
	}
	section.news-list-contents .news-list-articles article:before {
		content:"";
		display:block;
		width:10px;
		height:10px;
		border:3px solid #777;
		border-left:0;
		border-bottom:0;
		transform:rotate(45deg);
		position:absolute;
		right:10px;
		top: calc((100% - 10px) / 2);
	}
	section.news-list-contents .news-list-articles article a {
		align-items:center;
	}
	section.news-list-contents .news-list-articles article a .post-date,
	section.news-list-contents .news-list-articles article a .news-category{
		padding:5px;
		background: #2D5F92;
		color: #fff;
	}
	section.news-list-contents .news-list-articles article a .news-category {
		margin:0 10px 0 0;
	}
	section.news-list-contents .news-list-articles article a .post-title {
		padding:5px 15px 5px 5px;
	}

	.news-content-wrapper {
		padding:20px;
		background:#fff;
	}
	.news-content-wrapper .post-date {
		margin:5px 0 0;
		color:#444;
	}
	.news-content-wrapper i {
		margin-right:5px;
	}
	.news-content-wrapper .entry-content {
		margin: 20px 0;
	}
	.news-content-wrapper .back-button {
		background:#eee;
		padding:20px;
		margin:0 0 20px;
	}
	.news-content-wrapper .back-button i {
		margin-right:5px;
		display:inline-flex;
		align-items:center;
		justify-content:center;
	}
	.news-content-wrapper .bottom-link-buttons {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.news-content-wrapper .bottom-link-buttons .arrow-block-button {
		width:49%;
	}
/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
	section.search-list-contents {
		background:#fff;
		padding:20px;
	}
	section.search-list-contents .search-item {
		background:#f1f1f1;
		padding:20px;
		border-radius:5px;
		box-shadow:3px 3px #aaa;
		margin:20px 0 0;
		transition:.3s;
	}
	section.search-list-contents .search-item:hover {
		opacity:.8;
		transition:.3s;
	}
	section.search-list-contents .search-item .blue-line-title {
		font-size:25px;
		margin:0 0 15px;
	}
	section.search-list-contents .search-item a .post-title {
		width:100%;
	}
	section.search-list-contents .search-item a .post-content {
		color:#444;
		width: 100%;
	}
	section.search-list-contents .search-item a .post-content .read-more-button {
		margin:10px 0 0;
	}
	section.search-list-contents .search-item a .post-content .read-more-button span {
		background:#444;
		color:#fff;
		border-radius:5px;
		padding:5px 10px;
		font-size:14px;
	}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
	.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;
	}
	.hentry .meta-post {
		margin-bottom: 20px;
	}
	.hentry .meta-post,
	.hentry .meta-post a {
		color: #5e5e5e;
		fill: #5e5e5e; 
		font-size: 13px;
	}
	.hentry .meta-post span {
		position: relative;
		padding-left: 20px;
		margin-right: 18px;
	}
	.hentry .meta-post .cat-links {
		display: inline-block;
	}
	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-transform: uppercase;
		font-size: 13px;
	}
	.single .single-meta {
		display: table;
	}
	.single-meta .byline {
		padding-left: 10px;
	}
	.classic-alt .meta-post a {
		color: #d65050;
	}
	/* Modern layout */
	.content-area.modern .hentry {
		box-shadow: 0 11px 40px rgba(79, 118, 157, 0.1);
		padding: 40px;
		margin-bottom: 60px;
	}
	.content-area.modern .entry-thumb {
		margin: -40px -40px 40px;
	}
	.content-area.modern .hentry:after {
		display: none;
	}
	.content-area.modern .entry-title a {
		color: #263246;
	}
	.content-area.modern .entry-post {
		color: #868990;
	}
	.content-area.modern .meta-post {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.content-area.modern .hentry .meta-post span:before,
	.content-area.modern .post-cat {
		color: #d65050;
	}
	.content-area.modern .hentry .meta-post span:first-of-type {
		padding-left: 0;
	}
	.content-area.modern .post-cat {
		letter-spacing: 0.5px;
	}
	.content-area.modern .hentry .meta-post span {
		margin-right: 0;
	}
	.content-area.modern .hentry .meta-post span::after {
		content: '|';
		margin: 0 5px;
		color: #868990;
		vertical-align: top;
	}
	.content-area.modern .read-more {
		color: #111111;
		font-size: 14px;
	}
	.content-area.modern .read-more-gt {
		color: #d65050;
	}
/*--------------------------------------------------------------
Recommend
--------------------------------------------------------------*/
.crp_related ul {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
}
.crp_related ul li {
	padding:5px;
	box-shadow:0 0 5px #aaa;
	border-radius:5px;
	transition:.3s;
}
.crp_related ul li:hover {
	opacity:.8;
}
.crp_related ul li a figure {
	margin:0;
}
.crp_related ul li a img {
	border-radius:5px 5px 0 0;
	width:100%;
}
.crp_related ul li a .crp_title {
	background: #555;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 5px 0;
}

/*--------------------------------------------------------------
Simple Sitemap
--------------------------------------------------------------*/
.simple-sitemap-wrap {

}
.simple-sitemap-container {
	margin:0 !important;
}
.simple-sitemap-wrap h3 {
	display:none;
}
.simple-sitemap-container ul {
	
}
.simple-sitemap-page.main > li {
	padding:10px;
	border-bottom:1px dashed #aaa;
}
.simple-sitemap-page.main > li > a{
	position:relative;
	padding-left:15px;
	display:block;
	width:100%;
	padding:10px 20px;
	background:#eee;
	font-weight:bold;
	margin:0 0 5px;
}
.simple-sitemap-page.main > li > a:before {
	content:"";
	display:block;
	position:absolute;
	width:5px;
	height:100%;
	background:#2D5F92;
	left:0;
	top:0;
}
.simple-sitemap-page.main > li > .children li {
	padding:2px 0;
}
.simple-sitemap-page.main > li > .children > li > a {
	position:relative;
	text-decoration:underline;
}
.simple-sitemap-page.main > li > .children .children > li > a {
	position:relative;
	text-decoration: underline dashed 1px;
}
.simple-sitemap-page.main > li > .children .children > li > a:before {
	content:"";
	display:block;
	position:absolute;
	width:0;
	height:0;
	left:-10px;
	top:calc((100% - 7px)/2);
	border:4px solid transparent;
	border-left-color:inherit;
}
.simple-sitemap-page.main .children {
	padding-left:0;
}
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
	.widget-area {
		border: 1px solid rgba(0, 0, 0, 0.1);
		padding: 30px;
	}
	.widget-area .widget {
		position: relative;
		margin-bottom: 55px;
	}
	.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: 22px;
		line-height: normal;
		color: #263246;
		font-weight: 600;
		padding-bottom: 24px;
		margin: 0;
	}
	.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;
	margin-top: 30px;
}
.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;
	}
/*--------------------------------------------------------------
Contact Banner
--------------------------------------------------------------*/
	.contact-banner-button {
		background:#fff;
	}
	.contact-banner-button a {
		color: #00688C;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		height:70px;
		transition:.3s;
	}
	.contact-banner-button a:hover {
		background:#E43640;
		transition:.3s;
		color:#fff;
	}

	.contact-banner-button a i {
		margin-right:10px;
		font-size:35px;
	}
/*--------------------------------------------------------------
Before Footer Contact
--------------------------------------------------------------*/
	.before-footer-contact-wrapper {
		padding:20px;
		clear:both;
		width:90%;
		margin:0 auto 50px;
		background: linear-gradient(45deg, rgba(130,24,176,1) 0%,rgba(87,31,206,1) 23%,rgba(34,97,158,1) 51%,rgba(34,97,158,1) 76%,rgba(0,118,109,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8218b0', endColorstr='#00766d',GradientType=1 );
	}
	.before-footer-contact-wrapper .title-wrapper {
		color:#fff;
		letter-spacing:2px;
		width:30%;
	}
	.before-footer-contact-wrapper .title-wrapper .en{
		font-size:35px;
		font-weight:bold;
		text-align:center;
	}
	.before-footer-contact-wrapper .title-wrapper .jp {
		font-size:20px;
		text-align:center;
	}
	.before-footer-contact-wrapper .contents-wrapper {
		width:70%;
	}
	.before-footer-contact-wrapper .contents-wrapper .text {
		font-size:25px;
		text-align:center;
		color:#fff;
		margin:0 0 20px;
	}
	.before-footer-contact-wrapper .contents-wrapper .button-wrapper a {
		background:#fff;
		color:#00688C;
		width:48%;
		padding:5px 0;
	}
	.before-footer-contact-wrapper .contents-wrapper .button-wrapper a.tel-button {
		font-size:35px;
		font-weight:bold;
	}
	.before-footer-contact-wrapper .contents-wrapper .button-wrapper a.form-button {
		font-size:25px;
		font-weight:bold;
	}
	.before-footer-contact-wrapper .contents-wrapper .button-wrapper a:hover {
		color:#fff;
		background:#E43640;
		transition:.3s;
	}

	.before-footer-contact-wrapper .contents-wrapper .button-wrapper a i {
		margin-right:10px;
		font-size:35px;
	}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
	.footer-widgets {
		padding: 95px 0;
		background-color: #252525;
	}
	.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;
	}
	.site-info {
		font-size:13px;
		text-align:center;
	}
/*--------------------------------------------------------------
Bottom
--------------------------------------------------------------*/
	.site-footer {
		background-color: #1c1c1c;
		color:#fff !important;
		line-height: 35px;
		padding: 50px 0 10px;
	}
	.site-footer a {
		color: #fff !important;
	}
	/* logo */
	.site-footer .footer-logo-wrapper {
		margin-bottom:20px;
	}

	.site-footer .corporate-meta-datas {
		font-size:13px;
		line-height:1.5em;
		margin:0 0 10px;
	}
	.site-footer .corporate-meta-datas > div > div {
		margin:0 5px;
	}

	/* menu */
	.site-footer .footer-menu-wrapper .menu-main_menu-container,
	.site-footer .footer-menu-wrapper .menu-main_menu_en-container {
		margin-bottom:20px;
	}
	.site-footer .footer-menu-wrapper .menu-main_menu-container .menu,
	.site-footer .footer-menu-wrapper .menu-main_menu_en-container .menu{
		display:flex;
		flex-wrap:wrap;
		align-items:flex-start;
	}
	.site-footer .footer-menu-wrapper .menu-main_menu-container .menu > li,
	.site-footer .footer-menu-wrapper .menu-main_menu_en-container .menu > li {
		width:20%;
		padding-right:20px;
		margin:0 0 10px;
		line-height:1.5em;
	}
	.site-footer .footer-menu-wrapper .menu-main_menu-container .menu > li > a,
	.site-footer .footer-menu-wrapper .menu-main_menu_en-container .menu > li > a{
		display:block;
		border-bottom:1px solid #fff;
		transition:.3s;
	}
	.site-footer .footer-menu-wrapper .menu-main_menu-container .menu a:hover,
	.site-footer .footer-menu-wrapper .menu-main_menu_en-container .menu a:hover {
		opacity:.7;
		transition:.3s;
		text-decoration:underline;
	}
	.site-footer .footer-menu-wrapper .menu-main_menu-container .menu > li > .sub-menu,
	.site-footer .footer-menu-wrapper .menu-main_menu_en-container .menu > li > .sub-menu {
		font-size:14px;
		margin-top:5px;
	}
	.site-footer .footer-menu-wrapper .menu-main_menu-container .menu > li > .sub-menu > li,
	.site-footer .footer-menu-wrapper .menu-main_menu_en-container .menu > li > .sub-menu > li {
		padding:0 10px;
		position:relative;
	}
	.site-footer .footer-menu-wrapper .menu-main_menu-container .menu > li > .sub-menu > li:before,
	.site-footer .footer-menu-wrapper .menu-main_menu_en-container .menu > li > .sub-menu > li:before {
		content: "";
		display: block;
		position: absolute;
		background: #fff;
		width: 5px;
		height: 1px;
		left: 0;
		top: 10px;
	}

	/* sns icons */
	.site-footer .footer-sns-wrapper .sns-icons li {
		width:35px;
		margin-right:30px;
	}
	.site-footer .footer-sns-wrapper .sns-icons li:nth-last-of-type(1) {
		margin:0;
	}
/*--------------------------------------------------------------
News List
--------------------------------------------------------------*/
	.simple-news-list {
		text-align: left;
		max-height: 36vw;
		overflow-y: scroll;
		border-top:1px solid #2D5F92;
		border-bottom:1px solid #2D5F92;
	}
	.simple-news-list article {
		border-bottom:1px solid #2D5F92;
	}
	.simple-news-list article:nth-last-of-type(1) {
		border-bottom:0;
	}
	.simple-news-list article a {
		font-size:15px;
		padding:10px;
		font-weight:bold;
	}
	.simple-news-list article a:hover {
		background:#ffc;
	}
	.simple-news-list article a span {
		display:inline-flex;
		margin-right:5px;
		color:#444;
	}
	.simple-news-list article a span:nth-last-of-type(1) {
		margin:0;
	}

	.simple-news-list article a span.news-category {
		background: #2d5f92;
		color: #fff;
		font-size: 14px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		padding: 0 10px;
	}
	.simple-news-list article a span.post-title {
		display:block;
		width:100%;
		margin:5px 0 0 ;
	}

/*--------------------------------------------------------------
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;	    
	}
	.preloader .spinner {
	    height: 30px;
	    left: 50%;
	    margin-left: -15px;
	    margin-top: -15px;
	    position: relative;
	    top: 50%;
	    width: 30px;
	}
	.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: 999;
		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;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.go-top.show .sydney-svg-icon {
		display:flex;
	}
/*--------------------------------------------------------------
Slick
--------------------------------------------------------------*/
	.slick-list .panel-grid-cell {
		margin-bottom:0 !important;
	}
	.slick-list {
		width:100%;
	}
	.slick-track {
		display:flex !important;
	}
/*--------------------------------------------------------------
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 {
		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;
	}

	.arrow-button {
		position:relative;
	}
	.arrow-button.next-button:after {
		content:"";
		display:block;
		width:12px;
		height:12px;
		border:4px solid;
		border-left:0;
		border-bottom:0;
		transform:rotate(45deg);
		position:absolute;
		top:calc((100% - 10px)/2);
		right:30px;
		transition:.3s;
	}
	.arrow-button.next-button:hover:after {
		right:20px;
		transition:.3s;
	}
	.arrow-button.prev-button:before {
		content:"";
		display:block;
		width:12px;
		height:12px;
		border:4px solid;
		border-right:0;
		border-top:0;
		transform:rotate(45deg);
		position:absolute;
		top:calc((100% - 10px)/2);
		left:30px;
		transition:.3s;
	}
	.arrow-button.prev-button:hover:before {
		left:20px;
		transition:.3s;
	}
/* 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: 1px solid #d65050;
	}
	#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;
	}
	.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;
	}
	.llms-student-dashboard .llms-button-secondary,
	.roll-button {
		background-color: #d65050;
		border: 1px solid #d65050;
	}
	.llms-student-dashboard .llms-button-secondary:hover,
	.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;
}


.woocommerce ul.products li.product .button {
	font-size: 13px;
	text-transform: uppercase;
	fill: #fff;
	letter-spacing: 1px;
}
.woocommerce ul.products li.product .button .sydney-svg-icon {
	margin-right: 8px;
	vertical-align: text-bottom;
}
.woocommerce ul.products li.product .onsale,
.yith-wcqv-main span.onsale,
.woocommerce span.onsale {
	margin: 0;
	min-height: auto;
    min-width: auto;
    line-height: 1;
    background: #252525;
    font-weight: 400;
    border-radius: 0;
    padding: 5px 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;	
}
.woocommerce ul.products li.product .price {
	font-weight: 600;
}
.woocommerce ul.products li.product h2 {
	font-weight: 400;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
	display: inline-block;
}
.woocommerce ul.products li.product .yith-wcqv-button,
.woocommerce ul.products li.product .yith-wcwl-add-button,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse,
.woocommerce ul.products li.product .compare,
.single-product .entry-summary .yith-wcwl-add-button,
.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse,
.single-product .entry-summary .compare {
	width: 36px;
	height: 36px;	
	display: block;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 36px;
	fill: #3e3e3e;
	font-size: 16px;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist,
.single-product .entry-summary .compare {
	display: inline-block;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist {
	margin-right: 10px;
}
.yith-placeholder {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 36px;
}
.product_meta {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ebebeb;
}
.product_meta > * {
	display: block;
}
.woocommerce-product-details__short-description {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;	
}
.woocommerce-product-details__short-description p:last-of-type {
	margin: 0;
}
.yith-placeholder > * {
	margin: 15px 0 0;
	opacity: 0;
	left: -150px !important;
	position: relative;
}
.yith-placeholder > *:first-child {
	margin: 0;
}
.woocommerce ul.products li.product {
	overflow: hidden;
}
.woocommerce ul.products li.product:hover .yith-placeholder > * {
	opacity: 1;
	left: 0 !important;
	z-index: 11;
}
.woocommerce ul.products li.product:hover .yith-placeholder > * {
	transition: all 0.5s;
}
.woocommerce ul.products li.product:hover .yith-placeholder > *:nth-child(2) {
	transition-delay: 0.2s;
}
.woocommerce ul.products li.product:hover .yith-placeholder > *:nth-child(3) {
	transition-delay: 0.4s;
}
.single-product .entry-summary .compare svg,
.woocommerce ul.products li.product .compare svg,
.woocommerce ul.products li.product .yith-wcqv-button svg {
	max-width: 15px;
	position: relative;
	top: 3px;
}
.yith-wcwl-add-button>a i,
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon,
.woocommerce ul.products li.product .feedback .yith-wcwl-icon,
.woocommerce ul.products li.product .yith-wcwl-add-button i {
	margin: 0;
}
.woocommerce ul.products li.product .yith-wcwl-add-button a {
	color: #3e3e3e;
}
.single-product .entry-summary .compare,
.woocommerce ul.products li.product .compare {
	padding: 0;
}

.woocommerce-tabs li {
	margin-right: 15px;
}
.woocommerce-tabs li:last-of-type {
	margin-right: 0;
}
.woocommerce-tabs li a {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	color: #737373;
	font-weight: 600;
}
.woocommerce-tabs li.active a {
	color: #000;
	padding-bottom: 5px;
	border-bottom: 2px solid;
}
.woocommerce-tabs.wc-tabs-wrapper {
	margin-bottom: 45px;
	border-bottom: 1px solid #ebebeb;
}
.woocommerce-MyAccount-navigation li a {
	color: #443f3f;
}
.woocommerce-MyAccount-navigation li.is-active a {
	font-weight: 600;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border: 0;
}
.woocommerce table.shop_table tr {
	border-bottom: 2px solid #f0f0f0;
}
.woocommerce table.shop_table td {
	padding: 10px;
}
.woocommerce-cart table.cart img {
	width: auto;
	max-width: 100px;
}
.woocommerce-cart table.cart .product-name a {
	color: #443f3f;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	padding: 30px 10px;
}
.woocommerce-cart table.cart .coupon .button {
	background-color: #cecece;
	color: #443f3f;
	
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart .coupon .button,
.woocommerce-cart table.cart button.button[name="update_cart"] {
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
}
.checkout_coupon button.button[name="apply_coupon"] {
	height: 50px;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
    background-color: #cecece;
    color: #443f3f;	
}
.woocommerce-cart .post-wrap,
.woocommerce-checkout .post-wrap {
	padding-right: 0;
}
.woocommerce-cart table.cart button.button[name="update_cart"] {
	background: #000;
	color: #fff;
}
.shop_table th,
.shop_table td,
.cart_totals th,
.cart_totals td {
	text-align: left;
}
.woocommerce-shipping-methods label {
	/* font-weight: 400; */
}
.woocommerce-shipping-methods input {
	margin-right: 10px;
}
.woocommerce ul#shipping_method {
	display: block;
	margin-bottom: 20px;
}
.woocommerce-shipping-destination {
	margin-bottom: 5px;
}
.woocommerce-info a,
.woocommerce-privacy-policy-link,
a.shipping-calculator-button  {
	color: #717171;
    text-decoration: underline;
}
a.shipping-calculator-button {
	font-size: 14px;
}
.woocommerce-cart .button[name="calc_shipping"] {
	background-color: #cecece;
	color: #443f3f;
	padding: 0 20px;
    height: 42px;
    line-height: 42px;
}
.shipping-calculator-form {
	margin-top: 20px;
}
.woocommerce a.remove {
	display: block;
    font-size: 20px;
    height: 28px;
    width: 28px;
    line-height: 25px;
    color: #333!important;
    border: 2px solid #f0f0f0;
    text-decoration: none;
    font-weight: 700;
    margin: 0 auto;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: #ff6565;
    border-color: #ff6565;
}
.woocommerce-checkout .button[name="woocommerce_checkout_place_order"],
.wc-proceed-to-checkout a.button {
	font-size: 14px;
    line-height: 24px;
    font-weight: 700;
	padding: 12px 34px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
}
.shipping_address .select2-container .select2-selection__rendered,
.woocommerce-billing-fields .select2-container .select2-selection__rendered,
.cart_totals .select2-container .select2-selection__rendered {
	margin-top: 8px;
	padding: 0;
}
.shipping_address .select2-container .select2-selection__arrow,
.woocommerce-billing-fields .select2-container .select2-selection__arrow,
.cart_totals .select2-container .select2-selection__arrow {
	margin-top: 12px;
	right: 10px;
}
#order_comments_field label,
.shipping_address label,
#payment label,
.woocommerce-billing-fields label {
	/* font-weight: 400; */
}
.woocommerce form .form-row {
	margin: 0 0 20px;
}
.woocommerce-form__label-for-checkbox input[type=checkbox] {
	margin-left: 0;
	border-color: #dbdbdb;
}
.woocommerce-form__label-for-checkbox span {
	padding-left: 20px;
}
.woocommerce-checkout ul#shipping_method {
	margin-bottom: 0;
}
@media ( min-width: 1024px ) {
	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2 {
		width: 100%;
		float: none;
	}
	.woocommerce-checkout #customer_details {
		width: 66.66667%;
		float: left;
		padding-right: 45px;
	}
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		width: 33.33333%;
		float: left;
	}
	.woocommerce-checkout #order_review_heading {
		margin-top: 10px;
		padding-top: 0;
		border-top: 0;
	}
	.woocommerce-checkout #order_review th,
	.woocommerce-checkout #order_review td {
		text-align: left;
		padding: 15px 10px 15px 0;
	}
	.woocommerce-checkout #order_review .order-total .woocommerce-Price-amount {
		font-size: 20px;
	}
	.checkout.woocommerce-checkout {
		margin-top: 50px;
	}
	.checkout.woocommerce-checkout:before,
	.checkout.woocommerce-checkout:after {
		content: " ";
		display: table;
	}
	.checkout.woocommerce-checkout:after {
		clear: both;
	}	
}

.woocommerce-order-received .entry-content h2 {
	font-size: 26px;
}
.woocommerce-order-received .woocommerce-thankyou-order-details,
section.woocommerce-bacs-bank-details {
	margin-bottom: 50px;
}
.woocommerce-order-received .woocommerce-thankyou-order-details,
.woocommerce-order-received .wc-bacs-bank-details {
	padding-left: 0;
}
.woocommerce-order-received table.shop_table td,
.woocommerce-order-received table.shop_table th {
	padding-left: 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,
.mc4wp-form .label-style {
	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;	
}
/* Elementor slider block */
.athemes-hero-slider .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.athemes-hero-slider .hero-slide-inner {
    transform: translatey(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.elementor-section-boxed .athemes-hero-slider .hero-slide-inner {
	padding: 30px;
}
.elementor-section-boxed .athemes-hero-slider .hero-slide-inner .container {
	width: 100%;
}
.athemes-hero-slider .swiper-button-next, .athemes-hero-slider .swiper-button-prev {
	background: none;
	fill: #fff;
}
.athemes-hero-slider .swiper-pagination-bullet {
	width: 20px;
	height: 6px;
	border-radius: 5px;
	background-color: #fff;
}
.athemes-hero-slider .roll-button {
	display: inline-block;
	margin-top: 20px;
}
/*--------------------------------------------------------------
SVGs
--------------------------------------------------------------*/
.sydney-svg-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	line-height: 1;
}
.go-top svg {
	fill: #fff;
	width:16px;
	height:16px;
}
.go-top:hover svg {
	fill: #d65050;
}
.meta-post .sydney-svg-icon {
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
}
.posted-on .sydney-svg-icon {
	top: -1px;
}
.single-meta .sydney-svg-icon {
	fill: #68647a;
}
.single-meta .sydney-svg-icon {
	width: 14px;
	height: 20px;
	margin-right: 7px;
}
.wp-custom-header button {
	fill: #fff;
}
.btn-menu .sydney-svg-icon {
	width: 22px;
	fill: #fff;
}
.btn-submenu svg {
	fill: #fff;
	width: 20px;
	transform: rotate(-180deg);
	transition: all 0.4s;
	position: relative;
	top: 15px;
}
.btn-submenu.active svg {
	transform: rotate(0);
}

/* Media Queries
-------------------------------------------------------------- */
	@media only screen and (min-width: 1930px) {
		.parallax {
			background-size: cover;
		}
	}
	/* Smaller than standard 1200 */
	@media only screen and (max-width: 1199px) {
		form.wpcf7-form {
			margin-top: -50px;
    		padding-top: 60px;
		}
		.roll-icon-list .list-item {
			margin-bottom: 18px;
		}
		.roll-project.fullwidth .project-item {
			width: 25%;
		}
		.masonry-layout .hentry {
			width: 455px;
		}
		.footer-contact-wrapper .flex > .panel-grid-cell {
			width:100% !important;
		}
		.footer-contact-wrapper .flex > .panel-grid-cell:nth-of-type(1) {
			margin:0 0 20px;
		}

		.products-block-list a .product-info .outline {
			font-size:18px;
			height:70px;
			overflow:hidden;
		}

		.crp_related ul {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	/* Smaller than standard 980 */
	@media only screen and (max-width: 991px) {
	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

	/**************************************************************/
		.simple-news-list {
			max-height:37.5vw;
		}
		.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;
		}

		.products-block-list a {
			width:100%;
		}
		.products-block-list a .product-image {
			width:20%;
		}
		.products-block-list a .product-info {
			width:78%;
		}
		
		/*--------------------------------------------------------------
		Bottom
		--------------------------------------------------------------*/
		.site-footer .footer-menu-wrapper .menu-main_menu-container {
			margin-bottom:50px;
		}
		.site-footer .footer-menu-wrapper .menu-main_menu-container .menu > li {
			width:33%;
		}

		.site-footer .corporate-meta-datas > div > div {
			width:100%;
			text-align:center;
		}

		/*--------------------------------------------------------------
		Content
		--------------------------------------------------------------*/
		.products_eyecatch {
			height:150px;
		}
		.products_eyecatch .products_detail .products_name {
			font-size:35px;
		}

		/*--------------------------------------------------------------
		Before Footer Contact
		--------------------------------------------------------------*/

		.before-footer-contact-wrapper .title-wrapper {
			width:100%;
			margin:0 0 20px;
		}
		.before-footer-contact-wrapper .contents-wrapper {
			width:100%;
		}
	}
	@media only screen and (max-width: 1024px) {
	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/
		.header-wrap .site-logo {
			max-height:40px;
		}
		/* SPメニューを表示 */
		.header-wrap .for-sp-menu {
			display:block;
		}
		.header-wrap .for-sp-menu .menu-button .menu-button-icon img.closed,
		.header-wrap .for-sp-menu.show .menu-button .menu-button-icon img.opened {
			display:block;
		}
		.header-wrap .for-sp-menu.show .menu-button .menu-button-icon img.closed,
		.header-wrap .for-sp-menu .menu-button .menu-button-icon img.opened {
			display:none;
		}

		.header-wrap .for-sp-menu .menu-wrapper .menu-body {
			background:#444;
			position:fixed;
			left:0;
			top:50px;
			height:0;
			width:100%;
			padding-top:15px;
			padding-bottom:15px;
			display:none;
			overflow:hidden;
			transition:.3s;
		}
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body {
			top:50px;
			display:block;
			height:calc(100% - 50px);
			transition:.3s;
			z-index:10000;
		}
		.header-wrap .for-sp-menu .menu-wrapper .menu-body .search-form {
			padding:0 0 15px;
			margin:0 0 15px;
			border-bottom:1px solid #fff;
		}
		.header-wrap .for-sp-menu .menu-wrapper .menu-body .search-form label {
			width:calc(100% - 50px);
		}
		.header-wrap .for-sp-menu .menu-wrapper .menu-body .search-form label input {
			height:40px;
			padding:10px;
			border-radius:5px;
		}
		.header-wrap .for-sp-menu .menu-wrapper .menu-body .search-form .search-submit {
			width:40px;
			height:40px;
		}

		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus {
			height:calc(100% - 70px);
		}

		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu-container,
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu_en-container {
			height:100%;
		}

		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu-container .menu,
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu{
			overflow-y: scroll;
			max-height: 100%;
			height: 100%;
		}
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item,
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item {
			border-bottom:1px solid #fff;
		}
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item > label > a,
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item > label > a {
			display:inline-block;
			padding:5px 0;
		}
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item label.link-wrapper,
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item label.link-wrapper {
			width:100%;
			margin:0;
			position:relative;
			font-weight:normal;
		}
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item label.link-wrapper a,
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item label.link-wrapper a {
			color:#fff;
		}
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item > .sub-menu,
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item > .sub-menu {
			overflow:hidden;
			max-height:0;
			transition:.3s;
		}
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item.show > .sub-menu,
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item.show > .sub-menu {
			max-height:1000px;
			transition:.3s;
		}
		.header-wrap .for-sp-menu .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item > .sub-menu .sub-menu,
		.header-wrap .for-sp-menu .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item > .sub-menu .sub-menu {
			padding-left:1em;
			position:relative;
		}
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item > .sub-menu > li,
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item > .sub-menu > li{
			padding-left:10px;
			font-size:16px;
			background:#888;
			border-bottom:1px solid #444;
		}
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item > .sub-menu > li:nth-last-of-type(1),
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item > .sub-menu > li:nth-last-of-type(1) {
			border:0;
		}
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item > .sub-menu > li a,
		.header-wrap .for-sp-menu.show .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item > .sub-menu > li a {
			display:block;
			padding:5px 0;
		}

		.header-wrap .for-sp-menu .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item.show > .sub-menu > li > label > a,
		.header-wrap .for-sp-menu .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item.show > .sub-menu > li > label > a{
			position:relative;
			padding-left:15px;
		}
		.header-wrap .for-sp-menu .menu-wrapper .menu-body .menus .menu-main_menu-container .menu > .menu-item.show > .sub-menu > li > label > a:before,
		.header-wrap .for-sp-menu .menu-wrapper .menu-body .menus .menu-main_menu_en-container .menu > .menu-item.show > .sub-menu > li > label > a:before {
			content:"";
			position:absolute;
			display:block;
			width:7px;
			height:2px;
			background:#fff;
			left:0;
			top:calc((100% - 2px)/2);
		}

		/* PCメニューを非表示 */
		.header-wrap .for-pc-menu {
			display:none;
		}

		.site-header {
			padding:0;
		}

		.header-wrap .for-sp-menu .menu-button {
			cursor:pointer;
		}
		.header-wrap .for-sp-menu .menu-button .menu-button-icon {
			background:#444;
			color:#fff;
			font-size:30px;
			width:50px;
			height:50px;
		}
	/*-------------------------------------------------------------*/

		.page-image-area .popup-banner {
			bottom: -70px;
			width :300px;
		}

		.lower-page-main-contents-wrapper #primary {
			width:100%;
		}
		.lower-page-main-contents-wrapper #primary .content-area .post-wrap {
			padding: 0;
		}
		.lower-page-main-contents-wrapper #sidebar {
			width:100%;
			order:3;
		}
		.sub-menu-block.menus label {
			padding:10px 25px;
			font-size:16px;
		}

		#sidebar .banner-widget-wrapper aside {
			width:32%;
			margin:0 2% 10px 0;
		}
		#sidebar .banner-widget-wrapper aside:nth-of-type(3n) {
			margin-right:0;
		}
		#sidebar .banner-widget-wrapper aside.sydney_video_widget_widget {
			width:100%;
			margin:0;
		}
		.products-wrapper .product-card:nth-of-type(3n) {
			margin-right:2%;
		}
		.products-wrapper .product-card {
			width: 49%;
			margin:0 2% 25px 0;
		}
		.products-wrapper .product-card:nth-of-type(2n) {
			margin-right:0;
		}
		
		.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;
		}	
		.fw-menu-container {
			padding-left: 30px;
			padding-right: 30px;
		}

		.before-footer-contact-wrapper .contents-wrapper .button-wrapper a {
			width:100%;
		}
		.before-footer-contact-wrapper .contents-wrapper .button-wrapper a:nth-of-type(1) {
			margin:0 0 20px;
		}

		.lower-page-image {
			margin:35px 0 0 0;
		}

		.guide-links-wrapper a {
			width:100%;
		}
		.guide-links-wrapper a:nth-of-type(2) {
			border-left:0;
			border-top:1px solid #1c1c1c;
		}

		section.not-found .page-header h1 {
			font-size:35px;
		}

	}
	@media only screen and (max-width: 780px) {
		.simple-news-list {
			max-height:300px;
		}
		.site-logo-wrapper a img {
			width: auto;
		}
		.breadcrumbs {
			padding:5px 10px;
		}
		.catch-copy-wrapper {
			width:90%;
		}
		
		.floating-buttons-wrapper a {
			font-size:16px;
		}
		.floating-buttons-wrapper a.first {
			bottom: 300px;
		}
		.roll-client .client-item img {
			max-width: 100%;
  		}
  		.panel-grid-cell {
   			padding-left:15px !important;
    		padding-right:15px !important;
    		margin-bottom: 15px !important;
		}
		.panel-grid-cell .panel-grid-cell {
			padding-left:0px !important;
    		padding-right:0px !important;
		}
		.table-style .panel-grid-cell {
			margin-bottom:0 !important;
		}
		.table-style .td-style {
			border-left:0;
		}

		.complex-table-wrapper {
			overflow-x:scroll;
		}
		.before-footer-contact-wrapper .contents-wrapper .text {
			font-size:20px;
		}
		.before-footer-contact-wrapper .contents-wrapper .button-wrapper a.tel-button,
		.before-footer-contact-wrapper .contents-wrapper .button-wrapper a i {
			font-size:30px;
		}
		.before-footer-contact-wrapper .contents-wrapper .button-wrapper a.form-button{
			font-size:20px;
		}

		.lower-page-image {
			background-size:cover !important;
		}
		.lower-page-image .wrapper {
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.5+100 */
			background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */
		}
		.lower-page-main-contents-wrapper .lang-switch-wrapper {
			justify-content:center;
		}
		.lower-page-image .title .en {
			font-size:40px;
		}
		.lower-page-image .title .jp {
			font-size:18px;
		}
		.lower-page-image .description {
			line-height:1.7em;
		}

		.lower-page-main-contents-wrapper .page-parent-title {
			text-align:center;
		}

		.products-wrapper .product-card {
			width:100%;
			margin:0 !important;
		}

		.sub-menu-block-title {
			font-size: 17px;
			padding: 10px 0;
		}

		.arrow-block-button {
			width:100%;
		}
		.arrow-block-button a {
			font-size:18px;
		}

		.file-download-button a {
			width:100%;
		}

		.products-block-list a .product-info h6,
		.products-block-list a .product-info .outline {
			text-align:center;
		}

		#sidebar .banner-widget-wrapper aside:nth-of-type(3n) {
			margin-right:2%;
		}
		#sidebar .banner-widget-wrapper aside {
			width:49%;
			margin:0 2% 10px 0;
		}
		#sidebar .banner-widget-wrapper aside:nth-of-type(2n) {
			margin-right:0;
		}

		.wpcf7-form .th-style,
		.wpcf7-form .td-style {
			width:100%
		}
		.wpcf7-form .td-style{
			padding:20px 10px;
		}
		.wpcf7-form-control-wrap {
			/* display:block;
			width:100%; */
		}
		.wpcf7-form input[type="text"],
		.wpcf7-form input[type="tel"]:not([name*="zip-code"]),
		.wpcf7-form input[type="email"],
		.wpcf7-form textarea {
			width:100%;
		}

		.inline-flex .columns-2 > *,
		.flex .columns-2 > * {
			width:100%;
		}

		.products-catalog-list .catalog-item {
			width:49%;
			margin:0 2% 30px 0;
		}
		.products-catalog-list .catalog-item:nth-of-type(3n) {
			margin-right:30px;
		}
		.products-catalog-list .catalog-item:nth-of-type(2n) {
			margin-right:0;
		}
		.products-catalog-list .catalog-item .blue-block-title {
			font-size:20px;
		}
		.products-catalog-list .catalog-item img {
			margin:0 auto 15px;
		}

		.buttons-box .contact-button {
			margin:0 0 10px;
		}
		.buttons-box .contact-button,
		.buttons-box .estimate-button {
			width:100%;
		}

		.news-content-wrapper .bottom-link-buttons .arrow-block-button {
			width:100%;
		}

		.writer-sigunature {
			padding: 30px;
		}

		.writer-sigunature .writer {
			flex-direction: column;
		}

		.crp_related ul {
			grid-template-columns: repeat(1, 1fr);
		}
		.crp_related ul li a .crp_title {
			font-size:16px;
		}

	}
	/* 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) {
		h6 {
			font-size:18px !important;
		}
		.catch-copy-wrapper {
			bottom:10%;
		}
		.catch-copy-wrapper .main-copy {
			font-size:23px;
		}
		.catch-copy-wrapper .sub-copy {
			font-size:15px;
		}

		.page-image-area .popup-banner {
			position: static;
			padding: 20px;
			background: #000120;
			width: 100%;
			justify-content: center;
		}
		.page-image-area .popup-banner a {
			width: 100%;
			max-width: 300px;
		}

		.contents-wrapper {
			width:100%;
		}


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

		section.not-found .page-header h1 {
			font-size:25px;
		}

		.products-block-list .block-item {
			width:100%;
		}
		.products-block-list a .product-image {
			width: 100%;
			margin:0 auto 10px;
			max-width:160px;
		}
		.products-block-list a .product-info {
			width:100%;
			padding:0;
		}

		/*--------------------------------------------------------------
		Bottom
		--------------------------------------------------------------*/
		.site-footer .footer-logo-wrapper {
			text-align:center;
		}
		.site-footer .footer-menu-wrapper .menu-main_menu-container .menu > li {
			width:100%;
			padding:0;
			margin-bottom:15px;
		}
		.site-footer .footer-menu-wrapper .menu-main_menu-container .menu > li:nth-last-of-type(1) {
			margin-bottom:0;
		}
	}
	@media only screen and (max-width: 600px) {
		.products_eyecatch .products_detail {
			width:100%;
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+71 */
			background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 71%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 71%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 71%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
			padding:0 20px;
			right:0;
		}
		.products_eyecatch .products_detail .products_name {
			font-size:25px;
		}
		.products_eyecatch .products_detail .products_catchcopy {
			font-size:16px;
		}
		.roll-client .client-item {
			padding: 5px;
			margin: 0;
			width: 32.5%;
		}

		.products-catalog-list .catalog-item {
			width:100%;
			margin:0 0 30px;
		}
		.products-catalog-list .catalog-item:nth-of-type(3n) {
			margin-right:0;
		}

		section.news-list-contents .news-list-articles article a .post-date, section.news-list-contents .news-list-articles article a .news-category{
			margin:0 0 5px 0;
		}

		.wpcf7-form-control-wrap input,
		.wpcf7-form-control-wrap select,
		.wpcf7-form-control-wrap textarea {
			width: 100%;
		}
	}

	/* 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;
		}
	}
	@media only screen and (max-width: 320px) {
		.text-slider {
			margin-bottom: 0;
		}

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

/**
** 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;
}
.post-template-post_nosidebar .alignwide {
	max-width: none;
    width: calc(100% + 200px);
    position: relative;
    left: -100px;
}

.normal-box1{
  margin: 1em 0;
  padding: 20px;
  background-color: #ebebeb;
}

/**
** Forminator
*/
.forminator-row .forminator-label {
  font-size: 16px !important;
	margin-bottom: 20px !important;
}
.forminator-row .forminator-button.hidden {
  display: none !important;
}

/* ========================================
   スピンコーター カテゴリナビ セクション
   PICK UPスライダーと「アクティブだからできること」の間に配置
   ======================================== */
.sc-category-nav {
  width: 100%;
  padding: 50px 0 60px;
  background: #ffffff;
}

.sc-category-nav__heading {
  text-align: center;
  margin-bottom: 36px;
}

.sc-category-nav__heading-en {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #1a3068;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sc-category-nav__heading-ja {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #1a3068;
  letter-spacing: 0.05em;
}

.sc-category-nav__heading-line {
  display: block;
  width: 40px;
  height: 3px;
  background: #1a3068;
  margin: 12px auto 0;
  border-radius: 2px;
}

.sc-category-nav__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 30px;
}

/* --- カード --- */
.sc-category-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 5 / 3;
  background: #0d1b3e;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.35s ease;
}

.sc-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(26, 48, 104, 0.25);
  color: #fff;
  text-decoration: none;
}

/* 背景画像 */
.sc-category-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #102040;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sc-category-card:hover .sc-category-card__bg {
  transform: scale(1.08);
}

/* グラデーションオーバーレイ */
.sc-category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(13, 27, 62, 0.10) 0%,
    rgba(13, 27, 62, 0.40) 45%,
    rgba(13, 27, 62, 0.85) 100%
  );
  transition: background 0.35s ease;
}

.sc-category-card:hover .sc-category-card__overlay {
  background: linear-gradient(
    180deg,
    rgba(13, 27, 62, 0.05) 0%,
    rgba(13, 27, 62, 0.30) 45%,
    rgba(13, 27, 62, 0.80) 100%
  );
}

/* ラベル（英語＋日本語）- 上下左右中央 */
.sc-category-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 2;
  text-align: center;
}

.sc-category-card__label-en {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 4px;
}

.sc-category-card__label-ja {
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* READ MORE - カード下端に固定 */
.sc-category-card__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  z-index: 2;
}

.sc-category-card__arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.3s ease, gap 0.3s ease;
}

.sc-category-card:hover .sc-category-card__arrow {
  opacity: 1;
  gap: 10px;
}

.sc-category-card__arrow svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.sc-category-card:hover .sc-category-card__arrow svg {
  transform: translateX(3px);
}

/* アクセントライン */
.sc-category-card__accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3b7dd8, #5ba3e6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 3;
}

.sc-category-card:hover .sc-category-card__accent {
  transform: scaleX(1);
}

/* ===== レスポンシブ ===== */
@media (max-width: 900px) {
  .sc-category-nav__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .sc-category-card__label-ja {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .sc-category-nav {
    padding: 36px 0 44px;
  }
  .sc-category-nav__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 12px;
  }
  .sc-category-card {
    aspect-ratio: 3 / 3;
  }
  .sc-category-card__content {
    padding: 14px;
  }
  .sc-category-card__label-en {
    font-size: 9px;
  }
  .sc-category-card__label-ja {
    font-size: 13px;
  }
  .sc-category-card__bottom {
    padding: 12px 14px;
  }
  .sc-category-card__arrow {
    font-size: 10px;
  }
  .sc-category-nav__heading-ja {
    font-size: 18px;
  }
}

/* ==========================================================
   ページ内アンカー リンク（カード型）
   ========================================================== */
.acti-anchor-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #1a3068;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.acti-anchor-card:hover,
.acti-anchor-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  background: #f5f8fc;
  text-decoration: none;
  color: #1a3068;
}

.acti-anchor-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  color: #1a3068;
}

.acti-anchor-card__icon svg {
  width: 100%;
  height: 100%;
}

.acti-anchor-card__label {
  flex: 1;
  letter-spacing: 0.02em;
}

.acti-anchor-card__arrow {
  font-size: 12px;
  color: #6b7a99;
  flex-shrink: 0;
}

/* スマホ最適化 */
@media (max-width: 600px) {
  .acti-anchor-card {
    padding: 12px 14px;
    font-size: 14px;
    gap: 10px;
  }
  .acti-anchor-card__icon {
    width: 22px;
    height: 22px;
  }
}