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;
}
.hp-Wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}


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

.hp {
  font-family: 'Arial', 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-delay {
  transition-delay: 0.2s;
}

@media screen and (max-width:660px){
	.fade-in-delay {
  transition-delay: 0s;
}
}

.scale-in {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scale-in.show {
  opacity: 1;
  transform: scale(1);
}

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

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

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 49%);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.overlay.is-open {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.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: #0264bc;
  font-size: 0.9rem;
  width: 100%;
  font-weight: bold;
}

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

.hp-menu-item-br {
  display: none;
}

.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 #0264bc;
  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: #0264bc;
  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-hamburger-menu.is-open>span:nth-child(1) {
  top: 9px;
  transform: rotate(25deg);
}

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

.hp-hamburger-menu-container {
  position: fixed;
  width: 100%;
  max-width: 650px;
  height: 97%;
  background-color: #ffffff;
  z-index: 10;
  right: -100%;
  transition: all 0.5s ease-in-out;
  top: 1%;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

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

.hp-hamburger-Wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hp-hamburger-menu-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 80px;
  justify-content: center;
  height: 100%;
}

.hp-menu-item-sp {}

.hp-menu-item-sp p {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #0264bc;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

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

.hp-menu-item-sp p::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #dce6f0;
  border-radius: 50%;
  left: -30px;
  top: 10px;
}

.hp-menu-item-sp2 {
  background: #0264bc;
  display: flex;
  width: 100%;
  padding: 80px;
	    align-items: center;
    justify-content: space-between;
}
.hp-menu-item-sp2-content{
	width:75%;
}
.hp-menu-item-sp2-btn{
	width:20%;
	    max-width: 75px;
}
.hp-menu-item-sp2-p {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
}

.hp-menu-item-sp2-p span {
  font-size: 0.9rem;
}

.hp-menu-item-sp2-p2 {
  color: #fff;
}

.sitemap {
  text-align: right;
  font-size: 0.9rem;
}

/* footer */

footer p{
  color: #fff;
	    line-height: 1.5;
}
.footer-container {
  background-color: #fff; 
  position: relative;
  z-index: 0;
}
.footer-container2{
	background-color: #0264bc;
  clip-path: polygon(0 0, 100% 98%, 100% 100%, 0% 100%);
	height:90px;
  position: relative;
  z-index: 1;
}
.hp-footer {
  color: #fff;
	background-color: #0264bc;
  padding: 30px 0 30px;
  position: relative;
  z-index: 2;
	    margin-top: -1px;
}

.hp-footer-flex1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 2%;
	flex-wrap: wrap;
}

.hp-footer-flex1-left {
  display: flex;
  flex-direction: column;
  width: 47%;
	    gap: 20px;
}

.hp-footer-logo{
  filter: brightness(0) saturate(100%) invert(100%);
  max-width: 280px;
}

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

.hp-footer-flex1-center{
    width: 36%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.9rem;
}

.hp-footer-flex1-title{
  font-size: 1.2rem;
  font-weight: bold;
	    margin-bottom: 15px;
}

.hp-footer-flex1-right {
  display: flex;
  flex-direction: column;
  width: 13%;
	    gap: 5px;
    font-size: 0.9rem;
}
.hp-footer-item{
	font-size:0.8rem;
}

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

.hp-footer-sns {
  display: flex;
	    gap: 8px;
	    align-items: center;
}
.hp-footer-sns img{
	width:22px;
}
.hp-footer-sns p{
	width:calc(100% - 30px);
    font-weight: bold;
}
.hp-footer-flex1-content2 {
  width: 100%;
  background: #136ec0;
    padding: 80px 50px;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  line-height: 1.5;
	    align-items: center;
    justify-content: space-between;
}


.hp-footer-slogan {
  font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.hp-footer-slogan2{
	font-size:0.8rem;
	color:#ffffff80;
}

.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 #fff !important;
  border-bottom: 1px dotted #fff !important;
  padding: 20px 15px 20px !important;
}

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

.hp-footer-inner2{
  padding: 20px 0;
  border-bottom: 1px #fff solid;
  display: flex;
	    justify-content: space-between;
    align-items: center;
}

.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;
	    padding-top: 20px;
}

.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;
  color: #0264bc;
  background: #fff;
  font-size: 1rem;
  width: fit-content;
  display: block;
	font-weight: bold;
    font-style: italic;
}

.pagetop span {
    font-size: 1.3rem;
    margin-right: 10px;
    font-weight: bold;
}

@media screen and (max-width: 1440px) {
.hp-menu {
	gap: 3%;}
}

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

  .hp-menu {
    display: none;
  }

  .hp-menu-container {
    min-width: 400px;
  }

  .hp-menu-item-sp p {
    font-size: 1.5rem;
  }

  .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;
  }
	.footer-container2 {
		height: 50px;}
	.hp-footer-flex1{
		gap:40px;
	}
	.hp-footer-flex1-left {
    width: 100%;
}
	
	.hp-footer-flex1-center {
		width: 50%;}
	
	.hp-footer-flex1-right {
		width: 46%;}
	.hp-footer-flex1-content2 {
		padding: 50px 50px;}

}

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

  .hp-pc {
    display: none;
  }

  .hp-sp {
    display: block;
  }

  .Wrapper {
    width: calc(100% - 30px);
  }

    .hp-menu-container {
        width: 20%;
        min-width: auto;
    }
	
	.hp-hamburger-menu-container{
        right: 15px;
        top: -100%;
		        border-radius: 20px;
        width: calc(100% - 30px);
        height: auto;
		        max-height: 100%;
    }

	.hp-hamburger-menu-container.is-open {
    right: 15px;
    top: 1%;
}
	.hp-hamburger-menu-list {
    gap: 20px;
		padding: 70px 30px 30px 60px;}
	.hp-menu-item-sp2 {
    padding: 20px 30px 30px;
}
	.hp-menu-item-sp2-p {
    font-size: 1.5rem;
    line-height: 1.5;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 10px;
    flex-direction: column;
}
	.hp-menu-item-sp2-p2 {
    line-height: 1.5;
		        font-size: 0.8rem;
}
  .hp-hamburger-menu {
    height: 11px;
    width: 30px;
    margin-left: 5px;
  }

  .hp-hamburger-menu::before {
    width: 60px;
    height: 60px;
  }
	.hp-menu-item-sp p::before {
    top: 0px;
}

  .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-menu-item-sp p {
    font-size: 1.2rem;
  }
	
	.hp-menu-item-sp p span{
		font-size:0.8rem;
	}

  .hp-hamburger-sns-list {
    gap: 5px;
  }

  .hp-hamburger-sns-list p {
    font-size: 0.8rem;
  }
	

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

    .hp-footer-flex1-content2 {
        padding: 20px;
        flex-direction: column;
    }
	.hp-footer-flex1-center{
		width:100%;
	}
	.hp-footer-inner2 {
    flex-direction: column;
    gap: 10px;
		        padding: 10px 0;
		align-items: flex-start;
}
	.pagetop {
		margin: 0 0 0 auto;}
}

@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);
  }
}


/* top circle btn */
.kv-contact-circle {
    position: fixed;
    top: calc(100vh - 150px);
  left: 10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 10;
  background: #ffffffab;
  overflow: hidden;
}
.kv-contact-circle:hover{
	background:#fff;
	opacity: 1;
	transition: all 0.5s ease;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.kv-contact-circle span {
  position: absolute;
  font-size: 1.5rem;
  top: 100px;
  font-weight: bold;
  color: #0056b3;
  z-index: 2;
}

.kv-circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spin 20s linear infinite;
}

.kv-circle-text span {
  position: absolute;
  transform-origin: 0 0;
  color: #0070c9;
  font-size: 12px;
  white-space: nowrap;
  font-weight: bold;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width:1440px){

	.kv-left-content {
    margin-top: 200px;
}

	.hp-sec1 {
		margin: -150px auto 0px;}
}

@media screen and (max-width:660px){
		    .kv-contact-circle {
        width: 180px;
        height: 180px;
        left: calc(100vw - 100px);
        transform: translateX(-50%);
        top: calc(100vh - 100px);
  }
  
  .hp-sp .kv-contact-circle span {
    font-size: 1rem;
    top: 60px; 
  }
  
  .hp-sp .kv-contact-circle .kv-circle-text span {
    font-size: 10px; 
  }
}

