@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:"・";
}

/******************************
  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{
  margin-bottom: 1rem;
}
.ttlbox1 .ttl{
  color: #6E6E6E;
  font-size: 3rem;
  font-weight: 300;
}

.ttlbox2{
  margin-bottom: 3rem;
}
.ttlbox2 .ttl{
  color: #6E6E6E;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
}

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

/******************************
  tbl
******************************/
.tblbox1 .tbl:nth-of-type(even){
  background: #DBE2E6;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  padding: 1rem 2rem;
}
.tblbox1 .tblttl{
  width: 200px;
}
.tblbox1 .tblcontent{
  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 .tbl:nth-of-type(even){
    background: #fff;
  }
  .tblbox1 .tblttl,
  .tblbox1 .tblcontent{
    width: 100%;
  }
  .tblbox1 .tblttl{
    background: #DBE2E6;
    padding: .8rem 1.5rem;
  }
  .tblbox1 .tblcontent{
    padding: 2rem 1.5rem;
  }
}


/*****************************
parts news
*****************************/
.newslist li{
  margin-bottom: 1rem;
}
.newslist li a{
  display: block;
  opacity: 1 !important;
  position: relative;
  padding: 1rem 0;
}
.newslist li a::before,
.newslist li a::after{
  content: '';
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.newslist li a::after {
  background: #818f99;
  transition: 0.3s;
  width: 70px;
}
.newslist li a:hover::after{
  width: 100%;
}
.newslist li a time,
.singlehead time{
  background: #DBE2E6;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: .8rem;
  padding: .5rem 1rem;
}
.newslist li a .ttl{
  padding: 0 1.5rem;
}
.newslist .fimgbox{
  width: 20%;
}
.newslist .ftxtbox{
  width: 70%;
}


.singlehead{
  margin-bottom: 2rem;
  padding-bottom: 1rem ;
  position: relative;
}
.singlehead::before,
.singlehead::after{
  content: '';
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.singlehead::after {
  background: linear-gradient(90deg,#090204,#DBE2E6);
  transition: 0.3s;
  width: 70px;
}
.singlehead .ttl{
  font-size: 2.4rem;
}

.pagination{
  margin-top: 5rem;
  text-align: center;
}
.page-numbers{
  margin-right: .5rem;
}
.page-numbers.current,
.page-numbers:hover{
  color: #DBE2E6;
  font-weight: bold;
  text-decoration: underline;
}
.page-numbers.dots{
  color: #DBE2E6;
  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 #DBE2E6;
  display: inline-block;
  font-size: 1.5rem;
  opacity: 1 !important;
  padding: 0rem 1rem;
  transition: .5s;
}
.pager a:hover{
  background: #DBE2E6;
  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 li a .ttl {
    padding: 0 1rem;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}

/******************************
  header
******************************/
.cmnhead{
  background: #818F99;
  padding: 1.2rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.cmnhead .logo .txt{
  color: #fff;
  font-size: 1.2rem;
}
.cmnhead .logo img{
  filter: invert(1);
  width: 300px;
}
.cmnhead .logo a{
  display: block;
}
.cmnnav ul{
  gap: 2rem;
}
.cmnnav ul a{
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  opacity: 1;
  position: relative;
  text-align: center;
}
.cmnnav ul span{
  display: block;
  font-size: 1.2rem;
}
.cmnnav ul a::before{
  content: "";
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  transition: .5s;
}
.cmnnav ul a.nowpage::before,
.cmnnav ul a:hover::before{
  width: 100%;
}
.spbtn,
.splogo{
  display: none;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .cmnhead .logo img{
    width: 280px;
  }
}
@media only screen and (max-width: 1023px) {
  .spbtn,
  .splogo{
    display: block;
  }
  .spbtn {
    aspect-ratio: 1/1;
    background: #818F99;
    cursor: pointer;
    position: fixed;
    top: 1rem;
    right: 1rem;
    transition: .5s;
    width: 50px;
    z-index: 99;
  }
  .spbtn span {
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s;
    height: 2px;
    width: 45%;
  }
  .spbtn span:nth-of-type(1) {
    top: 35%;
  }
  .spbtn span:nth-of-type(3) {
    top: 65%;
  }
  .spbtn.active {
    z-index: 100;
  }
  .spbtn.active span {
    background: #fff;
    top: 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(129, 143, 153, .8);
    max-width: 400px;
    opacity: 0;
    overflow: auto;
    padding: 8rem 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100lvh;
    width: 100%;
    transition: .5s;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
  }
  .splogo img{
    filter: invert(1);
  }
  .splogo,
  .cmnnav ul {
    margin: 0 auto;
    max-width: 80%;
  }
  .cmnnav ul{
    margin-top: 2rem;
  }
  .cmnnav ul li{
    width: 100%;
  }
  .cmnnav ul a{
    border-bottom: 1px solid #fff;
    padding: 1rem;
    text-align: left;
  }
  .cmnnav ul span{
    display: inline-block;
    margin-left: 1rem;
  }
  .cmnnav ul a::before{
    display: none;
  }
  .cmnnav ul a::after{
    content: "\f105";
    font: var(--fa-font-solid);
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
  }
  .cmnnav ul a.nowpage::after,
  .cmnnav ul a:hover::after{
    content: "\f192";
    font: var(--fa-font-regular);
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 767px) {
  .cmnhead .logo .txt {
    font-size: 1rem;
  }
  .cmnhead .logo img {
    margin-top: 0.5rem;
    width: calc(100% - 60px);
  }
  .spbtn {
    width: 45px;
  }

}


/******************************
  footer
******************************/
.cmnfot .fixmenu{
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 1001;
}
.cmnfot .banner a{
  writing-mode: vertical-rl;
  padding: 2rem;
  background: #818f99;
  border-radius: 10px 0 0 10px;
}
.cmnfot .banner2 a{
  display: none;
}
.cmnfot {
  background: url(../images/common/bg_fot.webp) no-repeat center / cover;
  color: #fff;
  padding: 13rem 0 10rem;
  position: relative;
  text-shadow: 1px 1px #000;
}
.cmnfot::before{
  content: "";
  background: rgba(255,255,255,.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cmnfot a{
  color: #fff;
}
.fotlogo img{
  filter: drop-shadow(1px 1px 0px #fff) invert(1);
  max-width: 300px;
}
.fotinfo p{
  font-size: 1.3rem;
}
.fotlinks{
  gap: 0.5rem 2rem;
  width: 430px;
}
.fotlinks a{
  font-size: 2rem;
}
.fotcopy{
  font-size: 1.3rem;
  margin-top: 2rem;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .cmnfot {
    padding: 7rem 0 5rem;
  }
  .fotinfo ,
  .fotlinks{
    width: 100%;
  }
  .fotlinks{
    margin-top: 2rem;
  }
  .fotlinks a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnfot{
    padding-bottom: 8rem;
  }
  .cmnfot .fixmenu{
    top: initial;
    right: initial;
    bottom: 0;
    display: flex;
    width: 100%;
  }
  .cmnfot .banner{
    width: 50%;
  }
  .cmnfot .banner a{
    border-radius: 0;
    writing-mode: horizontal-tb;
    padding: 1rem;
    height: 65px;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cmnfot .banner2 a{
    background: #2a2a2a;
  }
}