@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: noto-sans-cjk-jp, sans-serif;

font-weight: 400;

font-style: normal;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 32px;
	font-weight: 400;
	color: #515151;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:767px){
	
}
.fnt-mincho{
	font-family: "游明朝", YuMincho, serif;
}
*, *::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.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

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

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

a:hover img {
	opacity: 0.8;
}

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


table {
	width: 100%;
}

strong, b {
	font-weight: bold;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}


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

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

	.auto_height {
		height: auto!important;
	}

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

.fnt-ft {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.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; }
.mb2 { margin-bottom: 2px!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;
}
.txt-deco{
	width: 21px;
	position: absolute;
	left: 0;
	top: -44px;
	z-index: 9999;
}
@media screen and (max-width: 767px) {
	.txt-deco{
		display: none;
	}
	.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: 1306px;
	padding: 0 30px;
	margin: 0 auto;
	font-size: 16px;
}

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

#wrapper {
	height: 100%;
	overflow: hidden;
}

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

/*--------------------------------------
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: #0844AB;
}

.txt_link {
	vertical-align: top;
	text-decoration: underline!important;
	font-weight: bold;
	color: #0844AB!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;
}

.btn_link {
	font-family: "游明朝", YuMincho, serif;
	color: #fff;
	background: linear-gradient(to right, #A972BF, #874C93);
	max-width: 350px;
	width: 100%;
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 34px;
	transition: all 0.3s;
	box-sizing: border-box;
}
.btn_link a{
	display: block;
	color: #fff;
	padding: 11px 30px 10px;
}
.btn_link:after {
	content: "";
	width: 5px;
	background-image: url('img/icons/ico_arrow02.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
}

.btn_link:hover {
	opacity: 0.8;
}
.bnr .btn_link{
	margin: 0 auto;
}
@media screen and (max-width:767px){
	.btn_link:after{
		right: 11px;
	}
}
@media screen and (max-width:370px){
	.btn_link{
		font-size: 16px;
	}
}
/*-----------------------------------------------------------
■ 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;
}
/* container */
.header__main-container{
	display: table;
}
.header__sub-container{
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {

	/* container */
	.header__main-container {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.header__sub-container {
		width: 100%;
	    flex-grow: initial;
		flex-shrink: initial;
		flex-basis: initial;
	}

}


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

header .header__logo {
	width: 282px;
	margin: 23px 0;
	position: relative;
}

header .header__logo img {
	width: 100%;
	max-width: 100%;
	transition: 0.3s all ease-in-out;
}
/*--------------------------------------
	nav
--------------------------------------*/

/* gnav */
#header .header_menu{
	display: table-cell;
	vertical-align: middle;
}
#header .header_menu .g_nav {
	display: flex;
	justify-content: flex-end;
	margin-top: 0px;
}

#header .header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
}
#header .header_menu .g_nav > li::before{
	content: '';
	height: 4px;
	background: #F3EA64;
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 20px;
	transition: 0.3s all ease;
	opacity: 0;
}

#header .header_menu .g_nav > li:hover::before,
#header .header_menu .g_nav > li.active::before {	
	opacity: 0.8;
}
#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: #0B1E4A;
	line-height: 1.3;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.1em;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	position: relative;
	padding: 35px 24px 35px;
	font-weight: 600;
	font-weight: bold;
	font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
	font-style: normal;
}
#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 small {
	display: block;
	font-size: 10px;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 2px;
	opacity: 1 !important;
}
#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: 92px;
	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: #F9F7F3;
	-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;
	font-family: "游明朝", YuMincho, serif;
}

#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;
	line-height: 1.3;
	position: relative;
	font-size: 16px;
}
#header .header_menu .g_nav > li dl li:before {
	font-size: 11px;
	margin-right: 8px;
}

#header .header_menu .g_nav > li dl li:last-child {
	margin-right: 0;
}

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

#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

@media screen and (max-width:1023px) and (min-width:768px) {

	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		font-size: 14px;
		padding: 35px 20px 35px;
	}
}

@media screen and (min-width:768px) {
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}

	/* #header .header_menu .g_nav > li > a:hover:after, #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: 98%;
		height: 2px;
		background: #F5A72F;
		position: absolute;
		left: 0;
		bottom: -13px;
		text-decoration: none;
	} */
	#header .header_menu .g_nav > li > a:hover > span small,
	#header .header_menu .g_nav > li > span:hover > span small,
	#header .header_menu .g_nav > li > a:hover,
	#header .header_menu .g_nav > li > span:hover{
		opacity: 0.75;
	}
	#header .menu_vertical .g_nav > li {
		position: relative;
	}

	#header .menu_vertical dt {
		display: none;
	}

	#header .menu_vertical .g_nav > li dl {
		width: 200px;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
	}
	#header .menu_vertical .g_nav > li:nth-child(3) dl, #header .menu_vertical .g_nav > li:nth-child(4) dl{
		width: 990px;
		background: #FFF;
	}
	#header .menu_vertical .g_nav > li dl:before{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 15px 14px 15px;
		border-color: transparent transparent #F9F7F3 transparent;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -13px;
	}
	#header .menu_vertical .g_nav > li dl li {
		padding: 0;
		display: block;
		margin-right: 0;
		transition: 0.3s all ease-in-out;
	}

	#header .menu_vertical .g_nav > li dl li a {
		display: block;
		font-size: 18px;
		font-weight: 500;
	}

	#header .menu_vertical .g_nav > li dl li:before {
		position: absolute;
		top: 17px;
		left: 15px;
	}

	#header .menu_vertical .g_nav > li dl li:hover {
		opacity: 0.75;
	}
	

}

@media screen and (max-width:1099px){
	.header-logo {
		width: 235px;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span{
		padding: 35px 20px 35px;
		font-size: 14px;
	}
	#header .header_menu .g_nav > li > a > span small, #header .header_menu .g_nav > li > span > span small{
		padding-top: 5px;
	}
	
}
@media screen and (max-width:767px) {
	#header {
		top: 0 !important;
		height: 60px;
	}
.page-id-43 #header{
	background-position: center 100%;
}
	header .header__logo{
		width: 237px;
		margin: 8px 0 7px -15px;
	}
	#header .header_menu .g_nav{
		margin-top: 0;
	}
	.toggleMenu {
		width: 60px;
		height: 60px;
		box-sizing: border-box;
		position: absolute;
		right: 0px;
		top: 0;
		z-index: 9999;
		background: #fff;
		transition: 0.7s all ease-in-out;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 60px;
		height: 60px;
		margin: 0 auto;
		display: block;
	}
	.menu-trigger span {
		position: absolute;
		left: 15px;
		width: 30px;
		height: 3px;
		background: #81C5FF;
		border-radius: 2px;
	}

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

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

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

	.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(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}

	#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;
		padding: 65px 0 100px;
		overflow: scroll;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s all ease-in-out;
	}
	#header .header_menu.open .g_nav{
		opacity: 1;
		visibility: visible;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border-left: none;
		padding-right: 0;
		margin: 0 30px 2px;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		background: #fff;
		color: #040812 !important;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 24px;
		font-family: "秀英丸ゴシック L", "Shuei MaruGo L";
		font-style: normal;
		font-weight: bold;
	}

	#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: "";
		position: absolute;
		top: 35%;
		right: 20px;
		width: 10px;
		height: 10px;
		border-bottom: 1px solid #81C5FF;
		border-left: 1px solid #81C5FF;
		-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;
	}
	#header .header_menu .g_nav > li:first-child > a{
		border-radius: 5px 5px 0 0;
	}
	#header .header_menu .g_nav > li:last-child > a{
		border-radius: 0px 0px 5px 5px;
	}
	#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: 7px;
	}

	#header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
		margin: -2px 0 0 8px;
		vertical-align: middle;
		bottom: 0;
		color: #fff;
		padding-top: 0;
		font-size: 10px;
		display: none;
	}
	#header .header_menu .g_nav > li{
		margin: 0 20px 2px;
		border: none;
	}
	#header .header_menu .g_nav > li:last-child::after,
	#header .header_menu .g_nav > li::before{
		display: none;
	}
	#header .menu_vertical .g_nav > li:first-child{
		border: none;
	}
	#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 #fff;
	}

	#header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		padding: 17px 20px 17px 37px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		background: #81C5FF;
		color: #fff;
		line-height: 26px;
	}

	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
		background: #1F5AA5;
		color: #fff;
	}

	#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 .header_menu .g_nav > li > a > span small, #header .header_menu .g_nav > li > span > span small{
		line-height: 14px;
		color: #0844AB !important;
	}

	#header .header_menu .g_nav > li dl {
		pointer-events: visible !important;
	}

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

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

@media screen and (max-width: 767px) {
	#footer{
		padding: 41px 0 100px;
		font-size: 14px;
		line-height: 28px;
	}
	#footer .footer__logo,
	#footer .ft-btn{
		width: 100%;
		float: none;
	}
	#footer .ft-btn{
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
	}
	#footer .ft-txt{
		margin: 20px 0 0px;
	}
	#footer .footer__logo{
		margin: 0 auto 28px;
	}
	#footer address{
		text-align: right;
	}

}
/*--------------------------------------
	fixed box
--------------------------------------*/

.fixed-box {
	position: fixed;
	right: 50px;
	bottom: 0;
	display: block;
	z-index: 1;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.has_nav .fixed-box{
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.fixed-box ul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}
.fixed-box ul li{
	cursor: pointer;
	width: 196px;
}

.fixed-box ul li:last-child{	
	width: 158px;
	border-left: 1px solid #FFF;
}
.fixed-box ul li a{
	display: block;
}
.fixed-box img {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.fixed-box{
		width: calc(100% - 50px);
		height: auto;
		left: 0;
		right: 50px;
		bottom: -1px;
		opacity: 1 !important;
		visibility: visible !important;
		height: 51px !important;
		background: #31311E;
	}
	.fixed-box ul li {
		width: 50% !important;
		max-width: 162px;
	}
	.fixed-box ul {
		justify-content: center;
	}
}

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

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

.conversion {
	background: url('img/top/con-bg.jpg') no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 68px 0;
	line-height: 32px;
	letter-spacing: 0.1em;
}

.conversion .conversion__title {
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 40px;
}
.conversion .con-l{
	width: 500px;
	float: left;
}
.conversion .con-l .txt{
	margin: 20px 0 30px;
}
.conversion .con-r{
	width: 510px;
	float: right;
}
.conversion .con-r p + p{
	margin-top: 2px;
}
@media screen and (max-width: 1080px){
	.conversion{
		line-height: 30px;
	}
	.conversion .con-l{
		width: 49%;
	}
	.conversion .con-r{
		width: 49%;
	}
}
@media screen and (max-width: 980px){
	.conversion{
		background: url('img/top/con-bg_sp.jpg') no-repeat center/cover;
	}
	.conversion .con-l{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.conversion .con-r{
		max-width: 510px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}
}
@media screen and (max-width: 767px) { 
	.conversion{
		padding: 32px 0 34px;
		letter-spacing: 0;
	}
	.conversion .conversion__title{
		text-align: center;
		font-size: 22px;
	}
	.conversion .con-l .txt{
		margin: 20px 0;
		font-size: 15px;
	}
	.conversion .con-l .time{
		font-size: 15px;
	}
	.conversion .con-l{
		margin-bottom: 15px;
	}
	
}
/*-----------------------------------------------------------
■ 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;
}
.elementor-widget:not(:last-child){
	margin-bottom: 0 !important;
}
@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;
	}

}
@media all and (-ms-high-contrast:none){
	.btn_link a{
		padding: 13px 30px 8px;
	}
}