@charset "UTF-8";
@import url("style_menu.css");


body {
	position: relative;
	scrollbar-gutter: stable;
}
img {
	width: 100%;
	height: auto;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.link-area {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.sp-only,
.sp-video {
   display: none!important;
}
.brtab, .brsp, .sp {
 	display: none;
 }
.fin {
	opacity : 0;
	transform : translate(0, 10px);
	transition-duration: 1.5s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
.zoom-bg .bg {
	position: relative;
	overflow: hidden;
}
.zoom-bg .bg img {
	opacity: 1;
	transform: scale(1.01);
	transition: all .8s;
}
@media (hover: hover) {
	.zoom-bg:hover .bg img {
		transform: scale(1.08);
		transition: all .5s;
	}
}


/* ////////////////////////////////////////////////////////////////////  header */

header {
	position: fixed;
	box-sizing: border-box;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #FFF;
	border-bottom: solid 1px #F4F4F4;
}
html.remodal-is-locked header {
	width: calc(100% - 15px)!important;
}
html.remodal-is-locked.apple-device header {
	width: 100vw!important;
}
.header-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-container .logo {
	width: 410px;
	height: 100px;
	display: flex;
	padding: 20px 10px 20px 20px;
	border-right: solid 1px #F4F4F4;
	position: relative;
}
.header-menu {
	width: calc(100% - 510px);
	right: 100px;
	position: absolute;
}
html.remodal-is-locked header .header-menu {
	width: calc(100% - 510px);
}
html.remodal-is-locked.apple-device header .header-menu {
	width: calc(100% - 510px) !important;
}
.header-container .logo .logo-img {
	width: 32%;
}
.header-container .logo .logo-txt {
	width: 66%;
	padding: 13px 0 0 10px;
}
.header-container .logo .logo-txt p:nth-child(1) {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.4em;
}
.header-container .logo .logo-txt p:nth-child(2) {
	font-size: 10px;
	font-family: var(--en-font);
}
.header-container .logo .logo-txt p:nth-child(2) span {
	color: var(--main-color);
}
/* ////////////////////////////////////////////////////////////////////  footer */
footer {
	position: relative;
}
.footer-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer-container .footer-info {
	width: 25%;
	background: #FFF;
	padding: 50px 3%;
	box-sizing: border-box;
	position: relative;
}
.footer-info .box {
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.footer-logo {
	width: 80%;
	max-width: 220px;
}
.footer-logo-txt p:nth-child(1) {
	padding: 10px 0 0;
	font-size: min(0.92vw,15px);
	font-weight: 600;
	line-height: 1.4em;
}
.footer-logo-txt p:nth-child(2) {
	font-size: min(1vw,13px);
	font-family: var(--en-font);
	color: var(--main-color);
}
.footer-txt {
	padding: 20px 0 0;
}
.footer-txt p {
	font-size: 11px;
	line-height: 1.4em;
	padding-bottom: 1em;
}
.footer-container .footer-nav {
	width: 75%;
	background: #F2F2F2;
	display: flex;
	justify-content: space-between;
	padding: 50px 4%;
}
.footer-container .footer-nav .nav-column:nth-of-type(1),
.footer-container .footer-nav .nav-column:nth-of-type(2),
.footer-container .footer-nav .nav-column:nth-of-type(3) {
	width: 20%;
}
.footer-container .footer-nav .nav-column:nth-of-type(4) {
	width: 34%;
}
.footer-container .nav-column > ul > li {
	margin-bottom: 30px;
}
.footer-container .nav-column > ul > li .directory-ttl {
	font-size: 11px;
	font-family: var(--en-font);
	color: var(--main-color);
	padding-bottom: 5px;
}
.footer-container .nav-column > ul > li > ul > li {
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 5px;
}
.footer-container .nav-column > ul > li > ul > li > ul {
	padding-top: 5px;
}
.footer-container .nav-column > ul > li > ul > li > ul li {
	font-size: 12px;
	position: relative;
	padding-left: 15px;
	line-height: 1.4em;
	padding-bottom: 5px;
	color: #003600;
}
.footer-container .nav-column > ul > li > ul > li > ul li a{
	color: #003600;
}
.footer-container .nav-column > ul > li > ul > li > ul li:before {
	content: "└";
	left: 0;
	top: 0;
}
.pagetop {
	position: fixed;
	width: 64px;
	height: 64px;
	background: rgba(0,0,0,0.90);
	background-size: contain;
	cursor: pointer;
	right: 10px;
	bottom: 10px;
	z-index: 3;
	transition: all .3s;
}
.pagetop.bottom {
	bottom: 40px;
}
.pagetop p {
	color: #FFF;
	font-family: var(--en-font);
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	padding-top: 33px;
	position: relative;
}
.pagetop p:before  {
	background-image: url("../img/common_img/top-arrow.svg");
	width: 11px;
	height: 14px;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.bottom-links {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 10px;
	white-space: nowrap;
}
.bottom-links ul {
	display: flex;
	flex-wrap: wrap;
}
.bottom-links ul li {
	font-size: 12px;
	padding: 0 10px;
	position: relative;
}
.bottom-links ul li:nth-child(1):after {
	height: 10px;
	width: 1px;
	background: #000;
	right: 0;
	top: 8px;
}
.bottom-links ul li a:hover {
	text-decoration: underline;
}
.bottom-links ul li.copyright {
	color: var(--main-color);
}

@media (hover: hover) {
	.nav-column > ul > li > ul > li a:hover {
		text-decoration: underline;
	}
}
/* //////////////////////////////////////////////////////////////////// 下層共通 */

main {
	margin: 100px 0 0;
	position: relative;
	overflow: hidden;
}
.content {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
.content-wide {
	width: 100%;
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
}
.no-lsp {
	letter-spacing: 0!important;
}
.page-path {
	position: relative;
	padding: 10px 30px;
}
.page-path:after {
	width: 80%;
	max-width: 550px;
	height: 1px;
	background: #39992D;
	bottom: 0;
	left: 0;
}
.page-path ul {
	display: flex;
	justify-content: flex-start;
}
.page-path ul li {
	padding-right: 20px;
	color: #39992D;
	font-size: 12px;
	position: relative;
}
.page-path ul li a {
	color: #39992D;
}
.page-path ul li a:hover {
	text-decoration: underline;
}
.page-path ul li:after {
	width: 3px;
	height: 5px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../img/common_img/path-arrow.svg")
}
.page-path ul li:last-child:after {
	display: none;
}
.page-basic .page-ttl {
	padding: 30px 5% 10px;
}
.page-basic .page-ttl p {
	font-family: var(--en-font);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
}
.page-basic .page-ttl h1 {
	font-size: 40px;
	line-height: 1.4em;
}
.page-basic .first-content {
	margin-top: 20px;
}
/* //////////////////////////////////////////////////////////////////// ページ内メニュー */

.inner-content-wrap {
	position: relative;
	padding: 0 0 0;
}
.inner-menu-wrap {
	position: relative;
	width: calc(90%);
	left: 50%;
	transform: translateX(-50%);
	max-width: 1120px;
	z-index: 4;
	background: #F2F2F2;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	transition: all .4s;
}
.inner-menu-wrap_fixed {
	position: fixed;
	top: 100px;
}
.inner-menu-wrap_fixed ~ .in-section:nth-of-type(1) {
	margin-top: 72px;
}
.inner-menu-box {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 15px 0 10px;
	z-index: 5;
}
.in-btn.active p {
	color: var(--main-color);
}
.inner-menu-box > p {
	position: absolute;
	width: 150px;
	height: 100%;
	background: #000;
	left: 0;
	top: 0;
}
.inner-menu-box > p span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-family: var(--en-font);
	font-weight: 600;
}
.inner-menu-box ul {
	padding-left: 170px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.inner-menu-box ul li {
	width: auto;
	margin: 0 7px 5px 0;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
	transition: all .5s;
}
.inner-menu-box ul li p {
	position: relative;
	font-size: 13px;
	line-height: 1.2em;
	padding: 2px 12px;
}
.inner-menu-box ul li p:before {
	width: 7px;
	height: 8px;
	background-image: url("../img/common_img/inner-menu-arrow.svg");
	right: 2px;
	top: 6px;
}







.recommend {
	padding: 40px 0;
	background: #E4E4E4;
	position: relative;
}
.recommend:before {
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #84c261 0%, #39992d 37.93%, #003400 100%);
	top: 0;
	left: 0;
}
.recommend .section-ttl {
	text-align: center;
	font-family: var(--en-font);
	font-weight: 500;
}
.recommend ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px auto 0;
	width: 102%;
	position: relative;
	left: -1%;
}
.recommend ul li {
	width: 23%;
	margin: 0 1%;
	position: relative;
}
.recommend ul li:before {
	width: 10px;
	height: 10px;
	background-image: url("../img/common_img/window-green.svg");
	right: 5px;
	bottom: 10px;
	z-index: 2;
}




.side-lines {
	position: relative;
	margin-bottom: 30px;
}
.side-lines span {
	position: relative;
	color: #39992D;
	font-size: 20px;
	display: inline-block;
	background: #FFF;
	padding: 0 20px;
	left: 50%;
	transform: translateX(-50%);
}
.side-lines:after {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #39992D;
	z-index: -1;
}
.catch-txt {
	text-align: center;
	font-size: 24px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.catch-txt span {
	color: #39992D;
}

.large-btn-box {
	margin: 60px auto;
	position: relative;
}
.large-btn-box .btn-desc {
	text-align: center;
	line-height: 1.6em;
	color:  #39992D;
	margin-bottom: 15px;
}
.large-btn-box .green-btn {
	width: 80%;
	max-width: 550px;
	margin: 0 auto 80px;
	background-size: 250% auto;
	background-image: linear-gradient(135deg, rgba(61,160,49,1.00) 0%, rgba(132,194,97,1.00) 40%, rgba(61,160,49,1.00) 60%, rgba(0,52,0,1.00) 100%);
	background-position: center right;
	position: relative;
	transition: all .5s;
	padding: 20px 0;
}
.large-btn-box .green-btn:before {
	width: 12px;
	height: 8px;
	background-image: url("../img/common_img/arrow-white.svg");
	right: 10px;
	bottom: 10px;
	transition: all .4s;
}
.large-btn-box .green-btn.window:before {
	width: 10px;
	height: 10px;
	background-image: url("../img/common_img/window-white.svg");
}
.large-btn-box .green-btn p {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 0;
}
.large-btn-box .green-btn p span {
	display: block;
	font-size: 12px;
	line-height: 1.4em;
}
.green-btn:has(+ .green-btn) {
	margin-bottom: 30px;
}
@media (hover: hover) {
	.large-btn-box .green-btn:hover {
		background-position: center left;
	}
	.large-btn-box .green-btn:hover:before {
		animation: moveRight .4s ease-in-out;
	}
	.large-btn-box .green-btn.window:hover:before {
		animation: none;
	}
}

.section-ttl-header {
	position: relative;
	padding-left: 20px;
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 1.4em;
}
.section-ttl-header:before {
	width: 4px;
	height: 100%;
	background: linear-gradient(#84c261 0%, #39992d 37.93%, #003400 100%);
	left: 0;
	top: 0;
}


@media screen and (max-width: 1200px) {
	.header-container .logo {
		width: 340px;
		height: 100px;
		display: flex;
		padding: 20px 10px 20px 20px;
		border-right: solid 1px #F4F4F4;
		position: relative;
	}
	.header-menu {
		width: calc(100% - 440px);
		right: 100px;
		position: absolute;
	}
	.header-container .logo .logo-img {
		width: 24%;
		padding: 5px 0 0;
	}
	.header-container .logo .logo-txt {
		width: 73%;
		padding: 13px 0 0 10px;
	}
	.header-container .logo .logo-txt p:nth-child(1) {
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.02em;
		line-height: 1.4em;
	}
	.header-container .logo .logo-txt p:nth-child(2) {
		font-size: 10px;
		font-family: var(--en-font);
	}
	.header-container .logo .logo-txt p:nth-child(2) span {
		color: var(--main-color);
	}
}
@media screen and (max-width: 1024px) {

	/* ////////////////////////////////////////////////////////////////////  header */

	.header-container .logo {
		width: 320px;
		height: 50px;
		display: flex;
		padding: 5px 5px 5px 12px;
		border-right: solid 1px #F4F4F4;
		border-bottom: solid 1px #F4F4F4;
		position: absolute;
		top: 0;
		z-index: 10;
		background: #FFF;
	}
	.header-menu {
		width: calc(100% - 100px);
		right: 100px;
		position: absolute;
	}
	html.remodal-is-locked header .header-menu {
		width: calc(100% - 115px);
	}
	html.remodal-is-locked.apple-device header .header-menu {
		width: calc(100% - 100px) !important;
	}
	.header-container .logo .logo-img {
		width: 60px;
		padding: 5px 0 0;
	}
	.header-container .logo .logo-txt {
		width: calc(100% - 70px);
		padding: 6px 0 0 8px;
	}
	.header-container .logo .logo-txt p:nth-child(1) {
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.01em;
		line-height: 1.1em;
	}
	.header-container .logo .logo-txt p:nth-child(2) {
		font-size: 11px;
		font-family: var(--en-font);
	}
	.header-container .logo .logo-txt p:nth-child(2) span {
		color: var(--main-color);
	}
	/* ////////////////////////////////////////////////////////////////////  footer */
	footer {
		position: relative;
	}

	.footer-container .footer-nav {
		width: 75%;
		background: #F2F2F2;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 50px 4%;
	}
	.footer-container .footer-nav .nav-column:nth-of-type(1),
	.footer-container .footer-nav .nav-column:nth-of-type(2),
	.footer-container .footer-nav .nav-column:nth-of-type(3) {
		width: 48%!important;
	}
	.footer-container .footer-nav .nav-column:nth-of-type(4) {
		width: 48%;
	}
	/* //////////////////////////////////////////////////////////////////// 下層共通 */

	main {
		margin: 100px 0 0;
		position: relative;
		overflow: hidden;
	}
	.content {
		width: 90%;
		max-width: 1120px;
		margin: 0 auto;
		position: relative;
	}
	.content-wide {
		width: 100%;
		margin: 0 auto;
		max-width: 1600px;
		position: relative;
	}
	.no-lsp {
		letter-spacing: 0!important;
	}
	.page-path {
		position: relative;
		padding: 10px 30px;
	}
	.page-path:after {
		width: 80%;
		max-width: 550px;
		height: 1px;
		background: #39992D;
		bottom: 0;
		left: 0;
	}
	.page-path ul {
		display: flex;
		justify-content: flex-start;
	}
	.page-path ul li {
		padding-right: 20px;
		color: #39992D;
		font-size: 12px;
		position: relative;
	}
	.page-path ul li a {
		color: #39992D;
	}
	.page-path ul li a:hover {
		text-decoration: underline;
	}
	.page-path ul li:after {
		width: 3px;
		height: 5px;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		background-image: url("../img/common_img/path-arrow.svg")
	}
	.page-path ul li:last-child:after {
		display: none;
	}
	.page-basic .page-ttl {
		padding: 30px 5% 10px;
	}
	.page-basic .page-ttl p {
		font-family: var(--en-font);
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4em;
	}
	.page-basic .page-ttl h1 {
		font-size: 33px;
		line-height: 1.4em;
	}
	.page-basic .first-content {
		margin-top: 20px;
	}
	/* //////////////////////////////////////////////////////////////////// ページ内メニュー */

	.inner-content-wrap {
		position: relative;
		padding: 0 0 0;
	}
	.inner-menu-wrap {
		position: relative;
		width: calc(90%);
		left: 50%;
		transform: translateX(-50%);
		max-width: 1120px;
		z-index: 4;
		background: #F2F2F2;
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
		border-right: solid 1px #000;
		transition: all .4s;
	}
	.inner-menu-wrap_fixed {
		position: fixed;
		top: 100px;
	}
	.inner-menu-wrap_fixed ~ .in-section:nth-of-type(1) {
		margin-top: 80px;
	}
	.inner-menu-box {
		position: relative;
		margin: 0 auto;
		width: 100%;
		padding: 15px 0 10px;
		z-index: 5;
	}
	.in-btn.active p {
		color: var(--main-color);
	}
	.inner-menu-box > p {
		position: absolute;
		width: 150px;
		height: 100%;
		background: #000;
		left: 0;
		top: 0;
	}
	.inner-menu-box > p span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #FFF;
		font-family: var(--en-font);
		font-weight: 600;
	}
	.inner-menu-box ul {
		padding-left: 170px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.inner-menu-box ul li {
		width: auto;
		margin: 0 7px 5px 0;
		position: relative;
		box-sizing: border-box;
		cursor: pointer;
		padding: 0;
		transition: all .5s;
	}
	.inner-menu-box ul li p {
		position: relative;
		font-size: 13px;
		line-height: 1.2em;
		padding: 2px 12px;
	}
	.inner-menu-box ul li p:before {
		width: 7px;
		height: 8px;
		background-image: url("../img/common_img/inner-menu-arrow.svg");
		right: 2px;
		top: 6px;
	}



	.recommend {
		padding: 40px 0;
		background: #E4E4E4;
		position: relative;
	}
	.recommend:before {
		width: 100%;
		height: 2px;
		background: linear-gradient(90deg, #84c261 0%, #39992d 37.93%, #003400 100%);
		top: 0;
		left: 0;
	}
	.recommend .section-ttl {
		text-align: center;
		font-family: var(--en-font);
		font-weight: 500;
	}
	.recommend ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 10px auto 0;
		width: 102%;
		position: relative;
		left: -1%;
	}
	.recommend ul li {
		width: 23%;
		margin: 0 1%;
		position: relative;
	}
	.recommend ul li:before {
		width: 10px;
		height: 10px;
		background-image: url("../img/common_img/window-green.svg");
		right: 5px;
		bottom: 10px;
		z-index: 2;
	}




	.side-lines {
		position: relative;
		margin-bottom: 30px;
	}
	.side-lines span {
		position: relative;
		color: #39992D;
		font-size: 20px;
		display: inline-block;
		background: #FFF;
		padding: 0 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.side-lines:after {
		width: 100%;
		height: 1px;
		top: 50%;
		left: 0;
		background: #39992D;
		z-index: -1;
	}
	.catch-txt {
		text-align: center;
		font-size: 20px;
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	.catch-txt span {
		color: #39992D;
	}

	.large-btn-box {
		margin: 60px auto;
		position: relative;
	}
	.large-btn-box .btn-desc {
		text-align: center;
		line-height: 1.6em;
		color:  #39992D;
		margin-bottom: 15px;
	}
	.large-btn-box .green-btn {
		width: 90%;
		max-width: 550px;
		margin: 0 auto 80px;
		background-size: 250% auto;
		background-image: linear-gradient(135deg, rgba(61,160,49,1.00) 0%, rgba(132,194,97,1.00) 40%, rgba(61,160,49,1.00) 60%, rgba(0,52,0,1.00) 100%);
		background-position: center right;
		position: relative;
		transition: all .5s;
		padding: 20px 5px;
	}
	.large-btn-box .green-btn:before {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/arrow-white.svg");
		right: 10px;
		bottom: 10px;
		transition: all .4s;
	}
	.large-btn-box .green-btn.window:before {
		width: 10px;
		height: 10px;
		background-image: url("../img/common_img/window-white.svg");
	}
	.large-btn-box .green-btn p {
		text-align: center;
		color: #FFF;
		font-size: 16px;
		line-height: 1.4em;
	}
	.large-btn-box .green-btn p span {
		display: block;
		font-size: 12px;
		line-height: 1.4em;
	}
	.section-ttl-header {
		position: relative;
		padding-left: 20px;
		margin-bottom: 40px;
		font-size: 24px;
		line-height: 1.4em;
	}
	.section-ttl-header:before {
		width: 4px;
		height: 100%;
		background: linear-gradient(#84c261 0%, #39992d 37.93%, #003400 100%);
		left: 0;
		top: 0;
	}
}