<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ====================
Layout
 ==================== */
.l-in__header {
  margin: 0 auto 4rem;
}
@media screen and (max-width: 960px) {
  .l-in__header {
    margin: 0 auto 0.8rem;
  }
}
.l-in__title {
  width: 42rem;
}
@media screen and (max-width: 960px) {
  .l-in__title {
    width: 73.5294117647%;
    max-width: 50rem;
  }
}

/* ====================
Project
 ==================== */
.p-info {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.p-info__container {
  position: relative;
  margin: 0 auto;
  width: 81.944%;
  max-width: 1180px;
}
@media screen and (max-width: 960px) {
  .p-info__container {
    width: 88.944%;
  }
}
.p-info__tab {
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 960px) {
  .p-info__tab {
    margin-bottom: 3rem;
  }
}
.p-info__tab-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-info__tab-list {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 111%;
  }
}
.p-info__tab-list-item {
  position: relative;
  padding: 1px 58px;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-family: "hiragino-mincho-pron", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-info__tab-list-item {
    font-size: 1.1rem;
    padding: 1px 1.3rem;
    flex-grow: 1;
    text-align: center;
  }
}
.p-info__tab-list-item::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/line_categpry.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .p-info__tab-list-item::before {
    width: 2px;
  }
}
.p-info__tab-list-item:last-of-type::before {
  content: none;
}
.p-info__tab-list-item.is-current {
  pointer-events: none;
  color: var(--color-blue-dark);
}
.p-info__tab-list-item a {
  transition: color 0.4s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-info__tab-list-item a:hover, .p-info__tab-list-item a:focus-visible {
    color: var(--color-blue-dark);
  }
}
.p-info__list {
  display: block;
  position: relative;
}
.p-info__list-item {
  display: block;
  position: relative;
}
.p-info__list-item::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/line_single.png") repeat-x 0 0/auto 1px;
}
.p-info__list-item:last-child::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/common/line_single.png") repeat-x 0 0/auto 1px;
}
.p-info__pager {
  margin-top: 10.9rem;
}
@media screen and (max-width: 960px) {
  .p-info__pager {
    margin-top: 45px;
  }
}

.p-info_data {
  display: block;
  position: relative;
  padding: 3.25rem 0;
}
@media screen and (min-width: 961px) {
  .p-info_data {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-info_data {
    padding: 2rem 0;
  }
}
.p-info_data__date {
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-family: "sirenne-text-mvb", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  color: var(--color-blue-dark);
  letter-spacing: 0;
}
@media screen and (min-width: 961px) {
  .p-info_data__date {
    min-width: 12.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-info_data__date {
    margin-top: 0.5rem;
    font-size: 1.3rem;
  }
}
.p-info_data__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) {
  .p-info_data__title {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-info_data__title {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-info_data:hover .p-info_data__title, .p-info_data:focus-visible .p-info_data__title {
  color: var(--color-blue-dark);
}

.p-info_detail {
  margin: 0 auto;
  padding-top: 30px;
  width: 90%;
  max-width: 800px;
}
@media screen and (max-width: 960px) {
  .p-info_detail {
    padding-top: 1.3rem;
    width: 100%;
  }
}
.p-info_detail__head {
  position: relative;
  padding-bottom: 4.4rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-info_detail__head {
    padding-bottom: 2.9rem;
    margin-bottom: 2.9rem;
  }
}
.p-info_detail__head::before {
  content: "";
  width: 100%;
  height: 0.5rem;
  background: url(../img/common/line_double.png) repeat-x left center;
  background-size: 9rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-info_detail__head::before {
    height: 0.3rem;
    background-size: 7rem;
  }
}
.p-info_detail__head-ttl {
  font-size: 2.7rem;
  line-height: 1.4;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-info_detail__head-ttl {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}
.p-info_detail__head-foot {
  display: flex;
  align-items: center;
  margin-top: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-info_detail__head-foot {
    margin-top: 0.9rem;
    letter-spacing: 0.1rem;
  }
}
.p-info_detail__head-date {
  display: block;
  position: relative;
  font-size: 1.7rem;
  font-family: "sirenne-text-mvb", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  color: var(--color-blue-dark);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-info_detail__head-date {
    font-size: 1.3rem;
  }
}
.p-info_detail__head-category {
  font-size: 1.1rem;
  color: var(--color-blue-dark);
  border: 1px solid var(--color-blue-dark);
  padding: 3px 5px 3px;
  line-height: 1;
  border-radius: 3px;
  margin-left: 1.7rem;
  min-width: 55px;
  text-align: center;
  letter-spacing: 0.1rem;
  font-family: "hiragino-mincho-pron", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-info_detail__head-category {
    margin-left: 1rem;
  }
}
.p-info_detail__article {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-info_detail__article {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-info_detail__article-thumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.6rem;
}
@media screen and (max-width: 960px) {
  .p-info_detail__article-thumb {
    margin-bottom: 2.4rem;
  }
}
.p-info_detail__article h1 {
  background-color: rgba(18, 149, 230, 0.1);
  padding: 12px 16px;
  line-height: 1.4;
  font-family: "hiragino-mincho-pron", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 13px;
  margin-top: 29px;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-info_detail__article h1 {
    margin-bottom: 9px;
    margin-top: 23px;
    padding: 9px 10px;
    font-size: 1.3rem;
  }
}
.p-info_detail__article iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 961px) {
  .p-info_detail__article iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-info_detail__article iframe {
    height: 45vw !important;
  }
}
.p-info_detail__article .wp-block-image {
  margin: 3rem auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-info_detail__article .wp-element-caption {
  margin-top: 1rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 960px) {
  .p-info_detail__article .wp-element-caption {
    font-size: 1rem;
    margin-top: 0.6rem;
  }
}
.p-info_detail__article .wp-block-separator {
  margin: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-info_detail__article .wp-block-separator {
    margin: 2.5rem 0;
  }
}
.p-info_detail__article a {
  text-decoration: underline;
  color: var(--color-blue-dark);
}
@media (hover: hover) and (pointer: fine) {
  .p-info_detail__article a:hover {
    text-decoration: none;
  }
}
.p-info_detail__share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .p-info_detail__share {
    margin-top: 5.3rem;
    display: block;
    text-align: center;
  }
}
.p-info_detail__share-ttl {
  font-size: 12px;
  letter-spacing: 0.1rem;
  margin-right: 1.8rem;
  font-family: "sirenne-text-mvb", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .p-info_detail__share-ttl {
    font-size: 1rem;
    margin-right: 0;
    margin-bottom: 1.3rem;
  }
}
.p-info_detail__share-list {
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-info_detail__share-list {
    justify-content: center;
  }
}
.p-info_detail__share-list-item {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: url(../img/common/frame/share_frame_pc.png) no-repeat center center;
  background-size: contain;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-info_detail__share-list-item:hover, .p-info_detail__share-list-item:focus-visible {
    transform: translateY(-7px);
  }
}
@media screen and (max-width: 960px) {
  .p-info_detail__share-list-item {
    background: url(../img/common/frame/share_frame_sp.png) no-repeat center center;
    background-size: contain;
    width: 4rem;
    height: 4rem;
  }
}
.p-info_detail__share-list-item + .p-info_detail__share-list-item {
  margin-left: 0.7rem;
}
@media screen and (max-width: 960px) {
  .p-info_detail__share-list-item + .p-info_detail__share-list-item {
    margin-left: 1rem;
  }
}
.p-info_detail__share-list-item .p-in_icon {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.p-info_detail__share-list-item.-x {
  background-color: #000000;
}
.p-info_detail__share-list-item.-facebook {
  background-color: #1977f3;
}
.p-info_detail__share-list-item.-line {
  background-color: #00bc00;
}
.p-info_detail__share-list-item svg {
  fill: var(--color-white);
  width: 100%;
}
.p-info_detail__share-list-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}</pre></body></html>