.page-template-sbx-ai .dx-section {
  position: relative;
  background-image: url("../images/sub14/tsuyomi_dx_sp.png");
  background-size: cover;
  background-position: center;
  height: clamp(265px, calc(197.5px + 0.16875 * 100vw), 400px);
  margin-top: clamp(40px, calc(30px + 0.025 * 100vw), 60px);
  color: white;
}
@media (min-width: 750px) {
  .page-template-sbx-ai .dx-section {
    background-image: url("../images/sub14/tsuyomi_dx.png");
  }
}
.page-template-sbx-ai .dx-section .dx-text {
  position: absolute;
  top: clamp(20px, calc(-5px + 0.0625 * 100vw), 70px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .page-template-sbx-ai .dx-section .dx-text {
    text-align: center;
  }
}
.page-template-sbx-ai .dx-section .dx-text h2 {
  font-size: clamp(19px, calc(10.5px + 0.02125 * 100vw), 36px);
  color: white;
}
.page-template-sbx-ai .dx-section .dx-text p {
  margin-top: clamp(10px, calc(-2.5px + 0.03125 * 100vw), 35px);
  color: white;
  font-size: clamp(12px, calc(9px + 0.0075 * 100vw), 18px);
  line-height: 1.6em;
}
@media screen and (min-width: 750px) {
  .page-template-sbx-ai .dx-section .dx-text p {
    text-align: center;
    line-height: 2em;
  }
}
.page-template-sbx-ai .dx-case-section {
  width: 100%;
  margin-top: clamp(50px, calc(40px + 0.025 * 100vw), 70px);
}
.page-template-sbx-ai .dx-case-section h2 {
  font-size: clamp(21px, calc(15.5px + 0.01375 * 100vw), 32px);
  text-align: center;
  margin-bottom: clamp(40px, calc(30px + 0.025 * 100vw), 60px);
}
.page-template-sbx-ai .dx-case-section .case-study {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: clamp(15px, calc(7.5px + 0.01875 * 100vw), 30px);
  padding: 80px 20px 25px;
  margin-top: clamp(80px, calc(65px + 0.0375 * 100vw), 110px);
  margin-left: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 750px) {
  .page-template-sbx-ai .dx-case-section .case-study {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    padding: 80px 40px 65px;
  }
}
.page-template-sbx-ai .dx-case-section .case-study h3 {
  position: absolute;
  top: 0;
  left: -30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
  border-radius: 0 5px 5px 0;
  background-color: #195d95;
  font-size: clamp(18px, calc(15px + 0.0075 * 100vw), 24px);
  color: white;
}
@media screen and (min-width: 750px) {
  .page-template-sbx-ai .dx-case-section .case-study h3 {
    left: -30px;
    right: initial;
    width: 86.9565217391%;
    padding: 15px 20px 15px clamp(40px, calc(-280px + 0.25 * 100vw), 70px);
  }
}
@media screen and (min-width: 1024px) {
  .page-template-sbx-ai .dx-case-section .case-study h3 {
    border-radius: 10px;
  }
}
.page-template-sbx-ai .dx-case-section .case-study .case-study-description p {
  font-size: clamp(13px, calc(11px + 0.005 * 100vw), 17px);
  line-height: 1.9em;
}
.page-template-sbx-ai .dx-case-section .case-study .case-study-description h4 {
  margin-top: clamp(25px, calc(17.5px + 0.01875 * 100vw), 40px);
  font-size: clamp(14px, calc(12px + 0.005 * 100vw), 18px);
}
.page-template-sbx-ai .dx-case-section .case-study .case-study-description h4 + p {
  margin-top: clamp(0px, calc(-4px + 0.01 * 100vw), 8px);
  font-size: clamp(13px, calc(12px + 0.0025 * 100vw), 15px);
  line-height: 1.8em;
}
@media (min-width: 750px) {
  .page-template-sbx-ai .dx-case-section .case-study .case-study-description h4 + p {
    line-height: 1.9em;
  }
}
.page-template-sbx-ai .dx-case-section .case-study .case-study-image {
  padding: 0 25px 0 10px;
}
@media (min-width: 750px) {
  .page-template-sbx-ai .dx-case-section .case-study .case-study-image {
    padding: 0;
  }
}
.page-template-sbx-ai .dx-case-section .case-study .case-study-image img {
  width: 360px;
  max-width: 100%;
}
@media (max-width: 750px) {
  .page-template-sbx-ai .dx-case-section .btn-show-more {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}