<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.wp-pagenavi {
  position: relative;
  margin-top: 3.5rem;
  text-align: center;
}

.pagination {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0;
}

.pagination .prev,
.pagination .next {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  vertical-align: middle;
  border-radius: 50%;
  transition: background-color 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  transform: translateY(-50%);
}

.pagination .prev .btn-arw,
.pagination .next .btn-arw {
  width: 2.7rem;
  height: 2.7rem;
}

.pagination .prev .btn-arw svg,
.pagination .next .btn-arw svg {
  width: 100%;
  height: 100%;
  fill: #cb1414;
  stroke: #fff;
}

.pagination .prev {
  left: 0;
}

.pagination .prev .btn-arw {
  transform: scale(-1, 1);
}

.pagination .next {
  right: 0;
}

.pagination .pager {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.2rem;
  margin: 0 0.5rem;
  font-weight: 700;
  line-height: 1;
  color: #cb1414;
  letter-spacing: 0;
  vertical-align: middle;
  border: 1px solid #cb1414;
  border-radius: 50%;
  transition: color 0.4s ease, background-color 0.4s ease;
  font-size: 12px;
  font-size: 1.2rem;
}

.pagination .pager.current {
  color: #fff;
  background: #cb1414;
}

.singlenavi {
  position: relative;
  display: flex;
  justify-content: center;
}

.singlenavi .prev,
.singlenavi .next {
  position: absolute;
  top: 0;
}

.singlenavi .prev {
  left: 0;
  justify-content: flex-end;
  padding: 0.25rem 2rem 0.25rem 4rem;
}

.singlenavi .prev .btn-arw {
  right: auto !important;
}

.singlenavi .prev .btn-arw {
  left: 1.4rem;
  transform: scale(-1, 1);
}

.singlenavi .next {
  right: 0;
  padding: 0.25rem 4rem 0.25rem 2rem;
}

.singlenavi .page-back {
  justify-content: center;
  width: 12rem;
  padding: 0.25rem 1rem;
  background: #7f2100;
  border: 1px solid #7f2100;
}

.case-detail-mv {
  position: relative;
  z-index: 1;
  min-height: 18.5rem;
}

.case-detail-mv__inner {
  padding: 6.25rem 0 3.5rem;
}

.case-detail-mv__breadcrumbs {
  position: relative;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.case-detail-mv__breadcrumbs&gt;span {
  position: relative;
  top: 0.1rem;
}

.case-detail-mv__ttl .corp {
  margin-bottom: 1.5rem;
  text-align: center;
}

.case-detail-mv__ttl .corp-logo {
  //  height: 2.5rem;
  height: 7rem;
  margin-bottom: 1rem;
  text-align: center;
}

.case-detail-mv__ttl .corp-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.case-detail-mv__ttl .corp-name {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.case-detail-mv__ttl .meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
  font-size: 0;
}

.case-detail-mv__ttl .time {
  position: relative;
  font-weight: 400;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.case-detail-mv__ttl .post-type {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
  font-weight: 400;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.case-detail-mv__ttl .post-type::before {
  position: absolute;
  top: 6%;
  left: 0;
  width: 1px;
  height: 80%;
  content: "";
  background: #cb1414;
}

.case-detail-mv__ttl .tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.75rem;
  font-size: 0;
}

.case-detail-mv__ttl .tags a {
  display: inline-block;
  margin: 0 1rem 0 0;
  font-weight: 700;
  line-height: 1.5;
  color: #969696;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}

.case-detail-mv__ttl .ttl {
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  letter-spacing: 0;
  font-size: 26px;
  font-size: 2.6rem;
}

.case-detail-cont {
  position: relative;
  padding: 0 0 5rem;
}

.single-entry {
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.single-entry__thumb {
  margin-bottom: 3rem;
}

.single-entry__thumb img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.single-entry h2 {
  position: relative;
  padding: 0 0 0.35em 1.6rem;
  margin: 2.15em 0 0.65em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  border-bottom: 1px solid #dadada;
  font-size: 22px;
  font-size: 2.2rem;
}

.single-entry h2:first-child {
  margin-top: 0;
}

.single-entry h2::before {
  position: absolute;
  top: 16%;
  left: 0;
  width: 0.4rem;
  height: calc(75% - 0.35em);
  content: "";
  background: #cb1414;
}

.single-entry h3 {
  position: relative;
  padding-bottom: 0.25em;
  margin: 2.15em 0 0.65em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.single-entry h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  content: "";
  background: #cb1414;
}

.single-entry h4 {
  position: relative;
  margin: 2.15em 0 0.65em;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-entry p {
  margin-bottom: 0.9375em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-entry p:last-child {
  margin-bottom: 0;
}

.single-entry p a {
  color: #009bfd;
  text-decoration: underline;
}

.single-entry p a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.single-entry p em {
  font-style: italic;
}

.single-entry p b {
  font-weight: 700;
  background-image: linear-gradient(#fff175, #fff175);
  background-repeat: no-repeat;
  background-position: 0 92%;
  background-size: 100% 0.5em;
}

.single-entry p strong {
  font-weight: 700;
}

.single-entry p img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.single-entry p img.alignright {
  margin: 0 0 0 auto;
}

.single-entry p img.alignleft {
  margin: 0 auto 0 0;
}

.single-entry ul {
  margin-bottom: 1.1em;
}

.single-entry ul:last-child {
  margin-bottom: 0;
}

.single-entry ul&gt;li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-entry ul&gt;li:last-child {
  margin-bottom: 0;
}

.single-entry ul&gt;li::before {
  position: absolute;
  top: 0.8rem;
  left: 0.3rem;
  width: 0.4em;
  height: 0.4em;
  content: "";
  background-color: #cb1414;
  border-radius: 50%;
}

.single-entry ul&gt;li&gt;a {
  color: #009bfd;
  text-decoration: underline;
}

.single-entry ul&gt;li&gt;a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.single-entry ol {
  margin-bottom: 1.1em;
  counter-reset: number 0;
}

.single-entry ol.alpha&gt;li::before {
  content: counter(number, lower-alpha) ".";
}

.single-entry ol:last-child {
  margin-bottom: 0;
}

.single-entry ol&gt;li {
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  text-indent: -1.5em;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-entry ol&gt;li:last-child {
  margin-bottom: 0;
}

.single-entry ol&gt;li.int {
  padding-left: 2em;
  text-indent: -2em;
}

.single-entry ol&gt;li::before {
  padding-right: 0.5em;
  font-weight: 700;
  color: #cb1414;
  letter-spacing: 0.05em;
  content: counter(number, decimal) ".";
  counter-increment: number 1;
  font-size: 14px;
  font-size: 1.4rem;
}

.single-entry ol&gt;li&gt;a {
  color: #009bfd;
  text-decoration: underline;
}

.single-entry ol&gt;li&gt;a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.single-entry ol&gt;li&gt;ol {
  margin: 1.1em 0 1.1em 1.5em !important;
}

.single-entry blockquote {
  padding: 2rem;
  margin-bottom: 1.5rem;
  font-style: italic;
  background-color: #e0e0e0;
}

.single-entry hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  border-bottom: 1px solid #dadada;
}

.single-entry__table {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 0.9375em;
  border-bottom: 1px solid #dadada;
}

.single-entry__table:last-child {
  margin-bottom: 0;
}

.single-entry__table th,
.single-entry__table td {
  position: relative;
  display: block;
}

.single-entry__table th {
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  color: #fff;
  letter-spacing: 0;
  background: #cb1414;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-entry .wp-video {
  margin: 0 auto 0.9375em;
}

.single-entry .title-sup {
  display: block;
  margin-bottom: -2.75em;
  font-weight: 700;
  color: #cb1414;
  font-size: 14px;
  font-size: 1.4rem;
}

.single-entry .note {
  position: relative;
  display: block;
  margin: -0.4375em 0 0 1em;
  font-size: 87.5%;
  text-indent: -1em;
  opacity: 0.6;
}

.single-entry .note::before {
  display: inline;
  content: "※";
}

.single-entry__case-block {
  margin-bottom: 4em;
}

.single-entry__case-block:last-child {
  margin-bottom: 0;
}

.single-entry__case-img {
  align-self: flex-start;
  padding: 2px;
  margin-bottom: 2.15em;
  border: 1px solid #c0c0c0;
}

h3.single-entry__case-ttl {
  padding: 0 0 0 1em !important;
  margin: 0 0 1.6em !important;
}

h3.single-entry__case-ttl {
  line-height: 1.5555555556;
  color: #cb1414;
  font-size: 14px;
  font-size: 1.4rem;
}

h3.single-entry__case-ttl::before {
  width: 1em !important;
}

h3.single-entry__case-ttl::before {
  top: 0;
  bottom: auto;
  height: 1em;
  content: "ー";
  background: none;
}

.case-detail-others {
  position: relative;
  padding: 0 0 7.5rem;
}

.case-detail-others__ttl {
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.1666666667;
  text-align: center;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.case-detail-others__list {
  margin-bottom: -2rem;
}

.case-detail-others__item {
  margin-bottom: 2rem;
}

.case-detail-others__item&gt;a {
  position: relative;
  display: block;
  height: 100%;
  padding: 4rem 3.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

.case-detail-others__item .img {
  margin-bottom: 2rem;
  text-align: center;
}

.case-detail-others__item .ttl {
  display: -webkit-box;
  margin-bottom: 2rem;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.4117647059;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  font-size: 1.3rem;
}

.case-detail-others__item .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  font-size: 0;
}

.case-detail-others__item .tags span {
  display: inline-block;
  margin: 0 1rem 0 0;
  font-weight: 700;
  line-height: 1.5;
  color: #969696;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}

.case-detail-others__item .txt-link {
  position: absolute;
  right: 3.5rem;
  bottom: 3.5rem;
  padding-right: 4rem;
  font-weight: 700;
  color: #cb1414;
  text-align: right;
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

.case-detail-others__item .txt-link .btn-arw {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
}

.case-detail-others__item .txt-link .btn-arw svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #cb1414;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-btn:hover {
    color: #fff;
    background: #cb1414;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
    transform: translate3d(0, -0.5rem, 0);
  }

  .pagination .pager:hover {
    color: #fff;
    background: #cb1414;
  }

  .singlenavi .page-back:hover {
    color: #7f2100;
  }

  .single-entry p a:hover {
    text-decoration: none;
  }

  .single-entry ul&gt;li&gt;a:hover {
    text-decoration: none;
  }

  .single-entry ol&gt;li&gt;a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 7rem;
  }

  .pagination {
    width: 56rem;
  }

  .pagination .prev,
  .pagination .next {
    width: 4.2rem;
    height: 4.2rem;
  }

  .pagination .prev .btn-arw,
  .pagination .next .btn-arw {
    width: 4.2rem;
    height: 4.2rem;
  }

  .pagination .pager {
    width: 4rem;
    height: 4rem;
    margin: 0 1rem;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .singlenavi .c-btn {
    width: 21rem;
  }

  .singlenavi .prev {
    padding: 0.5rem 3rem 0.5rem 6rem;
  }

  .singlenavi .prev .btn-arw {
    left: 2rem;
  }

  .singlenavi .next {
    padding: 0.5rem 6rem 0.5rem 3rem;
  }

  .singlenavi .page-back {
    width: 20rem;
    padding: 0.5rem 4rem;
  }

  .case-detail-mv {
    min-height: 30rem;
  }

  .case-detail-mv__inner {
    padding: 7.85rem 0 6rem;
  }

  .case-detail-mv__breadcrumbs {
    margin: 0 -0.7rem 3.75rem;
  }

  .case-detail-mv__breadcrumbs&gt;span {
    padding: 0 0.7rem;
  }

  .case-detail-mv__ttl .corp {
    margin-bottom: 2.5rem;
  }

  .case-detail-mv__ttl .corp-logo {
    height: 7rem;
  }

  .case-detail-mv__ttl .corp-name {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .case-detail-mv__ttl .meta {
    margin-bottom: 0;
  }

  .case-detail-mv__ttl .time {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .case-detail-mv__ttl .post-type {
    margin-right: 2.5rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .case-detail-mv__ttl .tags {
    width: auto;
    margin-top: 0;
  }

  .case-detail-mv__ttl .tags a {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .case-detail-mv__ttl .ttl {
    font-size: 34px;
    font-size: 3.4rem;
  }

  .case-detail-cont {
    padding: 0 0 10rem;
  }

  .single-entry {
    padding-bottom: 7.5rem;
  }

  .single-entry__thumb {
    margin-bottom: 4rem;
  }

  .single-entry h2 {
    padding: 0 0 0.35em 2rem;
    margin: 2.15em 0 0.65em;
    font-size: 30px;
    font-size: 3rem;
  }

  .single-entry h2::before {
    top: 16%;
    width: 0.6rem;
  }

  .single-entry h3 {
    padding-bottom: 0.25em;
    margin: 2.15em 0 0.65em;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .single-entry h3::before {
    width: 4rem;
  }

  .single-entry h4 {
    margin: 2.15em 0 0.65em;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .single-entry p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .single-entry p a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .single-entry ul&gt;li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .single-entry ul&gt;li::before {
    top: 1.2rem;
  }

  .single-entry ul&gt;li&gt;a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .single-entry ol&gt;li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .single-entry ol&gt;li::before {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .single-entry ol&gt;li&gt;a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .single-entry blockquote {
    padding: 3.5rem;
    margin-bottom: 2.5rem;
  }

  .single-entry__table {
    margin-top: 9rem;
  }

  .single-entry__table th,
  .single-entry__table td {
    display: table-cell;
    padding: 2rem 3rem;
    border-top: 1px solid #dadada;
  }

  .single-entry__table th {
    width: 16rem;
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .single-entry .title-sup {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .single-entry__case-block {
    margin-bottom: 8em;
  }

  .single-entry__case-block.--img-left,
  .single-entry__case-block.--img-right {
    display: flex;
    justify-content: space-between;
  }

  .single-entry__case-block.--img-left .single-entry__case-img,
  .single-entry__case-block.--img-right .single-entry__case-img {
    width: 45%;
  }

  .single-entry__case-block.--img-left .single-entry__case-txt-area,
  .single-entry__case-block.--img-right .single-entry__case-txt-area {
    width: 51%;
  }

  .single-entry__case-block.--img-right {
    flex-direction: row-reverse;
  }

  .single-entry__case-img {
    margin-bottom: 0;
  }

  h3.single-entry__case-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .case-detail-others {
    padding: 0 0 12rem;
  }

  .case-detail-others__ttl {
    margin-bottom: 4.75rem;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .case-detail-others__list {
    display: flex;
    margin: 0 -2.25rem;
  }

  .case-detail-others__item {
    width: 33.3334%;
    padding: 0 2.25rem;
    margin-bottom: 0;
  }

  .case-detail-others__item&gt;a {
    padding: 4rem 3.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
  }

  .case-detail-others__item .img {
    margin-bottom: 4rem;
  }

  .case-detail-others__item .ttl {
    margin-bottom: 3.5rem;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .case-detail-others__item .tags {
    min-height: 6rem;
    margin-bottom: 3rem;
  }

  .case-detail-others__item .tags span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .case-detail-others__item .txt-link {
    right: 3.5rem;
    bottom: 3.5rem;
    padding-right: 5.2rem;
  }

  .case-detail-others__item .txt-link .btn-arw {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: -1.6rem;
  }
}

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


  .case-detail-mv {
    min-height: 32rem;
  }

  .case-detail-mv__inner {
    padding: 9.85rem 0 6rem;
  }
}

@media screen and (max-width: 767px) {
  .singlenavi .prev,
  .singlenavi .next {
    width: 10rem;
  }

  .single-entry__table td {
    padding: 1.5rem 0 2rem;
  }
}</pre></body></html>