@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: 980px) {
	html {
		font-size: calc(1000vw / 980);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", 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 {
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	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.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 3.1rem 3.1rem 0 4.5rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#gHeader .hBox {
	padding: 1.9rem 3rem 1.8rem 4.5rem;
	border-radius: 4.05rem;
	background-color: rgba(0, 0, 0, 0.5);
}
#gHeader h1 {
	width: 23.6rem;
	position: relative;
	z-index: 102;
}
.menuBox .btn {
	width: 14.5rem;
}
.menuBox .btn a {
	padding: 0.6rem 0.5rem 0.8rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	background-color: #4194d0;
	border-radius: 2.05rem;
}
#gNavi a {
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
}
.menuBox .btn a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gHeader .hBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.menuBox {
		display: block !important;
		flex: 1;
	}
	.menuBox .sub {
		display: flex;
		justify-content: right;
		align-items: center;
	}
	#gNavi ul {
		display: flex;
	}
	#gNavi li {
		margin-right: 4.2rem;
	}
	#gNavi li:last-child {
		margin-right: 3.5rem;
	}
	#gNavi a:hover {
		color: #4194D0;
	}
}
@media all and (min-width: 897px) and (max-width: 1209px) {
	#gHeader {
		padding: 3.1rem 2rem 0;
	}
	#gHeader .hBox {
		padding: 1.9rem 2rem;
	}
	#gHeader h1 {
		width: 19rem;
	}
	#gNavi li {
		margin-right: 2rem;
	}
	#gNavi a {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.5rem 0.5rem 0;
	}
	#gHeader.bg .hBox {
		background-color: transparent;
	}
	#gHeader .hBox {
		padding: 1rem 2rem 1.6rem;
		position: relative;
		border-radius: 3.5rem;
		transition: .3s;
	}
	#gHeader h1 {
		width: 23.6rem;
	}
	.menuBox .btn {
		margin: 0 auto;
		width: 19.5rem;
	}
	.menuBox .btn a {
		padding: 1.25rem 0.5rem 1.35rem;
		font-size: 2.2rem;
		border-radius: 3rem;
	}
	#gNavi {
		margin-bottom: 3.5rem;
	}
	#gNavi li {
		margin-bottom: 3.4rem;
		text-align: center;
	}
	#gNavi li:last-child {
		margin-bottom: 0;
	}
	#gNavi a {
		font-size: 2.2rem;
	}
	#gNavi a:active {
		color: #4194D0;
	}
	.menuBox { 
		display: none;
		position: fixed;
		left: 0;
		top: 1.5rem;
		width: 100%;
		z-index: 101;
		height: calc(100% - 1.5rem);
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox .sub {
		margin: 0 0.5rem;
		padding: 9.9rem 0 4.5rem;
		height: fit-content;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 3.5rem;
	}
	.menu {
		width: 3.7rem;
		height: 3.4rem;
		position: fixed;
		z-index: 102;
		top: 3.2rem;
		right: 2.6rem;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 3.3rem;
		height: 0.5rem;
		background-color: #fff;
		border-radius: 0.25rem;
	}
	.menu span:nth-of-type(1) {
		top: 0;
	}
	.menu span:nth-of-type(2) {
		top: 1.4rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.8rem;
	}
	.menu.on span {
		width: 4.5rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(1.5rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-1.3rem) rotate(45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3rem 0 2.1rem;
	background-color: #4194d0;
}
#gFooter .fLogo {
	margin: 0 auto 2rem;
	width: 38.6rem;
}
#gFooter .add {
	margin: 0 auto 2.1rem;
	width: 32.9rem;
	font-weight: 500;
	line-height: 1.56;
	color: #fff;
}
#gFooter .add a {
	color: #fff;
}
#gFooter .snsList {
	margin-bottom: 2rem;
}
#gFooter .snsList li {
	margin: 0 1rem;
	width: 4rem;
}
#gFooter .snsList a {
	display: block;
}
#gFooter .snsList a:hover {
	opacity: 0.7;
}
#gFooter address {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-bottom: 2rem;
	}
	#gFooter .fLogo {
		margin-bottom: 1.1rem;
		width: 21.8rem;
	}
	#gFooter .add {
		margin-bottom: 3rem;
		width: 28.3rem;
		font-size: 1.4rem;
		line-height: 2;
	}
	#gFooter .add a {
		color: #fff;
	}
	#gFooter .snsList {
		margin-bottom: 3rem;
	}
	#gFooter .snsList li {
		margin: 0 1.15rem;
	}
}