@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

a{
  text-decoration: none;
}





header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  box-shadow: 0 0 5px gray;
  background-color: #CFE2C9;
  z-index: 999999;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.header_left{
  display: block;
  width: 200px;
  height: auto;
  margin-top: 13px;
  text-align: center;
  line-height: 30px;
}
.header_left a{
  transition: 0.3s;
  opacity: 1;
}
.header_left a:hover{
  opacity: 0.6;
}

.header_right{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.header_right a{
  display: block;
  margin: 10px 10px 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #00603A;
  transition: 0.3s;
  opacity: 1;
}
.header_right a:hover{
  opacity: 0.6;
}
.header_right a span{
  display: block;
  font-size: 12px;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  color: #FF8000;
  text-shadow:
    1px 1px 0px #fff,
    -1px 1px 0px #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}

.header_hamburger{
  display: none;
}




main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 50vw;
  background-color: #ADADAD;
  background-image: url("../img/main_img.jpg");
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
}
.main_mds{
  display: block;
  position: absolute;
  width: 40%;
  left: 10%;
  top: 13vw;
  z-index: 999990;
/*
  background-color: rgb(0 96 58 / 0.6);
  padding: 40px;
*/
}
.main_women{
  display: block;
  position: absolute;
  width: 80%;
  right: 0%;
  bottom: -18vw;
}


.c_one{
  display: block;
  width: 1000px;
  margin: 100px auto;
}
.c_one h1{
  display: block;
  text-align: center;
  width: 400px;
  margin: auto;
  font-size: 30px;
  color: #00603A;
  background: linear-gradient(transparent 80%, yellow 0%);
}
.c_one h1 span{
  display: block;
  color: #FFFFFF;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    -1px -1px 0 #FF8000,
    1px -1px 0 #FF8000;
  font-size: 25px;
  margin-bottom: 10px;
}
.c_one p{
  display: block;
  width: 500px;
  margin: 40px auto 0;
  font-size: 20px;
  color: #00603A;
  text-align: justify;
}







.main_contents_two{
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding: 20px 0;
}
.c_two{
  display: block;
  width: 1000px;
  margin: 80px auto;
}
.c_two h1{
  display: block;
  text-align: center;
  width: 250px;
  margin: auto;
  font-size: 30px;
  color: #00603A;
  background: linear-gradient(transparent 80%, yellow 0%);
}
.c_two h1 span{
  display: block;
  color: #FFFFFF;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    -1px -1px 0 #FF8000,
    1px -1px 0 #FF8000;
  font-size: 25px;
  margin-bottom: 10px;
}
.joken_h2{
  display: block;
  width: 800px;
  background-color: #00603A;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #FFFF00;
  border: solid 5px #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 5px gray;
  margin: 50px auto 0px;
}

.c_two_joken_flex{
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0px auto 0;
}
.c_two_joken_flex h2{
  display: block;
  width: 380px;
  background-color: #FF6300;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #FFFF00;
  border: solid 5px #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 5px gray;
}

.c_two_flex{
  display: flex;
  justify-content: space-between;
}
.c_two_flex p{
  display: block;
  width: 400px;
  margin: 40px auto 0;
  font-size: 20px;
  color: #00603A;
  text-align: justify;
}
.c_two_flex img{
  display: block;
  width: 330px;
  margin-right: 60px;
}
.atobarai{
  display: block;
  width: 720px;
  margin: 20px auto 0;
  padding: 10px 30px;
  border: solid 3px #CAE2C7;
  background-color: #00603A;
  text-align: justify;
  color: #FFFFFF;
}
.atobarai span{
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: underline;
  color: #F9FC00;
}



.main_phot1{
  display: block;
  width: 100%;
  height: 300px;
  background-color: #B4B4B4;
  background-image: url("../img/726036_m.jpg");
  background-size: cover;
  background-position: center center;
}
.main_phot2{
  display: block;
  width: 100%;
  height: 400px;
  background-color: #B4B4B4;
  background-image: url("../img/phot_bg.JPG");
  background-size: cover;
  background-position: bottom center;
}





.main_contents_four{
  display: block;
  width: 100%;
  height: auto;
  background-color: #CAE2C7;
  padding: 20px 0;
}
.c_four{
  display: block;
  width: 1000px;
  margin: 80px auto;
}
.c_four h1{
  display: block;
  text-align: center;
  width: 450px;
  margin: auto;
  font-size: 30px;
  color: #00603A;
  background: linear-gradient(transparent 80%, yellow 0%);
}
.c_four h1 span{
  display: block;
  color: #C3E2C5;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    -1px -1px 0 #FF8000,
    1px -1px 0 #FF8000;
  font-size: 25px;
  margin-bottom: 10px;
}
.c_four_mds{
  display: block;
  width: 800px;
  margin: 70px auto 0;
  background-color: #FF6300;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #FFFF00;
  border: solid 5px #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 5px gray;
  font-size: 25px;
  font-weight: bold;
  
}
.c_four_flex{
  display: flex;
  justify-content: space-between;
}
.c_four_flex p{
  display: block;
  width: 400px;
  margin: 60px 100px 0 0;
  font-size: 20px;
  color: #00603A;
  text-align: justify;
}
.c_four_flex img{
  display: block;
  position: relative;
  top: 40px;
  right: -150px;
  width: 200px;
}




.main_contents_three{
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding: 20px 0;
}
.c_three{
  display: block;
  width: 1000px;
  margin: 80px auto;
}
.c_three h1{
  display: block;
  text-align: center;
  width: 440px;
  margin: auto;
  font-size: 30px;
  color: #00603A;
  background: linear-gradient(transparent 80%, yellow 0%);
}
.c_three h1 span{
  display: block;
  color: #FFFFFF;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    -1px -1px 0 #FF8000,
    1px -1px 0 #FF8000;
  font-size: 25px;
  margin-bottom: 10px;
}
.c_three_mds{
  display: block;
  width: 800px;
  margin: 70px auto 0;
}
.c_three_flex{
  display: flex;
  justify-content: space-between;
}
.c_three_flex p{
  display: block;
  width: 400px;
  margin: 40px auto 0;
  font-size: 20px;
  color: #00603A;
  text-align: justify;
}
.c_three_flex img{
  display: block;
  position: relative;
  top: 40px;
  right: 80px;
  width: 400px;
}




.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #CAE2C7;
}

.contact{
  display: block;
  width: 800px;
  margin: auto;
}
.contact h1{
  display: block;
  text-align: center;
  width: 220px;
  margin: auto;
  font-size: 30px;
  color: #00603A;
  background: linear-gradient(transparent 80%, yellow 0%);
}
.contact h1 span{
  display: block;
  color: #C3E2C5;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    -1px -1px 0 #FF8000,
    1px -1px 0 #FF8000;
  font-size: 25px;
  margin-bottom: 10px;
}

.contact_nk{
  display: block;
  width: 500px;
  height: auto;
  margin: 30px auto 0;
  border: solid 3px #006236;
  border-radius: 10px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 30px 0;
}
.tel{
  font-size: 35px;
  font-weight: bold;
  color: #006236;
}
.tel span{
  font-size: 18px;
  color: #454545;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 400px;
  background-color: #006432;
  padding: 5px 0;
  color: #FFF200;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #00603A;
}

.footer_nk{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
  padding: 40px 0;
}
.footer_up{
  display: block;
  width: 300px;
  height: 100px;
  background-color: #FFFFFF;
  margin: 0;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center 15px;
}
.footer_down{
  display: block;
  margin: 0;
  font-size: 14px;
}
.footer_down a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
  transition: 0.3s;
  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: #003822;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  width: 100%;
  height: 250px;
  background-color: #CDCDCD;
  text-align: center;
  line-height: 280px;
  background-image: url("../img/main_img.jpg");
  background-size: cover;
  background-position: center center;
}
.main_view_sub h1{
  display: block;
  line-height: 320px;
  color: #00603A;
  text-shadow:
    2px 2px 0px #FFFFFF,
    -2px 2px 0px #FFFFFF,
    -2px -2px 0 #FFFFFF,
    2px -2px 0 #FFFFFF;
}





.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;
  background-color: #C3E2C5;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px;
}
.company table tr th{
  width: 200px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #00603A;
  color: #FFFFFF;
  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;
}












@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */
  
header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 5px gray;
  background-color: #CFE2C9;
  z-index: 999999;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  height: 15vw;
}
.header_left{
  display: block;
  width: 30vw;
  height: auto;
  margin-top: 2vw;
  text-align: center;
  line-height: 0px;
}
.header_left a{
  transition: 0.3s;
  opacity: 1;
}
.header_left a:hover{
  opacity: 0.6;
}

.header_right{
  display: none;
  justify-content: space-between;
  margin-top: 15px;
}
/*
.header_right a{
  display: block;
  margin: 10px 10px 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #00603A;
  transition: 0.3s;
  opacity: 1;
}
.header_right a:hover{
  opacity: 0.6;
}
.header_right a span{
  display: block;
  font-size: 12px;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  color: #FF8000;
  text-shadow:
    1px 1px 0px #fff,
    -1px 1px 0px #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}
*/
  
.header_hamburger{
  display: block;
}
/*ハンバーガーメニュー*/
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  top: 1vw;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  z-index: 999999;
  width: 44%;
  height: 2px;
  background-color: #00603A;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 4vw;
}
.hamburger-menu__bar:nth-child(2) {
  top: 6vw;
}
.hamburger-menu__bar:last-child {
  top: 8vw;
}
.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;
}
.navigation {
  display: none;
  background-color: #CAE2C7;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  height: 100vh;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #00603A;
}
.navigation__list-item:first-child {
  border-top: solid 1px #00603A;
  margin-top: 100px;
}
.navigation__link {
  color: #00603A;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #FFFFFF; 
  }
}






main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 130vw;
  background-color: #ADADAD;
  background-image: url("../img/main_img.jpg");
  background-size: cover;
  background-position: bottom center;
  overflow: hidden;
}
.main_mds{
  display: block;
  position: absolute;
  width: 90%;
  left: 5%;
  top: 20vw;
  z-index: 999990;
/*
  background-color: rgb(0 96 58 / 0.6);
  padding: 40px;
*/
}
.main_women{
  display: block;
  position: absolute;
  width: 100%;
  right: 0%;
  bottom: -18vw;
}


.c_one{
  display: block;
  width: 90%;
  margin: 10vw auto;
}
.c_one h1{
  display: block;
  text-align: center;
  width: 70vw;
  margin: auto;
  font-size: 5vw;
  color: #00603A;
  background: linear-gradient(transparent 80%, yellow 0%);
}
.c_one h1 span{
  display: block;
  color: #FFFFFF;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    -1px -1px 0 #FF8000,
    1px -1px 0 #FF8000;
  font-size: 5vw;
  margin-bottom: 10px;
}
.c_one p{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
  font-size: 4vw;
  color: #00603A;
  text-align: justify;
}







.main_contents_two{
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding: 0 0;
}
.c_two{
  display: block;
  width: 90%;
  margin: 10vw auto;
}
.c_two h1{
  display: block;
  text-align: center;
  width: 45vw;
  margin: auto;
  font-size: 5vw;
  color: #00603A;
  background: linear-gradient(transparent 80%, yellow 0%);
}
.c_two h1 span{
  display: block;
  color: #FFFFFF;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    -1px -1px 0 #FF8000,
    1px -1px 0 #FF8000;
  font-size: 5vw;
  margin-bottom: 10px;
}
.joken_h2{
  display: block;
  width: 100%;
  background-color: #00603A;
  text-align: center;
  height: 10vw;
  line-height: 10vw;
  color: #FFFF00;
  border: solid 5px #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 5px gray;
  margin: 10vw auto 0px;
  font-size: 5vw;
}

.c_two_joken_flex{
  display: block;
  justify-content: space-between;
  width: 100%;
  margin: 0px auto 0;
}
.c_two_joken_flex h2{
  display: block;
  width: 100%;
  background-color: #FF6300;
  text-align: center;
  height: 10vw;
  line-height: 10vw;
  color: #FFFF00;
  border: solid 5px #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 5px gray;
  font-size: 5vw;
  margin: 2vw auto 0;
}

.c_two_flex{
  display: block;
  justify-content: space-between;
}
.c_two_flex p{
  display: block;
  width: 100%;
  margin: 10vw auto 0;
  font-size: 4vw;
  color: #00603A;
  text-align: justify;
}
.c_two_flex img{
  display: block;
  width: 90vw;
  margin-right: 10vw;
}
.atobarai{
  display: block;
  width: 90%;
  margin: 5vw auto 5vw;
  padding: 5%;
  border: solid 3px #CAE2C7;
  background-color: #00603A;
  text-align: justify;
  color: #FFFFFF;
  font-size: 4vw;
}
.atobarai span{
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: underline;
  color: #F9FC00;
}



.main_phot1{
  display: block;
  width: 100%;
  height: 30vw;
  background-color: #B4B4B4;
  background-image: url("../img/726036_m.jpg");
  background-size: cover;
  background-position: center center;
}
.main_phot2{
  display: block;
  width: 100%;
  height: 30vw;
  background-color: #B4B4B4;
  background-image: url("../img/phot_bg.JPG");
  background-size: cover;
  background-position: bottom center;
}





.main_contents_four{
  display: block;
  width: 100%;
  height: auto;
  background-color: #CAE2C7;
  padding: 1vw 0;
}
.c_four{
  display: block;
  width: 90%;
  margin: 10vw auto;
}
.c_four h1{
  display: block;
  text-align: center;
  width: 80vw;
  margin: auto;
  font-size: 5vw;
  color: #00603A;
  background: linear-gradient(transparent 80%, yellow 0%);
}
.c_four h1 span{
  display: block;
  color: #C3E2C5;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    -1px -1px 0 #FF8000,
    1px -1px 0 #FF8000;
  font-size: 5vw;
  margin-bottom: 10px;
}
.c_four_mds{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
  background-color: #FF6300;
  text-align: center;
  height: 10vw;
  line-height: 10vw;
  color: #FFFF00;
  border: solid 5px #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 5px gray;
  font-size: 5vw;
  font-weight: bold;
  
}
.c_four_flex{
  display: block;
  justify-content: space-between;
}
.c_four_flex p{
  display: block;
  width: 100%;
  margin: 10vw 0 0 0;
  font-size: 4vw;
  color: #00603A;
  text-align: justify;
}
.c_four_flex img{
  display: block;
  position: relative;
  top: 5vw;
  right: -25vw;
  width: 50vw;
}




.main_contents_three{
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding: 1vw 0;
}
.c_three{
  display: block;
  width: 90%;
  margin: 10vw auto;
}
.c_three h1{
  display: block;
  text-align: center;
  width: 80vw;
  margin: auto;
  font-size: 5vw;
  color: #00603A;
  background: linear-gradient(transparent 80%, yellow 0%);
}
.c_three h1 span{
  display: block;
  color: #FFFFFF;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    -1px -1px 0 #FF8000,
    1px -1px 0 #FF8000;
  font-size: 5vw;
  margin-bottom: 10px;
}
.c_three_mds{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
}
.c_three_flex{
  display: block;
  justify-content: space-between;
}
.c_three_flex p{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
  font-size: 4vw;
  color: #00603A;
  text-align: justify;
}
.c_three_flex img{
  display: block;
  position: relative;
  top: 10vw;
  right: 0vw;
  width: 80vw;
}




.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 10vw 0;
  background-color: #CAE2C7;
}

.contact{
  display: block;
  width: 90%;
  margin: auto;
}
.contact h1{
  display: block;
  text-align: center;
  width: 38vw;
  margin: auto;
  font-size: 5vw;
  color: #00603A;
  background: linear-gradient(transparent 80%, yellow 0%);
}
.contact h1 span{
  display: block;
  color: #C3E2C5;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  text-shadow:
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    -1px -1px 0 #FF8000,
    1px -1px 0 #FF8000;
  font-size: 5vw;
  margin-bottom: 10px;
}

.contact_nk{
  display: block;
  width: 100%;
  height: auto;
  margin: 5vw auto 0;
  border: solid 3px #006236;
  border-radius: 10px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 5vw 0;
}
.tel{
  font-size: 6vw;
  font-weight: bold;
  color: #006236;
}
.tel span{
  font-size: 4vw;
  color: #454545;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 90%;
  background-color: #006432;
  padding: 5px 0;
  color: #FFF200;
  font-size: 3vw;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #00603A;
}

.footer_nk{
  display: block;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  padding: 10vw 0;
}
.footer_up{
  display: block;
  width: 70%;
  height: 25vw;
  background-color: #FFFFFF;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center 15px;
  margin: auto;
}
.footer_down{
  display: block;
  margin: 5vw auto;
  font-size: 4vw;
  text-align: center;
}
.footer_down a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
  transition: 0.3s;
  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: #003822;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  width: 100%;
  height: 40vw;
  background-color: #CDCDCD;
  text-align: center;
  line-height: 50vw;
  background-image: url("../img/main_img.jpg");
  background-size: cover;
  background-position: center center;
}
.main_view_sub h1{
  display: block;
  line-height: 50vw;
  color: #00603A;
  text-shadow:
    2px 2px 0px #FFFFFF,
    -2px 2px 0px #FFFFFF,
    -2px -2px 0 #FFFFFF,
    2px -2px 0 #FFFFFF;
  font-size: 6vw;
}





.main_view_sub_content{
  display: block;
  width: 95%;
  margin: 10vw auto;
  padding-bottom: 0;
  padding-top: 0;
}
.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 0 0;
}
.company{
  display: block;
  width: 100%;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  margin: 0px auto 0;
  padding: 0px;
  background-color: #C3E2C5;
}
.company table tr{
  width: 90%;
  display: block;
  padding: 1%;
}
.company table tr th{
  display: block;
  width: 92vw;
  padding-left: 0px;
  height: auto;
  background-color: #00603A;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
.company table tr td{
  display: block;
  width: 83.8vw;
  text-align: justify;
  padding-left: 5%;
  padding-right: 5%;
  height: auto;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
  margin: auto;
}
  
  
}

























































