@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;
  color: #222222;
  font-feature-settings: "palt";
}

a{
  text-decoration: none;
}




header{
  display: block;
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
  z-index: 999999;
  box-shadow: 0 0 5px gray;
}

.header_nk{
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.header_left a{
  display: block;
  width: 210px;
  margin-top: 25px;
  margin-left: 10%;
  opacity: 1;
  transition: 0.3s;
}
.header_left a:hover{
  opacity: 0.6;
}




.header_right{/*spの場合は非表示*/
  display: flex;
}
.header_right_a{/*spの場合は非表示*/
  display: flex;
}
.header_right_a a{
  display: flex;
  position: relative;
  width: auto;
  height: 100px;
  padding: 0px 10px;
  line-height: 100px;
  color: #222222;
  opacity: 1;
  transition: 0.3s;
  font-weight: bold;
}
.header_right a:hover{
  opacity: 0.6;
}
.header_right a:nth-child(4){
  margin-right: 20px;
}



.otoiawase{
  display: block;
  text-align: center;
  width: 100px!important;
  height: 20px!important;
  padding: 10px 10px 10px 30px!important;
  border: solid 1px #006200;
  line-height: 20px!important;
  font-size: 14px!important;
  border-radius: 100px;
  margin-top: 28px;
  text-decoration: underline;
  background-color: #109E00;
  color: #FFFFFF!important;
}



/*ハンバーガーメニュー*/
.hamburger-menu {
  width: 100px;
  height: 100px;
  position: relative;
  top: 0px;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  background-color: #E7EBE3;
  margin-left: 30px;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #3D845C;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 30px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 38px;
}
.hamburger-menu__bar:last-child {
  top: 46px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.hamburger-menu__bar:nth-child(2):after{
    display: block;
    content: "MENU";
    width: auto;
    font-size: 14px;
    color: #3D845C;
    margin-top: 20px;
  font-weight: bold;
}



.navigation {
  display: none;
  background-color: #E6EAE2;
  position: absolute;
  top: 100px;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center!important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #3D845C;
}
.navigation__list-item:first-child {
  border-top: solid 1px #3D845C;
}
.navigation__link {
  width: 100%!important;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
  text-align: center!important;
  color: #3D845C;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background-color: #FFFFFF;
  }
}





main{
  display: block;
  width: 100%;
  height: auto;
}
.main_view{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 55vw;
  background-color: #184800;
  background-image: url("../img/4747488_m.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 100;
}
.main_view h1{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 4vw;
  text-shadow: 0 0 5px gray;
}
.main_view h1 span{
  display: block;
  font-size: 2.5vw;
  margin-top: 3vw;
  color: #FFFFFF;
}



.main_content{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 50px 0 30px 0;
}
.content_news{
  display: block;
  width: 100%;
  height: auto;
  background-color: #F1F0EC;
}
.news_nk{
 display: flex;
 justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.news_left{
  display: block;
  width: 300px;
}
.news_left h1{
  display: block;
  font-size: 80px;
  color: #3D845C;
  line-height: 0;
}
.news_left h1 span{
  display: block;
  margin-top: 70px;
  color: #222222;
  font-size: 20px;
}
.news_right{
  display: block;
  width: 700px;
  height: auto;
}
.n_box{
  display: block;
  width: 700px;
  height: auto;
  border-bottom: solid 3px #ADB8A8;
  margin-bottom: 30px;
}
.n_title{
  display: inline-block;
  color: #FFFFFF;
  background-color: #3D845C;
  border-radius: 3px;
  font-size: 13px;
  padding: 3px 10px;
}
.n_time{
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
}
.n_bn{
  display: block;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}




.main_content_one{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 50px 0 50px 0;
}
.content_one{
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.c_one_box{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  height: auto;
  background-color: #3D845C;
  border-radius: 20px;
  margin: auto;
  overflow: hidden;
}
.c_one_box_left{
  display: block;
  width: 300px;
  height: 250px;
  background-color: #42AD88;
  background-image: url("../img/c_one_img.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
.c_one_box_right{
  display: block;
  width: 600px;
  padding: 0 50px;
  color: #FFFFFF;
}
.c_one_box_right h1{
  display: block;
  font-size: 33px;
  line-height: 0;
  margin-top: 70px;
}
.c_one_box_right p{
  display: block;
  margin-top: 40px;
}




.content_two{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 100px 0 80px 0;
  background-color: #F1F0EC;
}
.c_two{
  display: block;
  width: 1000px;
  margin: auto;
}
.c_two_up{
  display: flex;
  justify-content: space-between;
}
.c_two_up_left{
  display: block;
  width: 400px;
  font-size: 25px;
  font-weight: bold;
}
.c_two_up_left span{
  display: block;
  color: #3D845C;
  font-size: 50px;
}
.c_two_up_right{
  display: block;
  color: #FFFFFF;
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
}

.c_two_down{
  display: block;
  margin-top: 50px;
}
.c_two_down_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_two_down_box{
  display: flex;
  justify-content: space-between;
  width: 300px;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
.c_two_down_box_left{
  display: block;
  width: 130px;
  height: 150px;
  background-color: #B9DBD0;
  border-radius: 10px;
}
.c_two_down_box_right{
  display: block;
  width: 160px;
}
.ctbr_y{
  display: block;
  font-size: 14px;
  background-color: #EECD53;
  border-radius: 100px;
  border: solid 1px #3C1600;
  text-align: center;
  margin-top: 10px;
  width: 130px;
}
.ctbr_t{
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.ctbr_p{
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
}
.ctbl1{
  background-image: url("../img/1.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ctbl2{
  background-image: url("../img/2.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ctbl3{
  background-image: url("../img/3.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ctbl4{
  background-image: url("../img/4.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ctbl5{
  background-image: url("../img/5.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ctbl6{
  background-image: url("../img/6.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}








.main_content_three{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 100px 0 100px 0;
}
.c_three_up{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.c_three_up_left{
  display: block;
  width: 400px;
  font-size: 25px;
  font-weight: bold;
}
.c_three_up_left span{
  display: block;
  color: #3D845C;
  font-size: 50px;
}
.c_three_up_right{
  display: block;
  color: #F1F0EC;
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
}

.c_three_down{
  display: block;
  width: 1000px;
  margin: 60px auto 0;
}
.c_three_down_lefty{
  display: flex;
  justify-content: space-between;
}
.ctdl_left{
  display: block;
  position: relative;
  width: 500px;
  height: 500px;
  background-color: #E8E8E8;
  border-radius: 10px;
}
.ctdl_left p{
  display: block;
  position: absolute;
  top: 10px;
  right: 25px;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
}
.ctdl_left p span{
  display: block;
  font-size: 50px;
  color: #3D845C;
}
.ctdl_right{
  display: block;
  position: relative;
  width: 450px;
  margin-top: 40px;
}
.ctdl_right img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  z-index: 10;
}
.r_title{
  display: block;
  position: relative;
  z-index: 9999;
  margin-top: 50px;
  border: solid 2px #222222;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
}
.r_h1{
  display: block;
  font-size: 30px;
  font-weight: bold;
}
.r_h1 span{
  font-size: 50px;
  color: #3D845C;
  text-decoration: underline;
  text-decoration-color: #E9C613;
}


.c_three_down_righty{
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
.ctdr_left{
  display: block;
  position: relative;
  width: 450px;
  margin-top: 40px;
}
.ctdr_left img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  z-index: 10;
}
.ctdr_right p{
  display: block;
  position: absolute;
  top: 10px;
  right: 25px;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
}
.ctdr_right p span{
  display: block;
  font-size: 50px;
  color: #3D845C;
}
.ctdr_right{
  display: block;
  position: relative;
  width: 500px;
  height: 500px;
  background-color: #E8E8E8;
  border-radius: 10px;
}

.promise1{
  background-image: url("../img/promise1.png");
  background-size: cover;
  background-position: center center;
}
.promise2{
  background-image: url("../img/promise2.png");
  background-size: cover;
  background-position: center center;
}
.promise3{
  background-image: url("../img/promise3.png");
  background-size: cover;
  background-position: center center;
}







.main_content_four{
  display: block;
  width: 100%;
  height: 150px;
  margin: auto;
  padding: 0px 0;
  background-color: #3D845C;
}
.c_four{
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 150px;
}




.contact_bg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background-color: #ADADAD;
  background-image: url("../img/4747488_m.jpg");
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
}
.contact_one{
  display: block;
  position: relative;
  width: 100%;
  height: 380px;
  background-color: #F5CC2F;
  z-index: 9999;
  overflow: hidden;
}
.contact_title{
  display: block;
  position: relative;
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  margin: auto;
}
.contact_title span{
  display: block;
  font-size: 20px;
}
.contact{
  display: block;
  position: relative;
  width: 440px;
  margin: 20px auto 0;
  border: solid 4px #3D845C;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #FFFFFF;
  z-index: 9999;
}
.contact span{
  display: block;
  width: 335px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  margin: 10px auto 0px;
  padding-left: 40px;
  font-weight: bold;
  color: #3D845C;
  background-image: url("../img/tel_icon.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
.contact p{
  display: block;
  text-align: center;
  margin: 10px auto 20px;
  font-weight: bold;
}
.mail{
  display: flex;
  justify-content: center;
  margin: auto;
  font-size: 20px;
}
.mail img{
  display: block;
  width: 40px;
  margin-right: 10px;
}



footer{
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #222222;
}

.footer_nk{
  display: block;
  width: 600px;
  height: auto;
  margin: auto;
  padding-top: 60px;
}
.footer_up{
  display: block;
  width: 200px;
  height: 40px;
  margin: auto;
  background-image: url("../img/logo_w.png");
  background-size: cover;
  background-position: center center;
}

.footer_dowm{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.footer_dowm a{
  display: block;
  padding: 0 10px;
  color: #FFFFFF;
  transition: 0.3s;
}
.footer_dowm a:hover{
  color: #FFFFFF;
  opacity: 0.6;
}
.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  font-size: 12px;
  text-align: center;
  background-color: #000000;
  line-height: 30px;
  color: #FFFFFF;
}







.main_view_sub{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #FFFFFF;
  z-index: 100;
}
.main_view_sub h1{
  display: block;
  position: absolute;
  top: 90px;
  left: 0%;
  width: 100%;
  text-align: center;
}
.main_view_sub h1 span{
  display: block;
  font-size: 80px;
  color: #E6EAE2;
}

.flow_one{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.flow_one h1{
  display: block;
  width: 600px;
  margin: auto;
  color: #184800;
  font-size: 30px;
  text-align: center;
  margin-top: 0px;
}

.flow_list{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto -180px;
}

.flow_flex{
  display: flex;
  justify-content: space-between;
  width: 800px;
  height: auto;
  margin: auto;
}
.flow_left{
  display: block;
  position: relative;
  width: 240px;
  height: 200px;
  background-color: #DBDBDB;
  margin: 10px;
  background-size: cover;
  background-position: center center;
}
.flow_box1{
  background-image: url("../img/23841177_s.jpg");
}
.flow_box2{
  background-image: url("../img/23275496_s.jpg");
}
.flow_box3{
  background-image: url("../img/25286080_s.jpg");
}
.flow_box4{
  background-image: url("../img/32130396_s.jpg");
}
.flow_box5{
  background-image: url("../img/22416660_s.jpg");
}
.flow_box6{
  background-image: url("../img/31893157_s.jpg");
}
.flow_left span{
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0%;
  left: 0%;
  background-color: #00A2A7;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
}
.flow_left p{
  display: block;
  position: absolute;
  width: 180px;
  height: 40px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  text-align: center;
  line-height: 40px;
  color: #00A2A7;
  border: solid 2px #00A2A7;
  background-color: #FFFFFF;
}

.flow_right{
  display: block;
  width: 500px;
}





.main_view_sub_two{
  display: block;
  position: relative;
  top: -100px;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #FFFFFF;
  z-index: 100;
}
.main_view_sub_two h1{
  display: block;
  position: absolute;
  top: 90px;
  left: 0%;
  width: 100%;
  text-align: center;
}
.main_view_sub_two h1 span{
  display: block;
  font-size: 80px;
  color: #E6EAE2;
}



.system_list{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 230px;
}

.system_box{
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 800px;
  height: 50px;
  margin: 10px auto;
  border: solid 2px #3D845C;
}
.system_box h2{
  display: block;
  width: 400px;
  background-color: #3D845C;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
}
.system_box p{
  width: 600px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.system_box p span{
  font-size: 25px;
  margin: 0 20px;
  font-weight: bold;
}
.s_under{
  display: block;
  text-align: center;
  margin-top: 60px;
  margin-bottom: -250px;
}




.company{
  display: block;
  position: relative;
  width: 800px;
  height: auto;
  margin: 0 auto 50px;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.company table tr{
  width: 100%;
  display: block;
  border-bottom: solid 1px #3D845C;
  padding: 5px 0;
}
.company table tr:nth-child(1){
  border-top: solid 1px #3D845C;
}
.company table tr th{
  width: 200px;
  text-align: start;
  padding-left: 20px;
  height: 30px;
  background-color: #3D845C;
  color: #FFFFFF;
  font-weight: 500;
}
.company table tr td{
  width: 700px;
  text-align: start;
  padding: 20px;
  height: 30px;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
}




.example_list{
  display: block;
  width: 100%;
  height: auto;
}
.example_nk{
  display: block;
  width: 800px;
  margin: 50px auto 0;
}

.content_one_hr{
  display: block;
  width: 800px;
  margin-bottom: 50px;
}







@media screen and (max-width: 950px) {
	/* 600px以下に適用されるCSS（スマホ用） */


.header_right_a{/*spの場合は非表示*/
  display: none;
}



  

}









@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */



header{
  display: block;
  position: fixed;
  width: 100%;
  height: 13vw;
  background-color: #FFFFFF;
  z-index: 999999;
  box-shadow: 0 0 5px gray;
}

.header_nk{
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.header_left a{
  display: block;
  width: 30vw;
  margin-top: 3vw;
  margin-left: 10%;
  opacity: 1;
  transition: 0.3s;
}
.header_left a:hover{
  opacity: 0.6;
}




.header_right{/*spの場合は非表示*/
  display: flex;
}
.header_right_a{/*spの場合は非表示*/
  display: none;
}
.header_right_a a{
  display: flex;
  position: relative;
  width: auto;
  height: 100px;
  padding: 0px 10px;
  line-height: 100px;
  color: #222222;
  opacity: 1;
  transition: 0.3s;
  font-weight: bold;
}
.header_right a:hover{
  opacity: 0.6;
}
.header_right a:nth-child(4){
  margin-right: 20px;
}



.otoiawase{
  display: block;
  text-align: center;
  width: 100px!important;
  height: 20px!important;
  padding: 10px 10px 10px 30px!important;
  border: solid 1px #006200;
  line-height: 20px!important;
  font-size: 14px!important;
  border-radius: 100px;
  margin-top: 28px;
  text-decoration: underline;
  background-color: #109E00;
  color: #FFFFFF!important;
}



/*ハンバーガーメニュー*/
.hamburger-menu {
  width: 13vw;
  height: 13vw;
  position: relative;
  top: 0px;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  background-color: #E7EBE3;
  margin-left: 0px;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 6vw;
  height: 2px;
  background-color: #3D845C;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 4vw;
}
.hamburger-menu__bar:nth-child(2) {
  top: 5.5vw;
}
.hamburger-menu__bar:last-child {
  top: 7vw;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.hamburger-menu__bar:nth-child(2):after{
    display: block;
    content: "MENU";
    width: auto;
    font-size: 2vw;
    color: #3D845C;
    margin-top: 3vw;
  font-weight: bold;
}



.navigation {
  display: none;
  background-color: #E6EAE2;
  position: absolute;
  top: 13vw;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center!important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #3D845C;
}
.navigation__list-item:first-child {
  border-top: solid 1px #3D845C;
}
.navigation__link {
  width: 100%!important;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
  text-align: center!important;
  color: #3D845C;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background-color: #FFFFFF;
  }
}





main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main_view{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vw;
  background-color: #184800;
  background-image: url("../img/4747488_m.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 100;
}
.main_view h1{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 7vw;
  text-shadow: 0 0 5px gray;
}
.main_view h1 span{
  display: block;
  font-size: 4.5vw;
  margin-top: 3vw;
  color: #FFFFFF;
}



.main_content{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 5vw 0 3vw 0;
}
.content_news{
  display: block;
  width: 100%;
  height: auto;
  background-color: #F1F0EC;
}
.news_nk{
 display: block;
 justify-content: space-between;
  width: 95%;
  margin: auto;
}
.news_left{
  display: block;
  width: 100%;
}
.news_left h1{
  display: inline-block;
  font-size: 10vw;
  color: #3D845C;
  line-height: 0;
}
.news_left h1 span{
  display: inline-block;
  margin-top: 0px;
  margin-left: 3vw;
  color: #222222;
  font-size: 4vw;
}
.news_right{
  display: block;
  width: 100%;
  height: auto;
}
.n_box{
  display: block;
  width: 100%;
  height: auto;
  border-bottom: solid 3px #ADB8A8;
  margin-bottom: 3vw;
}
.n_title{
  display: inline-block;
  color: #FFFFFF;
  background-color: #3D845C;
  border-radius: 3px;
  font-size: 2vw;
  padding: 3px 10px;
}
.n_time{
  display: inline-block;
  font-weight: bold;
  margin-left: 2vw;
  font-size: 2.5vw;
}
.n_bn{
  display: block;
  font-weight: bold;
  margin-top: 3vw;
  margin-bottom: 3vw;
}




.main_content_one{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 5vw 0 5vw 0;
}
.content_one{
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.c_one_box{
  display: block;
  justify-content: space-between;
  width: 95%;
  height: auto;
  background-color: #3D845C;
  border-radius: 20px;
  margin: auto;
  overflow: hidden;
}
.c_one_box_left{
  display: block;
  width: 100%;
  height: 40vw;
  background-color: #42AD88;
  background-image: url("../img/c_one_img.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center center;
}
.c_one_box_right{
  display: block;
  width: 80%;
  padding: 0 10%;
  color: #FFFFFF;
}
.c_one_box_right h1{
  display: block;
  font-size: 4vw;
  line-height: 0;
  margin-top: 7vw;
  text-align: center;
}
.c_one_box_right p{
  display: block;
  margin-top: 6vw;
  margin-bottom: 6vw;
  font-size: 3vw;
}




.content_two{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 8vw 0 8vw 0;
  background-color: #F1F0EC;
}
.c_two{
  display: block;
  width: 95%;
  margin: auto;
}
.c_two_up{
  display: block;
  justify-content: space-between;
}
.c_two_up_left{
  display: block;
  width: 100%;
  font-size: 5vw;
  font-weight: bold;
}
.c_two_up_left span{
  display: block;
  color: #3D845C;
  font-size: 10vw;
}
.c_two_up_right{
  display: block;
  color: #FFFFFF;
  font-size: 10vw;
  font-weight: bold;
  line-height: 10vw;
}

.c_two_down{
  display: block;
  margin-top: 5vw;
}
.c_two_down_flex{
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_two_down_box{
  display: flex;
  justify-content: space-between;
  width: 94%;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 3%;
  margin-bottom: 3vw;
}
.c_two_down_box_left{
  display: block;
  width: 40vw;
  height: auto;
  background-color: #B9DBD0;
  border-radius: 10px;
}
.c_two_down_box_right{
  display: block;
  width: 40vw;
  margin-right: 3vw;
}
.ctbr_y{
  display: block;
  font-size: 3vw;
  background-color: #EECD53;
  border-radius: 100px;
  border: solid 1px #3C1600;
  text-align: center;
  margin-top: 2vw;
  width: 30vw;
}
.ctbr_t{
  display: block;
  font-size: 4.2vw;
  font-weight: bold;
  margin-top: 2vw;
}
.ctbr_p{
  display: block;
  font-size: 7vw;
  font-weight: bold;
  margin-top: 2vw;
  margin-bottom: 4vw;
}
.ctbl1{
  background-image: url("../img/1.png");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ctbl2{
  background-image: url("../img/2.png");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ctbl3{
  background-image: url("../img/3.png");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ctbl4{
  background-image: url("../img/4.png");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ctbl5{
  background-image: url("../img/5.png");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ctbl6{
  background-image: url("../img/6.png");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center center;
}








.main_content_three{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 10vw 0 6vw 0;
}
.c_three_up{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.c_three_up_left{
  display: block;
  width: 100%;
  font-size: 5vw;
  font-weight: bold;
}
.c_three_up_left span{
  display: block;
  color: #3D845C;
  font-size: 10vw;
}
.c_three_up_right{
  display: block;
  color: #F1F0EC;
  font-size: 10vw;
  font-weight: bold;
  line-height: 10vw;
}

.c_three_down{
  display: block;
  width: 95%;
  margin: 6vw auto 0;
}
.c_three_down_lefty{
  display: block;
  justify-content: space-between;
}
.ctdl_left{
  display: block;
  position: relative;
  width: 100%;
  height: 60vw;
  background-color: #E8E8E8;
  border-radius: 10px;
}
.ctdl_left p{
  display: block;
  position: absolute;
  top: 0vw;
  right: 3vw;
  width: 20vw;
  height: 20vw;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 8vw;
  font-size: 3vw;
}
.ctdl_left p span{
  display: block;
  font-size: 10vw;
  color: #3D845C;
}
.ctdl_right{
  display: block;
  position: relative;
  width: 100%;
  margin-top: 4vw;
}
.ctdl_right img{
  display: block;
  position: absolute;
  top: -4vw;
  left: 0;
  width: 10vw;
  z-index: 10;
}
.r_title{
  display: block;
  position: relative;
  z-index: 9999;
  margin-top: 6vw;
  border: solid 2px #222222;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
}
.r_h1{
  display: block;
  font-size: 6vw;
  font-weight: bold;
  margin: 0;
}
.r_h1 span{
  font-size: 10vw;
  color: #3D845C;
  text-decoration: underline;
  text-decoration-color: #E9C613;
}


.c_three_down_righty{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin: 6vw auto 3vw;
}
.ctdr_left{
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0vw;
}
.ctdr_left img{
  display: block;
  position: absolute;
  top: 2vw;
  left: 0;
  width: 10vw;
  z-index: 10;
}
.ctdr_right p{
  display: block;
  position: absolute;
  top: 0vw;
  right: 3vw;
  width: 20vw;
  height: 20vw;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 8vw;
  font-size: 3vw;
}
.ctdr_right p span{
  display: block;
  font-size: 10vw;
  color: #3D845C;
}
.ctdr_right{
  display: block;
  position: relative;
  width: 100%;
  height: 60vw;
  background-color: #E8E8E8;
  border-radius: 10px;
}

.promise1{
  background-image: url("../img/promise1.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.promise2{
  background-image: url("../img/promise2.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
}
.promise3{
  background-image: url("../img/promise3.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
}







.main_content_four{
  display: block;
  width: 100%;
  height: 20vw;
  margin: auto;
  padding: 0px 0;
  background-color: #3D845C;
}
.c_four{
  display: block;
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 20vw;
}




.contact_bg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vw;
  background-color: #ADADAD;
  background-image: url("../img/4747488_m.jpg");
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
}
.contact_one{
  display: block;
  position: relative;
  width: 100%;
  height: 70vw;
  background-color: #F5CC2F;
  z-index: 9999;
  overflow: hidden;
}
.contact_title{
  display: block;
  position: relative;
  text-align: center;
  font-size: 10vw;
  font-weight: bold;
  margin: auto;
}
.contact_title span{
  display: block;
  font-size: 4vw;
}
.contact{
  display: block;
  position: relative;
  width: 80%;
  margin: 3vw auto 0;
  border: solid 4px #3D845C;
  padding: 2vw 4vw;
  border-radius: 20px;
  background-color: #FFFFFF;
  z-index: 9999;
}
.contact span{
  display: block;
  width: 95%;
  height: 10vw;
  font-size: 8vw;
  line-height: 10vw;
  margin: 3vw auto 0px;
  padding-left: 10vw;
  font-weight: bold;
  color: #3D845C;
  background-image: url("../img/tel_icon.png");
  background-size: 8vw;
  background-repeat: no-repeat;
  background-position: 0px 1vw;
}
.contact p{
  display: block;
  text-align: center;
  margin: 3vw auto 5vw;
  font-weight: bold;
  font-size: 3.5vw;
}
.mail{
  display: flex;
  justify-content: center;
  margin: -2vw auto 3vw;
  font-size: 5vw;
}
.mail img{
  display: block;
  width: 10vw;
  margin-right: 10px;
}


footer{
  display: block;
  position: relative;
  width: 100%;
  height: 50vw;
  background-color: #222222;
  overflow: hidden;
}

.footer_nk{
  display: block;
  width: 95%;
  height: auto;
  margin: auto;
  padding-top: 10vw;
}
.footer_up{
  display: block;
  width: 60vw;
  height: 12vw;
  margin: auto;
  background-image: url("../img/logo_w.png");
  background-size: cover;
  background-position: center center;
}

.footer_dowm{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.footer_dowm a{
  display: block;
  padding: 0 10px;
  color: #FFFFFF;
  transition: 0.3s;
  font-size: 3vw;
}
.footer_dowm a:hover{
  color: #FFFFFF;
  opacity: 0.6;
}
.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  font-size: 2.5vw;
  text-align: center;
  background-color: #000000;
  line-height: 30px;
  color: #FFFFFF;
}







.main_view_sub{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  background-color: #FFFFFF;
  z-index: 100;
}
.main_view_sub h1{
  display: block;
  position: absolute;
  top: 20vw;
  left: 0%;
  width: 100%;
  text-align: center;
  font-size: 6vw;
}
.main_view_sub h1 span{
  display: block;
  font-size: 15vw;
  color: #E6EAE2;
}





.main_view_sub_two{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vw;
  background-color: #FFFFFF;
  z-index: 100;
}
.main_view_sub_two h1{
  display: block;
  position: absolute;
  top: 5vw;
  left: 0%;
  width: 100%;
  text-align: center;
  font-size: 6vw;
}
.main_view_sub_two h1 span{
  display: block;
  font-size: 15vw;
  color: #E6EAE2;
}

  
.flow_one{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5vw;
}
.flow_one h1{
  display: block;
  width: 95%;
  margin: auto;
  color: #184800;
  font-size: 6vw;
  text-align: center;
  margin-top: 0px;
}



.system_list{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 60vw;
}

.system_box{
  display: block;
  justify-content: space-between;
  position: relative;
  width: 95%;
  height: auto;
  margin: 2vw auto;
  border: solid 2px #3D845C;
}
.system_box h2{
  display: block;
  width: 100%;
  background-color: #3D845C;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 10vw;
}
.system_box p{
  width: 100%;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  line-height: 8vw;
}
.system_box p span{
  font-size: 8vw;
  margin: 0 3vw;
  font-weight: bold;
}
.s_under{
  display: block;
  text-align: center;
  margin-top: 60px;
  margin-bottom: -250px;
}




.company{
  display: block;
  position: relative;
  width: 95%;
  height: auto;
  margin: 0 auto 5vw;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.company table tr{
  width: 100%;
  display: block;
  border-bottom: solid 1px #3D845C;
  padding: 5px 0;
}
.company table tr:nth-child(1){
  border-top: solid 1px #3D845C;
}
.company table tr th{
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0px;
  height: 10vw;
  background-color: #3D845C;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 10vw;
}
.company table tr td{
  display: block;
  width: 100%;
  text-align: start;
  padding: 3vw 0;
  height: auto;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  font-size: 4vw;
}




.example_list{
  display: block;
  width: 100%;
  height: auto;
}
.example_nk{
  display: block;
  width: 95%;
  margin: 5vw auto 0;
}
  .example_nk h2{
    font-size: 5vw;
  }
  .example_nk p{
    font-size: 4vw;
  }
  

.content_one_hr{
  display: block;
  width: 95%;
  margin-bottom: 5vw;
}


  

}

































