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

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

/* =====================================
■BASE
===================================== */
/* -------------------------------------
general
------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #3A4043;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;*/
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #3A4043;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #487FD5;
	transition: all 0.5s;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
p:not(:last-child) {
	margin-bottom: 1.1em;
}
strong {
	font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ovHide {
	overflow: hidden;
}

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

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

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

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

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

/* =====================================
■HEADER
===================================== */
#wrapper {
	height: 100%;
	padding-top: 96px;
	box-sizing: border-box;
}
.home #wrapper {
	padding-top: 0;
}
header {
	width: 100%;
	background: rgba(72, 127, 213, 0.8);
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 9999;
	transition: all 0.5s;
}
header.fixed {
	background: rgba(72, 127, 213, 1) !important;
}
header .logo {
	float: left;
	width: 17%;
	max-width: 227px;
	height: 96px;
	display: flex;
	align-items: center;
	margin-left: 2.35%;
}
header .logo a {
	line-height: 1;
}
header .logo img {
	width: 100%;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
	#wrapper {
		padding-top: 80px;
	}
	header .logo {
		height: 80px;
		margin-left: 10px;
		width: 15%;
	}
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 60px;
	}
	body.noscroll {
		overflow-y: hidden !important;
		height: 100% !important;
	}
	header {
		top: 0 !important;
		position: absolute;
		box-shadow: inherit;
	}
	header.open {
		position: fixed;
		top: 0 !important;
		left: 0;
		background: rgba(72, 127, 213, 1);
	}
	header .logo {
		width: calc(100% - 96px);
		height: 60px;
		margin: 0 0 0 18px;
	}
	header .logo img {
		max-width: 147px;
	}

	/* toggleMenu */
	.toggleMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		background: rgba(72, 127, 213, 0.69);
		text-align: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.triggers,
	.triggers span {
		transition: all .3s;
		box-sizing: border-box;
	}
	.triggers {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 27px;
		height: 20px;
		cursor: pointer;
		position: relative;		
	}
	.triggers span {
		display: block;
		width: 27px;
		height: 2px;
		background-color: #FFFFFF;
	}
	.triggers span:nth-of-type(1) {
		transform: translateY(16px) scale(1);
	}
	.triggers span:nth-of-type(3) {
		transform: translateY(-16px) scale(1);
	}
	.triggers span:nth-of-type(2) {
		position: relative;
	}
	.triggers span:nth-of-type(2):before,
	.triggers span:nth-of-type(2):after {
		display: block;
		content: "";
		width: 27px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 0px;
		right: 0;
		transform: rotate(0deg);
		transition: all .3s;
	}
	.toggleMenu.active .triggers span:nth-of-type(1) {
		transform: translateY(0px) scale(0);
	}
	.toggleMenu.active .triggers span:nth-of-type(3) {
		transform: translateY(0px) scale(0);
	}
	.toggleMenu.active .triggers span:nth-of-type(2) {
		width: 27px;
		background: none;
	}
	.toggleMenu.active .triggers span:nth-of-type(2):before {
		width: 100%;
		height: 2px;
		transform: rotate(45deg);
	}
	.toggleMenu.active .triggers span:nth-of-type(2):after {
		width: 100%;
		height: 2px;
		transform: rotate(-45deg);
	}
}

/* -------------------------------------
nav
------------------------------------- */
nav {
	float: right;
	margin-right: 2.35%;
}
nav .menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-family: shippori-mincho, sans-serif;
}
nav .menu > li {
	position: relative;
	margin-left: 20px;
}
nav .menu > li > a,
nav .menu > li > span {	
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 96px;
	box-sizing: border-box;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 1000;
	transition: all 0.5s;
}
nav .menu > li > a > span,
nav .menu > li > span > span {
	display: block;
	margin: 0 auto;
}
nav .menu > li ul {
	display: block;
	width: 120px;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -60px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 999;
	transition: all 0.3s;
}
.desktop nav .menu > li.hover ul:after {
	display: block;
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: -33px;
	z-index: -1;
}
nav .menu > li ul li {
	width: 100%;
}
nav .menu > li ul li a {
	display: block;
	background: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	padding: 15px 10px 14px;
	position: relative;
	z-index: 2;
}
nav .menu > li ul li:not(:first-child) a {
	background-image: linear-gradient(to right, #F87508 0%, #FF9946 100%);
	background-size: 1px 1px;
	background-repeat: repeat-x;
	background-position: left top;
}
nav .menu > li ul a:hover {
	opacity: 1;
	color: #191919;
	text-decoration: none !important;
}
.desktop nav .menu > li > span:hover + ul,
.desktop nav .menu > li > span ul:hover,
.desktop nav .menu > li ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop nav .menu > li ul a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet nav .menu > li > ul {
	display: none;
}
.tablet nav .menu > li > span + ul {
	pointer-events: none;
	opacity: 0;
}
.tablet nav .menu > li.hover > span + ul {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	nav {
		display: block !important;
	}
	nav .menu > li > a:after,
	nav .menu > li > span:after {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 0;
		bottom: 0;
		transition: 0.2s ease-out;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.desktop nav .menu > li > a:hover:after,
	.desktop nav .menu > li > span:hover:after,
	nav .menu > li.hover > a:after,
	nav .menu > li.hover > span:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	nav .menu > li ul {
		pointer-events: none;
	}
	nav .menu > li ul a:after {
		content: "";
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #F87508 0%, #FF9946 100%);
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		opacity: 1;
		transition: all 0.3s;
	}
	nav .menu > li ul a:hover:after {
		opacity: 0;
		transition: all 0.3s;
	}
}

@media screen and (max-width: 1280px) and (min-width: 996px) {
	nav .menu > li {
		margin-left: 10px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		font-size: 14px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 995px) and (min-width: 768px) {
	nav {
		margin-right: 10px;
	}
	nav .menu > li {
		margin-left: 5px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		height: 80px;
		font-size: 12px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 767px) {
	nav {
		display: none;
		width: 100%;
		height: calc(100% - 60px);
		background: #F2F8FF;
		position: fixed;
		top: 60px;
		left: 0;
		margin: 0;
		box-sizing: border-box;
		overflow-y: scroll !important;
		overflow: hidden;
		z-index: 9999;
	}
	nav .menu {
		display: block;
		border: none;
		padding: 30px;
		margin: 0;
	}
	nav .menu > li {
		margin: 0;
	}
	nav .menu > li:not(:first-child) {
		margin-top: 2px;
	}
	nav .menu > li > a,
	nav .menu > li > span {
		display: block;
		width: 100%;
		height: auto;
		background: #fff !important;
		padding: 18px 45px 20px 26px !important;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		color: #22201E;
		text-align: left;
	}
	nav .menu > li > span:after {
		content: "";
		width: 11px;
		height: 11px;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
		position: absolute;
		top: 50%;
		right: 23px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition-duration: 0.2s;
		margin-top: -2px;
		box-sizing: border-box;
	}
	nav .menu > li.hover > span:after {
		transform: rotate(225deg);
		margin-top: -8px;
	}
	nav .menu > li ul {
		display: none;
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		margin: 0;
		padding: 0;
	}
	nav .menu > li ul:before,
	nav .menu > li.hover ul:after {
		display: none !important;
	}
	nav .menu > li ul li {
		display: none;
		margin-top: 2px;
		border: none !important;
	}
	nav .menu > li.hover ul li {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	nav .menu > li ul li a {
		padding: 0 26px;
		background: #ED6D1E !important;
		color: #fff;
	}
	nav .menu > li ul li:last-child a {
		border-radius: 0;
	}
	nav .menu > li ul li a > span {
		font-size: 16px;
		letter-spacing: 0.1em;
		padding: 18px 0 20px 15px;
	}
	nav .menu > li ul li a > span:before {
		width: 8px;
		height: 3px;
		background: #fff;
		border: none;
		top: 29px;
	}
	nav .menu > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

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

@media screen and (max-width: 374px) {
	nav .menu {
		padding: 25px;
	}
}


/* =====================================
■コンバージョン
===================================== */
.conversion {
	background: url(/wp-content/uploads/conversion-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 41px 0 67px;
	position: relative;
	z-index: 2;
}
.conversion .inner {
	width: 100%;
	max-width: 1063px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.conversion .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 36px;
	letter-spacing: 0;
	line-height: 1.67;
	color: #fff;
	text-align: center;
	margin-bottom: 28px;
}
.conversion .contact-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.conversion .contact-list li {
		width: calc((100% - 15px) / 2);
	}
}

@media screen and (max-width: 767px) {
	.conversion {
		background: url(/wp-content/uploads/conversion-bg_sp.jpg) no-repeat center;
		background-size: cover;
		padding: 28px 0 32px;
	}
	.conversion .heading {
		font-size: 26px;
		line-height: 1.54;
		margin-bottom: 20px;
	}
	.conversion .contact-list {
		row-gap: 5px;
		max-width: 630px;
		margin: 0 auto;
	}
}


/* =====================================
■FOOTER
===================================== */
#footer {
	background: #686C6E;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 1.85;
	color: #fff;
	padding: 80px 0 132px;
}
#footer .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1063px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#footer .logo {
	max-width: 307px;
	margin-bottom: 25px;
}
#footer address {
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-top: 68px;
}
#footer table {
	margin-bottom: 33px;
}
#footer table th {
	width: 80px;
}

@media screen and (min-width: 768px) {
	#footer .leftWrap {
		width: 47%;
		max-width: 380px;
	}
	#footer .rightWrap {
		width: 45%;
		max-width: 365px;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 42px 0;
	}
	#footer .logo {
		max-width: 244px;
		margin: 0 auto 30px;
	}
	#footer address {
		margin-top: 20px;
	}
	#footer .leftWrap,
	#footer .rightWrap {
		width: 100%;
	}
	#footer .rightWrap {
		margin-top: 10px;
	}
}

/* -------------------------------------
追従バナー
------------------------------------- */
footer .fixedBox {
	display: block;
	width: 598px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1001;
	transition: all 0.5s;
}
footer .fixedBox ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
footer .fixedBox img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	footer .fixedBox {
		background: #fff;
		width: 100%;
	}
	footer .fixedBox ul {
		justify-content: center;
	}
}


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

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


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


/* -------------------------------------
* プレページ
------------------------------------- */
header {
	display: none !important;
}