@charset "UTF-8";
main.lower.dx {
  padding-bottom: 0;
}

.dx-inner {
  width: 1240px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .dx-inner {
    width: 100%;
  }
}

.page-ttl .en {
  display: block;
  font-family: "Cardo", serif;
  font-size: 80px;
  line-height: 1.2;
}
.page-ttl .jp {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page-ttl .en {
    font-size: 50px;
  }
  .page-ttl .jp {
    font-size: 16px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 600px) {
  .page-ttl .en {
    font-size: 13.3333333333vw;
  }
}
@media screen and (max-width: 600px) and (min-width: 480px) {
  .page-ttl .en {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .page-ttl .jp {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 600px) and (min-width: 480px) {
  .page-ttl .jp {
    font-size: 16px;
  }
}

.dx-lead {
  margin: 60px 0 30px 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .dx-lead {
    margin: 45px 0 30px 0;
    font-size: clamp(18px, 5.8666666667vw, 28px);
    letter-spacing: 0;
    line-height: 1.8;
  }
}
.dx-lead span {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .dx-lead span {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .dx-lead span {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .dx-lead br {
    display: none;
  }
}

figure {
  margin: 0;
  padding: 12px 0 0 0;
}

.full img {
  width: 100%;
}

.center {
  text-align: center;
}

.dx-sec {
  padding-top: 110px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .dx-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.dx-sec:first-of-type {
  padding-top: 0;
}
.dx-sec.increment {
  counter-reset: section;
}
.dx-sec.bg {
  background: #f4f4f4;
  border: 1px solid #ddd;
}
.dx-sec-sub span {
  display: inline-block;
  width: 100%;
  padding: 0 16px;
  background: #333;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.dx-sec-ttl {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dx-sec-ttl {
    font-size: clamp(14px, 5.3333333333vw, 24px);
    font-weight: 600;
  }
}
.dx-sec-ttl::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  margin: 0 auto;
  margin-top: 12px;
  background: #222;
}
@media screen and (max-width: 768px) {
  .dx-sec-ttl::after {
    width: 32px;
    height: 1px;
  }
}
.dx-sec-ttl.white {
  color: #fff;
}
.dx-sec-ttl.white::before {
  background: #fff;
}
.dx-sec-ttl.white::after {
  background: #fff;
}
.dx-sec-ttl.left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .dx-sec-ttl.left {
    text-align: center;
  }
}
.dx-sec-ttl.left::after {
  margin: 0;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .dx-sec-ttl.left::after {
    margin: 0 auto;
    margin-top: 12px;
  }
}
.dx-sec-ttl2 {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.4;
  padding-left: 16px;
  border-left: 5px solid #222;
}
@media screen and (max-width: 768px) {
  .dx-sec-ttl2 {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}
.dx-sec-ttl3 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .dx-sec-ttl3 {
    margin-bottom: 10px;
    font-size: clamp(15px, 4.8vw, 18px);
    line-height: 1.5;
  }
}
.dx-sec p {
  margin-bottom: 1.5em;
}
.increment .dx-sec {
  counter-increment: section;
}
.increment .dx-sec::before {
  content: counter(section) ". ";
}
.dx-sec .kpi-table-wrapper:last-of-type {
  margin-bottom: 0;
}

.dx-sec-ttl2 + .dx-sec-ttl3 {
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  br.sm-none {
    display: none;
  }
}

.sec-vision {
  position: relative;
  background: url("../img/bg.jpg") no-repeat left bottom/cover;
  padding-top: 120px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .sec-vision {
    padding-top: 60px;
    padding-bottom: 100px;
    background: url("../img/bg-sp.jpg") no-repeat center bottom/cover;
  }
}
.sec-vision::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.3);
}
.sec-vision h2 {
  position: relative;
  z-index: 10;
}

.dx-philosophy {
  position: relative;
  width: 65%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .dx-philosophy {
    width: 100%;
  }
}
.dx-philosophy-title {
  position: relative;
  margin: 40px 0 40px 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .dx-philosophy-title {
    font-size: clamp(16px, 5.3333333333vw, 24px);
    letter-spacing: 0.05em;
  }
}

b {
  font-weight: 700;
}

.dx-message {
  display: flex;
}
@media screen and (max-width: 768px) {
  .dx-message {
    display: block;
  }
}
.dx-message-img {
  width: 30%;
  padding-right: 40px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .dx-message-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  }
}
.dx-message-body {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .dx-message-body {
    width: 100%;
  }
}
.dx-message-body p:last-of-type {
  text-align: right;
}

.dx-process-trans {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px 72px;
  margin-bottom: 80px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .dx-process-trans {
    display: block;
    margin-bottom: 40px;
    padding-top: 4px;
  }
}
.dx-process-trans dl {
  width: calc((100% - 72px) / 2);
}
@media screen and (max-width: 768px) {
  .dx-process-trans dl {
    width: 100%;
    margin-bottom: 32px;
  }
}
.dx-process-trans dt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px dotted #707070;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .dx-process-trans dt {
    padding-bottom: 8px;
    font-size: clamp(16px, 4.2666666667vw, 17px);
    line-height: 1.5;
  }
}
.dx-process-trans dt img {
  width: 70px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .dx-process-trans dt img {
    width: 48px;
    margin-right: 12px;
  }
}
.dx-process-trans li {
  margin-left: 1.5em;
  list-style: disc;
}

.kpi-table-wrapper {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .kpi-table-wrapper {
    margin-bottom: 40px;
  }
}
.kpi-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .kpi-table {
    line-height: 1.5;
  }
}
.kpi-table th {
  padding: 5px 10px;
  background: #333;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .kpi-table th {
    font-size: clamp(13px, 3.7333333333vw, 14px);
  }
}
.kpi-table th:first-of-type {
  width: 35%;
}
.kpi-table th:nth-of-type(2) {
  width: 30%;
}
.kpi-table td {
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .kpi-table td {
    font-size: clamp(13px, 3.7333333333vw, 14px);
  }
}

.dx-maintenance {
  display: flex;
  flex-wrap: wrap;
  gap: 0 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .dx-maintenance {
    display: block;
    margin-bottom: 60px;
  }
}
.dx-maintenance dl {
  width: calc((100% - 64px) / 3);
  padding: 32px 24px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .dx-maintenance dl {
    width: 100%;
    margin-bottom: 16px;
  }
}
.dx-maintenance dt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #707070;
  text-align: center;
}
.dx-maintenance dt span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
  background: #333;
  color: #fff;
  line-height: 1.3;
  font-size: 13px;
}
.dx-maintenance dd li {
  list-style: disc;
  margin-left: 1.8em;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.8;
}
.dx-maintenance dd li::marker {
  content: "✔︎ ";
  color: #222;
}

.dx-tool {
  margin-top: 40px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .dx-tool {
    margin-top: 20px;
  }
}
.dx-tool dl {
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .dx-tool dl {
    display: block;
  }
}
.dx-tool dt {
  width: 350px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .dx-tool dt {
    width: 100%;
    margin-bottom: 16px;
  }
}
.dx-tool dd {
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  .dx-tool dd {
    width: 100%;
  }
}
.dx-tool dd li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 4px;
  line-height: 1.8;
}

a.external {
  display: inline-block;
  padding-right: 19px;
  background: url("../img/icon-blank.svg") no-repeat right center/14px auto;
  text-decoration: underline;
  vertical-align: top;
}
a.external:hover {
  text-decoration: none;
}

section.dx-inner + section.dx-inner {
  padding-top: 40px;
}

.dx-promotion-system {
  padding: 36px 0;
}
@media screen and (max-width: 768px) {
  .dx-promotion-system {
    padding: 20px 0 0 0;
  }
}
.dx-promotion-system-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  height: 70px;
  margin: 0 auto 12px auto;
  border: 1px solid #3E3E3E;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.dx-promotion-system-item::after {
  position: absolute;
  left: 50%;
  bottom: -13px;
  content: "";
  width: 1px;
  height: 12px;
  background: #3E3E3E;
}
.dx-promotion-system-item:last-of-type {
  margin-bottom: 18px;
}
.dx-promotion-system-item:last-of-type::after {
  bottom: -19px;
  height: 18px;
}
.dx-promotion-system-item > span {
  font-size: 0.875em;
}
.dx-promotion-system-item.bg {
  background: #333;
  color: #fff;
}
.dx-promotion-system ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  padding-top: 26px;
}
@media screen and (max-width: 768px) {
  .dx-promotion-system ul {
    display: block;
    padding-top: 18px;
  }
}
.dx-promotion-system ul::before {
  position: absolute;
  top: 0;
  left: calc((100% - 60px) / 4 / 2);
  content: "";
  width: calc(100% - (100% - 60px) / 4);
  height: 1px;
  background: #3E3E3E;
}
@media screen and (max-width: 768px) {
  .dx-promotion-system ul::before {
    display: none;
  }
}
.dx-promotion-system ul li {
  position: relative;
  width: calc((100% - 60px) / 4);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.039);
}
@media screen and (max-width: 768px) {
  .dx-promotion-system ul li {
    width: 100%;
    margin-bottom: 18px;
  }
}
.dx-promotion-system ul li::after {
  position: absolute;
  left: 50%;
  top: -26px;
  content: "";
  width: 1px;
  height: 26px;
  background: #3E3E3E;
}
@media screen and (max-width: 768px) {
  .dx-promotion-system ul li::after {
    top: -18px;
  }
}
.dx-promotion-system ul li .theme {
  padding: 2px 18px;
  background: #333;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  .dx-promotion-system ul li .theme {
    font-size: clamp(12px, 3.2vw, 12px);
  }
}
.dx-promotion-system ul .body {
  padding: 18px;
}
.dx-promotion-system ul p.cat {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .dx-promotion-system ul p.cat {
    font-size: clamp(12px, 3.2vw, 12px);
  }
}
.dx-promotion-system ul p.cat span {
  padding: 4px 8px;
  border: 1px solid #222;
}
.dx-promotion-system ul h3 {
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-size: 100%;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  border-bottom: 1px solid #3E3E3E;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .dx-promotion-system ul h3 {
    font-size: clamp(15px, 4vw, 15px);
  }
}
.dx-promotion-system ul p.para {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .dx-promotion-system ul p.para {
    font-size: clamp(13px, 3.4666666667vw, 13px);
  }
}

.notes {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .notes {
    font-size: clamp(13px, 3.4666666667vw, 13px);
  }
}/*# sourceMappingURL=style.css.map */