@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:"・";
}
.page-404 .txtbox{
  margin-bottom: 3rem;
}
.tred{
  color: #AD0B0B;
}

/******************************
  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{
  padding-bottom: 5rem;
  position: relative;
}
.ttlbox1::before{
  content: "";
  background: #707070;
  position: absolute;
  top: -10rem;
  left: -5rem;
  height: calc(100% + 13rem);
  width: 2px;
}
.ttlbox1 .ttl{
  font-size: 4rem;
}

.ttlbox2{
  margin-bottom: 3rem;
  text-align: center;
}
.ttlbox2 .ttl{
  font-size: 3.4rem;
}

.ttlbox3{
  margin-bottom: 3rem;
}
.ttlbox3 .ttl{
  border-bottom: 1px solid #707070;
  display: inline-block;
  font-size: 3rem;
}
@media only screen and (max-width: 1399px) {
  .ttlbox1::before{
    left: -2rem;
  }
}
@media only screen and (max-width: 1180px) {
  .ttlbox1 .ttl{
    font-size: 2.8rem;
  }
  .ttlbox2 .ttl{
    font-size: 2.6rem;
  }
  .ttlbox3 .ttl{
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .ttlbox1 {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox1 .ttl{
    font-size: 2.4rem;
  }
  .ttlbox2 .ttl{
    font-size: 2rem;
  }
  .ttlbox3 .ttl{
    font-size: 1.8rem;
  }
  .ttlbox1::before{
    top: -6rem;
    left: -1.5rem;
    height: calc(100% + 4rem);
  }
}

/******************************
  btn
******************************/
.morebtn1 a{
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  opacity: 1 !important;
  min-width: 230px;
  padding: 1rem ;
  transition: .5s;
  text-align: center;
}
.morebtn1 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) {
  .morebtn1 a{
    padding: .5rem 1rem ;
  }
}

/******************************
  tbl
******************************/
.tblbox1 .tbl{
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.tblbox1 .tbl:nth-of-type(even){
  background: #f6f6f6;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  padding: 1rem 2rem;
}
.tblbox1 .tblttl{
  width: 180px;
}
.tblbox1 .tblcontent{
  width: calc(100% - 180px);
}
@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{
    padding: 1rem ;
    width: 100%;
  }
  .tblbox1 .tblttl{
    font-weight: bold;
    padding-bottom: 0;
  }
}

/*****************************
  parts news
*****************************/
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
  text-align: center;
}
.page-numbers.dots{
  pointer-events: none;
}
.page-numbers.current,
.page-numbers:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.pager{
  gap: 1rem;
  margin: 3rem auto 0;
  max-width: 330px;
  text-align: center;
}
.pager a{
  border-bottom: 1px solid #000;
  display: inline-block;
  opacity: 1 !important;
  padding: 0 .5rem;
  transition: .5s;
}
.pager a:hover{
  background: #000;
  color: #fff;
}

/*****************************
parts news archive
*****************************/
.newslist{
  gap: 2rem;
}
.newslist li{
  width: calc(50% - 2rem);
}
.newslist .fimgbox{
  width: 42%;
}
.newslist .fimgbox img{
  aspect-ratio: 3/2;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.newslist .ftxtbox{
  width: 55%;
}
.newslist .ftxtbox time{
  font-size: 1.4rem;
}
.newslist .ftxtbox .ttl{
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}
.newslist .ftxtbox .txt{
  font-size: 1.5rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .newslist {
    margin: 0 auto;
    max-width: 680px;
  }
  .newslist li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .newslist li {
    border-bottom: 1px solid #333;
    padding-bottom: 1rem;
  }
  .newslist .fimgbox{
    width: 80px;
  }
  .newslist .ftxtbox{
    width: calc(100% - 90px);
  }
  .newslist .fimgbox img{
    height: 100%;
  }
  .newslist .ftxtbox .ttl{
    border-bottom: none;
    font-size: 1.6rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .newslist .ftxtbox .txt{
    display: none;
  }
}


/******************************
  header
******************************/
.cmnhead{
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.cmnhead .mainheadttl{
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
}
.cmnhead .cmnheadtel{
  color: #fff;
  max-width: 280px;
  margin-left: auto;
}
.cmnhead .cmnheadtel p{
  font-size: 1.2rem;
  margin-top: .5rem;
}
.cmnhead .cmnheadtel > div{
  text-align: center;
}
.cmnhead .cmnheadtel > div a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.spbtn{
  cursor: pointer;
  mix-blend-mode: difference;
  position: fixed;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
  z-index: 10000;
}
.spbtn span{
  background: #bbbbbb;
  display: inline-block;
  position: absolute;
  left: 50%;
  transition: all .4s;
  transform: translateX(-50%);
  height: 2px;
  width: 75%;
}
.spbtn span:nth-of-type(1) {
  top:15px; 
}
.spbtn span:nth-of-type(2) {
  top:23px;
}
.spbtn span:nth-of-type(3) {
  top:31px;
}
.spbtn.active span{
  background: #fff;
  top: 50%;
  transform: translate(-50%,-50%) rotate(-25deg);
  /* width: 30%; */
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3) {
  transform: translate(-50%,-50%) rotate(25deg);
}

.cmnnavgr{
  display: none;
}

.cmnnav{
  background: rgba(0,0,0,.8);
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  transition: .5s;
  height: 100lvh;
  width: 100%;
  z-index: 9999;
}
.cmnnav.active{
  opacity: 1;
  pointer-events: all;
}
.cmnnav .cninner{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  min-height: 100%;
  height: auto;
  padding: 10rem 0;
}
.cmnnav .logo{
  filter: brightness(0) invert(1);
  max-width: 100px;
  width: 100%;
}
.cmnnav ul{
  letter-spacing: 4px;
  writing-mode: vertical-rl;
}
.cmnnav ul li {
  margin: 0 1rem;
}
.cmnnav ul a{
  color: #fff;
}

.cmnnav .headtel{
  color: #fff;
  max-width: 320px;
}
.cmnnav .headtel p{
  font-size: 1.4rem;
}
.cmnnav .headtel > div{
  text-align: center;
}
.cmnnav .headtel > div p{
  font-size: 1.8rem;
}
.cmnnav .headtel > div a {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}

.navactive{
  overflow: hidden;
}

.cmnfv {
  clip-path: inset(0);
  height: 120lvh;
  overflow: hidden;
  position: relative;
}
.cmnfv::before{
  background: rgba(0,0,0,.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.headnav{
  position: absolute;
  bottom: 20vh;
  left: 0;
  width: 100%;
  z-index: 2;
}
.headnav .hninner{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  min-height: 100%;
  height: auto;
  padding: 2rem 0;
}
.headnav .logo{
  filter: brightness(0) invert(1);
  max-width: 130px;
  width: 100%;
}
.headnav ul{
  letter-spacing: 4px;
  writing-mode: vertical-rl;
}
.headnav ul li {
  margin: 0 1rem;
}
.headnav ul a{
  color: #fff;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .cmnhead .cmnheadtel{
    max-width: 200px;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnhead .cmnheadtel{
    display: none;
  }
  .cmnhead .mainheadttl{
    font-size: 1.4rem;
    width: calc(100% - 40px);
  }
  .cmnnav .cninner {
    padding: 10rem 2rem;
  }

  .cmnfv {
    height: 100lvh;
  }

  .headnav {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .headnav .logo {
    max-width: 100px;
  }
  .headnav ul {
    display: none;
  }
}

/******************************
  footer
******************************/
.cmnfot {
  background: #000;
  color: #fff;
  padding: 5rem 0 2rem;
}
.cmnfot a{
  color: #fff;
}
.cmnfot .logo{
  filter: brightness(0) invert(1);
  max-width: 300px;
}
.fotcontent {
  margin: 2rem 0 3rem;
}
.fotinfo > div{
  gap: 2rem;
  margin-bottom: 1rem;
}
.fotinfo > div > dt {
  width: 80px;
}
.fotinfo > div > dd {
  width: calc(100% - 100px);
}
.fotcontact .fottel > p{
  font-size: 1.4rem;
}
.fotcontact .fottel > div a {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.fotcontact .btns{
  gap: 1rem 2rem;
  margin-top: 2rem;
  max-width: 315px;
}
.fotcontact .insta a{
  font-size: 3rem;
  line-height: 1.3;
}

.fotcontact .morebtn1 a{
  background: #AD0B0B;
  color: #fff;
  padding: .5rem 1rem;
}
.fotcontact .morebtn1 a:hover{
  background: #fff;
  color: #AD0B0B;
}
.fotcontact ul{
  margin-top: 1rem;
}
.fotcontact ul a{
  text-decoration: underline;
}
.fotcontact ul a:hover{
  text-decoration: none;
}
.fotcopy{
  text-align: right;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fotinfo > div{
    gap: 0;
  }
  .fotinfo > div > dt,
  .fotinfo > div > dd {
    width: 100%;
  }
  .fotinfo > div > dd {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnfot .logo{
    max-width: 250px;
  }
  .fotinfo,
  .fotcontact {
    width: 100%;
  }
  .fotinfo{
    margin-bottom: 2rem;
  }
  .fotinfo > div > dd {
    padding-left: 1rem;
  }
}