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: 900px;
  margin: 0 auto;
}

.hp-Wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

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

.notosans {
  font-family: 'Noto Sans JP', 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:#faf7f7;	
}
.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: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin: 0;
    width: 100%;
    padding: 0 0 0 40px;
	    border-bottom: 1px solid #fff;
	    z-index: 999;
	gap:25px;
}

.hp-header.scrolled {
background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hp-header.is-open{
	background: transparent;
	box-shadow: none;
	transition: all 0.3s ease;
	
}

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


.hp-logo img {
    max-width: 270px;
    height: auto;
    width: 100%;
	filter: brightness(0) saturate(100%) invert(100%);
}

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

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

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

.hp-menu-item {
  position: relative;
	line-height:1.5;
	color:#fff;
}
.hp-menu-item-sp{
	display:none;
}
.hp-menu-container .hp-menu-item{
	font-family: 'Noto Sans JP', sans-serif;
	
}

.hp-menu-item-br{
	display:none;
}
.hp-header .hp-menu-item{
	color:#fff;
}

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

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

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

.hp-header.is-open .hp-menu-item{
	color:#fff;
}

.hp-header.is-open .hp-logo img {
    filter: brightness(0) saturate(100%) invert(100%);
}

.hp-hamburger-div{
    width: 140px;
    height: 100%;
    border-left: 1px solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
	opacity:1;
	    z-index: 999;
}

.hp-header.scrolled .hp-hamburger-div{
	background:#23475d;
	border-left: 1px solid #fff;
}
.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>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%;
}

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


.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: linear-gradient(to right, #23465d 0%, #69818f 100%);
  z-index: 998;
  color: #ffffff;
  top: -100vh;
  transition: all 0.5s ease-in-out;
	left:0;
}

.hp-hamburger-menu-container .Wrapper{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.hp-hamburger-menu-container-div{
	height:125px;
	width:100%;
	border-bottom:1px solid #fff;
}

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

.hp-hamburger-menu-list {
    display: flex;
    order: 2;
    flex-direction: row;
    gap: 6%;
    width: 100%;
    flex-wrap: wrap;
	justify-content: center;
}

.hp-hamburger-menu-list>a{
    display: block;
    width: 47%;
    border-bottom: 1px solid #ffffff61;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.hp-menu-item-contact p{
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
}

.hp-menu-item-contact p span{
	font-size:0.9rem;
	    display: block;
}

.hp-menu-item-contact{
	    padding-bottom: 30px !important;
    margin: 50px 0 100px !important;
}

.arrow {
  position: absolute;
  right: 0px;
  font-family: 'ヒラギノ角ゴ ProN W6';
	    bottom: 0;
}

.sitemap,
.sitemap a
{
  text-align: right;
  font-size: 0.9rem;
	    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 50px;
}

/* footer */
.hp-footer {
  padding: 100px 0 20px;
  background-color: #23475d;
  position: relative;
  z-index: 12;
  color: #fff;
}
.hp-footer-banner-top{
	background: url(../../img/footer-banner-top.png) #fff no-repeat right center;
}
.hp-footer-banner{
	background: url(../../img/footer-banner.png) #fff no-repeat right center;}
.hp-footer-banner,
.hp-footer-banner-top{
    padding: 80px;
    width: calc(100% - 60px);
    max-width: 1020px;
    margin: 0 auto 100px;
}
.hp-footer-banner-top p,
.hp-footer-banner p{
	font-size:1.3rem;
		background:linear-gradient(to right, #ffffff 50%, #ffffff00 100%);
	    width: fit-content;
    padding: 10px 20px;
}
.hp-footer-banner-top p span,
.hp-footer-banner p span{
	font-size:0.6rem;
	color:gray;
	display:block;
}

.hp-footer-flex1 {
  display: flex;
  justify-content: space-between;
	gap:30px;
	align-items: center;
	overflow: hidden;
}
.hp-footer-flex1 p{
	color:#fff;
	    font-family: 'Noto Sans JP', sans-serif;
}
.hp-footer-flex1-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hp-footer-flex1-left>a{
	max-width:276px;
	margin-bottom: 20px;
}

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

.hp-footer-small{
	font-size:0.7rem;
}

.hp-footer-flex1-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 50px;
    border: 1px solid #ffffff61;
	text-align: center;
}

.hp-footer-flex1-right::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    background: #23475d;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    border: 1px solid #ffffff61;
    transform: rotate(-45deg);
}

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

.hp-footer-sns-list {
  display: flex;
  gap: 10px;
  align-items: center;
	    margin-top: 15px;
}
.hp-footer-slogan1{
    font-size: 1.8rem;
    font-family: 'Cardo', serif !important;
    letter-spacing: 0.1rem;
}
.hp-footer-slogan {
  font-size: 0.9rem;
}

.badgeArea_list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 30px;
    gap: 15px;
    max-width: 240px;
    flex-wrap: wrap;
}

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

.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 #ffffff61 !important;
    border-bottom: 1px dotted #ffffff61 !important;
    padding: 20px 15px 20px !important;
    margin-bottom: 30px !important;
}
.hp-footer-flex2{
	margin-top:100px;
}
.hp-footer-flex3 {
    border-top: 1px dotted #ffffff61;
    padding: 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;
	font-size:0.7rem;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

.pagetop {
    color: #fff;
    text-align: right;
    width: 100%;
    letter-spacing: 0.1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.pagetop span {
font-size: 1.5rem;
    padding-top: 10px;
}

@media screen and (max-width: 1260px){
	.hp-menu {
		gap: 15px;}
	.hp-menu-item-sp{
		display:block;
	}
	.hp-menu-container {
    min-width: 610px;
}
}

@media screen and (max-width: 1024px) {
  .hp .tablet {
    display: block;
  }

  .hp-menu {
    display: none;
  }

  .hp-menu-container {
    display:none;
  }

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


  .hp-header {
    height: 80px;
	          padding: 0 0 0 20px;
  }
	.hp-hamburger-div {
		width: 80px;}
	
	.hp-hamburger-menu {
		margin-left: 15px;}
	
	.hp-hamburger-menu-list>a {
		width: 100%;
        margin-bottom: 20px;
        padding-bottom: 5px !important;}
	
	.hp-menu-item-contact {
    margin: 20px 0 !important;
		padding-bottom: 5px;
}
	
	.hp-footer {
		padding: 30px 0 20px;}
	
	.hp-footer-banner{
		background: url(../../img/footer-banner-sp.png) #fff no-repeat center bottom;}
	.hp-footer-banner-top{
		background: url(../../img/footer-banner-top-sp.png) #fff no-repeat center bottom;
	}
	.hp-footer-banner,
	.hp-footer-banner-top{
        background-size: contain;
        padding: 0 0 47vw;
		    margin: 0 auto 40px;
	}
	
	.hp-footer-banner p,
	.hp-footer-banner-top p{
    font-size: 1rem;
		background: none;
	    padding: 30px 20px;}
	

  .hp-footer-flex1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
	          margin-top: 40px;
  }

  .hp-footer-flex1-right {
    flex-direction: column;
    width: 100%;
	  padding: 30px 10px 50px;
  }

  .hp-hamburger-sns-list {
    gap: 5px;
  }
	.hp-footer-slogan1 {
		font-size: 1.5rem;}
	.hp-footer-flex1-right::after {
    width: 80px;
		height: 80px;}
	.hp-footer-flex2 {
    margin-top: 40px;
}
	.hp-footer-inner {
    flex-direction: column-reverse;
}
}

@media screen and (max-width:330px){
	
	.Wrapper {
    width: calc(100% - 30px);
}
}

/* フッターサイト一覧 */
.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;
  }
}

/* スクロール効果 */
.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);
  }
}

/* common css */
.top-kv-contact {
  position: fixed;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 20% 100%, 0 80%);
  background: #0C7C4D;
  background: linear-gradient(-38deg, rgba(12, 124, 77, 0.35) 0%, rgba(37, 143, 98, 1) 100%);
  padding: 40px 20px 20px 60px;
  right: 5vw;
  top: 70vh;
  z-index: 99;
}

.top-kv-contact p {
  font-size: 0.9rem;
  text-align: right;
	color:#fff;
}
    .hp-title1 {
        visibility: hidden;
    }
    .hp-title1 span {
        clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    }
.hp-title1 + div,
.hp-title1 + p{
        opacity: 0;
        transform: translateY(30px);
    }
.hp-title1{
	font-size:2rem;
	    letter-spacing: 0.1rem;
}

.hp-title1 span{
	font-size:0.9rem;
	display:block;
	padding-left:50px;
	margin-bottom: 20px;
	position: relative;
}
.hp-title1 span::before{
	    content: "";
    position: absolute;
    width: 25px;
    height: 100%;
    clip-path: polygon(30% 0,100% 0, 70% 100%, 0 100%);
	left: 0;
    background: linear-gradient(to top, rgba(12, 124, 77, 0.35) 0%, #0c7c4d 100%);
}
.hp-title1 span.title1gray::before{
	background: linear-gradient(to bottom, #fff 0%, #ffffff35 100%);
}

.hp-title2{
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 500;
	padding-top: 10px;
}
.hp-title2 span{
    font-size: 0.7rem;
	position: absolute;
    top: -20px;
    line-height: 1;
}
.hp-title2 {
    position: relative;
}
.hp-title2 span, 
.hp-title2 > *:not(span) {
    display: inline-block;
}
@media screen and (max-width: 660px){
	.hp-title1 {
		font-size: 1.3rem;}
	.hp-title1 span {
		padding-left: 40px;}
	.hp-title1 span::before {
    width: 20px;}
	.sitemap {
		font-size: 0.7rem;}
	.hp-title2 {
		font-size: 1.4rem;}
}