@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 / auto;
  opacity: .6;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -100;
}

/******************************
  font
******************************/
.ffMp2{
  font-family: "M PLUS 2", sans-serif;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
  max-width: 1180px;
}
.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: 0 auto 10rem;
  position: relative;
  width: 80px;
}
.ttlbox1 .ttl{
  writing-mode: vertical-rl;
}
.ttlbox1 .ttl span{
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 12px;
}
.ttlbox1 .en{
  display: inline-block;
  font-family: "M PLUS 2", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  position: absolute;
  bottom: 1.5rem;
  left: 8rem;
  word-break: auto-phrase;
}

.ttlbox2 .ttl{
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.4;
}
.ttlbox2 .en{
  font-family: "M PLUS 2", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.ttl3flex{
  gap: 5rem;
}
.ttlbox3{
  display: flex;
  align-items: center;
  padding-top: 7rem;
  position: relative;
  writing-mode: vertical-rl;
  width: 100px;
}
.ttlbox3::before{
  content: "";
  aspect-ratio: 1/1;
  background: url(../images/common/kamon.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
}
.ttlbox3 .ttl{
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 10px;
  line-height: 1.6;
}
.ttl3flex .fbox{
  margin-top: 7rem;
  width: calc(100% - 150px);
}

.ttlbox4{
  position: relative;
  padding-left: 6rem;
}
.ttlbox4::before{
  content: "";
  aspect-ratio: 1/1;
  background: url(../images/common/kamon.svg) no-repeat center / contain;
  position: absolute;
  top: -.5rem;
  left: 0;
  width: 50px;
}
.ttlbox4 .ttl{
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .ttlbox1 {
    margin: 0 auto 8rem;
    width: 62px;
  }
  .ttlbox1 .ttl span{
    font-size: 3.4rem;
  }
  .ttlbox1 .en{
    left: 6rem;
  }
  .ttlbox2 .ttl{
    font-size: 2.8rem;
  }

  .ttl3flex{
    gap: 2rem;
  }
  .ttl3flex .fbox{
    margin-top: 7rem;
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {

  .ttlbox3{
    padding-top: 6rem;
    width: 60px;
  }
  .ttlbox3::before {
    width: 40px;
  }
  .ttlbox3 .ttl{
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .ttl3flex .fbox{
    margin-top: 6rem;
    width: calc(100% - 80px);
  }

  .ttlbox4 {
    padding-left: 5rem;
  }
  .ttlbox4::before{
    top: -.2rem;
    width: 40px;
  }
  .ttlbox4 .ttl{
    font-size: 1.8rem;
  }
}

/******************************
  btn
******************************/
.morebtn1{
  font-family: "M PLUS 2", sans-serif;
}
.morebtn1 a{
  display: inline-block;
  opacity: 1;
  padding-right: 10rem;
  position: relative;
}
.morebtn1 a::before,
.morebtn1 a::after{
  content: "";
  background: #000;
  position: absolute;
  top: 50%;
  transition: .5s;
}
.morebtn1 a::before{
  aspect-ratio: 1/1;
  border-radius: 100%;
  right: 8rem;
  transform: translateY(-50%);
  width: 8px;
}
.morebtn1 a::after{
  right: 0px;
  transform: scale(1,1) translateY(-50%);
  transform-origin: left top;
  height: 1px;
  width: 80px;
}
.morebtn1 a span{
  font-weight: bold;
}
.morebtn1 a:hover::after{
  transform: scale(0, 1) translateY(-50%);
}

/******************************
  tbl
******************************/
.tblbox1 .tbl{
  display: flex;
  flex-wrap: wrap;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  border-bottom: 1px solid #000;
  padding: 2rem ;
}
.tblbox1 .tblttl{
  width: 150px;
}
.tblbox1 .tblcontent{
  border-color: #ccc;
  width: calc(100% - 150px);
}
@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{
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .tblbox1 .tbl::before{
    content: "";
    background: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100px;
  }
  .tblbox1 .tblttl,
  .tblbox1 .tblcontent{
    border: none;
    width: 100%;
  }
  .tblbox1 .tblttl{
    font-size: 1.4rem;
    font-weight: bold;
    padding: 2rem 1rem 1rem;
  }
  .tblbox1 .tblcontent{
    padding: 0rem 1.5rem 2rem;
  }
}

/******************************
  newslist
******************************/
.newslist{
  flex-direction: column;
}
.newslist li{
  border-top: 1px solid #333;
}
.newslist li:last-of-type{
  border-bottom: 1px solid #333;
}
.newslist li a{
  display: block;
  padding: 2rem;
}
.newslist li a .time{
  font-family: "M PLUS 2", sans-serif;
  font-weight: 500;
}


.pagination{
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 6rem;
}

.pager{
  gap: 1rem;
  text-align: center;
}
.pager li{
  min-width: 20px;
}
@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 {
    padding: 1rem;
  }
  .newslist li a .time{
    font-size: 1.4rem;
  }
}

/******************************
  header
******************************/
.cmnhead{
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  z-index: 100;
}
.cmnhead .logo{
  width: 250px;
}
.spbtn {
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  transition: .5s;
  height: 50px;
  width: 50px;
  z-index: 99;
}
.spbtn span {
  background: #000000;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 14px;
  transition: all .4s;
  height: 1px;
  width: 45%;
}
.spbtn span:nth-of-type(1) {
  top: 15px;
}
.spbtn span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}
.spbtn span:nth-of-type(3) {
  top: 31px;
  width: 25%;
}
.spbtn.active {
  z-index: 100;
}
.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);
  color: #fff;
  max-width: 340px;
  opacity: 0;
  padding: 8rem 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100lvh;
  width: 100vw;
  transition: 1s;
  z-index: 99;
}
.cmnnav.active {
  opacity: 1;
  pointer-events: all;
}
.splogo {
  display: block;
  filter: brightness(0) invert(1);
  text-align: center;
  margin: 0 auto 2rem;
  width: 200px;
}
.cmnnav > ul {
  gap: 1rem;
  padding: 0 2rem;
}
.cmnnav ul > li {
  width: 100%;
}
.cmnnav ul > li > a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: flex-end;
  font-size: 2rem;
  gap: 1rem;
  line-height: 1.6;
  padding: 1rem 2rem;
  position: relative;
  text-align: left;
}
.cmnnav ul > li > a span{
  display: block;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
}
.cmnnavgr a::before {
  display: none;
}
.cmnnavgr a:hover::after,
.cmnnavgr a.nowpage::after {
  content: "";
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 23px;
  left: .3rem;
  width: 8px;
}

.fixnav{
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 100;
  transition: .5s;
}
.fixnav a{
  color: #000000;
  font-family: "M PLUS 2", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
.fixnav.outposition{
  opacity: 0;
  pointer-events: none;
}

.fixnav.fncmn{
  opacity: 1;
  pointer-events: all;
  position: absolute;
  top: 27rem;
  bottom: auto;
}

@media only screen and (max-width: 1439px) {
  .fixnav.fntop{
    position: absolute;
    top: calc(100vh - 236px);
    bottom: auto;
  }
}
@media only screen and (max-width: 1180px) {
  .fixnav.fntop {
    top: calc(100vh - 200px);
  }
  .fixnav a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .fixnav.fncmn{
    display: none;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fixnav.fntop {
    display: none
  }
}

/******************************
  footer
******************************/
.cmnfot {
  padding: 10rem 0 2rem;
}
.cmnfot::before{
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 130px;
}
.cmnfot .logo{
  margin: 0 auto;
  max-width: 240px;
}
.cmnfot ul{
  margin: 5rem auto 6rem;
  text-align: center;
}
.cmnfot .fotcopy{
  text-align: center;
}