@charset "UTF-8";

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}
.kome,
.ten,
.circle{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before,
.circle::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}
.circle::before{
  content: "";
  background: #389323;
  border-radius: 100%;
  top: 9px;
  left: 2px;
  height: 10px;
  width: 10px;
}
.anchor{
  scroll-margin-top: 86px;
}
.page-404 .txt{
  text-align: center;
}
@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-404 .txt{
    text-align: left;
  }
}

/******************************
  font
******************************/
.ffMpR1c{
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@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) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.ttlbox1 {
  color: #389323;
  margin-bottom: 5rem;
  position: relative;
}
.ttlbox1::before{
  content: attr(data-label);
  font-size: 8rem;
  opacity: .27;
  position: absolute;
  top: -6rem;
  left: -10%;
  text-shadow: none;
  z-index: 1;
}
.ttlbox1 .ttl{
  display: inline-block;
  position: relative;
}
.ttlbox1 .ttl span{
  font-size: 4rem;
  font-weight: 500;
  position: relative;
  text-shadow: 3px 3px #fff;
  z-index: 1;
}
.ttlbox1 .ttl::after{
  content: "";
  background: #DAEDC4;
  position: absolute;
  bottom: 0;
  left: calc((-100vw + 100%) / 2 );
  transition: .8s;
  height: 50%;
  width: 0;
  z-index: -1;
}
.ttlbox1.animated .ttl::after{
  width: calc((100vw - 100%) / 2 + 100% + 2rem);
}

.ttlbox2 {
  line-height: 1.2;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  position: relative;
}
.ttlbox2::before{
  content: "";
  background: #389323;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100px;
}
.ttlbox2 .ttl{
  font-size: 1.6rem;
  font-weight: 500;
}
.ttlbox2 .enttl{
  color: #389323;
  font-size: 3.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 1300px) {
  .ttlbox1::before {
    left: -5%;
  }
}
@media only screen and (max-width: 1180px) {
  .ttlbox1::before {
    font-size: 7rem;
    top: -5rem;
    left: -3rem;
  }
  .ttlbox1 .ttl {
    padding-left: 2rem;
  }
  .ttlbox1 .ttl span {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .ttlbox1::before {
    font-size: 6rem;
    top: -4rem;
    left: -1.8rem;
  }
  .ttlbox1 .ttl span {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox1{
    margin-bottom: 3rem;
  }
  .ttlbox1::before {
    font-size: 5rem;
    top: -3.5rem;
    left: -1.8rem;
  }
  .ttlbox1 .ttl{
    padding: 0;
  }
  .ttlbox1 .ttl span {
    font-size: 2.6rem;
  }
}

/******************************
  btn
******************************/
.morebtn1{
  margin-top: 2rem;
  text-align: center;
}
.morebtn1 a{
  background: #0D4600;
  border: 1px solid #0D4600;
  border-radius: 50px;
  color: #fff;
  display: block;
  opacity: 1;
  margin: 0 auto;
  max-width: 200px;
  padding: .5rem 1rem;
  transition: .5s;
}
.morebtn1 a:hover{
  background: #fff;
  color: #0D4600;
}

/******************************
  tbl
******************************/
.tblbox1 {
  max-width: 800px;
}
.tblbox1 .tbl{
  border-bottom: 1px solid #389323;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  padding: 1rem 2rem;
}
.tblbox1 .tblttl{
  background: #F2FFEF;
  width: 200px;
}
.tblbox1 .tblcontent{
  background: rgba(255,255,255,.9);
  width: calc(100% - 200px);
}
@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) {
  .tblbox1 .tblttl,
  .tblbox1 .tblcontent{
    width: 100%;
  }
  .tblbox1 .tblttl{
    padding: .5rem 2rem;
  }
}

/******************************
  header
******************************/
.cmnhead{
  background: rgba(255, 255, 255, .8);
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.cmnhead .logo{
  max-width: 250px;
}
.cmnhead .telbtns{
  justify-content: end;
  gap: 1.5rem;
  margin-bottom: .5rem;
}
.cmnhead .telbtns li a,
.cmnhead .telbtns li span{
  background: #2D5C10;
  border-radius: 50px;
  color: #fff;
  line-height: 1;
  padding: .2rem 2rem;
}
.cmnhead .nav {
  gap: 1rem;
}
.cmnhead .nav a{
  padding: 0 1rem;
}
.cmnhead .nav .haschild{
  position: relative;
}
.cmnhead .nav .haschild ul{
  opacity: 0;
  position: absolute;
  top: 3rem;
  left: 0;
  pointer-events: none;
  transition: .5s;
  width: 100%;
}
.cmnhead .nav .haschild:hover ul{
  background: rgba(255, 255, 255, .8);
  opacity: 1;
  pointer-events: all;
}

.cmnhead.posH{
  background: none;
}
.cmnhead.posH .logo{
  filter: brightness(0) invert(1);
}
.cmnhead.posH .nav a{
  /* color: #fff; */
  text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff;
}
.cmnhead.posH .nav .haschild ul{
  background: none;
}

.spbtn{
  background: #2D5C10;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
}
.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transition: all .4s;
  height: 2px;
  width: 60%;
}
.spbtn span:nth-of-type(1) {
  top: 35%;
  transform: translate(-50%,-50%);
}
.spbtn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%,-50%);
}
.spbtn span:nth-of-type(3) {
  top: 65%;
  transform: translate(-50%,-50%);
}
.spbtn.active{
  z-index: 1;
}
.spbtn.active span{
  background: #fff;
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3) {
  transform: translate(-50%,-50%) rotate(45deg);
}
.splogo{
  display: none;
  filter: brightness(0) invert(1);
  margin-bottom: 2rem;
  max-width: 180px;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .cmnhead{
    background: none;
  }
  .cmnhead .logo {
    max-width: 180px;
  }
  .spbtn,
  .splogo{
    display: block;
  }
  .cmnnav{
    background: rgba(45, 92, 16, .7);
    display: flex;
    flex-direction: column;
    overflow: auto;
    opacity: 0;
    padding: 3rem 2rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: -280px;
    transition: .5s;
    height: 100vh;
    width: 280px;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
    right: 0;
  }
  .cmnhead .telbtns {
    flex-direction: column;
    gap: 1rem;
    margin: 3rem 0 0;
    order: 3;
  }
  .cmnhead .telbtns li a,
  .cmnhead .telbtns li span {
    background: #fff;
    font-weight: bold;
    color: #2D5C10;
  }
  .cmnhead .nav {
    flex-direction: column;
    gap: 1.5rem;
  }
  .cmnhead .nav a{
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 0 0 0 3rem;
    position: relative;
    text-shadow: none !important;
  }

  .cmnhead .nav .haschild ul{
    background: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    opacity: 1;
    padding-left: 1.5rem;
    position: static;
    pointer-events: all;
  }
  .cmnhead .nav a::before{
    content: "\f105";
    font: var(--fa-font-solid);
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }

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

/******************************
  footer
******************************/
.cmnfot{
  background: #0D4600;
  color: #fff;
  padding: 3rem 0 1rem;
}
.cmnfot .logo{
  filter: brightness(0) invert(1);
  margin: 0 auto;
  max-width: 250px;
}
.cmnfot .fotcontent{
  gap: .5rem 2rem;
  margin: 1.5rem auto 2rem;
  max-width: 400px;
}
.cmnfot .fotcontent a{
  color: #fff;
}
.cmnfot .fotcopy{
  font-size: 1.4rem;
  text-align: center;
}
@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) {
  .cmnfot .fotcontent{
    max-width: 250px;
  }
}