.case #contents {
  background: #f5f5f5;
}

.case-wrap {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 43px 0 105px;
}
@media screen and (max-width: 959px) {
  .case-wrap {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .case-wrap {
    padding: 30px 0 60px;
  }
}

.case-main {
  width: 100%;
  max-width: 920px;
}
.case-main .c-pagination {
  margin-top: 47px;
}

.case-sidebar {
  flex: 0 0 250px;
  margin-top: -6px;
}
@media screen and (max-width: 959px) {
  .case-sidebar {
    width: 100%;
    margin-top: 40px;
  }
}

.case-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 39px;
       column-gap: 39px;
  row-gap: 40px;
}
@media screen and (max-width: 750px) {
  .case-list {
    grid-template-columns: 1fr;
  }
}

.case-list-item {
  position: relative;
  background: #fff;
  transition: opacity 0.2s ease;
}
.case-list-item:hover {
  opacity: 0.7;
}
.case-list-item__meta {
  position: absolute;
  display: flex;
  align-items: center;
  top: 5px;
  left: -10px;
  z-index: 10;
  max-width: 100%;
}
.case-list-item__meta::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  border-top: solid 5px #005813;
  border-right: solid 5px #005813;
  border-bottom: solid 5px transparent;
  border-left: solid 5px transparent;
}
.case-list-item__cat {
  position: relative;
  background: linear-gradient(to right, #04b238, #6cde22);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-right: 1em;
  padding: 2px 11px 2px 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: visible;
}
@media screen and (max-width: 750px) {
  .case-list-item__cat {
    font-size: 14px;
  }
}
.case-list-item__thumb {
  position: relative;
  padding-top: 64.285%;
}
.case-list-item__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-list-item__body {
  padding: 9px 19px 18px;
}
.case-list-item__time {
  color: #04b238;
  font: 700 14px "Lato", sans-serif;
  letter-spacing: 0.04em;
}
.case-list-item__ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.625;
  border-bottom: dashed 1px #b2b2b2;
  padding-bottom: 9px;
  margin-bottom: 17px;
  font-feature-settings: "palt";
}

.case-item-detail {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .case-item-detail {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .case-item-detail {
    display: flex;
  }
}
.case-item-detail__ttl {
  flex: 0 0 100px;
  color: #04b238;
  background: #edfaeb;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  padding: 1px 5px;
  font-feature-settings: "palt";
  margin-right: 11px;
}
.case-item-detail__data {
  flex: 1 0 0px;
  font-size: 14px;
  text-align: center;
  padding: 0 5px;
}
.case-item-detail__amount {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.case-item-detail + .case-item-detail {
  margin-top: 8px;
}

.case-sidebar-categories {
  margin-bottom: 21px;
}
.case-sidebar-categories__ttl {
  display: flex;
  align-items: center;
  border-bottom: solid 4px #36b02b;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  padding-bottom: 10px;
}
.case-sidebar-categories__ttl::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
}
.case-sidebar-categories__ttl--service::before {
  width: 18px;
  height: 16px;
  background: url(../img/news/icon-category-ttl.png) center/contain no-repeat;
}
.case-sidebar-categories__ttl--area::before {
  width: 15px;
  height: 20px;
  background: url(../img/case/icon-area-ttl.svg) center/contain no-repeat;
}
.case-sidebar-categories__list li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.875;
  padding: 0 30px 0 10px;
  transition: opacity 0.2s ease;
}
.case-sidebar-categories__list li a:hover {
  opacity: 0.7;
}
.case-sidebar-categories__list li a::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 11px;
  height: 17px;
  background: url(../img/news/cat-arrow.svg) center/contain no-repeat;
  transition: 0.2s;
}
.case-sidebar-categories__list li a:hover::after {
  right: 4px;
}
.case-sidebar-categories__list > li {
  border-bottom: dashed 1px #b2b2b2;
  padding: 15px 0 14px;
}
.case-sidebar-categories__list > li ul > li a {
  padding: 0 30px 0 26px;
}
.case-sidebar-categories__list > li ul > li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 2px;
  background: #36b02b;
}
@media screen and (max-width: 750px) {
  .case-sidebar-categories {
    margin-top: 22px;
  }
  .case-sidebar-categories__ttl {
    border-width: 3px;
    font-size: 16px;
    letter-spacing: 0.04em;
    padding-bottom: 5px;
  }
  .case-sidebar-categories__ttl::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .case-sidebar-categories__list li a {
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: opacity 0.2s ease;
  }
  .case-sidebar-categories__list li a:hover {
    opacity: 0.7;
  }
  .case-sidebar-categories__list li a::after {
    right: 9px;
    width: 9px;
    height: 15px;
  }
  .case-sidebar-categories__list li a:hover::after {
    right: 4px;
  }
  .case-sidebar-categories__list > li {
    padding: 12px 0;
  }
  .case-sidebar-categories__list > li ul > li a {
    padding: 0 30px 0 24px;
  }
  .case-sidebar-categories__list > li ul > li a::before {
    width: 8px;
  }
}

.case-sidebar-latest {
  margin-top: 31px;
}
.case-sidebar-latest__ttl {
  display: flex;
  align-items: center;
  border-bottom: solid 4px #36b02b;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.case-sidebar-latest__ttl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/case/icon-latest-ttl.svg) center/contain no-repeat;
  margin-right: 9px;
}
.case-sidebar-latest__list {
  counter-reset: c;
}
@media screen and (max-width: 959px) {
  .case-sidebar-latest__list {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .case-sidebar-latest__list {
    display: block;
  }
  .case-sidebar-latest__ttl {
    border-width: 3px;
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .case-sidebar-latest__ttl::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}

.case-sidebar-latest-item {
  width: 100%;
  counter-increment: c;
}
.case-sidebar-latest-item:not(:last-child) {
  border-bottom: dashed 1px #b2b2b2;
  margin-bottom: 20px;
  padding-bottom: 23px;
}
.case-sidebar-latest-item a {
  transition: opacity 0.2s ease;
}
.case-sidebar-latest-item a:hover {
  opacity: 0.7;
}
.case-sidebar-latest-item__img {
  position: relative;
  width: 100%;
  height: 167px;
  margin-bottom: 3px;
}
.case-sidebar-latest-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-sidebar-latest-item__ttl {
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.75;
  text-decoration: underline;
  text-underline-offset: 9px;
}
@media screen and (max-width: 959px) {
  .case-sidebar-latest-item:not(:last-child) {
    border-bottom: none;
  }
  .case-sidebar-latest-item__img {
    padding-top: 66.66%;
  }
  .case-sidebar-latest-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .case-sidebar-latest-item__img::before {
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  .case-sidebar-latest-item:not(:last-child) {
    border-bottom: dashed 1px #b2b2b2;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .case-sidebar-latest-item a {
    display: flex;
  }
  .case-sidebar-latest-item__img {
    flex: 0 0 120px;
    height: 80px;
    padding-top: 0;
  }
  .case-sidebar-latest-item__img::before {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .case-sidebar-latest-item__ttl {
    font-size: 14px;
    letter-spacing: 0.06em;
    text-underline-offset: 5px;
    margin-left: 10px;
  }
}

.case-article {
  position: relative;
  background: #fff;
  padding: 0 40px 50px;
}
@media screen and (max-width: 750px) {
  .case-article {
    margin: 0 -20px;
    padding: 0 20px 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  }
}
.case-article__deco {
  position: absolute;
  right: 0;
  font: 700 50px "Inter", sans-serif;
  transform: skewX(-10deg);
  line-height: 1;
  top: -42px;
  color: #fff;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 750px) {
  .case-article__deco {
    font-size: 30px;
    top: -26px;
    right: 4px;
  }
}
.case-article__deco span {
  font-weight: 400;
}
.case-article__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .case-article__header {
    margin-bottom: 30px;
  }
}
.case-article__meta {
  position: relative;
  top: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 39px;
  width: calc(100% + 50px);
}
@media screen and (max-width: 750px) {
  .case-article__meta {
    left: 0;
    flex-wrap: wrap;
    row-gap: 5px;
    width: auto;
  }
}
.case-article__cat-wrap {
  position: relative;
  margin-left: -50px;
  margin-right: 1em;
  background: linear-gradient(to left, #4dc810, #009220);
  color: #fff;
  padding: 2px 11px 2px 12px;
  max-width: calc(100% - 100px - 1em);
}
@media screen and (max-width: 750px) {
  .case-article__cat-wrap {
    padding: 0px 8px;
    margin-left: 0;
  }
}
.case-article__cat-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  border-top: solid 5px #005813;
  border-right: solid 5px #005813;
  border-bottom: solid 5px transparent;
  border-left: solid 5px transparent;
}
@media screen and (max-width: 750px) {
  .case-article__cat-wrap::after {
    content: none;
  }
}
.case-article__cat {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 750px) {
  .case-article__cat {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.case-article__time {
  font: 700 16px "Lato", sans-serif;
  color: #36b02b;
  letter-spacing: 0.04em;
  padding: 8px 0;
}
@media screen and (max-width: 750px) {
  .case-article__time {
    padding: 4px 0;
  }
}
.case-article__ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: solid 3px #36b02b;
  font-feature-settings: "palt";
  padding-bottom: 19px;
}
@media screen and (max-width: 750px) {
  .case-article__ttl {
    line-height: 1.5;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.case-article__details {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .case-article__details {
    display: block;
  }
}

.case-subttl {
  text-align: center;
  background: #36b02b;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: solid 4px #197211;
  padding: 6px 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
  .case-subttl {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin: 40px 0 15px;
    padding: 3px 10px;
  }
}

.case-article-detail {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-right: 18px;
}
.case-article-detail__ttl {
  min-width: 100px;
  background: #edfaeb;
  color: #36b02b;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 4px 5px;
  font-feature-settings: "palt";
  margin-right: 13px;
}
@media screen and (max-width: 750px) {
  .case-article-detail__ttl {
    font-size: 14px;
    min-width: 87px;
    padding: 4px 5px 3px;
  }
}
.case-article-detail__data {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .case-article-detail__data {
    font-size: 18px;
    line-height: 1.3;
  }
}
.case-article-detail__amount {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .case-article-detail__amount {
    font-size: 21px;
  }
}

.case-ba .case-subttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .case-ba .case-subttl {
    margin-bottom: 15px;
  }
}
.case-ba__pics {
  display: flex;
  margin: 0 -20px 30px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .case-ba__pics {
    margin: 0 -8px 15px;
  }
}
.case-ba__pics::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 24px;
  background: url("../img/case/ba-arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .case-ba__pics::before {
    width: 11.5px;
    height: 10.5px;
  }
}
.case-ba__pic {
  flex: 0 0 50%;
  max-width: calc(50% - 40px);
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .case-ba__pic {
    max-width: calc(50% - 16px);
    margin: 0 8px;
  }
}
.case-ba__pic::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.case-ba__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-ba__caption {
  position: absolute;
  font: 700 50px "Inter", sans-serif;
  letter-spacing: 0;
  color: #fff;
  transform: skewX(-10deg);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 750px) {
  .case-ba__caption {
    font-size: 20px;
  }
}
.case-ba__caption--before {
  top: -10px;
  left: 12px;
}
@media screen and (max-width: 750px) {
  .case-ba__caption--before {
    top: -4px;
    left: 5px;
  }
}
.case-ba__caption--after {
  right: 9px;
  bottom: -12px;
}
@media screen and (max-width: 750px) {
  .case-ba__caption--after {
    right: 4px;
    bottom: -5px;
  }
}

.case-data {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .case-data {
    display: block;
  }
}

.case-data-item {
  flex: 1 0 0px;
  border-bottom: solid 1px #c6c6c6;
}
.case-data-item__ttl {
  text-align: center;
  background: #36b02b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 9px 0px;
}
@media screen and (max-width: 750px) {
  .case-data-item__ttl {
    font-size: 14px;
    padding: 0px 0px 1px;
  }
}
.case-data-item__data {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  .case-data-item__data {
    line-height: 20px;
    font-size: 14px;
    padding: 6px 0 5px;
  }
}
.case-data-item__amount {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .case-data-item__amount {
    font-size: 16px;
  }
}
.case-data-item:not(:first-child) .case-data-item__ttl, .case-data-item:not(:first-child) .case-data-item__data {
  border-left: solid 1px #c6c6c6;
}
@media screen and (max-width: 750px) {
  .case-data-item:not(:first-child) .case-data-item__ttl, .case-data-item:not(:first-child) .case-data-item__data {
    border-left-width: 0;
  }
}

.case-problem {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.case-problem::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/case/problem-balloon-arrow.png") center/contain no-repeat;
  bottom: 0;
  left: 40px;
}
.case-problem__inner {
  background: #edfaeb;
  border-radius: 20px;
  padding: 21px 37px 26px;
}
@media screen and (max-width: 750px) {
  .case-problem__inner {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
  }
}
.case-problem__ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 49px;
  font-feature-settings: "palt";
  margin-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .case-problem__ttl {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.case-problem__ttl::before {
  content: "";
  display: block;
  width: 36px;
  height: 32px;
  background: url("../img/case/problem-icon.svg") center/contain no-repeat;
  position: absolute;
  top: 4px;
  left: 1px;
}
@media screen and (max-width: 750px) {
  .case-problem__ttl::before {
    top: 2px;
  }
}
.case-problem__desc {
  line-height: 2;
  font-feature-settings: "palt";
}

.case-offer {
  position: relative;
  background: #fef2e6;
  border-radius: 20px;
  padding: 21px 40px 30px;
}
@media screen and (max-width: 750px) {
  .case-offer {
    padding: 21px 25px 25px;
    border-radius: 10px;
  }
}
.case-offer__ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 18px;
  padding-left: 47px;
}
@media screen and (max-width: 750px) {
  .case-offer__ttl {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.case-offer__ttl::before {
  content: "";
  display: block;
  width: 36px;
  height: 32px;
  background: url("../img/case/offer-icon.svg") center/contain no-repeat;
  position: absolute;
  top: 5px;
  left: -3px;
}
@media screen and (max-width: 750px) {
  .case-offer__ttl::before {
    top: 2px;
    left: 0;
  }
}
.case-offer__list {
  counter-reset: offer-cnt;
}

.case-offer-item {
  background: #fff;
  border-radius: 10px;
  display: flex;
  line-height: 1.75;
  font-feature-settings: "palt";
  padding: 10px 10px 12px 0;
}
.case-offer-item::before {
  counter-increment: offer-cnt;
  content: counter(offer-cnt) ".";
  color: #fa7f05;
  font: 700 18px "Lato", sans-serif;
  flex: 0 0 40px;
  text-align: right;
  margin-right: 7px;
  margin-top: 4px;
}
@media screen and (max-width: 750px) {
  .case-offer-item::before {
    font-size: 16px;
    margin-top: 3px;
    flex: 0 0 35px;
  }
}
.case-offer-item + .case-offer-item {
  margin-top: 10px;
}

.case-content {
  margin-top: 50px;
}
.case-content .case-subttl {
  margin-bottom: 31px;
}
@media screen and (max-width: 750px) {
  .case-content .case-subttl {
    margin-bottom: 20px;
  }
}

.case-content-item__head {
  display: flex;
  min-height: 70px;
  margin-bottom: 23px;
}
@media screen and (max-width: 750px) {
  .case-content-item__head {
    margin-bottom: 20px;
  }
}
.case-content-item__num {
  flex: 0 0 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/case/content-num-bg.svg") top left/100% 100% no-repeat #edfaeb;
  color: #fff;
  font: 700 24px "Lato", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .case-content-item__num {
    flex: 0 0 66px;
    font-size: 20px;
    background: url("../img/case/content-num-bg.svg") top right/72px 100% no-repeat #edfaeb;
  }
}
.case-content-item__ttl {
  flex: 1 0 0px;
  background: #edfaeb;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 13px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .case-content-item__ttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.case-content-item__body {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .case-content-item__body {
    flex-direction: column;
    gap: 0;
  }
}
.case-content-item__desc {
  flex: 1 0 0px;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
.case-content-item__desc em {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .case-content-item__desc {
    order: 2;
  }
}
.case-content-item__pic {
  flex: 0 0 320px;
  position: relative;
  margin-top: 7px;
}
@media screen and (max-width: 750px) {
  .case-content-item__pic {
    order: 1;
    width: calc(100% - 40px);
    margin: 0 20px 17px;
    flex: 0 0 auto;
  }
}
.case-content-item__pic::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.case-content-item__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case-content-item + .case-content-item {
  margin-top: 14px;
}
@media screen and (max-width: 750px) {
  .case-content-item + .case-content-item {
    margin-top: 30px;
  }
}

.case-comment {
  margin-top: 45px;
  background: #edfaeb;
  border-radius: 20px;
  padding: 20px 40px 22px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .case-comment {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
  }
}
.case-comment::before {
  content: "COMMENT";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font: 700 120px "Inter", sans-serif;
  line-height: 1em;
  top: -16px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .case-comment::before {
    font-size: 50px;
    top: -8px;
  }
}
.case-comment__pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 2px #fff;
  position: relative;
  margin: -49px auto 3px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .case-comment__pic {
    margin-top: -43px;
  }
}
.case-comment__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-comment__ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #36b02b;
  position: relative;
  font-feature-settings: "palt";
  margin-bottom: 7px;
}
@media screen and (max-width: 750px) {
  .case-comment__ttl {
    margin-bottom: 0px;
  }
}
.case-comment__desc {
  line-height: 1.875;
  letter-spacing: 0.08em;
  position: relative;
  font-feature-settings: "palt";
  margin-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .case-comment__desc {
    font-size: 14px;
    line-height: 2;
  }
}
.case-comment__sign {
  text-align: right;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  position: relative;
}

.case-pagenav {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .case-pagenav {
    margin-top: 30px;
  }
}

.case-related {
  margin-top: 80px;
}
.case-related__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #36b02b;
  border: solid 2px #36b02b;
  border-width: 2px 0;
  margin-bottom: 30px;
  line-height: 1.3;
  padding-top: 17px;
  padding-bottom: 18px;
}
.case-related__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 39px;
       column-gap: 39px;
}
@media screen and (max-width: 959px) {
  .case-related__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .case-related {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .case-related__ttl {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    padding: 4px 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .case-related__ttl {
    padding: 11px 0;
  }
}
@media screen and (max-width: 750px) {
  .case-related__list {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}

.case-related-item a {
  transition: opacity 0.2s ease;
}
.case-related-item a:hover {
  opacity: 0.7;
}
.case-related-item__thumb {
  margin-bottom: 13px;
  position: relative;
}
.case-related-item__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 0.6678571429);
}
.case-related-item__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-related-item__meta {
  line-height: 1;
  margin-bottom: 8px;
}
.case-related-item__meta time {
  color: #36b02b;
  font: 700 14px "Lato", sans-serif;
  letter-spacing: 0.04em;
}
.case-related-item__ttl {
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media screen and (max-width: 750px) {
  .case-related-item a {
    display: flex;
  }
  .case-related-item__thumb {
    flex: 0 0 120px;
    height: 80px;
    margin-bottom: 0;
  }
  .case-related-item__txt {
    margin-left: 10px;
  }
  .case-related-item__meta {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .case-related-item__meta time {
    font-size: 12px;
  }
  .case-related-item__ttl {
    font-size: 14px;
    letter-spacing: 0.06em;
    text-underline-offset: 5px;
  }
}
