@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: 1300px) {
	html {
		font-size: calc(1000vw / 1300) !important;
	}
}
@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: #5e5e5e;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #5e5e5e;
}
a:hover {
	color: #5e5e5e;
}
a:active {
	color: #5e5e5e;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #5e5e5e;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 400;
	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;
	overflow: hidden;
}
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;
	}
	#container {
		margin-bottom: 6.1rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 100;
	background-color: #FFF;
}
#gHeader h1 {
	margin-left: 3.7rem;
	width: 40rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#gHeader h1 .logo {
	display: block;
	width: 20rem;
}
#gHeader h1 .link {
	margin: 0.5rem 0 0 2.4rem;
	color: #1b4387;
	font-size: 1.6rem;
	font-weight: 700;
}
#gHeader h1 .link:hover {
	opacity: 0.7;
}
#gNavi {
	margin-right: 6.5rem;
}
#gNavi ul {
	align-items: center;
}
#gNavi li:not(:first-child) {
	margin-left: 4.8rem;
}
#gNavi a {
	font-weight: 700;
	color: #1b4387;
}
#gNavi a:hover {
	opacity: 0.7;
}
#gHeader .btnBox {
	padding: 1.9rem 1.8rem;
	width: 32rem;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to left,#74c8ea 0%, #345ba9 100%);
}
#gHeader .btnBox .text {
	margin-top: 0.3rem;
	font-size: 1.4rem;
	color: #FFF;
	line-height: 1.43;
}
#gHeader .btnBox .btn {
	width: 16rem;
}
#gHeader .btnBox .btn a {
	min-height: 5rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #1c4387;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 0.3rem;
	background-color: #ffd800;
}
#gHeader .btnBox .btn a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1900px) {
	#gHeader h1 {
		width: 33rem;
	}
	#gHeader h1 .logo {
		width: 15rem;
	}
	#gNavi a {
		font-size: 1.6rem;
	}
	#gHeader .btnBox {
		width: 27rem;
	}
	#gHeader .btnBox .btn {
		width: 11rem;
	}
}
@media all and (min-width: 897px) {
	.menuBox {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
		flex: 1;
		justify-content: right;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.3rem 0.5rem;
		position: static;
		border-bottom: 1px solid #d3d3d3;
	}
	#gHeader h1 {
		margin: 0 auto;
		width: 29.6rem;
	}
	#gHeader h1 .logo {
		width: 16rem;
	}
	#gHeader h1 .link {
		margin: 0.2rem 0 0 1.2rem;
		font-size: 1.2rem;
	}
	#gHeader .naviBox {
		padding: 5rem 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		height: calc(100% - 6.1rem);
		overflow-y: auto;
	}
	#gHeader .naviBox .logo {
		margin: 0 auto 5.3rem;
		width: fit-content;
		text-align: center;
	}
	#gHeader .naviBox .logo .img {
		margin: 0 auto;
		width: 16rem;
		display: block;
	}
	#gHeader .naviBox .logo .link {
		margin: 1.2rem auto 0;
		font-size: 1.2rem;
		color: #1b4387;
		display: block;
		width: fit-content;
		font-weight: 700;
	}
	#gNavi {
		margin: 0 0 9rem;
	}
	#gNavi ul {
		text-align: center;
		display: block;
	}
	#gNavi li:not(:first-child) {
		margin: 3.5rem 0 0 0;
	}
	#gNavi a {
		font-size: 2rem;
	}
	#gHeader .btnBox {
		position: absolute;
		bottom: 6.1rem;
		left: 0;
		width: 100%;
		gap: 2rem;
		justify-content: center;
		padding: 1.9rem 1.8rem;
	}
	#gHeader .btnBox .text {
		margin-top: 0.3rem;
		font-size: 1.4rem;
		color: #FFF;
		line-height: 1.43;
	}
	#gHeader .btnBox .btn {
		width: 16rem;
	}
	#gHeader .btnBox .btn a {
		min-height: 5rem;
		font-size: 1.8rem;
		font-weight: 700;
		color: #1c4387;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-radius: 0.3rem;
		background-color: #ffd800;
	}
	.menuBox { 
		transform: translateY(100%);
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 15;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
		transition: .3s;
	}
	.menuBox.open {
		transform: translateY(0);
	}
	.whiteBg {
		padding: 1.7rem 0.5rem 2rem;
		position: fixed;
		bottom: 0;
		left: 0;
		justify-content: center;
		width: 100%;
		z-index: 1000;
		background-color: #FFF;
	}
	.menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 3.6rem;
	}
	.menu .text {
		margin: -0.3rem 0 0 1.2rem;
		font-size: 1.8rem;
		color: #1c4387;
		font-weight: 700;
		transition: .3s;
	}
	.menu .text.close {
		display: none;
	}
	.menu .image {
		width: 2rem;
		transition: .3s;
	}
	.menu .img02 {
		display: none;
	}
	.menu.on .text.close {
		display: block;
	}
	.menu.on .text.open {
		display: none;
	}
	.menu.on .img01 {
		display: none;
	}
	.menu.on .img02 {
		display: block;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 4.8rem;
	border-top: 1px solid #e4e4e4;
	background-color: #2d4ba0;
}
#gFooter .fBox {
	padding: 2.5rem 0 5.7rem;
	background-color: #fafafa;
}
#gFooter .fInner {
	max-width: 118rem;
	margin: 0 auto;
	align-items: flex-end;
}
#gFooter .lBox {
	width: 57rem;
}
#gFooter .fLogo {
	margin-bottom: 1.7rem;
}
#gFooter .lBox p {
	font-weight: 700;
	line-height: 1.8;
}
#gFooter .rBox {
	padding-bottom: 0.3rem;
	width: 57rem;
	text-align: right;
}
#gFooter .sns {
	margin: 0 0.5rem 5.5rem;
}
#gFooter .sns a:hover {
	opacity: 0.7;
}
#gFooter .sns a {
	position: relative;
}
#gFooter .sns a .text {
	width: 23rem;
	position: absolute;
	top: 0;
	right: calc(100% + 1rem);
	z-index: 1;
	font-weight: 700;
	font-size: 2.2rem;
	color: #FF1C21;
}
#gFooter address {
	font-weight: 700;
	font-style: normal;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 8.6rem 3.2rem 8rem;
	}
	#gFooter .fInner {
		display: block;
	}
	#gFooter .lBox {
		margin-bottom: 9.6rem;
		width: auto;
	}
	#gFooter .fLogo {
		margin: 0 0.5rem 1.9rem;
	}
	#gFooter .lBox p {
		line-height: 2;
	}
	#gFooter .rBox {
		padding-bottom: 0;
		width: auto;
		text-align: center;
	}
	#gFooter .sns {
		margin: 0 0 4.6rem;
		justify-content: center;
	}
	#gFooter .sns a .text {
		margin-top: 0.5rem;
		display: block;
		width: auto;
		text-align: center;
		position: static;
		font-size: 1.6rem;
	}
	#gFooter address {
		font-size: 1.4rem;
	}
}