@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.41rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
}
.bodyScroll {
	overflow: scroll;
}
#container {
	text-align: left;
	padding-top: 5rem;
	position: relative;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow : 0.2rem 0.2rem 0.6rem rgba(0, 0, 0, 0.45);
	z-index: 999;
	background: #FFF;
}
#gHeader .hBox {
	margin: 0 auto;
	width: 100%;
	max-width: 95.3rem;
	align-items: center;
	height: 5rem;
	position: relative;
}
#gHeader h1 {
	width: 15.1rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader .menuBox {
	padding-top: 0.2rem;
	width: calc(100% - 20rem);
	align-items: center;
	gap: 4.5rem;
}
#gHeader .menuBox .link {
	width: 15.4rem;
}
#gHeader .menuBox .link a {
	padding: 0.5rem 1rem 0.7rem;
	min-height: 3.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.049rem;
	font-weight: 600;
	border-radius: 1.8rem;
	box-sizing: border-box;
	background: #f5ab10;
}
#gHeader .menuBox .link a span {
	padding-right: 3rem;
	background: url(../img/common/icon03.png) no-repeat right center / 1.4rem;
}
#gHeader .menuBox .link a:hover {
	opacity: 0.7;
}
#gNavi {
	flex: 1;
	text-align: right;
}
#gNavi .navUl {
	gap: 1.8rem;
	display: flex;
	justify-content: flex-end;
}
#gNavi li:first-child {
	margin: 0;
}
#gNavi li a {
	font-size: 1.049rem;
	letter-spacing: 0.03em;
	font-weight: 700;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gNavi .navInner {
	display: none;
	width: 95.3rem;
	max-width: calc(100vw - 2rem);
	height: auto;
	left: 50%;
	transform: translateX(-50%);
	top: 5rem;
	position: fixed;
	z-index: 3;
}
.coverBg {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 5rem;
	opacity: 0;
	transition: 0.3s;
	background:rgba(0, 0, 0, 0.5);
	pointer-events: none;
}
.coverBg.on {
	opacity: 1;
}
#gNavi .navInner.on {
	display: block;
}
#gNavi .navInner .subBox {
	margin: 0.9rem 0;
	padding: 2.5rem 7.4rem 2.5rem 5rem;
	width: 100%;
	max-height: calc(100vh - 11rem);
	max-width: 100%;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
	background-color: rgba(255, 255, 255, 0.7);
	overflow: auto;
}
#gNavi .navInner .subBox02 {
	width: 75.6rem;
}
#gNavi .comNavi .subList {
	margin-top: 1rem;
	padding: 2rem;
	background: #fff;
	border-radius: 1rem;
}
#gNavi .comNavi .subList li {
	width: 100%;
}
#gNavi .comNavi .subList .col {
	padding: 0.5rem 3rem 0.5rem 0;
	font-size: 1.4rem;
	background: url(../img/common/icon04.png) no-repeat center right / 2rem;
}
#gNavi .subList01 {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	flex: 1;
}
#gNavi .subList01 li {
	width: calc((100% - 2rem) / 3);
	display: block;
	font-size: 1.134rem;
	font-weight: 500;
	border-radius: 1.2rem;
	background: #fff;
	overflow: hidden;
}
#gNavi .subList01 a {
	padding: 1rem 5.4rem 1rem 1rem;
	height: 100%;
	min-height: 6rem;
	font-size: 1.3rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-align: left;
	background: url(../img/common/icon04.png) no-repeat center right 1rem / 3rem;
}
#gNavi .imgNav {
	width: 46.8rem;
	flex: inherit;
	justify-content: space-between;
}
#gNavi .imgNav li {
	width: calc((100% - 2rem) / 3);
	padding: 0;
	border-radius: 0;
	background: none;
}
#gNavi .imgNav a {
	padding: 0 0 0.3rem;
	height: 100%;
	position: relative;
	display: block;
	background: none;
	border-radius: 0.9rem;
	overflow: hidden;
	border: 0.2rem solid #F35200;
	background: linear-gradient(to bottom,#F35200 2rem,#fff 0%);
}
#gNavi .imgNav a::after {
	margin: -0.05em auto 0;
	padding-left: 2rem;
	width: fit-content;
	display: block;
	content: "詳しくはこちら";
	font-size: 0.88rem;
	letter-spacing: 0.01em;
	color: #000;
	font-weight: 600;
	background: url(../img/common/icon11.png) no-repeat center left / 1.4rem;
}
#gNavi .imgNav p {
	margin: 0;
	font-weight: 500;
	font-size: 1.265rem;
	line-height: 1.5;
	min-height: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #F35200;
}
#gNavi .imgNav a .image {
	margin: 0.2rem 0;
	text-align: center;
	height: 6rem;
}
#gNavi .imgNav a .image img {
	width: auto;
	height: 100%;
}
#gNavi .imgNav .item02 a {
	border-color: #00AE00;
	background: linear-gradient(to bottom,#00AE00 2rem,#fff 0%);
}
#gNavi .imgNav .item02 p {
	background: #00AE00;
}
#gNavi .imgNav .item01 a {
	border-color: #007EC9;
	background: linear-gradient(to bottom,#007EC9 2rem,#fff 0%);
}
#gNavi .imgNav .item01 p {
	background: #007EC9;
}
#gNavi .imgNav .item03 a {
	border-color: #D30076;
	background: linear-gradient(to bottom,#D30076 2rem,#fff 0%);
}
#gNavi .imgNav .item03 p {
	background: #D30076;
}
#gNavi .imgNav .item04 a {
	border-color: #FDD415;
	background: linear-gradient(to bottom,#FDD415 2rem,#fff 0%);
}
#gNavi .imgNav .item04 p {
	background: #FDD415;
}
#gNavi .imgNav .item05 a {
	border-color: #C5481A;
	background: linear-gradient(to bottom,#C5481A 2rem,#fff 0%);
}
#gNavi .imgNav .item05 p {
	background: #C5481A;
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: flex !important;
	}
	#gNavi .navUl > li {
		padding: 1.3rem 0;
	}
	#gNavi .subList01 p {
		/* font-size: 1.6rem; */
		font-weight: 700;
	}
	#gNavi .comNavi .subBox {
		display: block;
	}
	#gNavi .comNavi p {
		text-align: left;
	}
	#gNavi .comNavi .list {
		width: 100%;
		gap: 2rem;
	}
	#gNavi .comNavi .list > li {
		width: calc(50% - 1rem);
	}
	#gNavi .comNavi p {
		font-size: 1.4rem;
		width: 100%;
	}
	#gNavi .comNavi .subList a {
		padding: 0.5rem;
		width: fit-content;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#gNavi .navUl .dropdown.on > a {
		opacity: 0.7;
	}
	#gNavi .navInner .navTtl {
		font-size: 1.984rem;
		color: #000000;
	}
	#gNavi .navInner {
		max-width: calc(100% - 2rem);
	}
}
@media all and (max-width: 896px) {
	#gNavi .navUl {
		display: block;
	}
	#gHeader .menu {
		position: absolute;
		top: 2rem;
		right: 2rem;
		height: 2rem;
		width: 2.5rem;
		cursor: pointer;
		z-index: 1000;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #000;
		border: none;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}	
	#gHeader .menu span:nth-of-type(2) {
		top: 0.7rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 1.4rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox {
		margin: 0;
		padding: 1rem 1rem 1.2rem;
		max-width: inherit;
	}
	#gHeader h1 {
		margin: 0.3rem 0 0 0.4rem;
		width: 14rem;
		z-index: 999;
	}
	#gHeader .menuBox {
		position: absolute;
		top: 4.8rem;
		left: 0;
		padding: 3.2rem 2rem 12rem;
		width: 100%;
		height: calc(100vh - 4.8rem);
		display: none;
		background: #FFF;
		overflow-y: auto;
		z-index: 888;
	}
	#gHeader .menuBox .rBox {
		display: block;
	}
	#gHeader .menuBox .link {
		margin: 0 auto;
		width: auto;
	}
	#gHeader .menuBox .link a {
		padding: 0.5rem 1rem;
		min-height: 5rem;
		font-size: 2.2rem;
		border-radius: 3rem;
		min-width: 22rem;
		width: fit-content;
		margin: 0 auto;
	}
	#gHeader .menuBox .link a span {
		background-size: 2rem;
	}
	#gHeader .menuBox .snsList {
		margin-top: 3rem;
		gap: 1.5rem;
		justify-content: center;
	}
	#gHeader .menuBox .snsList li {
		width: 3.5rem;
	}
	#gNavi .navInner {
		width: 100%;
		position: initial;
		background: #f5ab10;
		height: auto;
		transform: none;
	}
	#gNavi .navInner .subBox {
		margin: 0;
		padding: 1rem;
		width: auto !important;
		max-width: inherit;
		max-height: inherit;
		border-radius: 0;
		display: block;
	}
	#gNavi .subList01 li {
		width: 100%;
	}
	#gNavi .subList01 a {
		min-height: 5rem;
		font-size: 1.6rem;
		background-size: 2.6rem;
		border-radius: 1.2rem;
	}
	#gNavi .navTtl {
		display: none;
	}
	#gNavi .imgNav {
		width: auto;
		justify-content: space-between;
	}
	#gNavi .imgNav a {
		display: block;
		text-align: center;
	}
	#gNavi .imgNav li {
		width: calc(50% - 0.8rem);
	}
	#gNavi .imgNav a .image {
		height: 7rem;
	}
	#gNavi {
		margin-bottom: 4rem;
		width: auto;
		text-align: center;
	}
	#gNavi li {
		margin-left: 0;
		display: block;
	}
	#gNavi .navUl > li {
		border-bottom: 1px solid #000;
	}
	#gNavi .navUl .dropdown {
		position: relative;
		cursor: pointer;
	}
	#gNavi .navUl .dropdown::before,
	#gNavi .navUl .dropdown::after {
		content: "";
		width: 2rem;
		height: 2px;
		position: absolute;
		right: 0;
		top: 3.2rem;
		background: #EB6200;
		transition: 0.3s;
	}
	#gNavi .navUl .dropdown::after {
		transform: rotate(90deg);
	}
	#gNavi .navUl .dropdown.on::after {
		transform: rotate(180deg);
	}
	#gNavi .navUl > li > a {
		padding: 1.5rem 2rem;
		width: fit-content;
		display: block;
		font-size: 2.2rem;
	}
	#gNavi .navUl > li:not(.dropdown) > a {
		width: 100%;
		text-align: left;
		position: relative;
	}
	#gNavi .navUl > li:not(.dropdown) > a::before {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		width: 2rem;
		height: 2px;
		background: #EB6200;
		transform: translateY(-50%);
	}
	#gNavi .navUl > li:not(.dropdown) > a::after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		width: 0.8rem;
		height: 0.8rem;
		border-right: 2px solid #EB6200;
		border-bottom: 2px solid #EB6200;
		transform: translateY(-50%) rotate(-45deg);
	}
	#gNavi .navUl > li:first-child {
		border-top: 1px solid #000;
	}
	#gNavi .subList a {
		padding: 0.6rem;
		font-size: 1.3rem;
		text-align: left;
		border-bottom: none;
		display: block;
	}
	#gNavi .subList li:last-child a {
		border-bottom: none;
	}
	#gNavi .subList {
		padding: 0;
	}
	#gNavi .comNavi .list {
		display: block;
	}
	#gNavi .comNavi .list > li {
		width: 100%;
	}
	#gNavi .comNavi .list > li + li {
		margin-top: 2rem;
	}
	#gNavi .comNavi p {
		font-size: 1.4rem;
		text-align: left;
		text-align: center;
	}
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5.4rem 0 6.4rem;
	background-color: #fff8d8;
}
#gFooter .logo {
	margin: 0 auto 6.2rem;
	width: 15.1rem;
}
#gFooter .logo a {
	display: block;
}
#gFooter .content {
	width: 92.4rem;
}
#gFooter address {
	margin-top: 5.5rem;
	font-size: 1.134rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 500;
}
@media all and (min-width: 897px) {
	#gFooter .comNavi {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3rem 0;
	}
	#gFooter .content {
		width: auto;
	}
	#gFooter .logo {
		margin-bottom: 3rem;
	}
	#gFooter address {
		margin-top: 3rem;
	}
	#gFooter .comNavi {
		display: none;
	}
}