@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-feature-settings: "palt";
  text-align: justify;
}

a{
  text-decoration: none;
}





header{
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  margin: auto;
  z-index: 9999; /* ←前面に */
  position: relative;
  background-color: #E5EFE6;
}
/* 追従モード */
header.is-fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* 影はお好みで */
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.header_nk{
  display: block;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.header_left{
  display: none;
  width: 200px;
  height: 30px;
  background-color: #FFEFEF;
  margin-top: 0px;
  text-align: center;
  line-height: 0px;
}

.header_right{
  display: flex;
  justify-content: center;
  margin: 0px auto 0;
  width: 1000px;
  
}
.header_right a{
  display: block;
  margin: 0 0px;
  padding: 0 25px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: hsla(120,100%,11%,1.00);
}
.header_right a:hover{
  background-color: hsla(0,0%,91%,1.00);
}

header{
  height: 70px; /* 通常時は少し大きめにして“差”を出す */
  transition: height .25s ease, box-shadow .25s ease;
}

.header_nk{
  height: 100%;
  display: flex;                 /* ← 重要 */
  align-items: center;           /* ← 重要 */
  justify-content: space-between;
  padding: 12px 0;               /* 通常時は余白あり */
  box-sizing: border-box;
  transition: padding .25s ease;
}

header.is-fixed{
  height: 52px;                  /* 追従時に縮む */
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

header.is-fixed .header_nk{
  padding: 4px 0;                /* 追従時は余白も減らす */
}
header.is-fixed .header_right a{
  line-height: 52px;
}
header.is-fixed .header_right a:hover{
  height: 52px;
  background-color: hsla(0,0%,91%,1.00);
}





main{
  display: block;
  width: 100%;
  height: auto;
}
.main_view_ue{
  display: block;
  width: 100%;
  height: 20px;
  background-color: #003900;
}
.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 55vw;
  background-color: #0C3800;
  overflow: hidden;
}
.top_img_bg{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.top_img{
  display: block;
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.uma_tounmei{
  display: block;
  position: absolute;
  top: -20%;
  right: 0%;
  width: 45%;
}
.top_mj{
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 45%;
  transform: translateY(-50%);
}


.header_st{
  display: block;
  width: 100%;
  height: 80px;
  background-color: #0C3800;
  margin: -25px auto 0;
  text-align: center;
  line-height: 80px;
  font-size: 25px;
  font-weight: bold;
  color: hsla(59,100%,48%,1.00);
}
.header_st p small{
  margin: 0 30px;
  opacity: 0.6;
}



.contact_he{
  display: block;
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.contact_he a{
  display: block;
  width: 450px;
  height: 80px;
  background-color: hsla(120,100%,11%,1.00);
  margin: auto;
  border-radius: 100px;
  text-align: center;
  line-height: 80px;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  box-shadow: 3px 3px gray;
  opacity: 1;
}
.contact_he a:hover{
  box-shadow: 1px 1px gray;
  opacity: 0.9;
}


.c_one_st{
  display: block;
  padding: 100px 0;
  width: 100%;
  height: auto;
  background-color: hsla(140,35%,93%,1.00);
}
.c_one{
  display: block;
  width: 1000px;
  margin: auto;
}
.c_one h1{
  display: block;
  position: relative;
  top: 60px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.c_one h1 span{
  display: block;
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  color: hsla(120,100%,11%,1.00);
  font-size: 88px;
  z-index: 10;
  opacity: 0.1;
}
.c_one p{
  display: block;
  width: 800px;
  margin: 90px auto 0;
  font-size: 19px;
}
.c_one_under{
  display: flex;
  justify-content: space-between;
  width: 800px;
  height: auto;
  margin: 40px auto 0;
}
.c_one_under_left{
  display: block;
  width: 380px;
  height: 300px;
  background-color: hsla(120,100%,11%,1.00);
  border-radius: 20px;
  background-image: url("../img/c_one_left_phot.jpg");
  background-size: cover;
  background-position: center center;
}
.c_one_under_right{
  display: block;
  width: 380px;
  height: 300px;
  background-color: hsla(120,100%,11%,1.00);
  border-radius: 20px;
  background-image: url("../img/c_one_right_phot.jpg");
  background-size: cover;
  background-position: center center;
}





.c_flex_st{
  display: block;
  padding: 100px 0 100px 0;
  width: 100%;
  height: auto;
  background-color: #ECECEC;
}
.c_flex{
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 120px auto 0;
}
.c_flex_st h1{
  display: block;
  position: relative;
  top: 60px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.c_flex_st h1 span{
  display: block;
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  color: hsla(120,100%,11%,1.00);
  font-size: 88px;
  z-index: 10;
  opacity: 0.1;
}

.c_flex_left{
  display: block;
  position: relative;
  width: 380px;
  height: 350px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: solid 4px hsla(120,100%,15%,1.00);
}
.c_flex_left img{
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 80%;
}
.c_flex_left h2{
  display: block;
  margin: 40px auto 20px;
  font-size: 20px;
  width: 90%;
}
.c_flex_left_box{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
.c_flex_left_left{
  display: block;
  width: 35%;
  height: 200px;
  background-color: hsla(0,0%,87%,1.00);
  background-image: url("../img/c_flex_left_phot.jpg");
  background-size: cover;
  background-position: center center;
}
.c_flex_left_right{
  display: block;
  width: 60%;
  font-size: 14px;
}


.c_flex_right{
  display: block;
  position: relative;
  width: 380px;
  height: 350px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: solid 4px hsla(120,100%,15%,1.00);
}
.c_flex_right img{
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 80%;
}
.c_flex_right h2{
  display: block;
  margin: 40px auto 20px;
  font-size: 20px;
  width: 90%;
}
.c_flex_right_box{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
.c_flex_right_left{
  display: block;
  width: 35%;
  height: 200px;
  background-color: hsla(0,0%,87%,1.00);
  background-image: url("../img/c_flex_right_phot.jpg");
  background-size: cover;
  background-position: center center;
}
.c_flex_right_right{
  display: block;
  width: 60%;
  font-size: 14px;
}





.c_pickup_st{
  display: block;
  padding: 100px 0;
  width: 100%;
  height: auto;
  background-color: hsla(140,35%,93%,1.00);
}
.c_pickup{
  display: block;
  width: 1000px;
  margin: auto;
}
.c_pickup h1{
  display: block;
  position: relative;
  top: 0px;
  text-align: center;
  font-size: 50px;
  z-index: 100;
}
.c_pickup h1 span{
  display: none;
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  color: hsla(120,100%,11%,1.00);
  font-size: 88px;
  z-index: 10;
  opacity: 0.1;
}
.c_pickup p{
  display: block;
  width: 800px;
  margin: 0px auto 0;
  font-size: 19px;
}

.pickup_ak1{
  display: block;
  position: relative;
  width: 740px;
  padding: 30px;
  margin: 40px auto 0;
  background-color: hsla(359,100%,44%,1.00);
  border-radius: 10px;
  color: hsla(58,100%,47%,1.00);
  text-align: center;
  font-size: 40px;
}
.pickup_ak1 span{
  display: block;
  font-size: 14px;
  text-align: justify;
  width: 520px;
  margin: 20px auto 0;
}
.kadomatsu_left{
  display: block;
  position: absolute;
  top: 40px;
  left: 50px;
  width: 50px;
}
.kadomatsu_right{
  display: block;
  position: absolute;
  top: 40px;
  right: 50px;
  width: 50px;
}
.pickup_ak2{
  display: block;
  width: 740px;
  padding: 30px;
  margin: 20px auto 0;
  background-color: #E24600;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  font-size: 35px;
}
.pickup_ak2 span{
  font-size: 28px;
}

.c_pickup_under{
  display: block;
  width: 800px;
  margin: 60px auto 0;
}
.c_pickup_uone{
  display: block;
  position: relative;
  width: 800px;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: solid 4px hsla(120,100%,15%,1.00);
}
.c_pickup_uone img{
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 550px;
}
.c_pickup_uone h2{
  display: block;
  width: 90%;
  margin: 50px auto 0;
  font-size: 35px;
}
.pickup_up{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 20px auto;
}
.pickup_up_left{
  display: block;
  width: 65%;
  height: auto;
  font-size: 16px;
  line-height: 30px;
}
.pickup_up_right{
  display: block;
  width: 30%;
  height: 170px;
  background-image: url("../img/pickup_up_right.png");
  background-size: cover;
  background-position: center center;
}


.c_pickup_utwo{
  display: block;
  position: relative;
  width: 800px;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: solid 4px hsla(120,100%,15%,1.00);
  margin-top: 60px;
}
.c_pickup_utwo img{
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 550px;
}
.c_pickup_utwo h2{
  display: block;
  width: 90%;
  margin: 50px auto 0;
  font-size: 35px;
}
.pickup_down{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 20px auto;
}
.pickup_down_right{
  display: block;
  width: 75%;
  height: auto;
  font-size: 16px;
  line-height: 30px;
}
.pickup_down_left{
  display: block;
  width: 20%;
  height: 190px;
  background-image: url("../img/pickup_down_left.png");
  background-size: cover;
  background-position: center center;
}





.c_shime_st{
  display: block;
  padding: 100px 0 40px 0;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.c_shime{
  display: block;
  width: 1000px;
  margin: auto;
}
.c_shime h1{
  display: block;
  width: 800px;
  margin: auto;
  background-color: hsla(359,100%,46%,1.00);
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 35px;
  text-align: center;
  padding: 20px 0;
}
.c_shime h1 span{
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}
.c_shime_flex{
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 40px auto 0;
}
.c_shime_left{
  display: flex;
  justify-content: space-between;
  width: 380px;
}
.c_shime_left_left{
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("../img/shime_left.jpg");
  background-size: cover;
  background-position: center center;
}
.c_shime_left_right{
  display: block;
  width: 270px;
}
.c_shime_left_right h2{
  display: block;
  width: 100%;
  border: solid 3px hsla(0,100%,50%,1.00);
  border-radius: 10px;
  text-align: center;
  color: hsla(0,100%,50%,1.00);
  font-size: 18px;
  margin: 0 auto;
}
.c_shime_left_right p{
  font-size: 14px;
}
.c_shime_left_right span{
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin: -10px auto 0;
}
.c_shime_right{
  display: flex;
  justify-content: space-between;
  width: 380px;
}
.c_shime_right_left{
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("../img/shime_right.jpg");
  background-size: cover;
  background-position: center center;
}
.c_shime_right_right{
  display: block;
  width: 270px;
}
.c_shime_right_right h2{
  display: block;
  width: 100%;
  border: solid 3px hsla(0,100%,50%,1.00);
  border-radius: 10px;
  text-align: center;
  color: hsla(0,100%,50%,1.00);
  font-size: 18px;
  margin: 0 auto;
}
.c_shime_right_right p{
  font-size: 14px;
}
.c_shime_right_right span{
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin: -10px auto 0;
}
.shime_under{
  display: block;
  width: 800px;
  margin: 40px auto 0;
}
.shime_under h2{
  text-align: center;
  font-size: 30px;
}
.shime_under img{
  display: block;
  width: 150px;
  margin: auto;
}


.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #003B00;
  background-image: url("../img/contact_bg.png");
  background-size: cover;
  background-position: center 50%;
}

.contact{
  display: block;
  width: 800px;
  margin: auto;
}
.contact h1{
  display: block;
  color: #FFFFFF;
  font-size: 30px;
  margin-top: 0px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-style: normal;
}
.contact h1 span{
  display: block;
  font-size: 14px;
}


.contact_nk{
  display: block;
  width: 500px;
  height: auto;
  margin: auto;
  border: solid 3px #003B00;
  border-radius: 10px;
  background:rgba(255,255,255,0.8);
  text-align: center;
  padding: 30px 0;
}
.tel{
  font-size: 35px;
  font-weight: bold;
  color: #003B00;
}
.tel span{
  font-size: 18px;
  color: #185B18;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 400px;
  background-color: #003B00;
  padding: 5px 0;
  color: #EEEEE1;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #4A846A;
}

.footer_nk{
  display: block;
  width: 1000px;
  margin: auto;
  padding: 20px 0;
}
.footer_down{
  display: flex;
  justify-content: center;
  margin: 10px auto 30px;
}
.footer_down a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
  opacity: 1;
}
.footer_down a:hover{
  opacity: 0.6;
}


.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #002000;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  width: 100%;
  height: 250px;
  color: #FFFFFF;
  text-align: center;
  line-height: 280px;
  margin: -30px auto 0;
  background-color: #003B00;
  background-image: url("../img/31818839_m_toumei.png");
  background-size: cover;
  background-position: center 70%;
}





.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 60px auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  color: #222222;
  border-bottom: solid 2px #828282;
}
.main_view_sub_content h5{
  color: #222222;
  font-size: 16px;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0 50px 0;
}
.company{
  display: block;
  width: 800px;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0px;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px;
  border-bottom: solid 1px #222222;
}
.company table tr th{
  width: 150px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  color: #222222;
  font-weight: bold;
}
.company table tr td{
  width: 537px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
}

































































