@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 (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto 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: #282828;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #282828;
}
a:hover {
	color: #282828;
	opacity: 0.7;
}
a:active {
	color: #282828;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #282828;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.025em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
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;
	}
	#container {
		padding-top: 4.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 9rem;
	background-color: #fff;
	z-index: 100;
}
#gHeader h1 {
	margin: 2.9rem 4rem 0 5rem;
}
#gHeader h1 a {
	opacity: 1;
}
#gHeader .rBox {
	padding: 1rem 2.5rem;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
	background: #5394C8;
	clip-path: polygon(2.2rem 0, 100% 0, 100% 100%, 0 100%);
}
#gNavi {
	margin-bottom: 0.5rem;
}
#gNavi li {
	margin-right: 2.8rem;
}
#gNavi a {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.025em;
	text-align: center;
}
#gNavi a .en {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}
#gHeader .tel {
	margin: 0 2rem 0 1rem;
	color: #fff;
	font-size: 1.36rem;
	letter-spacing: 0.025em;
}
#gHeader .tel a {
	margin-left: 0.5rem;
	color: #fff;
	font-size: 2.53rem;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 4.5rem;
		position: fixed;
	}
	#gHeader h1 {
		margin: 1.5rem 0.8rem 0 1.2rem;
		width: 6.7rem;
	}
	#gHeader .rBox {
		padding: 0.8rem 1.3rem 0.8rem 0;
		clip-path: polygon(1.1rem 0, 100% 0, 100% 100%, 0 100%);
	}
	.menu {
		margin-left: 2rem;
		width: 2rem;
		height: 2rem;
		cursor: pointer;
		z-index: 101;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	.menu > div {
		margin: 0 auto;
		width: 2rem;
		height: 1.4rem;
		position: relative;
	}
	.menu span {
		background-color: #fff;
		border: none;
		height: 0.2rem;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 0.7rem;
	}
	.menu span:nth-of-type(3) {
		top: 1.4rem;
	}
	.menu.on .top {
		-webkit-transform: translateY(0.7rem) translateX(0) rotate(45deg);
		-ms-transform: translateY(0.7rem) translateX(0) rotate(45deg);
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		-webkit-transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
	#gHeader .tel {
		margin: 0 1.1rem 0 1rem;
		font-size: 0.8rem;
	}
	#gHeader .tel a {
		margin-left: 0.3rem;
		font-size: 1.55rem;
	}
	.menuBox {
		display: none;
		padding: 0 1rem;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: #5394C8;
		z-index: 99;
	}
	.menuBox .menuList {
		margin: 8.4rem 3.4rem 12rem;
	}
	.menuBox .menuList li {
		margin-bottom: 3.1rem;
	}
	.menuBox .menuList a {
		padding: 0 2rem 0 2.5rem;
		display: block;
		color: #fff;
		font-size: 1.3rem;
		position: relative;
		background: url(../img/common/icon06_sp.png) no-repeat right 1.7rem/1.1rem;
	}
	.menuBox .menuList a:after {
		position: absolute;
		left: 0;
		top: 2.7rem;
		width: 1.6rem;
		height: 3.6rem;
		background: url(../img/common/line01.png) no-repeat left top/100%;
		content: "";
	}
	.menuBox .menuList .en {
		margin: 0 0 0.2rem -2.4rem;
		display: block;
		color: #A5CCDE;
		font-size: 4.25rem;
		line-height: 1;
		font-weight: 300;
		letter-spacing: 0.03em;
	}
	.menuBox .btnList {
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0 0.8rem;
		gap: 0 1.3rem;
		justify-content: center;
		bottom: 2.7rem;
	}
	.menuBox .btnList li {
		width: 10.9rem;
	}
	.menuBox .btnList a {
		display: block;
		text-align: center;
		padding: 1rem 0.5rem;
		color: #fff;
		font-size: 1rem;
		font-weight: 500;
		border-radius: 0.5rem;
		background-color: #2EC7BD;
	}
	.menuBox .btnList a span {
		display: inline-block;
		padding-right: 1.6rem;
		background: url(../img/common/icon05_sp.png) no-repeat right 0.2rem/1.2rem;
	}
	.menuBox .btnList .inquiry a {
		color: #5394C8;
		background-color: #fff;
	}
	.menuBox .btnList .inquiry a span {
		background-image: url(../img/common/icon04_sp.png);
	}
	.menuBox .btnList .contact a span {
		padding: 0 0 0 2rem;
		background-image: url(../img/common/icon01_sp.png);
		background-position: left 0.2rem;
		background-size: 1.7rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fInner {
	padding: 3.3rem 0 4rem;
	background-color: #5394C8;
}
#gFooter .fInner .content {
	align-items: center;
}
#gFooter .fInner .fLogo {
	margin-left: 2.7rem;
}
#gFooter .fInner .fLogo a {
	opacity: 1;
}
#gFooter .fInner .rBox {
	color: #fff;
}
#gFooter .fInner .rBox .ttl {
	margin-bottom: 0.7rem;
	font-size: 3rem;
	letter-spacing: 0.025em;
	text-align: center;
}
#gFooter .fInner .rBox .midTxt {
	margin-bottom: 4.7rem;
	font-size: 2rem;
	text-align: center;
}
#gFooter .telBox {
	margin-right: 3rem;
}
#gFooter .tel {
	margin-right: 0.7rem;
	color: #fff;
	font-size: 3rem;
}
#gFooter .tel a {
	margin-left: 1rem;
	color: #fff;
	font-size: 5.6rem;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0.03em;
}
#gFooter .telBox .txt {
	margin-top: 0.5rem;
	font-size: 1.8rem;
	line-height: 1.44;
}
#gFooter .comBtn {
	margin-top: 0.5rem;
}
#gFooter .comBtn a {
	padding: 1.3rem;
	width: 21rem;
	font-size: 1.8rem;
	border-radius: 1rem;
}
#gFooter .comBtn a span {
	padding: 0 0 0 4.1rem;
	background-position: left 0.3rem;
	background-image: url(../img/common/icon01.png);
	background-size: 3rem;
}
#gFooter address {
	padding: 1.1rem;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.075em;
	text-align: center;
	background: #353535;
}
@media all and (max-width: 896px) {
	#gFooter .fInner {
		padding: 1.1rem 0 2.5rem;
	}
	#gFooter .fInner .content {
		margin: 0 auto;
		width: 35.2rem;
		align-items: flex-start;
	}
	#gFooter .fInner .fLogo {
		margin: 0 0.6rem 0 0;
		width: 8.4rem;
	}
	#gFooter .fInner .rBox {
		margin-top: 0.8rem;
		flex: 1;
	}
	#gFooter .fInner .rBox .ttl {
		margin-bottom: 0.2rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#gFooter .fInner .rBox .midTxt {
		margin-bottom: 0;
		font-size: 1rem;
	}
	#gFooter .contact {
		margin: 2.2rem 3rem 0 -6.2rem;
		display: block;
	}
	#gFooter .telBox {
		margin: 0 -0.5rem 1.5rem 0;
	}
	#gFooter .tel {
		margin-right: 1.2rem;
		font-size: 1.5rem;
	}
	#gFooter .tel a {
		margin-left: 0.6rem;
		font-size: 2.8rem;
	}
	#gFooter .telBox .txt {
		margin-top: 0.2rem;
		font-size: 1rem;
		line-height: 1.3;
	}
	#gFooter .comBtn {
		margin-top: 0.5rem;
	}
	#gFooter .comBtn a {
		padding: 1rem;
		width: auto;
		font-size: 1rem;
		border-radius: 0.5rem;
	}
	#gFooter .comBtn a span {
		padding-left: 2.2rem;
		background-position: left 0.2rem;
		background-image: url(../img/common/icon01_sp.png);
		background-size: 1.7rem;
	}
	#gFooter address {
		padding: 0.4rem;
		font-size: 0.8rem;
	}
}