@charset "UTF-8";
/*!
global > color
------------------------------
*/
:root {
  --cl-main: #243D5F;
  --cl-border: #DDE1E5;
  --cl-bg-gray: #F6F6F6;
  --cl-text-dark: #333;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --base-font-ja: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
      "Yu Gothic", "メイリオ", sans-serif;
  --font-en: "Inter", sans-serif;
  --font-en02: "Afacad", sans-serif;
  --font-en03: "Plus Jakarta Sans", sans-serif;
  --font-mplus: "M PLUS 1", sans-serif;
  --base-font-weight: 500;
  --base-color-txt: #243d5f;
  --header-height-pc: 107px;
  --space-component: 24px;
  --space-h1-content: 60px;
  --space-h2-top: 48px;
  --space-title-text: 20px;
  --space-text: 16px;
  --space-title-title: 32px;
  --space-image-text: 12px;
}
@media screen and (min-width: 768px) {
  :root {
    --space-component: 40px;
    --space-h1-content: 100px;
    --space-h2-top: 80px;
    --space-title-text: 32px;
    --space-text: 24px;
    --space-title-title: 48px;
    --space-image-text: 20px;
  }
}

/*!
global > mixin
------------------------------
*/
.p_top_news {
  background-color: #fff;
  padding-top: 46px;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p_top_news {
    padding-top: 75px;
    padding-bottom: 85px;
  }
}
.p_top_news__head .p_top_mttl {
  row-gap: 7px;
}
@media screen and (min-width: 768px) {
  .p_top_news__head .p_top_mttl {
    row-gap: 3px;
  }
}
.p_top_news__head .p_top_mttl__title {
  letter-spacing: 0em;
}
.p_top_news__main {
  position: relative;
}
.p_top_news__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 6px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .p_top_news__cats {
    row-gap: 8px;
    margin-top: 30px;
  }
}
.p_top_news__cat_item {
  width: calc(25% - 6px);
  min-height: 37px;
}
@media screen and (min-width: 768px) {
  .p_top_news__cat_item {
    width: 126px;
    min-height: 40px;
  }
}
.p_top_news__cat_item:nth-child(1), .p_top_news__cat_item:nth-child(2) {
  width: clamp(25% - 6px, (600px - 100vw) * 1000, 50% - 4px);
}
@media screen and (min-width: 768px) {
  .p_top_news__cat_item:nth-child(1), .p_top_news__cat_item:nth-child(2) {
    width: 126px;
  }
}
.p_top_news__cat_item button {
  background-color: #fff;
  border: 1px solid #ced0d6;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 4px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p_top_news__cat_item button {
    line-height: 1.23;
    border-radius: 5px;
    font-size: 0.875rem;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .p_top_news__cat_item button:hover {
    background: var(--cl-main);
    color: #fff;
  }
}
.p_top_news__cat_item button.is_active {
  background: var(--cl-main);
  color: #fff;
}
.p_top_news__content {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p_top_news__content {
    margin-top: 12px;
  }
}
.p_top_news__content .p_top_list {
  display: none;
}
.p_top_news__content .p_top_list:first-child {
  display: block;
}

.p_top_list__item {
  border-top: 1px solid #ced0d6;
}
@media screen and (min-width: 768px) {
  .p_top_list__item {
    padding-inline: 3px;
  }
}
.p_top_list__item:last-child {
  border-bottom: 1px solid #ced0d6;
}
.p_top_list .p_top_list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 13px;
  padding-bottom: 14px;
  row-gap: 7px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p_top_list .p_top_list__link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 9px;
    padding-bottom: 12px;
  }
}
.p_top_list__date {
  font-family: var(--font-en);
  font-weight: 400;
  width: 78px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_top_list__date {
    width: 96px;
    font-size: 0.875rem;
  }
}
.p_top_list__ttl {
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p_top_list__ttl {
    line-height: 1.5;
    -webkit-line-clamp: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    font-size: 1rem;
  }
}

.p_release_01 {
  margin-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_release_01 {
    margin-top: 56px;
    padding-bottom: 100px;
  }
}
.p_release .p_top_news__content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_release .p_top_news__content {
    margin-top: 56px;
  }
}