@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: justify;
  background-color: hsla(56,100%,97%,1.00);
}

a{
  text-decoration: none;
  transition: 0.3s;
}





header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  box-shadow: 0 0 5px gray;
  background-color: hsla(56,100%,97%,1.00);
  z-index: 999999;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.header_left{
  display: block;
  width: auto;
  height: auto;
}
.header_left a{
  display: block;
  width: 120px;
  height: 80px;
  background-color: #006F3A;
  margin-top: 0px;
  text-align: center;
  line-height: 80px;
  color: hsla(55,100%,50%,1.00);
  font-size: 26px;
  font-weight: bold;
}
.header_left a:hover{
  display: block;
  width: 120px;
  height: 80px;
  background-color: hsla(55,100%,50%,1.00);
  margin-top: 0px;
  text-align: center;
  line-height: 80px;
  color: #006F3A;
  font-size: 26px;
  font-weight: bold;
}
.header_center{
  display: flex;
  justify-content: center;
}
.header_center a{
  display: block;
  margin: 0 10px;
  width: auto;
  height: 80px;
  line-height: 80px;
  color: #242424;
  font-weight: bold;
}
.header_center a:hover{
  color: #006F3A;
}


.header_right{
  display: block;
  width: auto;
  height: auto;
}
.header_right a{
  display: block;
  position: relative;
  justify-content: space-between;
  margin-top: 10px;
  width: 170px;
  height: 60px;
  background-color: hsla(30,100%,50%,1.00);
  text-align: center;
  line-height: 60px;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}
/* キラッの光 */
.header_right a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
  transform: skewX(-25deg);
}

/* ホバーで光が走る */
.header_right a:hover::before {
  animation: shine 0.2s linear;
}

@keyframes shine {
  from {
    left: -75%;
  }
  to {
    left: 125%;
  }
}






main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #ADADAD;
  overflow: hidden;
}
.movie_blk {
    width: 100%;
    height: 100vh;
    position: relative;
}
.movie_blk video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-image{
  display: block;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 110%;
  max-width: 2000px;
  height: auto;
  opacity: 0;
  transition: 0.5s ease;
}

.hero-image.show {
  opacity: 1;
  width: 90%;
  max-width: 1200px;
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.arrow {
  display: block;
  width: 20px;
  height: 20px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  animation: arrowMove 1.8s infinite ease-in-out;
  opacity: 0.8;
}

@keyframes arrowMove {
  0% {
    transform: translateY(0) rotate(-45deg);
    opacity: 1;
  }
  50% {
    transform: translateY(10px) rotate(-45deg);
    opacity: 0.3;
  }
  100% {
    transform: translateY(0) rotate(-45deg);
    opacity: 1;
  }
}






.c_one_st{
  padding: 100px 0;
  transition: all 1.0s ease;
  position: relative;
  background-image: url("../img/32751372_m.png");
  background-size: cover;
  background-position: center center;
}
.c_one{
  display: block;
  width: 1000px;
  margin: 0px auto;
}
.c_one h1{
  display: block;
  text-align: center;
  font-size: 50px;
}
.c_one p{
  display: block;
  width: 500px;
  margin: 80px auto 0;
  font-size: 20px;
}
.c_one_kc1{
  display: block;
  width: 700px;
  margin: 100px auto 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  color: hsla(359,100%,43%,1.00);
}
.c_one_kc2{
  display: block;
  width: 700px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background-color: #222222;
  padding: 20px;
  border-radius: 20px;
  color: #FFFFFF;
}
.c_one a{
  display: block;
  width: 300px;
  height: 60px;
  margin: 50px auto 30px;
  border: solid 1px #FFFFFF;
  text-align: center;
  line-height: 60px;
  color: #FFFFFF;
  border-radius: 10px;
}
.c_one a:hover{
  border: solid 1px #FFFF00;
  color: #FFFF00;
}


/* c_one アクティブ時の色変化 */
.c_one_st.active {
  background-color: #0f7f0f; /* 緑 */
  color: #ffff33; /* 黄色 */
}

/* c_one の中の文字も黄色 */
.c_one_st.active h1,
.c_one_st.active p {
  color: #ffff33;
}

/* ヘッダーの色変更 */
header.active {
  background-color: #0f7f0f; /* 緑 */
}
header.active a,
header.active p,
header.active h1 {
  color: #ffff33 !important; /* 黄色 */
}



.c_one_1200{
  display: block;
  position: relative;
  width: 1100px;
  margin: auto;
}

.hito1{
  top: 300px;
  left: 20px;
  width: 140px;
}
.hito2{
  top: 600px;
  left: 130px;
  width: 100px;
}
.hito3{
  top: 450px;
  right: 120px;
  width: 110px;
}
.hito4{
  top: 730px;
  right: 80px;
  width: 100px;
}
.hito5{
  top: 850px;
  left: 50px;
  width: 120px;
}
.hito6{
  top: 1200px;
  left: 100px;
  width: 120px;
}
.hito7{
  top: 1100px;
  right: 100px;
  width: 120px;
}




.fade-in {
  position: absolute;
  opacity: 0;
  transform: translateY(30px); /* 下から上に上がる */
  transition: all 0.6s ease-out;
  height: auto;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}







.main_phot1{
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #222222;
}

.main_phot2{
  display: block;
  width: 100%;
  height: 300px;
  background-color: #B4B4B4;
}







.c_two_st{
  padding: 100px 0;
  transition: all 1.0s ease;
  position: relative;
  background-image: url("../img/32751372_m.png");
  background-size: cover;
  background-position: center center;
}
.uma{
  display: block;
  width: 600px;
}
.io-slide{
  position: absolute;
  opacity: 0;
  transform: translateX(-60px) rotate(-45deg);
  transition: opacity .5s ease, transform .5s ease;
  will-change: opacity, transform;
  top: 500px;
  left: -400px;
}
.io-slide.is-show{
  opacity: 1;
  transform: translateX(0) rotate(5deg);
  left: -200px;
}


.bou{
  display: block;
  width: 350px;
}
.io-slide2{
  position: absolute;
  opacity: 0;
  transform: translateX(-60px) rotate(45deg);
  transition: opacity .5s ease, transform .5s ease;
  will-change: opacity, transform;
  top: 500px;
  right: -400px;
}
.io-slide2.is-show{
  opacity: 1;
  transform: translateX(0) rotate(-65deg);
  right: -50px;
}

.c_two{
  display: block;
  width: 1000px;
  margin: 100px auto 130px;
}
.c_two h1{
  display: block;
  text-align: center;
  font-size: 50px;
  color: hsla(359,100%,43%,1.00);
}
.c_two h1 span{
  display: block;
  width: 800px;
  text-align: center;
  margin: 0 auto 40px;
  background-color: hsla(28,100%,50%,1.00);
  color: #FFEA00;
  border-radius: 10px;
}
.c_two p span{
  display: block;
  width: 500px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #007234;
  padding: 10px 0;
  color: hsla(55,100%,50%,1.00);
  border-radius: 10px;
}
.c_two p{
  display: block;
  width: 500px;
  margin: 80px auto 0;
  font-size: 20px;
}
.cam1{
  display: block;
  width: 600px;
  margin: 60px auto 0;
  text-align: center;
  background-color: hsla(28,100%,50%,1.00);
  color: #FFEA00;
  padding: 20px 0;
  border-radius: 10px;
  font-size: 30px;
  font-weight: bold;
}
.cam2{
  display: block;
  width: 600px;
  margin: 20px auto 0;
  text-align: center;
  background-color: #007234;
  color: #FFEA00;
  padding: 20px 0;
  border-radius: 10px;
  font-size: 30px;
  font-weight: bold;
}
.c_two a{
  display: block;
  width: 300px;
  height: 60px;
  margin: 50px auto 0px;
  border: solid 2px #222222;
  text-align: center;
  line-height: 60px;
  color: #222222;
  border-radius: 10px;
}
.c_two a:hover{
  border: solid 2px #7C7C7C;
  color: #7C7C7C;
}







.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0;
}



.contact{
  display: block;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 210px;
  margin:  0 auto -90px;
  border: solid 3px #131313;
  border-radius: 10px;
  text-align: center;
  padding: 0px 0;
  z-index: 100;
  overflow: hidden;
  background-color: hsla(146,100%,9%,1.00);
}
.movie_blk2 {
    width: 100%;
    height: 180px;
    position: relative;
}
.movie_blk2 video {
    width: 100%;
    height: 210px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  border-radius: 6px;
  opacity: 0.3;
}
.contact img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fade-inin {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-inin.is-show {
  opacity: 1;
  transform: translateY(0);
}




footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #007234;
  z-index: 1;
}

.footer_nk{
  display: block;
  width: 1000px;
  margin: auto;
  padding: 170px 0 60px 0;
}
.footer_up{
  display: block;
  width: 300px;
  height: auto;
  margin: 0px auto 0;
  text-align: center;
  line-height: 100px;
}
.footer_up a{
  opacity: 1;
}
.footer_up a:hover{
  opacity: 0.8;
}
.footer_down{
  display: flex;
  justify-content: center;
  margin: 0px auto 0;
}
.footer_down a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
  font-weight: bold;
}
.footer_down a:hover{
  color: hsla(55,100%,50%,1.00);
}


.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #0D0D0D;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  width: 100%;
  height: 350px;
  background-color: #CDCDCD;
  text-align: center;
  line-height: 280px;
  background-image: url("../img/24530026_m.jpg");
  background-size: cover;
  background-position: center bottom;
}
.main_view_sub h1{
  display: block;
  margin: auto;
  line-height: 420px;
  color: #FFFFFF;
  text-shadow: 0 0 5px gray;
  font-size: 60px;
}




.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 60px auto;
  padding-bottom: 0px;
  padding-top: 50px;
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  color: #007234;
  border-bottom: solid 2px #007234;
}
.main_view_sub_content h5{
  color: #007234;
  font-size: 16px;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0 150px 0;
}
.company{
  display: block;
  width: 800px;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0px;
  background-color: #007234;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px;
}
.company table tr th{
  width: 150px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #008632;
  color: #FFFFFF;
  font-weight: bold;
}
.company table tr td{
  width: 587px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
}










.c_one_st_sub_jisseki{
  transition: all 1.0s ease;
  position: relative;
  background-image: url("../img/32751372_m.png");
  background-size: cover;
  background-position: center center;
  padding: 100px 0 200px 0;
}
.c_one_sub_jisseki{
  display: block;
  width: 1000px;
  margin: 0px auto;
}
.c_one_sub_jisseki h1{
  display: block;
  text-align: center;
  font-size: 50px;
}
.c_one_sub_jisseki p{
  display: block;
  width: 1000px;
  margin: 80px auto 0;
  font-size: 20px;
}

.jisseki_phot{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  height: auto;
  margin: 80px auto 0;
}
.jisseki_phot img{
  display: block;
  width: 300px;
  margin: 20px 0;
}




.c_one_st_sub_campaign{
  transition: all 1.0s ease;
  position: relative;
  background-image: url("../img/32751372_m.png");
  background-size: cover;
  background-position: center center;
  padding: 100px 0 200px 0;
}
.c_one_sub_campaign{
  display: block;
  width: 1000px;
  margin: 0px auto;
}
.balloon {
  position: relative;
  background-color: #FF7700;
  padding: 16px 20px;
  border-radius: 12px;
  width: fit-content;
  margin: auto;
  font-size: 25px;
  font-weight: bold;
  color: hsla(55,100%,50%,1.00);
}

.balloon::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FF7700 transparent transparent transparent;
}
.c_one_sub_campaign h1{
  display: block;
  text-align: center;
  font-size: 50px;
  color: hsla(359,100%,43%,1.00);
}
.c_one_sub_campaign p{
  display: block;
  width: 800px;
  margin: 80px auto 0;
  font-size: 20px;
}
.campaign_gaiyo{
  display: block;
  width: 800px;
  margin: 80px auto 0;
}
.gaiyo_h2{
  display: flex;
  align-items: center;
  gap: 16px; /* 文字と線の間隔 */
  font-size: 20px;
}

.gaiyo_h2::before,
.gaiyo_h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #333;
}

.campaign_table{
  display: block;
  width: 800px;
  background-color: #FFFFFF;
  border: solid 2px hsla(147,100%,22%,1.00);
  margin: 50px auto 0;
}
.campaign_table tr{
  display: flex;
  border-bottom: solid 1px hsla(147,100%,22%,1.00);
}
.campaign_table tr:nth-child(7){
  border-bottom: none;
}
.campaign_table tr th{
  display: block;
  width: 150px;
  text-align: center;
  border-right: solid 1px hsla(147,100%,22%,1.00);
  padding: 20px 0;
}
.campaign_table tr td{
  display: block;
  width: 580px;
  padding: 20px 30px 20px 30px;
}




.c_one_st_sub_campaign2{
  transition: all 1.0s ease;
  position: relative;
  background-image: url("../img/32751372_m.png");
  background-size: cover;
  background-position: center center;
  padding: 100px 0 200px 0;
  background-color: #FF7700;
}
.c_one_sub_campaign2{
  display: block;
  width: 1000px;
  margin: 0px auto;
  color: hsla(55,100%,50%,1.00);
}
.balloon2 {
  position: relative;
  background-color: hsla(147,100%,22%,1.00);
  padding: 16px 20px;
  border-radius: 12px;
  width: fit-content;
  margin: auto;
  font-size: 25px;
  font-weight: bold;
  color: #FFEA00;
}

.balloon2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: hsla(147,100%,22%,1.00) transparent transparent transparent;
}
.c_one_sub_campaign2 h1{
  display: block;
  text-align: center;
  font-size: 50px;
}
.c_one_sub_campaign2 p{
  display: block;
  width: 800px;
  margin: 80px auto 0;
  font-size: 20px;
}



.kiyaku{
  padding: 0 0 150px 0;
}



.sankaku{
  display: block;
  position: relative;
  margin: 50px auto 0;
}
.sankaku span{
  display: block;
  width: 800px;
  margin: auto;
  padding: 10px 0;
  border-radius: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  background-color: #B44D00;
}
.triangle-down{
  position: relative;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid hsla(55,100%,50%,1.00); /* ここが色（下向きになる） */
}


































































