@charset "UTF-8";
/* Sass Document */
.p-news {
  padding-top: 6rem;
}

.c-content__ttl {
  line-height: 1;
}
.c-content__ttl .u-jp {
  color: #000;
}

.l-kv {
  margin-bottom: 0 !important;
}
.l-kv.l-size--middle {
  max-height: 58rem;
}
.l-kv.l-size--middle .l-kv__content {
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .l-kv.l-size--middle {
    max-height: inherit;
    height: 35.5rem;
  }
  .l-kv.l-size--middle .l-kv__content {
    padding-top: 12.7rem;
  }
}
.l-kv.l-size--middle .l-kv__bg {
  max-height: 58rem;
}
@media screen and (max-width: 767.98px) {
  .l-kv.l-size--middle .l-kv__bg {
    max-height: inherit;
    height: 35.5rem;
  }
}

.p-news__content {
  max-width: 120rem;
  margin-inline: auto;
  padding-bottom: 12.3rem;
}
.p-news__content.u-size--narrow {
  max-width: 90rem;
}
@media screen and (max-width: 767.98px) {
  .p-news__content {
    padding-inline: 3rem;
    max-width: inherit;
    padding-bottom: 6rem;
  }
}

.p-news__category {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-news__category {
    display: block;
  }
}
.p-news__category dt {
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(53, 63, 170);
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-news__category dt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-news__category dd {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-news__category .l-news__category-list {
    display: none;
  }
}

.p-category__wrapper {
  display: none;
  width: 100%;
  border: 1px solid rgb(141, 176, 196);
  background-color: rgb(234, 239, 242);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-category__wrapper {
    display: block;
  }
}
.p-category__wrapper::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 2rem;
  pointer-events: none;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 1rem;
  height: 0.8rem;
}
.p-category__wrapper select {
  border: none;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 1.4rem;
  padding: 1.7rem 2rem;
  color: #000;
}

/* ----------------------------------------------------------------------------------------------------
*	ページャー
* --------------------------------------------------------------------------------------------------*/
.p-pager {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-pager {
    margin-top: 5rem;
  }
}

.p-pager__list {
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  font-family: "Jost", sans-serif;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-pager__list {
    font-size: 1.2rem;
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }
}

.p-pager__item a,
.p-pager__item span {
  color: currentColor;
  text-decoration: none;
  display: grid;
  place-content: center;
  height: 4rem;
  min-width: 4rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.3rem;
  place-content: center;
  color: #000;
  border-color: rgb(159, 159, 159);
  padding: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-pager__item a,
.p-pager__item span {
    min-width: 3.2rem;
    height: 3.2rem;
    padding: 0.3rem;
    border-radius: 0.5rem;
  }
}
.p-pager__item a {
  transition: 0.3s opacity;
}
@media (any-hover: hover) {
  .p-pager__item a:hover {
    opacity: 0.3;
  }
}
.p-pager__item.c-current span {
  border-color: rgb(53, 63, 170);
  background-color: rgb(210, 226, 255);
}
.p-pager__item.c-blank span {
  border: none;
}
@media screen and (max-width: 767.98px) {
  .p-pager__item.c-blank span {
    min-width: 1rem;
  }
}
.p-pager__item.c-prev, .p-pager__item.c-next {
  min-width: 11rem;
}
.p-pager__item.c-prev span,
.p-pager__item.c-prev a, .p-pager__item.c-next span,
.p-pager__item.c-next a {
  position: relative;
}
.p-pager__item.c-prev span::before,
.p-pager__item.c-prev a::before, .p-pager__item.c-next span::before,
.p-pager__item.c-next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid rgb(88, 88, 92);
  border-right: 2px solid rgb(88, 88, 92);
}
@media screen and (max-width: 767.98px) {
  .p-pager__item.c-prev span::before,
.p-pager__item.c-prev a::before, .p-pager__item.c-next span::before,
.p-pager__item.c-next a::before {
    border-width: 1px;
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-pager__item.c-prev, .p-pager__item.c-next {
    min-width: 4.6rem;
  }
}
.p-pager__item.c-prev span, .p-pager__item.c-next span {
  opacity: 0.3;
}
.p-pager__item.c-prev span::before,
.p-pager__item.c-prev a::before {
  transform: translate(-50%, -50%) rotate(225deg);
}
.p-pager__item.c-next span::before,
.p-pager__item.c-next a::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ----------------------------------------------------------------------------------------------------
*	詳細
* --------------------------------------------------------------------------------------------------*/
.p-sidebar__block .p-news__category-list {
  display: block;
}
.p-sidebar__block .p-news__category-item {
  display: block;
}

@media screen and (max-width: 767.98px) {
  .p-post {
    display: block;
  }
}

.p-post__content {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0px 10rem;
  grid-template-areas: "heading heading" "body sidebar";
  align-items: start;
}
@media screen and (max-width: 767.98px) {
  .p-post__content {
    display: block;
  }
}

.p-post__heading {
  padding-bottom: 4.3rem;
  grid-area: heading;
}
.p-post__heading time {
  font-family: "Jost", sans-serif;
  color: rgb(53, 63, 170);
  font-weight: 600;
  font-size: 1.4rem;
}
.p-post__heading .l-wrap {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
.p-post__heading .c-category {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1em;
  line-height: 1.2;
  color: rgb(88, 88, 92);
}
.p-post__heading .c-category::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100px;
  left: 0;
  top: 0.45rem;
}

.c-post__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .c-post__ttl {
    font-size: 2rem;
  }
}

.p-post__body {
  grid-area: body;
  width: 90rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body {
    padding-bottom: 2rem;
    width: auto;
  }
}
.p-post__body > *:first-child {
  margin-top: 0;
}
.p-post__body * {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body * {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.p-post__body h1,
.p-post__body h2,
.p-post__body h3,
.p-post__body h4,
.p-post__body h5,
.p-post__body h6 {
  line-height: 1.4;
  font-weight: 700;
  margin-block: 3em 2em;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h1,
.p-post__body h2,
.p-post__body h3,
.p-post__body h4,
.p-post__body h5,
.p-post__body h6 {
    margin-block: 3em 1.5em;
  }
}
.p-post__body h2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h2 {
    font-size: 1.7rem;
  }
}
.p-post__body h3 {
  font-size: 2rem;
  background-color: #eaeff2;
  padding: 1.2rem 1.2rem 1.2rem 3.2rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h3 {
    font-size: 1.4rem;
  }
}
.p-post__body h3::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  width: 4px;
  height: calc(100% - 3.4rem);
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(53, 63, 170);
  border-radius: 100px;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h3::before {
    height: calc(100% - 2.6rem);
  }
}
.p-post__body h4 {
  font-size: 1.8rem;
  position: relative;
  padding-left: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h4 {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}
.p-post__body h4::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: rgb(199, 199, 199);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-post__body h4::before {
    width: 2rem;
  }
}
.p-post__body p {
  font-size: 1.6rem;
  margin-block: 2em 1em;
}
@media screen and (max-width: 767.98px) {
  .p-post__body p {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .p-post__body p {
    margin-block: 1em 0.5em;
  }
}
.p-post__body figure {
  margin-block: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body figure {
    margin-block: 3rem;
  }
}
.p-post__body figure:has(figcaption) {
  margin-bottom: 3rem;
}
.p-post__body ul,
.p-post__body ol {
  margin-block: 2em;
}
.p-post__body ul > li > ul,
.p-post__body ul > li > ol,
.p-post__body ol > li > ul,
.p-post__body ol > li > ol {
  margin-block: 0;
}
.p-post__body ul {
  padding-left: 1em;
}
.p-post__body ol {
  padding-left: 1em;
}
.p-post__body ul li {
  list-style: disc;
}
.p-post__body ol li {
  list-style: decimal;
}
.p-post__body li {
  line-height: 2;
}
.p-post__body li + li {
  margin-top: 0.5rem;
}
.p-post__body blockquote {
  margin-block: 2em;
  background-color: rgb(216, 235, 245);
  padding: 2em;
}
.p-post__body blockquote p {
  margin: 0;
  font-style: italic;
}
@media (any-hover) {
  .p-post__body a {
    transition: 0.3s opacity;
  }
  .p-post__body a:hover {
    opacity: 0.7;
  }
}
.p-post__body figcaption {
  font-size: 1.2rem;
  line-height: 1.4;
}

.p-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
  flex-grow: 1;
  grid-area: sidebar;
}
@media screen and (max-width: 767.98px) {
  .p-sidebar {
    position: static;
    padding-top: 4rem;
  }
}
.p-sidebar .c-category-ttl {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 3rem;
}
.p-sidebar .c-category-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_category.svg) no-repeat center/contain;
}
.p-sidebar .c-share-ttl {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 3rem;
}
.p-sidebar .c-share-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_share.svg) no-repeat center/contain;
}
.p-sidebar dd {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-sidebar dd {
    margin-top: 1.2rem;
  }
}
.p-sidebar .p-news__category-list {
  padding-left: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-sidebar .p-news__category-list {
    padding-left: 0;
  }
}
.p-sidebar .p-news__category-list a,
.p-sidebar .p-news__category-list span {
  padding-block: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-sidebar .p-news__category-list {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0.5rem));
    gap: 0 1rem;
  }
}
.p-sidebar .p-news__category-list a {
  transition: 0.3s opacity;
}
@media (any-hover: hover) {
  .p-sidebar .p-news__category-list a:hover {
    opacity: 0.4;
  }
}
.p-sidebar .p-news__category-list a::before,
.p-sidebar .p-news__category-list span::before {
  top: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-sidebar .p-news__category-list a::before,
.p-sidebar .p-news__category-list span::before {
    top: 1.3rem;
  }
}
.p-sidebar .p-news__category-item {
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-sidebar .p-news__category-item {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.p-sidebar .p-news__category-item + .p-news__category-item {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-sidebar .p-news__category-item + .p-news__category-item {
    margin-top: 0;
  }
}

.p-sidebar__block + .p-sidebar__block {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-sidebar__block + .p-sidebar__block {
    margin-top: 4rem;
  }
}

.p-sns__list {
  border-radius: 0.5rem;
  border: 1px solid rgb(159, 159, 159);
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-sns__list {
    margin-top: 2rem;
  }
}

.p-sns__item:not(:first-of-type) {
  border-left: 1px solid rgb(159, 159, 159);
}
.p-sns__item.-x img {
  width: 2rem;
  height: 2rem;
}
.p-sns__item a {
  height: 6rem;
  width: 6rem;
  display: grid;
  place-content: center;
  transition: 0.3s background-color;
}
@media (any-hover: hover) {
  .p-sns__item a:hover {
    background-color: #e7ebef;
  }
}
.p-sns__item a img {
  width: 2.8rem;
  height: 2.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-aside {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-aside {
    background-color: #f6f6f7;
    padding: 4rem 3rem 6rem;
  }
}

.p-aside__inner {
  max-width: 120rem;
  margin-inline: auto;
}
.p-aside__inner .p-news__list {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-aside__inner .p-news__list {
    margin-top: 4rem;
  }
}
.p-aside__inner .p-news__list a {
  margin-inline: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-aside__inner .p-news__list a {
    margin-inline: 0;
  }
}

.p-aside__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 767.98px) {
  .p-aside__ttl {
    font-size: 2rem;
    padding-left: 0.8em;
  }
}
.p-aside__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background-color: rgb(216, 235, 245);
}
/*# sourceMappingURL=news.css.map */