@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{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}
.cmnbg{
  background: url(../images/common/cmn_bg.webp) no-repeat center / cover;
  opacity: .5;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -10;
}

/******************************
  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{
  line-height: 1.2;
  margin-bottom: 4rem;
}
.ttlbox1.tc{
  text-align: center;
}
.ttlbox1 .enttl{
  font-size: 4.8rem;
  font-weight: 900;
}
.ttlbox1 .ttl{
  font-size: 1.8rem;
}
@media only screen and (max-width: 1180px) {
  .ttlbox1 .enttl{
    font-size: 4rem;
  }
}
@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) {
  .ttlbox1{
    margin-bottom: 3rem;
  }
  .ttlbox1 .enttl{
    font-size: 9.5vw;
  }
  .ttlbox1 .ttl {
    font-size: 4.5vw;
  }
}

/******************************
  btn
******************************/
.morebtn1 a{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: inline-block;
  line-height: 1.4;
  min-width: 150px;
  opacity: 1;
  padding: .5rem 1rem;
  text-align: center;
  transition: .5s;
}
.morebtn1 a:hover{
  background: #000;
  color: #fff;
}

/******************************
  tbl
******************************/

/******************************
  news
******************************/
.newslist {
  display: flex;
  flex-direction: column;
}
.newslist li{
  border-top: 1px solid #000;
  padding: 1rem 0;
}
.newslist li:last-of-type{
  border-bottom: 1px solid #000;
}
.newslist time{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  width: 100px;
}
.newslist time span{
  line-height: 1;
}
.newslist time span:nth-of-type(2){
  font-size: 3rem;
  font-weight: 500;
}
.newslist .ttl{
  width: calc(100% - 120px);
}

.pagination{
  margin-top: 5rem;
  text-align: center;
}
.page-numbers{
  margin-right: .5rem;
}
.page-numbers.current,
.page-numbers:hover{
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.page-numbers.dots{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.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 #000;
  display: inline-block;
  font-size: 1.5rem;
  opacity: 1 !important;
  padding: 0rem 1rem;
  transition: .5s;
}
.pager a:hover{
  background: #000;
  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: 768px) {
}
@media only screen and (max-width: 767px) {
  .newslist time{
    background: linear-gradient(transparent 60%, rgba(191,115,25,.2) 60%);
    color: #331F09;
    flex-direction: row;
    padding: .5rem;
    width: auto;
  }
  .newslist time span,
  .newslist time span:nth-of-type(2){
    font-size: 1.4rem;
    font-weight: bold;
  }
  .newslist .ttl{
    padding: .5rem;
    width: 100%;
  }
}

/******************************
  header
******************************/
.cmnhead{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.cmnhead .logo{
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 20%;
}
.cmnhead .logo img{
  width: 100%;
}
.cmnheadT .logo{
  filter: brightness(0) invert(1);
}
.spbtn{
  cursor: pointer;
  border-radius: 5px;
  position: fixed;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
}
.spbtn span{
  background: #333;
  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);
}
.cmnnav{
  background: rgba(0,0,0,.8);
  opacity: 0;
  /* max-width: 340px; */
  overflow: auto;
  padding: 4rem 3rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100lvh;
  width: 100vw;
  transition: 1s;
}
.cmnnav.active{
  opacity: 1;
  pointer-events: all;
}
.cmnnav .splogo{
  filter: brightness(0) invert(1);
  margin: 0 auto 2rem;
  max-width: 200px;
}
.cmnnav ul{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.cmnnav ul li a{
  /* border-bottom: 1px solid #fff; */
  color: #fff;
  display: block;
  opacity: 1;
  padding: 0 1rem;
  position: relative;
  transition: .5s;
}
.cmnnav ul li a span{
  font-size: 4vw;
  font-weight: bold;
  position: relative;
}
.cmnnav ul li a::before{
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: .5s;
}
.cmnnav ul li a:hover,
.cmnnav ul li a.nowpage{
  color: #000;
  text-align: center;
}
.cmnnav ul li a:hover::before,
.cmnnav ul li a.nowpage::before{
  width: 100%;
}
.cmnnav ul li a:hover span,
.cmnnav ul li a.nowpage span{
  text-transform: uppercase;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .cmnhead .logo{
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnhead .logo{
    top: 1rem;
    left: 1rem;
    width: 200px;
  }
  .cmnnav {
    padding: 6rem 3rem;
  }
  .cmnnav ul {
    gap: 1rem;
  }
  .cmnnav ul li a span {
    font-size: 9vw;
  }
}


/******************************
  footer
******************************/
.fotsec{
  padding: 15rem 0 10rem;
}
.fotsec .contact{
  background: url(../images/common/contact_bg.webp) no-repeat center / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12rem 10rem ;
}
.fotsec .inbox{
  background: rgba(255,255,255,.8);
  padding: 8rem;
}
.fotsec .inbox .ttlbox1{
  margin-bottom: 3rem;
}
.fotsec .morebtn1{
  margin-top: 3rem;
  text-align: right;
}

.cmnfot{
  padding-bottom: 2rem;
  text-align: center;
}
.cmnfot::before{
  content: "";
  background: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 180px;
}
.cmnfot ul {
  flex-direction: column;
  gap: 1rem;
  padding: 10rem 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .fotsec .inner{
    padding: 0;
  }
}
@media only screen and (max-width: 820px) {
  .fotsec .contact {
    padding: 5rem 4rem;
  }
  .fotsec .inbox {
    padding: 5rem 4rem;
  }

  .cmnfot ul {
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fotsec {
    padding: 10rem 0;
  }
  .fotsec .contact {
    padding: 4rem 2rem;
  }
  .fotsec .inbox {
    padding: 3rem 2rem ;
  }
  .fotsec .inbox .ttlbox1{
    margin-bottom: 2rem;
  }

  .cmnfot ul {
    padding: 5rem 0;
  }
  .fotcopy{
    font-size: 1.2rem;
  }
}