@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  background: #fff;
  padding: 10px;
  font-size: 14px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cmn-breadcrumb a{
  color: #181818;
}

/*****************************
    ページのコンテンツ少ないとき
*****************************/
.cmn-main{
  min-height: calc(100vh - 600px);
}

/*****************************
    ページャー
*****************************/
.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  text-align: center;
}
.pager li{
  width: calc(100%/3);
}
.pager .prev a{
  background: #909090;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .prev a:hover{
  background: #F0F5F5;
  border: 1px solid #909090;
  color: #181818;
  opacity: 1;
}
.pager .all a{
  background: #101010;
  border: 1px solid #101010;
  color: #fff;
  padding: 6px 60px 6px;
  transition: .5s;
}
.pager .all a:hover{
  background: #F0F5F5;
  color: #181818;
  opacity: 1;
}
.pager .next a{
  background: #909090;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .next a:hover{
  background: #F0F5F5;
  border: 1px solid #909090;
  color: #181818;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  .pager .prev a{
      padding: 6px 30px 6px;
  }
  .pager .all a{
      padding: 6px 30px 6px;
  }
  .pager .next a{
      padding: 6px 30px 6px;
  }
}
/*****************************
    ページネーション
*****************************/
.pagination{
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .current{
  background: #101010;
  color: #fff;
  padding: 3px 10px 3px;
}
.page-numbers{
  background: #dedede;
  border: 1px solid #101010;
  padding: 3px 10px 3px;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  .pagination{
      margin-top: 60px;
  }
}

/*****************************
    single
*****************************/
.singlehead{
  margin-top: 0px;
}
.singlehead .date{
  color: #909090;
}
.singlehead h2{
  border-bottom: 2px dotted #909090;
  position: relative;
  color: #101010;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .singlehead h2{
    font-size: 20px;
  }
}

/*****************************
    404
*****************************/
.page-404 .morebtn{
  text-align: center;
  margin-top: 30px;
}
.page-404 .morebtn a{
  background: #339900;
  border: 1px solid #339900;
  color: #fff;
  padding: 10px 40px 10px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #339900;
  opacity: 1;
}

/******************************
  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;
}

/******************************
  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;
  align-items: center;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flexbox3{
    justify-content: flex-start;
  }
}


.flexbox4{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .flexbox4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
}


.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;
}

/******************************
  selection
******************************/
::selection {
  background: #32e4f069;
}

/******************************
  morebtn-type01
******************************/
.morebtn-type01 {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #339900;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 1px;
  padding: 12px 30px;
  transition: background-color 0.3s;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  width: 250px;
  border: 2px solid #fff;
}
.button_icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  background-color: #fff;
  color: #339900;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.morebtn-type01:hover {
  background-color: #8EC434;
  opacity: 1;
}
.morebtn-type01:hover .button_icon {
  color: #8EC434;
}
.button-svg-copy {
  position: absolute;
  transform: translate(-150%, 150%);
}
.morebtn-type01:hover .button-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}
.morebtn-type01:hover .button-svg-copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

/******************************
スクロール連動アニメーション
******************************/
.leftover-box {
  overflow: hidden;
}
.leftover-box .leftover-box-in {
  overflow: hidden;
  position: relative;
  transition-delay: 0.1s;
  transform: translate3d(-100.5%, 0px, 0px);
  transition-delay: 0s;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: left center;
  transition-property: transform, -webkit-transform;
}
.leftover-box.animated .leftover-box-in::before {
  transform: scale(0, 1);
}
.leftover-box .leftover-box-in::before {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transform: scaleX(1);
  transition-delay: 0.4s;
  transition-duration: 1.5s;
  transform-origin: right center;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 5;
}
.leftover-box .leftover-box-in img {
  transform: scale(1);
  transition-duration: 4s;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
.leftover-box.animated .leftover-box-in {
  transform: translate3d(0px, 0px, 0px);
}

/******************************
  TABLE
******************************/
table{
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
table th{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EAEFF0;
  text-align: left;
  vertical-align: middle;
  width: 25%;
}
table td{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
table ul{
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  table th{
      width: 100%;
      display: block;
      padding: 5px 10px;
  }
  table td{
      padding: 10px;
      display: block;
  }
}

/******************************
  header
******************************/
.cmnhead{
  /* background: #fff; */
  padding: 1rem 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: .5s;
}
.cmnhead_page{
  background: #fff;
  padding: 1rem 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: .5s;
}

.cmnhead .logo,.cmnhead_page .logo{
  max-width: 290px;
}

.navlist a{
  display: block;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1180px) {
.navlist a{
  display: block;
  padding: 0 1rem;
}
}

.navlist a:hover,
.navlist .nowpage a{
  border-bottom: 2px solid #339900;
  opacity: 1;
}
.spbtn{
  background: #339900;
  border-radius: 5px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  width: 40px;
  height:40px;
  z-index: 9999;
}
.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 2px;
  transition: all .4s;
  transform: translateX(-50%);
  width: 20px;
}
.spbtn span:nth-of-type(1) {
	top:10px;
}
.spbtn span:nth-of-type(2) {
	top:18px;
}
.spbtn span:nth-of-type(3) {
	top:26px;
}
.spbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 14px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.spbtn.active span:nth-of-type(3){
  top: 26px;
  left: 14px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
/* .splogo{
  display: none;
} */
.cmnhead.change,.page .cmnhead,.cmnhead_page.change,.page .cmnhead_page {
  background: #fff;
  box-shadow: 1px 1px 3px #ccc;
  transition: .5s;
}
.cmnhead.change .navlist a,.cmnhead_page.change .navlist a{
  color: #101010;
  text-shadow: none;
}

.hcbtn{
  background: #339900;
  border: 1px solid #339900;
  color: #fff;
  padding: 3px 10px;
  transition: .5s;
}
.cmnhead.change .navlist .hcbtn,.cmnhead_page.change .navlist .hcbtn{
  color: #fff ;
}
.navlist .hcbtn:hover{
  background: #fff;
  color: #339900;
  opacity: 1;
  text-shadow: none;
}
.cmnhead.change .navlist .hcbtn:hover,.cmnhead_page.change .navlist .hcbtn:hover{
  background: #fff;
  color: #339900;
  opacity: 1;
  text-shadow: none;
}

@media only screen and (max-width: 1180px) {
  .cmnhead,.cmnhead_page{
    padding: 1rem 0 1rem;
  }
  .cmnnav {
    margin-right: 0;
  }
  .headtel {
    top: 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .headtel {
    display: none;
  }
  .cmnhead,.cmnhead_page{
    padding: 1rem 0 1rem;
  }
  .cmnhead .logo, .cmnhead_page .logo{
    max-width: 250px;
    z-index: 1;
  }
  .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
  }
  .cmnnav.active{
    background: #f6fff1;
    height: 100dvh;
  }
  /* .cmnnav.active .splogo{
    display: block;
    margin: 4rem auto;
    max-width: 300px;
    text-align: center;
  } */
  .navlist{
    visibility: hidden;
    transform-origin: top center;
    transform: scale(.5);
  }
  .cmnnav.active .navlist{
    display: block;
    margin: 10rem auto 2rem;
    max-width: 300px;
    text-align: center;
    transition: .3s;
    transform: scale(1);
    visibility: visible;
  }
  .cmnnav.active .navlist li a{
    background: #fff;
    border: 1px solid #339900;
    color: #101010;
    margin: 1rem 0;
    padding: 1rem;
  }
  .cmnnav.active .navlist li a:hover,
  .cmnnav.active .navlist li.nowpage a{
    background: #339900;
    color: #fff;
  }
  .navlist a{
    text-shadow: none;
  }
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  footer
******************************/
.cmnfot{
  margin-top: 30px;
}
.fflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fflex{
    flex-direction: column-reverse;
  }
}


.ffbox1{
  width: 20%;
  margin-right: 20px;
}
.ffbox2{
  width: 500px;
  max-width: 100%;
}
.ffbox1 ul{
  margin-top: 20px;
}
.ffbox1 li a:hover{
  color: #339900;
}
.fotlink{
  text-align: right;
  margin-top: 30px;
}
.fotlink ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.fotlink li{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .fotlink li{
    width: 50%;
  }
}



.fotlink li::before{
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 2px solid #339900;
  border-radius: 50%;
}
.fotlink li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 20px;
  font-size: 16px;
}

.fotlink li a:hover {
  color: #339900;
}

.fotlink li a p{
  position: relative;
  font-weight: bold;
}
.fotcopy{
  text-align: right;
  padding: 5px 0;
  margin-top: 20px;

}
.fotcopy_area{
  background: #338600;
  color: #fff;
}

@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: 767px) {
  .ffbox1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .ffbox2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .ffbox1 ul{
    margin-left: 20px;
  }
  .fotlink li{
    margin-bottom: 20px;
  }
}

.item_hr{
  content: "";
  display: inline-block;
  width: 100%;
  height: 45px;
  background-image: url(../images/common/line_hr3.svg);
  background-repeat: repeat-x;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.symbol_style img{
  width: 70px;
  height: 70px;
  position: relative;
  top: -15px;
}

.page-bg-area{
position: relative;
}
.page-bg-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/page-bg.svg) no-repeat center / cover;
  z-index: -2;
  opacity: 0.4;
}
.logo_menu li{
  margin-bottom: 10px;
}

.logo_menu li a{
  position: relative;
  text-decoration: none;
  margin-left: 20px;
  font-size: 16px;
  letter-spacing: 0em;
  font-weight: bold;
}
.logo_menu li a::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 2px solid #339900;
  border-radius: 50%;
  top: 7px;
}

.greetingflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.greetingfbox1{
  width: 55%;
  margin-right: 20px;
}
.greetingfbox2{
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .greetingflex{
    flex-direction: column-reverse;
  }
  .greetingfbox1 {
    width: 100%;
    margin-right: 0;
  }
  .greetingfbox2{
    width: 100%;
    margin-bottom: 20px;
  }
}
