@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: 769px) and (max-width: 1110px) {
	html {
		font-size: calc(1000vw / 1110);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "IBM Plex 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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	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 {
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}
#gHeader .hBox {
	padding: 4rem 4.4rem;
	align-items: center;
}
#gHeader h1 {
	width: 8.9rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader .hBox > .rBox {
	justify-content: right;
	flex: 1;
}
#gHeader .snsList li {
	margin-left: 2.7rem;
	width: 2.4rem;
}
#gHeader .snsList a {
	display: block;
}
#gHeader .rBox a:hover {
	opacity: 0.7;
}
.menuBox {
	z-index: 101;
}
.menuBox li {
	margin-left: 3.4rem;
}
.menuBox #gNavi a {
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
}
@media all and (min-width: 769px) {
	.menuBox {
		margin: -0.6rem 1rem 0 0;
		display: block !important;
	}
}
@media all and (max-width: 768px) {
	#gHeader {
		position: fixed;
	}
	#gHeader .hBox {
		padding: 1.4rem 1.8rem 1.4rem 1.5rem;
		align-items: flex-start;
	}
	#gHeader h1 {
		margin-top: 0.2rem;
		width: 9.8rem;
	}
	#gHeader .hBox > .rBox {
		display: block;
		width: 8.2rem;
		flex: none;
	}
	#gHeader .snsList {
		display: block;
	}
	#gHeader .snsList li {
		margin: 0 0 1.1rem auto;
		width: 3.3rem;
	}
	#gHeader .snsList li:last-child {
		margin-bottom: 0;
	}
	.menu {
		margin-bottom : 1.6rem;
		width: 8.2rem;
		height: 2.4rem;
		position: relative;
		z-index: 102;
		text-align: right;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		color: #fff;
		font-weight: 500;
		font-size: 1.8rem;
	}
	.menu .close {
		display: none;
	}
	.menu.active .open {
		display: none;
	}
	.menu.active .close {
		display: block;
	}
	.menuBox { 
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: rgba(255, 255, 255, 0.92);
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.menuBox #gNavi {
		margin-bottom: 10.2rem;
		padding-top: 11.5rem;
	}
	.menuBox #gNavi ul {
		display: block;
	}
	.menuBox li {
		margin: 0 0 5rem;
		text-align: center;
	}
	.menuBox li:last-child {
		margin-bottom: 0;
	}
	.menuBox #gNavi a {
		padding-right: 2rem;
		color: #00AFCC;
		display: inline-block;
		font-size: 2.2rem;
		line-height: 1.1;
		background: url(../img/common/icon09.png) no-repeat right center / 0.8rem;
		border-bottom: 1px solid #5DCFDB;	
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	z-index: 3;
	padding-top: 7.5rem;
	background-color: #fff;
}
#gFooter .snsList li {
	margin: 0 2rem;
	width: 19rem;
}
#gFooter .snsList a {
	padding: 1.3rem 0.5rem 1.3rem 5rem;
	text-align: center;
	display: block;
	color: #002C5A;
	font-size: 1.4rem;
	font-family: "Noto Sans JP", sans-serif;
	border: 1px solid #333;
	background: #fff url(../img/common/sns_logo03.png) no-repeat left 2.1rem center / auto 2.8rem;
	border-radius: 0.6rem;
}
#gFooter .snsList .li01 a {
	background-image: url(../img/common/sns_logo04.png);
}
#gFooter .snsList a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	margin-bottom: 4rem;
}
#gFooter .fBox .logo {
	margin-bottom: 1.4rem;
	align-items: center;
}
#gFooter .fBox .logo .img02 {
	margin: 0 1.3rem 0 1rem;
	display: inline-block;
}
#gFooter .fBox .logo a {
	display: inline-block;
}
#gFooter .fBox a:hover {
	opacity: 0.7;
}
#gFooter .fBox p {
	margin-bottom: 3.9rem;
	text-align: center;
	font-size: 1.2rem;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
}
#gFooter address {
	padding: 0.9rem 1rem;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	background-color: #002C5A;
}
@media all and (max-width: 768px) {
    #gFooter {
        padding-top: 2.9rem;
    }
    #gFooter .snsList {
        display: block;
    }
    #gFooter .snsList li {
        margin: 0 auto 2.1rem;
        width: 19rem;
    }
    #gFooter .snsList li:last-child {
        margin-bottom: 0;
    }
    #gFooter .fBox {
        margin: 1.9rem 0 5.2rem;
    }
    #gFooter .fBox .logo {
        margin-bottom: 0;
    }
    #gFooter .fBox .logo .img01 {
        width: 16.5rem;
    }
    #gFooter .fBox .logo .img02 {
        margin: 0 1.1rem 0 1rem;
        display: inline-block;
        width: 1.5rem;
    }
    #gFooter .fBox .logo .img03 {
        width: 7rem;
    }
    #gFooter .fBox p {
        margin-bottom: 3rem;
        font-size: 1.2rem;
        line-height: 1.75;
    }
    #gFooter address {
        padding: 1rem 0.5rem;
        line-height: 1.67;
    }
}