@charset "UTF-8";
.guideline {
  margin: 4.5rem auto;
}
@media screen and (min-width: 768px) {
  .guideline {
    margin: 6.75rem auto;
  }
}
html .guideline :first-child {
  margin-top: 0;
}
html .guideline :last-child {
  margin-bottom: 0;
}
.guideline .title, .guideline .body,
.guideline .body > section {
  margin: 3.75rem auto;
}
.guideline .section::before {
  display: block;
  margin-bottom: 4.5rem;
  border-top: 2px solid #eee;
  content: "";
}
@media screen and (min-width: 768px) {
  .guideline .section::before {
    margin-bottom: 6.75rem;
  }
}
.guideline .sample {
  padding: 1.875rem;
  background: #f6f6f6;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .guideline .sample {
    padding: 5.882%;
  }
}
.guideline .sample > :first-child {
  margin-top: 0;
}
.guideline .sample > :last-child {
  margin-bottom: 0;
}
.guideline .module {
  position: relative;
}
.guideline .module__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.06);
}
.guideline .module__text {
  color: #aaa;
}
.guideline .module .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
}
.guideline .module .samplebg-01 {
  left: 5.333%;
  margin-top: calc( 15rem + 37.333% );
  width: 328.533%;
  padding-top: 144.533%;
  background: url("./../img/top_mission_bg_img.svg") left top/contain;
  transform: translate3d(-50%, -50%, 0) rotate(-38deg);
}
@media screen and (min-width: 768px) {
  .guideline .module .samplebg-01 {
    left: 50%;
    margin-top: 16rem;
    width: 138.403%;
    padding-top: 59.236%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.guideline .module .samplebg-02 {
  left: 50%;
  margin-top: calc( 13.125rem + 56% );
  width: 288%;
  padding-top: 114.667%;
  background: url("./../img/top_business_bg_img.svg") left top/cover;
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (min-width: 768px) {
  .guideline .module .samplebg-02 {
    margin-top: 30%;
    width: 142.917%;
    padding-top: 56.9445772595%;
  }
}
.guideline .copy {
  width: 84%;
}
@media screen and (min-width: 768px) {
  .guideline .copy {
    width: 62.5%;
  }
}
.guideline .copy__text {
  line-height: 2.438rem;
}
.guideline .copy__text .highlight {
  display: inline;
  padding: 0.188rem 0;
  background: #111;
  color: #fff;
  line-height: 2.438rem;
  box-shadow: 0.625rem 0 0 #111, -0.625rem 0 0 #111;
  box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .guideline .copy__text .highlight {
    padding: 0.188rem 0;
    box-shadow: 0.75rem 0 0 #111, -0.75rem 0 0 #111;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .guideline .copy__text {
    line-height: 1.25;
  }
}
.guideline .copy__text .hide-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .guideline .copy__text .hide-sp {
    display: inherit;
  }
}
.guideline .copy__text .hide-pc {
  display: inherit;
}
@media screen and (min-width: 768px) {
  .guideline .copy__text .hide-pc {
    display: none;
  }
}
.guideline .mv {
  position: relative;
  opacity: 0;
}
.guideline .mv .title {
  position: absolute;
  top: 0;
  left: 6.666%;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  margin-bottom: 5%;
  pointer-events: none;
}
.guideline .mv .title .copy {
  width: auto;
  pointer-events: auto;
  opacity: 0;
}
.guideline .mv .visual {
  backface-visibility: hidden;
}
.guideline .mv .visual::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: url("./../img/visual_ovelay_path.svg") 0 0 no-repeat/cover;
  pointer-events: none;
  content: "";
  transform: scale(1.15);
  transform-origin: 65% 45%;
  backface-visibility: hidden;
}
.guideline .mv .visual__slide {
  transform-origin: 65% 45%;
  backface-visibility: hidden;
}
.guideline .mv .visual.transition .visual__slide {
  animation: visual-img-transition 0.6s cubic-bezier(0.45, 0, 1, 0.75) 0s reverse forwards;
}
.guideline .mv .visual.transition .slick-current .visual__slide {
  animation: visual-img-transition 0.8s cubic-bezier(0.15, 0, 0.15, 1) 0s forwards;
}
@keyframes visual-img-transition {
  0% {
    transform: scale(1.125);
  }
  100% {
    transform: scale(1);
  }
}
.guideline .mv.initialized {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0, 0, 0, 0.75) 0s;
}
.guideline .mv.initialized .copy {
  opacity: 1;
  transition: opacity 0.9s cubic-bezier(0.15, 0, 0.15, 1) 0.45s;
}
.guideline .mv.initialized .visual::before {
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.15, 0, 0.15, 1) 0s;
}
.guideline ul {
  line-height: 1.5;
}
.guideline ul li {
  margin: 1em 0;
  position: relative;
  padding-left: 0.75em;
}
.guideline ul li:first-of-type {
  margin-top: 0;
}
.guideline ul li:last-of-type {
  margin-bottom: 0;
}
.guideline ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 0.75em;
  content: "・";
}

/****************************************************
* STYLE
*/
.case__units {
  display: block grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2.083%;
  margin-block-start: 6.25%;
}
@media (max-width: 767px) {
  .case__units {
    grid-template-columns: 100%;
    row-gap: 0.75rem;
    margin-block-start: 13.913%;
  }
}
.case-unit__inner {
  display: block grid;
  grid-template-rows: auto 1fr;
  block-size: 100%;
  text-decoration: none;
  border-radius: 0.5rem;
  overflow: hidden;
}
.case-unit__image .is-clip {
  display: block flow-root;
  aspect-ratio: 368/207;
}
.case-unit__group {
  display: block grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  row-gap: 0.375rem;
  padding: 4.372% 6.557% 6.557%;
  border: 1px solid #E8E8E8;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .case-unit__group {
    row-gap: 0.25rem;
    padding: 5.217%;
  }
}
.case-unit__title {
  font-size: 1rem;
  line-height: 1.6;
  color: #262679;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .case-unit__title {
    font-size: 0.875rem;
    letter-spacing: 0.035em;
  }
}
.case-unit__text {
  font-size: 0.875rem;
  line-height: 1.3714285714;
  color: #404040;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .case-unit__text {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
  }
}
.case-pagination {
  margin-block-start: 6.25%;
}
@media (max-width: 767px) {
  .case-pagination {
    margin-block-start: 13.913%;
  }
}
.case-pagination__lists {
  display: block grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, auto));
  align-items: center;
  justify-content: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .case-pagination__lists {
    position: relative;
  }
}
.case-pagination-list {
  display: block grid;
  aspect-ratio: 1;
  inline-size: 2.5rem;
  text-decoration: none;
}
.case-pagination-list:not([data-navigation]) {
  place-content: center;
  opacity: 0.24;
}
.case-pagination-list[data-navigation=prev] {
  margin-inline-end: 1.5rem;
}
@media (max-width: 767px) {
  .case-pagination-list[data-navigation=prev] {
    margin-inline-end: 0;
    left: 0;
  }
}
.case-pagination-list[data-navigation=prev]::before {
  scale: -1 1;
}
.case-pagination-list[data-navigation=next] {
  margin-inline-start: 1.5rem;
}
@media (max-width: 767px) {
  .case-pagination-list[data-navigation=next] {
    margin-inline-start: 0;
    right: 0;
  }
}
.case-pagination-list[data-is=current] {
  font-weight: 700;
  opacity: 1;
}
.case-pagination-list:is([data-navigation="prev"], [data-navigation="next"]) {
  border: 1px solid #E8E8E8;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .case-pagination-list:is([data-navigation="prev"], [data-navigation="next"]) {
    position: absolute;
    top: 0;
  }
}
.case-pagination-list:is([data-navigation="prev"], [data-navigation="next"])::before {
  content: "";
  display: block flow-root;
  aspect-ratio: 1;
  inline-size: 100%;
  background-color: #262679;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjcyMTggMjAuNjAwOEwxNy41MDg1IDI2LjcxODZDMTcuNDI2NSAyNi43OTE0IDE3LjMzMzIgMjYuODUwNiAxNy4yMjg1IDI2Ljg5NjFDMTcuMTIzOCAyNi45NDE2IDE3LjAwNzggMjYuOTY0NCAxNi44ODAzIDI2Ljk2NDRDMTYuNzYyIDI2Ljk2NDQgMTYuNjUwNCAyNi45NDE2IDE2LjU0NTcgMjYuODk2MUMxNi40NDExIDI2Ljg1MDYgMTYuMzQ3NyAyNi43OTE0IDE2LjI2NTggMjYuNzE4NkMxNi4xODM5IDI2LjYzNjYgMTYuMTIwMSAyNi41NDMzIDE2LjA3NDYgMjYuNDM4NkMxNi4wMjkxIDI2LjMzMzkgMTYuMDA2MyAyNi4yMjI0IDE2LjAwNjMgMjYuMTA0MUMxNi4wMDYzIDI1Ljk4NTcgMTYuMDI5MSAyNS44NzQyIDE2LjA3NDYgMjUuNzY5NUMxNi4xMjAxIDI1LjY2NDggMTYuMTgzOSAyNS41NzE1IDE2LjI2NTggMjUuNDg5NkwyMS44NTA5IDE5Ljk4NjNMMTYuMjY1OCAxNC40ODMxQzE2LjE4MzkgMTQuNDAxMiAxNi4xMjAxIDE0LjMwNzkgMTYuMDc0NiAxNC4yMDMyQzE2LjAyOTEgMTQuMDk4NSAxNi4wMDYzIDEzLjk4NyAxNi4wMDYzIDEzLjg2ODZDMTYuMDA2MyAxMy43NTAzIDE2LjAyOTEgMTMuNjM4OCAxNi4wNzQ2IDEzLjUzNDFDMTYuMTIwMSAxMy40Mjk0IDE2LjE4MzkgMTMuMzM2MSAxNi4yNjU4IDEzLjI1NDFDMTYuMzQ3NyAxMy4xODEzIDE2LjQ0MTEgMTMuMTIyMSAxNi41NDU3IDEzLjA3NjZDMTYuNjUwNCAxMy4wMzExIDE2Ljc2MiAxMy4wMDgzIDE2Ljg4MDMgMTMuMDA4M0MxNy4wMDc4IDEzLjAwODMgMTcuMTIzOCAxMy4wMzExIDE3LjIyODUgMTMuMDc2NkMxNy4zMzMyIDEzLjEyMjEgMTcuNDI2NSAxMy4xODEzIDE3LjUwODUgMTMuMjU0MUwyMy43MjE4IDE5LjM3MThDMjMuNzk0NiAxOS40NTM4IDIzLjg1MzggMTkuNTQ3MSAyMy44OTkzIDE5LjY1MThDMjMuOTQ0OCAxOS43NTY1IDIzLjk2NzYgMTkuODY4IDIzLjk2NzYgMTkuOTg2M0MyMy45Njc2IDIwLjEwNDcgMjMuOTQ0OCAyMC4yMTYyIDIzLjg5OTMgMjAuMzIwOUMyMy44NTM4IDIwLjQyNTYgMjMuNzk0NiAyMC41MTg5IDIzLjcyMTggMjAuNjAwOFoiIGZpbGw9IiMyNjI2NzkiLz4KPC9zdmc+") no-repeat 50% 50%/contain;
}
.case-pagination-list:is([data-state="disabled"])::before {
  opacity: 0.24;
}

@media (max-width: 767px) {
  .editor__inner {
    margin-block: 3rem;
  }
}
@media (max-width: 767px) {
  .editor__hdr {
    margin-block-end: 1.75rem;
  }
}
@media (max-width: 767px) {
  .editor__hdr .ttl {
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .editor__hdr p {
    margin-block-start: 1rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.case-block {
  margin-block-start: 7.143%;
}
@media (max-width: 767px) {
  .case-block {
    margin-block-start: 3rem;
  }
}
.case-block__title {
  margin-block-end: 2.5rem;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (max-width: 767px) {
  .case-block__title {
    margin-block-end: 1.5rem;
    font-size: 1.25rem;
  }
}
.case-block__mediumheading {
  margin-block: 2rem 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (max-width: 767px) {
  .case-block__mediumheading {
    margin-block: 1.5rem 0.75rem;
    font-size: 1rem;
  }
}
.case-block__subheading {
  margin-block: 1rem;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #222222;
}
@media (max-width: 767px) {
  .case-block__subheading {
    margin-block: 0.75rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .case-block figure {
    margin-block-start: 3rem;
  }
}
.case-block-group {
  display: block grid;
  grid-template-columns: 1fr 19.563rem;
  column-gap: 4.762%;
  margin-block-start: 2.5rem;
}
@media (max-width: 767px) {
  .case-block-group {
    grid-template-columns: 100%;
    margin-block-start: 1.5rem;
  }
}
.case-block-group:not(:has(.case-block-group__image)) {
  grid-template-columns: 100%;
}
.case-block-group__text {
  display: block grid;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .case-block-group__text {
    row-gap: 0.75rem;
  }
}
.case-block-group__text p {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.case-block-group__image:not(:root) {
  margin: 0;
}
@media (max-width: 767px) {
  .case-block-group__image:not(:root) {
    margin-block-start: 1.75rem;
  }
}
.case-block-group__image:not(:root) img {
  inline-size: 100%;
}
.case-block-group__image:not(:root) .is-clip {
  display: block flow-root;
  aspect-ratio: 313/176;
  inline-size: 100%;
}
.case-block-images {
  display: block grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.381%;
  margin-block-start: 3rem;
}
@media (max-width: 767px) {
  .case-block-images {
    grid-template-columns: 100%;
    row-gap: 1.5rem;
    margin-block-start: 1.75rem;
  }
}
.case-block-images:not(:has(.case-block-images__item:nth-child(2))) {
  grid-template-columns: 100%;
}
.case-block-images__item:not(:root) {
  margin: 0;
}
.case-block-images__item:not(:root) .is-clip {
  display: block flow-root;
  aspect-ratio: 492/277;
  border-radius: 0.5rem;
}
.case-block-comment {
  background-color: color-mix(in srgb, #262679, transparent 96%);
  padding: 5.952%;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .case-block-comment {
    padding: 2.25rem 6.957%;
  }
}
.case-block-comment__title {
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #262679;
}
@media (max-width: 767px) {
  .case-block-comment__title {
    font-size: 1.125rem;
  }
}
.case-block-comment__group {
  margin-block-start: 3rem;
}
.case-block-comment__group > *:first-child {
  margin-block-start: 0;
}
.case-block-comment__group > *:last-child {
  margin-block-end: 0;
}
.case-block-comment__mediumheading {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .case-block-comment__mediumheading {
    font-size: 1rem;
  }
}
.case-block > *:nth-child(1) {
  margin-block-start: 0;
}
.case-block > *:last-child {
  margin-block-end: 0;
}

.buttons {
  margin-block-start: 7.143%;
}
@media (max-width: 767px) {
  .buttons {
    margin-block-start: 13.913%;
  }
}

.m-inner:has(.case-other) {
  margin-block: 5%;
}

.case-other {
  margin: 6.25% 0;
}
@media (max-width: 767px) {
  .case-other {
    margin: 13.913% 0;
  }
}
.case-other__title {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .case-other__title {
    font-size: 1.5rem;
  }
}
.case-other-slide {
  margin-block-start: 2.25rem;
}
@media (max-width: 767px) {
  .case-other-slide {
    margin: 1.5rem -4.348% 0;
  }
}
.case-other-slide__inner {
  position: relative;
}
.case-other-slide .unit {
  width: 27.222vw;
  padding-inline: 0.833vw;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .case-other-slide .unit {
    width: 79.2vw;
    padding-inline: 1.6vw;
  }
}
.case-other-slide .container {
  display: block;
  height: 100%;
  text-decoration: none;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .case-other-slide .container {
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
@media (min-width: 768px) {
  .case-other-slide .container:hover {
    opacity: 1;
  }
  .case-other-slide .container:hover .mask {
    transform: scale(1.2);
  }
  .case-other-slide .container:hover .txt {
    opacity: 0.6;
  }
}
.case-other-slide .image {
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .case-other-slide .image {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
.case-other-slide .image .mask {
  aspect-ratio: 368/207;
  transition: transform 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .case-other-slide .image .mask {
    padding-bottom: 48%;
  }
}
.case-other-slide .group {
  display: block grid;
  background-color: #fff;
  min-height: 6.75rem;
  padding: 1rem 1.5rem 1.5rem;
  border: 1px solid #E8E8E8;
  border-block-start: none;
  border-radius: 0 0 0.5rem 0.5rem;
  transition: opacity 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}
@media (max-width: 767px) {
  .case-other-slide .group {
    grid-template-rows: auto 1fr;
    min-height: auto;
    block-size: calc(100% - 42.667vw);
    padding: 1.125rem;
  }
}
.case-other-slide .group .title {
  font-size: 1rem;
  line-height: 1.5875;
  letter-spacing: 0.04em;
  color: #262679;
}
@media (max-width: 767px) {
  .case-other-slide .group .title {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.035em;
  }
}
.case-other-slide .group .text {
  margin-block-start: 0.375rem;
}
@media (max-width: 767px) {
  .case-other-slide .group .text {
    margin-block-start: 0.25rem;
  }
}
.case-other-slide .group p {
  font-size: 0.875rem;
  line-height: 1.3714285714;
  letter-spacing: 0.06em;
  font-weight: 300;
  color: #404040;
}
@media (max-width: 767px) {
  .case-other-slide .group p {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
  }
}
.case-other .swiper-container {
  padding: 0 1.042%;
  margin: 0 -2.083%;
  overflow: visible;
}
@media (max-width: 767px) {
  .case-other .swiper-container {
    padding: 0;
    margin: 0;
  }
}
.case-other .swiper-container:before, .case-other .swiper-container:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .case-other .swiper-container:before, .case-other .swiper-container:after {
    display: none;
  }
}
.case-other .swiper-container:before {
  right: 100%;
  transform: translateX(1.667%);
}
.case-other .swiper-container:after {
  left: 100%;
  transform: translateX(-1.667%);
}
@media (max-width: 767px) {
  .case-other .swiper-slide {
    height: auto;
  }
}
.case-other .swiper-button-prev, .case-other .swiper-button-next {
  background: #fff;
  width: 3rem;
  height: 3rem;
  margin-block-start: 0;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1);
  top: 7.188vw;
  z-index: 50;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .case-other .swiper-button-prev, .case-other .swiper-button-next {
    border-radius: 0.188rem;
    box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.1);
    top: 21.333vw;
  }
}
.case-other .swiper-button-prev [class^=icon-], .case-other .swiper-button-next [class^=icon-] {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
  top: 50%;
}
@media (max-width: 767px) {
  .case-other .swiper-button-prev [class^=icon-], .case-other .swiper-button-next [class^=icon-] {
    font-size: 0.90625rem;
  }
}
.case-other .swiper-button-prev {
  left: 0;
}
@media (max-width: 767px) {
  .case-other .swiper-button-prev {
    left: 10.4vw;
    transform: translateX(-50%);
  }
}
.case-other .swiper-button-prev [class^=icon-] {
  transform: translateY(-50%) rotate(180deg);
}
.case-other .swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .case-other .swiper-button-next {
    right: 10.4vw;
    transform: translateX(50%);
  }
}
.case-other .swiper-button-next [class^=icon-] {
  transform: translateY(-50%);
}
.case-other .swiper-pagination {
  margin-top: 2.041%;
  line-height: 0;
  position: static;
}
@media (max-width: 767px) {
  .case-other .swiper-pagination {
    margin-top: 4.267vw;
  }
}
.case-other .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #eeeeee;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.375rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .case-other .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: rgba(33, 33, 33, 0.2);
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 0.25rem;
  }
}
.case-other .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #111127;
}
@media (max-width: 767px) {
  .case-other .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #222;
  }
}
.case-other .btn {
  margin-block-start: 2.25rem;
}
@media (max-width: 767px) {
  .case-other .btn {
    margin-block-start: 1.5rem;
  }
}
.case-other .btn > a {
  display: block flow-root;
  padding-block: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #E8E8E8;
  border-radius: 0.5rem;
  transition: background-color 0.25s cubic-bezier(0.28, 0.11, 0.32, 1), color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}
@media (max-width: 767px) {
  .case-other .btn > a {
    width: 100%;
    padding-block: 1.063rem;
    font-size: 0.875rem;
    border-radius: 0.375rem;
  }
}
.case-other .btn > a > span {
  display: inline-block;
  padding-right: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .case-other .btn > a > span {
    padding-right: 0.875rem;
  }
}
.case-other .btn [class^=icon-] {
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.case-other .btn [class^=icon-]:before {
  transition: color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
}

.case-lead .summary {
  display: block grid;
  padding: 3rem;
  position: relative;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .case-lead .summary {
    margin-block: 1.75rem 3rem;
    padding: 2.25rem 6.957%;
  }
}
.case-lead .summary::after {
  content: "";
  border: 1px solid #E8E8E8;
  border-radius: 0.5rem;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.case-lead .summary-unit {
  display: block grid;
  grid-template-columns: 15rem 1fr;
}
@media (max-width: 767px) {
  .case-lead .summary-unit {
    grid-template-columns: 100%;
    row-gap: 0.5rem;
  }
}
.case-lead .summary-unit + .summary-unit {
  margin-block-start: 2rem;
  padding-block-start: 2rem;
  border-block-start: 1px solid #E8E8E8;
}
@media (max-width: 767px) {
  .case-lead .summary-unit + .summary-unit {
    margin-block-start: 1.5rem;
    padding-block-start: 1.5rem;
  }
}
.case-lead .summary-unit__title {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #262679;
}
@media (max-width: 767px) {
  .case-lead .summary-unit__title {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.case-lead .summary-unit__text {
  display: block grid;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .case-lead .summary-unit__text {
    row-gap: 0.75rem;
  }
}
.case-lead .summary-unit__text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #444444;
  font-weight: 300;
}
@media (max-width: 767px) {
  .case-lead .summary-unit__text p {
    font-size: 0.875rem;
  }
}