@charset "UTF-8";
/*------------------------
  news共通
------------------------*/
.news-list {
  line-height: 1.6;
}
.news-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.9375rem 0;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    padding: 2.125rem 0;
  }
}
.news-list__item:last-child {
  border-bottom: none;
}
.news-list__item .time,
.news-list__item .block {
  display: block;
}
.news-list__item .time {
  color: #000;
  font-family: var(--font-en);
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .news-list__item .time {
    font-size: 1.125rem;
  }
}
.news-list__item .block {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  color: #000;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .news-list__item .block {
    font-size: 0.9375rem;
  }
}
.news-list__item .block a {
  display: block;
  color: #000;
  text-decoration: none;
}
.news-list__item .block:hover {
  opacity: 0.5;
}
.news-list__anchor {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news-list__anchor {
    flex-direction: row;
    gap: 1.875rem;
  }
}

/*------------------------
  news / news list
------------------------*/
.sec-newslist .news-list {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.sec-newslist .news-list__item {
  transition: 0.2s;
  padding: 1.6875rem 0;
}
@media screen and (min-width: 768px) {
  .sec-newslist .news-list__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 2.5rem;
    padding: 2.5rem 0;
  }
}
.sec-newslist .news-list__item:first-child {
  padding-top: 0;
}
.sec-newslist .news-list__item:last-child {
  padding-bottom: 0;
}

/*------------------------
  news / news single
------------------------*/
.sec-news-single .ly-wrapper {
  margin: 0 auto;
}
.sec-news-single .p-news {
  position: relative;
}
.sec-news-single .p-news .common_box_inner {
  padding-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .common_box_inner {
    padding-top: 5.375rem;
  }
}
.sec-news-single .p-news .p-news-detail__date {
  font-family: var(--font-en);
  font-size: 1.75rem;
  letter-spacing: 0.17em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-news-single .p-news .p-news-detail__date span {
  background-color: #FFF;
  display: inline-block;
  padding-inline: 1rem;
}
.sec-news-single .p-news .p-news-detail__ttl {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 2.1875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .p-news-detail__ttl {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.sec-news-single .p-news .p-news-detail__txt {
  font-size: 1.5rem;
  line-height: 1.875;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 768px) {
  .sec-news-single .p-news .p-news-detail__txt {
    font-size: 1rem;
  }
}
.sec-news-single .p-news .p-news-detail__txt p {
  margin-bottom: 2.625rem;
}
.sec-news-single .p-news .p-news-detail__txt img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sec-news-single .p-news .p-news-detail__txt iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec-news-single .btn_common {
  margin-top: 3.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-news-single .btn_common {
    margin-top: 4.125rem;
  }
}/*# sourceMappingURL=news.css.map */