@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400,500,700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a,
a:link {
	color: #333333;
	text-decoration: none;
	transition: all 0.3s;
}
a:visited {
	color: #333333;
	transition: all 0.3s;
}
a:hover {
	color: #333333;
	transition: all 0.3s;
}
a:active {
	color: #333333;
	transition: all 0.3s;
}
@media all and (-ms-high-contrast:none){
	body, table, input, textarea, select, option {
		font-family: 'Noto Sans JP', sans-serif;
	}
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333333;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#container {
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-top: 133px;
}
#container::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 649px;
	background: url('../../img/common/bg_img.png') repeat left top;
}
#main {
}
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;
	}
	#container {
		padding-top: 78px;
	}
	#container::before {
		min-height: 300px;
		background-size: auto 400px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 20px 0 0;
	height: 88px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#gHeader.bg-on {
	background-color: #fff;
}

#gHeader .comBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#gHeader h1 {
	margin-right: 10px;
}
#gHeader .menuBox {
	flex: 1;
	display: none;
}
.menu {
	position: absolute;
	top: 0;
	right: 0;
	height: 55px;
	width: 55px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #06B4EA;
}	
.menu.active .top {
	top: 14px;
	-webkit-transform: translateY(15px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(15px) translateX(0) rotate(-45deg);
	transform: translateY(15px) translateX(0) rotate(-45deg);
}
.menu.active .middle {
	opacity: 0;
	background: #fff;
}	
.menu.active .bottom {
	-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
	transform: translateY(-7px) translateX(0) rotate(45deg);
}	
.menu span {
	background: #FFF100;
	border: none;
	height: 2px;
	width: 47%;
	position: absolute;
	top: 16px;
	left: 14px;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 26px;
}	
.menu span:nth-of-type(3) {
	top: 36px;
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 15px 0 0;
		height: 55px;
		box-sizing: border-box;
	}
	#gHeader h1 {
		width: 52%;
		max-width: 190px;
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		z-index: 4;
		text-align: center;
		box-sizing: border-box;
		padding: 64px 35px;
		background-color: #06B4EA;
	}
	#gHeader .menuBox .img {
		margin-bottom: 35px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi ul {
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-weight: 600;
}
#gNavi ul li {
	margin-left: 22px;
	padding-left: 22px;
	border-left: 2px solid #06B4EA;
}
#gNavi ul a {
	display: inline-block;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 1px;
	
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background-repeat: repeat-x;
	background-position: left bottom;
}
#gNavi ul li:first-child {
	border-left: none;
}
@media all and (min-width: 897px) {
	#gNavi ul a:hover {
		background-image: url('../../img/common/txt_bg01.png');
	}
}
@media all and (max-width: 896px) {
	#gNavi ul {
		margin-top: 0;
		display: block;
		margin-bottom: 70px;
	}
	#gNavi ul li:first-child {
		border-top: 2px solid #FFFA9F;
	}
	#gNavi ul li {
		padding-left: 0;
		margin-left: 0;
		border-bottom: 2px solid #FFFA9F;
		border-left: none;
	}
	#gNavi ul a {
		padding: 24px 0;
		color: #fff;
		display: block;
		font-size: 2.4rem;
	}
}
@media all and (max-width: 375px) {
	#gNavi ul a {
		font-size: 1.9rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	color: #fff;
	background-color: #2556A3;
}
#gFooter .pageTop {
position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 4;
}
#gFooter .pageTop .over {
	display: none;
}
#gFooter a {
	color: #fff;
}
#gFooter .comBox {
	position: relative;
}
#gFooter .linkList {
	padding: 6px 0 12px;
	text-align: center;
}
#gFooter .linkList li {
	padding-left: 7px;
	margin-left: 7px;
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 1px;
	border-left: 1px solid #fff;
}
#gFooter .linkList li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
#gFooter .linkList li a:hover {
	opacity: 0.7;
}
#gFooter .inner {
	position: relative;
	max-width: 1920px;
	padding: 0 10px;
	margin: 0 auto;
}
#gFooter .copyright {
	position: absolute;
	font-size: 1rem;
	right: 8%;
	top: -29px;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover .over {
		display: block;
	}
	#gFooter .pageTop a:hover .out {
		display: none;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 8px 0;
	}
	#gFooter .linkList {
		margin-bottom: 0;
	}
	#gFooter .linkList li {
		padding-left: 5px;
		margin-left: 5px;
		font-size: 1.2rem;
	}
	
	#gFooter .copyright {
		width: auto;
		position: static;
		text-align: center;
		font-size: 1rem;
	}
	#gFooter .pageTop {
    bottom: 20px;
    right: 20px;
		width: 49px;
	}
}
@media all and (max-width: 374px) {
	#gFooter .pageTop {
		top: -25px;
	}
}