@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 (min-width: 897px) and (max-width: 1919px) {
	html {
		font-size: calc(1000vw / 1920);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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: #0F0102;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #0F0102;
}
a:hover {
	color: #0F0102;
}
a:active {
	color: #0F0102;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #0F0102;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F8F8E2;
	--size: 1rem;
}
#container {
	overflow: hidden;
	text-align: left;
}
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;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1.5rem 0 1rem 5.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
}
#gHeader h1 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
#gHeader .logo {
	margin-top: 3.4rem;
	width: 25.2rem;
	mix-blend-mode: multiply;
}
#gHeader .bnrBox {
	margin-left: 3.4rem;
	width: 14.5rem;
}
#gHeader .naviUl {
	display: flex;
	gap: 0 4.2rem;
}
#gHeader .naviUl a {
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	#gHeader .naviUl a:hover {
		opacity: 0.7;
	}
	#gHeader .hBox {
		padding: 3.2rem 2.3rem;
		width: 86.7rem;
		height: 11.4rem;
		border-radius: 5.7rem 0 0 5.7rem;
		background: #05ac6c;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: fixed;
		top: 1rem;
		right: 0;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	.menu {
		position: fixed;
		top: 0.9rem;
		right: 0.9rem;
		width: 5.5rem;
		z-index: 100;
		cursor: pointer;
	}
	#gHeader .logo {
		width: 12.5rem;
		margin-top: 0;
	}
	#gHeader {
		padding: 1.2rem 0 1.2rem 1.3rem;
		justify-content: flex-start;
		position: absolute;
		z-index: 50;
	}
	#gHeader .bnrBox {
		margin-left: 0;
		width: 15rem;
	}
	#gHeader .hBox {
		margin: -0.2rem 0 0 0.8rem;
	}
	.menuBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 80;
		background-color: #fff;
		box-sizing: border-box;
		border: 2px solid #38ac6c;
		overflow-y: auto;
		display: none;
	}
	.menuBox .innerBox {
		padding: 10rem 2rem 5rem;
	}
	.menuBox .naviUl a {
		padding: 1.5rem 0;
		font-size: 1.8rem;
		font-weight: 500;
		display: block;
		text-align: center;
	}
	.menuBox .naviUl li {
		border-bottom: 1px solid #38ac6c;
	}
	.menuBox .naviUl li:first-child {
		border-top: 1px solid #38ac6c;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 6.3rem;
}
#gFooter .fBox {
	margin: 0 2.5rem;
	padding: 5.3rem 0 7.8rem;
	color: #fff;
	border-radius: 9.7rem 9.7rem 0 0;
	background-color: #38AC6C;
}
#gFooter .fTitle {
	margin-bottom: 7.2rem;
 font-size: calc(var(--size) * 2.5);
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#gFooter .fNavi {
	margin-bottom: 4.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fNavi li {
	margin: 0 1.4rem;
	width: 31.1rem;
}
#gFooter .fNavi a {
 height: 100%;
 min-height: 94px;
 font-size: calc(var(--size) * 2.2);
	font-weight: 700;
	background: #fff url(../images/ico_arrow_01.png) no-repeat right 1rem bottom 1rem / 3.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
 padding: 1rem 4rem 1rem 2rem;
}
#gFooter address {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}
#gFooter .fLink{
 display: flex;
 margin: 0 7.4rem;
 align-items: end;
 justify-content: space-between;
 padding: 4.2rem 0 0;
 border-top: solid 1px #fff;
}
#gFooter .fLink ul{
 display: flex;
 width: 33%;
 flex-wrap: wrap;
 height: fit-content;
 gap: 22px 46px;
 margin-left: 39px;
}
#gFooter .fLink ul li a{
 font-size: calc(var(--size) * 1.9);
 font-weight: bold;
 color: #fff;
 text-decoration: underline;
 letter-spacing: 0.1rem;
}
#gFooter .fLink ul li a:hover{
 opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 3.5rem;
	}
	#gFooter .fBox {
		margin: 0 0.75rem;
		padding: 2.2rem 1rem 0;
		border-radius: 3.2rem 3.2rem 0 0;
	}
	#gFooter .fTitle {
		margin-bottom: 3rem;
/*		font-size: 1.9rem;*/
  font-size: calc(var(--size) * 1.9);
	}
	#gFooter .fNavi {
		margin: 0 0.8rem 2.4rem;
		gap: 1.35rem;
	}
	#gFooter .fNavi li {
		margin: 0;
		width: calc(50% - 0.675rem);
	}
	#gFooter .fNavi a {
  height: auto;
  min-height: 70px;
  font-size: calc(var(--size) * 1.5);
		letter-spacing: 0.1rem;
  padding: 1rem;
  background: #fff url(../images/ico_arrow_01.png) no-repeat right .5rem bottom .5rem / 2rem;
	}
	#gFooter address {
  padding: 2rem 0;
		margin: 0;
/*		font-size: 1rem;*/
  font-size: calc(var(--size) * 1.1);
		letter-spacing: 0;
	}
 #gFooter .fLink{
  display: block;
  margin: 0 0.8rem;
  padding: 2.4rem 0 0;
 }
 #gFooter .fLink a img{
  display: block;
  width: 50%;
  margin: 0 auto 2rem;
 }
 #gFooter .fLink ul{
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
 }
 #gFooter .fLink ul li:not(:last-child){
  margin: 0 auto 0.5rem;
 }
 #gFooter .fLink ul li a{
/*  font-size: 1.45rem;*/
  font-size: calc(var(--size) * 1.4);
 }
}
@media (min-width: 500px) and (max-width: 896px){
 #gHeader .bnrBox{
  width: 18rem!important;
 }
}