@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

/* =====================================
■RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* =====================================
■BASE
===================================== */
/* -------------------------------------
general
------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	background: #fff;
	color: #3D3D3D;
	letter-spacing: 0.05em;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #333333;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	color: #333;
	transition: all 0.3s;
}
a[href^="tel:"] {
	color: inherit;
	pointer-events: none;
	cursor: text;
	vertical-align: none;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: all .3s;
}
a:hover img {
	opacity: 0.8;
	transition: all .3s;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
p:not(:last-child) {
	margin-bottom: 1.3em;
}
strong {
	font-weight: 700;
}

/*　Elementor編集画面　*/
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: rgba(85, 85, 85, 0.5);
	padding: 20px 0;
}
.elementor-editor-active #content > #news {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
	.auto_height {
		height: auto !important;
	}
	p:not(:last-child) {
		margin-bottom: 1em;
	}
}

/* -------------------------------------
Icon fonts
------------------------------------- */
@font-face {
	font-family: 'CustomIcons';
	src:  url('./libs/CustomIcons/CustomIcons.eot');
	src:  url('../libs/CustomIcons/CustomIcons.eot#iefix') format('embedded-opentype'),
		url('./libs/CustomIcons/CustomIcons.ttf') format('truetype'),
		url('./libs/CustomIcons/CustomIcons.woff') format('woff'),
		url('./libs/CustomIcons/CustomIcons.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Font Awesome';
	src:  url('./libs/Font Awesome/Font Awesome.eot');
	src:  url('../libs/Font Awesome/Font Awesome.eot#iefix') format('embedded-opentype'),
		url('./libs/Font Awesome/Font Awesome.ttf') format('truetype'),
		url('./libs/Font Awesome/Font Awesome.woff') format('woff'),
		url('./libs/Font Awesome/Font Awesome.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-home::before {content: "\e90b";}
.icon-blog::before {content: "\e900";}
.icon-category::before {content: "\e901";}
.icon-check::before {content: "\e902";}
.icon-checked::before {content: "\e903";}
.icon-down::before {content: "\e904";}
.icon-facebook::before {content: "\e905";}
.icon-google::before {content: "\e906";}
.icon-line::before {content: "\e907";}
.icon-twitter::before {content: "\e908";}
.icon-arrow02::before {content: "\e909";}
.icon-arrow01::before {content: "\e910";}
.icon-search::before {content: "\e911";}
.icon-tag::before {content: "\e912";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}

/* -------------------------------------
shortcuts
------------------------------------- */
/* ■スペーサー
------------------------------------- */
/* margin */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }

/* ■汎用
------------------------------------- */
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both !important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.ovHide {
	overflow: hidden;
}

/* text-align */
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}
.half {
	display: inline-block;
}

/* Pc/sp change */
.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}

/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 767px) {
	.container {
		padding: 0 16px;
	}
}

/*--------------------------------------
header
--------------------------------------*/
#wrapper {
	height: 100%;
	/* 	padding-top: 103px; */
	/* 	padding-top: 200px; */
	box-sizing: border-box;
}
#header {
	/* 	position: absolute; */
	position: fixed;
	
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: #FFFFFF;
}

/* logo */
#header .logo {
	margin-left: 40px;
	width: 352px;
	height: auto;
	display: flex;
	align-items: center;
	float: left;
}
#header .logo img {
	width: 100%;
}
#header .logo a:hover {
	text-decoration: none;
}

/* gnav */

.header_menu .g_nav {
	display: flex;
	justify-content: space-between;
}
.header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
	margin-right: 0;
	width: calc(100% / 5);
}
body:not(.home) .header_menu .g_nav > li {
	width: 18.3%;
}
body:not(.home) .header_menu .g_nav > li:nth-child(2) {
	width: 20%;
}
body:not(.home) .header_menu .g_nav > li:nth-child(3) {
	width: 25%;
}
.header_menu .g_nav > li > span {
	display: flex;
	justify-content: center;
}
.header_menu .g_nav > li > a,
.header_menu .g_nav > li > span {
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	cursor: pointer;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	position: relative;
	box-sizing: border-box;
	height: 80px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #2B2B2B;
}
.header_menu .g_nav > li > a > span,
.header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
.header_menu .g_nav > li ul {
	pointer-events: none;
	position: absolute;
	top: 100% !important;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 735px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
	display: flex !important;
	padding: 30px 50px;
	justify-content: space-between;
	column-gap: 20px;
	margin-top: 1px;
}
.header_menu .g_nav > li ul li {
	width: calc((100% - 40px) / 3);
}
.header_menu .g_nav > li ul li .tit {
	color: #1B4869;
	font-size: 16px;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 15px;
}
.header_menu .g_nav > li.hover ul {
	top: 100%;
}
.header_menu .g_nav > li ul:before {
	display: none;
	content: "";
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 10px solid #FFFFFF;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -13px;
}
/* .header_menu .g_nav > li ul li:not(:last-child) a {
border-bottom: 1px solid #FFFFFF;
} */
.header_menu .g_nav > li ul li p:not(:last-child) {
	margin-bottom: 2px;
}
.header_menu .g_nav > li ul li {
	width: 100%;
}
.header_menu .g_nav > li ul li a {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #2B2B2B;
	background: #D3DDE8;
	border-radius: 0;
	text-align: left;
	padding: 10px 8px;
	padding-left: 8px;
	position: relative;
	z-index: 2;
	font-family: "Noto Serif JP", serif;
	padding-left: 20px;
}

.header_menu .g_nav > li ul li a:before {
	position: absolute;
	right: 15px;
	top: 13px;
	content: '';
	width: 32px;
	height: 20px;
	background: url(/wp-content/uploads/Group-44.png) no-repeat;
	background-size: cover;
}
.header_menu .g_nav > li ul a:hover,
.header_menu .g_nav > li ul a > span:hover {
	opacity: 1;
	background: #E6EFFF !important;
	text-decoration: none !important;
}
.header_menu .g_nav > li ul li a:hover {
	opacity: 0.9 !important;
}
.tablet .header_menu .g_nav > li ul a:hover,
.tablet .header_menu .g_nav > li ul a > span:hover{
	opacity: 1;
}
.desktop .header_menu .g_nav > li > span:hover + ul,
.desktop .header_menu .g_nav > li > span ul:hover,
.desktop .header_menu .g_nav > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop .header_menu .g_nav > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet .header_menu .g_nav > li > ul {
	display: none;
}
.tablet .header_menu .g_nav > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet .header_menu .g_nav > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.header_menu {
		display: block !important;
		background: #e9eef1;
	}
	.header_menu .inner {
		max-width: 1040px;
		margin: 0 auto;
		text-align: center;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.header_menu .g_nav > li ul {
		pointer-events: none;
	}
	.header_menu .g_nav > li > a:after,
	.header_menu .g_nav > li > span:after {
		position: absolute;
		content: '';
		display: none;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: #27486D;
	}
	.header_menu .g_nav > li > span:after {
		display: none !important;
	}
	.header_menu .g_nav > li > a:hover:after,
	.header_menu .g_nav > li > span:hover:after {
		display: block;
	}
	.header_menu .g_nav > li > span > span {
		position: relative;
	}
	.underHeader {
		display: flex;
		justify-content: space-between;
		padding: 20px 0 10px;
		background: linear-gradient(90deg, #1C5172, #18355E);
	}
	.underHeader .headerRight {
		width: 70%;
		padding-right: 36px;
		box-sizing: border-box;
		max-width: 706px;
	}
	.headerRight ul {
		display: flex;
		justify-content: space-between;
	}
	.headerRight ul p {
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-style: normal;
		color: #fff;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.5;
	}
	.headerRight ul p.tel {
		font-size: 32px;
		font-family: "Aboreto", system-ui;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 4%;
	}
	.headerRight ul li:nth-child(2) p {
		font-size: 18px;
	}
	.headerRight ul li:nth-child(2) p:last-child {
		padding-top: 8px;
	}
	.headerRight ul p sub {
		font-size: 14px;
		border: 1px solid #fff;
		padding: 0px 6px 2px;
		margin-right: 10px;
	}
	.headerRight ul li:last-child .txt {
		font-size: 13px;
		padding-top: 16px;
	}
	.headerRight ul li {
		position: relative;
		padding-left: 27px;
	}
	.headerRight ul li:first-child:before {
		position: absolute;
		content: "";
		height: 74%;
		width: 1px;
		background: #fff;
		right: -15px;
		top: 6px;
		opacity: 0.6;
	}
	.headerRight ul li:first-child:after {
		position: absolute;
		content: "";
		background: url(/wp-content/uploads/Vector.png) no-repeat;
		width: 14px;
		height: 23px;
		background-size: cover;
		left: 0px;
		top: 34px;
	}
}
@media screen and (max-width: 1170px) and (min-width: 768px) {
	/* 	#wrapper {
	padding-top: 80px;
} */
	#header .logo {
		margin-left: 10px;
		height: 70px;
		width: 250px;
	}
	.header_menu .g_nav > li {
		margin-right: 10px;
	}
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		height: 80px;
		font-size: 14px;
		letter-spacing: 0;
		font-size: 14px;
	}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
	.underHeader .headerRight {
		padding-right: 16px;
	}
	.underHeader .headerRight ul p {
		font-size: 10px;
	}
	.underHeader .headerRight ul p.tel {
		font-size: 24px;
	}
	.underHeader .headerRight ul li:nth-child(2) p {
		font-size: 12px;
		letter-spacing: 0;
	}
	.underHeader .headerRight ul li:last-child .txt {
		font-size: 10px;
	}
	.underHeader .headerRight ul p sub {
		font-size: 10px;
		line-height: 1.2;
		padding: 1px 6px 2px;
	}
	.underHeader .headerRight ul li:first-child .tel:before {
		left: -22px;
		top: 10px;
	}
	.underHeader .headerRight ul li:first-child:before {
		right: -12px;
	}
	.underHeader .headerRight {
		max-width: 506px;
	}
	.headerRight ul li {
		padding-left: 20px;
	}
	.headerRight ul li:first-child:after {
		width: 10px;
		height: 17px;
		top: 26px;
	}
}
@media screen and (max-width: 1164px) and (min-width: 768px) {
	.header_menu .g_nav > li ul {
		left: 110%;
		width: 600px;
	}
	.header_menu .g_nav > li ul li .tit {
		font-size: 14px;
	}
	.header_menu .g_nav > li ul li a {
		font-size: 14px;
		padding-left: 11px;
	}
	.header_menu .g_nav > li ul li a:before {
		right: 8px;
		width: 24px;
		height: 15px;
	}
}
@media screen and (max-width: 767px) {
	html.noscroll,
	html.noscroll body {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	/* 	#wrapper {
	padding-top: 50px;
} */
	#header {
		height: 70px;
		/* 		position: fixed; */
		top: 0 !important;
	}
	#header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		width: 100%;
	}

	/* logo */
	#header .logo {
		width: 220px;
		height: 50px;
		margin-left: 10px;
		margin-top: 10px;
	}
	#header .logo img {
		width: 100%;
		max-width: 100%;
	}
	#header .logo a:hover {
		text-decoration: none;
	}
	.toggleMenu {
		display: block;
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 10px;
		z-index: 999;
		width: 50px;
		height: 50px;
		background: #FFFFFF;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		margin: 20px auto 0;
		text-align: center;
		cursor: pointer;
		/* 		width: 27px; */
		width: 36px;
		height: 22px;
		margin-top: 23px;
	}
	.menu-trigger:after {
		position: absolute;
		content: "MENU";
		font-family: "ヒラギノ丸ゴ W5 JIS2004", "Hiragino Maru Gothic W5 JIS2004";
		font-size: 12px;
		color: #FF641A;
		letter-spacing: 0;
		line-height: 1;
		bottom: -14px;
		display: none;
		text-align: center;
		left: 50%;
		margin-left: -18.5px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #24496C;
	}
	.menu-trigger sub {
		position: absolute;
		bottom: -10px;
		left: 0;
		font-size: 10px;
		color: #24496C;
		font-family: "Aboreto", system-ui;
		font-weight: 400;
		font-style: normal;
	}
	.toggleMenu.active .menu-trigger sub {
		display: none !important;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	/* 	.menu-trigger span:nth-of-type(3) {
	bottom: 0;
} */
	.toggleMenu.active {
		z-index: 9999;
		background: none;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	/* 	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
} */
	.header_menu {
		display: none;
		float: none;
		clear: both;
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 999;
		background: #FFF;
		top: 70px;
		height: calc(100% - 50px);
		padding-bottom: 100px;
	}
	.header_menu .inner {
		padding: 27px 22px 30px;
	}
	.header_menu .g_nav {
		display: block;
		padding: 0;
	}
	.header_menu .g_nav > li {
		float: none;
		width: 100% !important;
		position: relative;
		margin: 3px 0 0;
		border-bottom: 1px solid #DFE1E4;
		padding-bottom: 8px;
	}
	.header_menu .g_nav > li:first-child {
		border-top: 1px solid #ccc;
	}
	/* 	.header_menu .g_nav > li:last-child {
	border-bottom: none;
} */
	.header_menu .g_nav > li > a,
	.header_menu .g_nav > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-weight: 400;
		letter-spacing: 0.05em;
		cursor: pointer;
		text-decoration: none;
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFFFFF !important;
		color: #2B2B2B !important;
		text-align: left;
		font-size: 18px;
		padding: 15px 10px 13px !important;
	}
	.header_menu .g_nav > li > a:hover,
	.header_menu .g_nav > li > span:hover,
	.header_menu .g_nav > li.hover > a,
	.header_menu .g_nav > li.hover > span {
		color: #FFFFFF;
		background: none;
	}
	.header_menu .g_nav > li > span:before,
	.header_menu .g_nav > li > span:after {
		position: absolute;
		content: "";
		background: #333;
	}
	.header_menu .g_nav > li > span:before {
		width: 18px;
		height: 1px;
		top: 50%;
		right: 20px;
	}
	.header_menu .g_nav > li > span:after {
		width: 1px;
		height: 18px;
		top: 33%;
		right: 28px;

	}
	.header_menu .g_nav > li.hover > span:after {
		display: none;
	}
	.header_menu .g_nav > li > a > span,
	.header_menu .g_nav > li > span > span {
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.header_menu .g_nav > li ul {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0;
		padding: 0;
		margin: 0;
		box-shadow: none;
		width: 100%;
		transform: none;
		background: #D5C9B3;
	}
	.header_menu .g_nav > li ul li {
		display: none;
		width: 100%;
		border: 0;
	}
	.header_menu .g_nav > li ul .menuTitle {
		display: none !important;
	}

	.header_menu .g_nav > li.hover li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.header_menu .g_nav > li ul li:not(:last-child) a {
		border-bottom: none;
	}

	.header_menu .g_nav > li ul li a:hover {
		opacity: 1;
	}	
	.header_menu .g_nav > li ul li a span {
		line-height: 1.25;
		padding: 0 0 0 10px;
		font-size: 15px;
		letter-spacing: 0.02em;
		color: #FFFFFF;
	}
	.header_menu .g_nav > li ul li a > span:before {
		display: none;
	}
	.header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	.header_menu .g_nav > li > span {
		position: relative;
	}
	.header_menu .g_nav > li.hover > span + ul,
	.header_menu .g_nav > li > span:hover + ul {
		pointer-events: auto;
		opacity: 1;
	}

	.contactBox {
		margin: 0 auto;
		padding-bottom: 40px;
		width: 100%;
		padding: 30px 20px;
		background: url(/wp-content/uploads/contact_spbg.jpg) no-repeat top center;
		background-size: cover;
		box-sizing: border-box;
		text-align: center;
		color: #FFFFFF;
	}
	#header .contactBox {
		/* 		position: inherit; */
		background: none;
	}
	#header .contactBox:before,
	#header .contactBox:after {
		display: none;
	}
	.contactBox li:not(:last-child) {
		margin-bottom: 20px;
	}
	.conIcon {
		width: auto;
		font-size: 45px;
		opacity: 0.16;
		margin: 0;
		font-weight: 600;
	}
	.conTitle {
		font-size: 22px;
		margin: -36px 0 0;
		font-weight: 600;
	}
	.conTxt {
		font-weight: 600;
		font-size: 12px;
		line-height: 1.6;
		margin: 20px 0;
	}
	.contactBox li:not(:last-child) {
		margin-bottom: 15px;
	}
	.header_menu .g_nav > li ul {
		margin-top: 0px;
		padding-left: 10px;
		box-sizing: border-box;
		padding-right: 10px;
		display: block !important;
		background: none !important;
	}
	.header_menu .g_nav > li .menuTitle {
		padding: 0;
		font-size: 17px;
	}
	.header_menu .g_nav > li.hover > span + ul li {
		display: flex;
		padding-left: 0;
		box-sizing: border-box;
		justify-content: space-between;
		margin-top: 15px;
	}
	.header_menu .g_nav > li.hover > span + ul .menuTitle {
		display: block !important;
	}
	.header_menu .g_nav > li.hover > span + ul li .tit {
		width: 30%;
		writing-mode: vertical-rl;
		color: #1B4869;
		font-size: 16px;
		line-height: 1.6;
		display: flex;
		align-items: end;
	}
	.header_menu .g_nav > li.hover > span + ul li .right {
		width: 70%;
	}
	.header_menu .g_nav > li ul li a {
		font-size: 15px;
	}
	.header_menu .g_nav > li ul a:hover,
	.header_menu .g_nav > li ul a > span:hover {
		color: #2B2B2B !important;
		background: none !important;
	}
}
@media screen and (max-width: 374px) {
	.conTxt {
		letter-spacing: 0;
		font-size: 11px;
	}
}

/* =====================================
■コンバージョン
===================================== */
#conversion {
	padding: 48px 48px 64px 48px;
	text-align: center;
}
.contactBox {
	padding: 45px;
	background: url(/wp-content/uploads/contactBg01.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.contactBox:before,
.contactBox:after {
	position: absolute;
	content: "";
}
.contactBox:before {
	width: 45px;
	height: 48px;
	background: url(/wp-content/uploads/contactLeft.png) no-repeat;
	top: 0;
	left: 0;
	background-size: cover;
}
.contactBox:after {
	width: 45px;
	height: 48px;
	background: url(/wp-content/uploads/contactRight.png) no-repeat;
	top: 0;
	right: 0;
	background-size: cover;
}
.contactBox2:before,
.contactBox2:after {
	position: absolute;
	content: "";
}
.contactBox2:before {
	width: 45px;
	height: 48px;
	background: url(/wp-content/uploads/contactLeft.png) no-repeat;
	bottom: 0;
	left: 0;
	background-size: cover;
}
.contactBox2:after {
	width: 45px;
	height: 48px;
	background: url(/wp-content/uploads/contactRight.png) no-repeat;
	bottom: 0;
	right: 0;
	background-size: cover;
}
.contactBox .nner {
	display: flex;
	justify-content: space-between;
	background: url(/wp-content/uploads/contactBg02.jpg) no-repeat;
	background-size: cover;
	padding: 50px;
}
.contactBox .left {
	width: 55%;
	text-align: left;
	color: #fff;
	padding-right: 30px;
	box-sizing: border-box;
}
.contactBox .right {
	width: 45%;
	color: #fff;
	text-align: left;
}
#conversion .txt {
	margin-bottom: 27px;
	position: relative;
}
.contactBox .right .txt {
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 4%;
	font-family: "Aboreto", system-ui;
	padding-left: 36px;
}
.contactBox .right .txt sub {
	display: block;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 8%;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 20px;
}
#conversion .right .txt:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/tel_icon.png) no-repeat;
	width: 21px;
	height: 36px;
	left: 0;
	top: 44px;
	background-size: cover;
}
.contactBox .left .title img {
	max-width: 252px;
}
.contactBox .left .titB {
	font-size: 32px;
	margin-top: 16px;
	margin-bottom: 14px;
}
.contactBox .left .img {
	max-width: 101.67px;
}
.contactBox .right img {
	max-width: 373px;
	margin-top: 10px;
}
#conversion .heading {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-bottom: 17px;
}

#conversion .contactList {
	display: flex;
	justify-content: space-between;
	column-gap: 24px;
	max-width: 984px;
	margin: 0 auto;
}
#conversion .contactList img {
	width: 100%;
}
@media screen and (max-width: 1158px) and (min-width: 1000px) {
	.contactBox .right .txt sub {
		font-size: 16px;
	}
	.contactBox .right .txt {
		font-size: 40px;
	}
	.contactBox .right img {
		max-width: 313px;
	}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
	.contactBox .nner {
		padding: 30px;
	}
	.contactBox .left .titB {
		font-size: 24px;
		line-height: 1.5;
	}
	.contactBox .right img {
		max-width: 243px;
	}
	.contactBox .right .txt {
		font-size: 28px;
	}
	.contactBox .right .txt sub {
		font-size: 12px;
		margin-bottom: 10px;
	}
	#conversion .right .txt:before {
		top: 36px;
	}
}
@media screen and (max-width: 767px) {
	#conversion {
		background: url(/wp-content/uploads/contact-bg_sp.png) no-repeat center;
		background-size: cover;
		border-width: 16px;
		padding: 30px 0 20px;
	}
	#conversion .container:before {
		height: 156px;
		background-position: center bottom;
		right: 50%;
		top: -202px;
		transform: translateX(50%);
	}
	#conversion .heading {
		font-size: 28px;
		line-height: 1.71;
	}
	#conversion .txt {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#conversion .contactList {
		flex-wrap: wrap;
		row-gap: 8px;
	}
	#conversion .contactList li {
		width: 100%;
	}
	.contactBox .nner {
		display: block;
	}
	.contactBox .left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.contactBox .right {
		width: 100%;
		text-align: center;
	}
	.contactBox {
		padding: 24px;
	}
	.contactBox .nner {
		padding: 20px;
	}
	.contactBox:before,
	.contactBox:after,
	.contactBox2:before,
	.contactBox2:after {
		width: 24px;
		height: 24px;
	}
	.contactBox .left .title img {
		max-width: 222px;
	}
	.contactBox .left .titB {
		font-size: 22px;
	}
	.contactBox .right img {
		max-width: 319px;
		width: 100%;
	}
}



/* =====================================
■事務所情報
===================================== */
#info {
	display: flex;
	flex-wrap: wrap;
}
#info .mapWrap {
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}
#info .mapWrap > div {
	position: relative;
}
#info .mapWrap iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
}
#info .infoWrap {
	width: 50%;
	padding: 49px 20px 48px;
	box-sizing: border-box;
}
#info .infoWrap .inner {
	max-width: 520px;
}
#info .infoWrap h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 45px;
}
#info .infoWrap h2 sub {
	display: block;
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 1;
	color: #60C689;
	margin-top: 20px;
}
#info .infoWrap dl {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
#info .infoWrap dl dt {
	color: #60C689;
	margin-bottom: 4px;
}
#info .infoWrap dl dd:not(:last-child) {
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	#info .mapWrap {
		width: 100%;
		padding-right: 0;
	}
	#info .mapWrap > div {
		padding-top: 270px;
	}
	#info .infoWrap {
		width: 100%;
		padding: 45px 16px;
	}
	#info .infoWrap .inner {
		max-width: 100%;
	}
	#info .infoWrap h2 {
		font-size: 32px;
		text-align: center;
		margin-bottom: 40px;
	}
}


/* =====================================
■FOOTER
===================================== */
#footer {
	background: url(/wp-content/uploads/footer_bg01-scaled.jpg) no-repeat;
	color: #fff;
	padding: 24px;
	background-size: cover;
}
.footerBox {
	background: url(/wp-content/uploads/footer_bg02-scaled.jpg) no-repeat;
	background-size: cover;
	padding: 46px 68px;
}
#footer .inner {
	width: 100%;
	position: relative;
}
#footer .logo a {
	display: block;
}
#footer .logo p {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 1.67;
	margin-top: 18px;
}
#footer .navList {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
	margin-top: 4px;
}
#footer .navList dl dt {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 23px;
}
#footer .navList ul li {
	line-height: 1;
	padding: 5px 0;
}
#footer .navList ul li:not(:first-child) {
	margin-top: 8px;
}
#footer .navList ul li a {
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	padding-left: 12px;
	position: relative;
}
#footer .navList ul li a:before {
	content: "";
	width: 6px;
	height: 9px;
	background: url(/wp-content/uploads/icon-arrow_white.png) no-repeat left center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 9px;
}
#footer .navList ul li a:hover {
	text-decoration: underline;
}
#footer .copyright {
	width: 100%;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding-bottom: 6px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
#footer .logo img {
	max-width: 352px;
}
#footer .inner .left .tel {
	color: #fff;
	font-size: 14px;
	margin-top: 40px;
}
#footer .inner .left .tel a {
	color: #fff;
}
#footer .inner .left .txt {
	font-size: 14px;
}
#footer .inner .right .navList {
	width: 50%;
}
#footer .inner .right .method {
	width: 50%;
}
#footer .inner .right .tit {
	font-size: 20px;
	letter-spacing: 16%;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	#footer .inner {
		display: flex;
		justify-content: space-between;
		grid-gap: 50px;
		margin-bottom: 80px;
	}
	#footer .logo {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		max-width: 420px;
	}
	#footer .navList {
		grid-row: 1 / 3;
		grid-column: 2 / 3;
		width: 400px;
	}
	#footer .copyright {
		grid-row: 2 / 2;
		grid-column: 1 / 2;
		display: flex;
		align-items: flex-end;
		color: #778FAD;
		font-size: 10px;
	}
	#footer .inner .left {
		width: 58%;
		padding-right: 40px;
		box-sizing: border-box;
	}
	#footer .inner .right {
		width: 42%;
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
	#footer .inner .left {
		width: 50%;
		padding-right: 0;
	}
	#footer .inner .right {
		width: 50%;
	}
	#footer .logo img {
		max-width: 262px;
	}
	.footerBox {
		padding: 46px;
	}
	#footer .inner .right .tit {
		font-size: 19px;
	}
}
@media screen and (max-width: 767px) {
	#footer .inner {
		padding: 0 16px;
	}
	#footer .logo {
		width: 81.05%;
		max-width: 556px;
	}
	#footer .logo p {
		margin-top: 20px;
	}
	#footer .navList {
		column-gap: 35px;
		margin-top: 20px;
	}
	#footer .copyright {
		margin-top: 35px;
		padding-bottom: 0;
	}
	.footerBox {
		padding: 20px;
	}
	#footer .navList ul li a {
		padding-left: 0;
	}
	#footer .logo img {
		width: 100%;
	}
}

@media screen and (max-width: 374px) {
	#footer .logo p {
		font-size: 13px;
	}
	#footer .navList {
		column-gap: 20px;
	}
	#footer .navList ul li a {
		font-size: 14px;
		letter-spacing: 0.02em;
	}
}


/* -------------------------------------
追従バナー
------------------------------------- */
footer .fixedBox {
	width: 538px;
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 9998;
	transition: all 0.5s;
}
footer .fixedBox img {
	width: 100%;
}
footer .fixedBox ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 1px;
	margin: 0 auto;
}


@media screen and (min-width: 768px) {
	#pagetopBt {
		position: fixed;
		bottom: 2%;
		left: 15px;
		width: 80px;
		z-index: 999;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	footer .fixedBox {
		width: 400px;
	}
}

@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 100%;
		right: 0;
		bottom: 0;
		z-index: 9999;
	}
	footer .fixedBox ul {
		width: 86%;
		margin: 0 auto;
	}
	footer .fixedBox ul li {
		width: 42%;
		padding-left: 8px;
		box-sizing: border-box;
	}
	footer .fixedBox ul li:first-child {
		width: 16%;
	}
}

/* -------------------------------------
■サイドバー
------------------------------------- */
#pagetop {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
}

@media screen and (max-width: 767px) {
	#pagetop {
		display: none !important;
	}
}


/* =====================================
■Elementor
===================================== */
/* -------------------------------------
general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 20px;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
	padding: 0;
}

@media screen and (max-width: 767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 16px;
	}
}

/* -------------------------------------
見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
}

/* -------------------------------------
ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 25px;
}
.elementor-button-wrapper {
	line-height: 1;
}
.elementor-button,
.btn a {
	display: inline-block;
	vertical-align: bottom;
	width: 100% !important;
	max-width: 272px;
	background: #1A4368;
	border-radius: 50px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.5;
	color: #fff !important;
	text-align: center;
	padding: 12px 35px 14px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.5s ease;
	z-index: 2;
}
.elementor-button:after,
.btn a:after {
	content: "";
	width: 6px;
	height: 9px;
	background: url(/wp-content/uploads/icon-arrow_white.png) no-repeat right center;
	background-size: contain;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}
.elementor-button:hover,
.btn a:hover {
	opacity: 0.8;
}
