@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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #FFF url("../img/common/bg01.png") no-repeat center top 9.5rem / auto 80.1rem;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 14.5rem;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	opacity: 1 !important;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
		background: #FFF url("../img/common/bg01_sp.png") no-repeat center top 5.5rem / auto 22rem;
	}
	#main {
		margin-bottom: 5.8rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1.1rem 17rem 1rem 6rem;
	display: flex;
	position: relative;
	z-index: 100;
}
#gHeader h1 {
	margin-top: 0.2rem;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}
#gHeader h1 img {
	margin-top: 0.6rem;
	display: block;
}
#gHeader .menuBox {
	flex: 1;
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
#gNavi ul {
	display: flex;
	justify-content: flex-end;
}
#gNavi li {
	margin-right: 4.9rem;
	letter-spacing: 0.1em;
}
#gNavi a:hover {
	opacity: 0.7;
}
#gHeader .tel a {
	display: inline-block;
	padding: 0 0 0.2rem 3rem;
	color: #006DB1;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.12em;
	background: url(../img/common/icon01.png) no-repeat left 0.4rem/2.4rem auto;
}
#gHeader .tel p {
	font-size: 1.4rem;
	text-align: center;
}
#gHeader .btn {
	position: absolute;
	right: 0;
	top: 0;
}
#gHeader .btn a {
	width: 12rem;
	display: block;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 2.7rem 1rem 2.3rem;
	background: linear-gradient(90deg, rgba(0, 109, 177, 1) 0%, rgba(0, 160, 233, 1) 100%);
}
#gHeader .btn a:hover {
	opacity: 0.7;
}
#gHeader .btn a img {
	width: 3.2rem;
	display: block;
	margin: 0 auto 1.5rem;
}
@media all and (max-width: 1420px) {
	#gHeader {
		padding-left: 3vw;
	}
	#gNavi li {
		margin-right: 2vw;
	}
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		position: static;
		display: block;
	}
	#gHeader .hInner {
		padding: 1rem 8rem 1rem 1.5rem;
		position: relative;
		z-index: 100;
		display: flex;
		justify-content: space-between;
	}
	#gHeader h1 {
		margin-top: 0;
	}
	#gHeader h1 span {
		display: none;
	}
	#gHeader h1 img {
		margin-top: 0;
		width: 20.7rem;
	}
	#gHeader .menu {
		margin-top: 0.8rem;
		height: 3rem;
		position: relative;
		width: 3rem;
		cursor: pointer;
		z-index: 3000;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	#gHeader .menu span {
		background: #006DB1;
		border: none;
		height: 0.2rem;
		width: 3rem;
		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: 1rem;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 2rem;
	}
	#gHeader .menu.on span {
		height: 0.1rem;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(1rem) translateX(0) rotate(45deg);
		-ms-transform: translateY(1rem) translateX(0) rotate(45deg);
		transform: translateY(1rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-1rem) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-1rem) translateX(0) rotate(-45deg);
		transform: translateY(-1rem) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		overflow-y: auto;
		padding: 0 1.5rem 3.5rem;
		background-color: #fff;
		max-height: 100%;
		z-index: 99;
	}
	#gNavi {
		margin: 8rem 0 2.8rem;
	}
	#gNavi ul {
		display: block;
		border-bottom: 1px solid #CBCBCB;
	}
	#gNavi li {
		margin-right: 0;
		border-top: 1px solid #CBCBCB;
	}
	#gNavi a {
		padding: 1.4rem 1rem;
		display: block;
	}
	#gHeader .tel {
		text-align: center;
	}
	#gHeader .tel a {
		font-size: 3.4rem;
	}
	#gHeader .btn {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	#gHeader .btn a {
		width: 6rem;
		font-size: 1.2rem;
		padding: 1.2rem 1rem 0.8rem;
	}
	#gHeader .btn a img {
		margin-bottom: 0.7rem;
		width: 1.9rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 120.2rem;
	margin: 0 auto 20.3rem;
	justify-content: flex-end;
}
#pagePath li {
	margin-right: 1.5rem;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#pagePath li:last-child {
	margin-right: 0;
}
#pagePath li a {
	margin-right: 1.5rem;
	color: #006DB1;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 0 1.4rem 6.1rem;
	}
	#pagePath li {
		margin-right: 1.2rem;
		font-size: 1.1rem;
	}
	#pagePath li a {
		margin-right: 1.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 12rem 7rem;
	position: relative;
}
#gFooter .pageTop {
	position: absolute;
	right: 4.3rem;
	bottom: 11rem;
	width: 1.2rem;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	margin-bottom: 8.5rem;
}
#gFooter .fLogo {
	width: 25.8rem;
}
#gFooter .fNavi {
	margin-top: 1.3rem;
	flex: 1;
	justify-content: flex-end;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fNavi li {
	margin-left: 4.8rem;
	letter-spacing: 0.1em;
}
#gFooter address {
	width: 40rem;
	letter-spacing: 0.1em;
}
#gFooter .linkList {
	flex: 1;
	justify-content: flex-end;
}
#gFooter .linkList li {
	margin-left: 5rem;
}
#gFooter .linkList a {
	display: inline-block;
	font-size: 1.4rem;
	padding-right: 1.5rem;
	letter-spacing: 0.1em;
	background: url(../img/common/icon03.png) no-repeat right 0.5rem/1.2rem auto;
}
#gFooter .linkList a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 6rem 0 3.2rem;
	}
	#gFooter .pageTop {
		right: 0.5rem;
		bottom: 2rem;
		width: 0.6rem;
	}
	#gFooter .fBox {
		margin-bottom: 2.5rem;
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 auto 1.5rem;
		width: 20.6rem;
	}
	#gFooter .info {
		margin-bottom: 3.7rem;
		line-height: 1.75;
		text-align: center;
		letter-spacing: 0.1em;
	}
	#gFooter .fNavi {
		margin-top: 0;
		display: block;
		border-bottom: 1px solid #CBCBCB;
	}
	#gFooter .fNavi li {
		margin-left: 0;
		border-top: 1px solid #CBCBCB;
	}
	#gFooter .fNavi a {
		padding: 1.4rem 1rem;
		display: block;
	}
	#gFooter .btmBox {
		flex-direction: column-reverse;
	}
	#gFooter address {
		width: 100%;
		text-align: center;
	}
	#gFooter .linkList {
		margin-bottom: 3rem;
		flex: inherit;
		gap: 0 3rem;
		justify-content: center;
	}
	#gFooter .linkList li {
		margin: 0;
	}
	#gFooter .linkList a {
		font-size: 1.3rem;
		padding-right: 1.7rem;
	}
}