@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 {
	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: 389px) {
	html {
		font-size: 2.5641vw;
	}
}
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: #222;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #222;
	font-size: 1.6rem;
	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;
}
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.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*fonts*/
.poppins {
	font-family: "Poppins", sans-serif;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1.1rem 1rem 2.5rem;
	position: fixed;
	left: 0;
	width: 100%;
	transition: 0.5s;
	z-index: 99;
	box-sizing: border-box;
	top: 0;
}
#gHeader .logo {
	width: 17rem;
	position: relative;
}
#gHeader.on {
	background-color: #fff;
	opacity: 0.95;
}
#gHeader .hInner {
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 119.8rem;
}
#gHeader .logo img {
	transition: opacity 0.3s;
}
#gNavi li {
	margin-left: 2.4rem;
}
#gNavi li a {
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
}
#gNavi li a:hover {
	opacity: .7;
}
#gHeader .hBtn {
	margin-left: 3.5rem;
}
#gHeader .hBtn.col {
	margin-left: 1.6rem;
}
#gHeader .hBtn a {
	padding: 0.8rem 1.8rem 0.8rem 1.8rem;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FF5600;
	border: 0.2rem solid #FF5600;
	background-color: #fff;
}
#gHeader .hBtn a .ico {
	margin: 0.3rem 0.1rem -0.3rem -0.2rem;
	width: 1.9rem;
	display: inline-block;
}
#gHeader .hBtn.col a {
	color: #fff;
	background-color: #FF5600;
}
#gHeader .hBtn.col a {
	padding: 0.8rem 1.8rem 0.8rem 2.3rem;
}
#gHeader .hBtn.col a .ico {
	margin: 0.3rem 0.5rem -0.3rem -0.5rem;
}
@media all and (min-width:897px) and (max-width:1180px) {
	#gHeader .logo {
		width: 13rem;
	}
	#gHeader .hBtn,
	#gHeader .hBtn.col,
	#gNavi li {
		margin-left: 0.9rem;
	}
	#gHeader .hBtn a {
		padding: 0.8rem 0.5rem 0.8rem 0.5rem !important;
		min-width: 13rem;
		font-size: 1.2rem;
	}
	#gHeader .hBtn.col a {
		min-width: 11.5rem;
	}
	#gNavi li a {
		font-size: 1.2rem;
	}
}
@media (min-width:897px) {
	.menuBox {
		margin: 0 0.6rem 0.9rem auto;
		display: block !important;
	}
	#gNavi ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
}
@media all and (max-width:896px) {
	#gHeader {
		padding: 0.8rem 5.5rem 1rem 1.8rem;
		box-sizing: border-box;
	}
	#gHeader .hInner {
		align-items: center;
	}
	#gHeader .logo {
		width: 10.2rem;
	}
	#gHeader .linkUl {
		margin-top: 0.4rem;
	}
	#gHeader .hBtn {
		margin-left: 0;
	}
	#gHeader .hBtn.col {
		margin-left: 0.7rem;
	}
	#gHeader .hBtn a {
		padding: 0.5rem 0.7rem 0.6rem 0.6rem;
		font-size: 1rem;
		border-width: 0.1rem;
	}
	#gHeader .hBtn.col a {
		padding: 0.5rem 0.7rem 0.6rem 0.6rem;
	}
	.menuBox {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		transform: translateX(100%);
		background-color: #202438;
		z-index: 1000;
		height: 100svh;
		overflow: auto;
		transition: transform 0.5s;
	}
	.menuBox.on {
		transform: none;
		opacity: 1;
	}
	#gNavi {
		padding: 7.4rem 7.2rem 6.8rem 4.8rem;
	}
	#gNavi > ul {
		display: block;
	}
	#gNavi > ul > li {
		width: 100%;
		margin: 0 0 2.9rem;
	}
	#gNavi > ul .spWid {
		width: 43%;
	}
	#gNavi li a {
		font-size: 1.7rem;
		color: #fff;
	}
	#gNavi .hBtn {
		margin: 8.9rem 0 1.2rem !important;
		max-width: 30rem;
	}
	#gNavi .hBtn a {
		padding: 1.5rem 2rem 1.4rem 2rem;
		font-size: 1.8rem;
		color: #FF5600;
		border: 0.2rem solid #FF5600;
		position: relative;
		justify-content: flex-start;
		background: url(../img/common/icon03.png) no-repeat center right 2.2rem / 2rem,#fff;
	}
	#gNavi .hBtn a .ico {
		margin: 0 1rem -0.1rem 0;
		width: 2.85rem;
		display: inline-block;
	}
	#gNavi .hBtn.col {
		margin: 0 !important;
	}
	#gNavi .hBtn.col a {
		padding: 1.5rem 2rem 1.4rem 2.3rem;
		background: url(../img/common/icon06.png) no-repeat center right 2rem / 2rem, #FF5600;
	}
	#gNavi .hBtn.col a .ico {
		margin: 0.2rem 1.6rem -0.5rem 0;
		width: 2.2rem;
	}
	#gNavi .hBtn .txt {
		padding: 0.5rem 0.8rem 0.6rem 0.7rem;
        font-size: 1rem;
        font-weight: 700;
        color: #FF5600;
        position: absolute;
        top: -1.9rem;
		right: -0.2rem;
		background-color: #FFDD23;
	}
	.menu {
		margin: 0;
		position: fixed;
		top: 2.2rem;
        right: 1.6rem;
		width: 2.3rem;
		height: 1.8rem;
		cursor: pointer;
		z-index: 1001;
		transition: all .5s
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #222;
		border-radius: 0.3rem;
	}
	.menu.on span {
		background-color: #222;
	}
	.menu span:nth-of-type(1) {
		top: 0.1rem;
	}
	.menu span:nth-of-type(2) {
		top: 0.84rem;
	}
	.menu span:nth-of-type(3) {
		top: 1.6rem;
	}
	.menu.on span {
		background-color: #FFF;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.7rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.8rem) rotate(45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.5rem 2rem 4.1rem;
	color: #FFF;
	background-color: #202438;
}
#gFooter .fBox {
	align-items: center;
}
#gFooter .fLogo {
	margin: -1.5rem 0 1.5rem;
	width: 15.9rem;
}
#gFooter p {
	margin-bottom: 0.8rem;
	font-size: 1.3rem;
	text-align: right;
}
#gFooter .copyright {
	font-size: 0.9rem;
	letter-spacing: 0.09rem;
	text-align: right;
	font-family: "Poppins", sans-serif;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3.9rem 0 5.3rem;
	}
	#gFooter .content {
		padding: 0 2.5rem;
	}
	#gFooter .fLogo {
		margin: 0 0 6.4rem;
	}
	#gFooter .fBox {
		display: block;
	}
	#gFooter p {
		margin-bottom: 2.3rem;
		font-size: 1.3rem;
        line-height: 1.7;
	}
	#gFooter p,
	#gFooter .copyright {
		text-align: left;
	}
}