.p-caseArchive {
  padding-top: 41px;
  padding-bottom: 121px;
}

.p-caseArchive__inner {
  align-items: start;
}

.p-caseSide,
.p-caseSide-p-sideNav {
  width: 162px;
  padding-top: 42px;
}

.p-caseSide__head {
  padding-top: 4px;
}

.p-caseSide__title {
  margin-bottom: 7px;
}

.p-caseSide__tags {
  margin-top: 41px;
}

.p-caseArchive .webgene-search-form {
  display: block;
}

.p-caseArchive .search-title-wrapper,
.p-caseArchive .search-subtitle-wrapper {
  display: none;
}

.p-caseArchive .search-area-wrapper {
  display: block;
}

.p-caseArchive .search-contents-wrapper {
  display: grid;
  justify-content: start;
  gap: 12px;
}

.p-caseArchive .search-contents-wrapper label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  max-width: 100%;
  width: fit-content;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  cursor: pointer;
  transform-origin: center;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  will-change: transform;
}

.p-caseArchive .search-contents-wrapper input {
  flex-shrink: 0;
  margin: 0;
  accent-color: var(--color-mint);
}

.p-caseSide__tag {
  min-height: 44px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
}

.p-caseArchive__body {
  width: 852px;
  padding-top: 32px;
}

.p-caseArchive__list,
.p-caseArchive__body > .webgene-blog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 407px));
  column-gap: 38px;
  row-gap: 35px;
}

.p-caseArchive .webgene-pagination {
  grid-column: 1/-1;
  margin-top: 16px;
}

.p-caseArchive .webgene-pagination > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-caseArchive .webgene-pagination > ul > li {
  display: flex;
}

.p-caseArchive .webgene-pagination > a,
.p-caseArchive .webgene-pagination > span,
.p-caseArchive .webgene-pagination > p,
.p-caseArchive .webgene-pagination > ul > li > a,
.p-caseArchive .webgene-pagination > ul > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eaf6f3;
  border: 1px solid transparent;
  text-decoration: none;
}

.p-caseArchive .webgene-pagination > a,
.p-caseArchive .webgene-pagination > ul > li > a {
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
  will-change: transform;
}

.p-caseArchive .webgene-pagination .prev,
.p-caseArchive .webgene-pagination .next {
  min-width: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.p-caseArchive .webgene-pagination > ul > li.prev,
.p-caseArchive .webgene-pagination > ul > li.next {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.p-caseArchive .webgene-pagination .prev > a,
.p-caseArchive .webgene-pagination .next > a {
  min-width: auto;
  gap: 8px;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
}

.p-caseArchive .webgene-pagination .selected > a,
.p-caseArchive .webgene-pagination > a.selected,
.p-caseArchive .webgene-pagination > span.selected {
  background: #4cc5ad;
  border-color: #4cc5ad;
}

.p-caseArchive .webgene-pagination > ul > li.selected {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.p-caseArchive .webgene-pagination .prev > p,
.p-caseArchive .webgene-pagination .next > p {
  display: none;
}

.p-caseArchive .webgene-pagination .prev::before,
.p-caseArchive .webgene-pagination .prev::after,
.p-caseArchive .webgene-pagination .next::before,
.p-caseArchive .webgene-pagination .next::after,
.p-caseArchive .webgene-pagination > ul > li.prev::before,
.p-caseArchive .webgene-pagination > ul > li.prev::after,
.p-caseArchive .webgene-pagination > ul > li.next::before,
.p-caseArchive .webgene-pagination > ul > li.next::after,
.p-caseArchive .webgene-pagination .prev > a::before,
.p-caseArchive .webgene-pagination .prev > a::after,
.p-caseArchive .webgene-pagination .next > a::before,
.p-caseArchive .webgene-pagination .next > a::after {
  display: block;
  flex-shrink: 0;
}

.p-caseArchive .webgene-pagination .prev::before,
.p-caseArchive .webgene-pagination .next::after,
.p-caseArchive .webgene-pagination > ul > li.prev::before,
.p-caseArchive .webgene-pagination > ul > li.next::after,
.p-caseArchive .webgene-pagination .prev > a::before,
.p-caseArchive .webgene-pagination .next > a::after {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-caseArchive .webgene-pagination .prev::before {
  background-image: url("../images/icon_com-pagination-prev.png");
}

.p-caseArchive .webgene-pagination > ul > li.prev::before {
  display: none;
}

.p-caseArchive .webgene-pagination .prev > a::before {
  background-image: url("../images/icon_com-pagination-prev.png");
}

.p-caseArchive .webgene-pagination .next::after {
  background-image: url("../images/icon_com-pagination-next.png");
}

.p-caseArchive .webgene-pagination > ul > li.next::after {
  display: none;
}

.p-caseArchive .webgene-pagination .next > a::after {
  background-image: url("../images/icon_com-pagination-next.png");
}

.p-caseArchive .webgene-pagination .prev::after,
.p-caseArchive .webgene-pagination > ul > li.prev::after,
.p-caseArchive .webgene-pagination .prev > a::after,
.p-caseArchive .webgene-pagination .next::before,
.p-caseArchive .webgene-pagination > ul > li.next::before,
.p-caseArchive .webgene-pagination .next > a::before {
  display: none;
  content: none;
}

.p-caseArchive__paginationDots {
  min-width: auto;
  height: auto;
  padding-inline: 2px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.p-caseArchive .webgene-pagination .dots > span {
  min-width: auto;
  height: auto;
  padding-inline: 2px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.p-caseArchive .search-contents-wrapper label:focus-within {
  border-color: rgba(76, 197, 173, 0.7);
  background: rgba(76, 197, 173, 0.08);
  transform: scale(1.03);
}

.p-caseArchive .webgene-pagination > a:not(.prev, .next, .selected):focus-visible,
.p-caseArchive .webgene-pagination > ul > li:not(.prev, .next, .selected) > a:focus-visible {
  background: #4cc5ad;
  border-color: #4cc5ad;
  transform: scale(1.05);
  outline: none;
}

.p-caseArchive .webgene-pagination > a:is(.prev, .next):focus-visible,
.p-caseArchive .webgene-pagination > ul > li:is(.prev, .next) > a:focus-visible {
  transform: scale(1.05);
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  .p-caseArchive .search-contents-wrapper label:hover {
    border-color: rgba(76, 197, 173, 0.7);
    background: rgba(76, 197, 173, 0.08);
    transform: scale(1.03);
  }
  .p-caseArchive .webgene-pagination > a:not(.prev, .next, .selected):hover,
  .p-caseArchive .webgene-pagination > ul > li:not(.prev, .next, .selected) > a:hover {
    background: #4cc5ad;
    border-color: #4cc5ad;
    transform: scale(1.05);
  }
  .p-caseArchive .webgene-pagination > a:is(.prev, .next):hover,
  .p-caseArchive .webgene-pagination > ul > li:is(.prev, .next) > a:hover {
    transform: scale(1.05);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-caseArchive .search-contents-wrapper label {
    transition: border-color 0.25s ease, background 0.25s ease;
    will-change: auto;
  }
  .p-caseArchive .search-contents-wrapper label:hover,
  .p-caseArchive .search-contents-wrapper label:focus-within {
    transform: none;
  }
  .p-caseArchive .webgene-pagination > a,
  .p-caseArchive .webgene-pagination > ul > li > a {
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
    will-change: auto;
  }
  .p-caseArchive .webgene-pagination > a:hover,
  .p-caseArchive .webgene-pagination > a:focus-visible,
  .p-caseArchive .webgene-pagination > ul > li > a:hover,
  .p-caseArchive .webgene-pagination > ul > li > a:focus-visible {
    transform: none;
  }
}
@media screen and (max-width: 1080px) {
  .p-caseArchive {
    padding-top: 64px;
    padding-bottom: 96px;
  }
  .p-caseArchive__inner {
    row-gap: 32px;
  }
  .p-caseSide,
  .p-caseSide-p-sideNav {
    width: auto;
  }
  .p-caseSide__tags {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
    width: 100%;
  }
  .p-caseArchive .search-contents-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 14px;
    width: 100%;
  }
  .p-caseArchive .search-contents-wrapper label {
    width: 100%;
    min-height: 40px;
    gap: 8px;
    padding: 8px 10px 8px 12px;
  }
  .p-caseArchive__body {
    width: auto;
    padding-top: 0;
  }
  .p-caseArchive__list,
  .p-caseArchive__body > .webgene-blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 960px) {
  .p-caseSide__tags,
  .p-caseArchive .search-contents-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .p-caseArchive {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .p-caseArchive__inner {
    row-gap: 24px;
  }
  .p-caseSide__head {
    padding-top: 0;
  }
  .p-caseSide__tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
    width: 100%;
  }
  .p-caseArchive .search-contents-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }
  .p-caseArchive .search-contents-wrapper label {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    gap: 10px;
    padding: 9px 15px 9px 18px;
  }
  .p-caseArchive__list,
  .p-caseArchive__body > .webgene-blog {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .p-caseArchive .webgene-pagination {
    margin-top: 14px;
  }
  .p-caseArchive .webgene-pagination > ul {
    gap: 10px;
  }
  .p-caseArchive .webgene-pagination > a,
  .p-caseArchive .webgene-pagination > span,
  .p-caseArchive .webgene-pagination > p {
    width: 30px;
    height: 30px;
  }
  .p-caseArchive .webgene-pagination .prev,
  .p-caseArchive .webgene-pagination .next,
  .p-caseArchive__paginationDots {
    width: auto;
  }
  .p-caseArchive .webgene-pagination .prev,
  .p-caseArchive .webgene-pagination .next {
    gap: 6px;
  }
  .p-caseArchive .webgene-pagination .prev::before,
  .p-caseArchive .webgene-pagination .next::after,
  .p-caseArchive .webgene-pagination > ul > li.prev::before,
  .p-caseArchive .webgene-pagination > ul > li.next::after,
  .p-caseArchive .webgene-pagination .prev > a::before,
  .p-caseArchive .webgene-pagination .next > a::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 430px) {
  .p-caseSide__tags,
  .p-caseArchive .search-contents-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  .p-caseArchive .search-contents-wrapper label {
    min-height: 46px;
    gap: 8px;
    padding: 8px 10px 8px 12px;
  }
}
.p-caseDetail {
  padding-top: 41px;
  padding-bottom: 121px;
}

.p-caseDetail__inner {
  align-items: start;
}

.p-caseDetail__body {
  margin-top: 22px;
  width: 850px;
  padding-top: 5px;
}

.p-caseDetail__blog,
.p-caseDetail__item {
  display: block;
}

.p-caseDetail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}

.p-caseDetail__date {
  padding-top: 2px;
}

.p-caseDetail__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding-inline: 18px;
  padding-block: 4px 6px;
  border: 1px solid var(--color-mint);
  border-radius: 4px;
}

.p-caseDetail__title {
  position: relative;
  margin-top: 50px;
  padding-top: 4px;
  padding-bottom: 21px;
  padding-left: 28px;
  border-bottom: 1px solid rgba(126, 205, 201, 0.34);
}

.p-caseDetail__title::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 34px;
  background: #4cc5ad;
}

.p-caseDetail__summary {
  margin-top: 58px;
  display: grid;
  gap: 5px;
}

.p-caseDetail__summaryItem {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  column-gap: 9px;
  align-items: stretch;
}

.p-caseDetail__summaryLabel,
.p-caseDetail__summaryValue {
  min-height: 50px;
  border-radius: 5px;
}

.p-caseDetail__summaryLabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 14px;
  padding-inline: 10px;
  background: #8d8d8d;
  text-align: center;
}

.p-caseDetail__summaryValue {
  display: flex;
  align-items: center;
  padding-block: 12px;
  padding-inline: 50px 20px;
  background: #ffffff;
}

.p-caseDetail__summaryValue > * + * {
  margin-top: 6px;
}

.p-caseDetail__compare {
  margin-top: 39px;
}

.p-caseDetail__compareImages {
  display: grid;
  grid-template-columns: repeat(2, 402px);
  justify-content: space-between;
  gap: 24px;
}

.p-caseDetail__compareLabel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.p-caseDetail__compareLabel::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #4cc5ad;
}

.p-caseDetail__compareImage {
  overflow: hidden;
  width: 402px;
  height: 402px;
  aspect-ratio: auto;
}

.p-caseDetail__compareImage img {
  display: block;
  width: 402px;
  height: 402px;
  object-fit: contain;
}

.p-caseDetail__gallery {
  display: grid;
  grid-template-columns: repeat(4, 190px);
  justify-content: space-between;
  gap: 29px;
  margin-top: 30px;
}

.p-caseDetail__galleryItem {
  display: block;
}

.p-caseDetail__galleryHead {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-mint-dark);
}

.p-caseDetail__galleryImage {
  overflow: hidden;
  width: 190px;
  height: 130px;
  margin-top: 16px;
  border-radius: 0;
}

.p-caseDetail__galleryImage img {
  display: block;
  width: 190px;
  height: 130px;
  object-fit: contain;
  border-radius: 0;
}

.p-caseDetail__galleryText {
  margin-top: 20px;
}

.p-caseDetail__note {
  margin-top: 90px;
  border: 1px solid #fd8a71;
  border-radius: 8px;
  background: #ffffff;
}

.p-caseDetail__noteHead {
  margin-right: 44px;
  margin-left: 44px;
  padding-top: 32px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d0d0d0;
}

.p-caseDetail__noteBody {
  padding-top: 40px;
  padding-right: 44px;
  padding-bottom: 41px;
  padding-left: 44px;
}

.p-caseDetail__noteBody > * + * {
  margin-top: 22px;
}

.p-caseDetail__notes {
  margin-top: 40px;
}

.p-caseDetail__notesItem a {
  display: inline-block;
  transform-origin: center;
  transition: transform 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  will-change: transform;
}

.p-caseDetail__notesItem + .p-caseDetail__notesItem {
  margin-top: 0px;
}

.p-caseDetail__footer {
  display: flex;
  justify-content: center;
  margin-top: 81px;
}

.p-caseDetail__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 183px;
  min-height: 47px;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-left: 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #4cc5ad;
  text-decoration: none;
  transform-origin: center;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  will-change: transform;
}

.p-caseDetail__back:focus-visible {
  border-color: #4cc5ad;
  background: #ffffff;
  transform: scale(1.05);
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  .p-caseDetail__notesItem a:hover {
    transform: scale(1.05);
  }
  .p-caseDetail__back:hover {
    border-color: #4cc5ad;
    background: #ffffff;
    transform: scale(1.05);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-caseDetail__notesItem a,
  .p-caseDetail__back {
    transition: none;
  }
  .p-caseDetail__notesItem a:hover,
  .p-caseDetail__notesItem a:focus-visible,
  .p-caseDetail__back:hover,
  .p-caseDetail__back:focus-visible {
    transform: none;
  }
}
.p-caseDetail__notesItem a:focus-visible {
  transform: scale(1.05);
}

@media screen and (min-width: 1367px) {
  .p-caseDetail__summaryItem {
    grid-template-columns: clamp(141px, 141px + (100vw - 1366px) * 0.06, 165px) minmax(0, 1fr);
    column-gap: clamp(9px, 9px + (100vw - 1366px) * 0.02, 16px);
  }
  .p-caseDetail__summaryValue {
    padding-left: clamp(44px, 44px + (100vw - 1366px) * 0.04, 60px);
  }
  .p-caseDetail__compareImages {
    grid-template-columns: repeat(2, 402px);
    justify-content: space-between;
    gap: clamp(24px, 24px + (100vw - 1366px) * 0.04, 40px);
  }
  .p-caseDetail__gallery {
    grid-template-columns: repeat(4, 190px);
    justify-content: space-between;
    gap: clamp(27px, 27px + (100vw - 1366px) * 0.03, 40px);
  }
  .p-caseDetail__noteHead {
    margin-right: clamp(44px, 44px + (100vw - 1366px) * 0.04, 60px);
    margin-left: clamp(44px, 44px + (100vw - 1366px) * 0.04, 60px);
  }
  .p-caseDetail__noteBody {
    padding-right: clamp(44px, 44px + (100vw - 1366px) * 0.04, 60px);
    padding-left: clamp(44px, 44px + (100vw - 1366px) * 0.04, 60px);
  }
}
@media screen and (max-width: 1365px) and (min-width: 1025px) {
  .p-caseDetail {
    padding-top: clamp(64px, 64px + (100vw - 1025px) * 0.0499, 81px);
    padding-bottom: clamp(96px, 96px + (100vw - 1025px) * 0.0734, 121px);
  }
  .p-caseDetail__title {
    margin-top: clamp(22px, 22px + (100vw - 1025px) * 0.0059, 24px);
    padding-top: clamp(2px, 2px + (100vw - 1025px) * 0.0059, 4px);
    padding-bottom: clamp(28px, 28px + (100vw - 1025px) * 0.0088, 31px);
    padding-left: clamp(24px, 24px + (100vw - 1025px) * 0.0117, 28px);
  }
  .p-caseDetail__title::before {
    top: clamp(2px, 2px + (100vw - 1025px) * 0.0059, 4px);
  }
  .p-caseDetail__summary {
    margin-top: clamp(28px, 28px + (100vw - 1025px) * 0.0176, 34px);
  }
  .p-caseDetail__summaryItem {
    grid-template-columns: clamp(132px, 132px + (100vw - 1025px) * 0.0264, 141px) minmax(0, 1fr);
    column-gap: clamp(8px, 8px + (100vw - 1025px) * 0.0029, 9px);
  }
  .p-caseDetail__summaryLabel {
    padding-right: clamp(8px, 8px + (100vw - 1025px) * 0.0059, 10px);
    padding-left: clamp(8px, 8px + (100vw - 1025px) * 0.0059, 10px);
  }
  .p-caseDetail__summaryValue {
    padding-right: clamp(18px, 18px + (100vw - 1025px) * 0.0059, 20px);
    padding-left: clamp(24px, 24px + (100vw - 1025px) * 0.0587, 44px);
  }
  .p-caseDetail__compare {
    margin-top: clamp(32px, 32px + (100vw - 1025px) * 0.0205, 39px);
  }
  .p-caseDetail__compareImages {
    grid-template-columns: repeat(2, minmax(0, 402px));
    justify-content: start;
    gap: clamp(16px, 16px + (100vw - 1025px) * 0.0235, 24px);
  }
  .p-caseDetail__compareFigure {
    width: 100%;
    max-width: 402px;
  }
  .p-caseDetail__compareImage,
  .p-caseDetail__compareImage img {
    width: 100%;
    max-width: 402px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .p-caseDetail__gallery {
    grid-template-columns: repeat(4, minmax(0, 190px));
    justify-content: start;
    gap: clamp(16px, 16px + (100vw - 1025px) * 0.0235, 24px);
  }
  .p-caseDetail__galleryImage,
  .p-caseDetail__galleryImage img {
    width: 100%;
    max-width: 190px;
    height: auto;
    aspect-ratio: 190/130;
    object-fit: contain;
  }
  .p-caseDetail__note {
    margin-top: clamp(32px, 32px + (100vw - 1025px) * 0.0235, 40px);
  }
  .p-caseDetail__noteHead {
    margin-right: clamp(28px, 28px + (100vw - 1025px) * 0.0469, 44px);
    margin-left: clamp(28px, 28px + (100vw - 1025px) * 0.0469, 44px);
    padding-top: clamp(24px, 24px + (100vw - 1025px) * 0.0235, 32px);
  }
  .p-caseDetail__noteBody {
    padding-top: clamp(22px, 22px + (100vw - 1025px) * 0.0117, 26px);
    padding-right: clamp(28px, 28px + (100vw - 1025px) * 0.0469, 44px);
    padding-bottom: clamp(28px, 28px + (100vw - 1025px) * 0.0205, 35px);
    padding-left: clamp(28px, 28px + (100vw - 1025px) * 0.0469, 44px);
  }
  .p-caseDetail__notes {
    margin-top: clamp(28px, 28px + (100vw - 1025px) * 0.0235, 36px);
  }
}
@media screen and (max-width: 1024px) {
  .p-caseDetail {
    padding-top: 64px;
    padding-bottom: 96px;
  }
  .p-caseDetail__inner {
    row-gap: 32px;
  }
  .p-caseDetail__body {
    width: auto;
    padding-top: 0;
  }
  .p-caseDetail__title {
    margin-top: 22px;
    padding-top: 2px;
    padding-bottom: 28px;
    padding-left: 24px;
  }
  .p-caseDetail__title::before {
    top: 2px;
    width: 5px;
    height: 30px;
  }
  .p-caseDetail__summary {
    margin-top: 28px;
  }
  .p-caseDetail__summaryItem {
    grid-template-columns: 132px minmax(0, 1fr);
    column-gap: 8px;
  }
  .p-caseDetail__summaryLabel {
    padding-right: 8px;
    padding-left: 8px;
  }
  .p-caseDetail__summaryValue {
    padding-right: 18px;
    padding-left: 24px;
  }
  .p-caseDetail__compare {
    margin-top: 32px;
  }
  .p-caseDetail__compareImages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 18px;
  }
  .p-caseDetail__compareFigure {
    width: 100%;
    max-width: 402px;
    margin-inline: auto;
  }
  .p-caseDetail__compareImage,
  .p-caseDetail__compareImage img {
    width: 100%;
    max-width: 402px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .p-caseDetail__gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 16px;
  }
  .p-caseDetail__galleryImage,
  .p-caseDetail__galleryImage img {
    width: 100%;
    max-width: 190px;
    height: auto;
    aspect-ratio: 190/130;
    object-fit: contain;
  }
  .p-caseDetail__galleryImage {
    margin-inline: auto;
  }
  .p-caseDetail__note {
    margin-top: 32px;
  }
  .p-caseDetail__noteHead {
    margin-right: 28px;
    margin-left: 28px;
    padding-top: 24px;
  }
  .p-caseDetail__noteBody {
    padding-top: 22px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
  }
  .p-caseDetail__notes {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .p-caseDetail__compareImages {
    justify-content: center;
  }
  .p-caseDetail__gallery {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .p-caseDetail {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .p-caseDetail__inner {
    row-gap: 24px;
  }
  .p-caseDetail__meta {
    gap: 10px 12px;
  }
  .p-caseDetail__cat {
    min-height: 26px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
  }
  .p-caseDetail__title {
    margin-top: 18px;
    padding-top: 1px;
    padding-bottom: 22px;
    padding-left: 20px;
  }
  .p-caseDetail__title::before {
    top: 1px;
    width: 4px;
    height: 26px;
  }
  .p-caseDetail__summary {
    margin-top: 24px;
  }
  .p-caseDetail__summaryItem {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .p-caseDetail__summaryLabel {
    min-height: auto;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
  }
  .p-caseDetail__summaryValue {
    min-height: auto;
    padding-right: 16px;
    padding-bottom: 14px;
    padding-left: 16px;
  }
  .p-caseDetail__compare {
    margin-top: 24px;
  }
  .p-caseDetail__compareImages {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: start;
  }
  .p-caseDetail__compareFigure {
    width: min(100%, 402px);
  }
  .p-caseDetail__compareImage,
  .p-caseDetail__compareImage img {
    width: min(100%, 402px);
    height: auto;
    aspect-ratio: 1/1;
  }
  .p-caseDetail__compareLabel {
    margin-bottom: 12px;
  }
  .p-caseDetail__compareLabel::before {
    width: 15px;
    height: 15px;
  }
  .p-caseDetail__gallery {
    grid-template-columns: 190px;
    justify-content: start;
    gap: 18px 14px;
    margin-top: 14px;
  }
  .p-caseDetail__galleryImage {
    width: 190px;
    height: 130px;
    margin-top: 12px;
  }
  .p-caseDetail__galleryImage img {
    width: 190px;
    height: 130px;
    object-fit: contain;
  }
  .p-caseDetail__galleryText {
    margin-top: 12px;
  }
  .p-caseDetail__note {
    margin-top: 24px;
  }
  .p-caseDetail__noteHead {
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 18px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .p-caseDetail__noteBody {
    padding-top: 18px;
    padding-right: 16px;
    padding-bottom: 18px;
    padding-left: 16px;
  }
  .p-caseDetail__noteBody > * + * {
    margin-top: 18px;
  }
  .p-caseDetail__notes {
    margin-top: 20px;
  }
  .p-caseDetail__footer {
    margin-top: 32px;
  }
}
@media screen and (max-width: 500px) {
  .p-caseDetail__gallery {
    grid-template-columns: 1fr;
  }
}
.p-caseSearch {
  padding-top: 0;
}

.p-caseSearch__panel {
  padding-top: 30px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  border: 1px solid rgba(126, 205, 201, 0.34);
  background: linear-gradient(180deg, rgba(238, 249, 248, 0.9) 0%, #ffffff 100%);
}

.p-caseSearch__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.p-caseSearch__text {
  text-align: right;
}

.p-caseSearch__form {
  margin-top: 28px;
}

.p-caseSearch__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 18px;
}

.p-caseSearch__field {
  display: block;
}

.p-caseSearch__field--keyword {
  grid-column: 1/-1;
}

.p-caseSearch__control {
  margin-top: 10px;
}

.p-caseSearch__control input,
.p-caseSearch__control select,
.p-caseSearch__control div[rel] {
  width: 100%;
  min-height: 52px;
  padding-top: 0;
  padding-right: 18px;
  padding-bottom: 0;
  padding-left: 18px;
  border: 1px solid rgba(126, 205, 201, 0.7);
  border-radius: 0;
  background: #ffffff;
}

.p-caseSearch__control div[rel] {
  display: flex;
  align-items: center;
}

.p-caseSearch__submitWrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.p-caseSearch__submit {
  min-width: 246px;
  min-height: 52px;
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
  border: 0;
  background: var(--color-mint-dark);
}

@media screen and (max-width: 1024px) {
  .p-caseSearch__panel {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 600px) {
  .p-caseSearch__panel {
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }
  .p-caseSearch__head {
    display: block;
  }
  .p-caseSearch__text {
    margin-top: 10px;
    text-align: left;
  }
  .p-caseSearch__form {
    margin-top: 22px;
  }
  .p-caseSearch__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .p-caseSearch__control input,
  .p-caseSearch__control select,
  .p-caseSearch__control div[rel] {
    min-height: 48px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .p-caseSearch__submitWrap {
    margin-top: 22px;
  }
  .p-caseSearch__submit {
    width: 100%;
    min-width: 0;
  }
}
.p-caseCard {
  display: block;
}

.p-caseCard__link {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  width: 407px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 41px;
  padding-left: 0;
  border-bottom: 1px solid rgba(126, 205, 201, 0.24);
  text-decoration: none;
  transform-origin: center;
  transition: transform 0.25s ease;
  will-change: transform;
}

.p-caseCard__thumb {
  overflow: hidden;
  border-radius: 5px;
  width: 154px;
  height: 140px;
}

.p-caseCard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.p-caseCard__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 140px;
  margin-top: 0;
}

.p-caseCard__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  align-items: center;
}

.p-caseCard__date {
  padding-top: 0;
}

.p-caseCard__date:empty {
  display: none;
}

.p-caseCard__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 19px;
  padding-top: 6px;
  padding-right: 5px;
  padding-bottom: 6px;
  padding-left: 5px;
  border: 1px solid var(--color-mint);
  border-radius: 4px;
}

.p-caseCard__text {
  display: none;
}

.p-caseCard__title {
  margin-top: 7px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-caseCard__link:hover,
.p-caseCard__link:focus-visible,
.p-caseCard__link:hover .p-caseCard__title,
.p-caseCard__link:focus-visible .p-caseCard__title {
  text-decoration: none;
}

.p-caseCard__link:focus-visible {
  transform: scale(1.02);
  outline: none;
}

.p-caseCard__link:focus-visible .p-caseCard__thumb img {
  transform: scale(1.04);
}

@media (hover: hover) and (pointer: fine) {
  .p-caseCard__link:hover {
    transform: scale(1.02);
  }
  .p-caseCard__link:hover .p-caseCard__thumb img {
    transform: scale(1.04);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-caseCard__thumb img,
  .p-caseCard__link {
    transition: none;
    will-change: auto;
  }
  .p-caseCard__link:hover,
  .p-caseCard__link:focus-visible {
    transform: none;
  }
  .p-caseCard__link:hover .p-caseCard__thumb img,
  .p-caseCard__link:focus-visible .p-caseCard__thumb img {
    transform: none;
  }
}
.p-caseCard:nth-last-child(3) .p-caseCard__link,
.p-caseCard:nth-last-child(2) .p-caseCard__link {
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (max-width: 600px) {
  .p-caseCard:nth-last-child(3) .p-caseCard__link {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(126, 205, 201, 0.24);
  }
  .p-caseCard__link {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 18px;
  }
  .p-caseCard__thumb {
    width: 112px;
  }
  .p-caseCard__body {
    min-height: 112px;
  }
  .p-caseCard__meta {
    gap: 8px;
  }
  .p-caseCard__title {
    margin-top: 6px;
  }
}
.p-case {
  position: relative;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .p-case {
    overflow-x: hidden;
  }
}
.p-case .p-sideLayout__inner,
.p-case .p-sideLayout__body,
.p-case .p-caseArchive__body,
.p-case .p-caseDetail__body,
.p-case .p-caseArchive__list,
.p-case .p-caseArchive__body > .webgene-blog,
.p-case .p-caseDetail__compareImages,
.p-case .p-caseDetail__gallery {
  box-sizing: border-box;
  min-width: 0;
}

.p-case .p-lowerFv--case .p-lowerFv__heading {
  padding-top: 10px;
  flex: 0 1 auto;
}

.p-case .p-lowerFv--case .p-lowerFv__visual {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 403px;
  margin-top: 0;
}

.p-case .p-lowerFv--case .p-lowerFv__visual img {
  object-position: center center;
}

.p-case .p-lowerFv--case {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .p-case .p-lowerFv--case {
    overflow-x: hidden;
  }
}
.p-case :is(.p-caseSide__tag, .p-sideNav__tag):focus-visible {
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  .p-case :is(.p-caseSide__tag, .p-sideNav__tag):hover {
    transform: scale(1.03);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-case :is(.p-caseSide__tag, .p-sideNav__tag):hover,
  .p-case :is(.p-caseSide__tag, .p-sideNav__tag):focus-visible {
    transform: none;
  }
}
@media screen and (min-width: 1201px) {
  .p-case :is(.p-caseSide__tag, .p-sideNav__tag) {
    width: max-content;
    min-width: 0;
    max-width: none;
  }
  .p-case :is(.p-caseSide__tag, .p-sideNav__tag) p {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1367px) {
  .p-case .p-lowerFv__inner {
    width: min(1496px, 100% - 30px);
  }
  .p-case .p-lowerFv__panel {
    width: min(1286px, 100% - 194px);
  }
  .p-case .p-lowerFv__body {
    gap: clamp(40px, 40px + (100vw - 1366px) * 0.04, 62px);
  }
  .p-case .p-lowerFv__heading {
    flex: 0 1 clamp(460px, 460px + (100vw - 1366px) * 0.06, 493px);
  }
  .p-case .p-lowerFv__lead {
    flex: 0 0 clamp(223px, 223px + (100vw - 1366px) * 0.04, 245px);
  }
  .p-case .p-lowerFv--case .p-lowerFv__heading {
    padding-top: clamp(10px, 10px + (100vw - 1366px) * 0.01, 16px);
  }
  .p-case .p-lowerFv--case .p-lowerFv__visual {
    height: clamp(403px, 403px + (100vw - 1366px) * 0.08, 447px);
  }
  .p-case .p-sideLayout__inner {
    width: min(1368px, 100% - 52px);
    grid-template-columns: 162px minmax(0, 1fr);
  }
  .p-case .p-caseArchive__body,
  .p-case .p-caseDetail__body {
    width: auto;
  }
  .p-case .p-caseArchive__list,
  .p-case .p-caseArchive__body > .webgene-blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(38px, 38px + (100vw - 1366px) * 0.03, 56px);
  }
  .p-case .p-caseCard__link {
    width: auto;
    grid-template-columns: 154px minmax(0, 1fr);
  }
  .p-case .p-caseCard__thumb {
    width: 154px;
    height: 140px;
    aspect-ratio: auto;
  }
  .p-case .p-caseCard__body {
    min-height: auto;
  }
}
@media screen and (max-width: 1365px) and (min-width: 1201px) {
  .p-case .p-lowerFv__panel {
    width: min(1142px, 83.6017569546vw);
  }
  .p-case .p-lowerFv__body {
    gap: clamp(24px, 24px + (100vw - 1025px) * 0.0471, 40px);
  }
  .p-case .p-lowerFv--case .p-lowerFv__visual {
    height: clamp(320px, 320px + (100vw - 1025px) * 0.2441, 403px);
  }
  .p-case .p-sideLayout__inner {
    width: min(1214px, 100% - 152px);
    grid-template-columns: clamp(145px, 145px + (100vw - 1025px) * 0.0499, 162px) minmax(0, 1fr);
    column-gap: clamp(24px, 24px + (100vw - 1025px) * 0.5162, 200px);
  }
  .p-case .p-sideLayout__inner::before {
    left: calc(clamp(145px, 145px + (100vw - 1025px) * 0.0499, 162px) + clamp(24px, 24px + (100vw - 1025px) * 0.5162, 200px) / 2);
  }
  .p-case .p-sideLayout__body,
  .p-case .p-caseArchive__body,
  .p-case .p-caseDetail__body {
    width: auto;
  }
  .p-case .p-caseArchive__list,
  .p-case .p-caseArchive__body > .webgene-blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(20px, 20px + (100vw - 1025px) * 0.0529, 38px);
  }
  .p-case .p-caseCard__link {
    width: auto;
    grid-template-columns: 154px minmax(0, 1fr);
    gap: clamp(14px, 14px + (100vw - 1025px) * 0.0118, 18px);
  }
  .p-case .p-caseCard__thumb {
    width: 154px;
    height: 140px;
    aspect-ratio: auto;
  }
  .p-case .p-caseCard__body {
    min-height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .p-case .p-sideLayout__inner {
    width: calc(100% - 80px);
    margin-inline: auto;
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .p-case .p-sideLayout__inner::before {
    display: none;
  }
  .p-case .p-sideLayout__body,
  .p-case .p-caseArchive__body,
  .p-case .p-caseDetail__body {
    width: auto;
    padding-top: 0;
  }
  .p-case .p-caseArchive__inner {
    row-gap: 80px;
  }
  .p-case :is(.p-caseSide, .p-caseSide-p-sideNav) {
    width: auto;
  }
  .p-case .p-caseSide__tags {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
    width: 100%;
  }
  .p-case :is(.p-caseSide__tag, .p-sideNav__tag) {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    gap: 8px;
    padding: 8px 10px 8px 12px;
  }
  .p-case .p-caseArchive__list,
  .p-case .p-caseArchive__body > .webgene-blog {
    width: 100%;
    max-width: 834px;
    margin-inline: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 24px;
  }
  .p-case .p-caseArchive .p-caseSide__tags,
  .p-case .p-caseArchive .search-contents-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
  }
  .p-case .p-caseArchive .search-contents-wrapper {
    align-items: stretch;
  }
  .p-case .p-caseArchive .search-contents-wrapper label {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    gap: 8px;
    padding: 8px 10px 8px 12px;
  }
}
@media screen and (max-width: 700px) {
  .p-case .p-caseSide__tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-case .p-caseArchive .p-caseSide__tags,
  .p-case .p-caseArchive .search-contents-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  .p-case .p-lowerFv__panel,
  .p-case .p-lowerFv--case .p-lowerFv__panel {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-case .p-caseArchive__list,
  .p-case .p-caseArchive__body > .webgene-blog {
    max-width: 834px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }
  .p-case .p-caseCard__link {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 24px;
  }
  .p-case .p-caseCard__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 154/140;
  }
  .p-case .p-caseCard__body {
    min-height: 0;
    justify-content: flex-start;
  }
  .p-case .p-caseCard__title {
    min-height: 72px;
  }
  .p-case .p-caseCard:nth-last-child(3) .p-caseCard__link,
  .p-case .p-caseCard:nth-last-child(2) .p-caseCard__link {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(126, 205, 201, 0.24);
  }
  .p-case .p-caseCard:last-child .p-caseCard__link {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .p-case .p-sideLayout__inner {
    width: calc(100% - 40px);
  }
  .p-case .p-caseArchive__list,
  .p-case .p-caseArchive__body > .webgene-blog {
    max-width: 407px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-case .p-lowerFv--case .p-lowerFv__panel {
    min-height: 0;
    padding-top: 42px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 26px;
  }
  .p-case .p-lowerFv--case .p-lowerFv__visual {
    width: auto;
    margin-inline: 0;
    height: 320px;
  }
}
@media screen and (max-width: 600px) {
  .p-case .p-lowerFv--case .p-lowerFv__panel {
    padding-top: 32px;
    padding-right: 0;
    padding-bottom: 24px;
    padding-left: 18px;
  }
  .p-case .p-lowerFv--case .p-lowerFv__visual {
    width: auto;
    margin-inline: 0;
    height: 220px;
  }
  .p-case .p-caseSide__tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
    width: 100%;
  }
  .p-case :is(.p-caseSide__tag, .p-sideNav__tag) {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    gap: 10px;
    padding: 9px 15px 9px 18px;
  }
  .p-case :is(.p-caseSide__tag, .p-sideNav__tag)::after {
    width: 16px;
    height: 16px;
  }
  .p-case .p-caseArchive .p-caseSide__tags,
  .p-case .p-caseArchive .search-contents-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }
  .p-case .p-caseArchive .search-contents-wrapper label {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    gap: 10px;
    padding: 9px 15px 9px 18px;
  }
}
@media screen and (max-width: 430px) {
  .p-case .p-caseSide__tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  .p-case :is(.p-caseSide__tag, .p-sideNav__tag) {
    min-height: 46px;
    gap: 8px;
    padding: 8px 10px 8px 12px;
  }
  .p-case :is(.p-caseSide__tag, .p-sideNav__tag)::after {
    flex-basis: 14px;
    width: 14px;
    height: 14px;
  }
  .p-case .p-caseArchive .p-caseSide__tags,
  .p-case .p-caseArchive .search-contents-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }
  .p-case .p-caseArchive .search-contents-wrapper label {
    min-height: 46px;
    gap: 8px;
    padding: 8px 10px 8px 12px;
  }
}
