.c-footer_navi {
  justify-content: flex-start !important;
}

.l-hero {
  font-family: "Noto Sans JP";
}

.l-hero .p-title {
  line-height: 1.5;
  padding-bottom: 64px;
  font-size: 26px;
}

.l-hero .p-text {
  line-height: 1.5;
}

.l-hero .p-text div:nth-child(1) {
  font-size: 18px;
}


.c-content__slash {
  width: 100%;
  min-width: unset;
  align-items: center;
  flex-direction: column;
}

/* PCサイズの場合 */
@media screen and (min-width: 769px) {
  .l-hero .p-title {
    font-size: 50px;
    padding-bottom: 64px;
  }

  .l-hero .p-text div:nth-child(1) {
    font-size: 30px;
  }

  .top-quality .c-content__slash {
    padding-bottom: 32vw;
  }

  .c-content__slash .p-title {
    font-size: clamp(18px, 8vw, 28px);
  }
}

/* スマホの場合 */
@media screen and (max-width: 768px) {
.l-hero .p-title {
    padding-bottom: 23px;
    }  
}


.l-inner__slash {
  flex-direction: column;
  gap: 0 !important;
}

.c-content__slash .p-title {
  text-align: center;
}

.c-content__slash .p-title__sub::after {
  left: 50%;
  transform: translateX(-50%);
}

.c-content__slash .p-text {
  text-align: center;
}

/* スマホの場合 */
@media screen and (max-width: 768px) {
  .c-content__slash .p-text {
    text-align: left;
    padding-bottom: 20px;
  }
  .c-heading_top .p-title__sub {
    font-size: 25.666667vw;
  }
}

.top-intro {
  padding-top: 60px;
}

.top-quality .p-image {
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.top-feature .p-movie {
  max-width: 100%;
}

.top-feature .p-movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.p-feature_list li img {
  opacity: 1 !important;
}

.top-cost .p-image,
.top-security .p-image,
.top-ui .p-image,
.top-infra .p-image {
  position: static !important;
  margin: 0 auto !important;
}

.top-cost .p-image {
  max-width: 808px !important;
  width: 100%;
}

.top-cost {
  margin-bottom: 15vw;
}

.top-security__images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.top-infra {
  position: relative;
  padding-bottom: 100px;
  background-color: #007bbe;
  overflow: hidden;
}




/* PC */
@media screen and (min-width: 769px) {
  .top-ui .p-image,
  .top-quality .p-image,
  .top-security .p-image {
    width: 54vw;
    bottom: 0;
    position: absolute;
  }

  .top-security__images {
    gap: 60px;
  }
}

/* スマホ */
@media screen and (max-width: 768px) {
   .top-infra {
    padding-bottom: 70px;
  }

  .top-infra::before {
    border-width: 18.6666666667vw 100vw 0 0;
  }

  .top-infra .c-content__slash .p-title {
    font-size: clamp(18px, 7vw, 30px);
  }

  .top-service .c-heading_top .p-title__sub {
    font-size: 22.666667vw;
    overflow: hidden;
  }
}

/* ------------------------------------------ */
/* お客様の声 */
.bg-stripe .bg-stripe_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.case-slider .swiper-wrapper {
  margin-bottom: 30px;
}

.case-section {
  display: block;
  max-width: 960px;
  width: 100%;
}

.case-section:hover {
  opacity: 0.7 !important;
}

.case-section .case-number {
  width: 130px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px 9px 0 0;
  background-color: #7fbdde;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.case-section .case-content {
  border-radius: 0 12px 12px 12px;
  opacity: 1;
  padding: 40px 24px;

  display: flex;
  gap: 24px;
  position: relative;
}

.case-section .case-content::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 12px 12px 12px;
  border: solid #7fbdde;
  border-width: 3px;
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: border-width;
}

.case-section:hover .case-content::after {
  border-width: 6px;
}

.case-section .case-image {
  min-width: 376px;
  width: 376px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.case-section .case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-section .case-details {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.case-section .case-client {
  font-weight: 500;
  color: #34486d;
}

.case-section .case-request,
.case-section .case-result {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.case-section .case-result::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #e4f5fe;
  opacity: 0.5;
  z-index: -1;
}

.case-section .case-request h4,
.case-section .case-result h4 {
  flex-shrink: 0;
  padding: 8px 20px;
  font-weight: bold;
}

.case-section .case-request h4 {
  background-color: #d9d9d9;
  color: #000;
}

.case-section .case-result h4 {
  background-color: #007bbe;
  color: #fff;
}

.case-section .case-request p,
.case-section .case-result p {
  color: #34486d;
  font-weight: 500;
}

/* スライドのナビ */
.case-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.case-controls .case-prev svg,
.case-controls .case-next svg {
  fill: currentColor;
}

.case-controls .case-pagination {
  width: fit-content !important;
}

@media screen and (max-width: 768px) {
  .case-section .case-image {
    min-width: unset;
    width: 100%;
  }

  .case-section .case-content {
    flex-direction: column;
  }

}

/* ------------------------------------------ */
/* CTA */
footer {
  margin-top: 160px;
}

/* 固定CTAラッパー */
.p-fix-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 18px 0;
  transition: transform 0.3s ease;
}

.p-fix-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #34486D;
  opacity: 0.9;
  z-index: -1;
}

/* CTA内レイアウト調整 */
.p-fix-cta__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.p-fix-cta__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.p-fix-cta__text {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  padding-inline: 16px;
  color: #fff;
  line-height: 1.2;
}

/* 左側：＼（左下がり） */
.p-fix-cta__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  width: 16px;
  height: 1px;
  background: currentColor;
  transform: rotate(55deg) translateY(-50%);
  transform-origin: left center;
}

/* 右側：／（右下がり） */
.p-fix-cta__text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  width: 16px;
  height: 1px;
  background: currentColor;
  transform: rotate(-55deg) translateY(-50%);
  transform-origin: right center;
}

.p-fix-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 20px 32px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 4px 2px var(--box-shadow-color);
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: box-shadow, filter;
}

.p-fix-cta__button.__trial {
    background: #fff;
  --box-shadow-color: rgba(95, 95, 95, 0.5);
  /* background: linear-gradient(90deg, #ffac25, #ff8c1a);
  --box-shadow-color: #98600b; */
  color: #000;
}

.p-fix-cta__button.__request {
  background: #fff;
  --box-shadow-color: rgba(95, 95, 95, 0.5);
  color: #000;
}

.p-fix-cta__button:hover {
  filter: brightness(1.1);
  box-shadow: 0 1px 0.5px var(--box-shadow-color);
}

/* SVGアイコンサイズ調整 */
.p-fix-cta__button svg {
  flex-shrink: 0;
}

/* ---------- 固定解除用 ---------- */

/* JavaScriptで付与されるクラス（フッター直前で外れる） */
.p-fix-cta.is-bottom {
  position: absolute;
  bottom: auto;
}

/* レスポンシブ例（必要に応じて調整） */
@media screen and (max-width: 768px) {
  .p-fix-cta__inner {
    gap: 6px;
  }

  .p-fix-cta__item {
    gap: 8px;
  }

  .p-fix-cta__text {
    font-size: 14px;
    min-height: 32px;
    display: flex;
    align-items: flex-end;
  }

  .p-fix-cta__text::before {
    top: 60%;
  }

  .p-fix-cta__text::after {
    top: 60%;
  }

  .p-fix-cta__button {
    display: inline;
    padding: 14px 18px;
    font-size: 16px;
  }
}

/* V2 CUSTOM CSS */
.p-button_container.v2-btn {
  padding: 30px;
}
.v2-btn a {
  background: #007bbe;
  color: #fff;
  display: inline-block;
  width: 20em;
}

.v2-case__content a {
  box-shadow: 0 0 12px #d4d4d4;
  border-radius: 10px;
  overflow: hidden;
}
.v2-case__content--img {
  width: 100%;
  position: relative;
  overflow: hidden;
height: fit-content;
}
.v2-case__content--img:before {
content: "";
  display: block;
  padding-top: 80%;
}
.v2-case__content--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
max-width: none;
min-height: 100%;
  object-fit: cover;
}
a:hover .v2-case__content--img img {
  transform: translate(-50%, -50%) scale(1.1);
}

