@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: #4d4d4d;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #4d4d4d;
}
a:hover {
	color: #4d4d4d;
}
a:active {
	color: #4d4d4d;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #4d4d4d;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 12rem;
	position: relative;
	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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 6.1rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #FFF;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 3rem 5rem;
}
#gHeader h1 {
	width: 28.7rem;
}
#gHeader .menuBox {
	width: calc(100% - 31rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#gHeader .menuBox .link {
	width: 24rem;
}
#gHeader .menuBox .link a {
	padding-bottom: 0.1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 6rem;
	color: #FFF;
	letter-spacing: 0.1em;
	text-align: center;
	background: #e05916;
	border-radius: 3rem;
}
#gHeader .menuBox .link a:hover {
	opacity: 0.7;
}
#gHeader .menuBox .link a .sub {
	padding: 0.5rem 0 0.8rem 3.1rem;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat left center / 2.2rem;
}
#gNavi {
	padding-bottom: 0.4rem;
	width: calc(100% - 29.8rem);
	text-align: right;
}
#gNavi li {
	margin-left: 5.6rem;
	display: inline-block;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gNavi li a {
	letter-spacing: 0.1em;
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		margin: 0;
		padding: 1.5rem;
	}
	#gHeader h1 {
		width: 15rem;
	}
	#gHeader .menuBox {
		padding-bottom: 12rem;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: none;
		background: #FFF;
		overflow-y: auto;
	}
	#gHeader .menu {
		position: absolute;
		top: 2.3rem;
		right: 2rem;
		height: 2rem;
		width: 2.5rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #e05916;
		border: none;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}	
	#gHeader .menu span:nth-of-type(2) {
		top: 0.7rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 1.4rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox .link {
		margin: 0 auto;
	}
	#gNavi {
		padding: 8rem 0 4rem;
		width: auto;
		text-align: center;
	}
	#gNavi li {
		margin-left: 0;
		display: block;
	}
	#gNavi li a {
		padding: 1.5rem;
		display: block;
		font-size: 1.6rem;
		border-bottom: 1px solid #e05916;
	}
	#gNavi li:first-child a {
		border-top: 1px solid #e05916;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 12rem 0 11.3rem;
}
#gFooter .fBox {
	margin: 0 auto 5.6rem;
	padding: 0 2rem;
	max-width: 120rem;
	box-sizing: content-box;
}
#gFooter .lBox .fLogo {
	margin-bottom: 2.1rem;
	width: 28.7rem;
}
#gFooter .lBox .text {
	line-height: 2;
	letter-spacing: 0.05em;
}
#gFooter .rBox {
	margin: 1.5rem -0.2rem 0 0;
	width: calc(100% - 41.8rem);
}
#gFooter .rBox .fNavi {
	margin-bottom: 5.1rem;
	text-align: right;
}
#gFooter .rBox .fNavi li {
	margin-left: 5.5rem;
	display: inline-block;
}
#gFooter .rBox .fNavi li a {
	letter-spacing: 0.1em;
}
#gFooter .rBox .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .rBox .subBox .banner {
	width: 30rem;
}
#gFooter .rBox .subBox .banner a:hover {
	opacity: 0.7;
}
#gFooter .rBox .subBox .linkBox {
	margin-right: 0.2rem;
	width: calc(100% - 35rem);
	align-items: center;
	justify-content: flex-end;
}
#gFooter .rBox .subBox .linkBox .snsLink {
	margin-right: 2rem;
	width: 6rem;
}
#gFooter .rBox .subBox .linkBox .snsLink a:hover {
	opacity: 0.7;
}
#gFooter .rBox .subBox .linkBox .link {
	width: 24rem;
}
#gFooter .rBox .subBox .linkBox .link a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 6rem;
	background: #e05916;
	border-radius: 3rem;
}
#gFooter .rBox .subBox .linkBox .link a:hover {
	opacity: 0.7;
}
#gFooter .rBox .subBox .linkBox .link a .sub {
	padding: 0.5rem 0 0.8rem 3.2rem;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	background: url(../img/common/icon07.png) no-repeat left center / 2.2rem;
}
#gFooter address {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 6rem 0 4rem;
	}
	#gFooter .fBox {
		margin: 0 0 5.6rem;
		padding: 0 2rem;
		max-width: inherit;
		display: block;
	}
	#gFooter .lBox .fLogo {
		margin-bottom: 2.1rem;
		width: 22rem;
	}
	#gFooter .rBox {
		margin: 3rem 0 0;
		width: auto;
	}
	#gFooter .rBox .fNavi {
		margin: 0 -2rem 4rem;
		text-align: center;
	}
	#gFooter .rBox .fNavi li {
		margin-left: 0;
		display: block;
	}
	#gFooter .rBox .fNavi li a {
		padding: 1rem 2rem;
		display: block;
		border-bottom: 1px solid #e05916;
	}
	#gFooter .rBox .fNavi li:first-child a {
		border-top: 1px solid #e05916;
	}
	#gFooter .rBox .subBox {
		display: block;
	}
	#gFooter .rBox .subBox .banner {
		margin: 0 auto 4rem;
		width: 25rem;
	}
	#gFooter .rBox .subBox .linkBox {
		margin-right: 0;
		width: auto;
		align-items: center;
		justify-content: center;
	}
	#gFooter .rBox .subBox .linkBox .snsLink {
		margin-right: 1rem;
		width: 5rem;
	}
	#gFooter .rBox .subBox .linkBox .link {
		width: 20rem;
	}
	#gFooter .rBox .subBox .linkBox .link a {
		min-height: 5rem;
	}
	#gFooter address {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
    pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 14.1rem;
    min-height: 50rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: url("../img/business/page_title_bg.jpg") no-repeat center center / cover;
}
.pageTitle .pageInner {
    padding-bottom: 5rem;
    width: 100%;
}
.pageTitle .headLine02 {
    margin: 0 auto;
    max-width: 120rem;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 7rem;
		min-height: 30rem;
	}
.pageTitle .pageInner {
    padding: 0 2rem;
    width: 100%;
}
.pageTitle .headLine02 {
    margin: 0 auto;
    max-width: 120rem;
}
}