@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@font-face {
  font-family: "avnir";
  src: url("/fonts/AvenirNext-DemiBold-03.ttf") format("ttf");
}
/* 表示・非表示
----------------------------------------------- */
.hidden {
  display: none;
}

@media (max-width: 959px) {
  .hidden-tab {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .hidden-ss {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .visible-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .visible-sp-br {
    display: none !important;
  }

	
}

@media (min-width: 480px) {
  .visible-ss {
    display: none !important;
  }
}

/* メインビジュアル
----------------------------------------------- */
.hero-section {
  position: relative;
  background: no-repeat url("../img/home/main-bg.jpg") bottom center / cover;
  padding: 4rem 1rem 0;
  overflow: visible;
	margin-bottom: 100px;
}

.hero-container {
           width: clamp(1000px, 100vw - 80px, 1300px);
 max-width: calc(100vw - 160px);
    margin: 0 auto;
    display: flex;
    align-items: center;
   
    flex-wrap: wrap;
    height: 100vh;
}

.hero-text {
    flex: 0 0 50%;
    position: relative;
    z-index: 1;
    margin-top: -100px;
    max-width: 750px;
}

.label {
background: #00c4b3;
    color: #fff;
    font-weight: bold;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin-bottom: 2rem;
    font-size: clamp(18.3px, 2.5vw, 23px) !important;
}

.hero-logo {
    width: 100%;
    margin-bottom: 1rem;
}

.hero-text h2 {
    font-size: 1.8rem;
  font-size: clamp(18.3px, 2.5vw, 30.3px)!important;
}

.hero-text p {
    line-height: 1.6;
    color: #000;
    font-size: 18px;
}
.reedend{
color: #000 !important;
    font-weight: bold !important;
    font-size: clamp(23.3px, 3.5vw, 42.3px) !important;
    margin-bottom: 1rem !important;
 
}
.reed-title{
display: grid
;
    grid-template-columns: 1fr 3fr;
    gap: 10px;
	align-items: center;
}

.hero-image {
	

    position: relative;
 width: clamp(300px, 90vw, 490px);
    z-index: 0;
    top: 3%;
    left: 0;
    transform: translateX(-6%);
}

.p-mv {
    position: relative;
    margin-bottom: 0;
    position: relative;
    background: no-repeat url(../img/mainv-bg.png) bottom center / cover;
}

@media (min-width: 576px) {
   .hero-image {
  position: absolute;
        width: clamp(470px, 100vw, 550px);
        transform: translateX(-11%);
        left: 50%;
    }
}
@media (min-width: 768px) {
    .hero-image {
		  position: absolute;
        width: clamp(540px, 100vw, 760px);
        transform: translateX(1%);
		top: 15%;
    }

}

@media (min-width: 992px) {
  .hero-image {
	    position: absolute;
   width: clamp(540px, 100vw, 760px);
    transform: translateX(-15%);
  }
}
@media (min-width: 1200px) {
 .hero-image {
	   position: absolute;
      width: clamp(760px, 100vw, 900px);
    transform: translateX(-20%);
  }
}
@media (min-width: 1400px) {
 .hero-image {
	   position: absolute;
       width: clamp(760px, 100vw, 960px);
    transform: translateX(-20%);
    top: 7%;
  }
}




.hero-image img {
max-width: 100%;
    width: 100%;
    height: auto;
}

.wave-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 0;
}

.wave-border svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
	  align-items: flex-start;
   height: auto; 
    padding-bottom: 150px;
	   max-width: calc(100vw - 80px);
  }
.hero-text {

    margin-top: 10px;

}
  .hero-text, .hero-image {
  /*   flex: 1 1 100%;
    text-align: center;*/
  }

  .hero-text h2 {
    font-size: 1.2rem;
  }

  .hero-logo {
    margin-left: auto;
    margin-right: auto;
  }
}


.kv-fullscreen {
  position: relative;
  height: 100vh;
  height: 100svh;
}
.kv-fullscreen figure {
  　　　position: relative;
  height: 100vh;
  height: 100svh;
}
.kv-fullscreen figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover";
}

@media (max-width: 768px) {
  .hero-container {
    flex-direction: column-reverse; /* ←これで画像が上に来る */
    height: auto; /* スクロール対応 */
  }
}

@media (max-width: 420px) {
	.kv-fullscreen {
  position: relative;
  height: 60vh;
  height: 60svh;
}
.kv-fullscreen figure {

  height: 60vh;
  height: 60svh;
}
}
@keyframes textanimation {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0); /* 全て見える */
  }
}
@keyframes colorChange {
  0% {
    color: #6db92c; /* 初期色：緑 */
  }
  100% {
    color: #000000; /* 最終色：黒 */
  }
}/*# sourceMappingURL=mv.css.map */

.p-contact{
	position: absolute;
bottom: 0px;
width: 90%;
  left: 50%;             /* 中心を基準に */
  transform: translateX(-50%); /* 要素幅の半分だけ左にずらす */
  text-align: center;
}
