@charset "UTF-8";

/* =========================================================
   DX SUPPORT
========================================================= */

.dx-support {
  --dx-blue: #023C81;
  --dx-blue2: #1689B8;
  --dx-cyan: #2EE2F8;
  --dx-light: #F5FAFC;
  --dx-light2: #EDF7FB;
  --dx-text: #333;
  --dx-gray: #757B80;
  --dx-border: #D9E5EC;

  color: var(--dx-text);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.dx-support *,
.dx-support *::before,
.dx-support *::after {
  box-sizing: border-box;
}

.dx-support .dx-inner {
  width: calc(100% - 52px);
  max-width: 1180px;
  margin: 0 auto;
}

.dx-support .dx-pc {
  display: none;
}


/* =========================================================
   COMMON TITLE
========================================================= */

.dx-section-title {
  text-align: center;
  margin-bottom: 45px;
}

.dx-section-title__en {
  margin-bottom: 8px;
  color: var(--dx-blue2);
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
}

.dx-section-title h2 {
  position: relative;
  padding-bottom: 18px;
  color: var(--dx-blue);
  font-size: 27px;
  line-height: 1.45;
  font-weight: 700;
}

.dx-section-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--dx-blue), var(--dx-cyan));
}

.dx-section-title > p:last-child {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.9;
}


/* =========================================================
   HERO
========================================================= */

.dx-hero {
  position: relative;
  background:
    radial-gradient(circle at 85% 20%, rgba(46,226,248,.16), transparent 32%),
    linear-gradient(135deg, #fff 0%, #fff 48%, #F1F9FC 100%);
}

.dx-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -210px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(2,60,129,.08);
  border-radius: 50%;
}

.dx-hero__inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 52px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 0 75px;
}

.dx-hero__content {
  position: relative;
  z-index: 2;
}

.dx-hero__en {
  margin-bottom: 15px;
  color: var(--dx-blue2);
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2em;
}

.dx-hero__title {
  color: #111;
  font-size: clamp(30px, 8vw, 48px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .02em;
}

.dx-hero__title span {
  position: relative;
  color: var(--dx-blue);
}

.dx-hero__title span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 7px;
  background: rgba(46,226,248,.28);
  z-index: -1;
}

.dx-hero__lead {
  margin-top: 25px;
  font-size: 14px;
  line-height: 2;
}

.dx-hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}

.dx-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 14px 22px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
}

.dx-btn--primary {
  color: #fff !important;
  background: linear-gradient(90deg, var(--dx-blue), var(--dx-blue2));
}

.dx-btn--outline {
  color: var(--dx-blue) !important;
  border: 1px solid var(--dx-blue);
  background: #fff;
}

.dx-btn__arrow {
  margin-left: 20px;
  font-size: 20px;
}

.dx-hero__visual {
  position: relative;
  max-width: 460px;
  margin: 55px auto 0;
  padding: 25px 0;
}

.dx-hero__visual-main {
  position: relative;
  padding: 28px 20px 25px;
  border: 1px solid #D8E5EC;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 50px rgba(2,60,129,.08);
}

.dx-hero__visual-label {
  margin-bottom: 20px;
  text-align: center;
  color: var(--dx-blue);
  font-weight: 700;
}

.dx-hero__work {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}

.dx-hero__work-item {
  padding: 16px 5px;
  text-align: center;
  color: #555;
  border: 1px solid #E2E8EC;
  background: #FAFCFD;
  font-size: 13px;
  font-weight: 500;
}

.dx-hero__connector {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 14px 0;
}

.dx-hero__connector span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dx-cyan);
}

.dx-hero__visual-result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 230px;
  margin: 0 auto;
  padding: 16px 20px;
  color: var(--dx-blue);
  background: #fff;
  border: 1px solid rgba(2,60,129,.22);
  box-shadow: 0 10px 30px rgba(2,60,129,.08);
  font-weight: 700;
  line-height: 1.5;
}

.dx-kintone-mark,
.dx-kintone__logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #111;
  border-radius: 10px;
  background: #FFD600;
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
}


/* =========================================================
   PROBLEMS
========================================================= */

.dx-problems {
  padding: 75px 0;
  background: var(--dx-light);
}

.dx-problems__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.dx-problem-card {
  padding: 25px 20px 24px;
  border: 1px solid rgba(2,60,129,.08);
  background: #fff;
  box-shadow: 0 8px 25px rgba(2,60,129,.04);
  text-align: center;
}

.dx-problem-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin: 0 auto 17px;
  border-radius: 50%;
  background: #F1FAFD;
}

.dx-problem-card__icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: var(--dx-blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dx-problem-card h3 {
  color: var(--dx-blue);
  font-size: 16px;
  font-weight: 700;
}

.dx-problem-card p {
  margin-top: 10px;
  color: #666;
  font-size: 13px;
  line-height: 1.8;
}

.dx-problems__message {
  margin-top: 45px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.dx-problems__message span,
.dx-problems__message strong {
  display: block;
}

.dx-problems__message strong {
  color: var(--dx-blue);
  font-size: 21px;
  font-weight: 700;
}


/* =========================================================
   APPROACH
========================================================= */

.dx-approach {
  padding: 80px 0 90px;
  background: #fff;
}

.dx-approach__copy {
  max-width: 840px;
  margin: 0 auto 55px;
  text-align: center;
}

.dx-approach__copy h3 {
  font-size: 23px;
  line-height: 1.6;
  font-weight: 700;
}

.dx-approach__copy h3 span {
  color: var(--dx-blue);
}

.dx-approach__copy p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}

.dx-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 950px;
  margin: 0 auto;
}

.dx-flow__step {
  position: relative;
  padding: 30px 22px;
  border: 1px solid var(--dx-border);
  background: #fff;
  text-align: center;
}

.dx-flow__number {
  position: absolute;
  top: 10px;
  left: 13px;
  color: rgba(2,60,129,.35);
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
}

.dx-flow__icon {
  margin: 0 auto 15px;
}

.dx-flow__icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--dx-blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dx-flow__step h4 {
  color: var(--dx-blue);
  font-size: 16px;
  font-weight: 700;
}

.dx-flow__step p {
  margin-top: 8px;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
}

.dx-flow__arrow {
  text-align: center;
  color: var(--dx-cyan);
  font-size: 25px;
  transform: rotate(90deg);
}

.dx-choice-title {
  margin: 55px 0 25px;
  text-align: center;
  color: var(--dx-blue);
  font-size: 16px;
  font-weight: 700;
}

.dx-choice {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 950px;
  margin: 0 auto;
}

.dx-choice__card {
  position: relative;
  padding: 27px 20px 25px;
  text-align: center;
  border: 1px solid var(--dx-border);
}

.dx-choice__tag {
  margin-bottom: 8px;
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
}

.dx-choice__card h4 {
  color: var(--dx-blue);
  font-size: 17px;
  font-weight: 700;
}

.dx-choice__card p {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
}

.dx-choice__card--keep {
  background: #F3FBF7;
}

.dx-choice__card--keep .dx-choice__tag {
  color: #5C9B73;
}

.dx-choice__card--improve {
  background: #FFF9EE;
}

.dx-choice__card--improve .dx-choice__tag {
  color: #C59030;
}

.dx-choice__card--system {
  background: #F2F8FD;
}

.dx-choice__card--system .dx-choice__tag {
  color: var(--dx-blue2);
}

.dx-choice__plus {
  text-align: center;
  color: #A2B4BF;
  font-size: 22px;
}

.dx-approach__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 950px;
  margin: 45px auto 0;
}

.dx-kintone,
.dx-approach__result {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--dx-border);
  background: #fff;
  text-align: center;
}

.dx-kintone span,
.dx-approach__result span {
  display: block;
  margin-bottom: 5px;
  color: var(--dx-gray);
  font-size: 11px;
}

.dx-kintone strong,
.dx-approach__result strong {
  display: block;
  color: var(--dx-blue);
  font-size: 15px;
  font-weight: 700;
}

.dx-approach__arrow {
  text-align: center;
  color: var(--dx-cyan);
  font-size: 25px;
  transform: rotate(90deg);
}


/* =========================================================
   TABLET
========================================================= */

@media print, screen and (min-width: 768px) {

  .dx-support .dx-pc {
    display: block;
  }

  .dx-hero__buttons {
    flex-direction: row;
  }

  .dx-btn {
    min-width: 230px;
  }

  .dx-problems__grid {
    grid-template-columns: repeat(2,1fr);
  }

  .dx-flow {
    grid-template-columns: 1fr 30px 1fr 30px 1fr;
    align-items: stretch;
  }

  .dx-flow__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
  }

  .dx-choice {
    grid-template-columns: 1fr 25px 1fr 25px 1fr;
    align-items: stretch;
  }

  .dx-choice__plus {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dx-approach__bottom {
    grid-template-columns: 1fr 35px 1fr 35px 1fr;
    align-items: center;
  }

  .dx-approach__arrow {
    transform: none;
  }

}


/* =========================================================
   PC
========================================================= */

@media print, screen and (min-width: 1080px) {

  .dx-hero__inner {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    min-height: 620px;
    padding: 90px 0 95px;
  }

  .dx-hero__title {
    font-size: 48px;
  }

  .dx-hero__lead {
    margin-top: 30px;
    font-size: 16px;
  }

  .dx-hero__buttons {
    margin-top: 38px;
  }

  .dx-btn {
    transition: opacity .3s ease;
  }

  .dx-btn:hover {
    opacity: .72;
  }

  .dx-hero__visual {
    width: 88%;
    margin: 0 0 0 auto;
  }

  .dx-problems,
  .dx-approach {
    padding-top: 105px;
    padding-bottom: 110px;
  }

  .dx-section-title {
    margin-bottom: 60px;
  }

  .dx-section-title h2 {
    font-size: 34px;
  }

  .dx-section-title > p:last-child {
    font-size: 16px;
  }

  .dx-problems__grid {
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
  }

  .dx-problem-card {
    min-height: 245px;
    padding: 32px 25px;
    transition: transform .25s ease, box-shadow .25s ease;
  }

  .dx-problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(2,60,129,.10);
  }

  .dx-problem-card h3 {
    font-size: 18px;
  }

  .dx-problem-card p {
    font-size: 14px;
  }

  .dx-problems__message {
    margin-top: 60px;
    font-size: 18px;
  }

  .dx-problems__message span,
  .dx-problems__message strong {
    display: inline;
  }

  .dx-problems__message strong {
    margin: 0 8px;
    font-size: 25px;
  }

  .dx-approach__copy h3 {
    font-size: 30px;
  }

  .dx-approach__copy p {
    font-size: 16px;
  }

  .dx-flow__step {
    min-height: 245px;
    padding: 40px 25px 30px;
  }

  .dx-flow__icon svg {
    width: 55px;
    height: 55px;
  }

  .dx-flow__step h4 {
    font-size: 18px;
  }

  .dx-flow__step p {
    font-size: 13px;
  }

  .dx-choice-title {
    margin-top: 70px;
    font-size: 18px;
  }

  .dx-choice__card {
    min-height: 180px;
    padding: 32px 25px;
  }

  .dx-choice__card h4 {
    font-size: 19px;
  }

  .dx-choice__card p {
    font-size: 13px;
  }

  .dx-approach__bottom {
    margin-top: 60px;
  }

}

/* =========================================================
   DIFFERENCE
========================================================= */

.dx-difference {
  padding: 80px 0;
  background: #fff;
}

.dx-difference .dx-section-title h2 span {
  color: var(--dx-blue);
}

.dx-difference__compare {
  max-width: 1000px;
  margin: 0 auto;
}

.dx-difference__column {
  padding: 25px 20px;
  border: 1px solid var(--dx-border);
}

.dx-difference__column--general {
  background: #FAFAFA;
}

.dx-difference__column--kontacts {
  border-color: rgba(2,60,129,.3);
  background: #F3F9FD;
}

.dx-difference__label {
  margin-bottom: 25px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.dx-difference__column--general .dx-difference__label {
  color: #777;
}

.dx-difference__column--kontacts .dx-difference__label {
  color: var(--dx-blue);
}

.dx-difference__label span {
  color: var(--dx-blue2);
}

.dx-difference__flow {
  max-width: 360px;
  margin: 0 auto;
}

.dx-difference__item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid #DEE5E9;
  background: #fff;
}

.dx-difference__item span {
  color: #A3B0B8;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
}

.dx-difference__item strong {
  color: #555;
  font-size: 14px;
  font-weight: 700;
}

.dx-difference__item--accent {
  border-color: rgba(2,60,129,.3);
}

.dx-difference__item--accent strong {
  color: var(--dx-blue);
}

.dx-difference__arrow {
  padding: 6px 0;
  text-align: center;
  color: #AAB7BE;
}

.dx-difference__result {
  margin-top: 25px;
  padding: 20px;
  text-align: center;
}

.dx-difference__result > span {
  display: block;
  margin-bottom: 5px;
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  letter-spacing: .15em;
}

.dx-difference__result strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.dx-difference__result p {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.7;
}

.dx-difference__result--bad {
  color: #777;
  background: #F0F0F0;
}

.dx-difference__result--good {
  color: var(--dx-blue);
  background: #E7F7FB;
}

.dx-difference__vs {
  padding: 15px 0;
  text-align: center;
  color: var(--dx-blue2);
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 700;
}


/* =========================================================
   SERVICES
========================================================= */

.dx-services {
  padding: 80px 0;
  background: var(--dx-light);
}

.dx-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.dx-service-card {
  position: relative;
  padding: 30px 25px;
  border: 1px solid rgba(2,60,129,.08);
  background: #fff;
}

.dx-service-card__number {
  position: absolute;
  top: 17px;
  right: 18px;
  color: #CBDCE5;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
}

.dx-service-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #EFF9FC;
}

.dx-service-card__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--dx-blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dx-service-card h3 {
  color: var(--dx-blue);
  font-size: 18px;
  font-weight: 700;
}

.dx-service-card > p {
  min-height: 50px;
  margin-top: 10px;
  color: #666;
  font-size: 13px;
  line-height: 1.8;
}

.dx-service-card ul {
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid #E5ECEF;
}

.dx-service-card li {
  position: relative;
  padding: 4px 0 4px 15px;
  color: #555;
  font-size: 12px;
}

.dx-service-card li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--dx-cyan);
}

.dx-services__note {
  margin-top: 40px;
  padding: 25px;
  text-align: center;
  border: 1px solid rgba(2,60,129,.15);
  background: #fff;
}

.dx-services__note strong {
  display: block;
  color: var(--dx-blue);
  font-size: 16px;
  font-weight: 700;
}

.dx-services__note p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.8;
}


/* =========================================================
   BEFORE AFTER
========================================================= */

.dx-before-after {
  padding: 80px 0 90px;
  background: #fff;
}

.dx-ba {
  max-width: 1000px;
  margin: 0 auto;
}

.dx-ba__side {
  padding: 25px 20px;
  border: 1px solid var(--dx-border);
}

.dx-ba__before {
  background: #FAFAFA;
}

.dx-ba__after {
  background: #F2FAFD;
  border-color: rgba(2,60,129,.25);
}

.dx-ba__heading {
  margin-bottom: 25px;
  text-align: center;
}

.dx-ba__heading span {
  display: block;
  margin-bottom: 4px;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  letter-spacing: .15em;
}

.dx-ba__before .dx-ba__heading span {
  color: #999;
}

.dx-ba__after .dx-ba__heading span {
  color: var(--dx-blue2);
}

.dx-ba__heading strong {
  font-size: 19px;
  font-weight: 700;
}

.dx-ba__after .dx-ba__heading strong {
  color: var(--dx-blue);
}

.dx-ba__steps {
  max-width: 350px;
  margin: 0 auto;
}

.dx-ba__step {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #E2E8EC;
}

.dx-ba__step span {
  width: 35px;
  color: #ADB8BE;
  font-family: "Barlow", sans-serif;
  font-size: 10px;
}

.dx-ba__step p {
  font-size: 14px;
  font-weight: 500;
}

.dx-ba__after .dx-ba__step p {
  color: var(--dx-blue);
}

.dx-ba__step--result {
  border-color: var(--dx-blue2);
  background: #E8F9FC;
}

.dx-ba__step--result p {
  font-weight: 700;
}

.dx-ba__arrow {
  padding: 4px 0;
  text-align: center;
  color: #AEBBC2;
}

.dx-ba__problem,
.dx-ba__benefit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 22px;
}

.dx-ba__problem span,
.dx-ba__benefit span {
  padding: 6px 10px;
  font-size: 11px;
}

.dx-ba__problem span {
  color: #777;
  background: #ECECEC;
}

.dx-ba__benefit span {
  color: var(--dx-blue);
  background: #DFF6FA;
}

.dx-ba__change {
  padding: 20px 0;
  text-align: center;
  color: var(--dx-blue2);
}

.dx-ba__change span {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.dx-ba__change strong {
  display: block;
  font-size: 28px;
  transform: rotate(90deg);
}

.dx-ba__message {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}

.dx-ba__message span {
  display: block;
}

.dx-ba__message strong {
  display: block;
  color: var(--dx-blue);
  font-size: 23px;
  font-weight: 700;
}


/* TABLET */

@media print, screen and (min-width: 768px) {

  .dx-services__grid {
    grid-template-columns: repeat(2,1fr);
  }

}


/* PC */

@media print, screen and (min-width: 1080px) {

  .dx-difference,
  .dx-services,
  .dx-before-after {
    padding-top: 105px;
    padding-bottom: 110px;
  }

  .dx-difference__compare {
    display: grid;
    grid-template-columns: 1fr 70px 1fr;
    align-items: center;
  }

  .dx-difference__column {
    padding: 35px 35px;
  }

  .dx-difference__vs {
    padding: 0;
  }

  .dx-services__grid {
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
  }

  .dx-service-card {
    min-height: 330px;
    padding: 35px 30px;
    transition: transform .25s ease, box-shadow .25s ease;
  }

  .dx-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(2,60,129,.10);
  }

  .dx-service-card h3 {
    font-size: 19px;
  }

  .dx-service-card > p {
    font-size: 14px;
  }

  .dx-service-card li {
    font-size: 13px;
  }

  .dx-services__note {
    margin-top: 50px;
  }

  .dx-ba {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    align-items: center;
  }

  .dx-ba__side {
    padding: 35px 35px;
  }

  .dx-ba__change {
    padding: 0;
  }

  .dx-ba__change strong {
    transform: none;
  }

  .dx-ba__message {
    margin-top: 65px;
    font-size: 21px;
  }

  .dx-ba__message span,
  .dx-ba__message strong {
    display: inline;
  }

  .dx-ba__message strong {
    margin-left: 8px;
    font-size: 27px;
  }

}

/* =========================================================
   PROCESS
========================================================= */

.dx-process {
  padding: 80px 0 90px;
  background: var(--dx-light);
}

.dx-process__list {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1100px;
  margin: 0 auto;
}

.dx-process__item {
  position: relative;
  padding: 27px 22px;
  border: 1px solid rgba(2,60,129,.10);
  background: #fff;
  text-align: center;
}

.dx-process__number {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #B9CCD7;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
}

.dx-process__icon {
  margin-bottom: 15px;
}

.dx-process__icon svg {
  width: 45px;
  height: 45px;
  fill: none;
  stroke: var(--dx-blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dx-process__item h3 {
  color: var(--dx-blue);
  font-size: 16px;
  font-weight: 700;
}

.dx-process__item p {
  margin-top: 9px;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
}

.dx-process__arrow {
  padding: 5px 0;
  text-align: center;
  color: var(--dx-cyan);
  font-size: 22px;
  transform: rotate(90deg);
}


/* =========================================================
   CTA
========================================================= */

.dx-cta {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  color: #fff;
  background:
    linear-gradient(120deg,#023C81 0%,#07559A 56%,#1689B8 100%);
}

.dx-cta::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -100px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}

.dx-cta::after {
  content: "";
  position: absolute;
  bottom: -230px;
  left: -130px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.dx-cta .dx-inner {
  position: relative;
  z-index: 2;
}

.dx-cta__content {
  position: relative;
  z-index: 2;
}

.dx-cta__en {
  margin-bottom: 12px;
  color: var(--dx-cyan);
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
}

.dx-cta h2 {
  font-size: 29px;
  line-height: 1.5;
  font-weight: 700;
}

.dx-cta__lead {
  margin-top: 25px;
  padding-left: 18px;
  border-left: 2px solid var(--dx-cyan);
  font-size: 14px;
  line-height: 2;
}

.dx-cta__text {
  margin-top: 25px;
  color: rgba(255,255,255,.9);
  font-size: 13px;
  line-height: 2;
}

.dx-cta__buttons {
  margin-top: 30px;
}

.dx-cta__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 410px;
  min-height: 62px;
  padding: 15px 20px;
  text-decoration: none !important;
}

.dx-cta__button--main {
  color: var(--dx-blue) !important;
  background: #fff;
}

.dx-cta__button span {
  font-size: 14px;
  font-weight: 700;
}

.dx-cta__button strong {
  font-size: 22px;
}

.dx-cta__note {
  margin-top: 12px;
  font-size: 11px;
  color: rgba(255,255,255,.7);
}

.dx-cta__visual {
  position: relative;
  height: 260px;
  margin-top: 40px;
}

.dx-cta__person {
  position: absolute;
  bottom: 0;
  width: 100px;
}

.dx-cta__person--left {
  left: 12%;
}

.dx-cta__person--right {
  right: 12%;
}

.dx-cta__head {
  width: 45px;
  height: 45px;
  margin: 0 auto -4px;
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 50%;
}

.dx-cta__body {
  height: 100px;
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 50% 50% 0 0;
}

.dx-cta__talk {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 150px;
  padding: 18px;
  transform: translateX(-50%);
  text-align: center;
  color: var(--dx-blue);
  background: #fff;
}

.dx-cta__talk::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  border-width: 12px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  transform: translateX(-50%);
}

.dx-cta__talk span {
  display: block;
  font-size: 10px;
  color: #777;
}

.dx-cta__talk strong {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}


/* TABLET */

@media print, screen and (min-width: 768px) {

  .dx-process__list {
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
  }

  .dx-process__arrow {
    display: none;
  }

}


/* PC */

@media print, screen and (min-width: 1080px) {

  .dx-process {
    padding-top: 105px;
    padding-bottom: 115px;
  }

  .dx-process__list {
    grid-template-columns:
      1fr 25px
      1fr 25px
      1fr 25px
      1fr;
    gap: 0;
  }

  .dx-process__item {
    min-height: 245px;
    padding: 38px 20px 25px;
  }

  .dx-process__item:nth-of-type(n+8) {
    margin-top: 25px;
  }

  .dx-process__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: none;
  }

  .dx-process__item h3 {
    font-size: 17px;
  }

  .dx-process__item p {
    font-size: 12px;
  }


  .dx-cta {
    padding: 100px 0;
  }

  .dx-cta .dx-inner {
    display: grid;
    grid-template-columns: 58% 42%;
    align-items: center;
  }

  .dx-cta h2 {
    font-size: 38px;
  }

  .dx-cta__lead {
    font-size: 15px;
  }

  .dx-cta__text {
    font-size: 14px;
  }

  .dx-cta__button {
    transition: transform .2s ease,
                box-shadow .2s ease;
  }

  .dx-cta__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
  }

  .dx-cta__visual {
    height: 330px;
    margin-top: 0;
  }

  .dx-cta__person {
    width: 125px;
  }

  .dx-cta__head {
    width: 55px;
    height: 55px;
  }

  .dx-cta__body {
    height: 135px;
  }

  .dx-cta__talk {
    top: 40px;
    width: 175px;
    padding: 20px;
  }

  .dx-cta__talk strong {
    font-size: 16px;
  }

}

/* =========================================================
   PROCESS / CTA FINAL FIX
========================================================= */

.dx-process__icon svg {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  fill: none;
  stroke: #023C81;
  stroke-width: 2;
}

.dx-process__icon svg path,
.dx-process__icon svg circle,
.dx-process__icon svg rect {
  fill: none;
  stroke: #023C81;
}

/* CTA visualを復活 */
.dx-cta__visual {
  display: block;
}

/* PC：工程を4列×2段で安定させる */
@media print, screen and (min-width: 1080px) {

  .dx-process__list {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-template-areas:
      "p1 a1 p2 a2 p3 a3 p4"
      "p5 a4 p6 a5 p7 a6 p8";
    grid-template-columns:
      minmax(0,1fr) 25px
      minmax(0,1fr) 25px
      minmax(0,1fr) 25px
      minmax(0,1fr);
    row-gap: 25px;
  }

  .dx-process__item:nth-child(1)  { grid-area: p1; }
  .dx-process__arrow:nth-child(2) { grid-area: a1; }

  .dx-process__item:nth-child(3)  { grid-area: p2; }
  .dx-process__arrow:nth-child(4) { grid-area: a2; }

  .dx-process__item:nth-child(5)  { grid-area: p3; }
  .dx-process__arrow:nth-child(6) { grid-area: a3; }

  .dx-process__item:nth-child(7)  { grid-area: p4; }

  .dx-process__arrow:nth-child(8) {
    display: none;
  }

  .dx-process__item:nth-child(9)  { grid-area: p5; }
  .dx-process__arrow:nth-child(10) { grid-area: a4; }

  .dx-process__item:nth-child(11) { grid-area: p6; }
  .dx-process__arrow:nth-child(12) { grid-area: a5; }

  .dx-process__item:nth-child(13) { grid-area: p7; }
  .dx-process__arrow:nth-child(14) { grid-area: a6; }

  .dx-process__item:nth-child(15) { grid-area: p8; }

  .dx-process__item:nth-of-type(n+8) {
    margin-top: 0;
  }
}

/* =========================================================
   MOBILE FINAL ADJUSTMENT
========================================================= */

@media screen and (max-width: 767px) {

  /* WYSIWYGコンポーネント側の余白を抑える */
  .component.type_wysiwyg {
    margin-top: 0;
  }

  /* DXファーストビュー上部の余白を調整 */
  .dx-hero__inner {
    padding-top: 40px;
  }

}

/* HERO右側 kintone表示 微調整 */
.dx-hero__visual-result {
  max-width: 280px;
  text-align: center;
}

.dx-hero__visual-result-text {
  width: 100%;
  text-align: center;
}

.dx-hero__visual-result-text span {
  display: block;
  margin-bottom: 5px;
  color: #757B80;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.dx-hero__visual-result-text strong {
  display: block;
  color: #023C81;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

/* =========================================================
   kintone表示 最終調整
========================================================= */

.dx-kintone {
  text-align: center;
}

.dx-kintone__text {
  width: 100%;
  text-align: center;
}

.dx-kintone__text span {
  display: block;
  margin-bottom: 5px;
  color: var(--dx-gray);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.dx-kintone__text strong {
  display: block;
  color: var(--dx-blue);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}