@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:normal}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 {
	background: #EAEDF3;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.15em;
	line-height: 2;
	color: #000000;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;*/
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #000000;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #2C4F89;
	transition: all 0.5s;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
p:not(:last-child) {
	margin-bottom: 1.1em;
}
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,
.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;
	}
}

/* -------------------------------------
* 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: 1140px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

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

/*--------------------------------------
* wrapper
--------------------------------------*/
#wrapper {
	height: 100%;
	box-sizing: border-box;
}
body.elementor-editor-active #wrapper {
	padding-top: 160px;
}

@media screen and (min-width: 768px) {
	body:not(.home) #wrapper {
		padding-top: 89px;
	}
}


/* =====================================
■ HEADER
===================================== */
header {
	width: 100%;
	background: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	transition: all 0.5s;
}

/* logo */
header .logo {
	float: left;
	display: flex;
	align-items: center;
}
header .logo a {
	line-height: 1;
}
header .logo img {
	width: 100%;
}

/* hoursBox */
header .hoursBox {
	float: right;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-left: 32px;
	padding-left: 48px;
	box-sizing: border-box;
	position: relative;
}
header .hoursBox:before {
	content: "受付時間";
	width: 29px;
	height: 31px;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 16px;
	color: #323F52;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(calc(-50% - 1px));
}
header .hoursBox:after {
	content: "";
	width: 1px;
	height: 28px;
	background: #323F52;
	position: absolute;
	left: -32px;
	top: 50%;
	transform: translateY(-50%);
}
header .hoursBox p {
	line-height: 1.125;
	letter-spacing: 0.03em;
	color: #323F52;
	margin: 0;
}
header .hoursBox p:last-child {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px;
}

/* nav */
nav .menu > li {
	margin-left: 40px;
	position: relative;
}
nav .menu > li:first-child {
	margin: 0;
}
nav .menu > li > a,
nav .menu > li > span {
	display: flex;
	align-items: center;
	width: 100%;
	height: 53px;
	letter-spacing: 0;
	line-height: 1;
	color: #323F52;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 1000;
	transition: all 0.5s;
	box-sizing: border-box;
}
nav .menu > li > span {
	padding-right: 17px;
}
nav .menu > li > span:after {
	content: "";
	width: 9px;
	height: 5px;
	background: url(/wp-content/uploads/icon-arrow_down.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(calc(-50% + 1px));
	transition: all .3s;
}
nav .menu > li .subMenu {
	display: block;
	width: 258px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.3s;
	box-sizing: border-box;
}
nav .menu > li.hover .subMenu:before {
	content: "";
	border-bottom: 10px solid #EAEDF3;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
.desktop nav .menu > li.hover .subMenu:after {
	display: block;
	content: "";
	width: 100%;
	height: 50px;
	clip-path: polygon(62% 0%, 100% 100%, 0% 100%, 38% 0%);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
nav .menu > li ul {
	background: #EAEDF3;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 8px;
	overflow: hidden;
}
nav .menu > li ul li:not(:first-child) {
	margin-top: 2px;
}
nav .menu > li ul li a {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #000;
	background: #fff;
	border-radius: 6px;
	padding: 4px 5px 6px 25px;
	position: relative;
	z-index: 2;
}
nav .menu > li ul a:hover {
	background: #2C4F89;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
nav .menu > li ul li a:before {
	content: "";
	width: 7px;
	height: 10px;
	background: url(/wp-content/uploads/icon-arrow.png) no-repeat center left;
	background-size: contain;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}
nav .menu > li ul a:hover:before {
	background-image: url(/wp-content/uploads/icon-arrow_white.png);
}
.desktop nav .menu > li > span:hover + .subMenu,
.desktop nav .menu > li > span .subMenu:hover,
.desktop nav .menu > li .subMenu:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: none;
}
.tablet nav .menu > li > .subMenu {
	display: none;
}
.tablet nav .menu > li > span + .subMenu {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + .subMenu {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	header {
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
	}
	header .logo,
	nav,
	header .hoursBox {
		height: 89px;
	}
	header .logo {
		width: 92px;
	}

	/* nav */
	nav {
		display: flex !important;
		float: right;
		padding-right: 32px;
	}
	nav .menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}
	nav .menu > li > a:after {
		display: block;
		content: "";
		width: 34px;
		height: 2px;
		background: #2C4F89;
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -17px;
		transition: 0.2s ease-out;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.desktop nav .menu > li > a:hover:after,
	nav .menu > li.hover > a:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	nav .menu > li > a > span,
	nav .menu > li > span > span {
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
	nav .menu > li {
		margin-left: 30px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	header {
		padding: 0 15px;
	}
	header .logo {
		width: 70px;
	}
	header .hoursBox {
		margin-left: 20px;
		padding-left: 35px;
	}
	header .hoursBox:before {
		width: 26px;
		height: 27px;
		font-size: 12px;
		line-height: 14px;
	}
	header .hoursBox:after {
		height: 26px;
		left: -20px;
	}
	header .hoursBox p {
		font-size: 14px;
		letter-spacing: 0.01em;
	}
	header .hoursBox p:last-child {
		font-size: 10px;
		margin-top: 3px;
	}
	nav {
		padding-right: 20px;
	}
	nav .menu > li {
		margin-left: 20px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 13px;
	}
	nav .menu > li .subMenu {
		width: 208px;
	}
	nav .menu > li ul li a {
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		background: none;
		padding: 0 18px;
		position: absolute;
		top: 0 !important;
		left: 0;
	}
	header.open {
		position: fixed;
	}
	header.open:after {
		content: "";
		width: calc(100% - 36px);
		height: 1px;
		background: #fff;
		position: absolute;
		left: 18px;
		top: 79px;
		z-index: 9992;
	}
	header .wrap {
		box-shadow: 0 1px 0 #fff;
	}

	/* logo */
	header .logo {
		float: none;
		display: flex;
		align-items: center;
		width: calc(100% - 130px);
		height: 79px;
		background: url(/wp-content/uploads/logo-white.png) no-repeat center left;
		background-size: 75px auto;
		margin: 0;
		box-sizing: border-box;
		position: relative;
		z-index: 9999;
	}
	header .logo img {
		max-width: 75px;
		opacity: 0;
	}

	/* toggleMenu */
	.toggleMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 79px;
		height: 79px;
		background: rgba(34,34,34,0.2);
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.triggers,
	.triggers span {
		transition: all .3s;
		box-sizing: border-box;
	}
	.triggers {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		width: 30px;
		height: 16px;
		cursor: pointer;
		position: relative;		
	}
	.triggers span {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #FFFFFF;
	}
	.triggers span:nth-of-type(1) {
		transform: translateY(-2px) scale(1);
	}
	.triggers span:nth-of-type(2) {
		transform: translateY(0px) scale(1);
	}
	.triggers span:nth-of-type(3) {
		width: 21px;
		transform: translateY(2px) scale(1);
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		transform: translateY(5px) rotate(-150deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		width: 38px;
		transform: translateY(-6px) rotate(150deg);
	}

	/* nav */
	nav {
		display: none;
		justify-content: flex-end;
		align-items: flex-start;
		width: 100%;
		height: 100vh;
		background: -webkit-linear-gradient(273deg, #1E437E 0%, #5A7196 100%);
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 79px;
		box-sizing: border-box;
		overflow-y: scroll !important;
		z-index: 9990;
	}
	nav:before {
		content: "";
		width: 93px;
		height: 211px;
		background: url(/wp-content/uploads/nav-bg01.png) no-repeat left top;
		background-size: contain;
		position: fixed;
		left: 0;
		top: 39px;
		z-index: -1;
	}
	nav .menu {
		display: block;
		padding: 38px 48px 58px;
		position: relative;
		z-index: 2;
	}
	nav .menu:after {
		content: "";
		width: 170px;
		height: 405px;
		background: url(/wp-content/uploads/nav-bg02.png) no-repeat right top;
		background-size: contain;
		position: absolute;
		right: 0;
		bottom: -370px;
		z-index: -1;
	}
	nav .menu > li {
		margin: 14px 0 0;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		font-size: 17px;
		letter-spacing: 0.1em;
		line-height: 1.5;
		color: #fff !important;
		text-align: left;
		padding: 5px 20px 5px 0 !important;
	}
	nav .menu > li > span:after {
		background-image: url(/wp-content/uploads/icon-arrow_down02.png);
		width: 10px;
		height: 5px;
		right: 0;
	}
	nav .menu > li.hover > span:after {
		transform: translateY(calc(-50% + 1px)) rotate(180deg);
	}
	nav .menu > li .subMenu {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		transform: translateX(0);
		margin: 0;
		padding: 0;
	}
	nav .menu > li .subMenu:before,
	nav .menu > li.hover .subMenu:after {
		display: none !important;
	}
	nav .menu > li ul {
		display: block;
		background: none;
		border-radius: 0;
		padding: 14px 0;
		box-shadow: inherit;
	}
	nav .menu > li ul li {
		display: none;
		border: none !important;
		width: 100%;
	}
	nav .menu > li ul li:not(:first-child) {
		margin-top: 10px;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		background: none !important;
		border-radius 0;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-size: 14px;
		color: #fff;
		padding: 2px 0 2px 28px;
	}
	nav .menu > li ul li a:before {
		content: "ー";
		background: none;
		font-size: 8px;
		font-weight: 600;
		left: 10px;
	}
	nav .menu > li.hover .subMenu {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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

	header .reception {
		border-top: 1px solid #fff;
		margin: 0 30px;
		padding: 36px 0 50px;
		position: relative;
		z-index: 3;
	}
	header .hoursBox {
		float: none;
		max-width: 245px;
		margin: 0 auto;
	}
	header .hoursBox:before {
		color: #fff;
	}
	header .hoursBox:after {
		display: none;
	}
	header .hoursBox p {
		color: #fff;
	}

	header .conversion {
		border-top: none;
		position: relative;
		z-index: 3;
	}
}


/* =====================================
■ コンバージョン
===================================== */
.conversion {
	background: url(/wp-content/uploads/contact-bg.jpg) no-repeat center;
	background-size: cover;
	border-top: 12px solid #E85628;
	padding: 63px 0 95px;
}
.conversion .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
	width: 100%;
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.conversion .txtWrap {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}
.conversion .txtWrap .heading {
	font-size: 40px;
	letter-spacing: 0.09em;
	line-height: 1;
	margin-bottom: 29px;
}
.conversion .txtWrap .txt {
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0;
}

@media screen and (min-width: 768px) {
	.conversion .txtWrap {
		width: 379px;
	}
	.conversion .contactWrap {
		width: calc(100% - 379px);
		max-width: 662px;
	}
}

@media screen and (max-width: 767px) {
	.conversion {
		background-image: url(/wp-content/uploads/contact-bg_sp.jpg);
		padding: 33px 0 28px;
	}
	.conversion .inner {
		flex-direction: column;
		row-gap: 26px;
		padding: 0 30px;
	}
	.conversion .txtWrap .heading {
		font-size: 32px;
		margin-bottom: 18px;
	}
	.conversion .txtWrap .txt {
		font-size: 16px;
	}
}


/* =====================================
■ FOOTER
===================================== */
#footer {
	background: #fff;
	padding: 70px 0 63px;
	position: relative;
}
#footer .inner {
	display: grid;
	justify-content: space-between;
	grid-gap: 0 40px;
	width: 100%;
	max-width: 1180px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #000000;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#footer .logo {
	max-width: 148px;
}
#footer .sitemap {
	line-height: 1;
}
#footer .sitemap a {
	display: inline-block;
	line-height: 1;
	color: #2C4F89;
}
#footer .sitemap a:hover {
	text-decoration: underline;
}
#footer .banner {
	max-width: 450px;
}
#footer address {
	font-size: 10px;
	line-height: 1.2;
	color: #CCCCCC;
	text-align: right;
}

@media screen and (min-width: 768px) {
	#footer .logo {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		margin-bottom: 33px;
	}
	#footer .access {
		grid-row: 2 / 3;
		grid-column: 1 / 2;
		margin-bottom: 104px;
	}
	#footer .sitemap {
		grid-row: 3 / 4;
		grid-column: 1 / 2;
	}
	#footer .banner {
		grid-row: 1 / 3;
		grid-column: 2 / 3;
	}
	#footer .copyright {
		grid-row: 3 / 4;
		grid-column: 2 / 3;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 60px 0;
	}
	#footer .inner {
		justify-content: center;
		justify-items: center;
		grid-gap: 0;
	}
	#footer .logo {
		max-width: 108px;
	}
	#footer .sitemap {
		margin-bottom: 25px;
	}
	#footer .access {
		line-height: 1.2;
		text-align: center;
		margin: 24px 0 20px;
	}
	#footer .banner {
		max-width: 315px;
		margin: 33px 0 28px;
	}
}


/* -------------------------------------
* 追従バナー
------------------------------------- */
footer .fixedBox {
	width: 296px;
	position: fixed;
	right: 25px;
	bottom: 29px;
	z-index: 998;
	transition: all 0.5s;
}

@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 100%;
		right: 0;
		bottom: 0;
	}
	footer .fixedBox ul {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
}


/* =====================================
■Elementor
===================================== */
/* -------------------------------------
* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0 30px;
}
#blogDetail .elementor-section.elementor-section-boxed > .elementor-container {
	padding: 0;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0;
}
.elementor-widget-image a img[src$=".svg"] {
	width: 100%;
}

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

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

/* -------------------------------------
* ボタン
------------------------------------- */
.btn {
	display: block;
}
.elementor-image-box-wrapper .btn {
	margin-top: 30px;
}
.elementor-button-wrapper {
	line-height: 1;
}
.elementor-button,
.btn a {
	display: inline-block;
	width: auto !important;
	min-width: 175px;
	min-height: 48px;
	vertical-align: bottom;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 0 0 1px #2C4F89 inset !important;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #2C4F89 !important;
	text-align: left;
	padding: 14px 50px 14px 24px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.5s ease;
	z-index: 2;
}
.elementor-button:after,
.btn a:after {
	content: "";
	width: 15px;
	height: 4px;
	background: url(/wp-content/uploads/icon-arrow_link.png) no-repeat right center;
	background-size: 15px 4px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
}
.elementor-button:hover,
.btn a:hover {
	background: #2C4F89;
	color: #fff !important;
}
.elementor-button:hover:after,
.btn a:hover:after {
	background-image: url(/wp-content/uploads/icon-arrow_link02.png)
}
.elementor-button-content-wrapper {
	justify-content: flex-start;
}
.btn a .btn-wrap {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}
.elementor-button small,
.btn a small {
	display: inline-block;
	font-size: 17px;
	margin-left: 7px;
}

.textBtn .elementor-button {
	height: auto;
	background: none;
	border-radius: 0;
	letter-spacing: 0.08em;
	color: #968C72 !important;
	text-align: left;
	text-decoration: underline;
	padding: 5px 48px 6px 0;
}
.textBtn .elementor-button:hover {
	text-decoration: none;
}
.textBtn .elementor-button:after {
	width: 32px;
	height: 24px;
	background: url(/wp-content/uploads/icon-arrow01.png) no-repeat right top;
	background-size: contain;
	right: 0;
}

@media screen and (max-width: 767px) {
	.elementor-button,
	.btn a {
		padding: 14px 42px 14px 20px;
	}
	.elementor-button:after,
	.btn a:after {
		right: 20px;
	}
	.elementor-button small,
	.btn a small {
		font-size: 13px;
		letter-spacing: -0.07em;
	}
}

@media screen and (max-width: 374px) {
	.elementor-button,
	.btn a {
		font-size: 15px;
		padding-left: 15px;
	}
	.elementor-button small,
	.btn a small {
		font-size: 11px;
	}
}
.compare_table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    border:2px solid #333;
    margin:20px 0;
}

.compare_table th,
.compare_table td{
    border:1px solid #333;
    padding:12px;
    vertical-align:middle;
    text-align:center;
    line-height:1.6;
}

.compare_table thead th{
    background:#f3f3f3;
    font-weight:700;
}

.compare_table tbody th{
    background:#f9f9f9;
    font-weight:700;
    text-align:left;
    width:22%;
}