@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
/*All END*/
.content > section + section {
  margin-top: 90px;
}
.txt-box {
  padding: 40px 60px;
  background: #fff;
}

.about {
  margin-top: 30px;
}

.about .point {
  position: relative;
  position: relative;
  padding: 50px 60px;
}
.about .point::before {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  display: block;
  width: 100vw;
  height: 348px;
  content: "";
  background: url(/dxreport/img/bg_point.jpg) center center / cover no-repeat;
}
.about .point ul {
  display: flex;
  flex-wrap: wrap;
}
.about .point li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333%;
  padding: 0 15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.about .point li + li {
  border-left: 1px solid #fff;
}
.about .txt-box figure {
  margin: 55px 0 38px;
}
.vision {
  position: relative;
  padding-top: 430px;
}
.vision::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 600px;
  content: "";
  background: url(/dxreport/img/bg_vision.jpg) top center / cover no-repeat;
}
.vision .default-tit {
  margin-bottom: 42px;
}
.vision .default-tit span {
  display: block;
  margin-bottom: -9px;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
.vision .page-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vision .page-list li {
  width: 48.33333%;
  margin-bottom: 40px;
}
.vision .page-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 80%;
  overflow: hidden;
  transition: 0.3s;
}
.vision .page-list li a::before {
  position: absolute;
  right: 40px;
  bottom: 33px;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  content: "";
  background: url(/dxreport/img/ico_arrow.svg) 0 0 / contain no-repeat;
}
.vision .page-list dl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  margin: auto;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.vision .page-list dt {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
.vision .page-list .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vision .page-list .bg-img img {
  width: 100%;
  max-width: none;
  transition: 0.3s;
}

.history {
  position: relative;
  padding-top: 430px;
}
.history::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 600px;
  content: "";
  background: url(/dxreport/img/bg_history.jpg) top center / cover no-repeat;
}
.history-list {
  max-width: 960px;
  margin: 0 auto;
}
.history-list dl {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.history-list dl + dl {
  padding-top: 30px;
  margin-top: 32px;
  border-top: 1px solid #d0d0d0;
}
.history-list dt {
  position: relative;
  flex-shrink: 0;
  padding-right: 50px;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1;
  color: #9e9e9e;
  letter-spacing: 0.03em;
}
.history-list dt::before {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 100%;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  content: "";
  background: #000;
  border-radius: 50%;
}
.history-list dd {
  position: relative;
  flex: 1;
  padding-left: 112px;
}
.history-list dd::after {
  position: absolute;
  top: 30px;
  left: 8px;
  z-index: 1;
  display: block;
  width: 1px;
  height: calc(100% + 63px);
  content: "";
  background: #000;
}
.history-list dl:last-of-type dd::after {
  display: none;
}

.system {
  position: relative;
  padding-top: 430px;
}
.system::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 600px;
  content: "";
  background: url(/dxreport/img/bg_system.jpg) top center / cover no-repeat;
}
@media (hover: hover) {
  .vision .page-list li a:hover {
    opacity: 0.7;
  }
  .vision .page-list li a:hover img {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1200px) {
  .about .point {
    padding: 50px 0;
  }
  .about .point li {
    padding: 0 1vw;
    font-size: 2vw;
  }
  .vision .page-list li a::before {
    right: 2vw;
    bottom: 2vw;
    width: 5vw;
    height: 5vw;
  }
  .vision .page-list dt {
    font-size: 1.8vw;
  }
  .vision .page-list dt {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .content > section + section {
    margin-top: 30px;
  }
  .txt-box {
    padding: 30px 15px;
  }
  .about .point {
    padding: 25px 0;
  }
  .about .point li {
    width: 100%;
    font-size: 1.6rem;
  }
  .about .point li + li {
    padding-top: 15px;
    margin-top: 15px;
    border: none;
    border-top: 1px solid #fff;
  }
  .about .txt-box figure {
    margin: 25px 0;
  }
  .vision {
    padding-top: 60px;
  }
  .vision::before {
    height: 300px;
  }
  .vision .default-tit {
    margin-bottom: 25px;
  }
  .vision .default-tit span {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .vision .page-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .vision .page-list li a::before {
    width: 10vw;
    height: 10vw;
  }
  .vision .page-list dl {
    padding-bottom: 0px;
    font-size: 3.5vw;
  }
  .vision .page-list dt {
    margin-bottom: 10px;
    font-size: 4.6vw;
  }
  .history {
    padding-top: 60px;
  }
  .history::before {
    height: 300px;
  }
  .history-list dl {
    display: block;
  }
  .history-list dl + dl {
    padding-top: 20px;
    margin-top: 22px;
  }
  .history-list dt {
    padding: 0 0 0 30px;
    font-size: 3rem;
  }
  .history-list dt::before {
    left: 9px;
    width: 8px;
    height: 8px;
  }
  .history-list dd {
    padding-left: 30px;
    margin-top: 15px;
  }
  .history-list dd::after {
    top: -27px;
    left: 13px;
    height: calc(100% + 90px);
  }
  .system {
    padding-top: 60px;
  }
  .system::before {
    height: 300px;
  }
  /*smartPhone END*/
}
