@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&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;
}
a, a:link {
	color: #000;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	max-width: 100%;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}

#main {
	padding: 105px 0;
	background: #BDDDD8;
	position: relative;
	z-index: 0;
}

.bg_green {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 35%;
  background: #255853;
  z-index: -1;
}

.bg_green_thin{
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
	width: 100%;
	background: #BDDDD8;
	z-index: -100;
	margin: 80px 0 0;
}


.green{
	position: absolute;
	height: 100%;
	top: 0;
	width: 311px;
	background: #255853;
	z-index: -1;
}

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;
	}

	.bg_green {
	  width: 50%;
	}

	#main {
		padding: 32px 0 40px;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 30px 0 17px;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
}
#gHeader .hInner {
	margin: 0 auto;
	max-width: 1100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


@media all and (max-width: 896px) {


	#gHeader {
		padding: 16px 10px 14px;
		height: 50px;
		position: relative;
		box-sizing: border-box;
	}
	#gHeader .hInner {
		padding-right: 0;
	}
	#gHeader h1 {
		width: 167px;
	}
	.menu {
		right: 16px;
		top: 18px;
		display: block;
		position: absolute;
		width: 22px;
		height: 22px;
		cursor: pointer;
		z-index: 101;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
	}
	.menu > div {
		margin: 0 auto;
		width: 22px;
		height: 22px;
		position: relative;
	}
	.menu span {
		background-color: #E5A517;
		border: none;
		height: 2px;
		width: 22px;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 2px;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	.menu span:nth-of-type(3) {
		top: 14px;
	}
	.menu.active .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
	}
	.menu.active .middle {
		opacity: 0;
	}
	.menu.active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 13px;
	width: calc(100% - 208px);
}
#gNavi ul {
	display: flex;
	justify-content: flex-end;
}
#gNavi li {
	margin-left: 61px;
}
#gNavi li a {
	display: inline-block;
	color: #255853;
}
#gNavi li:last-child a span {
	display: inline-block;
	padding-right: 25px;
	background: url("../../img/common/icon01.png") no-repeat right 3px;
	background-size: 18px auto;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover {
		color: #3C856F;
		font-weight: 900;
	}
	#gNavi li:last-child a:hover span {
		background-image: url("../../img/common/icon01.png");
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		display: none;
		position: absolute;
		left: 0;
		top: 49px;
		margin-top: 0;
		width: 100%;
		background-color: #fff;
		z-index: 11;
	}
	#gNavi ul {
		flex-wrap: wrap;
	}
	#gNavi li {
		width: 100%;
		margin-left: 0;
	}
	#gNavi li a {
		padding: 20px 35px;
		display: block;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 25px 0 30px;
	background-color: #fff;
}
#gFooter .fInner {
	margin: 0 auto;
	max-width: 1100px;
}
#gFooter .fNavi {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gFooter .fNavi li {
	margin: 0 10px;
}
#gFooter .fNavi li a {
	color: #255853;
}
#gFooter .copyright {
	color: #255853;
	text-align: center;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi li a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 45px 0 20px;
	}
	#gFooter .fNavi {
		margin-bottom: 20px;
	}
	#gFooter .fNavi li {
		margin: 2px 4px 0;
		font-size: 1rem;
	}
	#gFooter .copyright {
		font-size: 0.9rem;
	}
}
