@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova 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 {
	scroll-behavior: auto !important;
}

body * {
	will-change: auto;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 160%;
	color: #1F2F49;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	-webkit-text-size-adjust: 100%;

}

a:focus,
*:focus {
	outline: none;
}

a {
	color: inherit;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}

a:hover {
	opacity: 0.6;
}

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


.fnt-garamond {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}





/* -------------------------------------
* 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%;
	padding-top: 80px;
	box-sizing: border-box;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	#wrapper {
		padding-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 62px;
	}
}


/* =====================================
■ HEADER
===================================== */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	background: #1F2F49;

}

.home #header {
	background: transparent;
}

.has-nav .home #header {
	background: #1F2F49;
}



@media screen and (max-width: 767px) {


	/* logo */




	#header .toggleMenu {
		display: block;
	}

	.toggleMenu {
		width: 38px;
		height: 50px;
		background: none;
		text-align: left;
		color: #fff;
		cursor: pointer;
		position: fixed;
		top: 20px;
		right: 10px;
		z-index: 1000;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 32px;
		height: 24px;
		margin: 0;
		text-align: center;
	}

	.menu-trigger:after {
		content: "MENU";
		display: block;
		line-height: 1;
		font-size: 10px;
		letter-spacing: 0.15em;
		font-weight: bold;
		margin-top: 30px;
		color: #6fba2c;
		margin-left: 1px;
		display: none;
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 11px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(12px) 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 .right_box,
	#header .g_nav {
		display: none;
	}

	#header .header_menu {
		float: none;
		clear: both;
		margin-right: 0;
	}

	#header .header_menu .g_nav {
		display: block;
		text-align: center;
		background: #6fba2c;
	}

	#header .header_menu .g_nav>li {
		position: relative;
		border-top: 1px solid #fff;
		border-left: none;
	}

	#header .header_menu .g_nav>li>a,
	#header .header_menu .g_nav>li>span {
		width: 100%;
		padding: 18px 50px 18px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		background: #6fba2c;
		color: #fff;
		font-size: 15px;
	}

	#header .header_menu .g_nav>li>a span,
	#header .header_menu .g_nav>li>span span {
		margin: 0;
	}

	#header .header_menu .g_nav>li>a:hover,
	#header .header_menu .g_nav>li>span:hover {
		background: #85d43e;
	}

	#header .header_menu .g_nav>li>span:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		margin-top: -14px;
	}

	#header .header_menu .g_nav>li.hover>span:after {
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: -3px;
	}

	#header .header_menu .g_nav>li>a sub,
	#header .header_menu .g_nav>li>span sub {
		margin: -2px 0 0 8px;
		display: inline-block;
		vertical-align: middle;
		bottom: 0;
		color: #fff;
		padding-top: 0;
		font-size: 10px;
	}

	#header .header_menu .g_nav>li dl {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
	}

	#header .header_menu .g_nav>li dl li:before {
		display: none;
	}

	#header .header_menu .g_nav>li dl li {
		padding-left: 0;
	}

	#header .header_menu .g_nav>li dt {
		display: none;
	}

	#header .header_menu .g_nav>li ul {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
	}

	#header .header_menu .g_nav>li ul li {
		display: block;
		margin-right: 0;
		border-top: 1px solid #6fba2c;
	}

	#header .header_menu .g_nav>li ul li a {
		position: relative;
		display: block;
		padding: 15px 20px 12px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		background: #e5f9d3;
	}

	#header .header_menu .g_nav>li ul li a:hover {
		text-decoration: none;
		background: #edfae1;
	}

	#header .header_menu .g_nav>li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	#header .header_menu .g_nav>li>span {
		position: relative;
	}

	#header .header_menu .g_nav>li.hover>span+dl,
	#header .header_menu .g_nav>li>span:hover+dl {
		pointer-events: auto;
		opacity: 1;
	}
}


/* =====================================
■ コンバージョン
===================================== */
.contact_section {
	padding: 53px 0 61px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}

.contact_section .contact_tit {
	font-size: 34px;
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 1.6;
	margin-bottom: 25px;
}

.contact_section .txt {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 30px;
}

.contact_section .contact_list li {
	float: left;
	width: 49.6%;
	margin-left: 0.8%;
}

.contact_section .contact_list li:first-child {
	margin: 0;
}


@media screen and (max-width: 767px) {
	.contact_section .contact_tit {
		font-size: 28px;
	}

	.contact_section .contact_list {
		max-width: 535px;
		margin: 0 auto;
	}

	.contact_section .contact_list li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}

/* =====================================
■ FOOTER
===================================== */


#wpfront-scroll-top-container:hover img {
	opacity: 0.8 !important;
}


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


/* =====================================
■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-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:hover,
.btn a:hover {
	background: #2C4F89;
	color: #fff !important;
}

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

@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;
	}
}

#header p,
#ft-fixed p {
	margin-bottom: 0;
}


/* iPhone X */

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	footer:after {
		content: '';
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 99;
		background: #896A38;
	}

	#ft-fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}

}


/* iPhone XR */

@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
	footer:after {
		background: #896A38;
		content: '';
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 99;
	}

	#ft-fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}

}


/* iPhone 11 */

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2),
only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
	footer:after {
		background: #896A38;
		content: '';
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 99;
	}

	#ft-fixed {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}

}

@media screen and (min-width: 768px) {
	footer:after {
		display: none;
	}
}

body.nav-Opened,
body.nav-Opened *,
body.nav-Opened *:hover,
body.nav-Opened *:focus,
body.nav-Opened *:active {
	touch-action: none !important;
	pointer-events: none !important;
}

body.nav-Opened #ft-fixed,
body.nav-Opened #ft-fixed *,
body.nav-Opened .toggleMenu,
body.nav-Opened #navigation,
body.nav-Opened #navigation *,
body.nav-Opened .header_logo,
body.nav-Opened .header_logo * {
	touch-action: auto !important;
	pointer-events: visible !important;
}

body.nav-Opened {
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	touch-action: none !important;
	pointer-events: none !important;
}



/**/

@media screen and (min-width: 768px) {
	.d__flex {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.jus {
		justify-content: space-between;
	}
}

#header .header__wrap {
	display: flex;
	justify-content: flex-end;
	padding: 11px 20px;
	position: relative;
	align-items: center;
}

#header h1 {
	color: #fff;
	position: absolute;
	top: -50px;
	left: 0;
}

#header .header__left {
	position: absolute;
	top: 17px;
	left: 40px;
}

#header .logo {
	width: 272px;
}

#header .header__center {
	margin-right: 50px;
}

#header .header__right {
	display: flex;
	width: 366px;
	justify-content: space-between;
}

#header .header__right .header__btn__tel {
	width: 225px;
	color: #fff;
}

#header .header__right .header__btn__tel a {
	display: block;
	position: relative;
}

#header .header__right .header__btn__tel a::after {
	content: "";
	position: absolute;
	top: 56%;
	left: -28px;
	transform: translateY(-50%);
	background-size: 100% auto;
	background-image: url("./img/top/icon_tel.png");
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

#header .header__right .header__btn__tel dl {
	text-align: center;
}

#header .header__right .header__btn__tel dl dt {
	font-size: 14px;
}

#header .header__right .header__btn__tel dl dd {
	font-size: 28px;
}

#header .header__right .header__btn__web {
	width: 146px;
}

#header .toggleMenu {
	display: none;
}

.has-nav #header {
	background: #0B234B;
}

.toggle__row {
	justify-content: flex-end;
	gap: 39px;
}

.toggle__row a {
	color: #fff;
	font-size: 15px;
	display: block;
}

.toggle__row .toggle__col {
	position: relative;
}

.toggle__row .sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -158px;
	width: 273px;
	padding: 22px 16px 22px 27px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}

.toggle__row .sub-menu::before {
	content: "";
	background-image: url("./img/top/arrow_top.png");
	background-size: 100% auto;
	width: 24px;
	height: 12px;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -12px;
}

.toggle__row .sub-menu::after {
	content: "";
	background: #fff;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	bottom: 0;
}

.toggle__row .sub-menu ul {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.toggle__row .sub-menu ul li {
	position: relative;
	z-index: 2;
	width: 52%;
}

.toggle__row .sub-menu ul li a {
	color: #000;
	font-size: 16px;
	padding: 9px 0;
	line-height: 1;
	position: relative;
	letter-spacing: 1px;
}

.toggle__row .sub-menu ul li a::after {
	content: "";
	border-bottom: 1px solid #0B234B;
	position: absolute;
	width: 85%;
	left: 0;
	bottom: 0;
	height: 1px;
}

.toggle__row .sub-menu ul li a:hover {
	color: #B5935C;
}

.toggle__row .sub-menu ul li:nth-child(2n+1) {
	width: 38%;
}

.toggle__row .sub-menu ul li:nth-child(2n+1) a::after {
	width: 100%;
}

.toggle__row .listNav .parent {
	padding: 5px 5px;
}

.toggle__row .listNav>li {
	padding: 5px 0;
}

@media screen and (min-width: 768px) {
	.toggle__row .listNav>li:hover .parent {
		opacity: 0.6;
	}

	.toggle__row .listNav>li:hover .parent a {
		opacity: 1;
	}

	.toggle__row .listNav>li:hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 767px) {
	#header .toggleMenu {
		display: block;
	}

	#header .header__wrap {
		display: block;
	}

	#header .header__left {
		position: relative;
		top: 0;
		left: 0;
	}

	.header__main-cointainer {
		top: 0 !important;
		bottom: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition: all 0.4s ease;
		overflow: auto;
		padding-bottom: 0px;
		z-index: 998;
		width: 100%;
		position: fixed;
		right: 0;
		background: #0B234B;
	}

	.header__main-cointainer .navigation__container {
		padding: 10px 20px 20vw;
	}

	.header__main-cointainer .navigation__container::before {
		content: "";
		background: #3f4b61;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 600px;
	}

	.header__main-cointainer .navigation__container .toggle_logo {
		position: relative;
		z-index: 3;
		width: 272px;
		margin-bottom: 20px !important;
	}

	.header__nav {
		margin-bottom: 40px;
	}

	.toggle__row a {
		font-size: 20px;
	}

	.toggle__row .listNav .parent__link {
		position: relative;
	}

	.toggle__row .listNav .parent__link::after {
		content: "";
		background-image: url("./img/top/icon_plus.png");
		background-size: 100% auto;
		width: 15px;
		height: 15px;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}

	.toggle__row .listNav .parent__link.is-active::after {
		background-image: url("./img/top/icon_minus.png");
	}

	.toggle__row .listNav .parent a {
		display: inline-block;
	}

	.toggle__row .toggle__col+.toggle__col {
		margin-top: 10px;
	}

	.toggle__row .sub-menu {
		position: relative;
		top: 100%;
		left: 0%;
		margin-left: 0;
		width: auto;
		padding: 0px 28px 22px 27px;
		display: none;
		opacity: 1;
		visibility: visible;
	}

	.toggle__row .sub-menu::before {
		left: 35px;
		margin-left: 0;
	}

	.toggle__row .sub-menu ul {
		padding-top: 30px;
	}

	.toggle__row .toggle__col:last-child {
		display: none;
	}

	.header-ct {
		position: relative;
		z-index: 2;
		margin-bottom: 200px !important;
	}

	.nav-Opened #header .header__main-cointainer {
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 359px) {
	.toggle__row a {
		font-size: 18px;
	}

	.toggle__row .sub-menu {
		padding: 0px 13px 22px 13px;
	}

	.toggle__row .sub-menu ul li a {
		font-size: 15px;
	}

	.header__main-cointainer .navigation__container .toggle_logo {
		width: 230px;
	}

	#header .logo {
		width: 230px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.toggle__row .listNav>li .parent__link a {
		pointer-events: none;
		touch-action: none;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1313px) {
	.toggle__row {
		gap: 15px;
	}

	#header .header__right .header__btn__tel {
		width: 170px;
	}

	#header .header__right .header__btn__web {
		width: 115px;
	}

	#header .header__right .header__btn__tel dl dt {
		font-size: 11px;
	}

	#header .header__right {
		width: 287px;
	}

	#header .header__right .header__btn__tel dl dd {
		font-size: 20px;
		letter-spacing: 1px;
	}

	#header .header__right .header__btn__tel a::after {
		width: 32px;
		height: 32px;
	}

	.toggle__row a {
		font-size: 14px;
	}

	#header .logo {
		width: 200px;
	}

	#header .header__left {
		left: 20px;
		top: 19px;
	}

	#header .header__right .header__btn__tel a::after {
		left: -18px;
	}

	#header .header__center {
		margin-right: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.toggle__row .listNav .parent {
		padding: 0 5px;
	}

	#header .header__wrap {
		padding: 10px;
	}

	.toggle__row {
		gap: 5px;
	}

	#header .header__right .header__btn__tel {
		width: 126px;
	}

	#header .header__right .header__btn__web {
		width: 90px;
	}

	#header .header__right .header__btn__tel dl dt {
		font-size: 8px;
		line-height: 1;
		margin-bottom: 0;
		padding-top: 7px;
	}

	#header .header__right {
		width: 216px;
		align-items: center;
	}

	#header .header__right .header__btn__tel dl dd {
		font-size: 16px;
		letter-spacing: 1px;
	}

	#header .header__right .header__btn__tel a::after {
		width: 23px;
		height: 23px;
	}

	.toggle__row a {
		font-size: 11px;
	}

	#header .logo {
		width: 143px;
	}

	#header .header__left {
		left: 20px;
		top: 19px;
	}

	#header .header__right .header__btn__tel a::after {
		left: -17px;
	}

	#header .header__center {
		margin-right: 20px;
	}

	.toggle__row .sub-menu ul li a {
		font-size: 13px;
	}

	.toggle__row .sub-menu {
		margin-left: -137px;
		width: 248px;
		padding: 22px 10px 22px 17px;
	}
}



.wrap {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer {
	padding: 209px 0 150px;
}

#header img,
#footer img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 767px) {
	#footer {
		padding: 362px 30px 100px;
	}
}

@media screen and (max-width: 359px) {
	#footer {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.footer__common {
	background: #0b234b;
	color: #fff;
}

.footer__common .wrap {
	display: flex;
	justify-content: space-between;
}

.footer__common .footer__info {
	width: 300px;
}

.footer__common .footer__info .footer__logo {
	width: 271px;
	margin-bottom: 32px;
}

.footer__common .footer__info .footer__address {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 32px;
}

.footer__common .footer__info .footer__validate li {
	position: relative;
	padding-left: 22px;
	line-height: 1;
	font-size: 13px;
}

.footer__common .footer__info .footer__validate li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-size: 100% auto;
}

.footer__common .footer__info .footer__validate li+li {
	margin-top: 10px;
}

.footer__common .footer__info .footer__validate li:last-child {
	padding-left: 0px;
}

.footer__common .footer__info .footer__validate .icon-a::before {
	background-image: url("./img/top/icon_award.png");
}

.footer__common .footer__info .footer__validate .icon-c::before {
	background-image: url("./img/top/icon_shield.png");
}

.footer__common .footer__banner {
	width: 280px;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}

.footer__common .footer__banner a {
	display: block;
	line-height: 1;
}

.footer__common .footer__nav {
	width: 342px;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.footer__common .footer__nav .nav__col {
	width: 150px;
}

.footer__common .footer__nav .nav__col p {
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 1;
	color: #c1d3f5;
}

.footer__common .footer__nav .nav__col ul li {
	position: relative;
	line-height: 1;
	margin-bottom: 6px;
	padding-left: 13px;
}

.footer__common .footer__nav .nav__col ul li::before {
	content: "";
	background: url("./img/top/icon_triangle.png") no-repeat center;
	width: 7px;
	height: 5px;
	background-size: 100% auto;
	position: absolute;
	top: 55%;
	left: 0px;
	transform: translateY(-50%);
}

.footer__common .footer__nav .nav__col ul li a {
	font-size: 14px;
}

.footer__common .footer__nav .nav__col+.nav__col {
	margin-top: 0;
}

.footer__common address {
	font-size: 13px;
	text-align: left;
	line-height: 1;
	position: absolute;
	bottom: -31px;
	left: 2px;
	color: #C1D3F5;
}


@media screen and (min-width: 768px) and (max-width: 1099px) {
	#footer {
		padding: 209px 30px 100px;
	}

	.footer__common .footer__banner {
		width: 170px;
		left: 49%;
	}

	.footer__common .footer__nav {
		width: 292px;
		margin-right: -25px;
	}

	.footer__common .footer__info .footer__address {
		font-size: 13px;
	}

	.footer__common .footer__info .footer__validate li {
		font-size: 12px;
	}

	.footer__common .footer__nav .nav__col ul li a,
	.footer__common .footer__nav .nav__col p {
		font-size: 13px;
	}

	.footer__common .footer__nav .nav__col {
		width: 145px;
	}
}

@media screen and (max-width: 767px) {
	.footer__common .wrap {
		display: block;
	}

	.footer__common .footer__info {
		width: 100%;
		margin-bottom: 34px;
	}

	.footer__common .footer__info .footer__logo {
		margin-bottom: 23px !important;
	}

	.footer__common .footer__info .footer__address {
		margin-bottom: 32px !important;
	}

	.footer__common .footer__banner {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		margin: 0 auto 64px;
		width: auto;
	}

	.footer__common .footer__nav {
		width: 100%;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.footer__common .footer__nav .nav__col {
		width: 47%;
	}

	.footer__common .footer__nav .nav__col p {
		margin-bottom: 12px !important;
	}

	.footer__common .footer__nav .nav__col ul li {
		margin-bottom: 6px;
		padding-left: 13px;
	}

	.footer__common .footer__nav .nav__col ul li::before {
		left: 0px;
	}

	.footer__common .footer__nav .nav__col+.nav__col {
		margin-top: 0;
	}

	.footer__common address {
		position: relative;
		bottom: 0;
		left: 0;
	}
	.__link {
		font-size: 13px;
		margin-bottom: 10px;
	}
}


.contact__frame {
	max-width: 1080px;
	margin: 0 auto;
	background: url("./img/top/contact_bg.jpg") no-repeat center;
	background-size: cover;
}

.contact__frame .contact__frame-inner {
	padding: 65px 80px 63px 63px;
	display: flex;
	justify-content: space-between;
}

.contact__frame .contact__frame-inner .left {
	width: 466px;
	color: #fff;
}

.contact__frame .contact__frame-inner .left .contact__frame-title {
	text-align: left;
	margin-bottom: 52px;
}

.contact__frame .contact__frame-inner .left .contact__frame-title .title-en {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 8px !important;
}

.contact__frame .contact__frame-inner .left .contact__frame-title .title-jp {
	font-size: 14px;
	line-height: 1;
}

.contact__frame .contact__frame-inner .left dl dt {
	font-size: 24px;
	margin-bottom: 14px;
}

.contact__frame .contact__frame-inner .left dl dd {
	font-size: 16px;
	line-height: 160%;
}

.contact__frame .contact__frame-inner .right {
	width: 434px;
}

.contact__frame .contact__frame-inner .right dl {
	color: #fff;
	position: relative;
	padding-left: 63px;
	text-align: center;
	margin-bottom: 26px;
}

.contact__frame .contact__frame-inner .right dl dt {
	line-height: 1;
	font-size: 20px;
	margin-bottom: 14px;
}

.contact__frame .contact__frame-inner .right dl dd {
	line-height: 1;
	letter-spacing: 4px;
}

.contact__frame .contact__frame-inner .right dl dd span {
	font-size: 48px;
}

.contact__frame .contact__frame-inner .right dl dd span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	transform: translateY(-50%);
	background-size: 100% auto;
	background-image: url("./img/top/icon_tel.png");
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
}

.contact__frame .contact__frame-inner .right .bnr a {
	display: flex;
	justify-content: center;
	background: #fff;
	line-height: 1;
	padding: 26px 0;
	color: #896A38;
	font-size: 32px;
	text-align: center;
	align-items: center;
}

.contact__frame .contact__frame-inner .right .bnr a span {
	display: block;
	line-height: 128%;
	padding: 0 23px 0 10px;
}

.contact__frame .contact__frame-inner .right .bnr a i {
	display: block;
}

.contact__frame .contact__frame-inner .right .bnr a i img {
	display: block;
	line-height: 1;
	width: 100%;
	height: auto;
}

.contact__frame .contact__frame-inner .right .bnr a .icon-pc {
	width: 45px;
}

.contact__frame .contact__frame-inner .right .bnr a .icon-pc img {
	filter: brightness(0) saturate(100%) invert(38%) sepia(63%) saturate(418%) hue-rotate(358deg) brightness(94%) contrast(80%);
}

.contact__frame .contact__frame-inner .right .bnr a .icon-a {
	width: 13px;
}

.contact__frame .contact__frame-inner .right .sp .bnr a {
	padding: 20px 20px;
	justify-content: space-between;
}

.contact__frame .contact__frame-inner .right .sp .bnr a span {
	font-size: 20px;
	line-height: 118%;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
	.contact__frame .contact__frame-inner {
		padding: 40px 30px 30px 30px;
		align-items: center;
	}

	.contact__frame .contact__frame-inner .right {
		width: 50%;
	}

	.contact__frame .contact__frame-inner .left {
		width: 48%;
	}

	.contact__frame .contact__frame-inner .right dl dt {
		font-size: 16px;
	}

	.contact__frame .contact__frame-inner .right dl dd span::before {
		width: 60px;
		height: 60px;
		left: -10px;
	}

	.contact__frame .contact__frame-inner .right dl dd span {
		font-size: 35px;
	}

	.contact__frame .contact__frame-inner .right .bnr a {
		font-size: 23px;
	}

	.contact__frame .contact__frame-inner .right dl {
		padding-left: 30px;
	}

	.contact__frame .contact__frame-inner .right .bnr a .icon-pc {
		width: 38px;
	}

	.contact__frame .contact__frame-inner .left dl dt .sp {
		display: block;
	}

	.contact__frame .contact__frame-inner .left .contact__frame-title {
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 767px) {
	.contact__frame {
		background: url("./img/top/contact_bg_sp.jpg") no-repeat center;
		background-size: cover;
	}

	.contact__frame .contact__frame-inner {
		padding: 40px 25px;
		display: block;
	}

	.contact__frame .contact__frame-inner .left {
		width: 100%;
		margin-bottom: 30px;
	}

	.contact__frame .contact__frame-inner .left .contact__frame-title {
		margin-bottom: 31px;
		text-align: center;
	}

	.contact__frame .contact__frame-inner .left .contact__frame-title .title-en {
		text-align: center;
	}

	.contact__frame .contact__frame-inner .left dl dt {
		line-height: 160%;
		margin-bottom: 8px;
		text-align: center;
	}

	.contact__frame .contact__frame-inner .right {
		width: 100%;
	}

	.contact__frame .contact__frame-inner .right .icon-desktop {
		margin-top: 19px;
	}

	.contact__frame .contact__frame-inner .right dl {
		color: #fff;
		position: relative;
		padding-left: 63px;
		text-align: center;
		margin-bottom: 26px;
	}

	.contact__frame .contact__frame-inner .right dl dt {
		line-height: 1;
		font-size: 20px;
		margin-bottom: 14px;
	}

	.contact__frame .contact__frame-inner .right dl dd {
		line-height: 1;
		letter-spacing: 4px;
	}

	.contact__frame .contact__frame-inner .right dl dd span {
		font-size: 48px;
	}
}

@media screen and (max-width: 359px) {
	.contact__frame .contact__frame-inner .left dl dt {
		font-size: 20px;
	}

	.contact__frame .contact__frame-inner .right .sp .bnr a span {
		font-size: 18px;
	}

}

#ft-fixed {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 123;
	transition: all .3s ease;
}

.ft-fixed__shared {
	display: flex;
	justify-content: space-between;
	height: 64px;
	align-items: center;
}

.ft-fixed__shared img {
	width: 100%;
	height: auto;
}

.ft-fixed__shared p {
	margin-bottom: 0;
}

.ft-fixed__shared a {
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ft-fixed__shared span {
	display: block;
	width: 135px;
	margin: 0 auto;
}

.ft-fixed__shared .ft__tel__web {
	width: calc(100% - 64px);
	display: flex;
	justify-content: space-between;
}

.ft-fixed__shared .fixed__btn__tel,
.ft-fixed__shared .fixed__btn__web {
	background: url("./img/top/ft_bg.png") repeat-x center;
	width: 50%;
}

.ft-fixed__shared .fixed__btn__web {
	border-left: 1px solid #fff;
}

.ft-fixed__shared .fixed__up {
	width: 64px;
}

.ft-fixed__shared .fixed__up a:hover,
.ft-fixed__shared .fixed__up a:hover img {
	opacity: 1 !important;
}

@media screen and (max-width: 359px) {
	.ft-fixed__shared span {
		width: 100px;
	}
}


#contact-ct {
	margin-bottom: -161px;
	position: relative;
	z-index: 2;
}





.home #contact-ct::before {
	content: "";
	background: #F1F1F1;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0px;
	height: 173px;
	z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
	#contact-ct {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media screen and (max-width: 767px) {
	#contact-ct {
		margin: 0 0px -321px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.home #contact-ct::before {
		height: 262px;
	}
}

@media screen and (max-width: 359px) {
	#contact-ct {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home #contact-ct::before {
		height: 280px;
	}
}