@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
*/


/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

/*reset*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,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;}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;}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}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Noto Sans JP';
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 32px;
	color: rgba(85, 85, 85, 1);
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	vertical-align: baseline;
	text-decoration: none;
	color: #333;
	transition-duration: 0.3s;
}
header a:hover{
	text-decoration: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

a:focus, *:focus {
	outline: none;
}
@media screen and (min-width: 768px){
	a:hover img {
		opacity: 0.8;
	}
}

.home{
	font-family: 'Zen Maru Gothic';
}

body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}
body.nav--opened .header__logo,
body.nav--opened .header__logo *,
body.nav--opened .menu-trigger,
body.nav--opened #header .header_menu.open,
body.nav--opened #header .header_menu.open *{
    touch-action: auto !important;
    pointer-events: visible !important;
}
.nav--opened{
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	touch-action: none !important;
	pointer-events: none !important;
}
.nav--opened #header .header_menu.open .g_nav{
	visibility: visible;
	pointer-events: visible;
	overflow: auto;
}

.nav--opened iframe[src*="console.nomoca-ai.com"]{
	z-index: -1 !important;
}

img {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	transition: 0.3s all ease;
}


table {
	width: 100%;
}

strong, b {
	font-weight: bold;
}


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

	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}

	.auto_height {
		height: auto!important;
	}

}
.page-id-842 .elementor-section.elementor-section-boxed > .elementor-container,
.page-id-43 .elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 100%;
}

/*--------------------------------------
	icons
--------------------------------------*/

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

/* float */
.fr {
	float: right!important;
}

.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* text-align */
.tac {
	text-align: center!important;
}

.tar {
	text-align: right!important;
}

.tal {
	text-align: left!important;
}


/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
}

.container::after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	height: 100%;
	padding-top: 138px;
	overflow: hidden;
}

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

}
@media (max-width: 370px){
	.container {
		padding: 0 15px;
	}
}
/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
	display: none !important;
}

.mb {
	display: none;
}

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

	.sp {
		display: block !important;
	}

}

@media screen and (max-width:480px) {
	.mb {
		display: block;
	}

	.pcm {
		display: none;
	}

}
/*--------------------------------------
	text color
--------------------------------------*/

.txt_color {
	color: rgba(243, 152, 0, 1);
}

.txt_link {
	vertical-align: top;
	text-decoration: underline!important;
	font-weight: bold;
	color: rgba(243, 152, 0, 1)important;
}

.txt_link:hover {
	text-decoration: none!important;
}
.btn_link{
	max-width: 300px;
	width: 100%;
}
.btn_link a{
	color: #fff;
	background: rgba(243, 152, 0, 1);
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	transition: all 0.3s;
	font-weight: 600;
	box-sizing: border-box;
}

.btn_link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
	margin-top: -4px;
}

.btn_link a:hover {
	opacity: 0.7;
}
.btn .btn_link{
	margin: 0 auto;
}
/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#header {
	position: fixed;
	top: 0 ;
	left: 0;
	width: 100%;
	z-index: 1000;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	
}
#header:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;right: 0px;
	bottom: 0px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(193,193,193,0.25);
	z-index: -1;
}

.header__main-container{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px 17px;
}
.header__sub-container{
	/* margin-bottom: 18px; */
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.header_menu{
	margin-top: 18px;
}


/*--------------------------------------
	logo
--------------------------------------*/

header .header__logo {
	width: 179px;
	margin-top: 2px;
}
header .header__logo p{
	font-size: 9.5px;
	line-height: 20px;
	letter-spacing: 0.02em;
	font-weight: 500;
	color: #473024;
	white-space: nowrap;
}
header .header__logo img {
	width: 100%;
	max-width: 100%;
}

.header__group{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 7px;
}
.header__group-contact{
	display: flex !important;
	justify-content: flex-end;
}
.header__group-contact li{
	width: 181px;
	margin-left: 5px;
}
.header__group-contact li a{
	display: block;
	background-image: url('img/top/pattern.png');
	color: #fff;
	border-radius: 25px;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 27px;
	padding: 10px;
	text-align: center;
}
.header__group-contact li.tel a{
	font-size: 19px;
	letter-spacing: 0.05em;
}
.header__group-contact li a img{
	width: auto !important;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
.header__group-contact li a:hover{
	opacity: 0.8;
}
.header__group-contact li a:hover img{
	opacity: 1 !important;
}

.header__group-info{
	padding-right: 10px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 23px;
	color: #473024;
}

.toggleMenu{
	display: none;
}
/*--------------------------------------
	nav
--------------------------------------*/

/* gnav */

#header .header_menu .g_nav {
	display: flex;
}

#header .header_menu .g_nav > li {
	vertical-align: middle;
	width: 16.6%;
	text-align: center;
	border-right: 1px solid #8D8580;
}
#header .header_menu .g_nav > li:first-child{
	border-left: 1px solid #8D8580;
}

#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #473024;
	line-height: 28px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	transition-duration: 0.3s;
	position: relative;
}

#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
#header .header_menu .g_nav > li > span:hover + dl, #header .header_menu .g_nav > li > span ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

#header .header_menu .g_nav > li > span:hover {
	position: relative;
}

#header .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	top: 28px;
	left: 0;
	display: block;
	background: #eee;
	transition-duration: 0.3s;
	opacity: 0;
	z-index: 99;
}

#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
}

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

@media screen and (min-width:768px) {
	.header__group-info img{
		width: auto !important;
		vertical-align: middle;
		margin: -2px 7px 0 0;
	}
	#header.fixed .header__sub-container{
		display: none;
	}
	#header .header_menu .g_nav>li>a:hover,
	#header .header_menu .g_nav>li>span:hover{
		background: #f39800;
		color: #fff;
	}
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}

	#header .menu_vertical .g_nav > li {
		position: relative;
	}

	#header .menu_vertical dt {
		display: none;
	}

	#header .menu_vertical .g_nav > li dl {
		left: 0;
		right: 0;
	}

	#header .menu_vertical .g_nav > li dl li {
		padding: 0;
		display: block;
		margin-right: 0;
	}
	#header .menu_vertical .g_nav > li dl li + li{
		border-top: 1px solid #fff;
	}
	#header .menu_vertical .g_nav > li dl li a {
		display: block;
		font-size: 16px;
		line-height: 22px;
		font-weight: 500;
		letter-spacing: 0;
		padding: 8px 10px;
	}

	#header .menu_vertical .g_nav > li dl li:hover {
		background: #f39800;
		color: #fff;
	}
	#header .menu_vertical .g_nav > li dl li:hover a{
		color: #fff;
	}

}

@media screen and (max-width:1080px){
	#header .header_menu .g_nav>li>a,
	#header .header_menu .g_nav>li>span,
	#header .menu_vertical .g_nav>li dl li a{
		font-size: 15px;
	}
}
@media screen and (max-width:980px){
	header .header__logo{
		width: 165px;
	}
	header .header__logo p{
		font-size: 8.8px;
	}
	.header__group-contact li{
		width: 154px;
	}
	.header__group-contact li a{
		font-size: 14px;
	}
	.header__group-contact li.tel a{
		font-size: 17px;
	}

	.header__group-info{
		padding-right: 5px;
		font-size: 13px;
	}
	.header__group-info img{
		margin-right: 4px;
	}

	#header .header_menu .g_nav>li{
		width: 15.6%;
	}
	#header .header_menu .g_nav>li.navi-access{
		width: 22%;
	}
	#header .menu_vertical .g_nav>li dl{
		width: 167px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}
@media screen and (max-width:767px) {
	#wrapper{
		padding-top: 0px;
	}
	#header {
		top: 0 !important;
		/* height: 63px; */
		position: relative;
	}
	#header:before{
		height: 63px;
	}
	.header__main-container{
		padding: 0 10px;
	}
	.header__sub-container{
		display: block;
		margin-bottom: 0px;
	}
	.header__group{
		display: block;
		margin: 16px 0px 0px;
	}
	.header__group-info{
        font-size: 4vw;
        line-height: 8vw;
        letter-spacing: .1em;
        font-weight: 700;
	}
	.header__group-info img{
		width: 4.1vw;
        position: relative;
        top: -1.2vw;
        margin-right: 1.7vw;
	}
	.header__group-contact{
		display: none !important;
	}
	#header .tel-sp{
        position: absolute;
        top: 16px;
        right: 73px;
        width: 31px;
	}
	header .header__logo{
		width: 133px;
		padding-top: 6px;
		margin-top: 0px;
	}
	header .header__logo p{
		font-size: 6.5px;
		line-height: 9px;
	}
	.toggleMenu {
		display: block;
		width: 63px;
		height: 63px;
		box-sizing: border-box;
		/* position: absolute; */
		right: 0px;
		top: 0;
		z-index: 9999;
		background: #F19C24;
		transition: 0.7s all ease-in-out;

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

	.menu-trigger {
		position: relative;
		width: 63px;
		height: 63px;
		margin: 0;
	}

	.menu-trigger span {
		position: absolute;
		left: 21px;
		width: 22px;
		height: 2px;
		background: #fff;
	}

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

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

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

	.nav--opened .toggleMenu .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}

	.nav--opened .toggleMenu .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}

	.nav--opened .toggleMenu .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}

	#header .g_nav {
		display: none;
	}

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

		display: block;
		background: #ffeed6;
		overflow-x: hidden;
		overflow-y: scroll;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0px;
		opacity: 0;
		visibility: hidden;
		padding: 99px 0 0px;
		margin-top: 0px;
	}

	#header .header_menu.open{
		opacity: 1;
		visibility: visible;
	}
	.logo-for-ham{
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 1;
	}
	span.h1_img_box {
        width: 165px;
        padding: 8px 0 0 20px;
        display: block;
        height: 63px;
        box-sizing: border-box;
    }

	#header .header_menu .g_nav {
		display: block;
		/* text-align: center;
		background: #F8F8F6;
		overflow: scroll;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0px;
		opacity: 0;
		visibility: hidden;
		padding: 99px 0 100px; */
		margin: 0px 20px 0px;

	}
	/* #header .header_menu .g_nav:before{
		content: '';
		width: 66.7vw;
		height: 57.6vw;
		background-image: url('img/top/key_deco1.png');
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		left: -21.3vw;
		top: -35.7vw;
		z-index: -1;
	}
	#header .header_menu .g_nav:after{
		content: '';
		width: 46.9vw;
		height: 44vw;
		background-image: url('img/top/key_deco1.png');
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		right: -9.3vw;
		top: 91.7vw;
		z-index: -1;
	} */
	/* .header_menu.open:before{
		content: '';
		height: 63px;
		box-shadow: 0 4px 4px rgba(193,193,193,.25);
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 10;
		pointer-events: none;
	} */
	/* #header .header_menu.open .g_nav{
		opacity: 1;
		visibility: visible;
	} */
	#header .header_menu .g_nav > li {
		position: relative;
		border-left: none;
		padding-right: 0;
		width: 100%;
		/* text-align: center; */
		
		border: none;
		border-bottom: 1px solid #ffeed6;
	}
	#header .header_menu .g_nav li:first-child{
		border-left: 0px;
	}
	/* #header .header_menu .g_nav li:last-child{
		border-right: 0px;
	} */
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		width: 100%;
		box-sizing: border-box;
		display: block;
		height: auto;
		color: #333;
		/* font-size: 16px; */
		/* line-height: 52px; */

		font-size: 18px;
		text-align: left;
		background: #fff;
		padding: 19px 45px 18px 20px;
	}
	#header .header_menu .g_nav>li.navi-access{
		width: 100%;
	}
	#header .header_menu .g_nav > li > a:hover, #header .header_menu .g_nav > li > span:hover {
		background: #f8e5c9;
	}
	#header .header_menu .g_nav > li > a span, #header .header_menu .g_nav > li > span span {
		margin: 0;
	}

	/* #header .header_menu .g_nav > li > span:after {
		content: "";
		width: 6px;
		height: 6px;
		display: inline-block;
		border-bottom: 1px solid #DB754D;
		border-left: 1px solid #DB754D;
		-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;
		position: relative;
		right: -10px;
		top: -5px;
	} */

	#header .header_menu .g_nav > li > span:after{
		content: "";
        position: absolute;
        top: 18px;
        right: 20px;
        width: 16px;
        height: 16px;
        border-bottom: 1px solid #ffeed6;
        border-left: 1px solid #ffeed6;
        box-sizing: border-box;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
	}

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

	/* #header .header_menu .g_nav > li dl {
		width: calc(100% - 50px);
		position: relative;
		top: 0;
		background: none;
		padding: 0;
		left: auto;
		transform: none;
		margin: 0 25px;
	} */
	#header .header_menu .g_nav > li dl {
		position: relative;
        top: 0;
        width: 100%;
        left: 0;
        padding: 0;
		transform: translateX(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 #ffeed6;
	}
	/* #header .header_menu .g_nav > li ul li:first-child a{
		border-radius: 20px 20px 0 0;
	}
	#header .header_menu .g_nav > li ul li:last-child a{
		border-radius: 0 0 20px 20px;
	} */

	/* #header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: url('img/top/dotted.png') repeat-x left top/auto, #fff;
		color: #3B4043;
		 font-size: 15px;
		line-height: 51px;
		font-weight: 500;
		letter-spacing: 0;

		font-size: 17px;
	} */

	#header .header_menu .g_nav > li ul li a {
		position: relative;
        display: block;
        padding: 15px 20px 12px 36px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        background: #fff;
        color: #000;
        border-bottom: 0;
        font-size: 17px;
	}
	/* #header .header_menu .g_nav > li ul li:first-child a{
		background: #fff;
	} */

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

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

	#header .contact_box{
		margin-top: 35px;
		padding: 40px 20px;
		box-sizing: border-box;
		background: #66b661;
	}
	#header .contact_box .tle{
		font-size: 23px;
		color: #fff;
		line-height: 1.4;
		margin-bottom: 20px;
		font-family: "秀英角ゴシック金 B","Shuei KakuGo Kin B";
		text-align: center
	}
	#header .contact_box .txt{
		font-size: 15px;
		color: #4b8b4a;
		text-align: left;
		line-height: 2;
		margin-bottom: 20px
	}
	#header .contact_box li + li{
		margin-top: 5px;
	}
	#header .contact_box li img {
		width: 100%
	}
}
/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#footer {
	padding: 58px 0 0;
	border-bottom: 50px solid #F39800;
}
#footer .container{
	display: flex;
	justify-content: space-between;
	padding-bottom: 84px;
}
#footer .container:after{
	display: none;
}
.footer__logo{
	width: 359px;
	margin-bottom: 48px;
}
#footer .col-left{
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0;
}
#footer .col-left .txt1{
	margin-bottom: 17px;
}
#footer .col-right{
	width: 540px;
	margin-top: 10px;
}
#footer .col-right .ttl{
	color: #473024;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	margin-bottom: 20px;
}
#footer .col-right .ttl:before{
	content: '';
	height: 3px;
	background: #EBE6DD;
	position: absolute;
	right: 0;
	left: 98px;
	top: 47%;
}
#footer .col-right nav{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 0;
}
#footer .col-right nav ul{
	padding-right: 44px;
}
#footer .col-right nav ul li a{
	position: relative;
	padding-left: 20px;
}
#footer .col-right nav ul li a:before{
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #A49082;
	transform: rotate(0deg);
	position: absolute;
	left: 0;
	top: 8px;
	transition: 0.3s all ease;
}
#footer .col-right nav ul li a:hover{
	color: #F39800;
}
#footer .col-right nav ul li a:hover:before{
	border-color: transparent transparent transparent #F39800;
}
@media screen and (max-width: 1080px){
	#footer .col-right{
		width: 460px;
	}
}
@media screen and (max-width: 980px){
	.footer__logo{
		width: 320px;
	}
	#footer .col-left{
		width: calc(100% - 350px);
	}
	#footer .col-left .txt2{
		padding-right: 25px;
	}
	#footer .col-right{
		width: 350px;
	}
	#footer .col-right nav{
		font-size: 14px;
	}
	#footer .col-right nav ul{
		padding-right: 0;
	}
	#footer .col-right nav ul li a{
		padding-left: 16px;
	}
	#footer .col-right nav ul li a:before{
		top: 7px;
	}
	
}
@media screen and (max-width: 767px) {
	#footer{
		padding: 29px 0 0;
		border-bottom-width: 28vw;
	}
	#footer .container{
		display: block;
		padding-bottom: 54px;
	}
	.footer__logo{
		max-width: 288px;
		width: 100%;
		margin: 0 auto 17px;
	}
	#footer .col-left{
		width: 100%;
		margin-bottom: 34px;
	}
	#footer .col-left .txt2{
		padding-right: 0;
	}
	#footer .col-right{
		width: 100%;
		margin-top: 0;
	}
	#footer .col-right .ttl{
		font-size: 24px;
		line-height: 39px;
		margin-bottom: 17px;
	}
	#footer .col-right .ttl:before{
		left: 90px;
		top: 50%;
	}
	#footer .col-right nav{
		display: block;
		font-size: 15px;
	}
	#footer .col-right nav ul li a:before{
		top: 8px;
	}
}
/*--------------------------------------
	fixed box
--------------------------------------*/
/* iframe[src*="console.nomoca-ai.com"] {
    bottom: 50px !important;
} */
.btnAi{
	max-height: calc(80dvh - 50px);
	bottom: 50px !important;
}
@media screen and (max-width: 767px) {
	/* iframe[src*="console.nomoca-ai.com"] {
		height: calc(100dvh - 12vw) !important;
		bottom: 12vw !important;
	} */
	.btnAi{
		max-height: calc(100dvh - 15vw);
		bottom: 15vw !important;
	}
}
.fixed-box {
	position: fixed;
	right: 0px;
	bottom: 0;
	z-index: 10;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.fixed-box .btn-ai{
	width: 143px;
	margin: 0 14px 13px auto;
}
.fixed-box .btn-ai:hover{
	cursor: pointer;
}

.fixed-box ul{
	width: 607px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.fixed-box ul li{
	margin-left: 1px;
}
.fixed-box ul li#pagetop{
	margin-left: 0;
	cursor: pointer;
	transition: 0.3s all ease;
}
.fixed-box img {
	max-width: 100%;
	vertical-align: middle;
}

@media screen and (min-width: 768px){
	.fixed-box ul li#pagetop:hover{
		opacity: 0.8;
	}
}
 
@media screen and (max-width: 767px) {
	.fixed-box .btn-ai{
		margin: 0 10px 10px auto;
	}
	.fixed-box ul{
		width: 100%;
	}
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0!important;
}

.elementor img {
	width: auto!important;
}

.elementor-image-box-wrapper {
	display: block!important;
}

.elementor-widget-image-box .elementor-image-box-content {
	text-align: left!important;
}

.elementor-image-box-title {
	padding: 10px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background: #3dc2b7;
}

.elementor-image-box-img {
	float: right;
	display: block!important;
	width: 30%!important;
	margin: 0 0 10px 20px!important;
	text-align: center;
	text-align: right;
}

.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0!important;
}

.auto_width .elementor-image-box-img {
	width: auto!important;
}

.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block!important;
}

.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8!important;
}

.elementor-slideshow__header {
	width: calc(100% - 50px)!important;
	padding-left: 0em!important;
	padding-right: 0em!important;
}

.elementor-text-editor ul {
 	list-style: inside;
}

@media screen and (max-width: 767px) {
.elementor-element-7bfb754 .greeting-btn .btn-common{
	    max-width: 288px !important;
	}
	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		float: none;
		width: 100%!important;
		margin: 0 auto 20px!important;
		text-align: center;
	}

}