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

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: "dnp-shuei-gothic-kin-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.6em;
	letter-spacing: .1em;
	line-height: 2em;
	color: #333;
	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: middle;
	text-decoration: none;
	color: #333;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

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

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

a:hover img {
	opacity: 0.8;
}

img {
	width: auto;
    height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
}

strong {
	font-weight: bold;
}


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

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

	.auto_height {
		height: auto!important;
	}

}


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

.cl {
	clear: both!important;
}

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

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

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

}


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

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

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

#wrapper {
	height: 100%;
}

@media (max-width: 767px) {

	.container {
		padding: 0 20px;
	}

}


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

.txt_color {
	color: #94C789;
}

.txt_link {
	vertical-align: top;
	text-decoration: underline!important;
	font-weight: bold;
	color: #94C789!important;
}

.txt_link:hover {
	text-decoration: none!important;
}

.catch_title {
	text-align: center;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	color: #FFAEA2;
}


/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/
#wrapper {
    height: 100%;
    box-sizing: border-box;
}


#header {
	transition: all .4s ease;
}

#header .wrap {
    max-width: 100%;
}



/*--------------------------------------
	nav
--------------------------------------*/
header .header__nav nav {

	position: fixed;
	top: 25px;
	right: 51px;


	background: #fff;
	border-radius: 50px;	
}
header .header__nav nav ol {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 30px;
    line-height: 56px;
    gap: 40px;
    justify-content: space-between;
    color: #796042;
}
header .header__nav nav ol a {
    color: #796042;
}
header .header__nav nav ol > li:hover small {
color: #FD9B01;
}

header .header__nav nav ol > li .up-menu {
    display: flex;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    letter-spacing: 0.05em;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    position: relative;
    flex-direction: column;
    justify-content: center;
    color: #796042;
    line-height: 49px;
    font-weight: 600;
}
header .header__nav nav ol > li .up-menu small {
	position: relative;
	z-index: 2;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 18px;
}

header .header__nav nav ol > li.hover .up-menu .menu-text,
header .header__nav nav ol > li.hover .up-menu a {
    color: #F29801;
}


.sub-menu {
	position: absolute;
	top: calc(100% + 0px);
	left: 50%;
    display: block;
    width: 340px;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #F29801;
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 5px 10px 5px;
    border-color: transparent transparent #F29801 transparent;
}
.sub-menu a {
    color: #fff!important;
    vertical-align: top;
    font-weight: 600;
	display: block;
	line-height: 1;
	padding: 10px 0;
}
.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

	header .header__nav nav ol .sub-menu a:hover{
		color: #333!important;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}	


@media screen and (min-width: 768px) {
	#nav__top {
		display: block!important;
	}
	header .header__nav nav ol > li dl {
		pointer-events: none;
	}

	.menu-item-has-children:hover::after {
		content:"";
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 100%;
		height: 40px;
	}

}




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

	header .header__nav {
        top: 0!important;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        overflow: auto;
        z-index: 998;
        width: 100%;
        position: relative;
        right: 0;
        background: rgba(247,246,240,0.9);
        border-radius: 0;
        padding-bottom: 28vw;
	}
	header .header__nav #nav__top {
        width: auto;
        position: relative;
        top: 0;
        right: 0;
        max-width: 100%;
        background: none;
        border-radius: 0;
        padding: 35vw 0 8vw;
        border-bottom: 1px solid #796042;
        margin: 0 8vw;
 }


	
	header .header__nav nav ol {
		display: block;
		-webkit-flex-direction: column;
		flex-direction: column; 
		padding: 0;
	}

	header .header__nav nav ol > li {padding: 6px 0;}

	header .header__nav nav ol > li > .up-menu {
        width: 100%;
		text-align: left;
		display: block;

	}

	header .header__nav nav ol > li > .up-menu:hover {

	}

	header .header__nav nav ol > li > .up-menu a,
	header .header__nav nav ol > li > .up-menu span {
        padding: 16px 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        height: auto;
        color: #796042;
        font-size: 20px;
        letter-spacing: 0.05em;
        font-weight: 600;
        line-height: 1;
        border-radius: 20px;
        text-align: left;
	}

	header .header__nav nav ol > li > .up-menu span {
		margin: 0;
	}

	header .header__nav nav ol > li > span {
		position: relative;
	}


	.menu-item-has-children .up-menu::after {
		content: "";
		position: absolute;
		top: 15px;
		right: 0;
		background: url(./img/nav_close.png) no-repeat bottom center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		width: 17px;
		height: 17px;
	}

	.menu-item-has-children.hover .up-menu::after {
		background-position: top center;margin-top: 0;color: #333;
	}
	
	header .header__nav nav ol > li:hover small {
		color: #796042;
	}
	.menu-item-has-children.hover .up-menu small {
		color: #FD9B01;
	}

	.sub-menu {
		width: 100%;
		background: rgba(242,152,1,0.9);
		padding: 10px;
	}

	header .header__nav nav ol > li .sub-menu a {
		padding: 4px 0px 4px 20px;
		text-align: left;
		font-size: 16px;
		line-height: 1;
		line-height: 28px;
		letter-spacing: 0.02em;
	}

	header .header__nav nav ol > li .sub-menu a:hover {
		text-decoration: none;
		background: none;
	}

	header .header__nav nav ol > li dl {
		position: relative;
		top: 0;
		padding: 0;
		background: none;
	}

	header .header__nav nav ol > li dl li {
		padding-left: 0;
	}

	header .header__nav nav ol > li dl li::before {
		display: none;
	}


	header .header__nav nav ol > li .sub-menu {
		position: inherit;
		display: none;
		top: 0;
		padding: 10px 0;
		border-radius: 0;
	}
	header .header__nav nav ol > li .up-menu small {
		font-size: 20px;
	}


	header .header__nav nav ol > li .sub-menu li {
		display: block;
	}

	header .header__nav nav ol > li .sub-menu li:first-child {
		border-top: 0px;
	}

	header .header__nav nav ol > li .sub-menu a {
		display: block;
	}



	.sub-menu::before {
		display: none;
	}
	.nav-Opened header .header__nav {
		opacity: 1;
		visibility:visible;
	}

	
	
	
	
}
@media screen and (min-width: 767px) and (max-width: 999px) {
    header .header__nav nav ol {
        gap: 15px;
    }
    header .header__nav nav ol > li .up-menu {
        font-size: 15px;
    }
	header .header__nav nav ol > li .up-menu small {
		font-size: 15px;
	}
	.sub-menu a {
		font-size: 15px;
	}
}



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 .toggleMenu,
body.nav-Opened .header__main-container,
body.nav-Opened .header__main-container *,
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;
}

body.nav-Opened .header_logo {}
#header:after {

	
}
body.nav-Opened #header:after {
	opacity: 1;
	visibility: visible;
}
/*--------------------------------------
	toggle menu
--------------------------------------*/

@media screen and (max-width: 767px) {
    #header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 999;
		transition: all .4s ease;
		}
	


    /* logo */

    #header .header_logo {
        width: 45%;
        margin: 0;
        top: 20px!important;
        left: 20px;
        max-width: 180px!important;
    }

    #header .header_logo img {
        width: 100%;
        max-width: 100%;
    }
    #header .header_logo a:hover {
        text-decoration: none;
    }
	
	
	
	
    #header .toggleMenu {
        display: block;
    }
    .toggleMenu {
        width: 64px;
        height: 58px;
        text-align: left;
        color: #fff;
        cursor: pointer;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 999;
        background: #F29801;
        padding: 17px 13px 8px 14px;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .toggleMenu .menu-trigger {
        display: block;
    }
    .toggleMenu.active .menu-trigger {
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        width: 100%;
        height: 3px;
        border-radius: 10px;
        position: absolute;
    }
	.menu-trigger span {
		background-color: #fff;
	}
    .menu-trigger {
        position: relative;
        width: 35px;
        height: 23px;
        margin: 0;
    }
	
	.menu-trigger::before {
		content: "MENU";
		position: absolute;
		top: -21px;
		left: -11px;
		right: 0;
		font-family: "Zen Maru Gothic", serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.05em;
		font-size: 12px;
		width: 50px;
		text-align: center;
		line-height: 1;
		display: none;
 }
	
	.toggleMenu.active .menu-trigger::before {
		content: "CLOSE";

	}
	
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .toggleMenu.active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    .toggleMenu.active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .toggleMenu.active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }
}


/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/

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


/*--------------------------------------
	footer menu
--------------------------------------*/



 

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

/*--------------------------------------
	conversion section
--------------------------------------*/

.conversion {
	padding: 53px 0 61px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}

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

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

.conversion .conversion__list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.conversion .conversion__list li + li {
	margin-left: 1%;
}


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

	.conversion .conversion__title {
		font-size: 28px;
	}

	.conversion .conversion__list {
		max-width: 535px;
		margin: 0 auto;
	}

	.conversion .conversion__list{
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.conversion .conversion__list li + li {
		margin-top: 10px;
		margin-left: 0%;
	}

}

/*-----------------------------------------------------------
■ 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-image-box-img,
	.img_l .elementor-image-box-img {
		float: none;
		width: 100%!important;
		margin: 0 auto 20px!important;
		text-align: center;
	}

}





body #wrapper {

}
body #wrapper {
	position: relative;
	overflow: hidden;
}




.wrap {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#main {
	position: relative;
	z-index: 2;
}

.img-object {
	background-size: cover;
	background-position: center center;
	position: relative;
}
.img-object img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}



#header {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 125;
	left: 0;
}
#header::before {
	content: "";
	height: 80px;
/*	background: #fff;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}





.pagetop {
    width: 9vw;
    height: 9vw;
    display: block;
    position: fixed;
    bottom: 22vw;
    right: 3vw;
    z-index: 10;
    cursor: pointer;
    border-radius: 5px;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.has-nav .pagetop,
.has-nav #ft-fixed-bot {
	opacity: 1;
	visibility: visible;
}





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

.pagetop {
    width: 48px;
    height: 48px;
    bottom: 90px;
    right: 20px;
    border-radius: 15px;
}
.pagetop:hover {
	opacity: .7;
}



}




@font-face {
	font-family: 'Helvetica Neue';
	src: url("./img/fonts/HelveticaNeue.woff2") format("woff2"), url("./img/fonts/HelveticaNeue.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.fnt-helv {
	font-family: 'Helvetica Neue';
	font-weight: 400;
}


#header .header_logo {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 3;
	width: 50vw;
	max-width: 230px;
}

@media screen and (min-width: 767px) {
#header .header_logo {
	top: 24px;
	left: 72px;
	max-width: 230px;
}
}


#footer-contact {
	background: url(./img/cv_bg_sp.jpg) no-repeat center;
	background-size: cover;
	padding: 10vw 4vw;
}
#footer-contact .row {
	justify-content: space-between;
}
#footer-contact .col {
	color: #fff;
	padding: 7vw 0;
	position: relative;
}
#footer-contact .col dl {
    font-weight: bold;
}
#footer-contact .col dl dt {
	font-size: 32px;
	text-align: center;
	margin-bottom: 8vw;
}
#footer-contact .col dl dd {
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0;
}
#footer-contact .col + .col {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	position: relative;
	padding: 16vw 0;
}
#footer-contact .col + .col::after {
	content: "";
	background: url(./img/icon_corner.png) no-repeat;
	width: 16px;
	height: 16px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
#footer-contact .col + .col .tt {
	font-size: 14px;
	margin-bottom: 1vw;
}
#footer-contact .col + .col .icon-tel {
	font-size: 26px;
}
#footer-contact .col + .col .icon-tel span {
	padding-left: 30px;
	position: relative;
	color: #fff;
}
#footer-contact .col + .col .icon-tel span::before {
	content: "";
	background: url(./img/icon_tel02.png) no-repeat;
	width: 20px;
	height: 34px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 58%;
	left: 0;
	transform: translateY(-50%);
}
#footer-contact .col + .col .icon-contact {
	font-size: 20px;
}
#footer-contact .col + .col .icon-contact span {
	padding-left: 40px;
	position: relative;
	color: #fff;
}
#footer-contact .col + .col .icon-contact span::before {
	content: "";
	background: url(./img/icon-mail3.png) no-repeat;
	width: 32px;
	height: 24px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 54%;
	left: 0;
	transform: translateY(-50%);
}
#footer-contact .col + .col a {
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#footer-contact .col:nth-child(2) {
	background-color: rgba(232, 185, 97, 0.6);
	margin-bottom: 5vw;
}
#footer-contact .col:nth-child(3) {
	background-color: rgba(245, 208, 157, 0.6);
}

@media screen and (min-width: 767px) {
#footer-contact {
	background: url(./img/cv_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 0 0;
}
#footer-contact .row {
	display: flex;
	justify-content: space-between;
}
#footer-contact .col {
	width: 49%;
	padding: 98px 0 0 0;
	transition: all .4s ease;
}
#footer-contact .col dl {
	
	padding-left: 40px;
	letter-spacing: 0px;
	position: relative;
}
	#footer-contact .col dl::before {
		content: "";
		width: 2px;
		border-left: 2px solid #fff;
		position: absolute;
        bottom: 8px;
        left: 0;
        top: -7px;
	}
#footer-contact .col dl dt {
	font-size: 32px;
	margin-bottom: 26px;
	text-align: left;
	line-height: 1;
}
#footer-contact .col dl dd {
	font-size: 16px;
	line-height: 32px;
	text-align: left;
}
#footer-contact .col + .col {
	width: 26%;
	text-align: center;
	position: relative;
	margin-bottom: 0;
	padding: 114px 0 123px;
}
#footer-contact .col + .col::after {
	width: 16px;
	height: 16px;
	bottom: 10px;
	right: 10px;
}
#footer-contact .col + .col .tt {
	font-size: 14px;
	margin-bottom: 0;
	letter-spacing: 0;
}
#footer-contact .col + .col .icon-tel {
	font-size: 26px;
}
#footer-contact .col + .col .icon-tel span {
	padding-left: 30px;
	position: relative;
	color: #fff;
}
#footer-contact .col + .col .icon-tel span::before {
}
#footer-contact .col + .col .icon-contact {
	font-size: 20px;
}
#footer-contact .col + .col .icon-contact span {
	padding-left: 48px;
}
#footer-contact .col + .col .icon-contact span::before {width: 39px;height: 30px;}
}
#footer-contact .col:nth-child(3) .tt {
	margin-bottom: 0;
}
#footer-contact .col:nth-child(3):hover {
	opacity: .7;
}
#footer {
	font-size: 14px;
	background: #fff;
     color: #796042;
}
#footer a {
   color: #796042; 
}
#footer .wrap {
	padding: 15vw 4vw 7vw;
	letter-spacing: 1px;
    font-weight: bold;
}
#footer p {
	margin-bottom: 4vw;
	line-height: 24px;
}
#footer .logo {
	max-width: 274px;
	margin-bottom: 5vw;
	width: 65vw;
}
#footer .sitemaplink {
	font-size: 14px;
}
#footer .sitemaplink a {
	color: #F29801;
}
#footer .copy-right {
	background: #796042;
	text-align: center;
	line-height: 1;
	color: #fff;
	padding: 20px 0 85px;
}
#footer .copy-right address {
	font-weight: 500;
}

@media screen and (min-width: 767px) {
#footer {
	background: #fff;
}
#footer .wrap {
	padding: 61px 0 37px;
}
#footer p {
	margin-bottom: 22px;
	line-height: 24px;
	padding-left: 8px;
}
#footer .logo {
	width: 274px;
	margin-bottom: 27px;
	padding-left: 10px;
}
#footer .sitemaplink {
	font-size: 14px;
}
#footer .sitemaplink a:hover {
	text-decoration: underline;
}
#footer .copy-right {
	padding: 24px 0 90px;
}
}
#ft-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 996;
	opacity: 1;
	visibility: visible;
	transition: opacity .4s ease;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#ft-fixed .wp-sp {
	width: 35%;
}
#ft-fixed .wp-sp:first-child {
    width: 30%;
}
#ft-fixed .icon-sp {
	position: relative;
}
#ft-fixed .icon-sp::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -12px;
    left: 50%;
    margin-left: -15px;
}
#ft-fixed .icon-tel {
	background: #50ABDB;
}
#ft-fixed .icon-tel span {
    letter-spacing: 0.02em;
}
#ft-fixed .icon-tel::before {
	background: url(./img/icon_tel_sp.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#ft-fixed .icon-mail {
	background: #E6AA4B;
}
#ft-fixed .icon-mail::before {
	background: url(./img/icon_mail_sp.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#ft-fixed .icon-chatbox {
	background: #65D179;
}
#ft-fixed .icon-chatbox::before {
	background: url(./img/icon_chatbox_sp.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#ft-fixed span {
	font-size: 15px;
	display: block;
	text-align: center;
    padding-top: 25px;
    padding-bottom: 12px;
	color: #fff;
	line-height: 1;
    font-weight: bold;
    letter-spacing: 0.02em;
}


@media screen and (min-width: 767px) {
#ft-fixed {
	width: 640px;
	left: auto;
	right: 20px;
	bottom: 20px;
}
    #ft-fixed .wp-sp:first-child,
#ft-fixed .wp-sp {
	width: 200px;
	transition: all .4s ease;
}

#ft-fixed .wp-sp.wp-sp-tel {
	width: 220px;
}
	#ft-fixed .wp-sp:hover {
		opacity: .6;

	}
    #ft-fixed .wp-sp:first-child:hover {
        opacity: 1;
    }
#ft-fixed .icon-sp {
}
#ft-fixed .icon-sp::before {
	top: 50%;
	width: 15px;
	height: 19px;
	left: 11px;
	transform: translateY(-50%);
	margin-left: 0;
}
#ft-fixed .icon-tel::before {
	background: url(./img/icon_tel.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 15px;
	height: 19px;
	left: 19px;
}
#ft-fixed .icon-tel span {
        font-size: 19px;
        letter-spacing: 1px;
        padding-left: 38px;
}
#ft-fixed .icon-mail::before {
	background: url(./img/icon_mail.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 26px;
	height: 20px;
}
#ft-fixed .icon-chatbox::before {
	background: url(./img/icon_chatbox.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 25px;
	height: 23px;
}
#ft-fixed span {
	font-size: 18px;
	text-align: left;
	padding-left: 44px;
	padding-top: 14px;
	padding-bottom: 14px;
	letter-spacing: 0;
}
}

@media screen and (max-width: 399px) {
	#ft-fixed .wp-sp {
		width: 32%;
	}
	#ft-fixed .wp-sp:first-child {
		width: 32%;
	}
	#ft-fixed .wp-sp-tel {
		width: 36%;
	}
	

	#ft-fixed span {
		font-size: 13px;
	}
}



@media screen and (min-width: 767px) and (max-width: 1199px) {
	#footer .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	#header .header_logo {
		left: 30px;
	}
	#header .header_menu {
		right: 30px;
	}
	#footer-contact .col {
		width: 40%;
	}
	#footer-contact .col + .col {
		width: 30%;
	}
}

.home p {
    margin-bottom: 0;
}



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


    #header .header_menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease;
        overflow: auto;
        padding-bottom: 0px;
        background: #FFFFFF;
        z-index: 998;
    }



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



@media only screen and (max-width: 767px) {
	
	.header__main-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease;
        overflow: auto;
        padding-bottom: 0px;
        background: rgba(247,246,240,0.9);
        z-index: 998;
	}
	
    header .header__nav nav {
position:relative;
top:0;
left: 0;
    }



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

header .header__nav nav ol {
	display:block!important;
}


#header .header__nav .g_nav .menu-item-has-children .sub-menu {
        position: inherit;
        display: none;
        top: 0;
        padding:10px 0;
}
#header .header__nav .g_nav .menu-item-has-children.hover .sub-menu {
	display: block;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	visibility: visible;
}
header .header__nav nav ol > li .up-menu span.menu-text {
		display: block;
	}

}

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

.flow .imgtxt1121 .img{
	width: 40%;
}

.flow .imgtxt1121 .txt{
	width: 57%;
}

@media only screen and (max-width: 767px) {
.flow .imgtxt1121 .img{
	width: 100%;
}
	.flow .imgtxt1121 .txt{
	width: 100%;
}
}