html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html{
	margin-top:0 !important;
}

* {
  box-sizing: border-box;
}

#wpadminbar {
  display: none;
}

img {
  display: block;
  width: 100%;
}

.Wrapper {
  width: calc(100% - 60px);
  max-width: 1024px;
  margin: 0 auto;
}

p{
    font-size: 0.9rem;
    line-height: 2;
	color:#333333;
}

.hp {
  font-family: 'Montserrat', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.monts {
  font-family: 'Montserrat', sans-serif;
}

.bold {
  font-weight: bold;
}

.pc {
  display: block;
}

.hp-pc {
  display: block;
}

.hp-sp{
	display:none;
}

.hp .tablet {
  display: none;
}

.hp .sp {
  display: none;
}
main{
	background:#f8f8f8;	
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
a {
  opacity: 1;
  transition: opacity 0.5s ease;
}

a:hover {
  transition: opacity 0.5s ease;
  opacity: 0.7;
}

.hp-header {
position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    background-color: transparent;
    transition: all 0.3s ease;
    margin: 20px 2%;
    width: 96%;
	padding:10px;
}

.hp-header.scrolled {
background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 500px;
}

.hp-logo {
  max-width: 276px;
}

.header-reason .hp-logo img,
.header-about .hp-logo img{
	filter: brightness(0) saturate(100%) invert(100%);
}
.header-reason.scrolled .hp-logo img,
.header-about.scrolled .hp-logo img{
	filter:none;
}

.hp-logo img {
    max-width: 270px;
    height: 30px;
    width: 100%;
}

.hp-logo-white {
  filter: brightness(0) invert(1);
}

.hp-menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
width: calc(100% - 300px);
  min-width: 750px;
	margin-right: 30px;
	gap:20px;
}

.hp-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6%;
  color: #333;
  font-size: 0.9rem;
  width: 100%;
}

.hp-menu-item {
  position: relative;
	line-height:1.5;
}

.hp-menu-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #a2b9a9;
    border-radius: 50%;
    left: -13px;
    top: 6px;
}
.hp-menu-item-br{
	display:none;
}
.header-reason .hp-menu-item,
.header-about .hp-menu-item{
	color:#fff;
}

.header-reason .hp-menu-item::before,
.header-about .hp-menu-item::before{
	background-color:#6f839b;
}

.header-reason.scrolled .hp-menu-item,
.header-about.scrolled .hp-menu-item{
	color:#333;
}

.header-reason.scrolled .hp-menu-item::before,
.header-about.scrolled .hp-menu-item::before{
	background-color:#a2b9a9;
}

.hp-hamburger-menu {
  height: 13px;
  width: 43px;
  position: relative;
  cursor: pointer;
  margin-left: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.hp-hamburger-menu::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid #457557;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hp-hamburger-menu>span {
  pointer-events: none;
  /* スパン自体にはクリックイベントが通らないようにする */
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #457557;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  z-index: 11;
}

.hp-hamburger-menu>span:nth-child(1) {
  top: 0px;
}

.hp-hamburger-menu>span:nth-child(2) {
  bottom: 0;
  left: initial;
  right: 0;
  width: 63%;
}

.header-reason .hp-hamburger-menu>span,
.header-about .hp-hamburger-menu>span{
	background-color: #fff;
}

.header-reason.scrolled .hp-hamburger-menu>span,
.header-about.scrolled .hp-hamburger-menu>span{
	background-color: #457557;
}

.header-reason .hp-hamburger-menu::before,
.header-about .hp-hamburger-menu::before{
	    border: 1px solid #fff;
}

.header-reason.scrolled .hp-hamburger-menu::before,
.header-about.scrolled .hp-hamburger-menu::before{
	border: 1px solid #457557;
}

.hp-hamburger-menu.is-open>span {
  background-color: #fff !important;
}

.hp-hamburger-menu.is-open>span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.hp-hamburger-menu.is-open>span:nth-child(2) {
  top: 9px;
  width: 100%;
  transform: rotate(-45deg);
  right: 0;
}

.hp-hamburger-menu-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #28570e;
  z-index: 10;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  top: -100vh;
  transition: all 0.5s ease-in-out;
	left:0;
}

.hp-hamburger-menu-container>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  max-width: 1200px;
  margin: 0 auto;
}

.hp-hamburger-menu-container.is-open {
  top: 0;
}

.hp-hamburger-menu-container2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
	    width: 47%;
}

.hp-hamburger-menu-list {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
	    width: 50%;
}

.hp-menu-item-sp {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 40px;
  background: #7e9a6e;
  border-radius: 110px;
  max-width: 600px;
}

.hp-menu-item-sp p {
  position: relative;
  width: 100%;
  display: block;
	    color: #fff;
    font-size: 1.2rem;
}

.arrow {
  position: absolute;
  right: 0px;
  transform: rotate(-45deg);
  font-family: 'ヒラギノ角ゴ ProN W6';
}

.hp-hamburger-sns-list {
  display: flex;
  gap: 10px;
  align-items: center;
	    justify-content: space-between;
}

.hp-hamburger-sns-list p {
  font-size: 1rem;
  font-weight: bold;
	color:#fff;
}
.hp-hamburger-sns-list li{
		width:15%;
	}
.sitemap
{
  text-align: right;
  font-size: 0.9rem;
}

/* footer */
.hp-footer {
  padding:50px 0 20px;
  background-color: #28570e;
  position: relative;
  z-index: 12;
  color: #fff;
}

.hp-footer-flex1 {
  display: flex;
  justify-content: space-between;
}

.hp-footer-flex1-left {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.hp-footer-flex1-content {
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.5;
}

.hp-footer-flex1-content p{
	color:#fff;
}

.hp-footer-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hp-footer-item {
  position: relative;
}

.hp-footer-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #a2b9a9;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.hp-footer-tel {
  font-size: 0.9rem;
}

.hp-footer-flex1-right {
  display: flex;
  flex-direction: column;
	gap:40px;
	align-items: flex-end;
}

.hp-footer-menu-container2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.hp-footer-menu-container2>a {
  max-width: 300px;
}

.hp-footer-menu-container2>p {
  text-align: right;
}

.hp-footer-sns-list li {
  width: 35px;
}

.hp-footer-sns-list {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hp-footer-flex1-content2{
    width: 95%;
    max-width: 450px;
    background: #3a6720;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 0.672rem;
    line-height: 1.5;
}

.hp-footer-flex1-content2 p{
	color:#fff;
}

.hp-footer-slogan{
  font-size: 0.9rem;
}

.badgeArea_list li img {
  width: auto;
  max-width: 100%;
  max-height: 60px;
}

.badgeArea_list {
  display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    gap: 10px;
}

.accordion-header,
.accordion-content-title,
.accordion-content-inner li p,
.accordion-content-inner li p a{
	color:#fff !important;
}

.accordion-content-title{
	margin-top: 30px !important;
}

.footer_sitelist{
	border-top: 1px dotted #809b72 !important;
	border-bottom: 1px dotted #809b72 !important;
	padding: 20px 15px 20px !important;
}

.hp-footer-flex3 {
    margin: 20px 0 0;
}

.hp-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
	flex-direction: column;
}

.hp-footer-inner p{
	color:#fff;
}

.hp-footer-inner a {
  text-decoration: underline 1px #fff;
  text-underline-offset: 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.pagetop
{
  border-radius: 100px;
  padding: 20px 25px;
  border: #28570e 1px solid;
  color: #28570e;
  font-size: 0.7rem;
    width: fit-content;
    margin: 50px 50px 0 auto;
	display: block;
}
.pagetop span{
	font-size:1rem;
}
@media screen and (max-width: 1440px) {
	.hp-menu-item-br{
	display:block;
}
}
@media screen and (max-width: 1024px) {
  .hp .tablet {
    display: block;
  }
	  .hp-menu {
    display: none;
  }
	.hp-menu-container{
		    min-width: 400px;
	}
	.hp-hamburger-menu-container>div{
		flex-direction: column;
    gap: 30px;
		    height: 100%;
    padding-top: 100px;
		justify-content: space-evenly;
	}
	.hp-hamburger-menu-list {
    order: 1;
    gap: 10px;
    width: 100%;
    max-width: 400px;
}
	.hp-hamburger-menu-container2 {
    gap: 10px;
        width: 80%;
        margin: 0 auto;
        max-width: 400px;
    order: 2;
}
	.hp-menu-item-sp {
	padding:20px;}
	.hp-menu-item-sp p{
		font-size: 1rem;}
	.hp-footer-inner{
		    flex-direction: column;
    gap: 10px;
	}
}

@media screen and (max-width:768px) {

  .hp .pc {
    display: none;
  }

  .hp .tablet {
    display: none;
  }

  .hp .sp {
    display: block;
  }

}
@media screen and (max-width:660px){
	
	.hp-pc {
  display: none;
}

.hp-sp{
	display:block;
}
		.Wrapper {
  width: calc(100% - 30px);
}
	.hp-menu-container {
        min-width: 1px;
		    margin-right: 15px;
    }
	.hp-hamburger-menu {
    height: 11px;
		width: 30px;
	margin-left: 5px;}
	.hp-hamburger-menu::before {
    width: 60px;
		height: 60px;}
	.hp-hamburger-menu.is-open>span:nth-child(1),
	.hp-hamburger-menu.is-open>span:nth-child(2) {
		top: 7px;}
	.hp-header{
		height:80px;
	}
.hp-footer-flex1 {
    flex-direction: column;
    align-items: flex-start;
	    gap: 40px;
}
	.hp-footer-flex1-left {
    gap: 20px;
}
	.hp-footer-flex1-right {
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
	.hp-footer-flex1-content2 {
		width: 100%;
	padding:20px;}
	

	.hp-menu-item-sp p{
		font-size: 0.8rem;}
	.hp-hamburger-sns-list {
		gap: 5px;}
	.hp-hamburger-sns-list p {
		font-size: 0.8rem;}
	.hp-menu-item-sp {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 360px){
	.hp-header {
    justify-content: space-between;
    margin: 20px 1%;
		width: 98%;}
	    .hp-hamburger-menu {
        margin-left: -17px;
    }
	.hp-logo {
    max-width: 220px;
}
}

/* フッターサイト一覧 */
.eco_footer_sitelist {
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px 0 0 !important;
  border-top: 1px solid #FFF !important;
}

.eco_footer_sitelist .inner_wrap {
  max-width: 1295px !important;
}

@media screen and (max-width: 480px) {
  .eco_footer_sitelist .inner_wrap {
    width: 100% !important;
  }
}

.eco_footer_sitelist .inner_wrap:nth-child(1) {
  margin-bottom: 12px !important;
}

.eco_footer_sitelist .inner_wrap .accordion-header {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #FFF !important;
}

.eco_footer_sitelist .inner_wrap .accordion-toggle {
  font-size: 24px !important;
  color: #FFF !important;
  margin: -2px 8px 0 0 !important;
}

.eco_footer_sitelist .inner_wrap .accordion-content-inner li .accordion-content-title {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #FFF !important;
  margin: 20px 0 10px !important;
}

.eco_footer_sitelist .inner_wrap .accordion-content-inner li p a {
  color: #FFF !important;
}

.eco_footer_sitelist .inner_wrap .accordion-content-inner li p {
  margin-bottom: 6px !important;
}

@media screen and (max-width: 480px) {
  .eco_footer_sitelist .inner_wrap .accordion-content-inner li p {
    margin-bottom: 10px !important;
  }
}

/* hp-contact-btn */
.hp-contact-btn {
  border-radius: 100px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: -30px;
  width: 250px;
  background: #ffffffcc;
  position: fixed;
  left: 5%;
  top: 60%;
  z-index: 10;
  transition: all 0.4s ease;
  overflow: hidden;
}

.hp-contact-btn.hide-label {
  width: 80px; 
  background: transparent;
  padding: 10px;
}

.hp-contact-btn p {
  font-size: 1rem;
  white-space: nowrap;
  transition: opacity 0.3s ease, margin 0.3s ease;
}

.hp-contact-btn.hide-label p {
  opacity: 0;
  margin: 0;
  pointer-events: none;
}

.hp-play-button {
  width: 60px;
  height: 60px;
  background-color: #3d7050;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.hp-play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid white;
}

@media screen and (max-width: 660px) {
  .hp-contact-btn {
    left: 10%;
    top: 80%;
  }
}

/* スクロール効果 */
.fade-in-left, .fade-in-right {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}
.fade-in-left.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.fade-in-right.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.fade-in-left {
  transform: translateX(-50px);
}
.fade-in-right {
  transform: translateX(50px);
}
@media screen and (max-width: 660px){
	.fade-in-right.visible {
  transition-delay: unset;
}
	.fade-in-left {
  transform: translateY(50px);
}
	.fade-in-right {
  transform: translateY(50px);
}
}