@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: #2b2b2b;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #2b2b2b;
}
a:hover {
	color: #2b2b2b;
}
a:active {
	color: #2b2b2b;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1340px;
	color: #2b2b2b;
	font-size: 1.3rem;
	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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .mainVisual {
	margin-bottom: -9.8rem;
	padding: 3rem 0 16.4rem;
	position: relative;
}
#gHeader .mainVisual::before {
	position: absolute;
	top: 28.5%;
	left: 0;
	width: calc(50% + 50rem);
	bottom: 0;
	background: url(../img/index/main_bg01.png) no-repeat center center / cover;
	content: '';
}
#gHeader .mainVisual .mainImg {
	position: relative;
	z-index: 5;
	margin-left: auto;
	width: calc(50% + 75rem);
	box-shadow: 0 2rem 3.5rem 0.5rem rgba(0, 0, 0, 0.05);
	border-radius: 18rem 0 0 18rem;
}
#gHeader .mainVisual .mainImg img {
	width: 100%;
	border-radius: 18rem 0 0 18rem;
}
#gHeader .mainVisual .mainImg::before {
	position: absolute;
	bottom: -16.7%;
	left: -8.94%;
	width: 22.12%;
	height: 44.74%;
	background: url(../img/index/main_img01.png) no-repeat left top / 100%;
	content: '';
}
#gHeader .mainVisual h1 {
	padding-bottom: 6.2%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(50% - 69.3rem);
	width: 35.32%;
	z-index: 10;
}
@media all and (min-width: 897px) and (max-width: 1800px) {
	#gHeader .mainVisual .mainImg::before {
		width: 16.12%;
		height: 31.74%;
		bottom: -7.7%;
		left: -3.8%;
	}
}
@media all and (min-width: 897px) and (max-width: 1600px) {
	#gHeader .mainVisual .mainImg {
		margin-left: 4rem;
		width: auto;
	}
	#gHeader .mainVisual h1 {
		left: 10rem;
	}
	#gHeader .mainVisual .mainImg::before {
		width: 12.12%;
		height: 23.74%;
		bottom: -5.7%;
		left: -1.8%;
	}
}
@media all and (max-width: 896px) {
	#gHeader .mainVisual {
		margin-bottom: -12rem;
		padding: 3rem 0 16.4rem;
	}
	#gHeader .mainVisual::before {
		width: 100%;
	}
	#gHeader .mainVisual .innerBox {
		position: relative;
	}
	#gHeader .mainVisual .mainImg {
		margin-left: 2rem;
		width: auto;
		border-radius: 5rem 0 0 5rem;
	}
	#gHeader .mainVisual .mainImg img {
		border-radius: 5rem 0 0 5rem;
	}
	#gHeader .mainVisual .mainImg::before {
		left: -5%;
		width: 18%;
		height: 38%;
	}
	#gHeader .mainVisual h1 {
		padding-bottom: 0;
		left: 3rem;
		width: 38.32%;
	}
}