@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
    /*font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-family: "Noto Sans JP", sans-serif;
}
.mos {
}
.osw {font-family: "Oswald", sans-serif;}
.out {font-family: "Outfit", sans-serif;}
.lat {font-family: "Lato", sans-serif;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
@media all and (min-width: 769px) {
a,
a:link {
	outline: none !important;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	
}
a:active {
	color: #000;
}
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	/*min-width: 1300px;*/
    width: 100%;
	color: #000;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family: "Noto Sans JP", sans-serif;
    }
#container {
    text-align: left;
    }
#main {
    display: block;
	overflow: hidden;
    }
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    }

@media all and (min-width: 769px) {
	.sp {display: none !important;}
    }
@media all and (max-width: 768px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

#topcontrol{z-index: 99;}
#topcontrol img{transition: 0.7s;}
a {
	text-decoration: none !important;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding:0 0%;
	box-sizing: border-box;
	position: fixed;
	z-index: 500;
	height: 100px;
	background: rgba(255,255,255,0.8)
    }
#gHeader.subs,
#gHeader.hfix{
	height: 100px;
}
#gHeader.hfix {
}
.subs.contact-head {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}
@media all and (max-width: 768px) {
	#gHeader.subs,
	#gHeader.hfix{
		height: 100px;
		/*background: #FFF;*/
	}
}
#gHeader .hlogo {
	position: absolute;
	left: 2%;
	top: 20px;
	z-index: 5;
    }
#gHeader .hlogo a {
}
#gHeader.subs .hlogo,
#gHeader.hfix .hlogo{
	/*top:20px;*/
}
#gHeader.subs .hlogo a,
#gHeader.hfix .hlogo a {
	color: #001855;
}
@media all and (min-width: 769px) and (max-width: 1400px) {
	#gHeader .hlogo {
		position: absolute;
		left: 2%;
		top: 20px;
		width: 300px;
    }
}
@media all and (min-width: 769px) and (max-width: 960px) {
	#gHeader .hlogo {
		position: absolute;
		left: 2%;
		top: 10px;
		width: 200px;
    }
}
#gHeader .hBox {
	display: block;
	position: relative;
    }
/* gNavi */
#gNavi {
	display: flex;
	flex-direction: row-reverse;
    }

#gNavi .naviList {
    display: flex;
    box-sizing: border-box;
	padding-top: 20px;
	padding-right: 270px;
    }
#gHeader.subs .naviList,
#gHeader.hfix .naviList {
	padding-top: 20px;
}

#gNavi .naviList > li {
    box-sizing: border-box;
    text-align: center;
    padding: 0px 15px 0px 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    }

#gNavi .naviList > li:hover::before{}
#gNavi .naviList > li > a,
#gNavi .naviList > li > .pull-ow{
	display: block;
    color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.56px;
	position: relative;
	padding: 22px 0;
    }
#gNavi .naviList > li > a::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 6px;
	background: #FFF065;
	opacity: 0;
}
#gNavi .naviList > li > a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 10px;
	height: 6px;
	background: #F4BC0C;
	opacity: 0;
}
@media all and (min-width: 769px) and (max-width: 1200px) {
	#gNavi .naviList {
    }
	#gHeader.subs #gNavi .naviList,
	#gHeader.hfix #gNavi .naviList{
    }
	#gNavi .naviList > li {
    }

	#gNavi .naviList > li:hover::before{}
	#gNavi .naviList > li > a,
	#gNavi .naviList > li > .pull-ow{
    }
}
@media all and (min-width: 769px) and (max-width: 960px) {
}

#gNavi .naviList > li > a::after,
#gNavi .naviList > li > a::before{
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}



#gNavi .naviList > li > a span,
#gNavi .naviList > li > .pull-ow span{
	position: relative;
	z-index: 5;
}
#gNavi .naviList > li.active > a::after,
#gNavi .naviList > li.active > a::before,
#gHeader.subs #gNavi .naviList > li.active > a::after,
#gHeader.subs #gNavi .naviList > li.active > a::before,
#gHeader.hfix #gNavi .naviList > li.active > a::after,
#gHeader.hfix #gNavi .naviList > li.active > a::before{
	opacity: 1;
}
#gHeader #gNavi .naviList > li.active {
	color: #000 !important;
}

@media all and (min-width: 769px) and (max-width: 1300px) {
	#gNavi .naviList > li:hover::before{}
	#gNavi .naviList > li > a,
	#gNavi .naviList > li > .pull-ow{
		display: block;
		font-size: 14px;
    }
	#gNavi .naviList > li {
    padding: 0px 8px 0px 8px;
    }
}
#gNavi .naviList > li.active > a{
		color: #000;
	}
@media all and (min-width: 769px) {
	#gNavi .naviList > li > a:hover{
		color: #000;
	}
	#gNavi .naviList > li > a:hover::before {
		opacity: 1;
	}
	#gNavi .naviList > li > a:hover::after {
		opacity: 1;
	}
}
.last-bt {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.last-bt a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
	width: 120px;
	height: 100px;
	background: #FFF065;
	color: #000;
}
.last-bt a span {
	display:inline-block;
	position: relative;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top: 45px;
}
.last-bt a span::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	content: "";
	margin: auto;
	background:url("../images/mail.png") center center no-repeat;
	background-size: 100% auto;
	width: 36px;
	height: 36px;
}
#gHeader.subs .last-bt a,
#gHeader.hfix .last-bt a {
}
#gHeader.subs .last-bt a span,
#gHeader.hfix .last-bt a span{

}
#gHeader.subs .last-bt a span::before,
#gHeader.hfix .last-bt a span::before{

}
#gHeader.subs .last-bt a small,
#gHeader.hfix .last-bt a small{

}

.hrecruit-bt {
	display: block;
	position: absolute;
	right: 120px;
	top: 0;
}
.hrecruit-bt a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
	width: 120px;
	height: 100px;
	background: #F4BC0C;
	color: #000;
}
.hrecruit-bt a span {
	display:inline-block;
	position: relative;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top: 45px;
}
.hrecruit-bt a span::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	content: "";
	margin: auto;
	background:url("../images/person_add.png") center center no-repeat;
	background-size: 100% auto;
	width: 36px;
	height: 36px;
}

@media all and (min-width: 769px) {
	.last-bt a:hover{
		background: #F4BC0C;
	}
	.hrecruit-bt a:hover{
		background:#FFF065;
	}
}
@media all and (min-width: 769px) and (max-width: 1200px) {
	#gHeader.subs #gNavi .naviList > li,
	#gHeader.hfix #gNavi .naviList > li{
    }
}
@media all and (min-width: 769px) and (max-width: 1300px) {
	#gNavi.hfix .naviList > li {
    padding: 20px 8px 0px 8px;
    }
}


.subs #gNavi .naviList,
.hfix #gNavi .naviList{
}
.subs #gNavi .naviList .last,
.hfix #gNavi .naviList .last {
	display: none;
}
#gHeader.subs .last-bt,
#gHeader.hfix .last-bt {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}




.pull01 {
	position: relative;
}
.subnav {
	position: absolute;
	left: -17px;
	top: 64px;
	width: 140px;
	background: #E4EEFB;
	box-sizing: border-box;
	padding: 0 0;
	overflow: hidden;
	height: 0px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.subnav li {
	font-size: 15px;
	padding: 5px 0;
}
.subnav li a {
	display: block;
	text-align: center;
	padding: 6px 10px;
}
@media all and (min-width: 769px) {
	.subnav li a:hover {
		background: #FFF;
	}
}
.pull01:hover .subnav {
	padding: 8px 20px;
	height: auto !important;
}
#gHeader .rBox {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	right: 0;
	top: 0;
    }
#gHeader.subs .rBox,
#gHeader.hfix .rBox{
}
#gHeader .rBox .ref {
	display: flex;
}
.hd-right {
	top: 0;
	z-index: 5;
	display: flex;
}
.hd-right .recruits {
	display: block;
}
.hd-right .recruits a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items:center; 
	width: 200px;
	height: 125px;
	color: #fff;
	background: #16643a;
	font-family: "Lexend", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.8px;
}
.hd-right .recruits a span {
	display: block;
	text-align: center;
	position: relative;
	padding-top: 40px;
}
.hd-right .recruits a span::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	content: "";
	background: url("../images/icon_mail.png") top center no-repeat;
	width: 31px;
	height: 23px;
}
@media all and (min-width: 769px) {
	.hd-right .recruits a:hover {
		background: #04c95f;
		color: #FFF;
	}
}
.hd-right .contacts a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items:center; 
	width: 200px;
	height: 125px;
	color: #fff;
	background: #04c95f;
	font-family: "Lexend", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.8px;
}
.hd-right .contacts a span {
	display: block;
	text-align: center;
	position: relative;
	padding-top: 38px;
}
.hd-right .contacts a span::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	content: "";
	background:url("../images/icon_tel.png") top center no-repeat;
	width: 22px;
	height: 28px;
}
@media all and (min-width: 769px) {
	.hd-right .contacts a:hover {
		background: #16643a;
		color: #FFF;
	}
}
@media all and (min-width: 769px) and (max-width: 1350px) {
	.hd-right .recruits a { 
		width: 140px;
		height: 125px;
		font-size: 18px;
	}
	.hd-right .contacts a {
		width: 140px;
		height: 125px;
		font-size: 14px;
	}
}
#gHeader.subs .hd-right .recruits a,
#gHeader.subs .hd-right .contacts a,
#gHeader.hfix .hd-right .recruits a,
#gHeader.hfix .hd-right .contacts a{
	width: 140px;
    height: 110px;
    font-size: 14px;
}

.hr-tels {
	display: block;
	padding-top: 20px;
	margin-right: 30px;
}
.subs .hr-tels,
.hfix .hr-tels{
	display: block;
	padding-top: 0px;
	margin-right: 30px;
}
.hr-tels .inn {
	display: block;
}
.hr-tels .inn .nuf {
	display: block;
	color: #464646;
	text-align:left;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 2.6px;
	position: relative;
	padding-left: 27px;
	margin-left: 4px;
}
.hr-tels .inn .nuf::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	background: url("../images/call.png") center center no-repeat;
	width: 20px;
	height: 20px;
}
.hr-tels .inn span {
	display: block;
	padding-top: 3px;
	color: #464646;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.4px;
}
.hr-tels .inn span {
	display: block;
	text-align: center;
	letter-spacing: 1.5px;
	color: #000000;
	font-weight: 500;
	margin-top: -4px;
}




@media all and (min-width: 769px) {
	.hd-right .contacts a:hover {
		background: #FFC939;
	}
}



@media all and (min-width: 769px) {
	.hamburger {
		display: none;
	}
}
#gHeader.hdfix .hamburger,
#gHeader.subpage .hamburger{
}

/* line open */
.hamburger__line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 38px;
	height: 3px;
	background-color: #fff;
	transition: all .1s ease-out;
}
.hamburger__line--1 {
	top: 20px;
	width: 25px;
	left: 39%;
}
.hamburger__line--3 {
	top: 34px;
}
/* line close */
.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 25px;
	left: 16%;
	width: 38px;
}
.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 25px;
	left: 16%;
}
.nav-open .hBox,
.nav-open .sub-mv-box,
.nav-open .branch,
.nav-open #main,
.nav-open .mainVisual{
	opacity: 0;
}
/* back__bg */
.back__bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background:#F9FAFD;
	opacity: 0;
	visibility: hidden;
	transition: all .1s;
	cursor: pointer;
	display: none;
}
/* 表示された時用のCSS */
.nav-open .global__nav {
  right: 0;
}
.nav-open .back__bg {
	background:#F4BC0C;
	opacity: 1;
	visibility: visible;
	display: block;
}
.global__nav {
	display: none;
}
.nav-open .global__nav {
	display:block;
}

/* ハンバーガーメニュー内 */
.hlogo-open {
	position: absolute;
	left: 2%;
	top: 15px;
}
.bbt-mos {
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 160px;
	line-height: 150px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #1C72D4;
	opacity: 0.1;
}
nav.global__nav {
	position: fixed;
	right: -100%;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	transition: all .1s ease-out;
	z-index: 200;
	padding: 8.8% 7.8% 2% 7.8%;
	overflow: hidden;
}
.flx-wrap-open {
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 20;
}
nav.gnav ul.nav__right--menu {
  display: block;
}
.nav__right--inner {
	display:flex;
	justify-content: space-between;
}
.nav__right--inner ul {
	display: block;
}
.nav__right--inner li {
	display: block;
	margin-bottom: 24px;
	padding: 0px !important;
}
.nav__right--inner li a {
	letter-spacing: 0px;
	color: #000;
	opacity: 1;
}
.nav__right--inner li.active > a{
	color: #888 !important; 
}
.open-add {
	display: flex;
	align-items: center;
	padding-top: 40px;
}
.open-add div {
	margin-right: 30px;
}
.open-add div.btn a span {
	display: inline-block;
	position: relative;
}
.open-add div.btn a span::after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 29px;
	height: 29px;
}
.open-add div.btn.ct a span::after {
	width: 24px;
	height: 21px;
	right: -6px;
}
.opentel {
	font-size: 28px;
	line-height: 2.4;
	font-weight: 500;
	letter-spacing: 1.4px;
	color: #000 !important;
	opacity: 1;
	font-family: "Lato", sans-serif;
}
.opentel small {
	font-size: 18px;
}

@media all and (min-width:769px) {.menuBox {display: none !important;}}
@media all and (max-width: 1100px) {
	.open-add {
		flex-wrap: wrap;
	}
	.opentel {
		flex-basis: 100%;
		padding-top: 20px;
		font-size: 28px;
		line-height: 2.4;
		font-weight: 500;
		letter-spacing: 1.4px;
		color: #1C72D4;
		opacity: 1;
	}
	.opentel small {
		font-size: 18px;
	}
}

@media all and (max-width: 769px) {
    #topcontrol{width: 70px;}
	#gHeader {
        position: static;
        padding:0% 1%;
		
    }
	#gHeader h1 {
        }
	#gHeader h1 {
		position: absolute;
		left: 7px !important;
		top: 0px !important;
		z-index: 5;
		}
	#gHeader h1 a {
		color: #001855 !important;
		font-size: 22px;
		font-style: normal;
		font-weight: 900;
		line-height: 1px; /* 85.714% */
		letter-spacing: 2.2px;
	}
	#gHeader .hBox {
		max-width: inherit;
		display: block;
        }
	#gHeader .rBox {
		width: auto;
		display: block;
		text-align: center;
        }
	#gNavi {
		display: none;
        }
	.menu {
		width: 48px;
		height: 48px;
		position:fixed;
		right: 10px;
		top: 5px;
		cursor: pointer;
		z-index: 103;
		background-color: #18ac38;
        }
	.menu span {
		margin-left: -10px;
		width: 50%;
		height: 2px;
		position: absolute;
		left: 46%;
		top: 16px;
		background: #fff;
		transition: 0.3s;
        }
	.menu span:nth-child(2) {
		top: 23px;
        }
	.menu span:nth-child(3) {
		top: 30px;
        }
    .menu.on span{top: 18px;}
	.menu.on span:nth-child(1) {transform: translateY(5px) translateX(0) rotate(45deg);}
	.menu.on span:nth-child(2) {opacity: 0;}
	.menu.on span:nth-child(3) {transform: translateY(-6px) translateX(0) rotate(-45deg);top: 29px;}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, 0.95);
		overflow: auto;
		z-index: 100;
		display: none;
    	}
	.menuWrap {
		padding: 74px 20px;
        }
	.menuWrap .naviList {
		margin-bottom: 30px;
		border-bottom: 1px solid #ddd;
        }
	.menuWrap .naviList > li {
		border-top: 1px solid #ddd;
        }
	.menuWrap .naviList > li > a {
		padding: 15px 35px 15px 0;
		font-size: 1.6rem;
		display: block;
		position: relative;
        }
    .menuWrap .naviList > li.active > a{
        color: #18ac38;
    }
	.menuWrap .naviList > li.toggle > a {
		position: relative;
    	}
	.menuWrap .naviList > li.toggle > a::before {
		width: 15px;
		height: 1px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		background: #000;
		content: '';
        }
	.menuWrap .naviList > li.toggle > a::after {
		width: 1px;
		height: 15px;
		position: absolute;
		right: 17px;
		top: 50%;
		transform: translateY(-50%);
		background: #000;
		content: '';
        }
	.menuWrap .naviList > li.toggle > a.on::after {
		display: none;
        }
	.menuWrap .subBox li a {
		padding: 10px;
		display: block;
		font-size: 1.4rem;
        }
	.menuWrap li .subBox {
		padding-bottom: 15px;
		display: none;
        }
	.menuWrap li.navi02 .subBox a {
		padding-left: 40px;
		position: relative;
        }
	.menuWrap li.navi02 .subBox .icon {
		width: 20px;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
        }
    .menuWrap .menutelBox{
        font-size: 1.6rem;
        text-align: center;
        padding: 15px 0;
        }
    .menuWrap .menutelBox span{font-size: 2.4rem;}
    .menuWrap .menuBtnBox {
		text-align: center;
        }
    .menuWrap .menuBtnBox a{
        display: block;
        width: 100%;
        background: #18ac38;
        color: #fff;
        padding: 15px 0;
        box-sizing: border-box;
        border-radius: 100px;
        font-size: 1.5rem;
        border: 2px solid #18ac38;
        }
    .menuWrap .menuBtnBox a span{
        background: url("../images/common/hd_icon_mail.png")no-repeat left center;
        padding-left: 30px;
        }
}

@media all and (max-width: 768px) {
	#gHeader {
		position: fixed;
		z-index: 300;
		height: 55px !important;
		background: rgba(255,255,255,0.8);
		opacity: 1;
		-webkit-backdrop-filter: blur(30px);
		backdrop-filter: blur(30px);
	}
	.hlogo,
	.hlogo-open{
		position: absolute;
		left: 11px;
		top: 16px !important;
		z-index: 30;
		display:block !important;
		width: 190px;
	}
	.hlogo-open{
		top: 13px;
	}
	.logos-h {
		color: #001855 !important;
		font-size: 22px;
		font-style: normal;
		font-weight: 900;
		line-height: 1px; /* 85.714% */
		letter-spacing: 2.2px;
	}
	.logos-h span {
		display: block;
		font-size: 12px;
		margin-right: 0px;
	}
	.logos-h span {
		color: #464646 !important;
		font-family: "Zen Kaku Gothic New" !important;
		font-size: 22px;
		font-style: normal;
		font-weight: 900;
		line-height: 20px; /* 85.714% */
		letter-spacing: 2.2px;
	}
	.logos-h small {
		display: block;
		color: #464646;
		font-family: "Zen Kaku Gothic New";
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.8px;
		margin-bottom: 3px;
	}
	#gHeader .hamburger,
	#gHeader.hdfix .hamburger{
		display: block !important;
		width: 55px !important;
		height:55px !important;
		box-sizing: border-box;
		cursor: pointer;
		position:fixed;
		background: #F4BC0C;
		right: 0;
		top: 0;
		z-index: 300;
	}
	.bbt-mos {
		position: absolute;
		left: 5px;
		bottom: 5px;
		font-size: 40px;
		line-height: 50px;
		font-weight: 600;
		letter-spacing: 0px;
		color: #1C72D4;
		opacity: 0.1;
	}
	nav.global__nav {
		overflow: auto;
		font-family: ‘YuGothic’,’Yu Gothic’,’Hiragino Kaku Gothic ProN’,’ヒラギノ角ゴ ProN W3′,’メイリオ’, ‘Meiryo’,’ＭＳ ゴシック’,sans-serif !important; 
		line-height: 1.5 !important;
	}
	.flx-wrap-open {
		margin-left: 4%;
		margin-right: 4%;
		padding-top: 40px;
	}
	.nav__right--inner {
		display: block;
	}
	.nav__right--inner ul {
		display: block;
	}
	.nav__right--inner li {
		display: block;
		margin-bottom: 0px;
		line-height: 1.5;
		padding: 0px !important;
	}
	.nav__right--inner li a {
		display: block;
		padding: 14px;
		letter-spacing: 0px;
		line-height: 1.5;
		color: #000;
		font-weight: 500;
		opacity: 1;
		border-bottom: #000 dotted 1px; 
	}
	.nav__right--inner li a.active {
		color: #c82b16 !important; 
	}
	.open-add {
		display: block;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.open-add div {
		margin-right: auto;
		margin-left: auto;
		max-width: 250px;
		margin-bottom: 14px;
	}
	.open-add .btn {
		display: block;
		max-width: 400px;
	}
	.open-add .btn a {
		width: 100%;
		height: 80px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		position: relative;
		color: #000 ;
		font-size: 17px;
		font-weight: 600;
		letter-spacing: 2px;
		border-radius: 5px;
		font-family: "Lato", sans-serif;
		border: 2px solid #000;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.bottom-contact {
	display: block;
	padding-top: 145px;
}
.fix-1360 {
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
}
.bottom-contact .fix-1360 {
	background: linear-gradient(70deg, #01a02f, #65b300);
	padding: 90px 0;
}
.bottom-contact .flx {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}
.bottom-contact .flx .lef {
	display: block;
}
.bottom-contact .flx .tis {
	display: block;
	color: #FFF;
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-bottom: 13px;
}
.bottom-contact .flx .lex {
	display: block;
	font-size: 96px;
	line-height: 0.9;
	letter-spacing: 2px;
	font-weight: 500;
	color: #FFF;
}
.bottom-contact .flx p {
	display:block;
	font-size: 16px;
	line-height: 2;
	color: #FFF;
	padding-top: 75px;
}
.bottom-contact .flx2 {
	display: flex;
	justify-content: space-between;
}
.bottom-contact .flx2 li {
	display: block;
	flex-basis: 46%;
}
.bottom-contact .flx2 a {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	color: #FFF;
	text-decoration: none;
	background: #04c95f;
	padding: 17px 0;
}

.bottom-contact .flx2 a.ctt {
	background: #16643a;
}
@media all and (min-width: 769px) {
	.bottom-contact .flx2 a:hover {
		background: #04c95f;
	}
}
.bottom-contact .flx2 a span {
	display: inline-block;
	position: relative;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 1.5;
	padding-left: 18px;
}
.bottom-contact .flx2 a.tels span::before {
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url("../images/icon_ftel.png") center center no-repeat;
	width: 22px;
	height: 28px;
}
.bottom-contact .flx2 a.ctt span::before {
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background:url("../images/icon_fmail.png") center center no-repeat;
	width: 31px;
	height: 23px;
}
.bottom-contact .flx2 li small {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	padding-top: 10px;
}
@media all and (min-width: 769px) and (max-width:1000px) {
	.bottom-contact .flx .tis {
		font-size: 22px;
		margin-bottom: 13px;
	}
	.bottom-contact .flx .lex {
		font-size: 55px;
		letter-spacing: 2px;
	}
	.bottom-contact .flx p {
		display:block;
		font-size: 14px;
		line-height: 1.8;
		color: #FFF;
		padding-top: 40px;
	}
}
@media all and (max-width: 768px) {
	.bottom-contact {
		display: block;
		padding-top: 40px;
	}
	.bottom-contact .fix-1360 {
		background: linear-gradient(70deg, #01a02f, #65b300);
		padding: 30px 0;
	}
	.bottom-contact .flx {
		display: block;
		margin-bottom: 25px;
	}
	.bottom-contact .flx .lef {
		display: block;
		text-align: center;
	}
	.bottom-contact .flx .tis {
		display: block;
		color: #FFF;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.4;
		margin-bottom:8px;
	}
	.bottom-contact .flx .lex {
		display: block;
		font-size: 45px;
		line-height: 0.9;
		letter-spacing: 2px;
		font-weight: 500;
		color: #FFF;
	}
	.bottom-contact .flx p {
		display:block;
		font-size: 12px;
		line-height: 2;
		color: #FFF;
		padding-top: 20px;
	}
	.bottom-contact .flx2 {
		display: block;
	}
	.bottom-contact .flx2 li {
		display: block;
		flex-basis: 46%;
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 13px;
	}
	.bottom-contact .flx2 a {
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		border-radius: 50px;
		color: #FFF;
		text-decoration: none;
		background: #04c95f;
		padding: 17px 0;
	}

	.bottom-contact .flx2 a.ctt {
		background: #16643a;
	}
	.bottom-contact .flx2 a span {
		display: inline-block;
		position: relative;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 1.5;
		padding-left: 18px;
	}
	.bottom-contact .flx2 a.tels span::before {
		position: absolute;
		left: -20px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background: url("../images/icon_ftel.png") center center no-repeat;
		width: 22px;
		height: 28px;
	}
	.bottom-contact .flx2 a.ctt span::before {
		position: absolute;
		left: -30px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background:url("../images/icon_fmail.png") center center no-repeat;
		width: 31px;
		height: 23px;
	}
	.bottom-contact .flx2 li small {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 15px;
		padding-top: 10px;
	}
}




#gFooter {
    box-sizing: border-box;
	background: #fff;
	padding-bottom: 0px
    }
.foot-tops {
	display: block;
	position: relative;
	padding: 60px 0;
}
.foot-tops .fix-1200 {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
}
.foot-tops .lef {
	display: block;
}
.foot-logo {
	display: block;
}
.foot-logo .logos {
	display: block;
}
.foot-logo .logos img {
	display: inline-block;
	max-width: 100%;
}
.foot-logo .tf {
	display: block;
}
.fadd-base {
	display: block;
	margin-top: 30px;
}
.fadd-base .adds {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	letter-spacing: 0.64px;
}
.foot-links {
	display: flex;
}
.foot-links .tels {
	display: block;
	position: relative;
	background: url("../images/line2.png") top right no-repeat;
	padding: 24px 25px 24px 25px !important;
}
.foot-links .tels::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url("../images/line2.png") top right no-repeat;
	width: 4px;
	height: 100%;
}
.foot-links .tels .ac {
	display: block;
	color: #3F3B3A;
	font-family: "Kosugi Maru", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
	letter-spacing: 0.36px;
	margin-bottom: 25px;
}
.foot-links .tels b,
.foot-links .tels a {
	display: block;
	position: relative;
	color: #43B23A;
	font-family: "Fredoka", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	white-space: nowrap;
	padding-left: 55px;
}
.foot-links .tels b::before,
.foot-links .tels a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url("../images/majesticons_phone-retro-line.png") center center no-repeat;
	width: 48px;
	height: 48px;
}
.foot-links .fmails {
	display: block;
	position: relative;
	background: url("../images/line2.png") top right no-repeat;
	padding: 20px 25px 20px 25px !important;
}
.foot-links .fmails .ac {
	display: block;
	color: #3F3B3A;
	font-family: "Kosugi Maru", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
	letter-spacing: 0.36px;
	margin-bottom: 15px;
}
.bt2 {
	display: block;
}
.bt2 a {
	display: block;
	position: relative;
	border-radius: 35px;
	background:#43B23A;
}
.bt2 a span {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 26px */
	padding: 18px 80px 18px 30px;
}
.bt2 a span::after {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url("../images/arrow_forward.png") center center no-repeat;
	width: 42px;
	height: 40px;
}
@media all and (min-width: 769px) and (max-width: 1100px) {
	.fadd-base {
		display: block;
		margin-right: 20px;
	}
	.foot-links .tels b,
	.foot-links .tels a {
		display: block;
		position: relative;
		color: #43B23A;
		font-family: "Fredoka", serif;
		font-size: 26px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		white-space: nowrap;
		padding-left: 30px;
	}
	.foot-links .tels b::before,
	.foot-links .tels a::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background: url("../images/majesticons_phone-retro-line.png") center center no-repeat;
		background-size: 100% auto;
		width: 28px;
		height: 28px;
	}
	.bt2 a span {
		display: block;
		position: relative;
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%; /* 26px */
		padding: 18px 80px 18px 30px;
	}
}
@media all and (min-width: 769px) and (max-width: 1000px) {
	.foot-links {
		display: block;
		flex-basis: 50%;
	}
	.foot-links .tels {
		display: block;
		position: relative;
		background: none;
		border-bottom: #333 dotted 1px;
		padding: 24px 25px 24px 25px !important;
	}
	.foot-links .tels::before {
		display: none;
	}
	.foot-links .fmails {
		display: block;
		position: relative;
		background:none;
		padding: 20px 25px 20px 25px !important;
	}
}
@media all and (min-width: 769px) {
	.bt2 a:hover {
		background: #d9e9d2;
	}
	.bt2 a:hover span {
		color: #43b23a;
	}
	.bt2 a:hover span::after {
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		background:url("../images/arrow1.png") center center no-repeat;
		width: 42px;
		height: 40px;
	}
}

.foot-bottom {
	display: block;
	position: relative;
}
.foot-bottom .fix-1200 {
	position: relative;
	z-index: 5;
}



#gFooter .fNavi{
    }
#gFooter .fNavi div {
	display: block;
}
#gFooter .fnv ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fnv .flexB:nth-child(2){margin-top: 10px;}
#gFooter .fnv li{
	display: block;
	margin: 0 12px;
}
#gFooter .fnv li a{
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.56px;
    }
@media all and (min-width: 769px) {
	#gFooter .fnv li a:hover{
		color: #F4BC0C;
	}
}
.sns-s {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 40px;
}
.sns-s ul {
	text-align: right;
}
.sns-s li {
	display: inline-block;
	width: 50px;
	margin-right: 10px;
	margin-left: 12px;
}
.sns-s img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
@media all and (min-width: 769px) {
	.sns-s img:hover{
		opacity: 0.7;
	}
}


#gFooter address {
	display: block;
	padding: 20px 0 40px 0;
	text-align:left;
    color: #B0AB99;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.6px;
    }





@media all and (max-width: 768px) {
	#gFooter {
		box-sizing: border-box;
		background: #fff;
		padding-bottom: 0px
		}
	.foot-tops {
		display: block;
		position: relative;
		padding-bottom: 30px;
	}
	.foot-tops .fix-1200 {
		position: relative;
		z-index: 5;
		padding-top: 0px;
		display: block;
		text-align: center;
	}
	.foot-logo {
		display: block;
		text-align: center;
		margin-bottom: 0px;
	}
	.foot-logo .logos {
		display: block;
		text-align: center;
	}
	.foot-logo .logos img {
		display: inline-block;
		max-width: 220px;
	}
	.f-flx {
		display: block;
	}
	.fadd-base {
		display: block;
	}
	.fadd-base .adds {
		display: block;
		color: #000;
		font-size: 14px;
		text-align: center;
		font-style: normal;
		font-weight: 500;
		line-height: 1.8;
		letter-spacing: 0.3px;
		margin-bottom: 30px;
	}
	.fadd-base .bnrs {
		text-align: center;
	}
	.fadd-base .bnrs img {
		display: inline-block;
		max-width: 100%;
	}
	.foot-links {
		display: block;
		text-align: center;
		padding-top: 40px;
	}
	.foot-links .tels {
		display: block;
		position: relative;
		background: none;
		padding: 24px 0px 24px 0px !important;
		border-bottom: #333 dotted 1px;
	}
	.foot-links .tels::before {
		display: none;
	}
	.foot-links .tels .ac {
		display: block;
		color: #3F3B3A;
		font-family: "Kosugi Maru", serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 2; /* 23.4px */
		letter-spacing: 0.36px;
		margin-bottom: 10px;
	}
	.foot-links .tels b,
	.foot-links .tels a {
		display: block;
		position: relative;
		color: #43B23A;
		font-family: "Fredoka", serif;
		font-size: 30px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		white-space: nowrap;
		padding-left: 44px;
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
	}
	.foot-links .fmails {
		display: block;
		position: relative;
		background:none;
		padding: 20px 0px 20px 0px !important;
	}
	.foot-links .fmails .ac {
		display: block;
		color: #3F3B3A;
		font-family: "Kosugi Maru", serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 2; /* 23.4px */
		letter-spacing: 0.36px;
		margin-bottom: 15px;
	}
	.bt2 {
		display: block;
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	.bt2 a {
		display: block;
		position: relative;
		border-radius: 35px;
		background:#43B23A;
	}
	.bt2 a span {
		display: block;
		position: relative;
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%; /* 26px */
		padding: 18px 50px 18px 20px;
	}
	.foot-bottom {
		display: block;
		position: relative;
		padding-top: 0px;
	}
	.foot-bottom::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 100%;
		height: 315px;
		background: none;
		background-size: 100% auto;
		display: none;
	}
	.foot-bottom .fix-1200 {
		position: relative;
		z-index: 5;
	}



	#gFooter .fnv{
		display: flex;
		flex-direction: row-reverse;
		display: none !important;
		}
	.sns-s {
		display: block;
		margin-top: 20px;
	}
	.sns-s ul {
		text-align:center;
	}
	.sns-s li {
		display: inline-block;
		width: 25px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.sns-s img {
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
	}
	#gFooter address {
		display: block;
		padding: 25px 0;
		text-align:center;
		color: #B0AB99;
		font-size: 11px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1.6px;
    }
}

.posit-links {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}
@media all and (max-width: 768px) {
	.posit-links {
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}
}
@media all and (min-width: 769px) {
	.pc_none {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	.sp_none {
		display: none !important;
	}
}



#pagetop_btn_f {
  position: static;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #pagetop_btn_f {
    margin-top: 0px;
	  text-align: center;
  }
	#pagetop_btn_f img {
		display: none !important;
	}
  #pagetop_btn_f a {
    display:block;
    padding: 14px 20px;
	  background: #c82b16;
	  font-weight: bold;
	  font-size: 1.2rem;
	  line-height: 1;
	  color: #FFF;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #pagetop_btn_f {
    position: fixed;
    z-index: 20;
    right: 3%;
    bottom: -100%;
    transition: all 0.5s ease;
  }
  #pagetop_btn_f.visible {
    bottom: 60px;
  }
	
	
}
/* ========== end △ */
#pagetop_btn_f a {
  display: block;
}

