/*!
Theme Name: sogo_sr
Theme URI: http://underscores.me/
Author: Crossroad.Inc
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sogo_sr
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

sogo_sr is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@charset "utf-8";
:root{
  --fontawesome:"Font Awesome 6 Free";
	--blue1:#3497CD;
	--blue2:#81B7D6;
	--blue3:#8ACDF4;
	--blue4:#EAF6FD;
	--green1:#70c9a2;
	--green2:#7FD1AE;
	--green3:#B6E3C6;
	--pink:#FB848C;
	--swiper-pagination-top:auto;
	--swiper-pagination-bottom:0;
}
html{
	-webkit-text-size-adjust: 100%;
}
body{
	margin: 0;
}
main{
	display: block;
}
hr{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre{
	font-family: monospace, monospace;
	font-size: 1em;
}
a{
	background-color: transparent;
	transition:all .3s;
}
abbr[title]{
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted;
}
b,strong{
	font-weight: bolder;
}
code,kbd,samp{
	font-family:monospace, monospace;
	font-size:1em;
}
small{
	font-size: 80%;
}
sub,sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub{
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img{
	height:auto;
	max-width:100%;
	border-style:none;
}
.imgarea{
	text-align:center;
	margin-bottom:1rem;
}
button,input,optgroup,select,textarea{
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,input{
	overflow: visible;
}
button,select{
	text-transform: none;
}
button,[type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend{
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"]{
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details{
	display: block;
}
summary{
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display:none;
}
*,*::before,*::after {
	box-sizing: inherit;
}
html{
	box-sizing:border-box;
}
body,p,a,button,input,select,optgroup,textarea{
	color:#555;
	font-family:"Zen Kaku Gothic New", sans-serif;
	font-size:17px;
	line-height:1.6;
}
h1,h2,h3,h4,h5,h6{
	clear:both;
	margin:0;
}
p{
	margin: 0;
}
dfn,cite,em,i{
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,kbd,tt,var{
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,ins{
	background: #fff9c0;
	text-decoration: none;
}
big{
	font-size: 125%;
}
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,ol{
	padding-inline-start:20px;
	margin-bottom:0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom:1.5em;
}
embed,iframe,object {
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
    border-collapse: collapse;
}
/* Links
------------------*/
a {
	text-decoration: none;
	color: #4169e1;
}
a:focus, a:hover {
	text-decoration: none;
}
/* Forms
-------------------*/
button,input[type="button"],input[type="reset"],input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding:3px 5px;
	font-size:16px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus{
	color:#111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}

/* Navigation
---------------------------*/
.main-navigation {
	display:block;
	height:40px;
	background:var(--blue2);
	width:100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul{
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index:100;
}
.main-navigation ul li.menu-item-has-children:hover>ul,.main-navigation ul li.focus>ul{
	display:block;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.main-navigation ul ul a{
	width:100%;
	padding:10px;
	white-space:nowrap;
	background:var(--blue2);
	color:#fff;
}
.main-navigation ul ul a:hover,.main-navigation ul ul a:focus{
	background:var(--blue1);
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin:0 auto;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.gmap-wrap{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom:100%;
}
.gmap-wrap iframe, .gmap-wrap object, .gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
a.tellink {
  transition: all .3s;
}
.entry-body img {
  display: inline;
}
.wp-block-image img {
	object-fit: contain;
}
.entry-body a {
	transition: all .3s;
}
.entry-body a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.tb-inline,.tb-block,.tb-flex,.pc-inline,.pc-block,.pc-flex{
  display:none!important;
}
@media(min-width:768px){
  .tb-inline {
    display: inline!important;
  }
  .tb-block {
    display: block!important;
  }
  .tb-flex {
    display: flex!important;
  }
  .gmap-wrap {
    padding-bottom:75%;
  }
  a.tellink {
    pointer-events: none;
  }
}
@media(min-width:992px){
  .pc-inline {
    display: inline!important;
  }
  .pc-block {
    display: block!important;
  }
  .pc-flex {
    display: flex!important;
  }
  .gmap-wrap{
    padding-bottom:56.25%;
  }
}
@media(min-width:1200px){
  .gmap-wrap{
    padding-bottom:40%;
  }
}
/* title,font
_____________________________*/
h1{
  font-size:26px;
}
h2{
  font-size:22px;
  margin-bottom:20px;
}
h3{
  font-size:20px;
  margin-bottom:20px;
}
h4{
  font-size:18px;
  margin-bottom:15px;
}
.jp_en_ttl{
	text-align:center;
}
.jp_en_ttl span{
	font-weight:700;
	letter-spacing:1.5px;
	color:var(--green2);
}
.jp_en_ttl h2{
	text-align:center;
	font-size:24px;
}
@media(min-width:768px){
	h1{
		font-size:30px;
	}
	h2{
		font-size:24px;
	}
	h3{
		font-size:22px;
	}
	h4{
		font-size:20px;
	}
	.jp_en_ttl span{
		font-size:18px;
	}
	.jp_en_ttl h2{
		font-size:28px;
	}
}
@media(min-width:992px){
	h1{
		font-size:36px;
	}
	h2{
		font-size:26px;
	}
	h3{
		font-size:24px;
	}
	.jp_en_ttl h2{
		font-size:32px;
		margin-bottom:30px;
	}
	.jp_en_ttl span{
		font-size:20px;
	}
}
.entry-header{
	padding:20px 0 10px;
	display:flex;
	width:100%;
	align-items:center;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.entry-ttl span{
	display:table;
}
.entry-ttl .en{
	font-size:16px;
	margin:0 auto;
	font-weight:500;
	color:var(--blue1);
}
.entry-ttl .jp{
	display:table;
	padding-bottom:10px;
	font-size:24px;
	margin:0 auto;
	font-weight:700;
	color:var(--blue1);
	line-height:1.2;
	border-bottom:1px solid #AAD2E9;
}
@media(min-width:768px){
	.entry-header{
		padding:30px 0;
	}
	.entry-ttl{
		display:flex;
		align-items:center;
	}
	.entry-ttl .en{
		font-size:20px;
		margin:0;
	}
	.entry-ttl .jp{
		font-size:36px;
		margin:0;
		margin-right:30px;
	}
}
/* #404 page */
.notfound-siteContent .site-main p {
	margin-bottom:2rem;
}
/* #header */
.header_fst{
	height:55px;
	background:var(--blue4);
}
.header-contents{
	position:relative;
}
.scrolled .header-contents{
	position: fixed;
	width:100%;
	z-index:2;
	background:#fff;
	top:0;
	left:0;
}
.header-contents .header_fst .container {
	display:flex;
	height:100%;
	align-items:center;
}
.site-title{
	margin:0;
	max-height:100%;
	display:flex;
	align-items:center;
}
.site-title span{
	font-size:17px;
	font-weight:700;
	color:var(--blue1);
}
.custom-logo-link img{
	width:34px;
	max-width:100%;
	max-height:60px;
	object-fit:contain;
}
#mobile-button{
	position:fixed;
	top:5px;
	right:10px;
	width:45px;
	height:45px;
	z-index:5;
	text-align:center;
	background:var(--blue2);
	cursor:pointer;
	border-radius:0;
	border:none;
}
#mobile-button span {
	margin-left:auto;
	margin-right:auto;
	display: block;
	position:absolute;
	right:50%;
	width:32px;
	height:2px;
	background-color:#fff;
	transition:all 0.5s;
	border-radius:4px;
}
#mobile-button span:nth-child(1){
	top:9px;
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
}
#mobile-button span:nth-child(2) {
	top:50%;
	-webkit-transform:translate(50%,-50%);
	transform:translate(50%,-50%);
}
#mobile-button span:nth-child(3) {
	top:33px;
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
}
.scrolled #mobile-button {
	position:fixed;
}
.open #mobile-button{
	background-color:#fff;
}
.open #mobile-button span:nth-child(1){
	background-color:var(--blue2);
	-webkit-transform:translate(50%,14px) rotate(-135deg);
	transform:translate(50%,14px) rotate(-135deg);
}
.open #mobile-button span:nth-child(2) {
	opacity: 0;
}
.open #mobile-button span:nth-child(3) {
	background-color:var(--blue2);
	-webkit-transform:translate(50%,-10px) rotate(135deg);
	transform:translate(50%,-10px) rotate(135deg);
}
#mobile-menu{
	display:block;
	background-color:#fff;
	position:fixed;
	top:0;
	left:-110%;
	width:100%;
	height:100vh;
	transition:all 0.5s;
	padding:50px 20px 40px;
	z-index:3;
}
.open #mobile-menu{
	left:0;
}
.site-mobile-nav{
	max-height:80vh;
	overflow-y:hidden;
}
.menu-mobilemenu-container{
	max-height:55vh;
	overflow-y:scroll;
}
.site-mobile-menu{
	padding-left:0;
}
#mobile-menu li {
	margin-bottom:10px;
	list-style-type:none;
}
#mobile-menu li a{
	display:inline-block;
	color:var(--blue1);
}
#mobile-menu li a:hover{
	color:var(--blue2);
}
.site-mobile-menu>li>a{
	font-weight:500;
	padding:5px 0;
}
.site-mobile-menu>li.menu-item-has-children>a {
  position:relative;
	padding-right:30px;
}
.site-mobile-menu>li.menu-item-has-children>a::before,.site-mobile-menu>li.menu-item-has-children>a::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 15px;
	height: 2px;
	background:var(--blue1);
	transition: all .3s;
}
.site-mobile-menu>li.menu-item-has-children>a::before{
	right:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.site-mobile-menu>li.menu-item-has-children>a::after{
	right:1px;
	top: calc(50% - 1px);
	-webkit-transform:rotate(90deg) translateY(-50%);
	transform:rotate(90deg) translateY(-50%);
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::before {
  opacity: 0;
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::after{
	-webkit-transform: rotate(0deg) translateY(-50%);
	transform: rotate(0deg) translateY(-50%);
}
.site-mobile-menu ul.sub-menu{
	margin-left:0;
	padding-left:15px;
	display:none;
}
.site-mobile-menu ul.sub-menu>li>a{
	font-weight:400;
	padding:5px 0;
}
.site-mobile-menu>li>a:not([href]):not([class]){
  color:var(--blue1);
}
#site-navigation {
	display: none;
}
.telinfo a,.telinfo .faxnum{
	display:flex;
	align-items:center;
	color:#555;
	font-weight:700;
	font-size:28px;
}
.telinfo a::before,.telinfo .faxnum::before{
	content:'\f095';
	display:block;
	font-size:80%;
	margin-right:5px;
	font-family:var(--fontawesome);
	font-weight:700;
	color:var(--blue2);
	margin-top:5px;
}
.telinfo .faxnum::before{
	content:'\f1ac';
}
.telinfo a:hover{
	opacity:0.8;
}
.teltime{
	font-size:13px;
}
.mob_tel{
	margin-top:10px;
}
.mob_tel .teltime{
	display:block;
	font-size:15px;
}
.mob_fax{
	margin-top:20px;
}
@media(min-width:768px){
	.hd_tel,.hd_fax{
		margin-left:20px;
	}
	.hd_tel{
		align-items:center;
	}
	.telinfo .telnum{
		display:flex;
		align-items:center;
		color:#555;
		font-weight:700;
		font-size:24px;
		margin-right:7px;
		line-height:1.2;
	}
	.telinfo .telnum::before{
		content:'\f095';
		display:block;
		font-size:80%;
		margin-right:5px;
		font-family:var(--fontawesome);
		font-weight:700;
		color:var(--blue2);
		margin-top:5px;
	}
	.hd_fax.telinfo .telnum::before{
		content:'\f1ac';
	}
}
@media(min-width:768px) and (max-width:991px){
	.hd_tel.telinfo{
		flex-direction:column;
	}
	.hd_tel,.hd_fax{
		min-height:50px;
	}
	.hd_tel .teltime{
		font-size:12px;
	}
}
@media(min-width:992px){
	.site-title span{
		font-size:22px;
	}
	#mobile-menu,#mobile-button {
		display:none;
	}
	#site-navigation {
		display: block;
	}
	#pc-nav {
		height:40px;
		display:flex;
		align-items:center;
		justify-content:flex-end;
	}
	#pc-nav>li{
		text-align:center;
	}
	#pc-nav>li>a{
		display:block;
		height:100%;
		padding:2px 20px;
		font-weight:500;
		color:#fff;
		font-size:16px;
	}
	#pc-nav>li>a:hover,#pc-nav>li>a:focus{
		background:var(--blue1);
	}
	#pc-nav>li.menu-item-has-children>a::after{
		content:'+';
		display:inline-block;
		margin-left:3px;
		color:#fff;
	}
	.hd_tel,.hd_fax{
		margin-left:40px;
	}
	.telinfo .telnum{
		font-size:26px;
	}
	.hd_tel .teltime{
    font-size:14px;
		margin-top:3px;
	}
}
body.no-sidebar #sidebar{
  display: none;
}
.notfound-siteContent .entry-content{
  padding-top:40px;
  padding-bottom:40px;
}
#breadcrumb{
	padding:10px 0;
}
#breadcrumb ul{
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	width:100%;
	padding-right:15px;
	padding-left:15px;
}
#breadcrumb ul li{
	list-style-type: none;
	padding:0 10px;
	position:relative;
}
#breadcrumb ul li:first-child{
	padding-left:0;
}
#breadcrumb a, #breadcrumb ul li,#breadcrumb ul li:after{
  font-size: 13px;
  line-height:1.3;
}
#breadcrumb ul li:after {
	content:'>';
	position:absolute;
	right:-6px;
	top:0;
}
#breadcrumb ul li:last-child::after {
	display: none;
}
#breadcrumb a {
	color:#404040;
}
.page-section {
	padding:40px 0;
}
@media(min-width:576px){
	#breadcrumb ul{
		max-width:540px;
	}
}
@media(min-width:768px){
	#breadcrumb ul {
		max-width:720px;
	}
}
@media(min-width:992px){
	#breadcrumb ul{
		max-width:960px;
	}
}
@media(min-width:1200px){
	#breadcrumb ul{
		max-width:1140px;
	}
}
@media(min-width:1400px){
	#breadcrumb ul{
		max-width:1320px;
	}
}
.fade-in,.load-in {
	opacity:0;
	transition-duration:0.7s;
	transition-property:opacity, transform;
}
.fade-in.fade-in-up,.load-in.fade-in-up {
  -webkit-transform: translate(0,30px);
  transform: translate(0,30px);
}
.fade-in.fade-in-down,.load-in.fade-in-down{
  -webkit-transform: translate(0,-30px);
  transform: translate(0,-30px);
}
.fade-in.fade-in-left,.load-in.fade-in-left{
  -webkit-transform: translate(30px,0);
  transform: translate(30px,0);
}
.fade-in.fade-in-right,.load-in.fade-in-right{
  -webkit-transform: translate(-30px,0);
  transform: translate(-30px,0);
}
.scroll-in {
	opacity: 1!important;
  -webkit-transform: translate(0,0)!important;
  transform: translate(0,0)!important;
}
.singlehead {
	padding-bottom:2rem;
}
.pagination {
	justify-content: center;
}
.nav-links{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}
.nav-links span,.nav-links a {
	display: block;
	padding:10px 18px;
	margin:0 5px;
	text-align: center;
	font-weight:bold;
}
.nav-links a {
	transition: all .3s;
	color:#fff;
	background:#777;
	text-decoration: none;
}
.nav-links span,.nav-links a:hover {
	background:#ccc;
	color:#555;
}
.nav-links a.next,.nav-links a.prev {
	background:transparent;
	color:#555;
	padding:0;
}
.nav-links a.next:hover,.nav-links a.prev:hover {
	filter:opacity(0.8);
	color:#555;
}
/*---- #simu-ctt-links ----*/
.simu-ctt-links{
	position:fixed;
	bottom:10px;
	right:-110%;
	z-index:2;
	transition:all .5s;
}
.scrolled.simu-ctt-links{
	right:0;
}
.simu-ctt-links a{
	border-radius:10px 0 0 10px;
	display:flex;
	align-items:center;
	padding:10px 10px 10px 15px;
	width:180px;
	height:43px;
	color:#fff;
	font-weight:700;
	font-size:14px;
}
.simu-ctt-links a i{
	font-size:20px;
	margin-right:8px;
}
.simu-ctt-links .simulink{
	margin-bottom:10px;
	filter:drop-shadow(-2px 0 5px rgba(0, 0, 0, 0.2));
}
.simu-ctt-links .simulink a{
	background:var(--pink);
	box-shadow:0 5px 1px #f7ced1;
}
.simu-ctt-links .cttlink a{
	background:var(--blue1);
	box-shadow:0 5px 1px #cae9fc;
}
.simu-ctt-links .simulink a:hover{
	background:#ff9da3;
}
.simu-ctt-links .cttlink a:hover{
	background:#4cb0e5;
}
@media(min-width:992px){
	.simu-ctt-links{
		right:0;
		top:50%;
		-webkit-transform:translateY(-50%);
		transform:translateY(-50%);
	}
	.simu-ctt-links a{
		height:155px;
		justify-content:center;
		width:55px;
		writing-mode:vertical-rl;
		padding-left:10px;
		letter-spacing:1px;
		font-size:15px;
		line-height:1.3;
	}
	.simu-ctt-links .simulink{
		margin-bottom:15px;
	}
	.simu-ctt-links a i{
		margin-bottom:10px;
		margin-right:0;
	}
	.simu-ctt-links span{
		line-height:1.3;
		display:inline-block;
	}
}
/*---- #top page ----*/
/* #hero_sec */
.hero-slider{
	padding-bottom:30px;
}
.hero-slider .imgarea{
	margin-bottom:20px;
}
.hero-slider img{
	object-fit:contain;
	max-height:300px;
}
.hero_sec .main{
	font-weight:700;
	color:var(--blue1);
	font-size:24px;
	margin-bottom:15px;
}
.hero_sec .sub{
	font-weight:500;
	font-size:16px;
}
.swiper-pagination{
	position:absolute;
	bottom:0;
	width:100%;
	display:flex;
	justify-content:center;
}
.swiper-pagination-bullet{
	display:inline-block;
	margin-right:10px;
	width:8px;
	height:8px;
	border-radius:50%;
	aspect-ratio:1/1;
	background-color:#aaa;
}
.swiper-pagination-bullet:last-child{
	margin-right:0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:var(--blue2);
}
/* #top_srv_sec */
.ul_srv{
	padding-left:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
.ul_srv>li{
	width:50%;
	padding:0 2%;
	margin-top:30px;
}
.ul_srv a{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	/*background:var(--blue4);
	border:2px solid var(--blue3);*/
	border-radius:10px;
	padding:10px;
	height:100%;
  overflow: hidden;
	position:relative;
}
.ul_srv a::before{
  content:"";
  position:absolute; pointer-events:none;
  opacity:0;
	inset:0;
	background:url(./img/paint.png)no-repeat top center/contain;
	transition:opacity 0.3s;
}
.ul_srv .imgarea{
	position:relative;
	height:90px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:20px;
}
.ul_srv img{
	display:block;
	width:100%;
	max-width:200px;
	max-height:100%;
	object-fit:contain;
	transition:all .3s;
}
.ul_srv a:hover::before,
.ul_srv a:focus-visible::before{
  opacity:1;
}
.ul_srv a:hover img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.ul_srv h3{
	position:relative;
	width:100%;
	font-size:15px;
	font-weight:700;
	color:#fff;
	border-radius:5px;
	padding:4px 5px;
	text-align:center;
	line-height:1.3;
	background:var(--green1);
	margin-bottom:0;
}
/* #top_nav */
.navFlx>div{
	margin-bottom:20px;
}
.navinr{
	display:block;
	border-radius:10px;
	padding:20px;
}
.navinr h2,.cmpnav h2{
	font-size:22px;
	font-weight:700;
	margin-bottom:1rem;
	line-height:1.4;
}
.navinr p,.cmpnav p{
	margin-bottom:1rem;
	font-weight:500;
}
.simu .navinr{
	background:var(--pink);
}
.simu .navinr:hover{
	background:#ff9da3;
}
.navinr img{
	display:block;
	margin:0 auto 1rem;
	width:200px;
	max-height:160px;
	object-fit:contain;
}
.simu .navinr h2,.simu .navinr p{
	color:#fff;
}
.top_nav .morebtn{
	display:table;
	padding:5px 15px;
	font-size:15px;
	font-weight:500;
	border-radius:10px;
	transition:all .3s;
}
.simu .navinr .morebtn{
	background:#FFF0F1;
	color:#E94954;
}
.simu .navinr:hover .morebtn{
	background:#fff;
	color:var(--pink);
}
.ctt .navinr{
	border:2px solid var(--blue3);
}
.ctt .navinr h2,.cmpnav h2{
	color:var(--blue1);
}
.ctt .navinr .tellink{
	font-size:28px;
	display:table;
	color:var(--blue1);
	font-weight:700;
	line-height:1.1;
	margin-bottom:20px;
}
.ctt .navinr .tellink i{
	font-size:80%;
	margin-right:5px;
}
.ctt .navinr .tellink:hover{
	opacity:0.8;
}
.ctt .navinr .formlink{
	display:flex;
	justify-content:center;
	align-items:center;
	padding:8px 15px;
	width:fit-content;
	border-radius:10px;
	background:var(--blue1);
	color:#fff;
	font-size:16px;
	font-weight:500;
}
.ctt .navinr .formlink:hover{
	background:var(--blue2);
}
.ctt .navinr .formlink i{
	font-size:105%;
	margin-right:5px;
}
.cmpnav{
	display:block;
	position:relative;
	padding:20px;
	border:2px solid var(--blue3);
	border-radius:10px;
	overflow:hidden;
}
.cmpnav .imgabs{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	opacity:0.4;
	object-fit:contain;
}
.cmpnav>div{
	position:relative;
}
.cmpnav .imgstaff{
	display:block;
	margin:0 auto 1rem;
	width:160px;
	max-height:160px;
	object-fit:contain;
}
.cmpnav .morebtn{
	color:var(--blue1);
	background:rgba(255,255,255,0.7);
}
.cmpnav:hover{
	background:var(--blue4);
}
.cmpnav:hover .morebtn{
	background:#d5ecfa;
}
@media(max-width:991px){
	.ul_srv a::before{
		opacity:0.6;
	}
}
@media(max-width:599px){
	.navinr h2,.cmpnav h2,.top_nav p{
		text-align:center;
	}
	.top_nav .morebtn,.ctt .navinr .formlink{
		margin:0 auto;
	}
	.ctt .navinr .tellink{
		margin:0 auto 1rem;
	}
}
@media(min-width:460px){
	.ul_srv a{
		aspect-ratio:1/1;
	}
	.ul_srv .imgarea{
		height:100px;
	}
}
@media(min-width:600px){
	.ul_srv .imgarea{
		height:120px;
	}
	.navinr{
		position:relative;
		padding-right:180px;
	}
	.top_nav h2{
		font-size:26px;
	}
	.navinr img{
		margin:0;
		position:absolute;
		width:180px;
		bottom:20px;
		right:20px;
	}
	.ctt .navinr img{
		width:fit-content;
	}
	.cmpnav>div{
		height:170px;
		padding-right:180px;
	}
	.cmpnav .imgstaff{
		margin:0;
		position:absolute;
		bottom:0;
		right:0;
	}
	.cmpnav .morebtn{
		position:absolute;
		bottom:0;
		left:0;
	}
}
@media(min-width:768px){
	.hero-slider .swiper-slide{
		display:flex;
		flex-direction:row-reverse;
		justify-content:space-around;
		align-items:center;
	}
	.hero-slider .imgarea{
		width:42%;
		margin-bottom:0;
	}
	.hero-slider .catch{
		width:fit-content!important;
	}
	.ul_srv a:focus img{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	.ul_srv li{
		width:calc(100% / 3);
		padding:0 1%;
	}
	.ul_srv h3{
		font-size:16px;
	}
	.simu .navinr img{
		width:200px;
	}
	.cmpnav{
		padding:30px;
		overflow:unset;
	}
	.cmpnav>div{
		height:unset;
	}
	.cmpnav h2{
		font-size:28px;
	}
	.cmpnav br{
		display:none;
	}
	.cmpnav .morebtn{
		position:static;
		background:var(--blue4);
	}
	.cmpnav .imgabs{
		width:60%;
		height:auto;
		object-fit:contain;
	}
	.cmpnav .imgstaff{
		bottom:-60px;
		max-height:unset;
	}
}
@media(min-width:768px) and (max-width:991px){
	.navinr{
		padding:30px;
	}
	.navinr h2{
		font-size:28px;
	}
	.navinr img{
		right:30px;
	}
	.navinr p br{
		display:none;
	}
	.ctt .navinr .tel_form{
		display:flex;
		align-items:center;
	}
	.ctt .navinr .tellink{
		margin-right:20px;
		margin-bottom:0;
	}
}
@media(min-width:992px){
	/* #hero_sec */
	.hero-slider .catch{
		padding-right:20px;
	}
	.hero_sec .main{
		font-size:32px;
	}
	.hero_sec .sub{
		font-size:18px;
		line-height:2;
	}
	.hero-slider img{
		max-height:350px;
	}
	/* #top_srv_sec */
	.ul_srv .imgarea{
		height:150px;
	}
	.ul_srv img{
		max-width:220px;
	}
	.ul_srv a::before{
		inset:0;
		-webkit-mask:linear-gradient(90deg, #000 0 0) no-repeat;
		mask: linear-gradient(90deg, #000 0 0) no-repeat;
		-webkit-mask-size: 0% 100%;
		mask-size: 0% 100%;
	}
	.ul_srv a:hover::before,
	.ul_srv a:focus-visible::before{
		opacity:1;
		transition:opacity .25s ease,
		-webkit-mask-size .3s ease-out, mask-size .3s ease-out;
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
	}
	.ul_srv a:not(:hover)::before{
		opacity:0;
	}
	.top_srv_sec>div>p{
		text-align:center;
	}
	/* #top_nav */
	.navFlx{
		display:flex;
		justify-content:space-between;
	}
	.navFlx>div{
		width:calc(50% - 5px);
	}
	.navinr{
    padding-right:150px;
		height:100%;
	}
	.navinr h2{
		font-size:28px;
	}
	.simu .navinr:focus .morebtn{
		position:absolute;
		bottom:22px;
		left:20px;
		background:#fff;
		color:var(--pink);
	}
	.simu .navinr img{
		width:240px;
		max-height:160px;
	}
	.ctt .navinr img{
		max-height:180px;
	}
	.cmpnav .imgstaff{
		width:200px;
	}
	.cmpnav:focus{
		opacity:0.8;
	}
	.cmpnav:focus .morebtn{
		background:var(--blue4);
	}
}
@media(min-width:992px) and (max-width:1399px){
	.ul_srv a{
		padding:20px;
	}
	.ul_srv h3{
		font-size:18px;
		padding:7px 10px;
	}
}
@media(min-width:1200px){
	.hero_sec .main{
		font-size:40px;
		margin-bottom:30px;
	}
	.siteContent.front-page .container{
		max-width:1110px;
	}
	.ul_srv .imgarea {
    height: 180px;
	}
	.ul_srv img{
    max-width: 250px;
	}
	.ul_srv h3{
    font-size:20px;
    padding:10px 10px;
	}
	.navinr{
		padding:30px;
		padding-right:160px;
	}
	.navinr img{
		bottom:30px;
		right:30px;
	}
	.top_nav .morebtn{
    bottom:32px;
    left:30px;
	}
	.imgstaff{
		width:220px;
		height:auto;
	}
}
@media(min-width:1400px){
	.hero-slider{
		padding-bottom:40px;
	}
	.hero_sec .main{
		font-size:40px;
		margin-bottom:24px;
	}
	.hero_sec .sub{
		font-size:20px;
	}
}
@media(prefers-reduced-motion:reduce){
	.ul_srv a::before{
		transition:none; animation:none;
		opacity:0.6;
		-webkit-mask:none; mask:none;
	}
	.ul_srv a:hover:before,.ul_srv a:focus::before{
		opacity:0.6;
	}
}
/*---- #services ----*/
.srvhead{
	margin-bottom:40px;
}
.srvttl{
	padding-bottom:5px;
	font-weight:700;
	color:#444;
	margin-bottom:30px;
	border-bottom:1px solid var(--green1);
}
.srvthum{
	text-align:center;
}
.srvthum img{
	width:100%;
	max-width:250px;
	max-height:250px;
	object-fit:contain;
}
.entry-body.srv{
	margin-bottom:60px;
}
.entry-body.srv h2,.pri_sec h2{
	font-weight:700;
	color:#555;
	padding-bottom:10px;
	line-height:1.5;
	border-bottom:1px solid var(--green3);
}
.entry-body.srv h3{
	font-weight:700;
	color:#fff;
	padding:7px 15px;
	line-height:1.5;
	background:var(--green1);
	border-radius:5px;
}
.entry-body.srv h4{
	color:var(--blue1);
	font-weight:700;
	line-height:1.4;
}
.single-btn-wrap{
	text-align:right;
}
.single-btn-wrap>a{
	display:inline-block;
	padding:7px 15px;
	border-radius:5px;
	background:#d7edf9;
	color:var(--blue1);
	font-weight:700;
}
.single-btn-wrap>a:hover{
	opacity:0.8;
}
@media(min-width:600px){
	.srvhead{
		padding-bottom:10px;
		border-bottom:1px solid var(--green2);
	}
	.srvhead.hasthum{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.srvttl{
		width:fit-content;
		padding-bottom:0;
		border-bottom:none;
	}
	.srvhead.hasthum .srvttl{
		margin-bottom:0;
	}
	.srvthum{
		width:150px;
		text-align:right;
	}
	.srvthum img{
		max-height:150px;
	}
}
@media(min-width:992px){
	.single-btn-wrap>a:focus{
		opacity:0.8;
	}
	.srvthum{
		width:200px;
	}
	.srvthum img{
		max-height:160px;
	}
}
/*---- simulator page ----*/
#price_display{
	position:fixed;
	bottom:0;
	left:0;
	background:#FFF0F1;
	padding:5px 10px 10px;
	width:100%;
	text-align:center;
	z-index:1;
	border-top: 2px solid var(--pink);
}
.price_display{
	font-weight:700;
}
#monthly_price,#annual_price{
	font-size:24px;
}
.price_display span {
  display: inline-block;
  min-width: 100px;
  text-align: right;
}
.estimate_textwrap{
	width:100%;
}
.estimate_textwrap textarea{
	font-size:16px;
	padding:10px 15px;
}
.after_r1{
	margin-top:40px;
	font-size:14px;
}
.simu_button{
	background:var(--pink);
	padding:12px 15px;
	border:none;
	color:#fff;
	transition:all .25s;
	font-weight:700;
	display:block;
	margin-left:auto;
	margin-right:auto;
	line-height:1.5;
	width:100%;
	max-width:400px;
}
.form_group.estimate_group{
	border-bottom:none;
}
.wpcf7Formwrap .request_details_group .wpcf7-form-control-wrap{
	margin-top:10px;
	display:block;
}
.wpcf7Formwrap .request_details_group label{
	font-size:110%;
	font-weight:700;
}
.form_group.typeradio .wpcf7-form-control-wrap label:nth-child(1){
	margin-right:20px;
}
.price_btnWrap{
	margin-top:7px;
}
.course_desc{
	font-weight:500;
	font-size:15px;
	margin:12px 0;
}
.sim_descBtn{
	background:var(--green1);
	border:2px solid var(--green1);
	color:#fff;
	font-size:15px;
	display:flex;
	justify-content:center;
	align-items:center;
	transition:all .3s;
	font-weight:600;
	padding:8px 15px;
}
.sim_descBtn:hover,.sim_descBtn:focus{
	opacity:0.8;
	border-color:var(--green1);
}
.sim_descBtn .closed{
	display:none;
}
.sim_descBtn::after{
	content:'+';
	display:block;
	transition:all .2s;
	margin-left:3px;
}
.sim_descBtn.open{
	background:rgba(255,255,255,0);
	color:var(--green1);
}
.sim_descBtn.open .more{
	display:none;
}
.sim_descBtn.open .closed{
	display:inline;
}
.sim_descBtn.open::after{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.wpcf7Formwrap .requestinr{
	display:none;
	padding:1rem;
	background:var(--blue4);
	border-radius:5px;
	margin-top:10px;
	margin-bottom:10px;
}
.wpcf7Formwrap .requestinr p,.wpcf7Formwrap .requestinr dt,.wpcf7Formwrap .requestinr dd{
	font-size:15px;
}
.wpcf7Formwrap .requestinr ul{
	padding-left:0;
	list-style:none;
	margin:10px 0 15px;
}
.wpcf7Formwrap .requestinr ul li{
	margin-bottom:5px;
	font-size:15px;
}
.wpcf7Formwrap .dl_request{
	margin-top:5px;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:5px;
}
.wpcf7Formwrap .dl_request dt{
	width:75px;
	font-weight:700;
	margin-bottom:5px;
}
.wpcf7Formwrap .dl_request dd{
	font-weight:700;
	width:calc(100% - 75px);
	padding-left:5px;
	margin-bottom:5px;
}
.form_group.check_total label{
	display:flex;
	align-items:center;
}
.wpcf7Formwrap .form_group.check_total input[type="checkbox"]{
	margin-bottom:0;
	margin-right:0;
}
.form_group.check_total label span{
	margin-left:10px;
}
.wpcf7Formwrap #payroll_options .form_group:first-of-type{
	border-top:none;
}
.wpcf7Formwrap .form_group.estimate_group{
	padding-bottom:30px;
}
.after_simu{
	margin-top:30px;
}
.after_simu li{
	font-size:15px;
	color:#666;
}
.form_group.check_request_payroll label{
	display:inline-block;
}
#payroll_options .form_group.check_total label{
	display:inline-block;
}
.form_group.check_request_payroll label,#payroll_options .form_group.check_total label:first-child{
	margin-right:20px;
}
@media(max-width:991px){
	.wpcf7Formwrap .request_details_group .request-1{
		margin-bottom:40px;
	}
}
@media(min-width:600px){
	.price_display span{
		min-width:120px;
	}
	#monthly_price, #annual_price{
		font-size:32px;
	}
}
@media(min-width:768px){
	#price_display{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.price_txtWrap{
		margin-right:20px;
	}
	.wpcf7Formwrap .request_details_group .labelwrap{
		display:block;
	}
}
@media(min-width:768px) and (max-width:991px){
	#simulator-form.wpcf7Formwrap .labelwrap .formttl{
		flex-basis:45%;
	}
	#simulator-form.wpcf7Formwrap .labelwrap .wpcf7-form-control-wrap{
		flex-basis:calc(55% - 2rem);
	}
}
@media(min-width:992px){
	.wpcf7Formwrap .request_details_group .wpcf7-form-control-wrap{
		display:flex;
		justify-content:space-between;
	}
	.wpcf7Formwrap .request_details_group .wpcf7-form-control-wrap>div{
		width:47%;
	}
}
@media(min-width:1200px){
	.price_txtWrap {
    margin-right:30px;
	}
	.price_txtWrap p{
		display:inline-block;
	}
	.price_txtWrap p:first-child{
		margin-right:20px;
	}
}
/*---- #company page ----*/
.cmp_sec.message,.cmp_sec.vision .p_vis,.cmp_sec.vision .p_vis2,.cmp_sec.vision .p_vis,.cmp_sec .dl_cmp,.cmp_sec .gmap-wrap{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
/* #message */
.cmp_sec.message .imgarea{
	margin-bottom:20px;
}
.cmp_sec.message .imgarea img{
	width:250px;
	box-shadow:3px 3px 15px rgba(0,0,0,0.2);
	object-fit:contain;
}
.cmp_sec.message p{
	font-size:15px;
	margin-bottom:1rem;
}
.cmp_sec.message p.ceoname{
	margin-bottom:0;
	text-align:right;
}
/* #vision */
.p_vis{
	font-size:20px;
	font-weight:700;
	margin-bottom:16px;
	color:var(--green1);
}
.p_vis2{
	font-size:16px;
}
/* #prof */
.dl_cmp{
  margin:0;
}
.dl_cmp dt{
  padding:13px 5px 10px;
	font-weight:500;
}
.dl_cmp dd{
  padding:0 5px 13px;
	font-size:16px;
  margin-bottom:0;
  border-bottom:1px solid #CCC;
}
.dl_cmp dt:first-of-type{
  border-top:1px solid #CCC;
}
.dl_cmp .base1 span{
	display:block;
	margin-bottom:5px;
}
.dl_cmp .base1 span:last-child{
	margin-bottom:0;
}
.dl_cmp .base1 span a.tellink{
	color:#555;
	font-size:18px;
	font-weight:700;
}
.dl_cmp .base1 span a.tellink:hover{
	opacity:0.8;
}
@media(min-width:768px){
	/* #message */
	.msgFlx{
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-direction:row-reverse;
	}
	.msgFlx .imgarea{
		width:30%;
	}
	.msgFlx .txtarea{
		width:65%;
	}
	.cmp_sec.message p{
		font-size:17px;
	}
	/* #vision */
	.p_vis{
		font-size:22px;
	}
	.p_vis2{
		font-size:17px;
	}
	/* #prof */
  .dl_cmp{
    display:flex;
    flex-wrap:wrap;
  }
  .dl_cmp dt{
    padding:13px 10px;
    width:25%;
    border-bottom:1px solid #CCC;
  }
  .dl_cmp dd{
    width:75%;
    padding:13px 10px;
    padding-left:0;
  }
  .dl_cmp dd:first-of-type{
    border-top:1px solid #CCC;
  }
	.dl_cmp .base1 span a.tellink{
		font-size:16px;
		font-weight:inherit;
	}
}
@media(min-width:992px){
  .dl_cmp dt,.dl_cmp dd{
    padding:1rem 40px;
  }
  .dl_cmp dt{
    width:20%;
  }
  .dl_cmp dd{
    width:80%;
		padding-left:20px;
  }
	.dl_cmp dd,.dl_cmp .base1 span a.tellink{
		font-size:17px;
	}
}
/*---- #contact page ----*/
.beforeform1{
  margin-bottom:40px;
}
.form_add{
  max-width:900px;
  margin:0 auto;
  background:var(--blue4);
  padding:1rem;
}
.form_add p{
  color:var(--blue1);
}
.wpcf7-turnstile{
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}
@media(min-width:500px){
  .form_add{
    padding:20px;
  }
}
@media(min-width:768px){
  .form_add{
    padding:30px;
  }
}
@media(min-width:992px){
  .beforeform1{
    text-align:center;
  }
}
/*---- #privacy-policy page ----*/
.detail-wrap{
	padding:30px 0;
}
.pri_sec a{
	color:var(--blue1);
	margin:0 2px;
	font-weight:500;
}
.pri_sec a:hover{
	opacity:0.8;
}
.pri_sec ul li{
	margin-top:10px;
}
@media(min-width:992px){
	.pri_sec a:focus{
		opacity:0.8;
	}
}
/*---- #footer ----*/
.site-footer {
	background:var(--blue4);
}
.site-footer>.container{
	padding:30px 15px;
}
.ftrinfo{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #aaa;
}
.ftrinfo a{
	color:#555;
}
.ftrttl{
	margin-bottom:1rem;
	font-weight:500;
}
.ftrttl.base2{
	margin-top:40px;
}
.ftrttl.base2 span{
	color:#555;
}
.ftrttl.base2 a{
	display:inline-flex;
	align-items:flex-end;
	border-bottom:1px solid rgba(255,255,255,0);
}
.ftrttl.base2 a::after{
	content:'\f35d';
	font-family:var(--fontawesome);
	display:block;
	font-size:15px;
	font-weight:700;
	color:#777;
	margin-left:7px;
}
.ftrttl a,.ftrttl.base2 span{
	font-size:20px;
}
.ftrttl a:hover{
	opacity:0.8;
}
.ftrinfo p{
	margin-bottom:5px;
}
.ftrtel a{
	font-weight:700;
}
.ftrtel a:hover{
	opacity:0.8;
}
.site-footer-nav{
	margin-bottom:30px;
}
.site-footer-menu,.site-footer-menu ul{
	padding-left:0;
	margin-left:0;
	margin-bottom:0;
}
.site-footer-menu .menu_srv ul{
	margin-top:10px;
}
.site-footer-menu .menu_srv ul li.menu-item-object-custom{
	display:none;
}
.site-footer-menu li{
	list-style-type:none;
	margin-bottom:10px;
}
.site-footer-menu li a{
	font-size:16px;
	font-weight:500;
	color:#555;
	position:relative;
}
.site-footer-menu .menu_srv ul{
	display:flex;
	flex-wrap:wrap;
}
.site-footer-menu .menu_srv ul li{
	width:calc(50% - 6px);
}
.site-footer-menu .menu_srv ul li:nth-child(odd){
	padding-right:10px;
}
.site-footer-menu .menu_srv ul a{
	font-weight:400;
	font-size:15px;
}
.site-footer-menu li a::after{
	content:'';
	position:absolute;
	bottom:-3px;
	left:0;
	width:0;
	height:1px;
	background:#777;
	transition:all .3s;
}
.site-footer-menu li a:hover{
	opacity:0.8;
}
.site-footer-menu li a:hover::after{
	width:100%;
}
.site-footer-menu .nolink>a{
	display:none;
}
.ftr-copy{
	text-align:center;
	font-size:12px;
}
/* site-footer-nav */
@media(min-width:600px){
	.site-footer-menu .nolink ul li{
		display:inline-block;
		margin-right:30px;
	}
	.site-footer-menu .nolink ul li:last-child{
		margin-right:0;
	}
	.site-footer-menu .menu_srv ul li{
		width:calc(100% / 3);
		padding-right:10px;
	}
}
@media(min-width:768px){	
	.ftrtel a{
		font-weight:inherit;
	}
	.site-footer-menu .nolink ul li{
		display:block;
		margin-right:0px;
	}
	.site-footer-menu .menu_srv ul li{
		display:inline-block;
		width:fit-content;
		padding-right:0!important;
		margin-right:40px;
	}
}
@media(min-width:992px){
	.site-footer .container{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items:flex-start;
	}
	.ftrinfo,.site-footer-nav{
		width:fit-content;
	}
	.ftrinfo{
		padding-bottom:0;
		border-bottom:none;
	}
	.site-footer-menu{
		display:flex;
	}
	.site-footer-menu>li:nth-child(1),.site-footer-menu>li:nth-child(2){
		padding-right:10px;
	}
	.site-footer-menu>li:nth-child(1){
		width:150px;
	}
	.site-footer-menu>li:nth-child(2){
		width:200px;
	}
	.site-footer-menu>li:nth-child(3){
		width:190px;
	}
	.site-footer-menu .menu_srv ul{
		display:block;
	}
	.site-footer-menu .menu_srv ul li{
		display:block;
		margin-right:0;
	}
	.site-footer-menu li a:focus{
		opacity:0.8;
	}
	.site-footer-menu li a:focus::after{
		width:100%;
	}
	.ftr-copy{
		width:100%;
	}
}