@media only screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.p-client-case-breadcrumb {
  background: #f5f5f5;
}
.p-client-case-breadcrumb__inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  scrollbar-width: none;
}
@media only screen and (min-width: 768px) {
  .p-client-case-breadcrumb__inner {
    padding: 0.5rem 8rem;
  }
}
.p-client-case-breadcrumb__inner::-webkit-scrollbar {
  display: none;
}
.p-client-case-breadcrumb__link, .p-client-case-breadcrumb__current {
  flex-shrink: 0;
  font-size: 0.6875rem;
  line-height: 1.4;
}
.p-client-case-breadcrumb__link {
  color: #233D4C;
  transition: 0.4s;
}
@media (hover: hover) {
  .p-client-case-breadcrumb__link:hover {
    color: #D85041;
  }
}
@media (hover: none) {
  .p-client-case-breadcrumb__link:active {
    color: #D85041;
  }
}
.p-client-case-breadcrumb__current {
  color: #B3B3B3;
}
.p-client-case-breadcrumb__link:not(:first-child)::before, .p-client-case-breadcrumb__current::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.75rem;
  border-top: 1px solid #233D4C;
  border-right: 1px solid #233D4C;
  transform: rotate(45deg);
  vertical-align: middle;
}

.p-client-case-archive {
  background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 9%);
}
.p-client-case-archive__inner {
  width: 100%;
  max-width: 69rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-archive__inner {
    padding: 5rem 2.5rem;
  }
}
.p-client-case-archive__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-archive__head {
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
.p-client-case-archive__ttl {
  color: #D85041;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .p-client-case-archive__ttl {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.p-client-case-archive__lead {
  color: #233D4C;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.p-client-case-archive__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-archive__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.p-client-case-archive__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0.1875rem 0.875rem rgba(35, 61, 76, 0.08);
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .p-client-case-archive__card:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .p-client-case-archive__card:active {
    opacity: 0.8;
  }
}
.p-client-case-archive__thumb {
  width: 100%;
  aspect-ratio: 303/160;
  overflow: hidden;
  background: #f2f2f2;
}
.p-client-case-archive__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-client-case-archive__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem;
}
.p-client-case-archive__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
}
.p-client-case-archive__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.p-client-case-archive__company-name {
  color: #A4AFB3;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  text-align: center;
}
.p-client-case-archive__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1 1 auto;
  padding: 0 1.5rem 2.25rem;
}
.p-client-case-archive__card-ttl {
  color: #233D4C;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
}
.p-client-case-archive__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-top: auto;
}
.p-client-case-archive__tag {
  color: #A4AFB3;
  font-size: 0.625rem;
  line-height: 2;
}
.p-client-case-archive__pager {
  margin-top: 2.5rem;
}
.p-client-case-archive__pager .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.p-client-case-archive__pager .wp-pagenavi .pages {
  display: none;
}
.p-client-case-archive__pager .wp-pagenavi a.page,
.p-client-case-archive__pager .wp-pagenavi span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #D85041;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.p-client-case-archive__pager .wp-pagenavi a.page {
  color: #D85041;
  background: #fff;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .p-client-case-archive__pager .wp-pagenavi a.page:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-client-case-archive__pager .wp-pagenavi a.page:active {
    opacity: 0.7;
  }
}
.p-client-case-archive__pager .wp-pagenavi span.current {
  color: #fff;
  background: #D85041;
}
.p-client-case-archive__pager .wp-pagenavi span.extend {
  color: #D85041;
}
.p-client-case-archive__pager .wp-pagenavi a.previouspostslink,
.p-client-case-archive__pager .wp-pagenavi a.nextpostslink {
  font-size: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/client-case/next.svg") no-repeat center center/contain;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .p-client-case-archive__pager .wp-pagenavi a.previouspostslink:hover,
  .p-client-case-archive__pager .wp-pagenavi a.nextpostslink:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-client-case-archive__pager .wp-pagenavi a.previouspostslink:active,
  .p-client-case-archive__pager .wp-pagenavi a.nextpostslink:active {
    opacity: 0.7;
  }
}
.p-client-case-archive__pager .wp-pagenavi a.previouspostslink {
  transform: scale(-1, -1);
}
.p-client-case-archive__empty {
  text-align: center;
  color: #233D4C;
  padding: 2.5rem 0;
}

.p-client-case-form {
  background: #f2f2f2;
  padding: 3rem 0 4rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-form {
    padding: 4rem 0 5rem;
    background: #fff;
  }
}
.p-client-case-form__inner {
  width: 100%;
  max-width: 66rem;
  margin: 0 auto;
  padding: 0 0.75rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-form__inner {
    padding: 0 1rem;
  }
}
.p-client-case-form__box {
  background: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0.1875rem 1.25rem rgba(35, 61, 76, 0.08);
}
.p-client-case-form__body {
  padding: 1.5rem 1rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-form__body {
    padding: 3rem 7.5rem;
  }
}
.p-client-case-form .client_form__contents {
  padding: 0;
}
.p-client-case-form .client_form__table {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-client-case-form .client_form__table {
    margin-bottom: 2rem;
  }
  .p-client-case-form .client_form__table .form__item {
    gap: 2rem;
    align-items: flex-start;
  }
  .p-client-case-form .client_form__table .form__item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .p-client-case-form .client_form__table .form__caption {
    width: 8.5rem;
    min-width: 8.5rem;
    min-height: 2.0625rem;
    padding: 0;
    align-items: center;
  }
  .p-client-case-form .client_form__table .form__caption.required::after {
    border-radius: 0.125rem;
  }
  .p-client-case-form .client_form__table .form__input {
    flex: 1 1 auto;
    min-width: 0;
  }
  .p-client-case-form .client_form__table .form__input input[type=text],
  .p-client-case-form .client_form__table .form__input input[type=email],
  .p-client-case-form .client_form__table .form__input input[type=tel] {
    width: 100%;
    height: 2.0625rem;
    padding: 0 1rem;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
  }
  .p-client-case-form .client_form__table .form__input textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
  }
  .p-client-case-form .client_form__table .input__checkbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
  .p-client-case-form .client_form__table .form__input .input__checkbox .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .p-client-case-form .client_form__table .input__checkbox .wpcf7-list-item-label {
    width: 100%;
    height: 2.0625rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-client-case-form .client_form__table .form__input input[type=text],
  .p-client-case-form .client_form__table .form__input input[type=email],
  .p-client-case-form .client_form__table .form__input input[type=tel],
  .p-client-case-form .client_form__table .form__input textarea {
    border-radius: 0.125rem;
  }
  .p-client-case-form .client_form__table .input__checkbox .wpcf7-list-item-label {
    border-radius: 0.125rem;
  }
  .p-client-case-form .client_form__table .form__caption.required::before {
    border-radius: 0.125rem;
  }
}

@media only screen and (max-width: 768px) {
  .form__caption.required,
  .form__caption.normal {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    top: auto;
    background: none;
    border-radius: 0;
    color: #233D4C;
    font-size: 0.875rem;
    font-weight: 700;
  }
}
.p-client-case-side-form {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 2rem);
  background: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0.1875rem 1.25rem rgba(35, 61, 76, 0.1);
}
.p-client-case-side-form .form__head__caption {
  flex-shrink: 0;
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
}
.p-client-case-side-form__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 2rem 1rem;
}
.p-client-case-side-form .cc-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.p-client-case-side-form .cc-side .wpcf7-form-control-wrap {
  display: block;
}
.p-client-case-side-form .cc-side__item {
  width: 100%;
}
.p-client-case-side-form .cc-side__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8.5rem;
  max-width: 100%;
  min-height: 2.0625rem;
  color: #233D4C;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-client-case-side-form .cc-side__req {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.125rem;
  border-radius: 0.125rem;
  background: #D85041;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
}
.p-client-case-side-form .cc-side__input {
  width: 100%;
  height: 2.0625rem;
  padding: 0 1rem;
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  color: #233D4C;
}
.p-client-case-side-form .cc-side__input::placeholder {
  color: #E6E6E6;
}
.p-client-case-side-form .cc-side__textarea {
  width: 100%;
  height: 7.375rem;
  padding: 0.5rem 1rem;
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #233D4C;
  resize: none;
}
.p-client-case-side-form .cc-side__textarea::placeholder {
  color: #E6E6E6;
}
.p-client-case-side-form .cc-side__check {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
.p-client-case-side-form .cc-side__check .wpcf7-list-item {
  margin: 0;
}
.p-client-case-side-form .cc-side__check label {
  display: flex;
  align-items: center;
  min-height: 2.0625rem;
  padding: 0.5rem;
  border: 1px solid #E6E6E6;
  border-radius: 0.1875rem;
  cursor: pointer;
}
.p-client-case-side-form .cc-side__check input[type=checkbox] {
  display: none;
}
.p-client-case-side-form .cc-side__check .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #233D4C;
}
.p-client-case-side-form .cc-side__check .wpcf7-list-item-label::before {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
  background: #fff;
}
.p-client-case-side-form .cc-side__check input:checked + .wpcf7-list-item-label::after {
  content: "\e902";
  font-family: "icon";
  font-size: 0.75rem;
  color: #D85041;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  text-align: center;
  transform: translateY(-50%);
}
.p-client-case-side-form .cc-side__agree {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  color: #596266;
  margin-bottom: 0.75rem;
}
.p-client-case-side-form .cc-side__agree a {
  color: #D85041;
  text-decoration: underline;
}
.p-client-case-side-form .cc-side__hidden {
  display: none;
}
.p-client-case-side-form .cc-side__submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  border-radius: 0.25rem;
  background: #D85041;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s ease-out, box-shadow 0.3s ease-out;
}
.p-client-case-side-form .cc-side__submit::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.p-client-case-side-form .cc-side__submit.is-active {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  box-shadow: 0 0.25rem 0.375rem rgba(216, 80, 65, 0.3);
}
@media (hover: hover) {
  .p-client-case-side-form .cc-side__submit.is-active:hover {
    opacity: 0.85;
  }
}
@media (hover: none) {
  .p-client-case-side-form .cc-side__submit.is-active:active {
    opacity: 0.85;
  }
}
.p-client-case-side-form .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #D85041;
}

.p-client-case {
  padding-bottom: 3rem;
}
.p-client-case__main {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 17.0625rem;
    gap: 4rem;
    align-items: start;
    max-width: 66rem;
    margin: 0 auto;
    padding: 0 1rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
.p-client-case__inner {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case__inner {
    max-width: none;
    margin: 0;
    padding: 0;
  }
}
.p-client-case__side {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-client-case__side {
    display: block;
    position: sticky;
    top: 1rem;
  }
}
.p-client-case__head {
  padding: 0 0 0.75rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case__head {
    padding-top: 0;
  }
}
.p-client-case__head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}
.p-client-case__company-id {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-client-case__head-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 2.5rem;
}
.p-client-case__head-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.p-client-case__head-company {
  color: #A4AFB3;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
}
.p-client-case__head-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.p-client-case__head-tag {
  color: #A4AFB3;
  font-size: 0.625rem;
  line-height: 2;
}
.p-client-case__title {
  color: #233D4C;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.7;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case__title {
    font-size: 1.75rem;
  }
}
.p-client-case__eyecatch {
  display: block;
  margin: 1.5rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-client-case__eyecatch img {
  display: block;
  width: 100%;
  height: auto;
}
.p-client-case__lead {
  color: #233D4C;
  font-size: 0.9375rem;
  line-height: 2;
}
.p-client-case__lead p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-client-case__profile {
  margin-top: 2.5rem;
}
.p-client-case__profile-caption {
  margin-bottom: 1rem;
  color: #233D4C;
  font-weight: 700;
  font-size: 1rem;
}
.p-client-case__profile-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case__profile-wrap {
    gap: 2rem;
    padding: 2rem 2.5rem;
  }
}
.p-client-case__profile-wrap:not(:last-child) {
  margin-bottom: 0.75rem;
}
.p-client-case__profile-face {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-client-case__profile-face {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.p-client-case__profile-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-client-case__profile-deta {
  flex: 1 1 auto;
  min-width: 0;
}
.p-client-case__profile-deta-t {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  margin-bottom: 0.5rem;
}
.p-client-case__profile-name {
  color: #233D4C;
  font-weight: 700;
  font-size: 1.125rem;
}
.p-client-case__profile-position {
  color: #6F7579;
  font-size: 0.875rem;
}
.p-client-case__profile-details {
  color: #7A878C;
  font-family: inherit;
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  white-space: pre-wrap;
}
.p-client-case__profile-details th {
  width: 5.125rem;
  color: #233D4C;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .p-client-case__profile-details th {
    width: 100%;
    min-width: 4.5rem;
    font-size: 0.8125rem;
  }
}
.p-client-case__profile-details td {
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .p-client-case__profile-details td {
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-client-case__profile-details tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .p-client-case__profile-details tr:last-of-type td {
    padding-bottom: 0;
  }
}
.p-client-case__profile-details a {
  color: #233D4C;
  transition: 0.4s;
}
@media (hover: hover) {
  .p-client-case__profile-details a:hover {
    color: #D85041;
  }
}
@media (hover: none) {
  .p-client-case__profile-details a:active {
    color: #D85041;
  }
}
.p-client-case__profile-details a::after {
  content: "\e906";
  font-family: "icon";
  margin-left: 0.5rem;
  color: #D85041;
}
.p-client-case .p-client-case__article-content {
  margin-top: 2.5rem;
  color: #233D4C;
}
.p-client-case .p-client-case__article-content h2 {
  margin-top: 3.5rem;
  position: relative;
  color: #233D4C;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  padding-bottom: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case .p-client-case__article-content h2 {
    font-size: 1.5rem;
  }
}
.p-client-case .p-client-case__article-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 100%;
  height: 0.1875rem;
  background: linear-gradient(to right, #D85041 0, #D85041 6.25rem, #E6E6E6 6.25rem, #E6E6E6 100%);
}
@media only screen and (min-width: 768px) {
  .p-client-case .p-client-case__article-content h2 {
    margin-top: 5rem;
  }
}
.p-client-case .p-client-case__article-content h3 {
  position: relative;
  padding-left: 0.8125rem;
  margin: 2rem 0 1.5rem;
  color: #233D4C;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: left;
}
.p-client-case .p-client-case__article-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.1875rem;
  height: 1.5rem;
  background: #D85041;
}
.p-client-case .p-client-case__article-content h4 {
  margin-bottom: 1.5rem;
  color: #D85041;
  font-weight: 700;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-client-case .p-client-case__article-content h4 {
    margin-bottom: 2rem;
    font-size: 0.875rem;
  }
}
.p-client-case .p-client-case__article-content p {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.p-client-case .p-client-case__article-content h2 + p {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-client-case .p-client-case__article-content h2 + p {
    margin-top: 1rem;
  }
}
.p-client-case .p-client-case__article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1.5rem auto;
}
.p-client-case .p-client-case__article-content a:not(.p-client-case__article-link):not(.btn-cv) {
  color: #D85041;
  text-decoration: underline;
}
.p-client-case .p-client-case__article-content .btn-cv {
  position: relative;
  width: 20.125rem;
  max-width: 100%;
  height: 3rem;
  margin: 2rem auto;
  line-height: 1;
  font-size: 0.8125rem;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .p-client-case .p-client-case__article-content .btn-cv {
    width: 17.9375rem;
    height: 3.1875rem;
  }
}
.p-client-case .p-client-case__article-content .btn-cv::after {
  content: "\e906";
  font-family: "icon";
  color: #fff;
  position: absolute;
  right: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-client-case .p-client-case__article-content .btn-cv::after {
    right: 0.25rem;
  }
}
.p-client-case__article-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: #233D4C;
  font-weight: 700;
  transition: opacity 0.3s ease-out;
}
.p-client-case__article-link::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #D85041;
  border-right: 2px solid #D85041;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .p-client-case__article-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-client-case__article-link:active {
    opacity: 0.7;
  }
}
.p-client-case__company {
  margin-top: 3rem;
}
.p-client-case__company-wrap {
  padding: 1.5rem;
  background: #f5f7f8;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case__company-wrap {
    display: grid;
    grid-template-columns: 10rem 1fr;
    column-gap: 2rem;
    align-items: start;
    padding: 2.5rem;
  }
}
.p-client-case__company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto 1rem;
  padding: 0.625rem;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .p-client-case__company-logo {
    width: 10rem;
    height: 10rem;
    margin: 0;
  }
}
.p-client-case__company-logo img {
  max-width: 100%;
  max-height: 3rem;
  object-fit: contain;
}
.p-client-case__company-table {
  width: 100%;
  color: #233D4C;
  font-size: 0.875rem;
}
.p-client-case__company-tr:not(:last-child) .p-client-case__company-th,
.p-client-case__company-tr:not(:last-child) .p-client-case__company-td {
  padding-bottom: 1rem;
}
.p-client-case__company-th {
  width: 3.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.p-client-case__company-td {
  line-height: 1.5;
  vertical-align: top;
  word-break: break-word;
}
.p-client-case__company-td a {
  color: #233D4C;
  text-decoration: underline;
  transition: 0.4s;
}
@media (hover: hover) {
  .p-client-case__company-td a:hover {
    color: #D85041;
  }
}
@media (hover: none) {
  .p-client-case__company-td a:active {
    color: #D85041;
  }
}
.p-client-case__company-text {
  margin-top: 1rem;
  color: #233D4C;
  font-size: 0.8125rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .p-client-case__company-text {
    grid-column: 1/-1;
  }
}

.p-client-case-related {
  padding: 3rem 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
}
@media only screen and (min-width: 768px) {
  .p-client-case-related {
    padding: 5rem 0 6rem;
  }
}
.p-client-case-related__inner {
  width: 100%;
  max-width: 69rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-related__inner {
    padding: 0 2.5rem;
  }
}
.p-client-case-related__head {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-related__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
}
.p-client-case-related__ttl {
  color: #233D4C;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-client-case-related__ttl {
    font-size: 1.625rem;
    text-align: left;
  }
}
.p-client-case-related__more {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-client-case-related__more {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #233D4C;
    font-weight: 700;
    font-size: 0.875rem;
    transition: opacity 0.3s ease-out;
  }
  .p-client-case-related__more::after {
    content: "";
    flex-shrink: 0;
    width: 0.4375rem;
    height: 0.625rem;
    background: url("../img/client-case/btn_more.svg") no-repeat center center/contain;
  }
}
@media only screen and (min-width: 768px) and (hover: hover) {
  .p-client-case-related__more:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) and (hover: none) {
  .p-client-case-related__more:active {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 768px) {
  .p-client-case-teaser {
    padding: 0 2.5rem;
  }
}
.p-client-case-teaser__spacer {
  height: 2.625rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-teaser__spacer {
    height: 5rem;
  }
}
.p-client-case-teaser__box {
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
}
.p-client-case-teaser__inner {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 2rem 2.5rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-teaser__inner {
    padding: 5rem 2.5rem;
    max-width: 69rem;
  }
}
.p-client-case-teaser__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-teaser__head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
}
.p-client-case-teaser__head-lead {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-teaser__head-lead {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.p-client-case-teaser__ttl {
  color: #233D4C;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-client-case-teaser__ttl {
    font-size: 1.625rem;
    line-height: 1.4615384615;
    text-align: left;
  }
}
.p-client-case-teaser__sub {
  color: #596266;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-client-case-teaser__sub {
    text-align: left;
  }
}
.p-client-case-teaser__more {
  display: none;
}
@media only screen and (min-width: 768px) {
  .p-client-case-teaser__more {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #233D4C;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    transition: opacity 0.3s ease-out;
  }
}
.p-client-case-teaser__more::after {
  content: "";
  flex-shrink: 0;
  width: 0.4375rem;
  height: 0.625rem;
  background: url("../img/client-case/btn_more.svg") no-repeat center center/contain;
}
@media (hover: hover) {
  .p-client-case-teaser__more:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .p-client-case-teaser__more:active {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .p-client-case-slider {
    margin: 0 -2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-client-case-slider {
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .p-client-case-slider__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    transform: none !important;
  }
}
.p-client-case-slider__item {
  width: 18.75rem;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .p-client-case-slider__item {
    width: auto;
  }
}
.p-client-case-slider__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-slider__pagination {
    display: none;
  }
}
.p-client-case-slider__pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.25rem;
  margin: 0 !important;
  border-radius: 0.125rem;
  background: #d9d9d9;
  opacity: 1;
}
.p-client-case-slider__pagination .swiper-pagination-bullet-active {
  background: #D85041;
}
.p-client-case-slider__action {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .p-client-case-slider__action {
    display: none;
  }
}
.p-client-case-slider__action-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 17.5rem;
  margin: 0 auto;
  padding: 1rem 1.1875rem;
  background: #233D4C;
  color: #fff;
  font-weight: 700;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.25rem rgba(35, 61, 76, 0.16);
  transition: opacity 0.3s ease-out;
}
.p-client-case-slider__action-link::after {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.5rem;
  background: url("../img/client-case/btn_arrow.svg") no-repeat center center/contain;
}
@media (hover: hover) {
  .p-client-case-slider__action-link:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .p-client-case-slider__action-link:active {
    opacity: 0.8;
  }
}
