@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: 5rem;
  padding: 6rem 0;
  width: 450px;
  z-index: 1;
}
.ttlbox1::before{
  content: "";
  background: url(../images/common/bg_cmn.webp) no-repeat center / cover;
  position: absolute;
  bottom: 0;
  left: -100vw;
  transition: .8s;
  height: 100%;
  width: calc((100vw - 100%) / 2 + 100% + 2rem);
  z-index: -1;
}
.ttlbox1.animated::before{
  left: calc((-100vw + 100%) / 2);
}
.ttlbox1 .ttl{
  color: #000;
  font-size: 4rem;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}

.ttlbox2{
  margin-bottom: 2rem;
}
.ttlbox2 .ttl{
  border-bottom: 1px solid #ccc;
  font-size: 2.6rem;
  padding-bottom: .5rem;
  position: relative;
}
.ttlbox2 .ttl::before{
  content: "";
  background: #a684b7;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 80px;
}

.subttl1{
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-left: 3.5rem;
  position: relative;
}
.subttl1::before,
.subttl1::after{
  content: "";
  background: #000;
  aspect-ratio: 1/1;
  position: absolute;
  width: 15px;
}
.subttl1::before{
  top: 0;
  left: 10px;
}
.subttl1::after{
  background: #a684b7;
  top: 10px;
  left: 0;
}

@media only screen and (max-width: 1180px) {
  .ttlbox1 {
    padding: 4rem ;
  }
}
@media only screen and (max-width: 1024px) {
  .ttlbox1 .ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox1 {
    max-width: 300px;
    padding: 3rem 0 3rem 1rem;
    width: 90%;
  }
  .ttlbox1 .ttl {
    font-size: 2.6rem;
  }
  .ttlbox2 .ttl{
    font-size: 2.2rem;
  }
  .subttl1{
    font-size: 1.8rem;
  }
}

/******************************
  btn
******************************/
.morebtn1{
  margin-top: 1.5rem;
}
.morebtn1 a{
  background: #fff;
  border: 1px solid #a684b7;
  box-shadow: 5px 5px #a684b7;
  display: inline-block;
  opacity: 1;
  padding: .5rem 2rem;
  text-align: center;
  transition: .5s;
}
.morebtn1 a:hover{
  background: #a684b7;
  color: #fff;
  box-shadow: none;
}

/******************************
  tbl
******************************/
.tblbox1 .tbl{
  display: flex;
  flex-wrap: wrap;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  border-bottom: 1px solid #d2d2d2;
  padding: 1rem 2rem;
}
.tblbox1 .tblttl{
  border-bottom: 1px solid #a684b7;
  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 .tblttl,
  .tblbox1 .tblcontent{
    width: 100%;
  }
  .tblbox1 .tblttl{
    background: #f8f6ff;
    padding: .8rem 1.5rem;
  }
  .tblbox1 .tblcontent{
    border-bottom: none;
    padding: 2rem 1.5rem;
  }
}

/******************************
  parts news
******************************/
.newslist{
  background: #fff;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, .1);
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 5rem 5rem;
}
.newslist li{
  margin-bottom: 1rem;
}
.newslist li a{
  display: block;
  opacity: 1 !important;
  padding: 2rem ;
}
.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: #a684b7;
  transition: 0.3s;
  width: 70px;
}
.newslist li a:hover::after{
  width: 100%;
}
.newslist li .newsinfo{
  margin-bottom: 1rem;
}
.newslist li .newsinfo time,
.singlehead .singleinfo time{
  color: #a684b7;
  font-weight: bold;
}
.newslist li .newsinfo .cat,
.singlehead .singleinfo .cat{
  background: linear-gradient(90deg, #a684b7, #15004e);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 1rem;
  padding: .5rem 1rem;
}

.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,#a684b7,#15004e);
  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: #a684b7;
  font-weight: bold;
  text-decoration: underline;
}
.page-numbers.dots{
  color: #a684b7;
  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 #a684b7;
  display: inline-block;
  font-size: 1.5rem;
  opacity: 1 !important;
  padding: 0rem 1rem;
  transition: .5s;
}
.pager a:hover{
  background: #a684b7;
  color: #fff;
}

.page-archive .pagesec{
  background: url(../images/common/bg_cmn.webp) no-repeat center / cover;
}
.page-single .pagesec::before{
  content: "";
  background: url(../images/common/bg_cmn.webp) no-repeat center / cover;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@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 {
    padding: 2rem 1.5rem 3rem;
  }
  .newslist li a{
    padding: 1rem;
  }
}

/******************************
  header
******************************/
.cmnhead{
  padding: 1rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.cmnhead .logo{
  height: 190px;
}
.cmnhead .logo img{
  height: 100%;
}
.cmnhead .cmnnavgr{
  position: fixed;
  top: 0;
  right: 0;
  transition: .5s;
}
.tophead .cmnnavgr{
  opacity: 0;
  pointer-events: none;
}

.spbtn{
  cursor: pointer;
  mix-blend-mode: difference;
  position: fixed;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
  z-index: 10000;
}
.spbtn span{
  background: #bbbbbb;
  background: #7a7a7a;
  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 {
  mix-blend-mode: normal;
}
.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);
}
.cmnnav{
  background: rgba(0,0,0,.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  max-width: 180px !important;
  overflow: auto;
  padding: 4rem 2rem !important;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: -180px;
  height: 100lvh;
  width: 100%;
  transition: .5s;
  z-index: 9999;
}
.cmnnav.active{
  opacity: 1;
  pointer-events: all;
  right: 0;
}
.cmnnav ul{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 2rem;
  text-align: right;
}
.cmnnav ul li a{
  color: #fff;
  display: block;
}
.cmnnav ul li a.nowpage{
  border-bottom: 1px solid #fff;
}


@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .cmnhead .logo{
    height: 150px;
  }
}
@media only screen and (max-width: 820px) {
  .tophead .cmnnavgr{
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnhead .logo{
    height: 120px;
  }
}

/******************************
  footer
******************************/
.cmnfot {
  background: #f2f2f2;
  padding: 5rem 0 2rem;
  text-align: center;
}
.cmnfot .ttl{
  font-size: 4rem;
}
/* .cmnfot .fotlogo{
  margin: 0 auto;
  max-width: 280px;
} */
.cmnfot ul{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0 3rem;
}
.cmnfot ul li a{
  text-decoration: underline;
}
@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) {
  .cmnfot .ttl{
    font-size: 3rem;
  }
  .cmnfot ul {
    margin: 1rem 0 2rem;
  }
  .fotcopy{
    font-size: 1.2rem;
  }
}