
.newsPage {

}

.news__contents {
  margin-top: 55rem;
}
.news__list {
  /* display: block; */
}
.news__list + .news__list{
  margin-top:  5rem;

}
.news__link {
  grid-template-columns: 13.4375% auto 7.4%;
  display: grid;
  /* min-height: 80rem; */
  align-items: center;
  height: inherit;
  background-color: #fff;
  color: #000;
}
.newsList__date {
  background-color: #EBDCEC;
  height: 100%;
  display: grid;
  place-content: center;
  /* font-size: 16rem; */
  font-size: clamp(12px, 11px + 0.26vw, 18px);
}
.newsList__title {
  padding: 29rem 23rem 25rem 23rem;
  /* min-height: 80rem; */
  /* font-size: 18rem; */
  font-size: clamp(14px, 13px + 0.26vw, 18px);
  /* font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem); */
  position: relative;
}
.newsList__title::after {
  content: "";
  background-color: #E4E4E4;
  width: 1rem;
  height: 71.25%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newsList__icon {
  height: 100%;
  display: grid;
  place-content: center;
  /* min-height: 80rem; */
}


.news__list a:hover{background-color: #EBDCEC;opacity:1;}


.news__dot {
  font-size: 48rem;
  writing-mode: vertical-rl;
  margin: 65rem auto 0;
  display: block;
  border: none;
  background-color: inherit;
}
.js-news__dot.is-click {
  display: none;
}
.news__hidden-contents {
  display: none;
}
.js-news__hidden-contents.is-click {
  display: block;
  margin-top: 5rem;
}

/*news_detail*/


.news__detail {
  padding:40rem 40rem 40rem 40rem;
  background:#fff;
  font-size:20rem;
}

.news__detail h3{
  font-size:30rem;
  padding:10rem 0 20rem 0;
  border-bottom:solid 1px #d6d4d4;
  margin-bottom:30rem;
  line-height:1.6;
}

.news__detail .date{
  font-size:16rem;
  display:inline-block;
  background:#EBDCEC;
  padding:4rem;
}

.news__detail p{
line-height:1.6;
}

.more-linkouter {
    text-align: center;
}

.more-link {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fontNotoSelf);
    font-size: 20rem;
    line-height: 1;
    margin: 30rem auto 20rem;
    padding: 15rem 45rem;
    position: relative;
    width: fit-content;
    min-width: 200rem;
}
.more-link::after {
    border: 13rem solid transparent;
    border-right: 13rem solid #c304a1;
    content: '';
    display: inline-block;
    transform: translateY(-10%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 1rem;
    height: 0;
    width: 0;
}

.news__detail a{text-decoration:underline;color:#560984;}
.news__detail a:hover{text-decoration:none;}

@media screen and (max-width: 1000px) {
  .news__contents {
    margin-top: calc(55.86px / 2);
  }
  .newsList__title {
    font-size: calc(27.96px / 2);
    padding: 16rem;
  }
  .newsList__date {
    font-size: calc(24.86px / 2);
  }

 .news__detail {
  padding:20rem 20rem;
  font-size: calc(30px / 2);
} 
  
.news__detail h3{
  font-size: calc(40px / 2);
  padding:10rem 0 20rem 0;
  line-height:1.3;
}  

.news__detail .date{
font-size: calc(28px / 2);
}  
  
  .more-link {
        font-size: calc(28px / 2);
        padding-inline: calc(40px / 2);
        margin-bottom: 0;
        min-width: calc(290px / 2);
    }
  .more-link::after {
        border: calc(20px / 2) solid transparent;
        border-right: calc(20px / 2) solid #c304a1;
    }  
  
}

@media screen and (max-width: 767px) {
  .news__link {
    grid-template-columns: 29.155% auto 12.5364%;
  }
}