@charset "utf-8";
.nopc {
	display: none;
    }
.m-footer {
	background-color: #668A35;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
	font-family: "ryo-gothic-plusn", sans-serif;
	font-size: 1.2rem;
	color:#fff;
	letter-spacing: 0.08em;
	line-height: 1.6;
	padding-bottom: 10px;
	position: relative;
/*	margin-top: 100px;*/
}
.l-footer {
	position: relative;
}
.l-footer::before {
	content: "";
	position: absolute;
	display: block;
	background: url("../img/common/bg_bottom_sp.svg") no-repeat;
	background-size: cover;
	top: -40px;
	height: 40px;
	width: 100%;
}
.m-footer .flexbox.m-content::before {
	content: "";
	position: absolute;
	width: 160px;
	height: 55px;
	display: block;
	background: url("../img/home/pic_top_tree.png") no-repeat;
	background-size: contain;
	top: -75px;
	left: 15px;
	z-index: 10;
}
.m-footer .m-content {
	margin: 0 auto;
}
.m-footer .l-top .gNav_head::after {
	content: none;

}
.l-top .gNav_head .en {
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
    vertical-align: middle;
}
.l-top .gNav_head .jp {
	display: inline-block;
	vertical-align: middle;
}

.l-top .gNav_head .en::after {
	content: "│";
	display: inline-block;
}
.l-top .gNav_head {
	font-size: 1.2rem;
	font-weight: 400;
	padding-bottom: 8px;
}
.m-footer .l-top .m-content {
	padding: 20px 20px 0;
}
.m-footer .m-content {
	padding: 30px 20px 60px;
}
.m-footer .m-line {
	border-top: 1px #fff solid;
	display: block;
	padding-top: 30px;
}
.m-footer .name {
	font-size: 1.6rem;
	padding: 8px 5px;
    border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	margin-bottom: 15px;
}
.m-footer .address .note {
	font-size: 1.0rem;
}
.m-footer .p-snsbox {
	display: flex;
	justify-content: flex-start;
    padding: 30px 0 60px;
}
.m-footer .p-snsbox li {
	padding-right: 20px;
}
.m-footer .p-navbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 320px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.m-footer .p-navbox .gNav__item {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	flex-basis: 30%;
	position: relative;
}
.m-footer .p-navbox .gNav__item span img {
    width: 100%;
}
.m-footer .p-navbox .gNav__item p {
	padding-top: 10px;
}

.m-footer .p-navbox .gNav__item a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.m-footer .flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.m-footer .flexbox .block {
	flex-basis: 48%;
}
.m-footer .flexbox .block li {
	padding-left: 10px;
	position: relative;
	margin: 0 0 10px;
}
.m-footer .flexbox .block li:last-of-type {
	padding-bottom: 10px;
}
.m-footer .flexbox .block li::before {
	content: "-";
	position: absolute;
	left: 0;
}
.m-footer .l-bottom .gNav_head {
	font-size: 2rem;
	padding-bottom: 8px;
}
.m-footer .copy {
	font-size: 1.0rem;
}
@media (min-width: 1000px) {
	.l-footer::before {
        content: "";
        background: url("../img/common/bg_bottom_pc.svg") no-repeat;
        background-size: cover;
        display: block;
        width: 100%;
        height: 100px;
        top: -100px;
        position: absolute;
    }
	.flexbox.m-content {
		position: relative;
	}
	.m-footer {
        font-size: 16px;
        line-height: 1.7;
    }
/*
	.m-footer {
		margin-top: 200px;
	}
*/
	.m-footer .m-footer {
        background-color:#668A35 ;
        font-size: 16px;
        line-height: 1.7;
        padding-top: 30px;
	}
	.m-footer .flexbox.m-content::before {
          content: "";
          position: absolute;
          width: 337px;
          height: 118px;
          display: block;
          background: url("../img/home/pic_top_tree.png") no-repeat;
          background-size: contain;
          top: -168px;
          left: 0;
          z-index: 10;
      }
	.m-footer .m-content {
		padding: 30px 30px 60px;
		max-width: 1000px;
	}
	.m-footer .l-top{
        border-bottom: 2px #fff solid;
    }
    .l-top .gNav_head .en {
        font-size: 30px;
    }
	.l-top .gNav_head {
		font-size: 16px;
	}
	
	.m-footer .l-top .m-content {
        padding: 30px 15px 60px;
        max-width: 1080px;
    }
    .m-footer .p-navbox {
        max-width: 800px;
        margin: 0 auto;
		padding: 0;
		margin-bottom: 60px;
    }
	.m-footer .p-snsbox li {
        padding-right: 25px;
		transition: all 0.2s ease;
    }
	.m-footer .p-snsbox li:hover {
        opacity: 0.8;
    }
	
	.m-footer .flexbox .gNav__item a {
		position: relative;
	}
	
	.m-footer .flexbox .gNav__item a::after {
        content: "";
        width: 0;
        height: 2px;
        background-image: linear-gradient(to right, #FFBB00 2px, transparent 2px);
        background-size: 8px 3px;
        background-repeat: repeat-x;
        background-position: left bottom;
        position: absolute;
        left: 0;
        bottom: -2px;
        transition: all .3s ease;
    }
	.m-footer .gNav__item a:hover::after {
        width: 100%;
    }
	.m-footer .p-navbox .gNav__item {
        flex-basis: 18%;
		flex-grow :1;
		padding: 10px 0;
		transition: all .2s ease;
    }
	
	.m-footer .p-navbox .gNav__item:hover {
		opacity: 0.8
	}
	.m-footer .p-navbox .gNav__item p{
		font-size: 14px;
		padding-top: 10px;
    }
	.m-footer .p-navbox .gNav__item::after {
        content: "";
        position: absolute;
        border-right: solid #fff 1px;
        right: 0;
        display: block;
        height: 100%;
        top: 0;
    }
	.m-footer .p-navbox .gNav__item:last-of-type::after {
		border-right: 0;
	}
	.m-footer .m-line {
		border-top: none;
	}
	.m-footer .name {
		font-size: 20px;
		padding: 12px 5px;
	}
	.m-footer .address {
		font-size: 14px;
	}
	.m-footer .address .note {
        font-size: 12px;
    }
	.m-footer .flexbox .block {
        flex-basis: 25%;
    }
	.m-footer .flexbox .block li {
		font-size: 14px;
	}
	.m-footer .l-bottom .gNav_head {
		font-size: 22px;
	}
	

}
@media screen and (max-width: 835px) {
	.nopc {
        display: block;
    }
	.nosp {
		display: none;
	}
	.m-footer .p-navbox::after {
        content: "";
        display: block;
        width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
    }
	.m-footer .p-navbox .gNav__item:nth-of-type(-n+3) {
	margin-bottom: 10px;
	}
	.m-footer .gNav_head::after {
        content: "";
        background: url("../img/common/pic_leaf_header.png") no-repeat;
        position: absolute;
        right: -26px;
        bottom: 9px;
        display: block;
        background-size: contain;
        width: 24px;
        height: 28px;
    }
}

/* 20241224 施工エリア */
.f-support-area-grp {
	width: 100%;
	max-width: 650px;
	padding-top: 20px;
}
.f-support-area-item:not(:last-of-type) {
	margin-bottom: 10px;
}