
body{font-family: 'Noto Sans JP', sans-serif;}
header{background-color: rgb(255, 255, 255);
    width: 100％;}

.button006 a {
  background: #eee;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button006 a:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #0a6d1b;
  transition: 0.3s;
}
.button006 a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background-color: #0a6d1b;
  transition: 0.3s;
}
.button006 a:hover:before, .button006 a:hover:after {
  right: -2.5em;
}
.button006 a:hover {
  background: rgb(203, 233, 156);
  color: #0a6d1b;
}


.inner{max-width: 1000px;
       margin: 0 auto;}
.head_item li{margin-top: 50px;
              }
       
.head_container{
    padding: 10px;
    display: flex;
    justify-content: space-between;
	list-style: none;
	color: rgb(203, 233, 156);
	font-size: 15px;
	
}
.head_item h1{font-family: serif;
font-weight:1000px;
}




h1{
  font-size: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	text-align: center;
  
}
header ul{list-style: none;}

header h2{
    text-align: center;
    margin-top: 130px;
    color: rgb(247, 255, 243);
    font-size: 30px;
}


.hero {position: relative;}/*トップページ画像とキャッチコピー*/
.hero img{width: 100%;}
.hero .catch-copy{position: absolute;
                  top: 60%;
                  left: 52%;
                  transform: translateX(-50%);
                  font-size: 48px;
                  font-family:serif;
                  font-weight: 800;
                  color: #ffffff;
                  max-width: 1100px;
                  margin: 0 auto;
                  	
                  white-space: nowrap;
                  
}






nav ul{list-style-type: none;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        white-space: nowrap;
    }
nav li{display: inline-block;
       width: 185px;
       text-align: center;
       
       }

       .button014 a {
        background: #87bb94;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        max-width: 240px;
        padding: 10px 25px;
        color: #222222;
        transition: 0.3s ease-in-out;
        font-weight: 500;
    }
    .button014 a::before {
      content: '';
      position: absolute;
      top: -5px;
      left: -5px;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      border: 2px solid #0a6d1b;
      transition: 0.2s;
    }
    
    .button014 a::after {
      content: '';
      width: 5px;
      height: 5px;
      border-top: 3px solid #dddada;
      border-right: 3px solid #dddada;
      transform: rotate(45deg);
    }
    
    .button014 a:hover::before {
      top: 0;
      left: 0;
    }
    
    .button014 a:hover {
      text-decoration: none;
      background-color: #279651;
    }
    a{text-decoration: none;}
    body{background-color: rgb(255, 255, 255);}

.head_item{color: #0a6d1b;}/*ここまでページ共通ヘッダー＆メニューボタン*/

.section{width: 1000px;
         margin: 0px auto;
         margin-bottom: 200px;
        display: flex;
        align-items: center;
        } 
.item01{width: 100%;}
.item01 h2{padding: 0.25em 0.5em;/*上下 左右の余白*/
              color: #494949;/*文字色*/
               background: transparent;/*背景透明に*/
               border-left: solid 5px #0a6d1b;/*左線*/
               margin-top: 30px;}

.item02 table{text-align: center;}

h3{margin-top: 50px;
   color: #0a6d1b;
  }

footer{
          width: 100%;
          background-color: #0a6d1b;
          margin: 0px;
          padding: 30px 0px;
        }
            footer h2{
              text-align: center;
              font-size: 16px;
              color: #ffffff;
            }

 /* LINE006 */
.button_line006 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.button_line006 a:before,
.button_line006 a:after {
  position: absolute;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #000;
}

.button_line006 a:before {
  top: 0;
  left: 0;
}

.button_line006 a:after {
  right: 0;
  bottom: 0;
}

.button_line006 a:hover:before,
.button_line006 a:hover:after {
  width: 0;
}           