@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;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%;
}
@media (min-width: 721px) and (max-width: 1919px) {
	html {
		font-size: 0.52vw;
	}
}
body, table, input, textarea, select, option {
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B';
}
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: #302E3A;
	text-decoration: none;
}
a:visited {
	color: #302E3A;
}
a:hover {
	color: #302E3A;
	opacity: 0.7;
}
a:active {
	color: #302E3A;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
/* section {
  content-visibility: auto;
  contain-intrinsic-size: 500px;
} */
body {
	min-width: 721px;
	color: #302E3A;
	font-size: 2.9rem;
	line-height: 1.7;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
}
#main {}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 721px) {
	.sp {
		display: none !important;
	}
	#gNavi {
		display: flex !important;
	}
}
@media all and (max-width: 720px) {
	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 {
	padding-top: 8rem;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	box-sizing: border-box;
}
#gHeader .hBox {
	margin: 0 auto;
	/*	max-width: 1836px;*/
	max-width: 92.72%;
}
#gHeader h1 {
	width: 16.28%;
}
#gHeader h1 a:hover {
	opacity: 1;
}
#gNavi {
	display: flex;
	flex: 1;
	font-family: 'A1ゴシック B', 'A1 Gothic B';
	margin: -0.9rem 0 0 6.3rem;
	justify-content: space-between;
}
#gNavi .nav {
	width: 66.4%;
	display: flex;
	justify-content: space-between;
}
#gNavi .nav li a {
	color: #fff;
	display: block;
	font-weight: bold;
}
#gNavi .nav li.index {
	display: none !important;
}
#gNavi .linkUl {
	margin: 0.6rem 0.3rem 0 0;
	width: 27.4%;
}
#gNavi .linkUl li {
	margin-bottom: 1.3rem;
}
#gNavi .linkUl li a {
	padding: 0.8rem 1rem 0rem;
	display: block;
	color: #fff;
	font-size: 3.5rem;
	text-align: center;
	background: #EA545D;
	border-radius: 40px;
}
#gNavi .linkUl li:last-child {
	margin-bottom: 0;
}
#gNavi .linkUl li:last-child a {
	font-size: 3.5rem;
	color: #1BB8CE;
	background: #fff;
}
@media all and (max-width: 720px) {
	#gHeader {
		padding: 15px 10px !important;
	}
	#gHeader h1 {
		width: 150px;
		position: relative;
		z-index: 99;
	}
	#gHeader .menu {
		width: 35px;
		height: 17px;
		position: absolute;
		right: 15px;
		top: 16px;
		cursor: pointer;
		z-index: 100;
	}
	#gHeader .menu span {
		width: 100%;
		height: 1px;
		display: block;
		background: #fff;
		position: absolute;
		left: 0;
		transition: 0.4s;
	}
	#gHeader .menu span:first-child {
		top: 0;
	}
	#gHeader .menu span:last-child {
		bottom: 0;
	}
	#gHeader .menu span:nth-child(2) {
		top: 8px;
	}
	#gHeader .menu.open span:first-child {
		background: #fff;
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	#gHeader .menu.open span:nth-child(2) {
		background: transparent;
	}
	#gHeader .menu.open span:last-child {
		background: #fff;
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	#gNavi {
		display: none;
		width: 100% !important;
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		height: 100vh;
		background: #2862A0;
		overflow-y: auto;
	}
	#gNavi .nav {
		padding: 60px 20px 0;
		width: auto;
		display: block;
	}
	#gNavi .linkUl {
		margin: 20px !important;
		width: auto !important;
		display: block !important;
	}
	#gNavi .linkUl li {
		width: auto !important;
	}
	#gNavi .linkUl li a {
		padding: 11px 5px 9px !important;
		font-size: 1.6rem !important;
	}
	#gNavi .nav li a {
		padding: 5px;
		text-align: center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4.65% 0 5.45%;
	color: #FFF;
	background: #344563;
}
#gFooter .pageTop {
	position: fixed;
	right: 1rem;
	bottom: 30px;
	z-index: 50;
}
#gFooter .pageTop a {
	line-height: 0;
	display: block;
	border: 2px solid #000;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 0 5%;
	max-width: 1651px;
}
#gFooter p {
	margin-bottom: 6.6%;
	font-size: 4rem;
	font-weight: bold;
}
#gFooter p a {
	color: #fff;
}
#gFooter .fTitle {
	margin-bottom: 2.5%;
	padding: 2% 0 2.5%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}
#gFooter .fTitle .mark {
	width: 36.2%;
}
#gFooter .fTitle p {
	margin: 0;
	width: 62%;
	font-size: 5.65rem;
	line-height: 1;
}
#gFooter .fLogo {
	margin: 0 auto;
	width: 49.3%;
}
@media all and (max-width: 720px) {
	#gFooter {
		padding: 30px 0 24px;
	}
	#gFooter .pageTop {
	right: 10px;
	bottom: 10px;}
	#gFooter .fBox {
		padding: 0 10px;
		max-width: inherit;
	}
	#gFooter p {
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
	#gFooter .fTitle {
		margin-bottom: 15px;
		padding: 10px 0;
		border-width: 1px;
	}
	#gFooter .fTitle .mark {
		width: 100px;
	}
	#gFooter .fTitle p {
		margin: 0;
		width: calc(100% - 110px);
		font-size: 1.1rem;
		line-height: 1.5;
	}
	#gFooter .fLogo {
		width: 168px;
	}
}


#VHeader .pageTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 55;
}
#VHeader .pageTop a {
	line-height: 0;
	display: block;
	border: 2px solid #000;
}
