/* DX system page header adjust */
/*.header_contain {
  justify-content: space-between;
}

.header_left {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header_contact--always {
  display: block;
}*/

/* ===== DX hero ===== */
.dx-hero {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-point{
  display: inline-block;
  padding: 0 20px;
  background: #000000;
  color:#ffffff;
  font-size: 20px;
  font-weight: bold;
}

.s-hl-short-bdr.mt0{
  margin-top: 0;
}

.p-strength_grid__item_txt{
  font-size: 13px;
}

.dx-hero__inner {
  display: block;
}

.dx-hero__sub {
  margin-bottom: 16px;
  font-weight: 700;
}

.dx-hero__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 40px;
}

.dx-hero__actions .linkbtn {
  width: auto;
  min-width: 220px;
  flex: 0 0 auto;
}

.dx-hero__actions .linkbtn a {
  width: 100%;
}

.dx-hero__actions .linkbtn--accent a {
  background: #ff0;
  border-color: #ff0;
  color: #222;
}

.dx-hero__actions .linkbtn--accent a span {
  color: #222;
}

.dx-hero__actions .linkbtn--accent a:hover,
.dx-hero__actions .linkbtn--accent a:focus {
  color: #222;
}

.dx-hero__actions .linkbtn--accent a:hover span,
.dx-hero__actions .linkbtn--accent a:focus span {
  color: #222;
}

/* price style */
.dx-hero__prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.dx-price-card {
  padding: 28px 24px;
  border: 1px solid #d9d9d9;
  background: #fff;
  text-align: center;
}

.dx-price-card__label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.dx-price-card__value {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.1;
  color: #111;
  letter-spacing: -0.03em;
}

.dx-price-card__value span {
  margin-left: 6px;
  font-size: 0.42em;
  font-weight: 500;
  letter-spacing: 0;
}

/* DX page temporary helpers */
.dx-strength-nav,
.dx-strength-img {
  background: #f3f3f3;
}

.dx-strength-nav {
  aspect-ratio: 1 / 1;
}

.dx-strength-img {
  width: 100%;
  aspect-ratio: 470 / 340;
}

.dx-strength-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.p-faq__item_answer {
  display: flex;
}


/* ===== compare block ===== */
/* compare block by s-box-type */
.dx-versus-list {
  margin-top: 48px;
}

.dx-versus-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  padding:20px 5px;
  margin-bottom: 15px;
}

.dx-versus-icon--accent {
  background:#ff0;
  color: #111;
}

#sec-versus .s-box-type__ttl{
  text-align: center;
}

.y-text{
  color:#ff0;
}

.dx-versus-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tx-center{
  text-align: center;
}

.dx-versus-points li {
  position: relative;
  padding-left: 24px;
}

.dx-versus-points li + li {
  margin-top: 10px;
}

.dx-versus-points--them li::before,
.dx-versus-points--us li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

.dx-versus-points--them li::before {
  content: "×";
  color: #19448f;
}

.dx-versus-points--us li::before {
  content: "✓";
  color: #19448f;
}

.wt-text{
  color:#ffffff !important;
}

.dx-hero__actions .linkbtn--accent a:hover span,
.dx-plan-row__btn--featured a:hover span{
  color:#ffffff !important;
}

.dx-philosophy-sign {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}

.dx-philosophy-sign strong {
  font-weight: 700;
}

#sec-philosophy .s-desc p + p {
  margin-top: 1.2em;
}

.s-sec-what{
  padding-bottom: 100px;
}

.dx-problems__figdummy {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #e9e9e9;
}

.dx-problems__voice .s-balloon {
  line-height: 1.7;
}

.dx-problems__figdummy {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #e9e9e9;
}

.dx-problems__voice .s-balloon {
  line-height: 1.7;
}

.dx-problems__cards {
  margin-top: 48px;
}

.dx-problems__cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.dx-problems__cards .s-box-card {
  padding: 28px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 12px 0px 24px rgba(0, 0, 0, 0.05);
}

.dx-problems__cards .s-box-card__num {
  margin-bottom: 12px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color:#999999;
}

.dx-problems__cards .s-box-card h3 {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.dx-problems__cards .s-box-card p:last-child {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.9;
}

.dx-midcta__lead{
  text-align: center;
  margin-top: 20px;
}
.dx-midcta__btn {
  margin: 28px auto 0;
}

.dx-midcta__btn a {
  min-width: 240px;
}


.dx-strengths-policy__value {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  padding: 3px 10px;
  border-radius: 3px;
  background: #111;
  color:#ffffff;
  display: inline-block;
  margin-bottom: 6px;
}

.dx-strengths-policy__en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #666;
}

.dx-flow-lead {
  font-size: 32px;
}

/* 既存CSSでSP時に非表示になる対策 */

@media screen and (max-width: 1024px) {
  .dx-hero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dx-hero__aside {
    max-width: 640px;
  }
}

@media screen and (max-width: 1024px) {
  .dx-hero__prices {
    gap: 16px;
  }

  .dx-price-card {
    padding: 24px 18px;
  }
}

@media screen and (max-width: 767px) {
  .dx-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .dx-hero__actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .dx-hero__actions .linkbtn {
    min-width: 0;
    width: calc(50% - 6px);
  }

  .dx-hero__prices {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .dx-price-card {
    text-align: left;
  }

  .dx-price-card__value {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  /*.header_contact--always {
    display: block !important;
  }

  .header_contact--always a,
  .header_contact--always span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  */
  
  .pgttl__en {
    font-size: 10vw;
    line-height: 1.1;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .pgttl__en .anim-slide-in-order {
    display: block;
    white-space: normal;
  }  
}

@media screen and (max-width: 767px) {
  .dx-strength-num {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
}

/* ===== compare block ===== */
@media screen and (max-width: 767px) {
  .dx-versus-list {
    margin-top: 32px;
  }

  .dx-versus-icon {
    font-size: 18px;
  }

  .dx-versus-points li {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .dx-philosophy-sign {
    margin-top: 24px;
    font-size: 13px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .dx-problems__figdummy {
    aspect-ratio: 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  .dx-problems__figdummy {
    aspect-ratio: 4 / 3;
  }

  .dx-problems__cards {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .dx-catch-wrap{
    padding-left: 20em;
  }
  
}

@media screen and (max-width: 1024px) {
  .dx-problems__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .dx-problems__cards {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dx-problems__cards .s-box-card {
    padding: 22px 18px;
  }

  .dx-problems__cards .s-box-card h3 {
    font-size: 19px;
  }

  .dx-problems__cards .s-box-card p:last-child {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .s-sec-catchcopy__txt {
    font-size: 28px;
    line-height: 1.5;
  }

  .dx-midcta__lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
  }

  .dx-midcta__btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .dx-strengths-policy__value {
    font-size: 28px;
  }

  .dx-strengths-policy__en {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .dx-flow-lead {
    font-size: 24px;
  }
}


/*追記*/
.dx-domains-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.dx-domains-grid .domain-card {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.dx-domains-grid .domain-card__num {
  margin-bottom: 12px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.dx-domains-grid .domain-card h3 {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.dx-domains-grid .domain-card > p:last-of-type {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.9;
}

.dx-domains-grid .domain-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dx-domains-grid .domain-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .dx-domains-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .dx-domains-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }

  .dx-domains-grid .domain-card {
    padding: 22px 18px;
  }

  .dx-domains-grid .domain-card h3 {
    font-size: 19px;
  }

  .dx-domains-grid .domain-card > p:last-of-type {
    font-size: 14px;
    line-height: 1.8;
  }
}
.dx-plan-list {
  margin-top: 48px;
  
}

.dx-plan-row {
  position: relative;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.dx-plan-row__inner {
  padding: 40px 18px;
}

.dx-plan-row--featured {
  border: 2px solid #ff0;
}

.dx-plan-row__badge {
  position: absolute;
  top: -18px;
  left: 36px;
  padding: 10px 22px;
  background: #ff0;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.dx-plan-row__label {
  margin-bottom: 18px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #999;
}

.dx-plan-row__title {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.dx-plan-row__price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 16px;
  color: #111;
}

.dx-plan-row__price-main {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}

.dx-plan-row__price-unit {
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.dx-plan-row__meta {
  font-size: 15px;
  line-height: 1.8;
  color: #999;
}

.dx-plan-row__lead {
  margin-bottom: 24px;
  padding: 20px 18px;
  background: #f5f5f5;
}

.dx-plan-row__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dx-plan-row__list li {
  position: relative;
  padding: 0 0 14px 22px;
  font-size: 15px;
  line-height: 1.8;
  border-bottom: 1px solid #e5e5e5;
}

.dx-plan-row__list li + li {
  margin-top: 14px;
}

.dx-plan-row__list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #19448f;
  font-weight: 700;
}

.p-snsmanage{
  padding-left: 0;
}

.dx-plan-row__btn {
  margin-top: 28px;
  max-width: 260px;
}

.dx-plan-row__btn a {
  width: 100%;
}

.dx-plan-row__btn--featured a {
  background: #ff0;
  border-color: #ff0;
  color: #111;
}

.dx-plan-row__btn a {
  background: #fff;
  border: 1px solid #cfcfcf;
}

.dx-plan-row__btn a span {
  color: #111;
}

.dx-plan-row__btn a:hover span {
  color: #fff;
}

.dx-plan-row__btn--featured a {
  background: #ff0;
  border-color: #ff0;
}

.dx-plan-row__btn--featured a span {
  color: #111;
}

.dx-plan-row__btn--featured a span {
  color: #111;
}

.dx-plan-row__btn--featured a:hover,
.dx-plan-row__btn--featured a:focus {
  color: #111;
}

.dx-plan-row__btn--featured a:hover span,
.dx-plan-row__btn--featured a:focus span {
  color: #111;
}

.dx-plan-human-cost {
  margin-top: 56px;
  padding: 32px 28px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.dx-plan-human-cost h3 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.dx-plan-human-cost p {
  margin-bottom: 0;
  line-height: 1.9;
}

.dx-plan-human-cost .hl {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ff0 60%);
}

@media screen and (max-width: 1024px) {
  .dx-plan-row__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 24px;
  }

  .dx-plan-row__title {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .dx-plan-row__price-main {
    font-size: 50px;
  }

  .dx-plan-row__badge {
    left: 24px;
  }
}

.dx-plan-list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:40px;
}

@media screen and (max-width: 767px) {
  .dx-plan-list {
    margin-top: 32px;
    display: grid;
        grid-template-columns: 1fr;
  }

  .dx-plan-row__inner {
    gap: 22px;
    padding: 28px 18px 22px;
  }

  .dx-plan-row__badge {
    top: -16px;
    left: 18px;
    padding: 8px 14px;
    font-size: 12px;
  }

  .dx-plan-row__label {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .dx-plan-row__title {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .dx-plan-row__price-main {
    font-size: 42px;
  }

  .dx-plan-row__price-unit {
    padding-bottom: 6px;
    font-size: 16px;
  }

  .dx-plan-row__meta {
    font-size: 13px;
  }

  .dx-plan-row__lead {
    margin-bottom: 18px;
    padding: 16px 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .dx-plan-row__list li {
    padding: 0 0 12px 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  .dx-plan-row__list li + li {
    margin-top: 12px;
  }

  .dx-plan-row__btn {
    margin-top: 22px;
    max-width: none;
  }

  .dx-plan-human-cost {
    margin-top: 36px;
    padding: 24px 18px;
  }

  .dx-plan-human-cost h3 {
    font-size: 22px;
  }
}

.dx-cases-lead {
  margin-top: 28px;
}

.dx-case-box {
  margin-top: 48px;
  padding: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.dx-case-box__head {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 28px 36px;
  background: #f3f3f3;
  border-bottom: 1px solid #d9d9d9;
}

.dx-case-box__num {
  margin: 0;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #d0aa00;
  white-space: nowrap;
}

.dx-case-box__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.dx-case-box__table {
  padding: 28px 36px 0;
}

.dx-case-box__row {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  border-bottom: 1px solid #d9d9d9;
}

.dx-case-box__row dt,
.dx-case-box__row dd {
  margin: 0;
  padding: 26px 28px;
}

.dx-case-box__row dt {
  background: #f3f3f3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.dx-case-box__row dd {
  font-size: 18px;
  line-height: 1.9;
}

.dx-case-box__row--lg dd {
  line-height: 2;
}

.dx-case-box__result {
  margin: 36px 36px 36px;
  padding: 24px 28px;
  background: #faf8ef;
  border-left: 6px solid #ff0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .dx-case-box__head {
    padding: 24px 24px;
    gap: 18px;
  }

  .dx-case-box__title {
    font-size: 24px;
  }

  .dx-case-box__table {
    padding: 24px 24px 0;
  }

  .dx-case-box__row {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .dx-case-box__row dt,
  .dx-case-box__row dd {
    padding: 22px 20px;
  }

  .dx-case-box__row dt {
    font-size: 18px;
  }

  .dx-case-box__row dd {
    font-size: 16px;
  }

  .dx-case-box__result {
    margin: 28px 24px 24px;
    padding: 20px 22px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .dx-case-box {
    margin-top: 32px;
  }

  .dx-case-box__head {
    display: block;
    padding: 20px 18px;
  }

  .dx-case-box__num {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .dx-case-box__title {
    font-size: 22px;
    line-height: 1.5;
  }

  .dx-case-box__table {
    padding: 18px 18px 0;
  }

  .dx-case-box__row {
    grid-template-columns: 1fr;
  }

  .dx-case-box__row dt,
  .dx-case-box__row dd {
    padding: 14px 14px;
  }

  .dx-case-box__row dt {
    font-size: 16px;
  }

  .dx-case-box__row dd {
    font-size: 15px;
    line-height: 1.8;
  }

  .dx-case-box__result {
    margin: 20px 18px 18px;
    padding: 16px 16px;
    font-size: 16px;
    line-height: 1.7;
  }
}

.dx-voices-lead {
  margin-top: 28px;
}

.dx-voices-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.dx-voice-item {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.dx-voice-item__star {
  margin-bottom: 18px;
  color: #19448f;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.dx-voice-item__text {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.9;
}

.dx-voice-item__author {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 1.9;
}

.dx-voice-item__author strong {
  font-weight: 700;
}

.p-flow_box{
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .dx-voices-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media screen and (max-width: 767px) {
  .dx-voices-lead {
    margin-top: 20px;
  }

  .dx-voices-list {
    margin-top: 32px;
    gap: 16px;
  }

  .dx-voice-item {
    padding: 22px 18px;
  }

  .dx-voice-item__star {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .dx-voice-item__text {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  .dx-voice-item__author {
    padding-top: 14px;
    font-size: 13px;
    line-height: 1.8;
  }
}

.dx-flow__dur {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
  padding: 2px 10px;
  color: #fff;
  background: #999;
  display: inline-block;
}

#sec-steps .p-flow__item_txt {
  min-height: 4.8em;
}

@media screen and (max-width: 767px) {
  .dx-flow__dur {
    margin-top: 10px;
    font-size: 12px;
  }

  #sec-steps .p-flow__item_txt {
    min-height: 0;
  }
}


.dx-subsidy-box {
  background: #fff;
  border: 1px solid #d9d9d9;
}

.dx-subsidy-box .s-hl-short-bdr {
  margin-bottom: 24px;
}

.dx-subsidy-box__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  justify-content: center;
}

.pl-0{
  padding-left: 0 !important;
}

.color-bl{
  color: #333 !important;
}

.dx-subsidy-box__tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .dx-subsidy-box .s-hl-short-bdr {
    margin-bottom: 18px;
  }

  .dx-subsidy-box__tags {
    gap: 8px;
    margin-top: 20px;
  }

  .dx-subsidy-box__tag {
    min-height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }
}

.dx-knowledge-box {
  margin-top: 40px;
  padding: 36px 40px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.dx-knowledge-box__section + .dx-knowledge-box__section {
  margin-top: 36px;
}

.dx-knowledge-box__section .s-hl-short-bdr {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .dx-knowledge-box {
    margin-top: 28px;
    padding: 24px 18px;
  }

  .dx-knowledge-box__section + .dx-knowledge-box__section {
    margin-top: 28px;
  }

  .dx-knowledge-box__section .s-hl-short-bdr {
    margin-bottom: 16px;
  }
}

#sec-contact .s-hl-point__small,
#sec-contact .s-hl-point__large,
#sec-contact .s-desc,
#sec-contact .wt-text {
  color: #fff;
}

.dx-contact-lead {
  margin-top: 28px;
}

.dx-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.dx-contact-actions__item {
  min-width: 260px;
}

.dx-contact-actions__item a {
  width: 100%;
  background: #ffffff;
}

.dx-contact-actions__item--featured a {
  background: #ff0;
  border-color: #ff0;
  color: #111;
}

.dx-contact-actions__item--featured a span {
  color: #111;
}

.dx-contact-actions__item--featured a:hover span {
  color: #fff;
}

.dx-contact-actions__item--featured a:hover,
.dx-contact-actions__item--featured a:focus {
  color: #fff;
}

.dx-contact-actions__item--featured a:hover span,
.dx-contact-actions__item--featured a:focus span {
  color: #fff;
}

.dx-contact-actions__item--tel a {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.dx-contact-actions__item--tel a span {
  color: #111;
}

.dx-contact-actions__item--tel a:hover span {
  color: #fff;
}


.dx-contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 48px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dx-contact-info__item {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}

.dx-contact-info__item strong {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.dx-contact-info__item a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .dx-contact-lead {
    margin-top: 20px;
  }

  .dx-contact-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }

  .dx-contact-actions__item {
    min-width: 0;
    width: 100%;
  }

  .dx-contact-info {
    display: block;
    margin-top: 24px;
    padding-top: 18px;
  }

  .dx-contact-info__item + .dx-contact-info__item {
    margin-top: 12px;
  }

  .dx-contact-info__item {
    font-size: 14px;
  }

  .dx-contact-info__item strong {
    display: block;
    margin: 4px 0 0;
    font-size: 16px;
  }
}

.dx-contact-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 36px;
}

.dx-contact-actions__item {
  width: auto;
  min-width: 260px;
  flex: 0 0 auto;
}

.dx-contact-actions__item a {
  width: 100%;
}

.s-fig-08__txt{
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .dx-contact-actions {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }

  .dx-contact-actions__item {
    min-width: 0;
    width: 100%;
  }
  
  .dx-contact-actions .linkbtn{
    margin-top: 0;
  }
  
  .dx-hero__actions .linkbtn--accent a:hover span,
  .dx-plan-row__btn a:hover span{
    color:#333 !important;
  }
}

.dx-hero__actions .linkbtn--accent a::before,
.dx-plan-row__btn--featured a::before{
    background: #000000;
}

.dx-hero__actions .linkbtn--accent a:hover::before,
.dx-plan-row__btn--featured a:hover::before{
    background: #ffffff;
}

.sp{
  display: none;
}

@media screen and (max-width: 767px) {
    .dx-hero__actions .linkbtn {
        min-width: 0;
        width: 70%;
    }
  
.dx-hero__prices {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-top: 32px;
    }
  .dx-price-card__label {
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
}
  
      .dx-price-card__value {
        font-size: 23px;
    }
  
.sp{
  display: block;
}  
 
  .dx-philosophy-sign{
    text-align: right;
  }
  
  .dx-plan-list-wrap{
    overflow: scroll;
    width: 100%;
  }  
  
  .dx-plan-list{
    display: grid;
    width: 900px;
    grid-template-columns: repeat(3,1fr);
    gap:20px;
  }
  
  .dx-plan-list section:nth-child(2){
    order:1;
  }
  
    .dx-plan-list section:nth-child(1){
    order:2;
  }
  
    .dx-plan-list section:nth-child(3){
    order:3;
  }
  
  .p-point {
    padding: 0 10px;
    font-size: 15px;
}
  
 .dx-case-box-wrap{
       overflow: scroll;
    width: 100%;
  }
  
  .dx-case-box-list{
    display: grid;
    width: 1500px;
    grid-template-columns: repeat(5,1fr);
    gap:20px;
  }
  
.s-fig-08__list > li {
    padding: 0 0 30px;
}  

    .p-snsmanage_title01 {
        font-size: 36rem;
    }
  
      .p-snsmanage_txt {
        font-size: 25rem;
    }
  
  .dx-subsidy-box__tags{
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  
    .dx-subsidy-box__tag {
        min-height: 32px;
        padding: 0 5px;
        font-size: 10px;
    }
  
    .dx-strengths-policy__value {
        font-size: 12px;
    }
  
      .dx-strengths-policy__en {
        font-size: 8px;
    }
  
  .p-strength__item_head p{
    line-height: 1em;
  }
  
}