@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  margin-top: 77px;
  overflow: hidden;
  position: relative;
}
.pagehead::before{
  content: "";
  background: rgba(17, 84, 23, .3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.pagehead-bg .inner1{
  height: 100%;
}
.pagehead-ttl {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.pagehead-ttl .ttl{
  font-size: 4rem;
  color: #fff;
}
.cmn-breadcrumb {
  background: #115417;
  color: #fff ;
  padding: 5px 0;
  font-size: 14px;
}
.cmn-breadcrumb a{
  color: #fff ;
}

.pagesec{
  padding: 10rem 0;
}
.pagesec-narrow{
  padding: 5rem 0;
}

.pagination{
  margin-top: 5rem;
  text-align: right;
}
.page-numbers{
  margin-right: .5rem;
}
.page-numbers.current,
.page-numbers:hover{
  color: #115417;
  font-weight: bold;
  text-decoration: underline;
}
.pager{
  margin: 3rem auto 0;
  max-width: 330px;
  text-align: center;
}
.pager li{
  margin: 0 .5rem;
  width: 65px;
}
.pager li.all{
  width: 67px;
}
.pager a{
  border-bottom: 1px solid #115417;
  display: inline-block;
  font-size: 1.5rem;
  opacity: 1 !important;
  padding: 0rem 1rem;
  transition: .5s;
}
.pager a:hover{
  background: #115417;
  color: #fff;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagesec{
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 300px;
  }
  .pagehead-ttl .ttl{
    font-size: 2.8rem;
  }
  .cmn-breadcrumb .inner1{
    padding:  0 1rem ;
  }
  .pagesec{
    padding: 5rem 0;
  }
  .page-numbers{
    margin-right: 1rem;
  }
  .next.page-numbers{
    margin: 0;
  }
}

/*****************************
会社概要
*****************************/
.page-company .ttlbox1{
  text-align: center;
}
.page-business .ttlbox1{
  text-align: center;
}

.page-company .pagesec2,
.page-company .pagesec4,
.page-company .pagesec6{
  padding: 0;
}

.page-company .pagesec1 .imgbox{
  max-width: 400px;
  margin: 2rem 0 0 auto;
}
.page-company .pagesec2 ul,
.page-company .pagesec3 ul{
  max-width: 500px;
  margin: 0 auto;
}
.page-company .pagesec4 ul{
  max-width: 740px;
  margin: 0 auto;
}
.page-company .pagesec5 ul{
  max-width: 600px;
  margin: 0 auto 3rem;
}
.page-company .pagesec5 .fimgbox{
  padding: 1rem;
  width: 25%;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec1 .fimgbox,
  .pagesec1 .ftxtbox{
    width: 100%;
  }
  .pagesec1 .fimgbox{
    margin-top: 3rem;
  }
  .pagesec1 .imgbox{
    max-width: 80%;
  }
  .pagesec5 ul {
    margin: 0 auto 2rem;
  }
  .pagesec5 .fimgbox{
    padding: .2rem;
    width: 50%;
  }
}

/*****************************
生産品紹介
*****************************/
.page-products .pagesec1{
  padding-bottom: 0;
}

.page-products .pagesec1 li{
  margin: 0 1rem;
  width: 20%;
}
.page-products .pagesec1 li a{
  background: #115417;
  border: 1px solid #115417;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
  color: #fff;
  display: block;
  opacity: 1 !important;
  padding: .5rem 2rem;
  position: relative;
  transition: .3s;
  text-align: center;
}
.page-products .pagesec1 li a:hover{
  background-color: #fff;
  color: #333;
}

.page-products .fimgbox{
  margin-top: 5rem;
  width: 40%;
}
.page-products .fimgbox img{
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}
.page-products .ftxtbox{
  width: 55%;
}

.page-products .inbox:first-of-type{
  margin-bottom: 2rem;
}
.page-products .inbox .ttl,
.page-products .gallery h3{
  color: #115417;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.page-products .gallery{
  margin-top: 1rem;
}
.page-products .gallery li{
  padding: 1rem;
  width: 25%;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .page-products .pagesec1 li {
    margin: 0 1%;
    width: 23%;
  }
  .page-products .ftxtbox{
    margin: 0 auto 2rem;
    width: 100%;
  }
  .page-products .fimgbox {
    margin: 0 auto 3rem;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .page-products .pagesec1 .inner1{
    padding: 0 2rem;
  }
  .page-products .pagesec1 li {
    margin: 1rem 1%;
    width: 48%;
  }
  .page-products .pagesec1 li a{
    padding: .5rem 1rem;
  }
  .page-products .fimgbox {
    width: 90%;
  }

  .page-products .gallery li{
    padding: .2rem;
    width: 50%;
  }
}

/*****************************
business
*****************************/

.flowlist .fbox{
width: 33%;
padding: 7px;
}
.flowlist .fbox .namebox{
  margin-top: 1rem;
}

@media only screen and (max-width: 820px) {
  .flowlist .fbox {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .flowlist .fbox {
    width: 100%;
  }
}

.business_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.business_flex .left_area{
  width: 35%;
  margin-right: 5%;
}
.business_flex .right_area{
  width: 60%;
}
@media screen and (max-width: 820px) {
.business_flex .left_area{
  width: min(600px, 100%);
  margin-right: 0%;
  margin: 0 auto;
}
.business_flex .right_area{
  width: min(600px, 100%);
  margin: 0 auto;
}
}

.business_flex h3{
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #115417;
  margin-bottom: 15px;
}
.business_flex h3 span{
font-size: 4rem;
margin-right: 10px;
font-weight: bold;
letter-spacing: 5px;
}

@media screen and (max-width: 1024px) {
.business_flex h3{
  font-size: 24px;
}
.business_flex h3 span{
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
.business_flex h3{
  font-size: 18px;
}
.business_flex h3 span{
font-size: 24px;
display: block;
}
.business_flex p{
  font-size: 14px;
}
}


/*****************************
お知らせ
*****************************/
.newslist li{
  border-top: 2px solid #115417;
  padding: 2rem 0;
}
.newslist li:last-of-type{
  border-bottom: 2px solid #115417;
}
.newslist li .fimgbox{
  width: 30%;
}
.newslist li .fimgbox img{
  aspect-ratio: 3/2;
  object-fit: cover;
}
.newslist li .ftxtbox{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 65%;
}
.newslist li .ftxtbox .ttlbox .ttl{
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.newslist li .ftxtbox .morebtn1{
  margin-top: 2rem;
  text-align: right;
}
.newslist li .ftxtbox .morebtn1 a{
  text-align: left;
}

.page-single-news .singlehead{
  border-bottom: 2px solid #115417;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.page-single-news .singlehead .fimgbox{
border-radius: 5px;
box-shadow: 1px 1px 3px #b7b7b7;
overflow: hidden;
height: 80px;
width: 120px;
}
.page-single-news .singlehead .fimgbox img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-single-news .singlehead .ftxtbox{
width: calc(100% - 140px);
margin-left: 20px;
}
.page-single-news .singlehead .date{
  color: #9F9F9F;
}
.page-single-news .singlehead .ttl{
  font-size: 2.4rem;
}
.page-single-news .singlecontent{
  margin: 4rem 0;
}
.page-single-news .singlecontent .singletxtttl1{
  border-left: 5px solid #115417;
  border-bottom: 1px solid #115417;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 3rem 0 2rem;
  padding-left: 1rem;
}
.page-single-news .singlecontent .singletxtttl1 span{
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .newslist li .fimgbox,
  .newslist li .ftxtbox{
    width: 100%;
  }
  .newslist li .fimgbox img{
    aspect-ratio: 5 / 2;
  }
  .newslist li .ftxtbox .ttlbox .ttl{
    font-size: 1.8rem;
    color: #115417;
  }

  .page-single-news .singlehead {
    position: relative;
    padding: 1rem 0.5rem;
  }
  .page-single-news .singlehead .fimgbox{
    border-radius: none;
    box-shadow: none;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .page-single-news .singlehead .ftxtbox{
    position: relative;
    width: 100%;
  }
  .page-single-news .singlehead .ttl{
    font-size: 2rem;
  }
  .page-single-news .singlehead .date{
    color: #333;
  }
  .page-single-news .singlecontent .singletxtttl1,
  .page-single-news .singlecontent .singletxtttl1 span{
    font-size: 2rem;
  }
}

/*****************************
  プラポリ
*****************************/
.page-privacy-policy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy-policy .pplist .ttl{
border-left: 4px solid #115417;
font-size: 20px;
font-weight: bold;
margin: 3rem 0 1rem;
padding: 0.5rem 1.5rem;
color: #115417;
letter-spacing: 2px;
}
.page-privacy-policy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy-policy p,
.page-privacy-policy .pplist .content{
  line-height: 1.8;
}
.page-privacy-policy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy-policy .pplist .content li{
  list-style: "・";
}

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

}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .page-privacy-policy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  フォーム
*****************************/
.formbox{
  max-width: 800px;
  margin: 0 auto;
}
.formbox .fomin{
  background: #F5F5F5;
  border-top: 1px solid #115417;
  border-bottom: 1px solid #115417;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl span{
  color: #A42020;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: .5rem;
  padding: .2rem .5rem .3rem;
}
.formbox .fomcontent{
  background: #fff;
  padding: 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

.formbox input,
.formbox textarea,
.input-submit input{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-bottom: -1rem;
  text-align: right;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .txtbox{
  margin: 0 auto 2rem;
 width: min(800px, 100%);
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .telbtn{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbtn a{
  color: #115417;
  font-size: 2.4rem;
}
.pagesec-contact .txtbox .telbtn a i{
  margin-right: .3rem;
}
.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 800px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}
.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
  background: #115417;
  border: 1px solid #115417;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 3rem .5rem 2rem;
  position: relative;
  transition: .3s;
}
.fomb:hover input{
  background-color: #fff;
  color: #333;
}
.fomb input:disabled{
  background: #b5b5b5 !important;
  color: #333;
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
margin-bottom: 60px;
}
.sitemaplist {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 50px;
}
.sitemaplist li {
width: 47%;
list-style: none;
margin: 10px;
}
@media screen and (max-width: 767px) {
.sitemaplist li {
width: 100%;
list-style: none;
}
}
.sitemaplist li a{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #115417;
color: #115417;
opacity: 1;
}
.sitemaplist li a:hover{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
background: #115417;
color: #fff;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #115417;
}
.sitemaplist li a:hover::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff;
}
.sitemap-current a{
color: #fff !important;
border: 1px solid;
background: #115417;
}
.sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
}


.access_flex01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.access_flex01 .left_area {
    width: 50%;
    margin-right: 5%;
    padding: 10px;
}
.access_flex01 .right_area {
    width: 45%;
    padding: 10px;
}
@media screen and (max-width: 1024px) {
    .access_flex01 .left_area {
        width: 50%;
        margin-right: 5%;
        padding: 10px;
    }
        .access_flex01 .right_area {
        width: 45%;
        padding: 10px;
    }
}
@media screen and (max-width: 820px) {
  .access_flex01 {
    flex-direction: column-reverse;
}
    .access_flex01 .left_area {
        width: 100%;
        padding: 10px;
    }
        .access_flex01 .right_area {
        width: 100%;
        padding: 10px;
    }
}

.access_box {
    padding: 5px 0;
}
.access_box h3{
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
/*****************************
  tbl
*****************************/

.tbl_flexbox {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.tbl1 {
    margin: 0 auto;
    max-width: 100%;
}
.tbl1 dl {
    border-bottom: 1px dotted #115417;
    padding: 5px 0 5px;
    margin-bottom: 10px;
}
.tbl1 dt {
    padding: 0 1rem;
    width: 35%;
    margin-right: 5%;
    text-align: center;
}
.tbl1 dd {
    width: 60%;
}
/*****************************
  tb2
*****************************/

.tbl2_flexbox {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.tbl2 {
    margin: 0 auto;
    max-width: 100%;
}
.tbl2 dl {
    border-bottom: 1px dotted #115417;
    padding: 5px 0 5px;
    margin-bottom: 10px;
}
.tbl2 dt {
    padding: 0 1rem;
    width: 50%;
    margin-right: 5%;
    text-align: center;
}
.tbl2 dd {
    width: 45%;
}
@media screen and (max-width: 820px) {
.tbl2 dt {
padding: 5px 10px;
width: 100%;
margin-right: 0%;
text-align: left;
background: #039947;
color: #fff;
font-size: 14px;
margin-bottom: 5px;
}
.tbl2 dd {
    width: 100%;
}
.tbl2 dl {
  border-bottom: unset;

}
}




.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    }
    @media screen and (max-width: 820px) {
    .gmap {
    padding-bottom: 50%;
      }
    }
    @media screen and (max-width: 600px) {
    .gmap {
    padding-bottom: 100%;
      }
    }
    .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }

.namebox{
min-height: 80px;
}
.namebox .name{
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.namebox p{
 line-height: 1.4;
 font-size: 15px;
}
@media screen and (max-width: 600px) {
.namebox p{
 font-size: 14px;
}
}

.main_text_area{
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.main_text_area{
  text-align: left;
}
}

.main_text_area p{
  margin-bottom: 20px;
}

.confidentwork_img{
 width: min(1000px, 100%);
 margin:  0 auto;
}

.attempt_area{
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
.attempt_area h3{
  color: #fff;
  font-size: 22px;
}
.attempt_area p{
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
.attempt_area h3{
  color: #fff;
  font-size: 18px;
}
.attempt_area p{
  color: #fff;
  font-size: 14px;
}
}

.jgap_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.jgap_flex .left_area{
  width: 550px;
  margin-right: 50px;
}
.jgap_flex .right_area{
  width: calc(100% - 600px);
}

@media screen and (max-width: 1024px) {
.jgap_flex .left_area{
  width: calc(100% - 330px);
  margin-right: 30px;
}
.jgap_flex .right_area{
  width: 300px;
}
}
@media screen and (max-width: 767px) {
.jgap_flex .left_area{
  width: min(600px, 100%);
  margin-right: 0px;
  margin: 0 auto 50px;
}
.jgap_flex .right_area{
  width: min(400px, 100%);
   margin: 0 auto;
}
}


.bg_img01{
  position: relative;
  background-image: url(../images/main/bg_01.webp);
  background-size: 100% auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_img01::before {
    content: "";
    background: rgba(17, 84, 23, .6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.box_style h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
