@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&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: 'Noto Sans JP', 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;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	opacity: 0.7;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1366px;
	color: #000;
	font-size: 1.8rem;
	line-height: 1.22;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
}
#container {
	padding-top: 151px;
	text-align: left;
}
#main {}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	opacity: 1;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
/*	padding: 15px 0 22px; */
	padding: 4px 0 4px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	background: #FFF;
	z-index: 100;
}
#gHeader.header {
	z-index: 1000;
}
#gHeader .hArea {
	max-width: 1386px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#gHeader .hBox {
/*	margin: 0 auto 18px; */
	margin: auto 0 8px 0;
/*	max-width: 1386px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader .hBox h1 {
/*	width: 454px; */
	width: 252px;
}
#gHeader .hBox h1 a {
	opacity: 1;
}
#gHeader .hBox .hBtnList {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#gHeader .hBox .hBtnList li {
	margin-right: 6px;
	width: 156px;
}

@media all and (min-width: 897px) and (max-width: 1450px) {
	#gHeader {
/*		padding: 15px 10px 22px; */
		padding: 4px 10px 4px;
		box-sizing: border-box;
	}
}
@media all and (min-width: 897px) {
	#container.linkNo {
		padding-top: 71px;
	}
}
.linkNo #gNavi {
	display: none;
}
.linkNo #gHeader .hBox .hBtnList {
	display: none;
}
.linkNo #gHeader .hBox {
	margin-bottom: 0;
}
.linkNo #gFooter {
	display: none;
}
.linkNo #pagePath {
	display: none !important;
}
.linkNo01 #gFooter {
	display: block;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		box-shadow: none;
		background: none;
		box-sizing: border-box;
	}
	#gHeader .hBox {
		margin: 0;
		padding: 0 0 0 4.3%;
		max-width: inherit;
		width: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, .3);
		background: #FFF;
		box-sizing: border-box;
		z-index: 1000;
	}
	#gHeader .hBox h1 {
		width: 252px;
	}
	#gHeader .hBox .menu {
		width: 80px;
		height: 80px;
		position: relative;
		line-height: 0;
	}
	#gHeader .hBox .menu .out {
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	#gHeader.formHeader .hBox {
		padding: 15px;
	}
	.linkNo01 #gFooter {
		margin-bottom: 0;
	}
}
@media all and (max-width: 500px) {
	#gHeader .hBox h1 {
		width: 220px;
	}
	#gHeader .hBox .menu {
		width: 50px;
		height: 50px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: auto 0 8px auto;
	width: 80%;
	max-width: 1082px;
	transition: none;
}
#gNavi > ul {
	display: flex;
	justify-content: space-between;
	border-right: 1px solid #000;
}
#gNavi > ul > li {
	flex: 1;
	border-left: 1px solid #000;
	white-space:nowrap;/*メニュー改行対策*/
}
#gNavi > ul > li > a {
	padding: 4px 5px 2px;
	display: flex;
	font-family: 'Noto Sans JP', sans-serif !important;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
}
#gNavi > ul > li > a::before {
	width: 100%;
	top: 0;
	bottom: -25px;
	content: '';
	position: absolute;
	left: 0;
}
#gNavi > ul > li > a .ico {
	margin: 0 10px 0 -10px;
	display: flex;
	align-items: center;
}
#gNavi .subBox {
	display: none;
	padding: 0 0 10px;
	position: fixed;
	left: 0;
/*	top: 151px; */
	top: 62px;
	width: 100%;
	max-height: calc(100vh - 155px);
	overflow: auto;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 1;
}
#gNavi .subBox .subInner {
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 1280px;
	box-sizing: border-box;
}
#gNavi .subBox .ttl {
	width: 200px;
	font-size: 2rem;
	font-size: 20px;
	font-weight: 700;
}
#gNavi .subBox .rBox {
	flex: 1;
}
#gNavi .subBox .subNavi > li {
	margin-bottom: 3px;
	font-size: 1.5rem;
	font-size: 15px;
}
#gNavi .subBox .subNavi02 > li {
	font-size: 1.3rem;
	font-size: 13px;
}
#gNavi .subBox .subNavi01 {
	display: flex;
	flex-wrap: wrap;
}
#gNavi .subBox .subNavi01 > li {
	width: 25%;
}
#gNavi .subBox .subNavi03 {
	margin-bottom: 0;
}
#gNavi .subBox .subNavi03 > li {
	width: 20%;
}
#gNavi .subBox .subNavi03 > li ul + p {
	margin: 10px 0 0;
}
#gNavi .subBox .subNavi03 .ulStyle {
	margin-top: 10px;
}
#gNavi .subBox .subNavi01 + .subNavi01, #gNavi .subBox .subInner + .subInner {
	margin-top: 10px;
}
@media (min-width: 897px) and (max-width: 1310px) {
	#gNavi > ul > li > a {
		font-size: 1.10vw;
	}
	#gNavi > ul > li > a .ico {
		margin: 0 0.5vw 0 -0.5vw;
	}
}
@media all and (max-width: 896px) {
	#gNavi .subBox {
		display: none !important;
	}
	#gNavi {
		display: none;
		margin: 0;
		padding-bottom: 50px;
		max-width: inherit;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		background: rgba(0, 0, 0, .3);
		z-index: 999;
		overflow-y: auto;
	}
	#gNavi > ul {
		margin-bottom: 100px;
		padding: 5px 25px 100px;
		display: block;
		overflow: auto;
		border-right: none;
		box-shadow: 0 8px 10px -8px rgba(0, 0, 0, .3) inset;
		background: #FFF;
		box-sizing: border-box;
	}
	#gNavi > ul > li {
		display: block;
		border-left: none;
		border-bottom: 1px solid #000;
	}
	#gNavi > ul > li > a {
		padding: 18px 48px;
		display: block;
		position: relative;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	#gNavi > ul > li > a .ico {
		margin: 0;
		position: absolute;
		left: 12px;
		top: 50%;
		transform: translateY(-50%);
	}
	#gNavi > ul > li > a .ico {
		margin: 0;
		position: absolute;
		left: 12px;
		top: 50%;
		transform: translateY(-50%);
	}
	#gNavi > ul > li:nth-child(2) > a .ico img {
		width: 24px;
	}
	#gNavi > ul > li:last-child > a .ico img {
		width: 22px;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath li {
	display: inline-block;
}
#pagePath {
	padding: 20px 10px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif !important;
	z-index: 200;
	background-color: #fff;
}
#pagePath ul {
	margin: 0 auto;
	max-width: 1386px;
	width: auto !important;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 28px;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-weight: 400;
}
#gFooter .pageTop {
	width: 73px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 50;
}
#gFooter .fBg {
	/*margin-bottom: 30px;
	padding: 75px 0 112px;
	background: url(../../img/common/f_bg01.jpg) no-repeat center center / cover;*/
	margin-bottom: 23px;
	padding: 0;
	background: none;
}
#gFooter .topLink a, #gFooter .fNaviBox a {
	color: #FFF;
	font-size: 2.1rem;
}
#gFooter .topLink {
	margin-bottom: 18px;
}
#gFooter .topLink a {
	color: #bfc0c0;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 1194px;
}
#gFooter .fNaviBox {
	margin-right: 22px;
	display: none;
	justify-content: space-between;
}
#gFooter .fNaviBox li:not(:last-child) {
	margin-bottom: 10px;
}
#gFooter .fNaviBox .naviList > li:not(:last-child) {
	margin-bottom: 30px;
}
#gFooter .fNaviBox .naviList > li > a {
	color: #bfc0c0;
}
#gFooter .fNaviBox .subNavi {
	margin-top: 10px;
}
#gFooter .fBtn a {
	padding: 33px 10px;
	display: block;
	color: #FFF;
	font-size: 2.5rem;
	font-size: 25px;
	text-align: center;
	background: #464646;
}
#gFooter .fBtn a span {
	padding-right: 35px;
	display: inline-block;
	background: url(../../img/common/icon01.png) no-repeat right center / 18px auto;
}
#gFooter .fBtn a.on span {
	background-image: url(../../img/common/icon02.png);
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0;
	width: auto;
}
#gFooter .fSub {
	margin: 0 auto;
	padding: 140px 0 148px;
	width: auto;
	background: url(../../img/common/f_bg01.jpg) no-repeat center top / cover;
}
#gFooter .fNaviBox {
	margin-right: 0;
	padding: 11px 14% 70px;
	display: none;
	background: #464646;
}
#gFooter .fNaviBox .fNavi:not(:last-child) {
	margin-bottom: 35px;
}
#gFooter .fNaviBox a {
	display: block;
	color: #FFF;
	font-size: 2.4rem;
}
#gFooter .fNaviBox li:not(:last-child) {
	margin-bottom: 6px;
}
#gFooter .fNaviBox .naviList > li:not(:last-child) {
	margin-bottom: 35px;
}
#gFooter .fNaviBox .naviList li.list01 {
	margin-bottom: 20px;
}
#gFooter .fNaviBox .naviList > li > a {
	color: #bfc0c0;
}
#gFooter .fNaviBox .subNavi {
	margin-top: 6px;
}
#gFooter .snsUl {
	margin: auto;
	width: 342px;
	display: flex;
	justify-content: space-between;
}
#gFooter .snsUl li img {
	width: auto;
	max-width: inherit;
	height: 74px;
}
#gFooter .fLogo {
	padding-top: 39px;
	text-align: center;
	background: url(../../img/common/f_bg02.png) no-repeat center top / auto 18px;
}
#gFooter .fLogo a {
	margin: 0 auto;
	width: 487px;
	display: block;
}
#gFooter .fixBanner {
	position: fixed;
	left: 0;
	bottom: 50px;
	z-index: 997;
	font-family: 'Noto Sans JP', sans-serif !important;
}
#gFooter .fixBanner li a {
	margin-left: -225px;
	padding: 10px 0 10px 15px;
	width: 315px;
	height: 90px;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 2.5rem;
	text-align: center;
	background: #44AB35;
	transition: 0.3s ease-in-out;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	opacity: 1;
}
@media all and (min-width: 897px) {
	#gFooter .fixBanner li:last-child a {
		margin-left: -310px;
		width: 400px;
	}
}
#gFooter .fixBanner li a:hover {
	margin-left: 0;
}
#gFooter .fixBanner li a .inn {
	margin-left: auto;
	width: 90px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 1.25rem;
}
#gFooter .fixBanner li a .mark {
	margin-bottom: 5px;
	width: 70px;
	transition: 0.3s ease-in-out;
}
@media all and (min-width: 897px) {
	#gFooter .fixBanner li a:hover .mark {
		margin-bottom: -10px;
	}
	#gFooter .fixBanner li:last-child a:hover .mark {
		margin-bottom: -30px;
	}
}
#gFooter .fixBanner li a:hover .txt {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
}
#gFooter .fixBanner li.list02 a {
	background: #FEA500;
}
#gFooter .fixBanner li.list03 a {
	background: #00AAE7;
}
#gFooter .fixBanner li.list04 a {
	background: #F1737F;
}
#gFooter .fixBanner li a .inn {
	font-size: 10px;
}
#gFooter .fixBanner li a {
	font-size: 25px;
}
#gFooter .fixBanner li a .mark img {
	vertical-align: top;
}
#gFooter .fixBanner li.list04 a .inn {
	letter-spacing: -0.1em;
}
#gFooter .fixBanner .list05 {
	display: none;
}
#gFooter .fixBanner li.list05 a {
	background: #bc875a;
}
#gFooter .fixBanner li.list05 a .inn {
	font-size: 1.23rem;
	letter-spacing: -0.1em;
}
#gFooter .fixBanner li.list05 a .mark {
	margin-right: -5px;
}
#gFooter .fixBanner li.list06 a {
	background: #a469d8;
}
#gFooter .fNaviBox .subNavi02 li {
	margin-left: 1em;
}
#gFooter .fNaviBox .subNavi02 .sort {
	margin-left: 0;
	color: #fff;
	font-size: 2.1rem;
	font-size: 21px;
}
#gFooter address {
	margin-top: 25px;
	color: #aaa;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
}
@media all and (max-height: 700px) {
	#gFooter .fixBanner {
		bottom: 10px;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-bottom: 80px;
		padding-bottom: 21px;
	}
	#gFooter .pageTop {
		bottom: 24vw;
	}
	#gFooter .fBg {
		margin-bottom: 23px;
		padding: 0;
		background: none;
	}
	#gFooter .fSub {
		margin: 0 auto;
		padding: 50px 0 58px;
		width: auto;
		background: url(../../img/common/sp_f_bg01.jpg) no-repeat center center / cover;
	}
	#gFooter .fNaviBox {
		display: none;
	}
	/*
	#gFooter .fBtn a {
		padding: 33px 10px;
		display: block;
		color: #FFF;
		font-size: 2.5rem;
		font-size: 25px;
		text-align: center;
		background: #464646;
	}
	#gFooter .fBtn a span {
		padding-right: 35px;
		display: inline-block;
		background: url(../../img/common/icon01.png) no-repeat right center / 18px auto;
	}
	#gFooter .fBtn a.on span {
		background-image: url(../../img/common/icon02.png);
	}
	#gFooter .fBox {
		margin: 0 auto;
		padding: 0;
		width: auto;
	}
	#gFooter .fSub {
		margin: 0 auto;
		padding: 50px 0 58px;
		width: auto;
		background: url(../../img/common/sp_f_bg01.jpg) no-repeat center center / cover;
	}
	#gFooter .fNaviBox {
		margin-right: 0;
		padding: 11px 14% 70px;
		display: none;
		background: #464646;
	}
	#gFooter .fNaviBox .fNavi:not(:last-child) {
		margin-bottom: 35px;
	}
	#gFooter .fNaviBox a {
		display: block;
		color: #FFF;
		font-size: 2.4rem;
	}
	#gFooter .fNaviBox li:not(:last-child) {
		margin-bottom: 6px;
	}
	#gFooter .fNaviBox .naviList > li:not(:last-child) {
		margin-bottom: 35px;
	}
	#gFooter .fNaviBox .naviList li.list01 {
		margin-bottom: 20px;
	}
	#gFooter .fNaviBox .naviList > li > a {
		color: #bfc0c0;
	}
	#gFooter .fNaviBox .subNavi {
		margin-top: 6px;
	}
	*/
	#gFooter .snsUl {
		margin: 0 auto;
		width: 256px;
	}
	#gFooter .snsUl li img {
		height: 47px;
	}
	#gFooter .fLogo {
		padding-top: 14px;
		background-size: auto 10px;
	}
	#gFooter .fLogo a {
		margin: 0 auto;
		width: 77%;
		max-width: 444px;
		display: block;
	}
	#gFooter .fixBanner {
		width: 100%;
		bottom: 0;
		display: flex;
		box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	}
	#gFooter .fixBanner li {
		flex: 1;
	}
	#gFooter .fixBanner li a {
		margin-left: 0;
		padding: 13px 0 10px;
		width: auto;
		height: 100%;
		display: block;
		font-size: 1.3rem;
		box-shadow: none;
	}
	#gFooter .fixBanner li a .inn {
		margin-left: auto;
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 1.3rem;
		line-height: 1.13;
	}
	#gFooter .fixBanner li a .mark {
		margin: 0 auto 5px;
		width: 60px;
		height: 28px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#gFooter .fixBanner li a .ttl {
		display: none;
	}
	#gFooter .fixBanner li.list01 a .mark {
		width: 34px;
	}
	#gFooter .fixBanner li.list02 a .mark {
		width: 37px;
	}
	#gFooter .fixBanner li.list03 a .mark {
		width: 27px;
	}
	#gFooter .fixBanner li.list04 a .mark {
		width: 34px;
	}
	#gFooter .fixBanner li.list05 a .mark {
		margin-right: 0;
		margin-left: 0;
		width: 38px;
	}
	#gFooter .fixBanner li.list06 a .mark {
		width: 40px;
	}
	#gFooter .fixBanner li a .txt {
		min-height: 38px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#gFooter .fixBanner li a:hover .txt {
		opacity: 1 !important;
		visibility: visible;
	}
	#gFooter .fNaviBox .subNavi02 li {
		margin-left: 2em;
	}
	#gFooter .fNaviBox .subNavi02 .sort {
		margin-left: 0;
		font-size: 2.4rem;
		font-size: 24px;
		color: #FFF;
	}
	#gFooter address {
		margin-top: 15px;
		font-size: 10px;
	}
}
@media all and (max-width: 575px) {
	#gFooter {
		margin-bottom: 14vw;
	}
	#gFooter .fNaviBox .subNavi02 .sort,
	#gFooter .fNaviBox a {
		font-size: 4.2vw;
	}
	#gFooter .fixBanner li a {
		padding: 2.5vw 0 1.7vw;
	}
	#gFooter .fixBanner li a .inn {
		font-size: 2.25vw;
	}
	#gFooter .fixBanner li a .mark {
		margin-bottom: 0.7vw;
		width: 6.5vw;
		height: 4.88vw;
	}
	#gFooter .fixBanner li.list01 a {
		padding-top: 2.3vw;
	}
	#gFooter .fixBanner li.list01 a .mark {
		width: 5.9vw;
	}
	#gFooter .fixBanner li.list02 a .mark {
		width: 6.4vw;
	}
	#gFooter .fixBanner li.list03 a .mark {
		width: 4.8vw;
	}
	#gFooter .fixBanner li.list04 a .mark {
		width: 5.95vw;
	}
	#gFooter .fixBanner li.list05 a .inn {
		font-size: 2.25vw;
	}
	#gFooter .fixBanner li.list05 a .mark {
		width: 6.5vw;
	}
	#gFooter .fixBanner li.list06 a .mark {
		width: 6.9vw;
	}
	#gFooter .fixBanner li a .txt {
		min-height: 6vw;
	}
	#gFooter .fNaviBox .subNavi02 li {
		margin-left: 1em;
	}
}