@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/css2?family=Roboto:wght@100;300;400;500;700;900&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: 'Noto Sans JP', 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%;
    height: auto;
}
.gHeader img {
	height:22px;
}
a,
a:link {
	color: #1E1E1E;
	text-decoration: none;
}
a:visited {
	color: #1E1E1E;
}
a:hover {
	color: #1E1E1E;
}
a:active {
	color: #1E1E1E;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1240px;
	color: #1E1E1E;
	font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
    overflow: hidden;
}
#main {
	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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 20px 29px;
}
#gHeader h1 {
    width: 207px;
}
@media all and (max-width: 896px) {
	#gHeader {
        padding: 19px 15px 18px;
        position: relative;
        z-index: 100;
    }
    #gHeader h1 {
        width: 158px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 50px 0 169px;
}
#gFooter .pageTop {
    display: none;
    width: 57px;
    position: fixed;
    right: 30px;
    bottom: 251px;
    z-index: 99;
}
#gFooter .pageTop a {
	display: block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .borderBox {
	margin: 0 auto 31px;
	padding: 32px 50px 15px 61px;
	width: 1040px;
	align-items: flex-start;
	border-radius: 16px;
	border: 3px solid #00ABEB;
	box-sizing: border-box;
}
#gFooter .borderBox p {
	margin-right: 12px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#gFooter .borderBox p span {
	margin-bottom: 5px;
	padding: 2px 32px 2px 33px;
	display: block;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
    border-radius: 25px;
	background-color: #00ABEB;
}
#gFooter .borderBox .tel {
	margin: -13px 19px 0 0;
}
#gFooter .borderBox .tel a {
	padding-left: 77px;
	display: block;
	color: #00ABEB;
	font-size: 5.5rem;
	font-weight: bold;
	font-family: 'Roboto';
	background: url(../../img/common/icon05.png) no-repeat left center / 67px auto;
	letter-spacing: normal;
}
#gFooter .borderBox .text {
	margin: 0;
	padding: 8px 30px;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: center;
	border-radius: 5px;
	background-color: #F5FBFD;
}
#gFooter .textList {
	margin: 0 auto 48px;
	width: 1040px;
}
#gFooter .textList li {
	margin-right: 40px;
	width: 320px;
	position: relative;
}
#gFooter .textList li::after {
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -18px;
	border-right: 1px dashed #D8D8D8;
	content: '';
}
#gFooter .textList li:nth-of-type(3n) {
	margin-right: 0;
}
#gFooter .textList li:nth-of-type(3n)::after {
	border-right: none;
}
#gFooter .textList li .imgBox {
	margin-bottom: 17px;
}
#gFooter .textList li .imgBox .photoBox {
	width: 60px;
}
#gFooter .textList li .imgBox .textBox {
	margin-top: 5px;
	width: calc(100% - 73px);
}
#gFooter .textList li .imgBox .textBox p {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.5;
}
#gFooter .textList li p {
	font-size: 1.3rem;
	letter-spacing: 0.005em;
	line-height: 1.8;
}
#gFooter address {
	color: #555;
	font-size: 1.2rem;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.05em;
}
#gFooter .fixedBox {
    display: none;
	padding: 21px 0;
	width: 100%;
	left: 0;
	bottom: 0;
	position: fixed;
    box-sizing: border-box;
	background-color: #E0E0E0;
    z-index: 900;
}
#gFooter .fixedBox .comLink {
	margin: 0 auto;
}
#gFooter .fixedBox .comLink a {
	padding: 22px 49px 21px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
	background: #EF893F url("../../img/common/icon01.png") no-repeat right 35px center / 13px;
}
@media all and (-ms-high-contrast:none) {
    #gFooter .borderBox p span {
        padding: 1px 32px 3px 33px;
    }
}
@media all and (max-width: 896px) {
	#gFooter {
		margin: 40px 15px 98px;
	}
	#gFooter .pageTop {
		width: 46px;
		right: 15px;
		bottom: 127px;
	}
	#gFooter .borderBox {
		margin: 0 0 21px;
		padding: 20px 19px;
		width: auto;
		display: block;
		border-radius: 12px;
	}
	#gFooter .borderBox p {
		margin-right: 0;
		text-align: center;
	}
	#gFooter .borderBox p span {
		margin: 0 auto 5px;
		padding: 2px 0;
		width: 88.3%;
	}
	#gFooter .borderBox .tel {
		margin: 0 auto 1px;
		max-width: 301px;
	}
	#gFooter .borderBox .tel a {
		padding-left: 53px;
		font-size: 2.9rem;
		background: url(../../img/common/icon05.png) no-repeat left center / 47px auto;
	}
	#gFooter .borderBox .text {
		margin: 0 4px;
		border-radius: 5px;
	}
	#gFooter .textList {
		margin: 0 auto 58px;
		width: auto;
		display: block;
	}
	#gFooter .textList li {
		margin: 0 0 20px 0;
		padding: 0 0 16px;
		width: auto;
		border-bottom: 1px dashed #D8D8D8;
	}
	#gFooter .textList li:last-of-type {
		margin-bottom: 0;
	}
	#gFooter .textList li::after {
		border-right: none;
	}
	#gFooter .textList li:nth-of-type(3) {
		padding: 0;
		border-bottom: none
	}
	#gFooter .textList li .imgBox {
		margin-bottom: 13px;
	}
	#gFooter .textList li .imgBox .photoBox {
		width: 50px;
	}
	#gFooter .textList li .imgBox .textBox {
		margin-top: 4px;
		width: calc(100% - 67px);
	}
	#gFooter .textList li .imgBox .textBox p {
		font-size: 1.5rem;
		line-height: 1.5;	
	}
	#gFooter .fixedBox {
		padding: 10px 0;
	}
	#gFooter .fixedBox .comLink a {
		padding: 17px 33px 17px;
        font-size: 1.7rem;
		background: #EF893F url("../../img/common/icon01.png") no-repeat right 23px center / 10px;
	}
}
@media all and (max-width: 374px) {
	#gFooter .borderBox p {
		font-size: 1.3rem;
	}
	#gFooter .borderBox .tel a {
		font-size: 2.9rem;
	}
    #gFooter .borderBox .text {
		width: 80%;
		font-size: 1.1rem;
	}
	#gFooter .textList li .imgBox .textBox p {
		font-size: 1.4rem;
	}
	#gFooter .fixedBox .comLink a {
		font-size: 1.4rem;
	}
}