@charset "UTF-8";

/*------------------------
  news共通
------------------------*/
.news-list {
  line-height: 1.6;
}

.news-list__item {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem dotted #000;
  cursor: pointer;
  transition: 0.3s;
}

.sec-news .news-list__item {
  padding: 11px 0 !important;
}


.news-list__item:last-child {
  border-bottom: none;
}

.news-list__item .time,
.news-list__item .block {
  display: block;
}

.news-list__item .time {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 24.14px;
  letter-spacing: 0.39px;
  color: #A8A8A8;
}



.news-list__item .block {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  transition: 0.3s;
}

.sec-news .ly-wrapper {
  max-width: 100%;
}

@media screen and (max-width: 781px) {
  .p-news.common_box .btn_common {
    display: flex !important;
    justify-content: center !important;
    margin-top: 2rem !important;
    margin-bottom: 0rem;
    width: 100% !important;
  }
}

.p-news-single-back {
  margin: 0px 60px 60px;
  display: flex;
  justify-content: center;
}

.p-news-single-back a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 200px;
  height: 34px;
  border: 1px solid #000;
  border-radius: 999px;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 1.44px;
}

.p-news-single-back a:hover {
  background: #000;
  color: #fff;
}


.p-news-single-back a .p-news__more-arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  transition: filter 0.3s;
}

.p-news-single-back a:hover .p-news__more-arrow {
  filter: brightness(0) invert(1);
}

.news-list__item .block a {
  display: block;
  color: #000;
  text-decoration: none;
}

.news-list__item:hover {
  opacity: 0.7;
}

/*------------------------
  news / star wrapper（ページ固有）
------------------------*/

/*------------------------
  news / 2カラムレイアウト
------------------------*/
.p-news-container {
  display: flex;
  justify-content: center;
  gap: 1.563rem;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

@media screen and (min-width: 782px) {
  .p-news-container {
    align-items: flex-start;
    min-height: 25rem;
  }
}

/* ラベル（NEWS LIST / NEWS DETAIL） */
.p-news-label {
  background: #000;
  border-radius: 3.125rem;
  padding: 4px 43px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  letter-spacing: 0.0625rem;
  white-space: nowrap;
  -webkit-text-stroke: 0.0625rem #fff;
  font-size: 1.4375rem;
  display: none;
}

/* リスト側・詳細側の共通ラッパー */
.p-news-list-wrap,
.p-news-detail-wrap {
  position: relative;
}

/* リスト側（左） */
.p-news-list-wrap {
  width: 23.75rem;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

/* 詳細側（右） */
.p-news-detail-wrap {
  width: 38.25rem;
  flex-grow: 0;
}

/* リスト・詳細の内側ボックス */
.p-news-list-inner,
.p-news-detail-inner {
  height: auto;
}

@media screen and (min-width: 782px) {

  .p-news-list-inner,
  .p-news-detail-inner {
    flex-grow: 1;
    height: 100%;
  }
}

@media screen and (min-width: 782px) {

  /* リスト側スクロール */
  .p-news-list-inner {
    max-height: 45rem;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
  }

  /* Detail側スクロール */
  .p-news-detail-inner {
    max-height: 50rem;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
  }

  .p-news-list-inner::-webkit-scrollbar,
  .p-news-detail-inner::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }
}

/* アクティブなニュース項目 */

/*------------------------
  news / news detail
------------------------*/
.p-news-detail__date {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 24.14px;
  letter-spacing: 0.39px;
  color: #A8A8A8;
}

.p-news-detail__ttl {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem dotted #000;
}

.p-news-detail__txt {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
  border-bottom: none !important;
}

.p-news-detail__txt img {
  width: 100%;
  display: block;
  background: #eee;
  margin-bottom: 1.875rem;
  border-radius: 0.3125rem;
}

.p-news-detail__txt iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-news__bg-chars {
  height: 1469px;
}

.p-news__bg-trans {
  top: 369px;
  height: 1469px;
}

.p-news__bg-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 620px;
  background-color: rgb(242, 242, 242);
  z-index: 0;
}

/*------------------------
  news / レスポンシブ
------------------------*/
@media screen and (max-width: 781px) {

  .p-news-label {
    display: none;
  }

  .p-news-container {
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
    padding: 0 25px;
  }

  .p-news-list-wrap {
    width: 100%;
    max-width: none;
  }

  .p-news-detail-wrap {
    width: 100%;
    max-width: none;
  }

  .p-news-detail__ttl {
    font-size: 29px;
    font-weight: bold;
  }

  .p-news-detail__txt {
    font-size: 13px;
  }

  .p-news-detail__txt p,
  .p-news-detail__txt ul,
  .p-news-detail__txt ol,
  .p-news-detail__txt table,
  .p-news-detail__txt dl,
  .p-news-detail__txt .common_box_item {
    font-size: 25px;
  }

  .news-list__item .block,
  .news-list__item .block a {
    font-size: 11px !important;
  }

  .news-list__item .time {
    font-size: 11px !important;
  }

  .p-news__bg-overlay {
    height: 549px;
  }
}

@media screen and (max-width: 781px) {
  .news-list__item .block a {
    font-size: 11px !important;
  }

  .sec-news .p-news-list-inner {
    padding: 0px !important
  }

  .p-news-container {
    padding: 0px !important;
    width: 100%;
  }

  .p-news-detail__date {
    font-size: 13px;
    line-height: 13px;
  }

  .p-news-detail__ttl {
    font-size: 15px;
    font-weight: bold;
    padding: 0.25rem 0 20px !important;
    margin-bottom: 12px !important;
  }

  .p-news-detail__txt {
    overflow-wrap: break-word;
    margin-top: 0 !important;
  }

  .p-news-detail__txt p {
    margin-top: 0 !important;
  }

  .p-news-detail__txt p,
  .p-news-detail__txt ul,
  .p-news-detail__txt ol,
  .p-news-detail__txt table,
  .p-news-detail__txt dl,
  .p-news-detail__txt .common_box_item,
  .p-news-detail__txt.common_box_item {
    font-size: 13px !important;
  }

  .p-news.common_box .btn_common a {
    font-size: 28px !important;
    font-family: "Montserrat", sans-serif !important;
    width: auto !important;
    min-width: 280px !important;
    height: auto !important;
    padding: 10px 30px !important;
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .p-news-single-back {
    margin-left: 0;
    display: flex;
    justify-content: center;
    margin: 0 !important;
  }

  .p-news-single-back a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #000;
    border-radius: 999px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: transparent;
    transition: 0.3s;
    margin-top: 17px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    position: relative;
    font-size: 15px;
    width: 175px;
    height: 35px;
  }

  .p-news-single-back a:hover {
    background: #000;
    color: #fff;
  }


  .p-news__more-arrow {
    width: 7px;
    position: absolute;
    right: 10px;
    transition: filter 0.3s;
  }
}

@media screen and (max-width: 576px) {
  .p-news.common_box .btn_common a {
    font-size: 20px !important;
    min-width: 220px !important;
    padding: 8px 15px !important;
    letter-spacing: 0.05rem !important;
  }

  .p-news__more-arrow {
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 1020px) {}

.p-news-star-wrapper .p-news__char--01 img.char-left,
.p-news-star-wrapper .p-news__char--01 img.char-right {
  position: absolute;
  z-index: 3;
}

.p-news-star-wrapper .p-news__char--01 .char-left {
  width: 100%;
  height: auto;
}

.p-news-star-wrapper .p-news__char--01 .char-right {
  top: 0;
  right: 0;
  height: auto;
}

@media screen and (max-width: 781px) {

  .p-news-star-wrapper .p-news__char--01 img.char-left,
  .p-news-star-wrapper .p-news__char--01 img.char-right {
    top: 0;
  }

  .p-news-star-wrapper .p-news__char--01 .char-left {
    width: 780px;
    max-width: 100%;
  }

}

.sec-news .common_box:not(:last-child) {
  margin-bottom: 0px;
}

.p-news-star-wrapper {
  background-image: url("../../images/news/bg_halftone.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.page_headline {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 576px) {
  .news-list__item .time {
    font-size: 11px !important;
  }

  .p-news-container {
    gap: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .news-list__item {
    padding: 0.75rem 0;
  }
}

@media screen and (max-width: 576px) {

  .news-list__item .block,
  .news-list__item .block a {
    font-size: 11px !important;
    letter-spacing: 0rem;
  }
}


/*# sourceMappingURL=news.css.map */