@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: 1281px) and (max-width: 1919px) {
	html {
		font-size: calc(1000vw / 1920);
	}
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	html {
		font-size: 41.64%;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "M PLUS Rounded 1c", 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 {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
	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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .comNavi {
	padding: 1.3rem 6.8rem 0.8rem 1.6rem;
	background-color: #005bab;
	border-radius: 5rem;
}
#gHeader .comNavi a {
	color: #fff;
}
@media all and (min-width: 897px) {
	#gHeader {
		width: 100%;
		padding: 0 6.8rem;
		position: fixed;
		top: 6.6rem;
		right: 0;
		z-index: 99;
	}
	#gHeader .hBox {
		display: flex !important;
		justify-content: flex-end;
		position: static !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader .comNavi {
		display: block;
		border-radius: 2rem;
		padding: 3rem 3rem;
	}
	#gHeader .hBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		z-index: 98;
		display: none;
	}
	#gHeader .innerBox {
		padding: 7rem 1.5rem;
	}
}

.menu {
	position: fixed;
	top: 2rem;
	right: 2rem;
	height: 3rem;
	width: 3rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	transform: translateY(1rem) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-1rem) translateX(0) rotate(45deg);
}
.menu span {
	height: 0.3rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	background: #005bab;
	border: none;
	border-radius: 0.5rem;
}
.menu span:nth-of-type(2) {
	top: 1rem;
}
.menu span:nth-of-type(3) {
	top: 2rem;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.9rem 0 3.8rem;
	background-color: #005bab;
}
#gFooter .fLogo {
	margin: 2.5rem 6.5rem 0 0;
	text-align: center;
}
#gFooter .fLogo img {
	width: 24.6rem;
}
#gFooter .bgBox {
	margin: 4.7rem 0 1.2rem;
	padding: 2.9rem 2rem 1.7rem;
	background-color: #fff;
}
#gFooter .listDl {
	margin: 0 auto;
	color: #07579f;
	max-width: 120rem;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .listDl a {
	color: #07579f;
}
#gFooter .listDl dt {
	width: 7.4rem;
}
#gFooter .listDl dd {
	margin-bottom: 0.4rem;
	width: calc(100% - 7.4rem);
}
#gFooter .listDl dd:last-child {
	margin-bottom: 0;
}
#gFooter .btmTxt {
	font-size: 2.34rem;
	font-weight: 700;
	text-align: center;
}
#gFooter .btmTxt a {
	color: #ffffff;
}
@media all and (min-width: 897px) {
	#gFooter .listDl a:hover {
		opacity: 0.7;
	}
	#gFooter .btmTxt a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .fLogo img {
		width: 16rem;
	}
	#gFooter .fLogo {
		margin: 0;
	}
	#gFooter {
		padding: 2.9rem 0;
	}
	#gFooter .btmTxt {
		font-size: 2rem;
	}
	#gFooter .bgBox {
		margin-top: 3rem;
	}
}


/* pageTop */
.pageTop {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	z-index: 99;
}
.pageTop a {
	padding-top: 3rem;
	color: #fff;
	width: 4rem;
	height: 12.5rem;
	display: block;
	letter-spacing: 0.05em;
	background: url("../img/common/icon07.png") no-repeat center top 1rem / 1.4rem auto;
	background-color: #005bab;
}
.pageTop span {
	margin: 0 auto;
	width: 1rem;
	height: 1rem;
	transform: rotate(90deg) translateY(-0.8rem);
	display: block;
	white-space:nowrap;
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pageTop {
		bottom: 2rem;
		right: 1rem;
	}
	.pageTop span {
		transform: rotate(90deg) translateY(-0.6rem);
	}
	.pageTop a {
		width: 3.6rem;
		height: 11.5rem;
	}
}