@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: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}

@media all and (min-width: 897px) and (max-width: 1800px) {
	html {
		font-size: calc(1000vw / 1800);
	}
}

body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
.hoeflerText {
	font-family: 'Times New Roman', Times, serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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: #111111;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #111111;
}
a:hover {
	color: #111111;
}
a:active {
	color: #111111;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #111111;
	font-size: 2.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
.fixed {
	position: fixed;
	width: 100%;
	overflow-y: auto;
}
#container {
	text-align: left;
    word-break: break-word;
	position: relative;
	overflow: hidden;
	background-color: #EFEFEF;
}
.comBg {
	width: 100%;
	z-index: -1;  
	height: 136.2rem;
	background-color: #49783B;
	position: fixed;  
	top: 0;
	left: 0;
	content: ""; 
}
#container:after {
	width: 100%;
	z-index: -1;  
	height: 136.2rem;
	background-color: #49783B;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
.comBg::before {
	width: 128.7rem;
	aspect-ratio: 2574 / 1930;
	background: url(../image/common/com_photo.png) no-repeat left top;
	background-size: 100% auto;
	position: absolute;  
	top: -23.8rem;
	left: 0;
	mix-blend-mode: multiply; 
	content: ""; 
}
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;
	}
	.comBg::before { 
		width: 26.2rem;
		top: 0;
		aspect-ratio: 523 / 392;
		background-image: url(../image/common/com_photo_sp.png);
	}
	.comBg {
		height: 27.7rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#gHeader .hInner {
	width: 100%;
	padding: 3.7rem 7.3rem;
	align-items: center;
}
#gHeader h1 {
	position: relative;
	width: 37.6rem;
}
#gHeader .rBox {
	flex: 1;
	margin-right: 7.2rem;
	padding-top: 0.5rem;
	gap: 0 2.8rem;
	display: flex;
	justify-content: flex-end;
	padding-left: 2rem;
}
.menu {
	top: 4.5rem;
	right: 4.2rem;
	position: absolute;
	cursor: pointer;
	z-index: 1101;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu .lineSpan.close .top {
	transform: translateY(0.7rem) translateX(0) rotate(45deg);
}
.menu .lineSpan.close .bottom {
	transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
}
.menu .line {
	margin: 0 auto 0.3rem;
	width: 7.0rem;
	height: 2rem;
	position: relative;
	display: block;
	text-align: center;
}
.menu .lineSpan {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
.menu .lineSpan.close {
	transform: scale(0);
	transition: transform 0.2s linear;
}
.menu.on .lineSpan.show {
    transform: scale(0, 1);
	transition: transform 0.1s linear;
}
.menu.on .lineSpan.close {
	transform: scale(1);
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
.menu .lineSpan span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	border: none;
	height: 0.6rem;
	width: 100%;
	cursor: pointer;
}
.menu .lineSpan span:nth-of-type(2) {
	top: 0.7rem;
	opacity: 0;
}
.menu .lineSpan span:nth-of-type(3) {
	top: 1.4rem;
}
.menu.on .line {
	width: 6.2rem;
}
.menu.on .txtSpan {
	margin-top: 2rem;
}
.menu .txtSpan {
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	white-space: nowrap;
	color: #fff;
	letter-spacing: 0.14em;
	font-family: Arial, Helvetica, sans-serif;
}
.menu .txtSpan .close {
	display: none;
}
.menu.on .txtSpan .close {
	display: block;
}
.menu.on .txtSpan .open {
	display: none;
}
#gHeader .linkUl {
	display: flex;
	flex-wrap: wrap;
	gap: 1.8rem;
}
#gHeader .linkUl a {
	font-size: 2rem;
	padding: 0.7rem 3.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.5rem;
	background-color: #EDEDED;
	border-radius : 2.2rem;
	letter-spacing: 0.15em;
	min-width: 20.8rem;
	box-shadow : 0.5rem 0.5rem 0.3rem rgba(0, 0, 0, 0.25);
}
#gHeader .linkUl a:hover {
	opacity: 0.8;
}
.menuBg{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1099;
	height: 100%;
	width: 100% !important;
	background: url(../image/common/menu_bg.jpg) no-repeat left top #49783B;
	background-size: 100% auto;
	transform: scaleY(0);
	transform-origin: center top;
	transition: all 0.5s
}
.menuBg.on {
	transform: none;
}
.menuBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	height: 100%;
	width: 100% !important;
	overflow-y: auto;
}
.menuBox .content {
	padding: 19.6rem 0 5rem;
	max-width: 171rem;
}
.menuBox .logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3.7rem 7.3rem;
	width: 37.6rem;
	box-sizing: content-box;
}
.menuBox .naviList {
	display: flex;
	flex-wrap: wrap;
	gap: 7.2rem;
}
.menuBox .naviList > li {
	width: calc((100% - (7.2rem * 2 + 0.1rem)) / 3);
}
.menuBox .naviList .subList > li {
	margin-bottom: 4.3rem;
}
.menuBox .naviList .subList > li .bg {
	padding: 2.5rem 2rem 2.5rem 4.6rem;
	background-color: #426634;
}
.menuBox .naviList .subList > li:last-child {
	margin-bottom: 0;
}
.menuBox .naviList a {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.menuBox .naviList a:hover {
	opacity: 0.8;
}
.menuBox .naviList .subUl {
	display: flex;
	padding: 2rem 0 1rem;
	flex-wrap: wrap;
	gap: 1.2rem 6.7rem;
}
.menuBox .naviList .subList02 .subUl {
	padding-top: 0;
}
.menuBox .bgLi {
	padding: 0;
	position: relative;
	overflow: clip;
	background: none;
}
.menuBox .bgLi .bg {
	transform: translateY(100%);
	transition: all 0.5s;
	transition-delay: var(--delay);
}
.menuBox.on .bgLi .bg {
	opacity: 1;
	transform: none;
}
#main {
	position: relative;
	z-index: 1;
	padding-top: 20rem;
}
body.fixed #gHeader .hInner {
	position: fixed;
}
body.fixed #gHeader .linkUl {
	display: none;
}

@media all and (min-width: 897px) {
	.menu:hover {
		opacity: 0.8;
	}
}

@media all and (max-width: 896px) {
	#gHeader .hInner {
		z-index: 1000;
		width: 100%;
		align-items: flex-start;
		padding: 2.2rem 2.0rem 2.2rem 2.5rem;
	}
	#gHeader h1 {
		width: 18rem;
	}
	.menu {
		position: absolute;
		top: 3.3rem;
		right: 2rem;
		width: 4.8rem;
	}
	#gHeader .rBox {
		padding-top: 1.1rem;
		margin: 0;
	}
	#main {
		padding-top: 8.7rem;
	}
	.menuBox .content {
		padding: 10.2rem 2.5rem 5rem;
	}
	.menuBox .logo {
		width: 17.8rem;
		padding: 2.2rem 2.0rem 2.2rem 2.5rem;
	}
	.menu .line {
		width: 4.7rem;
		height: 1.4rem;
	}
	.menu.on .line {
		width: 3.1rem;
	}
	.menu .lineSpan span {
		height: 0.4rem;
	}
	.menu.on .lineSpan span {
		height: 0.3rem;
	}
	.menu.on .txtSpan {
		margin-top: 0rem;
	}
	.menu .lineSpan span:nth-of-type(3) {
		top: 0.9rem;
	}
	.menu .txtSpan {
		font-size: 1.35rem;
		letter-spacing: 0.2em;
	}
	.menu .txtSpan .close {
		letter-spacing: 0;
	}
	.menu .lineSpan.close .top {
		transform: translateY(0.5rem) translateX(0) rotate(45deg);
	}
	.menu .lineSpan.close .bottom {
		transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
	}
	.menuBg {
		background-image: url(../image/common/menu_bg_sp.jpg);
	}
	.menuBox .naviList {
		gap: 2rem 0;
		flex-direction: column;
	}
	.menuBox .naviList > li {
		width: 100%;
	}
	.menuBox .naviList .subList > li {
		margin-bottom: 1.6rem;
	}
	.menuBox .naviList .subList > li .bg {
		padding: 0 0.2rem 2.1rem;
		border-bottom: 1px solid #FFFFFF;
		background-color: transparent;
	}
	.menuBox .naviList > li:last-child .subList > li:last-child .bg {
		border: none;
	}
	.menuBox .naviList a {
		display: block;
		font-size: 1.5rem;
	}
	.menuBox .naviList .subUl {
		padding: 0 30% 0 0;
		gap: 0.7rem 3.2rem;
	}
	.menuBox .naviList .subList02 .subUl {
		padding: 0;
		flex-direction: column;
	}
	.menuBox .naviList .subList02 .subUl li {
		width: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	z-index: 100;
	padding: 11.5rem 0 0;
	background-color: #fff;
	position: relative;
}
#gFooter .content {
	max-width: 147.5rem;
}
#gFooter .rBox {
	width: 48%;
	margin: 0 -1.6rem 0 2rem;
}
#gFooter .rBox .map {
	aspect-ratio: 1376 / 992;
}
#gFooter .rBox iframe {
	width: 100%;
	height: 100%;
}
#gFooter .lBox {
	margin-top: -0.6rem;
	flex: 1;
}
#gFooter .fLogo {
	width: 47.6rem;
	margin-bottom: 2.5rem;
}
#gFooter p {
	margin-bottom: 3rem;
	line-height: 1.67;
}
#gFooter p:last-child {
	margin-bottom: 0;
}
#gFooter .txt {
	margin-bottom: 2.3rem;
	line-height: 2.083;
}
address {
	margin-top: 9rem;
	color: #fff;
	text-align: right;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 2.8rem 5.3rem 3.3rem; 
	background-color: #547642;
}
.pageTop {
	position: absolute;
	bottom: 19.1rem;
	right: 4.7rem;
}
.pageTop a {
	width: 3.4rem;
	display: inline-block;
}
.pageTop a:hover {
	opacity: 0.8;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4rem 0 0;
		background-color: #EFEFEF;
	}
	#gFooter .content {
		display: block;
	}
	#gFooter .lBox {
		margin: 0 0 3rem;
	}
	#gFooter .rBox {
		width: auto;
		margin: 0;
	}
	#gFooter .fLogo {
		width: 20.75rem;
		margin: 0 auto 3.7rem;
	}
	#gFooter p {
		margin-bottom: 2rem;
		line-height: 1.5;
	}
	#gFooter .txt {
		margin-bottom: 1.5rem;
		line-height: 1.5;
	}
	address {
		margin-top: 0.8rem;
		padding: 2.7rem 2rem 1.0rem;
		letter-spacing: 0.05em;
		font-size: 1.2rem;
	}
	.pageTop {
		margin: 3.1rem 2.5rem 0;
		position: static;
		text-align: right;
	}
	.pageTop a {
		margin-left: auto;
		width: 8rem;
	}
}