@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,
.circle{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before,
.circle::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}
.circle::before{
  content:"●";
}
/* .anchor{
  scroll-margin: 2rem;
} */

/******************************
  columnblock
******************************/
.columnblock {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 5rem;
}
.columnblock .maincontent{
  width: calc(100% - 250px - 5rem);
}
.columnblock .sidebar{
  padding: 8rem 0;
  width: 250px;
}
.columnblock .sidebar ul{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 2rem;
}
.columnblock .sidebar li{
  border: 1px solid #DE7920;
  border-radius: 10px;
}
.columnblock .sidebar li a{
  display: block;
  line-height: 1.5;
  padding: .5rem 1rem .5rem 4rem;
  position: relative;
}
.columnblock .sidebar li a::before{
  content: "";
  aspect-ratio: 40 / 31;
  background: url(../images/common/nikukyu_orange.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 20px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .columnblock .maincontent{
    width: 100%;
  }
  .columnblock .sidebar{
    display: none;
    padding: 5rem 0;
    width: 250px;
  }
  .columnblock .sidebar ul{
    position: static;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
  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: 3rem;
  text-align: center;
}
.ttlbox1 .ttl{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.ttlbox1 .ttl::first-letter{
  color: #DE7920;
}
.ttlbox1 .enttl{
  color: #DE7920;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.ttlbox1 .enttl::before{
  content: "";
  aspect-ratio: 40 / 31;
  background: url(../images/common/nikukyu_orange.svg) no-repeat center / contain;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  z-index: -1;
}

.ttlbox2{
  background: #fff6ef;
  border-top: 2px solid #DE7920;
  border-right: 2px solid #DE7920;
  border-radius: 0 20px 0 0;
  margin-bottom: 2rem;
  padding: .5rem 1rem ;
  position: relative;
}
.ttlbox2::before{
  content: "";
  background: #DE7920;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100px;
}
.ttlbox2 .ttl{
  font-size: 2.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) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox2 .ttl{
    font-size: 2rem;
  }
}

/******************************
  btn
******************************/
.morebtn1{
  margin-top: 3rem;
  text-align: center;
}
.morebtn1 a{
  background: #fff;
  border-radius: 50px;
  border: 2px solid #DE7920;
  color: #DE7920;
  display: inline-block;
  font-weight: bold;
  min-width: 250px;
  opacity: 1;
  position: relative;
  padding: .5rem 2rem;
  transition: .5s;
  box-shadow: 2px 2px #ccc;
}
.morebtn1 a::before{
  content: "";
  aspect-ratio: 40 / 31;
  background: url(../images/common/nikukyu.svg) no-repeat center / contain;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-25deg);
  transition: .5s;
  width: 60px;
}
.morebtn1 a:hover{
  background: #ffedde;
  color: #333;
}
.morebtn1 a:hover::before{
  opacity: 1;
}

/******************************
  tbl
******************************/
.tblbox1 .tbl{
  border-right: 1px solid #ffe1e7;
  border-left: 1px solid #ffe1e7;
}
.tblbox1 .tbl:first-of-type{
  border-top: 1px solid #ffe1e7;
}
.tblbox1 .tblttl,
.tblbox1 .tblcontent{
  padding: 1rem 2rem;
}
.tblbox1 .tblttl{
  background: #DE7920;
  background: linear-gradient(135deg , #CC3273 , #D08487);
  background: #ffe1e7;
  border-bottom: 1px solid #fff;
  color: #333;
  width: 200px;
}
.tblbox1 .tblcontent{
  border-bottom: 1px solid #ffe1e7;
  width: calc(100% - 200px);
}
.tblbox1 .tbl:last-of-type .tblttl{
  border-color: #ffe1e7;
}
@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: 1px solid #CC3273;
    border-bottom: 0;
  }
  .tblbox1 .tbl:last-of-type{
    border-bottom: 1px solid #CC3273;
  }
  .tblbox1 .tblttl,
  .tblbox1 .tblcontent{
    border: none;
    padding: 1rem 1.5rem;
    width: 100%;
  }
  .tblbox1 .tblttl{
    padding: .5rem 1.5rem;
  }
}

/******************************
  里親募集
******************************/
.fflist{
  gap: 2rem 1rem;
}
.fflist li{
  width: calc(100% / 3 - 1rem);
}
.fflist li a{
  display: block;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.fflist li a::before,
.fflist li a::after{
  content: "";
  opacity: 0;
  position: absolute;
  transition: .5s;
}
.fflist li a::before{
  background: rgba(222,121,32,.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fflist li a::after{
  aspect-ratio: 40 / 31;
  background: url(../images/common/nikukyu_orange.svg) no-repeat center / contain;
  filter: brightness(0) invert(1);
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: -2rem;
  transform: rotate(-25deg);
  width: 40%;
  bottom: 7px;
  right: 0;
  width: 20%;
}
.fflist li a:hover::before,
.fflist li a:hover::after{
  opacity: 1;
}
.fflist li .imgbox img{
  aspect-ratio: 3/2;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.fflist li .info{
  background: linear-gradient(135deg , #CC3273 , #D08487);
  background: #ffe1e7;
  color: #fff;
  color: #333;
  padding: .5rem 1rem;
}
.fflist li .info > div{
  display: flex;
}
.fflist li .info dt{
  min-width: 55px;
}
@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) {
  .fflist li{
    width: 100%;
  }
  .fflist li a{
    display: flex;
  }
  .fflist li a .imgbox{
    width: 100px;
  }
  .fflist li a .info{
    width: calc(100% - 100px);
  }
  .fflist li a .imgbox img{
    height: 100%;
  }
}

/******************************
  news
******************************/
.newslist{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.newslist a{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #b9b9b9;
  gap: 1rem;
  opacity: 1;
  overflow: hidden;
  padding: 1.5rem 3rem;
}
.newslist time {
  border-right: 1px solid #DE7920;
  font-size: 1.8rem;
  line-height: 1;
  width: 100px;
}
.newslist time span{
  display: block;
  font-size: 2.6rem;
  line-height: 1.4;
}
.newslist .ttl{
  font-size: 1.8rem;
  padding: 0 2rem;
  width: calc(100% - 110px);
}
.newslist .ttl::before,
.newslist .ttl::after{
  content: "";
  aspect-ratio: 1/1;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  transition: .5s;
  width: 30px;
}
.newslist .ttl::before{
  content: "→";
  color: #DE7920;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 47%;
  z-index: 1;
}
.newslist .ttl::after{
  background: #DE7920;
  border-radius: 100px;
  opacity: 0;
}
.newslist a:hover .ttl::before{
  color: #fff;
}
.newslist a:hover .ttl::after{
  opacity: 1;
}

.singlehead{
  margin-bottom: 2rem;
  padding-bottom: 1rem ;
  position: relative;
}
.singlehead::before,
.singlehead::after{
  content: '';
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.singlehead::after {
  background: #DE7920;
  clear: both;
  width: 70px;
}
.singlehead .ttl{
  font-size: 2.4rem;
}
.singlehead time {
  color: #DE7920;
  font-size: 1.4rem;
  margin: 1rem 1rem 0 0;
  float: left;
  line-height: 1;
}
.singlehead time span{
  font-size: 2.2rem;
  line-height: 1.4;
  margin-left: .5rem;
}

.pagination{
  margin-top: 5rem;
  text-align: center;
}
.page-numbers{
  margin-right: .5rem;
}
.page-numbers.current,
.page-numbers:hover{
  color: #DE7920;
  font-weight: bold;
  text-decoration: underline;
}
.page-numbers.dots{
  color: #DE7920;
  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 #DE7920;
  display: inline-block;
  font-size: 1.5rem;
  opacity: 1 !important;
  padding: 0rem 1rem;
  transition: .5s;
}
.pager a:hover{
  background: #DE7920;
  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 a{
    padding: 1rem 1.5rem;
    gap: .5rem;
  }
  .newslist time {
    border: none;
    color: #DE7920;
    display: inline-block;
    font-size: 1.4rem;
    width: auto;
  }
  .newslist time span{
    display: inline-block;
    font-size: 2.2rem;
    margin-left: .5rem;
  }
  .newslist .ttl{
    font-size: 1.6rem;
    padding: 0 2rem 0 0;
    width: 100%;
  }

  .singlehead time{
    float: none;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}

/******************************
  header
******************************/
.cmnhead{
  background: #fff;
  padding: 1rem 0;
  position: relative;
  z-index: 100;
}
.cmnhead .logo ,
.cmnhead .logo2 {
  width: 230px;
}
.cmnnavgr{
  width: calc(100% - 500px);
}
.cmnnav .nav {
  gap: 2rem;
}
.cmnnav .nav > li{
  position: relative;
  width: calc(100% / 3 - 2rem);
}
.cmnnav .nav > li > a{
  background: #c0efb1;
  border-radius: 10px;
  color: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  height: 100%;
}
.cmnnav .nav > li > a > span{
  display: block;
  font-size: 2rem;
  padding: .5rem 0;
}
.cmnnav .nav > .haschild > a > span:first-of-type{
  border-bottom: 1px solid #333;
}
.cmnnav .nav > .haschild2 > a > span:last-of-type{
  font-size: 1.8rem;
}
.cmnnav .nav .haschild ul{
  font-size: 1.7rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 12rem;
  left: 0;
  text-align: center;
  transition: .5s;
  width: 100%;
}
.cmnnav .nav .haschild ul.active{
  pointer-events: all;
  opacity: 1;
}
.cmnnav .nav .haschild ul li{
  border-bottom: 1px solid #c0efb1;
}
.cmnnav .nav .haschild ul li a{
  background: #ffeddd;
  background: #eeffe9;
  display: block;
  padding: .5rem 0;
}

.spbtn{
  background: #fff;
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  height:50px;
  width: 50px;
  z-index: 10000;
}
.spbtn span{
  display: inline-block;
  position: absolute;
  left: 50%;
  transition: all .4s;
  transform: translateX(-50%);
  width: 100%;
}
.spbtn span.txt{
  color: #c0efb1;
  font-size: 1.6rem;
  line-height: 1;
  bottom: 5px;
  text-align: center;
}
.spbtn span.txt::before{
  content: "";
  aspect-ratio: 40 / 31;
  background: url(../images/common/nikukyu_orange.svg) no-repeat center / contain;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
}
.spbtn span.border{
  background: #c0efb1;
  height: 2px;
}
.spbtn span.border:first-of-type {
  top:0; 
}
.spbtn span.border:last-of-type {
  top:50px;
}
.spbtn.active span.txt{
  opacity: 0;
}
.spbtn.active span.border{
  top: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  width: 30px;
}
.spbtn.active span.border:last-of-type {
  transform: translate(-50%,-50%) rotate(45deg);
}

.spbtn,
.splogo{
  display: none;
}
@media only screen and (max-width: 1400px) {
  .cmnhead .logo,
  .cmnhead .logo2 {
    width: 150px;
  }
  .cmnnavgr {
    width: calc(100% - 400px) ;
  }
  .cmnnav .nav {
    gap: 1rem;
  }
}
@media only screen and (max-width: 1250px) {
  .cmnnavgr {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 1180px) {
  .cmnnav .nav > li > a > span {
    font-size: 1.8rem;
  }
  .cmnnav .nav > li > a {
    padding: 0 1rem;
  }
  .cmnnav .nav > .haschild2 > a > span:last-of-type {
    font-size: 1.6rem;
  }
  .cmnnav .nav .haschild ul {
    top: 9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .cmnhead .logo,
  .cmnhead .logo2 {
    width: 150px;
  }
  .cmnnavgr {
    width: calc(100% - 300px);
  }
  .cmnnav .nav > .haschild2 > a > span:last-of-type {
    font-size: 1.4rem;
  }
  .cmnnav .nav .haschild ul li a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1023px) {
  .spbtn,
  .splogo{
    display: block;
  }
  .cmnhead .logo2 {
    display: none;
  }
  .splogo{
    margin-bottom: 2rem;
    max-width: 200px;
  }
  .cmnnavgr{
    width: auto;
  }
  .cmnnav {
    background: rgba(255,255,255,.8);
    opacity: 0;
    overflow-y: auto;
    padding: 2rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    transition: .5s;
    height: 100lvh;
    width: 300px;
    z-index: 9999;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
  }
  .cmnnav .nav{
    flex-direction: column;
  }
  .cmnnav .nav > li{
    width: 100%;
  }
  /* .cmnnav .nav > li:not(:last-of-type) > a{ */
  .cmnnav .nav > li > a{
    border-radius: 10px 10px 0 10px;
    pointer-events: none;
  }
  .cmnnav .nav > li > a > span {
    font-size: 1.6rem !important;
    font-weight: bold;
  }
  .cmnnav .nav > .haschild > a > span:first-of-type {
    border-bottom: 1px solid #fff;
  }
  .cmnnav .nav .haschild ul{
    opacity: 1 !important;
    padding-left: 2rem;
    position: static;
  }
  .cmnnav.active .nav .haschild ul{
    pointer-events: all !important;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
  footer
******************************/
.cmnfot {
  background: #c0efb1;
  color: #fff;
  color: #333;
  padding: 5rem 0 2rem;
  text-align: center;
}
.cmnfot .logo{
  /* filter: brightness(0) invert(1); */
  max-width: 250px;
  margin: 0 auto;
}

.cmnfot ul{
  display: flex;
  flex-direction: column;
  margin: 2rem 0 3rem;
}
.cmnfot ul li a{
  color: #fff;
  color: #333;
  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;
  }
}