<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* main蜈ｨ菴� */
.site-main {
  color: var(--main-text-color);
  line-height: normal;
  font-style: normal;
  margin-top: 143px;
}

/* 譛ｬ譁� */
.outer-title {
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .outer-title {
    width: 95%;
  }
}

.wrapper-contents {
  margin: 0 auto 120px auto;
  max-width: 960px;
}

.wrapper-date-tag {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  column-gap: 7px;
}

.posted-date {
  margin-right: 7px;
  color: var(--main-text-color);
  margin: 0;
}

.wrapper-tag-item {
  display: flex;
  row-gap: 7px;
  column-gap: 7px;
  flex-wrap: wrap;
}

.content-tag {
  border-radius: 15px;
  background: var(--background-color);
  padding: 3px 21px;
  color: var(--main-text-color);
  text-align: center;
}

.contents-title {
  color: #000;
  line-height: 120%;
  margin-bottom: 16px;
}

.wrapper-mv {
  margin-bottom: 37px;
  text-align: center;
}

.wrapper-client-exampleType {
  width: 100%;
  border-radius: 20px;
  background-color: var(--background-color);
  color: var(--main-text-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  padding: 20px 44px;
  margin-bottom: 54px;
}

.table-client-exampleType {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}

.table-item-client-short {
  white-space: nowrap;
  width: 0;
}

.table-item-client-long {
  width: 426px;
}

.table-item-hyphen {
  text-align: center;
  width: 20px;
}

.table-problemEffect {
  color: var(--main-text-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  border-collapse: collapse;
  margin: 0;
}

.table-problemEffect-item th,
.table-problemEffect-item td {
  border: 1px solid #000;
  background: #FFF;
}

.table-problemEffect-item th {
  background-color: var(--background-color);
  width: 133px;
}

.table-problemEffect-item td {
  padding: 18px 27px 18px 34px;
}

.main-text {
  color: var(--main-text-color);
  line-height: 160%;
}

/* 縺雁撫蜷医○ */
.wrapper-contact-link {
  width: 100%;
  background: var(--background-color);
  text-align: center;
  color: var(--main-text-color);
  line-height: 160%;
  padding: 40px 0;
}

.wrapper-contact-link p {
  margin: 0 0 23px 0;
}

.btn-contact {
  padding: 0;
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 30px;
}

.btn-contact a {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.3s;
  width: 137px;
  height: 45px;
}

.btn-contact a::before {
  content: "";
  background: linear-gradient(249deg, var(--accent-color) 0%, var(--accent-sub-color) 100%);
  position: absolute;
  z-index: -1;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.btn-contact a::after {
  content: "";
  background: linear-gradient(-249deg, var(--accent-color) 0%, var(--accent-sub-color) 100%);
  position: absolute;
  z-index: -2;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-contact a:hover::before {
  opacity: 0;
}


/* 譁�ｫ�荳ｭ縺ｮ逕ｻ蜒� */
.wp-block-image {
  margin: 87px 0;
  text-align: center;
}


/* 髢｢騾｣莠倶ｾ� */
.wrapper-relatedCase {
  width: 100%;
  margin: 64px auto 120px;
}

.relatedCase-title {
  color: var(--main-text-color);
  line-height: 160%;
  text-align: center;
  margin: 0 0 40px;
}

.relatedcase-article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 40px;
  justify-content: center;
}


.relatedcase-article {
  border-radius: 20px;
  background: #FFF;
  width: 360px;
  margin-bottom: 40px;
}


.relatedcase-article-link {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  height: 100%;
  width: 100%;
  padding: 40px 24px 48px;
  display: block;
  text-decoration: none;
  color: var(--main-text-color);
  position: relative;
  text-decoration: none;
}

.relatedcase-article-img {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}

.relatedcase-article-img&gt;.wp-post-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.relatedcase-article-client {
  margin: 16px 16px 0;
  color: var(--sub-text-color);
  font-size: 14px;
  font-weight: normal;
  height: 20px;
}

.relatedcase-article-title {
  color: var(--main-text-color);
  font-weight: 500;
  margin: 16px;
}

.relatedcase-article-tags {
  width: 100%;
  min-height: 54px;
  display: flex;
  column-gap: 8px;
  row-gap: 8px;
  flex-wrap: wrap;
  overflow: hidden;
}

.relatedcase-tag-item {
  border-radius: 15px;
  background: var(--background-color);
  padding: 3px 21px;
  color: var(--main-text-color);
  text-align: center;
  height: 23px;
  font-weight: nomal;
  font-size: 12px;
}


.relatedCase-noArticle {
  margin: 0;
  text-align: center;
}

/* 髢｢騾｣莠倶ｾ九�繧ｦ繧ｹ繧ｪ繝ｼ繝舌� */
.relatedcase-article a:hover {
  box-shadow: 0px 0px 10px 0px var(--sub-color);
  transition: all 0.3s ease-in;
}


.relatedcase-article-link:hover .relatedcase-article-img&gt;.wp-post-image {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}

/* 荳隕ｧ縺ｫ謌ｻ繧� */

.wrapper-btn-allowLeft {
  display: flex;
  justify-content: center;
}

.btn-allowLeft {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.btn-allowLeft:link,
.btn-allowLeft:active,
.btn-allowLeft:hover,
.btn-allowLeft:visited {
  color: var(--main-text-color);
}

.btn-allowLeft::before {
  content: '竊�';
  background: linear-gradient(270deg, var(--main-color) 0%, var(--sub-color) 100%);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 16px auto 0;
  transition: all 0.3s ease-in;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.20), 0px 2px 12px 2px rgba(0, 0, 0, 0.05);
}

.btn-allowLeft:hover::before {
  left: -8px;
}


/* SP */
@media screen and (max-width: 1100px) {
  .wrapper-contents {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 72px;
  }

  .relatedcase-article-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .site-main {
    margin-top: 83px;
  }

  .outer-title {
    width: 100%;
    padding: 0 24px;
  }

  .contents-title {
    font-size: 20px;
  }

  .wrapper-date-tag {
    margin-bottom: 40px;
  }

  .posted-date {
    font-size: 12px;
    line-height: 100%;
  }

  .wrapper-mv {
    margin-bottom: 16px;
  }

  .wrapper-client-exampleType {
    font-size: 14px;
    padding: 12px 24px;
    margin-bottom: 24px;
  }

  .table-problemEffect {
    font-size: 12px;
  }

  .table-problemEffect-item th {
    width: 56px;
  }

  .table-problemEffect-item td {
    padding: 8px 24px;
  }

  .main-text {
    padding: 48px 0 0 0;
    font-size: 14px;
    font-weight: normal;
  }

  .main-text strong {
    font-size: 14px;
    font-weight: bold;
  }

  .wp-block-image {
    margin: 64px 0 48px 0;
  }

  .wrapper-contact-link {
    font-size: 14px;
    padding: 34px 0 38px 0;
  }

  .wrapper-contact-link p {
    margin: 0 0 15px 0;
  }

  .contact-link {
    font-size: 14px;
  }

  .wrapper-relatedCase {
    width: 100%;
    margin: 40px auto 40px;
  }

  .relatedCase-title {
    font-size: 18px;
    width: 343px;
    height: 30px;
    margin: 0 auto 24px;
    position: relative;
  }

  .relatedcase-list-wrap {
    width: 100%;
  }

  .relatedcase-article-list {
    padding: 0 30px;
  }

  .relatedcase-article {
    width: 300px;
  }

  .relatedcase-article-link {
    padding: 40px 11px 48px;
  }
}


@media screen and (max-width: 426px) {
  .relatedcase-article {
    max-width: 326px;
  }
}</pre></body></html>