@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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'M PLUS 1p', sans-serif;
}
.noto {	
	font-family: 'Noto Sans JP', sans-serif;
}
.fira {
	font-family: 'Fira Sans', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #4C4948;
	text-decoration: none;
}
a:visited {
	color: #4C4948;
}
a:hover {
	color: #4C4948;
}
a:active {
	color: #4C4948;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #4C4948;
	font-size: 2.1rem;
	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 {
	text-align: left;
}
#main {
	margin-bottom: 141px;
	display: block;
}
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;
	}
	#main {
		margin-bottom: 70px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #FFF;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 3px solid #00BCD4;
}
#gHeader .hBox {
	padding-left: 122px;
	align-items: center;
}
#gHeader .hBox h1 {
	padding-top: 1px;
	width: 174px;
}
#gHeader .hBox .rBox {
	width: calc(100% - 200px);
}
#gHeader .hBox .rBox .subBox {
	align-items: center;
	justify-content: end;
}
#gHeader .hBox .btnUl li {
	width: 200px;
}
#gHeader .hBox .btnUl li a {
	display: block;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	background-color: #FF8402;
}
#gHeader .hBox .btnUl li a:hover {
	opacity: 0.7;
}
#gHeader .hBox .btnUl li a span {
	padding: 23px 0 18px 38px;
	display: inline-block;
	background: url(../img/common/icon02.png) no-repeat left center / 26px;
}
#gHeader .hBox .btnUl li:first-child a {
	background-color: #0033A3;
}
#gHeader .hBox .btnUl li:first-child span {
	background-image: url(../img/common/icon01.png);
}
@media all and (min-width: 897px) {
	#gHeader .hBox .rBox {
		display: block !important;
	}
	#gHeader .hBox .rBox .subBox {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 18px 0 5px 20px;
		display: block;
	}
	#gHeader .hBox h1 {
		padding-top: 0;
		width: 120px;
		position: relative;
		z-index: 201;
	}
	#gHeader .hBox .rBox {
		width: auto;
	}
	#gHeader .hBox .btnUl {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 400;
	}
	#gHeader .hBox .btnUl li {
		width: calc(100% / 2);
	}
	#gHeader .hBox .btnUl li a span {
		padding: 14px 10px 12px 37px;
		background-image: url(../img/common/icon02_sp.png);
		background-size: 24px;
	}
	#gHeader .hBox .btnUl li:first-child a span {
		background-image: url(../img/common/icon01_sp.png);
	}
	#gHeader .menu {
		position: absolute;
		top: 19px;
		right: 22px;
		height: 30px;
		width: 44px;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	#gHeader .menu span {
		background: #DEDDEF;
		border: none;
		height: 4px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 4px;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu span:nth-of-type(2) {
		opacity: 0;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 16px;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
		-ms-transform: translateY(8px) translateX(0) rotate(45deg);
		transform: translateY(8px) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
		transform: translateY(-8px) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100vh;
		overflow: auto;
		z-index: 200;
	}
	#gHeader .menuBox .subBox {
		padding: 78px 0 0;
		display: block !important;
		width: 100%;
		height: auto;
		background-color: #FFF;
		box-sizing: border-box;
	}
	#gHeader .cover {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 180;
	}
	#gHeader .menuBox .btnUl {
		position: static;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding: 2px 59px 0 0;
	width: calc(100% - 400px);
	box-sizing: border-box;
}
#gNavi ul {
	justify-content: end;
}
#gNavi li {
	margin-left: 42px;
}
#gNavi li a {
	padding: 6px 0 5px 16px;
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	transform: rotate(0.05deg);
	-webkit-transform: rotate(0.05deg);
	background: url(../img/common/icon03.png) no-repeat left center / 12px;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1500px) {
	#gHeader .hBox {
		padding-left: 60px;
	}
	#gHeader .hBox .btnUl li {
		width: 180px;
	}
	#gNavi {
		padding-right: 30px;
	}
	#gNavi li {
		margin-left: 20px;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		margin-bottom: 50px;
		padding: 0;
		width: auto;
		text-align: center;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin: 0 0 10px;
		display: block;
	}
	#gNavi li a {
		padding: 10px;
		display: block;
		font-size: 1.5rem;
		font-weight: 700;
		background: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #0033AF;
}
#gFooter .linkBox {
	padding: 19px 0 21px;
	background-color: #FF8402;
}
#gFooter .linkBox .linkList {
	margin: 0 auto;
	width: 1080px;
}
#gFooter .linkBox .linkList li {
	margin-right: 20px;
	width: 343px;
	background-color: #FFF;
}
#gFooter .linkBox .linkList li:nth-child(3n) {
	margin-right: 0;
}
#gFooter .linkBox .linkList li a {
	padding: 50px 0 45px;
	display: block;
	color: #0033AF;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-align: center;
	background-color: #FFF;
	transition: 0.3s;
}
#gFooter .linkBox .linkList li a:hover {
	opacity: 0.7;
}
#gFooter .linkBox .linkList li:nth-child(3n) a {
	color: #FFF;
	background-color: #0033AF;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 61px 0 97px;
	width: 1002px;
	box-sizing: border-box;
}
#gFooter .fBox .fLogo {
	width: 278px;
}
#gFooter .fBox .rBox {
	padding: 5px 0 0;
	width: calc(100% - 365px);
	box-sizing: border-box;
	flex-direction: column;
	justify-content: space-between;
}
#gFooter .fBox .rBox .linkUl {
	padding-right: 23px;
}
#gFooter .fBox .rBox .linkUl li a {
	padding: 0 22px 2px 0;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	background: url(../img/common/icon10.png) no-repeat right center / 16px;
}
#gFooter .fBox .rBox .linkUl li a:hover {
	opacity: 0.7;
}
#gFooter .fBox .rBox address {
	padding: 0 22px 5px 0;
	color: #FFF;
	font-style: normal;
	text-align: right;
	font-family: 'Noto Sans JP', sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-bottom: 45px;
	}
	#gFooter .linkBox {
		display: none;
	}
	#gFooter .fBox {
		margin: 0;
		padding: 24px 0 32px;
		width: auto;
		display: block;
	}
	#gFooter .fBox .fLogo {
		margin: 0 auto 29px;
		width: 167px;
	}
	#gFooter .fBox .rBox {
		padding: 0;
		width: auto;
		display: block;
	}
	#gFooter .fBox .rBox .linkUl {
		margin-bottom: 36px;
		padding-right: 0;
		display: block;
	}
	#gFooter .fBox .rBox .linkUl li {
		margin-bottom: 2px;
		text-align: center;
	}
	#gFooter .fBox .rBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBox .rBox .linkUl li a {
		padding: 0 12px 2px 0;
		display: inline-block;
		font-size: 1.1rem;
		background: url(../img/common/icon10_sp.png) no-repeat right center / 8px;
	}
	#gFooter .fBox .rBox address {
		padding: 0;
		font-size: 1.1rem;
		text-align: center;
	}
}