@charset "utf-8";

/* kv */
.kv {
  position: relative;
  padding: 0 3.3vw;
}

video {
  width: 100%;
  height: 44vw;
  object-fit: cover;
  border-radius: 10px;
}

.catch {
  color: #ffffff;
  text-shadow: 0.5px 0.5px 8px #4d2c14;
  font-size: clamp(1.8rem, calc(1.25vw + 1.5rem), 3.2rem);
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 2.7vw;
  left: 3.5vw;
  margin:0;
  padding:0;
  line-height:1.5
}

/* 背景 */
.site {
  background-image: url(../images/top/section01-vector01.png);
  background-repeat: no-repeat;
  background-position: 110% 0%;
  background-size: 60vw;
  position: relative;
}

/* section全体 */
.sec {
  margin: 0 auto;
}

h3 {
  color: #5D9713;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.35vw;
  font-size: clamp(1.8rem, calc(2vw + 1.5rem), 3.4rem);
  letter-spacing: 0.1em;
}

h4 {
  color: #000000;
  font-size: clamp(1.2rem, calc(0.25vw + 1.3rem), 1.8rem);
  text-align: center;
  margin: 4vh 0;
  letter-spacing: 0.08em;
}

.sectitle {
  padding-top: 94px;
}

a.btn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 320px;
  height: 50px;
	margin: auto;
	padding: 1rem 4rem;
	border: 2px solid #5D9713;
	color: #5D9713;
  background: #ffffff;
	border-radius: 100vh;
	transition: 0.5s;
  margin-top: 2vh;
}

a.btn:hover {
	color: #fff;
	background: #5D9713;
}

/* section01 */
.sec01 {
  margin: 95px auto 10px;
}

.sectitle01 {
  padding: 96px 0;
}

.inner01-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.txt01 {
  color: #5D9713;
  position: relative;
  top: 250px;
  left: 100px;
  z-index: 5;
  white-space: nowrap;
}

.vec02 {
  width: 50%;
  max-width: 900px;
  position: absolute;
  z-index: -5;
}

.main-img {
  max-width: 65%;
  height: auto;
  margin: 0 45px 0 0;
  position: relative;
  top: 0;
  left: 10px;
  z-index: -10;
}

.inner01-2 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}

.sec01-illust {
  width: 26rem;
  height: 100%;
  margin: 84px auto 0 24px;
}

.overview01 {
  margin: 3vw;
  width: 46rem;
}

.vec03 {
  width: 1500px;
  position: absolute;
  z-index: -15;
  right: 0;
  bottom: 0;
}

/* section02 */
.sec02 {
  background-image: url(../images/top/section02-img.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.sectitle02 {
  padding-top: 86px;
}

.box01 {
  margin: 900px 2vw 198px auto;
  width: 40em;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 20px;
}

.overview02 {
  width: 86%;
  margin: 0 auto;
}

.overview02 > p {
  display: inline-block;
  text-align: center;
}

.sec02-illust {
  width: auto;
  height: 96px;
  position: absolute;
  top: -30%;
  left: 85%;
}

.back-img01 {
  position: relative;
  bottom: -0.5vh;
}

/* section3 */
.sec03 {
  background-color: #EAECD0;
}

.sectitle03 {
  padding: 96px 0;
}

.inner03 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1205px;
  height: 800px;
}

.main-img02 {
  width: 90%;
  max-width: 900px;
  height: auto;
  margin: 0 0 0 auto;
}

.box02 {
  width: 40em;
  padding: 20px;
  margin: 0 auto 0 0;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  bottom: 130px;
}

.sec03-illust {
  width: 220px;
  position: absolute;
  top: -115%;
  left: 0;
}

.overview03 {
  width: 86%;
  margin: 0 auto;
}

.overview03 > p {
  display: inline-block;
  text-align: center;
}

.back-img02 {
  position: relative;
  bottom: -0.5vh;
}

/* setion04 */
.sectitle04 {
  padding: 96px 0;
}

.inner04 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1205px;
  height: 800px;
}

.main-img03 {
  width: 90%;
  max-width: 900px;
  height: auto;
  margin: 0 auto 0 0;
}

.box03 {
  width: 40em;
  padding: 20px;
  margin: 0 0 0 auto;
  background-color: #FBFBE5;
  border-radius: 10px;
  position: relative;
   bottom: 130px;
}

.sec04-illust {
  width: 240px;
  position: absolute;
  top: -80%;
  right: 5%;
}

.overview04 {
  width: 86%;
  margin: 0 auto;
}

.overview04 > p {
  display: inline-block;
  text-align: center;
}

.back-img03 {
  position: relative;
  bottom: -0.5vh;
}

/* section05 */
.sec05 {
  background: url(../images/top/backimg-layer04.png) repeat-x;
  background-position: bottom -0.5% center;
  background-size: 70%;
  background-color: #E5EAE5;
  position: relative;
}

.sectitle05 {
  padding-top: 90px;
}

.sec05illust01 {
  width: 100px;
  position: absolute;
  top: 3%;
  left: 75%;
}

.inner05 {
  padding-bottom: 120px;
}

.inner05 p {
  color: #5D9713;
  text-align: center;
  margin-bottom: 46px;
}

.map iframe {
  display: block;
  margin: 0 auto;
  width: 800px;
  height: 800px;
  position: relative;
}

.sec05illust02 {
  width: 210px;
  position: absolute;
  left: 5%;
  bottom: 8%;
}

@media screen and (max-width: 384px) {
  .catch {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  video {
    width: 100%;
    height: 77vh;
    object-fit: cover;
    border-radius: 10px;
  }

  .inner01-1 {
    display: block;
  }

  .main-img {
    max-width: 90%;
    margin: 30px auto 0;
    position: initial;
  }
  
  .txt01 {
    position: initial;
    white-space: inherit;
    text-align: center;
    margin: 40px auto 40px;
    width: 90%;
  }

  .sectitle01 {
    padding: 30px 0 0 0;
  }

  .txt01 br {
    display: none;
  }

  .vec02 {
    width: 100%;
  }  

  .inner01-2 {
    display: block;
    position: relative;
    text-align: center;
  }

  .overview01{
    width: 90%;
    margin: 20px auto 50px;
  }

  .overview02, 
  .overview03, 
  .overview04 {
    width: 100%;
  }

  .sec01-illust {
    width: 55%;
    margin: 30px 0 0;
  }

  .box01 {
    width: 90%;
    margin: 300px auto 60px;
  }

  .sec02-illust {
    height: 60px;
    top: -18%;
  }  

  .box02,
  .box03 {
    width: 90%;
    bottom: 0;
    margin: 0 auto;
  }

  .sec03-illust {
    width: 150px;
    top: -186px;
  }
  
  .sec04-illust {
    width: 150px;
    top: -120px;
  }
  
  .main-img02,.main-img03 {
    max-width: 90%;
    margin: 30px auto;
    position: initial;
  }

  .sec03-illust {
    bottom: 0.1%;
  }

  .inner03,
  .inner04 {
    margin: 0;
    padding: 0 0 50px;
    height: auto;
  }

  .sectitle03,
  .sectitle04 {
    padding: 50px 0 0 0;
  }

  a.btn {
    width: 260px;
    padding: 1rem 1rem;
  }

  .map iframe {
    width: 90vw;
    height: 70vh;
  }

  .sectitle05 {
    padding-top: 50px;
  }

  .overview05 {
    margin: 0 auto 20px;
    width: 90%;
  }

  .inner05 p br {
    display: none;
  }
  
  .sec05illust01 {
    max-width: 70px;
    top: 0.1%;
  }
  
  .sec05illust02 {
    width: 140px;
    left: 0;
  }

}

@media screen and (min-width: 2886px){
  .sectitle01 {
    margin-top: 200px;
  }

  .back-img01 img {
    display: none;
  }

  .back-img02 img {
    display: none;
  }

  .back-img03 img {
    display: none;
  }

  .sec05 {
    background-size: 40%;
  }

  .box01{
    margin-bottom: 0;
  }
  
  .inner02 {
    padding-bottom: 80px;
  }

  .sec03,
  .sec04,
  .sec05 {
    padding-bottom: 100px;
  }

  .sectitle03 {
    padding: 100px 0 40px;
  }

  h4 {
    margin: 30px 0;
  }

  .sec05illust01 {
    left: 60%;
  }
  
  .sec05illust02 {
    left: 25%;
  }


  .footer {
    margin-top: 100px;
  }

}
