*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  padding:0;
  font-family:
  'Noto Sans JP',
  sans-serif;
  background:#f7faf8;
  color:#222;
  overflow-x:hidden;
}

/* ========================共通========================= */
.container{
  width:90%;
  max-width:1200px;
  margin:auto;
}

section{
  padding:120px 0;
}

h1{
  font-size:4rem;
  line-height:1.3;
  margin-bottom:25px;
}

h2{
  font-size:2.3rem;
  margin-bottom:50px;
  text-align:center;
}

p{
  line-height:1.8;
  color:#555;
}

*{
  box-sizing:border-box;
}

/* =========================HEADER========================= */
.header{
  position:fixed;
  top:0;
  width:100%;
  z-index:1000;
  background:rgba(255,255,255,0.75);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,0.4);
}

.nav{
  height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.logo{
  height:42px;
}

/* ヘッダーお問い合わせ */
.header-contact{
  background:#0B8F1A;
  color:#fff !important;
  padding:10px 20px;
  border-radius:500px;
  transition:0.3s;
}

.header-contact:hover{
  background:#066d13;
  transform:translateY(-2px);
}

/* YouTube */
.sns-icons a .fa-youtube:hover{
  color:#ff0000;
}

/* ナビ */
.menu{
  display:flex;
  align-items: center;
  gap:25px;
}

.menu a{
  text-decoration:none;
  color:#333;
  font-size:0.95rem;
  transition:0.3s;
}

.menu a:hover{
  color:#0B8F1A;
}

/* 右側 */
.nav-right{
  display:flex;
  align-items:center;
  gap:20px;
}

/* SNS */
.sns-icons{
  display:flex;
  gap:15px;
}

.sns-icons a{
  color:#333;
  font-size:1.2rem;
  transition:0.3s;
}

.sns-icons a:hover{
  color:#0B8F1A;
  transform:translateY(-2px);
}

/* お問い合わせ */
.contact-btn{
  background:#0B8F1A;
  color:#fff;
  text-decoration:none;
  padding:12px 22px;
  border-radius:999px;
  transition:0.3s;
}

.contact-btn:hover{
  background:#066d13;
}

/* =========================HOME========================= */
.home{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* スライダー */
.slider{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

/* 画像 */
.slide{
  position:absolute;
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:opacity 1.5s ease;
  transform:scale(1.05);
}

/* 暗さ */
.slide::after{
  content:"";

  position:absolute;

  width:100%;
  height:100%;

  background:
  rgba(0,0,0,0.15);
}

/* 表示 */
.slide.active{
  opacity:1;
}

/* テキスト */
.home-content{
  position:relative;
  z-index:2;

  text-align:center;
}

.home-content h1{
  color:#fff;
}

.home-content p{
  color:#f1f1f1;
}

/* =========================HOME TITLE========================= */

.hero-title{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-bottom:30px;
  color:#fff;
}

/* 上 */
.hero-title .small{
  font-size:1.2rem;
  letter-spacing:6px;
  font-weight:400;
  opacity:0;
  animation:
  fadeUp 1s ease forwards;
}

/* メイン */
.hero-title .big{
  font-size:clamp(2.8rem,7vw,5.5rem);
  line-height:1.2;
  font-weight:700;
  letter-spacing:2px;
  text-shadow:
  0 10px 30px rgba(0,0,0,0.3);
  opacity:0;
  transform:translateY(30px);
  animation:
  fadeUp 1.2s ease forwards;
  animation-delay:0.3s;
}

/* アニメーション */
@keyframes fadeUp{

  from{
    opacity:0;
    transform:translateY(30px);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }

}

/* テキスト */
.home h1{
  color:#fff;
}

.home p{
  color:#f1f1f1;
  max-width:700px;
  margin:0 auto;
}

/* 前面 */
.home .container{
  position:relative;
  z-index:2;
}

.home p{
  max-width:700px;
  margin:0 auto;
  font-size:1.1rem;
}

.main-btn{
  display:inline-block;
  margin-top:35px;
  background:#0B8F1A;
  color:#fff;
  text-decoration:none;
  padding:16px 34px;
  border-radius:999px;
  transition:0.3s;
}

.main-btn:hover{
  transform:translateY(-3px);
  background:#066d13;
}

/* =========================NEWS========================= */

.news-list{
  max-width:800px;
  margin:auto;
}

.news-item{
  background:#fff;
  padding:25px;
  border-radius:20px;
  margin-bottom:20px;
  box-shadow:
  0 10px 30px rgba(0,0,0,0.05);
  transition:0.3s;
}

.news-item:hover{
  transform:translateY(-5px);
}

.news-item span{
  display:block;
  margin-bottom:10px;
  color:#0B8F1A;
  font-weight:bold;
}

/* =========================YOUTUBE========================= */

.youtube{
  background:#eef7f0;
}

.video{
  border-radius:30px;
  overflow:hidden;
  box-shadow:
  0 20px 50px rgba(0,0,0,0.08);
}

.video iframe{
  width:100%;
  height:550px;
  border:none;
}

/* =========================SERVICE========================= */

.services2{
  text-align: center;
}

.cards{
  display:grid;
  grid-template-columns:
  repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
}

.card{
  background:#fff;
  padding:40px 30px;
  border-radius:25px;
  box-shadow:
  0 10px 30px rgba(0,0,0,0.05);
  transition:0.3s;
}

.card:hover{
  transform:translateY(-10px);
}

.card h3{
  margin-bottom:15px;
}

/* =========================ABOUT========================= */

.about{
  background:#eef7f0;
}

.about-box{
  max-width:700px;
  margin:auto;
  background:#fff;
  padding:50px;
  border-radius:30px;
  box-shadow:
  0 15px 40px rgba(0,0,0,0.05);
}

.about-box p{
  margin-bottom:15px;
}

/* =========================RECRUIT========================= */

.recruit-text{
  text-align:center;
  margin-bottom:40px;
}

.job{
  max-width:500px;
  margin:auto;
  background:#fff;
  padding:40px;
  border-radius:25px;
  box-shadow:
  0 10px 30px rgba(0,0,0,0.05);
}

/* =========================CONTACT========================= */

.contact{
  background:#f8fbf8;
  padding:120px 20px;
}

.contact .container{
  max-width:700px;
}

.contact h2{
  text-align:center;
  margin-bottom:20px;
}

.contact-text{
  text-align:center;
  color:#666;
  margin-bottom:50px;
}

/* フォーム */
.contact-form{
  display:flex;
  flex-direction:column;
  gap:20px;
}

/* 入力 */
.contact-form input,
.contact-form textarea{
  width:100%;
  padding:18px 20px;
  border:
  1px solid rgba(0,0,0,0.08);
  border-radius:16px;
  background:#fff;
  font-size:1rem;
  transition:0.3s;
}

/* テキストエリア */
.contact-form textarea{
  min-height:180px;
  resize:none;
}

/* フォーカス */
.contact-form input:focus,
.contact-form textarea:focus{
  outline:none;
  border-color:#0B8F1A;
  box-shadow:
  0 0 0 4px
  rgba(11,143,26,0.1);
}

/* ボタン */
.contact-form button{
  background:#0B8F1A;
  color:#fff;
  border:none;
  padding:18px;
  border-radius:999px;
  font-size:1rem;
  cursor:pointer;
  transition:0.3s;
}

.contact-form button:hover{
  background:#066d13;
  transform:translateY(-2px);
}

/* =========================ANIMATION========================= */
.fade{
  opacity:0;
  transform:translateY(40px);
  transition:1s;
}

.fade.show{
  opacity:1;
  transform:translateY(0);
}

/* =========================SP========================= */
@media(max-width:900px){
  
  .menu{
    display:none;
  }
  
  h1{
    font-size:2.5rem;
  }

  .video iframe{
    height:250px;
  }

  section{
    padding:100px 0;
  }
}

@media(max-width:600px){

  .nav{
    height:70px;
  }

  .logo{
    height:34px;
  }

  .contact-btn{
    padding:10px 18px;
    font-size:0.9rem;
  }

  .sns-icons{
    gap:10px;
  }

}

.home{
  animation:bgZoom 15s ease-in-out infinite alternate;
}

@keyframes bgZoom{

  from{
    background-size:100%;
  }

  to{
    background-size:110%;
  }

}

/* =========================FOOTER========================= */
.footer{
  background:#eef7f0;
  border-top:
  1px solid rgba(0,0,0,0.05);
  padding-top:40px;
}

/* 中 */
.footer-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:25px;
  padding-bottom:30px;
}

/* ロゴ */
.footer-logo{
  height:40px;
}

/* SNS */
.footer-sns{
  display:flex;
  gap:20px;
}

.footer-sns a{
  color:#555;
  font-size:1.3rem;
  transition:0.3s;
}

.footer-sns a:hover{
  color:#0B8F1A;
  transform:translateY(-3px);
}

/* コピーライト */
.copyright{
  text-align:center;
  padding:20px;
  border-top:
  1px solid rgba(0,0,0,0.05);
  color:#888;
  font-size:0.85rem;
}