@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: 1280px) {
	html {
		font-size: calc(1000vw / 1280);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic Antique", 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: #0d2645;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #0d2645;
}
a:hover {
	color: #0d2645;
}
a:active {
	color: #0d2645;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #0d2645;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FAFAFA;
}
.fixed {
	/* position: fixed;
	width: 100%;
	height: 100%; */
}
#container {
	position: relative;
	text-align: left;
}
#container::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50rem;
	background-color: #005ab1;
	z-index: -1;
	content: "";
}
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;
		background-color: #fff;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		overflow: hidden;
	}
	#container::after {
		height: 55rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#gHeader .hBox {
	padding: 4.5rem 4.5rem 2rem;
}
#gHeader h1 {
	width: 31.1rem;
}
#gHeader h1 a {
	display: block;
}
#gNavi a {
	padding: 0.5rem 1rem;
	color: #005ab1;
	font-weight: 700;
	display: inline-block;
	background-color: transparent;	
	border-radius: 1rem;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		background-color: #e5f1f8;
	}
	.menuBox {
		padding: 1.5rem 1rem;
		position: fixed !important;
		top: 4rem;
		right: 4rem;
		z-index: 10;
		background-color: #fff;
		border-radius: 2rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 2.5rem 2.5rem 3rem;
	}
	#gHeader h1 {
		width: 22.2rem;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi ul li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#gNavi a {
		font-size: 1.6rem;
		padding: 0 0 0 1.5rem;
		display: block;
		border-radius: 0;
		background: url(../img/common/icon02.png) no-repeat left top 0.7rem / 0.8rem;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 3rem;
		left: 3rem;
		right: 3rem;
		z-index: 99;
		background-color: #fff;
		border-radius: 1rem;
		padding: 5rem 2rem 3rem;
	}
	.menuBox.on {
		display: block;
	}
	.menu {
		display: block;
		width: 5rem;
		height: 5rem;
		position: fixed;
		z-index: 100;
		top: 3rem;
		right: 3rem;
		background-color: #fff;
		border-radius: 1rem;
	}
	.menu::before,
	.menu::after {
		content: "";
		position: absolute;
		left: 1.5rem;
		width: 2rem;
		height: 0.2rem;
		background-color: #0071b6;
		border-radius: 0.1rem;
		transition: all 0.3s ease;
	}
	.menu::before {
		top: 2rem;
	}
	.menu::after {
		bottom: 2rem;
	}
	.menu.on::before {
		top: 50%;
		transform: translateY(-0.1rem) rotate(30deg);
	}
	.menu.on::after {
		bottom: 50%;
		transform: translateY(0.1rem) rotate(-30deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8rem 3rem 14rem;
	background-color: #313b4c;
	border-radius: 10rem 10rem 0 0;
}
#gFooter .content {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#gFooter .lBox {
	margin-top: 0.5rem;
	width: 35rem;
	flex-shrink: 0;
}
#gFooter .lBox .logo {
	margin-bottom: 2rem;
	width: 31.1rem;
}
#gFooter .lBox .logo a {
	display: block;
}
#gFooter .lBox .add {
	font-size: 1.4rem;
	color: #fafafa;
}
#gFooter .rBox {
	flex: 1;
}
#gFooter .fNavi {
	margin-bottom: 3rem;
	justify-content: right;
}
#gFooter .fNavi li a {
	display: block;
	padding: 0.5rem 1rem;
	font-weight: 700;
	color: #fafafa;
	border-radius: 1rem;
	transition: background-color 0.3s ease;
}
#gFooter .linkUl li {
	margin-bottom: 0.5rem;
	text-align: right;
}
#gFooter .linkUl li a {
	font-size: 1.4rem;
	color: #fafafa;
	text-decoration: underline;
	transition: text-decoration 0.3s ease;
}
#gFooter .btn {
	width: 25rem;
	position: absolute;
	bottom: -6rem;
	left: 2rem;
}
#gFooter .btn a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	padding: 1.5rem 1.5rem;
	background-color: #464f5e;
	border-radius: 1rem;
	font-weight: 700;
	color: #fafafa;
}
#gFooter .btn .text {
	flex: 1;
}
#gFooter .btn .ico {
	margin-top: 0.3rem;
	padding: 0.1rem;
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	overflow: hidden;
	display: inline-block;
}
#gFooter .btn .ico img {
	position: absolute;
	width: 1.1rem;
	height: auto;
	transition: all 0.3s ease;
}
#gFooter .btn .ico .img01 {
	opacity: 1;
}
#gFooter .btn .ico .img02 {
	opacity: 1;
	transform: translate(-100%,100%);
}
@media all and (min-width: 897px) {
	#gFooter .fNavi li a:hover {
		background-color: #464f5e;
	}
	#gFooter .linkUl li a:hover {
		text-decoration: none;
	}
	#gFooter .btn a:hover .ico .img01 {
		transform: translate(100%,-100%);
		opacity: 0;
	}
	#gFooter .btn a:hover .ico .img02 {
		transform: translate(0,0);
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 5rem 0;
		border-radius: 5rem 5rem 0 0;
	}
	#gFooter .content {
		display: block;
	}
	#gFooter .lBox {
		margin-top: 0;
		width: auto;
	}
	#gFooter .lBox .logo {
		margin: 0 auto 1.5rem;
		width: 26.7rem;
	}
	#gFooter .lBox .add {
		margin-bottom: 3rem;
		text-align: center;
	}
	#gFooter .rBox {
		margin-bottom: 3rem;
	}
	#gFooter .linkUl li {
		margin-bottom: 1rem;
		text-align: center;
	}
	#gFooter .linkUl li a {
		font-size: 1.3rem;
	}
	#gFooter .btn {
		margin: 0 auto;
		position: static;
	}
	#gFooter .btn a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 1rem;
		padding: 1.5rem 1.5rem;
		background-color: #464f5e;
		border-radius: 1rem;
		font-weight: 700;
		color: #fafafa;
	}
	#gFooter .btn .ico {
		margin-top: 0.3rem;
		padding: 0.1rem;
		position: relative;
		width: 1.5rem;
		height: 1.5rem;
		overflow: hidden;
		display: inline-block;
	}
	#gFooter .btn .ico img {
		position: absolute;
		width: 1.1rem;
		height: auto;
		transition: all 0.3s ease;
	}
	#gFooter .btn .ico .img01 {
		opacity: 1;
	}
	#gFooter .btn .ico .img02 {
		opacity: 1;
		transform: translate(-100%,100%);
	}
}