@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	background: #fff;
	color: #333;
	letter-spacing: 0.05em;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: #333;
	vertical-align: middle;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}
.home .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1080px;
}


/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
/* clears */
.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;
}
/* btn01 */
.btn01 a {
	position: relative;
	font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B;
	padding: 1.4vw 6vw;
	background: #DA0048;
	border-radius: 50px;
	font-size: 1.8rem;
	line-height: 1.94;
	letter-spacing: 0;
	color: #fff;
	-webkit-transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
	transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
	overflow: hidden;
	border: 2px solid #DA0048;
	z-index: 1;
}
.btn01 a:before {
	content: "";
	display: block;
  opacity: 1;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50px;
  -webkit-transition: all .3s cubic-bezier(.23,1,.58,1);
  transition: all .3s cubic-bezier(.23,1,.58,1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: #DA0048;
	will-change: transform;
}
.btn01 a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 9%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.btn01 a:hover {
	background: #fff;
	color: #DA0048;
	-webkit-transition: background-color 0s;
	transition: background-color 0s;
}
.btn01 a:hover:before {
	opacity: 0;
	-webkit-transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
	transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
	transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1);
	transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.btn01 a:hover:after {
	right: 8%;
	border-top: 2px solid #DA0048;
	border-right: 2px solid #DA0048;
}
@media (max-width: 767px) {
	.btn01 a {
		padding: 1.8rem;
		width: 100%;
	}
}

/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:  url('img/fonts/icomoon.eot');
	src:  url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('img/fonts/icomoon.ttf') format('truetype'),
		url('img/fonts/icomoon.woff') format('woff'),
		url('img/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):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-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";}


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


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}

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

/*--------------------------------------
header
--------------------------------------*/
#wrapper {
	height: 100%;
	/* padding-top:100px; */
	box-sizing: border-box;
}


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

#header {
	/* position: fixed; */
	position: relative;
	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: #fff;
	padding-top: 52px;
}

/* logo */
#header h1 {
	position: absolute;
	top: 36px;
	left: 3.66%;
	width: 150px;
}
#header h1 img {
	width: auto;
	max-width: 100%;
}
#header h1 a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	#header h1 {
		top: 0;
		left: 20px;
	}
}

/* gnav */
#header .header_menu {
	float: right;
}
#header .header_menu .g_nav {
	display: flex;
}
#header .header_menu .g_nav > li {
	vertical-align: middle;
}
#header .header_menu .g_nav > li > a,
#header .header_menu .g_nav > li > span {
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #333;
	line-height: 1.2;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0.08em;
	width: auto;
	height: 80px;
	margin-right: 35px;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	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 > a sub,
#header .header_menu .g_nav > li > span sub {
	font-size: 10px;
	color: #6fba2c;
	line-height: 1.2;
	display: block;
	letter-spacing: 0.25em;
	padding-top: 10px;
}

#header .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	top: 80px;
	left: 0;
	display: block;
	width: 100%;
	padding: 38px 30px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(222, 241, 204, 0.9);
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
}
#header .header_menu .g_nav > li dl dt {
	max-width: 1080px;
	margin: 0 auto 10px;
	font-size: 20px;
	line-height: 1.2;
}
#header .header_menu .g_nav > li dl ul {
	max-width: 1080px;
	margin: 0 auto;
}
#header .header_menu .g_nav > li dl li {
	display: inline-block;
	margin-right: 30px;
	line-height: 1.3;
	position: relative;
	font-size: 16px;
}
#header .header_menu .g_nav > li dl li:before {
	color: #6fba2c;
    font-size: 14px;
    margin-right: 8px;
}
#header .header_menu .g_nav > li dl li:last-child {
	margin-right: 0;
}
#header .header_menu .g_nav > li dl li a {
	color: #333;
	vertical-align: top;
}
#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
	color: #6fba2c;
	text-decoration: none !important;
}
.desktop #header .header_menu .g_nav > li > span:hover + dl,
.desktop #header .header_menu .g_nav > li > span ul:hover,
.desktop #header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.desktop #header .header_menu .g_nav > li dl a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	text-decoration: underline;
}
.tablet #header .header_menu .g_nav > li > dl {
	display: none;
}
.tablet #header .header_menu .g_nav > li > span + dl {
	pointer-events: none;
	opacity: 0;
}
.tablet #header .header_menu .g_nav > li.hover > span + dl {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (min-width: 768px) {
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}
	.desktop #header .header_menu .g_nav > li > a:hover:after,
	.desktop #header .header_menu .g_nav > li > span:hover:after,
	#header .header_menu .g_nav > li.hover > a:after,
	#header .header_menu .g_nav > li.hover > span:after {
		display: block;
		content: "";
		width: 100%;
		height: 3px;
		background: #6fba2c;
		position: absolute;
		left: 0;
		bottom: 0;
		text-decoration: none;
	}
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
	#header .header_menu {
		float: none;
		clear: both;
		width: 100%;
	}
	#header .header_menu .g_nav > li {
		width: 20%;
	}
	#header .header_menu .g_nav > li > a,
	#header .header_menu .g_nav > li > span {
		text-align: center;
		margin-right: 0;
		height: 80px;
	}
	#header .header_menu .g_nav > li dl {
		top: 146px;
	}
}


@media screen and (max-width: 767px) {
	#header {
		position: absolute;
		top: 0 !important;
	}

	/* logo */
	#header h1 {
		margin: 10px auto 20px auto;
		float: none;
		max-width: 70%;
		text-align: center;
	}
	#header h1 img {
		width: auto;
		max-width: 100%;
	}
	#header h1 a:hover {
		text-decoration: none;
	}

	#header .toggleMenu {
		display: block;
	}
	.toggleMenu {
		float: right;
		width: 38px;
		height: 70px;
		background: none;
		text-align: left;
		color: #fff;
		cursor: pointer;
		margin-right: 20px;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 38px;
		height: 24px;
		margin: 15px auto 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;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #6fba2c;
	}
	.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);
	}

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


/*--------------------------------------
SIDE
--------------------------------------*/
#sidebar {
	display: none;
}


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.contact_section {
	padding: 53px 0 61px;
	background: #0091D0;
	background-size: cover;
}
.contact_section .contact_tit {
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.6;
    text-align: left;
    float: left;
    font-family: "秀英明朝 L","Shuei Mincho L";
    width: 50%;
}
.contact_btn {
    /* float: right; */
    margin: 0 auto;
    width: 48%;
    max-width: 502px;
}


@media screen and (max-width: 767px) { 
	.contact_section {
    padding: 50px 0;
    background: #0091D0;
    background-size: cover;
}
.contact_section .contact_tit {
    font-size: 26px;
    margin-bottom: 25px;
    width: 100%;
}
.contact_btn {
    float: none;
    width: 100%;
    max-width: 652px;
    margin: 0 auto;
}
}
@media screen and (max-width: 374px) { 
.contact_section .contact_tit {
    font-size: 24px;
    letter-spacing: 0.1em;
}	
	
}
/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
    background: #fff;
    background-size: cover;
    padding: 40px 0 118px;
}
.foot_logo {
    display: inline-block;
		max-width: 149px;
		margin-top: 2px;
		margin-right: 50px;
		margin-bottom: 27px;
    float: left;
}
#footer .copyright {
	font-family: "秀英角ゴシック金 M", Shuei KakuGo Kin M;
  font-size: 1.4rem;
  color: #4B4B4B;
  line-height: 2;
  vertical-align: bottom;
  text-align: right;
  float: right;
	width: auto;
	margin-top: 10px;
}
.copyright a:hover {
	text-decoration: underline;
}
#footer ul {
	float: left;
}
#footer ul li {
	display: inline-block;
	width: 44px;
	margin-right: 13px;
}
@media (max-width: 767px) {
	.foot_logo {
		margin-right: 0;
	}
	#footer .copyright {
		clear: both;
		float: none;
		text-align: left;
	}
}

#footer .fixed_box {
	position: fixed;
	right: 68px;
	width: 282px;
	z-index: 999;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
#footer .fixed_box li {
	float: left;
}
#footer .fixed_box li img {
	width: 100%;
}
#wpfront-scroll-top-container:hover img {
	opacity: 0.8 !important;
}

.pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 30px 0 148px;
	}
	#footer ul {
		float: right;
	}
	#footer .fixed_box {
		right: 0;
		width: 100%;
	}
	#footer .fixed_box li {
		float: left;
		width: 40.5%;
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}
	#footer .fixed_box li:last-child {
		width: 19%;
		border-right: none;
		box-sizing: border-box;
	}

	#wpfront-scroll-top-container {
		display: none !important;
	}
}


/* =====================================
  TOP
===================================== */
/*--------------------------------------
  Top01
--------------------------------------*/
.top01 {
	z-index: 2;
}
.top01_btn.elementor-widget {
	position: absolute;
	bottom: 4.6vw;
}
@media (max-width: 2000px) {
	.top01_btn.elementor-widget {
		left: 0;
	}
}
@media (max-width: 767px) {
	.top01_btn.elementor-widget {
		bottom: -20px;
	}
}

/*--------------------------------------
  Top02
--------------------------------------*/
.top02 {
	top: -7.4vw;
}

/*--------------------------------------
  Top03
--------------------------------------*/
#main .top03 img {
	max-width: 845px;
	margin: 0 auto 60px;
}
@media (max-width: 767px) {
	.top03 {
		padding-right: 30px;
		padding-left: 30px;
	}
	#main .top03 img {
		max-width: 100%;
	}
}
@media (max-width: 360px) {
	#main .top03 img {
		margin: 0 auto 30px;
	}
}

/*--------------------------------------
  Top04
--------------------------------------*/
.top04 {
	padding: 83px 0;
	background: url(/wp-content/uploads/bg_top04.png);
	text-align: center;
	color: #232323;
}
.top04 h2 {
	font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B;
	font-size: 3.2rem;
	line-height: 2;
	letter-spacing: .1em;
}
.top04 h2 sub {
	position: relative;
	display: block;
	margin-top: 20px;
	font-size: 1.4rem;
	color: #6CBED8;
}
.top04 h2 sub:after {
	content: "";
	display: block;
	bottom: 0;
	margin: 15px auto 0;
	width: 50px;
	height: 3px;
	background: #6CBED8;
}
.top04 p {
	font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B;
	font-size: 2.1rem;
	line-height: 2rem;
	letter-spacing: .05em;
}
.top04 .context img {
	max-width: 824px;
}
.top04 .patterns img {
	transition-duration: .4s;
}
.top04 .patterns img:hover {
	transform: scale(1.05);
}
@media all and (-ms-high-contrast:none){
  .patterns a img {
		width: 100%!important;
	}
}
@media (max-width: 1140px) {
	.top04 {
		padding-right: 30px;
		padding-left: 30px;
	}
	.top04 h2 {
		font-size: 2.8rem;
		line-height: 1.78!important;
	}
}
@media (max-width: 960px) {
	.top04 .context img {
		max-width: 100%;
	}
}
@media (max-width: 360px) {
	.top04 {
		padding: 40px 30px;
	}
	.top04 .elementor-text-editor {
		font-size: 1.4rem;
	}
	.top04 h2 {
		font-size: 2.2rem;
	}
}

/*--------------------------------------
  Top05
--------------------------------------*/
.top05 .heading img {
	max-width: 319px;
}
@media (max-width: 360px) {
	.top05 .heading img {
		max-width: 280px;
	}
}

/*--------------------------------------
  Content bottom
--------------------------------------*/
.content-bottom {
	padding: 65px 0 53px;
	background: #DA0048;
	font-family: "秀英角ゴシック金 M", Shuei KakuGo Kin M;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
}
.content-bottom h2 {
	font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B;
	font-size: 3.5rem;
	line-height: 1.42!important;
	color: #fff;
}
.content-bottom a {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 20px 0 20px 93px;
	width: 100%;
	background: #fff;
	border-radius: 50px;
	font-family: "秀英角ゴシック金 B", Shuei KakuGo Kin B;
	font-size: 2.56vw;
	color: #232323!important;
	letter-spacing: .175em;
	text-align: left;
	-webkit-transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
	transition: background-color .1s .15s cubic-bezier(.23,1,.58,1);
	overflow: hidden;
	border: 2px solid #fff;
	z-index: 1;
}
.content-bottom a:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 30px;
	width: 50px;
	height: 50px;
	background: url(/wp-content/uploads/ico-memo.png) no-repeat;
	background-size: 100%;
}
.content-bottom a[href*="tel"]:before {
	background: url(/wp-content/uploads/ico-tel.png) no-repeat;
	background-size: 100%;
}
.content-bottom a:after {
	content: "";
	display: block;
	opacity: 1;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 50px;
	-webkit-transition: all .3s cubic-bezier(.23,1,.58,1);
	transition: all .3s cubic-bezier(.23,1,.58,1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background: #fff;
	will-change: transform;
}
.content-bottom a:hover {
	background: #0091D0;
	color: #fff!important;
	-webkit-transition: background-color 0s;
	transition: background-color 0s;
}
.content-bottom a:hover:after {
	opacity: 0;
	-webkit-transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
	transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
	transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1);
	transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.content-bottom a:hover:before {
	background: url(/wp-content/uploads/ico-memo-hover.png) no-repeat;
	background-size: 100%;
}
.content-bottom a sup {
	display: block;
	font-family: "秀英角ゴシック金 M", Shuei KakuGo Kin M;
	font-size: 1vw;
	letter-spacing: 0;
	margin-bottom: .4em;
}
.content-bottom a:not([href*="tel"]) .elementor-button-content-wrapper:after {
	content: ""; 
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 5.5%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #DA0048;
	border-right: 2px solid #DA0048;
	transform: rotate(45deg);
	transition-duration: .4s;
}
.content-bottom a:not([href*="tel"]):hover .elementor-button-content-wrapper:after {
	right: 4%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
@media (min-width: 1366px) {
	.content-bottom a {
		font-size: 35px;
	}
	.content-bottom a sup {
		font-size: 14px;
	}
}
@media (max-width: 1140px) {
	.content-bottom {
		padding-right: 30px;
		padding-left: 30px;
	}
	.content-bottom h2 {
		font-size: 2.6rem;
	}
}
@media (max-width: 767px) {
	.content-bottom h2 {
		font-size: 2.8rem;
	}
	.content-bottom a {
		max-width: 320px;
		margin-right: auto!important;
		margin-left: auto!important;
		font-size: 2.3rem;
		padding-left: 60px;
		letter-spacing: .05em;
	}
	.content-bottom a sup {
		font-size: 1.2rem;
	}
	.content-bottom a:before {
		left: 15.34px;
		margin-top: -18px;
		width: 36px;
		height: 36px;
	}
	.content-bottom a[href*="tel"] .elementor-button-content-wrapper:after {
		content: ""; 
		position: absolute;
		top: 50%;
		margin-top: -4px;
		right: 5.5%;
		width: 8px;
		height: 8px;
		border-top: 2px solid #DA0048;
		border-right: 2px solid #DA0048;
		transform: rotate(45deg);
		transition-duration: .4s;
	}
	.content-bottom a[href*="tel"]:hover .elementor-button-content-wrapper:after {
		right: 4%;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}	
}
@media (max-width: 360px) {
	.content-bottom {
		padding: 48px 30px 34px;
	}
	.content-bottom h2 {
		font-size: 2.4rem;
	}
	.content-bottom a {
		font-size: 1.8rem;
	}
	.content-bottom a sup {
		font-size: 1rem;
	}
}


/* =====================================
  BUTTON FIXED
===================================== */
.btnFixed {
	position: fixed!important;
	bottom: 30px!important;
	left: 8%!important;
}
@media (max-width: 767px) {
	.btnFixed {
		bottom: 50px!important;
		width: 84%!important;
	}
}