html {
    font-family: "Noto Sans JP", serif;
    background-color:  rgb(171, 177, 115);

  }

.container{
 width: 90%;
 max-width: 1120px;
 margin: 0 auto;
 position: relative;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
/* 固定ヘッダー用 */
.flex_head {
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  top: 100;
  left: 100;
}
/* 固定フッター用 */
.flex_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* 右端の透過title */
.heading{
  font-size: 120px;
  font-weight: 800;
  color: rgb(62, 68, 6);
  transition: .3s;
  opacity: 0.08;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(0%);
  z-index: -1;
}

/* ヘッダー ------------------------------------------------------------------------*/
header{
  padding: 25px 0;
}

.header_menu li{
  font-size: 16px;
  font-weight: 500;
  margin-left: 15px;
  margin-top: 25px;
  border-right: 3px solid #337c17;
  padding-right: 10px;
  /* margin-bottom: 15px; */
}
.header_menu li a{
  color: rgb(153, 153, 153);
  transition: .3s;
}
.header_menu li a:hover{
  color: rgb(62, 68, 6);
  transition: .3s;
}


@media only screen and (max-width: 768px){
  .container{
    width: 90%;
    max-width: 160px;
    margin: 0 auto;
    position: relative;
   }
   .flex_head {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    top: 0;
    left: 100;
  }
  .flex_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
}

/* メイン -------------------------------------------------------------------------*/
#hero{ 
   align-items: center;
   filter: drop-shadow(3px 3px 3px #696969);

   margin-bottom: 300px;
  }

.hero_inner h1 {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.hero_inner p {
  font-size: 17px;
  color: dimgray;
  margin-bottom: 15px;
  letter-spacing: 0.12em;
}


@media only screen and (max-width: 768px){
  .hero_inner h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
  }
  .hero_inner p {
    font-size: 9px;
    margin-bottom: 7px;
    letter-spacing: 0.12em;
  }
     
}

/* オーバービュー ------------------------------------------------------------------*/
#OVERVIEW{margin-bottom: 200px;}
#OVERVIEW dl{
  max-width: 1120px;
}
#OVERVIEW dt{
  color: rgb(60, 60, 60);
  font-weight: 800;
  width: 120px;
  padding: 25px 0;
}
#OVERVIEW dd{
  font-weight: 480;
  color: rgb(60, 60, 60);
  width: 400px;
  padding: 10px 0;
  border-bottom: solid 1px rgb(153, 153, 153);
}
.OVERVIEW_inner{
  margin-bottom: 30px;
  margin-left: 50px;
}
.column-55{
  margin-top: 300px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px){

}


/* ワークス ------------------------------------------------------------------*/
#WORKS{
  margin-bottom: 120px;}
.title_work {
  transform: translateY(400%);
  font-size: 27px;
  font-weight: 800;
  color: rgb(62, 68, 6);
  margin-bottom: 250px;
}
.text_work {
  font-size: 16px;
  font-weight: 400;
  color: rgb(70, 70, 70);
  line-height: 1.5;
}
.WORKS_inner {
  font-size: 25px;
  font-weight: 600px;
  margin-bottom: 60px;
  margin-left: 30px;
}
.column-40{
  width: 40%;
}
.column-60{
  width: 60%;
}
#WORK h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  border-bottom: solid 1px rgb(153, 153, 153);
  width: 515px;
  padding: 5px 0;
}

@media only screen and (max-width: 768px){
/* 右端の透過title */
.heading{
  font-size: 50px;
  transition: .3s;
  opacity: 0.08;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(100%);
  z-index: 0;
}
  .title_work {
    font-size: 14px;
    margin-bottom: 100px;
  }
  .text_work {
    font-size: 11px;
    line-height: 1.5;
  }
    #WORK h3 {
    font-size: 16px;
    font-weight: 700;
    width: 515px;
    padding: 5px 0;
  }
     
}

/* コンタクト ------------------------------------------------------------------*/
#CONTACT{
  margin-bottom: 120px;
}
.title_contact {
  transform: translateY(400%);
  font-size: 27px;
  font-weight: 800;
  color: rgb(62, 68, 6);
  margin-bottom: 250px;
}

/* コンタクトフォーム */
.contact-form{
  padding: 50px 30px;
}
form{
  width: 800px;
  margin: 0 auto;
}
.item{
  overflow: hidden;
  margin-bottom: 20px;
}
.label{
  color: #696969;
  font-size: 20px;
  font-weight: 600;
  float: left;
  margin-right: 20px;
  width: 200px;
  border-left: 3px solid #337c17;
  padding-left: 10px;
}
.inputs{
  box-sizing:border-box;
  border: 1px solid #aaa;
  float: left;
  width: 300px;
}
input[type="text"],
input[type="email"]{
  border: 1px solid #aaa;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
}
textarea{
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px;
  height: 200px;
  width: 300px;
  font-size: 15px;
}

.button-area{
  text-align: center;
}
input[type="submit"]{
  background-color: rgb(124, 63, 28);
  border: none;
  padding: 10px 30px;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 5px;
  box-shadow: 1px 1px 3px rgb(77, 77, 77);
  cursor: pointer;
}
input[type="reset"]{
  background-color: rgb(133, 133, 133);
  border: none;
  padding: 10px 30px;
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 5px;
  box-shadow: 1px 1px 3px rgb(77, 77, 77);
  cursor: pointer;
}


@media only screen and (max-width: 768px){

}*/

/* フッター ------------------------------------------------------------------*/
footer {
  /* text-align: center; */
  margin: 80px 0;
}
.copyritht{
  font-size: 12px;
  margin-top: 40px;
}

