@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/
*{
	box-sizing: border-box;
}
/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	/* font-family: 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; */
	/* font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ 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%;
}
@media screen and (max-width: 980px){
	body{
		font-size: 15px;
		line-height: 30px;
	}
}
@media screen and (max-width: 767px){
	body{
		font-size: 14px;
		line-height: 26px;
	}
}
@media screen and (max-width: 370px){
	body{
		font-size: 13px;
		line-height: 22px;
	}
}
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;
	}
}


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

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

@font-face {
font-family: 'Berylium';
font-style: normal;
font-weight: normal;
src: local('font/Berylium'), url('font/Berylium.woff') format('woff');
}
/*--------------------------------------
Pc sp change
--------------------------------------*/
.mb {
	display: none;
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}
}
@media screen and (max-width: 480px) {
	.mb {
		display: block;
	}
	.pcm {
		display: none;
	}
}


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1080px;
	padding: 0 20px;
	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;
}
.page-id-43 .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: none !important;
    padding: 0;
}
.page-id-43 .container{
	padding: 0;
}
@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}

/*--------------------------------------
header
--------------------------------------*/
#wrapper {
	height: 100%;
	box-sizing: border-box;
	padding-top: 144px;
}
.page-id-43 #wrapper {
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 0;
	}
	#mainimage .main_catch{
		top: 26.25%;
	}
}

#header {
	position: fixed;
	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: rgba(255, 255, 255, 0.8);
}

/* logo */
#header h1 {
    float: left;
    width: 323px;
    margin: 25px 0 0 40px;
}
#header h1 img {
	width: 100%;
}
#header h1 a:hover {
	text-decoration: none;
}
#header h1 a:hover, #header h1 img:hover {
    opacity: 1;
}
#header h1 a:hover img{
	opacity: 1;
}

/* right_box */
#header .right_box {
	float: right;
	width: 240px;
	padding-left: 0;
}
.right_box li img {
	display: block;
}
.right_box li > img {
    margin-bottom: 1px;
}
#header .right_box a {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#header .right_box a:hover {
	text-decoration: none;
}

/* gnav */
#header .header_menu {
	float: right;
}
#header .header_menu .g_nav {
	display: flex;
	padding-right: 20px;
}
#header .header_menu .g_nav > li {
	vertical-align: middle;
	padding: 0 20px;
	position: relative;
}
#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: #333333;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 0.25em;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	position: relative;
	height: 120px;
}
#header .header_menu .g_nav > li > a:hover, #header .header_menu .g_nav > li > span:hover {
    color: #036DB7;
}
#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-family: "秀英丸ゴシック L", "Shuei MaruGo L";
	font-size: 12px;
	color: #00a0da;
	line-height: 1.2;
	display: block;
	letter-spacing: 0.1em;
	padding-top: 10px;
}
#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: 90px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 200px;
	padding: 6px 0px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	-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;
	border-radius: 5px;
}
#header .header_menu .g_nav > li dl dt {
	max-width: 1080px;
	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: block;
	line-height: 1.3;
	position: relative;
	font-size: 15px;
	padding: 0 20px;
	transition: 0.3s all ease-in-out;
}
#header .header_menu .g_nav > li dl li:before {
	color: #008CCE;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 17px;
}
#header .header_menu .g_nav > li dl:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 7px 5px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -10px;
}
#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;
	display: block;
	padding: 14px 0;
	padding-left: 15px;
	border-bottom: 1px solid #008CCE;
}
#header .header_menu .g_nav > li dl li:hover{
	background: rgba(0, 140, 206, 0.2);
}
#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 (min-width: 768px) {
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}
}
@media screen and (max-width: 1400px) and (min-width: 1081px) {
	#header h1 {
		width: 350px;
		margin: 28px 0 0 15px;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		font-size: 15px;
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 1200px){
	#header h1{
		width: 300px;
		margin: 32px 0 0 15px;
	}
	#header .header_menu .g_nav > li{
		padding: 0 13px;
	}
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
	#header h1 {
		width: 200px;
		margin: 18px 0 0 10px;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		font-size: 13px;
		letter-spacing: 0.02em;
		height: 80px;
	}
	#header .header_menu .g_nav > li:first-child a:before {
		top: 16px;
	}
	#header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
		letter-spacing: 0.02em;
		font-size: 10px;
	}
	#header .right_box {
		width: 160px;
		padding-left: 0;
	}
	#header .header_menu .g_nav > li dl {
		top: 65px;
	}
	#header .header_menu .g_nav > li{
		padding: 0 9px;
	}
	#header .header_menu .g_nav{
		padding-right: 5px;
	}
}

@media screen and (max-width: 767px) {
	#header {
		position: fixed;
		background: #fff;
	}

	/* logo */
	#header h1 {
		margin: 3px 0 7px 15px;
	}
	#header h1 img {
		width: 100%;
		max-width: 100%;
	}
	#header h1 a:hover {
		text-decoration: none;
	}

	#header .toggleMenu {
		display: block;
	}
	.toggleMenu {
		width: 60px;
		height: 60px;
		text-align: center;
		color: #fff;
		cursor: pointer;
		background: #008CCE;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 40px;
		height: 40px;
		margin: 0;
	}
	.toggleMenu:after {
		content: "MENU";
		display: block;
		line-height: 1;
		font-size: 10px;
		letter-spacing: 0.17em;
		font-weight: bold;
		color: #fff;
		position: absolute;
		bottom: 8px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.toggleMenu.active:after{
		content: "CLOSE";
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 5px;
	}
	.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;
		position: fixed;
		width: 100%;
		top: 60px;
		left: 0;
		z-index: 9;
	}
	#header .header_menu .g_nav {
		display: block;
		text-align: center;
		background: #fff;
		padding: 0px 0;
		height: 100vh;
		overflow: scroll;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border-left: none;
		padding: 0 0px;
		border-bottom: 1px solid #5D5D5D;
	}
	#header .header_menu .g_nav > li:hover > a,
	#header .header_menu .g_nav > li:hover > span{
		background: #008CCE;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		width: 100%;
		padding: 20px 20px 20px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		color: #5D5D5D;
		font-size: 17px;
		letter-spacing: 0.15em;
	}
	#header .header_menu .g_nav > li > a span,
	#header .header_menu .g_nav > li > span span {
		margin: 0;
	}
	#header .header_menu .g_nav > li:last-child{
		margin-bottom: 60px;
	}
	#header .header_menu .g_nav > li:first-child a sub {
		font-size: 17px;
		padding-left: 30px;
		display: block;
		margin: 0;
	}
	#header .header_menu .g_nav > li:first-child a:before {
		top: 23px;
		left: 20px;
		margin-left: 0;
	}
	#header .header_menu .g_nav > li > a:hover, #header .header_menu .g_nav > li > span:hover {
		color: #5D5D5D;
	}
	#header .header_menu .g_nav > li > span:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-bottom: 2px solid #5D5D5D;
		border-left: 2px solid #5D5D5D;
		-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;
		display: 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;
		padding-right: 0;
	}
	#header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		padding: 24px 20px 22px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		background: #fff;
		color: #5D5D5D;
		font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
		border-bottom: none;
		border-top: 1px solid #5D5D5D;
	}
	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
		background: #00a0da;
		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;
		width: 90%;
		left: 5%;
		transform: unset;
		box-shadow: none;
		transition-duration: 0s;
	}
	#header .header_menu .g_nav > li dl:before{
		display: none;
	}
	#header .header_menu .g_nav > li.hover > span + dl ul li{
		border-top: none;
	}
	#header h1 {
		margin: 10px 0 3px 10px;
		width: 210px;
	}
}

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


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
#conBottom,#conBottom2{
	padding: 115px 0;
	background: url("img/con_bg.jpg") no-repeat center center;
	background-size: cover;
}
.contact_section {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.contact_section a{
	vertical-align: top;
}
.contact_section .contact_tit {
    font-size: 26px;
    color: #7D308D;
    letter-spacing: 0.1em;
    line-height: 2.05;
    font-family: "秀英明朝 B", "Shuei Mincho B";
    text-align: center;
    margin-bottom: 0px;
}
.contact_section .txt {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	font-weight: bold;
}
.contact_section .txt dl + dl{
	margin-top: 5px;
}
.contact_section .txt dt{
	color: #A574AF;
}
.contact_left {
    width: 50%;
    background: rgba(255, 255, 255, 0.85);
    padding: 3px 25px 0 45px;
    position: relative;
}
.contact_section .con-txt{
	margin-bottom: 0;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}
.contact_left .mail_btn{
	position: absolute;
	bottom: 0px;
	left: 0;
}
.contact_left .mail_btn img{
	width: 100%;
	transition: 0.3s all ease-in-out;
}
.contact_right {
    width: 50%;
}
.mail_btn {
	margin-bottom: -10px;
}
@media screen and (max-width: 1080px) and (min-width: 1001px) { 
	.contact_box {
		padding: 30px 20px;
	}
	.contact_section .contact_tit {
		font-size: 2.4vw;
		line-height: 3.3vw;
		margin-bottom: 5px;
		padding-top: 5px;
	}
	.contact_section{
		padding: 0 20px;
	}
	.contact_section .txt{
		font-size: 1.4vw;
		letter-spacing: -1px;
		line-height: 2.2vw;
	}
	.contact_left{
		padding: 12px 25px 0 25px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) { 
	.contact_box {
	}
	.contact_section .contact_tit {
		font-size: 2.4vw;
		line-height: 3.3vw;
		margin-bottom: 0px;
		padding-top: 0px;
	}
	.contact_section{
		padding: 0 20px;
	}
	.contact_left{
		padding: 12px 20px 0 20px;
	}
	.contact_section .txt{
		font-size: 1.4vw;
		letter-spacing: -1px;
		line-height: 2.2vw;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) { 
	#conBottom, #conBottom2{
		padding: 60px 0;
		background: url("img/con-bg_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.contact_section {
		display: block;
	}
	.page-id-43 .contact_section{
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact_section .contact_tit {
		font-size: 4vw;
		letter-spacing: 0.2em;
		padding-top: 15px;
	}
	.contact_section .contact_list {
		margin: 0 auto;
		max-width: none;
	}
	.contact_left {
		width: 100%;
		background: rgba(255, 255, 255, 0.85);
		padding: 0px;
	}
	.contact_right {
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}
	.contact_left .mail_btn{
		position: relative;
		bottom: unset;
		left: unset;
		margin-bottom: 0;
	}
	.contact_right img{
		width: 100%;
	}
	.contact_section .txt{
		padding: 0 6vw 4vw;
	}
	.contact_left .mail_btn img{
		margin-bottom: -7px;
	}
}
@media screen and (max-width: 480px) { 
	.contact_section .contact_tit {
		font-size: 5.5vw;
		letter-spacing: 0.05em;
		margin-bottom: 0px;
	}
	.contact_box {
		padding: 32px 15px 30px;
	}
	.contact_right_tlt {
		font-size: 18px;
		letter-spacing: 0;
	}
	.contact_right_tlt01 {
		font-size: 17px;
		letter-spacing: 0;
	}
	.contact_right_tlt02 {
		font-size: 14px;
		letter-spacing: 0;
	}
	#conBottom, #conBottom2{
		padding: 30px 0px;
	}
}
/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
    background: #fff;
    background-size: cover;
}
#footer .ft-btn ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
#footer .ft-btn > ul:first-child {
	padding-bottom: 0 !important;
}
#footer .ft-btn > ul:last-child {
	padding-top: 0 !important;
}
#footer .ft-btn ul li{
/* 	width: 240px; */
	width: 23%;
	margin: 0 5px;
}
#footer .ft-btn ul li:first-child{
	margin-left: 0;
}
#footer .ft-btn ul li:last-child{
	margin-right: 0;
}
.fooger_logo a:hover img, .fooger_logo img:hover {
    opacity: 1;
}
.footer_navi{
	background: #036DB7;
	color: #fff;
	padding: 50px 0;
}
.footer_navi .df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.footer_navi .fooger_logo{
	width: 50%;
}
.footer_navi .access_box{
	width: 50%;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0;
}
.sitemap_box{
	background: #008CCE;
	color: #fff;
	height: 50px;
}
.sitemap_box a{
	color: #fff;
	font-family: 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.sitemap_box a:hover{
	text-decoration: underline;
}
.sitemap_box .sitemap{
	font-size: 12px;
	padding-top: 15px;
}
.sitemap_box .sm_txt{
	font-size: 10px;
	line-height: 20px;
}
address{
	font-size: 10px;
	color: #fff;
	letter-spacing: 0;
	text-align: right;
	padding-right: 80px;
	margin-top: -22px;
	font-family: 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
#wpfront-scroll-top-container {
    right: 20px !important;
    bottom: 60px !important;
}
#wpfront-scroll-top-container:hover img {
	opacity: 0.8 !important;
}
#pagetop{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9;
	opacity: 0;
	transition: 0.2s all ease-in-out;
}
#pagetop.visible{
	opacity: 1;
}
h3:not(.title-common2){
	font-size: 28px!important;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	background: #0085D0;
	padding: 30px 30px!important;
	letter-spacing: 3px !important;
	position: relative;
	line-height: 40px !important;
	z-index: 1;
}
h3:not(.title-common2):before{
	content: '';
	width: 98%;
	height: 80%;
	border: 1px solid #fff;
	position: absolute;
	top: 10%;
	left: 1%;
	z-index: -1;
}
h4{
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 23px !important;
	letter-spacing: 4px !important;
	position: relative;
	padding-left: 20px !important;
	line-height: 38px !important;
}
h4:before{
	content: '';
	width: 6px;
	height: 40px;
	background-image: url('img/h3_icon.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
h4:after{
	content: '';
	width: 100%;
	height: 2px;
	background-image: url('img/dashed.png');
	background-repeat: repeat-x;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.txt_pd p + p{
	margin-top: 15px;
}
.fixed_box{
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 99;
	transition: 0.7s all ease-in-out;
}
.fixed_box ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: -11px;
	justify-content: center;
	background: #fff;
}
.fixed_box ul li:nth-child(1){
	width: 61%;
}
.fixed_box ul li:nth-child(2){
	width: 13%;
}
.fixed_box ul li:nth-child(3){
	width: 13%;
}
.fixed_box ul li:nth-child(4){
	width: 13%!important;
}
.fixed_box ul li img{
	width: 100%;
}
.fixed_box ul li a{
	display: block;
	vertical-align: bottom;
}
.col-5img .item{
	width: 49%;
	float: left;
	border: 1px solid #454545;
	margin: 10px 0;
	padding: 30px 0;
}
.col-5img .item:nth-child(2),
.col-5img .item:nth-child(4){
	float: right;
}
.item-txt{
	padding: 0px 20px;
}
.cus-btn a{
	display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #0085D0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    transition: 0.3s all ease-in-out;
    padding-left: 22px;
}
.cus-btn a:before{
	content: '';
    width: 6px;
    height: 10px;
    background-image: url(img/right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 18px;
    top: 20px;
    z-index: 1;
}
.ul-df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.ul-df .circle_list{
	width: 50%;
}
.ml20{
	margin-left: 20px;
}
.bg-blue{
	background: #E4F8FC;
}
.p15{
	padding: 15px;
}
.df-cus{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 20px;
}
@media screen and (max-width: 1080px) and (min-width: 1001px){
	#footer .ft-btn ul{
		padding: 40px 20px;
	}
	.footer_navi .df{
		padding: 0 20px;
	}
	.footer_navi .fooger_logo{
		width: 40%;
	}
	.footer_navi .access_box{
		width: 60%;
		padding-left: 5vw;
	}
	.sitemap_box .sitemap{
		padding-left: 20px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	#footer .ft-btn ul{
		padding: 40px 20px;
	}
	.footer_navi .df{
		padding: 0 20px;
	}
	.footer_navi .fooger_logo{
		width: 38%;
	}
	.footer_navi .access_box{
		width: 62%;
		padding-left: 2vw;
		font-size: 1.5vw;
		line-height: 3.4vw;
	}
	.sitemap_box .sitemap{
		padding-left: 20px;
	}
	h3{
		font-size: 25px !important;
		line-height: 38px !important;
	}
	h4{
		font-size: 20px !important;
		line-height: 36px !important;
	}
}
@media screen and (max-width: 980px) {
	address{
		margin-top: -31px;
	}
	.ul-df{
		display: block;
	}
	.ul-df .circle_list{
		width: 100%;
	}
	.df-cus .cus-btn a{
		width: 230px;
		font-size: 14px;
		letter-spacing: 0;
		padding-left: 15px;
	}
	.df-cus .cus-btn a:before{
		right: 8px;
	}
}
@media screen and (max-width: 767px) {
	.ml20{
		margin-left: 10px;
	}
	#footer {
	}
	#footer .ft-btn ul{
		padding: 15px 0px;
		display: block;
		width: 100%;
	}
	.page-id-43 #footer .ft-btn ul{
		padding: 15px 20px;
	}
	#footer .ft-btn ul li{
		width: 50%;
		margin: 0;
		float: left;
		padding: 5px;
		margin-bottom: -7px;
	}
	#footer .ft-btn ul li:nth-child(3),
	#footer .ft-btn ul li:first-child{
		padding-left: 0;
	}
	#footer .ft-btn ul li:nth-child(2),
	#footer .ft-btn ul li:last-child{
		padding-right: 0;
	}
	#footer .ft-btn ul li img{
		width: 100%;
	}
	#wpfront-scroll-top-container {
		display: none !important;
	}
	.footer_navi .df{
		display: block;
	}
	.page-id-43 .footer_navi .df{
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer_navi .fooger_logo{
		width: 100%;
		text-align: center;
	}
	.footer_navi .fooger_logo img{
		width: 100%;
	}
	.footer_navi .access_box{
		width: 100%;
		padding-top: 20px;
		letter-spacing: 1px;
	}
	.sitemap_box{
		height: unset;
		padding-bottom: 15%;
	}
	.page-id-43 .sitemap_box{
		padding-left: 20px;
		padding-right: 10px;
	}
	address{
		margin-top: -5px;
		padding-right: 0;
		padding-right: 5px;
	}
	.sitemap_box .sm_txt{
		padding-top: 5px;
	}
	#pagetop{
		position: unset;
		width: unset;
		height: unset;
		bottom: unset;
		right: unset;
		opacity: 1;
	}
	h3{
		font-size: 22px !important;
		line-height: 35px !important;
		padding: 27px 26px!important;
	}
	h4{
		font-size: 18px !important;
		line-height: 30px !important;
	}
	.col-5img .item{
		width: 100%;
		float: none;
		padding: 20px 0 30px;
	}
	.col-5img .item:nth-child(2), .col-5img .item:nth-child(4){
		float: none;
	}
	.item-txt{
		height: auto !important;
		padding: 0 15px;
	}
	.elementor-lightbox .elementor-lightbox-item{
		padding: 0!important;
	}
	.df-cus{
		display: block;
	}
	.df-cus p{
		margin-right: 0;
	}
	.df-cus .cus-btn a{
		width: 300px;
	}
	.df-cus .cus-btn a:before{
		right: 18px;
	}
}
@media screen and (max-width: 480px) {
	.footer_navi .access_box{
		font-size: 13px;
		line-height: 26px;
		letter-spacing: 0.5px;
		padding-top: 15px;
	}
	.footer_navi{
		padding: 30px 0;
	}
	h3{
		padding: 22px 20px!important;
		font-size: 19px !important;
		line-height: 32px !important;
	}
	h3:before{
		width: 96%;
		left: 2%;
	}
	.df-cus .cus-btn a,
	.cus-btn a{
		width: 100%;
		font-size: 14px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 370px){
	adress{
		margin-top: 5px;
	}
}