@charset "utf-8";

.news-category{
  background:#fff;
  padding:1.5rem 2.5rem;
  border-radius:10px;
  margin-bottom:5rem;
  font-size:clamp(0.875rem, 0.792rem + 0.28vw, 1.125rem);
}

.news-category > p{
  margin-bottom:8px;
}

.news-cate{
  display: flex;
  gap:1.5rem;
  flex-wrap:wrap;
}

.news-cate a{
  padding: 20px;
  background:#FFFBE8;
  border-radius:10px;
  color:#2E0000;
  min-width:250px;
  position:relative;
}

.news-cate a::before{
  content:"";
  width:30px;
  height:30px;
  position:absolute;
  right:1.5rem;
  top: 50%;
  transition:0.3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background:url(https://asunosmile.com/system_panel/uploads/images/20260911161936838249.png) no-repeat center/contain;
}

.news-cate a:hover::before{
  background:url(https://asunosmile.com/system_panel/uploads/images/20260911162100625445.png) no-repeat center/contain;
}
.news-cate > a p{
  line-height:1.5;
}

.news-cate .webgene-blog{
  display: flex;
  align-items: center;
  gap:1.5rem;
  flex-wrap:wrap;
}


.newsDetailImg{
  position:relative;
  aspect-ratio: 827 / 559;
  margin-bottom:1rem;
}

.newsDetailImg .category{
  position:absolute;
  top:1.5rem;
  left:1rem;
  color:#fff;
  background:#FF8F2D;
  border-radius:1.5rem;
  z-index: 20;
  font-size:clamp(0.875rem, 0.833rem + 0.14vw, 1rem);
  padding:8px 1.5rem;
  text-align: center;
}

.newsDetailImg span{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsDetailImg > img {
  position: relative;
  z-index: 10;
}

.newsDetailImg  img {
  aspect-ratio: 827 / 559;
  object-fit: cover;
  border-radius: 30px;
}

.news-main .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2.5rem;
}

.news-main .webgene-blog .webgene-item{
  width:calc((100% - 5rem ) / 3);
}

.news-main .webgene-blog .webgene-item > a{
  display:block;
  width:100%;
  color:#212B27;
}

.newsDetailTime{
  margin-bottom:14px;
  color:#9D9D9D;
}

.news-main .webgene-blog .webgene-item h2,
.news-main .webgene-blog .webgene-item h3{
  font-size:clamp(0.875rem, 0.792rem + 0.28vw, 1.125rem);
}

.news-main .webgene-blog .webgene-item .d-flex{
  gap:1rem;
  align-items: center;
}

.news-main .webgene-blog article > a:hover{
  opacity:0.7;
}

@media screen and (max-width: 1400px) {
  .news-main .webgene-blog .webgene-item h2,
  .news-main .webgene-blog .webgene-item h3{
    width:100%;
  }
}

@media screen and (max-width: 1024px) {
  .news-cate a{
    padding: 14px;
    min-width: 200px;
  }
  .news-cate {
    gap: 1rem;
    flex-direction: column;
    align-items: baseline;
  }
  .news-main .webgene-blog .webgene-item {
    width: calc((100% - 2.5rem) / 2);
  }
  .news-main .webgene-blog{
    gap:2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .news-category{
    padding: 1.5rem 1.5rem;
    margin-bottom: 3rem;
  }
}

/*ページネーション*/
.webgene-pagination {
  width: 100%;
  grid-column: 1 / 3;
}
.webgene-pagination>ul {
  display: flex;
  padding: 0;
  justify-content: center;
}
.webgene-pagination>ul>li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 10px 0;
  list-style: none;
}
.webgene-pagination>ul>li a{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2E0000;
  font-size: 18px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 3px;
}
.webgene-pagination>ul>li.selected a{
  color:#fff !important;
  background:#FF8F2D;
}

.webgene-pagination>ul>li.selected a,
.webgene-pagination>ul>li.selected a:hover,
.webgene-pagination>ul>li.selected:hover a{
  color:#fff !important;
  background:#FF8F2D;
  opacity:1;
  pointer-events:none;
}
.webgene-pagination>ul>li:hover{
  color:#2E0000;
}
.webgene-pagination>ul>li:hover a,
.webgene-pagination>ul>li a:hover{
  color:#2E0000 !important;
}

.webgene-pagination>ul>li.next a,
.webgene-pagination>ul>li.prev a{
  color:#2E0000 !important;
  font-size: 14px;
}

.webgene-pagination>ul>li.next a:hover,
.webgene-pagination>ul>li.prev a:hover{
  color:#2E0000 !important;
  opacity:0.7;
}

@media screen and (min-width: 768px) {
  .webgene-pagination {
    width: 100%;
    grid-column: 1 / 4;
  }
}
@media screen and (max-width: 767px) {
  .webgene-pagination>ul>li a{
    width: 28px;
    height: 37px;
  }
}


/*詳細*/


.news-detail .newsDetailImg{
  margin: 0 auto 2.5rem;
  width: 80%;
  display:none;
}

.news-detail .newsDetailImg:has(img){
  display:block;
}

.newsDetail-header{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.news-detail  .newsDetailTit{
  font-size:clamp(0.875rem, 0.75rem + 0.42vw, 1.25rem);
  margin:0 0 2.5rem;
}

.news-detail .arrow-btn{
  margin: 4rem auto 0;
}

.news-detail .webgene-blog{
  padding:3.5rem 5% 5rem;
  background:#fff;
}

.news-detail .newsDetailTxt h2{
  padding: 1rem .5rem 1rem 1.5rem;
  border-left: 6px solid #FF8F2D;
  background-color:#FFFBE8;
  font-size: 1.5rem;
  margin:2rem 0;
}

.newsDetailTxt strong{
  font-weight:bold;
}

@media screen and (max-width: 1024px) {
  .news:has(.news-detail) .container{
    width:90%;
  }
}

@media screen and (max-width: 767px) {
  .news {
    margin-bottom: 5rem;
  }
  .news-main .webgene-blog .webgene-item {
    width: 100%;
  }
  .news-main .webgene-blog .webgene-item h2, .news-main .webgene-blog .webgene-item h3 {
    font-size: 14px;
  }
  .news-detail .newsDetailImg img {
    margin: 0rem 0 1.5rem;
  }
  .news-detail .btn {
    margin-top: 3rem;
  }
  .news-cate .webgene-blog {
    justify-content: flex-start;
    gap: 1rem .5rem;
  }
  .news-main .webgene-blog {
    gap: 1.5rem;
  }
  .news-main .newsDetailImg{
    margin-bottom:1rem;
  }
  .news-main .webgene-blog .webgene-item .d-flex{
    gap:10px;
  }
  .news-main .webgene-blog .webgene-item .category{
    padding: 4px 10px;
    font-size: 12px;
    min-width: 75px;
  }
  .news-main .webgene-blog .webgene-item > a{
    padding-bottom: 15px;
  }
  .news-btn{
    margin-bottom: 2rem;
  }
  .news-detail .newsDetailImg {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .newsDetail-header{
    gap:10px;
    margin-bottom: 1rem;
  }
  .newsDetail-header p:nth-child(2){
    padding: 4px 6px;
    font-size: 12px;
    min-width: 90px;
  }
  .news-detail .arrow-btn {
    margin: 2.5rem auto 0;
  }
  .news-detail  .newsDetailTit{
    margin: 0 0 1rem;
    padding-bottom: 0;
    font-size: 16px;
  }
  .webgene-pagination{
    margin-top:0;
  }
  .news-detail .newsDetailTxt h2{
    padding: 0.5rem .5rem 0.5rem 1rem;
    border-left: 6px solid #2D96D9;
    font-size: 1.25rem;
    margin:1rem 0;
  }
  .news-cate a::before{
    width: 16px;
    height: 16px;
    right: 0.5rem;
  }
  .news-cate a {
    padding: 8px 2rem 8px 1rem;
    min-width: 130px;
  }
  .news:has(.news-detail) .container{
    width:100%;
  }
  .news-detail .webgene-blog {
    padding: 2.5rem 5% 3rem;
  }
  .newsDetailTime {
    margin-bottom: 0;
  }
  .newsDetailImg .category{
    padding: 5px 1rem;
    top: 1rem;
    left: 1rem;
  }
}